:root {
  --sky: #63c7f1;
  --sky-dark: #0879aa;
  --lemon: #f4ed38;
  --ink: #111719;
  --soft-ink: #4f5b60;
  --paper: #ffffff;
  --wash: #eef9fd;
  --rule: #b7ddea;
  --rail: 3.25rem;
  --page: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.62;
}
body::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  width: var(--rail);
  background: var(--lemon);
  border-right: 1px solid var(--ink);
  pointer-events: none;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--sky-dark); }
button, input { font: inherit; }
h1, h2, h3, h4, p, a { overflow-wrap: anywhere; }
.skip-link { position: fixed; left: .5rem; top: -8rem; z-index: 99; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: .5rem; }
.side-word {
  position: fixed;
  z-index: 21;
  left: .8rem;
  bottom: 1rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
.page-frame { padding-left: var(--rail); }
.shell { width: min(calc(100% - 3rem), var(--page)); margin: 0 auto; }

.site-header { border-bottom: 1px solid var(--ink); background: white; }
.masthead { display: grid; grid-template-columns: minmax(16rem, .9fr) minmax(22rem, 1.45fr); gap: 2rem; align-items: end; padding: 1.25rem 0 1rem; }
.brand { display: inline-flex; align-items: baseline; gap: .55rem; width: max-content; text-decoration: none; line-height: .85; }
.brand-mark { font-size: clamp(2.25rem, 5vw, 5.2rem); font-weight: 900; }
.brand-dot { width: .78rem; height: .78rem; background: var(--sky); border-radius: 50%; }
.header-tools { min-width: 0; }
.edition-line { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .55rem; padding-bottom: .45rem; border-bottom: 1px solid var(--ink); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.nav-line { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.main-nav { display: flex; flex-wrap: wrap; gap: .4rem 1.35rem; }
.main-nav a { font-size: .82rem; font-weight: 800; text-decoration: none; }
.search-form { display: flex; min-width: min(20rem, 100%); border: 1px solid var(--ink); background: white; }
.search-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.search-form input { min-width: 0; width: 100%; border: 0; padding: .58rem .68rem; color: var(--ink); background: transparent; }
.search-form button { flex: 0 0 auto; border: 0; border-left: 1px solid var(--ink); background: var(--lemon); padding: .55rem .75rem; font-weight: 800; cursor: pointer; }
.search-status { margin: .45rem 0 0; font-size: .72rem; color: var(--soft-ink); }
.search-results { position: absolute; z-index: 30; width: min(34rem, calc(100vw - 5rem)); margin: .45rem 0 0; padding: 0; list-style: none; border: 1px solid var(--ink); background: white; box-shadow: .6rem .6rem 0 var(--sky); }
.search-results:empty { display: none; }
.search-results li + li { border-top: 1px solid var(--rule); }
.search-results a { display: block; padding: .75rem; text-decoration: none; }
.search-results strong { display: block; font-size: .9rem; }
.search-results span { font-size: .72rem; color: var(--soft-ink); }

.lead-layout { display: grid; grid-template-columns: repeat(12, 1fr); min-height: min(680px, calc(100vh - 132px)); border-bottom: 1px solid var(--ink); }
.lead-visual { grid-column: 1 / 9; position: relative; min-height: 32rem; overflow: hidden; }
.lead-visual img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.story-number { position: absolute; z-index: 2; right: -.05em; top: -.24em; color: var(--lemon); font-size: clamp(8rem, 21vw, 22rem); font-weight: 900; line-height: 1; }
.lead-copy { grid-column: 9 / 13; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; padding: clamp(1.5rem, 3vw, 3.2rem); background: var(--sky); border-left: 1px solid var(--ink); }
.kicker { margin: 0 0 .75rem; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.lead-copy h1 { margin: 0; font-size: clamp(2.15rem, 4.5vw, 4.7rem); line-height: .96; }
.lead-copy h1 a { text-decoration: none; }
.lead-copy .deck { margin: 1.15rem 0 1.25rem; font-size: .98rem; }
.meta { margin: 0; font-size: .7rem; font-weight: 700; text-transform: uppercase; color: #26373e; }

.manifesto { display: grid; grid-template-columns: 4fr 8fr; border-bottom: 1px solid var(--ink); }
.manifesto-label { padding: 2.2rem 1.4rem 2.2rem 0; border-right: 1px solid var(--ink); }
.manifesto-label span { display: block; font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; line-height: .8; color: var(--sky); }
.manifesto-label h2 { margin: .9rem 0 0; font-size: 1rem; text-transform: uppercase; }
.manifesto-copy { align-self: center; max-width: 55rem; margin: 0; padding: 2.2rem 0 2.2rem clamp(1.5rem, 5vw, 5rem); font-size: clamp(1.25rem, 2.2vw, 2.1rem); line-height: 1.35; }

.story-run { padding: 4.5rem 0 5rem; }
.run-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; margin-bottom: 1.6rem; border-top: .7rem solid var(--lemon); padding-top: .75rem; }
.run-heading h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 3.8rem); line-height: 1; }
.run-heading p { margin: 0; font-size: .75rem; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem 1.35rem; }
.story { min-width: 0; border-top: 1px solid var(--ink); padding-top: .65rem; }
.story:nth-child(1) { grid-column: 1 / 8; }
.story:nth-child(2) { grid-column: 9 / 13; margin-top: 6rem; }
.story:nth-child(3) { grid-column: 1 / 5; }
.story:nth-child(4) { grid-column: 6 / 13; margin-top: 2.5rem; }
.story-visual { display: block; position: relative; overflow: hidden; background: var(--wash); }
.story img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.story:nth-child(2) img, .story:nth-child(3) img { aspect-ratio: 4 / 5; }
.story-visual:hover img { transform: scale(1.015); }
.story-index { position: absolute; left: .55rem; bottom: .4rem; color: white; font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; line-height: 1; text-shadow: 0 1px 10px rgba(0,0,0,.25); }
.story .meta { margin-top: .75rem; color: var(--sky-dark); }
.story h3 { margin: .35rem 0 .5rem; font-size: clamp(1.35rem, 2.4vw, 2.35rem); line-height: 1.08; }
.story h3 a { text-decoration: none; }
.story p:last-child { margin: 0; color: var(--soft-ink); font-size: .9rem; }

.category-band { background: var(--ink); color: white; }
.category-band-inner { display: grid; grid-template-columns: 3fr 9fr; gap: 2rem; padding-top: 3rem; padding-bottom: 3rem; }
.category-band h2 { margin: 0; font-size: 1rem; color: var(--lemon); text-transform: uppercase; }
.category-links { display: grid; grid-template-columns: repeat(3, 1fr); }
.category-links a { min-height: 8rem; padding: 0 1.2rem; border-left: 1px solid #597078; font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.category-links span { display: block; margin-top: .5rem; color: #9cb1b8; font-size: .72rem; font-weight: 400; }

.site-footer { background: var(--sky); border-top: 1px solid var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 3rem; padding-top: 2.4rem; padding-bottom: 2.6rem; }
.footer-brand { font-size: 1.5rem; font-weight: 900; }
.footer-inner p { max-width: 35rem; margin: .35rem 0 0; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: .5rem 1.2rem; font-size: .78rem; font-weight: 700; }

.page-head { display: grid; grid-template-columns: 4fr 8fr; min-height: 18rem; border-bottom: 1px solid var(--ink); }
.page-head-label { display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem 2rem 2rem 0; background: var(--lemon); border-right: 1px solid var(--ink); box-shadow: calc((100vw - min(calc(100% - 3rem), var(--page))) / -2) 0 0 var(--lemon); }
.page-head-label p { margin: 0; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.page-head-label h1 { margin: .5rem 0 0; font-size: clamp(2rem, 5vw, 5.2rem); line-height: .9; }
.page-head-intro { align-self: end; max-width: 55rem; margin: 0; padding: 2rem 0 2rem clamp(2rem, 6vw, 6rem); font-size: 1.08rem; }
.category-stories { padding: 3rem 0 5rem; }
.category-story { display: grid; grid-template-columns: 5fr 7fr; gap: 2rem; align-items: center; padding: 1.4rem 0; border-top: 1px solid var(--ink); }
.category-story:nth-child(even) { grid-template-columns: 7fr 5fr; }
.category-story:nth-child(even) .category-story-image { order: 2; }
.category-story img { aspect-ratio: 16 / 9; object-fit: cover; }
.category-story h2 { margin: .35rem 0 .6rem; font-size: clamp(1.5rem, 3vw, 2.7rem); line-height: 1.05; }
.category-story h2 a { text-decoration: none; }
.category-story p { margin: 0; color: var(--soft-ink); }

.article-hero { display: grid; grid-template-columns: 5fr 7fr; min-height: 40rem; border-bottom: 1px solid var(--ink); }
.article-heading { display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; padding: 3rem clamp(1.5rem, 4vw, 4rem) 3rem 0; }
.article-heading h1 { margin: .6rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .92; }
.article-heading .intro { margin: 0 0 1.2rem; font-size: 1.05rem; color: var(--soft-ink); }
.article-cover { position: relative; min-height: 28rem; overflow: hidden; }
.article-cover img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.article-cover::after { content: attr(data-number); position: absolute; right: .02em; bottom: -.2em; color: var(--lemon); font-size: clamp(8rem, 18vw, 17rem); font-weight: 900; line-height: 1; }
.article-main { display: grid; grid-template-columns: minmax(10rem, 2fr) minmax(0, 7fr) minmax(10rem, 2fr); gap: clamp(1.5rem, 4vw, 4rem); padding-top: 4rem; padding-bottom: 5rem; }
.article-aside { align-self: start; position: sticky; top: 1rem; border-top: .6rem solid var(--sky); padding-top: .75rem; font-size: .75rem; color: var(--soft-ink); }
.article-aside strong { display: block; margin-bottom: .55rem; color: var(--ink); text-transform: uppercase; }
.article-aside a { display: block; margin: .42rem 0; }
.article-body { min-width: 0; font-size: 1.02rem; }
.article-body > p:first-child { margin-top: 0; font-size: 1.22rem; line-height: 1.55; }
.article-body h2 { margin: 3rem 0 .75rem; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.08; }
.article-body h3 { margin: 2rem 0 .55rem; font-size: 1.3rem; line-height: 1.2; }
.article-body h4 { margin: 1.5rem 0 .4rem; font-size: 1rem; }
.article-body p { margin: 0 0 1.15rem; }
.article-body ul, .article-body ol { margin: 0 0 1.4rem; padding-left: 1.35rem; }
.article-body li { margin: .42rem 0; }
.article-body blockquote { margin: 2rem 0; padding: 1.2rem 1.4rem; background: var(--lemon); border-left: .55rem solid var(--ink); font-size: 1.12rem; font-weight: 700; }
.article-body table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 1.8rem 0; font-size: .84rem; }
.article-body th { background: var(--sky); }
.article-body th, .article-body td { padding: .7rem; border: 1px solid #8db9c9; text-align: left; vertical-align: top; }
.reading-note { align-self: start; padding-top: .8rem; border-top: 1px solid var(--ink); font-size: .75rem; color: var(--soft-ink); }
.reading-note strong { display: block; color: var(--ink); }

@media (max-width: 980px) {
  .masthead { grid-template-columns: 1fr; gap: 1rem; }
  .lead-layout { min-height: 0; }
  .lead-visual { grid-column: 1 / 8; }
  .lead-copy { grid-column: 8 / 13; }
  .article-main { grid-template-columns: minmax(0, 1fr) minmax(0, 4fr); }
  .reading-note { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --rail: 1rem; }
  body::before { border-right: 0; }
  .side-word { display: none; }
  .shell { width: min(calc(100% - 2rem), var(--page)); }
  .masthead { padding-top: .85rem; }
  .brand-mark { font-size: 2.45rem; }
  .edition-line span:last-child { display: none; }
  .nav-line { align-items: stretch; flex-direction: column; gap: .8rem; }
  .main-nav { gap: .3rem .85rem; }
  .search-form { min-width: 0; }
  .search-results { width: calc(100vw - 3rem); }
  .lead-layout { display: flex; flex-direction: column; }
  .lead-visual { min-height: 22rem; }
  .lead-copy { border-left: 0; border-top: 1px solid var(--ink); }
  .lead-copy h1 { font-size: clamp(2.2rem, 11vw, 3.65rem); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-label { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .manifesto-copy { padding: 1.6rem 0 2.2rem; }
  .story-run { padding: 3rem 0; }
  .story-grid { display: block; }
  .story, .story:nth-child(2), .story:nth-child(4) { margin: 0 0 2.5rem; }
  .story:nth-child(2) img, .story:nth-child(3) img { aspect-ratio: 16 / 10; }
  .category-band-inner, .category-links { grid-template-columns: 1fr; }
  .category-links a { min-height: auto; padding: 1rem 0; border-left: 0; border-top: 1px solid #597078; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .page-head { grid-template-columns: 1fr; }
  .page-head-label { min-height: 12rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .page-head-intro { padding: 1.5rem 0 2rem; }
  .category-story, .category-story:nth-child(even) { grid-template-columns: 1fr; gap: 1rem; }
  .category-story:nth-child(even) .category-story-image { order: 0; }
  .article-hero { grid-template-columns: 1fr; min-height: 0; }
  .article-heading { padding: 2.2rem 0; }
  .article-heading h1 { font-size: clamp(2.45rem, 12vw, 4.2rem); }
  .article-cover { min-height: 24rem; }
  .article-main { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .article-aside { position: static; order: 2; }
  .article-body table { font-size: .72rem; }
  .article-body th, .article-body td { padding: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story 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 */

#urkbouwt-w32 > 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;
}
#urkbouwt-w32 > ul > li {
  min-width: 0;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid currentColor;
}
#urkbouwt-w32 > ul > li > a {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
#urkbouwt-w32 > ul > li > a:hover,
#urkbouwt-w32 > ul > li > a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 700px) {
  #urkbouwt-w32 > 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;
  }
}
