:root {
  --bg: #1c100c;
  --paper: #281913;
  --ink: #f3eadf;
  --muted: #b7aa9b;
  --line: #4b382d;
  --gold: #c8a86a;
  --gold-light: #4d3826;
  --dark: #100805;
  --dark-soft: #1a0f0b;
  --error: #a62a2a;
  --success: #246b42;
  --max: 1240px;
  --header: 78px;
  --shadow: 0 24px 80px rgba(4, 2, 1, .34);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 10px; transform: translateY(-160%); padding: 10px 14px; background: #f5ecdf; color: #24130d; border: 2px solid var(--gold); border-radius: var(--radius-sm); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 max(24px, 5vw); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: background-color .25s, color .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { color: var(--ink); background: rgba(28,16,12,.94); border-color: rgba(230,211,191,.12); box-shadow: 0 8px 35px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: baseline; gap: .25em; font-size: 19px; font-weight: 540; letter-spacing: -.035em; white-space: nowrap; }
.brand span { font-weight: 850; }
.brand i { color: var(--gold); font-family: Georgia, serif; font-size: 1.35em; line-height: 0; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 750; letter-spacing: .035em; }
.nav > a:not(.nav-cta) { opacity: .78; }
.nav > a:hover { opacity: 1; }
.nav-cta { padding: 12px 18px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: var(--radius-sm); font: inherit; cursor: pointer; }
.nav-cta:hover { color: #21120c; background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle:hover { background: rgba(255,255,255,.06); }
.menu-toggle > span[aria-hidden] { display: block; width: 23px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] > span[aria-hidden]:first-of-type { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span[aria-hidden]:last-of-type { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: clamp(150px, 19vh, 210px) max(24px, 7vw) clamp(120px, 13vh, 150px); color: #fff; background: #171714 url("images/hero.webp") center 42% / cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(25,11,6,.9) 0%, rgba(34,17,10,.55) 55%, rgba(26,12,7,.14) 82%), linear-gradient(0deg, rgba(20,9,5,.78), transparent 52%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.18); }
.hero-content { width: min(770px, 90%); }
.eyebrow { margin: 0 0 17px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .21em; text-transform: uppercase; }
.hero h1, .section-heading h2, .booking h2 { margin: 0; font-size: clamp(54px, 8vw, 104px); line-height: .9; letter-spacing: -.06em; }
.hero h1 em, .section-heading h2 em, .booking h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-intro { width: min(590px, 100%); margin: 30px 0 0; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.45vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 12px; font-weight: 850; letter-spacing: .035em; cursor: pointer; transition: transform .2s, background-color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #21120c; background: var(--gold); border-color: var(--gold); }
.button-primary:hover { background: #d8bd84; border-color: #d8bd84; }
.button-ghost { color: #fff; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.hero-proof { position: absolute; left: max(24px, 7vw); bottom: 32px; display: flex; flex-wrap: wrap; gap: 12px 30px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof span::before { content: "◆"; margin-right: 9px; color: var(--gold); font-size: 7px; vertical-align: 1px; }
.hero-scroll { position: absolute; right: max(24px, 7vw); bottom: 30px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }

.section { max-width: 1500px; margin: auto; padding: clamp(84px, 10vw, 145px) max(24px, 7vw); }
.values { margin-bottom: clamp(95px, 11vw, 145px); padding: clamp(35px, 5vw, 62px); background: linear-gradient(145deg, #291912, #21120d); border: 1px solid #50382c; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.values-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 50px; align-items: end; margin-bottom: 48px; }
.values-heading h2 { margin: 0; max-width: 830px; font-size: clamp(38px, 5vw, 67px); line-height: .97; letter-spacing: -.055em; }
.values-heading h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.values-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.value-card { position: relative; min-width: 0; padding: clamp(24px, 3vw, 34px); background: rgba(11, 5, 3, .28); border: 1px solid #4d372c; border-radius: var(--radius-md); }
.value-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--gold); background: rgba(200, 168, 106, .09); border: 1px solid rgba(200, 168, 106, .32); border-radius: 14px; }
.value-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.value-number { position: absolute; top: 31px; right: 30px; color: #806e60; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.value-card h3 { margin: 26px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 50px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .booking h2 { font-size: clamp(44px, 6.2vw, 80px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #39261d; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-number { position: absolute; right: 17px; bottom: 14px; color: rgba(255,255,255,.9); font-size: 11px; font-weight: 850; text-shadow: 0 1px 10px #000; }
.service-body { padding: clamp(24px, 3vw, 32px); }
.service-title { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.service-title h3 { margin: 0; font-size: clamp(20px, 2vw, 25px); letter-spacing: -.035em; }
.service-title p { margin: 1px 0 0; white-space: nowrap; color: var(--muted); font-size: 11px; }
.service-title strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.05; }
.service-title small { display: block; margin-top: 6px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.service-body > p { min-height: 68px; margin: 18px 0; color: var(--muted); font-size: 14px; }
.check-list { display: grid; gap: 8px; padding: 19px 0; margin: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #c9baaa; font-size: 13px; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--gold); font-weight: 900; }
.service-select { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 18px; padding: 13px 14px; border: 1px solid #5a4336; border-radius: var(--radius-sm); background: rgba(255,255,255,.025); font-size: 12px; font-weight: 850; cursor: pointer; }
.service-select:hover { color: #e1c487; background: rgba(200,168,106,.07); border-color: var(--gold); }

.process { display: grid; grid-template-columns: .75fr 1.5fr; gap: clamp(40px, 7vw, 90px); margin-top: 95px; padding: clamp(48px, 6vw, 78px) clamp(35px, 5vw, 60px); color: #fff; background: var(--dark); border: 1px solid #38251c; border-radius: var(--radius-lg); }
.process h3 { margin: 0; max-width: 420px; font-size: clamp(31px, 4vw, 51px); line-height: .99; letter-spacing: -.045em; }
.process ol { padding: 0; margin: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid #2f2f2a; }
.process li:last-child { border: 0; }
.process li > span { color: var(--gold); font-size: 10px; font-weight: 900; }
.process b { display: block; margin-bottom: 3px; font-size: 15px; }
.process li p { margin: 0; color: #97978f; font-size: 13px; }
.reviews { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: clamp(38px, 7vw, 90px); align-items: center; margin-top: clamp(64px, 7vw, 92px); padding: clamp(42px, 5vw, 62px); background: linear-gradient(135deg, #2c1b14, #21120d); border: 1px solid #4b352a; border-radius: var(--radius-lg); }
.reviews h3 { margin: 0; font-size: clamp(32px, 4.5vw, 55px); line-height: .96; letter-spacing: -.05em; }
.reviews h3 em { color: #dfcda8; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.reviews-intro > p:last-child { max-width: 610px; margin: 23px 0 0; color: var(--muted); font-size: 14px; }
.google-review-pending { padding: clamp(26px, 4vw, 38px); background: rgba(14,7,4,.58); border: 1px solid #594033; border-radius: var(--radius-md); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.google-review-heading { display: flex; align-items: center; gap: 13px; }
.google-review-heading > span:last-child { display: grid; }
.google-review-heading strong { font-size: 15px; }
.google-review-heading small { margin-top: 2px; color: #9f9084; font-size: 10px; }
.google-mark { display: grid; width: 39px; height: 39px; place-items: center; color: #4285f4; background: #fff; border-radius: 50%; font-size: 22px; font-weight: 900; font-family: Arial, sans-serif; }
.pending-stars { margin-top: 27px; color: #b9934d; font-size: 27px; letter-spacing: .08em; line-height: 1; }
.google-review-pending > p { margin: 17px 0 22px; color: #aa9b90; font-size: 13px; }
.review-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; color: #dcc28d; background: rgba(200,168,106,.08); border: 1px solid rgba(200,168,106,.25); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.review-status i { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200,168,106,.1); }
.service-area { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(520px, 1.28fr); gap: clamp(34px, 6vw, 76px); align-items: center; margin-top: clamp(64px, 7vw, 92px); padding: clamp(38px, 5vw, 62px); background: linear-gradient(145deg, #160c08, #0e0704); border: 1px solid #3d2a21; border-radius: var(--radius-lg); overflow: hidden; }
.area-intro h3 { margin: 0; font-size: clamp(34px, 4.8vw, 58px); line-height: .96; letter-spacing: -.052em; }
.area-intro h3 em { color: #dfcda8; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.area-intro > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.area-facts { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.area-facts span { min-width: 135px; padding: 12px 14px; color: #9d8e83; background: rgba(255,255,255,.025); border: 1px solid #463127; border-radius: var(--radius-sm); font-size: 10px; }
.area-facts strong { display: block; margin-bottom: 2px; color: #f1e4d8; font-size: 13px; }
.area-cta { width: fit-content; margin-top: 28px; }
.area-map-card { min-width: 0; overflow: hidden; background: #17100b; border: 1px solid #514237; border-radius: var(--radius-md); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.area-map-visual { position: relative; min-height: clamp(390px, 43vw, 520px); background: radial-gradient(circle at 57% 52%, rgba(200,168,106,.09), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.018), transparent 58%); overflow: hidden; }
.area-map-lines { position: absolute; inset: 4% 4% 2%; width: 92%; height: 94%; }
.map-boundary { fill: rgba(200,168,106,.035); stroke: #4b433a; stroke-width: 3; }
.map-radius { fill: rgba(200,168,106,.075); stroke: rgba(200,168,106,.5); stroke-width: 2; stroke-dasharray: 8 9; }
.map-road { fill: none; stroke: #554b42; stroke-width: 2.2; opacity: .8; }
.map-road-soft { opacity: .38; }
.map-place { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; color: #d1c7be; font-size: clamp(11px, 1.35vw, 15px); line-height: 1; white-space: nowrap; }
.map-place i { width: 10px; height: 10px; flex: 0 0 10px; background: #d2ad62; border-radius: 50%; box-shadow: 0 0 0 4px rgba(210,173,98,.04); }
.map-place b { font-weight: 750; }
.map-place.is-home { color: #fff2df; }
.map-place.is-home i { width: 13px; height: 13px; flex-basis: 13px; background: var(--gold); box-shadow: 0 0 0 7px rgba(200,168,106,.12), 0 0 24px rgba(200,168,106,.22); }
.place-delfzijl { left: 70%; top: 17%; }
.place-groningen { left: 42%; top: 32%; }
.place-haren { left: 39%; top: 48%; }
.place-hoogezand { left: 58%; top: 53%; }
.place-winschoten { left: 78%; top: 59%; }
.place-veendam { left: 67%; top: 70%; }
.place-zuidlaren { left: 32%; top: 72%; }
.place-assen { left: 23%; top: 87%; }
.area-map-legend { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 15px 22px; color: #a89b90; border-top: 1px solid #44372e; font-size: 11px; }
.area-map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.area-map-legend span i { width: 9px; height: 9px; background: var(--gold); border-radius: 50%; }
.area-map-legend small { color: #756c65; font-size: 9px; }
.social-follow { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(460px, 1.2fr); gap: clamp(34px, 6vw, 78px); align-items: center; margin-top: clamp(64px, 7vw, 92px); padding: clamp(38px, 5vw, 62px); background: linear-gradient(135deg, #2a1912, #160b07); border: 1px solid #4a3429; border-radius: var(--radius-lg); box-shadow: 0 26px 75px rgba(5,2,1,.2); }
.social-follow h3 { margin: 0; font-size: clamp(34px, 4.8vw, 58px); line-height: .96; letter-spacing: -.052em; }
.social-follow-intro > p:last-child { max-width: 500px; margin: 23px 0 0; color: var(--muted); font-size: 14px; }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.social-link { min-width: 0; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 18px; background: rgba(12,6,4,.48); border: 1px solid #594035; border-radius: var(--radius-md); transition: transform .22s, color .22s, background-color .22s, border-color .22s; }
.social-link:hover { transform: translateY(-3px); color: #f1d9a8; background: rgba(200,168,106,.08); border-color: var(--gold); }
.social-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--gold); background: rgba(200,168,106,.08); border: 1px solid rgba(200,168,106,.28); border-radius: 15px; }
.social-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-icon-dot { fill: currentColor; stroke: none; }
.social-link > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.social-link small { color: #97877b; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.social-link strong { overflow: hidden; color: #f1e6db; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.social-link > i { color: var(--gold); font-size: 18px; font-style: normal; }

.booking-dialog { position: fixed; width: min(1120px, calc(100% - 40px)); max-width: none; max-height: calc(100svh - 40px); padding: 0; color: #fff; background: var(--dark-soft); border: 1px solid #51392e; border-radius: var(--radius-lg); box-shadow: 0 35px 120px rgba(0,0,0,.62); overflow: auto; }
.booking-dialog::backdrop { background: rgba(10, 5, 3, .78); backdrop-filter: blur(8px); }
.dialog-shell { position: relative; display: grid; grid-template-columns: minmax(290px, .72fr) minmax(520px, 1.28fr); min-height: 620px; }
.dialog-intro { padding: clamp(38px, 5vw, 64px); align-self: start; }
.dialog-intro h2 { margin: 0; font-size: clamp(38px, 4.8vw, 64px); line-height: .95; letter-spacing: -.055em; }
.dialog-intro h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.dialog-intro > p:not(.eyebrow) { max-width: 510px; margin-top: 25px; color: #aaa096; }
.dialog-close { position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: #2a1710; background: #f3eadf; border: 0; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; box-shadow: 0 7px 24px rgba(0,0,0,.2); }
.dialog-close:hover { background: var(--gold); }
.contact-card { margin-top: 47px; padding: 24px; background: rgba(255,255,255,.025); border: 1px solid #493228; border-radius: var(--radius-md); }
.contact-card span { display: block; margin-bottom: 12px; color: #74746e; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.contact-card a { display: block; width: fit-content; margin-top: 6px; color: #d2d1ca; font-size: 13px; }
.contact-card a:hover { color: var(--gold); }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; padding: clamp(42px, 4vw, 54px); color: var(--ink); background: var(--paper); border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.form-row { display: grid; gap: 7px; align-content: start; }
.form-span { grid-column: 1 / -1; }
.booking-form label, .booking-form legend { font-size: 11px; font-weight: 850; letter-spacing: .025em; }
.booking-form input:not([type="checkbox"]):not([type="radio"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: #f4eadf; background: #352219; border: 1px solid #674a3c; border-radius: var(--radius-sm); outline: 0; color-scheme: dark; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #a69282; opacity: 1; }
.booking-form select option { color: #f4eadf; background: #2b1a13; }
.booking-form textarea { min-height: 105px; resize: vertical; }
.booking-form input:not([type="checkbox"]):not([type="radio"]):focus, .booking-form select:focus, .booking-form textarea:focus { background: #3c281e; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,168,106,.18); }
.booking-form input:-webkit-autofill, .booking-form input:-webkit-autofill:hover, .booking-form input:-webkit-autofill:focus { -webkit-text-fill-color: #f4eadf; -webkit-box-shadow: 0 0 0 1000px #352219 inset; caret-color: #f4eadf; transition: background-color 9999s ease-out; }
.booking-form [aria-invalid="true"] { border-color: var(--error) !important; }
.booking-form select:disabled { cursor: not-allowed; opacity: .62; }
.choice-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-fieldset[hidden] { display: none !important; }
.choice-fieldset legend { margin-bottom: 7px; padding: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-card, .date-choice, .time-choice { position: relative; min-width: 0; cursor: pointer; }
.choice-card input, .date-choice input, .time-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-content { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 15px; color: #d9cbbd; background: #352219; border: 1px solid #674a3c; border-radius: var(--radius-sm); transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s; }
.package-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.package-choice-content { min-height: 92px; }
.choice-content strong, .date-choice-content strong, .time-choice-content strong { display: block; font-size: 13px; line-height: 1.25; }
.choice-content small, .date-choice-content small, .time-choice-content small { display: block; margin-top: 5px; color: #a69282; font-size: 10px; line-height: 1.25; }
.choice-mark { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; color: transparent; border: 1px solid #806252; border-radius: 50%; font-size: 13px; transition: .2s; }
.choice-card:hover .choice-content, .date-choice:hover .date-choice-content, .time-choice:not(.is-unavailable):hover .time-choice-content { border-color: #9b7654; transform: translateY(-1px); }
.choice-card input:focus-visible + .choice-content, .date-choice input:focus-visible + .date-choice-content, .time-choice input:focus-visible + .time-choice-content { outline: 3px solid rgba(200,168,106,.25); outline-offset: 2px; }
.choice-card input:checked + .choice-content, .date-choice input:checked + .date-choice-content, .time-choice input:checked + .time-choice-content { color: #fff8ed; background: linear-gradient(135deg, #5b3d2d, #493024); border-color: var(--gold); box-shadow: inset 0 0 0 1px rgba(200,168,106,.18), 0 8px 24px rgba(38,19,11,.14); }
.choice-card input:checked + .choice-content .choice-mark { color: #26150e; background: var(--gold); border-color: var(--gold); }
.choice-card input[aria-invalid="true"] + .choice-content, .date-choice input[aria-invalid="true"] + .date-choice-content, .time-choice input[aria-invalid="true"] + .time-choice-content { border-color: var(--error); }
.date-choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; max-height: 174px; padding: 1px 4px 1px 1px; overflow-y: auto; scrollbar-color: #7d5a46 #2f1e17; }
.time-choice-grid { max-height: 320px; overflow-y: auto; padding: 4px; scroll-padding: 4px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.date-choice-content, .time-choice-content { display: block; min-height: 66px; padding: 13px 10px; text-align: center; color: #d9cbbd; background: #352219; border: 1px solid #674a3c; border-radius: var(--radius-sm); transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s; }
.date-choice-content strong { text-transform: capitalize; }
.time-choice.is-unavailable { cursor: not-allowed; }
.time-choice input:disabled + .time-choice-content { color: #846f63; background: #2d1d16; border-color: #4d382e; opacity: .58; }
.time-choice.is-unavailable .time-choice-content small { color: #a07770; }
.time-choice.is-pending input:disabled + .time-choice-content { color: #dec58d; background: rgba(139,102,48,.2); border-color: #856a3f; opacity: 1; }
.time-choice.is-pending .time-choice-content small { color: #d7b975; }
.time-choice.is-accepted input:disabled + .time-choice-content { color: #cce2d3; background: rgba(45,103,67,.25); border-color: #477a59; opacity: 1; }
.time-choice.is-accepted .time-choice-content small { color: #9fc9ad; }
.choice-help { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.address-status { margin: -10px 0 0; color: var(--muted); font-size: 11px; }
.address-status.loading { color: #d7bd89; }
.address-status.error { color: #efaaa2; }
.address-status.success { color: #9fc9ad; }
.booking-form input[readonly] { color: #d8c9bb; background: #2f1e17; cursor: default; }
.availability-status { margin: -10px 0 0; color: var(--muted); font-size: 11px; }
.availability-status.error { color: #efaaa2; }
.availability-status.success { color: #9fc9ad; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #a98926; flex: 0 0 auto; }
.consent a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-actions p { margin: 0; color: var(--muted); font-size: 11px; }
.booking-form.is-sending button[type="submit"] { opacity: .65; pointer-events: none; }
.form-status { padding: 13px 15px; border: 1px solid; border-radius: var(--radius-sm); font-size: 13px; }
.form-status.success { color: #b9ddc5; background: rgba(46, 112, 72, .16); border-color: #477a59; }
.form-status.error { color: #ffc2ba; background: rgba(143, 47, 42, .16); border-color: #835047; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 66px max(24px, 7vw) 25px; color: #fff; background: #0c0604; }
.footer-main { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr .85fr; gap: clamp(30px, 4vw, 50px); padding-bottom: 48px; }
.brand-light { color: #fff; }
.footer-main > div:first-child p { max-width: 350px; }
.footer-main h2 { margin: 3px 0 14px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-main p, .footer-main > div > a:not(.brand) { display: block; margin: 7px 0; color: #8c8c85; font-size: 12px; }
.footer-main .footer-note { color: #b79c6a; font-size: 10px; }
.footer-main > div > a:not(.brand):hover { color: var(--gold); }
.footer-bottom { max-width: var(--max); margin: auto; display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #66665f; border-top: 1px solid #282824; font-size: 10px; }
.footer-bottom a:hover { color: #fff; }
.noscript { position: fixed; z-index: 99; inset: auto 0 0; padding: 12px 20px; margin: 0; text-align: center; color: #111; background: #fff2be; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .values-heading, .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:last-child { grid-column: 1 / -1; }
  .process { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .service-area { grid-template-columns: 1fr; }
  .social-follow { grid-template-columns: 1fr; }
  .dialog-shell { grid-template-columns: 1fr; }
  .booking-dialog .booking-form { border-left: 0; border-top: 1px solid var(--line); }
  .contact-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px 20px; }
  .contact-card span { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.35fr 1fr; }
}

@media (max-width: 760px) {
  :root { --header: 70px; }
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: var(--header) 0 auto; display: grid; gap: 0; padding: 14px 20px 24px; color: var(--ink); background: var(--bg); border-bottom: 1px solid var(--line); border-radius: 0 0 var(--radius-md) var(--radius-md); box-shadow: 0 25px 55px rgba(0,0,0,.32); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s; }
  .nav.open { visibility: visible; opacity: 1; transform: none; }
  .nav a, .nav button { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .nav-cta { margin-top: 12px; text-align: center; border: 1px solid var(--ink) !important; }
  .hero { min-height: 760px; padding: 125px 22px 120px; background-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(27,12,7,.91), rgba(35,17,10,.4)), linear-gradient(0deg, rgba(20,9,5,.82), transparent 58%); }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(53px, 18vw, 76px); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { right: 22px; bottom: 32px; gap: 8px 17px; }
  .hero-scroll { display: none; }
  .section { padding-inline: 20px; }
  .values { padding: 28px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-body > p { min-height: 0; }
  .process { margin-inline: 0; padding-inline: 25px; }
  .reviews { padding-inline: 22px; }
  .reviews, .service-area, .social-follow { margin-top: 48px; }
  .service-area { padding: 34px 20px 20px; }
  .social-follow { padding: 34px 20px; }
  .social-links { grid-template-columns: 1fr; }
  .area-map-visual { min-height: 390px; }
  .area-map-legend { align-items: flex-start; flex-direction: column; gap: 5px; }
  .map-place { gap: 5px; font-size: 11px; }
  .map-place i { width: 8px; height: 8px; flex-basis: 8px; }
  .place-delfzijl { left: 66%; }
  .place-winschoten { left: 70%; }
  .booking-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .dialog-intro { padding: 36px 20px 28px; }
  .dialog-intro h2 { padding-right: 35px; }
  .booking-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .form-span { grid-column: auto; }
  .service-choice-grid, .package-choice-grid, .day-choice-grid { grid-template-columns: 1fr; }
  .date-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 238px; }
  .time-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card span { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 390px) {
  .brand { font-size: 17px; }
  .hero h1 { font-size: 50px; }
  .hero-proof span:last-child { display: none; }
}

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

@media print {
  .site-header, .hero-actions, .hero-scroll, .booking-dialog, .site-footer { display: none !important; }
  .hero { min-height: 0; color: #000; background: #fff; padding: 40px; }
  .hero::before { display: none; }
  .reveal { opacity: 1; transform: none; }
}

.dialog-shell[hidden], .booking-success[hidden] { display: none; }
.booking-success { padding: clamp(32px, 7vw, 76px); text-align: center; max-width: 720px; margin: auto; }
.booking-success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; background: rgba(200,168,106,.12); border: 1px solid var(--gold); color: var(--gold); font-size: 32px; }
.booking-success h2 { margin: 0 0 20px; font-size: clamp(30px, 5vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.booking-success > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.booking-success .booking-success-note { font-size: 14px; }
.booking-success .button { margin-top: 18px; }
