/* ==========================================================
   Shake by Jan – stylesheet
   Palet: warm inkt (donker) + crème (licht) + goud/bloedsinaasappel
   ========================================================== */
:root {
  --ink: #110e0b;
  --ink-2: #1b1612;
  --ink-3: #2a221b;
  --cream: #f5eee3;
  --cream-2: #ece2d2;
  --paper: #fbf7f0;
  --gold: #d9a441;
  --gold-2: #e9c27a;
  --orange: #e0673a;
  --text-dark: #1b1612;
  --muted-dark: #6b5f52;
  --text-light: #f5eee3;
  --muted-light: #b9ab98;
  --line-dark: rgba(27, 22, 18, .12);
  --line-light: rgba(245, 238, 227, .12);
  --whatsapp: #25d366;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 30px 60px -30px rgba(17, 14, 11, .45);
  --container: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-dark);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.1; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--gold); }
p { margin: 0 0 1em; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 999; background: var(--gold); color: var(--ink); padding: 8px 14px; border-radius: 8px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font: 600 15px/1 var(--sans); letter-spacing: .01em;
  padding: 14px 22px; border-radius: 999px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.btn span[aria-hidden] { transition: transform .25s var(--ease); }
.btn:hover span[aria-hidden] { transform: translateX(4px); }
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: 10px 16px; font-size: 14px; }
.btn--lg { padding: 18px 28px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold); color: var(--ink); box-shadow: 0 12px 30px -12px rgba(217, 164, 65, .7); }
.btn--gold:hover { background: var(--gold-2); }
.btn--ghost { background: transparent; border-color: rgba(245, 238, 227, .3); color: var(--text-light); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--ink-3); }
.btn--whatsapp { background: transparent; color: var(--text-light); border-color: rgba(37, 211, 102, .55); margin-top: 8px; }
.btn--whatsapp svg { width: 20px; height: 20px; color: var(--whatsapp); }
.btn--whatsapp:hover { background: rgba(37, 211, 102, .1); }

.eyebrow {
  font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--dark { color: #a8772a; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  transition: background .35s, backdrop-filter .35s, border-color .35s, padding .35s;
  border-bottom: 1px solid transparent; padding: 10px 0;
}
.header.is-scrolled {
  background: rgba(17, 14, 11, .82); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-color: var(--line-light); padding: 0;
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text-light); }
.logo__mark { width: 34px; height: 34px; color: var(--gold); display: grid; place-items: center; border: 1px solid rgba(217, 164, 65, .45); border-radius: 50%; padding: 6px; }
.logo__mark svg { width: 100%; height: 100%; }
.logo__text { font: 600 21px/1 var(--serif); letter-spacing: -.01em; }
.logo__text em { font-weight: 400; color: var(--gold); }
.nav, .nav__links { display: flex; align-items: center; gap: 26px; }
.nav__label, .nav__wa { display: none; }
.nav__link, .nav__drop {
  position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 8px 0;
  color: var(--muted-light); text-decoration: none; font: 500 15px/1 var(--sans);
  background: none; border: 0; cursor: pointer; transition: color .2s;
}
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .3s var(--ease); }
.nav__link:hover, .nav__drop:hover, .nav__group.is-open .nav__drop, .nav__drop[aria-current] { color: var(--text-light); }
.nav__link:hover::after { right: 0; }
.nav__chev { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s var(--ease); }
.nav__group { position: relative; }
.nav__group:hover .nav__chev, .nav__group.is-open .nav__chev { transform: rotate(180deg); }
.nav__panel {
  position: absolute; top: calc(100% + 16px); left: -18px; width: 330px; padding: 8px;
  background: var(--ink-2); border: 1px solid var(--line-light); border-radius: 16px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s, transform .25s var(--ease), visibility .25s;
}
.nav__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.nav__group:hover .nav__panel, .nav__group.is-open .nav__panel { opacity: 1; visibility: visible; transform: none; }
.nav__item { display: flex; gap: 14px; align-items: baseline; padding: 12px 14px; border-radius: 10px; color: var(--text-light); text-decoration: none; transition: background .2s; }
.nav__item:hover, .nav__item[aria-current="page"] { background: rgba(245, 238, 227, .06); }
.nav__num { min-width: 18px; font: italic 400 13px/1 var(--serif); color: var(--gold); }
.nav__item strong { display: block; font: 500 17px/1.25 var(--serif); }
.nav__item small { display: block; margin-top: 2px; font-size: 13px; color: var(--muted-light); }
.nav__foot { display: flex; align-items: center; }
.nav__cta { padding: 10px 16px; font-size: 14px; }
.burger {
  display: none; position: relative; z-index: 2; width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--line-light); background: rgba(245, 238, 227, .04); transition: border-color .2s, background .2s;
}
.burger:hover, .burger[aria-expanded="true"] { border-color: var(--gold); }
.burger span { position: absolute; left: 14px; right: 14px; height: 1.5px; border-radius: 2px; background: var(--text-light); transition: transform .35s var(--ease), top .35s var(--ease), right .35s var(--ease); }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 26px; right: 19px; }
.burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 22px; right: 14px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--text-light); padding: 150px 0 0; overflow: hidden;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"),
    var(--ink);
}
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 78% 38%, rgba(217, 164, 65, .22), transparent 70%),
    radial-gradient(30% 40% at 90% 70%, rgba(224, 103, 58, .18), transparent 70%),
    radial-gradient(35% 45% at 5% 10%, rgba(217, 164, 65, .08), transparent 70%);
}
.hero__glow--low { background: radial-gradient(45% 55% at 85% 90%, rgba(217, 164, 65, .16), transparent 70%), radial-gradient(35% 45% at 10% 20%, rgba(224, 103, 58, .1), transparent 70%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding-bottom: 90px; }
.hero__title { font-size: clamp(46px, 7.2vw, 96px); font-weight: 400; line-height: .98; letter-spacing: -.025em; margin-bottom: 28px; }
.hero__title em { font-weight: 400; }
.hero__lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted-light); max-width: 34em; margin-bottom: 36px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero__trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line-light); padding-top: 26px; }
.hero__trust li { font-size: 14px; color: var(--muted-light); padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line-light); line-height: 1.4; }
.hero__trust li:last-child { border: 0; margin: 0; padding: 0; }
.hero__trust strong { display: block; font: 500 20px/1.2 var(--serif); color: var(--text-light); }

.hero__visual { position: relative; justify-self: center; width: min(100%, 440px); }
.glass { width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .5)); animation: float 7s ease-in-out infinite; }
.glass__wave { animation: wave 5s linear infinite; }
.glass__garnish { transform-box: fill-box; }
.bubble { fill: #fff3d6; opacity: 0; animation: bubble 3.6s ease-in infinite; }
.b2 { animation-delay: 1s; } .b3 { animation-delay: 2s; } .b4 { animation-delay: 2.7s; }
.sparkles path { animation: twinkle 3s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.sparkles path:nth-child(2) { animation-delay: 1s; }
.sparkles path:nth-child(3) { animation-delay: 2s; }

.badge { position: absolute; left: -8%; bottom: 10%; width: 150px; height: 150px; }
.badge__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 22s linear infinite; }
.badge__ring text { font: 600 14px var(--sans); fill: var(--gold-2); }
.badge__core {
  position: absolute; inset: 26%; border-radius: 50%; background: var(--gold); color: var(--ink);
  display: grid; place-content: center; text-align: center; box-shadow: 0 16px 40px -10px rgba(217, 164, 65, .6);
}
.badge__core small { font: 600 11px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.badge__core strong { font: 600 30px/1 var(--serif); }

.marquee { position: relative; border-block: 1px solid var(--line-light); padding: 20px 0; overflow: hidden; background: var(--ink-2); }
.marquee__track { display: flex; gap: 34px; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span { font: italic 400 24px/1 var(--serif); color: var(--muted-light); white-space: nowrap; }
.marquee__track span:nth-child(even) { color: var(--gold); font-style: normal; font-size: 16px; align-self: center; }

/* ---------- Sections ---------- */
.section { position: relative; padding: clamp(80px, 11vw, 140px) 0; }
.section--cream { background: var(--cream); color: var(--text-dark); }
.section--cream h2 em, .section--cream h3 em { color: #b07a22; }
.section--dark { background: var(--ink); color: var(--text-light); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section__head--left { text-align: left; margin: 0; }
.section h2 { font-size: clamp(36px, 5vw, 62px); letter-spacing: -.02em; }
.section__lead { font-size: 18px; color: var(--muted-dark); }
.section__lead--light, .section--dark .section__lead { color: var(--muted-light); }

.ticks { list-style: none; padding: 0; margin: 0 0 1.5em; }
.ticks li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(176, 122, 34, .14) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M5 9.4l2.6 2.6L13 6.6' fill='none' stroke='%23a8772a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/100% no-repeat;
}
.ticks--light li { color: var(--muted-light); }
.ticks--light li::before { background-color: rgba(217, 164, 65, .16); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M5 9.4l2.6 2.6L13 6.6' fill='none' stroke='%23e9c27a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"); }

/* ---------- Gelegenheden-kaarten ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  position: relative; background: var(--paper); border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: 38px 32px 32px; display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(176, 122, 34, .35); }
.card h3 { font-size: 30px; }
.card p { color: var(--muted-dark); }
.card .ticks { font-size: 15.5px; margin-bottom: 26px; }
.card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--ink); color: var(--gold); display: grid; place-items: center; margin-bottom: 26px; }
.card__icon svg { width: 32px; height: 32px; }
.card__link { margin-top: auto; font-weight: 700; text-decoration: none; color: var(--text-dark); display: inline-flex; gap: 8px; align-items: center; border-top: 1px solid var(--line-dark); padding-top: 20px; }
.card__link span { transition: transform .25s var(--ease); color: #b07a22; }
.card__link:hover span { transform: translateX(5px); }
.card--featured { background: var(--ink); color: var(--text-light); border-color: var(--ink); transform: translateY(-14px); box-shadow: var(--shadow); }
.card--featured:hover { transform: translateY(-20px); border-color: var(--gold); }
.card--featured p, .card--featured .ticks li { color: var(--muted-light); }
.card--featured .ticks li::before { background-color: rgba(217, 164, 65, .16); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M5 9.4l2.6 2.6L13 6.6' fill='none' stroke='%23e9c27a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"); }
.card--featured .card__icon { background: var(--gold); color: var(--ink); }
.card--featured .card__link { color: var(--text-light); border-color: var(--line-light); }
.card--featured .card__link span { color: var(--gold); }
.card__tag { position: absolute; top: 22px; right: 22px; font: 700 11px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 7px 11px; border-radius: 99px; }

/* ---------- Aanbod ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.offer {
  position: relative; border: 1px solid var(--line-light); border-radius: var(--radius); padding: 44px 40px 36px;
  background: linear-gradient(160deg, var(--ink-2), var(--ink)); overflow: hidden;
}
.offer::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(217, 164, 65, .18), transparent 70%); }
.offer__num { font: italic 400 15px/1 var(--serif); color: var(--gold); display: block; margin-bottom: 26px; }
.offer h3 { font-size: 36px; }
.offer p { color: var(--muted-light); }
.offer__price { margin: 8px 0 0; padding-top: 22px; border-top: 1px solid var(--line-light); color: var(--muted-light) !important; }
.offer__price strong { font: 500 30px/1 var(--serif); color: var(--gold-2); margin: 0 4px; }

.included { margin-top: 22px; border-radius: var(--radius); padding: 44px 40px; background: var(--cream); color: var(--text-dark); display: grid; grid-template-columns: .8fr 2fr; gap: 30px 50px; align-items: center; }
.included h3 { font-size: 34px; margin: 0; }
.included h3 em { color: #b07a22; }
.included__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 24px; }
.included__grid li { display: flex; gap: 10px; align-items: baseline; font-weight: 600; font-size: 15.5px; }
.included__ico { color: #b07a22; font-size: 13px; }
.included__note { grid-column: 2; margin: 0; color: var(--muted-dark); font-size: 15px; border-top: 1px solid var(--line-dark); padding-top: 18px; }

/* ---------- Prijs / calculator ---------- */
.price { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.price .section__lead { margin-bottom: 26px; }
.calc { background: var(--paper); border: 1px solid var(--line-dark); border-radius: 24px; padding: 38px; box-shadow: var(--shadow); }
.calc__title { font-size: 26px; margin-bottom: 24px; }
.calc__occasions { border: 0; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.calc__occasions legend { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 10px; padding: 0; }
.calc__occasions label { position: relative; cursor: pointer; }
.calc__occasions input { position: absolute; opacity: 0; }
.calc__occasions span { display: block; text-align: center; padding: 11px 6px; border-radius: 12px; border: 1.5px solid var(--line-dark); font-weight: 600; font-size: 14.5px; transition: all .2s; }
.calc__occasions input:checked + span { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.calc__occasions input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.calc__label { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 14px; }
.calc__label output { font: 500 28px/1 var(--serif); letter-spacing: 0; text-transform: none; color: var(--text-dark); }
/* Eigen schuifregelaar (geen native range): 44px hoog tikgebied, bolletje en balk volgen --pos/--fill.
   touch-action: none zodat de pagina niet meescrollt zolang je vinger op de balk staat. */
.slider {
  position: relative; height: 44px; margin: 2px 0 0; cursor: pointer; outline: none;
  touch-action: none; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;
}
.slider__track { position: absolute; left: 14px; right: 14px; top: 50%; height: 6px; margin-top: -3px; border-radius: 99px; background: var(--cream-2); overflow: hidden; }
.slider__fill { width: var(--fill, 11%); height: 100%; background: var(--gold); }
.slider__thumb {
  position: absolute; top: 50%; left: calc(14px + (100% - 28px) * var(--pos, .11)); width: 28px; height: 28px; margin: -14px 0 0 -14px;
  border-radius: 50%; background: var(--ink); border: 4px solid var(--gold); box-shadow: 0 4px 12px rgba(0, 0, 0, .25); transition: transform .15s var(--ease);
}
.slider.is-dragging .slider__thumb { transform: scale(1.15); }
.slider:focus-visible .slider__thumb { outline: 2px solid var(--gold); outline-offset: 3px; }
.calc__scale { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted-dark); margin-top: 2px; }
.calc__label { align-items: center; margin-bottom: 8px; }
.stepper { display: flex; align-items: center; gap: 6px; }
.stepper__btn { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line-dark); background: var(--paper); font: 500 22px/1 var(--sans); color: var(--text-dark); cursor: pointer; transition: border-color .2s, background .2s; }
.stepper__btn:hover { border-color: var(--gold); background: #fff; }
.stepper input {
  width: 66px; height: 44px; text-align: center; font: 500 24px/1 var(--serif); color: var(--text-dark);
  background: #fff; border: 1.5px solid var(--line-dark); border-radius: 12px; -moz-appearance: textfield; appearance: textfield;
}
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper input:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217, 164, 65, .2); }

[hidden] { display: none !important; }

/* ---------- Aanvraag afronden in de calculator ---------- */
.calc { scroll-margin-top: 90px; }
.calc.is-highlight { animation: calcPulse 1.4s var(--ease); }
@keyframes calcPulse { from { box-shadow: 0 0 0 0 rgba(217, 164, 65, .6), var(--shadow); } to { box-shadow: 0 0 0 20px rgba(217, 164, 65, 0), var(--shadow); } }
.calc__finish { margin-top: 22px; padding-top: 24px; border-top: 1px solid var(--line-dark); scroll-margin-top: 90px; animation: finishIn .45s var(--ease) both; }
@keyframes finishIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.finish__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.chip { display: inline-flex; align-items: center; padding: 8px 13px; border-radius: 99px; background: var(--ink); color: var(--cream); font: 600 13.5px/1 var(--sans); }
.chip--edit { background: none; color: #8a5f1a; border: 1.5px solid var(--line-dark); cursor: pointer; transition: border-color .2s; }
.chip--edit:hover { border-color: var(--gold); }
.finish__title { margin: 0 0 16px; font: 500 22px/1.2 var(--serif); }
.calc__finish .field input { background: #fff; }
.calc__finish .btn { margin-top: 4px; }
.finish__trust { margin: 12px 0 0; text-align: center; font-size: 13px; color: var(--muted-dark); }
.finish__trust a, .finish__wa { color: #1a8f4c; font-weight: 700; text-decoration: none; }
.finish__trust a:hover, .finish__wa:hover { text-decoration: underline; }
.finish__done h4 { margin: 0 0 10px; font: 500 30px/1.1 var(--serif); }
.finish__done h4 em { color: #b07a22; }
.finish__recap { font-weight: 700; color: var(--text-dark); }
.finish__next { margin: 0 0 18px; padding-left: 20px; color: var(--muted-dark); }
.finish__next li { margin-bottom: 6px; }
.calc__total { margin: 26px 0; padding: 24px; border-radius: 16px; background: var(--ink); color: var(--cream); display: grid; gap: 4px; }
.calc__total span { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-light); }
.calc__total strong { font: 500 52px/1 var(--serif); color: var(--gold-2); letter-spacing: -.02em; }
.calc__total small { color: var(--muted-light); font-size: 13px; }
.calc__note { font-size: 13px; color: var(--muted-dark); text-align: center; margin: 14px 0 0; }
.calc__legend { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-dark); margin: 0 0 10px; }

/* ---------- Agenda ---------- */
.cal { border: 1.5px solid var(--line-dark); border-radius: 16px; padding: 14px 14px 10px; margin-bottom: 24px; background: #fff; }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal__month { font: 500 19px/1 var(--serif); text-transform: capitalize; }
.cal__nav { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--line-dark); background: none; font: 400 20px/1 var(--sans); color: var(--text-dark); cursor: pointer; transition: background .2s, border-color .2s; }
.cal__nav:hover:not(:disabled) { background: var(--cream-2); border-color: var(--cream-2); }
.cal__nav:disabled { opacity: .3; cursor: default; }
.cal__dow, .cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.cal__dow span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-dark); padding: 4px 0; }
.cal__day {
  aspect-ratio: 1; max-height: 44px; width: 100%; border: 0; border-radius: 10px; background: none; cursor: pointer;
  font: 600 14.5px/1 var(--sans); color: var(--text-dark); transition: background .15s, color .15s;
}
.cal__day.is-weekend { color: #8a5f1a; }
.cal__day:hover:not(:disabled) { background: var(--cream-2); }
.cal__day.is-today { box-shadow: inset 0 0 0 1.5px var(--gold); }
.cal__day:disabled { color: var(--muted-dark); opacity: .35; cursor: default; }
.cal__day[aria-pressed="true"] { background: var(--ink); color: var(--gold-2); }

/* ---------- Over Jan ---------- */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about__photo { position: relative; }
.about__photo img, .photo-ph { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; }
.photo-ph {
  display: grid; place-content: center; text-align: center; gap: 14px; border: 1px solid var(--line-light);
  background:
    radial-gradient(60% 50% at 50% 35%, rgba(217, 164, 65, .22), transparent 70%),
    repeating-linear-gradient(135deg, rgba(245, 238, 227, .025) 0 2px, transparent 2px 14px),
    var(--ink-2);
}
.photo-ph__mono { font: italic 400 120px/1 var(--serif); color: var(--gold); }
.photo-ph__hint { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); }
.award {
  position: absolute; right: -24px; bottom: 36px; display: flex; gap: 14px; align-items: center;
  background: var(--cream); color: var(--ink); padding: 16px 22px 16px 16px; border-radius: 16px; box-shadow: var(--shadow);
}
.award__ico { width: 48px; height: 48px; border-radius: 12px; background: var(--ink); color: var(--gold); display: grid; place-items: center; }
.award__ico svg { width: 30px; height: 30px; }
.award small { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-dark); }
.award strong { font: 600 19px/1.2 var(--serif); }
.about__copy p { color: var(--muted-light); font-size: 18px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 36px 0 40px; border-block: 1px solid var(--line-light); }
.stats div { padding: 24px 18px 22px 0; }
.stats div + div { padding-left: 22px; border-left: 1px solid var(--line-light); }
.stats dt { font: 400 44px/1 var(--serif); color: var(--gold-2); margin-bottom: 8px; }
.stats dd { margin: 0; font-size: 14px; color: var(--muted-light); }

/* ---------- Stappen ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; top: 32px; left: 8%; right: 8%; height: 1px; background: repeating-linear-gradient(90deg, rgba(176, 122, 34, .5) 0 6px, transparent 6px 12px); }
.steps li { position: relative; text-align: center; padding: 0 10px; }
.steps__n { position: relative; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold); font: italic 400 26px/1 var(--serif); box-shadow: 0 0 0 8px var(--cream); }
.steps h3 { font-size: 24px; }
.steps p { color: var(--muted-dark); font-size: 16px; }

/* ---------- Werkgebied ---------- */
.area { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.chips { list-style: none; padding: 0; margin: 28px 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 14px; font-weight: 600; padding: 8px 14px; border-radius: 99px; border: 1px solid var(--line-light); color: var(--text-light); background: rgba(245, 238, 227, .03); }
.area__note { color: var(--muted-light); font-size: 15px; }
.area__map svg { width: 100%; max-width: 440px; margin-inline: auto; }
.map__main { font: 600 15px var(--sans); fill: var(--text-light); }
.map__radius { font: 600 12px var(--sans); letter-spacing: .2em; fill: var(--gold); }
.map__dots circle { fill: var(--gold-2); }
.map__dots text { font: 500 12.5px var(--sans); fill: var(--muted-light); }
.pulse { transform-origin: 200px 200px; animation: pulse 2.6s ease-out infinite; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq .section__head { position: sticky; top: 120px; }
.faq__list details { border-bottom: 1px solid var(--line-dark); }
.faq__list details:first-child { border-top: 1px solid var(--line-dark); }
.faq__list summary {
  list-style: none; cursor: pointer; padding: 24px 50px 24px 0; position: relative;
  font: 500 21px/1.3 var(--serif); transition: color .2s;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path d='M10 15h10M15 10v10' stroke='%231b1612' stroke-width='1.6' stroke-linecap='round'/></svg>") center/100% no-repeat;
  transition: transform .3s var(--ease), background-color .3s;
}
.faq__list details[open] summary::after { transform: rotate(45deg); background-color: var(--gold); border-color: var(--gold); }
.faq__list summary:hover { color: #8a5f1a; }
.faq__list details p { color: var(--muted-dark); padding-right: 50px; margin-bottom: 24px; }

/* ---------- Aanvragen ---------- */
.cta-section { overflow: hidden; }
.booking { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.booking__copy { position: sticky; top: 120px; }
.booking__copy .section__lead { margin-bottom: 26px; }
.form { background: var(--cream); color: var(--text-dark); border-radius: 24px; padding: 38px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; color: var(--text-dark); }
.opt { font-weight: 500; color: var(--muted-dark); }
.field input, .field select, .field textarea {
  width: 100%; font: 500 16px/1.4 var(--sans); color: var(--text-dark); background: var(--paper);
  border: 1.5px solid var(--line-dark); border-radius: 12px; padding: 13px 14px; transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
}
.field select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%236b5f52' stroke-width='1.6'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; padding-right: 36px; }
.field textarea { resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217, 164, 65, .2); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--orange); }
.hp { position: absolute; left: -9999px; }
.form .btn { margin-top: 6px; }
.form__legal { font-size: 13px; color: var(--muted-dark); text-align: center; margin: 14px 0 0; }
.form__status { margin: 14px 0 0; text-align: center; font-weight: 600; }
.form__status:empty { display: none; }
.form__status.is-error { color: #b0401c; }
.form__done { text-align: center; padding: 40px 10px; }
.form__done h3 { font-size: 34px; }
.form__done h3 em { color: #b07a22; }
.form__done p { color: var(--muted-dark); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--muted-light); padding: 80px 0 110px; border-top: 1px solid var(--line-light); font-size: 15px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer h4 { font: 700 12px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--text-light); margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; }
.footer a { text-decoration: none; transition: color .2s; }
.footer a:hover { color: var(--gold-2); }
.footer__tag { max-width: 30em; margin-top: 18px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--line-light); padding-top: 26px; font-size: 13px; }
.footer__bottom p { margin: 0; }

/* ---------- Zwevend / sticky ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .6);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
.mobilebar { display: none; }

/* ---------- Reveal-animaties ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes wave { from { transform: translateX(0); } to { transform: translateX(-100px); } }
@keyframes bubble { 0% { opacity: 0; transform: translateY(0); } 20% { opacity: .9; } 100% { opacity: 0; transform: translateY(-70px); } }
@keyframes twinkle { 0%, 100% { opacity: .25; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(3.4); opacity: 0; } }
@keyframes navIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- Landingspagina's ---------- */
.hero--page { padding-top: 140px; }
.hero--page .hero__grid { padding-bottom: 80px; }
.hero__title--page { font-size: clamp(40px, 5.6vw, 76px); line-height: 1.02; }
.crumbs { display: flex; gap: 8px; margin-bottom: 22px; font-size: 13px; color: var(--muted-light); }
.crumbs a { color: var(--muted-light); text-decoration: none; }
.crumbs a:hover { color: var(--gold-2); }
.badge__word { font-size: 21px !important; line-height: 1.05 !important; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.intro__copy p { font-size: 18px; color: var(--muted-dark); }
.intro__side-title { font-size: 26px; margin-bottom: 18px; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit { padding: 22px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line-dark); }
.benefit__ico { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 10px; background: var(--ink); color: var(--gold); font-size: 13px; }
.benefit h4 { margin: 0 0 6px; font: 500 19px/1.2 var(--serif); }
.benefit p { margin: 0; font-size: 15px; color: var(--muted-dark); }
.section--dark .steps::before { background: repeating-linear-gradient(90deg, rgba(217, 164, 65, .45) 0 6px, transparent 6px 12px); }
.section--dark .steps__n { background: var(--gold); color: var(--ink); box-shadow: 0 0 0 8px var(--ink); }
.section--dark .steps p { color: var(--muted-light); }
.steps__note { margin: 44px 0 0; text-align: center; font-size: 14px; color: var(--muted-light); }
.price__copy p { color: var(--muted-dark); }
.price__copy a, .intro__copy a, .faq__list a { color: #8a5f1a; }
.section--soft { background: var(--cream-2); color: var(--text-dark); }
.section--soft h2 em { color: #b07a22; }
.related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.related a {
  display: flex; flex-direction: column; gap: 6px; padding: 26px 24px; border-radius: 16px; text-decoration: none;
  background: var(--paper); border: 1px solid var(--line-dark); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.related a:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(176, 122, 34, .35); }
.related strong { font: 500 22px/1.2 var(--serif); }
.related small { font-size: 14px; color: var(--muted-dark); }
.related span { margin-top: 12px; font-size: 14px; font-weight: 700; color: #b07a22; }
.offer__more, .about__more { display: inline-flex; gap: 6px; margin-top: 18px; color: var(--gold-2); font-weight: 600; font-size: 15px; text-decoration: none; }
.offer__more:hover, .about__more:hover { text-decoration: underline; }
.about__photo img { aspect-ratio: 1 / 1; object-position: 30% center; }

/* ---------- Formulier in stappen ---------- */
.form__progress { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.form__progress li { display: flex; align-items: center; gap: 8px; padding-top: 12px; border-top: 3px solid var(--line-dark); font-size: 12.5px; font-weight: 700; color: var(--muted-dark); transition: color .3s, border-color .3s; }
.form__progress span { display: grid; place-items: center; width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: var(--cream-2); font-size: 12px; transition: background .3s, color .3s; }
.form__progress li.is-active, .form__progress li.is-done { color: var(--text-dark); border-color: var(--gold); }
.form__progress li.is-active span, .form__progress li.is-done span { background: var(--ink); color: var(--gold-2); }
.form__step { display: none; min-width: 0; margin: 0; padding: 0; border: 0; }
.form__step.is-active { display: block; animation: stepIn .35s var(--ease); }
.no-js .form__step { display: block; }
.form__legend { padding: 0; margin-bottom: 18px; font: 500 24px/1.2 var(--serif); color: var(--text-dark); }
.form__nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.form__nav .btn { flex: 1; margin-top: 0; }
.form__back { padding: 14px 6px; background: none; border: 0; cursor: pointer; font: 600 15px var(--sans); color: var(--muted-dark); }
.form__back:hover { color: var(--text-dark); }
.form__summary { margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; background: var(--paper); border: 1px solid var(--line-dark); font-size: 14px; font-weight: 600; color: var(--text-dark); }
.form__summary:empty { display: none; }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

/* ---------- Stadspagina's ---------- */
.placecard { padding: 30px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line-dark); }
.placecard h3 { font-size: 26px; margin-bottom: 16px; }
.placecard p { margin: 18px 0 0; font-size: 15px; color: var(--muted-dark); }
.chips--dark { margin: 0; }
.chips--dark li { color: var(--text-dark); border-color: var(--line-dark); background: var(--cream); }
.chips a { color: inherit; text-decoration: none; }
.chips li.is-link { border-color: rgba(217, 164, 65, .6); transition: background .2s; }
.chips li.is-link:hover { background: rgba(217, 164, 65, .14); }
.ideas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.idea { padding: 34px 30px; border-radius: var(--radius); border: 1px solid var(--line-light); background: linear-gradient(160deg, var(--ink-2), var(--ink)); }
.idea__n { display: block; margin-bottom: 20px; font: italic 400 15px/1 var(--serif); color: var(--gold); }
.idea h3 { font-size: 26px; }
.idea p { margin: 0; color: var(--muted-light); }
.actlist { list-style: none; padding: 0; margin: 24px 0 0; border-top: 1px solid var(--line-dark); }
.actlist a { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); color: var(--text-dark) !important; text-decoration: none; }
.actlist strong { display: block; font: 500 21px/1.2 var(--serif); }
.actlist small { font-size: 14px; color: var(--muted-dark); }
.actlist a::after { content: "→"; margin-left: auto; color: #b07a22; transition: transform .25s var(--ease); }
.actlist a:hover::after { transform: translateX(5px); }

/* ---------- Recepten ---------- */
.hero--recipe .recipe-hero { position: relative; max-width: 860px; padding-bottom: 70px; }
.recipe-meta { display: flex; flex-wrap: wrap; gap: 14px 0; list-style: none; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-light); }
.recipe-meta li { padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line-light); }
.recipe-meta li:last-child { padding: 0; margin: 0; border: 0; }
.recipe-meta small { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); }
.recipe-meta strong { font: 500 19px/1.3 var(--serif); color: var(--text-light); }
.recipe { display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: start; }
.recipe__card { position: sticky; top: 110px; padding: 32px; border-radius: 22px; background: var(--ink); color: var(--text-light); box-shadow: var(--shadow); }
.recipe__card .rcard__dot { margin-bottom: 18px; }
.recipe__card-title { font-size: 30px; margin-bottom: 4px; }
.recipe__yield { margin-bottom: 18px; font-size: 14px; color: var(--muted-light); }
.recipe__ing { list-style: none; padding: 0; margin: 0 0 24px; }
.recipe__ing li { display: flex; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line-light); }
.recipe__ing span { min-width: 84px; font-weight: 700; color: var(--gold-2); }
.recipe__card h3 { margin-bottom: 10px; font: 700 12px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.recipe__card p:last-child { margin: 0; font-size: 15px; color: var(--muted-light); }
.recipe__body h2 { margin-top: 1.4em; font-size: clamp(28px, 3.4vw, 40px); }
.recipe__body h2 em { color: #b07a22; }
.recipe__body > p, .recipe__intro p { font-size: 18px; color: var(--muted-dark); }
.recipe__steps { list-style: none; padding: 0; margin: 0; counter-reset: st; }
.recipe__steps li { position: relative; min-height: 40px; padding: 4px 0 22px 58px; counter-increment: st; }
.recipe__steps li::before { content: counter(st); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--gold); font: italic 400 18px/1 var(--serif); }
.recipe__tip { margin: 30px 0 10px; padding: 24px 26px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line-dark); border-left: 4px solid var(--gold); }
.recipe__tip strong { display: block; margin-bottom: 6px; font: 500 20px/1.2 var(--serif); }
.recipe__tip p { margin: 0; color: var(--muted-dark); }
.cta-band { overflow: hidden; }
.ctaband { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ctaband h2 { margin-bottom: 12px; }
.ctaband p:not(.eyebrow) { max-width: 34em; margin: 0; color: var(--muted-light); }
.ctaband__btns { display: flex; flex-wrap: wrap; flex-shrink: 0; gap: 12px; }
.recipes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rcard {
  display: flex; flex-direction: column; padding: 28px; border-radius: 18px; text-decoration: none; color: var(--text-dark);
  background: var(--paper); border: 1px solid var(--line-dark); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.rcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(176, 122, 34, .35); }
.rcard__dot { display: block; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 50%; box-shadow: inset 0 -8px 16px rgba(0, 0, 0, .2); }
.rcard strong { margin-bottom: 8px; font: 500 26px/1.15 var(--serif); }
.rcard p { flex: 1; font-size: 15px; color: var(--muted-dark); }
.rcard small { font-size: 13px; color: var(--muted-dark); }
.rcard__more { margin-top: 16px; font-size: 14px; font-weight: 700; color: #b07a22; }

/* ---------- Cookiebanner ---------- */
.cookie {
  position: fixed; left: 20px; bottom: 20px; z-index: 70; width: min(420px, calc(100% - 40px)); padding: 24px;
  border-radius: 18px; background: var(--ink-2); color: var(--text-light); border: 1px solid var(--line-light);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .7); font-size: 14.5px;
}
.cookie h2 { margin: 0 0 8px; font: 500 22px/1.2 var(--serif); }
.cookie p { margin: 0 0 16px; color: var(--muted-light); }
.cookie a { color: var(--gold-2); }
.cookie__opts { display: grid; gap: 10px; margin: 0 0 16px; }
.cookie__opts label { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border-radius: 12px; border: 1px solid var(--line-light); cursor: pointer; }
.cookie__opts input { margin-top: 3px; accent-color: var(--gold); }
.cookie__opts small { display: block; color: var(--muted-light); }
.cookie__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cookie__btns .btn { padding: 12px 10px; font-size: 14px; white-space: normal; }
.cookie__link { margin-top: 12px; padding: 0; background: none; border: 0; cursor: pointer; font: 500 13px var(--sans); color: var(--muted-light); text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav, .nav__links { gap: 18px; }
  .nav__link, .nav__drop { font-size: 14px; }
  .included { grid-template-columns: 1fr; }
  .included__note { grid-column: 1; }
}

@media (max-width: 960px) {
  /* Mobiel menu: schermvullend. De header verliest zijn blur zolang het menu open is,
     anders wordt de header het 'containing block' en blijft het menu in de balk hangen. */
  .burger { display: block; }
  .logo { position: relative; z-index: 2; }
  body.menu-open { overflow: hidden; }
  body.menu-open .header { background: var(--ink); backdrop-filter: none; -webkit-backdrop-filter: none; border-color: var(--line-light); }
  body.menu-open .mobilebar, body.menu-open .wa-float { display: none; }
  .nav {
    position: fixed; top: 0; left: 0; right: 0; height: 100vh; height: 100dvh; z-index: 1;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    padding: 104px 24px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto;
    background: radial-gradient(70% 40% at 100% 0%, rgba(217, 164, 65, .14), transparent 70%), var(--ink);
    opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
  }
  .nav.is-open { opacity: 1; visibility: visible; }
  .nav__drop { display: none; }
  .nav__label { display: block; margin: 0 0 4px; font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
  .nav__panel { position: static; width: auto; padding: 0; background: none; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav__panel::before { display: none; }
  .nav__item { align-items: center; padding: 15px 0; border-radius: 0; border-bottom: 1px solid var(--line-light); }
  .nav__item:hover, .nav__item[aria-current="page"] { background: none; }
  .nav__item[aria-current="page"] strong { color: var(--gold-2); }
  .nav__item strong { font-size: 25px; }
  .nav__item::after { content: "→"; margin-left: auto; color: var(--gold); font-size: 18px; }
  .nav__links { flex-wrap: wrap; gap: 10px 26px; margin-top: 24px; }
  .nav__link { font-size: 16px; color: var(--text-light); padding: 4px 0; }
  .nav__foot { display: grid; gap: 12px; margin-top: auto; padding-top: 32px; }
  .nav__cta { padding: 18px 28px; font-size: 16px; }
  .nav__wa {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: 999px;
    border: 1.5px solid rgba(37, 211, 102, .5); color: var(--text-light); text-decoration: none; font-weight: 600;
  }
  .nav__wa svg { width: 20px; height: 20px; color: var(--whatsapp); }
  .nav.is-open .nav__label, .nav.is-open .nav__item, .nav.is-open .nav__links, .nav.is-open .nav__foot { animation: navIn .5s var(--ease) both; }
  .nav.is-open .nav__item:nth-child(2) { animation-delay: .04s; }
  .nav.is-open .nav__item:nth-child(3) { animation-delay: .08s; }
  .nav.is-open .nav__item:nth-child(4) { animation-delay: .12s; }
  .nav.is-open .nav__item:nth-child(5) { animation-delay: .16s; }
  .nav.is-open .nav__links { animation-delay: .22s; }
  .nav.is-open .nav__foot { animation-delay: .28s; }
  .intro { grid-template-columns: 1fr; gap: 44px; }
  .related { grid-template-columns: 1fr 1fr; }
  .ideas { grid-template-columns: 1fr; }
  .recipe { grid-template-columns: 1fr; gap: 44px; }
  .recipe__card { position: static; }
  .recipes { grid-template-columns: 1fr 1fr; }
  .ctaband { flex-direction: column; align-items: flex-start; }
  .hero { padding-top: 120px; }
  .hero__grid { grid-template-columns: 1fr; padding-bottom: 60px; }
  .hero__visual { width: min(72%, 320px); }
  .badge { width: 112px; height: 112px; left: -10%; bottom: 14%; }
  .badge__core strong { font-size: 24px; }
  .cards { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .card--featured, .card--featured:hover { transform: none; }
  .split, .price, .about__grid, .area, .faq, .booking { grid-template-columns: 1fr; gap: 44px; }
  .faq .section__head, .booking__copy { position: static; }
  .about__photo { max-width: 460px; }
  .about__photo { margin-bottom: 30px; }
  .award { right: 16px; left: 16px; bottom: -30px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .steps::before { display: none; }
  .included__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero__trust { display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between; }
  .hero__trust li { padding-right: 12px; margin-right: 0; font-size: 12.5px; }
  .hero__trust li + li { padding-left: 12px; }
  .hero__trust strong { font-size: 16px; }
  .wa-float { display: none; }
  .hero__cta .btn { width: 100%; }
  .section__head { margin-bottom: 44px; }
  .card, .offer, .included, .calc, .form { padding: 28px 22px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .calc__total strong { font-size: 44px; }
  .stats dt { font-size: 34px; }
  .stats div + div { padding-left: 14px; }
  .steps { grid-template-columns: 1fr; }
  .included__grid { grid-template-columns: 1fr; }
  .benefits, .related, .recipes { grid-template-columns: 1fr; }
  .form__progress li { font-size: 11px; gap: 6px; }
  .form__legend { font-size: 21px; }
  .recipe-meta li { padding-right: 16px; margin-right: 16px; }
  .recipe-meta strong { font-size: 16px; }
  .cookie { left: 10px; right: 10px; bottom: 10px; width: auto; }
  .faq__list summary { font-size: 19px; }
  .mobilebar__actions { display: flex; gap: 8px; align-items: center; }
  .mobilebar__wa { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--whatsapp); border: 1.5px solid rgba(37, 211, 102, .5); }
  .mobilebar__wa svg { width: 22px; height: 22px; }
  .mobilebar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; align-items: center; justify-content: space-between; gap: 12px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(17, 14, 11, .94); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line-light); color: var(--text-light);
    transform: translateY(110%); transition: transform .35s var(--ease);
  }
  .mobilebar.is-visible { transform: none; }
  .mobilebar small { display: block; font-size: 12px; color: var(--muted-light); }
  .mobilebar strong { font: 500 19px/1.1 var(--serif); }
  .footer__grid { grid-template-columns: 1fr; }
}
