/* Ruby Night — the whole look of the site.
   Extracted from index.html so the ordering screen at /order can wear the
   same skin without a second copy drifting out of step. */

/* ============================================================
   NITI THAI — Cinematic dark-luxe design system
   Deep red-wine, gold foil, film grain, glass & glow.
   ============================================================ */
:root {
  --bg-0: #3E0910;
  --bg-1: #550F18;
  --bg-2: #6B131D;
  --wine-800: #5A0E17;
  --wine-700: #6E1219;
  --wine-600: #7A1520;
  --wine-500: #8E1C28;
  --gold-100: #FBF4E6;
  --gold-200: #F2D89A;
  --gold-300: #EFCB84;
  --gold-400: #E3B255;
  --gold-500: #C9992F;
  --gold-600: #A57C24;
  --gold-grad: linear-gradient(120deg, #F7E3B4 0%, #E3B255 38%, #A57C24 68%, #EFCB84 100%);
  --text-hi: #FBF5E8;
  --text-mid: rgba(251, 245, 232, .74);
  --text-low: rgba(251, 245, 232, .52);
  --line: rgba(227, 178, 85, .22);
  --line-strong: rgba(227, 178, 85, .45);
  --panel: linear-gradient(165deg, rgba(110, 18, 25, .48), rgba(62, 9, 16, .86));
  --danger: #E2604A;
  --shadow-lg: 0 34px 80px -24px rgba(0, 0, 0, .75);
  --shadow-md: 0 18px 44px -16px rgba(0, 0, 0, .6);
  --radius: 20px;
  --font-display: 'Fraunces', 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 70px); }
body {
  font-family: var(--font-body);
  background: var(--bg-0);
  color: var(--text-hi);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* film grain over everything */
body::after {
  content: ''; position: fixed; inset: -60px; z-index: 3000; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .045; mix-blend-mode: soft-light;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold-400); color: var(--bg-0); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: var(--wine-700); border-radius: 99px; border: 3px solid var(--bg-0); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-600); }

.container { width: min(1220px, 92%); margin-inline: auto; position: relative; z-index: 1; }

/* ---------- type ---------- */
.display { font-family: var(--font-display); font-weight: 520; line-height: 1.04; letter-spacing: .1px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-400);
}
.eyebrow::before, .eyebrow.center::after { content: ''; width: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500)); }
.eyebrow.center::after { background: linear-gradient(90deg, var(--gold-500), transparent); }

.shimmer {
  background: var(--gold-grad); background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 4.5s ease-in-out infinite;
}
@keyframes shimmer { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }

.section { padding: clamp(90px, 11vw, 150px) 0; position: relative; overflow: hidden; }
.section-head { position: relative; max-width: 680px; margin-bottom: clamp(40px, 6vw, 68px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(40px, 5.6vw, 74px); margin: 14px 0 16px; color: var(--text-hi); }
.section-head h2 em { font-style: italic; }
.section-head p { color: var(--text-mid); font-size: 15.5px; }
.ghost {
  position: absolute; left: 50%; top: -0.42em; transform: translateX(-50%);
  font-family: var(--font-display); font-size: clamp(88px, 15vw, 210px); font-weight: 600;
  white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
  color: transparent; -webkit-text-stroke: 1px rgba(227, 178, 85, .13);
}
.section-head:not(.center) .ghost { left: 0; transform: none; }
.section-head > *:not(.ghost) { position: relative; z-index: 1; }

/* ambient glows */
.glow::before, .glow-2::after {
  content: ''; position: absolute; pointer-events: none; z-index: 0;
  width: 900px; height: 900px; border-radius: 50%;
}
.glow::before { top: -280px; right: -240px; background: radial-gradient(circle, rgba(227, 178, 85, .12), transparent 62%); }
.glow-2::after { bottom: -320px; left: -280px; background: radial-gradient(circle, rgba(142, 28, 40, .36), transparent 60%); }

/* legacy hooks kept harmless */
.wine-bg { background: transparent; }
.on-wine { color: var(--text-hi); }
.accent, .accent-gold { color: var(--gold-400); }

/* ---------- intro curtain ---------- */
.intro {
  position: fixed; inset: 0; z-index: 900;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  background: radial-gradient(110% 90% at 50% 10%, var(--bg-2), var(--bg-0) 70%);
  transition: transform .85s cubic-bezier(.76, 0, .24, 1) .15s, visibility 0s 1.1s;
}
.intro-mark { width: 108px; height: 108px; border-radius: 50%; border: 1px solid var(--line-strong); padding: 5px; animation: intro-pop .9s cubic-bezier(.34, 1.56, .64, 1) both; }
.intro-mark img { width: 100%; height: 100%; object-fit: contain; }
.intro-word { font-family: var(--font-display); font-size: clamp(30px, 5vw, 44px); letter-spacing: .3em; text-indent: .3em; color: var(--gold-300); animation: intro-rise 1s .25s cubic-bezier(.22, .61, .36, 1) both; }
.intro-sub { font-size: 10.5px; font-weight: 700; letter-spacing: .5em; text-indent: .5em; color: var(--text-low); text-transform: uppercase; animation: intro-rise 1s .45s cubic-bezier(.22, .61, .36, 1) both; }
@keyframes intro-pop { from { transform: scale(.55); opacity: 0; } }
@keyframes intro-rise { from { transform: translateY(22px); opacity: 0; } }
body.ready .intro { transform: translateY(-101%); visibility: hidden; }

/* ---------- topbar + header ---------- */
.topbar {
  background: var(--bg-0); color: var(--text-low);
  font-size: 12px; letter-spacing: .05em;
  padding: 8px 0; border-bottom: 1px solid rgba(227, 178, 85, .12);
  position: relative; z-index: 60;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar span b { color: var(--gold-400); font-weight: 600; }
.topbar .dot { color: var(--gold-600); margin: 0 7px; }

header.site {
  position: sticky; top: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, box-shadow .4s;
}
header.site.scrolled {
  background: rgba(62, 9, 16, .82);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line); box-shadow: var(--shadow-md);
}
.nav { display: flex; align-items: center; gap: 26px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 13px; margin-right: auto; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong); padding: 2px; background: var(--bg-1); transition: transform .3s; }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.05); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: .14em; color: var(--gold-300); }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 9.5px; letter-spacing: .38em; color: var(--text-low); }
.nav-links { display: flex; gap: 8px; }
.nav-links a { position: relative; color: var(--text-mid); font-size: 14px; font-weight: 500; padding: 9px 13px; transition: color .25s; }
.nav-links a::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 1.5px;
  background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav-links a:hover { color: var(--gold-200); }
.nav-links a:hover::after { transform: scaleX(1); }

/* ---------- buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 14.5px; letter-spacing: .02em;
  padding: 15px 28px; border-radius: 999px; transition: .3s;
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold-grad); background-size: 150% 100%;
  color: #3E0910;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 10px 30px -10px rgba(201, 153, 47, .55);
}
.btn-gold::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 55%;
  transform: translateX(-160%) skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 18px 40px -12px rgba(227, 178, 85, .7); }
.btn-gold:hover::after { transform: translateX(280%) skewX(-20deg); transition: transform .75s ease; }
.btn-outline { border: 1px solid var(--line-strong); color: var(--gold-200); background: rgba(62, 9, 16, .25); backdrop-filter: blur(6px); }
.btn-outline:hover { background: rgba(227, 178, 85, .12); border-color: var(--gold-400); transform: translateY(-2px); }
.btn[disabled] { opacity: .4; cursor: not-allowed; transform: none !important; }
.btn-block { width: 100%; }

.cart-btn-wrap { position: relative; display: inline-flex; }
.cart-btn { padding: 13px 22px; }
.cart-count {
  position: absolute; top: -6px; right: -4px;
  min-width: 22px; height: 22px; padding: 0 6px;
  border-radius: 999px; background: var(--danger); color: #fff;
  font-size: 11.5px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--bg-0);
  transform: scale(0); transition: transform .25s cubic-bezier(.34, 1.56, .64, 1);
}
.cart-count.show { transform: scale(1); }
.cart-count.pulse { animation: count-pulse .45s cubic-bezier(.34, 1.56, .64, 1); }
@keyframes count-pulse { 40% { transform: scale(1.45); } }

.hamburger { display: none; color: var(--gold-200); font-size: 26px; padding: 6px 10px; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(58% 60% at 78% 24%, rgba(142, 28, 40, .55), transparent 65%),
    radial-gradient(42% 44% at 12% 82%, rgba(201, 153, 47, .1), transparent 68%),
    radial-gradient(rgba(227, 178, 85, .05) 1px, transparent 1.4px);
  background-size: auto, auto, 30px 30px;
}
.hero-inner {
  display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(40px, 5vw, 80px);
  align-items: center;
  min-height: min(calc(100svh - var(--header-h) - 44px), 880px);
  padding: clamp(40px, 5vw, 60px) 0 clamp(70px, 8vw, 110px);
}
/* sized so "Authentic Thai taste" holds on one line — it wraps above ~64px */
.hero h1 { font-size: clamp(34px, 4.3vw, 62px); margin: 22px 0 24px; color: var(--text-hi); }
.hero h1 > span { display: block; }
.hero h1 em { font-style: italic; }
.hero p.lede { font-size: clamp(15.5px, 1.35vw, 18px); color: var(--text-mid); max-width: 50ch; }
.hero-ctas { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-meta .chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 500; color: var(--gold-200);
  padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(62, 9, 16, .45); backdrop-filter: blur(8px);
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #58C97C; box-shadow: 0 0 0 4px rgba(88, 201, 124, .16); }
.status-dot.closed { background: #E6A422; box-shadow: 0 0 0 4px rgba(230, 164, 34, .16); }

/* staggered entrance */
.hero-line { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .95s cubic-bezier(.22, .61, .36, 1); transition-delay: var(--d, 0s); }
body.ready .hero-line { opacity: 1; transform: none; }

.hero-art { position: relative; z-index: 1; }
.hero-arch {
  position: relative; overflow: hidden;
  border-radius: 999px 999px 26px 26px;
  border: 1px solid var(--line-strong);
  box-shadow: 0 0 0 10px rgba(62, 9, 16, .55), var(--shadow-lg);
  opacity: 0; transform: translateY(40px) scale(.96);
  transition: opacity 1.1s ease .25s, transform 1.2s cubic-bezier(.22, .61, .36, 1) .25s;
}
body.ready .hero-arch { opacity: 1; transform: none; }
.hero-arch::before {
  content: ''; position: absolute; inset: 12px; z-index: 2; pointer-events: none;
  border: 1px solid rgba(247, 235, 206, .3); border-radius: 999px 999px 18px 18px;
}
.hero-arch::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(200deg, transparent 55%, rgba(62, 9, 16, .55));
}
.hero-arch img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1.18; transform: scale(1.04); }
.hero-floater {
  position: absolute; border-radius: 50%; overflow: hidden; z-index: 3;
  border: 3px solid var(--gold-400); box-shadow: var(--shadow-md);
  animation: float 7s ease-in-out infinite;
}
.hero-floater img { width: 100%; height: 100%; object-fit: cover; }
.hero-floater.f1 { width: 128px; height: 128px; right: -22px; top: -8px; }
.hero-floater.f2 { width: 96px; height: 96px; left: -30px; top: 34%; animation-delay: -3.2s; }
@keyframes float { 0%, 100% { transform: translateY(-7px); } 50% { transform: translateY(9px); } }
.hero-badge {
  position: absolute; left: -18px; bottom: 34px; z-index: 3;
  background: var(--gold-grad);
  color: #3E0910; border-radius: 18px; padding: 15px 22px;
  box-shadow: 0 18px 40px -10px rgba(201, 153, 47, .55);
  transform: rotate(-2.5deg);
  animation: float 8s ease-in-out infinite; animation-delay: -1.6s;
}
.hero-badge b { font-family: var(--font-display); font-size: 20px; display: block; line-height: 1.15; font-weight: 600; }
.hero-badge span { font-size: 11.5px; font-weight: 700; letter-spacing: .05em; }

/* rotating gold seal */
.seal {
  position: absolute; left: -30px; top: -24px; width: 122px; height: 122px; z-index: 4;
  animation: seal-spin 18s linear infinite;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .45));
}
.seal text { fill: var(--gold-300); font-family: var(--font-body); font-size: 10.6px; font-weight: 700; letter-spacing: 2.6px; }
.seal .mid { font-size: 20px; letter-spacing: 0; fill: var(--gold-400); }
.seal circle { fill: rgba(62, 9, 16, .55); stroke: var(--line-strong); stroke-width: 1; }
@keyframes seal-spin { to { transform: rotate(1turn); } }

/* floating gold dust */
.dust {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(246, 227, 172, .95), rgba(227, 178, 85, 0) 70%);
  animation: dust var(--dur, 6s) ease-in-out var(--del, 0s) infinite;
  opacity: 0;
}
@keyframes dust {
  0%, 100% { transform: translateY(6px) scale(.8); opacity: .05; }
  50% { transform: translateY(-24px) scale(1.15); opacity: .8; }
}

.scroll-cue {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: 1px; height: 58px; background: rgba(227, 178, 85, .2); overflow: hidden;
}
.scroll-cue span {
  position: absolute; left: 0; top: -40%; width: 100%; height: 40%;
  background: var(--gold-400); animation: cue 2.1s cubic-bezier(.65, 0, .35, 1) infinite;
}
@keyframes cue { to { top: 110%; } }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; background: var(--bg-0); position: relative; }
.marquee-track { display: flex; align-items: center; width: max-content; animation: mq 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.mq-item {
  font-family: var(--font-display); font-weight: 550; font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.15; padding: 0 26px; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1.1px rgba(233, 200, 122, .5);
}
.mq-item.solid { color: var(--gold-400); -webkit-text-stroke: 0; }
.mq-dot { color: var(--gold-600); font-size: 22px; }
@keyframes mq { to { transform: translateX(-50%); } }

/* service ribbon (slim) */
.ribbon { background: var(--bg-0); border-bottom: 1px solid var(--line); padding: 14px 0; }
.ribbon .container { display: flex; justify-content: center; gap: clamp(18px, 4vw, 58px); flex-wrap: wrap; }
.ribbon span { color: var(--text-low); font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; gap: 9px; }
.ribbon svg { width: 15px; height: 15px; color: var(--gold-500); }

/* ---------- LUNCH ---------- */
.lunch-band { background: linear-gradient(180deg, var(--bg-1), var(--bg-0)); }
.lunch-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; position: relative; z-index: 1; }
.lunch-head h2 { position: relative; z-index: 1; }
.lunch-ghost {
  position: absolute; left: -8px; top: -1.1em; z-index: 0;
  font-family: var(--font-display); font-size: clamp(80px, 13vw, 180px); font-weight: 600;
  color: transparent; -webkit-text-stroke: 1px rgba(227, 178, 85, .12);
  pointer-events: none; white-space: nowrap;
}
.lunch-perk {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(227, 178, 85, .1); border: 1px solid var(--line-strong);
  color: var(--gold-200); border-radius: 999px; padding: 11px 20px; font-size: 13px; font-weight: 600;
  backdrop-filter: blur(6px);
}
.lunch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; position: relative; z-index: 1; }
.lunch-item {
  display: flex; align-items: center; gap: 13px;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 18px; padding: 13px 15px; transition: .3s; text-align: left; width: 100%;
  color: var(--text-hi);
}
.lunch-item:hover { border-color: var(--gold-400); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lunch-item img, .lunch-item .ph {
  width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(227, 178, 85, .4); transition: transform .35s;
}
.lunch-item:hover img { transform: scale(1.1) rotate(3deg); border-color: var(--gold-400); }
.lunch-item .ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--wine-600), var(--bg-1)); color: var(--gold-400); font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.lunch-item .no { font-size: 10px; font-weight: 800; letter-spacing: .12em; color: var(--gold-500); }
.lunch-item h4 { font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--text-hi); }
.lunch-item .price { margin-left: auto; font-family: var(--font-display); font-weight: 600; color: var(--gold-300); font-size: 16px; white-space: nowrap; }
.lunch-item .price small { font-family: var(--font-body); font-size: 10px; font-weight: 600; color: var(--text-low); display: block; text-align: right; letter-spacing: .06em; }
.lunch-pricing { margin-top: 30px; font-size: 13px; color: var(--text-low); position: relative; z-index: 1; }
.lunch-pricing b { color: var(--gold-300); font-weight: 600; }

/* ---------- COMBO ---------- */
.combo-card {
  position: relative; border-radius: 30px; overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--bg-1), var(--bg-1)) padding-box,
    linear-gradient(140deg, rgba(246, 227, 172, .75), rgba(165, 124, 36, .18) 38%, rgba(165, 124, 36, .18) 62%, rgba(233, 206, 139, .65)) border-box;
  box-shadow: var(--shadow-lg);
}
.combo-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding: 26px 34px;
  background: linear-gradient(120deg, rgba(92, 21, 36, .88), rgba(62, 9, 16, .9));
  border-bottom: 1px solid var(--line);
}
.combo-banner h3 { font-family: var(--font-display); color: var(--text-hi); font-size: 26px; font-weight: 550; }
.combo-banner p { color: var(--text-mid); font-size: 13.5px; }
.combo-price { font-family: var(--font-display); font-weight: 600; font-size: clamp(36px, 4vw, 48px); line-height: 1; }
.combo-price small { font-size: 12px; font-family: var(--font-body); font-weight: 700; color: var(--text-low); display: block; text-align: right; letter-spacing: .22em; margin-bottom: 4px; }
.combo-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.combo-step { padding: 30px 28px 26px; border-right: 1px dashed rgba(227, 178, 85, .18); }
.combo-step:last-child { border-right: 0; }
.combo-step-head { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.combo-step-head img {
  width: 62px; height: 74px; border-radius: 999px 999px 14px 14px; object-fit: cover;
  border: 2px solid rgba(227, 178, 85, .45);
}
.combo-step-head .n { font-size: 10px; font-weight: 800; letter-spacing: .26em; color: var(--gold-500); text-transform: uppercase; }
.combo-step-head h4 { font-family: var(--font-display); font-size: 21px; font-weight: 550; color: var(--text-hi); }
.combo-opts { display: flex; flex-direction: column; gap: 8px; max-height: 272px; overflow-y: auto; padding-right: 8px; }
.combo-opts::-webkit-scrollbar { width: 4px; }
.combo-opts::-webkit-scrollbar-track { background: transparent; }
.combo-opts::-webkit-scrollbar-thumb { background: rgba(227, 178, 85, .3); border: 0; }
.combo-opt {
  display: flex; align-items: center; gap: 10px; text-align: left;
  padding: 11px 15px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(62, 9, 16, .35); font-size: 13.5px; font-weight: 500; color: var(--text-mid);
  transition: .2s;
}
.combo-opt:hover { border-color: var(--gold-400); color: var(--text-hi); }
.combo-opt.sel { background: var(--gold-grad); color: #3E0910; border-color: transparent; font-weight: 600; box-shadow: 0 8px 22px -8px rgba(201, 153, 47, .5); }
.combo-opt .r { margin-left: auto; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(227, 178, 85, .4); flex-shrink: 0; transition: .18s; }
.combo-opt.sel .r { border-color: #3E0910; background: radial-gradient(#3E0910 45%, transparent 52%); }
.combo-protein { margin-top: 18px; }
.combo-protein:empty { display: none; }
.combo-protein .opt-group { margin-top: 0; }
.combo-foot { padding: 22px 34px 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.combo-sum { font-size: 13.5px; color: var(--text-low); min-height: 20px; }
.combo-sum b { color: var(--gold-200); font-weight: 600; }

/* ---------- MENU ---------- */
.tabs-wrap {
  position: sticky; top: var(--header-h); z-index: 30;
  background: rgba(62, 9, 16, .82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  padding: 14px 0; margin-bottom: 26px;
  border-block: 1px solid var(--line);
}
.tabs { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: 0 0 auto; padding: 10px 20px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; color: var(--text-mid);
  background: transparent; border: 1px solid var(--line);
  transition: .25s;
}
.tab:hover { border-color: var(--gold-400); color: var(--gold-200); }
.tab.active { background: var(--gold-grad); color: #3E0910; border-color: transparent; box-shadow: 0 8px 24px -8px rgba(201, 153, 47, .5); }
.cat-note {
  font-size: 13px; color: var(--gold-200); background: rgba(227, 178, 85, .07);
  border: 1px dashed var(--line-strong); border-radius: 14px;
  padding: 12px 18px; margin: 0 0 24px; display: none;
}
.cat-note.show { display: block; }

.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); gap: 18px; }
.dish {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), border-color .3s, box-shadow .35s;
  position: relative; overflow: hidden; cursor: pointer;
}
.dish::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(60% 80% at 18% 20%, rgba(227, 178, 85, .1), transparent 70%);
}
.dish:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-md); }
.dish:hover::before { opacity: 1; }
.dish-img {
  width: 92px; height: 92px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(227, 178, 85, .35);
  outline: 1px solid rgba(227, 178, 85, .16); outline-offset: 5px;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1), border-color .3s;
}
.dish:hover .dish-img { transform: scale(1.08) rotate(3deg); border-color: var(--gold-400); }
.dish-img.ph {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--wine-600), var(--bg-1));
  color: var(--gold-400); font-family: var(--font-display); font-size: 30px; font-weight: 600;
}
.dish-body { flex: 1; min-width: 0; }
.dish-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.dish h3 { font-family: var(--font-display); font-size: 19px; font-weight: 560; color: var(--text-hi); line-height: 1.2; }
.dish h3 small { font-family: var(--font-body); font-weight: 500; font-size: 11px; color: var(--text-low); letter-spacing: .05em; }
.dish-price { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--gold-300); white-space: nowrap; }
.dish-price small { font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--text-low); display: block; text-align: right; }
.dish p { font-size: 13px; color: var(--text-mid); line-height: 1.55; margin: 6px 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dish-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.badges { display: flex; gap: 5px; flex-wrap: wrap; }
.badge {
  font-size: 10px; font-weight: 700; letter-spacing: .06em;
  padding: 3.5px 10px; border-radius: 999px; display: inline-flex; align-items: center; gap: 4px;
}
.badge.s { background: rgba(226, 96, 74, .14); color: #FF9B84; border: 1px solid rgba(226, 96, 74, .35); }
.badge.v { background: rgba(88, 201, 124, .12); color: #8FDCA8; border: 1px solid rgba(88, 201, 124, .3); }
.badge.g { background: rgba(227, 178, 85, .1); color: var(--gold-300); border: 1px solid var(--line-strong); }
.badge.r { background: var(--gold-grad); color: #3E0910; border: 0; }
.add-btn {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--line-strong); color: var(--gold-300); font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  transition: .25s; line-height: 1; background: rgba(227, 178, 85, .06);
}
.add-btn:hover { background: var(--gold-grad); color: #3E0910; transform: scale(1.12) rotate(90deg); border-color: transparent; box-shadow: 0 8px 20px -6px rgba(201, 153, 47, .6); }

/* ---------- VISIT ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.visit-logo { width: 148px; margin-bottom: 28px; }
.visit-list { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.visit-row { display: flex; gap: 16px; align-items: flex-start; }
.visit-ico {
  width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0;
  background: rgba(227, 178, 85, .08); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--gold-300);
}
.visit-ico svg { width: 19px; height: 19px; }
.visit-row b { display: block; font-size: 14.5px; color: var(--gold-200); letter-spacing: .03em; }
.visit-row span, .visit-row a.link { font-size: 13.8px; color: var(--text-mid); }
a.link { text-decoration: underline; text-underline-offset: 3px; }
a.link:hover { color: var(--gold-300); }
.hours-card {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 26px; padding: 34px 36px; box-shadow: var(--shadow-lg);
}
.hours-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 550; color: var(--gold-300); margin-bottom: 20px; }
.hours-row { display: flex; justify-content: space-between; padding: 11px 2px; border-bottom: 1px solid rgba(227, 178, 85, .1); font-size: 14px; color: var(--text-mid); }
.hours-row:last-child { border-bottom: 0; }
.hours-row.today { color: var(--gold-300); font-weight: 600; }
.hours-row.today span:first-child { padding-left: 12px; position: relative; }
.hours-row.today span:first-child::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 8px var(--gold-400); }
.hours-row .closed { color: var(--danger); font-weight: 600; }

/* ---------- FOOTER ---------- */
footer { background: var(--bg-0); padding: 60px 0 46px; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
footer .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
footer p { color: var(--text-low); font-size: 12.5px; }
footer .f-brand { font-family: var(--font-display); font-size: clamp(34px, 5vw, 60px); font-weight: 550; line-height: 1; }
footer .f-brand small { display: block; font-family: var(--font-body); font-size: 10.5px; font-weight: 700; letter-spacing: .4em; color: var(--text-low); margin-top: 10px; }

/* ---------- overlays / drawer / modals ---------- */
.overlay {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(22, 4, 10, .7); backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.overlay.open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(440px, 100vw);
  background: linear-gradient(190deg, var(--bg-2), var(--bg-1) 40%);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  transform: translateX(105%); transition: transform .42s cubic-bezier(.32, .72, .28, 1);
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 26px; border-bottom: 1px solid var(--line);
}
.drawer-head h3 { font-family: var(--font-display); font-size: 23px; font-weight: 550; color: var(--gold-300); }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-mid); font-size: 18px; transition: .2s; border: 1px solid transparent; }
.icon-btn:hover { background: rgba(227, 178, 85, .1); color: var(--gold-200); border-color: var(--line); }
.drawer-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { text-align: center; padding: 70px 20px; color: var(--text-low); }
.cart-empty .big { font-size: 46px; margin-bottom: 16px; }
.cart-empty b { color: var(--text-mid); }
.cart-line { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(227, 178, 85, .12); }
.cart-line img, .cart-line .ph { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(227, 178, 85, .3); }
.cart-line .ph { background: linear-gradient(150deg, var(--wine-600), var(--bg-1)); display: flex; align-items: center; justify-content: center; color: var(--gold-400); font-family: var(--font-display); font-weight: 600; }
.cart-line-body { flex: 1; min-width: 0; }
.cart-line-body b { font-size: 14px; color: var(--text-hi); display: block; line-height: 1.3; }
.cart-line-body .mods { font-size: 12px; color: var(--text-low); margin-top: 2px; }
.cart-edit {
  display: inline-block; margin-top: 7px; padding: 0; border: 0; background: none; cursor: pointer;
  font-size: 12px; font-weight: 600; letter-spacing: .02em; color: var(--gold-300);
  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.cart-edit:hover { color: var(--gold-100); }
.cart-line-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.qty { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--line); border-radius: 999px; background: rgba(62, 9, 16, .4); }
.qty button { width: 30px; height: 30px; font-size: 16px; color: var(--gold-300); border-radius: 50%; }
.qty button:hover { color: var(--danger); }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: 13.5px; color: var(--text-hi); }
.cart-line-price { font-family: var(--font-display); font-weight: 600; color: var(--gold-300); font-size: 16px; }
.drawer-foot { padding: 20px 24px 24px; background: rgba(62, 9, 16, .5); border-top: 1px solid var(--line); }
.totals-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-mid); padding: 3px 0; }
.totals-row.grand { font-size: 19px; font-weight: 600; color: var(--text-hi); padding-top: 12px; margin-top: 9px; border-top: 1px dashed rgba(227, 178, 85, .25); }
.totals-row.grand span:last-child { font-family: var(--font-display); color: var(--gold-300); }
.drawer-foot .btn { margin-top: 15px; }
.mini-note { font-size: 11.5px; color: var(--text-low); text-align: center; margin-top: 11px; }

.modal {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px;
  opacity: 0; pointer-events: none; transition: opacity .28s;
}
.modal.open { opacity: 1; pointer-events: auto; }
.modal-card {
  width: min(570px, 100%); max-height: min(90vh, 880px); overflow-y: auto;
  background: linear-gradient(190deg, var(--bg-2), var(--bg-1) 45%);
  border: 1px solid var(--line);
  border-radius: 28px; box-shadow: var(--shadow-lg);
  transform: translateY(24px) scale(.96); transition: transform .32s cubic-bezier(.32, .72, .28, 1);
}
.modal.open .modal-card { transform: none; }
/* the dish photo is the whole point of opening a dish — show it big */
/* show the dish photo whole — a fixed 4:3 crop was cutting the framing the
   kitchen shot, so the box follows the photo instead of the other way round */
.modal-hero { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--wine-600), var(--bg-0)); cursor: zoom-in; }
.modal-hero .shot { display: block; width: 100%; height: auto; max-height: 52vh; object-fit: contain; margin-inline: auto; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.modal-hero:hover .shot { transform: scale(1.03); }
.modal-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 96px; pointer-events: none; background: linear-gradient(transparent, rgba(62, 9, 16, .92)); }
.modal-hero .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); font-family: var(--font-display); font-size: 72px; }
.modal-hero .icon-btn { position: absolute; top: 14px; right: 14px; background: rgba(22, 4, 10, .6); color: var(--text-hi); backdrop-filter: blur(6px); z-index: 2; }
.modal-hero .icon-btn:hover { background: rgba(22, 4, 10, .9); }
.zoom-hint {
  position: absolute; left: 14px; bottom: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-strong);
  background: rgba(22, 4, 10, .62); backdrop-filter: blur(8px);
  color: var(--gold-200); font-size: 12px; font-weight: 600; letter-spacing: .04em; cursor: zoom-in;
  transition: background .2s, transform .2s;
}
.zoom-hint:hover { background: rgba(22, 4, 10, .9); transform: translateY(-1px); }
.zoom-hint svg { width: 13px; height: 13px; }

/* full-screen photo view */
.lightbox {
  position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: clamp(14px, 4vw, 46px);
  opacity: 0; pointer-events: none; transition: opacity .28s; cursor: zoom-out;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img {
  max-width: min(1100px, 100%); max-height: 90vh; object-fit: contain;
  border-radius: 20px; border: 1px solid var(--line-strong);
  box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .9);
  transform: scale(.94); transition: transform .32s cubic-bezier(.32, .72, .28, 1);
}
.lightbox.open img { transform: none; }
.lightbox .cap {
  position: absolute; left: 50%; bottom: max(18px, 3vh); transform: translateX(-50%);
  font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--gold-100);
  background: rgba(22, 4, 10, .78); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 20px; white-space: nowrap; max-width: 92vw; overflow: hidden; text-overflow: ellipsis;
}
.lightbox .icon-btn { position: absolute; top: 18px; right: 18px; background: rgba(22, 4, 10, .7); color: var(--text-hi); }
.modal-body { padding: 26px 30px 30px; }
.modal-body h3 { font-family: var(--font-display); font-size: 27px; font-weight: 550; color: var(--text-hi); }
.modal-body .desc { font-size: 14px; color: var(--text-mid); margin: 9px 0 4px; }
.opt-group { margin-top: 22px; }
.opt-group > b { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-500); display: block; margin-bottom: 11px; font-weight: 700; }
.opt-list { display: flex; flex-direction: column; gap: 8px; }
.opt-row {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  border: 1px solid var(--line); background: rgba(62, 9, 16, .35);
  padding: 12px 16px; border-radius: 13px; font-size: 14px; font-weight: 500; color: var(--text-mid); transition: .2s;
}
.opt-row:hover { border-color: var(--gold-400); color: var(--text-hi); }
.opt-row.sel { border-color: transparent; background: var(--gold-grad); color: #3E0910; font-weight: 600; box-shadow: 0 8px 22px -8px rgba(201, 153, 47, .45); }
.opt-row .r { width: 17px; height: 17px; border-radius: 50%; border: 2px solid rgba(227, 178, 85, .4); flex-shrink: 0; transition: .18s; }
.opt-row.sel .r { border-color: #3E0910; background: radial-gradient(#3E0910 45%, transparent 52%); }
.opt-row .delta { margin-left: auto; font-size: 13px; font-weight: 600; opacity: .85; }
/* multi-select rows (recommended beverages) — square mark, not a radio */
.opt-row.multi .r { border-radius: 5px; }
.opt-row.multi.sel .r { background: none; position: relative; }
.opt-row.multi.sel .r::after {
  content: ''; position: absolute; left: 4px; top: 0; width: 5px; height: 10px;
  border: solid currentColor; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.opt-row[disabled] { opacity: .38; cursor: not-allowed; }
.opt-hint { font-size: 10.5px; font-weight: 600; letter-spacing: .04em; text-transform: none; opacity: .7; margin-left: 6px; }
.spice-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.spice {
  padding: 11px 6px; border-radius: 13px; border: 1px solid var(--line); background: rgba(62, 9, 16, .35);
  font-size: 12px; font-weight: 600; color: var(--text-mid); transition: .2s; text-align: center;
}
.spice:hover { border-color: var(--gold-400); color: var(--text-hi); }
.spice.sel { background: linear-gradient(160deg, #C24A32, #8A2418); color: #FFE9D9; border-color: transparent; box-shadow: 0 8px 20px -8px rgba(194, 74, 50, .6); }
.spice .peps { display: block; font-size: 13px; margin-bottom: 2px; letter-spacing: 2px; }
textarea.notes, input.field, select.field {
  width: 100%; border: 1px solid var(--line); background: rgba(62, 9, 16, .45);
  border-radius: 13px; padding: 13px 15px; font-family: inherit; color: var(--text-hi);
  color-scheme: dark;
  /* 16px is not a design choice: iOS Safari zooms the whole page in when a
     focused field is smaller than that, and it never zooms back out — so
     filling in a name left the customer pinching to read the menu again. */
  font-size: 16px;
}
textarea.notes { resize: vertical; min-height: 66px; }
textarea.notes::placeholder, input.field::placeholder { color: rgba(251, 245, 232, .35); }
textarea.notes:focus, input.field:focus, select.field:focus { outline: 2px solid rgba(227, 178, 85, .55); outline-offset: 1px; border-color: var(--gold-500); }
.modal-foot { display: flex; gap: 14px; align-items: center; margin-top: 26px; }
.modal-foot .qty { padding: 3px; }
.modal-foot .qty button { width: 36px; height: 36px; }

/* checkout */
.co-steps { display: flex; gap: 8px; margin: 2px 0 22px; }
.co-step { flex: 1; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-low); padding-bottom: 10px; border-bottom: 2px solid rgba(227, 178, 85, .15); transition: .3s; }
.co-step.on { color: var(--gold-300); border-color: var(--gold-500); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-wrap { margin-bottom: 14px; }
.field-wrap label { display: block; font-size: 12px; font-weight: 600; color: var(--text-low); margin-bottom: 7px; letter-spacing: .05em; }
input.field.err { border-color: var(--danger); }
.closed-note {
  font-size: 12.5px; line-height: 1.6; color: #FFD9C4; margin: 0 0 12px;
  border: 1px solid rgba(226, 96, 74, .4); background: rgba(226, 96, 74, .12);
  border-radius: 12px; padding: 11px 14px;
}
.pickup-note { font-size: 12.5px; line-height: 1.6; color: var(--text-mid); border: 1px solid var(--line); border-radius: 12px; background: rgba(25, 8, 7, .4); padding: 11px 14px; margin: 2px 0 18px; }
.tip-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.tip-row .spice { font-size: 13px; }
.tip-row .spice.sel { background: var(--gold-grad); color: #3E0910; box-shadow: 0 6px 18px -6px rgba(201, 153, 47, .5); }
.pay-box { border: 1px solid var(--line); border-radius: 18px; background: rgba(62, 9, 16, .4); padding: 20px; margin-top: 6px; }
.pay-brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.pay-brand b { font-size: 14px; color: var(--text-hi); }
.sq-mark { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--text-low); }
.sq-mark svg { width: 16px; height: 16px; }
#card-container { min-height: 92px; }
.demo-note {
  margin-top: 13px; font-size: 12px; line-height: 1.55; color: var(--gold-200);
  background: rgba(227, 178, 85, .07); border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px;
}
.demo-note code { color: var(--gold-300); }
.pay-total-btn { margin-top: 18px; }
.spinner { width: 18px; height: 18px; border: 2.5px solid rgba(42, 14, 8, .3); border-top-color: #3E0910; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* success */
.success-wrap { text-align: center; padding: 48px 36px 44px; position: relative; overflow: hidden; }
.success-ring {
  position: relative; width: 88px; height: 88px; margin: 0 auto 24px; border-radius: 50%;
  background: var(--gold-grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 40px -10px rgba(201, 153, 47, .65);
  animation: pop .55s cubic-bezier(.34, 1.56, .64, 1);
}
.success-ring svg { width: 42px; height: 42px; color: #3E0910; }
@keyframes pop { from { transform: scale(.4); opacity: 0; } }
/* Two lines rather than one long sentence: the thanks and the status are
   different things to say, and run together they wrapped into a block of
   display type that filled half a phone screen. */
.success-wrap h3 { font-family: var(--font-display); font-size: 27px; font-weight: 550; color: var(--text-hi); margin-bottom: 9px; line-height: 1.2; }
/* Each phrase holds together: left to wrap freely the greeting broke as
   "Kob Khun Ka! Thank / you." and dropped a single word onto its own line.
   It still sits on one line where there is room. */
.success-wrap h3 .nb { white-space: nowrap; }
.success-wrap h3 .sub { display: block; font-size: 21px; color: var(--gold-200); margin-top: 4px; }
.success-wrap .ord { font-size: 12.5px; letter-spacing: .2em; font-weight: 700; color: var(--gold-400); text-transform: uppercase; margin-bottom: 15px; }
.success-wrap p { font-size: 14px; color: var(--text-mid); max-width: 40ch; margin: 0 auto 26px; }
.spark {
  position: absolute; left: 50%; top: 92px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-400); pointer-events: none;
  animation: spark 1s cubic-bezier(.16, .84, .44, 1) forwards;
}
@keyframes spark {
  from { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  to { transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(.2); opacity: 0; }
}

/* toast */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 90px); z-index: 220;
  background: rgba(58, 14, 26, .94); backdrop-filter: blur(10px); color: var(--gold-100);
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 13px 24px; font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-lg); opacity: 0; transition: .4s cubic-bezier(.32, .72, .28, 1);
  display: flex; align-items: center; gap: 10px; max-width: 92vw;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast .gold-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 10px var(--gold-400); flex-shrink: 0; }

/* fly-to-cart clone */
.fly-img {
  position: fixed; z-index: 400; width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--gold-400); pointer-events: none;
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .6);
}

/* floating cart (mobile) */
.fab-cart {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  display: none; align-items: center; gap: 10px;
  padding: 16px 24px; border-radius: 999px;
  background: var(--gold-grad);
  color: #3E0910; font-weight: 700; font-size: 14.5px;
  box-shadow: 0 18px 44px -10px rgba(201, 153, 47, .75);
  transform: translateY(96px); transition: transform .38s cubic-bezier(.34, 1.56, .64, 1);
}
.fab-cart.show { transform: none; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .85s cubic-bezier(.22, .61, .36, 1); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .combo-steps { grid-template-columns: 1fr; }
  .combo-step { border-right: 0; border-bottom: 1px dashed rgba(227, 178, 85, .18); }
  .visit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  .nav-links, .nav .cart-btn-wrap.desktop { display: none; }
  .hamburger { display: block; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding-top: 26px; }
  .hero-art { order: -1; max-width: 430px; margin-inline: auto; width: 88%; }
  .scroll-cue { display: none; }
  .fab-cart { display: flex; }
  .mobile-menu {
    position: fixed; inset: var(--header-h) 0 auto 0; z-index: 49;
    background: rgba(62, 9, 16, .96); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    display: flex; flex-direction: column; padding: 12px 6vw 22px;
    transform: translateY(-110%); transition: transform .38s; box-shadow: var(--shadow-lg);
  }
  .mobile-menu.open { transform: none; }
  .mobile-menu a { color: var(--text-hi); padding: 14px 4px; font-size: 16px; border-bottom: 1px solid rgba(227, 178, 85, .1); }
  .mobile-menu a:last-of-type { border-bottom: 0; }
}
@media (min-width: 881px) { .mobile-menu { display: none; } }
@media (max-width: 560px) {
  .menu-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span.hide-s { display: none; }
  .hero-badge { left: -4px; padding: 12px 17px; bottom: 20px; }
  .hero-floater.f1 { width: 96px; height: 96px; right: -8px; }
  .hero-floater.f2 { width: 72px; height: 72px; left: -12px; }
  .modal-body { padding: 22px; }
  .spice-row, .tip-row { grid-template-columns: repeat(2, 1fr); }
  footer .container { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .hero-line, .hero-arch, .reveal { opacity: 1 !important; transform: none !important; }
}

/* link to the Square-hosted receipt on the order confirmation */
.receipt-link {
  /* its own line — inline it lands beside the button and the two read as one
     cramped row */
  display: block; width: fit-content; margin: 4px auto 18px;
  font-size: 13.5px; color: var(--gold-300);
  text-decoration: underline; text-underline-offset: 3px;
}
.receipt-link:hover { color: var(--gold-200); }

/* ============================================================
   TIMED SECTIONS — lunch 11–3, combo 3–5
   The hours are in menu-data.js; order-kit.js injects .serve-note
   above each section.

   Nothing here dims the menu. Out of hours the dishes read exactly
   as they do at noon — the restaurant wants people browsing before
   the kitchen opens — and only the Add buttons wait for the clock.
   ============================================================ */
.serve-note {
  display: flex; align-items: center; gap: 9px;
  margin: 0 0 16px; padding: 10px 16px;
  border: 1px solid var(--line); border-radius: 999px; width: fit-content; max-width: 100%;
  background: rgba(62, 9, 16, .45);
  font-size: 13px; line-height: 1.45; color: var(--text-mid);
  position: relative; z-index: 1;   /* the lunch band lays art behind its grid */
}
.serve-note b { color: var(--gold-200); font-weight: 600; }
.serve-dot {
  flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: #57C77E; box-shadow: 0 0 0 3px rgba(87, 199, 126, .18);
}
.serve-note.shut { border-color: rgba(251, 245, 232, .14); }
.serve-note.shut .serve-dot { background: var(--text-low); box-shadow: none; }


/* a cart line whose serving window closed while it sat in the cart */
.cart-line.stale { opacity: .72; }
.cart-line.stale img, .cart-line.stale .ph { filter: grayscale(.9); }
.stale-note { font-size: 12px; line-height: 1.4; margin-top: 4px; color: var(--danger); }
.cart-edit.remove { color: var(--danger); }
.cart-edit.remove:hover { color: #F08A76; }
/* inside the combo card the note is a direct child, so it needs the card's
   own gutters — everything else there is padded by its own block */
.combo-card > .serve-note { margin: 22px clamp(20px, 4vw, 34px) 0; }
