@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --ink: #17140f;
  --wood: #2b231b;
  --paper: #f6f3ee;
  --paper-bright: #fffcf7;
  --muted: #b9b1a4;
  --muted-dark: #5a5148;
  --orange: #ee5f0a;
  --orange-soft: #f1e3d3;
  --clay: #7a5334;
  --line: rgba(23, 20, 15, .14);
  --dark-line: rgba(246, 243, 238, .16);
  --shell: min(1440px, calc(100% - clamp(32px, 8vw, 96px)));
  --radius: 22px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Instrument Sans', system-ui, sans-serif; text-wrap: pretty; overflow-x: hidden; }
body.menu-open, body.cookie-dialog-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 3px solid #f9a56f; outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: 12px; z-index: 300; transform: translateY(-180%); background: var(--orange); color: #fff; padding: 12px 16px; border-radius: 999px; font-weight: 700; }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(23, 20, 15, .96); color: var(--paper); box-shadow: 0 8px 30px rgba(23, 20, 15, .08); }
.topline { background: var(--wood); border-bottom: 1px solid rgba(216, 210, 200, .1); color: var(--muted); }
.topline-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font: 500 11px/1.3 'JetBrains Mono', monospace; letter-spacing: .04em; }
.topline-link { color: #d8d2c8; }
.topline-link span { color: var(--orange); margin-right: 8px; }
.language-switch { display: flex; gap: 3px; align-items: center; }
.language-switch a { min-width: 38px; min-height: 30px; display: grid; place-items: center; color: var(--muted); border-radius: 999px; letter-spacing: .12em; }
.language-switch a[aria-current="page"] { background: var(--orange); color: #fff; }
.nav-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--paper); }
.brand:hover { color: var(--paper); }
.brand img { width: 96px; height: auto; }
.brand-name { display: flex; flex-direction: column; gap: 4px; font-family: Archivo, sans-serif; font-weight: 800; font-size: 14px; line-height: .92; letter-spacing: -.02em; white-space: nowrap; }
.brand-place { color: var(--orange); font: 500 9px/1 'JetBrains Mono', monospace; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); color: #d8d2c8; font-size: 15px; }
.primary-nav a { padding: 9px 0; border-bottom: 1px solid transparent; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #fff; border-color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 650; line-height: 1; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--orange); color: #fff; padding: 15px 22px; }
.button-primary:hover { background: #d84f04; color: #fff; }
.button-dark { background: var(--wood); color: #fff; padding: 17px 26px; }
.button-dark:hover { background: var(--ink); color: #fff; }
.button-outline { border-color: rgba(246, 243, 238, .4); color: var(--paper); padding: 17px 26px; }
.button-outline:hover { border-color: var(--orange); color: #fff; }
.button-quiet { border-color: rgba(246, 243, 238, .25); color: var(--paper); background: transparent; padding: 11px 16px; font-size: 13px; }
.book-button { color: #f6f3ee; font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(216, 210, 200, .3); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; font-size: 22px; line-height: 1; }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: var(--wood); color: var(--paper); padding: 26px max(20px, 5vw) 34px; display: flex; flex-direction: column; }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.mobile-menu .brand { align-items: flex-start; }
.mobile-menu .brand img { width: 140px; }
.mobile-menu .brand-name { font-size: 18px; }
.mobile-close { width: 44px; height: 44px; border: 1px solid rgba(216, 210, 200, .3); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; font-size: 24px; }
.mobile-nav { margin-top: auto; display: flex; flex-direction: column; gap: 4px; font-family: Archivo, sans-serif; font-weight: 700; font-size: clamp(34px, 10vw, 68px); line-height: .98; letter-spacing: -.03em; }
.mobile-menu .button { margin-top: 34px; padding-block: 19px; }

.hero { position: relative; min-height: min(760px, calc(100vh - 126px)); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; overflow: hidden; background: var(--wood); color: var(--paper); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(28, 22, 16, .82), rgba(28, 22, 16, .28) 50%, rgba(28, 22, 16, .88)); z-index: 1; }
.hero-bg { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; animation: hero-pan 24s ease-in-out infinite alternate; }
@keyframes hero-pan { from { transform: scale(1.03); } to { transform: scale(1.11) translate3d(-1.5%, -1%, 0); } }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 1440px; margin-inline: auto; padding: clamp(80px, 13vw, 170px) clamp(16px, 4vw, 48px) 66px; }
.eyebrow { color: var(--orange); font: 500 11px/1 'JetBrains Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #f3c9ac; }
.hero-kicker { margin-bottom: 18px; color: #f6f3ee; font: 500 12px/1 'JetBrains Mono', monospace; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Archivo, sans-serif; font-weight: 700; letter-spacing: -.025em; }
h1 { margin-bottom: 0; font-size: clamp(48px, 10vw, 142px); line-height: .92; }
h2 { margin-bottom: 0; font-size: clamp(34px, 5vw, 72px); line-height: .99; }
h3 { margin-bottom: 0; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.02; }
.hero h1 { max-width: 930px; }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: #e4ded4; font: italic clamp(21px, 2.4vw, 32px)/1.28 'Instrument Serif', serif; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-stats { position: relative; z-index: 2; border-top: 1px solid rgba(216, 210, 200, .18); }
.hero-stats-inner { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 22px clamp(18px, 2.5vw, 40px); border-right: 1px solid rgba(216, 210, 200, .14); text-align: center; }
.stat:last-child { border-right: 0; }
.stat-number { display: flex; align-items: baseline; justify-content: center; gap: .18em; font-family: Archivo, sans-serif; font-size: clamp(30px, 4vw, 54px); font-weight: 700; line-height: .95; white-space: nowrap; }
.stat-label { margin-top: 10px; color: #9c948a; font: 500 10px/1.25 'JetBrains Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }

@media (min-width: 1100px) {
  .hero-stats-inner { width: min(var(--shell), 74%); margin-left: auto; margin-right: clamp(32px, 4vw, 64px); }
}

.section { padding: clamp(78px, 11vw, 154px) 0; }
.section-dark { background: var(--wood); color: var(--paper); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-muted { background: #d8d2c8; color: var(--ink); }
.section-sand { background: var(--orange-soft); color: #3a2e22; }
.section-green { background: #4a5642; color: #edefe6; }
.section-brown { background: var(--clay); color: var(--paper); }
#zuidyard { padding-bottom: clamp(48px, 6vw, 88px); }
#zuidyard + #faq { padding-top: clamp(48px, 6vw, 88px); }
.section-lede { max-width: 610px; margin: 24px 0 0; color: var(--muted-dark); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.section-dark .section-lede, .section-green .section-lede { color: #cbd2bc; }
.section-head { display: grid; grid-template-columns: minmax(240px, .82fr) minmax(280px, 1.18fr); gap: clamp(32px, 7vw, 100px); align-items: start; }
.section-head > div:last-child { padding-top: clamp(0px, 2vw, 32px); }
.body-copy { color: #443c33; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.body-copy p { margin: 0 0 18px; }
.body-copy p:last-child { margin-bottom: 0; }
.text-link { display: inline-block; color: var(--ink); border-bottom: 2px solid var(--orange); padding-bottom: 3px; font-weight: 650; }
.text-link:hover { color: var(--orange); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 10px 17px; color: #443c33; font-size: 14px; }
.section-dark .pill { border-color: var(--dark-line); color: #d8d2c8; }

.scale-intro { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(280px, 1.1fr); gap: clamp(32px, 7vw, 100px); align-items: end; }
.scale-intro p { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(46px, 7vw, 88px); }
.metric { min-height: 220px; padding: clamp(26px, 3vw, 44px) clamp(20px, 2.6vw, 34px); border-radius: var(--radius); background: rgba(246, 243, 238, .055); }
.metric-number { color: var(--paper); font-family: Archivo, sans-serif; font-size: clamp(44px, 6vw, 92px); font-weight: 700; line-height: .9; }
.metric-label { margin-top: 14px; color: var(--orange); font-size: 12px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.metric p { margin: 12px 0 0; color: #8e877d; font-size: 14px; line-height: 1.6; }
.video-feature { position: relative; margin-top: clamp(50px, 8vw, 110px); overflow: hidden; border-radius: var(--radius); background: #17140f; }
.video-feature video { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.video-caption { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0 0; color: #8e877d; font: 500 11px/1.6 'JetBrains Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }

.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(42px, 6vw, 76px); }
.photo-strip figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: #e7e1d7; aspect-ratio: 3 / 4; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16, 1, .3, 1); }
.photo-strip figure:hover img { transform: scale(1.04); }

.family-layout { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(280px, 1.1fr); gap: clamp(34px, 7vw, 110px); align-items: center; }
.family-image { margin: 0; overflow: hidden; border-radius: var(--radius); aspect-ratio: 1 / 1; background: rgba(246, 243, 238, .08); }
.family-image img { width: 100%; height: 100%; object-fit: cover; }
.family-copy { max-width: 620px; }
.family-copy p { margin: 25px 0 0; color: #e8d9c8; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.family-copy .pill { border-color: rgba(246, 243, 238, .17); color: #f3dfcb; }

.zuidyard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(42px, 6vw, 76px); }
.zuid-card { position: relative; overflow: hidden; min-height: 360px; border-radius: var(--radius); background: #1e1914; color: #fff; isolation: isolate; }
.zuid-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(23, 20, 15, .04) 25%, rgba(23, 20, 15, .88)); }
.zuid-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.zuid-card:hover img { transform: scale(1.06); }
.zuid-card-content { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.zuid-card h3 { font-size: 25px; }
.zuid-card p { margin: 10px 0 0; color: #e9e1d7; font-size: 14px; line-height: 1.5; }
.card-arrow { margin-top: 18px; color: #f3c9ac; font: 500 11px/1 'JetBrains Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }

.visit-hero { padding: clamp(76px, 10vw, 130px) 0 76px; background: var(--wood); color: var(--paper); }
.visit-hero-grid { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(280px, 1.1fr); gap: clamp(32px, 7vw, 100px); align-items: end; }
.visit-hero h1 { font-size: clamp(48px, 7vw, 100px); }
.visit-hero p { max-width: 570px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6; }
.visit-image { margin: 60px 0 0; overflow: hidden; aspect-ratio: 2.05 / 1; border-radius: var(--radius); background: #44382d; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: clamp(42px, 6vw, 76px); }
.info-card { min-height: 252px; display: flex; flex-direction: column; gap: 12px; padding: clamp(24px, 3vw, 38px); border-radius: var(--radius); background: var(--paper-bright); }
.info-card-wide { grid-column: span 2; }
.info-number { color: var(--orange); font: 500 10px/1 'JetBrains Mono', monospace; letter-spacing: .18em; text-transform: uppercase; }
.info-card h2, .info-card h3 { font-size: 25px; }
.info-card p { margin: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.6; }
.hours { display: grid; gap: 7px; margin-top: auto; font-size: 15px; line-height: 1.4; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; }
.hours-row span:last-child { color: var(--muted-dark); white-space: nowrap; }
.callout { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(300px, 1.35fr); gap: clamp(26px, 5vw, 74px); align-items: center; padding: clamp(30px, 4vw, 54px); border-radius: var(--radius); background: var(--orange-soft); }
.callout h2 { font-size: clamp(32px, 4.5vw, 62px); color: #3a2e22; }
.callout p { margin: 0; color: #6a5a49; font-size: 16px; line-height: 1.65; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.route-card { padding: 24px; border-top: 2px solid var(--orange); }
.route-card h3 { font-size: 21px; }
.route-card p { margin: 10px 0 0; color: #443c33; font-size: 15px; line-height: 1.6; }
.faq-list { margin-top: 40px; border-top: 1px solid var(--line); }
.section#faq { padding-bottom: clamp(64px, 7vw, 104px); }
.faq-group + .faq-group { margin-top: 24px; }
.faq-group-title { margin: 0; padding: 28px 0 10px; color: var(--muted-dark); font: 700 19px/1.1 Archivo, sans-serif; letter-spacing: -.01em; }
.faq-group:first-child .faq-group-title { padding-top: 22px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--ink); font-family: Archivo, sans-serif; font-size: clamp(19px, 2vw, 26px); font-weight: 700; line-height: 1.05; }
.faq-list summary::after { content: '+'; color: var(--orange); font: 400 28px/1 'Instrument Sans', sans-serif; }
.faq-list details[open] summary::after { content: '−'; }
.faq-answer { max-width: 760px; padding: 0 40px 24px 0; color: var(--muted-dark); font-size: 16px; line-height: 1.65; }
.contact-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 28px; }
.contact-band p { margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.5; }

.zuidyard-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(25px, 3.5vw, 42px) 0; border-top: 1px solid rgba(216, 210, 200, .14); border-bottom: 1px solid rgba(216, 210, 200, .14); color: var(--paper); }
.zuidyard-banner strong { max-width: 620px; font-family: Archivo, sans-serif; font-size: clamp(18px, 2.2vw, 30px); line-height: 1.08; }
.zuidyard-banner span { color: #f3c9ac; font: 500 11px/1 'JetBrains Mono', monospace; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.site-footer { background: var(--wood); color: var(--muted); padding: clamp(64px, 8vw, 110px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: clamp(28px, 5vw, 74px); }
.footer-brand .brand { align-items: flex-start; }
.footer-brand p { max-width: 300px; margin: 22px 0 0; font-size: 14px; line-height: 1.7; }
.footer-heading { color: var(--paper); font-size: 11px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 3px; margin-top: 14px; font-size: 15px; }
.footer-links a { padding: 7px 0; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; margin-top: clamp(44px, 6vw, 80px); padding: 24px 0 30px; border-top: 1px solid rgba(216, 210, 200, .14); color: #6e675e; font: 500 10px/1.6 'JetBrains Mono', monospace; letter-spacing: .07em; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal { flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 24px; padding-top: 2px; }

.legal-hero { padding: clamp(72px, 10vw, 132px) 0 clamp(58px, 8vw, 96px); background: var(--wood); color: var(--paper); }
.legal-hero h1 { max-width: 880px; margin-top: 18px; font-size: clamp(48px, 8vw, 104px); }
.legal-hero p { max-width: 650px; margin: 28px 0 0; color: #d8d2c8; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.legal-layout { display: grid; grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr); gap: clamp(42px, 9vw, 140px); align-items: start; }
.legal-nav { position: sticky; top: 116px; display: grid; gap: 4px; padding-top: 6px; }
.legal-nav a { padding: 9px 0; color: var(--muted-dark); border-bottom: 1px solid var(--line); font-size: 14px; }
.legal-nav a[aria-current="page"] { color: var(--ink); border-color: var(--orange); font-weight: 700; }
.legal-copy { max-width: 780px; }
.legal-copy > .eyebrow { margin-bottom: 14px; }
.legal-copy h2 { margin: clamp(38px, 5vw, 62px) 0 14px; font-size: clamp(25px, 3vw, 38px); }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #443c33; font-size: 16px; line-height: 1.72; }
.legal-copy p { margin: 0 0 16px; }
.legal-copy ul { margin: 0 0 18px; padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--ink); border-bottom: 2px solid var(--orange); font-weight: 650; }
.legal-updated { margin: 0 0 34px; color: var(--muted-dark); font: 500 11px/1.4 'JetBrains Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-note { margin-top: 30px; padding: 22px 24px; border-left: 3px solid var(--orange); background: var(--orange-soft); color: #5e4939; }
.legal-note p:last-child { margin-bottom: 0; }

.cookie-banner { position: fixed; right: max(16px, 3vw); bottom: 16px; left: max(16px, 3vw); z-index: 240; max-width: 880px; margin-inline: auto; padding: 22px 24px; border: 1px solid rgba(246, 243, 238, .2); border-radius: 18px; background: var(--wood); color: var(--paper); box-shadow: 0 20px 60px rgba(23, 20, 15, .28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0; font-size: 24px; }
.cookie-banner p, .cookie-dialog p { margin: 10px 0 0; color: #d8d2c8; font-size: 14px; line-height: 1.55; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie-actions .button { min-height: 42px; padding: 12px 17px; }
.cookie-button-muted { border: 1px solid rgba(246, 243, 238, .3); background: transparent; color: var(--paper); }
.cookie-button-muted:hover { border-color: var(--orange); color: #fff; }
.cookie-overlay { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 16px; background: rgba(23, 20, 15, .66); }
.cookie-overlay[hidden] { display: none; }
.cookie-dialog { width: min(680px, 100%); min-height: 260px; max-height: min(760px, calc(100vh - 32px)); overflow: auto; border-radius: 20px; background: #f6f3ee; color: #17140f; box-shadow: 0 24px 80px rgba(23, 20, 15, .4); }
.cookie-overlay:not([hidden]) .cookie-dialog { animation: cookie-dialog-in .18s ease-out; }
@keyframes cookie-dialog-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.cookie-dialog-content { padding: clamp(24px, 5vw, 42px); }
.cookie-dialog p { color: var(--muted-dark); }
.cookie-dialog-close { float: right; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 22px; line-height: 1; }
.cookie-dialog .button-quiet { border-color: var(--line); color: var(--ink); }
.cookie-dialog .button-quiet:hover { border-color: var(--orange); color: var(--orange); }
.cookie-options { display: grid; gap: 10px; margin-top: 24px; }
.cookie-option { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }
.cookie-option input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--orange); }
.cookie-option label { color: var(--ink); font-weight: 700; }
.cookie-option small { display: block; margin-top: 4px; color: var(--muted-dark); font-size: 13px; font-weight: 400; line-height: 1.45; }
.cookie-option input:disabled + label { color: var(--muted-dark); }
.cookie-page-card { max-width: 780px; padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); background: var(--paper-bright); }
.cookie-page-card h2 { font-size: clamp(28px, 3.5vw, 44px); }
.cookie-page-card p { color: var(--muted-dark); font-size: 16px; line-height: 1.7; }
.cookie-page-card p:last-of-type { margin-bottom: 0; }

@media (max-width: 760px) {
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 0; }
  .legal-nav a { padding: 5px 0; }
  .footer-legal { justify-content: flex-start; }
  .cookie-banner { bottom: 10px; padding: 19px; }
  .cookie-actions .button { flex: 1 1 180px; }
}

html.js [data-reveal] { opacity: 0; transform: translateY(18px); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }

@media (max-width: 1040px) {
  .primary-nav, .book-button { display: none; }
  .menu-toggle { display: block; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .zuidyard-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 116px; }
  :root { --shell: calc(100% - 32px); }
  .topline-inner { min-height: 38px; }
  .topline-link { max-width: 62%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-inner { min-height: 74px; }
  .brand img { width: 76px; }
  .brand-name { font-size: 12px; }
  .brand-place { font-size: 8px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 110px; padding-bottom: 54px; }
  .hero-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(216, 210, 200, .14); }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { padding-right: 0; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: 0; }
  .section-head, .scale-intro, .family-layout, .visit-hero-grid, .callout { grid-template-columns: 1fr; }
  .section-head > div:last-child { padding-top: 0; }
  .metric-grid, .info-grid, .route-grid { grid-template-columns: 1fr; }
  .info-card-wide { grid-column: auto; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .photo-strip figure:nth-child(3), .photo-strip figure:nth-child(4) { display: none; }
  .zuidyard-grid { grid-template-columns: 1fr 1fr; }
  .zuid-card, .zuid-card-content { min-height: 300px; }
  .zuid-card-content { padding: 18px; }
  .zuid-card h3 { font-size: 21px; }
  .zuid-card p { font-size: 13px; }
  .visit-image { margin-top: 38px; aspect-ratio: 1.45 / 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .zuidyard-banner { align-items: flex-start; flex-direction: column; }
  .zuidyard-banner span { white-space: normal; }
}
@media (max-width: 480px) {
  .topline-inner { font-size: 9px; }
  .language-switch a { min-width: 31px; padding-inline: 3px; }
  .hero h1 { font-size: clamp(49px, 16vw, 82px); }
  .button-row .button { width: 100%; }
  .photo-strip, .zuidyard-grid { grid-template-columns: 1fr; }
  .photo-strip figure:nth-child(3), .photo-strip figure:nth-child(4) { display: block; }
  .zuid-card, .zuid-card-content { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
