/* ==========================================================================
   Schouten Coolsupport — Homepage redesign "21°. Het hele jaar."
   NEO Agency · 2026
   ========================================================================== */

:root {
  /* Basis */
  --c-frost:      #F3F7FA;
  --c-white:      #FFFFFF;
  --c-ink:        #0A1622;
  --c-ink-2:      #13263A;
  --c-mist:       #5B6B7A;
  --c-line:       rgba(10, 22, 34, .08);

  /* Merk — logoblauw gepipet uit het logobestand van de live site (ovaal ≈ #006BAA–#1473A8).
     [CHECK] definitief vastzetten met het originele (vector)logobestand. */
  --c-brand:      #0A6AAA;
  --c-brand-hover:#085C95;
  --c-brand-2:    #1A80B6;  /* siteblauw uit de huidige CSS */
  --c-brand-deep: #0E2A52;
  --c-brand-ice:  #CFE3F5;

  /* Seizoenen — alleen in hero/seizoensscroll */
  --c-summer:     #FFB547;
  --c-autumn:     #D8743C;
  --c-winter:     #9FD4FF;
  --c-spring:     #7ED6A5;

  /* Signaal */
  --c-google-star:#FBBC04;
  --c-live:       #22C55E;

  /* Type */
  --f-display: "Inter Tight", "Inter", system-ui, sans-serif;
  --f-body:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif:   "Instrument Serif", Georgia, serif;
  --f-mono:    "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  --f-ext:     "Michroma", "Inter Tight", sans-serif; /* extended grotesk, familie van het logo [Ravi kiest] */

  /* Vorm */
  --r-card: 20px;
  --r-field: 12px;
  --sh-1: 0 2px 12px rgba(10, 22, 34, .06);
  --sh-2: 0 12px 32px rgba(10, 22, 34, .10);
  --ease-out: cubic-bezier(.2, .8, .2, 1);

  --gutter: 16px;
  --nav-h: 72px;
  --section-y: 96px;
}
@media (min-width: 768px)  { :root { --gutter: 32px; } }
@media (min-width: 1100px) { :root { --gutter: 48px; --nav-h: 80px; --section-y: 160px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--c-frost);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-size: clamp(16px, .9rem + .25vw, 18px);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
address { font-style: normal; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip {
  position: fixed; left: 16px; top: 16px; z-index: 100;
  padding: 12px 18px; border-radius: 999px; background: var(--c-ink); color: #fff;
  transform: translateY(-160%); transition: transform .2s;
}
.skip:focus-visible { transform: none; }

:focus-visible { outline: 2px solid var(--c-brand); outline-offset: 3px; }
.anchor :focus-visible, .footer :focus-visible { outline-color: var(--c-winter); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: 1312px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.section__head { max-width: 760px; margin-bottom: 40px; }
@media (min-width: 1100px) { .section__head { margin-bottom: 64px; } }
.section__head--row { max-width: none; display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 1024px) { .section__head--row { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.section__lead { margin-top: 24px; font-size: clamp(17px, 1rem + .2vw, 19px); color: var(--c-mist); max-width: 56ch; }

/* ---------- Type ---------- */
h1, h2, h3 { font-family: var(--f-display); font-weight: 600; color: inherit; }
h2 { font-size: clamp(32px, 1.2rem + 3vw, 56px); line-height: 1.04; letter-spacing: -.03em; }
h3 { font-size: clamp(22px, 1rem + .6vw, 28px); line-height: 1.15; letter-spacing: -.02em; }
h1 em, h2 em, h3 em {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  letter-spacing: -.01em; font-size: 1.1em; line-height: .9; color: var(--c-brand);
  padding-right: .04em;
}
.anchor h2 em, .anchor h3 em { color: var(--c-winter); }

.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-weight: 500; font-size: 13px; line-height: 1.3;
  letter-spacing: .12em; text-transform: uppercase; color: var(--c-brand);
  margin-bottom: 20px;
}
.eyebrow--light { color: var(--c-winter); }
.flake-mark {
  display: inline-block; flex-shrink: 0; width: 10px; height: 10px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12 -12 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle r='2.8'/%3E%3Cpath d='M0-3V-11M-3-9.2 0-6.4 3-9.2M2.6-1.5 9.53-5.5M6.47-7.2 5.54-3.2 9.47-2M2.6 1.5 9.53 5.5M9.47 2 5.54 3.2 6.47 7.2M0 3V11M3 9.2 0 6.4-3 9.2M-2.6 1.5-9.53 5.5M-6.47 7.2-5.54 3.2-9.47 2M-2.6-1.5-9.53-5.5M-9.47-2-5.54-3.2-6.47-7.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12 -12 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle r='2.8'/%3E%3Cpath d='M0-3V-11M-3-9.2 0-6.4 3-9.2M2.6-1.5 9.53-5.5M6.47-7.2 5.54-3.2 9.47-2M2.6 1.5 9.53 5.5M9.47 2 5.54 3.2 6.47 7.2M0 3V11M3 9.2 0 6.4-3 9.2M-2.6 1.5-9.53 5.5M-6.47 7.2-5.54 3.2-9.47 2M-2.6-1.5-9.53-5.5M-9.47-2-5.54-3.2-6.47-7.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

/* Regel-voor-regel mask-reveal (alleen als motion actief is) */
.ln { display: block; overflow: hidden; padding: .04em .06em .1em 0; margin-bottom: -.1em; }
.ln > span { display: inline-block; }
.motion .reveal-lines .ln > span { transform: translateY(110%); }
.motion .reveal-lines.is-in .ln > span { transform: none; }
/* Hero: pure CSS, zodat de H1 niet op het CDN hoeft te wachten (≤1,2s totaal) */
.motion .hero__title .ln > span { transform: none; translate: 0 110%; animation: line-up .9s cubic-bezier(.16, 1, .3, 1) .05s forwards; }
.motion .hero__title .ln:nth-child(2) > span { animation-delay: .13s; }
@keyframes line-up { to { translate: 0 0; } }

/* ---------- Iconen ---------- */
.ic { width: 20px; height: 20px; flex-shrink: 0; }
.ic--lg { width: 36px; height: 36px; }
.ic--spin { animation: spin 20s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Buttons ---------- */
.btn {
  --mx: 0px; --my: 0px; --s: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  font: 600 15px/1 var(--f-body); letter-spacing: -.005em; white-space: nowrap;
  transform: translate(var(--mx), var(--my)) scale(var(--s));
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out), background-color .2s, color .2s;
}
.btn:hover { --s: 1.02; }
.btn:active { --s: .98; }
.btn--lg { min-height: 56px; padding: 0 28px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--primary { background: var(--c-brand); color: #fff; box-shadow: 0 2px 12px rgba(10, 106, 170, .22); }
.btn--primary:hover { background: var(--c-brand-hover); box-shadow: 0 12px 32px rgba(10, 106, 170, .28); }
.btn--ghost { background: rgba(255, 255, 255, .55); color: var(--c-ink); box-shadow: inset 0 0 0 1px rgba(10, 22, 34, .14); }
.btn--ghost:hover { background: #fff; box-shadow: inset 0 0 0 1px rgba(10, 22, 34, .2), var(--sh-2); }
.btn--light { background: #fff; color: var(--c-ink); }
.btn--light:hover { box-shadow: 0 12px 32px rgba(0, 0, 0, .3); }
.btn--outline-light { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32); }
.btn--outline-light:hover { background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6); }
.btn .ic { width: 18px; height: 18px; transition: transform .25s var(--ease-out); }
.btn:hover .ic:last-child:not(.ic--flake) { transform: translateX(3px); }
.ic--flake { color: var(--c-brand); transition: transform .5s var(--ease-out); }
.btn--phone:hover .ic--flake, .btn--phone:focus-visible .ic--flake { transform: rotate(90deg); }

.tlink {
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px;
  font-weight: 600; font-size: 15px; color: var(--c-brand);
}
.tlink .ic { width: 18px; height: 18px; transition: transform .25s var(--ease-out); }
.tlink:hover .ic { transform: translateX(4px); }
.tlink:hover { text-decoration: underline; text-underline-offset: 4px; }

.live-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #9AA7B3; flex-shrink: 0; }
.live-dot.is-on { background: var(--c-live); }
.live-dot.is-on::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--c-live);
  animation: live 2s ease-out infinite;
}
@keyframes live { from { transform: scale(1); opacity: .6; } to { transform: scale(3); opacity: 0; } }

/* ==========================================================================
   00 · Navigatie
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--nav-h);
  transition: background-color .3s, box-shadow .3s, backdrop-filter .3s;
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 2px 12px rgba(10, 22, 34, .06);
}
.nav__inner {
  height: 100%; max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter);
  display: flex; align-items: center; gap: 16px;
}
.nav__logo { display: flex; align-items: center; min-height: 44px; margin-right: auto; }
.logo { color: var(--c-ink); --logo-oval: var(--c-brand); --logo-mark: #fff; --logo-sub: var(--c-brand-2); }
.logo--full { height: 52px; width: auto; aspect-ratio: 400 / 152; }
.logo--emblem { height: 32px; width: auto; aspect-ratio: 320 / 88; }
.nav .logo--full { display: none; }
.logo--white { color: #fff; --logo-sub: #9FC7E8; }

.nav__links { display: none; }
.nav__links a {
  padding: 10px 14px; border-radius: 999px; font-weight: 500; font-size: 15px; color: var(--c-ink-2);
  transition: background-color .2s, color .2s;
}
.nav__links a:hover { background: rgba(10, 22, 34, .05); color: var(--c-ink); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__login {
  display: none; align-items: center; gap: 6px; min-height: 44px; padding: 0 10px;
  font-size: 14px; font-weight: 500; color: var(--c-mist); border-radius: 999px; transition: color .2s;
}
.nav__login .ic { width: 16px; height: 16px; }
.nav__login:hover { color: var(--c-ink); }
.nav .btn--phone { display: none; }
.nav .btn--phone .live-dot { margin-right: -2px; }
.nav .btn--phone .ic--phone { display: none; color: var(--c-brand); }
.nav__cta { display: none; }
.nav__icon-btn {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, .7); box-shadow: inset 0 0 0 1px rgba(10, 22, 34, .1); color: var(--c-ink);
  transition: background-color .2s, transform .2s;
}
.nav__icon-btn:active { transform: scale(.96); }
.nav__call-m { color: var(--c-brand); }

@media (min-width: 768px) {
  .nav .logo--full { display: block; height: 48px; }
  .nav .logo--emblem { display: none; }
  .nav__cta { display: inline-flex; }
}
@media (min-width: 1200px) {
  .nav .logo--full { height: 54px; }
  .nav__links { display: flex; gap: 2px; margin-inline: auto; }
  .nav__logo { margin-right: 0; }
  .nav__login, .nav .btn--phone { display: inline-flex; }
  .nav__call-m, .nav__burger { display: none; }
  .nav .btn--phone { width: 48px; padding: 0; }
  .nav .btn--phone .btn--phone__num, .nav .btn--phone .live-dot, .nav .btn--phone .ic--flake { display: none; }
  .nav .btn--phone .ic--phone { display: block; }
  .nav__login span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
@media (min-width: 1320px) {
  .nav__login span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
}
@media (min-width: 1440px) {
  .nav .btn--phone { width: auto; padding: 0 18px; }
  .nav .btn--phone .btn--phone__num, .nav .btn--phone .live-dot, .nav .btn--phone .ic--flake { display: inline-block; }
  .nav .btn--phone .ic--phone { display: none; }
}

/* Mobiel menu */
.menu {
  position: fixed; inset: 0; z-index: 60; background: var(--c-frost);
  display: flex; flex-direction: column; padding: 14px var(--gutter) calc(24px + env(safe-area-inset-bottom));
}
.menu__head { display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.menu__links { display: flex; flex-direction: column; margin-top: 40px; }
.menu__links a {
  font-family: var(--f-display); font-weight: 600; font-size: clamp(32px, 9vw, 44px); letter-spacing: -.03em;
  line-height: 1.2; padding: 8px 0; border-bottom: 1px solid var(--c-line);
}
.menu__foot { margin-top: auto; display: grid; gap: 10px; }
.menu__login { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; color: var(--c-mist); font-weight: 500; }

/* ==========================================================================
   01 · Hero
   ========================================================================== */
.hero {
  position: relative; min-height: 80svh; display: flex; align-items: center;
  padding: calc(var(--nav-h) + 40px) 0 64px; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 42%, #FFFFFF 0%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, #F3F7FA 0%, #E7F0F8 100%);
}
/* Luchtstroom: "koele lucht" als textuur */
.hero__air { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--c-brand); opacity: .14; pointer-events: none; }
.hero__air path { stroke-dasharray: 2 16 150 40; animation: air 26s linear infinite; }
.hero__air path:nth-child(2n) { animation-duration: 34s; animation-direction: reverse; }
.hero__air path:nth-child(3n) { animation-duration: 42s; }
@keyframes air { to { stroke-dashoffset: -832; } }

/* Sneeuwvlok uit het logo als groot, bijna onzichtbaar watermerk */
.hero__flake { position: absolute; color: var(--c-brand); pointer-events: none; animation: spin 90s linear infinite; }
.hero__flake--a { width: clamp(260px, 36vw, 540px); aspect-ratio: 1; left: -9%; bottom: -16%; opacity: .05; }
.hero__flake--b { width: clamp(140px, 16vw, 250px); aspect-ratio: 1; right: -3%; top: 12%; opacity: .04; animation-direction: reverse; animation-duration: 120s; }

.hero__inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero__title { font-size: clamp(38px, min(7.4vw, 10.6vh), 104px); line-height: 1.02; letter-spacing: -.035em; font-weight: 600; max-width: 18ch; }
.hero__sub { max-width: 620px; margin-top: clamp(20px, 2.6vh, 32px); color: var(--c-mist); font-size: clamp(16px, .95rem + .3vw, 20px); line-height: 1.5; }
.hero__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: clamp(28px, 4vh, 44px); }

/* Sterretje bij de Google-score (footer) */
.chip__star { color: var(--c-google-star); }

/* ==========================================================================
   02 · Keurmerkenbalk
   ========================================================================== */
.proof { background: #fff; border-block: 1px solid var(--c-line); padding: 24px 0 28px; overflow: hidden; }
.proof__track { display: flex; }
.proof__list { display: flex; gap: 32px; padding-right: 32px; flex-shrink: 0; animation: marquee 34s linear infinite; }
.proof__list li {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-family: var(--f-mono); font-weight: 500; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-ink-2);
}
.proof__list .flake-mark { color: var(--c-brand); }
@keyframes marquee { to { transform: translateX(-100%); } }
.proof__brands { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 32px; margin-top: 20px; }
.proof__label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-mist); }
.brand-logo {
  height: 26px; width: auto; mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.2); opacity: .55; transition: filter .3s, opacity .3s;
}
.brand-logo:hover { filter: none; opacity: 1; }
@media (min-width: 1100px) {
  .proof { padding: 28px 0; }
  .proof .container { display: flex; }
  .proof__track { justify-content: center; }
  .proof__list { animation: none; flex-wrap: wrap; justify-content: center; gap: 12px 36px; padding: 0 var(--gutter); flex-shrink: 1; }
  .proof__list--clone { display: none; }
  .proof__brands { margin-top: 18px; }
}

/* ==========================================================================
   Component: het 21.0°-getal (seizoensscroll + slot-CTA) — tekst, geen afbeelding
   ========================================================================== */
.thermo {
  display: inline-flex; align-items: flex-start;
  font-family: var(--f-display); font-weight: 600; line-height: .8;
  font-variant-numeric: tabular-nums; letter-spacing: -.055em;
  font-size: min(38vw, 30vh);
}
.thermo__int {
  display: block; padding-right: .02em;
  background: linear-gradient(180deg, var(--c-ink) 10%, var(--c-brand-deep) 60%, var(--c-brand) 115%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.thermo__side { display: flex; flex-direction: column; justify-content: space-between; align-self: stretch; margin-left: .015em; padding-block: .05em .02em; }
.thermo__dec { font-family: var(--f-mono); font-weight: 500; font-size: .27em; letter-spacing: -.04em; line-height: 1; color: var(--c-brand); text-align: left; }
.thermo__deg { font-family: var(--f-display); }
.thermo__dot { font-family: var(--f-display); margin-right: -.02em; }
.thermo__label {
  display: flex; align-items: center; gap: .6em;
  font-family: var(--f-mono); font-weight: 500; font-size: clamp(10px, .048em, 14px); letter-spacing: .16em;
  text-transform: uppercase; color: var(--c-mist); line-height: 1;
}
.thermo__label .ic { width: 1.4em; height: 1.4em; color: var(--c-brand); }

/* ==========================================================================
   03 · Seizoensscroll
   Standaard (mobiel, reduced motion, geen JS): gestapelde kaarten / 2×2-grid.
   .seasons--pinned (desktop + motion): gepind podium.
   ========================================================================== */
.seasons { position: relative; padding-block: var(--section-y); background: var(--c-frost); }
.seasons__stage { position: relative; }
.seasons__bg, .seasons__particles, .seasons__hud, .seasons__thermo, .seasons__progress { display: none; }
.seasons__head { margin-bottom: 32px; }
.seasons__title { font-size: clamp(32px, 1.2rem + 3vw, 56px); }

.seasons__badge {
  position: sticky; top: calc(var(--nav-h) + 12px); z-index: 5;
  display: flex; width: fit-content; align-items: center; gap: 8px; margin: 0 var(--gutter) 16px auto;
  padding: 8px 14px; border-radius: 999px; background: var(--c-ink); color: #fff; box-shadow: var(--sh-2);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.seasons__badge strong { font-size: 15px; letter-spacing: 0; }
.seasons__badge .ic { width: 16px; height: 16px; color: var(--c-winter); }

.stations { display: grid; gap: 16px; }
.station {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 380px; padding: 28px; border-radius: var(--r-card);
  display: flex; flex-direction: column; justify-content: flex-end;
  background: #fff; box-shadow: var(--sh-1);
}
.station__bg { position: absolute; inset: 0; z-index: -1; opacity: .3; transition: opacity .9s var(--ease-out); }
.station.is-active .station__bg, html:not(.motion) .station__bg { opacity: 1; }
.station[data-season="summer"] .station__bg { background: linear-gradient(180deg, #FFF6E6 0%, #FFD9A0 60%, #FFBE5C 100%); }
.station[data-season="autumn"] .station__bg { background: linear-gradient(180deg, #F8EDE4 0%, #F2CBAE 60%, #E39A66 100%); }
.station[data-season="winter"] .station__bg { background: linear-gradient(180deg, #F5FAFF 0%, #D9ECFB 60%, #A9D7FC 100%); }
.station[data-season="spring"] .station__bg { background: linear-gradient(180deg, #F4FBF6 0%, #D5F2E1 60%, #98DDB7 100%); }
.station__out { position: absolute; top: 24px; left: 28px; right: 28px; display: flex; align-items: baseline; gap: 10px; }
.station__out span { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-ink-2); }
.station__out strong { font-family: var(--f-mono); font-weight: 500; font-size: 52px; line-height: 1; letter-spacing: -.04em; }
.station__out .ic { margin-left: auto; width: 28px; height: 28px; align-self: center; }
.station .eyebrow { color: var(--c-ink-2); margin-bottom: 12px; }
.station h3 { margin-bottom: 10px; }
.station p:not(.eyebrow) { color: var(--c-ink-2); font-size: 16px; max-width: 42ch; }
.station .tlink { margin-top: 8px; color: var(--c-brand-deep); }

@media (min-width: 768px) {
  .stations { grid-template-columns: 1fr 1fr; }
  .seasons__badge { display: none; }
}

/* ---- Gepinde modus ---- */
.seasons--pinned { padding: 0; }
.seasons--pinned .seasons__stage { height: 100vh; overflow: hidden; }
.seasons--pinned .seasons__bg,
.seasons--pinned .seasons__particles,
.seasons--pinned .seasons__hud,
.seasons--pinned .seasons__thermo,
.seasons--pinned .seasons__progress { display: block; }
.seasons--pinned .seasons__bg { position: absolute; inset: 0; }
.sbg { position: absolute; inset: 0; opacity: 0; overflow: hidden; }
.sbg--summer {
  opacity: 1;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 251, 238, .95) 0, rgba(255, 240, 210, 0) 34%),
    linear-gradient(180deg, #FFF6E6 0%, #FFE0AA 50%, #FFBE5C 100%);
}
.sbg--autumn {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 246, 236, .9) 0, rgba(255, 246, 236, 0) 44%),
    linear-gradient(180deg, #F8EDE4 0%, #F1C9AA 52%, #DB8E58 100%);
}
.sbg--winter {
  background:
    radial-gradient(circle at 50% -10%, #FFFFFF 0, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #F5FAFF 0%, #DAEDFC 50%, #A6D6FC 100%);
}
.sbg--spring {
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 240, .95) 0, rgba(255, 255, 240, 0) 40%),
    linear-gradient(180deg, #F4FBF6 0%, #D6F2E2 50%, #95DCB5 100%);
}
/* Hittetrilling */
.shimmer {
  position: absolute; left: -10%; right: -10%; bottom: -5%; height: 38%;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0 18px, rgba(255, 255, 255, .22) 18px 20px);
  filter: blur(2px); opacity: .7; animation: shimmer 5s ease-in-out infinite alternate;
}
.shimmer--2 { bottom: 10%; height: 24%; opacity: .45; animation-duration: 7s; animation-delay: -2s; }
@keyframes shimmer { from { transform: translateY(0) skewY(.4deg) scaleY(1); } to { transform: translateY(-14px) skewY(-.4deg) scaleY(1.06); } }
/* Condens op glas */
.frost { position: absolute; inset: 0; background: radial-gradient(ellipse 72% 68% at 50% 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, .8) 100%); }
/* Lentelicht door open ramen */
.rays {
  position: absolute; inset: -30%;
  background: repeating-conic-gradient(from 196deg at 82% 12%, rgba(255, 255, 255, .34) 0deg 3deg, rgba(255, 255, 255, 0) 3deg 11deg);
  -webkit-mask: radial-gradient(circle at 82% 12%, #000 0, transparent 62%); mask: radial-gradient(circle at 82% 12%, #000 0, transparent 62%);
  animation: rays 24s ease-in-out infinite alternate; transform-origin: 82% 12%;
}
@keyframes rays { from { transform: rotate(-3deg); } to { transform: rotate(4deg); } }

.seasons--pinned .seasons__particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.seasons--pinned .seasons__head { position: absolute; left: 0; right: 0; top: calc(var(--nav-h) + 40px); margin: 0 auto; z-index: 2; }
.seasons--pinned .seasons__title { font-size: clamp(32px, 3.2vw, 48px); }
.seasons--pinned .seasons__head .eyebrow { color: var(--c-ink-2); }
.seasons--pinned .seasons__title em { color: var(--c-brand-deep); }

.seasons__hud {
  position: absolute; z-index: 2; top: calc(var(--nav-h) + 40px);
  right: max(var(--gutter), calc((100vw - 1312px) / 2 + var(--gutter)));
  text-align: right; color: var(--c-ink);
}
.hud__label { display: block; font-family: var(--f-mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--c-ink-2); }
.hud__temp { display: block; font-family: var(--f-mono); font-weight: 500; font-size: clamp(56px, 5.4vw, 84px); line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; margin-top: 6px; }
.hud__deg { font-family: var(--f-display); font-weight: 600; margin-left: -.04em; }
.hud__season { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-weight: 600; font-size: 15px; }
.hud__season .ic { width: 20px; height: 20px; }

.seasons__thermo { position: absolute; left: 50%; top: 53%; transform: translate(-50%, -50%); z-index: 2; pointer-events: none; }
.thermo--season { font-size: min(22vw, 40vh); }
.thermo--season .thermo__label { color: var(--c-ink-2); }

.seasons--pinned .seasons__badge { display: none; }
.seasons--pinned .stations { position: absolute; left: 0; right: 0; bottom: 40px; display: block; height: 0; z-index: 3; }
.seasons--pinned .station {
  position: absolute; bottom: 0; left: var(--gutter); width: min(440px, 36vw); min-height: 0;
  padding: 26px 28px 20px; opacity: 0; visibility: hidden;
  background: rgba(255, 255, 255, .6);
  -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .6); box-shadow: 0 12px 40px rgba(10, 22, 34, .08);
}
.seasons--pinned .station:first-child { opacity: 1; visibility: visible; }
.seasons--pinned .station__bg, .seasons--pinned .station__out { display: none; }
.seasons--pinned .station .eyebrow { color: var(--c-brand-deep); }

.seasons__progress {
  position: absolute; z-index: 3; top: 50%; transform: translateY(-50%);
  right: max(var(--gutter), calc((100vw - 1312px) / 2 + var(--gutter)));
}
.seasons--pinned .seasons__progress { display: flex; flex-direction: column; gap: 10px; }
.seasons__progress button {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, .55); color: var(--c-ink-2);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
  transition: background-color .3s, color .3s, transform .2s;
}
.seasons__progress button:hover { transform: scale(1.06); background: rgba(255, 255, 255, .85); }
.seasons__progress button.is-active { background: var(--c-ink); color: #fff; }
.seasons__progress .ic { width: 18px; height: 18px; }

/* ==========================================================================
   04 · Diensten — bento
   ========================================================================== */
.services { background: var(--c-frost); padding-top: calc(var(--section-y) * .75); }
.bento { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .card--xl, .card--wide { grid-column: 1 / -1; }
}
@media (min-width: 1100px) {
  .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(300px, auto); }
  .card--xl { grid-column: span 2; grid-row: span 2; }
  .card--wide { grid-column: 1 / -1; }
}

.card {
  --rx: 0deg; --ry: 0deg; --ty: 0px;
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px;
  min-height: 300px; padding: 28px; border-radius: var(--r-card);
  background: #fff; color: var(--c-ink); box-shadow: var(--sh-1);
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--ty));
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
a.card:hover, a.card:focus-visible { --ty: -4px; box-shadow: var(--sh-2); }
.card--xl { min-height: 460px; }
.card h3 { max-width: 22ch; }
.card p:not(.eyebrow):not(.card__big) { margin-top: 10px; font-size: 16px; line-height: 1.55; max-width: 44ch; }
.card__body { position: relative; z-index: 2; margin-top: auto; }
.card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.card__top .eyebrow { margin: 0; }
.card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 600; font-size: 15px; }
.card__link .ic { width: 18px; height: 18px; transition: transform .25s var(--ease-out); }
a.card:hover .card__link .ic { transform: translateX(4px); }

/* Foto's: duotoon naar brand-deep in rust, volle kleur bij hover */
.card--photo { color: #fff; background: var(--c-brand-deep); justify-content: flex-end; }
.card--photo .duo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.duo { filter: grayscale(1) contrast(1.05) brightness(1.18); transition: filter .6s var(--ease-out), transform .8s var(--ease-out); }
.card--photo::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(135deg, #6FA9DA 0%, #2A63A3 55%, #173E72 100%);
  mix-blend-mode: multiply; transition: opacity .6s var(--ease-out);
}
.card--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 22, 34, 0) 40%, rgba(10, 22, 34, .78) 100%);
}
.card--photo:hover .duo, .card--photo:focus-visible .duo { filter: none; transform: scale(1.03); }
.card--photo:hover::before, .card--photo:focus-visible::before { opacity: 0; }
.card--photo p:not(.eyebrow) { color: rgba(255, 255, 255, .86); }
.card--photo .card__link { color: #fff; }
.card--xl .duo { object-position: 60% 40%; }
.card--fire .duo { object-position: 50% 55%; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tags li {
  padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 500;
  background: rgba(255, 255, 255, .14); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}

.card--deep {
  color: #fff;
  background: radial-gradient(circle at 85% 0%, #1D528F 0%, rgba(29, 82, 143, 0) 60%), var(--c-brand-deep);
}
.card--deep .card__link { color: var(--c-winter); }
.card__big { font-family: var(--f-ext); font-size: clamp(44px, 4vw, 60px); line-height: 1; letter-spacing: -.02em; margin-bottom: 12px; }
.live-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, .1); font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.card--deep .ic--lg { color: var(--c-winter); }
.card--light .ic--lg { color: var(--c-brand); }
.card--light p:not(.eyebrow) { color: var(--c-mist); }
.card--light .card__link { color: var(--c-brand); }

a.card:hover .ic--breathe { animation: breathe 1.6s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .65; transform: scale(1.06); filter: blur(.6px); } }

.card--brand {
  background: linear-gradient(120deg, #FFFFFF 0%, #EAF3FB 100%);
  min-height: 0; gap: 28px;
}
.card--brand h3 { max-width: 30ch; }
.card--brand p:not(.eyebrow) { color: var(--c-mist); }
.card--brand__logos { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.card--brand__logos .brand-logo { height: 28px; }
@media (min-width: 1100px) {
  .card--brand { flex-direction: row; align-items: center; padding: 40px 48px; }
  .card--brand__logos { flex-shrink: 0; flex-direction: column; align-items: flex-start; gap: 16px; padding-left: 48px; border-left: 1px solid var(--c-line); }
}

/* ==========================================================================
   05 · Voor wie — tabs
   ========================================================================== */
.audience { background: #fff; }
.tabs {
  position: relative; display: inline-flex; gap: 4px; padding: 6px; border-radius: 999px;
  background: var(--c-frost); box-shadow: inset 0 0 0 1px var(--c-line);
  max-width: 100%; overflow-x: auto; scrollbar-width: none; align-self: flex-start;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  position: relative; z-index: 1; min-height: 44px; padding: 0 18px; border-radius: 999px;
  font-weight: 600; font-size: 15px; white-space: nowrap; color: var(--c-mist); transition: color .3s;
}
.tab:hover { color: var(--c-ink); }
.tab[aria-selected="true"] { color: #fff; }
@media (max-width: 559px) { .tab__more { display: none; } .tabs { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; } .tab { padding: 0 10px; } }
.tabs__indicator {
  position: absolute; z-index: 0; inset: 0; border-radius: 999px; background: var(--c-brand-deep);
  transform-origin: left center; box-shadow: 0 6px 16px rgba(14, 42, 82, .25);
}
.tab > .tabs__indicator { z-index: -1; }

.panel { display: grid; gap: 32px; align-items: center; }
@media (min-width: 1024px) { .panel { grid-template-columns: 1.1fr 1fr; gap: 72px; } }
.panel__media {
  position: relative; overflow: hidden; border-radius: var(--r-card); aspect-ratio: 4 / 3; background: var(--c-frost);
  box-shadow: var(--sh-1);
}
@media (min-width: 1024px) { .panel__media { aspect-ratio: 16 / 11; } }
.panel__media img { width: 100%; height: 100%; object-fit: cover; }
.panel__media .duo { filter: grayscale(.2) saturate(.85) contrast(1.05); }
.panel__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(10, 106, 170, .16), rgba(14, 42, 82, .28)); mix-blend-mode: multiply;
}
.panel__media--illu::after { display: none; }
.panel__media--illu svg { width: 100%; height: 100%; }
.panel__media figcaption {
  position: absolute; left: 16px; bottom: 16px; padding: 4px 10px; border-radius: 999px;
  background: rgba(255, 255, 255, .8); font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--c-mist);
}
.illu-air path { stroke-dasharray: 6 10; animation: air 14s linear infinite; }
.panel__body h3 { font-size: clamp(26px, 1rem + 1.4vw, 36px); margin-bottom: 24px; }
.checks { display: grid; gap: 18px; margin-bottom: 32px; }
.checks li { display: flex; gap: 14px; color: var(--c-ink-2); }
.checks strong { color: var(--c-ink); font-weight: 600; }
.checks .ic {
  width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: var(--c-brand-ice); color: var(--c-brand-deep); margin-top: 1px;
}
.panel:focus-visible { outline-offset: 8px; border-radius: var(--r-card); }

/* ==========================================================================
   06 · Reviews
   ========================================================================== */
.anchor {
  color: #fff;
  background:
    radial-gradient(ellipse 70% 60% at 10% 0%, #17427C 0%, rgba(23, 66, 124, 0) 60%),
    linear-gradient(180deg, var(--c-brand-deep) 0%, #0A1B33 100%);
}
.reviews { overflow: hidden; }
.reviews__grid { display: grid; gap: 56px; }
@media (min-width: 1100px) { .reviews__grid { grid-template-columns: minmax(380px, 5fr) 7fr; gap: 64px; align-items: center; } }
.score { display: flex; align-items: flex-end; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.score__num {
  font-family: var(--f-display); font-weight: 600; font-size: clamp(104px, 11vw, 160px); line-height: .8;
  letter-spacing: -.05em; font-variant-numeric: tabular-nums;
}
.score__meta { padding-bottom: 6px; }
.stars { position: relative; display: inline-block; }
.stars__base, .stars__fill { display: flex; gap: 4px; }
.stars .ic { width: 26px; height: 26px; }
.stars__base { color: rgba(255, 255, 255, .18); }
.stars__fill { position: absolute; inset: 0; color: var(--c-google-star); clip-path: inset(0 100% 0 0); }
.score__count { margin-top: 10px; color: rgba(255, 255, 255, .8); font-size: 16px; }
.score__google { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 14px; color: rgba(255, 255, 255, .72); }
.score__google .ic { width: 18px; height: 18px; padding: 2px; background: #fff; border-radius: 50%; }
.reviews__note {
  margin-top: 24px; padding: 10px 14px; border-radius: 12px; border: 1px dashed rgba(159, 212, 255, .5);
  font-family: var(--f-mono); font-size: 12px; line-height: 1.5; color: var(--c-winter); max-width: 44ch;
}
.reviews__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.reviews__wall { position: relative; display: grid; gap: 16px; min-height: 420px; align-content: center; }
@media (min-width: 1100px) { .reviews__wall { margin-right: calc(-1 * var(--gutter)); } }
.loader {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-mono); font-size: 13px; color: rgba(255, 255, 255, .7);
}
.loader .ic { width: 28px; height: 28px; color: var(--c-winter); animation-duration: 4s; }
.marquee {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.marquee__track { display: flex; gap: 16px; width: max-content; padding-block: 4px; animation: marq 60s linear infinite; }
.marquee[data-dir="right"] .marquee__track { animation-direction: reverse; animation-duration: 68s; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track, .marquee.is-paused .marquee__track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }

.rcard {
  position: relative; width: min(340px, 80vw); flex-shrink: 0; padding: 22px 24px; border-radius: var(--r-card);
  background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  display: flex; flex-direction: column; gap: 14px;
}
.rcard__top { display: flex; align-items: center; justify-content: space-between; }
.rcard__stars { display: flex; gap: 2px; color: var(--c-google-star); }
.rcard__stars .ic { width: 16px; height: 16px; }
.rcard__stars .ic.is-off { color: rgba(255, 255, 255, .2); }
.rcard__g { width: 18px; height: 18px; padding: 2px; background: #fff; border-radius: 50%; }
.rcard__text {
  font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, .88);
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.rcard.is-open .rcard__text { -webkit-line-clamp: unset; display: block; }
.rcard__more {
  align-self: flex-start; min-height: 32px; font-size: 13px; font-weight: 600; color: var(--c-winter);
  text-decoration: underline; text-underline-offset: 3px;
}
.rcard__who { display: flex; align-items: center; gap: 10px; margin-top: auto; font-size: 14px; }
.rcard__avatar {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; overflow: hidden;
  background: rgba(159, 212, 255, .18); color: var(--c-winter); font-weight: 600; font-size: 14px;
}
.rcard__avatar img { width: 100%; height: 100%; object-fit: cover; }
.rcard__name { font-weight: 600; }
.rcard__time { font-family: var(--f-mono); font-size: 12px; color: rgba(255, 255, 255, .55); }
.rcard--placeholder { box-shadow: inset 0 0 0 1px rgba(159, 212, 255, .28); background: rgba(159, 212, 255, .04); }
.rcard__tag {
  position: absolute; top: 18px; right: 50px; padding: 2px 8px; border-radius: 999px;
  border: 1px dashed rgba(159, 212, 255, .5); font-family: var(--f-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--c-winter);
}

/* ==========================================================================
   07 · Zo werken wij
   ========================================================================== */
.process { background: var(--c-frost); }
.steps-wrap { position: relative; }
.steps { display: grid; gap: 40px; position: relative; }
.steps__line { position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px; background: rgba(10, 22, 34, .1); border-radius: 2px; }
.steps__line span { position: absolute; inset: 0; background: var(--c-brand); transform-origin: top center; transform: scaleY(0); border-radius: inherit; }
html:not(.motion) .steps__line span { transform: none; }
.step { position: relative; padding-left: 80px; }
.step__num {
  position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%;
  background: #fff; box-shadow: inset 0 0 0 1px rgba(10, 22, 34, .1), var(--sh-1);
  font-family: var(--f-mono); font-weight: 500; font-size: 15px; color: var(--c-brand);
  transition: background-color .4s, color .4s, box-shadow .4s;
}
.step.is-on .step__num, html:not(.motion) .step__num { background: var(--c-brand); color: #fff; box-shadow: 0 8px 20px rgba(10, 106, 170, .3); }
.step h3 { font-size: 22px; margin: 12px 0 8px; }
.step p { color: var(--c-mist); font-size: 16px; max-width: 30ch; }
@media (min-width: 1024px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .steps__line { left: 28px; right: 28px; top: 27px; bottom: auto; width: auto; height: 2px; }
  .steps__line span { transform-origin: left center; transform: scaleX(0); }
  .step { padding-left: 0; padding-top: 88px; }
}

/* ==========================================================================
   08 · Garantie & kwaliteit
   ========================================================================== */
.promise { background: #fff; text-align: center; }
.promise .eyebrow { justify-content: center; }
.promise__quote { font-size: clamp(30px, 1rem + 3.4vw, 64px); line-height: 1.06; max-width: 1080px; margin-inline: auto; }
.promise__quote .ln { padding-inline: .05em; }
.promise__slogan { margin-top: 28px; font-family: var(--f-serif); font-style: italic; font-size: clamp(22px, 1rem + .8vw, 30px); color: var(--c-brand); }
.facts { display: grid; gap: 40px; margin-top: clamp(64px, 8vw, 112px); }
@media (min-width: 768px) { .facts { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.fact { padding-top: 28px; border-top: 1px solid var(--c-line); }
.fact__num { font-family: var(--f-ext); font-size: clamp(48px, 5.4vw, 80px); line-height: 1; letter-spacing: -.02em; color: var(--c-ink); font-variant-numeric: tabular-nums; }
.fact dd { margin-top: 14px; color: var(--c-mist); font-size: 16px; }

/* ==========================================================================
   09 · Over Schouten
   ========================================================================== */
.about { background: #fff; padding-top: 0; }
.about__media { position: relative; overflow: hidden; border-radius: var(--r-card); aspect-ratio: 4 / 3; background: var(--c-brand-deep); }
@media (min-width: 768px) { .about__media { aspect-ratio: 1003 / 300; } }
.about__media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.duo--soft { filter: grayscale(.35) saturate(.9) contrast(1.05); }
.about__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(10, 106, 170, .22), rgba(14, 42, 82, .3)); mix-blend-mode: multiply;
}
.about__grid { display: grid; gap: 32px; margin-top: 56px; }
@media (min-width: 1024px) { .about__grid { grid-template-columns: 5fr 7fr; gap: 64px; margin-top: 72px; } }
.about__text p { color: var(--c-ink-2); max-width: 58ch; }
.about__text p + p { margin-top: 16px; }
.about__quote { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--c-line); }
.about__quote p { font-family: var(--f-serif); font-style: italic; font-size: clamp(28px, 1rem + 1.6vw, 40px); line-height: 1.15; color: var(--c-ink); }
.about__quote footer { margin-top: 14px; font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-mist); }

/* ==========================================================================
   10 · Werkgebied
   ========================================================================== */
.area { background: var(--c-frost); overflow: hidden; }
.area__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .area__grid { grid-template-columns: 5fr 6fr; gap: 64px; } }
.area__text > p:not(.eyebrow) { margin-top: 24px; color: var(--c-ink-2); max-width: 48ch; }
.places { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.places li { padding: 8px 14px; border-radius: 999px; background: #fff; box-shadow: var(--sh-1); font-size: 15px; font-weight: 500; }
.places li:last-child { background: transparent; box-shadow: inset 0 0 0 1px rgba(10, 22, 34, .12); color: var(--c-mist); }
.area__map { position: relative; max-width: 560px; margin-inline: auto; width: 100%; }
.map { width: 100%; height: auto; overflow: visible; }
.map__dots path { fill: none; stroke-width: 4.6; stroke-linecap: round; }
.map__far { stroke: var(--c-mist); opacity: .2; }
.map__near { stroke: var(--c-brand); opacity: .55; }
.map__radius { fill: rgba(10, 106, 170, .05); stroke: rgba(10, 106, 170, .35); stroke-width: 1.5; stroke-dasharray: 4 7; }
.map__dot { fill: var(--c-brand); stroke: #fff; stroke-width: 3; }
.map__pulse { fill: var(--c-brand); opacity: .4; transform-box: fill-box; transform-origin: center; animation: pulse 2.6s ease-out infinite; }
.map__pulse--2 { animation-delay: 1.3s; }
@keyframes pulse { from { transform: scale(1); opacity: .45; } to { transform: scale(5); opacity: 0; } }
.map__labels text { font-family: var(--f-mono); font-size: 15px; fill: var(--c-ink-2); paint-order: stroke; stroke: var(--c-frost); stroke-width: 5px; stroke-linejoin: round; }
.map__labels text.is-home { font-family: var(--f-display); font-weight: 700; font-size: 20px; fill: var(--c-ink); }
.map__labels circle { fill: var(--c-ink-2); }

/* ==========================================================================
   11 · FAQ
   ========================================================================== */
.faq { background: #fff; }
.faq__grid { display: grid; gap: 40px; }
@media (min-width: 1024px) {
  .faq__grid { grid-template-columns: 4fr 7fr; gap: 80px; align-items: start; }
  .faq__head { position: sticky; top: calc(var(--nav-h) + 40px); }
}
.faq__head > p:not(.eyebrow) { margin-top: 24px; color: var(--c-mist); }
.faq__head a { color: var(--c-brand); font-weight: 600; white-space: nowrap; }
.faq__item { border-bottom: 1px solid var(--c-line); }
.faq__item:first-child { border-top: 1px solid var(--c-line); }
.faq__item h3 { font-size: inherit; }
.faq__item button {
  width: 100%; min-height: 72px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  text-align: left; font-family: var(--f-display); font-weight: 600; font-size: clamp(18px, 1rem + .4vw, 22px); letter-spacing: -.015em; color: var(--c-ink);
  transition: color .2s;
}
.faq__item button:hover { color: var(--c-brand); }
.faq__icon { position: relative; flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--c-frost); transition: background-color .3s, transform .35s var(--ease-out); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; border-radius: 2px; background: var(--c-ink); }
.faq__icon::after { transform: rotate(90deg); }
.faq__item.is-open .faq__icon { transform: rotate(45deg); background: var(--c-brand-ice); }
.faq__a > div { padding-bottom: 24px; }
.faq__a p { color: var(--c-ink-2); max-width: 62ch; }
.faq__a .tlink { margin-top: 8px; }
.js .faq__a { height: 0; overflow: hidden; }
.js .faq__item.is-open .faq__a { height: auto; }

/* ==========================================================================
   12 · Slot-CTA
   ========================================================================== */
.cta { overflow: hidden; }
.cta__thermo {
  position: absolute; right: -6vw; top: 50%; transform: translateY(-50%); pointer-events: none; opacity: .07;
}
.thermo--cta { font-size: min(40vw, 70vh); }
.thermo--cta .thermo__int { background: linear-gradient(180deg, #fff 0%, #9FD4FF 100%); -webkit-background-clip: text; background-clip: text; }
.thermo--cta .thermo__dec { color: #fff; }
.cta__grid { position: relative; display: grid; gap: 48px; }
@media (min-width: 1024px) { .cta__grid { grid-template-columns: 1fr minmax(420px, 520px); gap: 80px; align-items: start; } }
.paths { display: grid; gap: 12px; margin-top: 40px; }
@media (min-width: 560px) { .paths { grid-template-columns: 1fr 1fr; } }
.path {
  position: relative; display: flex; flex-direction: column; gap: 6px; padding: 20px 56px 20px 22px; border-radius: var(--r-card); text-align: left;
  background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14); color: #fff;
  transition: background-color .25s, transform .25s var(--ease-out), box-shadow .25s, color .25s;
}
.path:hover { background: rgba(255, 255, 255, .1); transform: translateY(-2px); }
.path.is-selected { background: #fff; color: var(--c-ink); box-shadow: 0 12px 32px rgba(0, 0, 0, .25); }
.path__kicker { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-winter); }
.path.is-selected .path__kicker { color: var(--c-brand); }
.path__title { font-weight: 600; font-size: 17px; line-height: 1.3; }
.path .ic { position: absolute; right: 20px; top: 50%; margin-top: -10px; transition: transform .25s var(--ease-out); }
.path:hover .ic { transform: translateX(3px); }
.direct { margin-top: 48px; display: grid; gap: 10px; }
.direct__big {
  display: inline-flex; align-items: center; gap: 14px; justify-self: start; min-height: 44px;
  font-family: var(--f-display); font-weight: 600; font-size: clamp(28px, 1rem + 2vw, 44px); letter-spacing: -.03em; line-height: 1.1;
}
.direct__big .ic { width: 28px; height: 28px; color: var(--c-winter); }
.direct__big:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.direct__big--mail { font-size: clamp(20px, 1rem + .8vw, 26px); }
.direct__big--mail .ic { width: 22px; height: 22px; }
.direct__hours { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; font-family: var(--f-mono); font-size: 13px; color: rgba(255, 255, 255, .75); }

.form {
  position: relative; padding: 28px; border-radius: var(--r-card); background: #fff; color: var(--c-ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3); display: grid; gap: 18px;
}
@media (min-width: 768px) { .form { padding: 36px; } }
.form__title { font-size: 26px; }
.form__sub { margin-top: -10px; color: var(--c-mist); font-size: 15px; }
.form__type { border: 0; margin: 0; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: 999px; background: var(--c-frost); box-shadow: inset 0 0 0 1px var(--c-line); }
.form__type legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.seg { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.seg span { display: grid; place-items: center; min-height: 44px; border-radius: 999px; font-weight: 600; font-size: 15px; color: var(--c-mist); transition: background-color .25s, color .25s, box-shadow .25s; }
.seg input:checked + span { background: #fff; color: var(--c-ink); box-shadow: var(--sh-1); }
.seg input:focus-visible + span { outline: 2px solid var(--c-brand); outline-offset: 2px; }
.field { display: grid; gap: 6px; }
.field-row { display: grid; gap: 18px; }
@media (min-width: 480px) { .field-row { grid-template-columns: 1.4fr 1fr; } }
.field label { font-size: 14px; font-weight: 600; color: var(--c-ink-2); }
.opt { font-weight: 400; color: var(--c-mist); }
.field input, .field textarea {
  width: 100%; min-height: 52px; padding: 14px 16px; border-radius: var(--r-field); border: 1px solid rgba(10, 22, 34, .16);
  background: #fff; font-size: 16px; line-height: 1.4; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input::placeholder, .field textarea::placeholder { color: #677684; }
.field input:hover, .field textarea:hover { border-color: rgba(10, 22, 34, .3); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--c-brand); box-shadow: 0 0 0 4px rgba(10, 106, 170, .16); }
.field.is-invalid input { border-color: #C2410C; box-shadow: 0 0 0 4px rgba(194, 65, 12, .12); }
.form__status { font-size: 14px; color: var(--c-mist); min-height: 1.4em; }
.form__status.is-error { color: #B3380A; }
.form.is-sent > *:not(.form__done) { display: none; }
.form__done { display: grid; gap: 12px; justify-items: start; padding: 12px 0; }
.form__done .ic { width: 48px; height: 48px; padding: 12px; border-radius: 50%; background: var(--c-brand-ice); color: var(--c-brand-deep); }
.form__done p { color: var(--c-ink-2); }

/* ==========================================================================
   13 · Footer
   ========================================================================== */
.footer { background: var(--c-ink); color: rgba(255, 255, 255, .78); padding: 80px 0 calc(32px + env(safe-area-inset-bottom)); font-size: 15px; }
.footer__grid { display: grid; gap: 40px; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; } }
.footer .logo--full { height: 72px; }
.footer__slogan { margin-top: 20px; font-family: var(--f-serif); font-style: italic; font-size: 22px; color: #fff; }
.footer__score { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 14px; }
.footer__score .ic { width: 18px; height: 18px; padding: 2px; background: #fff; border-radius: 50%; margin-right: 4px; }
.footer__score strong { color: #fff; }
.footer__h { font-family: var(--f-mono); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-winter); margin-bottom: 14px; }
.footer__h ~ .footer__h { margin-top: 28px; }
.footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer__links { display: grid; gap: 6px; }
.footer__social { display: flex; gap: 8px; margin-top: 24px; }
.footer__social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); transition: background-color .2s; }
.footer__social a:hover { background: rgba(255, 255, 255, .1); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 13px; color: rgba(255, 255, 255, .55); }

/* ==========================================================================
   WhatsApp (desktop) & sticky belbalk (mobiel)
   ========================================================================== */
.wa {
  --mx: 0px; --my: 0px;
  position: fixed; right: 24px; bottom: 24px; z-index: 40; display: none; align-items: center; gap: 12px;
  height: 56px; padding: 0 18px 0 22px; flex-direction: row-reverse; border-radius: 999px;
  background: var(--c-brand); color: #fff; font-weight: 600; font-size: 15px; white-space: nowrap;
  box-shadow: 0 12px 32px rgba(10, 106, 170, .35);
  clip-path: inset(0 0 0 calc(100% - 56px) round 28px);
  transform: translate(var(--mx), var(--my));
  transition: clip-path .45s var(--ease-out), transform .2s var(--ease-out), opacity .3s;
}
.wa .ic { width: 22px; height: 22px; margin-right: -1px; }
.wa:hover, .wa:focus-visible { clip-path: inset(0 0 0 0 round 28px); }
.wa span { opacity: 0; transition: opacity .3s .05s; }
.wa:hover span, .wa:focus-visible span { opacity: 1; }
@media (min-width: 768px) { .wa { display: inline-flex; } }

.mbar {
  position: fixed; left: 8px; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); z-index: 45;
  display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 6px; padding: 6px; border-radius: 22px;
  background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(10, 22, 34, .18), inset 0 0 0 1px rgba(10, 22, 34, .06);
  transform: translateY(140%); transition: transform .4s var(--ease-out);
}
.mbar.is-visible { transform: none; }
.mbar a {
  display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 16px;
  font-weight: 600; font-size: 15px; color: var(--c-ink);
}
.mbar a:first-child .ic { color: var(--c-brand); }
.mbar a:nth-child(2) .ic { color: #1FA855; }
.mbar .ic { width: 18px; height: 18px; }
.mbar__cta { background: var(--c-brand); color: #fff !important; }
@media (min-width: 768px) { .mbar { display: none; } }

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .marquee { overflow-x: auto; -webkit-mask: none; mask: none; }
  .marquee__track { animation: none; }
  .proof__list { animation: none; }
  .proof__track { overflow-x: auto; }
  .ic--spin { animation: none; }
  .station__bg { opacity: 1; }
}
