:root {
  --ink: #151814;
  --green: #12382c;
  --green-soft: #1d493b;
  --gold: #c6a45a;
  --gold-dark: #94712b;
  --ivory: #f5f1e8;
  --paper: #fbf9f4;
  --muted: #6a6b65;
  --line: rgba(21, 24, 20, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --radius: 2px;
  --page: min(100% - 32px, 1240px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: white; background: var(--green); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 72px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; background: rgba(251, 249, 244, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold-dark); border-radius: 50%; font: italic 600 24px/1 var(--serif); color: var(--green); }
.brand strong { display: block; font: 600 20px/1 var(--serif); letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.nav-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .25s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 16px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(0,0,0,.08); }
.site-nav.open { display: grid; }
.site-nav a { min-height: 48px; display: flex; align-items: center; text-decoration: none; border-bottom: 1px solid var(--line); font-weight: 500; }
.site-nav .nav-cta { margin-top: 12px; justify-content: center; color: white; background: var(--green); border: 0; }

.eyebrow { margin: 0 0 16px; color: var(--gold-dark); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3.6rem, 17vw, 7.8rem); }
h1 em { display: block; color: var(--gold); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 12vw, 5.8rem); }

.hero { min-height: calc(100dvh - 72px); display: grid; background: var(--green); color: white; }
.hero-copy { padding: 64px 20px 48px; display: flex; flex-direction: column; justify-content: center; }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.hero-actions { margin-top: 16px; display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; font-weight: 600; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #1b211a; background: var(--gold); }
.button-gold:hover { background: #d4b66d; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-weight: 600; text-underline-offset: 5px; }
.hero .text-link { color: white; align-self: flex-start; }
.text-link span { color: var(--gold); }
.hero-meta { margin-top: 42px; padding-top: 22px; display: flex; gap: 28px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.62); font-size: .75rem; letter-spacing: .04em; }
.hero-meta span { display: grid; }
.hero-meta b { color: white; font: 500 1.35rem/1.2 var(--serif); }
.hero-image { position: relative; margin: 0; background: #0d2c22; }
.hero-image img { width: 100%; }
.hero-image img + img { display: none; }
.hero-image figcaption { position: absolute; right: 12px; bottom: 10px; padding: 5px 9px; color: white; background: rgba(18,56,44,.84); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.section { width: var(--page); margin-inline: auto; padding-block: 88px; }
.section-wide { width: 100%; }
.intro { display: grid; gap: 26px; }
.intro h2 { max-width: 720px; }
.intro-copy { max-width: 600px; color: #4d504b; }
.intro-copy p + p { margin-top: 22px; }
.venue { position: relative; background: var(--green); }
.venue > img { width: 100%; }
.venue-card { padding: 42px 24px; color: white; background: var(--green); }
.venue-card blockquote { margin: 0 0 28px; font: italic 500 2rem/1.15 var(--serif); }
.venue-card p { color: rgba(255,255,255,.72); }
.text-link.light { color: white; }

.section-heading { display: grid; gap: 10px; margin-bottom: 34px; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.menu-note { margin-bottom: 20px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; background: #ece7dc; color: #55564f; font-size: .83rem; }
.menu-note svg { width: 20px; min-width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.menu-grid { display: grid; gap: 12px; }
.menu-category { border: 1px solid var(--line); background: #fff; }
.menu-category summary { min-height: 64px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; font: 500 1.35rem/1.2 var(--serif); }
.menu-category summary::-webkit-details-marker { display: none; }
.menu-category summary::after { content: "+"; color: var(--gold-dark); font: 400 1.5rem/1 var(--sans); }
.menu-category[open] summary::after { content: "−"; }
.menu-items { padding: 0 18px 12px; }
.menu-item { padding: 16px 0; display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; border-top: 1px solid var(--line); }
.menu-item h3 { margin: 0; font: 500 1rem/1.35 var(--sans); }
.menu-item p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.price { color: var(--gold-dark); font-weight: 600; font-variant-numeric: tabular-nums; }

.gallery { padding: 0 16px 88px; display: grid; gap: 16px; background: var(--paper); }
.gallery-title { padding-top: 32px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; }
.gallery figcaption { padding-top: 8px; color: var(--muted); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

.booking { padding: 80px 20px; display: grid; gap: 44px; color: white; background: var(--green); }
.booking-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.72); }
.phone-link { display: inline-block; color: white; font: 500 1.5rem/1.2 var(--serif); text-underline-offset: 7px; }
.booking-form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .82rem; font-weight: 600; }
.optional { color: rgba(255,255,255,.55); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); }
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.46); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: 2px solid transparent; box-shadow: 0 0 0 2px var(--gold); }
.field select option { color: var(--ink); }
.field-error { min-height: 0; color: #ffd0c8; font-size: .78rem; }
.field [aria-invalid="true"] { border-color: #ffb4a8; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.74); font-size: .8rem; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--gold); }
.form-status { margin: 0; color: #f0d99e; font-size: .88rem; }

.info-grid { display: grid; gap: 12px; }
.info-grid article { padding: 26px 20px; border: 1px solid var(--line); background: #fff; }
.info-grid h3 { font: 500 1.55rem/1.2 var(--serif); }
.info-grid a { min-height: 44px; display: flex; align-items: center; font-weight: 600; }
.info-grid p, .info-grid small { color: var(--muted); }
.hours { margin: 0 0 20px; }
.hours div { padding: 9px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.hours dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; }

.site-footer { padding: 56px 20px 96px; display: grid; gap: 28px; color: rgba(255,255,255,.68); background: #0b251d; font-size: .78rem; }
.footer-brand { color: white; font: 500 clamp(3.5rem, 18vw, 8rem)/.9 var(--serif); letter-spacing: -.05em; }
.site-footer a { color: white; text-underline-offset: 4px; }
.footer-sources { max-width: 650px; }

@media (min-width: 700px) {
  :root { --page: min(100% - 64px, 1240px); }
  .hero-copy, .booking { padding-inline: 48px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .button { min-width: 190px; }
  .intro { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .section-heading { grid-template-columns: 1fr .55fr; align-items: end; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .gallery { grid-template-columns: repeat(2, 1fr); padding-inline: 32px; }
  .gallery-title { grid-column: 1 / -1; }
  .gallery-main { grid-column: 1 / -1; }
  .booking { grid-template-columns: .8fr 1.2fr; padding-block: 100px; }
  .booking-form { grid-template-columns: repeat(2, 1fr); }
  .full { grid-column: 1 / -1; }
  .info-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; padding-inline: 48px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 1024px) {
  .site-header { min-height: 84px; padding-inline: 32px; }
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 30px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { min-height: 44px; border: 0; font-size: .88rem; }
  .site-nav .nav-cta { min-width: 124px; margin: 0; }
  .hero { min-height: calc(100dvh - 84px); grid-template-columns: 52% 48%; }
  .hero-copy { padding: 80px clamp(48px, 6vw, 110px); }
  .hero-image { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
  .hero-image img { width: 100%; }
  .hero-image img + img { display: block; }
  .section { padding-block: 120px; }
  .venue { padding: 72px 6vw; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; }
  .venue-card { margin-left: -42px; padding: 52px 42px; box-shadow: 0 22px 60px rgba(0,0,0,.18); }
  .gallery { grid-template-columns: 1.6fr 1fr; padding: 120px 4vw; gap: 28px; }
  .gallery-title { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; }
  .gallery-main { grid-column: 1; grid-row: 2 / span 2; }
  .booking { padding-inline: max(6vw, calc((100vw - 1240px) / 2)); gap: 9vw; }
  .info-grid article { padding: 34px; }
  .site-footer { padding-inline: max(6vw, calc((100vw - 1240px) / 2)); }
}

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