:root {
  --ink: #24150f;
  --cream: #f4ecdc;
  --paper: #fbf7ed;
  --wine: #681f24;
  --copper: #b7703e;
  --olive: #6c6b45;
  --line: rgba(36, 21, 15, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0 4vw;
  color: var(--cream);
  background: rgba(36, 21, 15, 0.96);
  border-bottom: 1px solid rgba(244, 236, 220, 0.15);
  backdrop-filter: blur(12px);
}
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; width: max-content; }
.wordmark span { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; letter-spacing: .08em; }
.wordmark small { margin-top: .35rem; font-size: .57rem; letter-spacing: .28em; color: #d5ba92; }
nav { display: flex; gap: 2.4rem; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
nav a, .header-call { transition: color .2s ease; }
nav a:hover, nav a:focus-visible, .header-call:hover, .header-call:focus-visible { color: #dfa66f; }
.header-call { justify-self: end; padding: .7rem 1.1rem; border: 1px solid rgba(244,236,220,.5); border-radius: 99px; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }

.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--cream);
  overflow: hidden;
}
.hero-copy { padding: clamp(5rem, 9vw, 9rem) 5vw 5rem; align-self: center; }
.eyebrow { margin: 0 0 1.25rem; color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: .92; }
h1 { margin: 0; max-width: 690px; font-size: clamp(4rem, 7vw, 7.8rem); font-weight: 600; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
.hero-lead { max-width: 580px; margin: 2.1rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: #59473d; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.4rem; border-radius: 99px; font-size: .79rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; }
.button-ghost { border: 1px solid var(--ink); }
.proof { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .77rem; letter-spacing: .06em; text-transform: uppercase; }
.proof strong { font-family: var(--serif); font-size: 1.8rem; }
.stars { color: var(--copper); letter-spacing: .12em; }

.hero-visual { position: relative; min-height: 760px; background: var(--ink); }
.photo { position: absolute; margin: 0; overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { inset: 5% 36% 8% 5%; }
.photo-side { inset: 18% 4% 22% 68%; }
.photo-main::after, .photo-side::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); pointer-events: none; }
.hero-logo { position: absolute; z-index: 2; width: clamp(190px, 22vw, 330px); right: 8%; bottom: 3%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.32)); }
.round-note { position: absolute; left: 7%; bottom: 3%; color: #d8b98e; font-size: .62rem; letter-spacing: .24em; writing-mode: vertical-rl; }

.marquee { overflow: hidden; padding: 1rem 0; background: var(--wine); color: var(--cream); white-space: nowrap; font-family: var(--serif); font-size: 1.4rem; letter-spacing: .08em; }
.marquee div { width: max-content; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 9vw, 9rem) 5vw; }
.story { display: grid; grid-template-columns: .18fr .9fr 1fr; gap: clamp(2rem, 6vw, 8rem); background: var(--paper); }
.section-number { color: var(--copper); font-family: var(--serif); font-size: 1.25rem; }
.story h2, .menu-heading h2, .gallery h2, .visit h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.8rem); font-weight: 600; letter-spacing: -.035em; }
.story-copy { align-self: end; max-width: 600px; font-size: 1.12rem; color: #59473d; }
.story-copy > p:first-child { font-family: var(--serif); color: var(--ink); font-size: 1.9rem; line-height: 1.25; }
.feature-line { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.feature-line { display: grid; grid-template-columns: 46px 1fr; }
.feature-line span, .feature-line strong { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.feature-line span { color: var(--copper); font-size: .75rem; }

.menu-section { background: var(--ink); color: var(--cream); }
.menu-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 3rem; }
.menu-heading .eyebrow { color: #d99b66; }
.menu-heading p:last-child { max-width: 500px; color: #cbbbad; }
.menu-tabs { display: flex; gap: .5rem; overflow-x: auto; margin: 3.5rem 0 2.5rem; padding-bottom: .4rem; scrollbar-width: thin; }
.menu-tabs button { flex: 0 0 auto; padding: .78rem 1.15rem; border: 1px solid rgba(244,236,220,.28); border-radius: 99px; background: transparent; color: var(--cream); cursor: pointer; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-tabs button[aria-selected="true"] { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.menu-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.menu-panel[hidden] { display: none; }
.menu-group { padding: clamp(1.25rem, 2.5vw, 2.25rem); border: 1px solid rgba(244,236,220,.16); background: rgba(255,255,255,.025); }
.menu-group-wide { grid-column: 1 / -1; }
.menu-group h3 { margin: 0 0 1.2rem; color: #dfa66f; font-size: 1.75rem; font-weight: 600; }
.menu-group h3 small { display: block; margin-top: .35rem; color: #a99a8e; font-family: var(--sans); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: baseline; padding: .72rem 0; border-top: 1px dotted rgba(244,236,220,.2); }
.menu-item span { min-width: 0; }
.menu-item span small { display: block; color: #a99a8e; font-size: .72rem; line-height: 1.4; }
.menu-item b { color: #f0d6b6; font-size: .83rem; white-space: nowrap; }
.menu-note { margin: 1.5rem 0 0; color: #a99a8e; font-size: .77rem; }

.gallery { display: grid; grid-template-columns: .75fr .9fr .65fr; gap: 2vw; align-items: end; background: #d9c9ab; }
.gallery-copy { align-self: center; padding-right: 2vw; }
.gallery-copy p:not(.eyebrow) { max-width: 430px; margin: 1.5rem 0; color: #57463b; }
.text-link { display: inline-block; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.gallery-image { margin: 0; overflow: hidden; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.gallery-image:hover img { transform: scale(1.025); }
.gallery-tall { height: 720px; }
.gallery-small { height: 510px; }

.visit { display: grid; grid-template-columns: 1fr .78fr; gap: 8vw; color: var(--cream); background: var(--wine); }
.visit .eyebrow { color: #e6b17c; }
.visit h2 em { color: #e8c59e; }
.visit-intro > p:not(.eyebrow) { margin-top: 2rem; color: #eadacf; font-size: 1.1rem; }
.button-light { background: var(--cream); color: var(--wine); }
.button-outline-light { border: 1px solid rgba(244,236,220,.65); }
.visit-intro small { display: block; max-width: 540px; margin-top: 1.5rem; color: #cfaeaa; font-size: .73rem; }
.hours-card { align-self: center; padding: clamp(1.8rem, 4vw, 3.5rem); border: 1px solid rgba(244,236,220,.28); }
.hours-title { margin: 0 0 1rem; color: #e6b17c; font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.hours-card > div { display: flex; justify-content: space-between; gap: 2rem; padding: .68rem 0; border-top: 1px solid rgba(244,236,220,.16); }
.hours-card b { font-size: .86rem; }
.hours-note { margin: 1rem 0 0; color: #cfaeaa; font-size: .72rem; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.2rem; padding: 2rem 5vw; color: var(--cream); background: var(--ink); }
footer img { width: 66px; height: 66px; object-fit: contain; }
footer div { display: flex; flex-direction: column; }
footer strong { font-family: var(--serif); font-size: 1.15rem; letter-spacing: .07em; }
footer span { color: #aa9b8f; font-size: .72rem; }
.footer-links { display: flex; flex-direction: row; gap: 1.5rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }

:focus-visible { outline: 2px solid #e3a56a; outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 680px; }
  .story { grid-template-columns: 44px 1fr; }
  .story-copy { grid-column: 2; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-copy { grid-column: 1 / -1; padding: 0 0 2rem; }
  .gallery-tall { height: 600px; }
  .gallery-small { height: 440px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 0 1rem; }
  .wordmark span { font-size: 1.12rem; }
  .header-call { padding: .6rem .9rem; }
  .hero-copy { padding: 4.5rem 1.25rem 3.5rem; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-visual { min-height: 570px; }
  .photo-main { inset: 4% 28% 10% 4%; }
  .photo-side { inset: 26% 3% 25% 73%; }
  .hero-logo { width: 190px; right: 2%; bottom: 1%; }
  .section { padding: 5rem 1.25rem; }
  .story { grid-template-columns: 28px 1fr; gap: 1.2rem; }
  .story h2, .menu-heading h2, .gallery h2, .visit h2 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .story-copy > p:first-child { font-size: 1.55rem; }
  .menu-heading { grid-template-columns: 1fr; gap: 1rem; }
  .menu-tabs { margin-top: 2.5rem; }
  .menu-panel { grid-template-columns: 1fr; }
  .menu-group-wide { grid-column: auto; }
  .menu-group { padding: 1.25rem; }
  .menu-item { font-size: .9rem; }
  .gallery { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-copy { grid-column: auto; }
  .gallery-tall, .gallery-small { height: 480px; }
  .visit { grid-template-columns: 1fr; gap: 3rem; }
  footer { grid-template-columns: auto 1fr; padding: 1.5rem 1.25rem; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; }
}

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