/* ==========================================================================
   Jaggu Jaggery — shared site styles
   Depends on tokens.css. Load order: tokens.css → site.css
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }

.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: var(--jg-space-6); }
.wrap--narrow { max-width: 780px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--jg-brown); color: var(--jg-cream);
  padding: var(--jg-space-3) var(--jg-space-6); border-radius: 0 0 var(--jg-radius) 0;
  font-weight: 600;
}
.skip:focus { left: 0; }


/* ==========================================================================
   Header
   ========================================================================== */

.hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 239, 225, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jg-line);
}
.hdr__in { display: flex; align-items: center; gap: var(--jg-space-8); height: 88px; }
/* Monkey mark only. The link keeps an aria-label so assistive tech still
   announces the brand name even though no text is shown. */
.hdr__logo { flex-shrink: 0; display: block; text-decoration: none; }
.hdr__logo img { height: 52px; width: auto; }
.hdr__nav { display: flex; gap: var(--jg-space-6); margin-left: auto; }
.hdr__nav a {
  color: var(--jg-text); text-decoration: none; font-size: var(--jg-text-sm);
  font-weight: 550; padding: var(--jg-space-2) 0; border-bottom: 2px solid transparent;
}
.hdr__nav a:hover { color: var(--jg-action); border-bottom-color: var(--jg-action); }
.hdr__nav a[aria-current="page"] { color: var(--jg-action); border-bottom-color: var(--jg-action); }
.hdr__cart {
  display: inline-flex; align-items: center; gap: var(--jg-space-2);
  min-height: 40px; padding: 0 var(--jg-space-4);
  border: 1.5px solid var(--jg-line-strong); border-radius: var(--jg-radius-full);
  background: none; color: var(--jg-text); font-family: var(--jg-font-body);
  font-size: var(--jg-text-sm); font-weight: 600; cursor: pointer;
}
.hdr__cart:hover { background: var(--jg-cream-sunk); border-color: var(--jg-brown); }
.hdr__count {
  display: inline-grid; place-items: center; min-width: 21px; height: 21px;
  padding: 0 6px; border-radius: var(--jg-radius-full);
  background: var(--jg-action); color: #fff; font-size: 0.7rem; font-weight: 700;
}


/* ==========================================================================
   Section furniture
   ========================================================================== */

.sec { padding: var(--jg-space-24) 0; }
.sec--tight { padding: var(--jg-space-16) 0; }
.sec__head { max-width: 620px; margin-bottom: var(--jg-space-12); }
.sec__kicker {
  font-size: var(--jg-text-xs); font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--jg-caramel-deep); margin: 0 0 var(--jg-space-3);
}
.sec h2 {
  font-family: var(--jg-font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 600; line-height: 1.12; letter-spacing: -0.015em;
  margin: 0 0 var(--jg-space-4); text-wrap: balance;
}
.sec__sub { font-size: var(--jg-text-lg); line-height: 1.6; color: var(--jg-text-muted); margin: 0; text-wrap: pretty; }

.band--brown { background: var(--jg-brown); color: var(--jg-cream); }
.band--brown h2, .band--brown h3 { color: var(--jg-cream); }
.band--brown .sec__kicker { color: var(--jg-gold); }
.band--brown .sec__sub, .band--brown p { color: rgba(247, 239, 225, 0.8); }
.band--gold { background: var(--jg-gold); }
.band--green { background: var(--jg-green-wash); }
.band--green .sec__kicker { color: var(--jg-green-deep); }   /* 4.77:1 on the wash */


/* ==========================================================================
   Page header (interior pages)
   ========================================================================== */

.phead { padding: var(--jg-space-16) 0 var(--jg-space-12); }
.phead__in { max-width: 760px; }
.phead h1 {
  font-family: var(--jg-font-display);
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  font-weight: 600; line-height: 1.06; letter-spacing: -0.02em;
  margin: 0 0 var(--jg-space-5); text-wrap: balance;
}
.phead h1 em { font-style: italic; color: var(--jg-caramel-deep); }
.phead__lede { font-size: var(--jg-text-lg); line-height: 1.62; color: var(--jg-text-muted); margin: 0; text-wrap: pretty; }

.prose p { font-size: var(--jg-text-base); line-height: 1.68; margin: 0 0 var(--jg-space-5); text-wrap: pretty; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 650; }


/* ==========================================================================
   Homepage — hero
   ========================================================================== */

.hero { position: relative; padding: var(--jg-space-12) 0 var(--jg-space-16); }
.hero__in { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: var(--jg-space-12); align-items: center; }
.hero__logo { width: 100%; max-width: 420px; margin: 0; justify-self: center; }
.hero__eyebrow {
  display: inline-block; font-size: var(--jg-text-xs); font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--jg-caramel-deep);
  margin-bottom: var(--jg-space-4);
}
.hero h1 {
  font-family: var(--jg-font-display);
  font-size: clamp(2.5rem, 5.6vw, 4rem);
  font-weight: 600; line-height: 1.05; letter-spacing: -0.02em;
  margin: 0 0 var(--jg-space-6);
  text-wrap: balance;   /* stops "in." stranding on its own line */
}
.hero h1 em { font-style: italic; color: var(--jg-caramel-deep); }
.hero__lede {
  font-size: var(--jg-text-lg); line-height: 1.62; color: var(--jg-text-muted);
  max-width: 48ch; margin: 0 0 var(--jg-space-8); text-wrap: pretty;
}
.hero__cta { display: flex; gap: var(--jg-space-4); flex-wrap: wrap; }


/* ==========================================================================
   Product cards ("shop by moment")
   ========================================================================== */

.moments { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--jg-space-6); }
.moment {
  display: flex; flex-direction: column;
  background: var(--jg-white); border: 1px solid var(--jg-line);
  border-radius: var(--jg-radius-lg); overflow: hidden;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.moment:hover { box-shadow: var(--jg-shadow-lg); border-color: var(--jg-line-strong); }
.moment__art {
  position: relative; aspect-ratio: 1 / 1;
  background: var(--jg-gold);
  display: flex; align-items: center; justify-content: center; padding: var(--jg-space-6);
}
.moment__art img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }

/* Product shots come with their own dark backgrounds baked in, so they run
   edge to edge rather than floating on the gold tile. */
.moment__art--photo { padding: 0; background: var(--jg-brown); }
.moment__art--photo img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
/* PLACEHOLDER treatment — SKUs awaiting photography. Same gold tile as the
   real product art so the row reads as one set, not two. */
.moment__ph {
  text-align: center; padding: var(--jg-space-4);
  border: 1.5px dashed rgba(90, 58, 30, 0.34); border-radius: var(--jg-radius);
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: var(--jg-space-3);
}
.moment__ph-name {
  font-family: var(--jg-font-display); font-size: 1.35rem; font-weight: 600;
  color: var(--jg-brown); line-height: 1.22;
}
.moment__ph-note {
  font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 700; color: rgba(90, 58, 30, 0.6);
}
.moment__body { padding: var(--jg-space-5) var(--jg-space-5) var(--jg-space-6); display: flex; flex-direction: column; flex: 1; }
.moment__when {
  font-size: var(--jg-text-xs); font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--jg-caramel-deep); margin-bottom: var(--jg-space-2);
}
.moment__name {
  font-family: var(--jg-font-display); font-size: 1.28rem; font-weight: 600;
  line-height: 1.2; margin: 0 0 var(--jg-space-2);
}
.moment__note { font-size: var(--jg-text-sm); line-height: 1.55; color: var(--jg-text-muted); margin: 0 0 var(--jg-space-5); }
.moment__foot { margin-top: auto; }

/* Pack-size selector — a radiogroup, so arrow keys move between options. */
.sizes { display: flex; gap: 6px; margin-bottom: var(--jg-space-4); }
.sizes button {
  flex: 1; min-height: 36px; padding: 0 var(--jg-space-2);
  font-family: var(--jg-font-body); font-size: var(--jg-text-xs); font-weight: 650;
  color: var(--jg-text); background: var(--jg-white);
  border: 1.5px solid var(--jg-line-strong); border-radius: var(--jg-radius-sm);
  cursor: pointer; transition: background 0.14s ease, border-color 0.14s ease;
}
.sizes button:hover { background: var(--jg-cream-sunk); border-color: var(--jg-brown); }
/* Selection is carried by fill *and* border weight, not colour alone. */
.sizes button[aria-checked="true"] {
  background: var(--jg-brown); color: var(--jg-cream); border-color: var(--jg-brown);
}

.moment__price { font-size: var(--jg-text-lg); font-weight: 700; display: block; margin-bottom: var(--jg-space-3); }

/* "worth ₹x · save y%" — the strike-through is hidden from screen readers
   (they read <s> unhelpfully) and replaced with a plain sentence. */
.bundle__worth { display: inline-flex; align-items: baseline; gap: var(--jg-space-3); margin-left: var(--jg-space-3); }
.bundle__worth[hidden] { display: none; }
.bundle__worth s { font-size: var(--jg-text-sm); color: var(--jg-text-muted); text-decoration-thickness: 1.5px; }
.bundle__save {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em;
  color: #fff; background: var(--jg-green-deep);
  padding: 3px var(--jg-space-2); border-radius: var(--jg-radius-full);
}
.moment__price small { font-size: var(--jg-text-xs); font-weight: 500; color: var(--jg-text-muted); }
/* Reusable green button — same deepened cane green as Add to cart (6.06:1
   behind white text; the palette's own green would be 2.19:1). */
.jg-btn--green { background: var(--jg-green-deep); color: #fff; border: none; }
.jg-btn--green:hover { background: #3C5C2C; color: #fff; }

/* Add to cart is green — the deepened cane green, since the palette green
   itself fails contrast behind white text (2.19:1). This one is 6.06:1. */
.moment .jg-btn { width: 100%; background: var(--jg-green-deep); }
.moment .jg-btn:hover { background: #3C5C2C; }
/* Confirmation switches to brown so the state change is still visible now that
   green is the resting colour — and the label changes too, never colour alone. */
.moment .jg-btn.is-added { background: var(--jg-brown); }
.moment .jg-btn.is-added:hover { background: var(--jg-brown); }


/* ==========================================================================
   Cart drawer
   ========================================================================== */

.cart-veil {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(45, 28, 13, 0.45);
  opacity: 0; visibility: hidden; transition: opacity 0.22s ease, visibility 0.22s ease;
}
.cart-veil.is-open { opacity: 1; visibility: visible; }

.cart {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95;
  width: min(420px, 100%);
  background: var(--jg-cream);
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.26s cubic-bezier(.4,0,.2,1);
  box-shadow: -8px 0 32px rgba(90, 58, 30, 0.18);
}
.cart.is-open { transform: translateX(0); }
.cart__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--jg-space-6); border-bottom: 1px solid var(--jg-line);
}
.cart__head h2 { font-family: var(--jg-font-display); font-size: 1.4rem; font-weight: 600; margin: 0; }
.cart__close {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--jg-line-strong);
  background: none; color: var(--jg-text); font-size: 1.2rem; line-height: 1; cursor: pointer;
}
.cart__close:hover { background: var(--jg-cream-sunk); border-color: var(--jg-brown); }
.cart__body { flex: 1; overflow-y: auto; padding: var(--jg-space-6); }
.cart__empty { text-align: center; padding: var(--jg-space-8) 0; }
.cart__empty img { width: 168px; margin: 0 auto var(--jg-space-5); }
.cart__empty h3 {
  font-family: var(--jg-font-display); font-size: 1.75rem; font-weight: 600;
  color: var(--jg-brown); margin: 0 0 var(--jg-space-2);
}
.cart__empty p { font-size: var(--jg-text-base); color: var(--jg-text-muted); margin: 0 0 var(--jg-space-6); }
/* Green, to match the buy action everywhere else on the site. */
.cart__empty .jg-btn { background: var(--jg-green-deep); }
.cart__empty .jg-btn:hover { background: #3C5C2C; }

.cart__line { display: flex; gap: var(--jg-space-4); padding: var(--jg-space-4) 0; border-bottom: 1px solid var(--jg-line); }
.cart__thumb {
  width: 64px; height: 64px; flex-shrink: 0; border-radius: var(--jg-radius-sm);
  background: var(--jg-gold); display: grid; place-items: center; overflow: hidden;
}
.cart__thumb img { max-width: 84%; max-height: 84%; width: auto; }
.cart__thumb span { font-family: var(--jg-font-display); font-size: 1.3rem; font-weight: 700; color: var(--jg-brown); }
.cart__info { flex: 1; min-width: 0; }
.cart__info h3 { font-size: var(--jg-text-sm); font-weight: 650; margin: 0 0 2px; line-height: 1.3; }
.cart__info p { font-size: var(--jg-text-xs); color: var(--jg-text-muted); margin: 0 0 var(--jg-space-3); }
.cart__qty { display: flex; align-items: center; gap: var(--jg-space-3); }
.cart__qty button {
  width: 30px; height: 30px; border-radius: var(--jg-radius-sm);
  border: 1.5px solid var(--jg-line-strong); background: none;
  color: var(--jg-text); font-size: 1rem; line-height: 1; cursor: pointer;
}
.cart__qty button:hover { background: var(--jg-cream-sunk); border-color: var(--jg-brown); }
.cart__qty output { font-size: var(--jg-text-sm); font-weight: 650; min-width: 20px; text-align: center; }
.cart__linetotal { font-size: var(--jg-text-sm); font-weight: 700; white-space: nowrap; }

.cart__foot { padding: var(--jg-space-6); border-top: 1px solid var(--jg-line); background: var(--jg-cream-sunk); }
.cart__totals { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: var(--jg-space-4); }
.cart__totals span { font-size: var(--jg-text-sm); color: var(--jg-text-muted); }
.cart__totals b { font-family: var(--jg-font-display); font-size: 1.5rem; font-weight: 600; }
.cart__foot .jg-btn { width: 100%; }
.cart__note { font-size: var(--jg-text-xs); color: var(--jg-text-muted); margin: var(--jg-space-3) 0 0; text-align: center; line-height: 1.5; }


/* ==========================================================================
   Homepage — swap strip
   ========================================================================== */

/* Jaggu turns up here rather than in the hero — the logo already carries him
   up top, and this is the most text-heavy stretch of the page. */
.swap__top { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--jg-space-8); }
/* Mascot 4 points to its right. It sits on the right-hand side here, so it's
   mirrored to point back at the heading rather than off the edge of the page. */
.swap__mascot { width: 230px; flex-shrink: 0; margin-bottom: var(--jg-space-4); transform: scaleX(-1); }
.swap__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--jg-space-8); margin-top: var(--jg-space-4); }
.swap__item { border-top: 2px solid var(--jg-gold); padding-top: var(--jg-space-5); }
.swap__item h3 {
  font-family: var(--jg-font-display); font-size: 1.35rem; font-weight: 600;
  color: var(--jg-gold); margin: 0 0 var(--jg-space-3); line-height: 1.2;
}
.swap__item p { font-size: var(--jg-text-base); line-height: 1.62; margin: 0; }
.band--brown .swap__foot {
  margin-top: var(--jg-space-12); padding-top: var(--jg-space-6);
  border-top: 1px solid rgba(247, 239, 225, 0.18);
  font-size: var(--jg-text-sm); color: rgba(247, 239, 225, 0.62); max-width: 62ch; line-height: 1.6;
}


/* ==========================================================================
   Origin / process
   ========================================================================== */

.origin__in { display: grid; grid-template-columns: 1fr 1fr; gap: var(--jg-space-16); align-items: center; }
.origin__steps { list-style: none; padding: 0; margin: var(--jg-space-8) 0 0; }
.origin__steps li {
  display: flex; gap: var(--jg-space-4); padding: var(--jg-space-4) 0;
  border-bottom: 1px solid rgba(90, 58, 30, 0.16);
}
.origin__steps li:last-child { border-bottom: 0; }
.origin__n {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: var(--jg-green); color: var(--jg-brown);   /* 4.67:1 */
  display: grid; place-items: center; font-size: var(--jg-text-xs); font-weight: 700;
}
.origin__steps strong { display: block; font-size: var(--jg-text-base); margin-bottom: 2px; }
.origin__steps span { font-size: var(--jg-text-sm); color: var(--jg-text-muted); line-height: 1.55; }
.origin__art { position: relative; text-align: center; }
.origin__art > img { max-width: 300px; margin-inline: auto; }

/* Text chips rather than the badge PNGs — those carry baked-in labels at
   mismatched scales and read as clip-art at small sizes. */
.chips { display: flex; flex-wrap: wrap; gap: var(--jg-space-3); justify-content: center; margin-top: var(--jg-space-8); }
.chips span {
  font-size: var(--jg-text-xs); font-weight: 650; letter-spacing: 0.03em;
  color: var(--jg-green-deep); background: var(--jg-white);
  border: 1px solid rgba(71, 108, 52, 0.3);
  padding: var(--jg-space-2) var(--jg-space-4); border-radius: var(--jg-radius-full);
}


/* ==========================================================================
   Honesty teaser (homepage)
   ========================================================================== */

.honest__in { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: var(--jg-space-12); align-items: center; }
.honest h2 { max-width: 22ch; }
.honest p { font-size: var(--jg-text-lg); line-height: 1.62; color: rgba(90, 58, 30, 0.82); max-width: 52ch; }
.honest__art img { max-width: 300px; margin-inline: auto; }
.honest .jg-btn { background: var(--jg-brown); }
.honest .jg-btn:hover { background: #462C15; }


/* ==========================================================================
   Craftsmen (Gud Story)
   ========================================================================== */

.hands { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--jg-space-6); }
.hand {
  background: var(--jg-white); border: 1px solid var(--jg-line);
  border-radius: var(--jg-radius-lg); padding: var(--jg-space-6);
}
.hand .hand__role {
  font-family: var(--jg-font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--jg-caramel-deep); margin: 0 0 var(--jg-space-1);
}
.hand .hand__job {
  font-size: var(--jg-text-xs); font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--jg-text-muted); margin: 0 0 var(--jg-space-4);
}
.hand p { font-size: var(--jg-text-sm); line-height: 1.6; color: var(--jg-text-muted); margin: 0; }

.pull {
  font-family: var(--jg-font-display); font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 500; font-style: italic; line-height: 1.32;
  max-width: 24ch; margin: 0; text-wrap: balance;
}

.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--jg-space-8); }
.fact .fact__n {
  font-family: var(--jg-font-display); font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600; line-height: 1; color: var(--jg-caramel-deep); margin: 0 0 var(--jg-space-2);
}
.fact p { font-size: var(--jg-text-sm); line-height: 1.6; color: var(--jg-text-muted); margin: 0; }


/* ==========================================================================
   Honesty test page
   ========================================================================== */

.compare { display: grid; grid-template-columns: 1fr 1fr; gap: var(--jg-space-6); }
.compare__card { border-radius: var(--jg-radius-lg); padding: var(--jg-space-8); }
.compare__card--bad { background: var(--jg-white); border: 1px solid var(--jg-line); }
.compare__card--good { background: var(--jg-brown); color: var(--jg-cream); }
.compare__swatch { height: 76px; border-radius: var(--jg-radius); margin-bottom: var(--jg-space-5); }
.compare__card h3 { font-family: var(--jg-font-display); font-size: 1.4rem; font-weight: 600; margin: 0 0 var(--jg-space-3); }
.compare__card--good h3 { color: var(--jg-gold); }
.compare__card p { font-size: var(--jg-text-base); line-height: 1.62; margin: 0; }
.compare__card--bad p { color: var(--jg-text-muted); }
.compare__card--good p { color: rgba(247, 239, 225, 0.82); }

.adulterants { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--jg-space-4); }
.adulterants li {
  display: flex; gap: var(--jg-space-3); align-items: flex-start;
  padding: var(--jg-space-4); background: var(--jg-white);
  border: 1px solid var(--jg-line); border-radius: var(--jg-radius);
}
.adulterants b { display: block; font-size: var(--jg-text-sm); font-weight: 650; margin-bottom: 2px; }
.adulterants span { font-size: var(--jg-text-xs); color: var(--jg-text-muted); line-height: 1.55; }
.adulterants i {
  flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%;
  background: var(--jg-error); margin-top: 6px;
}

.steps-num { list-style: none; counter-reset: s; padding: 0; margin: 0; }
.steps-num li {
  counter-increment: s; position: relative; padding: 0 0 var(--jg-space-8) var(--jg-space-12);
  border-left: 2px solid rgba(90, 58, 30, 0.16); margin-left: 18px;
}
.steps-num li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps-num li::before {
  content: counter(s); position: absolute; left: -19px; top: -4px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--jg-gold); color: var(--jg-brown);
  display: grid; place-items: center; font-weight: 700; font-size: var(--jg-text-sm);
}
.steps-num h3 { font-family: var(--jg-font-display); font-size: 1.3rem; font-weight: 600; margin: 0 0 var(--jg-space-2); }
.steps-num p { font-size: var(--jg-text-base); line-height: 1.62; color: var(--jg-text-muted); margin: 0; }

.callout {
  border-left: 4px solid var(--jg-caramel-deep);
  padding: var(--jg-space-5) var(--jg-space-6);
  background: var(--jg-white); border-radius: 0 var(--jg-radius) var(--jg-radius) 0;
}
.callout p { margin: 0; font-size: var(--jg-text-base); line-height: 1.65; }


/* ==========================================================================
   Products page
   ========================================================================== */

/* Two across rather than four — each card carries a size selector or a
   contents list, so it needs the room. */
.products, .bundles { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--jg-space-8); }
.products .moment, .bundles .moment { flex-direction: row; }
.products .moment__art, .bundles .moment__art { aspect-ratio: auto; width: 42%; flex-shrink: 0; }
.products .moment__body, .bundles .moment__body { padding: var(--jg-space-6); }
.products .moment__name, .bundles .moment__name { font-size: 1.4rem; }

/* What's in the box. The contents are the whole proposition, so they're a
   real list rather than a run-on sentence. */
.bundle__contents { list-style: none; padding: 0; margin: 0 0 var(--jg-space-5); }
.bundle__contents li {
  display: flex; gap: var(--jg-space-3); align-items: baseline;
  font-size: var(--jg-text-sm); line-height: 1.5; padding: 3px 0;
  color: var(--jg-text-muted);
}
.bundle__contents li::before {
  content: ""; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%;
  background: var(--jg-green); transform: translateY(-2px);
}
.bundle__contents b { font-weight: 650; color: var(--jg-text); }
.bundle__total {
  /* .moment__body is a flex column, so this stretches full width without it. */
  align-self: flex-start;
  display: inline-block; font-size: var(--jg-text-xs); font-weight: 700;
  letter-spacing: 0.04em; color: var(--jg-brown); background: var(--jg-gold);
  padding: 3px var(--jg-space-3); border-radius: var(--jg-radius-full);
  margin-bottom: var(--jg-space-4);
}

/* Sachets — B2B, no cart, enquiry only. */
.sachet {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--jg-space-12);
  align-items: center;
}
.sachet__art {
  background: var(--jg-brown); border-radius: var(--jg-radius-lg);
  overflow: hidden; aspect-ratio: 1 / 1;
}
.sachet__art img { width: 100%; height: 100%; object-fit: cover; }
.mailto {
  display: inline-flex; align-items: center; gap: var(--jg-space-3);
  min-height: 52px; padding: var(--jg-space-3) var(--jg-space-6);
  background: var(--jg-brown); color: var(--jg-cream);
  border-radius: var(--jg-radius-sm); text-decoration: none;
  font-size: var(--jg-text-base); font-weight: 600;
}
.mailto:hover { background: #462C15; color: var(--jg-cream); }
.mailto svg { width: 20px; height: 20px; flex-shrink: 0; }

.biz__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--jg-space-6); }
.biz__card {
  background: var(--jg-white); border: 1px solid var(--jg-line);
  border-radius: var(--jg-radius-lg); padding: var(--jg-space-6);
}
.biz__card h3 { font-family: var(--jg-font-display); font-size: 1.25rem; font-weight: 600; margin: 0 0 var(--jg-space-3); }
.biz__card p { font-size: var(--jg-text-sm); line-height: 1.6; color: var(--jg-text-muted); margin: 0; }

.spec { width: 100%; border-collapse: collapse; }
.spec th, .spec td { text-align: left; padding: var(--jg-space-4) var(--jg-space-4) var(--jg-space-4) 0; border-bottom: 1px solid var(--jg-line); font-size: var(--jg-text-sm); }
.spec th { width: 40%; font-weight: 650; color: var(--jg-text); }
.spec td { color: var(--jg-text-muted); }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 0; }

.form { display: grid; gap: var(--jg-space-5); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--jg-space-5); }
.field { display: grid; gap: var(--jg-space-2); }
.field label { font-size: var(--jg-text-sm); font-weight: 650; }
.field input, .field select, .field textarea {
  font-family: var(--jg-font-body); font-size: var(--jg-text-base);
  color: var(--jg-text); background: var(--jg-white);
  border: 1.5px solid var(--jg-line-strong); border-radius: var(--jg-radius-sm);
  padding: var(--jg-space-3) var(--jg-space-4); min-height: 46px; width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--jg-focus); outline-offset: 1px; border-color: var(--jg-brown);
}
.field__hint { font-size: var(--jg-text-xs); color: var(--jg-text-muted); }
.form__status {
  padding: var(--jg-space-4) var(--jg-space-5); border-radius: var(--jg-radius);
  background: var(--jg-green-wash); border: 1px solid rgba(71, 108, 52, 0.3);
  color: var(--jg-green-deep); font-size: var(--jg-text-sm); font-weight: 600;
}
.form__status[hidden] { display: none; }


/* ==========================================================================
   Footer
   ========================================================================== */

.ftr { background: var(--jg-brown); color: var(--jg-cream); padding: var(--jg-space-12) 0; }
.ftr__in { display: flex; align-items: center; justify-content: space-between; gap: var(--jg-space-8); flex-wrap: wrap; }
.ftr__brand { display: flex; align-items: center; gap: var(--jg-space-4); }
.ftr__brand img { height: 56px; width: auto; }
.ftr__mark { display: flex; flex-direction: column; gap: 2px; }
.ftr__mark b {
  font-family: var(--jg-font-display); font-size: 1.65rem; font-weight: 600;
  color: var(--jg-cream); line-height: 1; letter-spacing: -0.01em;
}
.ftr__line { font-family: var(--jg-font-display); font-style: italic; font-size: var(--jg-text-base); color: var(--jg-gold); }
.ftr__nav { display: flex; gap: var(--jg-space-6); flex-wrap: wrap; }
.ftr__nav a { color: rgba(247, 239, 225, 0.86); text-decoration: none; font-size: var(--jg-text-sm); font-weight: 500; }
.ftr__nav a:hover { color: var(--jg-gold); text-decoration: underline; text-underline-offset: 3px; }
.ftr__base {
  margin-top: var(--jg-space-8); padding-top: var(--jg-space-6);
  border-top: 1px solid rgba(247, 239, 225, 0.16);
  font-size: var(--jg-text-xs); color: rgba(247, 239, 225, 0.5);
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 960px) {
  .sec { padding: var(--jg-space-16) 0; }

  .hero__in { grid-template-columns: 1fr; gap: var(--jg-space-8); text-align: center; }
  .hero__logo { max-width: 280px; justify-self: center; }
  .hero__lede { margin-inline: auto; }
  .hero__cta { justify-content: center; }

  .origin__in, .honest__in, .compare, .sachet { grid-template-columns: 1fr; gap: var(--jg-space-8); }
  .moments, .products, .bundles { grid-template-columns: repeat(2, 1fr); }
  .products .moment, .bundles .moment { flex-direction: column; }
  .products .moment__art, .bundles .moment__art { width: 100%; aspect-ratio: 1 / 1; }
  .swap__grid, .hands, .facts, .biz__grid { grid-template-columns: 1fr; gap: var(--jg-space-6); }
  .swap__mascot { display: none; }
  .adulterants { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }

  /* Nav moves to a second row rather than disappearing — no hidden content,
     no JS, and every destination stays reachable on a phone. */
  .hdr__in { height: auto; flex-wrap: wrap; padding-block: var(--jg-space-3); row-gap: var(--jg-space-2); }
  .hdr__logo img { height: 44px; }
  .hdr__cart { margin-left: auto; }
  .hdr__nav {
    order: 3; width: 100%; margin-left: 0;
    gap: var(--jg-space-5); overflow-x: auto; padding-bottom: 2px;
    border-top: 1px solid var(--jg-line); padding-top: var(--jg-space-3);
    scrollbar-width: none;
  }
  .hdr__nav::-webkit-scrollbar { display: none; }
  .hdr__nav a { white-space: nowrap; }
}

@media (max-width: 560px) {
  .moments, .products, .bundles { grid-template-columns: 1fr; }
  .ftr__in { flex-direction: column; align-items: flex-start; }
}
