/* ==========================================================================
   DAREcademy - websysteem
   Huisstijl: #FFC200 geel · #E37100 oranje · #0A0A0A zwart · #464646 grijs
   Typo: Rubik (headlines 800 italic KAPITALEN, body 400)
   ========================================================================== */

/* ---------- Fonts (self-hosted) ---------- */
@font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/Rubik-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/Rubik-ExtraBoldItalic.woff2") format("woff2"); font-weight: 800; font-style: italic; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --geel: #FFC200;
  --oranje: #E37100;
  --zwart: #0A0A0A;
  --grijs: #464646;
  --grijs-licht: #F2F2F0;
  --wit: #FFFFFF;
  --lijn: rgba(10, 10, 10, .12);
  --lijn-invert: rgba(255, 255, 255, .18);
  --verloop-geel: linear-gradient(100deg, var(--geel), var(--oranje));
  --verloop-zwart: linear-gradient(100deg, #000 0%, var(--grijs) 100%);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --schuin: -6deg;
  --cut: clamp(28px, 3.5vw, 56px);
  --ruimte: clamp(4.5rem, 9vw, 8.5rem);
  --ruimte-s: clamp(2.5rem, 5vw, 4rem);
  --container: 74rem;
  --z-nav: 40; --z-overlay: 50;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Rubik", "Segoe UI", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--zwart);
  background: var(--wit);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
::selection { background: var(--geel); color: var(--zwart); }

h1, h2, h3, .display {
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.5vw + 1rem, 4.25rem); }
h2 { font-size: clamp(1.9rem, 3vw + 1rem, 2.75rem); }
h3 { font-size: 1.375rem; line-height: 1.2; }
p { max-width: 70ch; text-wrap: pretty; }
.lead { font-size: clamp(1.15rem, 1.4vw + .8rem, 1.35rem); line-height: 1.55; }
.caption { font-weight: 500; font-style: italic; font-size: .95rem; color: var(--grijs); }

a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; text-decoration-color: var(--geel); }
a:hover { text-decoration-color: var(--oranje); }
:focus-visible { outline: 3px solid var(--oranje); outline-offset: 3px; border-radius: 2px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--geel); color: var(--zwart); padding: .8rem 1.2rem; font-weight: 700; z-index: 100; }
.skip-link:focus { left: 0; }

/* ---------- Layout helpers ---------- */
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.container--smal { width: min(100% - 2.5rem, 52rem); margin-inline: auto; }

.sectie { padding-block: var(--ruimte); position: relative; }
.sectie--s { padding-block: var(--ruimte-s); }
.sectie--zwart { background: var(--zwart); color: var(--wit); }
.sectie--zwart p { line-height: 1.7; }
.sectie--geel { background: var(--geel); color: var(--zwart); }
.sectie--licht { background: var(--grijs-licht); }

/* Schuine sectie-overgangen: vaste merkhoek */
.cut-top { clip-path: polygon(0 var(--cut), 100% 0, 100% 100%, 0 100%); margin-top: calc(var(--cut) * -1); padding-top: calc(var(--ruimte) + var(--cut)); }
.cut-bottom { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), 0 100%); padding-bottom: calc(var(--ruimte) + var(--cut)); }
.cut-both { clip-path: polygon(0 var(--cut), 100% 0, 100% calc(100% - var(--cut)), 0 100%); margin-top: calc(var(--cut) * -1); padding-block: calc(var(--ruimte) + var(--cut)); }

/* Gele balk met schuine strepen (merk-element) */
.balk { height: clamp(28px, 3.4vw, 44px); background: var(--geel) url("../img/balk-tile.svg") repeat-x left center / auto 100%; border: 0; }

/* Schuin element (origineel uit de huisstijl-oplevering), gespiegeld boven sectiekoppen */
.schuin-accent { display: block; width: clamp(120px, 12vw, 170px); height: auto; margin-bottom: 1.3rem; }

/* Marker-highlight in headlines */
.hl { display: inline-block; background: var(--geel); color: var(--zwart); padding: 0 .35em; transform: skewX(var(--schuin)); }
.hl > span { display: inline-block; transform: skewX(calc(var(--schuin) * -1)); }
.sectie--geel .hl { background: var(--zwart); color: var(--geel); }

/* ---------- Knoppen ---------- */
.knop {
  display: inline-block;
  font: italic 800 1rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-decoration: none;
  color: var(--zwart);
  background: var(--geel);
  padding: 1.05rem 1.7rem;
  border: 3px solid var(--zwart);
  box-shadow: 5px 5px 0 var(--zwart);
  transform: skewX(var(--schuin));
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  cursor: pointer;
}
.knop > span { display: inline-block; transform: skewX(calc(var(--schuin) * -1)); }

.knop:active { transform: skewX(var(--schuin)) translate(2px, 2px); box-shadow: 2px 2px 0 var(--zwart); transition-duration: .08s; }

.knop--wit { background: transparent; color: var(--wit); border-color: var(--wit); box-shadow: 5px 5px 0 var(--geel); }

.knop--zwart-op-geel { border-color: var(--zwart); box-shadow: 5px 5px 0 var(--wit); }

.knop-rij { display: flex; flex-wrap: wrap; gap: 1.4rem .9rem; align-items: center; margin-top: 2.2rem; }
.bel-link { font-weight: 600; white-space: nowrap; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: var(--z-nav);
  background: var(--zwart); color: var(--wit);
  border-bottom: 3px solid var(--geel);
}
.site-header .binnen { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .8rem; }
.site-header .logo img { height: 54px; width: auto; }
.hoofdnav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.hoofdnav a:not(.knop) { text-decoration: none; font-weight: 600; font-size: .98rem; padding-block: .4rem; border-bottom: 3px solid transparent; transition: border-color .2s var(--ease); }
.hoofdnav a:not(.knop):hover { border-bottom-color: var(--geel); }
.hoofdnav a[aria-current="page"] { border-bottom-color: var(--geel); color: var(--geel); }
.hoofdnav .knop { padding: .7rem 1.15rem; font-size: .88rem; border-width: 2px; box-shadow: 4px 4px 0 rgba(255, 194, 0, .55); }
.nav-toggle { display: none; background: none; border: 2px solid var(--wit); color: var(--wit); font: 700 .85rem/1 "Rubik"; text-transform: uppercase; padding: .6rem .8rem; cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .hoofdnav {
    position: fixed; inset: 0; z-index: var(--z-overlay);
    flex-direction: column; justify-content: center; gap: 1.6rem;
    background: var(--zwart);
    transform: translateY(-100%);
    transition: transform .32s var(--ease);
  }
  .hoofdnav.open { transform: translateY(0); }
  .hoofdnav a:not(.knop) { font: italic 800 1.7rem/1.1 "Rubik"; text-transform: uppercase; }
  .nav-sluit { position: absolute; top: 1.2rem; right: 1.25rem; background: none; border: 2px solid var(--wit); color: var(--wit); font: 700 .85rem/1 "Rubik"; text-transform: uppercase; padding: .6rem .8rem; cursor: pointer; }
}
@media (min-width: 861px) { .nav-sluit { display: none; } }

/* ---------- Hero ---------- */
.hero { background: var(--zwart); color: var(--wit); position: relative; overflow: clip; }
.hero .binnen { display: grid; gap: 2.5rem; padding-block: clamp(3.5rem, 7vw, 6.5rem) clamp(4.5rem, 8vw, 7.5rem); align-items: center; }
@media (min-width: 900px) { .hero .binnen { grid-template-columns: 1.05fr .95fr; } }
.hero h1 { font-size: clamp(2.7rem, 5.5vw + 1rem, 4.6rem); }
.hero .lead { margin-top: 1.4rem; color: rgba(255, 255, 255, .92); }
.dare-ticker { font: italic 800 1.05rem/1 "Rubik"; text-transform: uppercase; color: var(--geel); margin-bottom: 1.2rem; min-height: 1.2em; }
.dare-ticker .woord { display: inline-block; }
.hero-foto { position: relative; }
.hero-foto img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; clip-path: polygon(6% 0, 100% 3%, 94% 100%, 0 97%); }
.hero-foto::after { content: ""; position: absolute; right: -22%; bottom: -9%; width: 90%; aspect-ratio: 900 / 196; background: url("../img/chalk-oranje.webp") no-repeat right bottom / contain; z-index: -1; }
.hero-stat { display: flex; gap: .9rem; align-items: flex-start; margin-top: 2rem; padding: 1rem 1.2rem; background: rgba(255, 255, 255, .06); border-left: 0; border: 1px solid var(--lijn-invert); max-width: 34rem; }
.hero-stat strong { font: italic 800 1.9rem/1 "Rubik"; color: var(--geel); white-space: nowrap; }
.hero-stat span { font-size: .95rem; line-height: 1.5; }

@media (max-width: 899px) {
  .hero .binnen { padding-block: 1.4rem 3.4rem; gap: 1.5rem; }
  .hero-foto { order: -1; }
  .hero-foto img { aspect-ratio: 16 / 10; }
  .hero-foto::after { width: 68%; right: -12px; bottom: -18px; }
}

/* ---------- Thema-strip (6 weken) ---------- */
.thema-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 2px; background: var(--zwart); border: 2px solid var(--zwart); counter-reset: week; margin-top: 2.6rem; padding: 0; }
.thema-strip li { list-style: none; background: var(--wit); padding: 1.3rem 1.1rem 1.5rem; position: relative; transition: background .3s var(--ease); }
.thema-strip li::before { counter-increment: week; content: "Week " counter(week); display: block; font: italic 800 .82rem/1 "Rubik"; text-transform: uppercase; color: var(--oranje); margin-bottom: .55rem; }
.thema-strip li strong { font: italic 800 1.05rem/1.2 "Rubik"; text-transform: uppercase; display: block; }



/* ---------- Split-secties (tekst + foto) ---------- */
.split { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--omgekeerd > .split-media { order: -1; }
}
.split-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%); }
.split-media--staand img { aspect-ratio: 4 / 5; }
.split h2 + p, .split h3 + p { margin-top: 1rem; }
.split p + p { margin-top: .9rem; }

/* ---------- Pijlers (methode) ---------- */
.pijlers { display: grid; gap: 2px; background: var(--lijn); border-block: 2px solid var(--zwart); margin-top: 2.4rem; }
@media (min-width: 800px) { .pijlers { grid-template-columns: repeat(3, 1fr); } }
.pijler { background: var(--wit); padding: 1.8rem 1.5rem 2rem; }
.sectie--licht .pijler { background: var(--grijs-licht); }
.pijler h3 { margin-bottom: .6rem; }
.pijler .bron { display: block; margin-top: .9rem; font-weight: 500; font-style: italic; font-size: .88rem; color: var(--grijs); }
.pijler p { font-size: .98rem; }

/* CAV-regels (autonomie/verbondenheid/competentie) */
.cav { display: grid; gap: 1rem; margin-top: 1.6rem; }
.cav li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: baseline; }
.cav b { font: italic 800 1.15rem/1 "Rubik"; text-transform: uppercase; color: var(--oranje); }
.sectie--zwart .cav b { color: var(--geel); }
.cav q { font-weight: 500; font-style: italic; }

/* ---------- Voordelen / checklijst ---------- */
.check-lijst { display: grid; gap: 1.6rem 2.5rem; margin-top: 2.4rem; padding: 0; }
@media (min-width: 800px) { .check-lijst { grid-template-columns: 1fr 1fr; } }
.check-lijst li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; }
.check-lijst .vink { width: 1.5rem; height: 1.5rem; background: var(--geel); transform: skewX(-12deg); display: grid; place-items: center; font-weight: 800; color: var(--zwart); flex: none; margin-top: .2rem; }
.check-lijst strong { display: block; font: italic 800 1.08rem/1.25 "Rubik"; text-transform: uppercase; margin-bottom: .3rem; }
.check-lijst p { font-size: .98rem; }

/* ---------- Stappen (1-2-3 lokale doorstroom) ---------- */
.stappen { counter-reset: stap; display: grid; gap: 0; margin-top: 2.4rem; }
.stap { counter-increment: stap; display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; padding-block: 1.7rem; border-top: 1px solid var(--lijn-invert); }
.stap:last-child { border-bottom: 1px solid var(--lijn-invert); }
.sectie:not(.sectie--zwart) .stap { border-color: var(--lijn); }
.stap::before { content: counter(stap); font: italic 800 clamp(2.4rem, 4vw, 3.4rem)/0.9 "Rubik"; color: var(--geel); min-width: 2ch; }
.sectie--geel .stap::before { color: var(--zwart); }
.stap h3 { margin-bottom: .45rem; }
.stap p { font-size: 1rem; }

/* ---------- Quotes / testimonials ---------- */
.quote-blok { border: 2px solid var(--zwart); padding: 1.8rem 1.7rem 1.5rem; background: var(--wit); position: relative; }
.quote-blok::before { content: "”"; position: absolute; top: -1.75rem; right: 1rem; font: italic 800 4.5rem/1 "Rubik"; color: var(--geel); }
.quote-blok blockquote { font-weight: 500; font-style: italic; font-size: 1.05rem; line-height: 1.55; }
.quote-blok figcaption { margin-top: 1rem; font-size: .9rem; color: var(--grijs); font-weight: 600; }
.quote-rij { display: grid; gap: 1.6rem; margin-top: 2.4rem; }
@media (min-width: 860px) { .quote-rij { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }

/* ---------- Logo-rij (scholen & partners) ---------- */
.logo-rij { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 3.5vw, 3rem); align-items: center; justify-content: center; margin-top: 2.2rem; }
.logo-rij img { height: 56px; width: auto; filter: grayscale(1); opacity: .75; transition: filter .3s var(--ease), opacity .3s var(--ease); }
.logo-rij img:hover { filter: none; opacity: 1; }

/* ---------- Coaches ---------- */
.coach-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.4rem; margin-top: 2.4rem; }
.coach { text-align: left; }
.coach img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%); filter: grayscale(.15); }
.coach figcaption { font: italic 800 1rem/1.2 "Rubik"; text-transform: uppercase; margin-top: .7rem; }
.coach .rol { display: block; font: italic 500 .85rem/1.3 "Rubik"; color: var(--grijs); text-transform: none; margin-top: .15rem; }
.sectie--zwart .coach .rol { color: rgba(255, 255, 255, .7); }

/* ---------- Boekje-preview ---------- */
.boekje { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 880px) { .boekje { grid-template-columns: .9fr 1.1fr; } }
.boekje-punten { display: grid; gap: .9rem; margin-top: 1.4rem; padding: 0; }
.boekje-punten li { list-style: none; padding-left: 1.4rem; position: relative; font-size: 1rem; }
.boekje-punten li::before { content: ""; position: absolute; left: 0; top: .48em; width: .7rem; height: .7rem; background: var(--geel); transform: skewX(-12deg); }

/* ---------- FAQ accordion (native details) ---------- */
.faq-lijst { margin-top: 2.2rem; border-top: 2px solid var(--zwart); }
.faq-lijst details { border-bottom: 2px solid var(--zwart); }
.faq-lijst summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem .2rem; font: italic 800 1.05rem/1.3 "Rubik"; text-transform: uppercase; }
.faq-lijst summary::-webkit-details-marker { display: none; }
.faq-lijst summary::after { content: "+"; font: italic 800 1.6rem/1 "Rubik"; color: var(--oranje); transition: transform .3s var(--ease); flex: none; }
.faq-lijst details[open] summary::after { transform: rotate(45deg); }
.faq-lijst details > div { padding: 0 .2rem 1.4rem; max-width: 62ch; }
.faq-lijst details > div p + p { margin-top: .7rem; }

/* ---------- Formulieren ---------- */
.formulier { display: grid; gap: 1.15rem; margin-top: 2rem; max-width: 36rem; }
.veld label { display: block; font: 700 .92rem/1 "Rubik"; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .45rem; }
.veld input, .veld textarea, .veld select {
  width: 100%; font: 400 1rem/1.4 "Rubik"; color: var(--zwart);
  padding: .85rem .9rem; border: 2px solid var(--zwart); background: var(--wit); border-radius: 0;
}
.veld input:focus, .veld textarea:focus { outline: 3px solid var(--geel); outline-offset: 0; }
.veld ::placeholder { color: #595959; opacity: 1; }
.check-veld { display: flex; gap: .7rem; align-items: flex-start; font-size: .95rem; }
.check-veld input { width: 1.2rem; height: 1.2rem; margin-top: .2rem; accent-color: var(--oranje); flex: none; }
.form-note { font-size: .88rem; color: var(--grijs); }
.sectie--zwart .form-note, .sectie--zwart .caption { color: rgba(255, 255, 255, .75); }
.sectie--geel .form-note { color: #262626; }
.sectie--geel .veld input, .sectie--geel .veld textarea { border-color: var(--zwart); }

/* Nieuwsbrief-blok */
.leadmagnet { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 880px) { .leadmagnet { grid-template-columns: 1.1fr .9fr; } }
.leadmagnet .materialen { display: grid; gap: 1.1rem; margin-top: 1.5rem; padding: 0; }
.leadmagnet .materialen li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.leadmagnet .materialen b { font: italic 800 1rem/1.3 "Rubik"; text-transform: uppercase; display: block; }
.leadmagnet .materialen span { font-size: .95rem; }
.leadmagnet .materialen .vink { width: 1.4rem; height: 1.4rem; background: var(--zwart); color: var(--geel); display: grid; place-items: center; font-weight: 800; transform: skewX(-12deg); margin-top: .15rem; }

/* ---------- Kaart, CAV-mini, portretten, thema-iconen ---------- */
.nl-kaart { width: 100%; max-width: 430px; height: auto; display: block; margin-inline: auto; }
.kaart-legenda { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; justify-content: center; margin-top: 1rem; font-size: .88rem; color: rgba(255, 255, 255, .85); }
.kaart-legenda span { display: inline-flex; align-items: center; gap: .5rem; }
.cav-mini { display: grid; gap: .75rem; margin-top: .9rem; padding: 0; }
.cav-mini li { list-style: none; font-size: .95rem; }
.cav-mini b { font: italic 800 .95rem/1 "Rubik"; text-transform: uppercase; color: var(--oranje); margin-right: .35rem; }
.cav-mini q { font-weight: 500; font-style: italic; }
.cav-mini span { display: block; font-size: .9rem; color: var(--grijs); margin-top: .15rem; }
.portret { width: 100%; max-width: 320px; aspect-ratio: 4 / 5; object-fit: cover; clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%); margin-bottom: 1.3rem; }
.thema-icoon { width: 34px; height: 34px; margin-bottom: .65rem; display: block; }

/* ---------- Video social proof ---------- */
.video-rij { display: grid; gap: 1.8rem; margin-top: 2.4rem; }
@media (min-width: 800px) { .video-rij { grid-template-columns: 1fr 1fr; } }
.video-kaart { position: relative; display: block; aspect-ratio: 16 / 9; overflow: clip; background: var(--zwart); border: 2px solid var(--zwart); cursor: pointer; }
.video-kaart img { width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: opacity .3s var(--ease), transform .35s var(--ease); }

.video-kaart .play { position: absolute; inset: 0; display: grid; place-items: center; }
.video-kaart .play span { display: grid; place-items: center; width: 4.2rem; height: 4.2rem; background: var(--geel); color: var(--zwart); border: 3px solid var(--zwart); box-shadow: 4px 4px 0 var(--zwart); transform: skewX(var(--schuin)); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }

.video-kaart .play svg { width: 1.5rem; height: 1.5rem; transform: skewX(calc(var(--schuin) * -1)); }
.video-kaart iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-bijschrift { margin-top: .9rem; }
.video-bijschrift b { font: italic 800 1rem/1.3 "Rubik"; text-transform: uppercase; display: block; }
.video-bijschrift span { font-size: .9rem; color: var(--grijs); }

/* ---------- CTA-slot ---------- */
.cta-slot { text-align: left; }
.cta-slot h2 { max-width: 22ch; }
.cta-slot .lead { margin-top: 1.2rem; }

/* ---------- Breadcrumb ---------- */
.kruimel { font-size: .88rem; padding-top: 1.4rem; }
.kruimel ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; }
.kruimel li + li::before { content: "›"; margin-right: .5rem; color: var(--grijs); }
.kruimel a { text-decoration: none; font-weight: 600; }
.kruimel [aria-current] { color: var(--grijs); }

/* ---------- Regio ---------- */
.regio-lijst { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.2rem; margin-top: 2.4rem; padding: 0; }
.regio-lijst li { list-style: none; }
.regio-lijst a {
  display: block; text-decoration: none; color: var(--zwart); border: 2px solid var(--zwart); padding: 1.4rem 1.3rem 1.5rem;
  background: var(--wit); transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}

.regio-lijst b { font: italic 800 1.25rem/1.1 "Rubik"; text-transform: uppercase; display: block; }
.regio-lijst span { font-size: .92rem; display: block; margin-top: .4rem; }
.regio-lijst .pijl { font: italic 800 1.1rem/1 "Rubik"; color: var(--oranje); margin-top: .8rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--zwart); color: var(--wit); padding-block: var(--ruimte-s) 2rem; }
.site-footer .kolommen { display: grid; gap: 2.5rem; }
@media (min-width: 800px) { .site-footer .kolommen { grid-template-columns: 1.3fr 1fr 1fr; } }
.site-footer .logo img { height: 60px; width: auto; }
.site-footer h2 { font-size: 1.05rem; margin-bottom: 1rem; color: var(--geel); }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: .55rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--geel); }
.site-footer .tagline { font-weight: 500; font-style: italic; color: rgba(255, 255, 255, .8); margin-top: 1rem; max-width: 30ch; }
.site-footer .onderregel { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--lijn-invert); display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; font-size: .88rem; color: rgba(255, 255, 255, .7); }
.site-footer .onderregel a { text-decoration: underline; text-decoration-color: rgba(255, 194, 0, .5); }


/* Transform-hovers alleen voor echte pointers (geen sticky hover op touch) */
@media (hover: hover) and (pointer: fine) {
  .knop:hover { transform: skewX(var(--schuin)) translate(-2px, -2px); box-shadow: 8px 8px 0 var(--zwart); background: #FFCE33; }
  .knop--wit:hover { background: rgba(255, 255, 255, .08); box-shadow: 8px 8px 0 var(--geel); }
  .knop--zwart-op-geel:hover { box-shadow: 8px 8px 0 var(--wit); }
  .thema-strip li:hover { background: var(--geel); }
  .thema-strip li:hover::before { color: var(--zwart); }
  .regio-lijst a:hover { background: var(--geel); transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--zwart); }
  .video-kaart:hover img { opacity: 1; transform: scale(1.03); }
  .video-kaart:hover .play span { transform: skewX(var(--schuin)) translate(-2px, -2px); box-shadow: 7px 7px 0 var(--zwart); }
}

/* ---------- Motion (enhance-only) ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.js .reveal.zichtbaar { opacity: 1; transform: none; }
.js .thema-strip .reveal, .js .coach-rij .reveal { transition-delay: calc(var(--d, 0) * 70ms); }

.js .hero h1 .regel { display: block; overflow: clip; }
.js .hero h1 .regel > span { display: inline-block; transform: translateY(110%); transition: transform .7s var(--ease); }
.js .hero.klaar h1 .regel > span { transform: none; }
.js .hero.klaar h1 .regel:nth-child(2) > span { transition-delay: .1s; }
.js .hero.klaar h1 .regel:nth-child(3) > span { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .js .hero h1 .regel > span { opacity: 1 !important; transform: none !important; transition: none !important; }
  .knop, .regio-lijst a, .thema-strip li, .hoofdnav, .video-kaart img, .video-kaart .play span { transition: none; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .site-footer, .nav-toggle, .knop { display: none; }
  .sectie--zwart, .sectie--geel { background: none; color: var(--zwart); }
}

/* NL-kaart v15: regio-chips + home-variant */
.nl-kaart--home { max-width: 380px; }
.nl-kaart a { cursor: pointer; }
.nl-kaart a rect { transition: fill .25s var(--ease); }
.kaart-legenda--donker { color: var(--zwart); }
.chips { display: flex; flex-wrap: wrap; gap: .7rem .6rem; list-style: none; padding: 0; margin: .9rem 0 0; }
.chip { display: inline-block; padding: .42rem 1rem; font: 600 .92rem/1.2 "Rubik", Arial, sans-serif; background: var(--geel); color: var(--zwart); transform: skewX(-8deg); }
a.chip { text-decoration: none; box-shadow: 3px 3px 0 var(--oranje); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.chip--open { background: transparent; border: 2px solid rgba(255, 255, 255, .45); color: var(--wit); }
.chips-kop { font: italic 800 1.05rem/1.2 "Rubik", Arial, sans-serif; text-transform: uppercase; letter-spacing: .02em; color: var(--geel); margin-top: 2rem; }
.chips-kop--open { color: rgba(255, 255, 255, .75); }

@media (hover: hover) {
  a.chip:hover { transform: skewX(-8deg) translate(-2px, -2px); box-shadow: 5px 5px 0 var(--oranje); }
  .nl-kaart a:hover rect, .nl-kaart a:focus-visible rect { fill: var(--oranje); }
}

@media (prefers-reduced-motion: reduce) {
  a.chip, .nl-kaart a rect { transition: none; }
}
