: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: break-word; }
.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; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Bounded editorial headings for home, categories and articles. */
.page-head h1,.article-hero h1,.article-body h2,.article-body h3,.article-body h4{max-width:22ch;overflow-wrap: break-word;}
.page-head h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1}.article-hero h1{font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:.98}
@media(max-width:760px){.page-head h1{font-size:clamp(2rem,11vw,3.25rem)}.article-hero h1{font-size:clamp(2.1rem,10vw,3.8rem)}.article-body h2{font-size:clamp(1.55rem,7vw,2.25rem)}.article-body h3{font-size:clamp(1.2rem,5.5vw,1.55rem)}}


/* Bounded editorial headings for home, categories and articles. */
.page-head h1,.article-hero h1,.article-body h2,.article-body h3,.article-body h4{max-width:22ch;overflow-wrap: break-word;}
.page-head h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1}.article-hero h1{font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:.98}
@media(max-width:760px){.page-head h1{font-size:clamp(2rem,11vw,3.25rem)}.article-hero h1{font-size:clamp(2.1rem,10vw,3.8rem)}.article-body h2{font-size:clamp(1.55rem,7vw,2.25rem)}.article-body h3{font-size:clamp(1.2rem,5.5vw,1.55rem)}}


/* Bounded editorial headings for home, categories and articles. */
.page-head h1,.article-hero h1,.article-body h2,.article-body h3,.article-body h4{max-width:22ch;overflow-wrap: break-word;}
.page-head h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1}.article-hero h1{font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:.98}
@media(max-width:760px){.page-head h1{font-size:clamp(2rem,11vw,3.25rem)}.article-hero h1{font-size:clamp(2.1rem,10vw,3.8rem)}.article-body h2{font-size:clamp(1.55rem,7vw,2.25rem)}.article-body h3{font-size:clamp(1.2rem,5.5vw,1.55rem)}}


<!-- bespoke-urkbouwt-nl:start -->
.urk-home{background:#f5f2e9;color:#172b2b}.urk-shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}.urk-kicker{margin:0 0 16px;color:#b35d25;font:700 11px/1.3 Tahoma,Verdana,sans-serif;letter-spacing:.12em;text-transform:uppercase}.urk-opening{background:#173f3a;color:#f5f2e9;border-bottom:6px solid #e4b84c}.opening-grid{min-height:500px;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(220px,.6fr);gap:80px;align-items:end;padding:76px 0 66px}.urk-opening h1{max-width:850px;margin:0;font-size:4rem;line-height:.88;letter-spacing:-.02em}.urk-opening h1 em{color:#e4b84c;font-style:normal}.opening-lead{max-width:610px;margin:30px 0;color:#d4e0d7;font-size:19px;line-height:1.5}.route-cta{display:inline-flex;gap:18px;align-items:center;color:#172b2b;border-bottom:2px solid #e4b84c;padding-bottom:8px;font:700 11px Tahoma,Verdana,sans-serif;text-decoration:none;text-transform:uppercase}.urk-opening .route-cta{color:#f5f2e9}.opening-note{border-left:1px solid #83a59b;padding-left:24px;color:#d4e0d7;font-size:14px;line-height:1.5}.opening-note span{display:block;color:#e4b84c;font:700 10px Tahoma,Verdana,sans-serif;letter-spacing:.1em;text-transform:uppercase}.opening-note strong{display:block;margin:18px 0 8px;color:#f5f2e9;font-size:30px}.urk-orient{padding:78px 0;background:#dbe4d7}.orient-grid{display:grid;grid-template-columns:1fr 1fr .65fr;gap:48px;align-items:end}.step-mark{color:#b35d25;font:700 11px Tahoma,Verdana,sans-serif;letter-spacing:.1em}.orient-grid h2,.section-intro h2,.close-grid h2{margin:12px 0 0;color:#173f3a;font-size:3.8rem;line-height:.91}.orient-grid p:not(.urk-kicker){max-width:460px;margin:0;color:#52615e;font-size:17px;line-height:1.5}.signal-list{display:flex;flex-direction:column;border-left:1px solid #91a49b;padding-left:22px;color:#173f3a;font:700 12px Tahoma,Verdana,sans-serif;letter-spacing:.1em;text-transform:uppercase}.signal-list span{padding:8px 0;border-bottom:1px solid #91a49b}.urk-routes{padding:78px 0 92px;background:#f5f2e9}.section-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:end;border-bottom:1px solid #9caa9f;padding-bottom:28px}.section-intro>p:last-child{max-width:420px;margin:0;color:#52615e;font-size:17px;line-height:1.5}.route-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:34px}.route-phase{min-width:0;border-top:4px solid #173f3a}.phase-head{min-height:210px;padding:18px 0 20px}.phase-head p{margin:0 0 5px;color:#b35d25;font:700 10px Tahoma,Verdana,sans-serif;letter-spacing:.1em;text-transform:uppercase}.phase-head h3{margin:0;color:#173f3a;font-size:30px;line-height:1}.phase-summary{display:block;margin-top:22px;color:#52615e;font-size:14px;line-height:1.45}.route-phase ol{list-style:none;margin:0;padding:0;border-top:1px solid #9caa9f}.route-entry{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;gap:10px;align-items:start;border-bottom:1px solid #9caa9f;padding:15px 0}.route-number{color:#b35d25;font:700 10px Tahoma,Verdana,sans-serif}.route-phase a{min-width:0;color:#173f3a;text-decoration:none}.route-phase strong{display:block;font-size:16px;line-height:1.15}.route-phase small{display:block;margin-top:7px;color:#52615e;font-size:12px;line-height:1.35}.route-media{display:block;aspect-ratio:3/2;overflow:hidden;margin:0 0 13px;background:#dbe4d7}.route-media img{display:block;width:100%;height:100%;object-fit:cover}.route-entry--visual{padding-top:18px}.route-entry--visual strong{font-size:19px}.route-copy{display:block;min-width:0}.route-arrow{color:#b35d25;font-size:18px}.urk-close{padding:78px 0 92px;background:#173f3a;color:#f5f2e9}.close-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end}.close-grid h2{color:#f5f2e9}.close-grid>p{margin:0;color:#d4e0d7;font-size:17px;line-height:1.5}.route-cta--light{grid-column:2;color:#f5f2e9;justify-self:start}@media(max-width:760px){.urk-shell{width:calc(100% - 30px)}.opening-grid,.orient-grid,.section-intro,.close-grid{grid-template-columns:1fr;gap:28px}.opening-grid{min-height:0;padding:54px 0 46px}.urk-opening h1{font-size:3rem}.opening-lead{font-size:17px}.opening-note{border-left:0;border-top:1px solid #83a59b;padding:18px 0 0}.urk-orient,.urk-routes,.urk-close{padding:54px 0 64px}.orient-grid h2,.section-intro h2,.close-grid h2{font-size:2.75rem}.route-stack{grid-template-columns:1fr;gap:42px}.phase-head{min-height:0}.close-grid .route-cta--light{grid-column:auto}.route-phase strong{font-size:15px}.route-entry--visual strong{font-size:19px}.route-media{aspect-ratio:16/9}}
<!-- bespoke-urkbouwt-nl:end -->
/* urkbouwt-heading-bounds:start */
.page-head h1,.article-hero h1,.article-body h2,.article-body h3,.article-body h4{max-width:22ch;overflow-wrap: break-word;}
.page-head h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1}.article-hero h1{font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:.98}
@media(max-width:760px){.page-head h1{font-size:clamp(2rem,11vw,3.25rem)}.article-hero h1{font-size:clamp(2.1rem,10vw,3.8rem)}.article-body h2{font-size:clamp(1.55rem,7vw,2.25rem)}.article-body h3{font-size:clamp(1.2rem,5.5vw,1.55rem)}}
/* urkbouwt-heading-bounds:end */


/* urkbouwt-worktable:start */
.work-home,.category-page{background:#f5f2e9;color:#172b2b}.work-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px;background:#173f3a;color:#f5f2e9}.work-hero__copy{padding:78px 7vw 70px 6vw;display:flex;flex-direction:column;justify-content:end}.urk-kicker{margin:0 0 16px;color:#b35d25;font:700 11px/1.3 Tahoma,Verdana,sans-serif;letter-spacing:.12em;text-transform:uppercase}.work-hero .urk-kicker{color:#e4b84c}.work-hero h1{margin:0;font-size:4rem;line-height:.9}.work-hero h1 em{color:#e4b84c;font-style:normal}.work-hero__copy>p:not(.urk-kicker){max-width:500px;margin:28px 0;color:#d4e0d7;font-size:18px}.work-hero__image{min-height:360px;overflow:hidden}.work-hero__image img{height:100%;object-fit:cover}.text-link{color:#173f3a;font-weight:800;text-decoration:none}.text-link span{color:#b35d25;margin-left:8px}.text-link--strong{color:#f5f2e9;margin-top:10px}.work-index,.work-latest{padding:72px 0}.section-line{display:flex;justify-content:space-between;gap:30px;border-bottom:1px solid #9caa9f;padding-bottom:22px}.section-line>p:last-child{max-width:420px;margin:0;color:#52615e}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}.work-card{min-width:0;border-top:4px solid #173f3a}.work-card__media{display:block;aspect-ratio:3/2;overflow:hidden;background:#dbe4d7}.work-card__media img{height:100%;object-fit:cover}.work-card__body{padding:17px 0 5px}.work-card h2{margin:8px 0;font-size:25px;line-height:1.03}.work-card h2 a{color:#173f3a;text-decoration:none}.work-card__body>p:not(.meta){color:#52615e;font-size:14px}.meta{margin:0;color:#b35d25;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.work-card .text-link{display:inline-block;margin-top:10px;font-size:13px}.work-paths{padding:70px 0 82px;background:#173f3a;color:#f5f2e9}.section-line--light{border-color:#83a59b}.section-line--light .urk-kicker{color:#e4b84c}.section-line--light>p:last-child{color:#d4e0d7}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:30px}.path{position:relative;display:block;min-height:190px;padding:22px;border:1px solid #83a59b;color:#f5f2e9;text-decoration:none}.path span{color:#e4b84c;font-size:12px}.path strong{display:block;margin-top:32px;font-size:25px;line-height:1}.path p{max-width:260px;color:#d4e0d7;font-size:14px}.path b{position:absolute;right:20px;bottom:18px;color:#e4b84c;font-size:22px}.latest-list{margin-top:14px}.latest-list a{display:grid;grid-template-columns:50px 1fr 190px 24px;gap:16px;align-items:center;padding:17px 0;border-bottom:1px solid #9caa9f;color:#173f3a;text-decoration:none}.latest-list span{color:#b35d25;font-size:12px}.latest-list small{color:#52615e}.latest-list b{color:#b35d25}.category-hero{padding:78px 0 56px;border-bottom:1px solid #9caa9f}.category-hero h1{max-width:720px;margin:0;font-size:3.5rem;line-height:.9;color:#173f3a}.category-hero>p:last-child{max-width:540px;margin:26px 0 0;color:#52615e;font-size:18px}.category-feed{padding:20px 0 80px}.feed-label{display:flex;justify-content:space-between;color:#b35d25;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:0 0 12px}.category-feed .work-card{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);gap:34px;padding:26px 0;border-top:1px solid #9caa9f}.category-feed .work-card__media{aspect-ratio:16/9}.category-feed .work-card h2{font-size:clamp(28px,4vw,52px);max-width:16ch}.category-feed .work-card__body{padding:0}.category-feed .work-card__body>p:not(.meta){max-width:560px;font-size:16px}@media(max-width:760px){.work-hero{display:block;min-height:0}.work-hero__copy{padding:54px 15px 44px}.work-hero h1{font-size:3rem}.work-hero__image{height:260px}.work-index,.work-latest,.work-paths{padding:54px 15px 64px}.section-line{display:block}.section-line>p:last-child{margin-top:12px}.work-grid,.path-grid{grid-template-columns:1fr;gap:34px}.path{min-height:150px}.latest-list a{grid-template-columns:30px 1fr 22px}.latest-list small{display:none}.category-hero{padding:54px 15px 42px}.category-hero h1{font-size:2.75rem}.category-feed{padding:18px 15px 60px}.category-feed .work-card{display:block}.category-feed .work-card__media{margin-bottom:18px}.category-feed .work-card h2{font-size:32px}}
/* urkbouwt-worktable:end */
