/* =====================================================================
   Gimme Moore — Artisanal Kitchen v2
   Architecture: Product-Object Showcase + Trade Hybrid
   Hero: Pattern F (Signature jar centred + editorial type wrap)
   Range: Pattern 5 (Scrollytelling) + Pattern 7 (Compact category strip)
   Founder: Pattern 6 + 2 + 5 (Cultural authority + side-rail + letter)
   ===================================================================== */

:root {
  /* Brand palette — extracted from the official logo
     Hunter green (G monogram) + black (M monogram, type) + warm white */
  --cream: #FAF7F0;
  --cream-2: #FFFFFF;
  --sand: #F0ECE0;
  --sand-2: #E4DFCE;
  --sage: #EEF2EA;
  --olive: #1F5C28;          /* brand green (primary accent) */
  --olive-2: #0F3818;        /* brand green deep */
  --terracotta: #1F5C28;     /* CTA = brand green */
  --terracotta-dark: #0F3818;
  --amber: #3A7C44;          /* lighter brand-green tint */
  --amber-light: #5A9D63;    /* mid-green for cream-on-dark accents */
  --charcoal: #0F1410;
  --ink: #0A0F0A;            /* near-black with slight green tint */
  --ink-2: #2A302A;
  --ink-3: #5C605C;
  --line: #DCD8CC;
  --line-cream: rgba(250, 247, 240, .15);
  --max: 1280px;
  --pad-x: clamp(20px, 4vw, 56px);
  --radius: 18px;
  --radius-sm: 10px;
  --font-serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Geist', 'Inter', system-ui, sans-serif;
  --shadow-1: 0 1px 3px rgba(28, 20, 16, .04), 0 4px 12px rgba(28, 20, 16, .04);
  --shadow-2: 0 4px 12px rgba(28, 20, 16, .06), 0 12px 32px rgba(28, 20, 16, .08);
  --shadow-3: 0 12px 36px rgba(28, 20, 16, .12), 0 24px 60px rgba(28, 20, 16, .12);
  --ease: cubic-bezier(.4, 0, .15, 1);
  --ease-soft: cubic-bezier(.25, .1, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern', 'liga', 'calt';
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0;
}
.h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.025em;
  max-width: 18ch;
  margin: 0 0 18px;
  text-wrap: balance;
}
.h2 em { font-style: italic; color: var(--terracotta-dark); }
p { margin: 0 0 1em; color: var(--ink-2); }
.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 640px;
  margin: 0 0 32px;
}
.lead a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 4px; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
  margin: 0 0 16px;
}
.kicker--cream { color: rgba(245, 237, 216, .8); }
.kicker__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
  display: inline-block;
}
.kicker__dot--cream { background: var(--amber-light); }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--pad-x);
}

/* PRELOADER */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform .9s cubic-bezier(.7, 0, .2, 1) .25s, opacity .35s ease;
}
.preloader.is-done { transform: translateY(-100%); opacity: 0; }
.preloader__word {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  color: var(--ink);
  font-weight: 500;
}

/* HEADER */
.hd {
  position: sticky;
  top: 0;
  z-index: 800;
  padding: 14px 0;
  background: rgba(245, 237, 216, .82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), padding .3s var(--ease);
}
.hd.is-scrolled { padding: 10px 0; border-bottom-color: var(--line); }
.hd__row { display: flex; align-items: center; gap: 28px; }

.lockup { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lockup__logo {
  height: 60px;
  width: auto;
  display: block;
}
.lockup__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: auto;
  height: auto;
}
.lockup__logo--ft { height: 64px; width: auto; }

/* Dark-section text wordmark (footer + trade header) — when the visual logo
   can't render against dark surfaces, use a typographic mark instead */
.lockup__wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.lockup__wordmark-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -.01em;
}
.lockup__wordmark-tag {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-top: 5px;
}

.hd__nav { display: flex; gap: 26px; margin-left: auto; }
.hd__nav a {
  font-size: 14px;
  color: var(--ink-2);
  position: relative;
  padding: 4px 0;
}
.hd__nav a::before {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 1px;
  background: var(--terracotta);
  transition: width .35s var(--ease);
}
.hd__nav a:hover { color: var(--ink); }
.hd__nav a:hover::before { width: 100%; }
.hd__trade { color: var(--terracotta-dark); }

.hd__burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.hd__burger span {
  position: absolute;
  left: 12px; right: 12px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .3s var(--ease), top .3s var(--ease);
}
.hd__burger span:nth-child(1) { top: 16px; }
.hd__burger span:nth-child(2) { top: 24px; }
.hd__burger.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.hd__burger.is-open span:nth-child(2) { top: 20px; transform: rotate(-45deg); }

.mob {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100dvh;
  background: var(--cream);
  padding: 88px 28px 36px;
  z-index: 990;
  transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.6, 0, .15, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
}
.mob.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
.mob__nav { display: flex; flex-direction: column; flex: 1 1 auto; }
.mob__nav a {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 6vw, 2rem);
  color: var(--ink);
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
}
.mob__num {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 500;
  color: var(--ink-3);
  width: 28px;
}
.mob__foot { flex-shrink: 0; padding-top: 28px; }

/* CTA */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
  cursor: pointer;
  white-space: nowrap;
}
.cta--lg { padding: 16px 26px; font-size: 15px; }
.cta--small { padding: 10px 16px; font-size: 13.5px; }
.cta--filled { background: var(--terracotta); color: var(--cream); }
.cta--filled:hover { background: var(--terracotta-dark); color: var(--cream); }
.cta--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.cta--ghost:hover { background: var(--ink); color: var(--cream); }
.cta--block, .cta--full { width: 100%; justify-content: center; }
.cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(245, 237, 216, .15);
  transition: transform .3s var(--ease);
}
.cta--ghost .cta__arrow { background: rgba(28, 20, 16, .08); }
.cta:hover .cta__arrow { transform: translate(2px, -2px); }

/* =====================================================================
   HERO — Pattern F: Jar Centred + Editorial Type Wrap
   ===================================================================== */
.hero {
  position: relative;
  padding: 16px 0 32px;
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .55; }
.hero__blob--1 {
  width: 700px; height: 700px;
  top: -250px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(31, 92, 40, .22), transparent 70%);
}
.hero__blob--2 {
  width: 480px; height: 480px;
  bottom: -180px; right: 10%;
  background: radial-gradient(circle, rgba(31, 92, 40, .15), transparent 70%);
}
.hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.14 0 0 0 0 0.10 0 0 0 0.7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: .12;
  mix-blend-mode: multiply;
}

/* Falling ingredients */
.ingredients {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.ing {
  position: absolute;
  width: 24px; height: 24px;
  opacity: 0;
  filter: drop-shadow(0 4px 8px rgba(28, 20, 16, .15));
}
.ing--1 { top: 10%; left: 12%; }
.ing--2 { top: 22%; right: 8%; width: 18px; height: 18px; }
.ing--3 { top: 60%; left: 8%; width: 28px; height: 28px; transform: rotate(20deg); }
.ing--4 { top: 70%; right: 12%; width: 16px; height: 16px; }
.ing--5 { top: 35%; left: 6%; width: 20px; height: 20px; transform: rotate(-15deg); }
.ing--6 { top: 50%; right: 6%; width: 14px; height: 14px; }

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 12px;
}

.hero__kicker {
  font-family: var(--font-sans);
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--olive);
  margin: 0 0 14px;
  font-weight: 500;
}
.hero__kicker strong { color: var(--ink); }

.hero__epigraph {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: var(--ink-3);
  margin: 0 0 18px;
  letter-spacing: -.005em;
}

/* Editorial fragments around jar */
.hero__frag {
  position: absolute;
  font-family: var(--font-serif);
  font-size: clamp(.85rem, 1vw, 1.05rem);
  color: var(--ink-2);
  z-index: 3;
  line-height: 1.3;
  text-align: center;
  pointer-events: none;
  letter-spacing: -.005em;
  opacity: 0;
  animation: fragFade .8s var(--ease-soft) forwards;
}
@keyframes fragFade { to { opacity: 1; } }
.hero__frag em {
  font-style: italic;
  color: var(--terracotta-dark);
  font-weight: 500;
}
.hero__frag--tl { top: 24%; left: 8%; animation-delay: .4s; }
.hero__frag--tr { top: 24%; right: 8%; animation-delay: .55s; }
.hero__frag--ml { top: 50%; left: 4%; animation-delay: .7s; max-width: 110px; }
.hero__frag--mr { top: 50%; right: 4%; animation-delay: .85s; max-width: 120px; }
.hero__frag--bl { bottom: 38%; left: 8%; animation-delay: 1s; }
.hero__frag--br { bottom: 38%; right: 8%; animation-delay: 1.15s; }

.hero__jar {
  width: clamp(180px, 22vw, 280px);
  margin: 0 auto;
  filter: drop-shadow(0 30px 50px rgba(15, 56, 24, .25));
  position: relative;
  z-index: 2;
}
.jar-body { animation: jarFloat 6s ease-in-out infinite; transform-origin: 50% 100%; }
@keyframes jarFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero__h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.024em;
  margin: 22px 0 14px;
  color: var(--ink);
  text-wrap: balance;
}
.hero__h1 em {
  font-style: italic;
  background: linear-gradient(120deg, var(--olive) 30%, var(--olive-2) 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__sub {
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 540px;
  margin: 0 0 20px;
}
.hero__sub strong { color: var(--ink); font-weight: 600; }

.hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =====================================================================
   BATCH TRANSPARENCY STRIP
   ===================================================================== */
.batch {
  background: var(--olive);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.batch__track {
  display: flex;
  width: max-content;
  animation: batchMarquee 50s linear infinite;
}
.batch:hover .batch__track { animation-play-state: paused; }
.batch__list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0 16px;
  flex-shrink: 0;
}
.batch__list li {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}
.batch__lbl {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(245, 237, 216, .55);
  font-weight: 500;
}
.batch__list strong {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: -.005em;
}
.batch__sep {
  color: var(--amber-light);
  opacity: .4;
  font-family: var(--font-serif);
}
@keyframes batchMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =====================================================================
   STOCKIST CRED STRIP
   ===================================================================== */
.creds {
  background: var(--cream);
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.creds__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.creds__cap {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  margin: 0;
}
.creds__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
}
.creds__name {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-style: italic;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.005em;
}
.creds__bullet {
  color: var(--terracotta);
  opacity: .5;
}

/* =====================================================================
   SKU SCROLLYTELLING — Pattern 5
   ===================================================================== */
.skus {
  padding: 130px 0 100px;
  background: var(--cream);
}
.skus__intro {
  margin-bottom: 80px;
  max-width: 760px;
}
.sku {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding-inline: var(--pad-x);
}
.sku:last-child { margin-bottom: 0; }
.sku--reverse .sku__visual { order: 2; }
.sku--reverse .sku__copy { order: 1; }

.sku__visual { position: relative; }
.sku__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  overflow: hidden;
}
.sku__photo--crisp {
  background:
    radial-gradient(circle at 35% 35%, rgba(232, 155, 58, .55), transparent 65%),
    radial-gradient(circle at 70% 70%, rgba(196, 84, 42, .5), transparent 65%),
    linear-gradient(135deg, #8E4222 0%, #4A1F0E 100%);
}
.sku__photo--biltong {
  background:
    radial-gradient(circle at 50% 50%, rgba(196, 84, 42, .45), transparent 60%),
    linear-gradient(135deg, #6B341A 0%, #3A1B0E 100%);
}
.sku__photo--marmalade {
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 134, 10, .45), transparent 65%),
    radial-gradient(circle at 70% 65%, rgba(232, 155, 58, .35), transparent 65%),
    linear-gradient(135deg, #B86F1A 0%, #5C2810 100%);
}
.sku__photo-cap {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cream);
  font-weight: 500;
}
.sku__photo-sub {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245, 237, 216, .55);
  margin-top: 8px;
}
.sku__chip {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 7px 14px;
  background: var(--terracotta);
  color: var(--cream);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(196, 84, 42, .35);
}
.sku__chip--alt { background: var(--olive); color: var(--amber-light); }
.sku__chip--vegan { background: var(--sage); color: var(--olive); }

.sku__copy {}
.sku__no {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--terracotta);
  margin: 0 0 12px;
  letter-spacing: .04em;
}
.sku__h3 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.025em;
  font-weight: 500;
  margin: 0 0 18px;
  color: var(--ink);
}
.sku__lead {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 28px;
  font-style: italic;
  font-family: var(--font-serif);
}
.sku__notes {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 24px;
  margin: 0 0 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sku__notes dt {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  align-self: center;
}
.sku__notes dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 14.5px;
  color: var(--ink);
  font-style: italic;
}
.sku__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.sku__price { margin: 0; font-family: var(--font-serif); }
.sku__price strong {
  font-size: 2rem;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.02em;
}
.sku__price span {
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--font-sans);
  margin-left: 4px;
}

/* =====================================================================
   COMPARE — What's in / What's not in
   ===================================================================== */
.compare {
  background: var(--olive);
  color: var(--cream);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.compare::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 157, 99, .18), transparent 65%);
  filter: blur(50px);
}
.compare__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.compare__inner .kicker { justify-content: center; }
.compare__h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.8vw, 4.6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--cream);
  margin: 0 auto 56px;
  max-width: 18ch;
  text-wrap: balance;
}
.compare__h2 em { font-style: italic; color: var(--amber-light); }

.compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid rgba(245, 237, 216, .15);
  border-bottom: 1px solid rgba(245, 237, 216, .15);
}
.compare__col {
  padding: 38px 36px;
}
.compare__col--bad {
  border-right: 1px solid rgba(245, 237, 216, .15);
}
.compare__col-cap {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 24px;
}
.compare__col--bad .compare__col-cap { color: rgba(245, 237, 216, .45); }
.compare__col--good .compare__col-cap { color: var(--amber-light); }
.compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.compare__list li {
  font-family: var(--font-serif);
  font-size: 16px;
  font-style: italic;
  letter-spacing: -.005em;
}
.compare__list--bad li {
  color: rgba(245, 237, 216, .5);
  text-decoration: line-through;
  text-decoration-color: rgba(196, 84, 42, .55);
  text-decoration-thickness: 1.5px;
}
.compare__list--good li {
  color: var(--cream);
  padding-left: 22px;
  position: relative;
}
.compare__list--good li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 12px; height: 1.5px;
  background: var(--amber-light);
}

/* =====================================================================
   RANGE — Compact Named-Category Strip with Expand (Pattern 7)
   ===================================================================== */
.range {
  padding: 130px 0;
  background: var(--cream);
}
.range__head {
  margin-bottom: 56px;
  max-width: 720px;
}
.range__container {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: var(--pad-x);
}
.range__pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.range__pill {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.range__pill:hover { border-color: var(--ink); }
.range__pill.is-active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.range__panel {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.range__panel.is-active { display: grid; }

.prod {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .25s var(--ease);
}
.prod:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); border-color: var(--terracotta); }
.prod__chip {
  align-self: flex-start;
  background: var(--sage);
  color: var(--olive);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 999px;
}
.prod__h {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
}
.prod__copy {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.prod__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  margin-top: 6px;
}
.prod__price {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ink);
}
.prod__cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--terracotta-dark);
  transition: transform .25s var(--ease);
}
.prod__cta:hover { transform: translateX(4px); }
.range__note {
  margin-top: 28px;
  font-size: 12.5px;
  color: var(--ink-3);
  text-align: center;
  font-style: italic;
}

/* =====================================================================
   ORIGIN MAP
   ===================================================================== */
.origin {
  padding: 130px 0;
  background: var(--sage);
  position: relative;
  overflow: hidden;
}
.origin__inner {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.origin__inner .kicker { justify-content: center; }
.origin__inner .h2 { margin-left: auto; margin-right: auto; }
.origin__inner .lead { margin: 0 auto 48px; }
.origin__map {
  margin: 0 auto;
  max-width: 820px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: var(--shadow-1);
}
.origin__svg { width: 100%; height: auto; display: block; overflow: hidden; }
.origin__pin { transition: transform .3s var(--ease); cursor: default; }
.origin__pin:hover { transform: translate(var(--tx, 0), var(--ty, 0)) scale(1.1); }
.origin__note {
  margin-top: 24px;
  font-size: 11.5px;
  color: var(--ink-3);
  font-style: italic;
}

/* =====================================================================
   FOUNDER STORY — Cultural Authority + Side-Rail + Letter
   ===================================================================== */
.story {
  padding: 130px 0;
  background: var(--cream);
}
.story__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: var(--pad-x);
}
.story__h2 { max-width: 16ch; margin-bottom: 24px; }
.story__lead {
  max-width: 620px;
  margin-bottom: 64px;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-style: italic;
  font-family: var(--font-serif);
  color: var(--ink-2);
  line-height: 1.5;
}

.story__rail {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 80px;
}
.story__rail-photo {
  position: sticky;
  top: 100px;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(232, 155, 58, .35), transparent 60%),
    linear-gradient(160deg, var(--sand) 0%, #C9B289 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 32px 24px;
  box-shadow: var(--shadow-3);
  text-align: center;
  gap: 6px;
}
.story__rail-cap {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(28, 20, 16, .45);
  font-weight: 500;
}
.story__rail-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--ink);
}
.story__pulls {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.story__pull {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--terracotta);
}
.story__pull p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
  letter-spacing: -.01em;
}

.story__letter {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 36px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
  position: relative;
}
.story__letter::before {
  content: '';
  position: absolute;
  top: 12px; left: 12px;
  width: 24px;
  height: 1.5px;
  background: var(--terracotta);
}
.story__letter-text {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 18px;
  font-style: italic;
}
.story__letter-sig {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--terracotta-dark);
  margin: 0;
  text-align: right;
}

/* =====================================================================
   RECIPES — horizontal scroll
   ===================================================================== */
.recipes {
  padding: 130px 0;
  background: var(--cream-2);
}
.recipes__head {
  max-width: 720px;
  margin: 0 auto 48px;
  padding-inline: var(--pad-x);
}
.recipes__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(280px, 28vw, 360px);
  gap: 22px;
  overflow-x: auto;
  padding: 0 var(--pad-x) 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.recipes__rail::-webkit-scrollbar { height: 6px; }
.recipes__rail::-webkit-scrollbar-track { background: var(--cream); }
.recipes__rail::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 3px; }
.recipe {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.recipe:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.recipe__photo {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.recipe__photo--eggs { background: linear-gradient(135deg, #C4542A 0%, #8E4222 100%); }
.recipe__photo--braai { background: linear-gradient(135deg, #6B341A 0%, #3A1B0E 100%); }
.recipe__photo--cheese { background: linear-gradient(135deg, #B86F1A 0%, #5C2810 100%); }
.recipe__photo--noodles { background: linear-gradient(135deg, #8E4222 0%, #4A1F0E 100%); }
.recipe__photo--lamb { background: linear-gradient(135deg, #5C2810 0%, #2D140C 100%); }
.recipe__placeholder {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(245, 237, 216, .55);
  font-weight: 500;
}
.recipe__body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.recipe__chip {
  align-self: flex-start;
  background: var(--sand);
  color: var(--ink-2);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 999px;
}
.recipe__h {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
}
.recipe__copy {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.recipe__cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--terracotta-dark);
  margin-top: auto;
}

/* =====================================================================
   GIFTS — Occasion filter + bundle cards
   ===================================================================== */
.gifts {
  padding: 130px 0;
  background: var(--cream);
}
.gifts__head {
  margin-bottom: 56px;
  text-align: center;
}
.gifts__head .kicker { justify-content: center; }
.gifts__head .h2 { margin: 0 auto 18px; }
.gifts__head .lead { margin: 0 auto 32px; }
.gifts__filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gifts__pill {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.gifts__pill:hover { border-color: var(--ink); }
.gifts__pill.is-active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.gifts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gift {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), opacity .3s var(--ease);
}
.gift:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.gift--hero {
  grid-column: span 1;
  background: var(--olive);
  color: var(--cream);
  border-color: var(--olive-2);
}
.gift--hero .gift__h { color: var(--cream); }
.gift--hero .gift__cap { color: var(--amber-light); }
.gift--hero .gift__copy { color: rgba(245, 237, 216, .8); }
.gift--hero .gift__price { color: var(--cream); }
.gift--hero .gift__row { border-top-color: rgba(245, 237, 216, .15); }
.gift.is-hidden { display: none; }

.gift__photo {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gift__photo--cheese { background: linear-gradient(135deg, var(--sand) 0%, #C9B289 100%); }
.gift__photo--braai { background: linear-gradient(135deg, #6B341A 0%, #3A1B0E 100%); }
.gift__photo--shelf {
  background:
    radial-gradient(circle at 30% 30%, rgba(232, 155, 58, .35), transparent 60%),
    linear-gradient(135deg, var(--olive-2) 0%, var(--charcoal) 100%);
}
.gift__photo--starter { background: linear-gradient(135deg, var(--sage) 0%, #C9D6BE 100%); }
.gift__photo--corp { background: linear-gradient(135deg, var(--cream-2) 0%, var(--sand) 100%); }
.gift__photo--sampler { background: linear-gradient(135deg, #D9B190 0%, #B89E78 100%); }
.gift__placeholder {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(28, 20, 16, .45);
  text-align: center;
  padding: 18px;
}
.gift--hero .gift__placeholder { color: rgba(245, 237, 216, .55); }
.gift__body {
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.gift__cap {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
  font-weight: 500;
  margin: 0;
}
.gift__badge {
  align-self: flex-start;
  background: var(--terracotta);
  color: var(--cream);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}
.gift__h {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.gift__copy {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.gift__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  margin-top: 10px;
  flex-wrap: wrap;
}
.gift__price {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.02em;
}
.gift__cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--terracotta-dark);
  transition: transform .25s var(--ease);
}
.gift__cta:hover { transform: translateX(4px); }
.gift__cta--filled {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--terracotta);
  color: var(--cream);
  border-radius: 999px;
  font-size: 13px;
}
.gift__cta--filled:hover { background: var(--terracotta-dark); color: var(--cream); transform: none; }

/* =====================================================================
   B2B SIGNAL STRIP
   ===================================================================== */
.b2b {
  padding: 80px 0;
  background: var(--charcoal);
  color: var(--cream);
}
.b2b__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.b2b__cap {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-light);
  font-weight: 500;
  margin: 0 0 10px;
}
.b2b__line {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--cream);
  margin: 0;
  max-width: 720px;
}
.b2b__line strong {
  font-style: italic;
  color: var(--amber-light);
  font-weight: 500;
}
.b2b__cta {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
  flex-shrink: 0;
}
.b2b__cta:hover { background: var(--cream); color: var(--charcoal); }

/* =====================================================================
   STOCKIST GRID
   ===================================================================== */
.stockists {
  padding: 130px 0;
  background: var(--cream);
}
.stockists__head {
  margin-bottom: 56px;
  max-width: 720px;
}
.stockists__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stockist {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .35s var(--ease), border-color .25s var(--ease), box-shadow .35s var(--ease);
}
.stockist:hover { transform: translateY(-2px); border-color: var(--terracotta); box-shadow: var(--shadow-1); }
.stockist__cap {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.stockist__h {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.stockist__sub {
  font-size: 12.5px;
  color: var(--ink-3);
  margin: 0;
}

/* =====================================================================
   FUNCTIONAL FOOTER
   ===================================================================== */
.ft {
  background: var(--ink);
  color: var(--cream);
  padding: 72px 0 28px;
}
.ft__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-cream);
  align-items: start;
}
.ft__brand-block { display: flex; flex-direction: column; gap: 14px; }
.lockup--ft .lockup__name { color: var(--cream); }
.ft__address {
  font-family: var(--font-sans);
  font-size: 12.5px;
  color: rgba(245, 237, 216, .55);
  letter-spacing: .005em;
  margin: 0;
}

.ft__news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 460px;
  justify-self: end;
  width: 100%;
}
.ft__news-lbl {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-light);
  font-weight: 500;
}
.ft__news-row {
  display: flex;
  border: 1px solid rgba(245, 237, 216, .25);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(245, 237, 216, .05);
}
.ft__news-row input {
  flex: 1;
  padding: 14px 20px;
  background: transparent;
  border: 0;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 14px;
  outline: none;
}
.ft__news-row input::placeholder { color: rgba(245, 237, 216, .4); }
.ft__news-row button {
  padding: 14px 22px;
  background: var(--terracotta);
  color: var(--cream);
  border: 0;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.ft__news-row button:hover { background: var(--terracotta-dark); }
.ft__news-note {
  font-size: 11.5px;
  color: rgba(245, 237, 216, .45);
  margin: 0;
}

.ft__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 56px 0;
  border-bottom: 1px solid var(--line-cream);
}
.ft__col-h {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-light);
  font-weight: 500;
  margin: 0 0 18px;
}
.ft__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft__col a, .ft__col li {
  font-size: 14px;
  color: rgba(245, 237, 216, .75);
}
.ft__col a:hover { color: var(--cream); }

.ft__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 22px;
  font-size: 12px;
  color: rgba(245, 237, 216, .45);
}
.ft__legal a { color: var(--amber-light); }

/* =====================================================================
   PILL
   ===================================================================== */
.pill {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 16px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(245, 237, 216, .14);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .25);
  z-index: 600;
  transition:
    transform .55s cubic-bezier(.2, .8, .2, 1),
    background .35s var(--ease),
    color .35s var(--ease),
    border-color .35s var(--ease),
    box-shadow .35s var(--ease);
}
.pill.is-shown { transform: translateX(-50%) translateY(0); }
.pill:hover { background: var(--olive-2); }

/* On-dark variant — scroll-aware: applied when the pill is over a dark section.
   The button flips to cream-on-ink so it stays readable above olive / charcoal / ink sections. */
.pill--on-dark {
  background: var(--cream);
  color: var(--ink);
  border-color: rgba(28, 20, 16, .12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .35), 0 0 0 4px rgba(245, 237, 216, .06);
}
.pill--on-dark:hover {
  background: var(--olive);
  color: var(--cream);
  border-color: var(--olive);
}
.pill--on-dark .pill__arrow {
  background: rgba(28, 20, 16, .08);
  color: var(--ink);
}
.pill--on-dark:hover .pill__arrow {
  background: rgba(245, 237, 216, .15);
  color: var(--cream);
}

.pill__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--olive);
  animation: ping 2s ease-out infinite;
  flex-shrink: 0;
  transition: background .35s var(--ease);
}
.pill--on-dark .pill__dot { background: var(--olive); }

@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(31, 92, 40, .55); }
  100% { box-shadow: 0 0 0 10px rgba(31, 92, 40, 0); }
}
.pill__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(245, 237, 216, .15);
  transition: background .35s var(--ease), color .35s var(--ease);
  flex-shrink: 0;
}

/* REVEAL */
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s var(--ease-soft), transform .8s var(--ease-soft);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-split-lines] .split-line { display: block; overflow: hidden; }
[data-split-lines] .split-inner {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1s var(--ease-soft), opacity 1s var(--ease-soft);
}
[data-split-lines].is-visible .split-inner { transform: translateY(0); opacity: 1; }
[data-split-lines].is-visible .split-line:nth-child(2) .split-inner { transition-delay: .1s; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1080px) {
  .hd__nav { display: none; }
  .hd .cta--magnetic { display: none; }
  .hd__burger { display: block; }
  .hero { min-height: auto; padding: 24px 0 56px; }
  .hero__frag { display: none; }
  .skus { padding: 88px 0 64px; }
  .sku, .sku--reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }
  .sku--reverse .sku__visual { order: 1; }
  .sku--reverse .sku__copy { order: 2; }
  .sku__photo { aspect-ratio: 4 / 3; }
  .compare__grid { grid-template-columns: 1fr; }
  .compare__col--bad { border-right: 0; border-bottom: 1px solid rgba(245, 237, 216, .15); }
  .range__panel { grid-template-columns: 1fr; }
  .story__rail { grid-template-columns: 1fr; gap: 36px; }
  .story__rail-photo { position: static; max-width: 360px; margin: 0 auto; }
  .gifts__grid { grid-template-columns: 1fr 1fr; }
  .stockists__grid { grid-template-columns: 1fr 1fr; }
  .b2b__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .ft__top { grid-template-columns: 1fr; gap: 32px; }
  .ft__news { justify-self: stretch; max-width: none; }
  .ft__cols { grid-template-columns: 1fr 1fr; gap: 28px; }
  .compare, .range, .skus, .origin, .story, .recipes, .gifts, .stockists { padding-top: 88px; padding-bottom: 88px; }
}
@media (max-width: 720px) {
  .hero { padding: 20px 0 56px; }
  .hero__jar { width: clamp(180px, 50vw, 260px); }
  .hero__h1 { font-size: clamp(2rem, 8vw, 2.6rem); margin-top: 24px; }
  .hero__ctas .cta { flex: 1 1 100%; justify-content: center; }
  .gifts__grid, .stockists__grid { grid-template-columns: 1fr; }
  .ft__cols { grid-template-columns: 1fr; gap: 18px; }
  .compare__col { padding: 28px 22px; }
  .story__pull p { font-size: 1.15rem; }
  .compare, .range, .skus, .origin, .story, .recipes, .gifts, .stockists { padding-top: 64px; padding-bottom: 64px; }
  .pill { font-size: 12.5px; padding: 10px 16px 10px 12px; bottom: 16px; }
  .pill__txt { display: none; }
  .creds__row { font-size: .9em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal], [data-split-lines] { opacity: 1; transform: none; }
  [data-split-lines] .split-inner { transform: none; opacity: 1; }
  .batch__track { animation: none; }
}
