:root {
  color-scheme: light;
  --ocean: #102c2a;
  --night: #0b211f;
  --ink: #19322f;
  --paper: #f8f7f2;
  --white: #fffefa;
  --gold: #d9bd86;
  --gold-dark: #866333;
  --muted: #586862;
  --line: #dcded5;
  --dark-line: #38504a;
  --radius: .75rem;
  --radius-large: 1.15rem;
  --shadow-soft: 0 3px 7px rgba(8,30,25,.04), 0 15px 35px rgba(8,30,25,.07);
  --shadow-raised: 0 2px 3px rgba(8,30,25,.06), 0 14px 28px rgba(8,30,25,.1), 0 32px 64px rgba(8,30,25,.08);
  --shadow-dark: 0 5px 10px rgba(2,13,11,.18), 0 24px 50px rgba(2,13,11,.3);
  --serif: "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
p { text-wrap: pretty; }
::selection { background: var(--gold); color: var(--night); }
[hidden] { display: none !important; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, h4 { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { text-wrap: balance; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.75rem); line-height: 1.1; letter-spacing: -.045em; }
h2 em, h1 em { font-weight: 400; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 6px; }
.wrap { width: min(1280px, calc(100% - 6rem)); margin-inline: auto; }
main > section { scroll-margin-top: 1rem; }
.section-space { padding-block: clamp(4.5rem, 8vw, 8rem); }
.eyebrow, .kicker, .small-label { display: block; font-size: .875rem; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.kicker { color: var(--gold-dark); margin-bottom: 1.3rem; display: flex; align-items: center; gap: .9rem; }
.kicker::before { content: ""; width: 1.75rem; height: 1px; background: currentColor; flex: 0 0 auto; opacity: .7; }
.lead { color: var(--muted); max-width: 38rem; margin-top: 1.5rem; font-size: 1.0625rem; line-height: 1.85; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 3.3rem; padding: .8rem 1.6rem; border: 1px solid transparent; border-radius: .5rem; font-size: .9375rem; font-weight: 600; line-height: 1.4; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.btn-primary { background: linear-gradient(155deg,#f1dcb2,var(--gold) 60%,#c8a86d); color: var(--night); border-color: #e8ce9e; box-shadow: inset 0 1px 0 #fff4d8, 0 2px 0 #917446, 0 7px 16px #00000020; }
.btn-primary:hover { background: linear-gradient(155deg,#f7e8cc,#e7cb98 65%,#d9b87a); border-color: #f0d9ad; }
.btn-outline { border-color: #80968c; color: var(--paper); background: linear-gradient(160deg,#ffffff0a,#ffffff02); box-shadow: inset 0 1px 0 #ffffff12, 0 3px 0 #061714; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: linear-gradient(145deg,#294e45,var(--ocean)); color: var(--white); border-color: #34574f; box-shadow: inset 0 1px 0 #ffffff18, 0 3px 0 #071a17, 0 8px 18px #0b211f20; }
.btn-dark:hover { background: linear-gradient(145deg,#345f53,#193c34); border-color: #43675c; }
.text-link { display: inline-flex; max-width: 100%; gap: 1.5rem; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .9375rem; font-weight: 600; }
.text-link:hover { color: var(--gold-dark); }
.skip-link { position: fixed; top: -8rem; left: 1rem; z-index: 200; padding: 1rem; background: var(--gold); color: var(--night); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 40; background: linear-gradient(180deg,#122d28,var(--night)); color: var(--paper); border-bottom: 1px solid #42584a; box-shadow: 0 1px 0 #00000030, 0 8px 25px #03171324; }
.site-nav { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; min-height: 6rem; gap: 2rem; }
.site-nav > *, .hero-inner > *, .hours .grid-2 > * { min-width: 0; }
.nav-side { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.nav-right { justify-content: flex-end; }
.nav-side > a:not(.btn) { font-size: .875rem; padding: .65rem 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.nav-side > a:not(.btn):hover, .nav-side > a:not(.btn):focus-visible { border-bottom-color: var(--gold); }
.site-header :focus-visible, .hero :focus-visible, .real-gallery :focus-visible, .booking-info :focus-visible, .site-footer :focus-visible { outline-color: var(--gold); }
.nav-side > a:not(.btn):hover { color: var(--gold); }
.brand { display: grid; justify-items: center; color: var(--paper); line-height: 1; }
.brand-name { font: 2.7rem/1 var(--serif); letter-spacing: .16em; margin-right: -.16em; text-shadow: 0 1px 0 #5d7062, 0 4px 8px #03120e45; }
.brand-caption { margin-top: .45rem; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; }
.nav-reserve { min-height: 2.8rem; padding: .6rem 1.2rem; }
.mobile-menu, .mobile-reserve { display: none; }
.hero { background: radial-gradient(ellipse at 86% 26%,#24483d 0,transparent 58%),linear-gradient(165deg,#102b26,var(--night) 75%); color: var(--paper); padding-bottom: 1.75rem; }
.hero-inner { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(2rem,5vw,5rem); padding-top: clamp(2.5rem, 4vw, 4rem); padding-bottom: 3.5rem; }
.hero-copy { padding-block: 2rem; }
.hero .eyebrow { color: var(--gold); margin-bottom: 1.8rem; font-size: .8125rem; }
.hero h1 { font-size: clamp(3.5rem, 6.4vw, 6.7rem); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); text-shadow: 0 1px 0 #8f754c, 0 3px 0 #071a16, 0 12px 24px #00000025; }
.hero-copy > p { color: #cad4c9; font-size: 1.0625rem; max-width: 27rem; margin-top: 1.75rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-phone { display: inline-block; color: #cad4c9; font-size: .875rem; margin-top: 1.45rem; }
.hero-phone:hover { color: var(--gold); }
.hero-visual { position: relative; padding: .75rem 1rem 1rem; min-width: 0; perspective: 1400px; }
.hero-photo { position: relative; width: 100%; height: clamp(24rem, 34vw, 32rem); padding: .6rem; border: 1px solid #9c9e7c; border-radius: var(--radius-large); background: linear-gradient(135deg,#9eab91,#365445 45%,#162f25); box-shadow: inset 0 1px 0 #dce3cb80, 5px 7px 0 #061c16, 0 24px 40px #020e0a50, 0 44px 85px #020e0a35; }
.hero-photo::after { content: ""; position: absolute; inset: .6rem; border: 1px solid #ffffff40; border-radius: .65rem; pointer-events: none; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; border-radius: .65rem; }
.hero-photo figcaption { position: absolute; bottom: 1.6rem; right: 1.6rem; max-width: calc(100% - 3.2rem); color: #fff; background: #0b211feb; border: 1px solid #ffffff35; border-radius: .4rem; box-shadow: 0 4px 12px #00000030; padding: .5rem .8rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-highlights { display: grid; grid-template-columns: 1fr 1fr .8fr; padding: .25rem 1.75rem; background: linear-gradient(135deg,#ffffff09,#ffffff02); border: 1px solid var(--dark-line); border-radius: var(--radius); box-shadow: inset 0 1px 0 #ffffff08, 0 8px 20px #02130d20; }
.hero-highlight { padding: 1.25rem 1.75rem 1.25rem 0; }
.hero-highlight + .hero-highlight { border-left: 1px solid var(--dark-line); padding-left: 2rem; }
.hero-highlight span { display: block; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.hero-highlight strong { display: block; color: #e0e8df; font-size: .875rem; font-weight: 400; line-height: 1.7; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-photo { position: relative; padding: 0 1.7rem 1.7rem 0; }
.about-photo::before { content: ""; position: absolute; inset: 1.7rem 0 0 1.7rem; border: 1px solid #c6cab9; border-radius: var(--radius-large); background: linear-gradient(135deg,#e1e4d8,#f2f2e9); box-shadow: var(--shadow-soft); }
.about-photo img { position: relative; width: 100%; height: 29rem; object-fit: cover; object-position: 66% center; border: 5px solid var(--white); border-radius: var(--radius-large); box-shadow: var(--shadow-raised); }
.about-photo figcaption { position: relative; display: inline-block; margin-top: 1rem; font-size: .8125rem; color: var(--muted); background: var(--paper); padding-right: 1rem; }
.about-copy .text-link { margin-top: 2rem; }
.facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 2rem; border-block: 1px solid var(--line); margin-top: 4rem; padding-block: 1.75rem; }
.fact strong { display: block; font: 1.65rem/1.25 var(--serif); letter-spacing: -.025em; }
.fact span { display: block; color: var(--muted); margin-top: .55rem; font-size: .875rem; }
.menu-section { background: linear-gradient(140deg,#eef0e8,#e6e9de); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin-bottom: 3.5rem; }
.section-head .lead { max-width: 26rem; margin: 0; }
.menu-layout { display: grid; grid-template-columns: 13rem minmax(0,1fr); align-items: start; gap: 3.25rem; }
.menu-picker { display: none; }
.menu-tabs { display: flex; flex-direction: column; position: sticky; top: 8rem; gap: .35rem; padding: .65rem; border: 1px solid #d4d9cb; border-radius: var(--radius); background: #f5f6ef; box-shadow: inset 0 1px 0 white, var(--shadow-soft); }
.menu-tab { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left; border: 1px solid transparent; border-radius: .45rem; padding: .85rem .8rem; font-size: .9375rem; line-height: 1.45; color: var(--muted); background: transparent; transition: color .15s, background .15s, box-shadow .15s; }
.menu-tab:hover { color: var(--ink); background: #e5e7dd; }
.menu-tab.active { color: var(--white); background: linear-gradient(140deg,#2d5045,var(--ocean)); border-color: #355c4e; box-shadow: inset 0 1px 0 #ffffff1a, 0 3px 0 #071d16, 0 5px 12px #0b211f20; }
.menu-tab.active::after { content: "—"; color: var(--gold); margin-left: .5rem; }
#menuCategories { min-width: 0; background: linear-gradient(130deg,#fffefa,#fafaf5); padding: clamp(1.4rem,3vw,3rem); border: 1px solid #d5d8cd; border-radius: var(--radius); box-shadow: 0 5px 0 -1px #ebeee3, 0 6px 0 -1px #c5cdbd, 0 11px 0 -3px #f5f6ee, 0 12px 0 -3px #c5cdbd, var(--shadow-raised); }
.menu-category { margin-top: 3rem; scroll-margin-top: 8rem; }
.menu-category:first-child, .menu-enhanced .menu-category { margin-top: 0; }
.menu-category-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-bottom: 1px solid #b5baa9; padding-bottom: 1.4rem; font: 2rem/1.2 var(--serif); letter-spacing: -.025em; }
.menu-category:focus-visible { outline-offset: .75rem; }
.menu-count { flex: 0 0 auto; font: .8125rem/1.5 var(--sans); letter-spacing: .03em; color: var(--muted); }
.menu-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 2.5rem; }
.menu-item { min-width: 0; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.menu-item-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .6rem .75rem; }
.menu-item h4 { flex: 1 1 9rem; font: 1.3rem/1.35 var(--serif); letter-spacing: -.02em; overflow-wrap: anywhere; }
.menu-price { flex: 0 1 auto; font-size: .9375rem; font-weight: 600; color: #765326; line-height: 1.55; font-variant-numeric: tabular-nums lining-nums; }
.menu-item p { margin-top: .7rem; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.menu-footer-note { border-left: 2px solid #c9af7b; border-radius: 0 .5rem .5rem 0; background: #f5f4ed; padding: 1.2rem 1.5rem; margin-top: 1.5rem; }
.menu-footer-note h3 { font-size: 1.4rem; line-height: 1.25; margin-bottom: .35rem; }
.menu-footer-note p { color: var(--muted); }
.real-gallery { background: linear-gradient(155deg,#1b3d32,var(--ocean) 65%); color: var(--paper); }
.real-gallery .kicker, .real-gallery .text-link { color: var(--gold); }
.real-gallery .lead { color: #c3d0c5; }
.aqua-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 13rem; gap: 1rem; }
.aqua-photo { position: relative; display: block; padding: 0; border: 1px solid #738a7166; border-radius: var(--radius); overflow: hidden; background: var(--night); box-shadow: var(--shadow-dark); transition: transform .25s ease, box-shadow .25s ease; }
.aqua-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.aqua-photo:hover img { transform: scale(1.035); }
.aqua-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(4,19,16,.76)); pointer-events: none; }
.aqua-photo span { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; z-index: 1; text-align: left; color: white; font-size: .875rem; line-height: 1.4; }
.aqua-photo.feature { grid-column: span 2; grid-row: span 2; }
.aqua-photo.wide { grid-column: span 2; }
.cinema { position: relative; isolation: isolate; margin-top: 4.5rem; min-height: 31rem; overflow: hidden; border: 1px solid #738a7180; border-radius: var(--radius-large); box-shadow: var(--shadow-dark); }
.cinema-slide { position: absolute; inset: 0; z-index: -2; opacity: 0; transition: opacity 1s ease; }
.cinema-slide.active { opacity: 1; }
.cinema-slide img { width: 100%; height: 100%; object-fit: cover; }
.cinema::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(4,20,17,.87),rgba(4,20,17,.12)); }
.cinema-copy { padding: clamp(2rem,5vw,4.5rem); max-width: 42rem; }
.cinema-copy h3 { font-size: clamp(2.4rem,4vw,4rem); line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -.03em; }
.cinema-copy p { color: #e3e9df; }
.cinema-toggle { position: absolute; bottom: 1.4rem; right: 1.4rem; padding: .6rem 1rem; min-height: 44px; border: 1px solid #9fae9c; border-radius: .5rem; background: #102c2ad9; color: white; font-size: .875rem; box-shadow: 0 3px 0 #061913; }
.lightbox { width: min(1150px,94vw); max-width: 94vw; max-height: 92svh; border: 1px solid var(--dark-line); border-radius: var(--radius); padding: 0; color: white; background: var(--night); overflow: auto; box-shadow: var(--shadow-dark); }
.lightbox::backdrop { background: rgba(2,12,10,.94); }
.lightbox-inner { padding: 3.5rem 1rem 1rem; position: relative; }
.lightbox img { max-height: 77svh; width: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: .4rem; right: .4rem; min-width: 44px; min-height: 44px; color: white; border: 1px solid var(--dark-line); background: var(--night); font-size: 1.75rem; }
.booking-section { background: radial-gradient(ellipse at 85% 40%,#244437,transparent 65%),var(--night); color: var(--paper); border-top: 1px solid var(--dark-line); }
.booking-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; align-items: center; }
.booking-info .kicker { color: var(--gold); }
.booking-info h2 { font-size: clamp(3rem,4.5vw,4.75rem); }
.booking-info > p { color: #c3d0c5; margin-top: 1.5rem; max-width: 26rem; }
.group-call { display: block; border-block: 1px solid var(--dark-line); padding: 1.4rem 0; margin-top: 2rem; font-size: .9375rem; }
.group-call strong { display: block; color: var(--gold); margin-top: .3rem; font-size: 1.1rem; font-weight: 500; }
.booking-points { margin-top: 1.5rem; display: grid; gap: .5rem; }
.booking-point { color: #b5c6b9; font-size: .875rem; padding-left: 1.25rem; position: relative; }
.booking-point::before { content: "—"; color: var(--gold); position: absolute; left: 0; }
.booking-form { color: var(--ink); background: linear-gradient(145deg,#fffefa,#f4f5ed); padding: clamp(1.5rem,3.5vw,3rem); border: 1px solid #dce0cf; border-top: 3px solid var(--gold); border-radius: var(--radius-large); box-shadow: 0 5px 0 -2px #8c9a80, 0 8px 0 -3px #071e16, var(--shadow-dark); }
.form-heading { font-size: 2rem; margin-bottom: 1.75rem; line-height: 1.2; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.field { min-width: 0; display: flex; flex-direction: column; gap: .5rem; }
.field.full { grid-column: 1 / -1; }
label { font-size: .875rem; font-weight: 600; }
input, select { width: 100%; max-width: 100%; min-width: 0; min-height: 3.2rem; padding: .65rem .8rem; border: 1px solid #b8c0b2; border-radius: .45rem; background: #fffefa; color: var(--ink); box-shadow: inset 0 2px 4px #19322f0a, 0 1px 0 #ffffff; }
input:focus, select:focus { outline: 2px solid var(--gold-dark); outline-offset: 2px; border-color: var(--gold-dark); box-shadow: 0 0 0 5px #d9bd8620; }
input::placeholder { color: #69756c; opacity: 1; }
#booking-status { font-size: .875rem; line-height: 1.7; border: 1px solid #c8dddc; border-radius: .5rem; margin: .25rem 0 .5rem; padding: .8rem .95rem; }
#booking-status[hidden] { display: none; }
.booking-form .btn { width: 100%; background: linear-gradient(145deg,#2e5446,var(--ocean)); color: var(--white); border-color: #34574f; box-shadow: inset 0 1px 0 #ffffff18, 0 3px 0 #071a17, 0 8px 18px #0b211f20; }
.booking-form .btn:hover { background: linear-gradient(145deg,#3a6253,#193c34); }
.btn:disabled, .btn[aria-disabled="true"] { transform: none; cursor: not-allowed; box-shadow: none; }
.booking-note { font-size: .875rem; color: var(--muted); line-height: 1.7; margin-top: .5rem; }
.reviews-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.rating-strip { display: flex; gap: 1rem; align-items: center; flex-shrink: 0; }
.rating-strip > strong { font: 3.5rem/1 var(--serif); }
.rating-strip span { font-size: .8125rem; color: var(--muted); }
.stars { letter-spacing: .2em; color: var(--gold-dark); font-size: 1rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.review { display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 2px solid #cbb78f; border-radius: var(--radius); padding: 1.75rem; background: linear-gradient(135deg,#fffefa,#f5f5ed); box-shadow: var(--shadow-soft); }
.review p { font: 1.3rem/1.7 var(--serif); margin: 1.1rem 0 1.4rem; }
.review small { font-size: .8125rem; color: var(--muted); margin-top: auto; }
.hours { background: linear-gradient(140deg,#edf0e8,#e4e9dd); border-block: 1px solid var(--line); }
.hours .grid-2 { display: grid; grid-template-columns: .8fr 1.4fr; gap: 4rem; align-items: start; }
.hours-card { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.1rem; }
.hours-group { padding: 1.6rem; background: linear-gradient(145deg,#fffefa,#f5f6ee); border: 1px solid #d7ddcd; border-top: 2px solid var(--gold-dark); border-radius: var(--radius); box-shadow: 0 4px 0 -1px #d1d8c7, var(--shadow-soft); }
.hours-group-head { margin-bottom: .7rem; }
.hours-group-head h3 { font-size: 1.9rem; line-height: 1.2; }
.hours-group-head > span { display: block; font-size: .875rem; color: var(--muted); margin-top: .35rem; }
.hours-row { border-top: 1px solid var(--line); padding: 1rem 0 .5rem; margin-top: 1rem; }
.hours-row > span { display: block; }
.hours-row b { font-size: .9375rem; font-weight: 500; }
.hours-row small { display: block; font-size: .8125rem; color: var(--muted); line-height: 1.5; }
.hours-row strong { display: block; margin-top: .6rem; font: 1.6rem/1.2 var(--serif); font-variant-numeric: lining-nums tabular-nums; }
.contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 3rem; gap: 1.5rem; }
.contact-card { min-width: 0; border: 1px solid var(--line); border-top: 2px solid #cbb78f; border-radius: var(--radius); padding: 1.75rem; display: flex; flex-direction: column; align-items: flex-start; background: linear-gradient(135deg,#fffefa,#f5f5ed); box-shadow: var(--shadow-soft); }
.contact-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-dark); margin-bottom: .8rem; }
.contact-card h3 { font-size: 1.9rem; overflow-wrap: anywhere; }
.contact-card p { margin-block: 1rem 1.5rem; color: var(--muted); }
.contact-card > .btn, .contact-card > div { margin-top: auto; }
.contact-card > div { max-width: 100%; }
.contact-card .btn { max-width: 100%; padding-inline: 1rem; text-align: center; overflow-wrap: anywhere; }
.site-footer { background: linear-gradient(145deg,#142f27,var(--night)); color: #c3d0c5; padding-block: 3.5rem 2rem; }
.footer-wordmark { color: var(--gold); font: clamp(5rem,18vw,15rem)/1 var(--serif); letter-spacing: .15em; text-align: center; padding-bottom: 2.5rem; text-shadow: 0 1px 0 #ae925e, 0 3px 0 #5b4e34, 0 5px 0 #061811, 0 16px 30px #00000025; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; padding-block: 1.75rem; border-top: 1px solid var(--dark-line); }
.footer-brand strong { display: block; font-size: .875rem; font-weight: 500; color: var(--paper); }
.footer-brand span { display: block; font-size: .8125rem; margin-top: .35rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .875rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; font-size: .75rem; color: #a3b3a6; border-top: 1px solid var(--dark-line); padding-top: 1.25rem; }
.thanks-page { background: radial-gradient(ellipse at 50% 25%,#284c3d,var(--night) 70%); min-height: 100svh; display: grid; place-items: center; padding: 2rem 1rem; }
.thanks-card { width: min(37rem,100%); background: linear-gradient(145deg,#fffefa,var(--paper)); padding: clamp(2rem,6vw,4rem); text-align: center; border: 1px solid #dce0cf; border-top: 3px solid var(--gold); border-radius: var(--radius-large); box-shadow: 0 7px 0 -2px #8c9a80, var(--shadow-dark); }
.thanks-card .brand { color: var(--ink); margin-bottom: 2.8rem; }
.thanks-card .brand-name { text-shadow: 0 1px 0 white, 0 3px 4px #19322f18; }
.thanks-card h1 { font-size: 3.25rem; line-height: 1.1; }
.thanks-card p { margin-top: 1.5rem; color: var(--muted); }
.thanks-card p a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.thanks-card .btn { margin-top: 2rem; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 3rem); }
  .site-nav { gap: 1rem; }
  .nav-side { gap: 1rem; }
  .hero-inner { gap: 2rem; }
  .about-layout, .booking-shell { gap: 3rem; }
  .menu-layout { gap: 2rem; grid-template-columns: 11rem minmax(0,1fr); }
  .menu-list { grid-template-columns: 1fr; }
  .hours .grid-2 { gap: 2rem; grid-template-columns: .65fr 1.35fr; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 5.5rem; }
  main > section { scroll-margin-top: 1rem; }
  .site-nav { display: grid; grid-template-columns: auto minmax(0,1fr) auto; min-height: 5rem; gap: .75rem; padding-block: .65rem; }
  .site-nav > .brand { justify-self: center; text-align: center; }
  .nav-side { display: none; }
  .brand-name { font-size: 2.2rem; }
  .brand-caption { font-size: .75rem; letter-spacing: .08em; }
  .mobile-reserve { display: inline-flex; justify-self: end; max-width: 100%; font-size: .875rem; padding: .65rem .85rem; min-height: 3rem; text-align: center; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: .6rem; min-height: 48px; min-width: 48px; font-size: .875rem; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::before { content: ""; width: 1rem; height: .45rem; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .mobile-links { position: absolute; inset: 100% 0 auto; max-height: calc(100svh - 6rem); overflow-y: auto; overscroll-behavior: contain; background: var(--night); display: grid; padding: .75rem 1.5rem 1.5rem; border-bottom: 1px solid var(--dark-line); box-shadow: 0 18px 24px #06181422; }
  .mobile-links a { padding: .85rem .25rem; border-bottom: 1px solid var(--dark-line); }
  .hero-inner { grid-template-columns: minmax(0,1fr); gap: 1.75rem; padding-block: 2.5rem; }
  .hero-copy { max-width: 36rem; padding: 0; }
  .hero h1 { font-size: clamp(3rem,8vw,4.75rem); line-height: 1.06; }
  .hero-copy > p { max-width: 34rem; }
  .hero-visual { padding: 0 .5rem .75rem 0; perspective: none; }
  .hero-photo { height: clamp(16rem,55vw,25rem); }
  .hero-photo > img { object-position: center; }
  .hero-highlights { grid-template-columns: 1fr 1fr; }
  .hero-highlight + .hero-highlight { padding-left: 1.2rem; }
  .hero-highlight:last-child { grid-column: 1 / -1; border-top: 1px solid var(--dark-line); border-left: 0; padding-left: 0; }
  .about-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-copy { order: -1; }
  .about-photo img { height: clamp(16rem,55vw,25rem); }
  .facts { grid-template-columns: 1fr 1fr; margin-top: 3rem; }
  .section-head { display: block; margin-bottom: 2.5rem; }
  .section-head .lead { margin-top: 1.4rem; }
  .section-head .text-link { margin-top: 1.4rem; }
  .menu-layout { display: block; }
  .menu-picker-ready .menu-picker { display: grid; gap: .55rem; padding: 1.1rem 1.25rem; margin-bottom: 1.25rem; border: 1px solid #c9d2c1; border-radius: var(--radius); background: linear-gradient(135deg,#fffefa,#eff2e7); box-shadow: var(--shadow-soft); }
  .menu-picker label { color: var(--muted); font-size: .875rem; }
  .menu-picker select { min-height: 3.4rem; font-size: 1rem; font-weight: 600; background-color: var(--white); border-color: #9daa93; }
  .menu-picker-ready .menu-tabs { display: none; }
  .menu-tabs { flex-direction: row; position: relative; top: auto; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scroll-padding-inline: .7rem; padding: .7rem; margin-bottom: 1.5rem; scrollbar-width: thin; scrollbar-color: var(--gold-dark) transparent; }
  .menu-tab { width: auto; flex-shrink: 0; min-height: 48px; white-space: nowrap; scroll-snap-align: start; padding: .8rem 1.1rem; border: 1px solid var(--line); }
  .menu-tab.active::after { content: none; }
  .menu-list { grid-template-columns: minmax(0,1fr); }
  .aqua-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 12rem; }
  .aqua-photo.feature { grid-row: auto; grid-column: span 2; height: 22rem; }
  .aqua-gallery { grid-template-rows: 22rem; }
  .cinema { min-height: 26rem; }
  .cinema::after { background: linear-gradient(90deg,#041411e8,#04141187); }
  .booking-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .booking-info > p { max-width: 38rem; }
  .reviews-top { display: block; }
  .rating-strip { margin-top: 2rem; flex-wrap: wrap; }
  .reviews-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hours .grid-2 { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-inner { flex-direction: column; }
  .footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 2rem); }
  .section-space > .wrap, .hero-copy { overflow-wrap: break-word; }
  h2 { font-size: clamp(2.25rem,9vw,3rem); line-height: 1.12; letter-spacing: -.035em; }
  .lead { font-size: 1rem; line-height: 1.75; }
  .kicker { font-size: .875rem; margin-bottom: 1rem; letter-spacing: .1em; }
  .btn { min-height: 3.25rem; }
  .site-nav { gap: .5rem; min-height: 4.75rem; padding-block: .5rem; }
  .site-nav .brand-name { font-size: 1.9rem; }
  .site-nav .brand-caption { font-size: .75rem; letter-spacing: .025em; line-height: 1.3; margin-top: .3rem; }
  .mobile-menu summary { border: 1px solid var(--dark-line); border-radius: .5rem; }
  .mobile-menu-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .mobile-menu[open] summary { color: var(--gold); border-color: var(--gold); background: #ffffff08; }
  .mobile-reserve { padding-inline: .7rem; }
  .hero-inner { padding-top: 2rem; padding-bottom: 1.75rem; gap: 1.4rem; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2.75rem,12vw,4rem); letter-spacing: -.04em; }
  .hero .eyebrow { letter-spacing: .08em; margin-bottom: 1rem; }
  .hero-copy > p { font-size: 1rem; line-height: 1.75; margin-top: 1.15rem; }
  .hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; margin-top: 1.4rem; }
  .hero-actions .btn { gap: .5rem; padding: .85rem .65rem; text-align: center; }
  .hero-phone { display: inline-flex; align-items: center; min-height: 44px; margin-top: .8rem; line-height: 1.5; }
  .hero-visual { padding: .4rem .5rem .75rem 0; margin-top: 0; }
  .hero-photo { height: clamp(12rem,62vw,20rem); padding: .4rem; border-radius: 1rem; box-shadow: inset 0 1px 0 #dce3cb80, 3px 5px 0 #061c16, 0 18px 35px #020e0a45; }
  .hero-photo::after { inset: .4rem; }
  .hero-photo figcaption { bottom: 1rem; right: 1rem; max-width: calc(100% - 2rem); padding: .4rem .6rem; letter-spacing: .06em; }
  .hero-highlights { grid-template-columns: 1fr; padding-inline: 1.25rem; }
  .hero-highlight, .hero-highlight + .hero-highlight { padding: 1rem 0; border-left: 0; }
  .hero-highlight + .hero-highlight { border-top: 1px solid var(--dark-line); }
  .hero-highlight strong { font-size: .9375rem; }
  .section-space { padding-block: 3.25rem; }
  .about-layout { gap: 2rem; }
  .facts { column-gap: 1rem; row-gap: 1.5rem; margin-top: 2rem; padding-top: 1.5rem; }
  .fact { min-width: 0; }
  .fact strong { font-size: 1.35rem; overflow-wrap: anywhere; }
  .facts .fact:nth-child(n+3) { padding-top: 1rem; border-top: 1px solid var(--line); }
  .fact span { font-size: .875rem; line-height: 1.5; }
  .about-photo { padding: 0 .75rem .75rem 0; }
  .about-photo img { height: clamp(12rem,64vw,20rem); border-width: 3px; box-shadow: var(--shadow-soft); }
  .about-photo::before { inset: .75rem 0 0 .75rem; }
  .about-photo figcaption { line-height: 1.5; }
  .section-head { margin-bottom: 1.75rem; }
  .section-head .lead { margin-top: 1rem; }
  .menu-picker-ready .menu-picker { padding: 1rem; }
  .menu-tabs { padding: .5rem; scroll-padding-inline: .5rem; gap: .5rem; margin-bottom: 1.1rem; }
  .menu-tab { font-size: .9375rem; padding-inline: .85rem; }
  #menuCategories { padding: 1.25rem; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-category-head { font-size: 1.7rem; align-items: flex-start; flex-wrap: wrap; gap: .5rem; padding-bottom: 1rem; }
  .menu-item { padding-block: 1.35rem; }
  .menu-item h4 { font-size: 1.25rem; }
  .menu-item-top { gap: .5rem 1rem; }
  .menu-item p { font-size: 1rem; }
  .menu-price { white-space: normal; margin-left: auto; text-align: right; }
  .menu-footer-note { padding: 1rem; }
  .aqua-gallery { gap: .75rem; grid-template-rows: clamp(13rem,62vw,19rem); grid-auto-rows: clamp(9.5rem,43vw,14rem); }
  .aqua-photo.feature { height: auto; }
  .aqua-photo { border-radius: .65rem; box-shadow: 0 6px 16px #02130d35; }
  .aqua-photo span { font-size: .875rem; left: .75rem; right: .75rem; bottom: .65rem; }
  .cinema { margin-top: 2rem; min-height: 25rem; }
  .cinema-copy { padding: 1.75rem 1.25rem 6rem; }
  .cinema-copy h3 { font-size: clamp(2rem,8.5vw,2.75rem); }
  .cinema-copy .kicker { font-size: .8125rem; }
  .cinema-toggle { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; min-height: 48px; }
  .booking-info h2 { font-size: clamp(2.5rem,10vw,3.25rem); }
  .booking-shell { gap: 2rem; }
  .form-grid { grid-template-columns: minmax(0,1fr); gap: 1.1rem; }
  .booking-form { padding: 1.5rem 1.25rem; }
  .form-heading { font-size: 1.8rem; margin-bottom: 1.5rem; }
  input, select { font-size: 1rem; min-height: 3.4rem; }
  input[type="date"] { display: block; -webkit-appearance: none; appearance: none; }
  input[type="date"]::-webkit-date-and-time-value { text-align: left; }
  .booking-note, #booking-status { overflow-wrap: anywhere; }
  .reviews-top { margin-bottom: 1.75rem; }
  .reviews-grid, .contact-grid { gap: 1.1rem; }
  .review, .contact-card, .hours-group { padding: 1.35rem; }
  .review p { font-size: 1.2rem; line-height: 1.65; }
  .hours-card { grid-template-columns: 1fr; }
  .hours-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .8rem 1.25rem; }
  .hours-row strong { font-size: 1.5rem; margin-top: 0; white-space: nowrap; }
  .hours-row > span { max-width: 100%; }
  .contact-card .btn, .contact-card > div { width: 100%; }
  .contact-card p { margin-bottom: 1.25rem; }
  .site-footer { padding-top: 2.5rem; }
  .footer-wordmark { letter-spacing: .08em; font-size: 25vw; padding-bottom: 1.5rem; }
  .footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; gap: .25rem 1rem; }
  .footer-bottom { line-height: 1.6; }
  .thanks-page { padding: 1.5rem 1rem; }
  .thanks-card { padding: 2rem 1.25rem; }
  .thanks-card .brand { margin-bottom: 2rem; }
  .thanks-card h1 { font-size: 2.5rem; }
  .thanks-card .btn { width: 100%; }
}
@media (max-width: 22.5rem) {
  html { scroll-padding-top: 8.5rem; }
  .site-nav { grid-template-columns: auto minmax(0,1fr); }
  .site-nav > .brand { justify-self: end; }
  .mobile-reserve { grid-column: 1 / -1; width: 100%; min-height: 2.75rem; }
  .mobile-links { max-height: calc(100svh - 9rem); }
  .hero-actions { grid-template-columns: minmax(0,1fr); }
  .hours-row { display: block; }
  .hours-row strong { margin-top: .6rem; white-space: normal; }
  .footer-links { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 800px) and (max-height: 500px) {
  .site-header { position: relative; }
}
@media (min-width: 801px) and (prefers-reduced-motion: no-preference) {
  .hero-photo { transform: rotateY(-5deg) rotateX(2deg); }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .btn:not(:disabled):not([aria-disabled="true"]):hover { transform: translateY(-2px); }
  .btn:not(:disabled):not([aria-disabled="true"]):active { transform: translateY(1px); }
  .aqua-photo:hover { transform: translateY(-4px); box-shadow: 0 10px 18px #02130d25, 0 30px 55px #02130d50; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-photo, .aqua-photo:hover, .aqua-photo:hover img { transform: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .hero, .real-gallery, .booking-section, .site-footer, .menu-tabs, .menu-picker, .skip-link { display: none !important; }
  .wrap { width: 100%; }
  .section-space { padding-block: 1.5rem; }
  .menu-category[hidden] { display: block !important; }
  .menu-category { margin-top: 2rem !important; }
  .menu-layout { display: block; }
  #menuCategories { padding: 0; border: 0; box-shadow: none; }
  .about-photo, .about-photo::before, .about-photo img, .review, .hours-group, .contact-card { box-shadow: none; background: white; }
  .menu-item { break-inside: avoid; }
  body, .menu-section, .hours { color: #111; background: #fff; }
}
