:root {
  --forest: #172522;
  --forest-2: #21342f;
  --mint: #a9c7b4;
  --mint-light: #dce9e0;
  --cream: #f5f2ea;
  --paper: #fbfaf7;
  --ink: #202724;
  --muted: #68736d;
  --line: #d9ded9;
  --danger: #9c4d42;
  --shadow: 0 20px 60px rgba(22, 37, 34, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[id] { scroll-margin-top: 24px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.eyebrow { margin: 0 0 16px; color: var(--mint-light); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #567064; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3.3rem, 8vw, 7.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 5vw, 4.5rem); }
h3 { line-height: 1.25; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 40px)); margin: 22px auto; padding: 14px 18px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(20,33,30,.52); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem; }
.brand strong, .brand small { display: block; }
.brand small { color: rgba(255,255,255,.68); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; }
.main-nav a { text-decoration: none; }
.nav-cta { padding: 10px 17px; color: var(--forest); border-radius: 999px; background: white; }

.hero { position: relative; min-height: 880px; display: flex; align-items: flex-end; color: white; background: url('/assets/images/hero-spa.jpg') center 54% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,22,18,.92) 0%, rgba(8,22,18,.6) 47%, rgba(8,22,18,.12) 100%), linear-gradient(0deg, rgba(7,17,14,.72), transparent 48%); }
.hero-content { position: relative; padding-bottom: 70px; }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 64px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button:focus-visible, .gallery-item:focus-visible, .calendar-toolbar button:focus-visible { outline: 3px solid rgba(118,148,134,.48); outline-offset: 3px; }
.button-primary { color: var(--forest); background: var(--mint-light); }
.button-dark { color: white; background: var(--forest); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.button-full { width: 100%; border: 0; }
.section-cta { margin-top: 28px; }
.hero-facts { display: flex; gap: 48px; margin: 0; padding: 0; list-style: none; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.63); font-size: .84rem; }

.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.intro h2 { margin-bottom: 0; }
.intro-text { margin-bottom: 8px; color: var(--muted); font-size: 1.13rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p, .gallery-heading-copy { max-width: 380px; color: var(--muted); }

.amenities-section { padding-top: 96px; border-top: 1px solid var(--line); }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 18px; }
.feature-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 32px; color: var(--forest); border-radius: 50%; background: var(--mint-light); font-size: 1.3rem; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.amenities-more > summary { display: none; }
.amenities-grid article { padding: 24px; border-radius: 20px; background: var(--cream); }
.amenities-grid h3 { margin-bottom: 10px; }
.amenities-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.outdoor-section { overflow: hidden; padding: 112px 0; background: var(--cream); }
.outdoor-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.outdoor-copy > p:not(.eyebrow) { color: var(--muted); }
.outdoor-copy .outdoor-lead { color: var(--ink); font-size: 1.12rem; }
.outdoor-media { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 420px 218px; gap: 12px; height: 650px; }
.outdoor-media img { height: 100%; min-height: 0; border-radius: 22px; object-fit: cover; }
.outdoor-main { grid-column: 1 / 3; grid-row: 1; }

.spa-section { padding: 112px 0; color: white; background: var(--forest); }
.spa-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; }
.spa-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.spa-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 36px 0 18px; }
.spa-prices div { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.05); }
.spa-prices span, .spa-prices strong { display: block; }
.spa-prices span { color: rgba(255,255,255,.6); font-size: .82rem; }
.spa-prices strong { margin-top: 4px; font-size: 1.08rem; }
.spa-copy small { display: block; color: rgba(255,255,255,.54); }
.spa-media { position: relative; min-height: 650px; padding: 0 100px 86px 0; }
.spa-media img { border-radius: 26px; object-fit: cover; }
.spa-main { height: 650px; }
.spa-small { position: absolute; right: 0; bottom: 0; width: 38%; height: 310px; border: 8px solid var(--forest); }

.lake-section { overflow: hidden; padding: 116px 0 138px; background: linear-gradient(145deg, #e4eee8, var(--cream)); }
.lake-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.lake-media { position: relative; padding: 0 58px 54px 0; }
.lake-main-image { height: 590px; border-radius: 28px; object-fit: cover; }
.lake-path-image { position: absolute; right: 0; bottom: 0; width: 34%; height: 285px; border: 8px solid #edf1e9; border-radius: 22px; object-fit: cover; }
.lake-distance { position: absolute; top: 26px; left: 26px; padding: 13px 17px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(13,29,25,.76); backdrop-filter: blur(12px); font-size: .84rem; }
.lake-distance strong { margin-right: 5px; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.lake-copy h2 { max-width: 500px; }
.lake-copy > p:not(.eyebrow) { color: var(--muted); }
.lake-copy .lake-lead { color: var(--ink); font-size: 1.15rem; }

.interior-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.interior-copy > p:not(.eyebrow) { color: var(--muted); }
.interior-copy .interior-lead { color: var(--ink); font-size: 1.12rem; }
.interior-list { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; color: var(--muted); list-style: none; }
.interior-list li { position: relative; padding-left: 25px; }
.interior-list li::before { position: absolute; top: .62em; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); content: ""; }
.interior-media { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 248px; gap: 12px; }
.interior-media img { height: 100%; min-height: 0; border-radius: 22px; object-fit: cover; }
.interior-kitchen { grid-row: 1 / 3; }

.gallery-section { padding-top: 90px; }
.gallery-heading-copy p { margin-bottom: 10px; }
.text-link { color: #426254; font-weight: 750; text-decoration: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #dfe3df; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-wide { grid-column: span 2; }
.gallery-open-all { display: none; margin-top: 18px; }

.lightbox { width: min(1200px, 96vw); max-width: none; max-height: none; padding: 0; overflow: visible; color: white; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(6,14,12,.92); backdrop-filter: blur(9px); }
.lightbox-frame { display: grid; justify-items: center; gap: 12px; margin: 0; }
.lightbox-frame img { width: auto; max-width: calc(100vw - 160px); height: auto; max-height: 82vh; border-radius: 18px; object-fit: contain; box-shadow: 0 28px 80px rgba(0,0,0,.38); }
.lightbox-frame figcaption { display: flex; justify-content: space-between; width: min(760px, calc(100vw - 160px)); gap: 30px; color: rgba(255,255,255,.76); font-size: .9rem; }
.lightbox-frame #lightboxCounter { flex: 0 0 auto; color: rgba(255,255,255,.48); }
.lightbox button { appearance: none; position: fixed; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; margin: 0; padding: 0; color: white; border: 0; outline: 0; border-radius: 50%; background: rgba(255,255,255,.14); box-shadow: none; line-height: 1; transition: background .2s, transform .2s; }
.lightbox button:hover { background: rgba(255,255,255,.24); transform: scale(1.04); }
.lightbox button:focus { outline: 0; }
.lightbox button:focus-visible { background: rgba(255,255,255,.28); box-shadow: none; }
.lightbox-close { top: 20px; right: 24px; font-size: 2rem; }
.lightbox-nav { top: 50%; font-size: 1.7rem; transform: translateY(-50%); }
.lightbox-nav:hover { transform: translateY(-50%) scale(1.04) !important; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.availability-section { padding: 104px 0; background: var(--cream); }
.availability-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.availability-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.calendar-legend { display: flex; gap: 18px; margin-top: 24px; color: var(--muted); font-size: .86rem; }
.calendar-legend i { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; }
.legend-free { background: var(--mint); }
.legend-busy { background: #c7cbc8; }
.calendar-card { padding: 28px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.calendar-toolbar button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.calendar-toolbar strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.calendar-weekdays { margin-bottom: 8px; color: var(--muted); text-align: center; font-size: .72rem; }
.calendar-day { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid transparent; border-radius: 12px; background: #edf4ef; font-size: .86rem; }
.calendar-day.busy { color: #8a918d; background: #e6e7e6; text-decoration: line-through; }
.calendar-day.past { opacity: .35; }
.calendar-day.empty { background: transparent; }
.calendar-day.today { border-color: var(--forest); font-weight: 800; }
.calendar-cta { width: 100%; margin-top: 22px; }

.booking-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.booking-copy { position: sticky; top: 30px; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); }
.booking-note { display: grid; gap: 7px; margin-top: 28px; padding: 20px; border-left: 3px solid var(--mint); background: var(--cream); }
.booking-note span { color: var(--muted); }
.booking-form { padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 16px; margin-bottom: 18px; }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.booking-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
.booking-form label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fff; }
input, select { height: 52px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #769486; box-shadow: 0 0 0 3px rgba(118,148,134,.13); }
.extras-fieldset { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 18px; padding: 0; border: 0; }
.extras-fieldset legend { margin-bottom: 9px; font-size: .88rem; font-weight: 800; }
.check-row { display: flex !important; align-items: center; gap: 10px !important; padding: 14px; border: 1px solid var(--line); border-radius: 13px; }
.check-row input, .consent-row input { flex: 0 0 auto; width: 18px; height: 18px; }
.check-row span { font-weight: 600; }
.check-row b { display: block; color: var(--muted); font-size: .74rem; font-weight: 500; }
.price-box { display: grid; gap: 10px; margin-bottom: 22px; padding: 20px; color: white; border-radius: 16px; background: var(--forest); }
.price-box > div { display: flex; justify-content: space-between; gap: 20px; }
.price-box span { color: rgba(255,255,255,.62); }
.price-total { margin-top: 8px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.15); font-size: 1.12rem; }
.price-total strong { font-size: 1.28rem; }
.discount-row strong { color: #cfe5d7; }
.consent-row { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin-bottom: 18px; color: var(--muted); font-weight: 400 !important; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.captcha-container { min-height: 1px; }
.captcha-note { margin: -7px 0 15px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.form-status { min-height: 24px; margin: 14px 0 0; text-align: center; font-size: .9rem; }
.form-status.error { color: var(--danger); }
.form-status.success { color: #417a5c; }

.rules-section { padding: 90px 0; color: white; background: var(--forest-2); }
.rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.rules-grid h2 { margin-bottom: 0; }
.rules-grid ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.72); }
.rules-grid li + li { margin-top: 12px; }
.site-footer { padding: 55px 0; color: white; background: #101b18; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; }
.footer-grid strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.footer-grid p { color: rgba(255,255,255,.56); }
.footer-grid > div:nth-child(2) { display: grid; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-note { text-align: right; font-size: .8rem; }

.mobile-booking-bar { display: none; }

.content-page { min-height: 100vh; padding: 70px 0; background: var(--cream); }
.content-card { max-width: 850px; margin: auto; padding: 42px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.content-card h1 { color: var(--ink); font-size: clamp(2.4rem, 6vw, 4.5rem); }
.content-card h2 { margin-top: 42px; font-family: inherit; font-size: 1.4rem; font-weight: 800; letter-spacing: 0; }
.content-card p, .content-card li { color: var(--muted); }
.content-card .back-link { display: inline-block; margin-bottom: 30px; }

@media (max-width: 1100px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { min-height: 800px; background-position: 62% 50%; }
  .intro, .outdoor-grid, .spa-grid, .lake-grid, .interior-section, .availability-grid, .booking-section, .rules-grid { grid-template-columns: 1fr; gap: 46px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .outdoor-media { order: -1; }
  .spa-media { min-height: 560px; }
  .spa-main { height: 560px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1180px); }
  .section { padding: 62px 0; }
  h1 { max-width: 560px; margin-bottom: 18px; font-size: clamp(2.75rem, 13vw, 4rem); line-height: 1; }
  h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 10vw, 3.05rem); }
  .eyebrow { margin-bottom: 11px; }
  .site-header { width: calc(100% - 24px); margin-top: 12px; }
  .site-header { padding: 9px 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .nav-cta { padding-inline: 14px; font-size: .8rem; }
  .hero { min-height: 720px; background-position: 61% center; }
  .hero-content { padding-bottom: 32px; }
  .hero-lead { margin-bottom: 24px; font-size: 1rem; line-height: 1.52; }
  .hero-actions { gap: 9px; margin-bottom: 34px; }
  .hero-actions .button { min-height: 48px; padding-inline: 17px; font-size: .86rem; }
  .hero-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .hero-facts strong { font-size: 1.18rem; }
  .hero-facts span { font-size: .76rem; }
  .hero-facts li:last-child { display: none; }
  .intro { gap: 24px; }
  .intro-text { font-size: 1rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; margin-bottom: 25px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 12px; }
  .feature-card { min-height: 0; padding: 17px 14px; border-radius: 17px; }
  .feature-icon { width: 38px; height: 38px; margin-bottom: 15px; font-size: 1.05rem; }
  .feature-card h3 { margin-bottom: 7px; font-size: .98rem; }
  .feature-card p { font-size: .8rem; line-height: 1.45; }
  .amenities-more { border: 1px solid var(--line); border-radius: 17px; background: white; }
  .amenities-more > summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 17px; cursor: pointer; font-weight: 800; list-style: none; }
  .amenities-more > summary::-webkit-details-marker { display: none; }
  .amenities-more > summary span:last-child { font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
  .amenities-more[open] > summary span:last-child { transform: rotate(45deg); }
  .amenities-grid { grid-template-columns: 1fr; gap: 8px; padding: 0 8px 8px; }
  .amenities-grid article { padding: 16px; border-radius: 13px; }
  .amenities-grid h3 { margin-bottom: 5px; font-size: .95rem; }
  .amenities-grid p { font-size: .82rem; }
  .outdoor-section, .spa-section, .lake-section, .availability-section { padding: 64px 0; }
  .outdoor-grid, .spa-grid, .lake-grid, .interior-section, .availability-grid, .booking-section { gap: 30px; }
  .booking-section > *, .booking-form, .booking-copy { min-width: 0; }
  .outdoor-media { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 132px; height: auto; }
  .outdoor-main { grid-column: 1 / 3; grid-row: 1; }
  .outdoor-copy > .button, .spa-copy > .button, .lake-copy > .button, .interior-copy > .button, .gallery-heading-copy .text-link { display: none; }
  .spa-prices { grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 24px 0 14px; }
  .spa-prices div { padding: 12px 8px; border-radius: 13px; }
  .spa-prices span { font-size: .68rem; }
  .spa-prices strong { font-size: .88rem; }
  .spa-media { min-height: 410px; padding: 0 35px 45px 0; }
  .spa-main { height: 410px; }
  .spa-small { width: 45%; height: 170px; border-width: 5px; }
  .lake-media { padding: 0 26px 32px 0; }
  .lake-main-image { height: 360px; }
  .lake-path-image { width: 40%; height: 170px; border-width: 5px; }
  .lake-distance { top: 16px; left: 16px; }
  .interior-media { grid-template-rows: 270px 155px; gap: 8px; }
  .interior-media img { border-radius: 16px; }
  .gallery-section { padding-top: 62px; }
  .gallery-grid { grid-auto-rows: 178px; gap: 8px; }
  .gallery-item { border-radius: 14px; }
  .gallery-item:nth-child(n+4) { display: none; }
  .gallery-wide { grid-column: span 2; }
  .gallery-open-all { display: inline-flex; width: 100%; }
  .lightbox-frame img { max-width: calc(100vw - 24px); max-height: 78vh; }
  .lightbox-frame figcaption { width: calc(100vw - 28px); }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-nav { top: auto; bottom: calc(14px + env(safe-area-inset-bottom)); transform: none; }
  .lightbox-nav:hover { transform: scale(1.04) !important; }
  .lightbox-prev { left: calc(50% - 64px); }
  .lightbox-next { right: calc(50% - 64px); }
  .calendar-card { padding: 18px; }
  .calendar-day { border-radius: 9px; }
  .booking-form { padding: 17px; border-radius: 20px; }
  .form-grid { gap: 10px; margin-bottom: 14px; }
  .two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-fields label:nth-child(n+3) { grid-column: 1 / -1; }
  .two-columns input, .two-columns select { padding-inline: 9px; }
  .extras-fieldset { width: 100%; min-width: 0; max-width: 100%; grid-template-columns: repeat(3, 145px); gap: 8px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x proximity; }
  .check-row { min-width: 145px; padding: 11px; scroll-snap-align: start; }
  .price-box { margin-bottom: 16px; padding: 16px; }
  .consent-row { margin-bottom: 14px; font-size: .8rem !important; }
  .captcha-note { font-size: .7rem; }
  .mobile-booking-bar { position: fixed; z-index: 40; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 9px 9px 15px; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(20,33,30,.94); box-shadow: 0 16px 46px rgba(12,25,21,.32); backdrop-filter: blur(16px); transition: transform .25s, opacity .25s; }
  .mobile-booking-bar.is-hidden { pointer-events: none; opacity: 0; transform: translateY(140%); }
  .mobile-booking-bar span, .mobile-booking-bar small, .mobile-booking-bar strong { display: block; }
  .mobile-booking-bar small { color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-booking-bar strong { font-size: .83rem; }
  .mobile-booking-bar .button { min-height: 46px; padding: 0 16px; font-size: .82rem; }
  .mobile-booking-bar + .site-footer { padding-bottom: calc(118px + env(safe-area-inset-bottom)); }
  .footer-grid { grid-template-columns: 1fr; }
  .content-card { padding: 26px; }
}

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