/* ═══════════════════════════════════════════════════════════
   Indian OG site styles · v2 "hand-stamped editorial"
   Built to the Indian OG Brand Guidelines v1.0 (July 2026).

   The system in one breath: Paper Cream pages, Tandoor Charcoal
   ink, Chilli Crush for headlines/buttons/prices, thin charcoal
   rules, Playfair Display for "the stamp voice", Archivo for the
   everyday voice, Archivo Expanded letterspaced caps for the
   market-crier. Matte everywhere: a stamp never shines, so there
   are no drop shadows and no gradients in this file (the brand
   stripe is hard-stop colour segments, not a blend).
   ═══════════════════════════════════════════════════════════ */

/* ── Fonts (self-hosted variable fonts) ────────────────────*/
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-var.woff2') format('woff2');
  font-weight: 700 900;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-var.woff2') format('woff2');
  font-weight: 100 900; /* guidelines use 400/500/600/700 + rare 800 */
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  /* Brand palette — exact values from the guidelines */
  --charcoal: #373534;   /* Tandoor Charcoal · primary ink */
  --cream: #f5f1e8;      /* Paper Cream · main background */
  --chilli: #be2a0d;     /* Chilli Crush · hero accent */
  --chilli-dark: #9c2007;/* pressed state of Chilli Crush */
  --oil: #e1661c;        /* Toasted Oil · warm support */
  --turmeric: #e8a31c;   /* Turmeric · highlight only */
  --curry-leaf: #46503a; /* Curry Leaf · "fresh" moments */

  /* Semantic tokens */
  --bg: var(--cream);
  --bg-tint: #ece6d8;            /* deeper cream for alternating bands */
  --paper: #fcfaf4;              /* card stock, a touch lighter than the page */
  --text: var(--charcoal);
  --text-muted: #6f6a63;
  --primary: var(--chilli);
  --primary-dark: var(--chilli-dark);
  --accent: var(--curry-leaf);
  --rule: var(--charcoal);       /* 1px editorial rules */
  --rule-soft: #d9d2c2;          /* quieter rules on cream */
  --focus: #1b74e4;

  /* Type */
  --font-body: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-head: 'Playfair Display', 'Georgia', serif;

  /* The market-crier: Archivo Expanded Bold 700, uppercase.
     Tracking per the type scale: eyebrows +30%, small labels +18%,
     card titles +14%. */
  --crier-stretch: 125%;
  --crier-spacing: 0.18em;       /* small labels, buttons, badges */
  --crier-spacing-wide: 0.3em;   /* eyebrows */
  --crier-spacing-title: 0.14em; /* card titles (H3) */

  /* Shape + spacing — print-sharp corners */
  --radius: 2px;
  --container: 1140px;
  --gap: 1.25rem;

  /* The brand stripe (page-edge ribbon from the guidelines) */
  --stripe: linear-gradient(90deg,
    var(--chilli) 0 72%,
    var(--oil) 72% 86%,
    var(--turmeric) 86% 96%,
    var(--curry-leaf) 96% 100%);

  /* ── "Open the Stall" energy layer ─────────────────────────
     A deliberate, documented departure from the matte guideline
     (client brief: street-food-market vibe). Gradients, glow and
     texture are now in play. The stamp logo stays untouched. */
  --heat-grad: linear-gradient(90deg, var(--turmeric), var(--oil) 45%, var(--chilli));
  --heat-grad-v: linear-gradient(180deg, var(--turmeric), var(--oil) 45%, var(--chilli));
  --ember: #ff7a1a;                    /* hot accent for glows only */
  --night: #2b2523;                    /* deep charcoal for "night market" bands */
  --glow-warm: radial-gradient(60% 55% at 75% 8%,
                 rgba(232,163,28,0.32), rgba(225,102,28,0.10) 42%, transparent 68%);
  --glow-ember: 0 0 40px rgba(255,122,26,0.35);
  /* Generative paper grain (tiny SVG turbulence, tiled) */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  /* Halftone dots for chilli-heat motifs */
  --halftone: radial-gradient(var(--chilli) 1.4px, transparent 1.6px);

  /* Motion timings */
  --ease-out: cubic-bezier(0.2, 0.7, 0.3, 1);
  --ease-spring: cubic-bezier(0.22, 1.2, 0.36, 1);
  --reveal-shift: 22px;
}

/* ── Reset-ish ─────────────────────────────────────────────*/
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55; /* Body: Archivo 400, 16px, 1.55 */
  font-size: 1rem;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 900; /* H1/display; smaller headings drop to 700 per scale */
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--charcoal);
}
h3, h4 { font-weight: 700; }

/* The market-crier voice: labels, eyebrows, badges, buttons */
.crier,
.section__eyebrow,
.hero__eyebrow,
.badge,
.btn,
.footer__heading,
.nav__menu a,
.nav__brand-tag {
  font-family: var(--font-body);
  font-stretch: var(--crier-stretch);
  text-transform: uppercase;
  letter-spacing: var(--crier-spacing);
  font-weight: 700; /* the market-crier is always Bold 700 */
  line-height: 1.3;
}

/* Accessibility helpers */
.visually-hidden, .skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 0.5rem; left: 0.5rem; width: auto; height: auto;
  clip: auto; z-index: 100; background: var(--charcoal); color: var(--cream);
  padding: 0.6rem 1rem;
}
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }

/* ── Layout helpers ────────────────────────────────────────*/
main { display: block; }
.section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
}
.section--tint { max-width: none; background: var(--bg-tint); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section--tint > * { max-width: var(--container); margin-inline: auto; }
/* Left-align everything with a ragged right; centring is reserved for
   stamp lockups, price cards and cover moments (guidelines p9). */
.section__head { text-align: left; margin-bottom: 2.2rem; }
.section__eyebrow { color: var(--chilli); font-size: 0.75rem; letter-spacing: var(--crier-spacing-wide); margin: 0 0 0.7rem; }
/* Headline H2: Playfair Bold 700, 24px, 1.20 */
.section__title { font-size: 1.5rem; font-weight: 700; line-height: 1.2; margin: 0 0 0.5rem; }
/* Lead paragraph: Archivo Medium 500, 18px, 1.60 */
.section__lead { color: var(--text-muted); margin: 0; font-size: 1.125rem; font-weight: 500; line-height: 1.6; }
.section__more { text-align: left; margin-top: 2.2rem; }

/* ── Buttons — inked stamps, not glossy pills ──────────────*/
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; font-size: 0.78rem; cursor: pointer;
  padding: 0.85rem 1.5rem; border-radius: var(--radius);
  border: 1px solid transparent; text-decoration: none; line-height: 1.1;
  transition: transform 0.06s ease, background 0.15s ease, color 0.15s ease;
}
.btn:active { transform: translateY(1px); } /* the stamp press */
.btn--primary { background: var(--primary); color: var(--cream); border-color: var(--primary); }
.btn--primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn--ghost:hover { background: var(--charcoal); color: var(--cream); }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 0.84rem; }
.btn--sm { padding: 0.55rem 0.95rem; font-size: 0.7rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; }

.link-arrow {
  color: var(--primary); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 1px;
}
.link-arrow:hover { color: var(--primary-dark); }

/* ── Header / nav ──────────────────────────────────────────*/
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
/* Page-edge brand ribbon, straight off the guidelines' page frames */
.site-header::before { content: ""; display: block; height: 5px; background: var(--stripe); }
.nav {
  max-width: var(--container); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem 1.25rem; gap: 1rem;
}
.nav__brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--charcoal); }
/* Logo rule: the full stamp never renders below 64px on screen */
.nav__brand-mark { width: 64px; height: 64px; flex-shrink: 0; }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav__brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; }
.nav__brand-tag { font-size: 0.58rem; color: var(--text-muted); letter-spacing: 0.18em; }
/* On tight screens the tagline wraps awkwardly; the stamp already says it */
@media (max-width: 480px) { .nav__brand-tag { display: none; } }
.nav__toggle {
  display: inline-flex; flex-direction: column; gap: 5px; background: none;
  border: 0; cursor: pointer; padding: 0.5rem;
}
.nav__toggle-bar { width: 26px; height: 2px; background: var(--charcoal); }
.nav__menu {
  list-style: none; margin: 0; padding: 0;
  display: none; flex-direction: column; gap: 0.25rem;
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--cream); border-bottom: 1px solid var(--rule);
  padding: 0.5rem 1.25rem 1rem;
}
.nav__menu.is-open { display: flex; }
.nav__menu a {
  display: block; text-decoration: none; color: var(--charcoal);
  font-size: 0.72rem; padding: 0.7rem 0.4rem;
  border-bottom: 2px solid transparent;
}
.nav__menu a:hover { color: var(--primary); }
.nav__menu a.is-active { color: var(--primary); border-bottom-color: var(--primary); }
.nav__cart-count {
  display: inline-block; min-width: 1.5em; text-align: center;
  background: var(--primary); color: var(--cream);
  font-size: 0.68rem; padding: 0.15em 0.35em; margin-left: 0.2rem;
  letter-spacing: 0;
}

@media (min-width: 800px) {
  .nav__toggle { display: none; }
  .nav__menu {
    display: flex; flex-direction: row; align-items: center; gap: 1.1rem;
    position: static; background: none; border: 0; padding: 0; width: auto;
  }
  .nav__menu a { padding: 0.4rem 0.1rem; }
}

/* ── Flash messages ────────────────────────────────────────*/
.flash {
  max-width: var(--container); margin: 1rem auto 0; padding: 0.85rem 1.1rem;
  font-weight: 600; border: 1px solid var(--rule); background: var(--paper);
  border-left: 6px solid var(--curry-leaf);
}
.flash p { margin: 0; }
.flash--success { border-left-color: var(--curry-leaf); color: var(--curry-leaf); }
.flash--error { border-left-color: var(--chilli); color: var(--chilli); }

/* ── Hero — loud, kinetic, heat-hazed ──────────────────────*/
.hero { position: relative; overflow: hidden; background: var(--bg); border-bottom: 1px solid var(--rule); }
/* A drifting field of halftone chilli dots, top-right */
.hero__halftone {
  position: absolute; top: -12%; right: -6%; width: 62%; height: 130%;
  background-image: var(--halftone); background-size: 13px 13px;
  opacity: 0.12; pointer-events: none; z-index: 0;
  -webkit-mask: radial-gradient(closest-side, #000, transparent 78%);
          mask: radial-gradient(closest-side, #000, transparent 78%);
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 2rem;
  padding: 3.5rem 1.25rem 3.5rem; align-items: center;
}
.hero__eyebrow { color: var(--chilli); font-size: 0.75rem; letter-spacing: var(--crier-spacing-wide); margin: 0 0 1rem; }
/* Display hero: Playfair Black 900, now LOUD — massive and tight */
.hero__title {
  font-size: clamp(3.2rem, 11vw, 7.5rem);
  line-height: 0.92; letter-spacing: -0.015em;
  margin: 0 0 1.4rem; font-weight: 900; color: var(--charcoal);
}
.hero__line { display: block; }
/* "heat." and "heart." burn with a slow heat-shimmer gradient */
.hero__flame {
  background: linear-gradient(92deg, var(--turmeric), var(--oil) 42%, var(--chilli) 78%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 6s var(--ease-out) infinite;
}
@keyframes shimmer { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.hero__title-accent { color: var(--chilli); }
/* Lead paragraph: Archivo Medium 500, 18px, 1.60 */
.hero__sub { font-size: 1.15rem; font-weight: 500; line-height: 1.6; max-width: 46ch; margin: 0 0 1.9rem; color: var(--text-muted); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__art { position: relative; display: grid; place-items: center; }
/* Warm ember glow behind the stamp (parallax) */
.hero__glow {
  position: absolute; width: 118%; aspect-ratio: 1; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(225,102,28,0.34), rgba(232,163,28,0.12) 46%, transparent 70%);
  filter: blur(8px); pointer-events: none;
}
.hero__stamp {
  position: relative; z-index: 1; width: min(64vw, 300px); height: auto;
  animation: stamp-press 0.7s var(--ease-spring) 0.15s both, stamp-float 6s ease-in-out 1s infinite;
}
/* Press-in on load (scale only — the stamp is never rotated or distorted),
   then a gentle float. */
@keyframes stamp-press { from { opacity: 0; transform: scale(1.15); } 60% { opacity: 1; transform: scale(0.97); } to { opacity: 1; transform: scale(1); } }
@keyframes stamp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (min-width: 860px) {
  .hero__inner { grid-template-columns: 1.2fr 0.8fr; padding: 5rem 1.25rem 5rem; }
  .hero__stamp { width: min(32vw, 340px); }
}

/* ── "Pick your heat" — interactive selector (night market) ─*/
.heat { position: relative; overflow: hidden; background: var(--night); color: var(--cream); }
.heat__ember {
  position: absolute; left: 50%; bottom: -40%; width: 90%; aspect-ratio: 2 / 1;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(225,102,28,0.28), transparent 65%);
}
.heat__inner { position: relative; z-index: 1; max-width: var(--container); margin: 0 auto; padding: 3.75rem 1.25rem; }
.heat__eyebrow {
  color: var(--turmeric); font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: var(--crier-spacing-wide); font-weight: 700;
  font-size: 0.75rem; margin: 0 0 0.6rem;
}
.heat__title { color: var(--cream); font-size: clamp(1.9rem, 4.5vw, 2.8rem); line-height: 1.1; margin: 0 0 1.8rem; }

.heat__slider { position: relative; height: 44px; }
.heat__track {
  position: absolute; top: 50%; left: 0; right: 0; height: 10px; transform: translateY(-50%);
  background: rgba(245, 241, 232, 0.16); border-radius: 999px;
}
.heat__fill { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--heat-grad); position: relative; transition: width 0.28s var(--ease-out); }
.heat__knob {
  position: absolute; right: -11px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%);
  border-radius: 50%; background: var(--cream); box-shadow: var(--glow-ember);
}
.heat__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.heat__slider:focus-within .heat__track { outline: 3px solid var(--turmeric); outline-offset: 5px; }
.heat__ticks {
  list-style: none; margin: 0.9rem 0 0; padding: 0; display: flex; justify-content: space-between; gap: 0.5rem;
}
.heat__tick {
  font-family: var(--font-body); font-stretch: var(--crier-stretch); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 700; font-size: 0.6rem; color: rgba(245, 241, 232, 0.5);
  text-align: center; flex: 1; transition: color 0.2s ease;
}
.heat__tick:first-child { text-align: left; }
.heat__tick:last-child { text-align: right; }
.heat__tick.is-active { color: var(--turmeric); }

.heat__panels { margin-top: 2.2rem; min-height: 180px; }
.heat__panel { display: grid; gap: 0.7rem; justify-items: start; }
.heat__panel[hidden] { display: none; }
.heat__panel-name { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.7rem, 4vw, 2.5rem); color: var(--cream); margin: 0; }
.heat__panel-blurb { color: #d8d2c7; max-width: 54ch; margin: 0; font-size: 1.05rem; }
.heat__panel-link { color: var(--turmeric); margin-top: 0.3rem; }
.heat__panel-link:hover { color: var(--cream); }

/* ── Product grid + cards ──────────────────────────────────*/
.product-grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 560px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

.product-card {
  position: relative;
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
}
/* Swing-tag eyelet at the top — the card reads as a market price tag */
.product-card__hole {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 13px; height: 13px; border-radius: 50%; z-index: 3;
  background: var(--paper); border: 2px solid var(--charcoal);
}
.product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--bg-tint); border-bottom: 1px solid var(--rule); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  display: inline-block; font-size: 0.62rem;
  padding: 0.45em 0.8em; border-radius: var(--radius);
  background: var(--charcoal); color: var(--cream);
}
.badge--heat { background: var(--chilli); } /* heat badges print in Chilli Crush */
.product-card__media .badge { position: absolute; top: 0.7rem; left: 0.7rem; }
.product-card__body { padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.product-card__name { margin: 0; font-size: 1.3rem; font-weight: 700; }
.product-card__name a { color: var(--charcoal); text-decoration: none; }
.product-card__name a:hover { color: var(--chilli); }
.product-card__desc { margin: 0; color: var(--text-muted); font-size: 0.95rem; flex: 1; }
/* Torn price-ticket perforation */
.product-card__meta {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 2px dashed var(--rule-soft); padding-top: 0.6rem; margin-top: 0.1rem;
}
.product-card__size { color: var(--text-muted); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: var(--crier-spacing); font-stretch: var(--crier-stretch); }
.product-card__price { font-family: var(--font-head); font-weight: 900; font-size: 1.55rem; color: var(--chilli); line-height: 1; transition: transform 0.16s var(--ease-spring); transform-origin: right center; }
.product-card:hover .product-card__price { transform: scale(1.08); }
.product-card__actions { display: flex; gap: 0.5rem; margin-top: 0.4rem; }
.product-card__actions .btn { flex: 1; padding-inline: 0.5rem; font-size: 0.66rem; }
.product-card__add { flex: 1; display: flex; }
.product-card__add .btn { width: 100%; }

/* ── Why cards — the numbered manifesto ────────────────────*/
.why-grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; counter-reset: why; }
@media (min-width: 620px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1.5rem; counter-increment: why;
}
.why-card::before {
  content: "0" counter(why);
  font-family: var(--font-head); font-weight: 900; font-size: 1.4rem;
  color: var(--chilli); display: block; margin-bottom: 0.6rem;
}
/* Card H3: Archivo Expanded 700, 14px, UPPER, +14% (guidelines p.8) */
.why-card__title {
  margin: 0 0 0.6rem; font-family: var(--font-body); font-stretch: var(--crier-stretch);
  font-size: 0.875rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: var(--crier-spacing-title); line-height: 1.3;
}
.why-card__body { margin: 0; color: var(--text-muted); font-size: 0.96rem; }

/* ── Food uses — market-stall chips ────────────────────────*/
.uses {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: flex-start;
}
.uses__item {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--rule); background: var(--paper);
  border-radius: 999px; padding: 0.55rem 1.1rem;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em;
  font-stretch: var(--crier-stretch); font-weight: 600;
}
.uses__emoji { font-size: 1.15rem; }

/* ── Story ─────────────────────────────────────────────────*/
.section--story { max-width: none; }
.story {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center;
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 2.2rem;
}
.story__text p { color: var(--text-muted); }
.story__art { display: grid; place-items: center; }
.story__mark { width: 130px; height: auto; opacity: 0.9; }
@media (min-width: 800px) { .story { grid-template-columns: 1.4fr 0.6fr; padding: 2.8rem; } }

/* ── Testimonials ──────────────────────────────────────────*/
.testimonials { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 760px) { .testimonials { grid-template-columns: repeat(3, 1fr); } }
.testimonial {
  margin: 0; background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1.6rem 1.5rem 1.4rem; position: relative;
}
.testimonial::before {
  content: "\201C";
  font-family: var(--font-head); font-weight: 900; font-size: 2.6rem;
  color: var(--chilli); line-height: 0; display: block; margin: 0.6rem 0 0.9rem;
}
.testimonial blockquote { margin: 0 0 0.9rem; font-family: var(--font-head); font-weight: 700; font-size: 1.18rem; line-height: 1.35; }
.testimonial figcaption {
  color: var(--text-muted); font-size: 0.68rem;
  text-transform: uppercase; letter-spacing: 0.18em; font-stretch: var(--crier-stretch); font-weight: 600;
}

/* ── Newsletter ────────────────────────────────────────────*/
/* Left-aligned, ragged right — never centre a paragraph (guidelines p.9) */
.section--newsletter { text-align: left; }
.newsletter { max-width: 560px; margin: 0; }
.newsletter__heading { font-size: 2rem; margin: 0 0 0.4rem; }
.newsletter__blurb { color: var(--text-muted); margin: 0 0 1.2rem; }
.newsletter__row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.newsletter__input {
  flex: 1; min-width: 0; padding: 0.85rem 1rem; border-radius: var(--radius);
  border: 1px solid var(--rule); font: inherit; background: var(--paper); color: var(--text);
}
.newsletter__input:focus { border-color: var(--chilli); box-shadow: inset 0 0 0 1px var(--chilli); outline: none; }
.newsletter--compact .newsletter__row { flex-wrap: nowrap; }

/* ── Page head ─────────────────────────────────────────────*/
.page-head { position: relative; overflow: hidden; background: var(--bg-tint); border-bottom: 1px solid var(--rule); }
.page-head__inner { position: relative; z-index: 1; max-width: var(--container); margin: 0 auto; padding: 3rem 1.25rem; }
.page-head__eyebrow {
  color: var(--chilli); font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: var(--crier-spacing-wide); font-weight: 700;
  font-size: 0.72rem; margin: 0 0 0.7rem;
}
/* Headline H1: Playfair Black 900, ~40px, leading 1.10 (guidelines p.8) */
.page-head__title { font-size: clamp(2rem, 5vw, 2.5rem); line-height: 1.1; margin: 0 0 0.5rem; }
/* Lead paragraph: Archivo Medium 500, 18px, 1.60 */
.page-head__lead { color: var(--text-muted); font-size: 1.125rem; font-weight: 500; line-height: 1.6; margin: 0; max-width: 60ch; }

/* ── Prose (about) ─────────────────────────────────────────*/
.prose { max-width: 720px; }
.prose p { font-size: 1.08rem; }
.prose__cta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── Breadcrumb ────────────────────────────────────────────*/
.breadcrumb {
  max-width: var(--container); margin: 1.2rem auto 0; padding: 0 1.25rem;
  color: var(--text-muted); font-size: 0.68rem;
  text-transform: uppercase; letter-spacing: 0.16em; font-stretch: var(--crier-stretch);
}
.breadcrumb a { color: var(--text-muted); }

/* ── Product detail ────────────────────────────────────────*/
.product-detail {
  max-width: var(--container); margin: 0 auto; padding: 1.5rem 1.25rem 3.5rem;
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 860px) { .product-detail { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } }
.product-detail__media {
  position: relative; border: 1px solid var(--rule); border-radius: var(--radius);
  overflow: hidden; background: var(--bg-tint);
}
.product-detail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; position: relative; z-index: 1; }
/* Heat badge quietly pulses to draw the eye */
.product-detail__heat { position: absolute; top: 1rem; left: 1rem; z-index: 2; animation: badge-pulse 2.6s ease-in-out infinite; }
@keyframes badge-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,122,26,0.5); } 50% { box-shadow: 0 0 0 8px rgba(255,122,26,0); } }

/* Reusable photo slot — real photography drops in later at the same aspect */
.media-slot { position: relative; aspect-ratio: 1 / 1; }
.media-slot::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: var(--glow-warm);
}
/* Product name = Playfair (guidelines p.7); sized to H1 (~40px), leading 1.10 */
.product-detail__name { font-size: clamp(2rem, 5vw, 2.5rem); line-height: 1.1; margin: 0 0 0.6rem; }
.product-detail__short { font-size: 1.15rem; color: var(--text-muted); margin: 0 0 1.1rem; }
.product-detail__meta {
  display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 1.5rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--rule);
}
.product-detail__price { font-family: var(--font-head); font-size: 2rem; font-weight: 900; color: var(--chilli); }
.product-detail__size { color: var(--text-muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; font-stretch: var(--crier-stretch); }
.product-detail__long p { color: var(--text); }

.add-to-cart { display: flex; gap: 0.75rem; align-items: flex-end; flex-wrap: wrap; margin-bottom: 1.6rem; }

/* "Spoon it on" chips */
.spoon { margin: 0 0 1.6rem; }
.spoon__label {
  color: var(--chilli); font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: var(--crier-spacing); font-weight: 700;
  font-size: 0.66rem; margin: 0 0 0.6rem;
}
.spoon__chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.spoon__chip {
  border: 1px solid var(--rule); border-radius: 999px; padding: 0.4rem 0.9rem;
  font-size: 0.8rem; background: var(--paper); transition: transform 0.14s var(--ease-spring), background 0.14s ease, color 0.14s ease;
}
.spoon__chip:hover { transform: translateY(-2px) rotate(-1.5deg); background: var(--chilli); color: var(--cream); }

/* Sticky add-to-cart bar (slides up once the main form scrolls away) */
.buybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: var(--charcoal); color: var(--cream); border-top: 3px solid transparent;
  border-image: var(--heat-grad) 1;
  transform: translateY(110%); visibility: hidden;
  transition: transform 0.32s var(--ease-spring), visibility 0.32s;
}
.buybar.is-shown { transform: translateY(0); visibility: visible; }
.buybar__inner {
  max-width: var(--container); margin: 0 auto; padding: 0.7rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.buybar__info { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.buybar__name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__price { font-family: var(--font-head); font-weight: 900; color: var(--turmeric); }
.buybar__form { flex-shrink: 0; }
.qty__label {
  display: block; font-size: 0.66rem; text-transform: uppercase;
  letter-spacing: 0.18em; font-stretch: var(--crier-stretch); font-weight: 600;
  margin-bottom: 0.35rem;
}
.qty__control { display: inline-flex; align-items: center; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.qty__btn { border: 0; background: none; font-size: 1.2rem; width: 2.5rem; height: 2.9rem; cursor: pointer; color: var(--charcoal); }
.qty__btn:hover { background: var(--bg-tint); }
.qty__input { width: 3rem; text-align: center; border: 0; font: inherit; font-weight: 700; background: none; -moz-appearance: textfield; }
.qty__input::-webkit-outer-spin-button, .qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Spec table: the "back label" — boringly clear on purpose */
.spec { margin: 1.5rem 0 0; border-top: 1px solid var(--rule); }
.spec__row { display: grid; grid-template-columns: 1fr; gap: 0.15rem; padding: 0.95rem 0; border-bottom: 1px solid var(--rule-soft); }
.spec__row dt {
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.18em;
  font-stretch: var(--crier-stretch); font-weight: 600; color: var(--charcoal);
}
.spec__row dd { margin: 0; color: var(--text-muted); }
@media (min-width: 560px) { .spec__row { grid-template-columns: 180px 1fr; gap: 1rem; align-items: baseline; } }

/* ── Occasion cards (how to use) ───────────────────────────*/
.occasion-grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 620px) { .occasion-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .occasion-grid { grid-template-columns: repeat(3, 1fr); } }
.occasion-card {
  position: relative; overflow: hidden;
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.5rem; display: flex; flex-direction: column; gap: 0.7rem;
}
/* Heat bar wipes across the top on hover */
.occasion-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--heat-grad); transform: scaleX(0); transform-origin: 0 50%;
  transition: transform 0.32s var(--ease-out);
}
.occasion-card:hover::before { transform: scaleX(1); }
.occasion-card__top { display: flex; align-items: center; justify-content: space-between; }
.occasion-card__emoji { font-size: 2rem; line-height: 1; transition: transform 0.2s var(--ease-spring); }
.occasion-card:hover .occasion-card__emoji { transform: rotate(-8deg) scale(1.15); }
.occasion-card__num { font-family: var(--font-head); font-weight: 900; font-size: 1.5rem; color: var(--rule-soft); }
/* Card H3: Archivo Expanded 700, 14px, UPPER, +14% (guidelines p.8) */
.occasion-card__title {
  margin: 0; font-family: var(--font-body); font-stretch: var(--crier-stretch);
  font-size: 0.875rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: var(--crier-spacing-title); line-height: 1.3;
}
.occasion-card__body { margin: 0; color: var(--text-muted); flex: 1; }
.occasion-card__jar {
  align-self: flex-start; margin-top: 0.3rem; text-decoration: none;
  font-family: var(--font-body); font-stretch: var(--crier-stretch); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 700; font-size: 0.66rem; color: var(--chilli);
  border-bottom: 1px solid transparent;
}
.occasion-card__jar strong { color: var(--charcoal); font-weight: 700; }
.occasion-card:hover .occasion-card__jar { border-bottom-color: var(--chilli); }

/* ── Heat CTA band (how-to-use closer) ─────────────────────*/
.heat-cta { position: relative; overflow: hidden; background: var(--bg-tint); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.heat-cta__inner { position: relative; z-index: 1; max-width: var(--container); margin: 0 auto; padding: 3.75rem 1.25rem; }
.heat-cta__eyebrow {
  color: var(--chilli); font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: var(--crier-spacing-wide); font-weight: 700;
  font-size: 0.72rem; margin: 0 0 0.7rem;
}
.heat-cta__title { font-size: clamp(2rem, 5.5vw, 3.2rem); line-height: 1.05; margin: 0 0 0.8rem; max-width: 18ch; }
.heat-cta__lead { color: var(--text-muted); font-size: 1.125rem; font-weight: 500; line-height: 1.6; max-width: 52ch; margin: 0 0 1.6rem; }
.heat-cta__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ── Stockists ─────────────────────────────────────────────*/
.stockist-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 620px) { .stockist-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .stockist-list { grid-template-columns: repeat(3, 1fr); } }
.stockist-card { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.4rem; }
.stockist-card__name { margin: 0 0 0.4rem; font-size: 1.3rem; font-weight: 700; }
.stockist-card__where {
  margin: 0 0 0.3rem; color: var(--curry-leaf);
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.16em;
  font-stretch: var(--crier-stretch); font-weight: 600;
}
.stockist-card__address { margin: 0 0 0.6rem; color: var(--text-muted); font-size: 0.95rem; }
.cta-band { text-align: left; }
.cta-band__inner { max-width: 640px; margin: 0; }
.cta-band__inner p { color: var(--text-muted); }

/* ── Forms (contact) ───────────────────────────────────────*/
.form-section { max-width: 720px; }
.form { display: grid; gap: 1.15rem; }
.form__field { display: grid; gap: 0.4rem; }
.form__field label {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em;
  font-stretch: var(--crier-stretch); font-weight: 600;
}
.form input, .form select, .form textarea {
  font: inherit; padding: 0.8rem 0.95rem; border: 1px solid var(--rule);
  border-radius: var(--radius); background: var(--paper); color: var(--text); width: 100%;
}
.form input:focus, .form select:focus, .form textarea:focus {
  border-color: var(--chilli); box-shadow: inset 0 0 0 1px var(--chilli); outline: none;
}
.form-errors {
  background: var(--paper); border: 1px solid var(--rule); border-left: 6px solid var(--chilli);
  color: var(--chilli); padding: 1rem 1.2rem; margin-bottom: 1.5rem;
}
.form-errors ul { margin: 0.4rem 0 0; padding-left: 1.2rem; }
.contact-aside { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); color: var(--text-muted); }
.contact-aside h2 { margin: 0 0 0.4rem; }

/* ── Cart ──────────────────────────────────────────────────*/
.cart { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 900px) { .cart { grid-template-columns: 1.6fr 0.9fr; align-items: start; } }
.cart__lines { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.cart-line {
  display: grid; gap: 0.75rem 1rem; align-items: center;
  grid-template-columns: 80px 1fr; background: var(--paper);
  border: 1px solid var(--rule); border-radius: var(--radius); padding: 1rem;
}
.cart-line__media { grid-row: span 2; }
.cart-line__media img { width: 80px; height: 80px; object-fit: cover; border: 1px solid var(--rule-soft); }
.cart-line__name { margin: 0; font-size: 1.15rem; font-weight: 700; }
.cart-line__name a { color: var(--charcoal); text-decoration: none; }
.cart-line__name a:hover { color: var(--chilli); }
.cart-line__meta { margin: 0.15rem 0 0; color: var(--text-muted); font-size: 0.9rem; }
.cart-line__update { display: flex; gap: 0.4rem; align-items: center; }
.cart-line__qty { width: 4rem; padding: 0.5rem; border: 1px solid var(--rule); border-radius: var(--radius); font: inherit; text-align: center; background: var(--paper); }
.cart-line__total { font-family: var(--font-head); font-weight: 900; font-size: 1.15rem; color: var(--chilli); margin: 0; }
.cart-line__remove-btn { background: none; border: 0; color: var(--chilli); cursor: pointer; font: inherit; text-decoration: underline; padding: 0; }
@media (min-width: 620px) {
  .cart-line { grid-template-columns: 80px 2fr 1fr auto auto; }
  .cart-line__media { grid-row: auto; }
}
.cart-summary {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.6rem; position: sticky; top: 100px;
}
.cart-summary__heading { margin: 0 0 1rem; }
.cart-summary__row { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.cart-summary__row strong { font-family: var(--font-head); font-weight: 900; color: var(--chilli); font-size: 1.25rem; }
.cart-summary__note { color: var(--text-muted); font-size: 0.9rem; margin: 0 0 1.2rem; }
.cart-summary__placeholder { font-size: 0.9rem; color: var(--text-muted); margin: 0.8rem 0 1rem; }
.cart-empty { text-align: center; padding: 2rem 0; }
.cart-empty p { font-size: 1.2rem; margin-bottom: 1rem; }
.empty { text-align: center; color: var(--text-muted); padding: 2rem 0; }

/* ── Footer ────────────────────────────────────────────────*/
.site-footer { background: var(--charcoal); color: var(--cream); margin-top: 3rem; }
.footer__inner {
  max-width: var(--container); margin: 0 auto; padding: 3.2rem 1.25rem 2rem;
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 760px) { .footer__inner { grid-template-columns: 1.4fr 1fr 1.4fr; } }
.footer__logo { width: 96px; height: 96px; margin-bottom: 0.8rem; }
.footer__name { font-family: var(--font-head); font-weight: 900; font-size: 1.5rem; }
.footer__tag {
  color: var(--turmeric); margin: 0.3rem 0 0.7rem;
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.2em;
  font-stretch: var(--crier-stretch); font-weight: 600;
}
.footer__blurb { color: #b9b3a8; margin: 0; }
.footer__heading { font-size: 0.68rem; margin: 0 0 0.9rem; color: var(--turmeric); }
.footer__links { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: 0.45rem; }
.footer__links a { color: var(--cream); text-decoration: none; }
.footer__links a:hover { color: var(--turmeric); }
.footer .newsletter__input { background: #45423f; border-color: #57534f; color: var(--cream); }
.footer .newsletter__input::placeholder { color: #a49e93; }
.footer__base { border-top: 1px solid #57534f; text-align: center; padding: 1.2rem 1.2rem 1.1rem; color: #b9b3a8; font-size: 0.9rem; }
.footer__base p { margin: 0; }
/* Closing page-edge ribbon */
.site-footer::after { content: ""; display: block; height: 5px; background: var(--stripe); }

/* ── Error pages ───────────────────────────────────────────*/
.error-page { max-width: 640px; margin: 0 auto; text-align: center; padding: 4.5rem 1.25rem; }
.error-page__code { font-family: var(--font-head); font-size: 5.5rem; font-weight: 900; color: var(--chilli); margin: 0; line-height: 1; }
.error-page__title { font-size: 2.2rem; margin: 0.6rem 0 1rem; }
.error-page__text { color: var(--text-muted); font-size: 1.1rem; margin: 0 0 1.8rem; }
.error-page__cta { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.error-page__debug {
  text-align: left; background: var(--charcoal); color: var(--cream);
  padding: 1rem; border-radius: var(--radius); overflow: auto; margin-top: 2rem; font-size: 0.82rem;
}

/* ── Food-use conveyor (marquee of dishes) ─────────────────*/
.conveyor { overflow: hidden; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper); }
.conveyor__track {
  list-style: none; margin: 0; padding: 0.9rem 0; display: inline-flex; white-space: nowrap;
  animation: ticker-scroll 42s linear infinite;
}
.conveyor:hover .conveyor__track { animation-play-state: paused; }
.conveyor__item {
  display: inline-flex; align-items: center; gap: 0.5rem; margin: 0 0.55rem;
  border: 1px solid var(--rule); border-radius: 999px; padding: 0.55rem 1.1rem;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em;
  font-stretch: var(--crier-stretch); font-weight: 700; background: var(--bg);
}
.conveyor__emoji { font-size: 1.15rem; }

/* ── "At the market" strip ─────────────────────────────────*/
.market { position: relative; overflow: hidden; background: var(--chilli); color: var(--cream); }
.market::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: radial-gradient(rgba(245,241,232,0.16) 1.3px, transparent 1.5px);
  background-size: 15px 15px;
}
.market__inner {
  position: relative; z-index: 1; max-width: var(--container); margin: 0 auto;
  padding: 3.75rem 1.25rem; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center;
}
@media (min-width: 800px) { .market__inner { grid-template-columns: 1.5fr 0.5fr; } }
.market__eyebrow {
  color: var(--turmeric); font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: var(--crier-spacing-wide); font-weight: 700;
  font-size: 0.72rem; margin: 0 0 0.6rem;
}
.market__title { color: var(--cream); font-size: clamp(1.9rem, 4.5vw, 2.8rem); line-height: 1.1; margin: 0 0 0.9rem; }
.market__lead { color: rgba(245,241,232,0.92); max-width: 54ch; margin: 0 0 1.5rem; font-size: 1.08rem; }
.market__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.market .btn--primary { background: var(--charcoal); border-color: var(--charcoal); }
.market .btn--primary:hover { background: #221d1c; box-shadow: none; }
.market__ghost { color: var(--cream); border-color: rgba(245,241,232,0.65); }
.market__ghost:hover { background: var(--cream); color: var(--chilli); }
.market__media {
  position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center;
  border: 1px solid rgba(245,241,232,0.4); border-radius: var(--radius); background: rgba(0,0,0,0.08);
}
.market__mark { width: 46%; max-width: 150px; opacity: 0.85; }

/* ── Stall chatter (pinned note cards) ─────────────────────*/
.section--chatter .testimonial {
  transition: transform 0.16s var(--ease-out);
}
.section--chatter .testimonial:nth-child(1) { transform: rotate(-1.4deg); }
.section--chatter .testimonial:nth-child(2) { transform: rotate(1deg); }
.section--chatter .testimonial:nth-child(3) { transform: rotate(-0.6deg); }
.section--chatter .testimonial:hover { transform: rotate(0deg) translateY(-4px); }
.section--chatter .testimonial::after {
  content: ""; position: absolute; top: 0.9rem; right: 0.9rem;
  width: 11px; height: 11px; border-radius: 50%; background: var(--chilli); box-shadow: var(--glow-ember);
}

/* ── Card hovers (stockists, occasions) ────────────────────*/
.stockist-card, .occasion-card { transition: transform 0.16s var(--ease-out); }
.stockist-card:hover, .occasion-card:hover { transform: translateY(-4px); }

/* ── Error pages: flickering market-sign number ────────────*/
.error-page__code { animation: flicker 4s steps(1) infinite; }
@keyframes flicker {
  0%, 92%, 100% { opacity: 1; }
  93% { opacity: 0.55; }
  94% { opacity: 1; }
  96% { opacity: 0.7; }
  97% { opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════
   "OPEN THE STALL" — energy layer (motion, texture, heat)
   Client brief: make it feel like a loud Melbourne street-food
   stall. Documented divergence from the matte guideline.
   ═══════════════════════════════════════════════════════════ */

/* ── Paper grain over the whole page (generative, faint) ───*/
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  background-image: var(--grain); background-size: 150px; opacity: 0.05;
}

/* ── Scroll-progress heat bar (set --p from motion.js) ─────*/
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  transform: scaleX(var(--p, 0)); transform-origin: 0 50%;
  background: var(--heat-grad); z-index: 60; pointer-events: none;
  transition: transform 0.1s linear;
}

/* ── Scroll reveals (only hidden when JS + motion welcome) ──*/
.js-reveal [data-reveal] {
  opacity: 0; transform: translateY(var(--reveal-shift));
  will-change: opacity, transform;
}
.js-reveal [data-reveal].is-in {
  opacity: 1; transform: none;
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.js-reveal [data-reveal].is-in[data-reveal="zoom"] { transition-timing-function: var(--ease-spring); }
.js-reveal [data-reveal="zoom"] { transform: scale(0.94); }
[data-reveal-delay="1"].is-in { transition-delay: 0.06s; }
[data-reveal-delay="2"].is-in { transition-delay: 0.12s; }
[data-reveal-delay="3"].is-in { transition-delay: 0.18s; }
[data-reveal-delay="4"].is-in { transition-delay: 0.24s; }
[data-reveal-delay="5"].is-in { transition-delay: 0.30s; }
[data-reveal-delay="6"].is-in { transition-delay: 0.36s; }

/* ── Market-crier ticker ───────────────────────────────────*/
.ticker {
  background: var(--charcoal); color: var(--cream);
  border-bottom: 1px solid var(--rule); overflow: hidden;
  display: flex; white-space: nowrap;
}
.ticker__track {
  display: inline-flex; align-items: center; gap: 0; flex-shrink: 0;
  padding: 0.5rem 0; animation: ticker-scroll 34s linear infinite;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item {
  font-family: var(--font-body); font-stretch: var(--crier-stretch);
  text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700;
  font-size: 0.72rem; padding: 0 1.4rem; display: inline-flex; align-items: center;
}
.ticker__spark { color: var(--turmeric); margin: 0 1.4rem; font-size: 0.8rem; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

/* ── Utilities: heat-haze glow + halftone + sizzle ─────────*/
.has-haze { position: relative; isolation: isolate; }
.has-haze::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--glow-warm); pointer-events: none;
}
.halftone {
  background-image: var(--halftone); background-size: 12px 12px;
}
.btn--primary { transition: transform 0.12s var(--ease-out), background 0.15s ease, box-shadow 0.2s ease, border-color 0.15s ease; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--glow-ember); }
.btn--primary:active { transform: translateY(0); }

/* ── Product card: market price-tag + sizzle (base here; ───
   layout stays in the product-card block above) ───────────*/
.product-card { transition: transform 0.16s var(--ease-out), box-shadow 0.2s ease; }
.product-card:hover {
  transform: translateY(-5px) rotate(-0.4deg);
  box-shadow: 0 10px 0 -4px rgba(55,53,52,0.12), var(--glow-ember);
}

/* Respect reduced motion — kill all non-essential motion and,
   crucially, make sure nothing stays stuck hidden. */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js-reveal [data-reveal] { opacity: 1 !important; transform: none !important; }
  .scroll-progress { display: none; }
  body::after { display: none; }
}
