.archive-page, .category-page, .author-page { padding-bottom: 100px; }
.archive-hero { max-width: 850px; padding: 54px 0 62px; }
.archive-hero h1 { margin: 0; font-family: var(--rdj-serif); font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; line-height: 1.4; letter-spacing: -.02em; }
.archive-hero p:not(.eyebrow), .archive-description { max-width: 720px; margin: 20px 0 0; color: var(--rdj-muted); }
.archive-hero .search-form { max-width: 620px; margin-top: 28px; }
.archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px 28px; }
.category-hero { padding-bottom: 60px; background: linear-gradient(180deg, #f2e6e0, var(--rdj-ivory)); }
.category-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 48px; padding-top: 32px; }
.category-hero h1 { max-width: 760px; margin: 0; font-family: var(--rdj-serif); font-size: clamp(2.5rem, 6vw, 4.8rem); font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.category-hero__lead { max-width: 740px; margin-top: 18px; color: var(--rdj-muted); }
.category-hero__lead p { margin: 0; }
.category-hero__stat { display: grid; min-width: 150px; text-align: right; color: var(--rdj-wine); }
.category-hero__stat span { font-family: var(--rdj-serif); font-size: clamp(3rem,7vw,6rem); line-height: 1; }
.category-hero__stat small { margin-top: 8px; color: var(--rdj-champagne); font-size: .62rem; letter-spacing: .15em; }
.category-content { padding-top: 72px; }
.category-pillar { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(38px,6vw,72px); margin-bottom: 90px; padding: 18px; background: #fff; border: 1px solid var(--rdj-line); border-radius: var(--rdj-radius-lg); box-shadow: var(--rdj-shadow-soft); }
.category-pillar__image { display: block; aspect-ratio: 16 / 10.5; overflow: hidden; border-radius: 16px; background: var(--rdj-blush); }
.category-pillar__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.category-pillar__image:hover img { transform: scale(1.02); }
.category-pillar > div:last-child { padding: 24px 28px 24px 0; }
.category-pillar h2 { margin: 0; font-family: var(--rdj-serif); font-size: clamp(1.5rem,3vw,2.3rem); line-height: 1.55; }
.category-pillar p:not(.eyebrow) { color: var(--rdj-muted); }
.category-latest { margin-bottom: 72px; }
.author-hero { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: center; gap: 54px; margin: 34px 0 72px; padding: 48px; background: #fff; border: 1px solid var(--rdj-line); border-radius: var(--rdj-radius-lg); }
.author-hero__avatar img { width: 220px; height: 220px; object-fit: cover; border-radius: 50% 50% 46% 54%; }
.author-hero h1 { margin: 0; font-family: var(--rdj-serif); font-size: clamp(2rem,4vw,3.4rem); font-weight: 500; line-height: 1.45; }
.author-hero__role { color: var(--rdj-champagne); font-weight: 700; }
.author-hero__bio { color: var(--rdj-muted); }
.not-found-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found-page__inner { max-width: 720px; }
.not-found-page__code { margin: 0; color: #ead8d1; font-family: var(--rdj-serif); font-size: clamp(7rem,22vw,16rem); line-height: .8; }
.not-found-page h1 { margin: 20px 0 0; font-family: var(--rdj-serif); font-size: clamp(2rem,5vw,3.5rem); line-height: 1.45; }
.not-found-page__inner > p:not(.eyebrow,.not-found-page__code) { color: var(--rdj-muted); }
.not-found-page .search-form { max-width: 620px; margin: 30px auto; text-align: left; }
.not-found-page__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

@media (max-width: 900px) {
  .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-pillar { grid-template-columns: 1fr; }
  .category-pillar > div:last-child { padding: 12px 16px 24px; }
}

@media (max-width: 680px) {
  .archive-page, .category-page, .author-page { padding-bottom: 72px; }
  .archive-hero { padding: 34px 0 44px; }
  .archive-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .archive-grid { grid-template-columns: 1fr; gap: 44px; }
  .category-hero { padding-bottom: 42px; }
  .category-hero__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 18px; }
  .category-hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .category-hero__stat { min-width: 0; text-align: left; }
  .category-hero__stat span { font-size: 3.3rem; }
  .category-content { padding-top: 48px; }
  .category-pillar { margin-bottom: 64px; padding: 10px; border-radius: 18px; }
  .category-pillar > div:last-child { padding: 16px 10px 20px; }
  .category-pillar h2 { font-size: 1.45rem; }
  .author-hero { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .author-hero__avatar img { width: 150px; height: 150px; }
  .not-found-page { padding-block: 56px; }
  .not-found-page__links { flex-direction: column; }
  .not-found-page__links .button { width: 100%; }
}
