/* ──────────────────────────────────────────────────────────────
   Altun Uyghur — Editorial dark layout
   Colors mirror the original React design. fluid clamp() typography
   replaces fixed pixel sizes so the layout scales down to mobile.
   ────────────────────────────────────────────────────────────── */

:root {
  --bg: #0E0D0B;
  --bg-alt: #15130F;
  --gold: #C8A25A;
  --gold-soft: #A88848;
  --cream: #E8DFD0;
  --muted: rgba(232,223,208,0.55);
  --line: rgba(200,162,90,0.25);

  --pad-x: clamp(20px, 5vw, 80px);
}

/* ── Fonts ── */
/* Single declaration per file; weight ranges so 300/400/500/600/700
   all use the same woff2 without faux-bold artifacts. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-400-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-400-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/jost-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/jost-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/jetbrains-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/jetbrains-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: 'Jost', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--bg); }

/* ──────────────────────── NAV ──────────────────────── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.nav__brand-mark { display: inline-flex; align-items: center; }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.nav__brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.3px;
  color: var(--gold);
}
.nav__brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 3.8px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
}
.nav__links {
  display: flex;
  gap: clamp(20px, 3.5vw, 44px);
}
.nav__links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity .2s, color .2s;
}
.nav__links a:hover { opacity: 1; color: var(--gold); }
.nav__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav__hours {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.nav__toggle span {
  position: absolute;
  left: 9px;
  right: 9px;
  height: 1px;
  background: var(--gold);
  transition: transform .2s, opacity .2s, top .2s;
}
.nav__toggle span:nth-child(1) { top: 13px; }
.nav__toggle span:nth-child(2) { top: 19px; }
.nav__toggle span:nth-child(3) { top: 25px; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

/* ──────────────────────── BUTTONS ──────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  background: transparent;
  color: var(--gold);
}
.btn--sm { padding: 10px 18px; font-size: 12px; letter-spacing: 1.6px; }
.btn--solid { background: var(--gold); color: var(--bg); }
.btn--solid:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn--ghost { background: transparent; color: var(--gold); border-style: dashed; }
.btn--ghost:hover { background: var(--gold); color: var(--bg); border-style: solid; }
.btn--block { display: flex; justify-content: center; width: 100%; }
.btn__dot {
  width: 8px;
  height: 8px;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ──────────────────────── KICKER / SECTION LABEL ──────────────────────── */
.kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}
.kicker span,
.kicker__text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 56px;
}
.section-label .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2.4px;
}
.section-label .kicker__text {
  color: var(--cream);
  opacity: 0.7;
}
.orn { display: inline-block; vertical-align: middle; }
.orn--rule { width: 70px; height: 12px; flex-shrink: 0; }
.orn--rule.sm { width: 50px; }
.orn--starband { width: 140px; height: 20px; }
.orn--crown { width: 96px; height: 40px; }

/* ──────────────────────── HERO ──────────────────────── */
.hero {
  padding: clamp(64px, 9vw, 120px) var(--pad-x) clamp(80px, 11vw, 140px);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(48px, 8.5vw, 108px);
  line-height: 0.98;
  letter-spacing: -1px;
  color: var(--cream);
  margin: 0;
}
.hero__title em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero__lead {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: var(--muted);
  max-width: 480px;
  margin: 40px 0 0;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}
.hero__visual {
  position: relative;
  height: clamp(420px, 60vw, 720px);
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05) saturate(0.95);
  /* Hairline gold frame to echo the editorial dark/gold treatment. */
  border: 1px solid var(--line);
}
.hero__badge {
  position: absolute;
  right: clamp(-20px, -3vw, -40px);
  bottom: clamp(-20px, -3vw, -40px);
  width: clamp(140px, 16vw, 200px);
  height: clamp(140px, 16vw, 200px);
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__badge .orn--starband {
  width: 100%;
  height: 18px;
}
.hero__badge-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1;
  color: var(--cream);
}
.hero__badge-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 6px;
}
.hero__watermark {
  position: absolute;
  left: var(--pad-x);
  bottom: -34px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(120px, 18vw, 220px);
  line-height: 1;
  color: rgba(200,162,90,0.06);
  pointer-events: none;
  user-select: none;
}

/* ──────────────────────── PLACEHOLDER (image stand-in) ──────────────────────── */
.ph {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, var(--bg-alt) 0 14px, rgba(200,162,90,0.07) 14px 15px);
  border: 1px solid rgba(200,162,90,0.55);
  overflow: hidden;
}
.ph::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(200,162,90,0.55);
  pointer-events: none;
}
.ph__label {
  position: absolute;
  left: 26px;
  bottom: 26px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: rgba(200,162,90,0.55);
  text-transform: lowercase;
}
.ph--hero { min-height: 360px; }

/* ──────────────────────── STORY ──────────────────────── */
.story {
  padding: clamp(96px, 14vw, 160px) var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
  color: var(--cream);
  margin: 0;
}
.display em { font-style: italic; color: var(--gold); }
.story__grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: flex-start;
}
.story__body {
  column-count: 2;
  column-gap: 56px;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.story__body p { margin: 0 0 1.2em; break-inside: avoid; }
.story__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: clamp(60px, 8vw, 100px);
}
.stat { border-top: 1px solid var(--line); padding-top: 24px; }
.stat__k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.stat__v {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 30px;
  color: var(--cream);
  line-height: 1;
}
.stat__d {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}

/* ──────────────────────── MENU ──────────────────────── */
.menu {
  padding: clamp(96px, 14vw, 160px) var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.menu__intro {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: flex-start;
  margin-bottom: 80px;
}
.menu__intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  margin: 0;
  max-width: 540px;
}
.menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.menu__cat h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 32px;
  color: var(--cream);
  margin: 0;
}
.menu__cat-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 8px 0 28px;
}
.dish {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.dish__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}
.dish__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--cream);
  font-weight: 500;
}
.dish__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 540px;
}
.dish__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--gold);
  font-style: italic;
  white-space: nowrap;
}
.tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 1.4px;
  color: var(--gold);
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 3px 8px;
}
.menu__footnote {
  margin-top: 80px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* ──────────────────────── GALLERY ──────────────────────── */
.gallery {
  padding: clamp(96px, 14vw, 160px) var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.gallery__head { margin-bottom: 80px; max-width: 640px; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.gallery__tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  grid-column: span 2;
}
.gallery__tile--tall { grid-column: span 2; grid-row: span 2; }
.gallery__tile--wide { grid-column: span 3; }
.gallery__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) contrast(1.05) saturate(0.95);
  transition: transform .6s ease, filter .3s ease;
}
.gallery__tile:hover img {
  transform: scale(1.04);
  filter: brightness(1) contrast(1.05) saturate(1);
}
.gallery__tile figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(14,13,11,0.75);
  padding: 6px 10px;
  border: 1px solid var(--line);
  pointer-events: none;
}

/* ──────────────────────── CONTACT ──────────────────────── */
.contact {
  padding: clamp(96px, 14vw, 160px) var(--pad-x);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.contact__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: flex-start;
}
.contact__left .display { margin-bottom: 48px; }
.contact__map { border: 1px solid var(--line); }
.contact__map iframe { display: block; filter: grayscale(0.4) contrast(0.9); }
.contact__map-link {
  display: block;
  padding: 12px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.contact__map-link:hover { color: var(--cream); }
.contact__info { display: flex; flex-direction: column; gap: 0; }
.info-row {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-bottom: 40px;
}
.info-row__k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.info-row__v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--cream);
  line-height: 1.3;
}
.info-row__v a {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  color: var(--cream);
  text-decoration: none;
  line-height: 1.7;
  transition: color .2s;
}
.info-row__v a:hover { color: var(--gold); }
.contact__social { color: var(--gold) !important; }
.hours__row {
  display: flex;
  justify-content: space-between;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: var(--cream);
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.hours__row span:last-child {
  color: var(--gold);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}
.hours__row--closed { opacity: 0.5; }
.hours__row--closed span:last-child { color: var(--muted); }

/* ──────────────────────── FOOTER ──────────────────────── */
.footer {
  padding: clamp(56px, 7vw, 80px) var(--pad-x) 48px;
  background: var(--bg);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
  margin-bottom: 60px;
}
.footer__brand .orn--crown { margin-bottom: 8px; }
.footer__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 1.9px;
  color: var(--gold);
  line-height: 1;
}
.footer__sub {
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.footer__k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer__v {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: var(--cream);
  line-height: 1.7;
}
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.4px;
  transition: color .2s;
}
.footer__links a:hover { color: var(--gold); }
.footer__bottom {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* ──────────────────────── RESPONSIVE ──────────────────────── */
@media (max-width: 1100px) {
  .nav__hours { display: none; }
}

@media (max-width: 900px) {
  .nav__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
  }
  .nav__links[data-open="true"] {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav__links a {
    padding: 18px var(--pad-x);
    border-top: 1px solid var(--line);
  }
  .nav__toggle { display: block; }
  .nav__actions .btn { display: none; }

  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__visual { height: clamp(320px, 70vw, 480px); }
  .hero__badge { right: 0; bottom: 0; transform: translate(20%, 20%); }

  .story__grid { grid-template-columns: 1fr; gap: 32px; }
  .story__body { column-count: 1; }
  .story__stats { grid-template-columns: repeat(2, 1fr); }

  .menu__intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
  .menu__grid { grid-template-columns: 1fr; gap: 56px; }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .gallery__tile,
  .gallery__tile--tall,
  .gallery__tile--wide { grid-column: span 1; grid-row: span 1; }
  .gallery__tile--tall { grid-row: span 2; }

  .contact__grid { grid-template-columns: 1fr; gap: 56px; }

  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .nav { padding: 18px var(--pad-x); }
  .nav__brand-sub { display: none; }
  .nav__brand-name { font-size: 20px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  .story__stats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .dish { grid-template-columns: 1fr; }
  .dish__price { padding-top: 4px; }
}

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