/* =========================================================
   Mrs Kim's Grill — Korean BBQ, Carnegie
   Modern restaurant site. Vanilla CSS, no build step.
   ========================================================= */

:root {
  --ink:        #17110c;   /* warm near-black background       */
  --ink-2:      #1f1812;   /* slightly lifted panel            */
  --ink-3:      #2a201a;   /* card / border on dark            */
  --cream:      #f7efe2;   /* primary light text / light bg    */
  --cream-soft: #e9dcc8;
  --muted:      #b7a892;   /* muted warm grey on dark          */
  --ember:      #d9541f;   /* grill flame — primary accent     */
  --ember-2:    #e6753a;   /* lighter ember for hovers         */
  --gold:       #c79a3c;   /* secondary accent                 */
  --line:       rgba(247,239,226,0.14);
  --maxw:       1180px;
  --radius:     14px;
  --shadow:     0 18px 50px rgba(0,0,0,0.35);
  --font-disp:  'Oswald', 'Arial Narrow', sans-serif;
  --font-body:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--cream);
  background: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: var(--font-disp);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  font-family: var(--font-disp);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ember-2);
  margin-bottom: 14px;
}

.section { padding: 96px 0; position: relative; }
.section[id] { scroll-margin-top: 88px; }
.section--tight { padding: 70px 0; }
.section h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 8px; }
.section .lead { color: var(--muted); max-width: 620px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-disp); text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.92rem; font-weight: 600;
  padding: 14px 26px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: all .2s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--ember); color: #fff; }
.btn--primary:hover { background: var(--ember-2); transform: translateY(-2px); }
.btn--ghost { border-color: rgba(247,239,226,0.4); color: var(--cream); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(247,239,226,0.08); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--ink-3); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.nav.scrolled {
  background: rgba(23,17,12,0.94); backdrop-filter: blur(10px);
  padding: 12px 22px; box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}
.nav--solid { background: rgba(23,17,12,0.96); box-shadow: 0 6px 24px rgba(0,0,0,0.3); }
.nav__brand { display: flex; flex-direction: column; line-height: 1; }
.nav__brand b {
  font-family: var(--font-disp); font-size: 1.35rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--cream);
}
.nav__brand span { font-size: 0.62rem; letter-spacing: 0.34em; color: var(--ember-2); text-transform: uppercase; margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.85rem; color: var(--cream-soft); transition: color .2s;
}
.nav__links a:hover { color: var(--ember-2); }
.nav__cta { padding: 10px 20px; font-size: 0.82rem; }
.nav__order { box-shadow: 0 12px 28px rgba(217,84,31,0.22); }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: var(--cream); margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  min-height: 88vh; display: flex; align-items: center; position: relative;
  background: linear-gradient(90deg, rgba(23,17,12,0.88) 0%, rgba(23,17,12,0.7) 42%, rgba(23,17,12,0.28) 100%),
              linear-gradient(180deg, rgba(23,17,12,0.12) 0%, rgba(23,17,12,0.86) 100%),
              url('images/mkg-food/hero-bbq-table.jpg') center/cover no-repeat;
}
.hero__inner { max-width: 760px; padding: 120px 0 80px; }
.hero h1 {
  font-size: clamp(2.8rem, 9vw, 6rem); color: #fff; margin-bottom: 18px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.hero h1 .accent { color: var(--ember-2); }
.hero__promo {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  background: var(--gold); color: #16110c;
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.05em;
  font-size: clamp(0.8rem, 1.6vw, 0.95rem); font-weight: 600;
  padding: 10px 20px; border-radius: 999px; margin-bottom: 22px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.34); transition: transform .2s ease, background .2s ease;
}
.hero__promo:hover { transform: translateY(-2px); background: #d6a93f; }
.hero__promo .spark { font-size: 1.05em; }
.hero__tag { font-size: clamp(1.05rem, 2.4vw, 1.4rem); color: var(--cream-soft); max-width: 560px; margin-bottom: 34px; }
.hero__badges {
  display: flex; flex-wrap: wrap; gap: 10px; margin: -12px 0 30px;
}
.hero__badges span {
  border: 1px solid rgba(247,239,226,0.35); border-radius: 999px;
  padding: 7px 13px; color: var(--cream-soft);
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem;
  background: rgba(23,17,12,0.26);
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.25em;
  font-size: 0.7rem; color: var(--muted); display: flex; flex-direction: column;
  align-items: center; gap: 8px;
}
.hero__scroll::after { content: ''; width: 1px; height: 34px; background: linear-gradient(var(--ember-2), transparent); }

/* ---------- Takeaway strip ---------- */
.takeaway-home {
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid rgba(23,17,12,0.08);
  border-bottom: 1px solid rgba(23,17,12,0.08);
}
.takeaway-home__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.takeaway-home .eyebrow { color: var(--ember); margin-bottom: 8px; }
.takeaway-home h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.takeaway-home p {
  color: #6b5a48;
  max-width: 760px;
}
.takeaway-home__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.takeaway-home__pill {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  white-space: nowrap;
}

/* ---------- Promo banner (voucher offer) ---------- */
.promo {
  display: block; background: linear-gradient(110deg, #1a1209 0%, #2a1c0e 55%, #3a2410 100%);
  border-top: 1px solid rgba(199,154,60,0.35); border-bottom: 1px solid rgba(199,154,60,0.35);
  position: relative; overflow: hidden; transition: filter .2s ease;
}
.promo::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 50%, rgba(217,84,31,0.25), transparent 45%);
  pointer-events: none;
}
.promo:hover { filter: brightness(1.08); }
.promo__inner { display: flex; align-items: center; gap: 22px; padding: 20px 22px; position: relative; flex-wrap: wrap; }
.promo__tag {
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.68rem;
  color: #16110c; background: var(--gold); padding: 5px 12px; border-radius: 999px; font-weight: 600; white-space: nowrap;
}
.promo__main { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 230px; }
.promo__big {
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.02em;
  font-size: clamp(1.3rem, 3vw, 1.9rem); color: var(--cream); line-height: 1.05;
}
.promo__big b { color: var(--gold); }
.promo__sub { font-size: 0.92rem; color: var(--muted); }
.promo__btn { background: var(--ember); color: #fff; border: 0; }
.promo:hover .promo__btn { background: var(--ember-2); }
@media (max-width: 620px) { .promo__btn { width: 100%; justify-content: center; } }

/* ---------- Special strip ---------- */
.strip {
  background: linear-gradient(90deg, var(--ember), #b8420f);
  color: #fff; text-align: center; padding: 22px;
}
.strip__inner { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.strip b { font-family: var(--font-disp); font-size: 1.5rem; letter-spacing: 0.04em; text-transform: uppercase; }
.strip .price-old { text-decoration: line-through; opacity: 0.7; font-weight: 400; }
.strip span { font-size: 0.98rem; }
.strip .btn { background: #fff; color: var(--ember); }
.strip .btn:hover { background: var(--ink); color: #fff; }

/* ---------- Food showcase ---------- */
.food-showcase { background: var(--ink); }
.food-showcase__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; flex-wrap: wrap; margin-bottom: 36px;
}
.food-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 18px;
}
.food-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  min-height: 260px; background: var(--ink-2); border: 1px solid var(--line);
}
.food-card--wide { grid-row: span 2; min-height: 540px; }
.food-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}
.food-card:hover img { transform: scale(1.04); filter: saturate(1.08); }
.food-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 42px 26px 24px;
  background: linear-gradient(transparent, rgba(16,11,7,0.86));
}
.food-card figcaption b {
  display: block; font-family: var(--font-disp); text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 1.15rem; color: #fff; margin-bottom: 4px;
}
.food-card figcaption span { color: var(--cream-soft); font-size: 0.94rem; max-width: 420px; display: block; }

/* ---------- Table Stories ---------- */
.story-spotlight {
  background: var(--cream);
  color: var(--ink);
}
.story-spotlight__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: 54px;
  align-items: center;
}
.story-spotlight .eyebrow { color: var(--ember); }
.story-spotlight h2 { color: var(--ink); }
.story-spotlight .lead { color: #5f4c3a; margin: 18px 0 22px; }
.story-spotlight__meta {
  display: inline-flex;
  font-family: var(--font-disp);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  color: var(--ember);
  border: 1px solid rgba(217,84,31,0.35);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 24px;
}
.story-preview {
  display: block;
  background: #fffaf2;
  border: 1px solid rgba(23,17,12,0.12);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: 0 18px 45px rgba(23,17,12,0.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.story-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(23,17,12,0.22);
}
.story-preview img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  border: 1px solid rgba(23,17,12,0.12);
}
.story-body { background: var(--cream); color: var(--ink); }
.story-page-hero {
  padding: 160px 0 80px;
  background: linear-gradient(180deg, rgba(23,17,12,0.76), rgba(23,17,12,0.92)),
              url('images/interior-2.jpg') center/cover no-repeat;
}
.story-page-hero__inner { max-width: 760px; }
.story-page-hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  color: #fff;
  margin-bottom: 18px;
}
.story-page-hero .lead { color: var(--cream-soft); margin-bottom: 30px; }
.story-reader { background: var(--cream); color: var(--ink); padding-top: 70px; }
.story-reader__wrap {
  display: grid;
  grid-template-columns: 280px minmax(0, 760px);
  gap: 42px;
  align-items: start;
  justify-content: center;
}
.story-reader__intro {
  position: sticky;
  top: 96px;
}
.story-reader__intro .eyebrow { color: var(--ember); }
.story-reader__intro h2 { color: var(--ink); margin-bottom: 16px; }
.story-reader__intro p { color: #5f4c3a; margin-bottom: 14px; }
.story-reader__next {
  font-family: var(--font-disp);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ember) !important;
}
.story-reader__frame {
  background: #fff;
  border: 1px solid rgba(23,17,12,0.14);
  border-radius: var(--radius);
  padding: 10px;
  box-shadow: 0 18px 45px rgba(23,17,12,0.14);
}
.story-reader__frame img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---------- Our History ---------- */
.about { background: var(--ink); }
.history-story { overflow: hidden; padding: 118px 0; }
.history-story__glow {
  position: absolute; width: 720px; height: 720px; right: -300px; top: -330px;
  background: radial-gradient(circle, rgba(217,84,31,.2), transparent 68%);
  pointer-events: none;
}
.history-story__heading { margin-bottom: 58px; max-width: 980px; }
.history-story__heading h2 { color: #fff; font-size: clamp(3rem, 6.4vw, 5.8rem); }
.history-story__stage {
  display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  gap: 72px; align-items: start;
}
.history-story__today {
  position: sticky; top: 104px; min-height: 760px; overflow: hidden; margin: 0;
  border-radius: 2px; background: var(--ink-2); box-shadow: 0 32px 80px rgba(0,0,0,.38);
}
.history-story__today::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10,7,5,.92) 100%);
}
.history-story__today img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.history-story__today figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 31px; }
.history-story__today figcaption span {
  display: block; color: var(--ember-2); font-family: var(--font-disp); text-transform: uppercase;
  letter-spacing: .16em; font-size: .74rem; margin-bottom: 9px;
}
.history-story__today figcaption strong {
  display: block; color: #fff; font-family: var(--font-disp); text-transform: uppercase;
  letter-spacing: .035em; font-size: clamp(1.55rem, 2.6vw, 2.45rem); line-height: 1.08;
}
.history-story__prose { padding-top: 4px; }
.history-story__prose > p {
  color: var(--cream-soft); font-size: 1.06rem; line-height: 1.9;
  margin: 0 0 24px;
}
.history-story__prose em { color: var(--cream); }
.history-story__archive-link {
  display: block; margin: 38px 0 34px; padding: 15px;
  color: var(--ink); background: #efe7d8; border-radius: 3px;
  box-shadow: 0 22px 55px rgba(0,0,0,.34); transform: rotate(-.45deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.history-story__archive-link:hover { transform: rotate(0) translateY(-3px); box-shadow: 0 28px 68px rgba(0,0,0,.4); }
.history-story__archive-link img {
  width: 100%; height: auto; object-fit: contain;
  border: 1px solid rgba(23,17,12,.14);
}
.history-story__archive-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  color: #6b5a48; padding: 1px 2px 11px;
}
.history-story__archive-link b {
  color: var(--ember); font-family: var(--font-disp); text-transform: uppercase;
  letter-spacing: .1em; font-size: .78rem;
}
.history-story__archive-meta i {
  color: #6b5a48; font-style: normal; font-family: var(--font-disp);
  text-transform: uppercase; letter-spacing: .08em; font-size: .7rem;
}
.history-story__archive-link > u {
  display: block; color: var(--ink); padding: 11px 2px 1px;
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: .08em;
  font-size: .72rem; text-decoration-color: var(--ember); text-underline-offset: 4px;
}
.history-story__actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 6px; }

/* ---------- Principles ---------- */
.principles { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles__head { text-align: center; margin-bottom: 54px; }
.principles__head .lead { margin: 0 auto; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 30px; transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(217,84,31,0.5); }
.card__num { font-family: var(--font-disp); font-size: 2.4rem; color: var(--ember); line-height: 1; }
.card h3 { font-size: 1.3rem; margin: 14px 0 10px; color: var(--cream); }
.card p { color: var(--muted); font-size: 0.98rem; }

/* ---------- Menu ---------- */
.menu { background: var(--ink); }
.menu__head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; margin-bottom: 34px; }
.tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.tab {
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.86rem; padding: 11px 22px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--line); background: transparent; color: var(--cream-soft); transition: .2s;
}
.tab.active { background: var(--ember); border-color: var(--ember); color: #fff; }
.tab:hover:not(.active) { border-color: var(--ember-2); color: var(--cream); }

.panel { display: none; animation: fade .4s ease; }
.panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.ayce__banner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  background: var(--ink-2); border: 1px solid var(--line); border-left: 4px solid var(--ember);
  border-radius: var(--radius); padding: 22px 26px; margin-bottom: 32px;
}
.ayce__banner .price { font-family: var(--font-disp); font-size: 2.2rem; color: var(--cream); }
.ayce__banner .price small { font-size: 0.95rem; color: var(--muted); display: block; letter-spacing: 0.08em; }

.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 50px; }
.menu-group h4 {
  font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 1.05rem; color: var(--ember-2); padding-bottom: 10px; margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.menu-item { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; align-items: baseline; }
.menu-item .name { color: var(--cream-soft); font-size: 0.98rem; }
.menu-item .name .meta { display: block; color: var(--muted); font-size: 0.82rem; line-height: 1.35; margin-top: 2px; }
.menu-item .dots { flex: 1; border-bottom: 1px dotted rgba(247,239,226,0.2); transform: translateY(-4px); }
.menu-item .price { font-family: var(--font-disp); color: var(--gold); font-size: 1rem; white-space: nowrap; }
.tag-v, .tag-gf, .tag-spicy { font-size: 0.66rem; letter-spacing: 0.06em; padding: 1px 6px; border-radius: 4px; vertical-align: middle; margin-left: 4px; }
.tag-v { background: rgba(122,168,77,0.18); color: #a3cc6e; }
.tag-gf { background: rgba(199,154,60,0.18); color: var(--gold); }
.tag-spicy { background: rgba(217,84,31,0.2); color: #ff9b70; }

/* Dietary & allergen info box */
.diet-info { margin: 0 0 22px; border: 1px solid rgba(247,239,226,0.16); border-radius: 12px; background: rgba(247,239,226,0.03); overflow: hidden; }
.diet-info summary { cursor: pointer; padding: 14px 18px; font-family: var(--font-disp); font-size: 1rem; color: var(--cream); list-style: none; }
.diet-info summary::-webkit-details-marker { display: none; }
.diet-info summary::after { content: '+'; float: right; color: var(--gold); font-size: 1.2rem; line-height: 1; }
.diet-info[open] summary::after { content: '−'; }
.diet-info__body { padding: 0 18px 16px; color: var(--cream-soft); font-size: 0.92rem; line-height: 1.6; }
.diet-info__body ul { margin: 8px 0; padding-left: 20px; }
.diet-info__body li { margin: 4px 0; }
.diet-info__body b { color: var(--cream); }
.diet-info__warn { margin-top: 12px; padding: 12px 14px; background: rgba(217,84,31,0.12); border: 1px solid rgba(217,84,31,0.32); border-radius: 8px; color: #ffcdb6; }
.diet-info__warn b { color: #fff; }

/* Dietary filter chips */
.diet-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 26px; }
.diet-filters__label { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; }
.chip { padding: 7px 16px; border-radius: 999px; border: 1px solid rgba(247,239,226,0.22); background: transparent; color: var(--cream-soft); font-size: 0.9rem; cursor: pointer; transition: all .2s ease; }
.chip:hover:not(.active) { border-color: var(--gold); color: var(--cream); }
.chip.active { background: var(--gold); border-color: var(--gold); color: #2a1c0c; font-weight: 600; }

.sets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.set-card { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.set-card h4 { font-family: var(--font-disp); font-size: 1.25rem; color: var(--cream); letter-spacing: 0.06em; text-transform: uppercase; }
.set-card .set-price { font-family: var(--font-disp); font-size: 2.1rem; color: var(--ember-2); margin: 6px 0 16px; }
.set-card ul { list-style: none; }
.set-card li { color: var(--muted); font-size: 0.92rem; padding: 4px 0 4px 18px; position: relative; }
.set-card li::before { content: '›'; position: absolute; left: 0; color: var(--ember); }
.menu-note { color: var(--muted); font-size: 0.9rem; margin-top: 26px; }
.menu-note--boxed {
  background: var(--ink-2); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: var(--radius); color: var(--cream-soft); padding: 16px 18px; margin: -12px 0 28px;
}
.menu-pdfs { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.allergen { color: var(--muted); font-size: 0.82rem; margin-top: 24px; letter-spacing: 0.02em; }

/* ---------- Gallery ---------- */
.gallery { background: var(--ink-2); }
.gallery__head { margin-bottom: 30px; }
.gallery__head h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery__grid figure { overflow: hidden; border-radius: 10px; }
.gallery__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__grid figure:hover img { transform: scale(1.07); }
.gallery__grid .tall { grid-row: span 2; }
.gallery__grid .wide { grid-column: span 2; }

/* ---------- Wine ---------- */
.wine { background: var(--ink); }
.wine__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.wine__chips { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0; }
.wine__chips span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-family: var(--font-disp); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.82rem; color: var(--cream-soft); }
.wine p { color: var(--cream-soft); }
.wine__byo { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; }
.wine__byo b { color: var(--ember-2); font-family: var(--font-disp); letter-spacing: 0.08em; }

/* ---------- Visit ---------- */
.visit { background: var(--ink-2); }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours li b { font-family: var(--font-disp); letter-spacing: 0.06em; color: var(--cream); text-transform: uppercase; font-size: 0.95rem; }
.hours li span { color: var(--cream-soft); }
.info-row { display: flex; gap: 12px; align-items: flex-start; margin: 14px 0; }
.info-row .ico { color: var(--ember); font-size: 1.1rem; line-height: 1.5; min-width: 22px; }
.info-row a { color: var(--cream); border-bottom: 1px solid var(--ember); }
.policies { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.policies span { background: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; font-size: 0.85rem; color: var(--muted); }
.map { border-radius: var(--radius); overflow: hidden; min-height: 340px; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: grayscale(0.3) contrast(1.05); }

/* ---------- Reservations CTA ---------- */
.reserve {
  background: linear-gradient(rgba(23,17,12,0.82), rgba(23,17,12,0.92)), url('images/interior-1.jpg') center/cover fixed no-repeat;
  text-align: center;
}
.reserve h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.reserve .lead { margin: 14px auto 30px; }
.reserve__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.reserve__terms { color: var(--muted); font-size: 0.86rem; margin-top: 26px; max-width: 640px; margin-left: auto; margin-right: auto; }
.reserve__widget {
  background: var(--cream); border-radius: var(--radius); padding: 18px;
  max-width: 460px; margin: 6px auto 24px; box-shadow: var(--shadow);
  min-height: 110px; display: flex; align-items: center; justify-content: center;
}
.reserve__widget iframe { max-width: 100% !important; }

/* ---------- Footer ---------- */
.footer { background: #100b07; padding: 60px 0 30px; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand b { font-family: var(--font-disp); font-size: 1.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream); }
.footer__brand p { color: var(--muted); margin-top: 12px; font-size: 0.95rem; }
.footer h5 { font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.14em; color: var(--ember-2); font-size: 0.9rem; margin-bottom: 16px; }
.footer a, .footer p.fline { color: var(--cream-soft); display: block; padding: 5px 0; font-size: 0.95rem; }
.footer a:hover { color: var(--ember-2); }
.socials { display: flex; gap: 12px; margin-top: 8px; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .2s; }
.socials a:hover { background: var(--ember); border-color: var(--ember); }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 0.82rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .nav__links { display: none; }
  .nav__toggle { display: block; }
}
@media (max-width: 900px) {
  .about__grid, .wine__grid, .visit__grid, .story-spotlight__inner, .story-reader__wrap { grid-template-columns: 1fr; gap: 36px; }
  .history-story__stage { grid-template-columns: 1fr; gap: 38px; }
  .history-story__heading { margin-bottom: 40px; }
  .history-story__today { position: relative; top: auto; min-height: 560px; }
  .takeaway-home__inner { grid-template-columns: 1fr; }
  .takeaway-home__actions { justify-content: flex-start; }
  .food-showcase__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .food-card, .food-card--wide { min-height: 340px; grid-row: auto; }
  .cards, .sets { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; gap: 24px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 70px 0; }
  .reserve { background-attachment: scroll; }
  .story-reader__intro { position: static; }
  .story-preview img { max-height: 520px; }
}
@media (max-width: 520px) {
  .gallery__grid .wide { grid-column: span 2; }
  .strip__inner { gap: 10px; }
  .takeaway-home__actions .btn { width: 100%; justify-content: center; }
  .takeaway-home__pill { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .hero__inner { padding-top: 110px; }
  .hero { min-height: 86vh; background-position: 58% center; }
  .food-card, .food-card--wide { min-height: 280px; }
  .food-card figcaption { padding: 48px 20px 20px; }
  .story-page-hero { padding: 135px 0 64px; }
  .story-reader__frame { margin-left: -10px; margin-right: -10px; padding: 6px; }
  .history-story { padding: 74px 0; }
  .history-story__heading h2 { font-size: 2.72rem; }
  .history-story__stage { gap: 42px; }
  .history-story__today { min-height: 455px; }
  .history-story__today figcaption { left: 22px; right: 22px; bottom: 22px; }
  .history-story__prose > p { font-size: 1rem; line-height: 1.82; }
  .history-story__archive-link { margin: 32px 2px 30px; padding: 10px; transform: none; }
  .history-story__archive-meta { gap: 8px; }
  .history-story__archive-meta i { font-size: .61rem; }
  .history-story__actions .btn { width: 100%; justify-content: center; }
}

/* mobile menu drawer */
.drawer {
  position: fixed; inset: 0; z-index: 99; background: rgba(16,11,7,0.98);
  display: none; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
}
.drawer.open { display: flex; }
.drawer a { font-family: var(--font-disp); text-transform: uppercase; letter-spacing: 0.14em; font-size: 1.4rem; color: var(--cream); }
.drawer a:hover { color: var(--ember-2); }
.drawer__close { position: absolute; top: 24px; right: 24px; background: none; border: 0; color: var(--cream); font-size: 2rem; cursor: pointer; }
