/* ============================================================================
   JAMINFUSION — styles.css
   Brand: warm charred-black base, jungle green, hand-painted gold. Signboard
   display caps (Bebas), chalk handwriting for asides (Caveat), clean grotesk
   body (Hanken). Everything quiet except the menu + order tray.
   ========================================================================== */

:root {
  --base:    #14110d;
  --base-2:  #1c1813;
  --base-3:  #241f18;
  --line:    #38322a;
  --cream:   #f6efe2;
  --muted:   #b3a892;
  --green:   #2a9d5c;
  --green-deep: #0f5132;
  --gold:    #e6b24c;
  --gold-soft: #f3d28c;
  --chili:   #d6442f;
  --herb:    #7cc47c;

  --display: "Bebas Neue", Impact, sans-serif;
  --script:  "Caveat", "Segoe Script", cursive;
  --body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --maxw: 1080px;
  --radius: 16px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

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

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

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

/* ---- shared type helpers ---------------------------------------------- */
.eyebrow {
  font-family: var(--script);
  font-size: 1.6rem;
  color: var(--gold-soft);
  line-height: 1;
}
.display {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}
.gold { color: var(--gold); }
.green { color: var(--herb); }

/* ============================ NAV ====================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: color-mix(in oklab, var(--base) 80%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.scrolled { border-bottom-color: var(--line); background: color-mix(in oklab, var(--base) 94%, transparent); }
.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__brand img { height: 44px; width: auto; margin-left: 44px; }
.nav__links { display: flex; gap: 26px; }
.nav__links a { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.nav__links a:hover { color: var(--cream); }
.nav__cta {
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  background: var(--green); color: #fff; padding: 10px 18px; border-radius: 999px;
  transition: transform .15s, background .2s;
}
.nav__cta:hover { background: var(--green-deep); transform: translateY(-1px); }
@media (max-width: 780px) { .nav__links { display: none; } }

/* ============================ HERO ===================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--base) 4%, transparent 55%),
    linear-gradient(to right, rgba(20,17,13,.85) 10%, rgba(20,17,13,.2) 70%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: 7vh; }
.hero h1 { font-size: clamp(3.5rem, 12vw, 8.5rem); margin: 6px 0 4px; }
.hero h1 small { display: block; color: var(--gold); }
.hero__tag { font-family: var(--script); font-size: clamp(1.3rem,3vw,2rem); color: var(--cream); }
.hero__sub { color: var(--muted); max-width: 30ch; margin: 14px 0 22px; font-size: 1.05rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .92rem; letter-spacing: .02em;
  padding: 14px 24px; border-radius: 999px; transition: transform .15s, background .2s, color .2s;
}
.btn--gold { background: var(--gold); color: #1a1208; }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn--ghost { border: 1.5px solid var(--line); color: var(--cream); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero__delivery { display: flex; align-items: center; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero__delivery span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hero__delivery a { font-weight: 700; font-size: .85rem; color: var(--cream); border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.hero__delivery a:hover { color: var(--gold); border-color: var(--gold); }

/* ---- delivery buttons (hero + footer) --------------------------------- */
/* Each button IS a pre-designed image (assets/tbutton.png, assets/dbutton.png) —
   no pill, colour, border or text of our own; just the image with rounded corners.
   a.* selectors so these win over the plain .hero__delivery a / .footer a links. */
a.deliver-btn {
  display: inline-flex; padding: 0; border: none;
  height: 54px;                                /* identical fixed height for both */
  border-radius: 999px; overflow: hidden;      /* capsule rounding clips the image */
  transition: transform .15s, box-shadow .2s;
}
a.deliver-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.4); }
.deliver-btn img {
  height: 100%; width: auto;                   /* same height, width auto → identical size */
  object-fit: contain; display: block;         /* never distort */
}
/* footer keeps the buttons stacked, each shrink-wrapped to its image */
.footer a.deliver-btn { display: flex; width: max-content; margin: 8px 8px 0 0; }

/* ============================ PROMO ==================================== */
.promo { padding: 0 20px; margin-top: -36px; position: relative; z-index: 5; }
.promo__card {
  max-width: var(--maxw); margin: 0 auto; overflow: hidden; position: relative;
  border: 1.5px solid color-mix(in oklab, var(--gold) 55%, transparent);
  border-radius: 22px; padding: 26px 28px;
  /* Background photo with a dark tint stacked on top (gradient layer first = above
     the image, below the text) so the cream/gold copy stays legible at all widths.
     Tweak the rgba(0,0,0,0.55) alpha up/down by ~0.1 for more/less darkening. */
  background:
    linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
    url(../assets/bannerbackground.png) center / cover no-repeat;
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
}
.promo__card::before {
  content: ""; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px;
  background: radial-gradient(circle, color-mix(in oklab, var(--gold) 35%, transparent), transparent 70%);
  filter: blur(8px);
}
.promo__txt { position: relative; }
.promo__txt .eyebrow { color: var(--gold-soft); }
.promo__txt h3 { font-family: var(--display); font-size: clamp(2.2rem,5vw,3.2rem); color: #fff; margin: 2px 0; }
.promo__txt p { color: rgba(246,239,226,.85); font-weight: 500; }

/* ============================ SECTIONS ================================= */
.section { padding: 86px 0; }
.section__head { text-align: center; margin-bottom: 44px; }
.section__head h2 { font-size: clamp(2.6rem, 7vw, 5rem); margin-top: 4px; }

/* perks */
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.perk { background: var(--base-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; }
.perk__icon { font-size: 1.6rem; }
.perk h4 { font-family: var(--display); font-size: 1.5rem; letter-spacing: .03em; margin: 12px 0 6px; color: var(--gold); }
.perk p { color: var(--muted); font-size: .95rem; }
@media (max-width: 760px) { .perks { grid-template-columns: 1fr; } }

/* ============================ MENU ===================================== */
.menu__tabs { display: flex; gap: 10px; overflow-x: auto; padding: 4px 20px 14px; margin: 0 -20px 30px; scroll-snap-type: x proximity; }
.menu__tabs::-webkit-scrollbar { height: 0; }
.tab {
  flex: 0 0 auto; scroll-snap-align: start;
  font-family: var(--display); font-size: 1.15rem; letter-spacing: .05em;
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--muted); background: var(--base-2); transition: all .18s; white-space: nowrap;
}
.tab:hover { color: var(--cream); border-color: var(--gold); }
.tab[aria-selected="true"] { background: var(--gold); color: #1a1208; border-color: var(--gold); }

.cat__head { border-bottom: 1px dashed var(--line); padding-bottom: 14px; margin-bottom: 20px; }
.cat__head h3 { font-family: var(--display); font-size: clamp(1.9rem,5vw,2.8rem); }
.cat__head .blurb { font-family: var(--script); font-size: 1.4rem; color: var(--muted); }

.items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 720px) { .items { grid-template-columns: 1fr; } }

.item {
  position: relative; display: flex; align-items: center; gap: 14px;
  background: var(--base-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 16px 16px 18px; transition: border-color .2s, transform .12s;
}
.item:hover { border-color: color-mix(in oklab, var(--gold) 50%, var(--line)); }
.item--out { opacity: .45; }
.item__main { flex: 1; min-width: 0; }
.item__name { font-weight: 700; font-size: 1.02rem; display: inline; }
.item__tag {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
}
.item__tag--note { color: var(--herb); border: 1px solid color-mix(in oklab, var(--herb) 45%, transparent); }
.item__tag--out  { color: var(--chili); border: 1px solid color-mix(in oklab, var(--chili) 50%, transparent); }
.item__row { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.sizes { display: inline-flex; background: var(--base-3); border-radius: 999px; padding: 3px; }
.sizes button {
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--muted); padding: 5px 11px; border-radius: 999px; transition: all .15s;
}
.sizes button[aria-pressed="true"] { background: var(--gold); color: #1a1208; }
.item__price { font-family: var(--display); font-size: 1.45rem; color: var(--gold); letter-spacing: .02em; }
.item__price small { font-family: var(--body); font-size: .62rem; color: var(--muted); letter-spacing: .14em; }
.item__add {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 999px;
  background: var(--green); color: #fff; font-size: 1.5rem; font-weight: 400; line-height: 1;
  display: grid; place-items: center; transition: transform .12s, background .2s;
}
.item__add:hover { background: var(--green-deep); transform: scale(1.08); }
.item__add:disabled { background: var(--base-3); color: var(--muted); cursor: not-allowed; transform: none; }

.menu__note { text-align: center; color: var(--muted); font-family: var(--script); font-size: 1.25rem; margin-top: 28px; }

/* ============================ ORDER TRAY =============================== */
.tray-pill {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--gold); color: #1a1208; font-weight: 800;
  padding: 14px 20px; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.45);
  transform: translateY(120px); opacity: 0; transition: transform .3s, opacity .3s;
}
.tray-pill.show { transform: translateY(0); opacity: 1; }
.tray-pill .count { background: #1a1208; color: var(--gold); border-radius: 999px; min-width: 24px; height: 24px; display: grid; place-items: center; font-size: .82rem; }

.tray { position: fixed; inset: 0; z-index: 70; display: none; }
.tray.open { display: block; }
.tray__scrim { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.tray__panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(420px, 92vw);
  background: var(--base-2); border-left: 1px solid var(--line);
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform .3s;
}
.tray.open .tray__panel { transform: translateX(0); }
.tray__head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--line); }
.tray__head h3 { font-family: var(--display); font-size: 1.8rem; letter-spacing: .04em; }
.tray__close { font-size: 1.6rem; color: var(--muted); line-height: 1; }
.tray__lines { flex: 1; overflow-y: auto; padding: 12px 20px; }
.tray__empty { color: var(--muted); text-align: center; padding: 40px 0; font-family: var(--script); font-size: 1.4rem; }
.line { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.line__name { flex: 1; font-size: .95rem; }
.line__name span { display: block; color: var(--muted); font-size: .78rem; }
.qty { display: inline-flex; align-items: center; gap: 8px; }
.qty button { width: 26px; height: 26px; border-radius: 8px; background: var(--base-3); color: var(--cream); font-size: 1.1rem; line-height: 1; }
.qty b { min-width: 18px; text-align: center; }
.line__price { font-family: var(--display); color: var(--gold); font-size: 1.2rem; min-width: 64px; text-align: right; }
.tray__clear {
  display: block; margin: 0 20px 4px auto; padding: 6px 4px;
  color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 1px solid transparent; transition: color .2s, border-color .2s;
}
.tray__clear:hover { color: var(--chili); border-bottom-color: color-mix(in oklab, var(--chili) 60%, transparent); }
.tray__foot { padding: 18px 20px 22px; border-top: 1px solid var(--line); }
.tray__fields { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.tray__field { display: flex; flex-direction: column; gap: 5px; }
.tray__field span { color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; }
.tray__field span i { color: var(--gold); font-style: normal; }
.tray__field span em { color: var(--muted); text-transform: none; letter-spacing: 0; font-style: normal; opacity: .75; }
.tray__field input {
  width: 100%; font-family: var(--body); font-size: .95rem; color: var(--cream);
  background: var(--base-3); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px;
  transition: border-color .2s, background .2s;
}
.tray__field input::placeholder { color: color-mix(in oklab, var(--muted) 70%, transparent); }
.tray__field input:focus-visible { outline: none; border-color: var(--gold); background: var(--base-2); }
.tray__field input.field--error { border-color: var(--chili); background: color-mix(in oklab, var(--chili) 12%, var(--base-3)); }
.tray__error { color: var(--chili); font-size: .82rem; margin-top: 2px; }

/* ---- discount code ---------------------------------------------------- */
.tray__coupon { margin-bottom: 14px; }
.tray__couponEntry { display: flex; gap: 8px; }
.tray__couponEntry input {
  flex: 1; min-width: 0; font-family: var(--body); font-size: .95rem; color: var(--cream);
  background: var(--base-3); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px;
  text-transform: uppercase; letter-spacing: .05em;
  transition: border-color .2s, background .2s;
}
.tray__couponEntry input::placeholder { color: color-mix(in oklab, var(--muted) 70%, transparent); text-transform: none; letter-spacing: 0; }
.tray__couponEntry input:focus-visible { outline: none; border-color: var(--gold); background: var(--base-2); }
.tray__couponBtn {
  flex: 0 0 auto; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: .8rem;
  background: var(--gold); color: #1a1208; padding: 0 18px; border-radius: 10px;
  transition: background .2s, transform .15s;
}
.tray__couponBtn:hover { background: var(--gold-soft); transform: translateY(-1px); }
.tray__couponApplied {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: color-mix(in oklab, var(--green) 16%, var(--base-3));
  border: 1px solid color-mix(in oklab, var(--green) 45%, transparent);
  border-radius: 10px; padding: 10px 12px;
}
.tray__couponApplied span { color: var(--herb); font-weight: 700; font-size: .9rem; letter-spacing: .02em; }
.tray__couponRemove { color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.tray__couponRemove:hover { color: var(--chili); border-bottom-color: color-mix(in oklab, var(--chili) 60%, transparent); }
.tray__couponMsg { margin-top: 8px; font-size: .82rem; }
.tray__couponMsg.is-error { color: var(--chili); }
.tray__couponMsg.is-ok { color: var(--herb); }

/* ---- totals breakdown ------------------------------------------------- */
.tray__line { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.tray__line span { color: var(--muted); letter-spacing: .04em; font-size: .82rem; }
.tray__line b { font-weight: 700; font-size: .95rem; }
.tray__line--disc b { color: var(--herb); }

.tray__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.tray__total span { color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; }
.tray__total b { font-family: var(--display); font-size: 2rem; color: var(--gold); }
.tray__send { width: 100%; justify-content: center; background: var(--green); color: #fff; }
.tray__send:hover { background: var(--green-deep); }
.tray__hint { text-align: center; color: var(--muted); font-size: .76rem; margin-top: 10px; }

/* ============================ INSTAGRAM =============================== */
.ig { text-align: center; }

/* ---- reels carousel (On the Gram) ------------------------------------- */
.reels { position: relative; margin: 6px 0 26px; }
.reels__track {
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-padding-left: 20px;
  padding: 4px 20px 18px; margin: 0 -20px;     /* bleed to screen edges on mobile */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; cursor: grab;
}
.reels__track::-webkit-scrollbar { display: none; }
.reels__track:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; border-radius: var(--radius); }
.reels__track.dragging { cursor: grabbing; scroll-snap-type: none; }  /* free-scroll while dragging */

.reel {
  position: relative; flex: 0 0 auto;
  width: 76vw; max-width: 300px; aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  border-radius: var(--radius); overflow: hidden;
  background: var(--base-3); border: 1px solid var(--line);
  cursor: pointer; transition: border-color .2s, transform .15s;
}
.reel:hover { border-color: color-mix(in oklab, var(--gold) 50%, var(--line)); }
.reel__video { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--base-3); }

/* styled placeholder when a clip has no video/poster yet */
.reel__placeholder {
  position: absolute; inset: 0; display: grid; align-content: center; gap: 4px; text-align: center;
  background: radial-gradient(120% 90% at 50% 0%, var(--green-deep) 0%, var(--base-2) 60%);
  color: var(--muted);
}
.reel__placeholder span { font-family: var(--display); font-size: 1.6rem; letter-spacing: .05em; color: var(--gold); }
.reel__placeholder small { font-family: var(--script); font-size: 1.1rem; }

.reel__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; text-align: left;
  font-size: .9rem; font-weight: 600; color: var(--cream);
  background: linear-gradient(to top, rgba(0,0,0,.78), transparent);
}

/* prev/next — desktop / pointer devices only */
.reels__btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--base-2); border: 1px solid var(--line); color: var(--cream);
  font-size: 1.7rem; line-height: 1; display: none; place-items: center;
  transition: color .2s, border-color .2s, background .2s;
}
.reels__btn--prev { left: 4px; }
.reels__btn--next { right: 4px; }
.reels__btn:hover { color: var(--gold); border-color: var(--gold); }
@media (hover: hover) and (min-width: 720px) {
  .reels__btn { display: grid; }
  .reel { width: 280px; }
}

/* expanded view — full-screen swipeable feed (TikTok-style); only the centred
   slide plays with sound. The stage is a horizontal scroll-snap scroller. */
.reel-modal { position: fixed; inset: 0; z-index: 90; display: none; }
.reel-modal.open { display: block; }
.reel-modal__scrim { position: absolute; inset: 0; background: #000; }
.reel-modal__stage {
  position: absolute; inset: 0; z-index: 1;
  display: flex; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; overscroll-behavior: contain;
}
.reel-modal__stage::-webkit-scrollbar { display: none; }
.reel-feed__slide {
  position: relative; flex: 0 0 100%; width: 100%; height: 100%;
  scroll-snap-align: center; display: grid; place-items: center;
}
.reel-feed__video {
  width: 100%; height: 100%;
  max-width: min(100vw, calc(100svh * 9 / 16));   /* keep 9:16 clips from over-stretching */
  object-fit: contain; background: #000; display: block;
}
body.reel-feed-lock { overflow: hidden; }          /* lock the page behind the feed */
.reel-modal__close {
  position: absolute; top: 16px; right: 18px; z-index: 3;
  width: 44px; height: 44px; border-radius: 999px;
  background: color-mix(in oklab, var(--base) 60%, transparent);
  border: 1px solid var(--line); color: var(--cream); font-size: 1.8rem; line-height: 1;
  backdrop-filter: blur(4px);
}
.reel-modal__close:hover { color: var(--gold); border-color: var(--gold); }

/* ---- feed navigation affordances -------------------------------------- */
/* side chevron arrows (desktop): hidden by default, revealed on hover and for a
   couple of seconds after opening (.reel-modal--cue). Disabled at the ends. */
.reel-feed__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 56px; min-height: 56px; display: none;
  flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  padding: 7px 6px; border-radius: 16px;
  background: color-mix(in oklab, var(--base) 55%, transparent);
  border: 1px solid color-mix(in oklab, var(--gold) 45%, transparent);
  color: var(--cream); backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .25s, color .2s, border-color .2s, background .2s;
}
.reel-feed__nav--prev { left: 14px; }
.reel-feed__nav--next { right: 14px; }
.reel-feed__nav:hover { color: var(--gold); border-color: var(--gold); }
.reel-feed__nav:disabled { opacity: 0 !important; pointer-events: none; }
.reel-feed__navchev { font-size: 2rem; line-height: .8; }
.reel-feed__navword {
  font-family: var(--body); font-size: .6rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft);
}
@media (hover: hover) and (pointer: fine) {
  .reel-feed__nav { display: flex; }
  .reel-modal:hover .reel-feed__nav,
  .reel-modal--cue .reel-feed__nav { opacity: 1; }
}

/* position counter ("3 / 7") — both desktop and mobile */
.reel-feed__counter {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-family: var(--body); font-weight: 700; font-size: .9rem; letter-spacing: .08em;
  color: var(--cream); background: color-mix(in oklab, var(--base) 55%, transparent);
  border: 1px solid color-mix(in oklab, var(--gold) 40%, transparent);
  padding: 5px 13px; border-radius: 999px; backdrop-filter: blur(4px);
}
.reel-feed__counter b { color: var(--gold); font-weight: 800; }

/* one-time swipe hint (mobile): animated "‹ swipe ›" that fades after ~2s */
.reel-feed__hint {
  position: absolute; bottom: 76px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: none; align-items: center; gap: 10px;
  font-family: var(--script); font-size: 1.55rem; color: var(--gold-soft);
  text-shadow: 0 2px 12px rgba(0,0,0,.7); pointer-events: none;
}
.reel-feed__hint.show { display: flex; animation: reelHintFade 2.2s ease forwards; }
.reel-feed__hintchev { color: var(--gold); animation: reelHintNudge 1s ease-in-out infinite; }
.reel-feed__hint .reel-feed__hintchev:last-child { animation-delay: .5s; }
@media (hover: hover) and (pointer: fine) { .reel-feed__hint.show { display: none; } } /* desktop uses arrows */

@keyframes reelHintFade { 0% { opacity: 0; } 15% { opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; } }
@keyframes reelHintNudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

/* mobile: narrow the slides + pad the stage so the neighbouring clips peek in */
@media (max-width: 720px) {
  .reel-modal__stage { padding-inline: 9vw; }
  .reel-feed__slide { flex-basis: 82vw; }
}

/* ============================ STICKY PROMO WIDGET ===================== */
/* Bottom-LEFT so it never collides with the bottom-right .tray-pill.
   z-index sits above the cart pill (60) but below the tray/lightbox (70/90). */
.pw { position: fixed; left: 20px; bottom: 20px; z-index: 65; }

/* ---- minimised tab ---------------------------------------------------- */
.pw__tab {
  display: none; align-items: center; gap: 9px;
  background: var(--base-2); color: var(--cream);
  border: 1.5px solid color-mix(in oklab, var(--gold) 55%, transparent);
  padding: 11px 16px; border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  font-weight: 800; letter-spacing: .02em;
  transition: transform .15s, border-color .2s;
}
.pw__tab:hover { transform: translateY(-2px); border-color: var(--gold); }
.pw__flame { font-size: 1.05rem; line-height: 1; filter: drop-shadow(0 0 6px color-mix(in oklab, var(--gold) 60%, transparent)); }
.pw__tabText { font-family: var(--script); font-size: 1.2rem; color: var(--gold-soft); line-height: 1; }
.pw[data-state="mini"] .pw__tab { display: inline-flex; }

/* ---- expanded = full-screen takeover overlay -------------------------- */
/* When open the whole widget becomes a centred overlay above the cart pill;
   the page is locked behind it (body.pw-lock) so the X (or Escape) is the way out. */
.pw[data-state="expanded"] {
  inset: 0; z-index: 80;
  display: grid; place-items: center; padding: 20px;
}
body.pw-lock { overflow: hidden; }

.pw__scrim {
  position: absolute; inset: 0;
  background: rgba(10,8,5,.8); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity .4s ease;
}
.pw__scrim--in { opacity: 1; }

.pw__card {
  position: relative; overflow: hidden; z-index: 1;
  border: 1.5px solid color-mix(in oklab, var(--gold) 55%, transparent);
  /* Same banner photo as the inline promo, with a heavier dark tint so the
     cream/gold copy reads clearly. Nudge the rgba(0,0,0,0.72) alpha to taste. */
  background:
    linear-gradient(rgba(0,0,0,0.82), rgba(0,0,0,0.82)),
    url(../assets/bannerbackground.png) center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0,0,0,.6);
  opacity: 0; transform: translateY(24px);              /* slide-up + fade start state */
  transition: opacity .4s ease, transform .4s ease;
}
.pw__card--in { opacity: 1; transform: translateY(0); }
.pw__card::before {                                      /* soft gold glow, like .promo__card */
  content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px;
  background: radial-gradient(circle, color-mix(in oklab, var(--gold) 32%, transparent), transparent 70%);
  filter: blur(10px); pointer-events: none;
}

/* takeover sizing — roughly 70% of the viewport, centred */
.pw[data-state="expanded"] .pw__card {
  width: min(820px, 92vw); min-height: 72vh;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 48px clamp(28px, 6vw, 64px); border-radius: 28px;
}

.pw__eyebrow { position: relative; color: var(--gold-soft); }
.pw__head {
  position: relative; font-family: var(--display); color: #fff; line-height: .96; margin: 2px 0 8px;
  font-size: clamp(2.8rem, 9vw, 4.4rem);
}
.pw__sub { position: relative; color: rgba(246,239,226,.88); font-weight: 500; font-size: clamp(1rem, 2.4vw, 1.2rem); max-width: 34ch; margin-bottom: 26px; }
.pw__cta { position: relative; align-self: flex-start; padding: 16px 30px; font-size: 1rem; }
.pw__close {
  position: absolute; top: 16px; right: 18px; z-index: 2;
  width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
  background: color-mix(in oklab, var(--base) 55%, transparent); color: var(--cream);
  font-size: 1.9rem; line-height: 1; transition: color .2s, background .2s, transform .15s;
}
.pw__close:hover { color: var(--gold); background: var(--base-3); transform: rotate(90deg); }

/* mobile: still a near-full takeover, with comfortable side margins */
@media (max-width: 520px) {
  .pw { left: 12px; right: 12px; bottom: 12px; }
  .pw[data-state="expanded"] { padding: 14px; }
  .pw[data-state="expanded"] .pw__card { width: 100%; min-height: 78vh; }
  .pw__cta { align-self: stretch; justify-content: center; }
}

/* honour reduced motion: appear/disappear instantly, no slide/fade */
@media (prefers-reduced-motion: reduce) {
  .pw__card, .pw__scrim { transition: none; }
}

/* ============================ GOOGLE REVIEWS ========================= */
.reviews { text-align: center; }
.reviews__rating { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; }
.reviews__rating .stars { font-size: 1.25rem; }
.reviews__count { color: var(--muted); font-size: .95rem; letter-spacing: .02em; }
.reviews__write { margin-top: 18px; }

.stars { color: var(--gold); letter-spacing: 2px; line-height: 1; }

/* ---- marquee --------------------------------------------------------- */
.reviews__marquee {
  position: relative; margin: 10px 0 28px;
  /* soft fade at both edges to sell the seamless loop */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.reviews__track {
  display: flex; align-items: stretch; gap: 16px;
  overflow-x: auto; overflow-y: hidden;
  padding: 6px 4px 18px;
  scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch;
}
.reviews__track::-webkit-scrollbar { display: none; }
.reviews__track.dragging { cursor: grabbing; }
.reviews__track:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; border-radius: var(--radius); }
/* reduced-motion fallback: a plain swipeable scroll-snap row */
.reviews__track--snap { scroll-snap-type: x mandatory; scroll-padding-left: 4px; }
.reviews__track--snap .rev { scroll-snap-align: start; }

/* ---- review card ----------------------------------------------------- */
.rev {
  flex: 0 0 auto; width: 320px; max-width: 84vw;
  display: flex; flex-direction: column; gap: 12px; text-align: left;
  background: var(--base-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px;
}
.rev__top { display: flex; align-items: center; gap: 12px; }
.rev__avatar {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 999px;
  display: grid; place-items: center; color: #fff;
  font-family: var(--display); font-size: 1.45rem; letter-spacing: .02em;
}
.rev__id { display: flex; flex-direction: column; line-height: 1.18; min-width: 0; }
.rev__name { font-weight: 700; font-size: 1rem; }
.rev__meta { color: var(--muted); font-size: .78rem; }
.rev__g {
  margin-left: auto; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 999px;
  display: grid; place-items: center; font-family: var(--display); font-size: 1rem;
  color: var(--gold); background: var(--base-3); border: 1px solid var(--line);
}
.rev__rowstars { display: flex; align-items: center; gap: 10px; }
.rev__rowstars .stars { font-size: 1rem; }
.rev__when { color: var(--muted); font-size: .8rem; }
.rev__text {
  color: var(--cream); font-size: .94rem; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;
}
.rev__ratings { margin-top: auto; color: var(--herb); font-size: .78rem; font-weight: 600; letter-spacing: .02em; }

/* ---- highlighted offer banner --------------------------------------- */
.reviews__offer {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  text-align: left; border-radius: var(--radius);
  border: 1.5px solid color-mix(in oklab, var(--gold) 55%, transparent);
  background: radial-gradient(120% 160% at 0% 0%, var(--green-deep) 0%, #120f0b 62%);
  padding: 22px 26px;
}
.reviews__offer p {
  font-family: var(--display); letter-spacing: .02em; color: #fff; line-height: 1.05;
  font-size: clamp(1.4rem, 3.4vw, 2rem); max-width: 30ch;
}
.reviews__offer .btn { flex: 0 0 auto; }
@media (max-width: 520px) {
  .reviews__offer { flex-direction: column; align-items: flex-start; }
  .reviews__offer .btn { align-self: stretch; justify-content: center; }
}

/* ============================ FOOTER ================================== */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer__grid { display: flex; flex-wrap: wrap; gap: 30px 60px; justify-content: space-between; }
.footer__brand b { font-family: var(--display); font-size: 1.8rem; letter-spacing: .04em; }
.footer__brand p { color: var(--muted); margin-top: 6px; max-width: 26ch; }
.footer h5 { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.footer a, .footer p.contact { display: block; color: var(--cream); margin-bottom: 8px; font-size: .95rem; }
.footer a:hover { color: var(--gold); }
.footer__base { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ============================ MOTION ================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

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