:root {
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --ink: #18231f;
  --green: #12372f;
  --green-soft: #dce5df;
  --wine: #8d2b3e;
  --gold: #b8925c;
  --line: rgba(24, 35, 31, .17);
  --shadow: 0 24px 60px rgba(15, 32, 27, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #d9a65f; outline-offset: 3px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .85rem; color: var(--wine); font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.3rem, 8vw, 7.4rem); margin: 0 0 1.25rem; }
h2 { font-size: clamp(2.35rem, 5vw, 4.5rem); margin: 0 0 1.2rem; }
h3 { font-size: 1.75rem; margin: 0 0 .65rem; }
p { margin: 0 0 1rem; }
.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 1.75rem); line-height: 1.45; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section--green { background: var(--green); color: var(--cream); }
.section--green .eyebrow { color: #f0c98f; }
.section--cream { background: var(--cream); }
.section-head { max-width: 740px; margin-bottom: 3rem; }
.muted { opacity: .72; }

.header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.18); color: white; background: linear-gradient(rgba(7,18,15,.62), rgba(7,18,15,.08)); }
.header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: min(255px, 48vw); height: auto; filter: brightness(0) invert(1); }
.navigation { display: flex; gap: 1.45rem; align-items: center; }
.navigation a { text-decoration: none; font-size: .83rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.navigation a:hover, .navigation a:focus-visible { color: #efd0a6; }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.6); padding: .55rem .75rem; }

.hero { min-height: 100svh; display: grid; align-items: end; color: white; background-image: linear-gradient(90deg, rgba(7,20,16,.82), rgba(7,20,16,.28)), image-set(url('/assets/images/homescreen-768.avif') type('image/avif'), url('/assets/images/homescreen.jpg') type('image/jpeg')); background-position: center; background-size: cover; }
.hero .eyebrow { color: white; }
.hero__content { max-width: 830px; padding: 10rem 0 clamp(4rem, 10vh, 7rem); }
.hero__text { max-width: 600px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.2rem; border: 1px solid var(--gold); background: var(--gold); color: #14221d; text-decoration: none; font-weight: 800; letter-spacing: .03em; }
.button--ghost { background: transparent; color: inherit; border-color: currentColor; }

.intro-grid, .split, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.image-frame { position: relative; }
.image-frame::before { content: ''; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--gold); z-index: -1; }
.image-frame picture { display: block; }
.image-frame img { width: 100%; height: auto; aspect-ratio: 1 / .88; object-fit: cover; box-shadow: var(--shadow); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.fact { padding: 1.2rem; background: var(--paper); }
.fact strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--wine); }

.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 3rem; }
.dish { display: grid; grid-template-columns: 1fr auto; gap: .5rem 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(244,239,230,.25); }
.dish h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; margin: 0; }
.dish p { grid-column: 1 / -1; margin: 0; opacity: .76; font-size: .92rem; }
.dish__price { color: #efd0a6; font-weight: 800; }
.menu-note { margin-top: 2rem; max-width: 760px; border-left: 3px solid var(--gold); padding-left: 1rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { min-height: 360px; position: relative; overflow: hidden; color: white; box-shadow: var(--shadow); text-decoration: none; }
.card picture { position: absolute; inset: 0; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover img { transform: scale(1.03); }
.card:focus-visible img { transform: scale(1.03); }
.card__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 1.5rem; background: linear-gradient(transparent 25%, rgba(8,21,17,.9)); }

.form { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: white; box-shadow: var(--shadow); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #aeb8b2; background: #fff; padding: .72rem .8rem; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: .65rem; font-size: .86rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.local-notice { padding: .75rem; background: #fff3cd; border: 1px solid #e2c264; font-size: .9rem; }
.contact-details { font-size: 1.05rem; }
.contact-details a { text-underline-offset: .2em; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; margin: 2rem 0; }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; }

.footer { background: #0c221c; color: var(--cream); padding: 2.2rem 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer nav { display: flex; gap: 1rem; }
.footer a { color: inherit; }

.legal { min-height: calc(100vh - 100px); padding: 9rem 0 6rem; }
.legal__content { max-width: 760px; }
.legal h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal h2 { font-size: 1.8rem; margin-top: 2.2rem; }
.legal-header { background: var(--green); }

@media (min-width: 769px) {
  .hero { background-image: linear-gradient(90deg, rgba(7,20,16,.82), rgba(7,20,16,.28)), image-set(url('/assets/images/homescreen-1280.avif') type('image/avif'), url('/assets/images/homescreen.jpg') type('image/jpeg')); }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .navigation { display: none; position: absolute; inset: 86px 0 auto; padding: 1.5rem; flex-direction: column; align-items: flex-start; background: var(--green); }
  .navigation[data-open] { display: flex; }
  .intro-grid, .split, .contact-grid, .menu-grid { grid-template-columns: 1fr; }
  .image-frame--hosts img { aspect-ratio: 4 / 3; object-position: center 30%; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 320px; }
  .facts { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
