


:root {
  --paper: #F7F2E6;
  --paper-hi: #FFFDF6;
  --ink: #16130D;
  --ink-soft: #453f33;
  --grey: #6f6759;
  --gold: #FFC000;
  --gold-deep: #916f00;
  --hairline: rgba(22, 19, 13, 0.12);
  --hairline-soft: rgba(22, 19, 13, 0.06);
  --font-d: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-b: 'Segoe UI', -apple-system, system-ui, 'Helvetica Neue', sans-serif;
  --font-m: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper); color: var(--ink);
  font-family: var(--font-b); font-size: 16px; line-height: 1.65; overflow-x: hidden;
  background-image:
    linear-gradient(var(--hairline-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--hairline-soft) 1px, transparent 1px);
  background-size: 64px 64px;
}
::selection { background: var(--gold); color: var(--ink); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.mark {
  background: linear-gradient(104deg, transparent 0.4%, var(--gold) 2.2%, var(--gold) 97.5%, transparent 99%);
  padding: 0.05em 0.18em; margin: 0 -0.06em;
  border-radius: 0.12em 0.35em 0.15em 0.4em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}

.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; } .rv-d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marq-track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(247,242,230,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--hairline); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.logo { display: block; }
.logo img { height: 40px; display: block; }
.nav-links { display: flex; gap: 24px; font-family: var(--font-m); font-size: 12px; letter-spacing: 0.13em; }
.nav-links a { color: var(--ink); font-weight: 500; cursor: pointer; text-decoration: none; }
.nav-links a:hover { color: var(--gold-deep); }
.nav-cta { font-family: var(--font-d); font-weight: 700; font-size: 12.5px; background: var(--ink); color: var(--gold); padding: 11px 18px; cursor: default; white-space: nowrap; }
.burger { display: none; background: none; border: 1px solid var(--hairline); color: var(--ink); font-family: var(--font-m); font-size: 10px; letter-spacing: 0.16em; padding: 9px 13px; cursor: pointer; }
.mmenu { display: none; position: fixed; inset: 66px 0 0 0; z-index: 49; background: rgba(247,242,230,0.98); padding: 34px 28px; flex-direction: column; gap: 22px; }
.mmenu.open { display: flex; }
.mmenu a { font-family: var(--font-d); font-weight: 700; font-size: 26px; color: var(--ink); text-decoration: none; }
.mock-chip {
  position: fixed; z-index: 60; left: 50%; transform: translateX(-50%); top: 76px;
  font-family: var(--font-m); font-size: 9.5px; letter-spacing: 0.22em;
  color: var(--gold-deep); border: 1px solid var(--hairline); background: rgba(247,242,230,0.92);
  padding: 5px 14px; border-radius: 20px; pointer-events: none;
}

/* ---------- hero: de roadmap-route (nacht) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 110px 0 80px; overflow: hidden; background: #0d0f18; }
.hero-bg { position: absolute; inset: 0; }
.hero-ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transition: opacity .9s ease; will-change: transform, opacity; transform: scale(1.05); }
.hero-ph.on { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(97deg, rgba(7,9,15,0.6) 0%, rgba(7,9,15,0.32) 32%, rgba(7,9,15,0) 56%); }
.hero.day .hero-shade { background:
  linear-gradient(97deg, rgba(10,13,20,0.72) 0%, rgba(10,13,20,0.42) 34%, rgba(10,13,20,0.02) 60%),
  linear-gradient(0deg, rgba(10,13,20,0.28) 0%, transparent 36%); }
.ph-switch { position: absolute; z-index: 3; right: 28px; bottom: 24px; display: flex; gap: 6px; align-items: center; }
.ph-switch .ph-t { font-family: var(--font-m); font-size: 9px; letter-spacing: 0.24em; color: rgba(255,255,255,0.5); margin-right: 6px; }
.ph-switch button { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.1em; background: rgba(10,11,18,0.7); color: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.2); padding: 9px 14px; cursor: pointer; transition: all .18s ease; backdrop-filter: blur(6px); }
.ph-switch button.on { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 700; }
.ph-switch button:not(.on):hover { border-color: var(--gold); color: var(--gold); }
.route { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; transform-origin: center; will-change: transform; transform: scale(1.05); }
.route path { fill: none; }
.route .rp-ghost { stroke: rgba(255,255,255,0.13); stroke-width: 1.5; stroke-dasharray: 2 9; }
.route .rp-glow { stroke: rgba(255,192,0,0.5); stroke-width: 10; stroke-linecap: round; filter: url(#trailblur); }
.route .rp-main { stroke: var(--gold); stroke-width: 3.5; stroke-linecap: round; }
.route .rp-core { stroke: #FFF6DC; stroke-width: 1.4; stroke-linecap: round; }
.route .rp-pulse { stroke: rgba(255,255,255,0.9); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 18 260; opacity: 0; }
.route .rp-pulse.on { opacity: 1; animation: pulseflow 5.5s linear infinite; }
@keyframes pulseflow { to { stroke-dashoffset: -278; } }
.route .wpg { opacity: 0; transition: opacity .45s ease, transform .6s cubic-bezier(.2,1.6,.4,1); will-change: transform; }
.route .wpg.on { opacity: 1; }
.route .wp-halo { fill: rgba(255,192,0,0.22); }
.route .wp-ring { fill: #0d0f18; stroke: var(--gold); stroke-width: 2.5; }
.route .wp-dot { fill: var(--gold); }
.route .wp-pill { fill: rgba(10,11,18,0.82); stroke: rgba(255,192,0,0.4); stroke-width: 1; }
.route .wp-txt { font-family: var(--font-m); font-size: 13px; letter-spacing: 1.6px; fill: #fff; text-anchor: middle; font-weight: 700; }
.route .wp-tick { stroke: rgba(255,192,0,0.5); stroke-width: 1.2; }
.route .comet { fill: #FFFDF4; filter: drop-shadow(0 0 10px rgba(255,220,120,1)); opacity: 0; }
.route .comet.on { opacity: 1; }
.route .comet-tail { stroke: rgba(255,235,180,0.85); stroke-width: 3.2; stroke-linecap: round; opacity: 0; }
.route .comet-tail.on { opacity: 1; }
.hero-in { position: relative; z-index: 2; width: 100%; }
.hero-label { font-family: var(--font-m); font-size: 13px; font-weight: 500; letter-spacing: 0.15em; color: #FFCB2E; margin-bottom: 28px; min-height: 19px; text-shadow: 0 1px 3px rgba(0,0,0,0.8), 0 0 24px rgba(0,0,0,0.55); }
.hero-label .cur { display: inline-block; width: 8px; height: 15px; background: var(--gold); vertical-align: -2px; margin-left: 3px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
h1 { font-family: var(--font-d); font-weight: 700; font-size: clamp(40px, 5.6vw, 74px); line-height: 1.0; letter-spacing: -0.033em; text-wrap: balance; color: #fff; }
h1 .dim { color: rgba(255,255,255,0.6); }
.hero-sub { margin-top: 28px; max-width: 470px; color: rgba(255,252,244,0.82); font-size: 17.5px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-route-cap { display: inline-block; margin-top: 26px; font-family: var(--font-m); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; color: #FFCB2E; background: rgba(10,11,18,0.78); border: 1px solid rgba(255,192,0,0.4); border-radius: 999px; padding: 9px 16px; }
.hero-ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; align-items: center; }
.btn-g { font-family: var(--font-d); font-weight: 700; font-size: 15px; background: var(--ink); color: var(--gold); padding: 16px 28px; cursor: pointer; border: 0; transition: transform .18s ease, box-shadow .18s ease; text-decoration: none; display: inline-block; }
.btn-g:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(22,19,13,0.28); }
.btn-g small { display: block; font-family: var(--font-m); font-weight: 400; font-size: 9px; letter-spacing: 0.12em; margin-top: 3px; opacity: 0.7; }
.btn-o { font-family: var(--font-d); font-weight: 500; font-size: 14.5px; background: transparent; color: var(--ink); padding: 16px 26px; cursor: pointer; border: 1px solid rgba(22,19,13,0.3); transition: all .18s ease; text-decoration: none; display: inline-block; }
.btn-o:hover { border-color: var(--ink); background: var(--paper-hi); }
.hero .btn-g { background: var(--gold); color: var(--ink); }
.hero .btn-g:hover { box-shadow: 0 10px 34px rgba(255,192,0,0.4); }
.hero .btn-o { color: #fff; border-color: rgba(255,255,255,0.4); background: rgba(12,10,6,0.35); }
.hero .btn-o:hover { border-color: var(--gold); color: var(--gold); background: rgba(12,10,6,0.5); }

/* ---------- marquee ---------- */
.marq { background: var(--ink); color: var(--gold); overflow: hidden; padding: 13px 0; }
.marq-track { display: flex; white-space: nowrap; width: max-content; animation: marq 26s linear infinite; }
.marq span { font-family: var(--font-d); font-weight: 700; font-size: 13.5px; letter-spacing: 0.12em; padding-right: 18px; }
.marq span::after { content: "·"; padding-left: 18px; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- intro ---------- */
.intro { padding: 110px 0 90px; }
.intro p { font-family: var(--font-d); font-weight: 500; font-size: clamp(22px, 2.9vw, 34px); line-height: 1.35; letter-spacing: -0.015em; max-width: 24em; text-wrap: balance; }
.intro p .dim { color: var(--grey); }

/* ---------- sections ---------- */
section.blk { padding: 100px 0; position: relative; }
.slabel { display: flex; align-items: center; gap: 14px; margin-bottom: 44px; font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.22em; color: var(--gold-deep); }
.slabel::after { content: ""; flex: 1; height: 1px; background: var(--hairline); }
h2.sh { font-family: var(--font-d); font-weight: 700; font-size: clamp(30px, 4.3vw, 54px); line-height: 1.04; letter-spacing: -0.028em; text-wrap: balance; max-width: 15em; }
.sh-sub { color: var(--ink-soft); max-width: 540px; margin-top: 18px; }

/* ---------- kompas: donker instrument ---------- */
.kblok { background: var(--ink); color: #f4efe3; padding: 90px 0; position: relative; }
.kblok::before, .kblok::after { content: ""; position: absolute; left: 0; right: 0; height: 10px; background: var(--gold); }
.kblok::before { top: 0; } .kblok::after { bottom: 0; }
.kblok .slabel { color: var(--gold); }
.kblok .slabel::after { background: rgba(255,192,0,0.2); }
.kblok h2.sh { color: #fff; }
.kblok .sh-sub { color: #b6ad98; }
.kompas-grid { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 60px; margin-top: 54px; align-items: start; }
.kq { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0 26px; }
.kq-n { font-family: var(--font-m); font-size: 10px; color: #6e675a; letter-spacing: 0.2em; margin-bottom: 8px; }
.kq h4 { font-family: var(--font-d); font-weight: 500; font-size: 19px; margin-bottom: 15px; }
.kopts { display: flex; flex-direction: column; gap: 8px; }
.kopts button { text-align: left; font-family: var(--font-b); font-size: 14.5px; background: rgba(255,255,255,0.045); color: #b6ad98; border: 1px solid rgba(255,255,255,0.09); padding: 13px 16px; cursor: pointer; transition: all .16s ease; line-height: 1.45; }
.kopts button:hover { border-color: rgba(255,192,0,0.4); color: #fff; }
.kopts button.sel { background: rgba(255,192,0,0.12); border-color: var(--gold); color: #fff; }
.kopts button.sel::before { content: "●  "; color: var(--gold); font-size: 10px; }
.kpanel { position: sticky; top: 96px; }
.kchart { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); padding: 26px; }
.kchart .kc-t { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.22em; color: #b6ad98; margin-bottom: 6px; display: flex; justify-content: space-between; }
.kchart .kc-t b { color: var(--gold); font-weight: 400; }
.kstatus { font-family: var(--font-m); font-size: 11px; color: #d8d2c2; letter-spacing: 0.12em; margin-top: 16px; min-height: 15px; }
.kresult { margin-top: 18px; background: var(--paper); color: var(--ink); padding: 26px; opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; pointer-events: none; }
.kresult.show { opacity: 1; transform: none; pointer-events: auto; }
.kresult h5 { font-family: var(--font-d); font-weight: 700; font-size: 20px; line-height: 1.15; margin-bottom: 10px; }
.kresult p { font-size: 14px; line-height: 1.6; color: var(--grey); }
.kresult .kr-cta { display: inline-block; margin-top: 16px; font-family: var(--font-d); font-weight: 700; font-size: 13px; background: var(--ink); color: var(--gold); padding: 11px 18px; cursor: default; }
.kresult .kr-note { font-family: var(--font-m); font-size: 9px; letter-spacing: 0.12em; color: #9a927e; margin-top: 14px; }

/* ---------- drieluik met scene-foto's ---------- */
.drieluik { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.luik { background: var(--paper-hi); border: 1px solid var(--hairline); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; overflow: hidden; }
.luik:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(22,19,13,0.1); }
.scene { position: relative; aspect-ratio: 16/10; background: var(--gold); overflow: hidden; }
.scene img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.96); mix-blend-mode: multiply; display: block; }
.scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(22,19,13,0.35) 100%); }
.scene .sc-tag { position: absolute; z-index: 2; left: 14px; bottom: 12px; font-family: var(--font-m); font-size: 9px; letter-spacing: 0.2em; color: #fff; background: rgba(22,19,13,0.75); padding: 5px 10px; }
.luik-body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.luik .ln { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.22em; color: var(--gold-deep); }
.luik h3 { font-family: var(--font-d); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -0.02em; margin: 10px 0 10px; }
.luik p { color: var(--grey); font-size: 14.5px; flex: 1; }
.luik .larr { display: inline-block; margin-top: 18px; font-family: var(--font-d); font-weight: 700; font-size: 13.5px; color: var(--gold-deep); cursor: default; }

/* ---------- geel statement ---------- */
.stift { background: var(--gold); padding: 120px 0; text-align: center; }
.stift p.big { font-family: var(--font-d); font-weight: 700; font-size: clamp(30px, 4.8vw, 62px); line-height: 1.06; letter-spacing: -0.028em; max-width: 15em; margin: 0 auto; text-wrap: balance; color: var(--ink); }
.stift .sm { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.2em; color: rgba(22,19,13,0.65); margin-top: 26px; }

/* ---------- essay ---------- */
.essay { display: grid; grid-template-columns: minmax(0, 1.55fr) 1fr; gap: 64px; margin-top: 50px; }
.essay .lead-p { font-size: 17.5px; line-height: 1.78; color: var(--ink-soft); }
.essay .lead-p::first-letter { font-family: var(--font-d); font-weight: 700; font-size: 66px; line-height: 0.8; float: left; padding: 8px 12px 0 0; color: var(--ink); }
.essay .body-p { font-size: 15.5px; line-height: 1.78; color: var(--grey); margin-top: 20px; }
.pull { border-left: 5px solid var(--gold); padding: 6px 0 6px 24px; margin-top: 26px; font-family: var(--font-d); font-weight: 500; font-size: 21px; line-height: 1.35; color: var(--ink); text-wrap: balance; }
.nn-list { display: flex; flex-direction: column; }
.nn-item { border-top: 1px solid var(--hairline); padding: 20px 0; }
.nn-item .n { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.2em; color: var(--gold-deep); }
.nn-item h5 { font-family: var(--font-d); font-weight: 700; font-size: 16.5px; margin: 7px 0 6px; }
.nn-item p { font-size: 14px; color: var(--grey); line-height: 1.6; }

/* ---------- scene-band ---------- */
.band { position: relative; min-height: 440px; display: flex; align-items: flex-end; background: var(--gold); overflow: hidden; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.96); mix-blend-mode: multiply; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(22,19,13,0.72) 100%); }
.band .band-in { position: relative; z-index: 2; padding: 60px 0 50px; width: 100%; }
.band h3 { font-family: var(--font-d); font-weight: 700; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.025em; color: #fff; max-width: 15em; text-wrap: balance; }
.band h3 .gold { color: var(--gold); }
.band .bsub { color: rgba(255,255,255,0.8); margin-top: 12px; max-width: 480px; font-size: 15.5px; }
.band .sc-tag { position: absolute; z-index: 2; right: 28px; top: 22px; font-family: var(--font-m); font-size: 9px; letter-spacing: 0.2em; color: #fff; background: rgba(22,19,13,0.75); padding: 5px 10px; }

/* ---------- cases ---------- */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.case { background: var(--paper-hi); border: 1px solid var(--hairline); padding: 30px; transition: box-shadow .2s ease, transform .2s ease; display: flex; flex-direction: column; gap: 14px; }
.case:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(22,19,13,0.09); }
.case .cn { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.18em; color: var(--grey); }
.case h4 { font-family: var(--font-d); font-weight: 700; font-size: 19px; line-height: 1.25; letter-spacing: -0.01em; }
.case p { color: var(--grey); font-size: 14px; flex: 1; }
.case .cres { border-top: 1px solid var(--hairline); padding-top: 14px; font-family: var(--font-d); font-weight: 700; font-size: 15px; color: var(--gold-deep); }

/* ---------- fases ---------- */
.fases { position: relative; margin-top: 60px; padding-left: 42px; }
.fase-line { position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: var(--hairline); }
.fase-line .fill { position: absolute; inset: 0 0 auto 0; height: 0%; background: var(--gold); transition: height .2s linear; }
.fase { position: relative; padding: 0 0 54px; max-width: 620px; }
.fase:last-child { padding-bottom: 0; }
.fase::before { content: ""; position: absolute; left: -38px; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper); border: 2px solid var(--grey); transition: all .3s ease; }
.fase.hit::before { background: var(--gold); border-color: var(--ink); }
.fase .fn { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.22em; color: var(--gold-deep); }
.fase h4 { font-family: var(--font-d); font-weight: 700; font-size: 22px; margin: 8px 0 8px; letter-spacing: -0.015em; }
.fase p { color: var(--grey); font-size: 15px; max-width: 480px; }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(180px, auto); gap: 14px; margin-top: 56px; }
.bcard { background: var(--paper-hi); border: 1px solid var(--hairline); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.bcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(22,19,13,0.09); }
.bcard.big { grid-column: span 2; grid-row: span 2; background: var(--ink); color: #f4efe3; border-color: var(--ink); }
.bcard .bn { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.22em; color: var(--gold-deep); }
.bcard.big .bn { color: var(--gold); }
.bcard h4 { font-family: var(--font-d); font-weight: 700; font-size: 22px; margin-top: 10px; letter-spacing: -0.015em; }
.bcard.big h4 { font-size: clamp(26px, 3vw, 36px); max-width: 10em; color: #fff; }
.bcard p { color: var(--grey); font-size: 14.5px; margin-top: 8px; max-width: 420px; }
.bcard.big p { color: #b6ad98; }
.bcard ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.bcard ul li { font-size: 13.5px; color: #b6ad98; }
.bcard ul li::before { content: "✓  "; color: var(--gold); font-family: var(--font-m); font-size: 11px; }
.bcard .bfoot { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.14em; color: var(--grey); }
.bcard.big .bfoot { color: #6e675a; }
.bcard .bfoot b { color: var(--gold-deep); font-weight: 400; }
.bcard.big .bfoot b { color: var(--gold); }

/* ---------- contact ---------- */
.contact-blk { padding: 110px 0 60px; }
.ccard { background: var(--ink); color: #f4efe3; padding: clamp(36px, 6vw, 70px); display: grid; grid-template-columns: minmax(0, 1.4fr) 1fr; gap: 50px; align-items: center; }
.ccard h2 { font-family: var(--font-d); font-weight: 700; font-size: clamp(30px, 4.4vw, 54px); letter-spacing: -0.028em; line-height: 1.04; text-wrap: balance; color: #fff; }
.ccard h2 .acc { color: var(--gold); }
.ccard .csub { color: #b6ad98; margin-top: 18px; max-width: 460px; }
.cdetails { display: flex; flex-direction: column; gap: 14px; }
.cdet { border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.03); padding: 18px 22px; }
.cdet .cl { font-family: var(--font-m); font-size: 9.5px; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 5px; }
.cdet .cv { font-family: var(--font-d); font-weight: 700; font-size: 17px; }
.fnote { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-family: var(--font-m); font-size: 9.5px; letter-spacing: 0.16em; color: var(--grey); }

@media (max-width: 940px) {
  .nav-links, .nav .nav-cta { display: none; }
  .burger { display: block; }
  .hero { padding-bottom: 60px; }
  .route .wpl { font-size: 17px; }
  .kompas-grid { grid-template-columns: 1fr; }
  .kpanel { position: static; }
  .essay { grid-template-columns: 1fr; gap: 40px; }
  .drieluik, .cases, .bento { grid-template-columns: 1fr; }
  .bcard.big { grid-column: span 1; grid-row: span 1; }
  .ccard { grid-template-columns: 1fr; gap: 34px; }
  section.blk, .kblok { padding: 76px 0; }
  .stift { padding: 84px 0; }
  .container { padding: 0 22px; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(33px, 9.6vw, 44px); }
  .hero-label { font-size: 11.5px; margin-bottom: 20px; }
  .hero-sub { font-size: 16px; }
  .hero-ctas .btn-g, .hero-ctas .btn-o { width: 100%; text-align: center; }
  .hero-route-cap { font-size: 10px; letter-spacing: 0.13em; padding: 8px 13px; }
  .subhero { padding: 122px 0 56px; }
  .fnote { flex-direction: column; gap: 8px; }
}
}

.cform { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.cform input, .cform textarea {
  width: 100%; font-family: var(--font-b); font-size: 14.5px;
  background: rgba(255,255,255,0.04); color: #fff;
  border: 1px solid rgba(255,255,255,0.16); padding: 13px 16px;
  outline: none; transition: border-color .18s ease; resize: vertical;
}
.cform input::placeholder, .cform textarea::placeholder { color: #8b8474; }
.cform input:focus, .cform textarea:focus { border-color: var(--gold); }
.cform .btn-g { width: 100%; text-align: center; }
.cform-status { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.12em; color: var(--gold); min-height: 14px; }

/* ---------- subpagina's ---------- */
.subhero { padding: 150px 0 70px; }
.subhero .kick { font-family: var(--font-m); font-size: 11px; letter-spacing: 0.18em; color: var(--gold-deep); margin-bottom: 22px; }
.subhero h1 { font-family: var(--font-d); font-weight: 700; font-size: clamp(38px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -0.032em; text-wrap: balance; max-width: 14em; color: var(--ink); }
.subhero .lead { color: var(--ink-soft); max-width: 620px; margin-top: 24px; font-size: 17.5px; }
.dark-blk { background: var(--ink); color: #f4efe3; padding: 90px 0; position: relative; }
.dark-blk::before, .dark-blk::after { content: ""; position: absolute; left: 0; right: 0; height: 10px; background: var(--gold); }
.dark-blk::before { top: 0; } .dark-blk::after { bottom: 0; }
.dark-blk .slabel { color: var(--gold); }
.dark-blk .slabel::after { background: rgba(255,192,0,0.2); }
.dark-blk h2.sh { color: #fff; }
.dark-blk .sh-sub { color: #b6ad98; }
.dark-blk ul.dlv { list-style: none; margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; max-width: 860px; }
.dark-blk ul.dlv li { font-size: 15px; color: #d8d2c2; padding-left: 24px; position: relative; }
.dark-blk ul.dlv li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-family: var(--font-m); }
.dark-blk .meta-row { margin-top: 30px; font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.16em; color: #6e675a; }
.dark-blk .meta-row b { color: var(--gold); font-weight: 400; }
.probs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 56px; }
.prob { background: var(--paper-hi); border: 1px solid var(--hairline); padding: 30px; }
.prob .pn { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.22em; color: var(--gold-deep); }
.prob h4 { font-family: var(--font-d); font-weight: 700; font-size: 19px; margin: 10px 0 8px; letter-spacing: -0.01em; }
.prob p { color: var(--grey); font-size: 14.5px; }
.prob .fix { margin-top: 16px; font-family: var(--font-d); font-weight: 700; font-size: 14px; color: var(--gold-deep); }
.cta-strip { padding: 110px 0; text-align: center; }
.cta-strip h2 { font-family: var(--font-d); font-weight: 700; font-size: clamp(30px, 4.4vw, 54px); letter-spacing: -0.028em; line-height: 1.05; text-wrap: balance; }
.cta-strip .hero-ctas { justify-content: center; margin-top: 32px; }
.crumb { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.16em; color: var(--grey); }
.crumb a { color: var(--gold-deep); text-decoration: none; }
@media (max-width: 940px) {
  .probs { grid-template-columns: 1fr; }
  .dark-blk ul.dlv { grid-template-columns: 1fr; }
  .subhero { padding: 120px 0 56px; }
}

/* ---------- interactieve tools ---------- */
.tool-grid { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 60px; margin-top: 54px; align-items: start; }
.tool-note { font-family: var(--font-m); font-size: 9.5px; letter-spacing: 0.14em; color: #8a8172; margin-top: 16px; line-height: 1.7; }
.meter-wrap { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.12); padding: 26px; }
.meter-zones { display: flex; height: 14px; border-radius: 7px; overflow: visible; margin-top: 36px; position: relative; }
.meter-zones .z1 { flex: 4; background: rgba(255,192,0,0.22); border-radius: 7px 0 0 7px; }
.meter-zones .z2 { flex: 3; background: rgba(255,192,0,0.5); }
.meter-zones .z3 { flex: 3; background: var(--gold); border-radius: 0 7px 7px 0; }
.meter-marker { position: absolute; top: -9px; width: 4px; height: 32px; background: #fff; border-radius: 2px; box-shadow: 0 0 12px rgba(255,255,255,0.9); left: 2%; transition: left .7s cubic-bezier(.2,.7,.25,1); }
.meter-labels { display: flex; font-family: var(--font-m); font-size: 9px; letter-spacing: 0.1em; color: #b6ad98; margin-top: 12px; }
.meter-labels span:nth-child(1) { flex: 4; } .meter-labels span:nth-child(2) { flex: 3; } .meter-labels span:nth-child(3) { flex: 3; text-align: right; }
.calc-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 56px; margin-top: 50px; align-items: start; }
.crow { margin-bottom: 28px; }
.crow label { display: flex; justify-content: space-between; gap: 14px; font-family: var(--font-m); font-size: 11px; letter-spacing: 0.08em; color: #d8d2c2; margin-bottom: 12px; }
.crow label b { color: var(--gold); font-weight: 700; white-space: nowrap; }
.crow input[type=range] { width: 100%; accent-color: var(--gold); cursor: pointer; }
.cout { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 12px; }
.cbox { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.12); padding: 20px 22px; }
.cbox .cl { font-family: var(--font-m); font-size: 9.5px; letter-spacing: 0.2em; color: #b6ad98; margin-bottom: 6px; }
.cbox .cv { font-family: var(--font-d); font-weight: 700; font-size: clamp(24px, 2.6vw, 34px); color: var(--gold); letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
@media (max-width: 940px) {
  .tool-grid, .calc-grid { grid-template-columns: 1fr; }
  .cout { position: static; }
}

/* ---------- toolspagina ---------- */
.tool-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.tool-cards a { background: var(--paper-hi); border: 1px solid var(--hairline); padding: 20px 22px; text-decoration: none; color: var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
.tool-cards a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(22,19,13,0.1); }
.tool-cards a span { font-family: var(--font-m); font-size: 9px; letter-spacing: 0.22em; color: var(--gold-deep); }
.tool-cards a h5 { font-family: var(--font-d); font-weight: 700; font-size: 16.5px; margin: 8px 0 4px; }
.tool-cards a p { font-size: 13px; color: var(--grey); }
.chiprow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chiprow button { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.08em; padding: 10px 14px; border: 1px solid rgba(255,255,255,0.22); color: #d8d2c2; background: rgba(255,255,255,0.04); cursor: pointer; transition: all .15s ease; }
.chiprow button:hover { border-color: var(--gold); color: #fff; }
.chiprow button.sel { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 700; }
.chiprow.light button { border-color: rgba(22,19,13,0.25); color: var(--ink-soft); background: var(--paper-hi); }
.chiprow.light button:hover { border-color: var(--gold-deep); color: var(--ink); }
.chiprow.light button.sel { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.kq-n.gd { color: var(--gold-deep); }
.lq { margin-bottom: 24px; }
.uc-out { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.uc-empty { font-family: var(--font-m); font-size: 10.5px; letter-spacing: 0.1em; color: #8a8472; border: 1px dashed rgba(255,255,255,0.2); padding: 26px; text-align: center; }
.uc-item { border: 1px solid rgba(255,255,255,0.13); background: rgba(255,255,255,0.045); padding: 16px 18px; }
.uc-top { display: flex; justify-content: space-between; margin-bottom: 6px; }
.uc-nr { font-family: var(--font-m); font-size: 10px; color: #8a8472; letter-spacing: 0.16em; }
.uc-tag { font-family: var(--font-m); font-size: 9px; letter-spacing: 0.16em; color: var(--gold); }
.uc-item h5 { font-family: var(--font-d); font-weight: 700; font-size: 15.5px; color: #fff; margin-bottom: 4px; }
.uc-item p { font-size: 13px; color: #b6ad98; line-height: 1.55; }
.lresult { background: var(--paper-hi); border: 1px solid var(--hairline); padding: 26px; }
.lresult pre { font-family: var(--font-b); font-size: 13.5px; line-height: 1.7; color: var(--ink-soft); white-space: pre-wrap; margin: 14px 0 16px; }
.copybtn { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.14em; background: var(--ink); color: var(--gold); border: 0; padding: 11px 18px; cursor: pointer; }
.copybtn:disabled { opacity: 0.35; cursor: default; }
.tin { width: 100%; font-family: var(--font-b); font-size: 14.5px; background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.18); padding: 14px 16px; outline: none; resize: vertical; margin-top: 10px; }
.tin:focus { border-color: var(--gold); }
.tin::placeholder { color: #8a8472; }
.pc-pre { font-family: var(--font-m); font-size: 12px; line-height: 1.75; color: #e8e2d2; white-space: pre-wrap; margin: 0; }
#prompt .copybtn { background: var(--gold); color: var(--ink); margin-top: 12px; }
.trow { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 15px 0; border-top: 1px solid var(--hairline); font-size: 14.5px; color: var(--ink-soft); }
.tsw { display: flex; gap: 6px; flex-shrink: 0; }
.tsw button { font-family: var(--font-m); font-size: 10px; letter-spacing: 0.1em; padding: 8px 14px; border: 1px solid rgba(22,19,13,0.25); background: var(--paper-hi); color: var(--ink-soft); cursor: pointer; }
.tsw button.sel { background: var(--ink); color: var(--gold); border-color: var(--ink); font-weight: 700; }
.prio-item { border-top: 1px solid var(--hairline); padding: 12px 0; }
.prio-item b { font-family: var(--font-d); font-size: 14.5px; }
.prio-item p { font-size: 13px; color: var(--grey); margin-top: 4px; line-height: 1.55; }
@media (max-width: 940px) { .tool-cards { grid-template-columns: 1fr; } }


/* ---------- gouden-uur grading: gebakken in assets/coast-hero-graded.jpg ---------- */
/* ---------- levende zee: continue SVG-displacement (geen losse frames) ---------- */
.sea { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none;
  transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .sea { display: none; } }
.hero-gold { display: none; }
