/* ============================================================
   Arabian Bites — site styles
   Built on the Claude Design "Arabian Bites Design System" tokens.
   Heritage Mediterranean: cream grounds, terracotta signature, gold keylines,
   mashrabiya lattice, pointed arches. Square by default; pills only on actions.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Terracotta (brand) */
  --ab-terracotta-700: #963A18;
  --ab-terracotta-500: #B5471F;
  --ab-terracotta-300: #D7906F;
  --ab-terracotta-100: #F3DCD0;
  /* Saffron (gold) */
  --ab-saffron-600: #C68F1E;
  --ab-saffron-500: #E0A526;
  /* Greens */
  --ab-olive-500: #6B6B3A;
  /* Teal accent */
  --ab-teal-600: #267F7C;
  /* Warm neutrals (ink -> paper) */
  --ab-cocoa-900: #2A1E14;
  --ab-cocoa-800: #3A2A1E;
  --ab-bark-700:  #5A4636;
  --ab-stone-600: #8A6F5B;
  --ab-stone-400: #B6A088;
  --ab-sand-200:  #E9D9BE;
  --ab-cream-100: #F4EBDA;
  --ab-paper-050: #FAF3E4;
  --ab-linen-025: #FDF8EE;

  /* Semantic */
  --brand:        var(--ab-terracotta-500);
  --brand-strong: var(--ab-terracotta-700);
  --gold:         var(--ab-saffron-500);
  --gold-strong:  var(--ab-saffron-600);
  --accent-green: var(--ab-olive-500);

  --text-strong: var(--ab-cocoa-800);
  --text-body:   var(--ab-bark-700);
  --text-muted:  var(--ab-stone-600);

  --surface-page:     var(--ab-paper-050);
  --surface-card:     var(--ab-linen-025);
  --surface-sunk:     var(--ab-cream-100);
  --surface-sand:     var(--ab-sand-200);
  --surface-ink:      var(--ab-terracotta-500);
  --surface-ink-deep: var(--ab-terracotta-700);

  --border:        #E2D2B4;
  --border-strong: var(--ab-terracotta-300);

  --success: var(--ab-olive-500);
  --warning: var(--ab-saffron-600);

  --radius-pill: 999px;

  --shadow-md: 0 6px 18px rgba(58, 42, 30, 0.14);
  --shadow-lg: 0 18px 44px rgba(58, 42, 30, 0.20);

  /* Type */
  --font-display: 'Caudex', Georgia, 'Times New Roman', serif;
  --font-body:    'Spectral', Georgia, serif;
  --font-ui:      'Outfit', system-ui, -apple-system, Segoe UI, sans-serif;
  --font-label:   'Outfit', system-ui, sans-serif;

  /* Motifs (colors baked into the SVGs) */
  --motif-mashrabiya: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cg fill='none' stroke='%23B5471F' stroke-width='1.3' opacity='0.7'%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='44' cy='0' r='22'/%3E%3Ccircle cx='0' cy='44' r='22'/%3E%3Ccircle cx='44' cy='44' r='22'/%3E%3Ccircle cx='22' cy='22' r='22'/%3E%3C/g%3E%3Ccircle cx='22' cy='22' r='2.3' fill='%23E0A526'/%3E%3C/svg%3E");
  --motif-mashrabiya-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cg fill='none' stroke='%23F4EBDA' stroke-width='1.3' opacity='0.55'%3E%3Ccircle cx='0' cy='0' r='22'/%3E%3Ccircle cx='44' cy='0' r='22'/%3E%3Ccircle cx='0' cy='44' r='22'/%3E%3Ccircle cx='44' cy='44' r='22'/%3E%3Ccircle cx='22' cy='22' r='22'/%3E%3C/g%3E%3Ccircle cx='22' cy='22' r='2.3' fill='%23E0A526'/%3E%3C/svg%3E");
  --motif-star-rule: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='22'%3E%3Cline x1='0' y1='11' x2='44' y2='11' stroke='%23B5471F' stroke-width='1'/%3E%3Cg fill='%23B5471F'%3E%3Crect x='15' y='4' width='14' height='14'/%3E%3Crect x='15' y='4' width='14' height='14' transform='rotate(45 22 11)'/%3E%3C/g%3E%3Ccircle cx='22' cy='11' r='2.4' fill='%23E0A526'/%3E%3C/svg%3E");
  --motif-star-field: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg fill='%23B5471F'%3E%3Crect x='9' y='9' width='22' height='22'/%3E%3Crect x='9' y='9' width='22' height='22' transform='rotate(45 20 20)'/%3E%3C/g%3E%3Ccircle cx='20' cy='20' r='3' fill='%23E0A526'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--gold) 60%, transparent); outline-offset: 2px; }

.disp  { font-family: var(--font-display); letter-spacing: -0.008em; }
.ui    { font-family: var(--font-ui); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 44px; }
.section { padding: 80px 0; }
section[id], footer[id] { scroll-margin-top: 76px; }

.kicker {
  font-family: var(--font-label);
  letter-spacing: 0.22em; text-transform: uppercase;
  font-size: 12px; color: var(--brand);
}
.starrule {
  height: 13px;
  background-image: var(--motif-star-rule);
  background-position: center;
  background-size: auto 100%;
  background-repeat: round; /* fit whole tiles so stars aren't sliced at the edges */
}
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-ui); font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: var(--radius-pill); border: 1.5px solid transparent;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; line-height: 1; padding: 13px 24px; font-size: 12.5px;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.btn:hover { filter: brightness(0.94); }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 30px; font-size: 13.5px; }
.btn-primary { background: var(--brand); color: var(--ab-cream-100); }
.btn-secondary { background: transparent; color: var(--brand); border-color: var(--border-strong); }
.btn-gold { background: var(--gold); color: var(--ab-cocoa-800); }
.btn-ghost-d { background: transparent; color: var(--ab-cream-100); border-color: rgba(244, 235, 218, 0.5); }
.ico { width: 16px; height: 16px; display: inline-block; flex: none; }

/* ---------- Open/closed badge ---------- */
.openpill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 16px; border: 1px solid var(--border);
  border-radius: var(--radius-pill); background: var(--surface-card);
  white-space: nowrap;
}
.openpill .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); flex: none; }
.openpill .ab-ost { font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: var(--accent-green); }
.openpill .ab-osub { font-family: var(--font-body); font-size: 14px; color: var(--text-muted); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 44px;
  background: color-mix(in srgb, var(--surface-page) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav .left { display: flex; align-items: center; gap: 18px; min-width: 0; }
.nav .brand img { height: 40px; width: auto; }
.nav .open-mini { display: flex; align-items: center; gap: 7px; font-family: var(--font-ui); font-size: 12px; color: var(--text-body); white-space: nowrap; }
.nav .open-mini .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); flex: none; }
.nav .ab-nav-links { display: flex; gap: 26px; font-family: var(--font-ui); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-body); }
.nav .ab-nav-links a:hover { color: var(--brand); }
.nav .right { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--brand); }
.nav-toggle svg { width: 24px; height: 24px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--surface-ink); overflow: hidden; }
.hero .mash { position: absolute; inset: 0; background: var(--motif-mashrabiya-light); background-size: 42px 42px; opacity: 0.15; }
.hero .inner {
  position: relative; z-index: 2; max-width: 1180px; margin: 0 auto;
  padding: 60px 44px; display: grid; grid-template-columns: 1fr 0.82fr;
  gap: 48px; align-items: center;
}
.herocard { background: var(--surface-page); border: 2px solid var(--brand); padding: 8px; box-shadow: var(--shadow-lg); }
.herocard .pin { border: 1px solid var(--gold); padding: 40px 44px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(40px, 6vw, 60px); line-height: 1; letter-spacing: -0.02em; color: var(--text-strong); margin: 12px 0 0; }
.hero .sub { font-family: var(--font-ui); font-size: 14.5px; color: var(--text-body); margin-top: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero .sub .sep { opacity: 0.4; }
.hero .tagline { font-family: var(--font-body); font-style: italic; font-size: 19px; color: var(--text-body); margin: 18px 0 0; max-width: 440px; line-height: 1.45; }
.hero .openpill { margin-top: 20px; }
.hero .cta { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero .arch { position: relative; height: 440px; }

/* ---------- Trust strip ---------- */
.strip { display: flex; background: var(--surface-sunk); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.strip > div { flex: 1; text-align: center; padding: 15px 6px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); font-family: var(--font-label); }
.strip > div + div { border-left: 1px solid var(--border); }

/* ---------- Section heads ---------- */
.sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.sechead h2 { font-family: var(--font-display); font-size: clamp(30px, 4.4vw, 44px); letter-spacing: -0.01em; margin: 12px 0 0; }

/* ---------- Menu ---------- */
/* Build your own — flows as the lead of the menu (no floating card) */
.build { margin-top: 28px; }
.build-head .gh { font-family: var(--font-label); letter-spacing: 0.16em; text-transform: uppercase; font-size: 13px; color: var(--brand); border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.build-note { font-family: var(--font-body); font-size: 15.5px; color: var(--text-body); margin: 12px 0 0; line-height: 1.5; }
.build-note em { color: var(--brand); }

.build-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.build-opt { background: var(--surface-card); border: 1px solid var(--border); padding: 22px 24px; }
.opt-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--border); padding-bottom: 12px; }
.opt-name { font-family: var(--font-display); font-size: 25px; font-weight: 400; }
.opt-price { font-family: var(--font-display); font-size: 22px; color: var(--brand); }
.opt-steps { list-style: none; margin: 14px 0 0; padding: 0; }
.opt-steps li { display: flex; align-items: center; gap: 11px; padding: 6px 0; font-family: var(--font-body); font-size: 15.5px; color: var(--text-body); }
.opt-steps .step-n { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--surface-page); border: 1px solid var(--gold); color: var(--gold-strong); font-family: var(--font-ui); font-size: 11.5px; font-weight: 600; display: grid; place-items: center; }
.opt-steps .muted { color: var(--text-muted); }

.build-proteins { margin-top: 26px; }
.gh-sm { font-family: var(--font-label); letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; color: var(--brand); margin-bottom: 12px; }
.protein-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; }
.protein-list li { font-family: var(--font-display); font-size: 18px; color: var(--text-strong); display: inline-flex; align-items: baseline; gap: 6px; }
.protein-list li .meta { font-family: var(--font-body); font-style: italic; font-size: 13px; color: var(--text-muted); }
.protein-list li .up { font-family: var(--font-ui); font-size: 12px; font-weight: 600; color: var(--brand); }

.toppings { margin-top: 26px; border-top: 1px solid var(--border); padding-top: 20px; }
.toppings .grid { display: flex; flex-wrap: wrap; gap: 8px; }
.toppings .grid span { font-family: var(--font-ui); font-size: 12.5px; color: var(--text-body); background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 6px 13px; }
.toppings .note { font-family: var(--font-body); font-style: italic; font-size: 13.5px; color: var(--text-muted); margin: 14px 0 0; }

/* star-rule divider that ties Build-your-own into the à la carte list */
.menu-div { width: 100%; margin: 44px 0; }

.menugrid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
.mgroup + .mgroup { margin-top: 30px; }
.mgroup .gh { font-family: var(--font-label); letter-spacing: 0.16em; text-transform: uppercase; font-size: 13px; color: var(--brand); border-bottom: 1px solid var(--border); padding-bottom: 8px; margin-bottom: 6px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.mgroup .gh .sub { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-style: italic; font-size: 12.5px; color: var(--text-muted); }
.mrow { display: flex; align-items: baseline; gap: 12px; padding: 9px 0; }
.mrow .nm { font-family: var(--font-display); font-size: 19px; letter-spacing: -0.006em; }
.mrow .ds { display: block; font-family: var(--font-body); font-style: italic; font-size: 13.5px; color: var(--text-muted); margin-top: 3px; }
.mrow .dots { flex: 1; border-bottom: 1.5px dotted var(--text-strong); opacity: 0.22; transform: translateY(-5px); min-width: 24px; }
.mrow .pr { font-family: var(--font-display); font-size: 19px; color: var(--brand); white-space: nowrap; }
.menu-note { font-family: var(--font-body); font-style: italic; font-size: 14px; color: var(--text-muted); margin-top: 40px; text-align: center; }

/* ---------- Location ---------- */
.loc { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: stretch; margin-top: 40px; }
.map { position: relative; min-height: 380px; overflow: hidden; border: 2px solid var(--brand); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.loc .addr { font-family: var(--font-body); font-size: 17px; color: var(--text-body); margin: 0 0 4px; line-height: 1.6; }
.loc .tel { font-family: var(--font-display); font-size: 22px; color: var(--brand); display: inline-block; margin: 8px 0 4px; }
.hours { margin-top: 18px; }
.hours .r { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px dotted var(--border-strong); padding-bottom: 10px; margin-top: 11px; font-size: 16px; }
.hours .r .d { font-family: var(--font-display); letter-spacing: -0.006em; }
.hours .r .h { color: var(--text-muted); }
.hours .tz { font-family: var(--font-ui); font-size: 12px; color: var(--text-muted); letter-spacing: 0.04em; margin-top: 10px; }
.access { font-family: var(--font-ui); font-size: 13px; color: var(--text-muted); margin-top: 18px; display: flex; gap: 18px; flex-wrap: wrap; }
.loc .cta { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }

/* ---------- What it is band ---------- */
.whatband { background: var(--surface-sand); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; padding: 46px 44px; }
.whatband .starrule { width: 140px; margin: 0 auto 22px; }
.whatband p { font-family: var(--font-body); font-style: italic; font-size: clamp(19px, 3vw, 24px); line-height: 1.4; color: var(--text-strong); margin: 0 auto; max-width: 760px; }
.whatband .meta { font-family: var(--font-ui); font-style: normal; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); display: block; margin-top: 14px; }

/* ---------- Story ---------- */
.story { position: relative; background: var(--surface-ink); overflow: hidden; }
.story .mash { position: absolute; inset: 0; background: var(--motif-mashrabiya-light); background-size: 44px 44px; opacity: 0.12; }
.story .inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 76px 44px; display: flex; gap: 48px; align-items: center; }
.story .emblem { width: 200px; flex: none; text-align: center; }
.story .emblem .glyph { width: 40px; height: 40px; border: 1.3px solid var(--gold); border-radius: 50%; color: var(--gold); display: grid; place-items: center; font-family: var(--font-display); font-size: 19px; margin: 0 auto 12px; }
.story .emblem .nm { font-family: var(--font-display); font-size: 30px; line-height: 1.05; color: var(--ab-cream-100); }
.story .emblem .nm em { font-style: normal; color: var(--gold); display: block; }
.story .emblem .base { height: 15px; margin-top: 14px; background: var(--motif-star-field); background-size: auto 100%; background-repeat: repeat-x; border: 2.5px solid var(--gold); border-top: none; }
.story .panel { flex: 1; background: var(--surface-ink-deep); border: 1px solid rgba(224, 165, 38, 0.42); box-shadow: var(--shadow-lg); padding: 36px 42px; }
.story .panel .label { font-family: var(--font-label); color: var(--gold); font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; }
.story .panel h2 { font-family: var(--font-display); color: var(--ab-cream-100); font-size: clamp(28px, 4vw, 40px); margin: 14px 0 16px; line-height: 1.12; }
.story .panel p { color: #f0d8b4; font-size: 17px; line-height: 1.6; max-width: 560px; font-style: italic; margin: 0; }

/* ---------- Footer ---------- */
.footer { position: relative; background: var(--surface-ink-deep); overflow: hidden; color: var(--ab-cream-100); }
.footer .mash { position: absolute; inset: 0; background: var(--motif-mashrabiya-light); background-size: 40px 40px; opacity: 0.1; }
.footer .inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 54px 44px 36px; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer .brand img { height: 46px; width: auto; margin-bottom: 14px; }
.footer .brand p { max-width: 260px; color: #f0d8b4; opacity: 0.9; font-size: 14px; }
.footer h4 { font-family: var(--font-label); letter-spacing: 0.18em; text-transform: uppercase; font-size: 12px; color: var(--gold); margin: 0 0 14px; }
.footer a, .footer p { color: #f0d8b4; font-size: 14px; margin: 6px 0; opacity: 0.9; }
.footer .col a { display: block; }
.footer a:hover { opacity: 1; text-decoration: underline; }
.footer .legal { position: relative; z-index: 2; border-top: 1px solid rgba(244, 235, 218, 0.18); margin-top: 8px; }
.footer .legal .inner2 { max-width: 1180px; margin: 0 auto; padding: 16px 44px; font-family: var(--font-ui); font-size: 12px; color: #f0d8b4; opacity: 0.8; }

/* ---------- Hero (mobile variant — matches the design's phone layout) ---------- */
.hero--mobile { display: none; background: var(--surface-page); }
.hero--mobile .mh-top { padding: 28px 22px 0; }
.mh-name { font-family: var(--font-display); font-size: clamp(34px, 10vw, 42px); line-height: 1; letter-spacing: -0.012em; color: var(--text-strong); }
.mh-sub { margin-top: 9px; font-family: var(--font-ui); font-size: 13px; color: var(--text-body); line-height: 1.5; }
.mh-sub > span { display: block; }
.mh-sub .loc { display: inline-flex; align-items: center; gap: 5px; margin-top: 3px; }
.mh-sub .ico { width: 14px; height: 14px; }
.mh-star { margin-top: 16px; }
.hero--mobile .openpill { margin-top: 14px; }
.mh-photo { margin-top: 22px; }
.mh-photo img { width: 100%; height: clamp(240px, 62vw, 320px); object-fit: cover; }

/* ---------- Mobile floating action bar (persistent quick-nav) ---------- */
.actionbar { display: none; }
.ab-act {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 6px; border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-strong); background: var(--surface-card); color: var(--brand);
  font-family: var(--font-ui); font-weight: 600; font-size: 11.5px; letter-spacing: 0.03em;
  text-transform: uppercase; white-space: nowrap; line-height: 1;
}
.ab-act .ico { width: 15px; height: 15px; flex: none; }
.ab-act--primary { flex: 1.6; background: var(--brand); border-color: var(--brand); color: var(--ab-cream-100); }
.ab-act:active { transform: translateY(1px); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .hero .inner { grid-template-columns: 1fr; gap: 28px; }
  .hero .arch { height: 360px; order: 2; }
  .herocard { order: 1; }
  .loc { grid-template-columns: 1fr; gap: 28px; }
  .map { min-height: 300px; }
  .story .inner { flex-direction: column; text-align: center; }
  .story .panel p { max-width: none; }
  .menugrid { gap: 32px; }
}

@media (max-width: 760px) {
  .container { padding: 0 20px; }
  .section { padding: 56px 0; }
  .nav { padding: 10px 20px; }
  .nav .ab-nav-links,
  .nav .right .btn { display: none; }
  .nav-toggle { display: inline-flex; }

  /* slide-down mobile menu */
  #ab-nav.is-open .ab-nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--surface-page); border-bottom: 1px solid var(--border);
    padding: 6px 20px 14px; box-shadow: var(--shadow-md);
  }
  #ab-nav.is-open .ab-nav-links a { padding: 12px 0; border-bottom: 1px dotted var(--border); font-size: 14px; }

  /* swap desktop hero for the bespoke mobile hero */
  .hero--desktop { display: none; }
  .hero--mobile { display: block; }
  .strip { display: none; }

  .menugrid { grid-template-columns: 1fr; }
  .build-options { grid-template-columns: 1fr; gap: 14px; }
  .sechead .btn { display: none; }

  /* floating thumb-zone action bar — persists while scrolling */
  .actionbar {
    display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--surface-page) 94%, transparent);
    backdrop-filter: blur(10px); border-top: 1px solid var(--border);
  }
  body { padding-bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
