/* Zelf-gehoste fonts (Anton + Instrument Sans), geen Google-request meer */
/* Anton normal 400 latin-ext */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/anton-normal-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Anton normal 400 latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/anton-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Instrument Sans italic 400 latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrumentsans-italic-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Instrument Sans italic 400 latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrumentsans-italic-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Instrument Sans normal 400-700 latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrumentsans-normal-400-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Instrument Sans normal 400-700 latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrumentsans-normal-400-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   OLDEBROEKVOORUIT.NL — designsysteem
   Signatuur: de "naad" — een dunne zesbandige regenboogrand
   als structuurelement — plus het regenboogblad (uit het
   gemeentewapen, geknipt uit de zes banen) als merkicoon.
   Warm papier, inkt, merkpaars. Anton + Instrument Sans.
   ============================================================ */

:root {
  --paper: #FAF8F5;
  --paper-2: #F1EDE6;
  --ink: #17151C;
  --ink-2: #221F2A;
  --ink-soft: #575060;
  --ink-faint: #6E6879;
  --purple: #5B2E91;
  --purple-deep: #3A1D63;
  --purple-bright: #7A44BD;
  --lilac: #C9A5D4;
  --line: #E5DFD6;
  --line-dark: #34303E;

  --r1: #E40303; --r2: #FF8C00; --r3: #FFED00;
  --r4: #008026; --r5: #24408E; --r6: #732982;
  --seam: linear-gradient(90deg,
    var(--r1) 0 16.667%, var(--r2) 0 33.333%, var(--r3) 0 50%,
    var(--r4) 0 66.667%, var(--r5) 0 83.333%, var(--r6) 0 100%);
  /* lichttinten van dezelfde zes kleuren: de naad op donkere vlakken,
     naar analogie van .nl dat op donker lila wordt */
  --r1l: #ED5B5B; --r2l: #FFB459; --r3l: #FFF359;
  --r4l: #59AC72; --r5l: #7183B6; --r6l: #A474AE;
  --seam-licht: linear-gradient(90deg,
    var(--r1l) 0 16.667%, var(--r2l) 0 33.333%, var(--r3l) 0 50%,
    var(--r4l) 0 66.667%, var(--r5l) 0 83.333%, var(--r6l) 0 100%);
  --banen: linear-gradient(180deg,
    var(--r1) 0 16.667%, var(--r2) 0 33.333%, var(--r3) 0 50%,
    var(--r4) 0 66.667%, var(--r5) 0 83.333%, var(--r6) 0 100%);
  --blad-disc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Ccircle cx='110' cy='110' r='108'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23c)'%3E%3Crect x='0' y='0.0' width='220' height='37.07' fill='%23E40303'/%3E%3Crect x='0' y='36.67' width='220' height='37.07' fill='%23FF8C00'/%3E%3Crect x='0' y='73.33' width='220' height='37.07' fill='%23FFED00'/%3E%3Crect x='0' y='110.0' width='220' height='37.07' fill='%23008026'/%3E%3Crect x='0' y='146.67' width='220' height='37.07' fill='%2324408E'/%3E%3Crect x='0' y='183.33' width='220' height='37.07' fill='%23732982'/%3E%3C/g%3E%3Cpath d='M72.6,49.2c-1.5.3-1.9-8.4-2.3-12.6l-2.2.7.6,5.6v6.6c0,0-6.5-3.8-6.5-3.8l-1.5,1.8,9,6.7,1.2,21.8-22.8-25-2.4,1.2,25.7,31.1-1.7,22.8-23.2-21.6-1.5,3.1,24.1,24.4-1.4,18.9-39.8-28.8-1.1,2.6,40.3,31.8-3.7,17.4-26.1-17.6-1,3,25.7,20.5,1.2.5,1.2,40.9.4,4-3.3-2.3-.8-31.1-18.7-13.6-11.6-1.7-.4-2-4.2-.7-1.7-9.6-7.5-3-2.9-9.9-4.2-6,4.6-1.7-.4-4.6h-4.2l-1.2-24.2-2.5-3,2.1-7.3,10-3-2.1-7.6,1.2-13.9,7.1,1.3v-5l7.5,1.7,5.4-19.5,11.6-.3,5.8-4.3,6.2-5.6,7.1-.3,5-5.3.8-6,6.6,5.3,7.5,11.2,11.2,2.3,9.5,4,6.2,11.2,12,9.3,4.6,6.9,2.9,5.6-5,3-3.3,5.6,14.9,7.3s-.4,9.6-.4,10.9-4.2,5-4.2,5l2.9,5.3-.4,15.9-2.9,3.3,4.2,6.6-8.3,3.3-5.4,6-4.6,5.3-7.1,5-2.1,6-17,1.3-19.9,13.9-3.3,7.6-.8,17.2-5.8,4v-4.6l3.3-5.3,1.2-15.2.4-19.2,35.3-23.2-2.1-3-33.3,19.7,1-.5,2.6-17.6,44.3-32.7-2.1-1.7-41.2,27.7,1-19.1,36.1-33.7v-4.3l-36.7,31.2.3-20.6,22-25.7-2.2-2.1-19.6,22.3-2.8-23.8,11.2-9.7-1.7-1.7-10,6.9h0s0,0,0,0Z' transform='translate(57.44,34.4) scale(0.72)' fill='%23ffffff'/%3E%3C/svg%3E");
  --blad-rb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='12 26 122 194'%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Cpath d='M72.6,49.2c-1.5.3-1.9-8.4-2.3-12.6l-2.2.7.6,5.6v6.6c0,0-6.5-3.8-6.5-3.8l-1.5,1.8,9,6.7,1.2,21.8-22.8-25-2.4,1.2,25.7,31.1-1.7,22.8-23.2-21.6-1.5,3.1,24.1,24.4-1.4,18.9-39.8-28.8-1.1,2.6,40.3,31.8-3.7,17.4-26.1-17.6-1,3,25.7,20.5,1.2.5,1.2,40.9.4,4-3.3-2.3-.8-31.1-18.7-13.6-11.6-1.7-.4-2-4.2-.7-1.7-9.6-7.5-3-2.9-9.9-4.2-6,4.6-1.7-.4-4.6h-4.2l-1.2-24.2-2.5-3,2.1-7.3,10-3-2.1-7.6,1.2-13.9,7.1,1.3v-5l7.5,1.7,5.4-19.5,11.6-.3,5.8-4.3,6.2-5.6,7.1-.3,5-5.3.8-6,6.6,5.3,7.5,11.2,11.2,2.3,9.5,4,6.2,11.2,12,9.3,4.6,6.9,2.9,5.6-5,3-3.3,5.6,14.9,7.3s-.4,9.6-.4,10.9-4.2,5-4.2,5l2.9,5.3-.4,15.9-2.9,3.3,4.2,6.6-8.3,3.3-5.4,6-4.6,5.3-7.1,5-2.1,6-17,1.3-19.9,13.9-3.3,7.6-.8,17.2-5.8,4v-4.6l3.3-5.3,1.2-15.2.4-19.2,35.3-23.2-2.1-3-33.3,19.7,1-.5,2.6-17.6,44.3-32.7-2.1-1.7-41.2,27.7,1-19.1,36.1-33.7v-4.3l-36.7,31.2.3-20.6,22-25.7-2.2-2.1-19.6,22.3-2.8-23.8,11.2-9.7-1.7-1.7-10,6.9h0s0,0,0,0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23c)'%3E%3Crect x='12' y='26.0' width='122' height='25.2' fill='%23E40303'/%3E%3Crect x='12' y='50.8' width='122' height='25.2' fill='%23FF8C00'/%3E%3Crect x='12' y='75.6' width='122' height='25.2' fill='%23FFED00'/%3E%3Crect x='12' y='100.4' width='122' height='25.2' fill='%23008026'/%3E%3Crect x='12' y='125.2' width='122' height='25.2' fill='%2324408E'/%3E%3Crect x='12' y='150' width='122' height='71' fill='%23732982'/%3E%3C/g%3E%3C/svg%3E");

  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;

  --w-page: 1240px;
  --w-copy: 720px;
  --gutter: clamp(20px, 4vw, 48px);
  --sect: clamp(72px, 10vw, 140px);

  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  font-optical-sizing: auto;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, p, ul, figure, blockquote { margin: 0; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--purple); color: #fff; }

:focus-visible {
  outline: 3px solid var(--purple-bright);
  outline-offset: 3px;
  border-radius: 2px;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px;
  text-decoration: none; font-weight: 600;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- de naad (signatuur) ---------- */
.seam { height: 4px; background: var(--seam); border: 0; }
.seam--thin { height: 3px; }
.seam--licht { background: var(--seam-licht); }

/* ---------- de geknipte letter (spaarzaam gebruiken) ---------- */
.geknipt {
  background: var(--banen);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- typografische rollen ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: .96;
  letter-spacing: .005em;
  text-wrap: balance;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: clamp(18px, 2.5vw, 28px);
}
.eyebrow::before {
  content: "";
  width: 26px; height: 4px;
  background: var(--seam);
  flex: none;
}
.on-dark .eyebrow { color: var(--lilac); }
.lede {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: var(--w-copy);
  text-wrap: pretty;
}
.on-dark .lede { color: #C9C4D2; }

/* ---------- layout ---------- */
.wrap {
  max-width: var(--w-page);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.band { padding-block: var(--sect); }
.band--ink { background: var(--ink); color: #fff; }
.band--purple { background: var(--purple-deep); color: #fff; }
.band--paper2 { background: var(--paper-2); }
.band--tight { padding-block: calc(var(--sect) * .55); }

.band-head { max-width: 860px; margin-bottom: clamp(36px, 5vw, 64px); }
.band-h {
  font-size: clamp(34px, 4.6vw, 62px);
  margin-bottom: clamp(14px, 2vw, 22px);
}

/* ---------- header ---------- */
.site-top { position: sticky; top: 0; z-index: 100; }
.site-head {
  background: rgba(250, 248, 245, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-head-in {
  max-width: var(--w-page);
  margin-inline: auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
}
.wordmark {
  font-family: var(--font-display);
  text-transform: none;
  font-size: 18px;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.wordmark em { font-style: normal; color: var(--purple); }
.wordmark::before {
  content: "";
  width: 18px; height: 29px;
  background: var(--blad-rb) center/contain no-repeat;
  flex: none;
  margin-right: 10px;
}
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.nav-link {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-2);
  padding: 6px 2px;
  background-image: var(--seam);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: 0 calc(100% + 4px);
  transition: background-position .25s var(--ease-out);
}
.nav-link:hover,
.nav-link[aria-current="page"] { background-position: 0 100%; }

.nav-toggle {
  display: none;
  background: none; border: 0; padding: 10px;
  color: var(--ink);
}
.nav-toggle svg { display: block; }
.is-hidden { display: none !important; }

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 15px 28px;
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  transition: background .2s, transform .2s var(--ease-out);
}
.btn:hover { background: var(--purple-bright); transform: translateY(-1px); }
.btn svg { flex: none; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--paper-2); }
.btn--ghost {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 1.5px currentColor;
}
.btn--ghost:hover { background: rgba(91, 46, 145, .08); transform: translateY(-1px); }
.on-dark .btn--ghost:hover { background: rgba(255, 255, 255, .1); }
.btn--sm { padding: 11px 20px; font-size: 12.5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px;
  letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none;
  background-image: var(--seam);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: 0 calc(100% + 3px);
  padding-bottom: 5px;
}
.textlink:hover { background-position: 0 100%; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 21, 28, .42) 0%, rgba(23, 21, 28, .18) 44%, rgba(23, 21, 28, 0) 68%),
    linear-gradient(200deg, rgba(23, 21, 28, .08) 30%, rgba(23, 21, 28, .6) 100%),
    linear-gradient(0deg, rgba(23, 21, 28, .9) 0%, rgba(23, 21, 28, .52) 38%, rgba(23, 21, 28, .18) 72%, rgba(23, 21, 28, .1) 100%);
}
.hero-in {
  width: 100%;
  max-width: var(--w-page);
  margin-inline: auto;
  padding: clamp(120px, 16vh, 180px) var(--gutter) clamp(48px, 7vh, 80px);
  text-shadow: 0 1px 2px rgba(23, 21, 28, .5), 0 6px 28px rgba(23, 21, 28, .35);
}
.hero-in .btn { text-shadow: none; }
.hero-kicker {
  font-size: 13px; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--lilac);
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.hero-kicker::before { content: ""; width: 26px; height: 4px; background: var(--seam); }
.hero-h {
  font-size: clamp(46px, 8.5vw, 118px);
  max-width: 13ch;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.hero-h em { font-style: normal; color: var(--lilac); }
.hero-sub {
  font-size: clamp(17px, 1.9vw, 21px);
  max-width: 320px;
  color: rgba(255, 255, 255, .88);
  margin-bottom: clamp(26px, 3.5vw, 40px);
  text-wrap: pretty;
}
.hero--page { min-height: min(62vh, 640px); }
.hero--page .hero-h { font-size: clamp(40px, 6.5vw, 88px); }
@media (max-width: 430px) {
  .hero-h { font-size: clamp(34px, 11vw, 46px); }
  .hero--page .hero-h { font-size: clamp(30px, 10vw, 40px); }
}
.hero-bg--dim { filter: brightness(.68); }

.photo-note {
  position: absolute; right: 14px; bottom: 12px;
  font-size: 11px; letter-spacing: .06em;
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 1px 3px rgba(23, 21, 28, .7);
}

/* ---------- manifest / statement ---------- */
.statement {
  font-size: clamp(30px, 4.2vw, 56px);
  max-width: 21ch;
}
.statement em { font-style: normal; color: var(--purple-bright); }
.band--ink .statement em, .band--purple .statement em { color: var(--lilac); }

/* ---------- stats ---------- */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  border-block: 1px solid var(--line-dark);
}
.band:not(.on-dark) .stat-grid { border-color: var(--line); }
.stat {
  padding: clamp(24px, 3vw, 40px) clamp(18px, 2.5vw, 34px);
  border-left: 1px solid var(--line-dark);
}
.band:not(.on-dark) .stat { border-color: var(--line); }
.stat:first-child { border-left: 0; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1;
  margin-bottom: 10px;
}
.stat-num sub { font-size: .45em; vertical-align: baseline; }
.stat-num--word { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.15; padding-top: .35em; }
.stat-label { font-size: 14.5px; color: var(--ink-soft); max-width: 24ch; }
.on-dark .stat-label { color: #B9B3C6; }

/* ---------- split (tekst + beeld) ---------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.split--rev { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.split-copy p + p { margin-top: 1em; }
.split-copy .band-h { margin-top: 0; }
.split-copy .btn-row { margin-top: clamp(24px, 3vw, 36px); }
.frame {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.1; }
.frame::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 5px;
  background: var(--seam);
}
.frame--tall img { aspect-ratio: 3 / 3.6; }
.frame-cap {
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink-faint);
  letter-spacing: .02em;
}

/* ---------- kaarten ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}
.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px -18px rgba(23, 21, 28, .28);
}
.on-dark .card { background: var(--ink-2); border-color: var(--line-dark); color: #fff; }
.card-media { position: relative; overflow: hidden; }
.card-media img {
  width: 100%; aspect-ratio: 16 / 10.5; object-fit: cover;
  transition: transform .5s var(--ease-out);
}
.card:hover .card-media img { transform: scale(1.035); }
.card-media::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: var(--seam);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.card:hover .card-media::after { transform: scaleX(1); }
.card-body { padding: clamp(20px, 2.5vw, 30px); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-tag {
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--purple);
}
.on-dark .card-tag { color: var(--lilac); }
.card-tag--done { color: var(--ink-faint); }
.card-h { font-size: 21px; font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
.card-p { font-size: 15px; color: var(--ink-soft); flex: 1; }
.on-dark .card-p { color: #B9B3C6; }
.card-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--purple);
  margin-top: 4px;
}
.on-dark .card-cta { color: var(--lilac); }

/* ---------- fotoband / marquee ---------- */
.photo-strip { overflow: hidden; padding-block: 6px; }
.photo-strip-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: strip-scroll 70s linear infinite;
}
.photo-strip:hover .photo-strip-track { animation-play-state: paused; }
.photo-strip img {
  height: clamp(220px, 30vw, 360px);
  width: auto;
  border-radius: 4px;
  flex: none;
}
@keyframes strip-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- galerij (fotos.html) ---------- */
.gallery {
  columns: 4 260px;
  column-gap: 14px;
}
.gallery a {
  display: block;
  margin-bottom: 14px;
  break-inside: avoid;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gallery img {
  width: 100%;
  transition: transform .45s var(--ease-out);
}
.gallery a:hover img { transform: scale(1.03); }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(15, 13, 19, .94);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 56px);
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: 100%; max-height: 86vh;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.lightbox-cap {
  position: absolute; left: 0; right: 0; bottom: 18px;
  text-align: center;
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
  padding-inline: 60px;
}
.lightbox-btn {
  position: absolute;
  background: rgba(255, 255, 255, .1);
  border: 0; color: #fff;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lightbox-btn:hover { background: rgba(255, 255, 255, .22); }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 14px; top: 50%; transform: translateY(-50%); }

/* ---------- citaatband ---------- */
.quote-band { position: relative; isolation: isolate; overflow: hidden; color: #fff; }
.quote-band .quote-bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.quote-band::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(23, 21, 28, .92) 0%, rgba(23, 21, 28, .62) 60%, rgba(23, 21, 28, .4) 100%);
}
.quote-big {
  text-shadow: 0 1px 2px rgba(23, 21, 28, .5), 0 6px 28px rgba(23, 21, 28, .35);
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(30px, 4.6vw, 64px);
  line-height: 1.04;
  max-width: 18ch;
  text-wrap: balance;
}
.quote-src { margin-top: 22px; font-size: 15px; color: var(--lilac); letter-spacing: .04em; }

/* ---------- tijdlijn ---------- */
.tl { list-style: none; padding: 0; max-width: 820px; }
.tl li {
  position: relative;
  padding: 0 0 clamp(30px, 4vw, 44px) clamp(28px, 4vw, 44px);
  border-left: 2px solid var(--line);
}
.tl li:last-child { padding-bottom: 0; }
.tl li::before {
  content: "";
  position: absolute; left: -8px; top: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--purple);
  border: 3px solid var(--paper);
}
.tl li.tl--dark::before { background: var(--ink); }
.tl li.tl--flag::before {
  left: -12px; top: 0;
  width: 22px; height: 35px;
  border-radius: 0;
  background: var(--paper) var(--blad-rb) center/contain no-repeat;
  border: 0;
}
.tl-when {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(19px, 2.2vw, 26px);
  letter-spacing: .02em;
  margin-bottom: 8px;
}
.tl-chip {
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--purple);
  background: rgba(91, 46, 145, .09);
  border: 1px solid rgba(91, 46, 145, .25);
  padding: 3px 10px;
  border-radius: 999px;
}
.tl-chip--dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.tl p { color: var(--ink-soft); max-width: 62ch; }

/* ---------- stemmingskaarten ---------- */
.vote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}
.vote-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(22px, 3vw, 32px);
  position: relative;
  overflow: hidden;
}
.vote-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--seam);
}
.vote-card--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.vote-card--dark::before { background: var(--line-dark); }
.vote-when { font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); }
.vote-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 6px 0 14px;
}
.vote-score {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: 1;
  color: var(--purple);
  margin-bottom: 16px;
}
.vote-card--dark .vote-score { color: var(--lilac); }
.vote-dots { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.vote-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--purple); }
.vote-dot--against { background: var(--line); }
.vote-card--dark .vote-dot--against { background: var(--line-dark); }
.vote-dot--none { background: transparent; border: 1.5px dashed var(--line-dark); }
.vote-note { font-size: 14.5px; color: var(--ink-soft); }
.vote-card--dark .vote-note { color: #B9B3C6; }

/* ---------- vergelijking 2021/2026 ---------- */
.compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}
.compare-card { border-radius: 6px; padding: clamp(24px, 3.2vw, 40px); background: #fff; border: 1px solid var(--line); }
.compare-card h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(22px, 2.4vw, 30px);
  margin-bottom: 18px;
}
.compare-card--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.check-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; font-size: 15.5px; }
.check-list svg { flex: none; margin-top: 3px; }
.li-yes svg { color: var(--r4); }
.li-no svg { color: var(--r1); }
.compare-card--dark .check-list li { color: #CFCAD9; }

/* ---------- FAQ / argumenten ---------- */
.faq-list { max-width: 860px; display: grid; gap: 12px; }
.faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 650;
  font-size: 16.5px;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-tag {
  flex: 0 1 auto;
  text-align: center;
  font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--purple);
  background: rgba(91, 46, 145, .09);
  border: 1px solid rgba(91, 46, 145, .25);
  padding: 4px 11px;
  border-radius: 999px;
}
.faq-body { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15.5px; max-width: 72ch; }
.faq[open] summary { border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.faq summary:hover { background: var(--paper); }
.faq-kern { display: block; color: var(--ink); font-weight: 650; margin-bottom: 10px; }
.faq-comeback {
  margin-top: 14px;
  padding: 12px 16px;
  background: var(--paper-2);
  border-left: 3px solid var(--purple);
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--ink);
}
.faq-comeback::before {
  content: "Voor in het gesprek";
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 4px;
}

/* ---------- media ---------- */
.press-list { display: grid; gap: 12px; }
.press {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: clamp(14px, 3vw, 32px);
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px clamp(18px, 2.5vw, 28px);
  text-decoration: none;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
a.press:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -16px rgba(23, 21, 28, .25); }
.press-src { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .04em; color: var(--ink-soft); }
.press-src img { height: 26px; width: auto; }
.press-title { font-weight: 650; font-size: 16.5px; line-height: 1.35; }
.press-date { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 4px; }
.press-arrow { color: var(--purple); }
.logo-row {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: clamp(20px, 4vw, 48px);
  opacity: .75;
}
.logo-row img { height: clamp(24px, 3vw, 36px); width: auto; filter: grayscale(1); transition: filter .25s, opacity .25s; }
.logo-row img:hover { filter: none; }
.embed-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(20px, 3vw, 32px); }
.embed { position: relative; aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: var(--ink); }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.embed-cap { margin-top: 12px; font-size: 14px; color: var(--ink-soft); }
.band--ink .embed-cap { color: #B9B3C6; }

/* ---------- instagram ---------- */
.ig-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(28px, 4vw, 44px); }
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 760px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
}
.ig-post {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.ig-post img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease-out); }
.ig-post:hover img { transform: scale(1.04); }
.ig-post::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(23, 21, 28, .78), rgba(23, 21, 28, .25) 45%, transparent 70%);
  opacity: 0;
  transition: opacity .25s;
}
.ig-post:hover::after { opacity: 1; }
.ig-caption {
  position: absolute; left: 12px; right: 12px; bottom: 10px;
  z-index: 1;
  color: #fff; font-size: 12.5px; font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s, transform .25s var(--ease-out);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ig-post:hover .ig-caption { opacity: 1; transform: none; }

/* ---------- formulieren ---------- */
.signup { max-width: 320px; }
.signup-fields { display: flex; gap: 10px; flex-wrap: wrap; }
.signup input[type="email"] {
  flex: 1 1 260px;
  padding: 15px 20px;
  font: inherit;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  min-width: 0;
}
.on-dark .signup input[type="email"] {
  background: rgba(255, 255, 255, .08);
  border-color: var(--line-dark);
  color: #fff;
}
.on-dark .signup input[type="email"]::placeholder { color: #9A93A8; }
.signup input:focus { outline: 3px solid var(--purple-bright); outline-offset: 2px; }
.signup-done {
  display: none;
  padding: 16px 22px;
  border-radius: 6px;
  background: rgba(0, 128, 38, .12);
  border: 1px solid rgba(0, 128, 38, .35);
  font-weight: 600;
}
.on-dark .signup-done { background: rgba(0, 128, 38, .2); color: #fff; }
.signup-done.is-shown { display: block; }
.visually-hidden, .hp {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- stemmen: de muur ---------- */
.muur { columns: 3 320px; column-gap: 20px; }
.steen {
  break-inside: avoid;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(22px, 2.6vw, 32px);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.steen::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--r1); }
.muur .steen:nth-of-type(6n+2)::before { background: var(--r2); }
.muur .steen:nth-of-type(6n+3)::before { background: var(--r3); }
.muur .steen:nth-of-type(6n+4)::before { background: var(--r4); }
.muur .steen:nth-of-type(6n+5)::before { background: var(--r5); }
.muur .steen:nth-of-type(6n+6)::before { background: var(--r6); }
.steen--vlag::before { background: var(--seam) !important; }
.steen blockquote {
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -.01em;
  text-wrap: pretty;
}
.steen--groot blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}
.steen figcaption, .steen .bron {
  margin-top: 14px;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-faint);
}
.steen .thema { color: var(--purple); }
.steen p.verhaal { font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; }
.steen p.verhaal strong { color: var(--ink); }
.brief-kaart {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(28px, 4vw, 52px);
  max-width: 780px;
  position: relative;
  overflow: hidden;
}
.brief-kaart::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--seam); }
.brief-kaart p { font-size: clamp(17px, 1.9vw, 20px); line-height: 1.7; color: var(--ink-2); }
.brief-kaart p + p { margin-top: 1.1em; }
.brief-kaart .slot { font-style: italic; }
.hulp-blok {
  background: rgba(91, 46, 145, .07);
  border: 1px solid rgba(91, 46, 145, .22);
  border-radius: 6px;
  padding: 20px 26px;
  font-size: 15px;
  color: var(--ink-2);
  max-width: 780px;
}
.hulp-blok b { color: var(--purple); }

/* ---------- feiten met bronnen ---------- */
.feit-groep { margin-top: clamp(36px, 5vw, 56px); }
.feit-groep-h {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(21px, 2.3vw, 28px);
  margin-bottom: 6px;
}
.feit-groep-sub { color: var(--ink-soft); font-size: 15.5px; max-width: 68ch; margin-bottom: clamp(18px, 2.5vw, 26px); }
.feit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 22px);
}
.feit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(22px, 2.6vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feit-num {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1;
  color: var(--purple);
}
.feit p { font-size: 15px; color: var(--ink-soft); flex: 1; }
.feit p b { color: var(--ink); }
.feit-bron { font-size: 12.5px; color: var(--ink-faint); }
.feit-bron a { color: var(--ink-faint); text-decoration: underline; text-underline-offset: 3px; }
.feit-bron a:hover { color: var(--purple); }
.feit--accent {
  background: var(--purple-deep);
  border-color: var(--purple-deep);
  color: #fff;
}
.feit--accent .feit-num { color: var(--lilac); }
.feit--accent p { color: #DCD3E8; }
.feit--accent p b { color: #fff; }
.feit--accent .feit-bron, .feit--accent .feit-bron a { color: rgba(255, 255, 255, .65); }
.gevoelig-noot {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600;
  color: var(--ink-soft);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: clamp(18px, 2.5vw, 26px);
}

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: #fff; }
.foot-mark {
  font-family: var(--font-display);
  text-transform: none;
  font-size: clamp(34px, 7.4vw, 108px);
  line-height: .95;
  letter-spacing: .01em;
  padding-top: var(--sect);
  margin-bottom: clamp(36px, 6vw, 72px);
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot-mark::before {
  content: "";
  width: clamp(50px, 5.6vw, 84px);
  height: clamp(50px, 5.6vw, 84px);
  background: var(--blad-disc) center/contain no-repeat;
  flex: none;
  margin-right: clamp(16px, 2.2vw, 30px);
}
.foot-mark em { font-style: normal; color: var(--lilac); }
.foot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.foot-col h4 {
  font-size: 12px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 16px;
}
.foot-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.foot-col a { color: #CFCAD9; text-decoration: none; font-size: 15px; }
.foot-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.foot-base {
  border-top: 1px solid var(--line-dark);
  padding-block: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ink-faint);
}
.foot-base a { color: inherit; }

/* ---------- reveal-animaties ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.rv.is-in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; }
.rv-d2 { transition-delay: .16s; }
.rv-d3 { transition-delay: .24s; }

/* ---------- responsief ---------- */
@media (max-width: 900px) {
  .split, .split--rev { grid-template-columns: 1fr; }
  .split--rev .frame { order: -1; }
  .press { grid-template-columns: 1fr; gap: 8px; }
  .press-arrow { display: none; }
  .stat { border-left: 0; border-top: 1px solid var(--line-dark); }
  .band:not(.on-dark) .stat { border-color: var(--line); }
  .stat:first-child { border-top: 0; }
  .stat-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 10px var(--gutter) 22px;
    display: none;
    box-shadow: 0 30px 50px -30px rgba(23, 21, 28, .3);
  }
  .main-nav.is-open { display: flex; }
  .nav-link { padding: 14px 2px; font-size: 15px; border-bottom: 1px solid var(--line); background-image: none; }
  .main-nav .btn { margin-top: 16px; justify-content: center; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .photo-strip-track { animation: none; flex-wrap: wrap; width: auto; }
  .photo-strip img { height: 160px; }
  .card, .card-media img, .btn, .press { transition: none; }
}


/* ---------- 113-verwijsbanner in de footer ---------- */
.foot-113 {
  display: block;
  max-width: 320px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .2s;
}
.foot-113:hover, .foot-113:focus-visible { transform: translateY(-2px); }
.foot-113 img { display: block; width: 100%; height: auto; }
