/* Fitfabriek De Baard — Concept v6-b "Mono Brutal" (zwart/wit + blauw, brutalist/dicht)
   Token discipline via --sb-* + band-context. Full-bleed hero, numbered list-rows. */

:root {
  --sb-ink: #0a0b0e; --sb-paper: #ffffff; --sb-blue: #1fa85c; --sb-blue-bright: #2bc06e; --sb-wa: #25d366;
  --sb-radius-card: 2px; --sb-radius-button: 2px;
  --sb-section-y: clamp(58px, 7vw, 112px); --sb-pad-x: 24px; --sb-container: 1280px;
  --sb-font-display: "Space Grotesk", "Hanken Grotesk", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --sb-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sb-paper); color: var(--sb-ink); font-family: var(--sb-font-body); line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1,h2,h3 { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.04em; margin: 0; line-height: 0.98; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { position: fixed; z-index: 90; top: 12px; left: 12px; background: var(--sb-blue); color: #fff; padding: 10px 14px; }
:focus-visible { outline: 2px solid var(--sb-blue); outline-offset: 3px; }
.hl { color: var(--sb-blue); }
.label { margin: 0 0 16px; font-family: var(--sb-font-body); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sb-blue); }
.muted { color: var(--muted); } .small { font-size: 13px; }
.lead { font-size: clamp(17px, 1.6vw, 21px); color: var(--muted); }
.wrap { width: min(var(--sb-container), calc(100% - 2*var(--sb-pad-x))); margin-inline: auto; }

.band { padding: var(--sb-section-y) 0; }
.band-paper { background: var(--sb-paper); color: var(--sb-ink); --muted: #4f5862; --line: rgba(10,11,14,.18); --card-bg: #f4f5f7; --body-text: rgba(10,11,14,.86); }
.band-ink { background: var(--sb-ink); color: var(--sb-paper); --muted: rgba(255,255,255,.64); --line: rgba(255,255,255,.20); --card-bg: #14161b; --body-text: rgba(255,255,255,.86); }
.block-head { max-width: 800px; margin-bottom: clamp(30px, 4vw, 50px); }
h2 { font-size: clamp(32px, 6.2vw, 78px); }
/* Secundaire kop-schaal: voor secties die geen volledige hero-schaal verdienen (meeste content-secties) */
.h2-md { font-size: clamp(26px, 4vw, 46px); }

/* Herbruikbare centrerende afsluit-CTA-band (i.p.v. losse inline style-stacks per pagina) */
.cta-band { text-align: center; }
.cta-band .block-head { margin-inline: auto; }
.cta-band .label { justify-content: center; display: flex; }
.cta-band .lead { margin-top: 16px; }
.cta-band .actions { justify-content: center; }

/* Herbruikbare kaart-titel/-tekst (i.p.v. herhaalde inline font-size/line-height overrides) */
.card-title { font-size: 24px; text-transform: none; letter-spacing: 0; margin-bottom: 12px; }
.card-copy { color: var(--muted); line-height: 1.65; margin: 0 0 14px; font-size: 15px; }
.card-copy:last-child { margin-bottom: 0; }
.signature { margin-top: 22px; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; }

.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--sb-blue); }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.duo-blue { position: relative; overflow: hidden; }
.duo-blue img { filter: contrast(1.08) brightness(.86); }

/* Buttons */
.button, .nav-cta, .lead-form button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 24px; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 14px; text-decoration: none; cursor: pointer; border-radius: var(--sb-radius-button); border: 2px solid transparent; transition: transform .15s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.button-primary, .nav-cta { background: var(--sb-blue); color: #fff; }
.button-primary:hover, .nav-cta:hover { background: var(--sb-blue-bright); }
.button-line { background: transparent; color: inherit; border-color: currentColor; }
.button-line:hover { border-color: var(--sb-blue-bright); color: var(--sb-blue-bright); }
.wa-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sb-wa); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5);}70%{box-shadow:0 0 0 8px rgba(37,211,102,0);}100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; }
.nav { width: min(var(--sb-container), calc(100% - 2*var(--sb-pad-x))); margin-inline: auto; display: flex; align-items: center; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sb-font-display); font-weight: 700; font-size: 16px; text-decoration: none; color: #fff; mix-blend-mode: difference; }
.brand em { font-style: normal; opacity: .72; font-weight: 500; font-size: .82em; }
.brand-dot { width: 11px; height: 11px; background: currentColor; flex: none; }
.nav-menu { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 500; color: #fff; mix-blend-mode: difference; }
.nav-menu a { text-decoration: none; opacity: .9; } .nav-menu a:hover { opacity: 1; }
.nav-cta { margin-left: 4px; min-height: 44px; padding: 0 18px; }
.nav-toggle { display: none; }

/* Hero full-bleed */
.hero { position: relative; min-height: 94vh; display: grid; align-items: end; background: var(--sb-ink); color: var(--sb-paper); overflow: hidden; --muted: rgba(255,255,255,.66); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 25%; }
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(58% 52% at 26% 82%, rgba(8,9,12,.8) 0%, rgba(8,9,12,0) 72%),
    linear-gradient(0deg, rgba(10,11,14,.88) 0%, rgba(10,11,14,.3) 48%, rgba(10,11,14,.5) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 130px 0 56px; }
.hero h1 { font-size: clamp(40px, 7.5vw, 104px); text-shadow: 0 4px 28px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.85); }
.hero .label { text-shadow: 0 1px 10px rgba(0,0,0,.65); }
.hero .lead { max-width: 50ch; margin: 24px 0 0; color: rgba(255,255,255,.9); text-shadow: 0 1px 14px rgba(0,0,0,.6); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 0; }
.hero .small { margin: 16px 0 0; text-shadow: 0 1px 8px rgba(0,0,0,.6); }

/* Marquee */
.marquee { overflow: hidden; background: var(--sb-ink); border-block: 2px solid var(--sb-blue); }
.marquee-track { display: inline-flex; align-items: center; gap: 22px; white-space: nowrap; padding: 12px 0; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(15px,2vw,22px); color: var(--sb-paper); animation: marquee 22s linear infinite; }
.marquee-track b { color: var(--sb-blue); }
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }

/* Pains */
.pains-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px,5vw,64px); align-items: start; }
.pains { list-style: none; padding: 0; margin: 0; }
.pains li { font-family: var(--sb-font-display); font-weight: 600; font-size: clamp(19px,2.6vw,30px); line-height: 1.15; padding: 24px 0 24px 44px; border-top: 1px solid var(--line); position: relative; }
.pains li:first-child { border-top: 0; } .pains li::before { content: "→"; position: absolute; left: 0; top: 24px; color: var(--sb-blue); }

/* Voor wie */
.vw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); }
.vw-col { padding: clamp(24px,3vw,40px); border-right: 1px solid var(--line); }
.vw-col:last-child { border-right: 0; }
.vw-head { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; margin: 0 0 18px; }
.vw-head.wel { color: var(--sb-blue); } .vw-head.niet { color: var(--muted); }
.vw-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.vw-col li { position: relative; padding-left: 30px; color: var(--muted); font-size: 16px; }
.vw-head.wel ~ ul li::before { content: "✓"; position: absolute; left: 0; color: var(--sb-blue); font-weight: 700; }
.vw-head.niet ~ ul li::before { content: "×"; position: absolute; left: 0; color: var(--muted); font-weight: 700; }

/* Traject-kaarten (met foto) */
.traject-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3.4vw, 44px); }
.traject-media { aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 22px; }
.traject-media img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) brightness(.94); }

/* Lessen-bento (1 uitgelicht + 3 compact) */
.lessen-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(16px, 2.4vw, 26px); align-items: stretch; }
.lessen-feature { position: relative; overflow: hidden; min-height: 420px; display: block; text-decoration: none; color: #fff; }
.lessen-feature img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08) brightness(.88); transition: transform .6s var(--ease); }
.lessen-feature:hover img { transform: scale(1.05); }
.lessen-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,14,.92) 0%, rgba(10,11,14,.2) 55%, rgba(10,11,14,0) 78%); }
.lessen-feature-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(24px, 3.2vw, 40px); color: #fff; }
.lessen-feature-idx { font-family: var(--sb-font-display); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--sb-blue-bright); display: block; margin-bottom: 10px; }
.lessen-feature-body h3 { font-size: clamp(28px, 3.2vw, 42px); margin: 0 0 12px; }
.lessen-feature-body p { color: rgba(255,255,255,.85); max-width: 46ch; margin: 0; font-size: 15px; line-height: 1.6; }
.lessen-list { display: grid; gap: clamp(10px, 1.4vw, 14px); }
.lessen-item { display: grid; grid-template-columns: 100px 1fr; gap: 16px; align-items: center; padding: clamp(14px, 1.8vw, 18px); border: 1px solid var(--line); transition: background .2s var(--ease); text-decoration: none; color: inherit; }
.lessen-item:hover { background: var(--card-bg); }
.lessen-item-media { aspect-ratio: 1 / 1; overflow: hidden; }
.lessen-item-media img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) brightness(.94); }
.lessen-item-meta { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--sb-blue); margin: 0 0 4px; }
.lessen-item h3 { font-size: 18px; text-transform: none; letter-spacing: 0; margin: 0 0 5px; }
.lessen-item p { color: var(--muted); font-size: 13.5px; line-height: 1.5; margin: 0; }

/* Aanbod list-rows */
.rows { border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: auto 132px 1fr auto; gap: clamp(18px,3vw,44px); align-items: center; padding: clamp(20px,3vw,38px) 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; transition: background .2s var(--ease); }
.row:hover { background: var(--card-bg); }
.row-idx { font-family: var(--sb-font-display); font-weight: 700; font-size: clamp(28px,4.4vw,60px); color: var(--sb-blue); }
.row-media { width: 132px; height: 88px; overflow: hidden; border: 1px solid var(--line); }
.row-media img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) brightness(.9); transition: transform .5s var(--ease); }
.row:hover .row-media img { transform: scale(1.07); }
.row-body h3 { font-size: clamp(24px,3.2vw,44px); } .row-body p { color: var(--muted); margin: 6px 0 0; max-width: 64ch; font-size: 16px; }
.row-arrow { font-family: var(--sb-font-display); font-size: 28px; color: var(--sb-blue); transition: transform .25s var(--ease); }
.row:hover .row-arrow { transform: translateX(8px); }

/* Pijler-kaarten ("Kies je richting") — grote poster-cards i.p.v. dunne rijen */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 22px); }
.pillar-card { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--sb-radius-card); display: block; text-decoration: none; color: #fff; border: 1px solid var(--line); }
.pillar-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pillar-card:hover img { transform: scale(1.06); }
.pillar-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,14,.94) 0%, rgba(10,11,14,.55) 42%, rgba(10,11,14,.05) 72%); pointer-events: none; }
.pillar-card__content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(20px, 2.6vw, 30px); }
.pillar-card__idx { display: block; font-family: var(--sb-font-display); font-weight: 700; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--sb-blue); margin-bottom: 10px; }
.pillar-card__title { font-size: clamp(26px, 3vw, 36px); margin-bottom: 10px; }
.pillar-card__desc { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.8); margin: 0 0 16px; max-width: 42ch; }
.pillar-card__cta { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .02em; transition: gap .2s var(--ease); }
.pillar-card:hover .pillar-card__cta { gap: 14px; }

/* Wat je krijgt */
.krijg-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px,5vw,64px); align-items: start; }
.krijg { list-style: none; padding: 0; margin: 0; }
.krijg li { font-size: clamp(18px,2vw,24px); padding: 18px 0 18px 44px; border-top: 1px solid var(--line); position: relative; }
.krijg li:first-child { border-top: 0; }
.krijg li::before { content: "✓"; position: absolute; left: 0; top: 18px; width: 28px; height: 28px; display: grid; place-items: center; background: var(--sb-blue); color: #fff; font-size: 15px; font-weight: 700; }

/* Image band */
.imgband { position: relative; height: clamp(240px, 38vw, 520px); border-block: 2px solid var(--sb-blue); }
.imgband img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.imgband-caption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; margin: 0; padding: clamp(20px,3vw,32px) var(--sb-pad-x); font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; font-size: clamp(20px,3vw,34px); color: #fff; background: linear-gradient(0deg, rgba(10,11,14,.78) 0%, rgba(10,11,14,0) 100%); }

/* Methode — editorial ghost-nummer i.p.v. gesloten kaartjes (zelfde taal als .fases-list) */
.methode { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px,3vw,40px); }
.methode li { border-top: 1px solid var(--line); padding-top: clamp(22px,2.6vw,30px); }
.methode-num { font-family: var(--sb-font-display); font-weight: 700; font-size: clamp(48px,5.4vw,72px); line-height: .85; color: var(--sb-blue); opacity: .28; display: block; margin-bottom: 14px; }
.methode h3 { font-size: 20px; text-transform: none; letter-spacing: 0; margin-bottom: 10px; } .methode p { color: var(--muted); margin: 0; font-size: 15px; line-height: 1.6; }

/* Ralf */
.ralf-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px,5vw,64px); align-items: center; }
.ralf-media { aspect-ratio: 4 / 5; border: 1px solid var(--line); }
.ralf-media img { width: 100%; height: 100%; object-fit: cover; }
.ralf-media--wide { aspect-ratio: 4 / 3; }
.ralf-body h2 { margin-bottom: 16px; }
.quote { margin: 24px 0 0; padding-left: 20px; border-left: 4px solid var(--sb-blue); font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(18px,2vw,26px); letter-spacing: -0.02em; }
/* Zachtere quote-variant: voor langere, reflectieve eerste-persoonscitaten (niet de korte, krachtige one-liners) */
.quote--soft { text-transform: none; letter-spacing: 0; font-weight: 600; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.5; }
.quote + p { margin-top: 22px; }

/* Carousel (sfeerbeelden) */
.carousel { display: grid; gap: clamp(14px, 2vw, 22px); }
.carousel-row { overflow: hidden; }
.carousel-track { display: flex; width: max-content; animation: carousel-scroll 46s linear infinite; }
.carousel-row--reverse .carousel-track { animation-name: carousel-scroll-reverse; animation-duration: 52s; }
.carousel-group { display: flex; gap: clamp(14px, 2vw, 22px); padding-inline: 2px; }
.carousel-track img { width: clamp(220px, 24vw, 340px); aspect-ratio: 4 / 3; object-fit: cover; flex: 0 0 auto; filter: contrast(1.06); }
.carousel-row:hover .carousel-track, .carousel-row:focus-within .carousel-track { animation-play-state: paused; }
@keyframes carousel-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes carousel-scroll-reverse { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* FAQ */
.faq-list { display: grid; gap: 0; border: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 24px; }
details:last-child { border-bottom: 0; }
summary { cursor: pointer; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; font-size: 17px; list-style: none; }
summary::-webkit-details-marker { display: none; } summary::after { content: "+"; float: right; color: var(--sb-blue); } details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: 14px 0 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,64px); align-items: start; }
.contact-meta { display: grid; gap: 12px; margin-top: 24px; } .contact-meta span { color: var(--muted); font-size: 15px; } .contact-meta strong { color: inherit; }
.lead-form { position: relative; background: var(--card-bg); border: 1px solid var(--line); border-top: 4px solid var(--sb-blue); padding: clamp(24px,4vw,34px); display: grid; gap: 9px; }
.lead-form::before { content: "// Plan mijn kennismaking"; display: block; font-family: var(--sb-font-display); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sb-blue); margin-bottom: 6px; }
.lead-form label { font-weight: 600; font-size: 14px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: var(--sb-radius-button); padding: 11px 13px; font: inherit; background: transparent; color: inherit; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--sb-blue); outline: none; }
.lead-form textarea { resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); font-weight: 400; } .checkbox input { width: auto; min-height: auto; margin-top: 4px; }
.lead-form button { border: 0; background: var(--sb-blue); color: #fff; margin-top: 6px; } .lead-form button:hover { background: var(--sb-blue-bright); }
.form-note { min-height: 22px; margin: 4px 0 0; color: var(--sb-blue); font-size: 14px; }

/* Footer */
.footer { padding: 40px 0; } .footer-grid { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; } .footer .brand { color: var(--sb-paper); mix-blend-mode: normal; }

/* Responsive */
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 6px; background: transparent; border: 0; padding: 8px; cursor: pointer; margin-left: auto; z-index: 55; color: #fff; mix-blend-mode: difference; }
  .nav-toggle span:not(.sr-only) { width: 28px; height: 2px; background: currentColor; transition: transform .3s var(--ease), opacity .3s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-menu { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 22px; background: var(--sb-ink); color: var(--sb-paper); mix-blend-mode: normal; font-size: 22px; transform: translateX(100%); transition: transform .4s var(--ease); margin: 0; } .nav-menu.is-open { transform: none; } .nav-cta { display: none; }
  .pains-grid, .vw-grid, .krijg-grid, .methode, .ralf-grid, .contact-grid, .pillar-grid, .traject-grid, .lessen-grid { grid-template-columns: 1fr; }
  .lessen-feature { min-height: 300px; }
  .pillar-card { aspect-ratio: 4 / 3; }
  .vw-col { border-right: 0; border-bottom: 1px solid var(--line); } .vw-col:last-child { border-bottom: 0; }
  .row { grid-template-columns: auto 1fr; } .row-media { display: none; } .row-arrow { display: none; }
  .ralf-media { order: -1; }
}
@media (min-width:961px) and (max-width:1160px){ .methode{grid-template-columns:repeat(3,1fr);} }
@media (min-width:641px) and (max-width:960px) { .pillar-grid { grid-template-columns: repeat(2, 1fr); } .pillar-card { aspect-ratio: 1 / 1; } }
@media (max-width: 540px) { .actions { flex-direction: column; align-items: stretch; } .button { width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track, .wa-dot { animation: none !important; } .row:hover .row-media img { transform: none; }
  .carousel-track { animation: none !important; }
  .carousel-row { overflow-x: auto; }
  .carousel-group[aria-hidden] { display: none; }
}

html { scroll-padding-top: 84px; }

/* Header transparant bovenaan, krijgt achtergrond bij scroll (alle resoluties) */
.site-header { transition: background .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: rgba(10,11,14,0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.10); }
.site-header.is-scrolled .brand, .site-header.is-scrolled .nav-menu, .site-header.is-scrolled .nav-toggle { mix-blend-mode: normal; color: #fff; }
.nav-menu a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* Subtiele scheiding tussen opeenvolgende donkere secties */
.band-ink { border-top: 1px solid rgba(255,255,255,0.08); }
.band-paper + .band-paper { border-top: 1px solid rgba(10,11,14,0.08); }

/* ============================================================
   SITE-UITBREIDING — gedeelde onderdelen voor de meerpagina-site
   ============================================================ */

/* Kleinere hero-variant voor binnenpagina's (niet de home) */
.hero--sub { min-height: 62vh; }
.hero--sub .hero-inner { padding: 118px 0 56px; }
.hero--sub h1 { font-size: clamp(38px, 7vw, 88px); }

/* Rustige hero-variant voor ledenverhalen: de h1 IS een citaat, geen billboard-slogan */
.hero--story { min-height: 42vh; }
.hero--story .hero-inner { padding: 118px 0 52px; }
.hero--story h1 { font-size: clamp(24px, 3.2vw, 40px); text-transform: none; letter-spacing: -0.01em; line-height: 1.25; padding-left: 20px; border-left: 4px solid var(--sb-blue); }

/* Footer secundaire navigatie */
.footer-grid { justify-content: space-between; }
.footer-links { list-style: none; display: flex; gap: clamp(14px, 3vw, 26px); flex-wrap: wrap; padding: 0; margin: 0; font-size: 14px; }
.footer-links a { text-decoration: none; opacity: .72; } .footer-links a:hover { opacity: 1; }
.footer-copy { width: 100%; margin-top: 18px; font-size: 12.5px; opacity: .45; }

/* Badge voor nog-niet-bevestigde content (bijv. Kickboksen) */
.tag-nieuw { display: inline-block; font-family: var(--sb-font-display); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sb-ink); background: var(--sb-blue); padding: 4px 10px; border-radius: var(--sb-radius-button); margin-left: 10px; vertical-align: middle; }

/* Rustige placeholder-notitie (bijv. contactgegevens die nog volgen) */
.note-box { border: 1px dashed var(--line); padding: 18px 22px; border-radius: var(--sb-radius-card); background: var(--card-bg); margin-top: 26px; max-width: 62ch; }
.note-box p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Timeline (bijv. Over ons — jaaroverzicht) */
.timeline { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.timeline li { padding: clamp(22px,3vw,32px) 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: clamp(16px,3vw,32px); }
.timeline-year { font-family: var(--sb-font-display); font-weight: 700; font-size: clamp(30px,3.4vw,46px); color: var(--sb-blue); line-height: 1; }
.timeline h3 { font-size: clamp(19px,2vw,24px); margin-bottom: 8px; text-transform: none; letter-spacing: 0; }
.timeline p { color: var(--muted); margin: 0; font-size: 15px; line-height: 1.6; }

/* Info-tabel (bijv. Trailblazers — wat is inbegrepen) */
.info-table { border: 1px solid var(--line); }
.info-row { display: grid; grid-template-columns: 220px 1fr; gap: 18px; padding: clamp(18px,2.2vw,24px) clamp(18px,3vw,24px); border-bottom: 1px solid var(--line); transition: background .2s var(--ease); }
.info-row:last-child { border-bottom: 0; }
.info-row:hover { background: var(--card-bg); }
.info-row dt { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: 15px; letter-spacing: .02em; margin: 0; color: var(--sb-blue); padding-left: 22px; position: relative; }
.info-row dt::before { content: "✓"; position: absolute; left: 0; top: 1px; }
.info-row dd { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

/* Detaillijst binnen een .methode-stap (bijv. Focus/Groei/Kracht/Support) */
.methode-detail { list-style: none; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.methode-detail li { font-size: 14px; color: var(--muted); line-height: 1.5; }
.methode-detail strong { color: inherit; font-weight: 700; }

/* Fases-lijst (editorial rijen met ghost-nummer + tags, i.p.v. gesloten kaarten) */
.fases-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.fases-item { display: grid; grid-template-columns: 128px 1fr; gap: clamp(20px, 3vw, 44px); padding: clamp(30px, 4vw, 48px) 0; border-bottom: 1px solid var(--line); }
.fases-num { font-family: var(--sb-font-display); font-weight: 700; font-size: clamp(52px, 6vw, 88px); line-height: .85; color: var(--sb-blue); opacity: .28; }
.fases-item h3 { font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 14px; }
.fases-item .fases-desc { color: var(--muted); line-height: 1.65; max-width: 62ch; margin: 0 0 20px; }
.fases-tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.fases-tags li { font-size: 13px; font-weight: 600; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); }
.fases-tags strong { color: var(--sb-blue); font-weight: 700; }

/* Ledenverhalen — hub-grid */
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.hub-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(22px,2.6vw,30px); display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: inherit; transition: background .2s var(--ease); }
.hub-card:nth-child(3n) { border-right: 0; }
#meer-verhalen .hub-card:nth-last-child(-n+2) { border-bottom: 0; }
a.hub-card:hover { background: var(--card-bg); }
.hub-photo { aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); }
.hub-photo--empty { background: var(--card-bg); border-style: dashed; }
.hub-photo img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05); }
.hub-card h3 { font-size: 21px; margin: 0; }
.hub-role { font-size: 12.5px; color: var(--sb-blue); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.hub-teaser { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0; flex: 1; }
.hub-link { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: 13px; color: var(--sb-blue); }
.hub-card--teaser { opacity: .82; }
.hub-card--teaser .hub-link { color: var(--muted); }

/* Verhaal-pagina (individuele ledenverhalen) */
.story-body { max-width: 74ch; }
.story-body--solo { margin-inline: auto; }
.story-section { margin-bottom: clamp(28px, 4vw, 44px); }
.story-section:last-child { margin-bottom: 0; }
.story-section h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 14px; text-transform: none; letter-spacing: 0; }
.story-section p { color: var(--body-text, var(--muted)); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.story-section p:last-child { margin-bottom: 0; }
.story-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; }
.story-intro { font-size: clamp(17px, 1.6vw, 21px); color: var(--body-text, var(--muted)); margin: 0 0 clamp(28px, 4vw, 44px); }
.story-media { aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); }
.story-media img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05); }
.story-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px,5vw,64px); align-items: start; }
@media (min-width: 961px) { .story-grid .story-media { position: sticky; top: 100px; } }
.story-cta { margin-top: clamp(30px, 4vw, 46px); padding-top: clamp(24px, 3vw, 34px); border-top: 1px solid var(--line); }
.story-cta p { color: var(--muted); margin: 0 0 18px; font-size: 16px; }
.story-photos { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 6px; margin: 8px 0 32px; }
.story-photos img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: contrast(1.05); }
.story-photos--wide img { aspect-ratio: 16 / 10; }

@media (max-width: 960px) {
  .hero--sub .hero-inner { padding: 108px 0 44px; }
  .timeline li, .info-row, .fases-item { grid-template-columns: 1fr; }
  .fases-num { margin-bottom: -8px; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card { border-right: 0; }
  #meer-verhalen .hub-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  #meer-verhalen .hub-card:last-child { border-bottom: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { order: -1; }
  .story-photos { grid-template-columns: repeat(min(2, var(--cols, 3)), 1fr); }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .hub-card:nth-child(2n) { border-right: 0; }
}
