/* ============================================================
   Dakpark Restaurant — site.css
   Design tokens uit de Claude Design-handoff (augustus 2026):
   donkergroen #23483A · goud #C29E44 · warm ivoor #FAF7F1
   Koppen: Prata · Tekst/UI: Work Sans
   ============================================================ */

:root {
    --groen: #23483A;
    --groen-donker: #1A362C;
    --groen-kaart: #1E3E32;
    --goud: #C29E44;
    --goud-hover: #A98430;
    --goud-licht: #DFC27A;
    --goud-eyebrow: #8A6D2F;
    --goud-eyebrow-donker: #D9C98A;
    --cta-tekst: #26200F;
    --bg: #FAF7F1;
    --tekst: #23271F;
    --tekst-zacht: #4A4A3F;
    --tekst-dim: #6B6A5C;
    --licht: #F3EFE4;
    --licht-sec: #DCD5C2;
    --licht-dim: #C9C2AC;
    --licht-noot: #A8A190;
    --donker-tekst: #E9E4D4;
    --donker-body: #D8D3C0;
    --kaart-bg: #FFFDF8;
    --rand: #E8E0CE;
    --rand-donkerder: #E0D7C2;
    --rand-zand: #E3D9C2;
    --zand: #F1EBDD;
    --zand-melding: #F6F1E4;
    --balk-bg: #F1E8CD;
    --balk-tekst: #4A3A14;
    --balk-link: #6E571E;
    --chip-bg: #EDE5D2;
    --chip-tekst: #4F4A38;
    --fout: #9A4A2E;
    --fout-rand: #B4562F;
    --fout-bg: #F7E8DF;
    --fout-bg-rand: #D9A98E;
    --fout-donker: #7E3A1E;
    --succes-bg: #EAF2E4;
    --succes-rand: #9DBB8A;
    --succes-kop: #2C4A1F;
    --succes-tekst: #3D4A33;
    --keuze-aan: #EDF3E6;
    --serif: 'Prata', serif;
    --sans: 'Work Sans', system-ui, sans-serif;
}

/* ---------- Basis ---------- */
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--tekst);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
a { color: var(--groen); }
a:hover { color: var(--goud-hover); }
:focus-visible { outline: 3px solid var(--goud); outline-offset: 2px; }
img { max-width: 100%; }
summary::-webkit-details-marker { display: none; }
input, textarea, select, button { font-family: var(--sans); }
input[type="date"], input[type="time"] {
    -webkit-appearance: none; appearance: none;
    min-width: 0; max-width: 100%; display: block;
}
input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value { text-align: left; min-height: 1.35em; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ---------- Layout-hulpen ---------- */
.wrap { max-width: 1240px; margin: 0 auto; }
.wrap--smal { max-width: 860px; }
.wrap--form { max-width: 760px; }
.wrap--wizard { max-width: 820px; }

.sec { padding: 0 24px clamp(56px, 8vw, 96px); }
.sec--boven { padding-top: clamp(56px, 8vw, 96px); }
.sec--hero { padding: clamp(48px, 7vw, 88px) 24px clamp(40px, 6vw, 72px); }
.sec--subhero { padding: clamp(32px, 5vw, 64px) 24px clamp(40px, 6vw, 72px); }
.sec--pijlers { padding: 0 24px clamp(48px, 7vw, 80px); }
.sec--slot { padding: 0 24px clamp(64px, 9vw, 110px); }

.kolommen-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(430px, 100%), 1fr));
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.kolommen-2--start { align-items: start; gap: clamp(28px, 4vw, 48px); }
.kolommen-2--breed400 { grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr)); }
.grid-kaarten { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 16px; }
.grid-kaarten--260 { grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); }
.grid-kaarten--320 { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.grid-kaarten--400 { grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr)); gap: 20px; }

/* ---------- Typografie ---------- */
.eyebrow {
    margin: 0 0 18px;
    font-size: 12.5px; font-weight: 600;
    letter-spacing: .15em; text-transform: uppercase;
    color: var(--goud-eyebrow);
}
.eyebrow--strak { margin-bottom: 12px; }
.dark .eyebrow, .eyebrow--donker { color: var(--goud-eyebrow-donker); }

.kop-hero {
    margin: 0 0 22px;
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(36px, 4.6vw, 56px); line-height: 1.12;
    color: var(--tekst); text-wrap: balance;
}
.kop-hero--sub { font-size: clamp(34px, 4.2vw, 52px); margin-bottom: 20px; }
.kop-1-vorm { margin: 0 0 18px; }
.kop-2 {
    margin: 0 0 14px;
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15;
    color: var(--tekst); text-wrap: balance;
}
.kop-2--klein { font-size: clamp(26px, 3vw, 34px); }
.kop-2--slot { font-size: clamp(28px, 3.6vw, 42px); }
.kop-3 { margin: 0 0 8px; font-family: var(--serif); font-weight: 400; font-size: 19px; color: var(--tekst); }
.dark .kop-2, .dark .kop-hero { color: #F7F4EA; }
h1 em, h2 em, h3 em { font-style: italic; color: inherit; }

.intro { margin: 0 0 30px; font-size: 17.5px; line-height: 1.65; color: var(--tekst-zacht); max-width: 56ch; text-wrap: pretty; }
.intro--17 { font-size: 17px; margin-bottom: 28px; }
.intro--sectie { font-size: 16.5px; margin-bottom: 36px; max-width: 62ch; }
.tekst { font-size: 16px; line-height: 1.7; color: var(--tekst-zacht); text-wrap: pretty; }
.dark .tekst, .dark .intro { color: var(--donker-body); }
.noot { font-size: 13.5px; color: var(--tekst-dim); }
.dark .noot { color: var(--licht-dim); }

/* ---------- Knoppen ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 16px;
    padding: 15px 28px; border-radius: 999px;
    text-decoration: none; min-height: 48px;
    border: 0; cursor: pointer;
}
.btn--gold { background: var(--goud); color: var(--cta-tekst); }
.btn--gold:hover { background: var(--goud-hover); color: var(--cta-tekst); }
.btn--outline { border: 1.5px solid var(--groen); color: var(--groen); padding: 14px 26px; background: transparent; }
.btn--outline:hover { background: var(--groen); color: var(--licht); }
.btn--outline-light { border: 1.5px solid rgba(243, 239, 228, .55); color: var(--licht); padding: 14px 26px; background: transparent; }
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.btn--green { background: var(--groen); color: var(--licht); }
.btn--green:hover { background: #1B3A2E; color: var(--licht); }
.btn--md { font-size: 15.5px; padding: 14px 26px; }
.btn--md.btn--outline, .btn--md.btn--outline-light { padding: 13px 24px; }
.btn--sm { font-size: 14.5px; padding: 12px 22px; min-height: 44px; }
.btn--sm.btn--outline, .btn--sm.btn--outline-light { padding: 11px 21px; }
.btn--klein { font-size: 14.5px; padding: 11px 20px; min-height: 0; }
.btn--nav { font-size: 14.5px; padding: 11px 20px; min-height: 0; }
.btn--nav.btn--outline-light { padding: 10px 19px; }
.btn--block { display: flex; width: 100%; }

.knoppenrij { display: flex; flex-wrap: wrap; gap: 12px; }
.knoppenrij--midden { justify-content: center; }
.knoppenrij--marge { margin-bottom: 22px; }
.knoppenrij--marge20 { margin-bottom: 20px; }

.link-cta { font-size: 14.5px; font-weight: 600; }
.link-cta--klein { font-size: 14px; }
.link-goud { color: var(--goud-licht); font-weight: 600; font-size: 15px; }
.link-goud:hover { color: #fff; }

/* ---------- Vaste header + aankondiging ---------- */
.site-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 70; }
.aankondiging {
    background: var(--balk-bg); color: var(--balk-tekst);
    padding: 10px 20px;
    display: flex; gap: 16px; align-items: flex-start; justify-content: center;
}
.aankondiging p { margin: 0; max-width: 860px; font: 500 14px/1.5 var(--sans); }
.aankondiging a { color: var(--balk-link); font-weight: 600; }
.aankondiging button {
    flex: none; border: 0; background: transparent; color: var(--balk-link);
    font-size: 20px; line-height: 1; cursor: pointer; padding: 2px 6px; border-radius: 6px;
}

.site-header {
    background: var(--groen);
    box-shadow: 0 2px 12px rgba(20, 30, 20, .25);
    transform: translateY(0);
    transition: transform .3s ease;
}
.site-fixed.is-verborgen .site-header { transform: translateY(-110%); }
.site-header__inner {
    max-width: 1240px; margin: 0 auto; padding: 6px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-header__logo { display: flex; align-items: center; text-decoration: none; }
.site-header__logo img { height: 78px; width: auto; display: block; transition: height .3s ease; }
.site-fixed.is-compact .site-header__logo img { height: 52px; }
.site-header__nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: flex-end; }
.site-header__nav > a {
    color: var(--licht); text-decoration: none;
    font: 500 15px var(--sans);
}
.site-header__nav > a:hover { color: var(--goud-licht); text-decoration: underline; text-underline-offset: 5px; }
.site-header__cta { display: flex; gap: 10px; align-items: center; margin-left: 6px; }
.site-header__burger {
    display: none;
    flex-direction: column; gap: 5px;
    background: transparent; border: 1.5px solid rgba(243, 239, 228, .4);
    border-radius: 10px; padding: 12px 11px; cursor: pointer;
    min-height: 44px; min-width: 44px; justify-content: center; align-items: center;
}
.site-header__burger span { display: block; width: 20px; height: 2px; background: var(--licht); }

/* ---------- Mobiel overlay-menu ---------- */
.mobile-menu {
    position: fixed; inset: 0; background: var(--groen); z-index: 90;
    overflow: auto; padding: 20px 24px 40px;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.mobile-menu__top img { height: 68px; width: auto; display: block; }
.mobile-menu__top button {
    background: transparent; border: 1.5px solid rgba(243, 239, 228, .4); border-radius: 10px;
    color: var(--licht); font-size: 22px; line-height: 1; padding: 9px 13px; cursor: pointer;
    min-height: 44px; min-width: 44px;
}
.mobile-menu__nav { display: flex; flex-direction: column; gap: 2px; }
.mobile-menu__nav a {
    color: var(--licht); text-decoration: none;
    font: 500 21px/1 var(--sans); padding: 13px 0;
    border-bottom: 1px solid rgba(243, 239, 228, .14);
}
.mobile-menu__nav a.is-sub { color: var(--licht-sec); font: 400 17px/1 var(--sans); padding: 11px 0 11px 16px; }
.mobile-menu__cta { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.mobile-menu__cta .btn--block { min-height: 48px; }
.mobile-menu__tel { color: var(--goud-licht); font: 500 16px var(--sans); text-align: center; padding: 10px; text-decoration: none; }

/* ---------- Mobiele actiebalk onderaan ---------- */
.actiebalk {
    display: none;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    background: var(--groen-donker); border-top: 1px solid rgba(243, 239, 228, .16);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom);
}
.actiebalk a {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    color: var(--licht); text-decoration: none;
    font: 600 12.5px var(--sans); min-height: 54px;
}
.actiebalk a + a { border-left: 1px solid rgba(243, 239, 228, .14); }
.actiebalk__primair { background: var(--goud); color: var(--cta-tekst) !important; border-left: 0 !important; }
.actiebalk-ruimte { display: none; height: 60px; }

@media (max-width: 940px) {
    .site-header__nav { display: none; }
    .site-header__burger { display: flex; }
    .actiebalk { display: grid; }
    .actiebalk-ruimte { display: block; }
}

/* ---------- Kruimelpad ---------- */
.kruimel { max-width: 1240px; margin: 0 auto; padding: 16px 24px 0; font-size: 13px; color: var(--tekst-dim); }
.kruimel a { color: var(--tekst-dim); }
.kruimel [aria-current] { color: var(--tekst); font-weight: 500; }

/* ---------- Kaarten & secties ---------- */
.kaart {
    background: var(--kaart-bg);
    border: 1px solid var(--rand);
    border-radius: 18px;
    padding: 24px 26px;
}
.kaart--ruim { padding: 26px 28px; }
.kaart--link { display: block; text-decoration: none; padding: 26px 26px 24px; }
.kaart--link:hover { border-color: var(--goud); }
.kaart--link .kop-3 { font-size: 21px; }
.kaart--media { padding: 0; overflow: hidden; }
.kaart--media .kaart__body { padding: 20px 22px 22px; }
.kaart--media:hover { border-color: var(--goud); }
.kaart p.kaart-tekst { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--tekst-zacht); }
.kaart p.kaart-tekst--marge { margin-bottom: 14px; }
.kaart p.kaart-tekst--marge12 { margin-bottom: 12px; }
.kaart__cta { font-size: 14px; font-weight: 600; color: var(--goud-eyebrow); }

.dark {
    position: relative; overflow: hidden;
    background: var(--groen);
    padding: clamp(56px, 8vw, 96px) 24px;
}
.dark--slot { padding: clamp(56px, 8vw, 88px) 24px; }
.dark > .wrap, .dark > .wrap--smal { position: relative; }
.ornament {
    position: absolute; right: -140px; top: 50%;
    transform: translateY(-50%);
    width: 520px; max-width: 70vw; opacity: .16; pointer-events: none;
}
.dark-kaart { background: var(--groen-kaart); border-radius: 18px; padding: 24px 26px; }
.dark-kaart .kop-3 { color: var(--licht); }
.dark-kaart p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--licht-dim); }

/* Fotofiguren in donkere secties */
.dark-figuur { margin: 0; background: var(--groen-kaart); border-radius: 18px; overflow: hidden; }
.dark-figuur img { width: 100%; object-fit: cover; display: block; }
.dark-figuur figcaption { padding: 14px 16px; }
.dark-figuur figcaption strong { display: block; font-size: 15px; color: var(--licht); font-weight: 600; margin-bottom: 4px; }
.dark-figuur figcaption span { font-size: 13.5px; line-height: 1.55; color: var(--licht-dim); }
.dark-figuur figcaption.alleen-caption { padding: 10px 14px; font-size: 12.5px; color: var(--licht-dim); }

.licht-figuur { margin: 0; background: var(--kaart-bg); border: 1px solid var(--rand); border-radius: 18px; overflow: hidden; }
.licht-figuur img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.licht-figuur figcaption { padding: 14px 16px; }
.licht-figuur figcaption strong { display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.licht-figuur figcaption span { font-size: 13.5px; line-height: 1.55; color: var(--tekst-dim); }

/* Diamant-opsomming */
.diamant { margin: 0 0 26px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.diamant li { display: flex; gap: 10px; align-items: baseline; font-size: 15px; color: var(--donker-tekst); }
.diamant li::before { content: "\25C6"; color: var(--goud-eyebrow-donker); flex: none; }
.diamant--ruim { gap: 12px; }
.diamant--ruim li { font-size: 15.5px; line-height: 1.6; }
.diamant--licht li { color: var(--tekst-zacht); }
.diamant--licht li::before { color: var(--goud-hover); }

/* Prijsrijen */
.prijzen { display: flex; flex-direction: column; gap: 7px; margin-top: auto; }
.prijzen div {
    display: flex; justify-content: space-between; gap: 16px;
    border-bottom: 1px dashed var(--rand-donkerder); padding-bottom: 7px; font-size: 14.5px;
}
.prijzen span { color: var(--tekst-zacht); }
.prijzen strong { font-weight: 600; color: var(--tekst); }

/* Arrangement-inhoud (high tea) */
.inhoud { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
.inhoud li {
    display: flex; gap: 10px; align-items: baseline;
    font-size: 14.5px; color: var(--tekst-zacht);
    border-bottom: 1px dashed var(--rand-donkerder); padding-bottom: 7px;
}
.inhoud li::before { content: "\25C6"; color: var(--goud-hover); flex: none; }

/* Badges & chips */
.badge {
    background: var(--chip-bg); color: var(--chip-tekst);
    font-size: 12.5px; font-weight: 600; padding: 5px 11px; border-radius: 999px;
}
.chiprij { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-link {
    border: 1px solid rgba(243, 239, 228, .4); color: var(--licht);
    font-size: 13.5px; font-weight: 500; padding: 8px 15px; border-radius: 999px; text-decoration: none;
}
.chip-link:hover { background: rgba(255, 255, 255, .1); color: #fff; }

/* Invul-placeholders */
.invulblok {
    border: 1.5px dashed #C9BFA6; border-radius: 16px;
    padding: 22px 24px;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, .015) 0 12px, rgba(0, 0, 0, .035) 12px 24px);
}
.invulblok p { margin: 0; font-family: ui-monospace, monospace; font-size: 13px; line-height: 1.6; color: var(--tekst-dim); }
.invulblok--midden { min-height: 96px; display: flex; align-items: center; justify-content: center; border-radius: 14px; }
.invulblok--midden p { font-size: 12px; text-align: center; padding: 10px; }
.invulblok--donker {
    border: 1.5px dashed rgba(243, 239, 228, .35); border-radius: 18px; min-height: 110px;
    display: flex; align-items: center; justify-content: center;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .03) 0 12px, rgba(255, 255, 255, .07) 12px 24px);
}
.invulblok--donker p { margin: 0; font-family: ui-monospace, monospace; font-size: 12.5px; color: var(--licht-dim); text-align: center; padding: 12px; }
.invulchip {
    display: inline-block; border: 1px dashed #C9BFA6; border-radius: 6px;
    padding: 2px 8px; font-family: ui-monospace, monospace; font-size: 12px; color: var(--tekst-dim);
}
.invulchip--donker { color: var(--licht-noot); border-color: rgba(233, 228, 212, .35); font-size: 12.5px; padding: 1px 7px; border-radius: 6px; }

/* Fotostrip (horizontaal scrollend) */
.fotostrip { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; }
.fotostrip img { width: 250px; height: 230px; object-fit: cover; border-radius: 14px; flex: none; }
.fotostrip--menu img { height: 210px; }
.strip-kop { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.strip-kop h2 { margin: 0; }

/* Hero-figuur */
.hero-figuur {
    position: relative; margin: 0;
    border-radius: 22px; overflow: hidden;
    aspect-ratio: 4/5; max-height: 600px; background: var(--rand);
}
.hero-figuur img, .hero-figuur video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-figuur .foto-label {
    position: absolute; left: 14px; bottom: 14px; margin: 0;
    background: rgba(35, 39, 31, .72); color: var(--licht);
    font-size: 12.5px; font-weight: 500; padding: 7px 12px; border-radius: 999px;
    backdrop-filter: blur(4px);
}
.hero-figuur--breed { aspect-ratio: 16/8; max-height: none; }
.hero-figuur--breed img { position: static; inset: auto; height: auto; min-height: 320px; aspect-ratio: 16/8; }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details { background: var(--kaart-bg); border: 1px solid var(--rand); border-radius: 14px; padding: 16px 20px; }
.faq summary {
    cursor: pointer; font-weight: 600; font-size: 15.5px; color: var(--tekst);
    list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center;
}
.faq summary span { color: var(--goud-hover); font-size: 20px; line-height: 1; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq p { margin: 12px 0 4px; font-size: 14.5px; line-height: 1.65; color: var(--tekst-zacht); }
.faq-kop { margin-bottom: 26px; }

/* Kaart-embed */
.kaart-embed { border: 0; width: 100%; min-height: 380px; border-radius: 18px; background: var(--rand); display: block; }
.kaart-embed--groot { min-height: 420px; }

/* Genummerde stappen (contact, donker) */
.stappen { margin: 0 0 18px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.stappen li { display: flex; gap: 14px; align-items: flex-start; }
.stappen .nr {
    flex: none; width: 32px; height: 32px; border-radius: 999px;
    background: var(--goud); color: var(--cta-tekst);
    font-weight: 600; font-size: 15px; display: flex; align-items: center; justify-content: center;
}
.stappen p { margin: 2px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--donker-tekst); }
.stappen strong { color: #F7F4EA; }

/* Werkwijze-stappen (zand-sectie) */
.zand-sec { background: var(--zand); padding: clamp(56px, 8vw, 96px) 24px; }
.werkwijze { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 16px; }
.werkwijze li { background: var(--kaart-bg); border: 1px solid var(--rand-zand); border-radius: 18px; padding: 22px 24px; }
.werkwijze .cijfer { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; color: var(--goud-eyebrow); }
.werkwijze strong { display: block; font-size: 15.5px; font-weight: 600; margin-bottom: 6px; }
.werkwijze span { font-size: 14px; line-height: 1.6; color: var(--tekst-zacht); }

/* Masonry-galerij */
.masonry { columns: 300px 4; column-gap: 14px; }
.masonry figure {
    margin: 0 0 14px; break-inside: avoid;
    border-radius: 16px; overflow: hidden; background: #EFE9DA; position: relative;
}
.masonry img { width: 100%; display: block; }
.masonry figcaption {
    position: absolute; left: 10px; bottom: 10px;
    background: rgba(35, 39, 31, .72); color: var(--licht);
    font-size: 11.5px; font-weight: 500; padding: 5px 10px; border-radius: 999px;
    backdrop-filter: blur(4px);
}
.filterchips { display: flex; flex-wrap: wrap; gap: 8px; }
.filterchips button {
    border: 1px solid #D8CFB8; background: var(--kaart-bg); color: var(--groen);
    font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px;
    cursor: pointer; min-height: 40px;
}
.filterchips button[aria-pressed="true"] { background: var(--groen); color: var(--licht); border-color: var(--groen); }

/* Menukaart */
.menu-catnav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.menu-catnav a {
    border: 1px solid #D8CFB8; background: var(--kaart-bg); color: var(--groen);
    font-size: 13.5px; font-weight: 500; padding: 8px 15px; border-radius: 999px; text-decoration: none;
}
.menu-catnav a:hover { border-color: var(--goud-hover); color: var(--goud-hover); }
.menu-sectie { scroll-margin-top: 110px; }
.menu-sectie__kop { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.menu-sectie__kop h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 32px); color: var(--tekst); }
.menu-sectie__kop .lijn { flex: 1; height: 1px; background: var(--rand-donkerder); }
.menu-sectie__intro { margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; color: var(--tekst-dim); max-width: 64ch; }
.menu-item { background: var(--kaart-bg); border: 1px solid var(--rand); border-radius: 16px; padding: 18px 22px; }
.menu-item__kop { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; flex-wrap: wrap; }
.menu-item__kop h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 19px; color: var(--tekst); }
.menu-item__kop .badge { font-family: var(--sans); vertical-align: 2px; padding: 4px 10px; }
.menu-item__prijs { margin: 0; font-family: var(--serif); font-size: 19px; color: var(--goud-eyebrow); white-space: nowrap; }
.menu-item__tekst { margin: 8px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--tekst-zacht); max-width: 64ch; }
.menu-item__sub { margin: 8px 0 0; font-size: 13px; color: var(--tekst-dim); }
.menu-subkop { margin: 8px 0 -4px; font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--goud-eyebrow); }
.menu-subkop:first-child { margin-top: 0; }
.arr-prijs { margin: 0; font-family: var(--serif); font-size: 24px; color: var(--goud-eyebrow); }

/* ---------- Formulieren ---------- */
.veld label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.veld label .optioneel { font-weight: 400; color: var(--tekst-dim); }
.verplicht { color: var(--fout); }
.veld input[type="text"], .veld input[type="email"], .veld input[type="tel"],
.veld input[type="number"], .veld input[type="date"], .veld input[type="time"],
.veld select, .veld textarea {
    width: 100%; box-sizing: border-box;
    border: 1.5px solid #D8CFB8; border-radius: 12px;
    padding: 12px 14px; font-size: 15px; background: #fff; min-height: 48px;
}
.veld textarea { resize: vertical; min-height: 0; }
.veld.heeft-fout input, .veld.heeft-fout select, .veld.heeft-fout textarea { border-color: var(--fout-rand); }
.veld-fout { margin: 6px 0 0; font-size: 13px; color: var(--fout); font-weight: 500; }
.veld-fout::before { content: "\26A0 "; }
.veld-hint { margin: 6px 0 0; font-size: 12.5px; color: var(--tekst-dim); }

.form-kaart {
    background: var(--kaart-bg); border: 1px solid var(--rand); border-radius: 18px;
    padding: 26px 28px; display: flex; flex-direction: column; gap: 18px;
    position: relative;
}
.form-kaart--wizard { border-radius: 20px; padding: clamp(22px, 3.5vw, 32px); gap: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 18px; }
.form-grid--200 { grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); }

.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.akkoord { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.55; color: var(--tekst-zacht); cursor: pointer; }
.akkoord input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--groen); flex: none; }

.verstuurrij { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.verstuurrij .noot-13 { margin: 0; font-size: 13px; color: var(--tekst-dim); }

.succes-kaart { background: var(--succes-bg); border: 1px solid var(--succes-rand); border-radius: 18px; padding: 26px 28px; }
.succes-kaart--groot { border-radius: 20px; padding: clamp(24px, 4vw, 36px); }
.succes-kaart h1, .succes-kaart h2.succes-kop { margin: 0 0 8px; font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--succes-kop); }
.succes-kaart .succes-tekst { margin: 0 0 16px; font-size: 15px; line-height: 1.65; color: var(--succes-tekst); }
.succes-kaart a { color: var(--succes-kop); }
.succes-kaart a.btn--green { color: var(--licht); }
.succes-kaart a.btn--green:hover { color: var(--licht); }
.succes-kaart a.btn--outline { color: var(--groen); }
.succes-kaart a.btn--outline:hover { color: var(--licht); }

.overzicht { margin: 0 0 18px; display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; font-size: 14.5px; }
.overzicht dt { color: #5A6B4E; font-weight: 600; }
.overzicht dd { margin: 0; color: var(--tekst); }

.melding-zand {
    background: var(--zand); border: 1px solid var(--rand-zand); border-radius: 12px;
    padding: 14px 16px; font-size: 14px; line-height: 1.55; color: var(--tekst-zacht);
}
.melding-zacht {
    margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--tekst-zacht);
    background: var(--zand-melding); border-radius: 10px; padding: 10px 14px;
}

/* Keuzekaarten (soort reservering) */
.keuzekaarten { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 10px; margin-bottom: 22px; }
.keuzekaarten button {
    border: 1.5px solid #D8CFB8; background: var(--kaart-bg); color: var(--tekst);
    border-radius: 14px; padding: 14px 16px; cursor: pointer; text-align: left; min-height: 64px;
}
.keuzekaarten button[aria-pressed="true"] { background: var(--groen); color: var(--licht); border-color: var(--groen); }
.keuzekaarten strong { display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 2px; }
.keuzekaarten span { font-size: 12.5px; line-height: 1.4; display: block; opacity: .85; }

/* Aanvink-kaarten (offerte-wizard) */
.checkgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 10px; }
.checkkaart {
    display: flex; gap: 10px; align-items: center;
    border: 1.5px solid #D8CFB8; background: #fff; border-radius: 12px;
    padding: 12px 14px; cursor: pointer; min-height: 48px;
}
.checkkaart input { width: 20px; height: 20px; accent-color: var(--groen); flex: none; }
.checkkaart span { font-size: 14px; line-height: 1.35; }
.checkkaart.is-aan { background: var(--keuze-aan); border-color: var(--groen); }
fieldset.check-veld { border: 0; margin: 0; padding: 0; }
fieldset.check-veld legend { font-size: 14px; font-weight: 600; margin-bottom: 10px; padding: 0; }
fieldset.check-veld legend .subtiel { font-weight: 400; color: var(--tekst-dim); }

/* Wizard */
#offerte-formulier [data-stap][hidden] { display: none !important; }
/* Zonder JavaScript is de wizard één lang formulier; voortgang en stap-label zijn dan niet relevant. */
html:not(.js) .voortgang, html:not(.js) .stap-label, html:not(.js) .concept-noot { display: none; }
.voortgang { height: 6px; background: #EAE2CE; border-radius: 999px; margin-bottom: 10px; overflow: hidden; }
.voortgang div { height: 100%; background: var(--goud); border-radius: 999px; transition: width .3s; }
.stap-label { margin: 0 0 26px; font-size: 13.5px; font-weight: 600; color: var(--tekst-dim); }
.stap-label strong { color: var(--tekst); font-weight: 600; }
.fout-samenvatting { background: var(--fout-bg); border: 1px solid var(--fout-bg-rand); border-radius: 12px; padding: 14px 18px; margin-bottom: 18px; }
.fout-samenvatting p { margin: 0 0 6px; font-size: 14px; font-weight: 600; color: var(--fout-donker); }
.fout-samenvatting ul { margin: 0; padding-left: 18px; font-size: 13.5px; line-height: 1.6; color: var(--fout-donker); }
.wizard-nav { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #EAE2CE; padding-top: 20px; }
.concept-noot { margin: 0; font-size: 12.5px; color: var(--tekst-dim); text-align: right; }
.concept-hersteld {
    background: var(--zand); border: 1px solid var(--rand-zand); border-radius: 12px;
    padding: 12px 16px; margin-bottom: 18px;
    display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.concept-hersteld p { margin: 0; font-size: 13.5px; color: var(--tekst-zacht); }
.concept-hersteld button {
    border: 1px solid #C9BFA6; background: transparent; color: var(--tekst-dim);
    font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px; cursor: pointer;
}

/* Offerte-samenvatting op bevestiging */
.samenvatting { background: var(--kaart-bg); border: 1px solid #D9E0C8; border-radius: 16px; padding: 22px 24px; margin-bottom: 20px; }
.samenvatting h2 { margin: 0 0 14px; font-family: var(--serif); font-weight: 400; font-size: 20px; color: var(--tekst); }
.samenvatting h3 { margin: 0 0 8px; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--goud-eyebrow); }
.samenvatting dl { margin: 0; display: grid; grid-template-columns: minmax(120px, auto) 1fr; gap: 5px 18px; font-size: 14px; }
.samenvatting dt { color: var(--tekst-dim); }
.samenvatting dd { margin: 0; color: var(--tekst); }
.samenvatting__blokken { display: flex; flex-direction: column; gap: 16px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--groen-donker); color: var(--donker-tekst); }
.site-footer__inner { max-width: 1240px; margin: 0 auto; padding: clamp(48px, 7vw, 72px) 24px 28px; }
.site-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 40px; }
.site-footer__logo { height: 110px; width: auto; display: block; margin-bottom: 14px; }
.site-footer__tagline { margin: 0 0 16px; font: 400 14.5px/1.6 var(--sans); color: var(--licht-dim); max-width: 30ch; }
.site-footer__socials { display: flex; gap: 14px; flex-wrap: wrap; }
.site-footer__socials a { color: var(--goud-licht); font: 500 14px var(--sans); }
.site-footer h2 {
    margin: 0 0 14px;
    font: 600 12px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase;
    color: var(--licht-dim);
}
.site-footer__adres { margin: 0 0 10px; font: 400 15px/1.65 var(--sans); }
.site-footer__note { margin: 0 0 12px; font: 400 13.5px/1.6 var(--sans); color: var(--licht-dim); }
.site-footer__note--klein { margin: 12px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--licht-noot); max-width: 30ch; }
.site-footer__link { color: var(--goud-licht); font: 500 14px var(--sans); }
.site-footer__tel { margin: 0 0 6px; font: 400 15px/1.6 var(--sans); }
.site-footer__tel a { color: var(--licht); font-weight: 500; }
.site-footer__mail { margin: 0 0 14px; }
.site-footer__mail a { color: var(--licht); font: 400 14.5px/1.6 var(--sans); }
.site-footer__links { display: flex; flex-direction: column; gap: 8px; }
.site-footer__links a { color: var(--goud-licht); font: 500 14.5px var(--sans); }
.site-footer__uren { display: flex; flex-direction: column; gap: 6px; max-width: 280px; }
.site-footer__uren div { display: flex; justify-content: space-between; gap: 12px; font: 400 14px/1.5 var(--sans); }
.site-footer__uren strong { font-weight: 500; color: var(--licht); }
.site-footer__alle {
    margin-top: 44px; padding-top: 22px;
    border-top: 1px solid rgba(233, 228, 212, .16);
    display: flex; flex-wrap: wrap; gap: 8px 22px;
}
.site-footer__alle a { color: var(--licht-dim); font: 400 13.5px var(--sans); text-decoration: none; }
.site-footer__alle a:hover { color: var(--licht); text-decoration: underline; }
.site-footer__meta {
    margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
    font: 400 12.5px/1.5 var(--sans); color: var(--licht-noot);
}
.site-footer__meta a { color: var(--licht-noot); }

/* Uren-tabellen op pagina's (home/contact) */
.uren-lijst { display: flex; flex-direction: column; gap: 7px; max-width: 340px; }
.uren-lijst > div { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; border-bottom: 1px dashed #EAE2CE; padding-bottom: 6px; }
.uren-lijst span.dag { color: var(--tekst-zacht); }
.uren-lijst strong { font-weight: 600; }

/* 404 */
.p404 { padding: clamp(64px, 10vw, 120px) 24px; }
.p404 .cijfers { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(56px, 9vw, 96px); line-height: 1; color: var(--goud); }
.p404 nav { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; font-size: 14.5px; }
.p404 nav a { font-weight: 600; }
