/* === Makanfood shared styles — dark night-market theme === */

@font-face {
  font-family: 'Edo SZ';
  src: url('../fonts/edosz.ttf') format('truetype');
  font-display: swap;
}

* { box-sizing: border-box; }

/* Link-reset: anchors erven kleur en zijn niet onderstreept (knoppen/nav/footer stylen zelf) */
a { color: inherit; text-decoration: none; }

/* Design-tokens (zodat var(--…) in header-CSS werkt op alle subpagina's) */
:root {
  --bg:#0B0B0B; --bg-warm:#171410; --surface:#1F1B16;
  --text:#F4EBDD; --text-muted:rgba(244,235,221,0.65); --text-dim:rgba(244,235,221,0.55);
  --border:rgba(244,235,221,0.12); --lime:#8dbe22; --peach:#EBBE94;
}

/* Veiligheidsnet: media schaalt nooit buiten zijn container (mobiel) */
img, svg, video { max-width: 100%; height: auto; }

html, body { overflow-x: clip; max-width: 100%; }
body {
  margin: 0;
  background-color: #0B0B0B;
  color: #EFEBE3;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 400;
  font-feature-settings: "ss01" 1;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.005em;
}

/* === TYPOGRAPHY === */
.font-display, .h-title, .h-sec, .h-mid, .pkg-title, .svc-title, .mega-feat-title, .proc-row .num, .proc-row .title, .wordmark { font-family: 'Anton', sans-serif; }
.font-edo, .edo, .pola-cap, .closing-quote { font-family: 'Edo SZ', sans-serif; }

.h-title { font-size: clamp(2.6rem, 9vw, 8.5rem); line-height: 0.88; letter-spacing: -0.02em; text-transform: uppercase; color: #EFEBE3; }
.h-sec { font-size: clamp(2rem, 5.5vw, 4.5rem); line-height: 0.95; letter-spacing: -0.015em; text-transform: uppercase; color: #EFEBE3; }
.h-mid { font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -0.005em; text-transform: uppercase; color: #EFEBE3; }

.edo { text-transform: lowercase; letter-spacing: -0.01em; color: #8dbe22; display: inline-block; line-height: 0.85; }
.h-title .edo { font-size: 0.85em; transform: translateY(0.04em) rotate(-3deg); }
.h-sec .edo { font-size: 0.95em; transform: translateY(0.04em) rotate(-3deg); }
.h-mid .edo { font-size: 1em; transform: translateY(0.02em) rotate(-3deg); }

.eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: rgba(239,235,227,0.85); display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 11px; border-radius: 9999px; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); background: color-mix(in srgb, currentColor 8%, transparent); }
.eyebrow::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }

/* === LAYOUT === */
.sec { padding: 96px 24px; }
@media (min-width: 768px) { .sec { padding: 130px 48px; } }
.container-x { max-width: 1400px; margin: 0 auto; }
.divider-fade { height: 1px; max-width: 1400px; margin: 0 auto; background: linear-gradient(90deg, transparent, rgba(239,235,227,0.18) 30%, rgba(239,235,227,0.18) 70%, transparent); }

/* === ADVANCED CUSTOM CURSOR (Mr Boost-style with labels) === */
@media (hover: hover) and (pointer: fine) {
  * { cursor: none; }
  #cursorBig, #cursor {
    position: fixed; top: 0; left: 0;
    width: 30px; height: 30px;
    border: 1.5px solid #EFEBE3;
    border-radius: 9999px;
    pointer-events: none; z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.35s cubic-bezier(.7,.2,.3,1), height 0.35s cubic-bezier(.7,.2,.3,1), background 0.3s, border-color 0.3s, color 0.3s, opacity 0.2s, mix-blend-mode 0.3s;
    mix-blend-mode: difference;
    display: grid; place-items: center;
    font-size: 0; color: #0B0B0B;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em; text-transform: uppercase;
  }
  #cursorDot {
    position: fixed; top: 0; left: 0;
    width: 5px; height: 5px;
    background: #8dbe22; border-radius: 9999px;
    pointer-events: none; z-index: 10000;
    transform: translate(-50%, -50%);
  }
  .cursor-grow #cursorBig, .cursor-grow #cursor { width: 70px; height: 70px; background: #8dbe22; border-color: #8dbe22; }
  .cursor-grow #cursorDot { opacity: 0; }
  .cursor-view #cursorBig, .cursor-view #cursor {
    width: 90px; height: 90px;
    background: #8dbe22; border-color: #8dbe22;
    font-size: 12px; mix-blend-mode: normal;
  }
  .cursor-view #cursorBig::before, .cursor-view #cursor::before { content: 'VIEW'; }
  .cursor-view #cursorDot { opacity: 0; }
  .cursor-drag #cursorBig, .cursor-drag #cursor {
    width: 90px; height: 90px;
    background: #EFEBE3; border-color: #EFEBE3;
    font-size: 11px; mix-blend-mode: normal;
  }
  .cursor-drag #cursorBig::before, .cursor-drag #cursor::before { content: '◀ DRAG ▶'; }
  .cursor-drag #cursorDot { opacity: 0; }
  .cursor-plus #cursorBig, .cursor-plus #cursor {
    width: 70px; height: 70px;
    background: #8dbe22; border-color: #8dbe22;
    font-size: 30px; mix-blend-mode: normal;
    font-weight: 100;
  }
  .cursor-plus #cursorBig::before, .cursor-plus #cursor::before { content: '+'; }
  .cursor-plus #cursorDot { opacity: 0; }
}
@media (hover: none), (pointer: coarse) { #cursorBig, #cursor, #cursorDot { display: none; } * { cursor: auto; } }

/* === FULLSCREEN MENU OVERLAY === */
#fullMenu {
  position: fixed; inset: 0; z-index: 100;
  background: #0B0B0B; color: #EFEBE3;
  pointer-events: none; opacity: 0;
  transition: opacity 0.5s;
}
#fullMenu.is-open { pointer-events: auto; opacity: 1; }
.fm-close {
  position: absolute; top: 24px; right: 24px;
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid rgba(239,235,227,0.25);
  background: transparent; color: #EFEBE3;
  display: grid; place-items: center;
  z-index: 110; cursor: pointer;
}
@media (min-width: 768px) { .fm-close { top: 32px; right: 48px; } }
.fm-grid { display: grid; grid-template-columns: 1fr; height: 100%; }
@media (min-width: 1024px) { .fm-grid { grid-template-columns: 1fr 1fr; } }
.fm-nav { padding: 100px 32px 48px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .fm-nav { padding: 120px 64px 64px; } }
.fm-eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239,235,227,0.45); margin-bottom: 32px; }
.fm-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.fm-links li { overflow: hidden; }
.fm-links li a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.95; letter-spacing: -0.01em;
  text-transform: uppercase; color: #EFEBE3;
  transition: color 0.3s, padding-left 0.3s;
  border-bottom: 1px solid rgba(239,235,227,0.12);
  transform: none !important; /* altijd zichtbaar — gsap-reveal mag links niet verbergen */
}
.fm-links li a:hover { color: #8dbe22; padding-left: 24px; }
.fm-links li a::after { content: '→'; opacity: 0; transition: opacity 0.3s, transform 0.3s; font-size: 0.6em; }
.fm-links li a:hover::after { opacity: 1; transform: translateX(8px); }
.fm-meta { margin-top: auto; padding-top: 48px; display: grid; gap: 8px; font-size: 13px; color: rgba(239,235,227,0.65); }
.fm-meta a:hover { color: #8dbe22; }
.fm-meta strong { color: #EFEBE3; display: block; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 6px; }
.fm-preview { position: relative; background: #000; overflow: hidden; display: none; }
@media (min-width: 1024px) { .fm-preview { display: block; } }
.fm-preview-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.6s cubic-bezier(.7,.2,.3,1); }
.fm-preview-img.is-active { opacity: 1; }
.fm-preview::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,11,11,0.4) 0%, transparent 50%); pointer-events: none; }

/* === BUTTONS (advanced slide-fill hover) === */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px; border-radius: 9999px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.02em; line-height: 1;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  white-space: nowrap; border: 0; cursor: pointer;
  overflow: hidden; isolation: isolate;
  transition: color 0.4s cubic-bezier(.7,.2,.3,1), transform 0.35s cubic-bezier(.7,.2,.3,1);
}
.btn::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: #8dbe22; transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(.7,.2,.3,1);
}
.btn:hover::before { transform: translateY(0); }
.btn-ink { background: #EFEBE3; color: #0B0B0B; }
.btn-ink:hover { color: #0B0B0B; }
.btn-lime { background: #8dbe22; color: #0B0B0B; }
.btn-lime::before { background: #EFEBE3; }
.btn-lime:hover { color: #0B0B0B; }
.btn-outline { background: transparent; color: #EFEBE3; border: 1.5px solid #EFEBE3; }
.btn-outline::before { background: #EFEBE3; }
.btn-outline:hover { color: #0B0B0B; border-color: #EFEBE3; }
.btn .arr {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px;
  background: currentColor; border-radius: 9999px;
  transition: transform 0.4s cubic-bezier(.7,.2,.3,1); flex-shrink: 0;
}
.btn .arr svg { color: #0B0B0B; width: 10px; height: 10px; transition: transform 0.4s; }
.btn:hover .arr { transform: translateX(3px) rotate(-45deg); }
.btn-lime .arr { background: #0B0B0B; }
.btn-lime .arr svg { color: #8dbe22; }
.btn-ink .arr { background: #0B0B0B; }
.btn-ink .arr svg { color: #EFEBE3; }
.btn-outline .arr { background: #EFEBE3; }

/* Leading icon (calendar-check etc.) */
.btn .btn-ico { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: -4px; transition: transform 0.4s cubic-bezier(.7,.2,.3,1); flex-shrink: 0; }
.btn .btn-ico svg { width: 18px; height: 18px; color: currentColor; }
.btn:hover .btn-ico { transform: rotate(-6deg) scale(1.08); }
/* Calendar variant — icon zit IN het bolletje (.arr-cal) i.p.v. los ervoor */
.btn .arr.arr-cal svg { width: 13px; height: 13px; }
.btn.btn-cal:hover .arr.arr-cal { transform: translateX(2px) rotate(-4deg); }

/* === LOGO IMG (replaces inline-svg + wordmark) === */
.logo-img { height: 52px; width: auto; display: block; }
@media (max-width: 640px) { .logo-img { height: 44px; } }

/* === LINKS === */
.link-r { position: relative; display: inline-block; }
.link-r::after { content: ''; position: absolute; left:0; bottom: -3px; width: 100%; height: 1.5px; background: currentColor; transform-origin: right; transform: scaleX(0); transition: transform .5s cubic-bezier(.7,.2,.3,1); }
.link-r:hover::after { transform-origin: left; transform: scaleX(1); }
a.body-link { color: #8dbe22; }
a.body-link:hover { opacity: 0.75; }

/* === HEADER === */
#siteHeader { position: fixed; top: 0; left: 0; right: 0; z-index: 50; }
.top-bar { background: #000; color: #EFEBE3; font-size: 12px; padding: 9px 24px; border-bottom: 1px solid rgba(141,190,34,0.15); }
.top-bar-in { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 9999px; background: #8dbe22; margin-right: 8px; animation: pulse-dot 1.8s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }
.top-bar a:hover { color: #8dbe22; }
.top-bar .sep { opacity: 0.4; padding: 0 4px; }
@media (max-width: 768px) { .top-bar { font-size: 11px; padding: 7px 16px; } .top-bar .hide-sm { display: none; } }

.main-bar { background: rgba(11, 11, 11, 0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(239,235,227,0.08); padding: 14px 24px; transition: padding 0.3s; }
.main-bar.scrolled { padding-top: 8px; padding-bottom: 8px; }
.main-bar-in { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
@media (min-width: 768px) { .main-bar { padding-left: 48px; padding-right: 48px; } }

.logo-icon { width: 44px; height: 44px; display: block; flex-shrink: 0; }
.logo-mark { display: inline-flex; align-items: center; gap: 12px; }
.wordmark { color: #EFEBE3; font-style: italic; font-size: 22px; letter-spacing: 0.04em; line-height: 1; transform: skewX(-8deg); white-space: nowrap; }
.wordmark .dot { color: #8dbe22; }

.nav-links { display: none; list-style: none; padding: 0; margin: 0; }
@media (min-width: 1024px) {
  .nav-links { display: flex; align-items: center; gap: 2px; }
  .nav-links > li { position: relative; }
  .nav-links > li > a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 9999px; font-size: 15px; font-weight: 500; color: #EFEBE3; transition: all 0.2s; }
  .nav-links > li > a:hover { background: rgba(239,235,227,0.08); }
  .nav-links > li > a.active { background: #8dbe22; color: #0B0B0B; }
  .nav-links > li.has-mega:hover > a { background: rgba(239,235,227,0.08); }
  .nav-links > li.has-mega:hover > a .caret { transform: rotate(180deg); }
  .nav-links > li > a .caret { width: 9px; height: 9px; transition: transform 0.25s; }
}

.mega { position: absolute; left: 0; right: 0; top: 100%; background: rgba(11, 11, 11, 0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(239,235,227,0.08); box-shadow: 0 30px 50px -20px rgba(0,0,0,0.6); max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(.7,.2,.3,1), opacity 0.3s; opacity: 0; pointer-events: none; }
.has-mega:hover .mega { max-height: 560px; opacity: 1; pointer-events: auto; }
.mega-in { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 40px; max-width: 1400px; margin: 0 auto; padding: 44px 48px; }
.mega-col-eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239,235,227,0.55); font-weight: 500; margin-bottom: 16px; font-family: 'Plus Jakarta Sans', sans-serif; }
.mega-col ul { display: grid; gap: 2px; list-style: none; padding: 0; margin: 0; }
.mega-col ul a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-family: 'Anton'; font-size: 22px; letter-spacing: 0.01em; text-transform: uppercase; border-bottom: 1px solid rgba(239,235,227,0.1); color: #EFEBE3; transition: all 0.2s; }
.mega-col ul a:hover { color: #8dbe22; padding-left: 8px; border-color: #8dbe22; }
.mega-col ul a::after { content: '→'; opacity: 0; transition: opacity 0.2s; }
.mega-col ul a:hover::after { opacity: 1; }
.mega-feat { background: #8dbe22; color: #0B0B0B; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.mega-feat-img { aspect-ratio: 16/9; overflow: hidden; }
.mega-feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.mega-feat:hover .mega-feat-img img { transform: scale(1.05); }
.mega-feat-body { padding: 20px 22px 22px; }
.mega-feat-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #0B0B0B; opacity: 0.7; font-weight: 600; }
.mega-feat-title { font-family: 'Anton'; font-size: 26px; letter-spacing: 0.01em; text-transform: uppercase; margin-top: 6px; line-height: 1; }
.mega-feat-sub { font-size: 13px; color: rgba(11,11,11,0.7); margin-top: 6px; }
.mega-feat-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #0B0B0B; font-weight: 600; font-size: 14px; }

.burger { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 9999px; background: #8dbe22; color: #0B0B0B; border: 0; }
@media (min-width: 1024px) { .burger { display: none; } }

/* Out-of-flow overlay zonder Tailwind-afhankelijkheid (anders duwt het de pagina-inhoud omlaag) */
.mob-menu { position: fixed; inset: 0; z-index: 60; transform: translateY(-100%); transition: transform .6s cubic-bezier(.7,.2,.3,1); }
.mob-menu.open { transform: translateY(0); }

/* ===== UNIFORME HOME-HEADER (#topStack: util-bar + nav) — voor alle subpagina's ===== */
#topStack { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
.util-bar { background: #0B0B0B; color: var(--text); font-size: 14px; padding: 14px 24px; border-bottom: 1px solid rgba(141,190,34,0.25); }
.util-bar-in { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 28px; }
.util-bar a:hover { color: var(--lime); }
.util-bar .sep { opacity: 0.4; padding: 0 8px; }
@media (max-width: 768px) { .util-bar { padding: 10px 16px; font-size: 13px; } .util-bar .hide-sm { display: none; } }
.live-status { display: inline-flex; align-items: center; gap: 14px; color: var(--text); padding: 6px 16px 6px 12px; background: rgba(141,190,34,0.08); border: 1px solid rgba(141,190,34,0.3); border-radius: 9999px; transition: all 0.25s; line-height: 1; }
.live-status:hover { background: rgba(141,190,34,0.15); border-color: rgba(141,190,34,0.5); color: var(--text); }
.live-status .ls-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); animation: pulse-loc 1.6s ease-in-out infinite; flex-shrink: 0; box-shadow: 0 0 0 0 rgba(141,190,34,0.6); }
@keyframes pulse-loc { 0%,100% { box-shadow: 0 0 0 0 rgba(141,190,34,0.7); } 50% { box-shadow: 0 0 0 10px rgba(141,190,34,0); } }
.live-status .ls-label { font-family: 'Anton', sans-serif; color: var(--lime); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; padding-right: 10px; border-right: 1px solid rgba(141,190,34,0.3); }
.live-status .ls-info { font-weight: 600; color: var(--text); }
.live-status .ls-info .ls-sub { color: rgba(244,235,221,0.7); font-weight: 400; margin-left: 4px; }
.live-status .ls-time { color: var(--lime); font-weight: 600; margin-left: 6px; }
.live-status .ls-arrow { display: inline-block; color: var(--lime); transition: transform 0.25s; font-weight: 600; }
.live-status:hover .ls-arrow { transform: translateX(4px); }
@media (max-width: 768px) { .live-status { padding: 5px 12px 5px 10px; gap: 10px; } .live-status .ls-label { font-size: 11px; padding-right: 8px; } .live-status .ls-info .ls-sub { display: none; } .live-status .ls-time, .live-status .ls-arrow { display: none; } }
@media (max-width: 480px) { .live-status .ls-label { display: none; } }
.nav { background: rgba(11,11,11,0.96); border-bottom: 1px solid var(--border); padding: 18px 24px; }
.nav-in { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.nav .logo { display: inline-flex; align-items: center; gap: 12px; }
.nav .logo-img { height: 68px; width: auto; display: block; }
@media (max-width: 640px) { .nav .logo-img { height: 54px; } }
.nav .nav-links { display: none; }
@media (min-width: 1024px) {
  .nav .nav-links { display: flex; gap: 4px; align-items: center; list-style: none; padding: 0; margin: 0; }
  .nav .nav-links > li > a { display: inline-block; padding: 10px 16px; border-radius: 9999px; font-size: 15px; font-weight: 500; transition: all 0.2s; color: var(--text); }
  .nav .nav-links > li > a:hover { background: rgba(244,235,221,0.08); }
  .nav .nav-links > li > a.active { background: var(--lime); color: #0B0B0B; }
}
.nav-in .burger { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 9999px; background: #0B0B0B; color: #8dbe22; border: 0; cursor: pointer; }
@media (min-width: 1024px) { .nav-in .burger { display: none; } }
.nav-in .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; background: var(--text); color: #0B0B0B; border-radius: 9999px; font-weight: 600; font-size: 14px; line-height: 1; border: 0; transition: background 0.3s, color 0.3s; }
.nav-in .btn:hover { background: var(--lime); color: #0B0B0B; }
.nav-in .btn .btn-ico { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: -2px; }
.nav-in .btn .btn-ico svg { width: 18px; height: 18px; color: currentColor; }

/* === POLAROID === */
.pola { background: white; padding: 12px 12px 44px 12px; position: relative; }
.pola img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pola-img { aspect-ratio: 4/5; overflow: hidden; background: #0B0B0B; }
.pola-cap { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; text-transform: lowercase; font-size: 16px; color: #0B0B0B; }
.pola-tape { position: absolute; top: -8px; left: 38%; background: #8dbe22; color: #0B0B0B; padding: 4px 14px; font-family: 'Anton'; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; transform: rotate(-4deg); }

/* === HERO SEAL === */
.hero-seal { position: relative; width: 170px; height: 170px; }
@media (min-width: 768px) { .hero-seal { width: 190px; height: 190px; } }
.seal-ring { position: absolute; inset: 0; animation: spin-slow 22s linear infinite; }
@keyframes spin-slow { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.seal-inner { position: absolute; inset: 0; display: grid; place-items: center; }
.seal-inner .core { background: #0B0B0B; color: #EFEBE3; width: 115px; height: 115px; border-radius: 9999px; display: grid; place-items: center; text-align: center; border: 1px solid rgba(141,190,34,0.4); }
@media (min-width: 768px) { .seal-inner .core { width: 128px; height: 128px; } }

/* === TRUST STRIP === */
.trust { display: flex; flex-wrap: wrap; gap: 32px; padding: 28px 0 8px; border-top: 1px solid rgba(239,235,227,0.18); margin-top: 56px; font-size: 14px; color: rgba(239,235,227,0.65); align-items: center; }
.trust strong { color: #EFEBE3; font-weight: 600; }

/* === MARQUEE === */
.marquee-thin { background: #000; color: #EFEBE3; padding: 16px 0; overflow: hidden; border-top: 1px solid rgba(141,190,34,0.18); border-bottom: 1px solid rgba(141,190,34,0.18); }
.marquee-thin .marquee { display: flex; gap: 0; white-space: nowrap; width: max-content; animation: scrollX 38s linear infinite; }
.marquee-thin .marquee span { font-family: 'Anton'; font-size: clamp(1.5rem, 3.5vw, 2.5rem); letter-spacing: 0.01em; line-height: 1; }
.marquee-thin .marquee .star { color: #8dbe22; padding: 0 24px; }
@keyframes scrollX { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* === PAKKET CARDS (cream cards on dark) === */
.pkg-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .pkg-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; } }
.pkg-card { position: relative; background: #FAF3E8; color: #0B0B0B; border-radius: 4px; padding: 36px 32px; transition: transform 0.3s ease; }
.pkg-card:hover { transform: translateY(-4px); }
.pkg-card.feat { background: #8dbe22; color: #0B0B0B; }
.pkg-card.feat:hover { transform: translateY(-4px); }
.pkg-eyebrow { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(11,11,11,0.55); font-weight: 600; }
.pkg-title { font-size: 42px; letter-spacing: 0.01em; line-height: 0.9; margin-top: 4px; text-transform: uppercase; color: #0B0B0B; }
.pkg-sub { font-size: 13px; color: rgba(11,11,11,0.6); margin-top: 8px; }
.pkg-list { display: grid; gap: 11px; margin-top: 24px; padding-top: 24px; border-top: 1px dashed rgba(11,11,11,0.18); list-style: none; padding-left: 0; }
.pkg-list li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; }
.pkg-list li .ck { display: inline-grid; place-items: center; flex-shrink: 0; width: 18px; height: 18px; border-radius: 9999px; background: #0B0B0B; color: #8dbe22; font-weight: 700; font-size: 10px; }
.pkg-list li.no { color: rgba(11,11,11,0.32); }
.pkg-list li.no .ck { background: rgba(11,11,11,0.1); color: rgba(11,11,11,0.4); }
.pkg-price { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(11,11,11,0.15); display: flex; align-items: baseline; gap: 6px; }
.pkg-price .num { font-family: 'Anton'; font-size: 56px; line-height: 0.85; letter-spacing: -0.01em; color: #0B0B0B; }
.pkg-price .per { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(11,11,11,0.55); font-weight: 600; }
.pkg-card .pkg-cta { margin-top: 18px; }
.pkg-ribbon { position: absolute; top: 18px; right: -10px; background: #0B0B0B; color: #8dbe22; padding: 6px 16px; font-family: 'Anton'; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; transform: rotate(3deg); box-shadow: 0 6px 14px rgba(0,0,0,0.3); }
.pkg-card .btn-outline { color: #0B0B0B; border-color: #0B0B0B; }
.pkg-card .btn-outline:hover { background: #0B0B0B; color: #EFEBE3; }
.pkg-card .btn-outline .arr { background: #0B0B0B; }
.pkg-card .btn-outline .arr svg { color: #EFEBE3; }
.pkg-card.feat .btn-ink { background: #0B0B0B; color: #8dbe22; }
.pkg-card.feat .btn-ink:hover { background: #FAF3E8; color: #0B0B0B; }
.pkg-card.feat .btn-ink .arr { background: #8dbe22; }
.pkg-card.feat .btn-ink .arr svg { color: #0B0B0B; }

/* === EXTRAS === */
.extras { padding: 32px 0 0; margin-top: 28px; }
.extras-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(239,235,227,0.15); font-size: 14px; color: rgba(239,235,227,0.85); }
.extras-row span:last-child { font-family: 'Anton'; color: #8dbe22; font-size: 18px; }

/* === SERVICE CARDS === */
.svc { display: block; position: relative; transition: transform 0.4s; }
.svc:hover { transform: translateY(-6px); }
.svc-img { aspect-ratio: 4/5; overflow: hidden; border-radius: 14px; position: relative; background: #171513; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.svc:hover .svc-img img { transform: scale(1.08); }
.svc-pill { position: absolute; top: 14px; left: 14px; background: #8dbe22; color: #0B0B0B; padding: 6px 12px; border-radius: 9999px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.svc-body { padding-top: 16px; }
.svc-title { display: flex; justify-content: space-between; align-items: center; font-family: 'Anton'; font-size: 26px; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1; color: #EFEBE3; }
.svc-title span { color: #8dbe22; }
.svc-meta { font-size: 13px; color: rgba(239,235,227,0.6); margin-top: 6px; }

/* === PROCES ROWS === */
.proc-row { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 28px 0; border-bottom: 1px solid rgba(239,235,227,0.15); align-items: center; transition: background 0.3s; position: relative; }
@media (min-width: 768px) { .proc-row { grid-template-columns: 100px 1fr 1fr 80px; gap: 32px; padding: 36px 0; } }
.proc-row:hover { background: rgba(141, 190, 34, 0.06); }
.proc-row .num { font-family: 'Anton'; font-size: 56px; line-height: 0.9; color: rgba(141,190,34,0.4); transition: color 0.5s, transform 0.5s; }
.proc-row.active .num { color: #8dbe22; transform: translateX(8px); }
.proc-row .title { font-family: 'Anton'; font-size: clamp(1.5rem, 3vw, 2rem); text-transform: uppercase; line-height: 1; color: #EFEBE3; transition: color 0.5s; }
.proc-row.active .title { color: #8dbe22; }
.proc-row p { color: rgba(239,235,227,0.65); font-size: 15px; line-height: 1.55; }
.proc-row .when { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239,235,227,0.5); }
@media (min-width: 768px) { .proc-row .when { text-align: right; } }
.proc-row::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%) scaleX(0); transform-origin: left; width: 100%; height: 1px; background: linear-gradient(90deg, #8dbe22 0%, transparent 80%); transition: transform 0.6s; pointer-events: none; }
.proc-row.active::before { transform: translateY(-50%) scaleX(1); }

/* === STORY STAGE === */
.story-stage { position: relative; min-height: 420px; }
@media (min-width: 768px) { .story-stage { min-height: 560px; } }

/* === IN BEELD pinned horizontal scroll === */
.hs-wrap { position: relative; height: 100vh; min-height: 700px; overflow: hidden; }
.hs-inner { display: flex; align-items: center; height: 100%; }
.hs-title { flex-shrink: 0; width: 38%; padding-left: 48px; padding-right: 48px; }
.hs-track { display: flex; gap: 24px; padding-right: 80px; will-change: transform; align-items: stretch; }
.hs-card { flex-shrink: 0; width: 380px; height: 580px; position: relative; border-radius: 14px; overflow: hidden; background: #171513; border: 1px solid rgba(239,235,227,0.06); }
.hs-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.hs-card:hover img { transform: scale(1.06); }
.hs-card .hs-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; background: linear-gradient(0deg, rgba(11,11,11,0.92), transparent); color: #EFEBE3; }
.hs-card .hs-num { position: absolute; top: 20px; left: 20px; font-family: 'Anton'; font-size: 14px; color: #8dbe22; letter-spacing: 0.25em; }
.hs-card .hs-tag { font-family: 'Edo SZ'; text-transform: lowercase; font-size: 22px; color: #8dbe22; line-height: 0.9; }
.hs-card .hs-meta { font-size: 13px; color: rgba(239,235,227,0.7); margin-top: 4px; }
.hs-card .hs-h { font-family: 'Anton'; text-transform: uppercase; font-size: 26px; line-height: 1; margin-top: 8px; letter-spacing: 0.01em; }
@media (max-width: 1024px) {
  .hs-wrap { height: auto; min-height: 0; overflow-x: auto; overflow-y: hidden; }
  .hs-inner { flex-direction: column; height: auto; }
  .hs-title { width: 100%; padding: 0 24px; }
  .hs-track { padding: 32px 24px; transform: none !important; }
  .hs-card { width: 280px; height: 420px; }
}

/* === CLOSING (dark chapter close) === */
.closing { position: relative; overflow: hidden; padding: 120px 24px; background: #000; }
@media (min-width: 768px) { .closing { padding: 180px 48px; } }
.closing-batik { position: absolute; inset: 0; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' width='160' height='160'%3E%3Cdefs%3E%3Cpattern id='k' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cg fill='none' stroke='%238dbe22' stroke-width='0.9'%3E%3Cellipse cx='20' cy='20' rx='14' ry='7' transform='rotate(-45 20 20)'/%3E%3Cellipse cx='60' cy='20' rx='14' ry='7' transform='rotate(45 60 20)'/%3E%3Cellipse cx='20' cy='60' rx='14' ry='7' transform='rotate(45 20 60)'/%3E%3Cellipse cx='60' cy='60' rx='14' ry='7' transform='rotate(-45 60 60)'/%3E%3Ccircle cx='40' cy='40' r='1.8' fill='%238dbe22' stroke='none'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect width='160' height='160' fill='url(%23k)'/%3E%3C/svg%3E"); background-size: 160px 160px; opacity: 0.08; }

.closing-test { background: transparent; border-top: 1px solid rgba(239,235,227,0.18); border-radius: 0; padding: 32px 0; }
.closing-quote { text-transform: lowercase; font-size: 52px; line-height: 0.8; color: #8dbe22; margin-bottom: 10px; }
.closing-test p.t { font-size: 17px; line-height: 1.5; color: #EFEBE3; }
.closing-test .foot { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(239,235,227,0.15); display: flex; align-items: center; gap: 12px; }
.closing-test .av { width: 40px; height: 40px; border-radius: 9999px; background: #8dbe22; color: #0B0B0B; display: grid; place-items: center; font-family: 'Anton'; font-size: 16px; }
.closing-test .nm { font-weight: 600; font-size: 14px; }
.closing-test .mt { font-size: 12px; color: rgba(239,235,227,0.6); margin-top: 2px; }

/* === HIGHLIGHT === */
.hl-lime { background: linear-gradient(180deg, transparent 65%, #8dbe22 65%, #8dbe22 95%, transparent 95%); padding: 0 6px; color: #0B0B0B; font-weight: 600; }

/* === FORM === */
.field { background: transparent; border: 0; border-bottom: 1.5px solid rgba(239,235,227,0.3); padding: 18px 4px 14px 4px; width: 100%; font-size: 18px; color: #EFEBE3; font-family: 'Plus Jakarta Sans', sans-serif; transition: border-color .25s; }
.field:focus { outline: none; border-color: #8dbe22; }
.field::placeholder { color: rgba(239,235,227,0.4); }
textarea.field { resize: vertical; }
.field-label { display: block; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239,235,227,0.55); font-weight: 500; margin-bottom: 8px; }
select.field { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23EFEBE3' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 6px center; padding-right: 28px; }
select.field option { background: #0B0B0B; color: #EFEBE3; }

.chip { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid rgba(239,235,227,0.35); border-radius: 9999px; padding: 10px 18px; font-size: 14px; font-weight: 500; transition: all .2s; user-select: none; white-space: nowrap; background: transparent; color: #EFEBE3; font-family: 'Plus Jakarta Sans', sans-serif; }
.chip input { display: none; }
.chip:hover { background: rgba(239,235,227,0.08); border-color: #EFEBE3; }
.chip:has(input:checked) { background: #8dbe22; color: #0B0B0B; border-color: #8dbe22; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(141, 190, 34, 0.4); }

/* ===== Cateringkaart accordion (gerechten + aanvraag) ===== */
.kaart-sub { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime); font-weight: 700; margin: 28px 0 4px; }
.cat { border-bottom: 1px solid rgba(239,235,227,0.12); }
.cat > summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 4px; }
.cat > summary::-webkit-details-marker { display: none; }
.cat > summary h3 { font-family: 'Anton', sans-serif; font-size: clamp(1.05rem, 2.4vw, 1.4rem); text-transform: uppercase; letter-spacing: 0.01em; color: #EFEBE3; margin: 0; }
.cat > summary .cnt { font-size: 12px; color: rgba(239,235,227,0.45); font-weight: 600; margin-left: 12px; }
.cat > summary .ico { width: 30px; height: 30px; flex-shrink: 0; border: 1px solid rgba(239,235,227,0.2); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-size: 18px; transition: transform .3s, background .3s; }
.cat[open] > summary .ico { transform: rotate(45deg); background: rgba(141,190,34,0.12); }
.cat:hover > summary h3 { color: var(--lime); }
.cat-body { padding: 0 4px 22px; columns: 2; column-gap: 44px; }
@media (max-width: 640px) { .cat-body { columns: 1; } }
.cat-item { break-inside: avoid; padding: 7px 0; }
.cat-item b { display: block; font-size: 14px; color: #EFEBE3; font-weight: 600; }
.cat-item span { font-size: 12.5px; color: rgba(239,235,227,0.55); line-height: 1.4; }

/* === FAQ === */
details summary { list-style: none; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }
details .plus { transition: transform .4s cubic-bezier(.7,.2,.3,1); }
details[open] .plus { transform: rotate(135deg); }
details .answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s cubic-bezier(.7,.2,.3,1); }
details[open] .answer { grid-template-rows: 1fr; }
details .answer > div { overflow: hidden; }

/* === STEP NUM === */
.step-num { font-family: 'Anton', sans-serif; font-size: clamp(4.5rem, 9vw, 8rem); line-height: 0.9; color: transparent; -webkit-text-stroke: 1.5px rgba(239,235,227,0.5); }

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

/* === REVEAL === */
/* Reveal — alleen verbergen als JS draait; zonder JS staat alles gewoon zichtbaar */
/* verbergregel uitgeschakeld: content mag nooit achter een animatie verdwijnen */
@media (prefers-reduced-motion: reduce) { .js .r-up { opacity: 1; transform: none; } }

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0B0B0B; }
::-webkit-scrollbar-thumb { background: #8dbe22; }

/* === FOOTER === */
.site-footer { padding: 64px 24px 32px; border-top: 1px solid rgba(239,235,227,0.1); background: #000; }
.site-footer .mega-wordmark, .footer-mega { font-family: 'Anton', sans-serif; font-size: clamp(3.5rem, 16vw, 16rem); line-height: 0.82; letter-spacing: -0.02em; text-transform: uppercase; text-align: center; user-select: none; color: #F4EBDD; overflow: hidden; white-space: nowrap; margin-top: 48px; }
.site-footer .mega-wordmark .dot, .footer-mega .dot { color: #8dbe22; }

/* === IMG COVER === */
.img-cover { overflow: hidden; position: relative; }
.img-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.7,.2,.3,1); }
.img-cover:hover img { transform: scale(1.06); }

/* === TAPE === */
.tape { position: absolute; background: #8dbe22; color: #0B0B0B; font-family: 'Anton', sans-serif; font-size: 12px; letter-spacing: 0.16em; padding: 6px 16px; text-transform: uppercase; box-shadow: 0 6px 16px rgba(0,0,0,0.4); border-radius: 2px; z-index: 5; }

/* ===================== IMPOSSIBLE-STYLE ANIMATIONS ===================== */

/* Mask reveal — used on images that "rise" from below */
.mask-reveal { position: relative; overflow: hidden; }
.mask-reveal img { transform: scale(1.2); transition: transform 1.4s cubic-bezier(.7,.2,.3,1); }
.mask-reveal::after { content:''; position: absolute; inset: 0; background: #0B0B0B; transform-origin: bottom; transition: transform 1.2s cubic-bezier(.7,.2,.3,1); }
.mask-reveal.is-in img { transform: scale(1); }
.mask-reveal.is-in::after { transform: scaleY(0); }

/* Word reveal — masked words rising */
.word-stage { display: inline-block; overflow: hidden; vertical-align: top; }
.word-stage > span { display: inline-block; transform: translateY(110%); transition: transform 1s cubic-bezier(.7,.2,.3,1); }
.word-stage.is-in > span { transform: translateY(0); }

/* Rotating word */
.rotator { display: inline-block; vertical-align: baseline; position: relative; }
.rotator .rot-word { display: inline-block; opacity: 0; transform: translateY(20px); transition: all 0.5s cubic-bezier(.7,.2,.3,1); position: absolute; left: 0; white-space: nowrap; color: #8dbe22; }
.rotator .rot-word.is-active { opacity: 1; transform: translateY(0); position: relative; }
.rotator .rot-spacer { display: inline-block; visibility: hidden; }

/* Number counter */
.counter { display: inline-block; }

/* Magnetic button */
.btn { will-change: transform; }

/* 3D tilt cards */
.tilt-card { transform-style: preserve-3d; will-change: transform; transition: transform 0.15s; }
.tilt-card-inner { transform-style: preserve-3d; }
.tilt-card-inner > * { backface-visibility: hidden; }

/* Fade-bg section transition */
.section-fade-bg { transition: background-color 0.6s; }

/* ===================== WIZARD FORM ===================== */
.wizard-wrap { padding: 0 24px 120px; }
@media (min-width: 768px) { .wizard-wrap { padding: 0 48px 160px; } }

.wizard-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 1024px) { .wizard-grid { grid-template-columns: 1fr 340px; gap: 64px; align-items: start; } }

.wizard-main { background: rgba(239,235,227,0.03); border: 1px solid rgba(239,235,227,0.1); border-radius: 24px; padding: 40px 32px; }
@media (min-width: 768px) { .wizard-main { padding: 56px 56px; } }

.wizard-tabs { display: flex; gap: 4px; padding-bottom: 24px; border-bottom: 1px solid rgba(239,235,227,0.12); margin-bottom: 40px; flex-wrap: wrap; }
.wizard-tab { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 9999px; font-size: 13px; font-weight: 500; color: rgba(239,235,227,0.5); border: 1px solid transparent; cursor: pointer; transition: all 0.3s; background: transparent; font-family: 'Poppins'; }
.wizard-tab .tab-num { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 9999px; border: 1px solid currentColor; font-size: 11px; font-weight: 600; }
.wizard-tab.is-active { color: #8dbe22; border-color: rgba(141,190,34,0.4); background: rgba(141,190,34,0.08); }
.wizard-tab.is-active .tab-num { background: #8dbe22; color: #0B0B0B; border-color: #8dbe22; }
.wizard-tab.is-done { color: #8dbe22; }
.wizard-tab.is-done .tab-num { background: #8dbe22; color: #0B0B0B; border-color: #8dbe22; }
.wizard-tab.is-done .tab-num::before { content: '✓'; font-size: 12px; }
.wizard-tab.is-done .tab-num span { display: none; }

.wizard-progress { height: 3px; background: rgba(239,235,227,0.1); border-radius: 9999px; overflow: hidden; margin-bottom: 40px; }
.wizard-progress > div { height: 100%; background: linear-gradient(90deg, #8dbe22, #b3e23a); width: 33.33%; transition: width 0.7s cubic-bezier(.7,.2,.3,1); border-radius: 9999px; }

.wizard-step { display: none; }
.wizard-step.is-active { display: block; animation: stepIn 0.5s cubic-bezier(.7,.2,.3,1); }
@keyframes stepIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }

.wizard-step h3 { font-family: 'Anton'; font-size: clamp(1.5rem, 3vw, 2.25rem); text-transform: uppercase; line-height: 1.1; letter-spacing: 0.005em; margin-bottom: 12px; color: #EFEBE3; }
.wizard-step .step-sub { color: rgba(239,235,227,0.65); margin-bottom: 32px; font-size: 15px; line-height: 1.55; }

.wizard-field-group { margin-bottom: 32px; }
.wizard-field-group:last-child { margin-bottom: 0; }
.wizard-field-group .ql { font-size: 14px; font-weight: 500; color: #EFEBE3; margin-bottom: 14px; display: block; }
.wizard-field-group .ql .req { color: #8dbe22; margin-left: 4px; }
.wizard-field-group .hint { font-size: 12px; color: rgba(239,235,227,0.45); margin-top: 8px; }

/* Visual pakket selector */
.pkg-select { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) { .pkg-select { grid-template-columns: 1fr 1fr 1fr; } }
.pkg-opt { position: relative; border: 1.5px solid rgba(239,235,227,0.2); border-radius: 14px; padding: 20px; cursor: pointer; transition: all 0.25s; background: rgba(239,235,227,0.02); }
.pkg-opt:hover { border-color: rgba(239,235,227,0.4); transform: translateY(-2px); }
.pkg-opt input { position: absolute; opacity: 0; pointer-events: none; }
.pkg-opt:has(input:checked) { border-color: #8dbe22; background: rgba(141,190,34,0.08); }
.pkg-opt:has(input:checked) .pkg-opt-check { opacity: 1; }
.pkg-opt-check { position: absolute; top: 14px; right: 14px; width: 24px; height: 24px; border-radius: 9999px; background: #8dbe22; color: #0B0B0B; display: grid; place-items: center; font-size: 12px; opacity: 0; transition: opacity 0.25s; }
.pkg-opt-name { font-family: 'Anton'; font-size: 24px; line-height: 1; text-transform: uppercase; color: #EFEBE3; }
.pkg-opt-price { font-family: 'Anton'; font-size: 32px; color: #8dbe22; margin-top: 8px; line-height: 1; }
.pkg-opt-price small { font-size: 11px; color: rgba(239,235,227,0.5); letter-spacing: 0.2em; text-transform: uppercase; font-family: 'Poppins'; display: block; margin-top: 4px; }
.pkg-opt-meta { font-size: 12px; color: rgba(239,235,227,0.6); margin-top: 10px; line-height: 1.4; }

/* Guest stepper */
.stepper { display: inline-flex; align-items: center; background: rgba(239,235,227,0.05); border: 1.5px solid rgba(239,235,227,0.2); border-radius: 9999px; padding: 4px; }
.stepper button { width: 40px; height: 40px; border-radius: 9999px; display: grid; place-items: center; border: 0; background: transparent; color: #EFEBE3; cursor: pointer; transition: all 0.2s; font-size: 18px; font-weight: 600; }
.stepper button:hover { background: #8dbe22; color: #0B0B0B; }
.stepper button:disabled { opacity: 0.3; pointer-events: none; }
.stepper input { width: 80px; text-align: center; border: 0; background: transparent; color: #EFEBE3; font-family: 'Anton'; font-size: 28px; font-weight: 400; padding: 0; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper input:focus { outline: none; }

/* Wizard nav */
.wizard-nav { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(239,235,227,0.12); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.wizard-nav .btn-prev { background: transparent; color: rgba(239,235,227,0.6); padding: 14px 8px; display: inline-flex; align-items: center; gap: 8px; border-radius: 9999px; font-size: 14px; transition: color 0.2s; border: 0; cursor: pointer; }
.wizard-nav .btn-prev:hover { color: #EFEBE3; }
.wizard-nav .btn-prev:disabled { opacity: 0; pointer-events: none; }

/* Summary panel */
.wizard-summary { background: rgba(239,235,227,0.04); border: 1px solid rgba(239,235,227,0.12); border-radius: 24px; padding: 28px; position: sticky; top: 100px; backdrop-filter: blur(6px); }
.wizard-summary h4 { font-family: 'Anton'; font-size: 22px; text-transform: uppercase; letter-spacing: 0.005em; line-height: 1; margin-bottom: 6px; }
.wizard-summary .sum-sub { font-size: 12px; color: rgba(239,235,227,0.5); margin-bottom: 24px; }
.wizard-summary dl { display: grid; gap: 18px; margin-bottom: 24px; }
.wizard-summary dl > div { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid rgba(239,235,227,0.08); }
.wizard-summary dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.wizard-summary dt { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239,235,227,0.45); font-weight: 500; }
.wizard-summary dd { font-size: 15px; color: #EFEBE3; font-weight: 500; }
.wizard-summary dd.empty { color: rgba(239,235,227,0.35); font-style: italic; font-weight: 400; font-size: 14px; }
.wizard-summary .total { padding-top: 20px; border-top: 1px solid rgba(239,235,227,0.18); }
.wizard-summary .total small { font-size: 10px; color: rgba(239,235,227,0.5); letter-spacing: 0.22em; text-transform: uppercase; display: block; margin-bottom: 4px; font-weight: 500; }
.wizard-summary .total .num { font-family: 'Anton'; font-size: 36px; color: #8dbe22; line-height: 1; }
.wizard-summary .total .per { font-size: 12px; color: rgba(239,235,227,0.5); letter-spacing: 0.15em; text-transform: uppercase; margin-left: 4px; }
.wizard-summary .total .meta { font-size: 11px; color: rgba(239,235,227,0.45); margin-top: 10px; line-height: 1.4; }

/* ===== UNIFORME FOOTER (gelijk aan homepage) ===== */
.footer { background: #000; color: #F4EBDD; padding: 60px 24px 24px; border-top: 1px solid rgba(244,235,221,0.12); }
@media (min-width: 768px) { .footer { padding: 80px 48px 32px; } }
.footer-in { max-width: 1400px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; } }
.footer-grid h4 { font-family: 'Anton', sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 16px; color: rgba(244,235,221,0.6); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; color: rgba(244,235,221,0.65); }
.footer-grid ul a { color: inherit; text-decoration: none; transition: color 0.25s; }
.footer-grid ul a:hover { color: #8dbe22; }
.footer-meta { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(244,235,221,0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(244,235,221,0.6); }
.footer-meta a { color: inherit; text-decoration: none; transition: color 0.25s; }
.footer-meta a:hover { color: #8dbe22; }

/* ============================================================
   CRAFT-LAAG — typografie, cijfers, klikdoelen, beweging
   ============================================================ */

/* Koppen breken op gelijke regellengte; lopende tekst laat geen los woord achter */
h1, h2, h3,
.block-title, .h-sec, .vh-title, .hs-title h2, .tl-ct, .pkg-name { text-wrap: balance; }
p, .block-sub, .vh-lead, .tl-cx, .num-sub { text-wrap: pretty; }

/* Cijfers houden hun breedte: bedragen en tijden springen niet bij elke wijziging */
.num-big, .vh-stat b, .pkg-price, .b-pkg-price, .tl-year, .step-ic,
.ls-time, .b-total, .b-sum-val, input[type="number"] { font-variant-numeric: tabular-nums; }

/* Klikdoelen: 44px op touch, zonder de lay-out te verschuiven */
.pkg-cta a { min-height: 44px; }
@media (pointer: coarse) {
  .footer-grid ul { gap: 26px; }
  .footer-grid ul a, .fm-meta a, .util-bar .hide-sm a { position: relative; display: inline-block; }
  .footer-grid ul a::after, .fm-meta a::after, .util-bar .hide-sm a::after {
    content: ''; position: absolute; left: 0; right: 0; top: 50%;
    height: 44px; transform: translateY(-50%);
  }
  .live-status { min-height: 44px; }
}

/* Minder beweging: alles wat schuift of pulseert valt terug op een rustige weergave */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none !important; transform: none !important; }
  #cursor, #cursorDot, #cursorBig { display: none !important; }
  body, a, button, summary, input { cursor: auto !important; }
}

/* ===== Reveal-laag (zie assets/js/reveal.js) ===== */
.js .r-up { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s ease; }
.js .r-up.mf-zichtbaar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .r-up { opacity: 1; transform: none; transition: none; }
}

/* Schermvullend menu: dekking hard afdwingen.
   De bestaande regel #fullMenu.is-open won het op deze installatie niet van
   de basisregel, waardoor het menu wel klikbaar werd maar onzichtbaar bleef. */
#fullMenu.is-open { opacity: 1 !important; pointer-events: auto !important; }
#fullMenu.is-open .fm-links li a { transform: none !important; opacity: 1 !important; }
#fullMenu.is-open { background: #0B0B0B !important; }

/* Stappenbalk van het aanvraagformulier viel op mobiel deels achter de vaste
   header. Ruimte reserveren zodat de stappen altijd volledig leesbaar zijn. */
.wizard-tabs { scroll-margin-top: 150px; padding-top: 8px; }
@media (max-width: 900px) {
  .wizard-tabs { position: relative; z-index: 1; padding-top: 14px; margin-bottom: 28px; }
  .wizard-tab { min-height: 44px; }
}
