/* ============================================================
   Jamaican Vybes Kitchen — core stylesheet
   Palette: Jamaican flag (black / gold / green) + scotch-bonnet red
   ============================================================ */

:root {
  --black:      #0b0b0b;
  --ink:        #141414;
  --ink-2:      #1c1c1c;
  --ink-3:      #262626;
  --gold:       #ffc400;
  --gold-deep:  #e0a500;
  --green:      #009b3a;
  --green-lite: #00c94c;
  --red:        #d81f26;
  --cream:      #fdf8ee;
  --sand:       #efe4cf;
  --text:       #f4efe6;
  --muted:      #a9a196;
  --line:       rgba(255,255,255,.10);

  --font-display: 'Anton', 'Arial Black', Impact, sans-serif;
  --font-script:  'Caveat', cursive;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --radius: 16px;
  --radius-lg: 26px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --shadow-sm: 0 8px 24px rgba(0,0,0,.3);
  --maxw: 1200px;
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--black);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1,h2,h3,h4 { margin: 0 0 .5em; line-height: 1.06; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; position: relative; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.center { text-align: center; }

/* ---------- typography ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--green-lite); border-radius: 2px;
}
.eyebrow--center::after {
  content: ""; width: 26px; height: 2px; background: var(--green-lite); border-radius: 2px;
}
.h1 { font-size: clamp(2.6rem, 8vw, 5.6rem); }
.h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--muted); max-width: 62ch; }
.lead--center { margin-inline: auto; }
.script { font-family: var(--font-script); color: var(--green-lite); font-size: clamp(1.6rem,3vw,2.2rem); line-height:1; }
.gold { color: var(--gold); }
.green { color: var(--green-lite); }
.red { color: var(--red); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; letter-spacing: .02em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: var(--gold); color: #111; box-shadow: 0 10px 26px rgba(255,196,0,.28); }
.btn--primary:hover { background: #ffd23f; box-shadow: 0 16px 34px rgba(255,196,0,.38); }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(0,155,58,.3); }
.btn--green:hover { background: var(--green-lite); }
.btn--ghost { border-color: rgba(255,255,255,.28); color: var(--text); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--dark { background: #111; color: var(--gold); border-color: rgba(255,196,0,.35); }
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* ---------- flag ribbon ---------- */
.ribbon { height: 5px; display: flex; }
.ribbon i { flex: 1; }
.ribbon i:nth-child(1) { background: var(--green); }
.ribbon i:nth-child(2) { background: var(--gold); }
.ribbon i:nth-child(3) { background: #000; }
.ribbon i:nth-child(4) { background: var(--gold); }
.ribbon i:nth-child(5) { background: var(--green); }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,11,11,.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background .3s, box-shadow .3s;
}
.header.is-stuck { background: rgba(11,11,11,.95); box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand__mark {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, var(--green) 0%, var(--green) 40%, #000 40%, #000 60%, var(--gold) 60%);
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.15rem; color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
  box-shadow: 0 6px 18px rgba(0,0,0,.4);
}
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-size: 1.06rem; letter-spacing: .02em; text-transform: uppercase; }
.brand__sub { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.nav__links { display: flex; align-items: center; gap: .35rem; }
.nav__links a {
  padding: .55rem .9rem; border-radius: 999px; font-size: .92rem; font-weight: 600;
  color: var(--muted); transition: color .2s, background .2s;
}
.nav__links a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.nav__links a.is-active { color: var(--gold); background: rgba(255,196,0,.10); }
.nav__cta { display: flex; align-items: center; gap: .5rem; }

.burger {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,.07); border: 1px solid var(--line);
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.burger span { display:block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(8,8,8,.98); backdrop-filter: blur(10px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .4rem;
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease);
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; color: var(--text); padding: .35rem 1rem; }
.mobile-menu a.is-active { color: var(--gold); }
.mobile-menu .btn { margin-top: 1.4rem; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: clamp(560px, 88vh, 860px);
  display: grid; align-items: center;
  background:
    radial-gradient(1100px 620px at 78% 18%, rgba(0,155,58,.30), transparent 62%),
    radial-gradient(820px 520px at 12% 82%, rgba(255,196,0,.20), transparent 60%),
    linear-gradient(180deg, #0d0d0d 0%, #070707 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 24px 24px; opacity: .5;
}
.hero__inner { position: relative; z-index: 2; padding: clamp(3rem,7vw,5rem) 0; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.hero h1 { margin-bottom: 1.1rem; }
.hero h1 .line { display: block; }
.hero h1 .stroke {
  color: transparent; -webkit-text-stroke: 2px var(--gold);
}
.hero__badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 2rem; }
.pill {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem 1rem; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid var(--line);
  font-size: .82rem; font-weight: 600; color: var(--text);
}
.pill--gold { border-color: rgba(255,196,0,.4); color: var(--gold); background: rgba(255,196,0,.08); }
.pill--green { border-color: rgba(0,201,76,.4); color: var(--green-lite); background: rgba(0,201,76,.08); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.hero__meta div span { display: block; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: .25rem; }
.hero__meta div strong { font-family: var(--font-display); font-size: 1.15rem; font-weight: 400; letter-spacing: .02em; }

/* hero card stack */
.hero__card {
  background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}
.hero__card h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.25rem; letter-spacing: .03em; }
.deal-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .95rem 0; border-bottom: 1px dashed rgba(255,255,255,.14); }
.deal-row:last-child { border-bottom: 0; }
.deal-row b { display: block; font-size: 1rem; }
.deal-row small { color: var(--muted); font-size: .82rem; }
.deal-price { font-family: var(--font-display); font-size: 2rem; color: var(--gold); line-height: 1; }

/* ---------- cards / grids ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(165deg, var(--ink-2), var(--ink));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.8rem; position: relative; overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(255,196,0,.35); box-shadow: var(--shadow-sm); }
.card__icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255,196,0,.12); border: 1px solid rgba(255,196,0,.28);
  margin-bottom: 1.1rem; font-size: 1.4rem;
}
.card h3 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .03em; font-size: 1.2rem; }
.card p { color: var(--muted); font-size: .95rem; margin: 0; }

/* meal tier cards */
.tier { display: flex; flex-direction: column; }
.tier__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.tier__price { font-family: var(--font-display); font-size: 2.6rem; color: var(--gold); line-height: 1; }
.tier ul { display: grid; gap: .55rem; margin-bottom: 1.4rem; }
.tier li { display: flex; align-items: center; gap: .6rem; font-size: .96rem; }
.tier li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-lite); flex: none; }
.tier__foot { margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted); }
.tier--feature { border-color: rgba(255,196,0,.4); background: linear-gradient(165deg, rgba(255,196,0,.10), var(--ink)); }
.tag-top + .tier__head { padding-top: 1.9rem; }
.tag-top {
  position: absolute; top: 1.1rem; right: 1.1rem;
  background: var(--red); color: #fff; font-size: .66rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px;
}

/* ---------- menu ---------- */
.menu-filters { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; margin-bottom: 2.6rem; }
.chip {
  padding: .6rem 1.15rem; border-radius: 999px; font-size: .88rem; font-weight: 600;
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--muted);
  transition: all .25s var(--ease);
}
.chip:hover { color: var(--text); border-color: rgba(255,255,255,.3); }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: #111; }

.menu-block { margin-bottom: 3.4rem; }
.menu-block__head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
.menu-block__head h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(1.4rem,3vw,2rem); margin: 0; }
.menu-block__head .rule { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,196,0,.5), transparent); }

.menu-item {
  display: flex; align-items: flex-start; gap: 1rem; justify-content: space-between;
  padding: 1.05rem 1.2rem; border-radius: 14px;
  background: rgba(255,255,255,.03); border: 1px solid transparent;
  transition: background .25s, border-color .25s, transform .25s var(--ease);
}
.menu-item:hover { background: rgba(255,255,255,.06); border-color: rgba(255,196,0,.25); transform: translateX(4px); }
.menu-item__name { font-weight: 700; font-size: 1rem; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.menu-item__desc { color: var(--muted); font-size: .87rem; margin: .2rem 0 0; }
.menu-item__price { font-family: var(--font-display); font-size: 1.3rem; color: var(--gold); white-space: nowrap; }
.badge {
  font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .2rem .5rem; border-radius: 5px;
}
.badge--hot { background: rgba(216,31,38,.16); color: #ff6b70; border: 1px solid rgba(216,31,38,.4); }
.badge--veg { background: rgba(0,201,76,.14); color: var(--green-lite); border: 1px solid rgba(0,201,76,.4); }
.badge--pop { background: rgba(255,196,0,.14); color: var(--gold); border: 1px solid rgba(255,196,0,.4); }

.note-box {
  border-left: 3px solid var(--green); background: rgba(0,155,58,.08);
  padding: 1.1rem 1.3rem; border-radius: 0 14px 14px 0; font-size: .92rem; color: var(--text);
}

/* ---------- reviews ---------- */
.stars { color: var(--gold); letter-spacing: .12em; font-size: 1rem; }
.review { display: flex; flex-direction: column; height: 100%; }
.review p { font-size: .97rem; color: var(--text); flex: 1; }
.review__who { display: flex; align-items: center; gap: .75rem; margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #111; background: var(--gold); flex: none; }
.review__who b { display: block; font-size: .92rem; }
.review__who small { color: var(--muted); font-size: .78rem; }

.score {
  display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; justify-content: center;
  padding: 1.4rem 2rem; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line); width: fit-content; margin: 0 auto 2.6rem;
}
.score__num { font-family: var(--font-display); font-size: 3rem; color: var(--gold); line-height: 1; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.shot {
  position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); display: grid; place-items: center; text-align: center;
  transition: transform .4s var(--ease), border-color .3s;
}
.shot:hover { transform: scale(1.02); border-color: rgba(255,196,0,.4); }
.shot--tall { aspect-ratio: 3/4; }
.shot--wide { grid-column: span 2; aspect-ratio: 8/3; }
.shot__ph { padding: 1.2rem; }
.shot__ph .em { font-size: 2.2rem; display: block; margin-bottom: .5rem; }
.shot__ph b { display: block; font-family: var(--font-display); text-transform: uppercase; font-size: 1rem; letter-spacing: .04em; }
.shot__ph small { color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.g1 { background: linear-gradient(140deg, #1a2e1a, #0e1a0e); }
.g2 { background: linear-gradient(140deg, #2e2410, #1a1408); }
.g3 { background: linear-gradient(140deg, #2b1212, #170909); }
.g4 { background: linear-gradient(140deg, #12242e, #091319); }
.g5 { background: linear-gradient(140deg, #241a2e, #130e19); }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media {
  border-radius: var(--radius-lg); aspect-ratio: 4/3; border: 1px solid var(--line);
  display: grid; place-items: center; box-shadow: var(--shadow);
}

/* ---------- stats strip ---------- */
.strip { background: linear-gradient(90deg, rgba(0,155,58,.14), rgba(255,196,0,.12), rgba(216,31,38,.12)); border-block: 1px solid var(--line); }
.strip__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; text-align: center; padding: 2.4rem 0; }
.strip__grid b { display: block; font-family: var(--font-display); font-size: clamp(1.7rem,3.4vw,2.6rem); color: var(--gold); line-height: 1; }
.strip__grid span { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band {
  border-radius: var(--radius-lg); padding: clamp(2.2rem,5vw,3.6rem);
  background: linear-gradient(135deg, rgba(0,155,58,.22), rgba(255,196,0,.16));
  border: 1px solid rgba(255,196,0,.3); text-align: center;
}
.cta-band h2 { font-family: var(--font-display); text-transform: uppercase; }
.cta-band .btns { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }

/* ---------- forms ---------- */
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: .9rem 1.05rem; border-radius: 12px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--text);
  font-family: inherit; font-size: .96rem; transition: border-color .25s, background .25s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.07); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .82rem; color: var(--muted); }

/* ---------- hours table ---------- */
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed rgba(255,255,255,.12); font-size: .95rem; }
.hours li:last-child { border-bottom: 0; }
.hours li.is-closed { color: var(--muted); }
.hours li.is-today { color: var(--gold); font-weight: 700; }

/* ---------- map ---------- */
.map-embed { border: 0; width: 100%; height: 100%; min-height: 340px; filter: grayscale(.2) contrast(1.05); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }

/* ---------- footer ---------- */
.footer { background: #070707; border-top: 1px solid var(--line); padding-top: clamp(3rem,6vw,4.5rem); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer h4 { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer a { color: var(--muted); font-size: .93rem; transition: color .2s; }
.footer a:hover { color: var(--gold); }
.footer a.btn--primary, .footer a.btn--primary:hover { color: #111; }
.footer a.btn--green, .footer a.btn--green:hover { color: #fff; }
.footer li { margin-bottom: .55rem; }
.footer p { color: var(--muted); font-size: .93rem; }
.socials { display: flex; gap: .6rem; }
.socials a {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--text);
  transition: all .25s var(--ease);
}
.socials a:hover { background: var(--gold); color: #111; border-color: var(--gold); transform: translateY(-3px); }
.footer__base {
  border-top: 1px solid var(--line); padding: 1.4rem 0;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .82rem; color: var(--muted);
}

/* ---------- sticky mobile order bar ---------- */
.order-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: none; gap: .6rem; padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(10,10,10,.94); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.order-bar .btn { flex: 1; padding: .85rem 1rem; font-size: .92rem; }

/* ---------- page hero (inner pages) ---------- */
.page-hero {
  position: relative; padding: clamp(3.5rem,8vw,6rem) 0 clamp(2.5rem,5vw,4rem);
  background:
    radial-gradient(760px 420px at 82% 12%, rgba(0,155,58,.26), transparent 62%),
    radial-gradient(620px 380px at 8% 90%, rgba(255,196,0,.16), transparent 60%),
    #0a0a0a;
  border-bottom: 1px solid var(--line);
}
.crumbs { font-size: .78rem; color: var(--muted); letter-spacing: .06em; margin-bottom: 1rem; }
.crumbs a:hover { color: var(--gold); }

/* ---------- reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .strip__grid { grid-template-columns: repeat(2,1fr); gap: 2rem; }
}
@media (max-width: 860px) {
  .nav__links, .nav__cta .btn--ghost, .nav__cta .btn--primary { display: none; }
  .burger { display: flex; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .split, .split--rev .split__media { grid-template-columns: 1fr; order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .shot--wide { grid-column: span 2; }
  .order-bar { display: flex; }
  body { padding-bottom: 74px; }
  .hero { min-height: auto; }
}
@media (max-width: 520px) {
  .grid--4 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .shot--wide { grid-column: span 1; aspect-ratio: 4/3; }
  .score { flex-direction: column; gap: .6rem; padding: 1.4rem; }
  .menu-item { flex-direction: row; }
  .hero__actions .btn { flex: 1; }
}

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

/* ---------- print ---------- */
@media print {
  .header, .footer, .order-bar, .mobile-menu { display: none !important; }
  body { background: #fff; color: #000; }
  .card, .menu-item { border: 1px solid #ccc; background: #fff; }
}

/* ---------- sold-out state (driven by the Google Sheet) ---------- */
.menu-item.is-out,
.card.tier.is-out { opacity: .42; }
.menu-item.is-out .menu-item__name,
.card.tier.is-out h3 { text-decoration: line-through; text-decoration-thickness: 1px; }
.menu-item.is-out .menu-item__price,
.card.tier.is-out .tier__price {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.menu-item.is-out:hover { background: none; border-color: var(--line); transform: none; }

/* ---------- notice bar (driven by the "notice" row in the Google Sheet) ---------- */
.notice-bar {
  background: var(--gold);
  color: #101010;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: .92rem;
  line-height: 1.35;
  letter-spacing: .01em;
  text-align: center;
  padding: .75rem 1.2rem;
  position: relative;
  z-index: 61;
  box-shadow: 0 2px 14px rgba(0,0,0,.35);
}
@media (max-width: 640px) {
  .notice-bar { font-size: .84rem; padding: .65rem .9rem; }
}
@media print { .notice-bar { display: none; } }
