:root {
  --paper: #f6f1ea;
  --paper-soft: #ede6dd;
  --ink: #211a19;
  --muted: #6b5f5b;
  --line: #d8cdc2;
  --accent: #661720;
  --accent-dark: #4e0f16;
  --white: #fffaf3;
  --header-h: 72px;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(61, 21, 25, .16);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-200%);
  opacity: 0;
  clip-path: inset(100%);
  pointer-events: none;
  padding: 10px 14px;
  color: var(--white);
  background: var(--accent);
  transition: transform 160ms ease, opacity 160ms ease;
}
.skip-link:focus { transform: translateY(0); opacity: 1; clip-path: none; pointer-events: auto; }

.shell { width: min(100% - 40px, 1220px); margin-inline: auto; }
.section { padding-block: clamp(76px, 10vw, 144px); }

.story,
.menu-section,
.gallery-section,
.reviews-section,
.visit-section {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-inline: max(20px, calc((100vw - 1220px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}
.site-header.is-solid {
  color: var(--white);
  background: rgba(78, 15, 22, .96);
  border-color: rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px);
}
.brand-link { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: inherit; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-link img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: inherit; text-decoration: none; font-size: .89rem; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; opacity: .8; transform: scaleX(0); transform-origin: right; transition: transform 220ms var(--ease-out); }
.desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.social-link { display: grid; place-items: center; width: 42px; height: 42px; color: inherit; border-radius: 50%; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }
.social-link:hover, .social-link:focus-visible { background: rgba(255, 255, 255, .14); }
.site-header.is-solid .social-link:hover, .site-header.is-solid .social-link:focus-visible { background: rgba(255, 255, 255, .12); }
.header-book { border: 1px solid currentColor; border-radius: 999px; padding: 10px 17px; color: inherit; background: transparent; font-weight: 700; cursor: pointer; }
.header-book:hover, .header-book:focus-visible { color: var(--accent); background: var(--white); border-color: var(--white); }
.site-header.is-solid .header-book:hover, .site-header.is-solid .header-book:focus-visible { color: var(--accent-dark); background: var(--white); border-color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #171313; }
.hero-image { position: absolute; inset: -2%; width: 104%; height: 104%; display: block; object-fit: cover; object-position: 50% 48%; animation: hero-drift 18s var(--ease-in-out) infinite alternate; will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(12, 8, 8, .58) 0%, rgba(12, 8, 8, .34) 38%, rgba(12, 8, 8, .12) 72%, rgba(12, 8, 8, .08) 100%); }
.hero-atmosphere { position: absolute; z-index: 1; inset: var(--header-h) 0 0; overflow: hidden; pointer-events: none; }
.aster-orbit { position: absolute; top: 15%; right: clamp(24px, 7vw, 110px); width: clamp(120px, 16vw, 220px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 250, 243, .34); border-radius: 50%; animation: orbit-float 8s var(--ease-in-out) infinite alternate; }
.aster-orbit::before { position: absolute; inset: 12%; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(255, 250, 243, .46) 0 2deg, transparent 2deg 30deg); content: ""; -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 44% 48%, transparent 49%); mask: radial-gradient(circle, transparent 0 43%, #000 44% 48%, transparent 49%); animation: orbit-spin 22s linear infinite; }
.aster-orbit span { font-size: .68rem; font-weight: 800; letter-spacing: .2em; }
.hero-content { position: relative; z-index: 1; display: grid; justify-items: end; padding-bottom: clamp(48px, 9svh, 96px); text-align: right; }
.hero h1, h2, h3 { font-family: "Arial Narrow", "Franklin Gothic Medium", "Helvetica Neue", Arial, sans-serif; }
.hero h1 { margin: 0; max-width: 9ch; font-size: clamp(4.25rem, 8.6vw, 6.4rem); line-height: .9; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; }
.hero p { max-width: 31rem; margin: 22px 0 0; font-size: clamp(1.18rem, 2.25vw, 1.5rem); line-height: 1.45; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; margin-top: 20px; color: rgba(255, 250, 243, .88); font-size: .94rem; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof span + span::before { width: 4px; height: 4px; margin-right: 12px; border-radius: 50%; background: currentColor; content: ""; opacity: .65; }
.hero-proof strong { color: var(--white); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.hero-actions .button { min-height: 52px; padding-inline: 24px; }
.hero-content > * { animation: hero-content-in 800ms var(--ease-out) both; }
.hero-content > :nth-child(2) { animation-delay: 80ms; }
.hero-content > :nth-child(3) { animation-delay: 140ms; }
.hero-content > :nth-child(4) { animation-delay: 200ms; }

.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 200ms ease, color 200ms ease, border-color 200ms ease; }
.button::after { position: absolute; z-index: -1; inset: -70% -35%; background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .28) 49%, transparent 61%); content: ""; transform: translateX(-85%) rotate(4deg); transition: transform 480ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button-primary { color: var(--white); background: var(--accent); border-color: var(--accent); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { color: var(--accent); background: transparent; border-color: var(--accent); }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); background: var(--accent); }
.button-light { color: var(--accent-dark); background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--accent); border-color: var(--accent); }
.button-ghost-light { color: var(--white); background: rgba(0, 0, 0, .1); border-color: rgba(255, 255, 255, .74); }
.button-ghost-light:hover, .button-ghost-light:focus-visible { color: var(--accent-dark); background: var(--white); border-color: var(--white); }

.story { display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, .84fr); gap: clamp(52px, 8vw, 118px); align-items: center; }
.section-kicker { margin: 0 0 20px; color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.story h2, .section-heading h2, .reviews-heading h2, .visit-copy h2 { margin: 0; font-size: clamp(2.5rem, 5.5vw, 5.25rem); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.story-copy > p:not(.section-kicker) { max-width: 65ch; margin: 28px 0 0; color: var(--muted); font-size: 1.03rem; }
.ratio-image { aspect-ratio: 3 / 4; overflow: hidden; margin: 0; background: var(--paper-soft); }
.ratio-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-image img { object-position: 50% 50%; }
.story-visual { position: relative; min-height: 720px; padding: 0 76px 74px 0; }
.story-visual .about-image { height: 100%; }
.story-table-image { position: absolute; right: 0; bottom: 0; width: min(46%, 235px); border: 10px solid var(--paper); box-shadow: 0 8px 0 rgba(102, 23, 32, .12); }
.service-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.service-notes div { display: grid; gap: 4px; }
.service-notes dt { color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.service-notes dd { margin: 0; font-weight: 700; }

.brand-flow { position: relative; z-index: 2; min-height: 98px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--accent); border-block: 1px solid rgba(255, 255, 255, .18); }
.brand-flow-pattern { position: absolute; inset: -35% -10%; opacity: .16; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .7) 18px 20px, transparent 20px 38px); transform: translate3d(-3%, 0, 0); animation: pattern-weave 14s var(--ease-in-out) infinite alternate; }
.brand-flow-track { position: relative; display: flex; width: max-content; align-items: center; animation: brand-flow 24s linear infinite; will-change: transform; }
.brand-flow-group { display: flex; flex-shrink: 0; align-items: center; gap: clamp(20px, 3vw, 42px); padding-right: clamp(20px, 3vw, 42px); }
.brand-flow-group span { font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif; font-size: clamp(1.45rem, 3.2vw, 2.65rem); font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.brand-flow-group i { width: 13px; aspect-ratio: 1; display: block; border: 2px solid currentColor; transform: rotate(45deg); }

.shared-table { position: relative; min-height: min(82svh, 820px); display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--accent-dark); }
.shared-table-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.shared-table-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32, 5, 9, .72) 0%, rgba(32, 5, 9, .34) 54%, rgba(32, 5, 9, .14) 100%); }
.shared-atmosphere { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.shared-light { position: absolute; width: min(56vw, 760px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 214, 148, .25) 0, rgba(255, 214, 148, .08) 36%, transparent 70%); mix-blend-mode: screen; will-change: transform, opacity; }
.shared-light-one { top: -36%; right: -12%; animation: shared-light-one 12s var(--ease-in-out) infinite alternate; }
.shared-light-two { right: 22%; bottom: -62%; opacity: .7; animation: shared-light-two 16s var(--ease-in-out) infinite alternate; }
.platter-seal { position: absolute; top: clamp(92px, 12vw, 150px); right: clamp(24px, 7vw, 108px); width: clamp(150px, 19vw, 260px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 250, 243, .4); border-radius: 50%; text-align: center; animation: seal-float 9s var(--ease-in-out) infinite alternate; }
.platter-seal::before { position: absolute; inset: 7%; border: 1px solid rgba(255, 250, 243, .28); border-radius: inherit; background: repeating-conic-gradient(from 8deg, rgba(255, 250, 243, .38) 0 2deg, transparent 2deg 18deg); content: ""; -webkit-mask: radial-gradient(circle, transparent 0 39%, #000 40% 43%, transparent 44%); mask: radial-gradient(circle, transparent 0 39%, #000 40% 43%, transparent 44%); animation: orbit-spin 28s linear infinite reverse; }
.platter-seal-word { font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif; font-size: clamp(1.7rem, 3.3vw, 3rem); font-weight: 800; letter-spacing: -.04em; }
.platter-seal-note { position: absolute; right: 0; bottom: 16%; left: 0; font-size: clamp(.48rem, .8vw, .68rem); font-weight: 800; letter-spacing: .13em; }
.shared-table-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(44px, 8vw, 118px); align-items: end; padding-block: clamp(80px, 10vw, 128px); }
.shared-table-copy > p { margin: 0 0 22px; font-weight: 750; }
.shared-table h2 { margin: 0; max-width: 10ch; font-size: clamp(3.2rem, 7vw, 6rem); line-height: .9; letter-spacing: -.04em; text-wrap: balance; }
.shared-table-detail > p { max-width: 36ch; margin: 0; color: rgba(255, 250, 243, .9); font-size: 1.05rem; text-wrap: pretty; }
.shared-table-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.menu-section { overflow: hidden; background: var(--paper-soft); }
.section-heading { display: grid; gap: 20px; justify-items: start; margin-bottom: clamp(42px, 6vw, 72px); }
.section-heading p { max-width: 48ch; margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-heading.compact { margin-bottom: 44px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 28px); }
.menu-card { min-width: 0; transition: transform 420ms var(--ease-out); }
.menu-card-featured { transform: translateY(38px); }
.menu-image-mains img { object-position: 50% 48%; }
.menu-image-specials img { object-position: 50% 48%; }
.menu-image-drinks img { object-position: 50% 54%; }
.menu-card-copy { padding: 24px 2px 0; }
.menu-card h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.035em; }
.menu-card-copy > p { min-height: 3.2em; margin: 14px 0 22px; color: var(--muted); }
.menu-items { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.menu-items li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.menu-items strong { color: var(--accent); }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 84px; padding-top: 20px; border-top: 1px solid var(--line); }
.menu-footer p { margin: 0; color: var(--muted); font-size: .9rem; }
.text-link { color: var(--accent); font-weight: 800; text-underline-offset: 5px; }
.menu-preview-button { padding: 0; border: 0; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-item { aspect-ratio: 3 / 4; overflow: hidden; padding: 0; border: 0; background: var(--paper-soft); cursor: zoom-in; transition: transform 360ms var(--ease-out), box-shadow 360ms var(--ease-out); }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 600ms var(--ease-out); }
.gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item:nth-child(1) img { object-position: 50% 45%; }
.gallery-item:nth-child(2) img { object-position: 50% 50%; }
.gallery-item:nth-child(3) img { object-position: 50% 58%; }
.gallery-item:nth-child(4) img { object-position: 50% 54%; }
.gallery-item:nth-child(5) img { object-position: 50% 54%; }
.gallery-item:nth-child(6) img { object-position: 50% 50%; }

.reviews-section { background: #eee6dd; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.reviews-heading p { margin: 15px 0 0; color: var(--muted); }
.reviews-heading p strong { color: var(--accent); font-size: 1.8rem; }
.review-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); border-top: 1px solid var(--line); }
.review { display: flex; min-width: 0; flex-direction: column; padding: 28px 0 28px clamp(24px, 3vw, 44px); border-bottom: 1px solid var(--line); transition: transform 360ms var(--ease-out), background-color 260ms ease; }
.review:last-child { border-bottom: 0; }
.review-featured { grid-row: span 2; justify-content: center; padding: clamp(42px, 5vw, 70px) clamp(38px, 6vw, 86px); color: var(--white); background: var(--accent); border-right: 1px solid var(--line); border-bottom: 0; }
.review-featured blockquote { max-width: 20ch; font-size: clamp(1.9rem, 3.6vw, 3.35rem); line-height: 1.08; letter-spacing: -.035em; }
.review-featured .review-author p, .review-featured > a { color: var(--white); }
.review-featured > a { margin-top: 18px; }
.review-author { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; }
.review-author img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.review-author h3 { margin: 0; font-size: 1rem; }
.review-author p { margin: 2px 0 0; color: var(--accent); font-size: .86rem; letter-spacing: .08em; }
.review blockquote { margin: 28px 0 24px; font-size: clamp(1.13rem, 1.7vw, 1.4rem); line-height: 1.45; letter-spacing: -.015em; }
.review > a { margin-top: auto; color: var(--accent); font-weight: 750; text-underline-offset: 5px; }

.visit-section { position: relative; overflow: hidden; color: var(--white); background: var(--accent-dark); }
.visit-backdrop { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.visit-backdrop-line { position: absolute; left: 0; display: flex; width: max-content; color: rgba(255, 250, 243, .055); font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif; font-size: clamp(6rem, 12vw, 11rem); font-weight: 800; line-height: .82; letter-spacing: -.04em; white-space: nowrap; text-transform: uppercase; will-change: transform; }
.visit-backdrop-line span { display: block; padding-right: .22em; }
.visit-backdrop-line-one { top: 4%; animation: ghost-drift-left 26s linear infinite; }
.visit-backdrop-line-two { bottom: 3%; color: rgba(255, 250, 243, .04); animation: ghost-drift-right 34s linear infinite; }
.visit-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 8vw, 110px); align-items: stretch; }
.visit-copy address { margin-top: 34px; font-style: normal; font-size: 1.05rem; }
.phone-link { display: inline-block; margin-top: 18px; color: var(--white); font-size: 1.3rem; font-weight: 800; }
.hours { display: grid; gap: 10px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .2); }
.hours div { display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.hours strong { text-align: right; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.visit-section .button-primary { color: var(--accent-dark); background: var(--white); border-color: var(--white); }
.visit-section .button-primary:hover, .visit-section .button-primary:focus-visible { color: var(--white); background: transparent; }
.visit-section .button-secondary { color: var(--white); border-color: rgba(255, 255, 255, .72); }
.visit-section .button-secondary:hover, .visit-section .button-secondary:focus-visible { color: var(--accent-dark); background: var(--white); border-color: var(--white); }
.map-wrap { min-height: 630px; overflow: hidden; background: #e3ddd7; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 630px; display: block; border: 0; }

.site-footer { padding-block: 52px 28px; color: var(--white); background: #241719; border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 38px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.2rem; }
.footer-brand span, .footer-contact { color: rgba(255, 250, 243, .68); }
.footer-contact { display: grid; gap: 6px; }
.footer-contact a { text-underline-offset: 4px; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links > a:not(.social-link) { color: var(--white); font-weight: 750; }
.footer-social { color: var(--white); }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 250, 243, .58); font-size: .86rem; }
.mobile-action-bar { display: none; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(10, 10, 10, .58); backdrop-filter: blur(5px); }
.icon-button { min-height: 42px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); cursor: pointer; font-weight: 750; }
.booking-dialog { width: min(92vw, 760px); max-height: min(92svh, 900px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }
.dialog-head { position: sticky; z-index: 1; top: 0; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 26px 28px 22px; background: rgba(246, 241, 234, .97); border-bottom: 1px solid var(--line); }
.dialog-head p { margin: 0 0 4px; color: var(--accent); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dialog-head h2 { margin: 0; font-size: 2.2rem; line-height: 1; }
.booking-dialog form { padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.booking-dialog label { display: grid; gap: 7px; margin-top: 18px; color: var(--ink); font-weight: 700; }
.form-grid label { margin-top: 0; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #8b7d76; border-radius: var(--radius); color: var(--ink); background: #fffdf9; }
.booking-dialog textarea { resize: vertical; }
.booking-dialog input:focus, .booking-dialog select:focus, .booking-dialog textarea:focus { outline: 3px solid rgba(102, 23, 32, .22); border-color: var(--accent); }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .9rem; }
.form-status { min-height: 1.6em; margin: 10px 0 0; color: var(--accent); font-weight: 750; }
.form-submit { margin-top: 16px; }

.menu-dialog { width: min(94vw, 920px); max-height: 94svh; margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 12px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.menu-dialog-head { position: sticky; z-index: 1; top: 0; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 22px 26px; background: rgba(246, 241, 234, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.menu-dialog-head p { margin: 0 0 4px; color: var(--accent); font-size: .8rem; font-weight: 800; }
.menu-dialog-head h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1; letter-spacing: -.035em; }
.menu-dialog-body { display: grid; justify-items: center; gap: 24px; padding: 28px; }
.menu-dialog-body img { width: min(100%, 720px); height: auto; display: block; }
.menu-dialog-body .button { justify-self: center; }

.nav-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 24px 20px; border: 0; background: var(--paper); }
.nav-dialog-head { display: flex; align-items: center; justify-content: space-between; font-weight: 800; }
.nav-dialog nav { display: grid; margin-top: 60px; }
.nav-dialog nav a { padding-block: 12px; color: var(--ink); font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif; font-size: clamp(2.4rem, 12vw, 4.8rem); line-height: 1; letter-spacing: -.04em; text-decoration: none; }
.nav-dialog-actions { display: grid; gap: 12px; margin-top: 48px; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 56px 72px 32px; border: 0; background: rgba(18, 14, 14, .97); color: var(--white); }
.lightbox figure { height: 100%; margin: 0; display: grid; place-items: center; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; }
.lightbox figure img { max-width: 100%; max-height: calc(100svh - 120px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { color: rgba(255, 250, 243, .8); font-size: .9rem; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 1; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; color: var(--white); background: rgba(0, 0, 0, .28); cursor: pointer; }
.lightbox-close { top: 18px; right: 20px; min-height: 42px; padding: 8px 14px; }
.lightbox-nav { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

.header-book,
.icon-button,
.menu-toggle,
.menu-preview-button,
.lightbox-close,
.lightbox-nav {
  transition: transform 160ms var(--ease-out), color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
.header-book:active,
.icon-button:active,
.menu-toggle:active,
.menu-preview-button:active,
.lightbox-close:active { transform: scale(.97); }
.lightbox-nav:active { transform: translateY(-50%) scale(.94); }
.gallery-item:active { transform: scale(.985); }

dialog[open] { opacity: 1; transform: scale(1); transition: opacity 260ms var(--ease-out), transform 260ms var(--ease-out), overlay 260ms allow-discrete, display 260ms allow-discrete; }
dialog[open]::backdrop { transition: background-color 260ms ease, backdrop-filter 260ms ease, overlay 260ms allow-discrete, display 260ms allow-discrete; }
@starting-style {
  dialog[open] { opacity: 0; transform: scale(.965); }
  dialog[open]::backdrop { background: rgba(10, 10, 10, 0); backdrop-filter: blur(0); }
}

.motion-ready .reveal-item { opacity: 0; transform: translateY(26px) scale(.988); transition: opacity 700ms var(--ease-out) var(--reveal-delay, 0ms), transform 700ms var(--ease-out) var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.motion-ready .menu-card-featured.reveal-item { transform: translateY(64px) scale(.988); }
.motion-ready .menu-card-featured.reveal-item.is-visible { transform: translateY(38px) scale(1); }

:focus-visible { outline: 3px solid #d89da4; outline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .button:hover { transform: translateY(-2px); }
  .button:hover::after { transform: translateX(85%) rotate(4deg); }
  .menu-card:hover { transform: translateY(-8px); }
  .menu-card-featured:hover { transform: translateY(30px); }
  .motion-ready .menu-card-featured.reveal-item.is-visible:hover { transform: translateY(30px); }
  .menu-card:hover .menu-image img { transform: scale(1.035); }
  .gallery-item:hover { transform: translateY(-6px); box-shadow: 0 22px 42px rgba(61, 21, 25, .16); }
  .gallery-item:hover img { transform: scale(1.045); }
  .review:not(.review-featured):hover { transform: translateX(7px); background: rgba(255, 250, 243, .42); }
  .review-featured:hover { transform: translateY(-5px); }
}

@keyframes hero-drift {
  0% { transform: scale(1.02) translate3d(-.7%, -.4%, 0); }
  100% { transform: scale(1.085) translate3d(1.1%, .8%, 0); }
}
@keyframes hero-content-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ghost-drift-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes ghost-drift-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
@keyframes orbit-spin {
  to { transform: rotate(1turn); }
}
@keyframes orbit-float {
  0% { transform: translate3d(0, -7px, 0) rotate(-3deg); opacity: .76; }
  100% { transform: translate3d(-12px, 11px, 0) rotate(5deg); opacity: 1; }
}
@keyframes pattern-weave {
  from { transform: translate3d(-3%, -2%, 0); }
  to { transform: translate3d(3%, 2%, 0); }
}
@keyframes brand-flow {
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes shared-light-one {
  0% { transform: translate3d(8%, -3%, 0) scale(.92); opacity: .58; }
  100% { transform: translate3d(-18%, 16%, 0) scale(1.08); opacity: 1; }
}
@keyframes shared-light-two {
  0% { transform: translate3d(-14%, 5%, 0) scale(1.05); opacity: .35; }
  100% { transform: translate3d(20%, -16%, 0) scale(.9); opacity: .76; }
}
@keyframes seal-float {
  from { transform: translate3d(0, -8px, 0) rotate(-2deg); }
  to { transform: translate3d(-14px, 12px, 0) rotate(3deg); }
}

@media (max-width: 980px) {
  .desktop-nav, .header-book { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .story { grid-template-columns: 1fr 1fr; gap: 46px; }
  .story-visual { min-height: 600px; padding: 0 52px 56px 0; }
  .shared-table-content { grid-template-columns: 1fr; }
  .shared-table-detail > p { max-width: 46ch; }
  .platter-seal { top: 12%; right: 5%; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: 1fr; }
  .review { grid-row: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-featured { grid-row: auto; padding: 38px 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .review:last-child { border-bottom: 0; }
  .review-featured blockquote { max-width: 26ch; }
  .visit-layout { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
}

@media (max-width: 767px) {
  :root { --header-h: 64px; }
  .shell { width: min(100% - 32px, 1220px); }
  .section { padding-block: 80px; }
  .site-header { padding-inline: 16px; }
  .brand-link span { font-size: .92rem; }
  .header-actions { gap: 2px; }
  .social-link { width: 40px; height: 40px; }
  .hero-content { padding-bottom: 112px; }
  .hero h1 { font-size: clamp(4.25rem, 22vw, 6.4rem); }
  .hero p { max-width: 22rem; margin-top: 18px; font-size: 1.16rem; }
  .hero-proof { max-width: 23rem; gap: 7px 14px; font-size: .92rem; }
  .hero-proof span + span::before { margin-right: 6px; }
  .hero-actions { margin-top: 22px; }
  .aster-orbit { top: 11%; right: 20px; width: 118px; }
  .story { grid-template-columns: 1fr; gap: 42px; }
  .story h2, .section-heading h2, .reviews-heading h2, .visit-copy h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .story-copy > p:not(.section-kicker) { margin-top: 22px; }
  .story-copy { display: contents; }
  .story-copy .section-kicker, .story-copy h2, .story-copy > p, .story-copy .service-notes { grid-column: 1; }
  .story-visual { min-height: 560px; padding: 0 44px 50px 0; }
  .story-table-image { width: 43%; border-width: 7px; }
  .about-image { grid-row: 4; }
  .service-notes { grid-template-columns: 1fr; }
  .shared-table { min-height: 760px; }
  .shared-table-image { object-position: 56% 50%; }
  .shared-table-shade { background: linear-gradient(0deg, rgba(32, 5, 9, .78) 0%, rgba(32, 5, 9, .22) 72%, rgba(32, 5, 9, .12) 100%); }
  .shared-table-content { align-self: end; padding-block: 72px; }
  .shared-table h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .platter-seal { top: 10%; right: -20px; width: 142px; opacity: .76; }
  .brand-flow { min-height: 78px; }
  .brand-flow-group { gap: 18px; padding-right: 18px; }
  .brand-flow-group i { width: 10px; }
  .menu-grid { grid-template-columns: 1fr; gap: 52px; }
  .menu-card-featured { transform: none; }
  .motion-ready .menu-card-featured.reveal-item { transform: translateY(26px) scale(.988); }
  .motion-ready .menu-card-featured.reveal-item.is-visible { transform: translateY(0) scale(1); }
  .menu-card-copy > p { min-height: 0; }
  .menu-footer { align-items: start; flex-direction: column; margin-top: 50px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .reviews-heading { align-items: start; flex-direction: column; }
  .hours div { grid-template-columns: 1fr; gap: 2px; }
  .hours strong { text-align: left; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .visit-backdrop-line { font-size: clamp(5rem, 24vw, 7rem); }
  .visit-backdrop-line-one { top: 2%; }
  .visit-backdrop-line-two { bottom: 2%; }
  .visit-section { padding-bottom: 94px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding-bottom: 104px; }
  .footer-links { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-dialog form, .dialog-head { padding-inline: 20px; }
  .menu-dialog-head, .menu-dialog-body { padding-inline: 18px; }
  .mobile-action-bar { position: fixed; z-index: 35; inset: auto 10px 10px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 6px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: var(--white); background: rgba(36, 23, 25, .96); box-shadow: 0 6px 14px rgba(24, 10, 12, .28); backdrop-filter: blur(16px); }
  .mobile-action-bar a { min-height: 46px; display: grid; place-items: center; border-radius: 8px; text-decoration: none; font-size: .84rem; font-weight: 800; }
  .mobile-action-bar a + a { border-left: 1px solid rgba(255, 255, 255, .14); }
  .mobile-action-bar a:focus-visible, .mobile-action-bar a:hover { background: rgba(255, 255, 255, .1); }
  .lightbox { padding: 64px 14px 20px; }
  .lightbox-nav { top: auto; bottom: 20px; width: auto; min-width: 100px; height: 44px; transform: none; }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox figcaption { padding-bottom: 58px; text-align: center; }
}

@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-image,
  .aster-orbit,
  .aster-orbit::before,
  .brand-flow-pattern,
  .brand-flow-track,
  .shared-light,
  .platter-seal,
  .platter-seal::before,
  .visit-backdrop-line { animation: none !important; transform: none !important; }
  .motion-ready .reveal-item,
  .motion-ready .menu-card-featured.reveal-item { opacity: 1 !important; transform: none !important; }
}
