:root {
  --ink: #0b0c0a;
  --paper: #f4f5f0;
  --muted: #b9bbb4;
  --gold: #e3b42b;
  --line: rgba(244, 245, 240, .22);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--paper); background: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.45; }
address { font-style: normal; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.section-wrap { width: min(100% - 64px, var(--max)); margin: 0 auto; }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; color: var(--paper); }
.brand { font-size: 15px; font-weight: 700; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
nav a { text-decoration: none; }
.hero { position: relative; min-height: 82dvh; display: flex; align-items: flex-end; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 17%; }
.hero-shade { position: absolute; left: 0; right: 0; bottom: 0; height: 48%; background: rgba(11, 12, 10, .72); }
.hero-content { position: relative; z-index: 1; width: min(100% - 64px, var(--max)); margin: 0 auto; padding: 0 0 54px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 870px; font-size: clamp(64px, 10.5vw, 150px); line-height: .86; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-width: 184px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 17px; border: 1px solid var(--gold); font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-quiet { color: var(--paper); background: transparent; border-color: var(--paper); }
.credit-strip { padding: 15px 32px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.credit-strip span, figcaption span { padding: 0 8px; color: var(--gold); }
.food-section { padding: 128px 0 144px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
h2 { font-size: clamp(66px, 10vw, 136px); line-height: .82; }
.section-heading .eyebrow { max-width: 230px; margin-bottom: 6px; color: var(--muted); }
.food-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 32px; align-items: start; }
.food-figure { margin: 0; }
.food-figure img { width: 100%; object-fit: cover; }
.food-main img { aspect-ratio: 16 / 10; }
.food-side { margin-top: 68px; }
.food-side img { aspect-ratio: 3 / 4; }
figcaption { padding-top: 14px; color: var(--muted); font-size: 13px; }
.visit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 92px 0 120px; border-top: 1px solid var(--line); }
.visit-details { display: grid; align-content: start; gap: 22px; font-size: 24px; }
.detail-link { width: fit-content; display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--paper); font-size: 15px; font-weight: 700; text-decoration: none; }
.map-section { padding: 94px 0 128px; background: var(--paper); color: var(--ink); }
.map-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.map-intro .eyebrow { color: #6b6e67; }
.map-address { display: grid; gap: 22px; font-size: 22px; }
.map-address .detail-link { color: var(--ink); border-color: var(--ink); }
.map-frame-wrap { width: min(100% - 64px, var(--max)); height: 520px; margin: 0 auto; }
iframe { display: block; width: 100%; height: 100%; border: 0; }
.site-footer { display: grid; grid-template-columns: 1.2fr auto 2fr; gap: 40px; align-items: start; padding: 34px 32px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer > p:first-child, .site-footer > a { color: var(--paper); font-weight: 700; text-decoration: none; text-transform: uppercase; }
.footer-note { max-width: 440px; justify-self: end; text-align: right; }
@media (max-width: 767px) {
  .section-wrap, .hero-content { width: min(100% - 32px, var(--max)); }
  .site-header { padding: 18px 16px; }
  .brand { font-size: 12px; }
  nav { gap: 14px; font-size: 12px; }
  .hero { min-height: 82dvh; }
  .hero > img { object-position: 50% 8%; }
  .hero-shade { height: 54%; }
  .hero-content { padding-bottom: 30px; }
  h1 { font-size: 58px; line-height: .87; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 26px; }
  .button { min-width: 0; padding: 14px 12px; font-size: 12px; }
  .credit-strip { padding: 13px 16px; font-size: 10px; }
  .food-section { padding: 78px 0 88px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading .eyebrow { margin-bottom: 22px; }
  h2 { font-size: 76px; }
  .section-heading h2 { font-size: 60px; }
  .food-grid { display: block; }
  .food-side { margin-top: 42px; }
  .food-main img { aspect-ratio: 16 / 10; }
  .food-side img { aspect-ratio: 3 / 4; }
  figcaption { font-size: 12px; }
  .visit-section { display: block; padding: 70px 0 78px; }
  .visit-details { gap: 18px; margin-top: 34px; font-size: 22px; }
  .map-section { padding: 72px 0 78px; }
  .map-intro { display: block; margin-bottom: 34px; }
  .map-address { margin-top: 30px; font-size: 19px; }
  .map-frame-wrap { width: calc(100% - 32px); height: 360px; }
  .site-footer { display: block; padding: 28px 16px; }
  .site-footer > a { display: inline-block; margin-top: 16px; }
  .footer-note { margin-top: 26px !important; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
