:root {
  --ink: #182421;
  --green: #123f3b;
  --green-2: #1e5952;
  --clay: #cf694c;
  --clay-dark: #a64934;
  --cream: #f3eee4;
  --paper: #fbfaf6;
  --white: #fff;
  --muted: #68736f;
  --line: #d9ded9;
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 70px rgba(16, 44, 40, .13);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--green); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(100% - 64px, var(--max)); margin: auto; padding: 26px 0; color: white; }
.site-header.is-scrolled { position: fixed; width: 100%; padding: 14px max(24px, calc((100vw - var(--max))/2)); background: rgba(251,250,246,.96); color: var(--ink); border-bottom: 1px solid rgba(24,36,33,.1); backdrop-filter: blur(14px); animation: slide-down .25s ease; }
@keyframes slide-down { from { transform: translateY(-100%); } }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 15px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 21px; line-height: 1; }
.brand small { margin-top: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; font-size: 13px; font-weight: 650; letter-spacing: .02em; text-decoration: none; }
.site-nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.nav-book { padding: 11px 20px; border: 1px solid currentColor; border-radius: 99px; }
.site-header:not(.is-scrolled) .nav-book { background: white; border-color: white; color: var(--green); }
.menu-button { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 790px; height: min(92vh, 940px); display: flex; align-items: center; color: white; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("images/optimized/dining-river-view.jpg") center 52%/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(7,30,27,.84) 0%, rgba(8,33,30,.55) 43%, rgba(7,26,23,.08) 78%), linear-gradient(0deg, rgba(7,24,22,.38), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(100% - 64px, var(--max)); margin: auto; padding-bottom: 40px; }
.eyebrow { margin: 0 0 18px; color: var(--clay-dark); font-size: 11px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow.light { color: #e7b5a3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(53px, 7vw, 102px); letter-spacing: -.045em; }
h1 em { color: #f0c1aa; font-weight: 400; }
.hero-intro { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 27px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; box-shadow: 0 12px 34px rgba(111,48,31,.22); }
.button-primary:hover { background: var(--clay-dark); }
.button-dark { background: var(--green); color: white; }
.button-light { background: var(--cream); color: var(--green); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--green); font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: white; }
.trust-strip { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); width: min(870px, 72%); background: rgba(18,63,59,.94); backdrop-filter: blur(10px); }
.trust-strip div { padding: 22px 26px; border-left: 1px solid rgba(255,255,255,.14); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.trust-strip span { margin-top: 2px; color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.quick-book { position: relative; z-index: 5; width: min(100% - 64px, 1050px); margin: -28px auto 0; }
.quick-book-inner { display: grid; grid-template-columns: 1fr 1fr .8fr auto; align-items: end; gap: 0; padding: 14px; background: white; box-shadow: var(--shadow); }
.quick-book-inner .field { padding: 0 18px; border-right: 1px solid var(--line); }
.compact-field label { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.compact-field input, .compact-field select { min-height: 38px; padding: 4px 0; border: 0; background: transparent; font-size: 14px; }
.quick-book-inner .button { margin-left: 14px; min-height: 58px; }

.section { width: min(100% - 64px, var(--max)); margin: auto; padding: 130px 0; }
.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading h2, .location-copy h2, .work-card h2 { margin-bottom: 22px; font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.035em; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.4fr 1fr; max-width: none; gap: 110px; align-items: end; }
.split-heading > p { max-width: 440px; margin-bottom: 10px; font-size: 18px; }
.editorial-grid { display: grid; grid-template-columns: 1.45fr .8fr; gap: 90px 80px; align-items: center; }
.feature-image { margin: 0; }
.feature-image img { height: 690px; object-fit: cover; }
.feature-image figcaption { margin-top: 12px; color: var(--muted); font-family: var(--serif); font-size: 14px; font-style: italic; }
.feature-copy { max-width: 430px; }
.feature-copy .number { color: var(--clay); font-family: var(--serif); font-size: 16px; }
.feature-copy h3 { font-size: 42px; letter-spacing: -.02em; }
.feature-copy > p:not(.number) { color: var(--muted); }
.tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 30px 0 0; padding: 25px 0 0; list-style: none; border-top: 1px solid var(--line); }
.tick-list li { position: relative; padding-left: 19px; font-size: 13px; font-weight: 650; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--clay-dark); }
.wide-image { grid-column: 1 / -1; }
.wide-image img { height: 560px; object-position: center 58%; }

.gallery-section { width: 100%; max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2)); padding-right: max(32px, calc((100vw - var(--max))/2)); background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 310px 310px; gap: 12px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease, opacity .4s; }
.gallery-item:hover img { transform: scale(1.035); opacity: .88; }
.gallery-item span { position: absolute; left: 20px; bottom: 16px; padding: 6px 10px; background: rgba(251,250,246,.9); color: var(--ink); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.gallery-main { grid-row: 1 / 3; }

.location-section { display: grid; grid-template-columns: 1fr 1.1fr; width: 100%; max-width: none; padding: 0; background: var(--green); color: white; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px max(60px, calc((100vw - var(--max))/2)); padding-right: 80px; }
.location-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.68); }
.location-image img { height: 100%; min-height: 720px; object-fit: cover; }
.distance-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 38px 0; border-top: 1px solid rgba(255,255,255,.2); }
.distance-list div { padding: 20px 12px 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.distance-list div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
.distance-list div:nth-child(even) { padding-left: 24px; }
.distance-list strong, .distance-list span { display: block; }
.distance-list strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.distance-list span { color: rgba(255,255,255,.64); font-size: 12px; }

.reviews { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.rating-block { display: flex; flex-direction: column; align-items: flex-start; padding: 45px; border: 1px solid var(--line); }
.rating-number { font-family: var(--serif); font-size: 96px; line-height: .9; letter-spacing: -.07em; }
.rating-stars { margin: 19px 0 8px; color: var(--clay); letter-spacing: .18em; }
.rating-block > span:last-child { color: var(--muted); font-size: 12px; }
.review-copy h2 { font-size: clamp(42px, 5vw, 66px); }
.review-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 18px; }

.work-section { display: grid; grid-template-columns: 1.05fr .95fr; width: 100%; max-width: none; padding: 0; background: #d7dfd7; }
.work-card { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px max(60px, calc((100vw - var(--max))/2)); padding-right: 80px; }
.work-card > p:not(.eyebrow) { max-width: 520px; color: #53635d; }
.work-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 38px; }
.work-benefits span { padding: 8px 13px; border: 1px solid rgba(18,63,59,.25); border-radius: 99px; font-size: 11px; font-weight: 700; }
.work-section figure { margin: 0; }
.work-section figure img { height: 100%; min-height: 670px; object-fit: cover; }

.booking-section { width: 100%; max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2)); padding-right: max(32px, calc((100vw - var(--max))/2)); background: var(--cream); }
.booking-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; max-width: none; gap: 100px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: 24px; align-items: start; }
.calendar-card, .booking-panel { background: white; box-shadow: 0 15px 45px rgba(32,45,40,.08); }
.calendar-card { padding: 36px; }
.calendar-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.calendar-topline h3 { margin: 8px 0 0; font-size: 28px; }
.live-status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: #d49a3a; box-shadow: 0 0 0 4px rgba(212,154,58,.14); }
.live-status.loaded i { background: #47946c; box-shadow: 0 0 0 4px rgba(71,148,108,.14); }
.live-status.warning i { background: var(--clay); box-shadow: 0 0 0 4px rgba(207,105,76,.14); }
.calendar-nav { display: flex; gap: 7px; }
.calendar-nav button { width: 42px; height: 42px; border: 1px solid var(--line); background: white; cursor: pointer; }
.calendar-nav button:hover:not(:disabled) { background: var(--green); color: white; border-color: var(--green); }
.calendar-nav button:disabled { opacity: .35; cursor: default; }
.calendar-months { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.month-title { margin-bottom: 15px; font-family: var(--serif); font-size: 18px; text-align: center; }
.month-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.day-label, .calendar-day { display: grid; place-items: center; aspect-ratio: 1; font-size: 12px; }
.day-label { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
button.calendar-day { border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
button.calendar-day.available:hover { background: var(--cream); }
.calendar-day.past, .calendar-day.empty { color: #c9cfcb; cursor: default; }
.calendar-day.booked { color: #b9bfbc; background: repeating-linear-gradient(135deg, transparent, transparent 3px, #eef0ed 3px, #eef0ed 5px); text-decoration: line-through; cursor: not-allowed; }
.calendar-day.in-range { border-radius: 0; background: #e4eee8; color: var(--green); }
.calendar-day.selected { border-radius: 50%; background: var(--green); color: white; }
.calendar-key { display: flex; gap: 24px; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.calendar-key span { display: flex; align-items: center; gap: 7px; }
.calendar-key i { width: 11px; height: 11px; border-radius: 50%; }
.key-available { border: 1px solid var(--line); }
.key-booked { background: #e4e7e4; }
.key-selected { background: var(--green); }
.calendar-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; }
.booking-panel { padding: 32px; }
.form-grid.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; margin-bottom: 15px; }
.field label { margin-bottom: 5px; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.field label span { color: var(--muted); font-weight: 500; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: white; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 2px rgba(18,63,59,.08); }
.quote-card { margin: 5px 0 22px; padding: 17px; background: var(--green); color: white; }
.quote-card div { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.quote-card span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.quote-card strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.quote-card p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 10px; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 5px 0 18px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.consent input { margin-top: 3px; }
.form-error { min-height: 20px; margin-bottom: 5px; color: #a23e2a; font-size: 11px; }
.full-button { width: 100%; }
.form-footnote { margin: 9px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.channel-choice { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.channel-choice a { color: var(--green); font-weight: 750; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 40px 22px 0; font-family: var(--serif); font-size: 20px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--clay); font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; padding: 0 45px 20px 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 80px max(32px, calc((100vw - var(--max))/2)) 25px; background: #102b28; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-main > div:first-child p { max-width: 310px; margin-top: 24px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-main h3 { margin-bottom: 19px; font-family: var(--sans); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main > div:not(:first-child) a { margin-bottom: 9px; color: rgba(255,255,255,.58); font-size: 12px; text-decoration: none; }
.footer-main a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 7vh 7vw; background: rgba(7,24,22,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { width: auto; max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 22px; right: 28px; border: 0; background: none; color: white; font-size: 40px; font-weight: 200; cursor: pointer; }
.mobile-book-bar { display: none; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { position: static; width: min(100% - 48px, 960px); color: var(--ink); }
.legal-main { width: min(100% - 48px, 760px); margin: auto; padding: 90px 0 130px; }
.legal-main h1 { color: var(--green); font-size: clamp(48px, 8vw, 78px); }
.legal-main h2 { margin-top: 45px; font-size: 30px; }
.legal-main p, .legal-main li { color: #56615d; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--clay); background: var(--cream); }
.success-card { max-width: 680px; padding: 50px; background: white; box-shadow: var(--shadow); }

@media (max-width: 1050px) {
  .site-nav { gap: 20px; }
  .hero { min-height: 720px; }
  .trust-strip { width: 82%; }
  .editorial-grid { gap: 60px 45px; }
  .gallery-grid { grid-template-columns: 1.2fr 1fr; }
  .gallery-item:last-child { display: none; }
  .location-copy, .work-card { padding-left: 45px; padding-right: 45px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-panel { max-width: 720px; width: 100%; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .site-header, .site-header.is-scrolled { position: fixed; width: 100%; padding: 13px 20px; background: rgba(251,250,246,.97); color: var(--ink); border-bottom: 1px solid rgba(24,36,33,.1); }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 18px; }
  .menu-button { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; cursor: pointer; }
  .menu-button > span:not(.sr-only) { width: 21px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-open .menu-button > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 65px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 25px; background: var(--paper); color: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 27px; font-weight: 500; }
  .nav-book { margin-top: 20px; border: 0; border-radius: 0; background: transparent !important; color: var(--ink) !important; }
  .hero { height: 810px; min-height: 0; align-items: flex-end; padding-bottom: 175px; }
  .hero-media { background-position: 56% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,30,27,.91) 0%, rgba(7,30,27,.62) 52%, rgba(7,30,27,.12) 100%); }
  .hero-copy { width: min(100% - 40px, var(--max)); margin: 0 auto; padding: 0; }
  h1 { font-size: clamp(49px, 14vw, 65px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-strip { left: 0; right: 0; width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-strip div { padding: 13px 20px; }
  .trust-strip strong { font-size: 17px; }
  .quick-book { display: none; }
  .section { width: min(100% - 40px, var(--max)); padding: 85px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .location-copy h2, .work-card h2 { font-size: 43px; }
  .split-heading, .booking-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-heading > p { font-size: 16px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-image img { height: 470px; }
  .feature-copy { max-width: none; }
  .feature-copy h3 { font-size: 34px; }
  .wide-image { grid-column: auto; }
  .wide-image img { height: 310px; }
  .gallery-section, .booking-section { width: 100%; padding-left: 20px; padding-right: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 190px 190px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .gallery-item:last-child { display: block; }
  .location-section, .work-section { grid-template-columns: 1fr; }
  .location-copy, .work-card { padding: 85px 20px; }
  .location-image img, .work-section figure img { min-height: 0; height: 380px; }
  .reviews { grid-template-columns: 1fr; gap: 45px; }
  .rating-block { padding: 30px; }
  .rating-number { font-size: 76px; }
  .review-copy h2 { font-size: 43px; }
  .work-card { order: 2; }
  .work-section figure { order: 1; }
  .calendar-card { padding: 22px 15px; }
  .calendar-months { grid-template-columns: 1fr; }
  .calendar-month:nth-child(2) { display: none; }
  .booking-panel { padding: 24px 18px; }
  .faq { grid-template-columns: 1fr; gap: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
  .mobile-book-bar { position: fixed; z-index: 25; left: 0; right: 0; bottom: 0; display: block; padding: 10px 18px; background: rgba(251,250,246,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-book-bar .button { width: 100%; }
  .legal-main { padding-top: 120px; }
}

@media (max-width: 430px) {
  .form-grid.two-col { grid-template-columns: 1fr; gap: 0; }
  .tick-list { grid-template-columns: 1fr; }
  .distance-list { grid-template-columns: 1fr; }
  .distance-list div:nth-child(odd) { border-right: 0; }
  .distance-list div:nth-child(even) { padding-left: 0; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-item, .gallery-main { min-width: 84vw; height: 380px; scroll-snap-align: center; }
  .channel-choice { flex-direction: column; }
}

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