:root {
  --ink: #211711;
  --paper: #fffaf2;
  --warm: #f1dfc5;
  --accent: #a53822;
  --accent-dark: #762316;
  --yellow: #fff44f;
  --line: #c5a783;
  --night: #17110d;
  --focus: #70b7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.6; background: var(--paper); }
a { color: var(--accent-dark); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .75rem 1rem; background: #fff; z-index: 1000; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(23,17,13,.95); border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 850; text-decoration: none; color: white; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); color: #111; font-size: .8rem; letter-spacing: .08em; }
nav { display: none; gap: 1.25rem; }
nav a { color: white; font-weight: 700; text-decoration: none; }
.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; background: var(--night); color: white; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.9) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 7rem; padding-bottom: 4rem; }
.eyebrow { margin: 0 0 .6rem; color: var(--accent); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow.light { color: var(--yellow); }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3rem, 13vw, 6.8rem); max-width: 10ch; margin-bottom: 1rem; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 7vw, 4.3rem); margin-bottom: 1.2rem; letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.lede { font-size: 1.12rem; max-width: 58ch; color: #fff7ef; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.05rem; border-radius: 999px; font-weight: 850; text-decoration: none; border: 2px solid var(--accent); }
.button.primary { background: var(--accent); color: white; }
.button.primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button.secondary { background: transparent; color: var(--accent-dark); }
.button.ghost { border-color: white; color: white; background: rgba(0,0,0,.28); }
.button.ghost:hover { background: white; color: var(--night); }
.status-note { margin-top: 1rem; font-size: .95rem; color: #f4e6d8; }
.section { padding: 4.5rem 0; }
.warm { background: var(--warm); }
.about-grid { display: grid; gap: 2rem; align-items: center; }
.copy-block { max-width: 720px; }
.poster-card { margin: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(47,24,12,.2); transform: rotate(1.3deg); }
.poster-card img { width: 100%; }
.food-showcase { padding: 4.5rem 0; background: var(--night); color: white; }
.section-heading { display: grid; gap: 1rem; margin-bottom: 2rem; align-items: end; }
.section-heading h2 { max-width: 11ch; margin-bottom: 0; }
.section-heading > p { max-width: 54ch; color: #eadbce; }
.photo-grid { display: grid; gap: 1rem; }
.photo-card { margin: 0; min-height: 360px; overflow: hidden; border-radius: 20px; background: #000; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.menu-note { display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: linear-gradient(145deg, #352319, #1d1510); }
.menu-note p { color: #eadbce; }
.menu-note .button { align-self: flex-start; }
.visit-grid { display: grid; gap: 2.5rem; }
address { font-style: normal; font-size: 1.08rem; margin-bottom: .8rem; }
.text-link, .source-link a { font-weight: 780; }
.hours { margin: 0 0 1rem; }
.hours div { display: grid; grid-template-columns: 1fr; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 780; }
.hours dd { margin: 0; }
.notice { margin: 1.5rem 0; padding: 1rem 1.1rem; border-left: 5px solid var(--accent); background: #fff4e6; }
.notice p { margin-bottom: 0; }
.site-footer { padding: 2.5rem 0; background: var(--night); color: #fff8ef; }
.site-footer a { color: white; }
.footer-inner { display: grid; gap: 1.25rem; }
.footer-inner p { margin: .25rem 0 0; }
.fine-print { font-size: .88rem; color: #dcccbc; }
@media (min-width: 720px) {
  nav { display: flex; }
  .hero { min-height: 760px; }
  .hero-photo { object-position: center 45%; }
  .hero-content { padding-bottom: 5rem; }
  .about-grid { grid-template-columns: 1.05fr .7fr; gap: 4rem; }
  .section-heading { grid-template-columns: 1fr .8fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-card.tall { grid-row: span 2; min-height: 700px; }
  .menu-note { min-height: 340px; }
  .visit-grid { grid-template-columns: repeat(3, 1fr); }
  .hours div { grid-template-columns: 1fr auto; gap: 1rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .fine-print { grid-column: 1 / -1; }
}
@media (min-width: 1000px) {
  .hero-photo { width: 54%; left: auto; object-position: center; }
  .hero-shade { background: linear-gradient(90deg, #17110d 0%, #17110d 40%, rgba(23,17,13,.88) 58%, rgba(23,17,13,.08) 100%); }
  .hero-content { padding-top: 8rem; padding-bottom: 7rem; }
  .lede { max-width: 48ch; }
  .photo-grid { grid-template-columns: 1.05fr .75fr .75fr; }
  .photo-card.tall { grid-row: auto; min-height: 540px; }
  .photo-card { min-height: 540px; }
  .menu-note { min-height: 540px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
