@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --midnight: #071e2b;
  --navy: #0d3040;
  --navy-soft: #173e4d;
  --sea-glass: #dce9e5;
  --sea-glass-deep: #bdd8d2;
  --sand: #f4efe5;
  --mist: #f7f0e3;
  --coral: #ef9b82;
  --coral-deep: #d97b65;
  --teal: #28756f;
  --ink-soft: #385967;
  --line-dark: rgb(7 30 43 / .18);
  --line-light: rgb(255 255 255 / .25);
  --shadow: 0 1.5rem 4rem rgb(7 30 43 / .16);
  --max: 80rem;
  --gutter: clamp(1rem, 4vw, 3rem);
  font-family: "Manrope", "Avenir Next", Avenir, system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--midnight); background: var(--sand); font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
::selection { color: var(--midnight); background: var(--coral); }

.skip-link { position: fixed; z-index: 200; top: -6rem; left: 1rem; padding: .75rem 1rem; color: var(--midnight); background: var(--mist); box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - (2 * var(--gutter))), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - (2 * var(--gutter))), 54rem); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: var(--coral); }
.display { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3.25rem, 7vw, 6.7rem); font-weight: 500; letter-spacing: -.04em; line-height: .88; }
.section-title { max-width: 15ch; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.section-lede { max-width: 42rem; margin: 1.25rem 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; margin-top: 1.25rem; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-decoration-thickness: 1px; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(.25rem); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--mist); border-bottom: 1px solid var(--line-light); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; color: var(--mist); background: rgb(7 30 43 / .95); box-shadow: 0 .5rem 2rem rgb(0 0 0 / .16); backdrop-filter: blur(.8rem); }
.page-inner .site-header { position: sticky; color: var(--mist); background: var(--midnight); }
.site-nav { width: min(calc(100% - (2 * var(--gutter))), var(--max)); min-height: 5.25rem; margin-inline: auto; display: grid; grid-template-columns: 11rem 1fr auto; gap: 1.2rem; align-items: center; }
.brand { display: inline-flex; width: 10.5rem; text-decoration: none; }
.brand img { width: 100%; }
.nav-panel { display: contents; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(.9rem, 2.2vw, 2rem); }
.nav-links a, .nav-utility a, .nav-order { color: currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .115em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.nav-links a { padding-block: 1.75rem; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-bottom-color: var(--coral); }
.nav-utility { display: flex; align-items: center; gap: .9rem; }
.nav-utility > a:first-child { display: none; }
.nav-order { min-height: 2.8rem; padding: .7rem .95rem; display: inline-flex; align-items: center; justify-content: center; color: var(--midnight); background: var(--coral); }
.nav-order-mobile { display: none; }
.menu-toggle { display: none; min-width: 2.9rem; min-height: 2.9rem; padding: .65rem; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 1.35rem; height: 1px; margin: .28rem auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(.3rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.3rem) rotate(-45deg); }

.hero { position: relative; min-height: min(54rem, 100svh); overflow: hidden; display: grid; align-items: center; color: var(--mist); background: var(--midnight); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; transform: scale(1.03) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); transition: transform .6s ease-out; }
.hero-shade { background: linear-gradient(90deg, rgb(5 24 35 / .92), rgb(5 24 35 / .52) 50%, rgb(5 24 35 / .1)), linear-gradient(0deg, rgb(5 24 35 / .7), transparent 58%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - (2 * var(--gutter))), var(--max)); margin-inline: auto; padding: 10rem 0 12rem; }
.hero h1 { max-width: 9ch; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(4.5rem, 10vw, 8.8rem); font-weight: 500; letter-spacing: -.05em; line-height: .81; text-wrap: balance; }
.hero-lede { max-width: 34rem; margin: 1.6rem 0 0; color: rgb(247 240 227 / .9); font-size: clamp(1rem, 1.8vw, 1.2rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 3.35rem; padding: .85rem 1.3rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid; font-size: .75rem; font-weight: 800; letter-spacing: .105em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--midnight); border-color: var(--coral); background: var(--coral); }
.button-primary:hover { border-color: var(--mist); background: var(--mist); }
.button-secondary { color: var(--mist); border-color: rgb(255 255 255 / .7); background: rgb(7 30 43 / .28); }
.button-secondary:hover { color: var(--midnight); background: var(--mist); }
.button-dark { color: var(--mist); border-color: var(--midnight); background: var(--midnight); }
.button-outline { color: var(--midnight); border-color: var(--midnight); background: transparent; }
.hero-event { position: absolute; z-index: 3; right: max(var(--gutter), calc((100% - var(--max)) / 2)); bottom: 7.5rem; width: min(18rem, 28vw); padding: 1.2rem; border: 1px solid rgb(255 255 255 / .3); background: rgb(7 30 43 / .78); backdrop-filter: blur(.7rem); }
.hero-event small, .hero-event span { display: block; color: rgb(247 240 227 / .72); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-event strong { display: block; margin: .35rem 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 500; line-height: 1; }
.reflection { position: absolute; z-index: 2; right: 9%; bottom: 5.3rem; width: 17rem; height: 5.5rem; opacity: .55; background: repeating-linear-gradient(0deg, transparent 0 .55rem, rgb(239 155 130 / .55) .6rem .68rem); filter: blur(1px); transform: skewX(-18deg); }
.wave-edge { position: absolute; z-index: 4; inset: auto 0 -1px; height: 6rem; color: var(--sea-glass); }
.wave-edge::before { content: ""; position: absolute; inset: 0; background: currentColor; clip-path: polygon(0 64%, 8% 49%, 17% 55%, 27% 72%, 38% 73%, 48% 54%, 58% 38%, 69% 38%, 80% 48%, 90% 52%, 100% 34%, 100% 100%, 0 100%); }

.proof-strip { min-height: 7.5rem; background: var(--sea-glass); }
.proof-grid { min-height: 7.5rem; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid span { padding: 1rem; color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.proof-grid span + span { border-left: 1px solid var(--line-dark); }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-sand { background: var(--sand); }
.section-glass { background: var(--sea-glass); }
.section-dark { color: var(--mist); background: var(--midnight); }
.section-dark .eyebrow { color: var(--coral); }
.section-dark .section-lede { color: rgb(247 240 227 / .74); }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-reverse > :first-child { order: 2; }
.split-reverse > :last-child { order: 1; }
.photo-arch { position: relative; overflow: hidden; border-radius: 48% 48% 0 0; box-shadow: var(--shadow); }
.photo-arch img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.photo-frame { position: relative; }
.photo-frame::before { content: ""; position: absolute; z-index: 2; inset: -1.5rem auto auto -1.5rem; width: 7rem; aspect-ratio: 1; border: 1px solid var(--coral); border-radius: 50%; }
.photo-frame img { width: 100%; min-height: 26rem; object-fit: cover; box-shadow: var(--shadow); }
.feature-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.feature-list li { padding: .9rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line-dark); font-size: .86rem; font-weight: 700; letter-spacing: .05em; }
.feature-list li::after { content: "•"; color: var(--coral-deep); }

.menu-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.dish-pair { position: relative; min-height: 36rem; }
.dish-pair figure { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.dish-pair figure:first-child { inset: 0 28% 18% 0; border-radius: 9rem 9rem 0 0; }
.dish-pair figure:last-child { inset: 40% 0 0 52%; border: .65rem solid var(--sea-glass); border-radius: 50%; }
.dish-pair img { width: 100%; height: 100%; object-fit: cover; }

.event-band { position: relative; overflow: hidden; }
.event-band::before { content: ""; position: absolute; inset: 1.5rem -5rem auto auto; width: 20rem; aspect-ratio: 1; border: 1px solid rgb(220 233 229 / .18); border-radius: 50%; box-shadow: 0 0 0 3rem rgb(220 233 229 / .035), 0 0 0 6rem rgb(220 233 229 / .025); }
.event-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.event-empty { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgb(255 255 255 / .22); background: rgb(255 255 255 / .045); }
.event-empty p { margin: .5rem 0 0; color: rgb(247 240 227 / .72); }
.event-empty strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1; }

.gallery-preview { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 15rem 15rem; gap: .75rem; margin-top: 3rem; }
.gallery-preview figure { overflow: hidden; }
.gallery-preview figure:first-child { grid-row: 1 / 3; }
.gallery-preview figure:nth-child(2) { grid-column: 2 / 4; }
.gallery-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-preview figure:hover img { transform: scale(1.025); }

.visit-panel { display: grid; grid-template-columns: 1fr 1fr; background: var(--mist); box-shadow: var(--shadow); }
.visit-copy { padding: clamp(2rem, 5vw, 4rem); }
.visit-copy address { margin: 1.5rem 0; color: var(--ink-soft); font-style: normal; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; }
.visit-details h3 { margin: 0 0 .4rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.visit-details p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.visit-image { min-height: 34rem; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; }

.interior-hero { position: relative; min-height: 28rem; overflow: hidden; display: grid; align-items: end; color: var(--mist); background: var(--midnight); }
.interior-hero-media, .interior-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.interior-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.interior-hero-shade { background: linear-gradient(90deg, rgb(7 30 43 / .92), rgb(7 30 43 / .44)), linear-gradient(0deg, rgb(7 30 43 / .76), transparent 68%); }
.interior-hero-content { position: relative; z-index: 2; padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem); }
.interior-hero h1 { max-width: 13ch; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(4rem, 9vw, 7rem); font-weight: 500; letter-spacing: -.045em; line-height: .86; }
.interior-hero p:not(.eyebrow) { max-width: 40rem; color: rgb(247 240 227 / .82); }

.menu-intro { padding: 3rem 0; background: var(--sea-glass); }
.menu-intro-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.menu-intro p { max-width: 46rem; margin: 0; color: var(--ink-soft); }
.dietary-key { margin-top: 1rem; font-size: .83rem; }
.menu-jump { position: sticky; z-index: 10; top: 5.25rem; overflow-x: auto; border-block: 1px solid var(--line-dark); background: rgb(244 239 229 / .96); backdrop-filter: blur(.7rem); }
.menu-jump .shell { display: flex; gap: 1.4rem; }
.menu-jump a { flex: 0 0 auto; padding: .9rem 0; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.menu-section { padding: clamp(3.5rem, 7vw, 6rem) 0; scroll-margin-top: 9rem; }
.menu-section:nth-of-type(even) { background: var(--sea-glass); }
.menu-section-head { margin-bottom: 2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.menu-section h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.035em; line-height: .9; }
.menu-section-head span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.menu-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2rem, 6vw, 5rem); list-style: none; }
.menu-item { padding: 1.35rem 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .35rem 1rem; border-top: 1px solid var(--line-dark); }
.menu-item h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.6rem; font-weight: 600; line-height: 1.05; }
.menu-item .price { font-weight: 800; font-variant-numeric: tabular-nums; }
.menu-item p { grid-column: 1 / -1; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.menu-item .option { color: var(--teal); font-size: .8rem; font-weight: 700; }
.labels { display: inline-flex; gap: .25rem; margin-left: .35rem; vertical-align: middle; }
.label { min-width: 1.7rem; padding: .1rem .35rem; display: inline-flex; justify-content: center; color: var(--mist); background: var(--teal); font-family: "Manrope", sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .06em; }
.menu-note { padding: 2rem 0; color: var(--mist); background: var(--navy); }
.menu-note p { margin: 0; font-size: .88rem; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.story-sticky { position: sticky; top: 8rem; }
.story-copy { display: grid; gap: 4rem; }
.story-copy article { padding-top: 1.5rem; border-top: 1px solid var(--line-dark); }
.story-copy h2 { margin: 0 0 .8rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.6rem; font-weight: 500; line-height: 1; }
.story-copy p { color: var(--ink-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 7rem; gap: .75rem; }
.gallery-grid figure { overflow: hidden; }
.gallery-grid figure:nth-child(1) { grid-column: 1 / 8; grid-row: span 4; }
.gallery-grid figure:nth-child(2) { grid-column: 8 / 13; grid-row: span 3; }
.gallery-grid figure:nth-child(3) { grid-column: 8 / 13; grid-row: span 4; }
.gallery-grid figure:nth-child(4) { grid-column: 1 / 5; grid-row: span 3; }
.gallery-grid figure:nth-child(5) { grid-column: 5 / 9; grid-row: span 3; }
.gallery-grid figure:nth-child(6) { grid-column: 9 / 13; grid-row: span 3; }
.gallery-grid figure:nth-child(7) { grid-column: 1 / 7; grid-row: span 4; }
.gallery-grid figure:nth-child(8) { grid-column: 7 / 13; grid-row: span 4; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.events-placeholder { position: relative; min-height: 24rem; padding: clamp(2rem, 5vw, 4rem); overflow: hidden; display: flex; flex-direction: column; justify-content: end; color: var(--mist); background: var(--navy); }
.events-placeholder::before, .events-placeholder::after { content: ""; position: absolute; border: 1px solid rgb(220 233 229 / .22); border-radius: 50%; }
.events-placeholder::before { width: 22rem; height: 22rem; right: -5rem; top: -4rem; }
.events-placeholder::after { width: 15rem; height: 15rem; right: -1.5rem; top: -.5rem; }
.events-placeholder strong, .events-placeholder p { position: relative; z-index: 2; }
.events-placeholder strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; line-height: .9; }
.events-placeholder p { max-width: 28rem; color: rgb(247 240 227 / .72); }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.visit-block { padding: 2rem 0; border-top: 1px solid var(--line-dark); }
.visit-block h2 { margin: 0 0 1rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.5rem; font-weight: 500; line-height: 1; }
.visit-block address { color: var(--ink-soft); font-style: normal; }
.hours { margin: 0; padding: 0; list-style: none; }
.hours li { padding: .55rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid var(--line-dark); }
.hours time { font-variant-numeric: tabular-nums; font-weight: 700; }
.amenity-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; list-style: none; }
.amenity-list li { min-height: 7rem; padding: 1.25rem; border: 1px solid var(--line-dark); display: flex; align-items: end; font-weight: 700; }
.faq { border-top: 1px solid var(--line-dark); }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq summary { padding: 1.25rem 2.5rem 1.25rem 0; position: relative; cursor: pointer; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.65rem; font-weight: 600; line-height: 1.1; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: 1.15rem; color: var(--teal); font-family: "Manrope", sans-serif; font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 48rem; margin: -.25rem 0 1.4rem; color: var(--ink-soft); }

.not-found { min-height: 72vh; padding: 7rem var(--gutter); display: grid; place-items: center; color: var(--mist); text-align: center; background: radial-gradient(circle at 70% 30%, rgb(40 117 111 / .45), transparent 28%), var(--midnight); }
.not-found strong { display: block; color: var(--coral); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(7rem, 20vw, 14rem); font-weight: 500; line-height: .7; }
.not-found h1 { margin: 2rem 0 .75rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 500; line-height: 1; }
.not-found p { max-width: 35rem; color: rgb(247 240 227 / .72); }
.not-found .actions { justify-content: center; }

.site-footer { color: var(--mist); background: var(--midnight); }
.footer-wave { height: 4rem; color: var(--midnight); background: var(--sand); clip-path: polygon(0 55%, 10% 45%, 21% 58%, 34% 44%, 48% 60%, 62% 42%, 76% 56%, 89% 43%, 100% 54%, 100% 100%, 0 100%); }
.footer-main { padding: 4rem 0 2rem; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-brand img { width: 12rem; }
.footer-brand p { max-width: 26rem; color: rgb(247 240 227 / .68); }
.footer-heading { margin: 0 0 1rem; color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; display: grid; gap: .55rem; list-style: none; }
.footer-links a { color: rgb(247 240 227 / .84); }
.footer-bottom { padding: 1.2rem 0 2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--line-light); color: rgb(247 240 227 / .56); font-size: .78rem; }

.motion-ready .reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .7s ease, transform .7s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 68rem) {
  .nav-utility > a:first-child { display: inline; }
}

@media (max-width: 64rem) {
  .site-nav { grid-template-columns: 9rem 1fr auto; }
  .brand { width: 9rem; }
  .nav-links { gap: .8rem; }
  .nav-links a { font-size: .63rem; }
  .hero-event { display: none; }
}

@media (max-width: 52rem) {
  .site-header { color: var(--mist); background: rgb(7 30 43 / .92); }
  .site-nav { min-height: 4.6rem; grid-template-columns: 8.5rem auto 2.9rem; gap: .75rem; }
  .brand { width: 8.5rem; }
  .menu-toggle { display: block; }
  .nav-panel { position: fixed; z-index: -1; inset: 4.6rem 0 auto; max-height: calc(100svh - 4.6rem); padding: 1rem var(--gutter) 2rem; overflow-y: auto; display: none; color: var(--mist); background: var(--midnight); box-shadow: var(--shadow); }
  .nav-panel[data-open="true"] { display: block; }
  .nav-links { display: grid; justify-content: stretch; gap: 0; }
  .nav-links a { padding: 1rem 0; border-bottom: 1px solid var(--line-light); font-size: .75rem; }
  .nav-utility { padding-top: 1rem; display: grid; gap: .75rem; }
  .nav-utility > a:first-child { display: inline-flex; min-height: 2.8rem; align-items: center; }
  .nav-panel .nav-order { display: none; }
  .nav-order-mobile { justify-self: end; min-height: 2.7rem; padding-inline: .7rem; display: inline-flex; font-size: .62rem; }
  .hero { min-height: 48rem; }
  .hero-media img { object-position: 53% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(5 24 35 / .96), rgb(5 24 35 / .5) 73%, rgb(5 24 35 / .23)); }
  .hero-content { padding: 17rem 0 9rem; }
  .hero h1 { font-size: clamp(4.1rem, 19vw, 6.4rem); }
  .actions { display: grid; }
  .reflection { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 1.25rem 0 2rem; }
  .proof-grid span:nth-child(3) { border-left: 0; }
  .split, .menu-feature, .event-layout, .visit-panel, .story-grid, .events-grid, .visit-grid { grid-template-columns: 1fr; }
  .split-reverse > :first-child, .split-reverse > :last-child { order: initial; }
  .dish-pair { min-height: 31rem; }
  .story-sticky { position: static; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 17rem 11rem 11rem; }
  .gallery-preview figure:first-child { grid-column: 1 / 3; grid-row: 1; }
  .gallery-preview figure:nth-child(2) { grid-column: 1 / 3; }
  .visit-image { min-height: 23rem; }
  .menu-jump { top: 4.6rem; }
  .menu-intro-grid { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 6rem; }
  .gallery-grid figure:nth-child(n) { grid-column: span 6; grid-row: span 3; }
  .gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(8) { grid-column: 1 / 13; grid-row: span 4; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 30rem) {
  .site-nav { grid-template-columns: minmax(6.8rem, 1fr) auto 2.75rem; }
  .brand { width: min(8rem, 100%); }
  .nav-order-mobile { padding-inline: .55rem; font-size: .58rem; }
  .hero { min-height: 45rem; }
  .hero-content { padding-top: 15rem; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero-lede { font-size: .96rem; }
  .proof-grid span { padding-inline: .4rem; font-size: .62rem; }
  .section { padding-block: 4.25rem; }
  .dish-pair { min-height: 25rem; }
  .dish-pair figure:first-child { inset-right: 20%; }
  .dish-pair figure:last-child { inset: 50% 0 0 55%; }
  .visit-details, .amenity-list { grid-template-columns: 1fr; }
  .menu-section-head { align-items: start; flex-direction: column; }
  .menu-item h3 { font-size: 1.45rem; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 18rem; }
  .gallery-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .footer-main { 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; }
  .hero-media img, .gallery-preview img, .gallery-grid img { transform: none !important; }
}
