:root {
  --ink: #20211e;
  --paper: #fffaf0;
  --mineral: #f5f0e4;
  --saffron: #e0a72e;
  --ember: #b94227;
  --olive: #6d7651;
  --line: rgba(32, 33, 30, .62);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip { position: fixed; top: -5rem; left: 1rem; z-index: 20; background: var(--saffron); padding: .7rem 1rem; }
.skip:focus { top: 1rem; }

.site-header { height: 72px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-actions { display: flex; align-items: center; gap: 1.4rem; }
.wordmark { display: grid; gap: 6px; text-decoration: none; font-family: var(--display); line-height: 1; letter-spacing: .02em; }
.wordmark strong { font-size: 1.45rem; }
.wordmark span { font: 700 .78rem/1 var(--body); letter-spacing: .12em; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
nav a { text-decoration: none; transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-action { min-height: 44px; display: inline-flex; align-items: center; background: var(--ink); color: var(--paper); padding: 0 1.2rem; }
.menu-toggle { display: none; min-height: 44px; border: 0; background: transparent; color: var(--ink); font: 700 .78rem var(--body); text-transform: uppercase; letter-spacing: .1em; }
.language-switch { display: flex; border: 1px solid var(--line); }
.language-option { width: 38px; min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--ink); font: 700 .7rem var(--body); letter-spacing: .06em; cursor: pointer; }
.language-option + .language-option { border-left: 1px solid var(--line); }
.language-option[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.language-option:hover:not([aria-pressed="true"]) { background: var(--mineral); }
.language-option:active { transform: translateY(1px); }

.hero { position: relative; max-width: var(--max); min-height: min(760px, calc(100dvh - 72px)); margin: 0 auto; padding: clamp(48px, 6vw, 84px) 24px 44px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 5vw, 76px); background: var(--mineral); }
.hero-copy { align-self: center; z-index: 2; }
.eyebrow { margin: 0 0 1.8rem; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(4.5rem, 7.2vw, 7.7rem); line-height: 1.02; }
h1 span { display: block; }
.accent-line { margin-top: .08em; color: var(--ember); }
.hero-text { max-width: 34ch; margin: 2.2rem 0 1.6rem; }
.primary-action { width: max-content; min-height: 52px; padding: 0 1.15rem; display: inline-flex; align-items: center; gap: 2rem; background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.primary-action:hover { background: var(--ember); transform: translateY(-2px); }
.primary-action:active { transform: translateY(1px); }
.hero-media { min-height: 560px; margin: 0; align-self: stretch; display: grid; grid-template-rows: 1fr auto; }
.hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border: 6px solid var(--paper); }
figcaption { width: max-content; max-width: 100%; padding-top: .65rem; font-size: .7rem; color: rgba(32, 33, 30, .72); }
.route-mark { position: absolute; right: 24px; bottom: 20px; width: 92px; height: 92px; border-radius: 50%; background: var(--saffron); z-index: 3; }
.route-mark span { position: absolute; width: 120px; height: 7px; right: 68px; top: 42px; background: var(--saffron); transform: rotate(-24deg); transform-origin: right; }

.grill-strip { max-width: var(--max); margin: 0 auto; padding: 70px 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.grill-intro h2, .food-copy h2, .venue-note h2, .visit h2 { margin: 0 0 1rem; font-size: clamp(3rem, 5.4vw, 6rem); line-height: .98; }
.grill-intro p { max-width: 34ch; margin: 0; }
.grill-items { display: grid; align-content: center; }
.grill-items span { padding: 1rem 0; border-bottom: 1px solid var(--line); font: 700 clamp(2.4rem, 4.8vw, 5.2rem)/1 var(--display); text-transform: uppercase; }
.grill-items span:first-child { border-top: 1px solid var(--line); }

.food-feature { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 9vw, 132px) 24px; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.food-feature figure { margin: 0; }
.food-feature img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.food-copy { max-width: 430px; }
.food-copy p, .venue-note p { max-width: 38ch; margin: 0 0 1.7rem; }
.food-copy a { display: inline-block; padding-bottom: .4rem; border-bottom: 2px solid var(--saffron); font-weight: 700; text-decoration: none; }

.venue-feature { max-width: var(--max); margin: 0 auto; padding: 0 24px clamp(72px, 9vw, 132px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(36px, 6vw, 88px); align-items: center; }
.venue-feature figure { margin: 0; }
.venue-feature img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.venue-note { margin: 0; padding: clamp(32px, 4vw, 52px); background: var(--olive); color: var(--paper); }
.venue-note h2 { font-size: clamp(2.8rem, 4vw, 4.35rem); }

.visit { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 8vw, 116px) 24px; display: grid; grid-template-columns: .75fr 1fr .9fr; gap: clamp(32px, 6vw, 90px); border-top: 1px solid var(--line); background: var(--mineral); }
.visit-heading p { margin: 0; }
address { display: grid; align-content: center; gap: .3rem; font-style: normal; }
address strong { margin-bottom: .8rem; }
.visit-details { display: grid; gap: 2rem; align-content: center; }
.visit-details div { display: grid; gap: .45rem; }
.visit-details span { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit-details a { font: 700 clamp(1.5rem, 2.2vw, 2.4rem) var(--display); }

footer { min-height: 180px; max-width: var(--max); margin: 0 auto; padding: 40px 24px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }
footer p { margin: 0; font-size: .8rem; }
.mobile-action { display: none; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

@media (max-width: 860px) {
  .site-header { padding: 0 18px; }
  .header-actions { gap: .65rem; }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; z-index: 10; padding: 1.25rem 18px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-action { justify-content: center; }
  .hero { min-height: 0; padding: 48px 18px 56px; grid-template-columns: 1fr; gap: 36px; }
  h1 { font-size: clamp(4rem, 18vw, 6.5rem); line-height: 1.02; }
  .hero-text { margin-top: 1.6rem; }
  .hero-media { min-height: 0; }
  .hero-media img { min-height: 0; aspect-ratio: 4 / 3; }
  .route-mark { display: none; }
  .grill-strip, .food-feature, .venue-feature, .visit { grid-template-columns: 1fr; }
  .grill-strip { padding: 64px 18px; gap: 42px; }
  .food-feature { padding: 72px 18px; gap: 42px; }
  .venue-feature { padding: 0 18px 72px; }
  .venue-feature { gap: 0; }
  .venue-note { margin: 0; padding: 32px 24px 36px; }
  .visit { padding: 72px 18px 92px; gap: 42px; }
  footer { padding: 40px 18px 92px; }
  .mobile-action { position: fixed; left: 0; right: 0; bottom: 0; z-index: 12; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--saffron); color: var(--ink); text-decoration: none; font-weight: 700; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: reveal .6s cubic-bezier(.16, 1, .3, 1) both; }
  .hero-media { animation: reveal .7s .08s cubic-bezier(.16, 1, .3, 1) both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
