:root {
  --ink: #050505;
  --paper: #ffffff;
  --blue: #0639d8;
  --mist: #edf1ff;
  --line: 2px solid var(--ink);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 100;
  background: var(--blue);
  color: #fff;
  padding: 10px 14px;
}
.skip-link:focus { top: 12px; }
.site-header { border-bottom: var(--line); }
.masthead {
  max-width: var(--max);
  min-height: 116px;
  margin: 0 auto;
  padding: 20px 24px 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 20px;
}
.edition, .purpose {
  margin: 0 0 7px;
  font-size: .76rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
}
.purpose { text-align: right; }
.wordmark {
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: .86;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
}
.wordmark span { color: var(--blue); }
.nav-wrap { background: var(--ink); color: #fff; }
.nav-inner {
  max-width: var(--max);
  min-height: 48px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.nav-links { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  border-left: 1px solid #4d4d4d;
  text-decoration: none;
  font-size: .83rem;
  font-weight: 700;
  white-space: nowrap;
}
.nav-links a:last-child { border-right: 1px solid #4d4d4d; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--blue); }
.search-toggle {
  border: 0;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 700;
}
.search-toggle:hover { background: var(--blue); }
.search-toggle svg { width: 18px; height: 18px; }
.search-panel { display: none; background: var(--blue); color: #fff; border-bottom: var(--line); }
.search-panel.is-open { display: block; }
.search-inner { max-width: var(--max); margin: 0 auto; padding: 20px 24px 24px; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 0; }
.search-form label { grid-column: 1 / -1; margin-bottom: 6px; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.search-form input {
  min-width: 0;
  border: 2px solid #fff;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
}
.search-form button {
  border: 2px solid #fff;
  border-left: 0;
  border-radius: 0;
  background: var(--ink);
  color: #fff;
  padding: 10px 22px;
  font-weight: 700;
  cursor: pointer;
}
.search-results { margin-top: 16px; }
.search-results:empty { margin: 0; }
.search-hit { border-top: 1px solid rgba(255,255,255,.55); padding: 12px 0 4px; }
.search-hit a { font-size: 1.08rem; font-weight: 700; }
.search-hit p { max-width: 760px; margin: 2px 0 0; font-size: .88rem; }
.shell { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.front-label {
  margin: 26px 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .72rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.front-label::before { content: ""; width: 38px; height: 9px; background: var(--blue); }
.lead {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(290px, 5fr);
  border-top: 6px solid var(--ink);
  border-bottom: var(--line);
}
.lead-media { min-height: 560px; overflow: hidden; background: #ddd; }
.lead-media img { width: 100%; height: 100%; object-fit: cover; }
.lead-copy {
  padding: 28px 0 28px 34px;
  border-left: var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kicker { color: var(--blue); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.lead h1 {
  max-width: 13ch;
  margin: 20px 0 18px;
  font-size: clamp(2.5rem, 5vw, 5.15rem);
  line-height: .94;
  letter-spacing: 0;
}
.lead h1 a { text-decoration: none; }
.lead .excerpt { max-width: 39ch; margin: 0 0 28px; font-size: 1.05rem; line-height: 1.5; }
.meta { font-size: .74rem; line-height: 1.35; font-weight: 700; text-transform: uppercase; }
.read-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; }
.read-link::after { content: "→"; color: var(--blue); font-size: 1.35em; line-height: 1; }
.story-stream { border-bottom: 6px solid var(--ink); }
.story-row {
  display: grid;
  grid-template-columns: 90px minmax(250px, 4fr) minmax(300px, 5fr);
  min-height: 330px;
  border-bottom: var(--line);
}
.story-row:last-child { border-bottom: 0; }
.story-no {
  padding: 22px 12px 0 0;
  color: var(--blue);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.story-copy { padding: 23px 32px 24px 0; display: flex; flex-direction: column; justify-content: space-between; }
.story-copy h2 { max-width: 18ch; margin: 8px 0 14px; font-size: clamp(1.75rem, 3.1vw, 3.15rem); line-height: 1; }
.story-copy h2 a { text-decoration: none; }
.story-copy p { max-width: 44ch; margin: 0 0 18px; }
.story-image { overflow: hidden; border-left: var(--line); background: #ddd; }
.story-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .25s ease; }
.story-row:hover .story-image img { transform: scale(1.015); }
.story-row:nth-child(even) { grid-template-columns: minmax(300px, 5fr) 90px minmax(250px, 4fr); }
.story-row:nth-child(even) .story-image { grid-column: 1; grid-row: 1; border-left: 0; border-right: var(--line); }
.story-row:nth-child(even) .story-no { grid-column: 2; grid-row: 1; padding-left: 20px; }
.story-row:nth-child(even) .story-copy { grid-column: 3; grid-row: 1; padding-left: 0; }
.section-rail {
  margin: 44px 0 52px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-top: 6px solid var(--ink);
  border-bottom: var(--line);
}
.rail-intro { padding: 18px 26px 24px 0; }
.rail-intro h2 { margin: 3px 0 10px; font-size: 2rem; line-height: 1; }
.rail-intro p { margin: 0; max-width: 32ch; }
.rail-link { min-height: 178px; padding: 20px 24px; border-left: var(--line); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; }
.rail-link:hover { background: var(--mist); }
.rail-link strong { max-width: 12ch; font-size: 1.45rem; line-height: 1.05; }
.rail-link span { color: var(--blue); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.page-head { border-top: 6px solid var(--ink); border-bottom: var(--line); margin-top: 32px; padding: 22px 0 28px; }
.page-head h1 { max-width: 16ch; margin: 8px 0 10px; font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .93; }
.page-head p { max-width: 62ch; margin: 0; font-size: 1.05rem; }
.category-list { margin: 0 0 50px; border-bottom: 6px solid var(--ink); }
.category-list .story-row { min-height: 300px; }
.category-list .story-image img { min-height: 300px; }
.article-header { margin-top: 32px; border-top: 6px solid var(--ink); }
.article-title-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(220px, 3fr); border-bottom: var(--line); }
.article-heading { padding: 23px 36px 30px 0; }
.article-heading h1 { max-width: 18ch; margin: 11px 0 18px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; }
.article-deck { max-width: 65ch; margin: 0; font-size: 1.13rem; line-height: 1.52; }
.article-facts { padding: 26px 0 25px 26px; border-left: var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.article-facts dl { margin: 0; }
.article-facts dt { margin-top: 13px; color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.article-facts dd { margin: 1px 0 0; font-size: .88rem; font-weight: 700; }
.article-hero { margin: 0; border-bottom: var(--line); }
.article-hero img { width: 100%; max-height: 680px; aspect-ratio: 16 / 8.2; object-fit: cover; }
.article-hero figcaption { padding: 8px 0 10px; font-size: .72rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 220px; justify-content: center; gap: 64px; padding: 50px 0 70px; }
.article-body { min-width: 0; }
.article-body > p:first-child { font-size: 1.22rem; line-height: 1.58; }
.article-body h2 { margin: 2.4em 0 .5em; font-size: clamp(1.85rem, 4vw, 2.8rem); line-height: 1.03; }
.article-body h2::before { content: ""; display: block; width: 54px; height: 8px; margin-bottom: 14px; background: var(--blue); }
.article-body h3 { margin: 1.8em 0 .45em; font-size: 1.45rem; line-height: 1.12; }
.article-body h4 { margin: 1.6em 0 .35em; color: var(--blue); font-size: 1.02rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15em; }
.article-body ul, .article-body ol { margin: 0 0 1.35em; padding-left: 1.25em; }
.article-body li { margin-bottom: .42em; padding-left: .3em; }
.article-body blockquote { margin: 2em 0; padding: 20px 24px; border-left: 8px solid var(--blue); background: var(--mist); font-size: 1.13rem; font-weight: 700; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.6em 0 2em; font-size: .9rem; }
.article-body th, .article-body td { padding: 10px; border: 1px solid var(--ink); text-align: left; vertical-align: top; }
.article-body th { background: var(--ink); color: #fff; }
.side-note { align-self: start; position: sticky; top: 20px; border-top: 6px solid var(--blue); border-bottom: var(--line); padding: 15px 0 18px; }
.side-note strong { display: block; font-size: 1.1rem; line-height: 1.1; }
.side-note p { margin: 8px 0 14px; font-size: .82rem; line-height: 1.45; }
.more-reading { background: var(--ink); color: #fff; }
.more-inner { max-width: var(--max); margin: 0 auto; padding: 35px 24px 42px; }
.more-inner h2 { margin: 0 0 22px; font-size: 1.8rem; }
.more-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #555; }
.more-links a { padding: 18px 20px 18px 0; border-bottom: 1px solid #555; color: #fff; font-weight: 700; }
.more-links a:nth-child(odd) { border-right: 1px solid #555; }
.more-links a:nth-child(even) { padding-left: 20px; }
.site-footer { background: var(--blue); color: #fff; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 38px 24px 32px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer-brand { font-size: 2rem; line-height: 1; font-weight: 700; }
.footer-copy { max-width: 35ch; margin: 10px 0 0; font-size: .86rem; }
.footer-inner h2 { margin: 0 0 9px; font-size: .82rem; text-transform: uppercase; }
.footer-inner ul { margin: 0; padding: 0; list-style: none; }
.footer-inner li { margin: 3px 0; }
.footer-inner a { color: #fff; font-size: .86rem; }
.footer-base { border-top: 1px solid rgba(255,255,255,.45); padding-top: 20px; grid-column: 1 / -1; font-size: .72rem; }
.empty-state { padding: 40px 0 70px; }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .masthead { min-height: 94px; grid-template-columns: 1fr auto; align-items: center; }
  .edition { display: none; }
  .purpose { max-width: 20ch; margin: 0; font-size: .66rem; }
  .nav-inner { padding-right: 0; }
  .nav-links a { padding: 0 13px; }
  .search-toggle span { display: none; }
  .lead { grid-template-columns: 1fr; }
  .lead-media { min-height: auto; aspect-ratio: 16 / 10; }
  .lead-copy { padding: 24px 0; border-left: 0; border-top: var(--line); }
  .lead h1 { max-width: 15ch; }
  .story-row, .story-row:nth-child(even) { grid-template-columns: 64px 1fr; min-height: 0; }
  .story-image, .story-row:nth-child(even) .story-image { grid-column: 1 / -1; grid-row: 1; border: 0; border-bottom: var(--line); }
  .story-image img, .category-list .story-image img { min-height: 0; aspect-ratio: 16 / 9; }
  .story-no, .story-row:nth-child(even) .story-no { grid-column: 1; grid-row: 2; padding: 20px 10px 0 0; }
  .story-copy, .story-row:nth-child(even) .story-copy { grid-column: 2; grid-row: 2; padding: 20px 0 25px; }
  .section-rail { grid-template-columns: 1fr 1fr; }
  .rail-intro { grid-column: 1 / -1; }
  .rail-link:first-of-type { border-left: 0; border-top: var(--line); }
  .rail-link { border-top: var(--line); }
  .article-title-grid { grid-template-columns: 1fr; }
  .article-facts { border-left: 0; border-top: var(--line); display: block; }
  .article-facts dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .article-layout { grid-template-columns: minmax(0, 720px); padding-top: 38px; }
  .side-note { position: static; }
}

@media (max-width: 600px) {
  .shell, .masthead, .search-inner { padding-left: 16px; padding-right: 16px; }
  .masthead { min-height: 82px; gap: 10px; }
  .wordmark { font-size: 2.25rem; }
  .purpose { font-size: .59rem; }
  .nav-inner { padding-left: 0; gap: 0; }
  .nav-links a { padding: 0 11px; font-size: .72rem; }
  .search-toggle { flex: 0 0 48px; justify-content: center; padding: 0; }
  .lead h1 { font-size: 2.75rem; }
  .story-row, .story-row:nth-child(even) { grid-template-columns: 45px 1fr; }
  .story-no, .story-row:nth-child(even) .story-no { font-size: 1.55rem; }
  .story-copy h2 { font-size: 2rem; }
  .section-rail { grid-template-columns: 1fr; }
  .rail-link, .rail-link:first-of-type { min-height: 130px; border-left: 0; }
  .page-head h1 { font-size: 3.05rem; overflow-wrap: anywhere; }
  .article-heading { padding-right: 0; }
  .article-heading h1 { font-size: 2.65rem; hyphens: auto; overflow-wrap: break-word; }
  .article-facts { padding-left: 0; }
  .article-facts dl { grid-template-columns: 1fr 1fr; }
  .article-hero { margin-left: -16px; margin-right: -16px; }
  .article-hero img { aspect-ratio: 4 / 3; }
  .article-hero figcaption { padding-left: 16px; padding-right: 16px; }
  .article-layout { gap: 35px; padding-bottom: 50px; }
  .article-body h2 { font-size: 2rem; }
  .article-body table { display: block; overflow-x: auto; }
  .more-links { grid-template-columns: 1fr; }
  .more-links a:nth-child(odd) { border-right: 0; }
  .more-links a:nth-child(even) { padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr; padding-left: 16px; padding-right: 16px; }
  .footer-base { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* visual-quality-baseline-v1 */
img {
  height: auto;
}

.visual-refresh-feed {
  margin-block: clamp(40px, 6vw, 84px);
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) > * {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100%;
  height: auto;
  max-height: 260px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 720px) {
  .visual-refresh-feed > :is(
    ul,
    ol,
    [class*="grid"],
    [class*="list"],
    [class*="run"],
    [class*="feed"],
    [class*="articles"],
    [class*="stories"],
    [class*="cards"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* visual-quality-targeted-v2 */
:is(h1, h2, h3) {
  overflow-wrap: anywhere;
}

.visual-refresh-feed {
  overflow: hidden;
}

.visual-refresh-feed:has(> article) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  align-items: start;
}

.visual-refresh-feed:has(> article) > :is(
  h1, h2, h3, p, header, .section-heading, .section-head, .heading
) {
  grid-column: 1 / -1;
}

.visual-refresh-feed:has(> article) > article {
  display: block !important;
  grid-column: auto !important;
  min-width: 0;
  min-height: 0 !important;
}

.visual-refresh-feed > .visual-refresh-feed {
  grid-column: 1 / -1 !important;
  width: 100%;
}

.visual-refresh-feed :is(
  .story-grid, .article-grid, .post-grid, .card-grid, .cards,
  [class*="article-list"], [class*="story-list"], [class*="post-list"]
) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
}

.visual-refresh-feed :is(article, li, [class*="card"]) {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
}

@media (max-width: 720px) {
  .visual-refresh-feed:has(> article),
  .visual-refresh-feed :is(
    .story-grid, .article-grid, .post-grid, .card-grid, .cards,
    [class*="article-list"], [class*="story-list"], [class*="post-list"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* 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: auto;
  }
  .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;
  }
}
