:root {
  --ink: #1f251f;
  --moss: #354a32;
  --moss-deep: #253525;
  --ivory: #f3f0e7;
  --paper: #faf8f1;
  --wood: #815c3d;
  --wood-dark: #593e2a;
  --sage: #aab3a0;
  --line: #c9c2b3;
  --white: #fffefa;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--ivory);
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--ink); }
.utility {
  max-width: var(--max); margin: 0 auto; padding: .55rem 1.4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  color: var(--moss); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
}
.utility p { margin: 0; }
.search-trigger {
  border: 0; border-left: 1px solid var(--line); padding: .25rem 0 .25rem 1rem;
  background: transparent; color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}
.search-trigger::before { content: "\2315"; margin-right: .45rem; font-size: 1rem; }
.masthead {
  max-width: var(--max); margin: 0 auto; min-height: 130px; padding: 1.25rem 1.4rem 1rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 1.5rem;
  position: relative; overflow: hidden;
}
.masthead::after {
  content: ""; position: absolute; left: 5%; right: 5%; top: 33%; height: 20px;
  border-top: 1px solid var(--wood); border-radius: 50%; transform: rotate(-1deg); opacity: .42;
}
.edition, .mast-note { position: relative; z-index: 1; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.mast-note { text-align: right; }
.brand { position: relative; z-index: 2; margin: 0; color: var(--moss-deep); text-decoration: none; text-align: center; }
.brand strong { display: block; font-size: clamp(2.1rem, 5vw, 4.8rem); line-height: .85; letter-spacing: 0; }
.brand span { display: block; margin-top: .55rem; color: var(--wood); font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }
.main-nav { border-top: 1px solid var(--line); overflow: hidden; }
.main-nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 1.4rem; display: flex; align-items: center; justify-content: center;
  white-space: nowrap; overflow-x: auto; scrollbar-width: thin;
}
.main-nav a { padding: .8rem 1.2rem; text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; border-right: 1px solid var(--line); }
.main-nav a:first-child { border-left: 1px solid var(--line); }
.main-nav a:hover, .main-nav a:focus-visible { background: var(--moss); color: var(--white); }
.route-rule { height: 7px; background: linear-gradient(90deg, var(--moss) 0 30%, var(--wood) 30% 43%, var(--sage) 43% 76%, var(--moss-deep) 76%); }
.shell { max-width: var(--max); margin: 0 auto; padding: 0 1.4rem; }
.kicker { color: var(--wood-dark); font-size: .72rem; line-height: 1.3; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .7fr); min-height: 590px; border-bottom: 1px solid var(--ink); }
.hero-media { min-width: 0; position: relative; margin-left: calc((100vw - min(100vw, var(--max))) / -2); }
.hero-media img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; right: -6px; top: 16%; width: 12px; height: 42%; background: var(--wood); }
.hero-copy { padding: 4rem 2.2rem 3rem 3rem; align-self: center; }
.hero h1 { margin: .8rem 0 1rem; max-width: 11ch; font-size: clamp(2.35rem, 4.4vw, 5rem); line-height: .98; letter-spacing: 0; }
.hero .dek { max-width: 32rem; font-size: 1.08rem; }
.meta { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: #5d625c; font-size: .75rem; }
.read-link { display: inline-flex; align-items: center; gap: .75rem; margin-top: 1rem; color: var(--moss-deep); font-size: .78rem; font-weight: 700; text-transform: uppercase; text-decoration: none; }
.read-link::after { content: "\2192"; display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--moss); border-radius: 50%; }
.read-link:hover::after { background: var(--moss); color: white; }
.section-head { padding: 3.6rem 0 1.25rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem; border-bottom: 1px solid var(--ink); }
.section-head h2 { margin: 0; font-size: clamp(1.75rem, 3.4vw, 3.25rem); line-height: 1; letter-spacing: 0; }
.section-head p { max-width: 35rem; margin: 0; color: #596057; font-size: .85rem; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-bottom: 1px solid var(--ink); }
.story-card { grid-column: span 6; padding: 1.5rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.story-card:nth-child(even) { padding-left: 1.5rem; padding-right: 0; border-right: 0; }
.story-card a { text-decoration: none; }
.story-card img { width: 100%; aspect-ratio: 16 / 8.3; object-fit: cover; filter: saturate(.9); }
.story-card h3 { max-width: 19ch; margin: .7rem 0 .55rem; font-size: clamp(1.35rem, 2.4vw, 2.25rem); line-height: 1.08; letter-spacing: 0; }
.story-card p { max-width: 60ch; margin: 0; color: #565c54; font-size: .9rem; }
.story-card a:hover h3 { color: var(--wood-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.dossier-band { margin-top: 4rem; background: var(--moss-deep); color: var(--white); }
.dossier-inner { max-width: var(--max); margin: 0 auto; padding: 3.8rem 1.4rem; display: grid; grid-template-columns: .72fr 1.6fr; gap: 4rem; }
.dossier-intro h2 { margin: .4rem 0 1rem; max-width: 8ch; font-size: clamp(2rem, 3.8vw, 4rem); line-height: 1; }
.dossier-list { border-top: 1px solid #879184; }
.dossier-row { display: grid; grid-template-columns: 2.5rem 1fr auto; align-items: center; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid #879184; text-decoration: none; }
.dossier-row span:first-child { color: #c8a680; font-size: .75rem; }
.dossier-row strong { font-size: 1.05rem; }
.dossier-row em { color: #d6d9d2; font-size: .72rem; font-style: normal; text-transform: uppercase; }
.dossier-row:hover strong { color: #e6c49e; }
.category-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 4rem 0; border: 1px solid var(--ink); }
.category-strip a { min-height: 180px; padding: 1.4rem; position: relative; text-decoration: none; border-right: 1px solid var(--ink); }
.category-strip a:last-child { border-right: 0; }
.category-strip strong { display: block; max-width: 10ch; font-size: 1.5rem; line-height: 1.1; }
.category-strip span { position: absolute; left: 1.4rem; bottom: 1.2rem; font-size: .72rem; text-transform: uppercase; }
.category-strip a:hover { background: var(--wood); color: var(--white); }
.site-footer { margin-top: 4rem; background: var(--wood-dark); color: var(--white); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 3rem 1.4rem; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 3rem; }
.footer-brand { font-size: 1.9rem; line-height: 1; font-weight: 700; }
.footer-inner p { margin: .8rem 0 0; max-width: 28rem; color: #e7ded3; font-size: .85rem; }
.footer-inner h2 { margin: 0 0 .65rem; font-size: .72rem; text-transform: uppercase; }
.footer-inner a { display: block; margin: .35rem 0; color: #f4eee6; font-size: .82rem; text-decoration: none; }
.footer-inner a:hover { text-decoration: underline; }
.copyright { max-width: var(--max); margin: 0 auto; padding: 1rem 1.4rem; border-top: 1px solid #8b745e; font-size: .7rem; }

.page-head { padding: 4rem 0 2rem; display: grid; grid-template-columns: .35fr 1fr; gap: 2rem; border-bottom: 1px solid var(--ink); }
.page-head h1 { margin: 0; max-width: 15ch; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; }
.page-head p { max-width: 36rem; margin: .4rem 0 0; align-self: end; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-bottom: 4rem; }
.category-grid .story-card { grid-column: auto; }
.empty-note { margin: 3rem 0; }

.article-head { max-width: 1040px; margin: 0 auto; padding: 4.5rem 1.4rem 2rem; text-align: center; }
.article-head h1 { margin: .75rem auto 1rem; max-width: 15ch; font-size: clamp(2.5rem, 6vw, 5.8rem); line-height: .95; letter-spacing: 0; }
.article-head .dek { max-width: 740px; margin: 0 auto 1.2rem; font-size: 1.1rem; color: #4e554d; }
.article-head .meta { justify-content: center; }
.article-image { max-width: 1320px; margin: 0 auto; padding: 0 1.4rem; position: relative; }
.article-image img { width: 100%; max-height: 680px; aspect-ratio: 2 / 1; object-fit: cover; }
.article-image::before { content: ""; position: absolute; left: 0; top: 20%; width: 8%; height: 7px; background: var(--wood); }
.article-layout { max-width: 1040px; margin: 0 auto; padding: 3rem 1.4rem 5rem; display: grid; grid-template-columns: 180px minmax(0, 680px); justify-content: center; gap: 3rem; }
.article-aside { font-size: .72rem; color: #62685f; }
.article-aside strong { display: block; margin-bottom: .4rem; color: var(--wood-dark); text-transform: uppercase; }
.article-body { min-width: 0; font-family: Tahoma, Verdana, sans-serif; font-size: 1rem; }
.article-body > p:first-child { font-size: 1.18rem; line-height: 1.65; }
.article-body h2 { margin: 3rem 0 .8rem; padding-top: .65rem; border-top: 1px solid var(--wood); font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: 0; }
.article-body h3 { margin: 2rem 0 .6rem; font-size: 1.22rem; line-height: 1.25; }
.article-body h4 { margin: 1.4rem 0 .45rem; color: var(--wood-dark); font-size: .95rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15rem; }
.article-body ul, .article-body ol { margin: 0 0 1.35rem; padding-left: 1.25rem; }
.article-body li { margin-bottom: .45rem; }
.article-body blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 5px solid var(--moss); background: #e7e6db; font-size: 1.08rem; }
.article-body table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; font-size: .85rem; }
.article-body th, .article-body td { padding: .7rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.article-body th { background: var(--moss); color: var(--white); }
.related { max-width: var(--max); margin: 0 auto 4rem; padding: 0 1.4rem; }
.related h2 { padding-top: 1.2rem; border-top: 1px solid var(--ink); font-size: 1.5rem; }

.search-dialog { width: min(720px, calc(100% - 2rem)); max-height: 82vh; padding: 0; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.search-dialog::backdrop { background: rgba(25, 31, 25, .72); }
.search-panel { padding: 1.4rem; }
.search-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.search-top h2 { margin: 0; font-size: 1.5rem; }
.search-close { width: 2.5rem; height: 2.5rem; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 1.3rem; }
.search-form { display: flex; margin: 1.2rem 0; }
.search-form input { min-width: 0; flex: 1; padding: .85rem; border: 1px solid var(--ink); background: var(--white); }
.search-form button { padding: .85rem 1.15rem; border: 1px solid var(--moss); background: var(--moss); color: var(--white); font-weight: 700; }
.search-results { max-height: 52vh; overflow-y: auto; }
.search-result { display: block; padding: 1rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.search-result strong { display: block; font-size: 1.05rem; }
.search-result span { color: #646b62; font-size: .8rem; }

@media (max-width: 880px) {
  .masthead { grid-template-columns: 1fr; min-height: auto; text-align: center; }
  .edition, .mast-note { display: none; }
  .brand strong { font-size: clamp(2.5rem, 11vw, 4.5rem); }
  .hero { grid-template-columns: 1fr; }
  .hero-media { margin-left: -1.4rem; margin-right: -1.4rem; }
  .hero-media img { min-height: 0; aspect-ratio: 16 / 10; }
  .hero-copy { padding: 2rem 0 2.6rem; }
  .hero h1 { max-width: 15ch; }
  .dossier-inner, .page-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .dossier-inner { padding-top: 2.8rem; padding-bottom: 2.8rem; }
  .article-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .article-aside { border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
}

@media (max-width: 620px) {
  .utility { padding: .5rem 1rem; }
  .utility p { max-width: 18ch; }
  .masthead { padding-left: 1rem; padding-right: 1rem; }
  .main-nav-inner { justify-content: flex-start; padding: 0; }
  .shell { padding-left: 1rem; padding-right: 1rem; }
  .hero-media { margin-left: -1rem; margin-right: -1rem; }
  .hero-copy { padding-left: 0; padding-right: 0; }
  .hero h1 { font-size: 2.5rem; }
  .section-head { grid-template-columns: 1fr; padding-top: 2.7rem; }
  .story-grid, .category-grid { grid-template-columns: 1fr; }
  .story-card, .story-card:nth-child(even), .category-grid .story-card { grid-column: auto; padding: 1.2rem 0 1.8rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-card img { aspect-ratio: 16 / 9; }
  .dossier-inner { grid-template-columns: 1fr; gap: 2rem; padding-left: 1rem; padding-right: 1rem; }
  .dossier-row { grid-template-columns: 2rem 1fr; }
  .dossier-row em { display: none; }
  .category-strip { grid-template-columns: 1fr; margin: 2.5rem 0; }
  .category-strip a { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .category-strip a:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 1rem; }
  .article-head { padding: 3rem 1rem 1.5rem; }
  .article-head h1 { font-size: 2.55rem; }
  .article-image { padding: 0; }
  .article-image img { aspect-ratio: 4 / 3; }
  .article-layout { padding: 2rem 1rem 3.5rem; }
  .article-body table { display: block; overflow-x: auto; white-space: nowrap; }
  .related { padding: 0 1rem; }
}

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

/* reviewed-layout-fix-v1 */
html, body { max-width: 100%; overflow-x: clip; }
main, article, .article-layout, .article-body { min-width: 0; }
article img, .article-body img { max-width: 100%; height: auto; }
article img.article-image { width: 100%; max-width: 100%; height: auto; }
article :is(p, h1, h2, h3, a) { overflow-wrap: break-word; }

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

/* fietsbalans-routekaart-v1:start */
.route-map { padding-top: 4.5rem; padding-bottom: 1rem; }
.route-map__intro { max-width: 760px; border-left: 8px solid var(--moss); padding-left: 1.25rem; }
.route-map__intro h2 { margin: .35rem 0 .8rem; max-width: 13ch; color: var(--moss-deep); font-size: clamp(1.8rem, 3.2vw, 3.2rem); line-height: 1.02; }
.route-map__intro > p:last-child { max-width: 58ch; color: #596057; }
.route-map__routes { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2.8rem 0 5rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.route-tab { min-height: 142px; padding: 1.2rem 1.3rem; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; border-right: 1px solid var(--ink); transition: transform .18s ease, background .18s ease; }
.route-tab:last-child { border-right: 0; }.route-tab span { font-size: .75rem; font-weight: 700; }.route-tab strong { font-size: 1.35rem; }.route-tab em { font-size: .72rem; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }.route-tab--green { background: #dfe7d9; }.route-tab--ochre { background: #eee2cd; }.route-tab--blue { background: #d9e4e8; }.route-tab:hover { transform: translateY(-4px); }
.route-section { margin-bottom: 5rem; scroll-margin-top: 1rem; }.route-section__head { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 1.5rem; align-items: end; padding-bottom: 1rem; border-bottom: 1px solid var(--ink); }.route-section__head h3 { margin: 0; max-width: 15ch; font-size: clamp(1.55rem, 2.6vw, 2.55rem); line-height: 1.05; }.route-section__head > p:last-child { margin: 0; color: #596057; font-size: .88rem; }
.route-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.4rem; padding-top: 1.4rem; }.route-card { grid-column: span 4; min-width: 0; border-bottom: 1px solid var(--ink); }.route-card--wide { grid-column: span 8; }.route-card__image { display: block; overflow: hidden; background: var(--sage); }.route-card__image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .25s ease; }.route-card:hover .route-card__image img { transform: scale(1.035); }.route-card__body { padding: .9rem 0 1.4rem; }.route-card__label { margin: 0 0 .4rem; color: var(--wood-dark); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }.route-card h3 { margin: 0 0 .55rem; max-width: 24ch; font-size: clamp(1.15rem, 1.75vw, 1.65rem); line-height: 1.12; }.route-card h3 a { text-decoration: none; }.route-card > .route-card__body > p:not(.route-card__label) { margin: 0; color: #596057; font-size: .88rem; }.route-card__read { display: inline-flex; gap: .5rem; margin-top: .9rem; color: var(--moss-deep); font-size: .75rem; font-weight: 700; text-transform: uppercase; text-decoration: none; }.route-card__read span { font-size: 1.1rem; line-height: .7; }
@media (max-width: 880px) { .route-section__head { grid-template-columns: 1fr 1fr; }.route-section__head > p:last-child { grid-column: 2; }.route-card, .route-card--wide { grid-column: span 6; } }
@media (max-width: 620px) { .route-map { padding-top: 2.8rem; }.route-map__routes { grid-template-columns: 1fr; margin-bottom: 3.4rem; }.route-tab { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--ink); }.route-tab:last-child { border-bottom: 0; }.route-section { margin-bottom: 3.5rem; }.route-section__head { display: block; }.route-section__head h3 { margin: .45rem 0 .7rem; }.route-section__head > p:last-child { max-width: 42ch; }.route-grid { display: block; }.route-card, .route-card--wide { margin-bottom: 1.2rem; }.route-card__body { padding-bottom: 1.2rem; }.route-card h3 { font-size: 1.45rem; } }
.article-head h1 { font-size: clamp(2.1rem, 4vw, 3.45rem); line-height: 1.02; }
@media (max-width: 620px) { .article-head h1 { font-size: 2.2rem; } }
/* fietsbalans-routekaart-v1:end */
