@charset "utf-8";
/* =========================================================================
   Driehoek Noordzee Challenge — stylesheet
   Kustzeilers huisstijl (blauw/lichtblauw/geel/rood), moderne opbouw.
   Kleuren komen uit het logo: #0055A4, #009FE3, #FFD609, #F21B23.
   ========================================================================= */

/* ---------- webfont (zelf gehost, geen externe verzoeken) ---------------- */
@font-face {
  font-family: "Poppins web";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Poppins web";
  src: url("../fonts/poppins-400-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Poppins web";
  src: url("../fonts/poppins-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Poppins web";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- tokens ------------------------------------------------------- */
:root {
  --navy: #002e5f;
  --navy-deep: #001c3a;
  --blue: #0055a4;
  --blue-dark: #00448a;
  --sky: #009fe3;
  --sky-soft: #e6f4fc;
  --gold: #ffd609;
  --red: #f21b23;

  --ink: #16222f;
  --muted: #5a6a7a;
  --line: #e2e7ed;
  --sand: #f5f2ea;
  --paper: #ffffff;

  --font: "Century Gothic", "Poppins web", "URW Gothic", Questrial,
          system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --container: 1180px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --radius: 3px;
  --radius-lg: 6px;
  --shadow: 0 1px 2px rgba(0, 46, 95, .06), 0 8px 24px rgba(0, 46, 95, .07);
  --shadow-lift: 0 2px 4px rgba(0, 46, 95, .08), 0 18px 40px rgba(0, 46, 95, .14);
  --section-y: clamp(3.25rem, 7vw, 6rem);
}

/* ---------- reset ------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(1rem, .96rem + .18vw, 1.09rem);
  line-height: 1.66;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; font-weight: 700; }
p, ul, ol, figure, table { margin: 0; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--sky); }

:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--navy); padding: .7rem 1.1rem;
  font-weight: 700;
}
.skip:focus { left: .5rem; top: .5rem; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- layout ------------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); }
.section--sand { background: var(--sand); }
.section--sky { background: var(--sky-soft); }
.section--navy { background: var(--navy); color: #fff; }
.section--navy a { color: var(--gold); }
.section--tight { padding-block: clamp(2.25rem, 4.5vw, 3.5rem); }

/* ---------- typografie: koppen in kapitalen (stijlboek) ------------------ */
.eyebrow {
  display: block;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: .85rem;
}
.section--navy .eyebrow, .hero .eyebrow { color: var(--gold); }

.h-xl, .h-lg, .h-md, .h-sm {
  text-transform: uppercase;
  letter-spacing: .015em;
  color: var(--navy);
}
.section--navy .h-xl, .section--navy .h-lg,
.section--navy .h-md, .section--navy .h-sm,
.hero .h-xl, .hero .h-lg { color: #fff; }

.h-xl { font-size: clamp(2.1rem, 1.2rem + 4.2vw, 4.1rem); letter-spacing: .005em; }
.h-lg { font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.5rem); }
.h-md { font-size: clamp(1.22rem, 1.02rem + .75vw, 1.55rem); }
.h-sm { font-size: 1rem; letter-spacing: .06em; }

/* ondertitel/tagline: kleine letter, afwijkende kleur, geen witregel ertussen */
.tagline {
  display: block;
  margin-top: .35rem;
  font-size: clamp(1rem, .93rem + .4vw, 1.28rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--sky);
  line-height: 1.35;
}
.section--navy .tagline, .hero .tagline { color: var(--gold); }

.section-head { max-width: 46rem; margin-bottom: clamp(1.9rem, 4vw, 3rem); }
.section-head .lead { margin-top: 1.25rem; }
.section-head--center { margin-inline: auto; text-align: center; }

.lead {
  font-size: clamp(1.06rem, 1rem + .38vw, 1.3rem);
  line-height: 1.55;
  color: var(--navy);
}
.section--navy .lead { color: rgba(255, 255, 255, .88); }

/* ---------- knoppen ----------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .82rem 1.5rem;
  font: inherit; font-weight: 700; font-size: .95rem;
  letter-spacing: .02em;
  border: 2px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, color .15s ease,
              border-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); color: #fff; }
.btn--gold { background: var(--gold); color: var(--navy-deep); }
.btn--gold:hover { background: #ffe258; color: var(--navy-deep); }
.btn--ghost { border-color: currentColor; color: var(--blue); }
.btn--ghost:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn--on-dark { border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn--on-dark:hover { background: #fff; border-color: #fff; color: var(--navy); }

.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }

.arrow-link {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 700; font-size: .9rem; letter-spacing: .05em;
  text-transform: uppercase; text-decoration: none;
}
.arrow-link::after { content: "→"; transition: transform .15s ease; }
.arrow-link:hover::after { transform: translateX(4px); }

/* ---------- kop van de site --------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 74px;
}
.brand {
  display: flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--navy); flex: 0 0 auto;
}
.brand img { width: 46px; height: 46px; }
.brand__text { display: none; line-height: 1.05; }
.brand__name {
  display: block; font-weight: 700; font-size: .82rem;
  letter-spacing: .11em; text-transform: uppercase;
}
.brand__sub { display: block; font-size: .7rem; color: var(--sky); letter-spacing: .04em; }
@media (min-width: 30em) { .brand__text { display: block; } }

.nav { margin-left: auto; }
.nav__list {
  list-style: none; display: flex; align-items: center;
  gap: clamp(.6rem, 1.4vw, 1.5rem); padding: 0;
}
.nav__link {
  display: block; padding: .4rem 0;
  font-size: .81rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--navy); text-decoration: none;
  border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--blue); border-bottom-color: var(--sky); }
.nav__link[aria-current="page"] { color: var(--blue); border-bottom-color: var(--gold); }

.header-tools { display: flex; align-items: center; gap: .75rem; margin-left: auto; }

/* Kustzeilers-logo rechtsboven */
.kz-logo { display: none; flex: 0 0 auto; line-height: 0; }
.kz-logo img { width: 40px; height: 40px; }
@media (min-width: 22em) { .kz-logo { display: block; } }
@media (min-width: 48em) { .kz-logo img { width: 54px; height: 54px; } }
@media (min-width: 62.01em) { .kz-logo { margin-right: .4rem; } }
.nav + .header-tools { margin-left: clamp(.6rem, 2vw, 1.6rem); }

.lang {
  display: flex; gap: 1px; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; background: var(--line);
}
.lang a {
  padding: .32rem .5rem; background: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); text-decoration: none;
}
.lang a:hover { background: var(--sky-soft); color: var(--blue); }
.lang a[aria-current="true"] { background: var(--blue); color: #fff; }

.nav-toggle {
  display: none; align-items: center; gap: .5rem;
  background: none; border: 1px solid var(--line); border-radius: var(--radius);
  padding: .5rem .7rem; font: inherit; font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--navy);
  cursor: pointer;
}
.nav-toggle__bars { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

@media (max-width: 62em) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); display: none;
  }
  .nav[data-open="true"] { display: block; }
  .nav__list {
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem var(--gutter) 1.25rem;
  }
  .nav__link {
    padding: .85rem 0; font-size: .95rem;
    border-bottom: 1px solid var(--line);
  }
  .nav__link:hover, .nav__link[aria-current="page"] { border-bottom-color: var(--line); }
  .nav__item--cta { margin-top: 1rem; }
  .nav__item--cta .btn { width: 100%; justify-content: center; }
}
@media (min-width: 62.01em) { .nav__item--cta .nav__link { display: none; } }
@media (max-width: 62em) { .nav__item--cta .nav__link { display: none; } }
.nav__item--cta .btn { font-size: .82rem; letter-spacing: .08em; padding: .62rem 1.1rem; }

/* ---------- hero -------------------------------------------------------- */
.hero {
  position: relative; isolation: isolate;
  display: flex; align-items: flex-end;
  min-height: clamp(26rem, 76vh, 44rem);
  color: #fff;
  background: var(--navy-deep);
  overflow: hidden;
}
.hero--compact { min-height: clamp(17rem, 42vh, 24rem); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 28, 58, .58) 0%, rgba(0, 28, 58, .12) 38%, rgba(0, 28, 58, .82) 100%),
    linear-gradient(85deg, rgba(0, 28, 58, .65) 0%, rgba(0, 28, 58, 0) 62%);
}
.hero__inner { padding-block: clamp(2.5rem, 6vw, 4.5rem); width: 100%; }
.hero__title { max-width: 20ch; }
.hero .tagline { max-width: 34ch; }
.hero__meta {
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
  margin-top: 1.35rem; font-size: .9rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
}
.hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero__meta span + span::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); display: inline-block;
}
.hero__credit {
  position: absolute; right: var(--gutter); bottom: .6rem;
  font-size: .68rem; color: rgba(255, 255, 255, .55); letter-spacing: .04em;
}

/* ---------- aftellen ---------------------------------------------------- */
.countdown { margin-top: 2.1rem; }
.countdown__label {
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .7rem;
}
.countdown__grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.countdown__cell {
  min-width: 4.6rem; padding: .6rem .75rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius); text-align: center;
}
.countdown__num {
  display: block; font-size: 1.65rem; font-weight: 700;
  line-height: 1.1; font-variant-numeric: tabular-nums;
}
.countdown__unit {
  display: block; font-size: .66rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255, 255, 255, .72);
}

/* ---------- kerncijfers ------------------------------------------------- */
.stats {
  display: grid; gap: 1px; background: var(--line);
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
}
@media (min-width: 48em) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: #fff; padding: 1.5rem 1.25rem; text-align: center; }
.stat__value {
  display: block; font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.6rem);
  font-weight: 700; color: var(--blue); line-height: 1.05;
}
.stat__label {
  display: block; margin-top: .35rem; font-size: .78rem; font-weight: 500;
  letter-spacing: .11em; text-transform: uppercase; color: var(--muted);
}

/* ---------- prose ------------------------------------------------------- */
.prose { max-width: 40rem; }
.prose--wide { max-width: 54rem; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 {
  margin-top: 2.6rem; font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem);
  text-transform: uppercase; color: var(--navy); letter-spacing: .015em;
}
.prose h3 {
  margin-top: 2.1rem; font-size: 1.1rem; text-transform: uppercase;
  letter-spacing: .05em; color: var(--blue);
}
.prose h2 + *, .prose h3 + * { margin-top: .75rem; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose ul { list-style: circle; }        /* open bullets, conform stijlboek */
.prose li + li { margin-top: .4rem; }
.prose li::marker { color: var(--sky); }
.prose strong { color: var(--navy); }
.prose a { font-weight: 500; }
.prose blockquote {
  margin: 2rem 0; padding: .3rem 0 .3rem 1.4rem;
  border-left: 3px solid var(--gold);
  font-size: 1.12rem; font-style: italic; color: var(--navy);
}
.prose figure { margin: 2rem 0; }
.prose figcaption, .figcaption {
  margin-top: .6rem; font-size: .84rem; color: var(--muted); line-height: 1.45;
}
.prose table { width: 100%; border-collapse: collapse; margin: 1.8rem 0; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); }
.prose th { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); }
.prose td:last-child, .prose th:last-child { text-align: right; }

.note {
  margin: 1.9rem 0; padding: 1.1rem 1.25rem;
  background: var(--sky-soft); border-left: 3px solid var(--sky);
  border-radius: 0 var(--radius) var(--radius) 0; font-size: .95rem;
}
.note--warn { background: #fff7e0; border-left-color: var(--gold); }
.note__title {
  display: block; font-size: .76rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--navy); margin-bottom: .35rem;
}

/* ---------- twee kolommen (beeld + tekst) ------------------------------- */
.split { display: grid; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 52em) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--flip .split__media { order: 2; }
}
.split__media { position: relative; }
.split__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius-lg);
}
.split__media--tall img { aspect-ratio: 3 / 4; }
.split__body > .prose { max-width: 36rem; }

/* ---------- kaarten ----------------------------------------------------- */
.cards {
  display: grid; gap: clamp(1.1rem, 2.5vw, 1.9rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr));
}
.card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.card__media { background: var(--sky-soft); }
.card__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card__body { padding: 1.25rem 1.35rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card__kicker {
  font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--sky); margin-bottom: .5rem;
}
.card__title {
  font-size: 1.02rem; text-transform: uppercase; letter-spacing: .04em; color: var(--navy);
}
.card__text { margin-top: .6rem; font-size: .95rem; color: var(--muted); }
.card__body .arrow-link { margin-top: auto; padding-top: 1.1rem; }
a.card { text-decoration: none; color: inherit; }
a.card:hover .card__title { color: var(--blue); }

/* ---------- tijdlijn ---------------------------------------------------- */
.timeline { list-style: none; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; top: .55rem; bottom: .55rem; left: 7px;
  width: 2px; background: linear-gradient(180deg, var(--sky), var(--line));
}
.tl-item { position: relative; padding: 0 0 1.9rem 2.35rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: 0; top: .5rem;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 3px solid var(--sky);
}
.tl-item--key::before { border-color: var(--red); }
.tl-item__date {
  display: block; font-size: .76rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue);
}
.tl-item--key .tl-item__date { color: var(--red); }
.tl-item__title { margin-top: .2rem; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .03em; color: var(--navy); }
.tl-item__text { margin-top: .4rem; color: var(--muted); font-size: .96rem; }
@media (min-width: 46em) {
  .timeline::before { left: 8.5rem; }
  .tl-item { padding-left: 11rem; }
  .tl-item::before { left: 8rem; }
  .tl-item__date {
    position: absolute; left: 0; top: .5rem; width: 7.4rem;
    text-align: right; line-height: 1.35;
  }
}

/* ---------- kaart / routekaart ------------------------------------------ */
.mapblock { display: grid; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (min-width: 56em) { .mapblock { grid-template-columns: 1.15fr .85fr; } }
.mapblock__figure { margin: 0; }
.mapblock__figure img {
  width: 100%; border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: #dbe9f4;
}
.leglist { list-style: none; padding: 0; }
.leglist li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .85rem 0; border-bottom: 1px solid var(--line);
}
.leglist li:first-child { border-top: 1px solid var(--line); }
.leglist__leg { font-weight: 500; color: var(--navy); }
.leglist__dist { font-weight: 700; color: var(--blue); white-space: nowrap; font-variant-numeric: tabular-nums; }
.leglist__total { border-bottom: none !important; padding-top: 1rem; }
.leglist__total .leglist__leg,
.leglist__total .leglist__dist {
  text-transform: uppercase; letter-spacing: .08em; font-size: .9rem; font-weight: 700;
}

/* ---------- galerij ----------------------------------------------------- */
.gallery {
  display: grid; gap: .5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 38em) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 60em) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery__item {
  margin: 0; padding: 0; border: 0; background: none; cursor: zoom-in;
  border-radius: var(--radius); overflow: hidden; position: relative;
}
.gallery__item img {
  display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  transition: transform .35s ease;
}
.gallery__item picture { display: block; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--wide img { aspect-ratio: 2 / 1; }
@media (max-width: 30em) { .gallery__item--wide { grid-column: span 1; } .gallery__item--wide img { aspect-ratio: 1 / 1; } }

.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(0, 20, 42, .93);
  align-items: center; justify-content: center; padding: 1rem;
}
.lightbox[data-open="true"] { display: flex; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 82vh; object-fit: contain; border-radius: var(--radius); }
.lightbox__cap {
  color: rgba(255, 255, 255, .85); font-size: .88rem; text-align: center;
  margin-top: .8rem; max-width: 60ch;
}
.lightbox__fig { margin: 0; display: flex; flex-direction: column; align-items: center; }
.lightbox__btn {
  position: absolute; background: rgba(255, 255, 255, .12); color: #fff;
  border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%;
  width: 2.9rem; height: 2.9rem; font-size: 1.3rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center;
}
.lightbox__btn:hover { background: rgba(255, 255, 255, .25); }
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__prev { left: .8rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: .8rem; top: 50%; transform: translateY(-50%); }

/* ---------- citaat ------------------------------------------------------ */
.quote { max-width: 44rem; margin-inline: auto; text-align: center; }
.quote__mark { font-size: 3.4rem; line-height: .6; color: var(--gold); display: block; }
.quote__text {
  margin-top: 1rem; font-size: clamp(1.25rem, 1rem + 1.3vw, 1.9rem);
  line-height: 1.35; font-style: italic;
}
.quote__source {
  margin-top: 1.2rem; font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
}

/* ---------- definitielijst / feiten ------------------------------------- */
.facts { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 40em) { .facts { grid-template-columns: repeat(2, 1fr); } }
.fact { background: #fff; padding: 1.1rem 1.25rem; }
.fact__k {
  display: block;
  font-size: .72rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--sky);
}
.fact__v { display: block; margin-top: .3rem; font-weight: 500; color: var(--navy); }
/* bij een oneven aantal vult het laatste vak de hele breedte, zodat er geen
   leeg hokje overblijft */
@media (min-width: 40em) {
  .fact:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* ---------- oproep ------------------------------------------------------ */
.cta {
  background: linear-gradient(120deg, var(--navy-deep), var(--blue));
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(1.9rem, 5vw, 3.5rem);
  display: grid; gap: 1.5rem; align-items: center;
}
@media (min-width: 52em) { .cta { grid-template-columns: 1.4fr .6fr; } }
.cta .h-lg { color: #fff; }
.cta__text { margin-top: .9rem; color: rgba(255, 255, 255, .88); max-width: 44ch; }
.cta .btn-row { margin-top: 0; }

/* ---------- voettekst --------------------------------------------------- */
.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, .78); padding-block: clamp(2.5rem, 5vw, 4rem) 1.5rem; }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 46em) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.site-footer h2 {
  font-size: .74rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .9rem;
}
.site-footer ul { list-style: none; padding: 0; }
.site-footer li + li { margin-top: .5rem; }
.site-footer a { color: rgba(255, 255, 255, .82); text-decoration: none; font-size: .95rem; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand img { width: 62px; height: 62px; margin-bottom: .9rem; }
.footer-brand p { font-size: .93rem; max-width: 30ch; }
.footer-bottom {
  margin-top: 2.5rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-size: .82rem; color: rgba(255, 255, 255, .6);
}

/* ---------- kruimelpad -------------------------------------------------- */
.crumbs { font-size: .8rem; color: var(--muted); padding-top: 1.4rem; }
.crumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--line); }
.crumbs a { text-decoration: none; }

/* ---------- diversen ---------------------------------------------------- */
.placeholder {
  display: grid; place-items: center; width: 100%;
  background: repeating-linear-gradient(135deg, #e7eef4 0 12px, #dde7ef 12px 24px);
  color: #7d93a7; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  text-align: center; padding: 1rem; aspect-ratio: 16 / 10;
}
.hero__media .placeholder { height: 100%; aspect-ratio: auto; }

.pill {
  display: inline-block; padding: .25rem .6rem; border-radius: 999px;
  background: var(--gold); color: var(--navy-deep);
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}

@media print {
  .site-header, .site-footer, .lightbox, .nav-toggle, .countdown { display: none !important; }
  body { font-size: 11pt; }
  .hero { min-height: 0; color: var(--ink); background: none; }
  .hero::after { display: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; word-break: break-all; }
}
