/* ============================================================
   massagebingo.com · design-systeem
   Familie van jaarhoroscoop.com: warm papier + inkt + één accent,
   koppen in Inter Black met het laatste woord onderstreept door een
   pennenstreek. Hier is het accent koraal, de nacht is warm in plaats
   van navy, en de bingoballen brengen teal en goud mee.
   ============================================================ */
:root {
  --coral: #E0533D; --coral-dark: #C2402C; --coral-soft: #FBE4DE; --coral-deep: #A83A27;
  --teal: #1F8A76; --gold: #F0B429;
  --ink: #1D1814; --ink-soft: #5B524A; --muted: #8C8177;
  --paper: #F7F3EC; --line: #E9E2D7; --white: #ffffff;
  --night: #15110D; --night2: #241C14;
  --font-head: 'Patua One', Georgia, serif;
  --font-black: 'Inter', system-ui, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --r: 6px; --r-l: 10px; --r-pil: 999px; --r-cap: 2px;
  --shadow: 0 1px 2px rgba(29,24,20,.04), 0 12px 32px -12px rgba(29,24,20,.16);
  --maxw: 1120px;
  --bal1: #ff6149; --bal2: #2bbfa3; --bal3: #f0b429; --bal4: #e8836b; --bal5: #3fae9a; --bal6: #f5c95b;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
p { margin: 0; }
::selection { background: var(--coral); color: #fff; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: clamp(52px, 5.6vw, 72px) 0; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .7em 1.2em; z-index: 300; border-radius: 0 0 var(--r) 0; font-weight: 600; }
.skip:focus { left: 0; }

/* ---------- koppen + signatuur ---------- */
h1, h2, h3, h4 { margin: 0; }
h1, h2 { font-family: var(--font-black); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
h3 { font-family: var(--font-black); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.uw { position: relative; white-space: nowrap; }
.uw .pen2 { position: absolute; left: .02em; bottom: -.1em; width: calc(100% - .04em); height: .16em; overflow: visible; color: var(--coral); pointer-events: none; }
.gp { color: var(--coral); }
.sec-head { max-width: 660px; }
.sec-head h2 { font-size: clamp(26px, 3.4vw, 38px); }
.sec-head p { color: var(--ink-soft); font-size: 16.5px; margin-top: 14px; }
.kicker { display: inline-block; font: 700 10.5px/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 16px; }
.on-dark .kicker { color: var(--coral); }

/* ---------- knoppen ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 14.5px; padding: 12px 20px; border-radius: var(--r); border: 1px solid transparent; cursor: pointer; transition: .18s ease; line-height: 1.2; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #33291f; }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--coral-dark); }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: #cfc6b8; }
.btn-ghost-dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn-ghost-dark:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 12.5px; font-weight: 600; color: var(--coral-deep); background: var(--coral-soft); border-radius: var(--r-pil); padding: 5px 12px; }
.chip-line { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-soft); border: 1px solid var(--line); border-radius: var(--r-pil); padding: 5px 11px; text-transform: uppercase; }
.chip-line b { color: var(--ink); font-weight: 700; }
:where(a, button, [tabindex], summary, input, textarea, select):focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: var(--r); }

/* ---------- scroll-reveal ---------- */
.js .rv { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.js .rv.in { opacity: 1; transform: none; }

/* ---------- woordmerk ---------- */
.brand { display: inline-flex; align-items: baseline; gap: 0; font-size: var(--brand-formaat, 27px); color: #fff; }
.brand .b1 { font-family: var(--font-head); font-weight: 400; }
.brand .b2 { font-family: var(--font-black); font-weight: 900; letter-spacing: -.045em; position: relative; margin-left: .02em; }
.brand .b2 .pen { position: absolute; left: .02em; bottom: .04em; width: calc(100% - .06em); height: .2em; overflow: visible; color: var(--coral); }
.brand .tld { font-family: var(--font-mono); font-weight: 400; font-size: .4em; letter-spacing: .05em; color: rgba(255,255,255,.55); margin-left: 3px; }
.brand .bmark { width: .7em; height: .7em; align-self: center; margin-left: .33em; flex: none; transition: transform .4s ease; }
.brand:hover .bmark { transform: translateY(-2px); }
/* inkt-variant voor lichte vlakken (kaarten, print) */
.brand-ink { color: var(--ink); }
.brand-ink .tld { color: var(--muted); }

/* ---------- header: donker glas ---------- */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(21,17,13,.55); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-head .nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.menubtn { display: inline-flex; align-items: center; gap: 10px; background: none; border: 0; padding: 8px 2px; cursor: pointer; color: #fff; font-family: var(--font-body); font-size: 14.5px; font-weight: 600; letter-spacing: .01em; }
.menubtn .mbi { display: flex; flex-direction: column; gap: 5px; width: 22px; }
.menubtn .mbi i { display: block; height: 2px; background: currentColor; border-radius: var(--r-cap); transition: transform .3s; }
.menubtn:hover .mbi i:first-child { transform: translateX(4px); }
.menubtn:hover .mbi i:last-child { transform: translateX(-3px); }
body:not(.has-vhero) .site-head { background: var(--night); }
body.has-vhero .site-head { position: fixed; top: 0; left: 0; right: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent; transition: background .35s ease, border-color .35s ease; }
body.has-vhero .site-head.scrolled { background: rgba(21,17,13,.55); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom-color: rgba(255,255,255,.08); }
body.menu-open { overflow: hidden; }

/* ---------- overlay-menu ---------- */
.menuwrap { position: fixed; inset: 0; z-index: 200; visibility: hidden; opacity: 0; transition: opacity .45s ease, visibility .45s; }
.menuwrap.open { visibility: visible; opacity: 1; }
.ovbg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(70% 90% at 80% 10%, #3a2418 0%, var(--night2) 40%, var(--night) 100%); }
.ovbg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1.2px); background-size: 26px 26px; mask-image: radial-gradient(80% 70% at 70% 30%, #000 20%, transparent 100%); -webkit-mask-image: radial-gradient(80% 70% at 70% 30%, #000 20%, transparent 100%); }
.ovvid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0; transition: opacity .9s ease; }
.ovvid.aan { opacity: 1; }
.ovbg { background-image: url(/media/menu-poster.jpg?v=1); background-size: cover; background-position: center; }
@media (orientation: portrait) { .ovbg { background-image: url(/media/menu-916-poster.jpg?v=1); } }
.ovscrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(21,17,13,.94) 0%, rgba(21,17,13,.8) 45%, rgba(21,17,13,.5) 100%); }
.ovinner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; color: #fff; }
.ovtop { display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 24px; max-width: var(--maxw); margin: 0 auto; width: 100%; flex: none; }
.ovclose { display: inline-flex; align-items: center; gap: 10px; background: none; border: 0; color: #fff; cursor: pointer; font-family: var(--font-body); font-size: 14.5px; font-weight: 600; }
.ovclose .x { position: relative; width: 18px; height: 18px; }
.ovclose .x::before, .ovclose .x::after { content: ""; position: absolute; top: 8px; left: 0; width: 18px; height: 2px; background: #fff; border-radius: var(--r-cap); }
.ovclose .x::before { transform: rotate(45deg); } .ovclose .x::after { transform: rotate(-45deg); }
.ovscroll { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.ovbody { flex: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(24px, 5vw, 72px); align-items: center; max-width: var(--maxw); margin: 0 auto; width: 100%; padding: 0 24px; min-height: 0; }
.ovnav { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.ovlink { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 0 18px; color: #fff; padding: clamp(8px, 1.4vh, 14px) 0; border-top: 1px solid rgba(255,255,255,.1); opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1), color .22s; }
.ovlink:first-child { border-top: 0; }
.menuwrap.open .ovlink { opacity: 1; transform: none; }
.menuwrap.open .ovlink:nth-child(1) { transition-delay: .10s; } .menuwrap.open .ovlink:nth-child(2) { transition-delay: .16s; }
.menuwrap.open .ovlink:nth-child(3) { transition-delay: .22s; } .menuwrap.open .ovlink:nth-child(4) { transition-delay: .28s; }
.menuwrap.open .ovlink:nth-child(5) { transition-delay: .34s; } .menuwrap.open .ovlink:nth-child(6) { transition-delay: .40s; }
.ovlink .idx { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.35); letter-spacing: .06em; }
.ovlink-t { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.ovlink-t b { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-family: var(--font-black); font-weight: 300; font-size: clamp(22px, min(3.4vw, 3.5vh), 42px); letter-spacing: -.035em; line-height: 1.06; }
.ovprijs { display: inline-block; flex: none; line-height: 1; font-family: var(--font-mono); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; color: var(--coral); border: 1px solid rgba(224,83,61,.5); border-radius: var(--r-pil); padding: 5px 10px; text-transform: uppercase; }
.ovlink-t em { font-style: normal; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,.5); max-width: 62ch; }
.ovpijl { width: 22px; height: 22px; color: rgba(255,255,255,.28); align-self: center; transition: transform .22s, color .22s; }
.ovlink:hover, .ovlink[aria-current="page"] { color: var(--coral); }
.ovlink:hover .idx, .ovlink:hover .ovpijl, .ovlink[aria-current="page"] .idx { color: var(--coral); }
.ovlink:hover .ovpijl { transform: translateX(5px); }
.ovlink:hover .ovlink-t em { color: rgba(255,255,255,.72); }
.ovzij { display: flex; flex-direction: column; gap: clamp(20px, 3vh, 32px); opacity: 0; transform: translateY(20px); transition: opacity .5s .34s ease, transform .5s .34s ease; min-height: 0; min-width: 0; }
.menuwrap.open .ovzij { opacity: 1; transform: none; }
.ovblok { border-top: 1px solid rgba(255,255,255,.14); padding: 16px 0 0; }
.ovlabel { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font: 700 10.5px/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.ovlabel-sub { letter-spacing: .1em; color: rgba(255,255,255,.3); }
.ovzones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 10px; }
.ovzones a { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.8); padding: 7px 6px; border-radius: var(--r); font-size: 14px; font-weight: 600; white-space: nowrap; transition: color .18s, background .18s; }
.ovzones a i { flex: none; width: 14px; height: 14px; border-radius: 50%; background: var(--c); box-shadow: inset -2px -3px 4px rgba(0,0,0,.25), inset 2px 2px 3px rgba(255,255,255,.5); font-style: normal; }
.ovzones a.ster i { background: none; box-shadow: none; color: var(--gold); font-size: 15px; line-height: 1; width: auto; }
.ovzones a:hover { color: var(--coral); background: rgba(255,255,255,.06); }
.ovsnel { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ovsnel-k { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border-radius: var(--r); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); transition: border-color .18s, background .18s; }
.ovsnel-k b { font-family: var(--font-black); font-weight: 700; font-size: 14.5px; letter-spacing: -.01em; }
.ovsnel-k em { font-style: normal; font-size: 12.5px; color: rgba(255,255,255,.5); line-height: 1.4; }
.ovsnel-k:hover { border-color: rgba(224,83,61,.6); background: rgba(255,255,255,.08); }
.ovsnel-k:hover b { color: var(--coral); }
.ovfoot { display: flex; align-items: center; gap: 14px 22px; flex-wrap: wrap; flex: none; max-width: var(--maxw); margin: 0 auto; width: 100%; padding: 20px 24px 30px; opacity: 0; transform: translateY(20px); transition: opacity .5s .42s ease, transform .5s .42s ease; border-top: 1px solid rgba(255,255,255,.12); }
.menuwrap.open .ovfoot { opacity: 1; transform: none; }
.ovfoot-knoppen { display: flex; gap: 10px; flex-wrap: wrap; }
.ovfoot .contact { color: rgba(255,255,255,.5); font-size: 13.5px; }
@media (max-width: 1000px) {
  .ovbody { grid-template-columns: minmax(0, 1fr); flex: 0 0 auto; align-items: start; gap: 30px; padding-top: 10px; padding-bottom: 24px; }
  .ovnav { justify-content: flex-start; }
}
@media (max-width: 700px) {
  .ovscrim { background: linear-gradient(180deg, rgba(21,17,13,.86) 0%, rgba(21,17,13,.93) 45%, rgba(21,17,13,.97) 100%); }
  .ovtop { height: 64px; padding: 0 18px; }
  .ovbody { padding: 4px 18px 8px; gap: 26px; }
  .ovlink { align-items: center; gap: 0 14px; padding: 15px 0; min-height: 62px; }
  .ovlink .idx { font-size: 11px; }
  .ovlink-t b { font-size: 21px; font-weight: 500; letter-spacing: -.03em; gap: 6px 9px; }
  .ovlink-t em { font-size: 12.5px; line-height: 1.4; color: rgba(255,255,255,.45); }
  .ovpijl { width: 18px; height: 18px; }
  .ovzones { grid-template-columns: repeat(2, 1fr); }
  .ovsnel { grid-template-columns: 1fr; }
  .ovfoot { padding: 16px 18px calc(20px + env(safe-area-inset-bottom, 0px)); gap: 12px; }
  .ovfoot-knoppen { width: 100%; }
  .ovfoot-knoppen .btn { flex: 1; padding: 15px 12px; }
  .ovfoot .contact { font-size: 12px; line-height: 1.45; }
  .site-head .brand, .ovbrand { --brand-formaat: 22px; }
}
@media (min-width: 701px) and (max-height: 760px) { .ovlink-t em { display: none; } }
@media (max-width: 380px) { .ovlink-t em { display: none; } .ovlink { min-height: 56px; } }

/* ---------- de bingokaart (held) ---------- */
.bcard { position: relative; width: 100%; background: #fffdf8; border: 3px solid var(--ink); border-radius: 18px; padding: 16px; color: var(--ink); box-shadow: 14px 18px 0 rgba(0,0,0,.28); }
.bcard .h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.bcard .h b { font-family: var(--font-black); font-size: 18px; font-weight: 900; letter-spacing: -.03em; }
.bcard .h b em { font-style: normal; color: var(--coral); }
.bcard .h span { font: 700 10.5px/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.bcard .g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bcard .c { position: relative; aspect-ratio: 1 / 1; border: 1.5px solid var(--line); border-radius: 10px; display: grid; place-items: center; text-align: center; font-family: var(--font-black); font-weight: 700; font-size: 15px; line-height: 1.1; padding: 6px; background: #fff; }
.bcard .c.free { background: var(--coral); color: #fff; border-color: var(--coral); font-size: 26px; }
.bcard .c.x::after { content: ""; position: absolute; inset: 6px; transform: rotate(-6deg); opacity: .92; background: linear-gradient(45deg, transparent 45%, var(--coral) 46%, var(--coral) 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, var(--coral) 46%, var(--coral) 54%, transparent 55%); }
.bcard .c.free.x::after { background: linear-gradient(45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%); }
.bcard .sticker { position: absolute; right: -18px; bottom: -22px; background: var(--gold); color: var(--ink); font-family: var(--font-black); font-weight: 900; font-size: 26px; letter-spacing: -.03em; padding: 12px 20px; border-radius: var(--r-pil); transform: rotate(8deg); border: 3px solid var(--ink); box-shadow: 6px 8px 0 rgba(0,0,0,.25); }
/* de kruisjes komen één voor één binnen, de sticker als laatste */
.js .bcard.anim .c.x::after { opacity: 0; transform: rotate(-6deg) scale(1.9); animation: stamp .42s cubic-bezier(.2,1.4,.4,1) forwards; animation-delay: var(--d, .6s); }
.js .bcard.anim .sticker { opacity: 0; transform: rotate(8deg) scale(.4); animation: pop .5s cubic-bezier(.2,1.5,.4,1) forwards; animation-delay: 3s; }
@keyframes stamp { to { opacity: .92; transform: rotate(-6deg) scale(1); } }
@keyframes pop { to { opacity: 1; transform: rotate(8deg) scale(1); } }
.hball { position: absolute; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-black); font-weight: 800; color: var(--night); text-align: center; line-height: 1; box-shadow: inset -8px -10px 16px rgba(0,0,0,.24), inset 6px 6px 12px rgba(255,255,255,.5), 0 18px 34px rgba(0,0,0,.35); will-change: transform; }

/* ---------- video-lagen (hero, zoneband, pagina-hero, menu) ----------
   Poster als echt <img> (laadt als eerste), video zonder src in de HTML: site.js
   zet data-src pas na load+idle en alleen op de zichtbare oriëntatie. */
.vh-img, .vh-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.vh-vid { opacity: 0; transition: opacity .9s ease; background: none; }
.vh-vid.aan { opacity: 1; }
.vh-bg-port { display: none; }
@media (orientation: portrait) { .vh-bg-land { display: none; } .vh-bg-port { display: block; } }

/* ---------- fullscreen hero (home) ---------- */
.vhero { position: relative; height: 100svh; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--night); padding-bottom: 64px; }
.vh-bg { position: absolute; inset: 0; background: radial-gradient(60% 70% at 72% 30%, #3a2317 0%, var(--night2) 42%, var(--night) 100%); }
.vh-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1.2px); background-size: 28px 28px; mask-image: radial-gradient(70% 80% at 70% 40%, #000 10%, transparent 100%); -webkit-mask-image: radial-gradient(70% 80% at 70% 40%, #000 10%, transparent 100%); }
.vh-glow { position: absolute; z-index: 1; inset: -20% -30% auto auto; width: 90vw; height: 90vh; pointer-events: none; background: radial-gradient(42% 42% at 78% 20%, rgba(224,83,61,.38), transparent 68%), radial-gradient(60% 46% at 92% 6%, rgba(240,180,41,.18), transparent 72%); mix-blend-mode: screen; filter: blur(14px); animation: vhglow 13s ease-in-out infinite alternate; }
@keyframes vhglow { 0% { opacity: .7; transform: translate3d(0,0,0) scale(1); } 100% { opacity: 1; transform: translate3d(-3%, 2%, 0) scale(1.09); } }
.vh-motes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.vh-motes i { position: absolute; display: block; width: var(--g); height: var(--g); border-radius: 50%; background: radial-gradient(circle, rgba(255,230,200,.95), rgba(224,83,61,.45) 45%, transparent 70%); opacity: .5; filter: blur(.6px); animation: vhmote var(--d) ease-in-out var(--v) infinite alternate; }
@keyframes vhmote { 0% { transform: translate3d(0,0,0); } 50% { transform: translate3d(14px,-22px,0); } 100% { transform: translate3d(-10px,-40px,0); } }
.vh-vignet { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(120% 88% at 50% 44%, transparent 52%, rgba(6,4,2,.55) 100%); }
.vh-scrim { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(180deg, rgba(21,17,13,.6) 0%, rgba(21,17,13,.18) 18%, transparent 36%),
  linear-gradient(0deg, rgba(21,17,13,.94) 0%, rgba(21,17,13,.62) 28%, rgba(21,17,13,.2) 54%, transparent 72%),
  linear-gradient(90deg, rgba(21,17,13,.55) 0%, rgba(21,17,13,.2) 45%, transparent 70%); }
.vhero .vh-glow { mix-blend-mode: screen; opacity: .8; }
.vh-inner { position: relative; z-index: 3; width: 100%; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.vh-h1 { font-size: clamp(38px, 5.4vw, 66px); line-height: 1.02; max-width: 12em; color: #fff; }
.lede { font-size: clamp(16px, 2vw, 19px); color: rgba(255,255,255,.88); margin-top: 20px; max-width: 32em; }
.actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.vh-stage { position: relative; height: min(70svh, 600px); display: flex; align-items: center; justify-content: center; align-self: center; }
.vh-stage .bcard { width: min(100%, 390px); transform: rotate(-5deg); z-index: 1; }
.vh-stage .hball { z-index: 2; }
.vh-stage .hball.b1 { width: 132px; height: 132px; background: var(--teal); color: #fff; font-size: 18px; top: 0; right: -4%; }
.vh-stage .hball.b2 { width: 92px; height: 92px; background: var(--gold); font-size: 15px; bottom: 4%; left: 0; }
.vh-stage .hball.b3 { width: 66px; height: 66px; background: var(--coral); color: #fff; font-size: 12.5px; top: 38%; left: -6%; }
.vh-scroll { position: absolute; right: clamp(20px, 4vw, 56px); bottom: 96px; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: opacity .4s ease; }
.vh-scroll.hide { opacity: 0; }
.vh-scroll span { writing-mode: vertical-rl; font: 500 10px/1 var(--font-mono); letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.vh-scroll i { display: block; position: relative; width: 1px; height: 52px; background: rgba(255,255,255,.22); overflow: hidden; }
.vh-scroll i::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 38%; background: var(--coral); transform: translateY(-110%); animation: vhscroll 2.2s cubic-bezier(.7,0,.3,1) infinite; }
@keyframes vhscroll { 60%, 100% { transform: translateY(290%); } }
.vh-glass { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; background: rgba(21,17,13,.35); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-top: 1px solid rgba(255,255,255,.12); }
.vh-glass .wrap { display: flex; flex-wrap: wrap; gap: 10px 30px; align-items: center; justify-content: space-between; padding-top: 19px; padding-bottom: 22px; }
.vh-glass span { color: rgba(255,255,255,.7); font-size: 14.5px; white-space: nowrap; }
.vh-glass b { color: #fff; font-weight: 650; }
.hero-cta-m { display: none; }
@media (max-width: 900px) {
  .vh-inner { grid-template-columns: 1fr; align-items: stretch; gap: 0; }
  .vh-stage { order: -1; height: auto; padding: 8px 6vw 22px; }
  .vh-stage .bcard { width: min(100%, 300px); }
  .vh-stage .hball.b1 { width: 96px; height: 96px; font-size: 14px; top: -4%; right: 0; }
  .vh-stage .hball.b2 { width: 70px; height: 70px; font-size: 12px; bottom: 2%; left: 0; }
  .vh-stage .hball.b3 { width: 50px; height: 50px; font-size: 10px; top: 40%; left: -2%; }
}
@media (max-width: 700px) {
  .vhero { align-items: stretch; padding-bottom: 0; min-height: 100svh; height: auto; }
  .vh-inner { display: flex; flex-direction: column; justify-content: flex-end; padding-top: 84px; padding-bottom: 96px; }
  .vh-stage { padding: 0 8vw 26px; }
  .vh-stage .bcard { width: min(100%, 250px); }
  .vh-stage .bcard .sticker { font-size: 20px; padding: 9px 15px; right: -12px; bottom: -14px; }
  .vh-h1 { font-size: clamp(34px, 10vw, 44px); }
  .lede { margin-top: 14px; font-size: 16px; }
  .actions, .vh-glass, .vh-scroll, .vh-motes i:nth-child(n+6) { display: none; }
  .hero-cta-m { display: flex; position: relative; z-index: 5; margin-top: -76px; }
  .hero-cta-m .btn { width: 50%; padding: 26px 10px; font-size: 15px; font-weight: 700; border-radius: 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); }
  .hero-cta-m .btn:nth-child(1) { background: linear-gradient(180deg, #f06a55, var(--coral) 55%, var(--coral-dark)); color: #fff; }
  .hero-cta-m .btn:nth-child(2) { background: rgba(21,17,13,.42); color: #fff; border-left: 1px solid rgba(255,255,255,.14); }
}

/* ---------- korte donkere pagina-hero (subpagina's) ---------- */
.pvhero { position: relative; min-height: 62svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--night); padding: 120px 0 56px; }
.pvhero .vh-bg::after { mask-image: radial-gradient(70% 90% at 80% 30%, #000 10%, transparent 100%); -webkit-mask-image: radial-gradient(70% 90% at 80% 30%, #000 10%, transparent 100%); }
.pvhero .vh-scrim { background: linear-gradient(180deg, rgba(21,17,13,.7) 0%, rgba(21,17,13,.3) 30%, transparent 50%), linear-gradient(0deg, rgba(21,17,13,.95) 0%, rgba(21,17,13,.7) 30%, rgba(21,17,13,.25) 60%, transparent 80%); }
.pv-inner { position: relative; z-index: 3; width: 100%; }
.pv-inner h1 { font-size: clamp(34px, 5vw, 58px); max-width: 14em; }
.pv-inner .lede { max-width: 36em; }

/* ---------- genummerde stappen ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; }
.step .num { width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 15px; margin-bottom: 16px; box-shadow: inset -3px -4px 6px rgba(0,0,0,.18), inset 3px 3px 6px rgba(255,255,255,.4); }
.step:nth-child(2) .num { background: var(--teal); }
.step:nth-child(3) .num { background: var(--gold); color: var(--ink); }
.step h3 { font-size: 17px; }
.step p { font-size: 14.5px; color: var(--ink-soft); margin-top: 9px; }
.say { margin-top: 14px; padding: 10px 14px; border-left: 3px solid var(--coral); background: var(--paper); border-radius: 0 var(--r) var(--r) 0; font-size: 14.5px; font-style: italic; color: var(--ink); }
.step .say { margin-top: auto; padding-top: 10px; }
.step .say + .say { margin-top: 8px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* ---------- zoneband (donker) ---------- */
.zb { position: relative; overflow: hidden; background: var(--night); color: #fff; padding: clamp(60px, 7vw, 96px) 0; }
.zb .vh-bg::after { mask-image: radial-gradient(90% 90% at 50% 50%, #000 0%, transparent 100%); -webkit-mask-image: radial-gradient(90% 90% at 50% 50%, #000 0%, transparent 100%); }
.zb::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: radial-gradient(46% 52% at 84% 88%, rgba(224,83,61,.18), transparent 70%); }
.zb .vh-img, .zb .vh-vid { filter: saturate(1.15); }
.zb-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(21,17,13,.88) 0%, rgba(21,17,13,.5) 22%, rgba(21,17,13,.42) 60%, rgba(21,17,13,.9) 100%), radial-gradient(120% 74% at 50% 50%, transparent 40%, rgba(21,17,13,.45) 100%); }
.zb .wrap { position: relative; z-index: 2; }
.zb .sec-head h2 { color: #fff; }
.zb .sec-head p { color: rgba(255,255,255,.72); }
.zgrid { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.ztile { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 172px; padding: 16px 14px 14px; border-radius: var(--r); color: #fff;
  /* glas over de video: geen overflow:hidden op dit element (iOS zet backdrop-filter dan uit) */
  background: linear-gradient(168deg, rgba(255,255,255,.1), rgba(255,255,255,.02) 46%, transparent), linear-gradient(180deg, transparent 40%, rgba(6,4,2,.45) 100%), rgba(21,17,13,.22);
  -webkit-backdrop-filter: saturate(160%) blur(7px); backdrop-filter: saturate(160%) blur(7px);
  border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.ztile::after { content: ""; position: absolute; inset: 0; border-radius: var(--r); background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.12) 50%, transparent 58%) no-repeat; background-size: 280% 100%; background-position: 130% 0; pointer-events: none; }
.ztile:hover::after { background-position: -30% 0; transition: background-position .65s ease; }
.ztile:hover { transform: translateY(-4px); border-color: rgba(224,83,61,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 60px -18px rgba(0,0,0,.7); }
.ztile .zt-top { display: flex; justify-content: space-between; align-items: center; font: 500 10.5px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.zdot { width: 44px; height: 44px; border-radius: 50%; background: var(--c); margin: 4px 0 auto; box-shadow: inset -5px -6px 9px rgba(0,0,0,.25), inset 4px 4px 7px rgba(255,255,255,.5), 0 8px 18px rgba(0,0,0,.35); transition: transform .22s ease; }
.ztile:hover .zdot { transform: scale(1.1) rotate(-8deg); }
.ztile.ster .zdot { background: var(--night2); display: grid; place-items: center; color: var(--gold); font-size: 24px; box-shadow: inset 0 0 0 2px var(--gold), 0 0 26px rgba(240,180,41,.35); }
.ztile b { font-family: var(--font-black); font-weight: 800; font-size: 16px; letter-spacing: -.02em; }
.ztile em { font-style: normal; font-size: 12.5px; line-height: 1.4; color: rgba(255,255,255,.58); }
@media (max-width: 1100px) { .zgrid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 800px) { .zgrid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .ztile { min-height: 150px; } }
@media (max-width: 540px) { .zgrid { grid-template-columns: repeat(2, 1fr); } .ztile em { display: none; } .ztile { min-height: 128px; } }

/* ---------- papier-secties: lijst + donker paneel ---------- */
.paper { background: var(--paper); border-block: 1px solid var(--line); }
.vstack { display: grid; grid-template-columns: 1.5fr .85fr; gap: clamp(20px, 3.5vw, 48px); margin-top: 34px; align-items: start; }
.toc { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.toc li { display: flex; gap: 18px; padding: 18px 24px; border-top: 1px solid var(--line); align-items: baseline; }
.toc li:first-child { border-top: 0; }
.toc-n { font-family: var(--font-mono); font-size: 12px; color: var(--coral-deep); letter-spacing: .06em; flex: none; min-width: 44px; }
.toc b { font-family: var(--font-black); font-weight: 800; letter-spacing: -.02em; font-size: 16.5px; display: block; }
.toc p { color: var(--ink-soft); font-size: 14.5px; margin-top: 3px; }
.toc .hi { background: var(--coral-soft); }
.dpanel { position: sticky; top: 84px; background: linear-gradient(135deg, var(--night2), #3a2418); color: #fff; border-radius: var(--r); padding: 30px 28px; display: flex; flex-direction: column; gap: 6px; }
.dpanel .dp-kop { font-family: var(--font-black); font-weight: 900; font-size: 26px; letter-spacing: -.03em; line-height: 1.05; }
.dpanel .dp-sub { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.55); margin-top: 6px; }
.dpanel ol { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; counter-reset: dp; }
.dpanel li { counter-increment: dp; display: flex; gap: 14px; font-size: 14.5px; color: #e6ddd2; line-height: 1.5; }
.dpanel li::before { content: counter(dp); flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 12.5px; }
.dpanel li b { color: #fff; font-weight: 700; }
.dpanel .dp-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13.5px; color: rgba(255,255,255,.65); }
@media (max-width: 900px) { .vstack { grid-template-columns: 1fr; } .dpanel { position: static; } }

/* ---------- gereedschap ---------- */
.tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.tool { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s; }
.tool:hover { border-color: rgba(224,83,61,.5); box-shadow: var(--shadow); }
.tool .tl { font: 700 10.5px/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--coral-deep); }
.tool h3 { font-size: 20px; margin-top: 12px; }
.tool p { font-size: 14.5px; color: var(--ink-soft); margin: 10px 0 20px; flex: 1; }
.tool .acts { display: flex; flex-wrap: wrap; gap: 8px; }
.tool .tv { margin: 4px 0 18px; padding: 16px; background: var(--paper); border-radius: var(--r); border: 1px solid var(--line); }
@media (max-width: 900px) { .tools { grid-template-columns: 1fr; } }

/* ---------- boeken (donker) ---------- */
.book-sec { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--night2), #2f1d13); color: #fff; }
.book-sec::after { content: ""; position: absolute; inset: auto -6% -55% 40%; height: 300px; background: radial-gradient(50% 100% at 50% 100%, rgba(224,83,61,.32), transparent 70%); pointer-events: none; }
.bk-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr minmax(0, 420px); gap: clamp(28px, 5vw, 72px); align-items: center; }
.bk-grid h2 { color: #fff; font-size: clamp(26px, 3.6vw, 40px); }
.bk-lede { color: #d9cfc3; font-size: 16.5px; line-height: 1.65; margin-top: 16px; max-width: 44ch; }
.bk-punten { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.bk-punten li { display: flex; gap: 10px; font-size: 14.5px; color: #e6ddd2; line-height: 1.5; }
.bk-punten li::before { content: "✓"; color: var(--coral); font-weight: 700; flex: none; }
.bk-form { padding: 26px; border-radius: var(--r); background: linear-gradient(172deg, rgba(255,255,255,.09), rgba(255,255,255,.02) 40%, transparent 70%), rgba(10,8,6,.6); border: 1px solid rgba(255,255,255,.14); }
.bk-form label { display: block; font-size: 12.5px; color: rgba(255,255,255,.6); margin: 14px 0 6px; }
.bk-form label:first-child { margin-top: 0; }
.bk-form input, .bk-form textarea { width: 100%; font: 500 16px/1.4 var(--font-body); color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: var(--r); padding: 12px 14px; -webkit-appearance: none; }
.bk-form input::placeholder, .bk-form textarea::placeholder { color: rgba(255,255,255,.35); }
.bk-form input:focus, .bk-form textarea:focus { outline: none; border-color: var(--coral); background: rgba(255,255,255,.11); }
.bk-form textarea { min-height: 116px; resize: vertical; }
.bk-form .btn { width: 100%; margin-top: 18px; padding: 14px 20px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.msg { margin-top: 12px; font-size: 14px; font-weight: 600; min-height: 1.4em; }
.msg.ok { color: #7fd9c4; } .msg.err { color: #ff8a75; }
@media (max-width: 880px) { .bk-grid { grid-template-columns: 1fr; } .bk-punten { grid-template-columns: 1fr; } }

/* ---------- vragen ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.5fr; gap: clamp(24px, 5vw, 64px); align-items: start; }
.faq-side { position: sticky; top: 96px; }
.qa { border-top: 1px solid var(--line); padding: 16px 0; }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa summary { font-weight: 700; font-size: 16.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; color: var(--ink); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-family: var(--font-mono); color: var(--coral-deep); transition: transform .2s ease; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa p { margin-top: 12px; color: var(--ink-soft); font-size: 15.5px; max-width: 62ch; }
.qa a { color: var(--coral-deep); font-weight: 600; }
@media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; } .faq-side { position: static; } }

/* ---------- footer ---------- */
.site-foot { position: relative; overflow: hidden; padding: 82px 0 0; font-size: 14px; color: #b8aa9a; background: radial-gradient(70% 90% at 8% 116%, rgba(224,83,61,.16), transparent 60%), linear-gradient(180deg, #1c1611 0%, #120e0a 100%); margin-top: 96px; }
.site-foot::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(224,83,61,.55) 22%, rgba(224,83,61,.55) 78%, transparent); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1.2fr; gap: 56px; align-items: start; }
.fb p { margin-top: 18px; max-width: 34em; font-size: 14.5px; line-height: 1.7; color: #a3958a; }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
.foot-cols h4 { font: 700 11px/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 6px 0 18px; }
.foot-cols ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; font-size: 14.5px; }
.foot-cols a { color: #cfc3b6; display: inline-flex; align-items: center; width: fit-content; transition: color .16s, gap .16s; gap: 0; }
.foot-cols a::before { content: ""; width: 0; height: 1.5px; background: var(--coral); border-radius: var(--r-cap); transition: width .22s; }
.foot-cols a:hover { color: #fff; gap: 9px; }
.foot-cols a:hover::before { width: 15px; }
.foot-sign { margin-top: 40px; }
.foot-word { display: block; margin: 2px 0 -.12em; line-height: .82; font-family: var(--font-head); font-size: clamp(64px, 15.5vw, 210px); letter-spacing: -.01em; white-space: nowrap; user-select: none; background: linear-gradient(176deg, rgba(255,255,255,.16), rgba(255,255,255,.03) 60%, transparent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.foot-word .b2 { font-family: var(--font-black); font-weight: 900; letter-spacing: -.05em; background: linear-gradient(176deg, rgba(224,83,61,.6), rgba(224,83,61,.1) 62%, transparent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footbase { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 12.5px; color: var(--muted); }
.footbase .disc { max-width: 48ch; }
@media (max-width: 820px) { .foot-top { grid-template-columns: 1fr; gap: 40px; } .foot-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-word { font-size: 17vw; } }
@media (max-width: 540px) { section { padding: 44px 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .rv, .js .bcard.anim .c.x::after, .js .bcard.anim .sticker { opacity: 1; transform: none; }
  .js .bcard.anim .c.x::after { opacity: .92; transform: rotate(-6deg); }
  .js .bcard.anim .sticker { transform: rotate(8deg); }
}
@media print {
  .site-head, .menuwrap, .site-foot, .hero-cta-m, .vh-scroll, .skip { display: none !important; }
  .js .rv { opacity: 1 !important; transform: none !important; }
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
