:root {
  --ink: #252522;
  --paper: #f4f0e7;
  --paper-deep: #e8e1d4;
  --orange: #d45122;
  --orange-dark: #963613;
  --line: #b8afa0;
  --muted: #716c63;
  --white: #fffdf7;
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
}

img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--orange-dark); }
button, input { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .55rem .8rem;
  background: var(--white);
  border: 2px solid var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  border-top: 7px solid var(--orange);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}
.header-inner, .main-shell, .footer-inner {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 102px;
  gap: 1rem;
}
.brand {
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  line-height: .9;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.brand-mark { color: var(--orange); }
.edition, .header-actions {
  font-size: .72rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
}
.edition { justify-self: start; }
.header-actions { justify-self: end; }
.search-open {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: .48rem .7rem;
  border-radius: 3px;
}
.search-open:hover { background: var(--ink); color: var(--paper); }

.main-nav {
  border-top: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: thin;
}
.nav-list {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  list-style: none;
  padding: .65rem 0;
  margin: 0;
  white-space: nowrap;
  font-size: .76rem;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-list a { text-decoration: none; }

.main-shell { padding-block: 1.4rem 4.5rem; }
.signal-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.4rem;
  font-size: .7rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.signal-line::before { content: ""; width: 8px; height: 8px; background: var(--orange); }
.signal-line::after { content: ""; height: 1px; width: 100%; background: var(--line); grid-column: 2; grid-row: 1; }
.signal-line span { grid-column: 3; grid-row: 1; }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(270px, .72fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 3px double var(--ink);
}
.lead-story { min-width: 0; }
.lead-photo { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 2px; }
.eyebrow {
  display: inline-block;
  margin: .9rem 0 .45rem;
  color: var(--orange-dark);
  font-size: .72rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
.lead-title {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 5.1rem);
  line-height: .94;
  font-weight: 700;
}
.lead-title a { text-decoration: none; }
.deck { max-width: 68ch; margin: .9rem 0 .6rem; font-size: 1.18rem; line-height: 1.45; }
.story-meta { color: var(--muted); font-size: .77rem; line-height: 1.35; }
.side-notes { border-left: 1px solid var(--line); padding-left: 1.4rem; }
.side-notes h2, .section-head h2 {
  margin: 0;
  font-size: .8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.metric {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: .75rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.metric-number { color: var(--orange); font-size: 1.65rem; line-height: 1; font-weight: 700; }
.metric p { margin: 0; font-size: .94rem; line-height: 1.45; }
.manifest { margin-top: 1.5rem; padding: 1rem; background: var(--ink); color: var(--paper); border-radius: 4px; }
.manifest strong { display: block; color: #f28a52; font-size: .7rem; text-transform: uppercase; }
.manifest p { margin: .5rem 0 0; font-size: .92rem; line-height: 1.5; }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.7rem 0 1.1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid var(--ink);
}
.section-head span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.4rem; }
.story-card { grid-column: span 6; min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 1.2rem; }
.story-card:nth-child(3n) { grid-column: span 12; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.story-card img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 2px; }
.story-card h3 { margin: .25rem 0 .5rem; font-size: clamp(1.45rem, 2.7vw, 2.45rem); line-height: 1.04; }
.story-card h3 a { text-decoration: none; }
.story-card p { margin: 0 0 .65rem; line-height: 1.48; }

.category-band {
  margin-top: 3rem;
  padding: 1.3rem 0;
  border-block: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.category-band a {
  display: block;
  min-height: 8rem;
  padding: 1rem;
  background: var(--paper);
  text-decoration: none;
}
.category-band small { display: block; color: var(--orange-dark); text-transform: uppercase; font-weight: 700; }
.category-band strong { display: block; margin-top: .6rem; font-size: 1.45rem; line-height: 1.05; }

.page-kicker { margin: 1rem 0 .5rem; color: var(--orange-dark); font-size: .75rem; text-transform: uppercase; font-weight: 700; }
.page-title { max-width: 18ch; margin: 0 0 1rem; font-size: clamp(2.5rem, 6vw, 5.4rem); line-height: .94; }
.page-intro { max-width: 65ch; font-size: 1.2rem; }
.archive-list { margin-top: 2.5rem; border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 11rem 1fr auto; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.archive-item img { aspect-ratio: 16 / 10; object-fit: cover; }
.archive-item h2 { margin: 0 0 .35rem; font-size: 1.65rem; line-height: 1.05; }
.archive-item h2 a { text-decoration: none; }
.archive-item p { margin: 0; line-height: 1.45; }

.article-header { max-width: 960px; margin: 1rem auto 1.8rem; }
.article-header h1 { max-width: 18ch; margin: .35rem 0 .9rem; font-size: clamp(2.45rem, 6vw, 5.7rem); line-height: .93; }
.article-deck { max-width: 65ch; margin: 0 0 1rem; font-size: 1.25rem; line-height: 1.45; }
.article-hero { width: min(100%, 1120px); margin: 0 auto 2.5rem; }
.article-hero img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 2px; }
.caption { margin: .45rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.article-layout { display: grid; grid-template-columns: 170px minmax(0, 720px); gap: 2.4rem; justify-content: center; }
.article-aside { position: sticky; top: 1rem; align-self: start; font-size: .75rem; line-height: 1.4; border-top: 2px solid var(--orange); padding-top: .6rem; }
.article-aside strong { display: block; text-transform: uppercase; }
.article-aside p { margin: .35rem 0 1rem; }
.article-body { min-width: 0; }
.article-body > p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: var(--orange); font-size: 4.2rem; line-height: .78; }
.article-body h2 { margin: 2.5rem 0 .7rem; font-size: 2rem; line-height: 1.05; }
.article-body h3 { margin: 1.8rem 0 .55rem; font-size: 1.35rem; line-height: 1.1; }
.article-body h4 { margin: 1.4rem 0 .4rem; font-size: 1rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15rem; }
.article-body li { margin-bottom: .45rem; }
.article-body blockquote { margin: 1.7rem 0; padding: .2rem 0 .2rem 1.2rem; border-left: 4px solid var(--orange); font-size: 1.2rem; line-height: 1.45; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .9rem; }
.article-body th, .article-body td { padding: .55rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--paper-deep); }
.article-end { margin-top: 3rem; padding-top: 1rem; border-top: 3px double var(--ink); }

.site-footer { color: var(--paper); background: var(--ink); border-top: 5px solid var(--orange); }
.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; padding-block: 2.5rem; }
.footer-brand { margin: 0; color: var(--white); font-size: 2rem; line-height: 1; }
.footer-inner p { max-width: 52ch; color: #d7d0c4; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; align-content: start; font-size: .82rem; }
.footer-links a { color: var(--paper); }

.search-dialog { width: min(720px, calc(100% - 28px)); max-height: 86vh; padding: 0; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); border-radius: 4px; }
.search-dialog::backdrop { background: rgb(37 37 34 / .82); }
.search-wrap { padding: 1.2rem; }
.search-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.search-top h2 { margin: 0; font-size: 1.4rem; }
.search-close { width: 2.25rem; height: 2.25rem; padding: 0; border: 1px solid var(--ink); background: transparent; border-radius: 50%; font-size: 1.4rem; line-height: 1; }
.search-field { width: 100%; margin-top: 1rem; padding: .75rem .85rem; color: var(--ink); background: var(--white); border: 1px solid var(--ink); border-radius: 2px; }
.search-results { margin: 1rem 0 0; padding: 0; list-style: none; overflow: auto; }
.search-results li { padding: .75rem 0; border-top: 1px solid var(--line); }
.search-results a { font-weight: 700; text-decoration: none; }
.search-results small { display: block; color: var(--muted); }
.search-status { color: var(--muted); font-size: .82rem; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 800px) {
  body { font-size: 17px; }
  .header-inner, .main-shell, .footer-inner { width: min(calc(100% - 28px), var(--max)); }
  .masthead { grid-template-columns: 1fr auto; min-height: 82px; }
  .edition { display: none; }
  .lead-grid { grid-template-columns: 1fr; }
  .side-notes { border-left: 0; border-top: 1px solid var(--line); padding: 1.2rem 0 0; }
  .lead-title, .article-header h1, .page-title { overflow-wrap: break-word; }
  .story-card, .story-card:nth-child(3n) { grid-column: span 12; display: block; }
  .category-band { grid-template-columns: 1fr; }
  .archive-item { grid-template-columns: 7rem 1fr; }
  .archive-item .story-meta { grid-column: 2; }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 480px) {
  .brand { font-size: 2.35rem; }
  .search-open { padding: .4rem .55rem; }
  .lead-title { font-size: 2.55rem; }
  .article-header h1, .page-title { font-size: 2.75rem; }
  .archive-item { grid-template-columns: 1fr; }
  .archive-item .story-meta { grid-column: 1; }
  .archive-item img { aspect-ratio: 16 / 9; }
  .article-aside { grid-template-columns: 1fr; }
  .article-body h2 { font-size: 1.7rem; }
  .article-body table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* editorial-core-v1 */
.editorial-core {
  --editorial-core-accent: var(--accent, var(--red, var(--primary, currentColor)));
  width: min(calc(100% - 32px), var(--max, var(--max-width, 1180px)));
  margin: clamp(40px, 6vw, 78px) auto;
  padding: clamp(24px, 3vw, 42px) 0;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.editorial-core__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__head p,
.editorial-core__kicker {
  margin: 0 0 6px;
  color: var(--editorial-core-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.editorial-core__head h2 {
  margin: 0;
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1;
}
.editorial-core__head > span {
  flex: none;
  padding-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.editorial-core :is(h3, p) {
  overflow-wrap: break-word;
  hyphens: none;
}
.editorial-core a {
  color: inherit;
}
.editorial-core__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-width: 0;
  margin: 0 0 clamp(24px, 3vw, 38px);
  border: 1px solid currentColor;
  background: rgba(127, 127, 127, 0.06);
}
.editorial-core__feature > a,
.editorial-core__card > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}
.editorial-core__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.12);
}
.editorial-core__feature .editorial-core__media {
  height: clamp(300px, 34vw, 460px);
}
.editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.editorial-core__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 48px);
}
.editorial-core__feature h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.04;
}
.editorial-core__feature-copy > p:not(.editorial-core__kicker) {
  margin: 0 0 22px;
}
.editorial-core__read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.editorial-core__spotlight,
.editorial-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.editorial-core__spotlight {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__card {
  min-width: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
.editorial-core__card .editorial-core__media {
  min-height: 0;
  height: clamp(170px, 18vw, 250px);
}
.editorial-core__card-copy {
  padding: 18px 0 22px;
}
.editorial-core__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}
.editorial-core__card-copy > p:not(.editorial-core__kicker) {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.editorial-core__card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.editorial-core__card--compact .editorial-core__media {
  height: 130px;
}
.editorial-core__card--compact .editorial-core__card-copy {
  padding-top: 0;
}
.editorial-core__card--compact h3 {
  font-size: 1rem;
}
.editorial-core__card--compact .editorial-core__card-copy > p:not(.editorial-core__kicker) {
  display: none;
}
@media (max-width: 900px) {
  .editorial-core__feature {
    grid-template-columns: 1fr;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .editorial-core {
    width: min(calc(100% - 24px), var(--max, var(--max-width, 1180px)));
    margin-block: 32px;
    padding-block: 24px;
  }
  .editorial-core__head {
    align-items: start;
  }
  .editorial-core__head h2 {
    font-size: 2rem;
  }
  .editorial-core__head > span {
    white-space: nowrap;
  }
  .editorial-core__feature .editorial-core__media {
    height: min(72vw, 340px);
  }
  .editorial-core__feature-copy {
    padding: 22px;
  }
  .editorial-core__feature h3 {
    font-size: 1.75rem;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: 1fr;
  }
  .editorial-core__card {
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
  .editorial-core__card .editorial-core__media {
    height: 122px;
  }
  .editorial-core__card-copy {
    padding-top: 0;
  }
  .editorial-core__card-copy > p:not(.editorial-core__kicker) {
    display: none;
  }
}

/* editorial-diversity-v2 */
.editorial-core--diverse {
  --ec-tint: rgba(127, 127, 127, 0.08);
  --ec-strong-tint: rgba(127, 127, 127, 0.15);
  counter-reset: editorial-card 1;
  gap: var(--ec-gap);
  isolation: isolate;
}
.editorial-core--diverse .editorial-core__media {
  display: block !important;
  overflow: hidden;
  border-radius: var(--ec-radius);
}
.editorial-core--diverse .editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ec-image-position);
}
.editorial-core--diverse .editorial-core__card {
  counter-increment: editorial-card;
}
.editorial-core--diverse .editorial-core__kicker::before {
  content: counter(editorial-card, decimal-leading-zero) " / ";
  opacity: 0.62;
}
.editorial-core--diverse .editorial-core__feature .editorial-core__kicker::before {
  content: "01 / ";
}
.editorial-core--diverse.ec-image-landscape .editorial-core__card .editorial-core__media { aspect-ratio: 16 / 10; }
.editorial-core--diverse.ec-image-portrait .editorial-core__card .editorial-core__media { aspect-ratio: 4 / 5; }
.editorial-core--diverse.ec-image-square .editorial-core__card .editorial-core__media { aspect-ratio: 1; }
.editorial-core--diverse.ec-image-panorama .editorial-core__card .editorial-core__media { aspect-ratio: 2 / 1; }
.editorial-core--diverse.ec-image-soft .editorial-core__media { border-radius: 8px; }
.editorial-core--diverse.ec-image-cut .editorial-core__media { clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%); }

.editorial-core--diverse.ec-cards-rules .editorial-core__card { border-top: 1px solid currentColor; border-bottom: 0; padding-top: 12px; }
.editorial-core--diverse.ec-cards-blocks .editorial-core__card { background: var(--ec-tint); border: 0; padding: 12px; }
.editorial-core--diverse.ec-cards-quiet .editorial-core__card { border: 0; }
.editorial-core--diverse.ec-cards-numbered .editorial-core__card { border-left: 4px solid currentColor; border-bottom: 0; padding-left: 14px; }
.editorial-core--diverse.ec-cards-frames .editorial-core__card { border: 1px solid currentColor; padding: 10px; }
.editorial-core--diverse.ec-heading-center .editorial-core__head { align-items: center; text-align: center; flex-direction: column; }
.editorial-core--diverse.ec-heading-center .editorial-core__head h2 { max-width: none; }
.editorial-core--diverse.ec-heading-rail .editorial-core__head { border-left: 8px solid currentColor; padding-left: 18px; }
.editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 3.7rem; max-width: 12ch; }

/* Folio: a calm lead spread followed by an even reading shelf. */
.editorial-core--diverse.ec-layout-folio .editorial-core__feature { grid-template-columns: minmax(0, var(--ec-lead)) minmax(280px, 1fr); }
.editorial-core--diverse.ec-layout-folio .editorial-core__spotlight { grid-template-columns: 1.35fr 0.85fr 0.85fr; }

/* Ledger: section heading acts as a permanent editorial rail. */
.editorial-core--diverse.ec-layout-ledger {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-ledger .editorial-core__head { grid-row: 1 / 4; display: block; position: sticky; top: 18px; padding-right: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__head > span { display: block; margin-top: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__feature,
.editorial-core--diverse.ec-layout-ledger .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-ledger .editorial-core__grid { grid-column: 2; }

/* Mosaic: large blocks with staggered image proportions. */
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight { grid-template-columns: 1.4fr 0.8fr 0.8fr; align-items: end; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight .editorial-core__card:first-child .editorial-core__media { height: 340px; }

/* Dispatch: image-led front page with a readable overlay. */
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature > a,
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature-copy { position: relative; z-index: 1; width: min(620px, 74%); min-height: 520px; justify-content: end; background: linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.5), transparent); }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__kicker { color: white; }

/* Catalog: text-first lead and compact product-like rows. */
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); }
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Journal: broad photography and generous article notes. */
.editorial-core--diverse.ec-layout-journal .editorial-core__feature { display: block; max-width: 980px; border: 0; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature .editorial-core__media { height: 500px; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature-copy { max-width: 720px; margin: -76px 0 0 auto; position: relative; background: var(--paper, var(--background, white)); border: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-journal .editorial-core__spotlight { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Ribbon: reversed lead with strong horizontal movement. */
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature { grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight { display: flex; overflow-x: auto; padding-bottom: 14px; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight .editorial-core__card { flex: 0 0 min(380px, 72vw); }

/* Portrait: one tall cover beside a stack of current stories. */
.editorial-core--diverse.ec-layout-portrait {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-portrait .editorial-core__head,
.editorial-core--diverse.ec-layout-portrait .editorial-core__grid { grid-column: 1 / -1; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature { display: block; margin-right: var(--ec-gap); }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature .editorial-core__media { height: 620px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Panorama: cinema-wide lead followed by a dense magazine grid. */
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature .editorial-core__media { height: 420px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature-copy { max-width: 820px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__spotlight { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Index: images and numbered headlines read like an editorial contents page. */
.editorial-core--diverse.ec-layout-index .editorial-core__feature { border: 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; background: transparent; }
.editorial-core--diverse.ec-layout-index .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-index .editorial-core__grid { grid-template-columns: 1fr; gap: 0; }
.editorial-core--diverse.ec-layout-index .editorial-core__card,
.editorial-core--diverse.ec-layout-index .editorial-core__card--compact { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; padding: 15px 0; border-left: 0; border-top: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-index .editorial-core__card .editorial-core__media { height: 110px; }
.editorial-core--diverse.ec-layout-index .editorial-core__card-copy { padding: 0; }

/* Notebook: tactile, offset cards with breathing room. */
.editorial-core--diverse.ec-layout-notebook .editorial-core__feature { max-width: 1040px; margin-left: auto; transform: rotate(-0.35deg); box-shadow: 12px 12px 0 var(--ec-strong-tint); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__spotlight .editorial-core__card:nth-child(2) { transform: translateY(28px); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__grid { margin-top: 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Gallery: photography is the main navigation surface. */
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact { display: block; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media { height: 210px; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card-copy > p:not(.editorial-core__kicker) { display: none; }

@media (max-width: 900px) {
  .editorial-core--diverse.ec-layout-ledger,
  .editorial-core--diverse.ec-layout-portrait { display: block; }
  .editorial-core--diverse.ec-layout-ledger .editorial-core__head { position: static; }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .editorial-core--diverse { margin-block: 28px; }
  .editorial-core--diverse .editorial-core__spotlight,
  .editorial-core--diverse .editorial-core__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card-copy,
  .editorial-core--diverse .editorial-core__feature-copy {
    min-width: 0;
  }
  .editorial-core--diverse h3 {
    overflow-wrap: break-word;
    hyphens: none;
  }
  .editorial-core--diverse .editorial-core__head h2,
  .editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 2rem; }
  .editorial-core--diverse .editorial-core__head > span { white-space: normal; text-align: right; }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card--compact {
    display: grid;
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
  }
  .editorial-core--diverse .editorial-core__card .editorial-core__media,
  .editorial-core--diverse .editorial-core__card--compact .editorial-core__media { height: 126px; }
  .editorial-core--diverse .editorial-core__card-copy { padding-top: 0; }

  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature > a,
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; height: 100%; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature-copy { position: absolute; z-index: 1; inset: auto 12px 12px; padding: 20px; background: rgba(10, 10, 10, 0.82); color: white; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__kicker { color: white; }

  .editorial-core--diverse.ec-mobile-split .editorial-core__feature { display: grid; grid-template-columns: 42% 58%; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature .editorial-core__media { height: 100%; min-height: 320px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature h3 { font-size: 1.35rem; }

  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature { grid-template-columns: 34% 66%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature .editorial-core__media { min-height: 360px; height: 100%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature h3 { font-size: 1.4rem; }

  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature { display: flex; flex-direction: column; border-width: 5px 0 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature > a { order: 2; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature-copy { order: 1; padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature .editorial-core__media { height: 290px; }

  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature { display: block; transform: none; box-shadow: none; border: 0; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature .editorial-core__media { height: 330px; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature-copy { position: relative; width: calc(100% - 24px); margin: -68px 0 0 24px; padding: 20px; border: 1px solid currentColor; background: var(--paper, var(--background, white)); }

  .editorial-core--diverse.ec-mobile-tiles .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card--compact { display: block; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card .editorial-core__media { height: 150px; }

  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature { display: grid; grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature .editorial-core__media { height: 230px; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature-copy { padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__grid { display: block; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card--compact { grid-template-columns: 92px minmax(0, 1fr); padding: 12px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card .editorial-core__media { height: 82px; }

  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature { grid-template-columns: 1fr; }
  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature .editorial-core__media { height: 300px; }

  .editorial-core--diverse.ec-layout-gallery .editorial-core__card,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact {
    display: block;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card .editorial-core__media,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media {
    height: 158px;
  }
}

/* atec21-authoritative:start */
html,body{max-width:100%;overflow-x:clip}.main-nav{scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}
.article-header h1{font-size:76px;line-height:.96;letter-spacing:0;overflow-wrap: break-word;}.article-hero img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.at-fieldlab{width:min(calc(100% - 56px),1240px);margin:auto;padding:10px 0 80px}.at-fieldlab a{text-decoration:none}.at-fieldlab img{width:100%;height:100%;object-fit:cover}
.at-fieldlab__intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);gap:48px;align-items:end;padding:42px 0 36px;border-top:4px solid var(--ink)}.at-fieldlab__intro span,.at-lead__body>span,.at-field__head span,.category-kicker{color:var(--orange-dark);font:700 11px/1.2 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.at-fieldlab__intro h1{max-width:16ch;margin:10px 0 0;font-size:72px;line-height:.92;letter-spacing:0}.at-fieldlab__intro>p{margin:0;padding-left:20px;border-left:4px solid var(--orange);color:var(--muted)}
.at-lead{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.8fr) 120px;min-height:480px;border:1px solid var(--ink);background:var(--white)}.at-lead__image{overflow:hidden}.at-lead__body{display:flex;flex-direction:column;justify-content:center;padding:38px 32px}.at-lead h2{margin:14px 0 18px;font-size:40px;line-height:1;letter-spacing:0}.at-lead__body>p{margin:0 0 26px;color:var(--muted)}.at-lead aside{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:24px 18px;background:var(--ink);color:var(--paper)}.at-lead aside b{color:#f28a52;font:700 24px/1 Arial,sans-serif}.at-lead aside p{margin:0 0 18px;font-size:12px;text-transform:uppercase}
.at-card__read,.category-card__read{align-self:flex-start;margin-top:auto;border-bottom:2px solid var(--orange);color:var(--ink);font:700 11px/1.4 Arial,sans-serif;text-decoration:none;text-transform:uppercase}.at-field{margin-top:72px}.at-field__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:30px;align-items:end;padding-bottom:18px;border-bottom:1px solid var(--ink)}.at-field__head h2{margin:8px 0 0;font-size:42px;line-height:1;letter-spacing:0}.at-field__head>p{margin:0;color:var(--muted)}.at-field__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ink)}.at-card{display:flex;min-width:0;flex-direction:column;background:var(--paper)}.at-card__image{display:block;aspect-ratio:16/10;overflow:hidden}.at-card__body{display:flex;flex:1;flex-direction:column;padding:20px 18px 22px}.at-card__meta{display:flex;justify-content:space-between;gap:12px;margin:0;color:var(--muted);font:700 10px/1.2 Arial,sans-serif;text-transform:uppercase}.at-card__meta b{color:var(--orange);font-size:18px}.at-card__meta span{text-align:right}.at-card h3{margin:28px 0 12px;font-size:22px;line-height:1.08;letter-spacing:0}.at-card h3 a,.at-lead h2 a{color:inherit}.at-card__body>p:not(.at-card__meta){margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.45}
.category-shell{width:min(calc(100% - 56px),1240px);margin:auto;padding:52px 0 80px}.category-shell h1{max-width:18ch;margin:12px 0;font-size:64px;line-height:.95;letter-spacing:0;overflow-wrap: break-word;}.category-intro{max-width:58ch;margin:0 0 34px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ink)}.category-card{display:flex;min-width:0;flex-direction:column;background:var(--paper)}.category-card__image{display:block;aspect-ratio:16/10;overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__body{display:flex;flex:1;flex-direction:column;padding:18px}.category-card__meta{margin:0;color:var(--orange-dark);font:700 10px/1.3 Arial,sans-serif;text-transform:uppercase}.category-card h2{margin:20px 0 10px;font-size:22px;line-height:1.08;letter-spacing:0}.category-card h2 a{color:inherit;text-decoration:none}.category-card__body>p:not(.category-card__meta){margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.45}
@media(max-width:900px){.article-header h1{font-size:56px}.at-fieldlab{width:min(calc(100% - 32px),1240px)}.at-fieldlab__intro{grid-template-columns:1fr;gap:22px}.at-fieldlab__intro h1{font-size:64px}.at-fieldlab__intro>p{max-width:62ch}.at-lead{grid-template-columns:1fr 1fr}.at-lead aside{display:none}.at-field__grid,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-shell{width:min(calc(100% - 32px),1240px)}.category-shell h1{font-size:52px}}
@media(max-width:600px){.article-header h1{font-size:40px;line-height:1.02}.at-fieldlab{width:min(calc(100% - 28px),1240px);padding-bottom:52px}.at-fieldlab__intro{padding:28px 0 24px}.at-fieldlab__intro h1{font-size:44px;overflow-wrap: break-word;}.at-fieldlab__intro>p{padding-left:14px}.at-lead{display:flex;min-height:0;flex-direction:column}.at-lead__image{aspect-ratio:4/3}.at-lead__body{padding:26px 20px 30px}.at-lead h2{font-size:32px;overflow-wrap: break-word;}.at-field{margin-top:52px}.at-field__head{display:block}.at-field__head h2{font-size:34px;overflow-wrap: break-word;}.at-field__head>p{margin-top:12px}.at-field__grid,.category-grid{grid-template-columns:1fr}.at-card__image{aspect-ratio:16/9}.category-shell{width:min(calc(100% - 28px),1240px);padding:32px 0 54px}.category-shell h1{font-size:42px}.category-card__image{aspect-ratio:16/9}}
/* atec21-authoritative:end */
