/* A quieter editorial gateway using the existing Esotech/paper tokens. */
.editorial-preview .shell { width: min(84rem, calc(100% - 6rem)); padding-inline: 0; }
.editorial-preview .blog-hero { min-height: 0; background: var(--surface-deep); }
.editorial-preview .blog-hero::before { display: none; }
.editorial-preview .blog-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 0; padding-block: clamp(9rem, 13vw, 12rem) clamp(4rem, 7vw, 7rem); gap: clamp(3rem, 6vw, 6rem); }
.editorial-preview .blog-hero h1 { max-width: 12ch; font-size: clamp(3rem, 5.4vw, 5.7rem); font-weight: 600; line-height: 1.02; letter-spacing: -.05em; }
.editorial-preview .blog-hero__copy > p:not(.blog-kicker) { max-width: 46ch; font-size: 1.1rem; line-height: 1.7; }
.editorial-preview .blog-hero__route { min-height: 2.75rem; }
.editorial-feature { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); color: var(--ink-strong); border: 1px solid var(--rule); text-decoration: none; background: var(--surface-raised); }
.editorial-feature > img { display: block; width: 100%; height: 100%; min-height: 23rem; object-fit: cover; object-position: 46% 30%; }
.editorial-feature__copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.5rem); }
.editorial-feature__copy > span { color: var(--brand-blue-bright); font: 500 .72rem/1.5 var(--font-data); }
.editorial-feature h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 2.1vw, 2.2rem); font-weight: 550; line-height: 1.14; letter-spacing: -.035em; margin-block: var(--space-5); }
.editorial-feature p { margin-bottom: var(--space-6); color: var(--ink-soft); font-size: .95rem; line-height: 1.6; }
.editorial-feature strong { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 2.75rem; gap: var(--space-3); margin-top: auto; border-top: 1px solid var(--rule); color: var(--ink-strong); font-size: .85rem; font-weight: 500; white-space: nowrap; }
.editorial-feature b { color: var(--brand-blue-bright); transition: transform 180ms var(--ease-out); }
.editorial-feature:hover h2 { color: var(--brand-blue-bright); }
.editorial-feature:hover b { transform: translate(2px, -2px); }
.editorial-preview .blog-directory { padding-top: clamp(3.5rem, 6vw, 6rem); }
.editorial-preview .directory-head h2 { max-width: 28ch; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.1; letter-spacing: -.04em; }
.editorial-preview .directory-filters__grid button { min-height: 0; padding: var(--space-5); }
.editorial-preview .directory-search input { min-width: 0; }
.editorial-preview .archive-latest__label { color: var(--blog-paper-soft); }
.editorial-preview .archive-row__copy h3 { font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.17; letter-spacing: -.025em; }
.editorial-preview .archive-summary__count { font-size: clamp(3rem, 5vw, 5rem); }
.editorial-preview main :where(h1, h2, h3) { min-width: 0; overflow-wrap: anywhere; }
.editorial-preview main :where(a, button, input):focus-visible { outline: 2px solid var(--focus); outline-offset: 4px; }
.editorial-preview #directory { scroll-margin-top: 7rem; }

@media (max-width: 65rem) {
  .editorial-preview .blog-hero__grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-7); }
  .editorial-preview .blog-hero h1 { font-size: clamp(3rem, 7vw, 5rem); }
  .editorial-feature { max-width: 45rem; }
  .editorial-feature > img { max-height: 26rem; min-height: 0; }
  .editorial-feature h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); }
}

@media (max-width: 42rem) {
  .editorial-preview .shell { width: calc(100% - 2.5rem); }
  .editorial-preview .blog-hero__grid { padding-top: 8.5rem; padding-bottom: var(--space-8); }
  .editorial-preview .blog-hero h1 { font-size: clamp(2.65rem, 12vw, 4.5rem); }
  .editorial-preview .blog-hero__copy > p:not(.blog-kicker) { font-size: 1.05rem; }
  .editorial-feature { grid-template-columns: minmax(0, 1fr); }
  .editorial-feature > img { height: 17rem; object-position: 50% 26%; }
  .editorial-feature__copy { padding: var(--space-5); }
  .editorial-feature h2 { max-width: 21ch; font-size: 1.8rem; }
  .editorial-preview .directory-filters__grid button { padding: var(--space-4); }
  .editorial-preview .directory-search input { font-size: 1rem; }
  .editorial-preview .archive-row__copy h3 { font-size: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-feature b { transition: none; }
}
