/* Overwinteren in Vietnam. Doelgroep: oudere Nederlandse reizigers, dus
   grote letters, veel contrast, rustige opbouw en ruime klikvlakken. */

@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/fonts/fraunces.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/fonts/fraunces-vi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 400 600; font-display: swap;
  src: url(/fonts/fraunces-italic.woff2) format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/fonts/source-sans-3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(/fonts/source-sans-3-vi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Source Sans 3"; font-style: italic; font-weight: 400; font-display: swap;
  src: url(/fonts/source-sans-3-italic.woff2) format("woff2"); }

:root {
  color-scheme: light;
  --bg: #faf6ee;
  --zand: #f2eadb;
  --wit: #ffffff;
  --inkt: #1b2622;
  --grijs: #56625d;
  --lijn: #e5dccb;
  --jade: #1f5a4c;
  --jade-2: #2d7563;
  --jade-donker: #10352c;
  --goud: #d8a444;
  --goud-zacht: #f3e3bf;
  --rood: #b5352b;
  --rood-donker: #962a21;
  --koud: #6f8194;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;
  --r: 20px;
  --r-klein: 12px;
  --schaduw: 0 1px 2px rgba(16, 53, 44, .06), 0 12px 32px -12px rgba(16, 53, 44, .22);
  --schaduw-groot: 0 30px 70px -30px rgba(16, 53, 44, .45);
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --sectie: clamp(72px, 10vw, 136px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--bg); color: var(--inkt);
  font: 400 clamp(18px, 1.05rem + .25vw, 20px)/1.62 var(--sans);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jade); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--rood); }
:focus-visible { outline: 3px solid var(--goud); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; letter-spacing: -.015em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 1.3rem + 2.8vw, 3.3rem); line-height: 1.08; }
h3 { font-size: clamp(1.25rem, 1.1rem + .5vw, 1.45rem); line-height: 1.25; font-weight: 600; }
p { margin: 0 0 1em; text-wrap: pretty; }
figure { margin: 0; }
.sr, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; top: 12px; left: 12px; z-index: 100; background: var(--wit); padding: 12px 18px; border-radius: 10px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.sectie { padding: var(--sectie) 0; }
.eyebrow {
  font: 700 .82rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase;
  color: var(--rood); margin: 0 0 18px; display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow.licht { color: var(--goud-zacht); }
.kop { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.kop h2 { margin-bottom: 20px; }
.lead { font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); color: var(--grijs); line-height: 1.55; margin: 0; }
.groot { font-family: var(--serif); font-size: clamp(1.3rem, 1.1rem + .7vw, 1.6rem); line-height: 1.45; font-weight: 400; }

/* ── Knoppen ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 28px; border-radius: 999px; border: 2px solid var(--rood);
  background: var(--rood); color: #fff; font: 700 1.05rem/1.2 var(--sans); text-decoration: none;
  cursor: pointer; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 10px 24px -12px rgba(181, 53, 43, .7);
}
.btn:hover { background: var(--rood-donker); border-color: var(--rood-donker); color: #fff; transform: translateY(-1px); }
.btn-groot { min-height: 60px; padding: 16px 34px; font-size: 1.12rem; }
.btn-sm { min-height: 46px; padding: 10px 22px; font-size: 1rem; }
.btn-glas { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .7); box-shadow: none; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn-glas:hover { background: #fff; border-color: #fff; color: var(--jade-donker); }
.btn-vol { width: 100%; }
.btn[disabled] { opacity: .6; cursor: wait; transform: none; }

/* ── Kop ── */
.top { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, box-shadow .3s, color .3s; color: #fff; }
.top-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 84px; }
.top.vast { background: rgba(250, 246, 238, .96); color: var(--inkt); box-shadow: 0 1px 0 var(--lijn), 0 10px 30px -20px rgba(16, 53, 44, .35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.logo { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.logo:hover { color: inherit; }
.logo svg { width: 46px; height: 46px; flex: none; }
.logo .zon { fill: var(--goud); }
.logo .berg { fill: currentColor; opacity: .95; }
.top.vast .logo .berg, .logo-licht .berg { fill: var(--jade-2); }
.logo-licht .berg { fill: #3b8f7a; }
.logo .water { stroke: currentColor; stroke-width: 3; stroke-linecap: round; opacity: .8; }
.top.vast .logo .water { stroke: var(--goud); }
.logo span { font: 600 1.18rem/1.02 var(--serif); letter-spacing: -.01em; }
.logo em { font-style: italic; font-weight: 400; color: var(--goud); }
.top:not(.vast) .logo em { color: var(--goud-zacht); }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.nav a:not(.btn) { color: inherit; text-decoration: none; font-weight: 600; font-size: 1.02rem; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav a:not(.btn):hover { border-bottom-color: var(--goud); }
.menu-btn { display: none; }

@media (max-width: 900px) {
  .top-in { height: 72px; }
  .menu-btn {
    display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
    border: 0; background: rgba(255, 255, 255, .14); color: inherit; cursor: pointer;
  }
  .top.vast .menu-btn { background: var(--zand); }
  .menu-lijn, .menu-lijn::before, .menu-lijn::after { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: currentColor; position: relative; transition: transform .25s, background .25s; }
  .menu-lijn::before, .menu-lijn::after { content: ""; position: absolute; left: 0; }
  .menu-lijn::before { top: -7px; } .menu-lijn::after { top: 7px; }
  .menu-btn[aria-expanded="true"] .menu-lijn { background: transparent; }
  .menu-btn[aria-expanded="true"] .menu-lijn::before { transform: translateY(7px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] .menu-lijn::after { transform: translateY(-7px) rotate(-45deg); }
  .nav {
    position: fixed; inset: 72px 0 auto; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); color: var(--inkt); padding: 8px var(--gutter) 24px;
    box-shadow: 0 30px 40px -20px rgba(16, 53, 44, .4);
    transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .25s;
  }
  .nav.open { transform: none; opacity: 1; visibility: visible; }
  .nav a:not(.btn) { padding: 16px 4px; font-size: 1.2rem; border-bottom: 1px solid var(--lijn); }
  .nav .btn { margin-top: 18px; min-height: 58px; font-size: 1.1rem; }
  .top.menu-open { background: var(--bg); color: var(--inkt); }
  .top.menu-open .logo .berg { fill: var(--jade-2); }
}

/* ── Hero ── */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--jade-donker); }
.hero-img, .hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img img { object-fit: cover; object-position: 50% 55%; animation: kenburns 18s ease-out both; }
@keyframes kenburns { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero-img::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 28, 23, .78) 0%, rgba(8, 28, 23, .45) 45%, rgba(8, 28, 23, .05) 80%),
    linear-gradient(0deg, rgba(8, 28, 23, .75) 0%, rgba(8, 28, 23, 0) 45%),
    linear-gradient(180deg, rgba(8, 28, 23, .45) 0%, rgba(8, 28, 23, 0) 22%);
}
.hero-in { position: relative; width: 100%; padding-top: 140px; padding-bottom: clamp(56px, 10vh, 120px); }
.hero h1 { font-size: clamp(2.7rem, 1.4rem + 5.4vw, 5.6rem); line-height: 1.02; max-width: 13ch; letter-spacing: -.025em; margin-bottom: 26px; text-shadow: 0 2px 30px rgba(0, 0, 0, .25); }
.hero-lead { font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem); max-width: 34em; line-height: 1.5; color: rgba(255, 255, 255, .92); margin-bottom: 36px; }
.hero-knoppen { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero-vertrouwen { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 30px; font-weight: 600; font-size: 1.02rem; }
.hero-vertrouwen li { display: flex; align-items: center; gap: 10px; }
.hero-vertrouwen svg { width: 24px; height: 24px; padding: 3px; border-radius: 50%; background: var(--goud); fill: none; stroke: var(--jade-donker); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hero-in { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.hero-kaartje {
  display: none; align-items: center; gap: 16px; max-width: 330px; padding: 16px 20px 16px 16px;
  border-radius: 18px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); font-size: .95rem; line-height: 1.4;
}
.hero-kaartje img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid var(--goud-zacht); flex: none; }
.hero-kaartje p { margin: 0; color: rgba(255, 255, 255, .9); }
.hero-kaartje strong { display: block; font: 600 1.08rem/1.3 var(--serif); color: #fff; margin-bottom: 2px; }
@media (min-width: 1180px) and (min-height: 700px) { .hero-kaartje { display: flex; } }
@media (max-width: 640px) {
  .hero-img img { object-position: 42% 50%; }
  .hero-in { padding-top: 120px; }
  .hero-knoppen .btn { width: 100%; }
  .hero-vertrouwen { flex-direction: column; gap: 10px; }
}

/* ── Stel u voor ── */
.voorstel-in { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.voorstel h2 { font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4rem); margin-bottom: 18px; }
.thuis { color: var(--koud); font-style: italic; font-size: 1.12rem; display: flex; gap: 12px; align-items: baseline; }
.thuis::before { content: ""; flex: none; width: 18px; height: 18px; transform: translateY(3px);
  background: var(--koud); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.3 7l17.4 10M3.3 17L20.7 7M9 4l3 3 3-3M9 20l3-3 3 3'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.3 7l17.4 10M3.3 17L20.7 7M9 4l3 3 3-3M9 20l3-3 3 3'/%3E%3C/svg%3E") center/contain no-repeat; }
.voorstel .groot { color: var(--inkt); }
.collage { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; aspect-ratio: 1.05; }
.collage figure { overflow: hidden; border-radius: var(--r); box-shadow: var(--schaduw); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage .c1 { grid-row: 1 / 3; }
@media (max-width: 900px) {
  .voorstel-in { grid-template-columns: 1fr; }
  .collage { aspect-ratio: 1.2; }
}

/* ── Chauffeur ── */
.chauffeur { background: var(--wit); }
.chauffeur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.chauffeur-foto { position: relative; }
.chauffeur-foto img { border-radius: var(--r); box-shadow: var(--schaduw-groot); width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; object-position: 50% 40%; }
.chauffeur-foto figcaption { position: absolute; left: 18px; bottom: 18px; right: 18px; width: fit-content; background: rgba(16, 53, 44, .82); color: #fff; font-size: .95rem; font-weight: 600; padding: 8px 14px; border-radius: 10px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.voordelen { list-style: none; margin: 0; padding: 0; display: grid; gap: 30px; }
.voordelen li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; }
.voordelen h3 { margin-bottom: 6px; }
.voordelen p { margin: 0; color: var(--grijs); }
.ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--goud-zacht); }
.ico svg { width: 28px; height: 28px; fill: none; stroke: var(--jade); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.taal-noot { margin: clamp(40px, 5vw, 64px) 0 0; padding: 24px 28px; border-radius: var(--r); background: var(--bg); border-left: 5px solid var(--goud); font-size: 1.08rem; max-width: 900px; }
@media (max-width: 900px) { .chauffeur-grid { grid-template-columns: 1fr; } }

/* ── Twee manieren ── */
.manieren { background: var(--zand); }
.manier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.manier { background: var(--wit); border-radius: 26px; padding: clamp(28px, 4vw, 48px); box-shadow: var(--schaduw); display: flex; flex-direction: column; }
.manier .label { align-self: flex-start; font: 700 .8rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; padding: 9px 14px; border-radius: 999px; background: var(--zand); color: var(--jade); margin-bottom: 22px; }
.manier h3 { font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.2rem); font-weight: 500; margin-bottom: 14px; }
.manier > p { color: var(--grijs); font-size: 1.08rem; }
.vink { list-style: none; margin: 10px 0 28px; padding: 0; display: grid; gap: 12px; }
.vink li { position: relative; padding-left: 38px; font-weight: 600; }
.vink li::before {
  content: ""; position: absolute; left: 0; top: .15em; width: 24px; height: 24px; border-radius: 50%;
  background: var(--jade) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4L18 8'/%3E%3C/svg%3E") center/16px no-repeat;
}
.ideaal { margin: auto 0 0; padding-top: 22px; border-top: 1px solid var(--lijn); font-style: italic; color: var(--grijs); }
.manier-uitgelicht { background: var(--jade-donker); color: #f6f1e6; box-shadow: var(--schaduw-groot); }
.manier-uitgelicht .label { background: var(--goud); color: var(--jade-donker); }
.manier-uitgelicht > p, .manier-uitgelicht .ideaal { color: rgba(246, 241, 230, .82); }
.manier-uitgelicht .ideaal { border-top-color: rgba(255, 255, 255, .16); }
.manier-uitgelicht .vink li::before { background-color: var(--goud); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310352c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4L18 8'/%3E%3C/svg%3E"); }
.twijfel { text-align: center; margin: 40px 0 0; font-size: 1.12rem; }
.twijfel a { font-weight: 700; }
@media (max-width: 820px) { .manier-grid { grid-template-columns: 1fr; } }

/* ── Bestemmingen ── */
.bestemming-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 18px; }
.bestemming { position: relative; overflow: hidden; border-radius: var(--r); color: #fff; box-shadow: var(--schaduw); isolation: isolate; }
.bestemming.groot { grid-column: span 2; grid-row: span 2; }
.bestemming.breed { grid-column: span 2; }
.bestemming img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .7, .2, 1); z-index: -2; }
.bestemming::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8, 28, 23, .88) 0%, rgba(8, 28, 23, .35) 45%, rgba(8, 28, 23, 0) 70%); }
.bestemming:hover img { transform: scale(1.06); }
.bestemming-tekst { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px; }
.bestemming h3 { font-size: 1.5rem; margin-bottom: 6px; }
.bestemming.groot h3 { font-size: clamp(1.8rem, 1.4rem + 1.2vw, 2.4rem); }
.bestemming p { margin: 0; font-size: 1rem; line-height: 1.45; color: rgba(255, 255, 255, .9); }
.bestemming.groot p { font-size: 1.12rem; max-width: 30em; }
@media (max-width: 1000px) {
  .bestemming-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 280px; }
}
@media (max-width: 600px) {
  .bestemming-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .bestemming.groot, .bestemming.breed { grid-column: auto; grid-row: auto; }
}

/* ── Voorbeeldreis ── */
.voorbeeld { background: var(--jade-donker); color: #f3eee2; position: relative; overflow: hidden; }
.voorbeeld::before { content: ""; position: absolute; width: 900px; height: 900px; right: -300px; top: -300px; border-radius: 50%; background: radial-gradient(closest-side, rgba(216, 164, 68, .16), transparent); pointer-events: none; }
.voorbeeld .eyebrow { color: var(--goud); }
.voorbeeld .lead { color: rgba(243, 238, 226, .78); }
.voorbeeld-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 88px); align-items: start; position: relative; }
.kaart-wrap { position: sticky; top: 110px; }
.kaart { width: 100%; height: auto; max-height: calc(100vh - 140px); display: block; margin: 0 auto; overflow: visible; }
.kaart .buren { fill: rgba(255, 255, 255, .025); stroke: rgba(255, 255, 255, .16); stroke-width: .8; }
.kaart .land { fill: rgba(243, 227, 191, .13); stroke: rgba(243, 227, 191, .55); stroke-width: 1.2; stroke-linejoin: round; }
.kaart .zee { fill: rgba(243, 238, 226, .35); font: italic 13px var(--serif); letter-spacing: .08em; }
.kaart .route { fill: none; stroke: var(--goud); stroke-width: 3.5; stroke-linecap: round; stroke-dasharray: .1 8; }
.kaart .stop circle { fill: var(--goud); stroke: var(--jade-donker); stroke-width: 3; }
.kaart .stop .nr { fill: var(--jade-donker); font: 700 13px var(--sans); text-anchor: middle; }
.kaart .stop .lbl { fill: #fff; font: 600 15px var(--sans); paint-order: stroke; stroke: var(--jade-donker); stroke-width: 4px; stroke-linejoin: round; }
.kaart .extra circle { fill: rgba(243, 238, 226, .5); }
.kaart .extra text { fill: rgba(243, 238, 226, .6); font: italic 13px var(--sans); paint-order: stroke; stroke: var(--jade-donker); stroke-width: 4px; }
.route { list-style: none; margin: 0; padding: 0; counter-reset: stop; }
ol.route li { position: relative; padding: 0 0 38px 74px; counter-increment: stop; }
ol.route li::before {
  content: counter(stop); position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; background: var(--goud); color: var(--jade-donker); font: 700 1.2rem/1 var(--sans);
  box-shadow: 0 0 0 6px rgba(216, 164, 68, .18);
}
ol.route li::after { content: ""; position: absolute; left: 23px; top: 58px; bottom: 8px; width: 2px; background: repeating-linear-gradient(180deg, rgba(216, 164, 68, .6) 0 4px, transparent 4px 10px); }
ol.route li:last-child { padding-bottom: 0; }
ol.route li:last-child::after { display: none; }
.dag { display: block; font: 700 .85rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--goud); margin-bottom: 6px; padding-top: 2px; }
ol.route h3 { font-size: clamp(1.5rem, 1.3rem + .6vw, 1.8rem); font-weight: 500; margin-bottom: 8px; }
ol.route p { margin: 0; color: rgba(243, 238, 226, .82); }
.meer { margin: clamp(40px, 5vw, 60px) 0 0; padding: 24px 28px; border: 1px solid rgba(216, 164, 68, .4); border-radius: var(--r); background: rgba(255, 255, 255, .04); font-size: 1.08rem; }
.meer strong { color: var(--goud); }
@media (max-width: 900px) {
  .voorbeeld-grid { grid-template-columns: 1fr; }
  .kaart-wrap { position: static; max-width: 380px; margin: 0 auto; }
  .kaart { max-height: 560px; }
}

/* ── Een dag ── */
.dag-sectie { padding-bottom: calc(var(--sectie) - 10px); }
.dag-sectie .kop { margin-bottom: 36px; }
.dag-strook {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 18px;
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter) 14px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gutter); scrollbar-width: thin;
}
.moment { scroll-snap-align: start; background: var(--wit); border-radius: var(--r); overflow: hidden; box-shadow: var(--schaduw); display: flex; flex-direction: column; }
.moment img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.moment figcaption { padding: 18px 20px 22px; font-size: 1.02rem; line-height: 1.5; color: var(--grijs); }
.moment figcaption span { display: block; font: 500 1.9rem/1 var(--serif); color: var(--rood); margin-bottom: 10px; letter-spacing: -.01em; }
@media (min-width: 1101px) { .dag-strook { grid-auto-columns: 1fr; overflow: visible; padding-bottom: 0; } }
@media (max-width: 1100px) { .dag-strook { grid-auto-columns: 280px; } }
@media (max-width: 600px) { .dag-strook { grid-auto-columns: 78vw; } }

/* ── Over ons ── */
.over { background: var(--wit); }
.over-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.over-fotos { position: relative; padding: 0 0 70px 0; }
.over-hoofd img { width: 82%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; box-shadow: var(--schaduw-groot); }
.over-klein { position: absolute; width: 46%; border-radius: 18px; overflow: hidden; border: 6px solid var(--wit); box-shadow: var(--schaduw); }
.over-klein img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.over-klein.k1 { right: 0; top: 36%; }
.over-klein.k2 { left: 14%; bottom: 0; width: 40%; }
.over-tekst h2 { margin-bottom: 26px; }
.over-tekst .groot { margin-bottom: 22px; }
.over-tekst p { color: var(--grijs); }
.over-tekst .groot { color: var(--inkt); }
.handtekening { font: italic 400 1.7rem/1.2 var(--serif) !important; color: var(--jade) !important; margin: 26px 0 34px; }
.cijfers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
.cijfers div { padding: 18px 16px; border-radius: 16px; background: var(--bg); }
.cijfers dt { font: 500 clamp(1.7rem, 1.3rem + 1vw, 2.2rem)/1 var(--serif); color: var(--jade); margin-bottom: 6px; }
.cijfers dd { margin: 0; font-size: .95rem; color: var(--grijs); line-height: 1.3; }
@media (max-width: 900px) {
  .over-grid { grid-template-columns: 1fr; }
  .over-fotos { max-width: 520px; }
}

/* ── Gasten ── */
.gasten { background: var(--zand); }
.gasten-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.gasten-foto img { border-radius: var(--r); box-shadow: var(--schaduw-groot); width: 100%; aspect-ratio: 3 / 3.4; object-fit: cover; }
.gasten-foto { position: sticky; top: 110px; }
.quotes { display: grid; gap: 20px; }
.quote { margin: 0; background: var(--wit); border-radius: var(--r); padding: 30px 32px 26px 32px; box-shadow: var(--schaduw); position: relative; }
.quote::before { content: "\201C"; position: absolute; top: -18px; left: 24px; font: 500 5rem/1 var(--serif); color: var(--goud); }
.quote p { font: italic 400 clamp(1.1rem, 1rem + .3vw, 1.25rem)/1.55 var(--serif); color: var(--inkt); margin-bottom: 14px; }
.quote footer { font-weight: 700; color: var(--jade); }
.quote footer span { display: block; font-weight: 400; font-size: .9rem; color: var(--grijs); }
@media (max-width: 900px) {
  .gasten-grid { grid-template-columns: 1fr; }
  .gasten-foto { position: static; }
  .gasten-foto img { aspect-ratio: 4 / 3; }
}

/* ── Stappen ── */
.stap-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.stap-grid::before { content: ""; position: absolute; top: 32px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--goud) 0 6px, transparent 6px 14px); }
.stap-grid li { position: relative; text-align: center; padding: 0 8px; }
.stap-nr { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%; background: var(--jade-donker); color: var(--goud-zacht); font: 500 1.7rem/1 var(--serif); box-shadow: 0 0 0 8px var(--bg); position: relative; }
.stap-grid h3 { margin-bottom: 10px; }
.stap-grid p { color: var(--grijs); margin: 0; }
.stappen-cta { margin: 56px 0 0; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.stappen-cta span { color: var(--grijs); font-size: 1rem; }
@media (max-width: 900px) {
  .stap-grid { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .stap-grid::before { display: none; }
}
@media (max-width: 560px) {
  .stap-grid { grid-template-columns: 1fr; }
  .stap-grid li { text-align: left; display: grid; grid-template-columns: 64px 1fr; column-gap: 20px; padding: 0; }
  .stap-nr { grid-row: span 2; margin: 0; }
  .stap-grid h3 { align-self: center; margin: 0 0 6px; }
}

/* ── Wanneer ── */
.wanneer { background: var(--wit); }
.maanden { border-radius: var(--r); overflow: hidden; border: 1px solid var(--lijn); }
.maand-rij { display: grid; grid-template-columns: 1fr 2fr 2fr; }
.maand-rij > span { padding: 16px 22px; border-top: 1px solid var(--lijn); }
.maand-rij > span + span { border-left: 1px solid var(--lijn); }
.maand-rij:first-child > span { border-top: 0; }
.maand-rij [role="rowheader"] { font: 600 1.15rem/1.4 var(--serif); }
.maand-rij b { color: var(--jade); font-weight: 700; margin-right: 8px; white-space: nowrap; }
.maand-rij [role="cell"] { color: var(--grijs); }
.kopregel { background: var(--jade-donker); color: #fff; }
.kopregel span { font-weight: 700; font-size: 1rem; }
.kopregel small { display: block; font-weight: 400; color: rgba(255, 255, 255, .7); font-size: .88rem; }
.maand-rij:nth-child(odd):not(.kopregel) { background: #fcfaf5; }
.weer-tips { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.weer-tips p { margin: 0; padding: 20px 24px; border-radius: var(--r); background: var(--bg); }
.weer-tips p:last-child { background: var(--goud-zacht); }
@media (max-width: 700px) {
  .maand-rij { grid-template-columns: 1fr 1fr; }
  .maand-rij [role="rowheader"] { grid-column: 1 / -1; padding-bottom: 4px; background: var(--zand); }
  .kopregel [role="columnheader"]:first-child { display: none; }
  .maand-rij > span + span { border-left: 0; }
  .maand-rij [role="cell"] + [role="cell"] { border-left: 1px solid var(--lijn); }
  .maand-rij [role="cell"] { border-top: 0; font-size: .98rem; }
  .kopregel [role="columnheader"] + [role="columnheader"] + [role="columnheader"] { border-left: 1px solid rgba(255,255,255,.2); }
  .maand-rij b { display: block; }
  .weer-tips { grid-template-columns: 1fr; }
}

/* ── Vragen ── */
.vragen-in { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.vragen .kop { position: sticky; top: 110px; }
.faq details { border-bottom: 1px solid var(--lijn); }
.faq details:first-child { border-top: 1px solid var(--lijn); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 4px; font: 600 clamp(1.12rem, 1.05rem + .3vw, 1.28rem)/1.35 var(--serif);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--zand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f5a4c' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center/18px no-repeat;
  transition: transform .25s, background-color .25s;
}
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--goud-zacht); }
.faq summary:hover { color: var(--jade); }
.faq details p { margin: 0; padding: 0 56px 24px 4px; color: var(--grijs); }
@media (max-width: 900px) {
  .vragen-in { grid-template-columns: 1fr; }
  .vragen .kop { position: static; margin-bottom: 24px; }
  .faq details p { padding-right: 4px; }
}

/* ── Contact ── */
.contact { position: relative; padding: var(--sectie) 0; color: #fff; overflow: hidden; background: var(--jade-donker); }
.contact-bg, .contact-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-bg img { object-fit: cover; }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8, 28, 23, .9) 0%, rgba(8, 28, 23, .7) 50%, rgba(8, 28, 23, .55) 100%); }
.contact-in { position: relative; display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-intro { position: sticky; top: 110px; }
.contact h2 { font-size: clamp(2.2rem, 1.4rem + 3vw, 3.6rem); margin-bottom: 20px; }
.contact .lead { color: rgba(255, 255, 255, .85); margin-bottom: 32px; }
.contact-persoon { display: flex; align-items: center; gap: 18px; padding: 16px 20px 16px 16px; border-radius: 18px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); margin-bottom: 28px; }
.contact-persoon img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--goud-zacht); flex: none; }
.contact-persoon p { margin: 0; font: 400 1.18rem/1.4 var(--serif); }
.contact-info { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.contact-info li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; color: rgba(255, 255, 255, .85); }
.contact-info svg { width: 26px; height: 26px; fill: none; stroke: var(--goud); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-top: 1px; }
.contact-info a { color: #fff; font-weight: 700; font-size: 1.1rem; word-break: break-word; }
.contact-info a:hover { color: var(--goud-zacht); }

.formulier { background: var(--wit); color: var(--inkt); border-radius: 26px; padding: clamp(24px, 4vw, 44px); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .55); }
.formulier h3 { font-size: 1.7rem; font-weight: 500; margin-bottom: 24px; }
.velden { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 18px; margin-bottom: 26px; }
.veld { display: flex; flex-direction: column; gap: 8px; font-weight: 700; font-size: 1rem; }
.veld-naam { display: block; }
.veld .verplicht { color: var(--rood); }
.veld .optioneel { font-weight: 400; color: var(--grijs); font-size: .9rem; }
.veld input, .veld select, .veld textarea {
  font: 400 1.08rem/1.4 var(--sans); color: var(--inkt); background: #fdfbf7;
  border: 2px solid var(--lijn); border-radius: var(--r-klein); padding: 13px 16px; min-height: 56px; width: 100%;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.veld select { appearance: none; -webkit-appearance: none; padding-right: 44px; background: #fdfbf7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f5a4c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center/20px no-repeat; }
.veld textarea { min-height: 120px; resize: vertical; }
.veld input::placeholder, .veld textarea::placeholder { color: #98a09c; }
.veld input:focus, .veld select:focus, .veld textarea:focus { outline: none; border-color: var(--jade-2); background: #fff; box-shadow: 0 0 0 4px rgba(45, 117, 99, .15); }
.veld.fout input { border-color: var(--rood); background: #fff6f5; }
.keuze { border: 0; padding: 0; margin: 0 0 24px; }
.keuze legend { font-weight: 700; margin-bottom: 12px; padding: 0; }
.keuze { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.keuze legend { grid-column: 1 / -1; }
.optie { position: relative; display: flex; gap: 12px; align-items: flex-start; padding: 14px 14px; border: 2px solid var(--lijn); border-radius: var(--r-klein); cursor: pointer; background: #fdfbf7; transition: border-color .2s, background .2s; font-size: .95rem; line-height: 1.35; color: var(--grijs); }
.optie:hover { border-color: #cdbf9f; }
.optie input { accent-color: var(--jade); width: 22px; height: 22px; margin: 0; flex: none; }
.optie b { display: block; color: var(--inkt); font-size: 1.02rem; margin-bottom: 2px; }
.optie:has(input:checked) { border-color: var(--jade); background: #eef5f2; }
.keuze.klein .optie { align-items: center; }
.keuze.klein .optie b { margin: 0; }
.formulier > .veld { margin-bottom: 26px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 16px 0 0; font-weight: 700; min-height: 1.4em; }
.form-status:empty { margin: 0; min-height: 0; }
.form-status.ok { color: var(--jade); background: #eef5f2; padding: 16px 18px; border-radius: var(--r-klein); font-weight: 600; }
.form-status.err { color: var(--rood-donker); background: #fff1ef; padding: 16px 18px; border-radius: var(--r-klein); font-weight: 600; }
.privacy { font-size: .9rem; color: var(--grijs); margin: 14px 0 0; text-align: center; }
@media (max-width: 960px) {
  .contact-in { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
}
@media (max-width: 640px) {
  .velden { grid-template-columns: 1fr; }
  .keuze { grid-template-columns: 1fr; }
  .keuze.klein { grid-template-columns: repeat(3, 1fr); }
  .keuze.klein .optie { flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px; }
}

/* ── Voet ── */
.voet { background: #0b261f; color: rgba(243, 238, 226, .75); padding: 64px 0 28px; font-size: 1rem; }
.voet-in { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; align-items: start; }
.voet .logo { color: #f3eee2; margin-bottom: 16px; }
.voet p { max-width: 30em; }
.voet nav { display: grid; gap: 10px; }
.voet a { color: #f3eee2; text-decoration: none; }
.voet a:hover { color: var(--goud); text-decoration: underline; }
.voet-mail a { font-weight: 700; word-break: break-word; }
.voet-onder { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .9rem; }
.voet-onder p { margin: 0; }
@media (max-width: 760px) { .voet-in { grid-template-columns: 1fr; gap: 28px; } }

/* ── Knop onderin op telefoon ── */
.mobiel-cta { display: none; }
@media (max-width: 760px) {
  .mobiel-cta {
    display: flex; position: fixed; z-index: 40; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom));
    align-items: center; justify-content: center; min-height: 58px; border-radius: 999px;
    background: var(--rood); color: #fff; font-weight: 700; font-size: 1.12rem; text-decoration: none;
    box-shadow: 0 16px 34px -10px rgba(0, 0, 0, .45); transform: translateY(160%); transition: transform .35s cubic-bezier(.2, .7, .2, 1);
  }
  .mobiel-cta.toon { transform: none; }
  .mobiel-cta:hover { color: #fff; }
  .voet { padding-bottom: 100px; }
}

/* ── Rustig binnenkomen bij scrollen ── */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.zichtbaar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-img img { animation: none; }
  .bestemming img { transition: none; }
}

/* ── 404 ── */
.niet-gevonden { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 120px var(--gutter) 60px; }
.niet-gevonden h1 { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem); margin: 0 0 18px; }
.niet-gevonden p { color: var(--grijs); font-size: 1.15rem; max-width: 30em; margin: 0 auto 30px; }
