:root {
  --blue: #073b9a;
  --blue-deep: #05265f;
  --yellow: #ffd51f;
  --ink: #16191f;
  --paper: #f7f8f4;
  --white: #ffffff;
  --mint: #dfeadf;
  --brick: #a4432d;
  --line: #1b1e23;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; letter-spacing: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.signal-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem max(1rem, calc((100vw - var(--max)) / 2));
  background: var(--blue);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-header {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(440px, 1.5fr) auto;
  gap: 2rem;
  align-items: end;
  padding: 1.4rem 0 1.5rem;
  border-bottom: 4px solid var(--ink);
}
.brand { text-decoration: none; display: inline-flex; flex-direction: column; align-items: flex-start; line-height: .83; }
.brand-kicker { margin-bottom: .6rem; color: var(--blue); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.brand-name { font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 400; text-transform: lowercase; }
.brand-name b { color: var(--blue); font-weight: 700; }
.primary-nav { display: flex; flex-wrap: wrap; gap: .45rem 1.4rem; align-items: center; padding-bottom: .35rem; }
.primary-nav a { font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a:focus-visible { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 5px; }
.search-trigger { border: 0; border-radius: 0; padding: .75rem .9rem; background: var(--yellow); color: var(--ink); font-weight: 700; cursor: pointer; box-shadow: 4px 4px 0 var(--ink); }
.search-trigger:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
main { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.eyebrow { display: block; margin-bottom: .8rem; color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.issue-intro { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: end; padding: 3.5rem 0 2rem; }
.issue-intro h2 { margin: 0; max-width: 980px; font-size: 3.8rem; line-height: .95; font-weight: 700; }
.issue-intro p { max-width: 36rem; margin: 0 0 .4rem; padding-left: 1.2rem; border-left: 8px solid var(--yellow); font-weight: 700; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-card { min-width: 0; }
.story-card--featured { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); }
.story-card--featured .story-image { min-height: 590px; }
.story-image { display: block; overflow: hidden; background: #d9d9d4; }
.story-image img { height: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.story-image:hover img { transform: scale(1.018); }
.story-copy { padding: 1.4rem; }
.story-card--featured .story-copy { display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border-right: 1px solid var(--line); }
.story-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; color: var(--blue); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.story-meta span { min-width: 2rem; padding: .1rem .3rem; background: var(--yellow); color: var(--ink); text-align: center; }
.story-meta a { text-decoration: none; }
.story-card h1, .story-card h2 { margin: 0 0 .8rem; line-height: 1.02; font-size: 1.45rem; }
.story-card--featured h1 { font-size: clamp(2rem, 3.8vw, 4.7rem); }
.story-card h1 a, .story-card h2 a { text-decoration: none; }
.story-card h1 a:hover, .story-card h2 a:hover { color: var(--blue); }
.story-card p { margin: 0 0 1.2rem; }
.read-link { color: var(--blue); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.field-notes { display: flex; flex-direction: column; padding: 1.3rem; background: var(--yellow); }
.field-title { display: flex; justify-content: space-between; padding-bottom: .6rem; border-bottom: 2px solid var(--ink); font-size: .7rem; }
.field-title b { font-size: 1.1rem; }
.note-big { margin: 2.5rem 0; font-size: 1.3rem; font-weight: 700; line-height: 1.25; }
.field-notes dl { margin: auto 0 2rem; }
.field-notes dl div { display: grid; grid-template-columns: 5rem 1fr; padding: .55rem 0; border-top: 1px solid rgba(0,0,0,.4); font-size: .75rem; }
.field-notes dt { font-weight: 700; text-transform: uppercase; }
.field-notes dd { margin: 0; }
.field-notes > a { font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.latest-section { padding: 5rem 0; }
.section-rule { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; margin-bottom: 1.8rem; padding: .7rem 0; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); }
.section-rule h2 { margin: 0; font-size: 1.25rem; text-transform: uppercase; }
.section-rule span { font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.section-rule span:last-child { text-align: right; }
.story-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.story-grid .story-card { grid-column: span 6; display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid var(--line); }
.story-grid .story-card:nth-child(odd) { border-right: 1px solid var(--line); }
.story-grid .story-image img { aspect-ratio: 4 / 3; }
.category-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; width: calc(100% + 2rem); padding: 4rem; margin-left: -1rem; background: var(--blue-deep); color: var(--white); }
.category-band > * { width: 100%; }
.category-band .eyebrow { color: var(--yellow); }
.category-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1; }
.category-list { padding-right: 0; }
.category-list a { display: grid; grid-template-columns: 3rem 1fr auto; gap: .8rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.45); text-decoration: none; }
.category-list a:last-child { border-bottom: 1px solid rgba(255,255,255,.45); }
.category-list span { color: var(--yellow); }
.category-list strong { font-size: 1.15rem; }
.category-list p { grid-column: 2; margin: 0; color: #d7def1; font-size: .78rem; }
.category-list b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--yellow); font-size: 1.5rem; }
.site-footer { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding: 3rem 0; border-top: 8px solid var(--yellow); }
.footer-brand span { color: var(--blue); font-size: 2.8rem; font-weight: 700; }
.footer-brand p { max-width: 36rem; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; font-size: .75rem; font-weight: 700; }
.copyright { margin: 0; font-size: .7rem; }

.article-header { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); margin-top: 2.5rem; border-bottom: 2px solid var(--line); }
.article-heading { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem 3rem 2rem 6rem; background: var(--white); }
.article-index { position: absolute; left: 1.3rem; top: 1.3rem; display: flex; flex-direction: column; color: var(--blue); font-size: .65rem; }
.article-index b { color: var(--ink); font-size: 3.5rem; line-height: 1; }
.article-category { align-self: flex-start; margin-bottom: 1rem; color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.article-heading h1 { margin: 0 0 1.2rem; font-size: clamp(2.3rem, 5vw, 5.4rem); line-height: .95; }
.article-heading > p { max-width: 47rem; margin: 0 0 1.5rem; padding-left: 1rem; border-left: 7px solid var(--yellow); font-weight: 700; }
.byline { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.article-header figure { margin: 0; background: var(--blue); }
.article-header figure img { min-height: 640px; height: 100%; object-fit: cover; }
.article-header figcaption { padding: .45rem .7rem; background: var(--blue); color: var(--white); font-size: .62rem; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(220px, .5fr) minmax(0, 1.6fr) minmax(120px, .3fr); gap: 3.5rem; padding: 4rem 0 6rem; }
.article-rail { grid-column: 1; align-self: start; position: sticky; top: 1rem; border-top: 5px solid var(--blue); }
.article-rail > span { display: block; padding: .55rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-size: .65rem; font-weight: 700; }
.article-rail p { display: grid; grid-template-columns: 2.2rem 1fr; margin: 0; padding: .8rem 0; border-bottom: 1px solid #a4a6a1; font-size: .75rem; }
.article-rail b { color: var(--blue); }
.article-rail a { display: block; margin-top: 1rem; font-size: .7rem; font-weight: 700; }
.article-body { grid-column: 2; max-width: 780px; font-family: Arial, Helvetica, sans-serif; font-size: 1.06rem; line-height: 1.78; }
.article-body .lead { margin-top: 0; font-family: "Courier New", Courier, monospace; font-size: 1.3rem; line-height: 1.5; font-weight: 700; }
.article-body h2, .article-body h3, .article-body h4 { font-family: "Courier New", Courier, monospace; letter-spacing: 0; }
.article-body h2 { margin: 3.2rem 0 1rem; font-size: 2rem; line-height: 1.08; }
.article-body h3 { margin: 2rem 0 .5rem; color: var(--blue); font-size: 1.25rem; line-height: 1.2; }
.article-body h4 { margin: 1.4rem 0 .4rem; font-size: 1rem; text-transform: uppercase; }
.article-body ul, .article-body ol { margin: 1.5rem 0; padding: 1.2rem 1.2rem 1.2rem 2.5rem; background: var(--white); border-left: 7px solid var(--yellow); }
.article-body li + li { margin-top: .55rem; }
.article-note { margin: 2.2rem -7rem 2.2rem 2rem; padding: 1.3rem; background: var(--yellow); color: var(--ink); font-family: "Courier New", Courier, monospace; box-shadow: 8px 8px 0 var(--blue); }
.article-note strong { display: block; margin-bottom: .6rem; font-size: .75rem; text-transform: uppercase; }
.article-note span { display: block; font-weight: 700; line-height: 1.45; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--white); font-size: .82rem; }
th, td { padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--blue); color: var(--white); font-family: "Courier New", Courier, monospace; }
.related-section { padding: 2rem 0 5rem; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.related-grid .story-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr); background: var(--paper); }

.category-header { position: relative; padding: 5rem 2rem 3rem 6rem; border-bottom: 8px solid var(--blue); }
.category-header h1 { max-width: 1050px; margin: 0; font-size: 3.5rem; line-height: .9; }
.category-header p { max-width: 650px; margin: 2rem 0 0; font-weight: 700; }
.category-count { position: absolute; right: 0; top: 2rem; padding: .8rem; background: var(--yellow); font-size: .8rem; font-weight: 700; }
.category-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2.5rem 0 5rem; border: 1px solid var(--line); }
.category-stories .story-card { display: grid; grid-template-columns: 1fr; border-right: 1px solid var(--line); }
.category-stories .story-card:last-child { border-right: 0; }
.category-stories .story-card--featured .story-image { min-height: 0; }
.category-stories .story-card--featured h1 { font-size: clamp(2rem, 4vw, 4rem); }
.category-note { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; margin: 0 0 5rem; padding: 2rem; border: 1px solid var(--line); background: var(--mint); }
.category-note strong { color: var(--blue); }
.category-note p { max-width: 760px; margin: 0; font-weight: 700; }

.search-dialog { width: min(760px, calc(100% - 2rem)); max-height: 85vh; padding: 0; border: 3px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); box-shadow: 12px 12px 0 var(--yellow); }
.search-dialog::backdrop { background: rgba(5, 38, 95, .78); }
.search-head { display: flex; justify-content: space-between; align-items: center; padding: .8rem 1rem; background: var(--blue); color: var(--white); }
.search-head button { width: 2.6rem; height: 2.6rem; border: 0; background: var(--yellow); color: var(--ink); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.search-dialog label { display: block; margin: 1.2rem 1.2rem .4rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.search-dialog input { width: calc(100% - 2.4rem); margin: 0 1.2rem; padding: .9rem; border: 2px solid var(--ink); border-radius: 0; background: var(--white); font-size: 1rem; }
.search-status { margin: .8rem 1.2rem; font-size: .72rem; }
.search-results { padding: 0 1.2rem 1.2rem; }
.search-result { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.search-result img { height: 90px; object-fit: cover; }
.search-result span { display: block; color: var(--blue); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.search-result strong { display: block; margin: .3rem 0; line-height: 1.1; }
.search-result p { margin: 0; font-size: .72rem; line-height: 1.4; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; }
  .lead-grid { grid-template-columns: 1fr; }
  .story-card--featured { grid-template-columns: 1.2fr .8fr; }
  .field-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .field-title, .field-notes > a { grid-column: 1 / -1; }
  .note-big { margin: 0; }
  .field-notes dl { margin: 0; }
  .story-grid .story-card { grid-column: span 12; }
  .story-grid .story-card:nth-child(odd) { border-right: 0; }
  .article-header { grid-template-columns: 1fr; }
  .article-header figure img { min-height: 440px; max-height: 650px; }
  .article-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .article-note { margin-right: 0; }
  .related-grid .story-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .signal-bar span:last-child { display: none; }
  .site-header { width: min(100% - 1.2rem, var(--max)); min-height: 0; grid-template-columns: 1fr auto; gap: 1rem; padding: 1rem 0; }
  .brand-name { font-size: 2.35rem; }
  .search-trigger { grid-column: 1; grid-row: 2; justify-self: start; align-self: center; font-size: .72rem; }
  .primary-nav { grid-column: 1; grid-row: 3; gap: .5rem 1rem; padding-top: .8rem; border-top: 1px solid var(--line); }
  .primary-nav a { font-size: .68rem; }
  main, .site-footer { width: min(100% - 1.2rem, var(--max)); }
  .issue-intro { grid-template-columns: 1fr; gap: 1.2rem; padding: 2.2rem 0 1.5rem; }
  .issue-intro h2 { font-size: 2.25rem; }
  .issue-intro p { font-size: .86rem; }
  .story-card--featured { grid-template-columns: 1fr; }
  .story-card--featured .story-image { min-height: 0; }
  .story-card--featured .story-image img { aspect-ratio: 4 / 3; }
  .story-card--featured h1 { font-size: 2.2rem; }
  .field-notes { display: flex; }
  .note-big { margin: 1.5rem 0; }
  .field-notes dl { margin: 0 0 1.2rem; }
  .section-rule { grid-template-columns: 1fr auto; }
  .section-rule span:last-child { display: none; }
  .latest-section { padding: 3.5rem 0; }
  .story-grid .story-card { grid-template-columns: 1fr; }
  .category-band { grid-template-columns: 1fr; gap: 2rem; width: calc(100% + 1.2rem); margin-left: -.6rem; padding: 3rem .6rem; }
  .category-band > div:first-child { margin-left: 0; }
  .category-band > *, .category-list { max-width: none; padding-right: 0; }
  .category-band h2 { font-size: 2.6rem; }
  .site-footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .article-header { margin-top: 1rem; }
  .article-heading { padding: 5rem 1rem 1.5rem; }
  .article-index { left: 1rem; top: 1rem; }
  .article-index b { font-size: 2.8rem; }
  .article-heading h1 { font-size: 2.45rem; overflow-wrap: anywhere; }
  .article-header figure img { min-height: 0; aspect-ratio: 4 / 3; }
  .article-layout { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 0 4rem; }
  .article-rail { position: static; grid-column: 1; }
  .article-body { grid-column: 1; font-size: 1rem; line-height: 1.7; }
  .article-body .lead { font-size: 1.1rem; }
  .article-body h2 { font-size: 1.7rem; }
  .article-note { margin: 2rem 0; box-shadow: 5px 5px 0 var(--blue); }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid .story-card { grid-template-columns: 1fr; }
  .category-header { padding: 4.5rem 0 2rem; }
  .category-header h1 { font-size: 2.75rem; overflow-wrap: anywhere; }
  .category-count { right: 0; top: 1rem; }
  .category-stories { grid-template-columns: 1fr; }
  .category-stories .story-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-stories .story-card:last-child { border-bottom: 0; }
  .category-note { grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 90px 1fr; }
  .search-result img { height: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-image img { transition: none; }
}

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

/* Live visual QA bundle index polish 2026-07-29 */

main .related.bundle-links > ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  border-top: 2px solid currentColor;
}
main .related.bundle-links > ul > li {
  min-width: 0;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid currentColor;
}
main .related.bundle-links > ul > li > a {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
main .related.bundle-links > ul > li > a:hover,
main .related.bundle-links > ul > li > a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 700px) {
  main .related.bundle-links > ul {
    grid-template-columns: 1fr;
  }
}

/* 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-article-fallback-v1 */
body.editorial-article-fallback {
  --fallback-ink: #17211d;
  --fallback-muted: #5b655f;
  --fallback-paper: #f7f6f1;
  --fallback-line: #d7dbd4;
  margin: 0;
  overflow-x: clip;
  background: var(--fallback-paper);
  color: var(--fallback-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
body.editorial-article-fallback * { box-sizing: border-box; }
body.editorial-article-fallback img { max-width: 100%; }
body.editorial-article-fallback .fallback-masthead {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--fallback-line);
}
body.editorial-article-fallback .fallback-masthead a {
  color: inherit;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  text-decoration: none;
}
body.editorial-article-fallback .fallback-masthead span {
  color: var(--fallback-muted);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
body.editorial-article-fallback main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 88px;
}
body.editorial-article-fallback main > p:first-child {
  width: min(780px, 100%);
  margin: 0 auto 36px;
}
body.editorial-article-fallback main > p:first-child a {
  color: var(--fallback-muted);
  font-size: .82rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
body.editorial-article-fallback article {
  width: min(780px, 100%);
  margin: 0 auto;
}
body.editorial-article-fallback article > p:first-child {
  margin: 0 0 14px;
  color: var(--fallback-muted);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.editorial-article-fallback h1 {
  max-width: 18ch;
  margin: 0 0 24px;
  font-size: 4rem;
  line-height: 1;
  overflow-wrap: anywhere;
}
body.editorial-article-fallback .lead {
  max-width: 56ch;
  margin: 0 0 34px;
  color: var(--fallback-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.55;
}
body.editorial-article-fallback article > img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 540px);
  margin: 0 0 42px;
  border-radius: 2px;
  object-fit: cover;
}
body.editorial-article-fallback article > div {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.78;
}
body.editorial-article-fallback article > div p { margin: 0 0 1.35em; }
body.editorial-article-fallback article > div h2 {
  margin: 2.4em 0 .7em;
  padding-top: .7em;
  border-top: 1px solid var(--fallback-line);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.15;
}
body.editorial-article-fallback article > div a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (max-width: 620px) {
  body.editorial-article-fallback .fallback-masthead,
  body.editorial-article-fallback main { width: min(100% - 24px, 1120px); }
  body.editorial-article-fallback .fallback-masthead { padding-top: 16px; }
  body.editorial-article-fallback main { padding-top: 20px; }
  body.editorial-article-fallback main > p:first-child { margin-bottom: 26px; }
  body.editorial-article-fallback h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  body.editorial-article-fallback article > img {
    height: min(74vw, 390px);
    margin-bottom: 30px;
  }
  body.editorial-article-fallback article > div { font-size: 1rem; line-height: 1.72; }
}

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

/* KEUKENINTERMEDIAIR BESPOKE HOMEPAGE */
:root { --ki-ink:#152c35; --ki-paper:#f4f0e8; --ki-blue:#1666a8; --ki-green:#45775e; --ki-orange:#c56b3b; }
body { background:var(--ki-paper); color:var(--ki-ink); }
.ki-cover { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.8fr); min-height:560px; background:#e2e9e7; overflow:hidden; }
.ki-cover,.ki-cover__copy,.ki-cover__visual { min-width:0; }
.ki-cover__copy { padding:clamp(38px,7vw,100px) clamp(24px,6vw,88px); display:flex; flex-direction:column; justify-content:center; overflow:hidden; }
.ki-overline { margin:0 0 14px; color:var(--ki-blue); font:700 .72rem/1.2 system-ui,sans-serif; letter-spacing:.12em; text-transform:uppercase; }
.ki-cover h1,.ki-section-heading h2,.ki-route-section h2,.ki-close h2 { margin:0; font:700 clamp(2.6rem,6vw,6.3rem)/.92 Georgia,serif; letter-spacing:0; overflow-wrap:anywhere; }
.ki-cover h1 em,.ki-section-heading h2 em,.ki-close h2 em { color:var(--ki-blue); font-style:italic; }
.ki-cover__intro { max-width:500px; margin:28px 0 0; font-size:1.08rem; line-height:1.7; }
.ki-cover__cta { width:max-content; max-width:100%; box-sizing:border-box; margin-top:34px; padding:14px 18px; color:white; background:var(--ki-ink); text-decoration:none; font-weight:700; overflow-wrap:anywhere; }
.ki-cover__cta span { margin-left:18px; }
.ki-cover__visual { position:relative; min-height:380px; overflow:hidden; }
.ki-cover__visual img { width:100%; height:100%; min-height:380px; object-fit:cover; display:block; }
.ki-stamp { position:absolute; right:22px; bottom:22px; padding:12px 15px; background:#f4f0e8; color:var(--ki-ink); font:700 .68rem/1.2 system-ui,sans-serif; letter-spacing:.12em; }
.ki-stamp b { color:var(--ki-blue); }
.ki-orient { display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-bottom:1px solid #b7c2be; }
.ki-orient > div { padding:24px 28px; border-right:1px solid #b7c2be; display:grid; grid-template-columns:auto 1fr; column-gap:14px; }
.ki-orient > div:last-child { border-right:0; }.ki-number { color:var(--ki-blue); font:700 1.6rem Georgia,serif; grid-row:span 2; }.ki-orient strong { font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }.ki-orient p { margin:6px 0 0; font-size:.94rem; }
.ki-routes,.ki-route-section,.ki-close { max-width:1220px; margin:0 auto; padding:clamp(56px,8vw,110px) 28px; }
.ki-routes { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; }.ki-section-heading > p:last-child { max-width:370px; margin-top:26px; line-height:1.65; }.ki-route-list { border-top:1px solid #aab8b3; }.ki-route { display:grid; grid-template-columns:45px 1fr 28px; align-items:center; gap:18px; padding:22px 0; border-bottom:1px solid #aab8b3; color:inherit; text-decoration:none; }.ki-route__index { font:700 1.3rem Georgia,serif; }.ki-route strong { display:block; font:700 1.55rem Georgia,serif; }.ki-route small { display:block; margin-top:5px; color:#52666b; line-height:1.45; }.ki-route__arrow { font-size:1.4rem; }.ki-route--blue .ki-route__index,.ki-route--blue strong { color:var(--ki-blue); }.ki-route--green .ki-route__index,.ki-route--green strong { color:var(--ki-green); }.ki-route--orange .ki-route__index,.ki-route--orange strong { color:var(--ki-orange); }
.ki-route-section { max-width:none; padding-left:max(28px,calc((100% - 1220px)/2)); padding-right:max(28px,calc((100% - 1220px)/2)); }.ki-route-section--blue { background:#dce8f0; }.ki-route-section--green { background:#dfe9df; }.ki-route-section--orange { background:#f0e0d5; }.ki-route-section > header { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:34px; }.ki-route-section > header > p { max-width:360px; margin:0; line-height:1.6; }.ki-route-section h2 { font-size:clamp(2.1rem,4.3vw,4.4rem); }.ki-route-section .ki-overline { color:var(--ki-ink); }.ki-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }.ki-card { background:#f8f6f0; }.ki-card--featured { grid-column:span 2; display:grid; grid-template-columns:1fr 1fr; }.ki-card__image { display:block; aspect-ratio:1.35/1; overflow:hidden; }.ki-card--featured .ki-card__image { aspect-ratio:auto; }.ki-card img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }.ki-card:hover img { transform:scale(1.035); }.ki-card__body { padding:22px; }.ki-card__meta { display:flex; gap:9px; flex-wrap:wrap; color:#607177; font:700 .67rem/1.2 system-ui,sans-serif; text-transform:uppercase; letter-spacing:.08em; }.ki-card__meta span:first-child { color:var(--ki-blue); }.ki-card h3 { margin:15px 0 10px; font:700 1.55rem/1.05 Georgia,serif; }.ki-card h3 a { color:inherit; text-decoration:none; }.ki-card p { margin:0; color:#53656a; line-height:1.55; }.ki-card__read { display:inline-block; margin-top:18px; color:var(--ki-ink); font-weight:700; text-decoration:none; }.ki-card__read span { margin-left:10px; color:var(--ki-blue); }
.ki-close { text-align:center; }.ki-close h2 { font-size:3.8rem; }.ki-close p:last-child { max-width:500px; margin:24px auto 0; line-height:1.7; }
@media (max-width:760px) { .ki-cover { width:100%; grid-template-columns:minmax(0,1fr); }.ki-cover__copy { width:100%; box-sizing:border-box; padding:38px 18px; }.ki-cover__visual { width:100%; max-width:100%; min-height:280px; }.ki-cover__visual img { width:100%; max-width:100%; min-height:280px; }.ki-cover h1 { max-width:100%; font-size:clamp(2.2rem,10vw,3.1rem); line-height:.98; }.ki-section-heading h2,.ki-route-section h2 { font-size:clamp(2rem,8vw,3rem); line-height:1; }.ki-close h2 { font-size:clamp(2.1rem,8vw,3.2rem); }.ki-cover__cta { display:block; width:100%; }.ki-orient { grid-template-columns:1fr; }.ki-orient > div { border-right:0; border-bottom:1px solid #b7c2be; }.ki-orient > div:last-child { border-bottom:0; }.ki-routes { grid-template-columns:1fr; gap:32px; padding-top:64px; padding-bottom:64px; }.ki-route-section { padding-top:64px; padding-bottom:64px; }.ki-route-section > header { display:block; }.ki-route-section > header > p { margin-top:20px; }.ki-grid { grid-template-columns:1fr; }.ki-card--featured { grid-column:auto; display:block; }.ki-card--featured .ki-card__image { aspect-ratio:1.35/1; }.ki-route strong { font-size:1.25rem; } }
