/* EuroParcs-achtige stijl voor de conceptdemo. Kleuren en fonts afgeleid van europarcs.nl. */
:root {
  --cream: #fbf8f2;
  --sand: #f4eee3;
  --line: #e7dfd1;
  --text: #272725;
  --muted: #6d6a63;
  --orange: #ef7d00;
  --orange-dark: #d56f00;
  --blue: #2c72ba;
  --blue-dark: #215d9b;
  --white: #fff;
  --forest: #13302a;
  --shadow: 0 1px 2px rgba(39, 39, 37, .06), 0 4px 16px rgba(39, 39, 37, .06);
  --radius: 16px;
  --slab: "Roboto Slab", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--text); font: 16px/1.6 var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--slab); font-weight: 700; line-height: 1.25; margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: 1216px; margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

/* ---------- demo-label ---------- */
/* Alleen de demobalk blijft bovenaan staan tijdens scrollen; de EuroParcs-header scrolt mee. */
:root { --ribbon-h: 34px; }
.demo-ribbon { background: var(--forest); color: #f3eadb; font-size: 13px; position: sticky; top: 0; z-index: 70; }
.demo-ribbon .wrap { display: flex; gap: 12px; align-items: center; justify-content: space-between; height: var(--ribbon-h); }
.demo-ribbon strong { font-weight: 700; letter-spacing: .01em; }
.demo-ribbon .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); margin-right: 8px; vertical-align: 1px; }
.demo-ribbon span.right { opacity: .8; }

/* ---------- header ---------- */
.utility { background: var(--sand); font-size: 13px; }
.utility .wrap { display: flex; justify-content: flex-end; align-items: center; gap: 22px; min-height: 44px; }
.utility a { text-decoration: none; }
.utility .lang { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.utility .flag { width: 16px; height: 11px; border-radius: 2px; background: linear-gradient(#ae1c28 0 33%, #fff 33% 66%, #21468b 66%); }
.utility .account { display: inline-flex; align-items: center; gap: 8px; background: #e5ded2; padding: 6px 14px; border-radius: 999px; font-weight: 500; }
.utility .search { color: var(--blue); display: inline-flex; }
.site-header { background: var(--white); position: relative; z-index: 30; box-shadow: 0 1px 0 var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.logo img { height: 40px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-btn { background: none; border: 0; display: inline-flex; gap: 10px; align-items: center; font-weight: 700; font-size: 17px; padding: 10px 14px; cursor: pointer; }
.menu-btn svg { color: var(--blue); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: var(--radius); border: 0; cursor: pointer; text-decoration: none; font-weight: 500; transition: background .15s, transform .15s, box-shadow .15s; }
.btn-orange { background: var(--orange); color: #fff; padding: 12px 20px; font-weight: 700; }
.btn-orange:hover { background: var(--orange-dark); }
.btn-orange:active { transform: translateY(1px); }
.btn-outline { background: #fff; border: 1px solid #f0c9a1; color: var(--orange); width: 48px; height: 48px; border-radius: 14px; }
.btn-ghost-blue { background: #fff; border: 1px solid var(--line); color: var(--text); padding: 10px 16px; }

/* ---------- hero ---------- */
.hero { position: relative; height: 300px; overflow: hidden; background: #2d4a3a; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.45)); }
.hero .wrap { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 1; }
.hero h1 { color: #fff; font-size: 34px; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero .sub { color: #fff; opacity: .92; margin-top: 4px; font-weight: 500; text-shadow: 0 1px 8px rgba(0,0,0,.4); }

.crumbs { font-size: 14px; padding: 14px 0 6px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 10px; padding: 0; margin: 0; align-items: center; }
.crumbs li { display: inline-flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: ""; width: 7px; height: 7px; border-right: 1.5px solid #555; border-top: 1.5px solid #555; transform: rotate(45deg); margin-right: 2px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs [aria-current] { color: var(--orange); font-weight: 700; }

.park-line { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--muted); padding: 4px 0 26px; }
.park-line strong { color: var(--text); }
.park-line svg { color: var(--orange); flex: none; }

/* ---------- layout ---------- */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; padding-bottom: 56px; }
.layout > *, .park-intro > * { min-width: 0; }
.card { background: #fff; border-radius: 6px; box-shadow: var(--shadow); }
.main-card { padding: 20px 20px 28px; }

/* ---------- galerij ---------- */
.gallery-stage { position: relative; aspect-ratio: 3 / 2; background: #e9e4da; overflow: hidden; border-radius: 4px; }
.gallery-stage img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.gal-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); display: grid; place-items: center; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.2); }
.gal-btn:hover { background: #fff; }
.gal-prev { left: 14px; } .gal-next { right: 14px; }
.gal-full { position: absolute; right: 14px; bottom: 14px; background: rgba(20,20,20,.62); color: #fff; border: 0; border-radius: 999px; padding: 7px 14px 7px 11px; display: inline-flex; gap: 8px; align-items: center; font-size: 14px; cursor: pointer; }
.gal-count { position: absolute; left: 14px; top: 14px; background: rgba(20,20,20,.62); color: #fff; border-radius: 999px; padding: 5px 12px; font-size: 13px; }
.thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
.thumbs button { padding: 0; border: 2px solid transparent; border-radius: 4px; overflow: hidden; cursor: pointer; aspect-ratio: 4 / 3; background: #eee; opacity: .82; transition: opacity .15s; }
.thumbs button:hover { opacity: 1; }
.thumbs button[aria-current="true"] { border-color: var(--orange); opacity: 1; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }

.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(12,12,12,.94); display: none; flex-direction: column; }
.lightbox.open { display: flex; }
.lightbox .lb-top { display: flex; justify-content: space-between; align-items: center; color: #fff; padding: 14px 18px; font-size: 14px; }
.lightbox .lb-close { background: rgba(255,255,255,.12); color: #fff; border: 0; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox .lb-stage { position: relative; flex: 1; min-height: 0; display: grid; place-items: center; padding: 0 70px; }
.lightbox .lb-stage img { max-height: 100%; max-width: 100%; object-fit: contain; border-radius: 4px; user-select: none; }
.lightbox .gal-btn { background: rgba(255,255,255,.14); color: #fff; box-shadow: none; }
.lightbox .lb-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 14px 18px 18px; justify-content: center; }
.lightbox .lb-thumbs button { flex: none; width: 84px; aspect-ratio: 4/3; padding: 0; border: 2px solid transparent; border-radius: 4px; overflow: hidden; cursor: pointer; opacity: .6; background: none; }
.lightbox .lb-thumbs button[aria-current="true"] { border-color: var(--orange); opacity: 1; }
.lightbox .lb-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- tabs & tekst ---------- */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-top: 28px; }
.tabs [role="tab"] { background: none; border: 1px solid transparent; border-bottom: 0; padding: 10px 16px; border-radius: 8px 8px 0 0; cursor: pointer; font-size: 15px; margin-bottom: -1px; color: var(--muted); }
.tabs [role="tab"][aria-selected="true"] { background: var(--cream); border-color: var(--line); color: var(--text); font-weight: 500; }
.tabpanel { padding-top: 18px; }
.tabpanel[hidden] { display: none; }
.note { font-style: italic; font-size: 15px; margin: 4px 0 22px; }
.prose h2 { font-size: 21px; margin: 0 0 10px; }
.prose p { margin: 0 0 18px; font-size: 15.5px; }
.map-frame { width: 100%; height: 420px; border: 0; border-radius: 6px; background: #e9e4da; }
.map-caption { font-size: 14px; color: var(--muted); margin-top: 8px; }

.amenities h2 { font-size: 21px; margin: 30px 0 14px; }
.amen-wrap { position: relative; max-height: 230px; overflow: hidden; transition: max-height .35s ease; }
.amen-wrap.open { max-height: 2000px; }
.amen-wrap:not(.open)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(rgba(255,255,255,0), #fff 85%); }
.amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 24px; }
.amen-grid h3 { font-family: var(--slab); font-size: 16px; font-weight: 500; margin-bottom: 8px; }
.amen-grid ul { list-style: none; padding: 0; margin: 0; font-size: 15px; }
.amen-grid li { display: flex; gap: 8px; padding: 3px 0; }
.amen-grid li svg { flex: none; margin-top: 4px; }
.show-more { margin: 14px auto 0; display: flex; background: none; border: 0; color: var(--text); font-weight: 700; cursor: pointer; gap: 6px; align-items: center; padding: 8px 12px; }
.show-more:hover { color: var(--orange); }

/* ---------- boekingskolom ---------- */
.booking { position: sticky; top: calc(20px + var(--ribbon-h)); padding: 22px 20px 20px; }
.booking h2 { font-size: 20px; margin-bottom: 14px; font-weight: 500; }
.field { position: relative; margin-bottom: 12px; }
.field-label { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin: 0 0 6px 2px; }
.pill { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 16px; display: flex; align-items: center; gap: 12px; cursor: pointer; text-align: left; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.pill:hover { border-color: #cfc5b4; }
.pill .chev { margin-left: auto; transition: transform .2s; }
.pill[aria-expanded="true"] .chev { transform: rotate(180deg); }
.dates { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 12px; background: #fff; }
.date-btn { position: relative; background: var(--cream); border: 1px solid transparent; border-radius: 6px; padding: 6px 8px; font-size: 14px; cursor: pointer; white-space: nowrap; text-align: center; }
.date-btn:hover, .date-btn:focus-within { border-color: #d7cbb6; }
.date-btn input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; border: 0; padding: 0; }
.date-btn input::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.select { width: 100%; appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23272725' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 40px 12px 16px; font: inherit; cursor: pointer; }
.select:hover { border-color: #cfc5b4; }

.guests-pop { position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.18); padding: 14px 16px 16px; display: none; }
.guests-pop.open { display: block; }
.g-row { display: grid; grid-template-columns: 1fr auto 44px; align-items: center; gap: 10px; padding: 6px 0; }
.g-row .g-name { font-size: 15px; }
.g-row .g-age { font-size: 13px; color: var(--muted); text-align: right; }
.stepper { display: inline-flex; align-items: center; gap: 6px; }
.stepper button { width: 30px; height: 30px; border-radius: 8px; border: 0; background: var(--blue); color: #fff; display: grid; place-items: center; cursor: pointer; }
.stepper button:hover { background: var(--blue-dark); }
.stepper button:disabled { background: #b9cbe0; cursor: not-allowed; }
.stepper output { width: 44px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; font-size: 15px; }
.g-max { font-size: 13.5px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 10px; padding-top: 10px; }
.g-max strong { color: var(--text); display: block; margin-bottom: 2px; }
.g-ok { width: 100%; margin-top: 12px; }

.summary { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; margin: 16px 0 12px; font-size: 14px; }
.summary .acco { font-weight: 700; }
.summary .price { text-align: right; font-size: 13px; color: var(--muted); line-height: 1.3; }
.summary .price b { display: block; font-size: 15px; color: var(--text); }
.summary p { grid-column: 1 / -1; margin: 0; color: #444; }
.summary strong { color: var(--text); }
.season-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; margin: 2px 0 14px; }
.season-tag span { background: var(--orange); color: #fff; padding: 1px 8px; border-radius: 4px; font-weight: 500; font-size: 12px; }

.cta-book { width: 100%; padding: 15px 18px; font-size: 17px; box-shadow: 0 6px 16px rgba(239,125,0,.28); }
.cta-book-note { text-align: center; font-size: 12.5px; color: var(--muted); margin: 7px 0 0; }

/* De belevenis-CTA: rustig, als tekstknop onder de boekknop. */
.cta-beleef { width: 100%; margin-top: 14px; display: flex; align-items: center; gap: 12px; background: none; border: 0; border-top: 1px dashed var(--line); padding: 14px 4px 2px; cursor: pointer; text-align: left; }
.cta-beleef .ico { width: 36px; height: 36px; border-radius: 50%; background: #eef3f9; color: var(--blue); display: grid; place-items: center; flex: none; transition: background .2s; }
.cta-beleef .t1 { display: block; font-weight: 700; color: var(--blue); font-size: 15px; }
.cta-beleef .t2 { display: block; font-size: 12.5px; color: var(--muted); }
.cta-beleef:hover .t1 { text-decoration: underline; }
.cta-beleef:hover .ico { background: #dfe9f5; }

.usps { list-style: none; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.usps li { display: flex; gap: 8px; padding: 2px 0; }
.usps svg { color: #2e8b57; flex: none; margin-top: 3px; }
.usps small { color: var(--muted); }
.flash { font-size: 13px; color: #9a4b00; background: #fff4e6; border-radius: 8px; padding: 8px 10px; margin: 0 0 10px; display: none; }
.flash.show { display: block; }

/* ---------- afsluitende luisterband ---------- */
.listen-band { background: var(--sand); border-top: 1px solid var(--line); }
.listen-band .wrap { display: flex; align-items: center; gap: 22px; padding-top: 36px; padding-bottom: 36px; }
.listen-band .ico { width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; flex: none; box-shadow: var(--shadow); }
.listen-band h2 { font-size: 21px; }
.listen-band p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.listen-band .text-btn { margin-left: auto; background: none; border: 1px solid #c9d7e8; color: var(--blue); border-radius: var(--radius); padding: 11px 18px; font-weight: 700; cursor: pointer; display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; }
.listen-band .text-btn:hover { background: #fff; }

/* ---------- footer ---------- */
.site-footer { background: #fff; border-top: 1px solid var(--line); font-size: 14px; }
.foot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; padding: 44px 0 28px; }
.foot-grid h3 { font-family: var(--slab); font-size: 16px; margin-bottom: 10px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { padding: 3px 0; }
.foot-grid a { text-decoration: none; color: #444; }
.foot-grid a:hover { color: var(--orange); }
.newsletter { background: var(--sand); border-radius: 8px; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; margin-bottom: 26px; }
.newsletter h3 { font-size: 18px; }
.newsletter p { margin: 4px 0 0; color: var(--muted); }
.newsletter form { display: flex; gap: 8px; }
.newsletter input { border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px; font: inherit; min-width: 240px; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 18px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.foot-bottom .concept { color: var(--forest); font-weight: 500; }

/* ---------- parkpagina ---------- */
.hero-park { height: 340px; }
.hero-park .wrap { bottom: 78px; }
.hero-park img { object-position: center 60%; }
.search-card { margin-top: -56px; position: relative; z-index: 2; padding: 20px; display: grid; grid-template-columns: 1fr 1.5fr 1.3fr 1.1fr auto; gap: 12px; align-items: end; }
.search-card .dates { padding: 7px 10px; }
.search-card .btn-orange { height: 48px; }
.park-intro { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; padding: 34px 0 10px; }
.park-facts { padding: 20px; }
.park-facts h3 { font-size: 17px; margin-bottom: 10px; }
.park-facts ul { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.park-facts li { display: flex; gap: 8px; padding: 3px 0; }
.results h2 { font-size: 22px; margin: 26px 0 6px; }
.results .sub { color: var(--muted); margin: 0 0 16px; }
.result { display: grid; grid-template-columns: 340px 1fr; overflow: hidden; margin-bottom: 22px; }
.result > img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.result .body { padding: 22px 24px; display: flex; flex-direction: column; }
.result h3 { font-size: 22px; }
.result .specs { display: flex; flex-wrap: wrap; gap: 6px 18px; color: var(--muted); font-size: 14px; margin: 8px 0 12px; }
.result .specs span { display: inline-flex; gap: 6px; align-items: center; }
.result .stay { font-size: 14px; background: var(--cream); border-radius: 8px; padding: 10px 12px; }
.result .actions { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.result .cta-beleef { width: auto; border: 0; padding: 0; margin: 0; }
.notice { padding: 18px 20px; border-left: 4px solid var(--orange); margin-bottom: 20px; font-size: 15px; }
.notice strong { display: block; margin-bottom: 2px; }

/* ---------- luisterbalk (verhaal op de pagina zelf) ---------- */
.luisterbalk { position: fixed; left: 50%; bottom: 16px; z-index: 60; width: min(860px, calc(100% - 32px)); transform: translate(-50%, 24px); opacity: 0; transition: transform .35s ease, opacity .35s ease; }
.luisterbalk.open { transform: translate(-50%, 0); opacity: 1; }
.lb-bar { display: flex; align-items: center; gap: 14px; background: rgba(19, 48, 42, .96); color: #f5ecdc; border-radius: 18px; padding: 12px 12px 12px 12px; box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.lb-play { width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; color: var(--forest); display: grid; place-items: center; cursor: pointer; flex: none; }
.lb-play:hover { transform: scale(1.04); }
.lb-spin { width: 22px; height: 22px; border-radius: 50%; border: 2.5px solid rgba(19,48,42,.2); border-top-color: var(--orange); animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.lb-mid { flex: 1; min-width: 0; }
/* wachten: rustig "luisterend" icoon, kaartjes met de ingrediënten, typende puntjes */
.lb-eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 18px; }
.lb-eq i { width: 3px; border-radius: 2px; background: var(--orange); animation: eq 1.1s ease-in-out infinite; }
.lb-eq i:nth-child(1) { height: 7px; animation-delay: -.2s; }
.lb-eq i:nth-child(2) { height: 14px; animation-delay: -.6s; }
.lb-eq i:nth-child(3) { height: 10px; animation-delay: -.35s; }
.lb-eq i:nth-child(4) { height: 16px; animation-delay: -.8s; }
@keyframes eq { 0%, 100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }
.lb-eq i { transform-origin: bottom; }
.luisterbalk.loading .lb-caption.typing::after { content: ""; display: inline-block; width: 1.2em; text-align: left; animation: dots 1.4s steps(4, end) infinite; }
@keyframes dots { 0% { content: ""; } 25% { content: "."; } 50% { content: ".."; } 75%, 100% { content: "..."; } }
.lb-chips { display: none; }
.luisterbalk.loading .lb-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 9px 0 3px; }
.lb-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; line-height: 1; color: #f3e8d6; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 6px 10px 6px 8px; animation: chipin .55s cubic-bezier(.2,.8,.2,1) both; white-space: nowrap; }
.lb-chip svg { color: #ffc27a; flex: none; }
@keyframes chipin { from { opacity: 0; transform: translateY(6px) scale(.96); } to { opacity: 1; transform: none; } }
.lb-peek { border-color: rgba(255,194,122,.45); background: rgba(255,194,122,.1); }
.lb-peek span { filter: blur(3.5px); animation: peek 2.4s ease-in-out infinite; }
@keyframes peek { 0%, 100% { filter: blur(3.8px); } 50% { filter: blur(2.6px); } }
.luisterbalk.loading .lb-progress i { transition: width .4s ease-out; }

.lb-caption { margin: 0; font-family: var(--slab); font-size: 16px; line-height: 1.4; color: #fff; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 1.4em; }
.lb-caption.in { animation: capin .5s ease; }
@keyframes capin { from { opacity: 0; transform: translateY(3px); } to { opacity: 1; transform: none; } }
.lb-progress { height: 3px; background: rgba(255,255,255,.14); border-radius: 3px; margin: 8px 0 5px; overflow: hidden; }
.lb-progress i { display: block; height: 100%; width: 0; background: #ffc27a; border-radius: 3px; transition: width .25s linear; }
.lb-meta { margin: 0; font-size: 12.5px; opacity: .7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-icon { background: none; border: 1px solid rgba(255,255,255,.2); color: #fff; height: 40px; min-width: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; padding: 0 10px; font-size: 13px; flex: none; }
.lb-icon:hover, .lb-icon.on { background: rgba(255,255,255,.1); }
.lb-book { padding: 11px 16px; font-size: 14.5px; white-space: nowrap; flex: none; }
.lb-book.pulse, .cta-book.pulse { animation: pulse-book 1.6s ease-out 2; }
.luisterbalk.docked { left: var(--lb-left); width: var(--lb-width); transform: translateY(24px); }
.luisterbalk.docked.open { transform: none; }
.luisterbalk.docked .lb-book { display: none; }
@keyframes pulse-book { 0% { box-shadow: 0 0 0 0 rgba(239,125,0,.6); } 100% { box-shadow: 0 0 0 16px rgba(239,125,0,0); } }
.luisterbalk.ended .lb-caption { color: #ffd8a8; }
.lb-text { background: rgba(251, 248, 242, .98); color: var(--text); border-radius: 16px; box-shadow: 0 10px 34px rgba(0,0,0,.2); margin-bottom: 10px; max-height: min(46vh, 380px); overflow-y: auto; }
.lb-text-inner { padding: 18px 22px 8px; font-family: var(--slab); font-size: 16px; line-height: 1.75; }
.lb-text p { margin: 0 0 12px; }
.lb-text span { transition: background .3s, color .3s; border-radius: 3px; color: #8b877e; }
.lb-text span.now { color: var(--text); background: #fff1dd; }
body.has-luisterbalk { padding-bottom: 110px; }

/* foto's die meespelen in de galerij */
.gallery-stage .scene { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; background: #1b2a22; }
.gallery-stage.scening .scene { opacity: 1; }
.gallery-stage.scening .gal-btn, .gallery-stage.scening .gal-count, .gallery-stage.scening .gal-full { opacity: 0; pointer-events: none; }
.scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s ease; transform-origin: 60% 50%; }
.scene img.on { opacity: 1; animation: kenburns 18s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12) translate(-1.5%, -1%); } }
.gallery-stage .collage { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .9s ease; background: #13302a; z-index: 2; }
.gallery-stage.scening.collaging .collage { opacity: 1; }
.cl-layer { position: absolute; inset: 0; display: grid; gap: 4px; opacity: 0; transition: opacity 1.2s ease; }
.cl-layer.on { opacity: 1; }
.cl-layer.n1 { grid-template-columns: 1fr; }
.cl-layer.n2 { grid-template-columns: 1fr 1fr; }
.cl-layer.n3 { grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; }
.cl-layer.n3 .cl-tile:first-child { grid-row: span 2; }
.cl-tile { position: relative; overflow: hidden; }
.cl-tile img { width: 100%; height: 100%; object-fit: cover; display: block; animation: kenburns 16s ease-out both; }
.cl-tile:nth-child(2) img { transform-origin: 30% 60%; }
.cl-tile:nth-child(3) img { transform-origin: 70% 40%; }
.scene-tag { z-index: 3; }
.scene-tag { position: absolute; left: 14px; top: 14px; display: inline-flex; gap: 7px; align-items: center; background: rgba(19,48,42,.78); color: #fff; font-size: 13px; padding: 6px 12px; border-radius: 999px; }
.scene-tag::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ffc27a; animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .3; } }

@media (prefers-reduced-motion: reduce) {
  .scene img.on, .cl-tile img, .lb-book.pulse, .lb-caption.in, .scene-tag::after, .lb-eq i, .lb-chip, .lb-peek span, .luisterbalk.loading .lb-caption.typing::after { animation: none; }
  .luisterbalk { transition: none; }
}

/* ---------- responsief ---------- */
@media (max-width: 1020px) {
  .layout { grid-template-columns: 1fr; }
  .booking { position: static; }
  .booking-col { order: -1; }
  .search-card { grid-template-columns: 1fr 1fr; }
  .search-card .btn-orange { grid-column: 1 / -1; }
  .park-intro { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  .demo-ribbon span.right, .utility a.hide-sm { display: none; }
  .utility .wrap { gap: 14px; }
  .site-header .wrap { min-height: 64px; }
  .logo img { height: 32px; }
  .menu-btn span { display: none; }
  .header-actions .btn-orange { padding: 10px 14px; font-size: 14px; }
  .header-actions .btn-outline { display: none; }
  .hero { height: 210px; }
  .hero-park { height: 260px; }
  .hero-park .wrap { bottom: 46px; }
  .hero h1 { font-size: 26px; }
  .main-card { padding: 12px 12px 20px; }
  .thumbs { grid-template-columns: repeat(4, 1fr); }
  .amen-grid { grid-template-columns: 1fr 1fr; }
  .listen-band .wrap { flex-wrap: wrap; }
  .listen-band .text-btn { margin-left: 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter form { flex-direction: column; }
  .newsletter input { min-width: 0; }
  .search-card { grid-template-columns: 1fr; margin-top: -30px; }
  .result { grid-template-columns: 1fr; }
  .result > img { min-height: 0; aspect-ratio: 3/2; }
  .lightbox .lb-stage { padding: 0 8px; }
  .lightbox .gal-btn { display: none; }
  .map-frame { height: 320px; }
  .luisterbalk { bottom: 0; width: 100%; }
  .lb-bar { border-radius: 16px 16px 0 0; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px; flex-wrap: wrap; }
  .lb-play { width: 42px; height: 42px; }
  .lb-caption { font-size: 14.5px; }
  .luisterbalk.loading .lb-chips { flex-wrap: nowrap; overflow: hidden; }
  .lb-chip:not(:last-child) { display: none; } /* mobiel: één kaartje tegelijk, als ticker */
  .lb-chip { font-size: 12px; padding: 5px 9px 5px 7px; }
  .lb-textbtn span { display: none; }
  .lb-book { order: 5; width: 100%; padding: 12px; }
  .lb-text { border-radius: 16px 16px 0 0; margin-bottom: 0; max-height: 42vh; }
  body.has-luisterbalk { padding-bottom: 150px; }
  .dates { gap: 6px; padding: 10px; }
  .date-btn { font-size: 13px; padding: 6px 6px; }
  .booking { padding: 18px 16px; }
}

/* ---------- verhaal afstemmen (uitklapmenu in de demobalk) ---------- */
.demo-ribbon .wrap { position: relative; }
.demo-ribbon .wrap > strong { margin-right: auto; }
.afstem { position: relative; flex: none; }
.afs-toggle { display: inline-flex; align-items: center; gap: 7px; background: var(--orange); border: 0; border-radius: 999px; padding: 4px 12px 4px 10px; color: #fff; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: 0 2px 10px rgba(239,125,0,.35); }
.afs-toggle:hover, .afstem.open .afs-toggle { background: var(--orange-dark); }
.afstem.fresh .afs-toggle { animation: afs-ring 2s ease-out infinite; }
@keyframes afs-ring { 0% { box-shadow: 0 0 0 0 rgba(239,125,0,.7); } 70% { box-shadow: 0 0 0 10px rgba(239,125,0,0); } 100% { box-shadow: 0 0 0 0 rgba(239,125,0,0); } }
.afs-short { display: none; }
.afs-toggle .afs-chev { transition: transform .2s; }
.afstem.open .afs-chev { transform: rotate(180deg); }
.afs-badge { background: #fff; color: var(--orange-dark); border-radius: 999px; padding: 0 7px; font-size: 11px; font-weight: 700; }
.afs-tip { position: absolute; right: 0; top: calc(100% + 10px); z-index: 61; width: 270px; background: #fff; color: var(--text); border-radius: 12px; box-shadow: 0 12px 32px rgba(19,48,42,.25); padding: 12px 34px 12px 14px; font-size: 13px; line-height: 1.45; animation: afs-pop .3s ease-out; }
.afs-tip[hidden] { display: none; }
.afs-tip::before { content: ""; position: absolute; top: -6px; right: 28px; width: 12px; height: 12px; background: #fff; transform: rotate(45deg); }
.afs-tip b { display: block; color: var(--orange-dark); margin-bottom: 2px; }
.afs-tip-x { position: absolute; top: 6px; right: 6px; background: none; border: 0; color: var(--muted); cursor: pointer; padding: 4px; display: grid; }
@keyframes afs-pop { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.afs-seg { display: flex; gap: 6px; margin-top: 6px; }
.afs-seg button { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 7px 10px; font: inherit; font-size: 13.5px; cursor: pointer; color: var(--text); }
.afs-seg button[aria-checked="true"] { background: var(--blue); border-color: var(--blue); color: #fff; font-weight: 700; }
.afs-lbl { font-size: 13.5px; font-weight: 500; }
.afs-badge[hidden] { display: none; }
.afs-voice[hidden] { display: none; }
.afs-panel { position: absolute; right: 0; top: calc(100% + 8px); z-index: 60; width: 340px; max-width: calc(100vw - 32px); background: #fff; color: var(--text); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 32px rgba(19,48,42,.22); padding: 16px 16px 12px; font-size: 14px; }
.afs-panel[hidden] { display: none; }
.afs-row + .afs-row { margin-top: 14px; }
.afs-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.afs-head label { font-size: 13.5px; font-weight: 500; }
.afs-head output { font-size: 12.5px; color: var(--muted); text-align: right; }
.afs-head output.changed { color: var(--blue); font-weight: 500; }
.afs-ends { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--muted); }
.afstem input[type=range] { width: 100%; margin: 6px 0 2px; accent-color: var(--blue); cursor: pointer; }
.afs-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line); }
.afs-reset { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 6px 10px; font: inherit; font-size: 12.5px; cursor: pointer; color: var(--text); }
.afs-reset:hover:not(:disabled) { border-color: var(--blue); color: var(--blue); }
.afs-reset:disabled { opacity: .45; cursor: default; }
.afs-adv { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--blue); font-weight: 500; text-decoration: none; }
.afs-adv:hover { text-decoration: underline; }
.afs-note { margin: 8px 0 0; font-size: 11.5px; color: var(--muted); }
@media (max-width: 560px) {
  .demo-ribbon .wrap > strong { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .afs-long { display: none; }
  .afs-short { display: inline; }
  .afstem { position: static; }
  .afs-panel, .afs-tip { left: 16px; right: 16px; width: auto; max-width: none; top: calc(100% + 4px); }
}
html { scroll-padding-top: calc(var(--ribbon-h) + 16px); } /* ankers en scrollIntoView niet onder de plakkende balken */
@media (prefers-reduced-motion: reduce) { .afstem.fresh .afs-toggle, .afs-tip { animation: none; } }

/* ---------- afspeelknop op de grote foto ---------- */
.stage-play { position: absolute; left: 14px; bottom: 14px; z-index: 4; display: inline-flex; align-items: center; gap: 10px; max-width: calc(100% - 170px); background: rgba(19,48,42,.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 6px 16px 6px 6px; font: inherit; font-size: 14.5px; font-weight: 500; cursor: pointer; text-align: left; transition: background .2s, transform .2s, opacity .3s; }
.stage-play:hover { background: rgba(19,48,42,.88); transform: translateY(-1px); }
.stage-play .sp-ico { width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--forest); display: grid; place-items: center; flex: none; }
.stage-play .sp-ico svg { margin-left: 2px; }
.stage-play .sp-long { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.stage-play .sp-dur { opacity: .8; white-space: nowrap; }
.stage-play .sp-short { display: none; }
.gallery-stage.scening .stage-play, .has-luisterbalk .stage-play { opacity: 0; pointer-events: none; }
@media (max-width: 560px) {
  .stage-play { max-width: calc(100% - 150px); font-size: 13.5px; padding-right: 12px; }
  .stage-play .sp-long { display: none; }
  .stage-play .sp-short { display: inline; }
}
