/* ============================================================
   OnDestination - Home page styles
   Built on the OnDestination design system (colors_and_type.css).
   Dark "event" mode is the primary canvas; warm beige "paper"
   bands break the rhythm. ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #000;
  color: #F8F5EE;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
/* Beat .od a { text-decoration: underline } from colors_and_type.css */
.od a { text-decoration: none; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; width: 100%; }

/* shared display heading */
.kard { font-family: 'Kardige', sans-serif; font-weight: 400; letter-spacing: -.025em; }

/* eyebrow - witte tekst met groene // slash */
.eye {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: #F8F5EE; margin: 0 0 18px;
  display: inline-flex; align-items: baseline; gap: 9px;
}
.eye::before { content: "//"; color: #6FE000; letter-spacing: 1px; }
.eye.dark { color: #15140F; }
.eye.dark::before { color: #3F8A00; }

/* Vinkjes in feature-lijsten -> typografische groene slash (site-breed) */
.apd-vb-dot, .apd-checklist-item-icon {
  background: none !important; border: none !important; box-shadow: none !important;
  width: auto !important; height: auto !important; min-width: 0 !important;
  border-radius: 0 !important; display: inline-flex !important; align-items: baseline;
}
.apd-vb-dot > svg, .apd-checklist-item-icon > svg, .br-feat li > svg { display: none !important; }
.apd-vb-dot::before, .apd-checklist-item-icon::before {
  content: "/"; color: #6FE000; font-family: 'Kardige', sans-serif; font-weight: 400;
  font-size: 19px; line-height: .9;
}
.br-feat li::before {
  content: "/"; color: #6FE000; font-family: 'Kardige', sans-serif; font-weight: 400;
  font-size: 18px; line-height: 1.2; flex-shrink: 0;
}
.chk {
  background: none !important; border: 0 !important; box-shadow: none !important;
  width: auto !important; height: auto !important; border-radius: 0 !important;
}
.chk > svg { display: none !important; }
.chk::before { content: "/"; color: #6FE000; font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 17px; line-height: 1; }

/* Stapnummers -> mono groen cijfer; breuk-noemer ALLEEN waar het cijfer
   groot genoeg is om de "/0N" leesbaar te tonen (refurbished 40px, proces 18px).
   Op de kleine cijfers (artiest 13px, bedankt 14px, partner 10.5px) is de breuk
   onleesbaar/lelijk, dus daar tonen we alleen het cijfer. */
.step .step-num, .step .step-n, .ty-step .ty-step-n, .apd-step .apd-step-num, .proc-step .pn {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace !important;
  color: #6FE000 !important; background: none !important; -webkit-text-stroke: 0 !important;
  font-weight: 600 !important; letter-spacing: 0 !important; gap: 2px !important;
}
/* Stapnummers op lichte kaarten: dieper groen voor leesbaarheid (fel groen op wit = te flets) */
.proc-step .pn, .step .step-num { color: #3F8A00 !important; }
/* breuk behouden: alleen waar het cijfer groot genoeg is (refurbished 40px) */
.step .step-n::after { content: "/04" !important; }
.step .step-n::after {
  color: rgba(111,224,0,.5) !important; font-size: .5em !important; font-weight: 600 !important;
  letter-spacing: 0 !important; flex: none !important; width: auto !important; height: auto !important;
  background: none !important; margin: 0 !important; border: 0 !important;
}
/* breuk weg (te klein/onleesbaar) -> alleen het cijfer.
   Incl. proces-stappen (18px): /0N was daar te klein. */
.step .step-num::after, .ty-step .ty-step-n::after,
.apd-step .apd-step-num::after, .proc-step .pn::after { content: none !important; }

/* Bedankt-pagina's: telefoonnummer nooit midden in het nummer afbreken,
   zodat het als geheel naar de volgende regel zakt. */
.ty-note-txt a[href^="tel:"] { white-space: nowrap; }

/* Footer-openingstijden: het tijdvak xx:xx - xx:xx nooit afbreken */
.fc-block p b { white-space: nowrap; }

/* Bedankt-pagina's: bespoke succes-mark - geluidsgolf rond de check
   (knipoog naar audio/events), i.p.v. de generieke groene cirkel. */
.ty-check {
  background: none !important; border: 0 !important;
  width: 88px !important; height: 88px !important; border-radius: 0 !important;
  position: relative !important; display: grid !important; place-items: center !important;
}
.ty-check::before, .ty-check::after {
  content: "" !important; position: absolute !important; inset: 0 !important; margin: auto !important;
  border-radius: 50% !important; border: 2px solid transparent !important;
  background: none !important; animation: none !important; display: block !important;
}
.ty-check::before {
  width: 52px !important; height: 52px !important; border-width: 2.4px !important;
  border-left-color: #6FE000 !important; border-right-color: #6FE000 !important;
}
.ty-check::after {
  width: 74px !important; height: 74px !important;
  border-left-color: rgba(111,224,0,.4) !important; border-right-color: rgba(111,224,0,.4) !important;
}
.ty-check svg { width: 30px !important; height: 30px !important; stroke-width: 2.6 !important; }
@media (prefers-reduced-motion: no-preference) {
  .ty-check::before { animation: ty-seal-in 600ms cubic-bezier(.22,.61,.36,1) both !important; }
  .ty-check::after  { animation: ty-seal-in 640ms cubic-bezier(.22,.61,.36,1) 70ms both !important; }
}
@keyframes ty-seal-in { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: none; } }

/* arrow link */
.arrow-link {
  display: inline-flex; align-items: center; gap: 12px; white-space: nowrap;
  font-size: 14px; font-weight: 700; letter-spacing: .02em;
  transition: gap 220ms cubic-bezier(.22,.61,.36,1);
}
.arrow-link .arr {
  width: 34px; height: 34px; border-radius: 999px; background: #6FE000; color: #000;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 220ms cubic-bezier(.22,.61,.36,1);
}
.arrow-link:hover { gap: 16px; }
.arrow-link:hover .arr { transform: translateX(3px); }

/* buttons */
.btn { font: inherit; cursor: pointer; border: 0; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-size: 14px; font-weight: 700; letter-spacing: .02em; padding: 15px 28px; border-radius: 999px;
  transition: all 220ms cubic-bezier(.22,.61,.36,1); }
.btn-primary { background: #6FE000; color: #000; box-shadow: 0 0 0 rgba(111,224,0,0); }
.btn-primary:hover { background: #8BFF1F; box-shadow: 0 0 44px rgba(111,224,0,.5); transform: translateY(-1px); }
/* Force #000 on all green pill anchors - beats .od a (0-1-1) because same spec + later load */
a.btn-primary, a.btn-primary:hover { color: #000; }
a.nav-cta, a.nav-cta:hover { color: #000; }
a.btn-ghost { color: #F8F5EE; }
a.btn-ghost.on-light { color: #0A0A0A; }
.btn-ghost { background: transparent; color: #F8F5EE; border: 1.5px solid rgba(255,255,255,.24); }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.btn-ghost.on-light { color: #0A0A0A; border-color: rgba(0,0,0,.2); }
.btn-ghost.on-light:hover { border-color: rgba(0,0,0,.4); background: rgba(0,0,0,.04); }

/* striped photo placeholders (drop real media in later) */
.ph { position: relative; overflow: hidden;
  background: repeating-linear-gradient(135deg, #141414 0 14px, #191919 14px 28px); }
.ph::after {
  content: attr(data-ph); position: absolute; inset: 0; margin: auto; height: max-content;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 16px;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.34);
}
.ph.paper { background: repeating-linear-gradient(135deg, #d8d6cc 0 14px, #dedcd2 14px 28px); }
.ph.paper::after { color: rgba(0,0,0,.32); }

/* grain + green wash, reusable on dark bands */
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* section vertical rhythm */
.band { position: relative; padding: 120px 0; }
.band.dark { background: #000; color: #F8F5EE; }
.band.ink { background: #0A0A0A; color: #F8F5EE; }
.band.paper { background: #E3E1D8; color: #0A0A0A; }
.band-head { max-width: 1240px; margin: 0 auto 56px; padding: 0 40px; }
.band-head h2 { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.04; margin: 0; }
.band-head .lead { font-size: 18px; line-height: 1.6; margin: 18px 0 0; max-width: 52ch; color: rgba(248,245,238,.7); }
.band.paper .band-head .lead { color: #4A4A4A; }

/* ============================================================
   NAV - MEGA MENU
   ============================================================ */
/* Laat .nav stickyen t.o.v. body i.p.v. de korte #siteHeader-wrapper */
#siteHeader { display: contents; }
.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center;
  gap: 8px; padding: 0 40px; height: 68px;
  background: #0d0d0d;
  border-bottom: 1px solid rgba(255,255,255,.07); }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0;
  font-family: 'Luxe Uno', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.logo-icon { height: 22px; width: auto; flex-shrink: 0; }
.logo-on { color: #6FE000; }
.logo-dest { color: #F8F5EE; }

/* Desktop menu strip */
.nm { display: flex; align-items: center; gap: 2px; flex: 1; padding: 0 18px; }

/* Nav item wrapper */
.ni { position: relative; display: flex; align-items: center; }

/* Trigger button */
.ni-btn { background: none; border: 0; font: inherit; font-size: 14px; font-weight: 700;
  color: rgba(248,245,238,.82); padding: 8px 11px; border-radius: 8px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  transition: color 160ms, background 160ms; }
.ni-btn:hover, .ni.is-open > .ni-btn { color: #F8F5EE; }

/* Chevron */
.ni-chev { transition: transform 240ms cubic-bezier(.22,.61,.36,1); flex-shrink: 0; color: rgba(255,255,255,.45); }
.ni.is-open .ni-chev { transform: rotate(180deg); color: #6FE000; }
.ni.is-open .cta-chev .ni-chev { color: #000; }

/* Direct link - scoped to nav to beat .od a specificity */
.nav .ni-link { font-size: 14px; font-weight: 600; color: rgba(248,245,238,.7); padding: 8px 11px;
  white-space: nowrap; transition: color 160ms; display: inline-block; }
.nav .ni-link:hover { color: #F8F5EE; }
/* Refurbished - subtiel onderscheiden als aparte webshop */
.nav .ni-link-shop { display: inline-flex; align-items: center; gap: 7px; }
.nav .ni-link-shop::before { content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #6FE000; flex-shrink: 0; }
/* Actieve pagina - groen onderstreept */
.nav .ni-link.active, .nav .ni.active > .ni-btn { color: #6FE000;
  text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.nav .ni.active .ni-chev { color: #6FE000; }
.nav .ni-soon::after { content: "Binnenkort"; font-size: 9px; font-weight: 700; letter-spacing: .08em;
  background: rgba(111,224,0,.16); color: #6FE000; padding: 2px 6px; border-radius: 999px;
  margin-left: 5px; text-transform: uppercase; vertical-align: middle; }
/* Thin separator between dropdown triggers and direct links */
.nm-sep { width: 1px; height: 18px; background: rgba(255,255,255,.14); margin: 0 6px; flex-shrink: 0; }

/* Panels - shared base */
.ni-panel { position: absolute; top: calc(100% + 10px); left: 0; z-index: 200;
  background: #0d0d0d; border: 1px solid rgba(255,255,255,.13); border-radius: 20px;
  box-shadow: 0 28px 72px rgba(0,0,0,.65); padding: 10px;
  opacity: 0; pointer-events: none; transform: translateY(-8px);
  transition: opacity 200ms ease, transform 200ms ease; }
.ni.is-open .ni-panel { opacity: 1; pointer-events: auto; transform: none; }

/* Drop panel */
.ni-drop { min-width: 248px; }
.ni-over { min-width: 320px; }

/* CTA dropdown - right-aligned */
.ni-cta-drop { right: 0; left: auto; min-width: 220px; }

/* Mega panel */
.ni-mega { width: 700px; padding: 0; overflow: hidden; }
.mega-layout { display: grid; grid-template-columns: 210px 1fr; }
.mega-side { padding: 22px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.mega-side .eye { margin-bottom: 10px; }
.mega-side > p { font-size: 13.5px; line-height: 1.55; color: rgba(248,245,238,.58); margin: 0 0 18px; }
.ni-panel .ni-featured { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700;
  color: #6FE000; padding: 11px 13px; background: rgba(111,224,0,.1); border-radius: 11px;
  border: 1px solid rgba(111,224,0,.2); transition: all 200ms; margin-bottom: 8px; text-decoration: none; }
.ni-panel .ni-featured:hover { background: rgba(111,224,0,.18); border-color: rgba(111,224,0,.38); }
.ni-panel .ni-all-link { font-size: 13px; font-weight: 600; color: rgba(248,245,238,.5); display: block;
  padding: 4px 0; transition: color 160ms; text-decoration: none; }
.ni-panel .ni-all-link:hover { color: #6FE000; }
.mega-links { padding: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; align-content: start; }

/* Drop links - scoped under .ni-panel to beat .od a specificity */
.ni-panel .dp-link { display: block; padding: 10px 13px; border-radius: 10px; font-size: 14px;
  color: rgba(248,245,238,.76); text-decoration: none; transition: background 150ms, color 150ms; }
.ni-panel .dp-link:hover { background: rgba(255,255,255,.07); color: #F8F5EE; }
.ni-panel .dp-link-lg { font-size: 15px; font-weight: 500; }
.dp-label { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.32); font-weight: 700; margin: 4px 0 2px; padding: 0 13px; display: block; }
.dp-sep { height: 1px; background: rgba(255,255,255,.08); margin: 8px 10px; }
.ni-panel .dp-cta { color: #6FE000; font-weight: 700; font-size: 13.5px; }
.dp-geo { margin-top: 4px; }
.geo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.ni-panel .geo-grid a { display: block; font-size: 12.5px; padding: 7px 13px; border-radius: 8px;
  color: rgba(248,245,238,.62); text-decoration: none; transition: all 150ms; }
.ni-panel .geo-grid a:hover { background: rgba(255,255,255,.07); color: #F8F5EE; }

/* Right side */
.nav-r { display: flex; align-items: center; gap: 4px; flex-shrink: 0; margin-left: auto; }
.nav-r .ni-link { color: rgba(248,245,238,.72); font-size: 14px; }

/* CTA button - simple pill */
.nav-cta { display: inline-flex; align-items: center; background: #6FE000; color: #000; font: inherit;
  font-weight: 700; font-size: 13.5px; letter-spacing: .02em; white-space: nowrap;
  padding: 10px 22px; border-radius: 999px; border: 0; cursor: pointer;
  transition: background 220ms, box-shadow 220ms; text-decoration: none; }
.nav-cta:hover { background: #8BFF1F; box-shadow: 0 0 28px rgba(111,224,0,.4); }

/* Taalschakelaar NL / EN */
.nav-lang { display: inline-flex; align-items: center; gap: 8px; margin-right: 4px; }
.nav-lang-opt { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: rgba(248,245,238,.4);
  text-decoration: none; transition: color 160ms; padding: 2px 1px; }
.nav-lang-opt:hover { color: #F8F5EE; }
a.nav-lang-opt.is-active, a.nav-lang-opt.is-active:hover { color: #6FE000; cursor: default; }
.nav-lang-div { width: 1px; height: 12px; background: rgba(255,255,255,.22); }
.nav-lang-opt.is-disabled { color: rgba(248,245,238,.18); cursor: not-allowed; }
a.nav-lang-opt.is-disabled:hover { color: rgba(248,245,238,.18); }
/* mobiel taalblok in overlay - compacte, ingetogen utility-toggle */
.ov-lang { display: inline-flex; gap: 6px; margin: 20px 0 4px; }
.ov-lang-opt { text-align: center; padding: 7px 15px; border-radius: 9px;
  border: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 600;
  color: rgba(248,245,238,.55); text-decoration: none; transition: all 160ms; }
/* a.ov-lang-opt beats .od a (0-1-1) zodat de inactieve taal ingetogen blijft */
a.ov-lang-opt { color: rgba(248,245,238,.55); }
a.ov-lang-opt:hover { color: #F8F5EE; border-color: rgba(255,255,255,.28); }
a.ov-lang-opt.is-active { background: rgba(111,224,0,.12); color: #6FE000; border-color: rgba(111,224,0,.38); }
.ov-lang-opt.is-disabled { color: rgba(248,245,238,.22); }

/* Hamburger */
.nav-ham { display: none; flex-direction: column; justify-content: center; gap: 5.5px;
  width: 38px; height: 38px; background: none; border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px; padding: 9px; cursor: pointer; flex-shrink: 0; }
.nav-ham span { display: block; height: 1.5px; background: #F8F5EE; border-radius: 1px;
  transition: transform 260ms cubic-bezier(.22,.61,.36,1), opacity 160ms; transform-origin: center; }
.nav-ham.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-ham.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-ham.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   MOBILE OVERLAY
   ============================================================ */
.nav-ov { position: fixed; inset: 0; z-index: 90; background: #000; overflow-y: auto;
  transform: translateX(100%); transition: transform 380ms cubic-bezier(.22,.61,.36,1);
  pointer-events: none; }
.nav-ov.is-open { transform: none; pointer-events: auto; }
.ov-scroll { padding: 92px 28px 72px; }
.acc-item { border-bottom: 1px solid rgba(255,255,255,.1); }
.acc-btn { display: flex; width: 100%; align-items: center; justify-content: space-between;
  background: none; border: 0; color: #F8F5EE; font-family: 'Kardige', sans-serif; font-size: 22px;
  letter-spacing: -.02em; font-weight: 400; padding: 20px 0; cursor: pointer; text-align: left; }
.acc-btn .ni-chev { transition: transform 260ms; color: rgba(255,255,255,.4); }
.acc-item.is-open .acc-btn .ni-chev { transform: rotate(180deg); color: #6FE000; }
.acc-body { max-height: 0; overflow: hidden; transition: max-height 360ms ease; }
.acc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; padding: 6px 0 20px; }
.nav-ov .acc-link { display: block; padding: 9px 12px; font-size: 15px; color: rgba(248,245,238,.7);
  border-radius: 8px; transition: all 150ms; text-decoration: none; }
.nav-ov .acc-link:hover { background: rgba(255,255,255,.07); color: #F8F5EE; }
.nav-ov .acc-feat { font-size: 15px; font-weight: 700; color: #6FE000;
  padding: 12px 14px; background: rgba(111,224,0,.1); border-radius: 12px;
  border: 1px solid rgba(111,224,0,.2); margin-bottom: 10px; grid-column: span 2;
  display: block; transition: background 200ms; text-decoration: none; }
.nav-ov .acc-feat:hover { background: rgba(111,224,0,.18); }
.nav-ov .acc-direct { display: flex; align-items: center; justify-content: space-between; padding: 18px 0;
  font-family: 'Kardige', sans-serif; font-size: 22px; letter-spacing: -.02em;
  color: rgba(248,245,238,.82); border-bottom: 1px solid rgba(255,255,255,.08); transition: color 160ms; text-decoration: none; }
.nav-ov .acc-direct:hover { color: #6FE000; }
.ov-cta { margin-top: 36px; display: flex; flex-direction: column; gap: 10px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; background: #000; color: #F8F5EE; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg.ph::after { font-size: 12px; align-items: flex-start; padding-top: 120px; }
.hero-wash { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(1100px 620px at 78% 30%, rgba(111,224,0,.22), transparent 60%),
    radial-gradient(800px 560px at 12% 100%, rgba(111,224,0,.1), transparent 60%),
    linear-gradient(to top, rgba(0,0,0,.94) 4%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.7) 100%);
}
.hero-inner { position: relative; z-index: 4; width: 100%; padding-bottom: 88px; padding-top: 120px; }
.hero .eye { color: #F8F5EE; }
.hero h1 { font-size: clamp(52px, 8vw, 124px); line-height: .96; margin: 0 0 26px; max-width: 14ch; color: #F8F5EE; }
.hero h1 em { font-style: normal; color: #6FE000; text-shadow: 0 0 48px rgba(111,224,0,.4); }
.hero .lead { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; font-weight: 300; color: #DcDcDc; max-width: 56ch; margin: 0 0 36px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-strip { position: relative; z-index: 4; border-top: 1px solid rgba(255,255,255,.1); }
.hero-strip .wrap { display: flex; flex-wrap: wrap; gap: 14px 36px; padding-top: 22px; padding-bottom: 22px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #9a9a9a; }
.hero-strip span { display: inline-flex; align-items: center; gap: 10px; }
.hero-strip span::before { content: ""; width: 5px; height: 5px; background: #6FE000; border-radius: 50%; flex-shrink: 0; }

/* ============================================================
   WIE WIJ ZIJN
   ============================================================ */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.about-photo { position: relative; }
.about-photo .ph { aspect-ratio: 4/5; border-radius: 20px; box-shadow: 0 30px 60px rgba(0,0,0,.18); }
.about-photo .duo-tag { position: absolute; left: 22px; bottom: 22px; background: #000; color: #fff;
  font-size: 12px; font-weight: 600; letter-spacing: .06em; padding: 9px 16px; border-radius: 999px; }
.about-photo .duo-tag b { color: #6FE000; font-weight: 700; }
.about-copy h2 { font-size: clamp(34px, 4.4vw, 60px); line-height: 1.04; margin: 0 0 22px; }
.about-copy p { font-size: 17px; line-height: 1.65; color: #3a3a36; margin: 0 0 18px; max-width: 56ch; }
.about-copy .arrow-link { margin-top: 14px; color: #0A0A0A; }

/* ============================================================
   REVIEWS & PORTFOLIO
   ============================================================ */
.pf-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 14px; margin-bottom: 28px; }
.pf-mosaic .ph { border-radius: 16px; }
.pf-mosaic .ph:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.pf-mosaic .ph:nth-child(2) { grid-column: span 2; }
.pf-mosaic .ph:nth-child(3) { grid-column: span 1; grid-row: span 1; }
.pf-mosaic .ph:nth-child(4) { grid-column: span 1; grid-row: span 1; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.review { background: #141414; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 26px 26px 24px;
  display: flex; flex-direction: column; gap: 16px; transition: border-color 220ms; }
.review:hover { border-color: rgba(111,224,0,.4); }
.review .stars { color: #6FE000; font-size: 15px; letter-spacing: 3px; }
.review p { font-size: 15.5px; line-height: 1.6; margin: 0; color: #E6E6E6; flex: 1; }
.review .who { font-size: 13px; color: #9a9a9a; }
.review .who b { color: #F8F5EE; font-weight: 600; display: block; margin-bottom: 2px; font-size: 14px; }

/* ============================================================
   ARTIESTEN
   ============================================================ */
.artists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.artist { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 2/3;
  box-shadow: 0 26px 56px rgba(0,0,0,.5); transition: transform 260ms cubic-bezier(.22,.61,.36,1); }
.artist:hover { transform: translateY(-5px); }
.artist img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.artist .grad { position: absolute; inset: auto 0 0 0; height: 64%;
  background: linear-gradient(to top, #0a0a0a 26%, rgba(10,10,10,.65) 58%, transparent); }
.artist .meta { position: absolute; left: 0; right: 0; bottom: 22px; padding: 0 24px; }
.artist h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 34px; margin: 0 0 9px; letter-spacing: -.01em; }
.artist .tag { display: inline-block; background: rgba(0,0,0,.42); padding: 5px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; margin-bottom: 11px; }
.artist .desc { font-size: 13px; line-height: 1.5; color: #D4D4D4; margin: 0; }
.artist .badge { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: 9px; color: #fff;
  letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(4px); background: rgba(0,0,0,.3); }
.artist .badge svg { width: 14px; height: 14px; }
.artists-foot { margin-top: 44px; display: flex; justify-content: center; }

/* ============================================================
   STEL JE BELEVING SAMEN
   ============================================================ */
.compose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.compose-copy h2 { font-size: clamp(34px, 4.4vw, 60px); line-height: 1.04; margin: 0 0 20px; }
.compose-copy p { font-size: 17px; line-height: 1.65; color: #4A4A4A; margin: 0 0 28px; max-width: 48ch; }
.blocks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.block { background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 14px; padding: 18px 18px 16px;
  display: flex; align-items: flex-start; gap: 14px; transition: all 220ms cubic-bezier(.22,.61,.36,1); cursor: default; }
.block:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.1); border-color: rgba(111,224,0,.5); }
.block .bnum { font-family: 'Kardige', sans-serif; font-size: 15px; color: #6FE000; line-height: 1; padding-top: 3px; }
.block b { display: block; font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.block span { font-size: 13px; color: #6a6a66; line-height: 1.45; }
.block .check { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,.18);
  flex-shrink: 0; display: grid; place-items: center; transition: all 220ms; }
.block:hover .check { background: #6FE000; border-color: #6FE000; }
.block:hover .check svg { opacity: 1; }
.block .check svg { width: 13px; height: 13px; opacity: 0; transition: opacity 160ms; }

/* ============================================================
   VRIJBLIJVEND ADVIES
   ============================================================ */
.advies { position: relative; text-align: center; overflow: hidden; }
.advies::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(111,224,0,.16), transparent 65%); }
.advies .wrap { position: relative; z-index: 2; }
.advies h2 { font-size: clamp(38px, 5.2vw, 80px); line-height: 1.0; margin: 0 auto 22px; max-width: 16ch; }
.advies h2 em { font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.4); }
.advies p { font-size: 19px; line-height: 1.55; font-weight: 300; color: #D4D4D4; max-width: 50ch; margin: 0 auto 36px; }
.advies-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   REFURBISHED TEASER
   ============================================================ */
.refurb-teaser { padding: 64px 0; }
.refurb-card { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap; background: #141414; border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px; padding: 38px 40px; text-decoration: none;
  transition: border-color 240ms cubic-bezier(.22,.61,.36,1); }
.refurb-card:hover { border-color: rgba(111,224,0,.4); }
.refurb-card-body { flex: 1; min-width: 280px; }
.refurb-card-body .eye { margin-bottom: 14px; }
.refurb-title { font-size: clamp(26px, 3vw, 40px); line-height: 1.06; margin: 0 0 10px; color: #F8F5EE; }
.refurb-text { font-size: 16px; line-height: 1.6; color: rgba(248,245,238,.6); margin: 0; max-width: 52ch; }
.refurb-card .btn { flex-shrink: 0; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post { display: flex; flex-direction: column; gap: 16px; cursor: pointer; }
.post .ph { aspect-ratio: 16/10; border-radius: 16px; transition: transform 260ms cubic-bezier(.22,.61,.36,1); }
.post:hover .ph { transform: translateY(-4px); }
.post .pmeta { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #8a8a86; display: flex; gap: 12px; }
.post .pmeta .cat { color: #3F8A00; font-weight: 700; }
.post h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 25px; line-height: 1.12; letter-spacing: -.01em; margin: 0; }
.post p { font-size: 14.5px; line-height: 1.55; color: #555; margin: 0; }
.blog-foot { margin-top: 48px; display: flex; justify-content: center; }
.blog-foot .arrow-link { color: #0A0A0A; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { position: relative; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: start; }
.contact-left h2 { font-size: clamp(38px, 5vw, 76px); line-height: .98; margin: 0 0 22px; }
.contact-left h2 em { font-style: normal; color: #6FE000; }
.contact-left p { font-size: 18px; line-height: 1.6; font-weight: 300; color: #D4D4D4; max-width: 42ch; margin: 0 0 32px; }
.contact-rows { display: grid; gap: 2px; border-top: 1px solid rgba(255,255,255,.1); }
.crow { display: flex; align-items: flex-start; gap: 18px; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
.crow .ico { width: 42px; height: 42px; border-radius: 12px; background: rgba(111,224,0,.12); color: #6FE000;
  display: grid; place-items: center; flex-shrink: 0; }
.crow .ico svg { width: 20px; height: 20px; }
.crow .ck { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #8a8a86; margin: 0 0 6px; }
.crow .cv { font-size: 18px; margin: 0; color: #F8F5EE; }
.crow .cv a:hover { color: #6FE000; }
.crow .cv.small { font-size: 15px; line-height: 1.6; color: #c7c7c7; }
.socials { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.socials a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px; transition: all 200ms; color: #d7d7d7; }
.socials a:hover { border-color: #6FE000; color: #6FE000; }
.socials svg { width: 15px; height: 15px; }
.contact-foot { margin-top: 30px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* Footer: zustermerk JungleDestination */
.ft-jungle {
  display: inline-flex; align-items: center; gap: 4px 12px; flex-wrap: wrap;
  margin-top: 26px; padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 13px;
  color: #c8c8c2; transition: border-color 180ms, color 180ms; max-width: fit-content;
}
.ft-jungle:hover { border-color: #6FE000; color: #6FE000; }
.ft-jungle .ftj-label {
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(248,245,238,.4); width: 100%;
}
.ft-jungle:hover .ftj-label { color: #6FE000; }
.ft-jungle .ftj-name { font-size: 15px; font-weight: 700; color: #F8F5EE; }
.ft-jungle:hover .ftj-name { color: #6FE000; }
.ft-jungle .ftj-desc { font-size: 12.5px; color: rgba(248,245,238,.5); }
.ft-jungle svg { margin-left: auto; flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #000; color: #D4D4D4; padding: 132px 0 56px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1.9fr 1fr 1fr 1fr 1fr; gap: 64px 56px; }
.footer-brand { max-width: 380px; }
.footer-lockup { display: flex; align-items: center; gap: 15px; margin: 0 0 30px; }
.footer-lockup img { height: 54px; width: auto; }
.footer-lockup .fl-word { font-family: 'Kardige', sans-serif; font-size: 40px; line-height: 1; color: #F8F5EE; letter-spacing: -.01em; }
.footer .tag { font-size: 14px; color: #8a8a86; max-width: 38ch; line-height: 1.72; margin: 0 0 30px; }
.footer .addr { font-size: 13.5px; color: #9a9a96; line-height: 1.95; font-style: normal; margin: 0 0 30px; }
/* Uitgebreid contactblok in de footer-brand */
.footer .ft-contact { display: grid; gap: 15px; margin: 0 0 30px; max-width: 360px; }
.footer .ftc-row { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: start; }
.footer .ftc-lbl { font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: #6f6f6b; padding-top: 3px; font-weight: 700; }
.footer .ftc-val { font-size: 13.5px; line-height: 1.65; color: #9a9a96; }
.footer .ftc-val a { color: #b7b7b2; opacity: 1; }
.footer .ftc-val a:hover { color: #6FE000; }
.footer .ftc-val b { color: #E8E8E3; font-weight: 600; }
.footer .ftc-sub { font-size: 11px; color: #6f6f6b; letter-spacing: .01em; }
.footer .ftc-link { display: inline-block; margin-top: 7px; color: #6FE000 !important; font-size: 12.5px; font-weight: 600; }
.footer .ftc-link:hover { opacity: .8; }
.footer .addr a { color: #9a9a96; opacity: 1; }
.footer .addr a:hover { color: #6FE000; }
.ft-socials { display: flex; gap: 10px; margin-top: 4px; }
.footer .ft-soc { width: 40px; height: 40px; border-radius: 11px; border: 1px solid rgba(255,255,255,.13);
  display: inline-flex; align-items: center; justify-content: center; color: #c8c8c2; opacity: 1; transition: all 180ms; }
.footer .ft-soc svg { width: 18px; height: 18px; }
.footer .ft-soc:hover { background: #6FE000; border-color: #6FE000; color: #000; }
.footer h4 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a86; margin: 0 0 24px; font-weight: 700; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.footer a { font-size: 14px; opacity: .85; transition: opacity 160ms, color 160ms; }
.footer a:hover { color: #6FE000; opacity: 1; }
/* Woordmerk: "On" in merkgroen, net als het logo in de header */
.footer-lockup .fl-word .logo-on { color: #6FE000; }
/* Kolomlinks neutraal - groen alleen als accent bij hover */
.footer .footer-inner ul a { color: rgba(248,245,238,.6); opacity: 1; }
.footer .footer-inner ul a:hover { color: #6FE000; }
.footer-bottom { margin-top: 64px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 28px; font-size: 12.5px; color: #6a6a6a; }
/* Praktische contactstrook onder de kolommen - zelfde raster als de nav, zodat alles uitlijnt */
.footer-contact-strip { margin-top: 60px; padding-top: 46px; border-top: 1px solid rgba(255,255,255,.08);
  display: grid; grid-template-columns: 1.9fr 1fr 1fr 1fr 1fr; gap: 36px 56px; }
.footer-contact-strip .fc-block h4 { margin: 0 0 16px; }
.footer-contact-strip .fc-block p { font-size: 13.5px; line-height: 1.8; color: #9a9a96; margin: 0; }
.footer-contact-strip .fc-block a { font-size: 13.5px; color: #b7b7b2; opacity: 1; }
.footer-contact-strip .fc-block a:hover { color: #6FE000; }
.footer-contact-strip .fc-block b { color: #E8E8E3; font-weight: 600; }
.footer-contact-strip .ftc-link { margin-top: 12px; }
.footer-bottom .fb-legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .fb-legal a { font-size: 12.5px; color: #8a8a86; opacity: 1; }
.footer-bottom .fb-legal a:hover { color: #6FE000; }
.footer-bottom .sig { font-family: 'Kreakers Swash', 'Kreakers', serif; color: #6FE000; font-size: 21px; }

/* ============================================================
   PARTNERS - scrolling marquee
   ============================================================ */
.marquee-wrap { overflow: hidden; position: relative; margin: 0; padding: 8px 0; }
.marquee-wrap::before, .marquee-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee-wrap::before { left: 0; background: linear-gradient(to right, #E3E1D8, transparent); }
.marquee-wrap::after  { right: 0; background: linear-gradient(to left,  #E3E1D8, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; padding: 0 40px;
  animation: marquee-scroll 38s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-tile { background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 14px;
  width: 168px; height: 88px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.pt-ph { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(0,0,0,.22); }
.partners-foot { display: flex; justify-content: center; margin-top: 44px; }
.partners-foot .arrow-link { color: #0A0A0A; }

/* ============================================================
   GELEGENHEDEN
   ============================================================ */
.gelegenheid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gel-card { background: #141414; border: 1px solid rgba(255,255,255,.08); border-radius: 20px;
  padding: 26px 24px 24px; display: flex; flex-direction: column; justify-content: flex-end;
  aspect-ratio: 3/4; position: relative; overflow: hidden; cursor: pointer; text-decoration: none;
  transition: border-color 260ms cubic-bezier(.22,.61,.36,1), transform 260ms cubic-bezier(.22,.61,.36,1); }
.gel-card:hover { border-color: rgba(111,224,0,.44); transform: translateY(-4px); }
.gc-letter { position: absolute; bottom: 45%; left: 50%; transform: translate(-50%, 50%);
  font-family: 'Kardige', sans-serif; font-size: 200px; color: rgba(255,255,255,.035);
  line-height: 1; letter-spacing: -.04em; pointer-events: none; user-select: none; }
.gc-num { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.3);
  margin: 0 0 14px; }
.gel-card h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 26px;
  letter-spacing: -.01em; color: #F8F5EE; margin: 0 0 14px; line-height: 1.1; transition: color 200ms; }
.gel-card:hover h3 { color: #6FE000; }
.gc-arr { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: inline-flex; align-items: center; justify-content: center; transition: all 220ms; flex-shrink: 0; }
.gel-card:hover .gc-arr { background: #6FE000; }
.gel-card:hover .gc-arr svg { stroke: #000; }
.gel-foot { display: flex; justify-content: center; margin-top: 44px; }

/* ============================================================
   SERVICEGEBIEDEN
   ============================================================ */
.sg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 0; }
a.sg-card { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px;
  background: #1a1a1a; border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  color: rgba(248,245,238,.82); font-size: 16px; font-weight: 500;
  transition: background 180ms, border-color 180ms, color 180ms; }
a.sg-card:hover { background: rgba(111,224,0,.1); border-color: rgba(111,224,0,.38); color: #F8F5EE; }
.sg-arrow { opacity: 0; transition: opacity 160ms, transform 160ms; color: #6FE000; font-size: 16px; flex-shrink: 0; }
a.sg-card:hover .sg-arrow { opacity: 1; transform: translateX(4px); }
.sg-foot { display: flex; justify-content: center; margin-top: 40px; }

/* ============================================================
   ANIMATIONS
   Scroll-triggered entrance + hero load. All gated on
   prefers-reduced-motion for accessibility.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  @keyframes fade-rise {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  /* Hero: animate on page load (above fold) */
  .hero-inner { animation: fade-rise 820ms cubic-bezier(.22,.61,.36,1) 140ms both; }
  .hero-strip  { animation: fade-rise 600ms cubic-bezier(.22,.61,.36,1) 480ms both; }
  /* Single elements */
  .anim { opacity: 0; }
  .anim.is-visible { animation: fade-rise 620ms cubic-bezier(.22,.61,.36,1) both; }
  /* Stagger grids: JS sets animationDelay per child */
  .anim-stagger > * { opacity: 0; }
  .anim-stagger.is-visible > * { animation: fade-rise 580ms cubic-bezier(.22,.61,.36,1) both; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1220px) {
  .nm { padding: 0 10px; gap: 0; }
  .ni-btn, .nav .ni-link { font-size: 13.5px; padding: 8px 9px; }
  .nav .ni-soon::after { display: none; }
}
/* De volledige menubalk heeft ~1186px nodig; klap daarom ruim daarvoor in
   naar het hamburgermenu zodat de CTA nooit wordt afgekapt. */
@media (max-width: 1200px) {
  .nav { padding: 0 22px; }
  .nm { display: none; }
  .nav-r .ni-link { display: none; }
  .nav-r .nav-cta { font-size: 13px; padding: 9px 16px; }
  .nav-ham { display: flex; }
}
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: none; }
  .footer-contact-strip { grid-template-columns: 1fr 1fr 1fr; gap: 32px 44px; }
}
@media (max-width: 900px) {
  .wrap { padding: 0 22px; }
  .band { padding: 84px 0; }
  .band-head { padding: 0 22px; }
  .about-grid, .compose-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .reviews, .artists-grid, .blog-grid { grid-template-columns: 1fr; }
  .pf-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .pf-mosaic .ph:nth-child(1) { grid-column: span 2; }
  .blocks { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact-strip { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(44px, 13vw, 80px); }
  .gelegenheid-grid { grid-template-columns: repeat(2, 1fr); }
  .sg-grid { grid-template-columns: repeat(2, 1fr); }
  .marquee-wrap { margin: 0; }
}

/* Actieve pagina in mobiel menu - groen */
.nav-ov .acc-direct.active { color: #6FE000; }
.nav-ov .acc-item.active > .acc-btn { color: #6FE000; }

/* Heel smal scherm: CTA + logo compacter zodat alles past en de
   knop netjes rechts blijft staan */
@media (max-width: 480px) {
  .nav { padding: 0 15px; gap: 6px; }
  .nav-logo { font-size: 17px; }
  .nav-logo .logo-text { font-size: 17px; }
  .nav-r .nav-cta { font-size: 12px; padding: 9px 13px; letter-spacing: 0; }
  .nav-ham { width: 36px; height: 36px; }
}


/* === Sticky header (altijd zichtbaar) + schaduw bij scrollen === */
html { scroll-padding-top: 84px; }
.nav { transition: box-shadow .3s ease, background .3s ease; }
.nav.is-scrolled { box-shadow: 0 6px 26px rgba(0,0,0,.34); }
@media (prefers-reduced-motion: reduce) {
  .nav { transition: none; }
}

/* === Smalle telefoons (<=400px): geen horizontale overflow === */
@media (max-width: 400px) {
  /* Hoofd-header past niet (logo+CTA+NL|EN+ham = ~385px). NL|EN-switch staat ook
     in het mobiele overlay-menu, dus die mag hier weg; krappere header-padding. */
  .nav { padding: 0 12px; }
  .nav-r .nav-lang { display: none; }
  /* Footer: enkele kolom (e-mailkolommen kunnen niet krimpen in 2 koloms grid) */
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact-strip { grid-template-columns: 1fr; }
  .footer-inner > *, .footer-contact-strip > * { min-width: 0; }
}

/* === Smalle telefoons (<=400px): pagina-content past (geen horizontale overflow) === */
@media (max-width: 400px) {
  .sg-grid { grid-template-columns: 1fr; }            /* servicegebied-kaarten 1 kolom */
  .btn { white-space: normal; }                        /* knoppen mogen afbreken i.p.v. uitsteken */
  .svc-cluster-head { flex-wrap: wrap; }               /* "01 / titel / tag" mag wrappen */
  .svc-cluster-head .ct { white-space: normal; }
  .refurb-card { flex-direction: column; align-items: stretch; gap: 20px; }  /* promokaart stapelen */
  .refurb-card-body { min-width: 0; }
}
