:root {
  --ink: #151816;
  --paper: #f4f5f0;
  --white: #f8faf7;
  --acid: #d7ff3f;
  --coral: #f05a48;
  --line: rgba(21, 24, 22, 0.22);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 78px; padding: 0 clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(248, 250, 247, 0.28); transition: background-color 220ms ease; }
.site-header.is-scrolled { position: fixed; background: rgba(21, 24, 22, 0.96); }
.header-solid { position: relative; background: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 800; }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 30px; color: var(--ink); background: var(--acid); border-radius: 50%; transform: rotate(-6deg); }
nav { display: flex; gap: 30px; font-size: 0.88rem; font-weight: 700; }
nav a, .header-call { padding-block: 10px; }
nav a:hover, .header-call:hover { color: var(--acid); }
.header-call { justify-self: end; border-bottom: 2px solid currentColor; font-size: 0.88rem; font-weight: 800; }

.hero { position: relative; min-height: 88vh; height: 760px; max-height: 900px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% 53%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,11,.92) 0%, rgba(10,12,11,.67) 37%, rgba(10,12,11,.08) 72%); }
.hero-content { position: relative; z-index: 2; max-width: var(--max); height: 100%; margin: auto; padding: 150px clamp(20px, 4vw, 64px) 100px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; font-size: 0.76rem; font-weight: 800; letter-spacing: 0; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin-right: 10px; vertical-align: middle; background: currentColor; }
h1, h2, h3, p { letter-spacing: 0; }
.hero h1 { margin: 0; max-width: 8ch; font-size: 72px; line-height: 0.86; font-weight: 900; }
.hero-copy { max-width: 32ch; margin: 28px 0 0; font-size: 1.12rem; }
.hero-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid currentColor; border-radius: 3px; font-weight: 800; line-height: 1.2; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button-primary:hover { background: var(--white); border-color: var(--white); }
.button-ghost { color: var(--white); background: rgba(21,24,22,.48); border-color: rgba(248,250,247,.7); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.hero-next { position: absolute; z-index: 3; right: clamp(20px, 4vw, 64px); bottom: 24px; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; }

.section { max-width: var(--max); margin: auto; padding: 104px clamp(20px, 4vw, 64px); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; gap: 24px; margin-bottom: 48px; }
.section-heading .eyebrow { margin: 0 0 9px; }
.section-heading h2, .connect h2, .location h2, .menu-cta h2 { margin: 0; font-size: 52px; line-height: 0.98; }
.text-link { padding-bottom: 4px; border-bottom: 2px solid currentColor; font-size: 0.9rem; font-weight: 800; }
.dish-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 22px; align-items: end; }
.dish { margin: 0; }
.dish img { width: 100%; object-fit: cover; border-radius: 3px; }
.dish-wide img { aspect-ratio: 7 / 5; }
.dish-tall img { aspect-ratio: 4 / 5; }
.dish h3 { margin: 16px 0 0; padding-top: 12px; border-top: 1px solid var(--line); font-size: 1.15rem; }

.location { background: var(--ink); color: var(--white); }
.location-inner { max-width: var(--max); margin: auto; padding: 96px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr); gap: 56px; align-items: stretch; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; }
.location h2 { margin-bottom: 42px; }
.location address { font-style: normal; font-size: 1.05rem; }
.location-actions { margin-top: auto; padding-top: 40px; }
.button-accent { color: var(--ink); background: var(--coral); border-color: var(--coral); }
.button-accent:hover { background: var(--acid); border-color: var(--acid); }
.button-dark { color: var(--white); background: transparent; border-color: rgba(248,250,247,.55); }
.map-wrap { min-height: 470px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: saturate(.75) contrast(1.05); }

.connect { display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px 80px; align-items: start; }
.connect .eyebrow { grid-column: 1 / -1; }
.social-links { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.social-links a { display: flex; justify-content: space-between; padding: 18px 2px; border-bottom: 1px solid var(--line); font-weight: 800; }
.social-links a:hover { padding-left: 10px; color: #a22c20; }

footer { padding: 34px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; background: var(--coral); color: var(--ink); font-size: .82rem; font-weight: 700; }
.footer-brand { justify-self: start; }
footer p { margin: 0; text-align: center; }
footer div { justify-self: end; display: flex; gap: 20px; }
footer a:hover { text-decoration: underline; }

.menu-page { background: var(--paper); }
.menu-main { padding-top: 0; }
.menu-intro { max-width: var(--max); margin: auto; padding: 82px clamp(20px, 4vw, 64px) 66px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; margin-bottom: 70px; font-weight: 800; }
.menu-intro h1 { margin: 0; font-size: 68px; line-height: .95; }
.menu-intro > p:last-child { max-width: 38ch; margin: 22px 0 0; font-size: 1.05rem; }
.menu-dishes { max-width: var(--max); margin: auto; padding: 90px clamp(20px, 4vw, 64px); display: grid; gap: 100px; }
.menu-dish { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); gap: 48px; align-items: end; }
.menu-dish-reverse { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.5fr); }
.menu-dish-reverse img { grid-column: 2; }
.menu-dish-reverse div { grid-row: 1; grid-column: 1; }
.menu-dish img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 3px; }
.menu-dish div { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.menu-dish span { font-size: .78rem; font-weight: 800; }
.menu-dish h2 { margin: 20px 0 0; font-size: 38px; line-height: 1.05; }
.menu-cta { padding: 90px clamp(20px, 4vw, 64px); text-align: center; color: var(--white); background: var(--ink); }
.menu-cta .button { margin-top: 34px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 280ms ease, transform 280ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .site-header { height: 66px; padding-inline: 18px; grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand { font-size: .7rem; }
  .brand-mark { width: 38px; height: 27px; }
  .hero { min-height: 760px; height: 92vh; max-height: 840px; }
  .hero-image { object-position: 53% 54%; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,12,11,.55) 0%, rgba(10,12,11,.14) 34%, rgba(10,12,11,.84) 72%, rgba(10,12,11,.96) 100%); }
  .hero-content { justify-content: flex-end; padding: 120px 20px 82px; }
  .hero h1 { font-size: 48px; }
  .hero-copy { margin-top: 18px; }
  .hero-actions { width: 100%; margin-top: 22px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-next { left: 20px; right: auto; bottom: 20px; }
  .section { padding: 74px 20px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 32px; }
  .section-heading h2, .connect h2, .location h2, .menu-cta h2 { font-size: 38px; }
  .text-link { justify-self: start; }
  .dish-grid { grid-template-columns: 1fr; gap: 42px; }
  .dish-wide img, .dish-tall img { aspect-ratio: 4 / 5; }
  .location-inner { padding: 72px 20px; grid-template-columns: 1fr; gap: 40px; }
  .location-actions { margin-top: 28px; padding-top: 0; width: 100%; }
  .location-actions .button { flex: 1 1 100%; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .connect { grid-template-columns: 1fr; gap: 34px; }
  .connect .eyebrow { grid-column: auto; margin-bottom: 0; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer div { justify-self: start; flex-wrap: wrap; }
  .menu-intro { padding: 48px 20px 50px; }
  .back-link { margin-bottom: 54px; }
  .menu-intro h1 { font-size: 46px; }
  .menu-dishes { padding: 68px 20px; gap: 70px; }
  .menu-dish, .menu-dish-reverse { grid-template-columns: 1fr; gap: 22px; }
  .menu-dish-reverse img, .menu-dish-reverse div { grid-row: auto; grid-column: auto; }
  .menu-dish img { aspect-ratio: 4 / 5; max-height: none; }
  .menu-dish h2 { font-size: 30px; }
}

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