/* webwel.nl · Het inspectie-instrument: de website die zichzelf annoteert. Zie DESIGN-DNA.md. */

@font-face { font-family: 'Manrope'; src: url('/fonts/manrope.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'Atkinson Hyperlegible Next'; src: url('/fonts/atkinson-next.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Atkinson Hyperlegible Next'; src: url('/fonts/atkinson-next-italic.woff2') format('woff2'); font-weight: 200 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Atkinson Hyperlegible Mono'; src: url('/fonts/atkinson-mono.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }

:root {
  --ivoor: #F7F5ED;
  --wit: #FFFFFF;
  --bos: #153C32;
  --bos-diep: #0D2A22;
  --bos-licht: #1F4D41;
  --zacht: #3E5A51;
  --zacht-donker: #C9D6CF;
  --limoen: #DAF975;
  --lavendel: #DDD9F4;
  --lavendel-inkt: #4D3F8C;
  --steen: #A3321F;
  --oker: #8A5A00;
  --steen-licht: #F29B85;
  --oker-licht: #F2C14E;
  --lavendel-licht: #B7ABF0;
  --lijn: rgba(21, 60, 50, .2);
  --lijn-sterk: rgba(21, 60, 50, .45);
  --lijn-donker: rgba(247, 245, 237, .22);
  --display: 'Manrope', 'Segoe UI', system-ui, sans-serif;
  --tekst: 'Atkinson Hyperlegible Next', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'Atkinson Hyperlegible Mono', ui-monospace, 'Cascadia Mono', Menlo, Consolas, monospace;
  --gut: clamp(16px, 4vw, 56px);
  --nav-h: 76px;
  --sectie: clamp(72px, 10vw, 144px);
  --ease: cubic-bezier(.2, .7, .1, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 24px); overflow-x: clip; }
body { margin: 0; background: var(--ivoor); color: var(--bos); font: 400 1.125rem/1.6 var(--tekst); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; }
::selection { background: var(--limoen); color: var(--bos); }
main:focus { outline: none; }

:focus-visible { outline: 3px solid var(--bos); outline-offset: 3px; }
.donker :focus-visible, .lenzen :focus-visible, .bureaus :focus-visible, .voet :focus-visible, .overzicht :focus-visible, .werkruimte-actie :focus-visible { outline-color: var(--limoen); }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--limoen); color: var(--bos); padding: 12px 20px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: var(--gut); }

/* ------------------------------------------------------------------ type */
.label { display: inline-flex; align-items: center; gap: .7em; margin: 0 0 16px; font: 700 .75rem/1.5 var(--display); letter-spacing: .15em; text-transform: uppercase; }
.label-ster .ster { font-size: 1.75rem; line-height: 1; letter-spacing: 0; }
.mono { font-family: var(--mono); font-size: .875em; letter-spacing: 0; }
.kop-1, .kop-2, .hero-kop, .slot-kop { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; }
.kop-1 { font-size: clamp(2.625rem, 1.3rem + 4.6vw, 5.75rem); line-height: 1.02; }
.kop-2 { font-size: clamp(2.125rem, 1.1rem + 3.4vw, 4.25rem); line-height: 1.06; }
.serif, .kop-2 em, .kop-1 em { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.035em; }
.sectie-intro { font-size: 1.1875rem; color: var(--zacht); max-width: 36em; }

/* ------------------------------------------------------------------ knoppen */
.knop { display: inline-flex; align-items: center; justify-content: center; gap: .7em; min-height: 48px; padding: .7em 1.35em; border: 2px solid var(--bos); border-radius: 999px; background: var(--bos); color: var(--ivoor); font: 700 1rem/1.2 var(--tekst); text-decoration: none; white-space: nowrap; transition: background-color .2s, color .2s, border-color .2s; }
.knop:hover { background: var(--limoen); color: var(--bos); }
.knop .pijl, .knop .ico { width: 1.2em; height: 1.2em; flex: none; transition: transform .25s var(--ease); }
.knop:hover .pijl { transform: translateX(3px); }
.knop-klein { min-height: 44px; padding: .5em 1.05em; font-size: .9375rem; }
.knop-lijn { background: transparent; color: var(--bos); }
.knop-lijn:hover { background: var(--bos); color: var(--ivoor); }
.knop-limoen { background: var(--limoen); border-color: var(--limoen); color: var(--bos); }
.knop-limoen:hover { background: var(--ivoor); border-color: var(--ivoor); }
.ico { width: 1em; height: 1em; fill: currentColor; flex: none; }
.pijl { width: 1.2em; height: 1.2em; }
.tekstlink { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; padding: 4px 0; }
.tekstlink:hover { background: var(--limoen); }
.tekstlink .pijl { width: 1.1em; }

/* ------------------------------------------------------------------ de handgetekende lijn uit het oorspronkelijke merk */
.onderstreept { position: relative; display: inline-block; isolation: isolate; }
.onderstreept > svg { position: absolute; left: 0; bottom: -.12em; z-index: -1; width: 100%; height: .24em; overflow: visible; fill: none; stroke: #73933B; stroke-width: 3; stroke-linecap: round; vector-effect: non-scaling-stroke; }
@media (prefers-reduced-motion: no-preference) {
  .onderstreept > svg path { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: lijn-teken 1.1s var(--ease) .5s forwards; }
}
@keyframes lijn-teken { to { stroke-dashoffset: 0; } }

/* ------------------------------------------------------------------ header */
.nav { position: sticky; top: 0; z-index: 50; background: var(--ivoor); border-bottom: 1px solid var(--lijn); }
.nav-rij { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--nav-h); }
.nav-logo { display: block; padding: 6px 0; }
.logo { display: block; width: 132px; height: auto; color: var(--bos); }
.menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.menu a:not(.knop) { display: inline-block; padding: 8px 0; font-weight: 700; font-size: 1rem; text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 calc(100% - 4px) / 0 2px no-repeat; transition: background-size .25s var(--ease); }
.menu a:not(.knop):hover, .menu a[aria-current='page']:not(.knop) { background-size: 100% 2px; }
.menu-actie { margin-left: 6px; }
.hamb { display: none; width: 48px; height: 48px; margin-right: -10px; border: 0; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
.hamb-lijn { display: block; width: 24px; height: 2px; background: var(--bos); transition: transform .3s var(--ease); }
body.nav-open .hamb-lijn:first-of-type { transform: translateY(4.5px) rotate(45deg); }
body.nav-open .hamb-lijn:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }

@media (max-width: 900px) {
  :root { --nav-h: 64px; }
  .logo { width: 116px; }
  .hamb { display: flex; }
  .nav nav { position: fixed; left: 0; right: 0; top: var(--nav-b, 64px); bottom: 0; visibility: hidden; pointer-events: none; transition: visibility 0s .3s; }
  body.nav-open .nav nav { visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .menu { position: absolute; inset: 0; background: var(--ivoor); flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gut) calc(48px + env(safe-area-inset-bottom)); opacity: 0; transform: translateY(-10px); transition: opacity .25s var(--ease), transform .3s var(--ease); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  body.nav-open .menu { opacity: 1; transform: none; }
  html.nav-open { overflow: hidden; }
  .menu a:not(.knop) { display: block; padding: 18px 0; border-bottom: 1px solid var(--lijn); font: 700 1.75rem/1.1 var(--display); letter-spacing: -.02em; background: none; }
  .menu a[aria-current='page']:not(.knop) { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
  .menu-actie { margin: 28px 0 0; }
  .menu-actie .knop { width: 100%; min-height: 56px; font-size: 1.125rem; }
}

/* ------------------------------------------------------------------ scanveld */
.scanveld { max-width: 640px; }
.scanveld-label { display: block; font-weight: 700; margin-bottom: 10px; }
.scanveld-rij { display: flex; align-items: stretch; gap: 6px; padding: 6px; background: var(--wit); border: 2px solid var(--bos); border-radius: 999px; }
.scanveld-rij:focus-within { outline: 3px solid var(--bos); outline-offset: 3px; }
.scanveld-input { flex: 1; min-width: 0; min-height: 48px; padding: 0 16px; border: 0; background: transparent; color: var(--bos); font-size: 1.125rem; }
.scanveld-input:focus-visible { outline: none; }
.scanveld-input::placeholder { color: #4A635B; opacity: 1; }
.scanveld-hulp { margin: 10px 0 0; font-size: .9375rem; color: var(--zacht); }
.scanveld-groot .scanveld-rij { padding: 8px; }
.scanveld-groot .scanveld-input { min-height: 56px; font-size: 1.25rem; padding-inline: 20px; }
.scanveld-groot .knop { min-height: 56px; padding-inline: 1.6em; font-size: 1.0625rem; }
.slot .scanveld-rij, .slot .scanveld-rij:focus-within { outline-color: var(--bos); }
@media (max-width: 560px) {
  .scanveld-rij { flex-direction: column; border-radius: 28px; padding: 8px; }
  .scanveld-input, .scanveld-groot .scanveld-input { min-height: 52px; padding-inline: 12px; }
  .scanveld .knop { width: 100%; }
}

/* ------------------------------------------------------------------ hero */
.hero { padding-top: clamp(28px, 4vw, 60px); overflow-x: clip; }
.hero-label { margin: 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 30%); gap: 24px; align-items: center; padding: clamp(20px, 2.5vw, 32px) 0 clamp(36px, 4vw, 56px); }
.hero-tekst { min-width: 0; position: relative; z-index: 2; }
.hero-kop { margin: 0 0 clamp(28px, 3vw, 44px); font-size: clamp(3rem, 1rem + 6.6vw, 7.75rem); line-height: 1.04; letter-spacing: -.06em; }
.hero-intro { max-width: 30em; margin-bottom: 30px; font-size: 1.1875rem; line-height: 1.65; }
.hero-beeld { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 380px; min-width: 0; }
.hero-baan { position: absolute; width: 100%; aspect-ratio: 1; border: 1px solid var(--lijn); border-radius: 50%; transform: rotate(-24deg) scaleY(.87); }
.hero-merk { position: relative; z-index: 1; width: 112%; max-width: none; height: auto; color: var(--bos); transform: rotate(-12deg); }
.sticker { position: absolute; right: -6px; bottom: 30px; z-index: 2; min-width: 168px; padding: 30px 22px 10px; background: var(--lavendel); border-radius: 48% 52% 44% 56%; font: 500 1.0625rem/1.35 var(--display); letter-spacing: -.01em; text-align: center; transform: rotate(9deg); }
.sticker strong { font-weight: 700; }
.sticker svg { display: block; width: 60px; height: 36px; margin: 2px auto 0; }
.hero-onderschrift { position: absolute; top: 20px; right: 4px; font: 700 .75rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.hero-voet { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0 30px; border-top: 1px solid var(--lijn); font-size: .9375rem; }
.hero-voet a { display: inline-flex; align-items: center; gap: 20px; padding: 8px 0; font: 700 .75rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.hero-voet a span { font-size: 1.25rem; letter-spacing: 0; }
.hero-voet a:hover { text-decoration: underline; text-underline-offset: 6px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-tekst { animation: omhoog .8s var(--ease) both; }
  .hero-merk { animation: merk-in 1.2s cubic-bezier(.2, .9, .2, 1) .1s both; }
  .hero-baan { animation: baan-in 1.4s var(--ease) both; }
  .sticker { animation: sticker-in .7s cubic-bezier(.3, 1.5, .5, 1) .9s both; }
  .hero-onderschrift { animation: omhoog .6s var(--ease) 1.1s both; }
  .sticker:hover { animation: wiebel .6s ease; }
}
@keyframes omhoog { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes merk-in { from { opacity: 0; transform: rotate(-38deg) scale(.82); } to { opacity: 1; transform: rotate(-12deg); } }
@keyframes baan-in { from { opacity: 0; transform: rotate(-80deg) scaleY(.87) scale(.85); } to { opacity: 1; transform: rotate(-24deg) scaleY(.87); } }
@keyframes sticker-in { from { opacity: 0; transform: rotate(-12deg) scale(.4); } to { opacity: 1; transform: rotate(9deg); } }
@keyframes wiebel { 25% { transform: rotate(3deg); } 60% { transform: rotate(13deg); } 100% { transform: rotate(9deg); } }

/* ------------------------------------------------------------------ voorbeeldscan */
.voorbeeld { position: relative; overflow: hidden; padding-block: var(--sectie); background: var(--bos); color: var(--ivoor); }
.voorbeeld::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(247, 245, 237, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 245, 237, .04) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.voorbeeld-grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.voorbeeld-tekst { grid-column: 1 / span 5; min-width: 0; }
.voorbeeld .label { color: var(--limoen); }
.voorbeeld .sectie-intro { margin: 24px 0 8px; color: var(--zacht-donker); }
.voorbeeld .demo-paneel { grid-column: 7 / span 6; min-width: 0; }
.rv-lijst .demo-bevinding { opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.rv-lijst.is-in .demo-bevinding { opacity: 1; transform: none; }
.rv-lijst.is-in .demo-bevinding:nth-child(1) { transition-delay: .9s; }
.rv-lijst.is-in .demo-bevinding:nth-child(2) { transition-delay: 1.1s; }
.rv-lijst.is-in .demo-bevinding:nth-child(3) { transition-delay: 1.3s; }
.rv-lijst.is-in .demo-bevinding:nth-child(4) { transition-delay: 1.5s; }
.rv-lijst.is-in .demo-bevinding:nth-child(5) { transition-delay: 1.7s; }
.no-js .rv-lijst .demo-bevinding { opacity: 1; transform: none; }

.demo-paneel { padding: 18px; background: var(--bos-licht); border: 1px solid var(--lijn-donker); color: var(--ivoor); }
.demo-kop { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 0 0 12px; color: var(--zacht-donker); }
.demo-kop .label { margin: 0; color: var(--limoen); }
.demo-bevindingen { list-style: none; margin: 14px 0 0; padding: 0; }
.demo-bevinding { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 11px 0; border-top: 1px solid var(--lijn-donker); font-size: .9375rem; line-height: 1.4; }
.demo-tekst strong { display: block; }
.demo-tekst { color: var(--zacht-donker); }
.demo-tekst strong { color: var(--ivoor); }
.demo-n { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--steen-licht); color: var(--bos); font: 700 .75rem/1 var(--mono); }
.voorbeeld .impact-blokkeert { color: var(--steen-licht); }
.voorbeeld .impact-hindert { color: var(--oker-licht); }
.voorbeeld .demo-bevindingen { margin-top: 28px; }
.voorbeeld .demo-bevinding:last-child { border-bottom: 1px solid var(--lijn-donker); }

/* ------------------------------------------------------------------ het specimen (verzonnen bakkerijsite) */
.specimen { position: relative; overflow: hidden; background: #FBFAF5; color: #2E2A24; font-size: 14px; line-height: 1.3; user-select: none; }
.spec-balk { display: flex; align-items: center; gap: 10px; height: 2em; padding: 0 .75em; background: #E6E8DF; font: .8em/1 var(--mono); color: #4A635B; }
.spec-dots { display: flex; gap: 4px; }
.spec-dots i { width: 7px; height: 7px; border-radius: 50%; background: #B7BFB6; }
.spec-url { flex: 0 1 60%; padding: 3px 10px; background: var(--wit); border-radius: 999px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.spec-pagina { display: grid; gap: 1em; padding: 1em 1.15em 1.25em; }
.spec-nav { display: flex; align-items: center; justify-content: space-between; gap: .75em; }
.spec-logo { font: 700 1.05em/1 var(--display); color: #6B3E12; letter-spacing: -.02em; }
.spec-links { display: flex; gap: .6em; margin-left: auto; }
.spec-links i { width: 2.2em; height: .45em; background: #DCD5C4; border-radius: 3px; }
.spec-menu { display: grid; place-content: center; gap: 3px; width: 2.2em; height: 1.9em; background: #F1E4CC; border-radius: 4px; }
.spec-menu i { width: 1em; height: 2px; background: #6B3E12; }
.spec-hero { display: grid; gap: .7em; padding: 1.1em; background: #F3E6CF; }
.spec-kop { font: 700 1.75em/1.02 var(--display); color: #4A2A0C; letter-spacing: -.03em; max-width: 11ch; justify-self: start; }
.spec-regels i { display: block; height: .42em; margin-top: .45em; background: #DCCBAA; border-radius: 3px; }
.spec-regels i:nth-child(1) { width: 92%; } .spec-regels i:nth-child(2) { width: 78%; } .spec-regels i:nth-child(3) { width: 48%; }
.spec-knop { justify-self: start; padding: .45em .95em; background: #DCA862; color: #fff; border-radius: 999px; font: 700 .85em/1 var(--tekst); }
.spec-foto { display: grid; place-items: center; aspect-ratio: 16 / 6; background: #E8D7B8; }
.spec-foto svg { width: 46%; height: auto; }
.spec-form { display: flex; gap: .5em; }
.spec-veld { flex: 1; padding: .6em .7em; background: var(--wit); border: 1px solid #CDC3B0; border-radius: 4px; color: #8A8478; font-size: .85em; }
.spec-verstuur { padding: .6em .8em; background: #4A2A0C; color: #fff; border-radius: 4px; font-size: .85em; font-weight: 700; }
.spec-el { position: relative; }
.spec-el::before { content: ''; position: absolute; inset: -5px; border: 2px solid var(--steen); pointer-events: none; opacity: 0; clip-path: inset(0 0 100% 0); }
.spec-el[data-ok]::before { border-color: var(--bos); }
.spec-el[data-n]::after { content: attr(data-n); position: absolute; top: -12px; right: -12px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--steen-licht); color: var(--bos); font: 700 11px/1 var(--mono); opacity: 0; transform: scale(.4); }

.scanlijn { position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--limoen); opacity: 0; pointer-events: none; z-index: 3; }
.scanlijn span { position: absolute; right: 10px; bottom: 2px; padding: 3px 6px 2px; background: var(--limoen); color: var(--bos); font: 700 10px/1 var(--mono); letter-spacing: .04em; }

/* De signatuur: zodra het paneel in beeld komt (beweging.js geeft .is-in), glijdt de scanlijn eroverheen. */
.rv-scan.is-in .scanlijn { animation: scanlijn 1.7s cubic-bezier(.45, .05, .55, .95) .2s both; }
.rv-scan .spec-el[data-n]::before { transition: opacity .01s, clip-path .5s var(--ease); }
.rv-scan .spec-el[data-n]::after { transition: opacity .3s, transform .45s cubic-bezier(.3, 1.6, .5, 1); }
.rv-scan.is-in .spec-el[data-n]::before { opacity: 1; clip-path: inset(0); }
.rv-scan.is-in .spec-el[data-n]::after { opacity: 1; transform: none; }
.rv-scan.is-in .spec-menu::before, .rv-scan.is-in .spec-menu::after { transition-delay: .45s; }
.rv-scan.is-in .spec-kop::before, .rv-scan.is-in .spec-kop::after { transition-delay: .7s; }
.rv-scan.is-in .spec-knop::before, .rv-scan.is-in .spec-knop::after { transition-delay: .9s; }
.rv-scan.is-in .spec-foto::before, .rv-scan.is-in .spec-foto::after { transition-delay: 1.15s; }
.rv-scan.is-in .spec-veld::before, .rv-scan.is-in .spec-veld::after { transition-delay: 1.55s; }
@keyframes scanlijn { 0% { top: 0; opacity: 1; } 92% { top: calc(100% - 2px); opacity: 1; } 100% { top: calc(100% - 2px); opacity: 0; } }
.no-js .rv-scan .spec-el[data-n]::before, .no-js .rv-scan .spec-el[data-n]::after { opacity: 1; clip-path: none; transform: none; }

/* ------------------------------------------------------------------ cijfers */
.cijfers { border-block: 1px solid var(--lijn); }
.cijfers-rij { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.cijfer { display: flex; flex-direction: column; gap: 10px; padding: 36px 24px 30px; border-left: 1px solid var(--lijn); font-size: 1rem; line-height: 1.5; }
.cijfer:first-child { border-left: 0; padding-left: 0; }
.cijfer-getal { font: 700 clamp(2.5rem, 1.5rem + 2.4vw, 4.25rem)/1 var(--display); letter-spacing: -.045em; }
.bron { margin-top: auto; padding-top: 6px; font: .8125rem/1.3 var(--mono); color: var(--zacht); }

/* ------------------------------------------------------------------ sectiekoppen met inspectiemarge */
.sectie-kop { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px 24px; margin-bottom: clamp(40px, 5vw, 64px); }
.sectie-kop > .label { grid-column: 1 / -1; margin: 0; }
.sectie-kop > h2 { grid-column: 1 / span 8; }
.sectie-kop > .sectie-intro { grid-column: 9 / span 4; align-self: end; margin: 0; }
.sectie-kop-breed > h2 { grid-column: 1 / span 10; }

/* ------------------------------------------------------------------ lenzen */
.lenzen { background: var(--bos); color: var(--ivoor); padding-block: var(--sectie); }
.lenzen .label { color: var(--limoen); }
.lenzen .sectie-intro { color: var(--zacht-donker); }
.lenzen-grid { display: grid; gap: 24px; }
.lenzen-knoppen { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--lijn-donker); }
.lenzen-knoppen button { display: inline-flex; align-items: center; gap: .6em; min-height: 48px; padding: .5em 1.2em; border: 1.5px solid var(--lijn-donker); border-radius: 999px; background: transparent; color: var(--ivoor); font-weight: 700; transition: background-color .2s, border-color .2s, color .2s; }
.lenzen-knoppen button:hover { border-color: var(--limoen); }
.lenzen-knoppen button[aria-selected='true'] { background: var(--limoen); border-color: var(--limoen); color: var(--bos); }
.lenzen-knoppen .mono { font-size: .8em; opacity: .85; }
.lenzen-paneel { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding-top: 8px; }
.lenzen-paneel:focus-visible { outline-offset: 8px; }
.lenzen-beeld { grid-column: 1 / span 8; position: relative; min-width: 0; }
.lenzen-uitleg { grid-column: 9 / span 4; min-width: 0; }
.specimen-lens { font-size: clamp(13px, 1.25vw, 19px); }
.lens-tekst { display: none; border-top: 2px solid var(--limoen); padding-top: 18px; }
.lens-tekst h3 { font: 700 clamp(1.5rem, 1.1rem + 1vw, 2.125rem)/1.1 var(--display); letter-spacing: -.02em; margin-bottom: 14px; }
.lens-tekst p { color: var(--zacht-donker); }
.lens-lijst { margin: 0 0 1em; padding: 0; list-style: none; }
.lens-lijst li { padding: 9px 0 9px 22px; border-bottom: 1px solid var(--lijn-donker); position: relative; }
.lens-lijst li::before { content: ''; position: absolute; left: 0; top: 1.05em; width: 10px; height: 10px; background: var(--steen-licht); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.lens-noot { font-size: .9375rem; color: var(--limoen) !important; }
[data-lens-state='beeld'] [data-lens-tekst='beeld'], [data-lens-state='structuur'] [data-lens-tekst='structuur'], [data-lens-state='schermlezer'] [data-lens-tekst='schermlezer'], [data-lens-state='toetsenbord'] [data-lens-tekst='toetsenbord'] { display: block; }
.no-js .lenzen-knoppen { display: none; }
.no-js .lens-tekst { display: block; margin-bottom: 28px; }

/* lens: structuur */
[data-lens-state='structuur'] .specimen-lens .spec-el::before { opacity: 1; clip-path: inset(0); transition: clip-path .5s var(--ease); }
[data-lens-state='structuur'] .specimen-lens .spec-el::after { content: attr(data-label); top: auto; right: auto; bottom: calc(100% + 5px); left: -5px; width: auto; height: auto; padding: 3px 6px; border-radius: 0; background: var(--steen); color: var(--wit); font: 700 max(10px, .62em)/1 var(--mono); white-space: nowrap; opacity: 1; transform: none; z-index: 2; }
[data-lens-state='structuur'] .specimen-lens .spec-el[data-ok]::after { background: var(--bos); color: var(--limoen); }
[data-lens-state='structuur'] .specimen-lens .spec-pagina { gap: 1.9em; padding-top: 2em; }
[data-lens-state='structuur'] .specimen-lens .spec-hero { gap: 1.6em; padding-top: 2em; }

/* lens: schermlezer */
.spraak { list-style: none; margin: 0; padding: 0; font: 400 .9375rem/1.45 var(--mono); }
.spraak-regel { display: grid; grid-template-columns: 7.5em minmax(0, 1fr); gap: 12px; padding: 8px 0; border-top: 1px solid var(--lijn); }
.spraak-soort { color: var(--zacht); }
.spraak-tekst { overflow-wrap: anywhere; }
.spraak-tekst .ico { margin-right: .45em; vertical-align: -.1em; }
.is-probleem .spraak-tekst { color: var(--steen); font-weight: 700; }
.spraak-demo { display: none; position: absolute; inset: 0; padding: clamp(16px, 2.5vw, 32px); background: var(--bos-diep); color: var(--ivoor); overflow: hidden; }
.spraak-demo .spraak-regel { border-color: var(--lijn-donker); font-size: clamp(.875rem, .7rem + .45vw, 1.0625rem); }
.spraak-demo .spraak-soort { color: #A9BDB3; }
.spraak-demo .is-probleem .spraak-tekst { color: var(--steen-licht); }
[data-lens-state='schermlezer'] .spraak-demo { display: block; }
@media (prefers-reduced-motion: no-preference) {
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel { animation: regel-in .4s var(--ease) both; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(2) { animation-delay: .25s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(3) { animation-delay: .5s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(4) { animation-delay: .75s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(5) { animation-delay: 1s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(6) { animation-delay: 1.25s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(7) { animation-delay: 1.5s; }
  [data-lens-state='schermlezer'] .spraak-demo .spraak-regel:nth-child(8) { animation-delay: 1.75s; }
}
@keyframes regel-in { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }

/* lens: toetsenbord */
[data-lens-state='toetsenbord'] .specimen-lens [data-focus]::after { content: attr(data-focus); top: -13px; right: auto; left: -13px; bottom: auto; display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border-radius: 50%; background: var(--bos); color: var(--limoen); font: 700 11px/1 var(--mono); opacity: 1; transform: none; z-index: 2; }
[data-lens-state='toetsenbord'] .specimen-lens .spec-menu::after { content: '?'; background: var(--steen); color: var(--wit); }
[data-lens-state='toetsenbord'] .specimen-lens [data-focus]:not(.spec-menu)::before { border: 3px solid #1F6FEB; opacity: 1; clip-path: inset(0); inset: -6px; }
[data-lens-state='toetsenbord'] .specimen-lens .spec-menu::before { border: 3px dashed var(--steen); opacity: 1; clip-path: inset(0); inset: -6px; }
@media (prefers-reduced-motion: no-preference) {
  [data-lens-state='toetsenbord'] .specimen-lens [data-focus]::before { animation: focusstap 6s steps(1) infinite; }
  [data-lens-state='toetsenbord'] .specimen-lens [data-focus='2']::before { animation-delay: 1.5s; }
  [data-lens-state='toetsenbord'] .specimen-lens [data-focus='3']::before { animation-delay: 3s; }
  [data-lens-state='toetsenbord'] .specimen-lens [data-focus='4']::before { animation-delay: 4.5s; }
}
@keyframes focusstap { 0% { opacity: 1; } 25%, 100% { opacity: 0; } }

/* ------------------------------------------------------------------ dekking */
.dekking { padding-block: var(--sectie); }
.dekking-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.dekking-auto { grid-column: 1 / span 8; min-width: 0; }
.dekking-mens { grid-column: 9 / span 4; position: sticky; top: calc(var(--nav-h) + 24px); padding: 28px; border: 2px solid var(--bos); background: var(--wit); }
.dekking-sub { display: flex; align-items: center; gap: .5em; margin-bottom: 22px; font: 700 1.5rem/1.15 var(--display); letter-spacing: -.02em; }
.dekking-sub .ico { width: .85em; height: .85em; }
.dekking-groepen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.dekking-groep { padding: 16px 0 30px; border-top: 2px solid var(--bos); }
.dekking-groep h4 { margin-bottom: 10px; font-size: 1.0625rem; }
.dekking-groep ul { list-style: none; margin: 0; padding: 0; }
.dekking-groep li { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--lijn); font-size: 1rem; line-height: 1.4; }
.dekking-groep .mono { color: var(--zacht); white-space: nowrap; }
.mens-lijst { list-style: none; margin: 0; padding: 0; }
.mens-lijst li { padding: 14px 0; border-top: 1px solid var(--lijn); }
.mens-lijst h4 { font-size: 1.0625rem; margin-bottom: 4px; }
.mens-lijst p { margin: 0 0 4px; font-size: 1rem; line-height: 1.5; }
.mens-lijst .mono { color: var(--lavendel-inkt); }

/* ------------------------------------------------------------------ mensen */
.mensen { background: var(--lavendel); padding-block: var(--sectie) clamp(56px, 6vw, 96px); }
.mensen-kop { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px 24px; margin-bottom: 48px; }
.mensen-kop > div { grid-column: 1 / span 7; }
.mensen-kop > .sectie-intro { grid-column: 8 / span 5; align-self: end; margin: 0; color: var(--bos); }
[data-rail] { overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; outline-offset: -4px; }
[data-rail].is-drag { cursor: grabbing; }
.no-js [data-rail] { overflow-x: auto; }
[data-rail-track] { display: flex; gap: 24px; width: max-content; will-change: transform; }
[data-rail-track] > * { flex: none; }
[data-rail-track] img { -webkit-user-drag: none; pointer-events: none; }
.mensen .rail { max-width: 100%; padding-inline: max(var(--gut), calc((100vw - 1440px) / 2 + var(--gut))); }
.persoon { width: clamp(264px, 25vw, 352px); margin: 0; }
.persoon-foto { aspect-ratio: 4 / 5; overflow: hidden; background: #C9C3EA; }
.persoon-foto img { width: 100%; height: 100%; object-fit: cover; }
.persoon figcaption { display: grid; gap: 6px; padding-top: 0; }
.persoon-alt { display: block; padding: 8px 10px; background: var(--bos); color: var(--limoen); font-size: .75rem; line-height: 1.35; }
.persoon .label { margin: 12px 0 0; color: var(--lavendel-inkt); }
.persoon-titel { font: 700 1.5rem/1.1 var(--display); letter-spacing: -.02em; }
.persoon-tekst { font-size: 1rem; line-height: 1.5; }
.rail-voet { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; font-size: .9375rem; }
.rail-pijlen { display: flex; gap: 10px; }
.pijlknop { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid var(--bos); border-radius: 50%; background: transparent; color: var(--bos); transition: background-color .2s, color .2s; }
.pijlknop:hover { background: var(--bos); color: var(--lavendel); }
.pijlknop .pijl { width: 22px; height: 22px; }
.pijl-terug { transform: rotate(180deg); }

/* ------------------------------------------------------------------ bureaus */
.bureaus { background: var(--bos); color: var(--ivoor); padding-block: var(--sectie); }
.bureaus .label { color: var(--limoen); }
.bureaus .sectie-intro { color: var(--zacht-donker); }
.proces { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0 20px; list-style: none; margin: 0 0 56px; padding: 0; border-top: 1px solid var(--lijn-donker); }
.proces-stap { position: relative; padding-top: 20px; }
.proces-stap::before { content: ''; position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--limoen); transition: width 1s var(--ease) .2s; }
.proces-stap.is-in::before { width: 100%; }
.proces-stap .mono { color: var(--limoen); }
.proces-stap h3 { margin: 8px 0 6px; font: 700 1.625rem/1.1 var(--display); letter-spacing: -.02em; }
.proces-stap p { margin: 0; font-size: 1rem; color: var(--zacht-donker); }
.no-js .proces-stap::before { width: 100%; }

.werkruimte { background: var(--ivoor); color: var(--bos); }
.werkruimte-balk { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; padding: 12px 20px; background: #E6E9DC; border-bottom: 1px solid var(--lijn); font-size: .9375rem; }
.werkruimte-noot { color: var(--zacht); }
.werkruimte-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.werkruimte-sites { padding: 16px 24px 24px; overflow-x: auto; }
.sites-tabel { width: 100%; border-collapse: collapse; font-size: 1rem; }
.sites-tabel th, .sites-tabel td { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--lijn); text-align: left; vertical-align: middle; }
.sites-tabel thead th { font: 500 .8125rem/1.2 var(--mono); color: var(--zacht); }
.sites-tabel tbody th { font-weight: 700; }
.sites-tabel tbody th .mono { display: block; font-weight: 400; color: var(--zacht); font-size: .8125rem; }
.sites-tabel td { white-space: nowrap; font-variant-numeric: tabular-nums; }
.meter { display: inline-block; width: 88px; height: 8px; margin-right: 10px; background: rgba(21, 60, 50, .12); vertical-align: middle; }
.meter-vul { display: block; width: 0; height: 100%; background: var(--bos); transition: width .8s var(--ease); }
.werkruimte-actie { padding: 28px; background: var(--bos-diep); color: var(--ivoor); }
.werkruimte-actie .label { color: var(--limoen); }
.werkruimte-actie h3 { margin-bottom: 10px; font: 700 1.625rem/1.1 var(--display); letter-spacing: -.02em; }
.werkruimte-actie p { color: var(--zacht-donker); font-size: 1rem; }
.code { margin: 14px 0; padding: 14px 16px; overflow-x: auto; background: var(--bos-diep); color: var(--limoen); font: .875rem/1.5 var(--mono); white-space: pre; }
.werkruimte-actie .code { background: var(--bos); }

/* ------------------------------------------------------------------ wet */
.wet { padding-block: var(--sectie); border-bottom: 1px solid var(--lijn); }
.wet-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.wet-kop { grid-column: 1 / span 4; }
.wet-kolommen { grid-column: 5 / span 8; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wet-kolom { padding-top: 16px; border-top: 2px solid var(--bos); }
.wet-kolom h3 { margin-bottom: 10px; font: 700 1.375rem/1.15 var(--display); }
.wet-kolom p { font-size: 1rem; line-height: 1.55; }
.wet-link { grid-column: 5 / span 8; margin: 8px 0 0; }

/* ------------------------------------------------------------------ vragen */
.vragen { padding-block: var(--sectie); }
.vragen-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.vragen-kop { grid-column: 1 / span 4; }
.vragen-kop .sectie-intro { margin-top: 20px; }
.vragen-lijst { grid-column: 6 / span 7; }
.vraag { border-top: 1px solid var(--lijn-sterk); }
.vraag:last-child { border-bottom: 1px solid var(--lijn-sterk); }
.vraag summary, .bevinding summary { list-style: none; cursor: pointer; }
.vraag summary::-webkit-details-marker, .bevinding summary::-webkit-details-marker { display: none; }
.vraag summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font: 700 clamp(1.1875rem, 1rem + .5vw, 1.4375rem)/1.25 var(--display); letter-spacing: -.01em; }
.vraag summary:hover span:first-child { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.vraag p { max-width: 42em; margin: 0; padding: 0 48px 24px 0; }
.vraag-plus, .bevinding-plus { position: relative; flex: none; width: 22px; height: 22px; }
.vraag-plus::before, .vraag-plus::after, .bevinding-plus::before, .bevinding-plus::after { content: ''; position: absolute; left: 0; top: 10px; width: 22px; height: 2px; background: currentColor; transition: transform .25s var(--ease); }
.vraag-plus::after, .bevinding-plus::after { transform: rotate(90deg); }
details[open] > summary .vraag-plus::after, details[open] > summary .bevinding-plus::after { transform: rotate(0deg); }

/* ------------------------------------------------------------------ slot */
.slot { background: var(--limoen); padding-block: var(--sectie); }
.slot-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.slot-kop { grid-column: 1 / span 7; font-size: clamp(3.25rem, 1rem + 7.4vw, 9.5rem); line-height: .9; }
.slot-kop { line-height: .98; }
.slot-kop em { display: inline-block; margin-left: 12%; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.04em; }
.slot-form { grid-column: 8 / span 5; }
.slot-form > p { font-size: 1.25rem; max-width: 26em; }

/* ------------------------------------------------------------------ footer */
.voet { background: var(--bos-diep); color: var(--ivoor); padding-top: clamp(64px, 8vw, 104px); }
.voet .label { color: var(--limoen); }
.voet-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px 24px; }
.voet-intro { grid-column: 1 / span 4; }
.voet-intro p { color: var(--zacht-donker); font-size: 1rem; max-width: 26em; }
.voet-merk { width: 56px; height: auto; color: var(--limoen); margin-bottom: 18px; }
.voet-slogan { font: 700 1.875rem/1.1 var(--display) !important; color: var(--ivoor) !important; letter-spacing: -.02em; }
.voet-kolom:nth-of-type(1) { grid-column: 6 / span 2; }
.voet-kolom:nth-of-type(2) { grid-column: 8 / span 2; }
.voet-netwerk { grid-column: 10 / span 3 !important; }
.voet-kolom ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.voet-kolom a { text-decoration: underline; text-decoration-color: rgba(247, 245, 237, .35); text-underline-offset: 5px; font-size: 1rem; }
.voet-kolom a:hover { text-decoration-color: var(--limoen); text-decoration-thickness: 2px; }
.voet-netwerk span { display: block; font-size: .875rem; color: #A9BDB3; }
.voet-woordmerk { margin-top: clamp(56px, 8vw, 112px); color: var(--limoen); }
.voet-logo { display: block; width: 100%; height: auto; }
.voet-onder { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 28px; padding-block: 20px 28px; border-top: 1px solid var(--lijn-donker); font-size: .9375rem; }
.voet-top { text-decoration: none; }
.voet-top:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ impact */
.impact { display: inline-flex; align-items: center; gap: .45em; font: 700 .8125rem/1 var(--mono); white-space: nowrap; }
.impact .ico { width: 1.05em; height: 1.05em; }
.impact-blokkeert { color: var(--steen); }
.impact-hindert { color: var(--oker); }
.impact-controleer { color: var(--lavendel-inkt); }
.impact-geslaagd { color: var(--bos); }

/* ------------------------------------------------------------------ scanpagina */
.scan-kop { padding-block: clamp(36px, 6vw, 88px) 56px; border-bottom: 1px solid var(--lijn); }
.scan-kop-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.scan-kop-tekst { grid-column: 1 / span 7; }
.scan-kop-tekst .kop-1 { margin-bottom: 20px; }
.scan-kop-tekst .sectie-intro { margin-bottom: 32px; }
.scan-feiten { grid-column: 9 / span 4; align-self: start; list-style: none; margin: 0; padding: 0; margin-top: clamp(40px, 12vw, 190px); }
.scan-feiten li { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--lijn); font-size: 1rem; line-height: 1.5; }
.scan-feiten .ico { width: 1.2rem; height: 1.2rem; margin-top: .15em; }
.scan-kop-tekst .kop-1 em { margin-left: .1em; }
.aanvraag { display: grid; gap: 20px; max-width: 620px; }
.aanvraag-input { width: 100%; min-height: 56px; padding: 0 20px; background: var(--wit); border: 2px solid var(--bos); border-radius: 999px; color: var(--bos); font-size: 1.125rem; }
.aanvraag-input::placeholder { color: #4A635B; opacity: 1; }
.aanvraag-input:focus-visible { outline: 3px solid var(--bos); outline-offset: 3px; }
.aanvraag-input[aria-invalid='true'] { border-color: var(--steen); border-width: 3px; }
.veldfout { display: flex; gap: 8px; margin: 8px 0 0; color: var(--steen); font-weight: 700; font-size: 1rem; }
.veldfout::before { content: '▲'; font-size: .8em; line-height: 1.9; }
.aanvraag-vink { display: flex; align-items: flex-start; gap: 12px; font-size: 1rem; line-height: 1.45; }
.aanvraag-vink input { flex: none; width: 24px; height: 24px; margin: 0; accent-color: var(--bos); }
.aanvraag-vink label { padding-top: 1px; cursor: pointer; }
.knop-groot { justify-self: start; min-height: 60px; padding-inline: 1.7em; font-size: 1.0625rem; }
.knop:disabled { opacity: .6; cursor: progress; }
.aanvraag-kleine { margin: 0; font-size: .9375rem; color: var(--zacht); max-width: 36em; }
.meetframe { position: fixed; left: -12000px; top: 0; width: 1280px; height: 900px; border: 0; opacity: 0; pointer-events: none; }
.scanfout:focus { outline: none; }
.scanfout:focus-visible { outline: 3px solid var(--steen); outline-offset: 3px; }
.samenvatting-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.samenvatting-main { grid-column: 1 / span 7; min-width: 0; }
.samenvatting-sub { margin: 8px 0 14px; font: 600 1.5rem/1.2 var(--display); letter-spacing: -.02em; }
.top-lijst { margin: 0; padding: 0; list-style: none; }
.top-lijst li { display: grid; grid-template-columns: 8.25rem minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 14px 0; border-top: 1px solid var(--lijn-sterk); }
.top-lijst li:last-child { border-bottom: 1px solid var(--lijn-sterk); }
.top-titel { font-weight: 700; }
.mailbevestiging { grid-column: 9 / span 4; padding: 28px; background: var(--limoen); }
.mailbevestiging h3 { margin-bottom: 12px; font: 600 1.875rem/1.1 var(--display); letter-spacing: -.03em; }
.mailbevestiging p { font-size: 1rem; }
.mailbevestiging strong { overflow-wrap: anywhere; }
.mail-klein { font-size: .9375rem !important; }
.scan-uitkomst { padding-block: 40px; }
.scan-uitkomst:has([data-rapport]:empty):has([data-voortgang][hidden]) { padding-block: 0; }
.voortgang { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px; align-items: center; padding: clamp(20px, 3vw, 40px); background: var(--bos); color: var(--ivoor); margin-bottom: 40px; }
.voortgang[hidden] { display: none; }
.voortgang-beeld { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #FBFAF5; }
.voortgang-pagina { padding: 18px; }
.voortgang-pagina i { display: block; height: 10px; margin-bottom: 12px; background: #E2E5DA; }
.voortgang-pagina i:nth-child(1) { height: 26px; width: 62%; background: #D5DACB; }
.voortgang-pagina i:nth-child(2) { width: 90%; } .voortgang-pagina i:nth-child(3) { width: 80%; } .voortgang-pagina i:nth-child(4) { height: 48px; } .voortgang-pagina i:nth-child(5) { width: 70%; } .voortgang-pagina i:nth-child(6) { width: 40%; }
.voortgang .scanlijn { opacity: 1; }
@media (prefers-reduced-motion: no-preference) { .voortgang .scanlijn { animation: scanlijn 1.5s cubic-bezier(.45, .05, .55, .95) infinite; } }
.voortgang-stappen { list-style: none; margin: 0; padding: 0; }
.voortgang-stappen li { position: relative; padding: 10px 0 10px 34px; color: #A9BDB3; font-size: 1.125rem; }
.voortgang-stappen li::before { content: ''; position: absolute; left: 0; top: 15px; width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 50%; }
.voortgang-stappen li.is-actief { color: var(--ivoor); font-weight: 700; }
.voortgang-stappen li.is-actief::before { border-color: var(--limoen); border-right-color: transparent; }
@media (prefers-reduced-motion: no-preference) { .voortgang-stappen li.is-actief::before { animation: draai .8s linear infinite; } }
.voortgang-stappen li.is-klaar { color: var(--ivoor); }
.voortgang-stappen li.is-klaar::before { background: var(--limoen); border-color: var(--limoen); }
@keyframes draai { to { transform: rotate(360deg); } }
.scan-inhoud { padding-block: var(--sectie); }
.scan-inhoud .kop-2 { margin-bottom: 40px; }
.inhoud-rij { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; margin: 0; padding: 0; }
.inhoud-rij li { padding-top: 16px; border-top: 2px solid var(--bos); }
.inhoud-rij h3 { margin: 8px 0; font: 700 1.375rem/1.15 var(--display); }
.inhoud-rij p { font-size: 1rem; }

/* ------------------------------------------------------------------ rapport */
.rapport-kop { padding-bottom: 24px; margin-bottom: 32px; border-bottom: 2px solid var(--bos); }
.rapport-kop h2 { margin: 6px 0 14px; font: 700 clamp(2.5rem, 1.2rem + 4.4vw, 5.5rem)/1 var(--display); letter-spacing: -.04em; overflow-wrap: anywhere; }
.rapport-kop h2:focus { outline: none; }
.rapport-kop h2:focus-visible { outline: 3px solid var(--bos); }
.rapport-url { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0; font: .9375rem/1.4 var(--mono); }
.rapport-url a { overflow-wrap: anywhere; }
.rapport-paginatitel { color: var(--zacht); }
.rapport-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.rapport-main { grid-column: 1 / span 8; min-width: 0; }
.rapport-marge { grid-column: 9 / span 4; position: sticky; top: calc(var(--nav-h) + 24px); }
.overzicht { display: grid; gap: 22px; margin-bottom: 32px; padding: clamp(20px, 3vw, 32px); background: var(--bos); color: var(--ivoor); }
.indicatie { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px; align-items: center; }
.indicatie-getal { margin: 0; font: 700 clamp(4rem, 3rem + 3vw, 6.5rem)/.85 var(--display); letter-spacing: -.05em; }
.indicatie-van { font-size: .3em; color: #A9BDB3; letter-spacing: 0; margin-left: 4px; }
.indicatie-uitleg { margin: 0; font-size: 1rem; line-height: 1.5; color: var(--zacht-donker); }
.indicatie-uitleg strong { display: block; margin-bottom: 4px; font-size: 1.1875rem; color: var(--ivoor); }
.checkbalk { display: flex; align-items: flex-end; gap: 3px; height: 34px; margin: 0; padding: 0; list-style: none; }
.cel { flex: 1; min-width: 4px; }
.cel-blokkeert { height: 100%; background: var(--steen-licht); }
.cel-hindert { height: 72%; background: var(--oker-licht); }
.cel-controleer { height: 46%; background: var(--lavendel-licht); }
.cel-geslaagd { height: 22%; background: var(--limoen); }
.tellers { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; padding: 0; list-style: none; font-size: 1rem; }
.teller { display: inline-flex; align-items: center; gap: 8px; }
.teller strong { font: 700 1.375rem/1 var(--display); }
.teller-blokkeert .ico { color: var(--steen-licht); }
.teller-hindert .ico { color: var(--oker-licht); }
.teller-controleer .ico { color: var(--lavendel-licht); }
.teller-geslaagd .ico { color: var(--limoen); }
.melding { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 20px; padding: 14px 16px; background: var(--wit); border-left: 4px solid var(--lavendel-inkt); font-size: 1rem; }
.melding .ico { color: var(--lavendel-inkt); margin-top: .3em; }
.groep { margin-bottom: 48px; }
.groep-kop h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin-bottom: 6px; font: 700 1.875rem/1.1 var(--display); letter-spacing: -.02em; }
.groep-kop h3 .impact { font-size: 1.25rem; font-family: var(--display); gap: .35em; }
.groep-aantal { font: 400 1rem var(--mono); color: var(--zacht); letter-spacing: 0; }
.groep-kop p { margin-bottom: 16px; color: var(--zacht); font-size: 1rem; }
.bevinding { border-top: 1px solid var(--lijn-sterk); }
.groep .bevinding:last-child { border-bottom: 1px solid var(--lijn-sterk); }
.bevinding summary { display: grid; grid-template-columns: 8.25rem minmax(0, 1fr) auto 22px; gap: 16px; align-items: center; padding: 18px 0; }
.bevinding summary:hover .bevinding-titel { text-decoration: underline; text-underline-offset: 4px; }
.bevinding-titel { font-weight: 700; font-size: 1.125rem; line-height: 1.35; }
.bevinding-aantal { font: 700 1rem var(--mono); font-variant-numeric: tabular-nums; }
.bevinding-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; padding: 4px 0 30px; }
.bevinding-uitleg { grid-column: 1; }
.bevinding-voorbeelden { grid-column: 2; grid-row: span 2; min-width: 0; }
.bevinding-oplossing { grid-column: 1; min-width: 0; }
.bevinding-body .label { margin-bottom: 8px; }
.bevinding-body p { font-size: 1rem; }
.wie { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; padding: 0; list-style: none; }
.wie li { padding: 4px 10px; background: var(--lavendel); border-radius: 999px; font-size: .875rem; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { padding: 4px 8px; border: 1px solid var(--bos); color: var(--bos); font: .8125rem/1.2 var(--mono); text-decoration: none; }
a.chip:hover { background: var(--limoen); }
.snippets { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.snippets li { background: var(--wit); border: 1px solid var(--lijn); }
.snippet { display: block; padding: 10px 12px; font: .8125rem/1.5 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; color: var(--bos); }
.snippet-meta { display: flex; flex-wrap: wrap; gap: 4px 12px; padding: 6px 12px; border-top: 1px solid var(--lijn); font-size: .8125rem; color: var(--zacht); }
.snippet-meta .mono { font-size: 1em; overflow-wrap: anywhere; }
.snippet-note { color: var(--steen); font-weight: 700; }
.snippet-meer { margin-top: 10px; font-size: .9375rem; color: var(--zacht); }
.voorproef, .structuur, .geslaagd, .mensenwerk { margin-top: 56px; padding-top: 20px; border-top: 2px solid var(--bos); }
.voorproef h3, .structuur h3, .geslaagd h3, .mensenwerk h3 { margin-bottom: 10px; font: 700 1.875rem/1.1 var(--display); letter-spacing: -.02em; }
.voorproef-intro { color: var(--zacht); font-size: 1rem; max-width: 40em; }
.voorproef .spraak { background: var(--wit); border: 1px solid var(--lijn); padding: 4px 16px; }
.voorproef .spraak-regel:first-child { border-top: 0; }
.koppen { margin: 0; padding: 0; list-style: none; }
.koppen li { padding: 7px 0; border-bottom: 1px solid var(--lijn); font-size: 1rem; line-height: 1.4; }
.koppen .mono { display: inline-block; min-width: 2.4em; color: var(--zacht); }
.kop-n2 { padding-left: 1.25rem !important; } .kop-n3 { padding-left: 2.5rem !important; } .kop-n4 { padding-left: 3.75rem !important; } .kop-n5 { padding-left: 5rem !important; } .kop-n6 { padding-left: 6.25rem !important; }
.koppen em { color: var(--steen); font-weight: 700; }
.gebieden { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.gebieden .label { margin: 0 8px 0 0; }
.gebied { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border: 1.5px solid var(--bos); font: .875rem/1.2 var(--mono); }
.gebied.is-afwezig { border-style: dashed; border-color: var(--steen); color: var(--steen); }
.geslaagd-lijst { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 32px; }
.geslaagd-lijst li { display: flex; gap: 8px; padding: 7px 0; break-inside: avoid; font-size: 1rem; line-height: 1.4; }
.geslaagd-lijst .ico { margin-top: .2em; }
.geslaagd-lijst .mono { margin-left: auto; padding-left: 8px; color: var(--zacht); white-space: nowrap; }
.mensenwerk-lijst { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin: 0; padding: 0; list-style: none; }
.mensenwerk-lijst li { padding: 14px 0; border-top: 1px solid var(--lijn); }
.mensenwerk-lijst h4 { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 4px; font-size: 1.0625rem; }
.mensenwerk-lijst h4 .mono { color: var(--zacht); font-weight: 400; white-space: nowrap; }
.mensenwerk-lijst p { margin: 0; font-size: 1rem; line-height: 1.5; }
.marge-blok { padding: 16px 0 24px; border-top: 2px solid var(--bos); }
.marge-links { margin: 0; padding: 0; list-style: none; }
.marge-links a { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--lijn); font-weight: 700; font-size: 1rem; text-decoration: none; }
.marge-links a:hover { text-decoration: underline; }
.deel-link { margin: 0 0 8px; padding: 8px 10px; background: var(--wit); border: 1px solid var(--lijn); font-size: .8125rem; overflow-wrap: anywhere; }
.marge-acties .knop { width: 100%; margin-top: 8px; }
.marge-netwerk p { font-size: 1rem; }
.scanfout { margin-bottom: 32px; padding: 24px; background: var(--wit); border: 2px solid var(--steen); }
.scanfout .label { color: var(--steen); }
.scanfout .label::before { display: none; }
.scanfout-tekst { margin: 6px 0 0; font: 700 1.5rem/1.3 var(--display); }

/* ------------------------------------------------------------------ tekstpagina's */
.tekstpagina { padding-block: clamp(48px, 7vw, 104px); }
.tekstpagina-kop { max-width: 60rem; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 2px solid var(--bos); }
.tekstpagina-kop .kop-1 { margin-bottom: 24px; hyphens: manual; }
.tekstpagina-body { max-width: 42rem; }
.tekstpagina-body h2 { margin: 44px 0 12px; font: 700 1.875rem/1.1 var(--display); letter-spacing: -.02em; }
.tekstpagina-body ul { padding-left: 1.2em; }
.tekstpagina-body li { margin-bottom: 10px; }
.tekstpagina-body a, .sectie-intro a { text-decoration-thickness: 2px; }
.niet-gevonden .kop-1 { margin: 56px 0 24px; }
.niet-gevonden .scanveld { margin-top: 40px; }

/* ------------------------------------------------------------------ reveal (contract beweging.js) */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
.rv.st1 { transition-delay: .1s; } .rv.st2 { transition-delay: .2s; } .rv.st3 { transition-delay: .3s; }
.no-js .rv { opacity: 1; transform: none; }

/* ------------------------------------------------------------------ responsief */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 27%); gap: 0; }
  .hero-beeld { min-height: 320px; }
  .sticker { bottom: 16px; min-width: 140px; padding: 24px 16px 6px; font-size: .9375rem; }
  .voorbeeld-tekst, .voorbeeld .demo-paneel { grid-column: 1 / -1; }
  .voorbeeld .demo-paneel { max-width: 720px; }
  .sectie-kop > h2, .sectie-kop-breed > h2 { grid-column: 1 / -1; }
  .sectie-kop > .sectie-intro { grid-column: 1 / span 9; }
  .lenzen-beeld, .lenzen-uitleg { grid-column: 1 / -1; }
  .dekking-auto { grid-column: 1 / -1; }
  .dekking-mens { grid-column: 1 / -1; position: static; }
  .mens-lijst { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
  .mensen-kop > div, .mensen-kop > .sectie-intro { grid-column: 1 / -1; }
  .proces { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 20px; border-top: 0; }
  .proces-stap { border-top: 1px solid var(--lijn-donker); }
  .werkruimte-grid { grid-template-columns: minmax(0, 1fr); }
  .wet-kop, .wet-kolommen, .wet-link { grid-column: 1 / -1; }
  .vragen-kop, .vragen-lijst { grid-column: 1 / -1; }
  .slot-kop, .slot-form { grid-column: 1 / -1; }
  .scan-kop-tekst, .scan-feiten { grid-column: 1 / -1; }
  .inhoud-rij { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .rapport-main, .rapport-marge, .samenvatting-main, .mailbevestiging { grid-column: 1 / -1; }
  .rapport-marge { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
  .voet-intro { grid-column: 1 / -1; }
  .voet-kolom:nth-of-type(1) { grid-column: 1 / span 3; }
  .voet-kolom:nth-of-type(2) { grid-column: 4 / span 4; }
  .voet-netwerk { grid-column: 8 / span 5 !important; }
}
@media (max-width: 760px) {
  body { font-size: 1.0625rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-bottom: 12px; }
  .hero-beeld { order: -1; justify-self: end; width: min(210px, 54vw); min-height: 0; aspect-ratio: 1.15; margin: -12px 4px 4px 0; }
  .hero-onderschrift { display: none; }
  .hero-baan { width: 86%; }
  .hero-merk { width: 100%; }
  .sticker { right: -4px; bottom: 0; min-width: 104px; padding: 14px 10px 2px; font-size: .75rem; }
  .sticker svg { width: 40px; height: 22px; }
  .hero-voet a { display: none; }
  .cijfers-rij { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cijfer { padding: 28px 16px 24px; border-left: 0; border-top: 1px solid var(--lijn); }
  .cijfer:nth-child(odd) { padding-left: 0; }
  .cijfer:nth-child(even) { border-left: 1px solid var(--lijn); }
  .cijfer:nth-child(-n+2) { border-top: 0; }
  .sectie-kop > .sectie-intro { grid-column: 1 / -1; }
  .dekking-groepen, .mens-lijst { grid-template-columns: minmax(0, 1fr); }
  .proces { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .wet-kolommen { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .inhoud-rij { grid-template-columns: minmax(0, 1fr); }
  .voortgang { grid-template-columns: minmax(0, 1fr); }
  .bevinding summary { grid-template-columns: minmax(0, 1fr) auto 22px; gap: 8px 12px; }
  .bevinding summary .impact { grid-column: 1 / -1; }
  .top-lijst li { grid-template-columns: minmax(0, 1fr) auto; gap: 6px 12px; }
  .top-lijst .impact { grid-column: 1 / -1; }
  .knop-groot { justify-self: stretch; white-space: normal; }
  .bevinding-body { grid-template-columns: minmax(0, 1fr); }
  .bevinding-voorbeelden, .bevinding-uitleg, .bevinding-oplossing { grid-column: 1; grid-row: auto; }
  .indicatie { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .geslaagd-lijst { columns: 1; }
  .mensenwerk-lijst { grid-template-columns: minmax(0, 1fr); }
  .rapport-marge { grid-template-columns: minmax(0, 1fr); }
  .spraak-regel { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .voet-kolom:nth-of-type(1), .voet-kolom:nth-of-type(2) { grid-column: span 6; }
  .voet-netwerk { grid-column: 1 / -1 !important; }
  .rail-voet > span { display: none; }
  .vraag p { padding-right: 0; }
}
@media (max-width: 480px) {
  .cijfers-rij { grid-template-columns: minmax(0, 1fr); }
  .cijfer, .cijfer:nth-child(even), .cijfer:nth-child(odd) { padding: 24px 0; border-left: 0; border-top: 1px solid var(--lijn); }
  .cijfer:first-child { border-top: 0; }
  .proces { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .hero-kop { font-size: clamp(2.5rem, 12.4vw, 3.5rem); }
  .demo-bevinding { grid-template-columns: 24px minmax(0, 1fr); }
  .demo-bevinding .impact { grid-column: 2; }
  .werkruimte-sites { padding-inline: 16px; }
  .meter { display: none; }
  .werkruimte-actie { padding: 22px 16px; }
  .voet-kolom:nth-of-type(1), .voet-kolom:nth-of-type(2) { grid-column: 1 / -1; }
}

/* ------------------------------------------------------------------ voorkeuren */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .rv, .rv-clip > * { opacity: 1; transform: none; clip-path: none; }
  .scanlijn { display: none; }
  .rv-scan .spec-el[data-n]::before, .rv-scan .spec-el[data-n]::after, .rv-lijst .demo-bevinding { opacity: 1; clip-path: none; transform: none; }
  .onderstreept > svg path { stroke-dashoffset: 0; }
}
@media (forced-colors: active) {
  .knop, .scanveld-rij, .lenzen-knoppen button, .pijlknop, .chip, .gebied, .cel, .demo-n, .spec-el::before, .sticker { border: 1px solid CanvasText; forced-color-adjust: auto; }
  .onderstreept > svg { stroke: CanvasText; }
}
@media print {
  .nav, .voet, .skip, .scanveld, .scan-feiten, .rapport-marge, .scan-inhoud, .voortgang, .bevinding-plus { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .overzicht { border: 2px solid #000; background: #fff; color: #000; }
  .overzicht *, .indicatie-uitleg, .indicatie-uitleg strong { color: #000 !important; }
  .rapport-main { grid-column: 1 / -1; }
  .bevinding { break-inside: avoid; }
  .code { background: #fff; color: #000; border: 1px solid #000; white-space: pre-wrap; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 9pt; overflow-wrap: anywhere; }
  .chip::after { content: none !important; }
}
