/** Shopify CDN: Minification failed

Line 49:0 All "@import" rules must come first

**/
/* =========================================================================
   Tendril Design System — Colors & Type
   ------------------------------------------------------------------------- 
   Warm, organic, shelf-worthy. Earth tones and a neon-lime pop, generous
   curves, watercolor-illustrated worlds. Copy is exuberant but not wild,
   self-deprecating without being cynical.

   Fonts (per 2022 Brand Guidelines):
     - Fraunces    — primary. Headlines, subheadlines, CTAs, numerals.
                     Spec: wght 475, soft 100, opsz 144.
     - Sneak       — secondary. Eyebrow (Regular Bold, uppercase),
                     body (Regular), footnotes (Regular, uppercase).
     - Peace Sans  — playful brand display, used sparingly (stickers,
                     accent phrases).

   All three are locally hosted from /fonts. Additional Fraunces
   weights/italics are pulled from Google Fonts until more ttfs are
   supplied.
   ========================================================================= */

/* Locally-hosted brand fonts. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Fraunces-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Sneak';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Sneak-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Peace Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PeaceSans.otf') format('opentype');
}
/* Other Fraunces weights/italics still come from Google Fonts until more ttfs supplied. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&display=swap');

:root {
  /* ---------- Brand palette (from Tendril Brand Guidelines 2022) ---------------
     PRIMARY:   Clay  ·  Green  ·  Teal  ·  Brown
     SECONDARY: White ·  Off White  ·  Dark Teal  ·  Sand
     Ratios (from guide): Clay dominant, then Green, then Brown, with White /
     Off White / Teal / Sand as supporting areas.
     Hex values are reconstructed from brand renders — the OCR pass garbled
     the official builds, so please reconcile against the PDF swatches.
  ----------------------------------------------------------------------------- */

  /* Primary palette — exact hex values from 2022 Brand Guidelines, p.34 "Builds" */
  --tendril-clay:         #F1EBEB;  /* pale warm pinkish-neutral — dominant surface */
  --tendril-green:        #E3FAA8;  /* neon lime — signature pop, the brand's heart */
  --tendril-teal:         #D1E8DD;  /* pale mint — supporting surface */
  --tendril-brown:        #5F4C4C;  /* warm plum-brown — primary type, wordmark */

  /* Secondary palette — exact hex from p.34 */
  --tendril-white:        #FFFFFF;
  --tendril-off-white:    #FBF5F5;
  --tendril-dark-teal:    #A4BFB8;  /* muted sage-teal, supporting (NOT a true dark color) */
  --tendril-sand:         #E1D6AE;  /* warm tan */

  /* Tints — guide specifies tints always at 20% */
  --tendril-green-20:     color-mix(in srgb, var(--tendril-green) 20%, var(--tendril-clay));
  --tendril-teal-20:      color-mix(in srgb, var(--tendril-teal) 20%, var(--tendril-clay));
  --tendril-brown-20:     color-mix(in srgb, var(--tendril-brown) 20%, var(--tendril-clay));
  --tendril-dark-teal-20: color-mix(in srgb, var(--tendril-dark-teal) 20%, var(--tendril-clay));

  /* Extended illustration accents (for spot illustrations only, not UI chrome) */
  --tendril-marigold:     #E8A441;
  --tendril-petal:        #E8818C;
  --tendril-rust:         #A0472A;

  /* Neutrals derived from Brown */
  --tendril-brown-soft:   #8A6A50;
  --tendril-brown-mute:   #BEA996;
  --tendril-ink:          #2B1E12;

  /* ---------- Aliases (backward-compat for existing UI kit refs) ----------
     These map the earlier exploratory names to the official brand tokens so
     existing consumer components don't break. Prefer the canonical names. */
  --tendril-cream:        var(--tendril-clay);
  --tendril-cream-warm:   var(--tendril-off-white);
  --tendril-paper:        var(--tendril-off-white);
  --tendril-sage:         var(--tendril-teal);
  --tendril-sage-deep:    var(--tendril-teal);
  /* Legacy "leaf/moss" referred to a green accent. In the approved system,
     Green is a SURFACE only; text on Green must be Brown. These aliases now
     resolve to Brown so any legacy `color: var(--tendril-leaf)` reference
     renders as legible Brown instead of illegible neon Green. Use
     --surface-accent (= Green) when you actually want the green FILL. */
  --tendril-leaf:         var(--tendril-brown);
  --tendril-moss:         var(--tendril-brown);
  --tendril-highlight:    var(--tendril-green);
  --tendril-earth:        var(--tendril-brown);
  --tendril-earth-soft:   var(--tendril-brown-soft);
  --tendril-honey:        var(--tendril-sand);
  --tendril-sky:          var(--tendril-teal-20);
  --tendril-stone-900:    var(--tendril-brown);
  --tendril-stone-700:    var(--tendril-brown-soft);
  --tendril-stone-500:    var(--tendril-brown-mute);
  --tendril-stone-300:    var(--tendril-brown-mute);
  --tendril-stone-100:    var(--tendril-off-white);

  /* ---------- Semantic surfaces ---------- */
  --bg-page:              var(--tendril-clay);      /* Clay dominates per ratios */
  --bg-elevated:          var(--tendril-off-white); /* Off White as neutral lift */
  --bg-inset:             var(--tendril-teal-20);   /* subtle tinted wells */
  --bg-dark:              var(--tendril-brown);     /* Brown is the darkest surface */
  --bg-darkest:           var(--tendril-brown);

  /* ---------- Semantic type colors ----------
     The guide is strict: copy is ONLY Brown or Off White.
     Use Brown on Clay/White/Off White/Teal/Green;
     use Off White on Brown/Dark Teal/Sand.                                 */
  --fg-1:                 var(--tendril-brown);     /* primary text */
  --fg-2:                 var(--tendril-brown-soft);/* secondary text (still warm brown family) */
  --fg-3:                 var(--tendril-brown-mute);/* meta / disabled */
  --fg-display:           var(--tendril-brown);     /* Fraunces headlines */
  --fg-accent:            var(--tendril-brown);     /* text on Green/Teal surfaces is still Brown */
  --surface-accent:       var(--tendril-green);     /* CTA fill, pull surfaces */
  --fg-on-dark:           var(--tendril-off-white); /* type on Brown / Dark Teal / Sand */
  --fg-on-dark-2:         var(--tendril-off-white);

  --border-soft:          rgba(91, 59, 39, 0.12);
  --border-mid:           rgba(91, 59, 39, 0.22);
  --border-strong:        rgba(91, 59, 39, 0.55);

  --ring:                 var(--tendril-leaf);
  --focus-ring:           0 0 0 3px rgba(107, 127, 78, 0.35);

  /* ---------- Semantic state ---------- */
  --success:              var(--tendril-leaf);
  --warning:              var(--tendril-marigold);
  --danger:               var(--tendril-rust);
  --info:                 var(--tendril-sky);

  /* ---------- Type scale (type-first, generous) ---------- */
  --font-serif:     "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-display:   "Peace Sans", "Fraunces", Georgia, serif; /* playful brand display */
  --font-sans:      "Sneak", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:      "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* sizes */
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-48: 48px;
  --fs-56: 56px;
  --fs-64: 64px;
  --fs-80: 80px;
  --fs-96: 96px;
  --fs-128: 128px;

  --lh-tight: 1.02;
  --lh-display: 1.06;
  --lh-heading: 1.18;
  --lh-body: 1.55;
  --lh-loose: 1.72;

  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-caps: 0.16em;

  /* ---------- Spacing ---------- */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;
  --sp-32: 128px;

  /* ---------- Radii (organic, generous) ---------- */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;       /* cards */
  --r-xl: 36px;       /* hero tiles */
  --r-2xl: 56px;      /* capsule hero */
  --r-pill: 999px;    /* pill buttons */

  /* ---------- Shadows (soft, warm; never tech-blue) ---------- */
  --shadow-xs:  0 1px 2px rgba(60, 38, 22, 0.06);
  --shadow-sm:  0 2px 6px rgba(60, 38, 22, 0.08);
  --shadow-md:  0 10px 24px -8px rgba(60, 38, 22, 0.18), 0 2px 6px rgba(60, 38, 22, 0.06);
  --shadow-lg:  0 24px 48px -12px rgba(60, 38, 22, 0.22), 0 8px 16px -4px rgba(60, 38, 22, 0.08);
  --shadow-inset: inset 0 1px 0 rgba(255, 251, 240, 0.6), inset 0 -1px 0 rgba(60, 38, 22, 0.06);

  /* ---------- Motion ---------- */
  --ease-out-soft:  cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out:    cubic-bezier(0.65, 0, 0.35, 1);
  --ease-overshoot: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 140ms;
  --dur-base: 240ms;
  --dur-slow: 480ms;
}

/* =========================================================================
   Base reset (opinionated)
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--fs-16);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* =========================================================================
   Semantic type utilities
   Used as classes OR as selector targets.
   ========================================================================= */

.t-display-xl, h1.display {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(56px, 9vw, var(--fs-128));
  line-height: var(--lh-display);
  letter-spacing: var(--tracking-tight);
  color: var(--fg-display);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

.t-display, h1 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(40px, 6vw, var(--fs-80));
  line-height: var(--lh-display);
  letter-spacing: var(--tracking-tight);
  color: var(--fg-display);
  font-variation-settings: "opsz" 96, "SOFT" 100;
  margin: 0 0 var(--sp-6);
}

.t-display-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--fg-display);
  font-variation-settings: "opsz" 96, "SOFT" 100;
}

.t-h2, h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, var(--fs-48));
  line-height: var(--lh-heading);
  letter-spacing: var(--tracking-tight);
  color: var(--fg-display);
  margin: 0 0 var(--sp-4);
  font-variation-settings: "opsz" 72;
}

.t-h3, h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--fs-24);
  line-height: var(--lh-heading);
  color: var(--fg-1);
  margin: 0 0 var(--sp-3);
}

.t-h4, h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: var(--lh-heading);
  color: var(--fg-1);
  margin: 0 0 var(--sp-2);
}

.t-eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--fg-2);
}

.t-playful {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  color: var(--fg-accent);
}

.t-body, p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: var(--lh-body);
  color: var(--fg-1);
  text-wrap: pretty;
  margin: 0 0 var(--sp-4);
}

.t-body-lg { font-size: var(--fs-18); line-height: var(--lh-body); }
.t-body-sm { font-size: var(--fs-14); line-height: var(--lh-body); color: var(--fg-2); }
.t-meta    { font-size: var(--fs-12); line-height: 1.5; color: var(--fg-3); letter-spacing: 0.02em; }

.t-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3vw, var(--fs-32));
  line-height: var(--lh-heading);
  color: var(--fg-display);
  font-variation-settings: "opsz" 72, "SOFT" 100;
}

code, .t-mono {
  font-family: var(--font-mono);
  font-size: 0.92em;
  background: var(--bg-inset);
  padding: 0.1em 0.4em;
  border-radius: var(--r-xs);
  color: var(--tendril-brown);
}

a {
  color: var(--tendril-brown);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-out-soft);
}
a:hover { color: var(--tendril-brown-soft); }

::selection { background: var(--tendril-green); color: var(--tendril-brown); }
/* Homepage-specific styles — layered on colors_and_type.css */

html, body { background: var(--tendril-clay); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ========= Floating motion ========= */
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50%      { transform: translateY(-10px) rotate(calc(var(--r, 0deg) + 0.5deg)); }
}
@keyframes drift {
  0%, 100% { transform: translateX(0) translateY(0); }
  50%      { transform: translateX(var(--dx, -14px)) translateY(var(--dy, -6px)); }
}
@keyframes slow-spin {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}
@keyframes wave-in {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
.floaty { animation: floaty 6s var(--ease-out-soft) infinite; }
.floaty--slow { animation-duration: 10s; }
.drift { animation: drift 12s var(--ease-out-soft) infinite; }
.spin-slow { animation: slow-spin 40s linear infinite; }

/* ========= Marquee ========= */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-track { animation: marquee 56s linear infinite; }

/* ========= Paper grain (used on heros) ========= */
.grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.37 0 0 0 0 0.30 0 0 0 0 0.30 0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.35'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.14;
}

/* ========= Layout containers ========= */
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container--wide { max-width: 1440px; }
.container--narrow { max-width: 1040px; }
section { position: relative; }

/* ========= Reusable bits ========= */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tendril-brown);
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--border-soft);
}
.chip--green { background: var(--tendril-green); border-color: transparent; }
.chip--dark  { background: var(--tendril-brown); color: var(--tendril-off-white); border-color: transparent; }

.dot-sep {
  display: inline-block;
  width: 5px; height: 5px; border-radius: 50%;
  background: currentColor;
  vertical-align: middle;
  margin: 0 10px;
  opacity: 0.5;
}

.stars { color: var(--tendril-brown); letter-spacing: 2px; }

.rule { height: 1px; background: var(--border-soft); width: 100%; }

/* Primary CTA pill */
.btn-primary {
  background: var(--tendril-brown);
  color: var(--tendril-off-white);
  border: none;
  border-radius: var(--r-pill);
  padding: 18px 30px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all var(--dur-base) var(--ease-out-soft);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.btn-primary:hover { background: var(--tendril-ink); transform: translateY(-1px); }
.btn-primary:active { transform: scale(0.99); }

.btn-accent {
  background: var(--tendril-green);
  color: var(--tendril-brown);
}
.btn-accent:hover { background: var(--tendril-green); filter: brightness(0.95); color: var(--tendril-brown); }

.btn-ghost {
  background: transparent;
  color: var(--tendril-brown);
  border: 1.5px solid var(--tendril-brown);
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all var(--dur-base) var(--ease-out-soft);
}
.btn-ghost:hover { background: var(--tendril-brown); color: var(--tendril-off-white); }

/* Focus rings */
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

/* Scroll anchors */
[id] { scroll-margin-top: 100px; }

/* ========= Card ========= */
.card {
  background: var(--tendril-off-white);
  border-radius: var(--r-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-base) var(--ease-out-soft),
              transform var(--dur-base) var(--ease-out-soft);
}
.card:hover { box-shadow: var(--shadow-md); }

/* ========= Typography helpers ========= */
.oversized {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(72px, 11vw, 176px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  color: var(--tendril-brown);
  margin: 0;
}
.oversized em { font-style: italic; font-weight: 400; }

.display-xl {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(56px, 7vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.028em;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  color: var(--tendril-brown);
  margin: 0;
}
.display-xl em { font-style: italic; font-weight: 400; }

.display-md {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 96, "SOFT" 100;
  color: var(--tendril-brown);
  margin: 0;
}
.display-md em { font-style: italic; font-weight: 400; }

.display-sm {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  color: var(--tendril-brown);
  margin: 0;
}

.italic-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  color: var(--tendril-brown);
}

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tendril-brown);
}

.body-lg {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.55;
  color: var(--tendril-brown);
  opacity: 0.82;
  margin: 0;
  text-wrap: pretty;
}

/* ========= Hero ========= */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--tendril-clay);
  padding: 60px 0 80px;
}
.hero__sun {
  position: absolute;
  top: -60px;
  left: 45%;
  width: 280px;
  z-index: 1;
  opacity: 0.9;
}
.hero__cloud-a {
  position: absolute; top: 80px; left: -20px; width: 320px; opacity: 0.55; z-index: 1;
  --r: -3deg;
}
.hero__cloud-b {
  position: absolute; top: 180px; right: 40px; width: 280px; opacity: 0.6; z-index: 1;
  --r: 2deg;
}
.hero__ground {
  position: absolute; bottom: -30px; left: 0; right: 0; width: 100%; z-index: 2;
  pointer-events: none;
  opacity: 0.95;
}
.hero__char-reading {
  position: absolute;
  bottom: 60px; left: 3%;
  width: 220px;
  z-index: 3;
}
.hero__char-watering {
  position: absolute;
  bottom: 80px; right: 4%;
  width: 240px;
  z-index: 3;
}
.hero__garden {
  position: absolute;
  bottom: 0; left: 50%;
  width: min(620px, 50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.hero__flower {
  position: absolute;
  width: 80px;
  z-index: 3;
}

/* ========= Press strip ========= */
.press-strip {
  background: var(--tendril-off-white);
  padding: 32px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

/* ========= Manifesto ========= */
.manifesto {
  background: var(--tendril-clay);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.manifesto-list {
  list-style: none; padding: 0; margin: 40px 0 0;
}
.manifesto-list li {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: baseline;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--border-soft);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--tendril-brown);
  font-variation-settings: "opsz" 72, "SOFT" 100;
  transition: padding-left var(--dur-base) var(--ease-out-soft);
}
.manifesto-list li:hover { padding-left: 12px; background: rgba(255,255,255,0.25); }
.manifesto-list li:last-child { border-bottom: 1px solid var(--border-soft); }
.manifesto-list .num {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tendril-brown);
  opacity: 0.5;
  padding-top: 10px;
}
.manifesto-list .meta {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tendril-brown);
  opacity: 0.55;
  white-space: nowrap;
  padding-top: 14px;
}

/* ========= Product Reveal ========= */
.product-reveal {
  background: var(--tendril-teal-20);
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}
.product-stage {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.product-stage--exploded {
  aspect-ratio: 16/10;
  max-width: 620px;
}
.product-disc {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: var(--tendril-green);
  opacity: 0.55;
  filter: blur(2px);
}
.product-disc--tall {
  inset: 12% 28%;
  border-radius: 999px;
}
.product-stage img.planter {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.product-stage img.planter--exploded {
  filter: drop-shadow(0 30px 40px rgba(60, 38, 22, 0.15));
}
.exploded-guide {
  display: none;
}
.exploded-badge {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tendril-brown);
  color: var(--tendril-off-white);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
  z-index: 5;
  white-space: nowrap;
}
.exploded-badge i { font-size: 14px; }
.spec-pill {
  position: absolute;
  z-index: 3;
  background: var(--tendril-off-white);
  border-radius: var(--r-lg);
  padding: 14px 18px 14px 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 280px;
  border: 1px solid var(--border-soft);
}
.spec-pill .num-bubble {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--tendril-green);
  display: flex; align-items: center; justify-content: center;
  color: var(--tendril-brown);
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  font-variation-settings: "opsz" 72, "SOFT" 100;
}
.spec-pill .label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tendril-brown);
  margin-bottom: 2px;
  line-height: 1.2;
}
.spec-pill .desc {
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.4;
  color: var(--tendril-brown);
  opacity: 0.72;
}

/* ========= How it works ========= */
.how-it-works {
  background: var(--tendril-clay);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.step-card {
  background: var(--tendril-off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  padding: 32px 28px 28px;
  position: relative;
  transition: transform var(--dur-base) var(--ease-out-soft), box-shadow var(--dur-base);
  height: 100%;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 96px;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--tendril-brown);
  opacity: 0.9;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  margin-bottom: 14px;
}
.step-num em { font-style: italic; font-weight: 400; }

/* ========= Gallery masonry ========= */
.gallery {
  background: var(--tendril-off-white);
  padding: 130px 0 110px;
  position: relative;
  overflow: hidden;
}
.masonry {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  grid-template-areas:
    "a  b  c"
    "a  d  c";
}
.masonry .tile-a { grid-area: a; aspect-ratio: 3/5; }
.masonry .tile-b { grid-area: b; aspect-ratio: 1/1; }
.masonry .tile-c { grid-area: c; aspect-ratio: 3/5; }
.masonry .tile-d { grid-area: d; aspect-ratio: 4/3; }
.masonry figure {
  margin: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--tendril-clay);
  position: relative;
  cursor: pointer;
  transition: transform var(--dur-slow) var(--ease-out-soft);
}
.masonry figure:hover { transform: scale(0.995); }
.masonry figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out-soft);
}
.masonry figure:hover img { transform: scale(1.04); }
.masonry figure figcaption {
  position: absolute;
  left: 20px; bottom: 16px;
  background: rgba(251,245,245,0.92);
  backdrop-filter: blur(6px);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tendril-brown);
}

/* ========= Pick your color ========= */
.color-shop {
  background: var(--tendril-clay);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.color-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: var(--tendril-off-white);
  transition: transform var(--dur-slow) var(--ease-out-soft), box-shadow var(--dur-slow);
  border: 1px solid var(--border-soft);
}
.color-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.color-card .swatch {
  position: absolute;
  inset: 0;
}
.color-card .planter {
  position: absolute;
  bottom: -6%;
  left: 50%;
  width: 82%;
  transform: translateX(-50%);
  z-index: 2;
}
.color-card .label-block {
  position: absolute;
  top: 22px; left: 22px; right: 22px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.color-card .name {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: var(--tendril-brown);
  font-variation-settings: "opsz" 72, "SOFT" 100;
}
.color-card .sub {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tendril-brown);
  opacity: 0.65;
  margin-top: 4px;
}
.color-card .price {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--tendril-brown);
  font-variation-settings: "opsz" 72, "SOFT" 100;
}
.color-card .shop-cta {
  position: absolute;
  bottom: 22px; left: 22px;
  z-index: 3;
  background: var(--tendril-off-white);
  border-radius: var(--r-pill);
  padding: 10px 18px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tendril-brown);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(8px);
  transition: all var(--dur-base) var(--ease-out-soft);
}
.color-card:hover .shop-cta { opacity: 1; transform: translateY(0); }

/* ========= In the wild ========= */
.in-wild {
  background: var(--tendril-green);
  padding: 130px 0 110px;
  position: relative;
  overflow: hidden;
}
.ugc-card {
  background: var(--tendril-off-white);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out-soft), box-shadow var(--dur-base);
  display: flex;
  flex-direction: column;
}
.ugc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ugc-card .media {
  aspect-ratio: 4/5;
  background: var(--tendril-clay);
  overflow: hidden;
  position: relative;
}
.ugc-card .media img { width: 100%; height: 100%; object-fit: cover; }
.ugc-card .media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(60, 38, 22, 0.55));
  pointer-events: none;
}
.ugc-card .handle {
  position: absolute;
  bottom: 14px; left: 14px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--tendril-off-white);
  z-index: 2;
  display: flex; align-items: center; gap: 7px;
}
.ugc-card .handle .avatar {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--tendril-green);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--tendril-brown);
  font-size: 12px;
  font-variation-settings: "opsz" 72, "SOFT" 100;
}
.ugc-card .body {
  padding: 20px 20px 22px;
}
.ugc-card .body p {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  color: var(--tendril-brown);
  margin: 0;
  font-variation-settings: "opsz" 72, "SOFT" 100;
}
.ugc-card .meta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tendril-brown);
  opacity: 0.55;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

/* ========= Promise strip ========= */
.promise {
  background: var(--tendril-clay);
  padding: 100px 0;
}
.promise-block {
  background: var(--tendril-brown);
  color: var(--tendril-off-white);
  border-radius: var(--r-2xl);
  padding: 72px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* ========= Journal ========= */
.journal {
  background: var(--tendril-off-white);
  padding: 130px 0;
}
.journal-card {
  display: block;
  text-decoration: none;
  color: var(--tendril-brown);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out-soft);
}
.journal-card:hover { transform: translateY(-4px); }
.journal-card .cover {
  aspect-ratio: 4/3;
  background: var(--tendril-teal-20);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: box-shadow var(--dur-base);
}
.journal-card:hover .cover { box-shadow: var(--shadow-md); }
.journal-card .cover img { width: 70%; height: 70%; object-fit: contain; }
.journal-card .cover.img-full img { width: 100%; height: 100%; object-fit: cover; }
.journal-card .kicker {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tendril-brown);
  opacity: 0.6;
  margin-bottom: 10px;
}
.journal-card h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--tendril-brown);
  font-variation-settings: "opsz" 72, "SOFT" 100;
  margin: 0 0 12px;
  text-wrap: balance;
}
.journal-card p {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--tendril-brown);
  opacity: 0.78;
  margin: 0;
}

/* ========= Closing ========= */
.closing {
  background: var(--tendril-clay);
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* ========= Tweaks panel ========= */
.tweaks-fab {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 90;
  background: var(--tendril-brown);
  color: var(--tendril-off-white);
  border: none;
  border-radius: var(--r-pill);
  padding: 14px 22px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tweaks-panel {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 91;
  width: 320px;
  background: var(--tendril-off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px 22px 22px;
  font-family: var(--font-sans);
  color: var(--tendril-brown);
}
.tweaks-panel h4 {
  font-family: var(--font-serif);
  font-size: 22px;
  margin: 0 0 2px;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  font-weight: 500;
}
.tweaks-panel .t-row { margin-top: 16px; }
.tweaks-panel .t-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.65;
  margin-bottom: 8px;
}
.tweaks-panel .t-chips {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.tweaks-panel .t-chip {
  border: 1px solid var(--border-mid);
  background: transparent;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: var(--tendril-brown);
  transition: all var(--dur-fast);
}
.tweaks-panel .t-chip.is-on {
  background: var(--tendril-brown);
  color: var(--tendril-off-white);
  border-color: var(--tendril-brown);
}

/* ========= Responsive ========= */
@media (max-width: 1100px) {
  .masonry { grid-template-columns: 1fr 1fr; grid-template-areas: "a b" "c d"; }
}
@media (max-width: 800px) {
  .oversized, .display-xl { font-size: 64px; }
  .hero { min-height: 720px; }
  .hero__char-reading { width: 140px; left: -10px; }
  .hero__char-watering { width: 150px; right: -20px; }
  .product-reveal { padding: 100px 0; }
  .promise-block { grid-template-columns: 1fr; padding: 48px 32px; }
}

/* =================================================================
   MOBILE LAYOUT OVERRIDES
   Inline-styled grids in JSX win over CSS — so all rules below
   are scoped under media queries and use !important to override.
   ================================================================= */

/* Tighten containers on tablet/mobile */
@media (max-width: 900px) {
  .container, .container--wide, .container--narrow { padding: 0 24px; }

  /* Reduce vertical section padding so the page isn't all whitespace */
  .manifesto, .how-it-works, .gallery, .promise, .journal, .closing,
  .product-reveal, .roots-section, .compatibility, .closeup-gallery,
  .before-after-pair { padding-top: 80px !important; padding-bottom: 80px !important; }
}
@media (max-width: 600px) {
  .container, .container--wide, .container--narrow { padding: 0 18px; }
  .manifesto, .how-it-works, .gallery, .promise, .journal, .closing,
  .product-reveal, .roots-section, .compatibility, .closeup-gallery,
  .before-after-pair { padding-top: 64px !important; padding-bottom: 64px !important; }
}

/* -----------------------------------------------------------------
   NAV — classic variant: hamburger at <=820px
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .nav-classic__inner {
    grid-template-columns: auto 1fr auto !important;
    padding: 12px 18px !important;
  }
  .nav-classic__links { display: none !important; }
  .nav-classic .nav-burger { display: inline-flex !important; align-items: center; justify-content: center; }
  .nav-classic__inner > a img { height: 26px !important; }
}

/* -----------------------------------------------------------------
   NAV — capsule variant: hamburger at <=820px
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .nav-capsule-wrap { padding: 0 14px !important; top: 12px !important; }
  .nav-capsule {
    grid-template-columns: auto 1fr auto !important;
    gap: 8px !important;
    padding: 8px 10px 8px 14px !important;
  }
  .nav-capsule__links-wrap { display: none !important; }
  .nav-capsule__burger { display: inline-flex !important; align-items: center; justify-content: center; }
  .nav-capsule__search { display: none !important; }
  .nav-capsule__wordmark { display: none !important; }
  .nav-capsule__cart-label { display: none !important; }
  .nav-capsule__cart { padding: 8px 10px !important; }
}

/* -----------------------------------------------------------------
   GENERIC GRID STACKING — matches inline gridTemplateColumns
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  /* Two-column grids → single column */
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns: 1.1fr 0.9fr"],
  [style*="grid-template-columns: 0.9fr 1.1fr"],
  [style*="grid-template-columns: 1.15fr 0.85fr"],
  [style*="grid-template-columns: 1.05fr 0.95fr"],
  [style*="grid-template-columns: 0.95fr 1.05fr"],
  [style*="grid-template-columns: 1.2fr 1fr"],
  [style*="grid-template-columns: 1.35fr 1fr"],
  [style*="grid-template-columns: 1fr 0.7fr"],
  [style*="grid-template-columns: 1fr auto 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    min-height: 0 !important;
  }

  /* 4-col footer → 2-col */
  [style*="grid-template-columns: 1.4fr 1fr 1fr 1fr"],
  [style*="grid-template-columns: repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
  }

  /* Bento 12-col → block */
  [style*="grid-template-columns: repeat(12, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* 5-col press strip → 2-col */
  [style*="grid-template-columns: repeat(5, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
}

@media (max-width: 600px) {
  /* 3-col grids → single col */
  [style*="grid-template-columns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  /* 4-col → 1 col on tight phones */
  [style*="grid-template-columns: 1.4fr 1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* 5-col press strip stays 2-col */
  /* Footer 4-col stays 2-col */
}

/* -----------------------------------------------------------------
   PRESS STRIP — outer "auto 1fr" should stack
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .press-strip .container--wide {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* -----------------------------------------------------------------
   HERO mobile padding — section-level only.
   All inner hero responsive rules now live in tendril-hero.liquid
   (.hero__grid / .hero__visual / .hero__title / .hero__body-block),
   so positional-only selectors here were removed to avoid matching
   the new 3-grid-item structure incorrectly.
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .hero { padding: 40px 0 60px !important; min-height: 0 !important; }
}

/* -----------------------------------------------------------------
   MANIFESTO — two-col before/after + headline row
   ----------------------------------------------------------------- */
/* Default (desktop): hide the per-card mobile titles */
.manifesto-mobile-title { display: none; }

@media (max-width: 820px) {
  /* Hide the standalone Before/After headline row — show each title inside its card instead */
  .manifesto-headline-row { display: none !important; }
  .manifesto-mobile-title {
    display: block;
    font-size: 38px !important;
    margin: 0 0 18px !important;
  }
  /* Hide the central arrow column on mobile (the "auto" middle col) */
  .manifesto .container--wide > div[style*="grid-template-columns: 1fr auto 1fr"] > div[style*="width: 80px"],
  .manifesto .container--wide > div[style*="grid-template-columns: 1fr auto 1fr"] > div:nth-child(2):not([class]) {
    display: none !important;
  }
  /* Trim the inner heading row's empty spacer */
  .manifesto h2.display-xl { font-size: 38px !important; }
  /* Inner before/after cards */
  .manifesto [style*="padding: 44px 40px 36px"] { padding: 28px 24px !important; }
  .manifesto [style*="font-size: 36px"] { font-size: 28px !important; }
}

/* -----------------------------------------------------------------
   ROOTS SECTION — diagrams + stat tiles
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .roots-section figure[style*="padding: 36px 36px 32px"] {
    padding: 24px 22px !important;
  }
  .roots-section figure [style*="font-size: 34px"] { font-size: 26px !important; }
  .roots-section figure figcaption[style*="font-size: 22px"] { font-size: 18px !important; }
}

/* -----------------------------------------------------------------
   PRODUCT REVEAL — right column with 1100px min-height and absolute pills
   On mobile, normalize the column and show pills in flow.
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  /* Right-hand image stage column */
  .product-reveal [style*="min-height: 1100"] {
    min-height: 0 !important;
    height: auto !important;
    position: relative !important;
    padding-top: 24px !important;
  }
  /* The centered stage div — make it static and contained */
  .product-reveal [style*="min-height: 1100"] > div:first-child {
    position: relative !important;
    top: auto !important; left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: 440px !important;
    margin: 0 auto !important;
  }
  /* The green circle inside the stage */
  .product-reveal [style*="min-height: 1100"] > div:first-child > div:first-child {
    width: 320px !important;
    height: 320px !important;
  }
  /* The exploded planter image inside the stage */
  .product-reveal [style*="min-height: 1100"] > div:first-child > img {
    height: 100% !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
  }
  /* Callout pills — make them static, in a column under the planter */
  .product-reveal [style*="min-height: 1100"] > div[style*="position: absolute"][style*="border-radius: 999px"] {
    position: relative !important;
    top: auto !important; left: auto !important; right: auto !important;
    margin: 12px 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* Bottom "EXPLODED VIEW" badge — keep centered, below pills */
  .product-reveal [style*="min-height: 1100"] > div[style*="bottom: 6%"] {
    position: relative !important;
    bottom: auto !important; left: auto !important;
    transform: none !important;
    display: flex !important; margin: 24px auto 0 !important;
    width: max-content !important;
  }
  /* Stats row — already handled by generic 2-col, but ensure good gap */
  .product-reveal [style*="gap: 56px"] { gap: 28px !important; }
  .product-reveal [style*="font-size: 64px"] { font-size: 48px !important; }
}

/* -----------------------------------------------------------------
   HOW IT WORKS — testimonial bar with character illustration
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  /* Testimonial bar: stack character + quote + author */
  .how-it-works__testimonial {
    flex-wrap: wrap !important;
    padding: 100px 24px 24px 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
  .how-it-works__testimonial > img:first-child {
    width: 110px !important;
    left: 16px !important;
    bottom: auto !important;
    top: -16px !important;
  }
  .how-it-works__testimonial > div:nth-child(2) {
    font-size: 18px !important;
  }
}

/* -----------------------------------------------------------------
   GALLERY masonry — single column at very small sizes
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .masonry {
    grid-template-columns: 1fr !important;
    grid-template-areas: "a" "b" "c" "d" !important;
    gap: 14px !important;
  }
  .masonry .tile-a, .masonry .tile-c { aspect-ratio: 4 / 5 !important; }
  .masonry .tile-b { aspect-ratio: 4 / 5 !important; }
  .masonry .tile-d { aspect-ratio: 4 / 3 !important; }
}

/* -----------------------------------------------------------------
   COMPATIBILITY — plant grid + dark CTA
   ----------------------------------------------------------------- */
@media (max-width: 900px) {
  /* 6-col plant grid → 4-col on tablet */
  .compatibility [style*="grid-template-columns: repeat(6, 1fr)"] {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 600px) {
  /* 6-col plant grid → 2-col on phone for larger, readable tiles */
  .compatibility [style*="grid-template-columns: repeat(6, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 820px) {
  /* The dark CTA panel: stack to one column on mobile + tighten padding */
  .compatibility [style*="padding: 64px 56px"] {
    padding: 40px 28px !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  /* The dark CTA's huge headline */
  .compatibility [style*="padding: 64px 56px"] h3 { font-size: clamp(32px, 6vw, 48px) !important; }
  /* Decorative bloom on the corner */
  .compatibility [style*="padding: 64px 56px"] > div[style*="top: -30%"] { display: none !important; }
  /* The breakdown math card — let it pad less */
  .compatibility [style*="padding: 28px 28px 24px"] { padding: 22px 20px !important; }
}

/* -----------------------------------------------------------------
   BEFORE/AFTER PAIR — already has its own mobile rule but ensure it bites
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .before-after-pair .container--wide > div:nth-child(2) {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .before-after-pair .ba-arrow svg { transform: rotate(90deg); }
}

/* -----------------------------------------------------------------
   CLOSEUP GALLERY — gallery grid and absolutely-positioned float cards
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  /* Outer gallery: stack vertically, remove rowspan */
  .closeup-gallery [style*="grid-template-columns: 1.35fr 1fr"] {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }
  .closeup-gallery [style*="grid-template-columns: 1.35fr 1fr"] > figure[style*="grid-row: span 2"] {
    grid-row: auto !important;
    aspect-ratio: 4 / 5 !important;
  }
  /* Float cards: shrink and reposition to top-left of each figure */
  .closeup-gallery figure > div[style*="position: absolute"][style*="background: var(--tendril-off-white)"] {
    position: absolute !important;
    inset: auto !important;
    top: 16px !important; left: 16px !important; right: 16px !important; bottom: auto !important;
    padding: 14px 16px !important;
    max-width: none !important;
  }
  /* …except the "Air-pruning root sleeve" card — anchor it to the BOTTOM so it doesn't cover the planter.
     Match the specificity of the generic rule above by adding [style*="position"]. */
  .closeup-gallery figure > div.cg-card-bottom-mobile[style*="position"] {
    top: auto !important;
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
  }
  /* The "FABRIC SLEEVE" slot label sits at bottom-left by default — but on the
     Air-pruning figure the card is now anchored to the bottom too, so move
     this one slot label to the TOP-left to avoid overlap. */
  .closeup-gallery .cg-slot-label-top-mobile {
    bottom: auto !important;
    top: 14px !important;
    left: 18px !important;
  }
  /* Unboxing figure: the photo has a pure-white background that clashes with
     the section's warm off-white when the image is cropped on mobile.
     Switch to object-fit: contain + matching white background so it blends. */
  .closeup-gallery figure.cg-unboxing {
    background: #ffffff !important;
    aspect-ratio: 6 / 5 !important;
  }
  .closeup-gallery figure.cg-unboxing > img {
    object-fit: contain !important;
    object-position: center !important;
  }
  .closeup-gallery figure h3 { font-size: 22px !important; }
  .closeup-gallery figure h3[style*="font-size: 26px"] { font-size: 18px !important; }
  /* Tendril wordmark in the hero poster */
  .closeup-gallery figure > img[alt=""][style*="top: 30px"] {
    top: 14px !important; left: 16px !important; height: 18px !important;
  }
}

/* -----------------------------------------------------------------
   PROMISE STRIP — already in original at 800
   Make the character not bleed too much
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .promise-block { padding: 44px 28px !important; gap: 24px !important; }
  .promise-block > img:first-child {
    width: 160px !important;
    right: -32px !important;
    bottom: -8px !important;
    opacity: 0.6 !important;
  }
  .promise-block h2 { font-size: clamp(28px, 8vw, 40px) !important; }
}

/* -----------------------------------------------------------------
   CLOSING — restructure on mobile so the illustration shows fully
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .closing { padding: 80px 0 40px !important; text-align: center; }
  /* Right illustration column — let it grow naturally, no overflow clipping */
  .closing .container--wide > div > div:last-child {
    height: auto !important;
    min-height: 360px;
    position: relative !important;
    overflow: visible !important;
    margin-top: 16px;
  }
  /* The big illustration wrapper — un-position it so the full image shows */
  .closing .container--wide > div > div:last-child > div[style*="width: 180%"] {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    transform: none !important;
  }
  /* Green halo behind — recenter and shrink */
  .closing .container--wide > div > div:last-child > div[style*="border-radius: 50%"] {
    width: 320px !important;
    height: 320px !important;
  }
  /* Sun */
  .closing .container--wide > div > div:last-child > img.spin-slow {
    width: 110px !important;
    top: -16px !important;
    right: 0 !important;
  }
  /* Floating clouds inside this column — hide to avoid clutter / overlap */
  .closing .container--wide > div > div:last-child > img.floaty,
  .closing .container--wide > div > div:last-child > img.floaty--slow {
    display: none !important;
  }
  .closing h2.oversized { font-size: clamp(48px, 12vw, 80px) !important; }
}

/* -----------------------------------------------------------------
   FOOTER — CTA row and column layout
   ----------------------------------------------------------------- */
@media (max-width: 820px) {
  .site-footer { padding: 56px 0 28px !important; }
  .site-footer h2 { font-size: clamp(34px, 7vw, 52px) !important; }
  .site-footer form { flex-wrap: wrap !important; }
  .site-footer form input { min-width: 200px !important; }
  .site-footer > .container--wide > div:last-child {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: flex-start !important;
  }
}

/* -----------------------------------------------------------------
   TWEAKS PANEL / FAB — keep out of the way on mobile
   ----------------------------------------------------------------- */
@media (max-width: 600px) {
  .tweaks-panel { left: 16px; right: 16px; width: auto; bottom: 16px; }
  .tweaks-fab { bottom: 16px; right: 16px; }
}

/* -----------------------------------------------------------------
   Typography readability on mobile
   ----------------------------------------------------------------- */
@media (max-width: 600px) {
  .body-lg { font-size: 16px !important; }
  .eyebrow { font-size: 11px; }
  .display-md { font-size: clamp(28px, 8vw, 40px) !important; }
  .step-card { padding: 22px 22px 20px !important; }
  .step-num {
    font-size: 56px !important;
    line-height: 1 !important;
    padding-right: 8px !important;
    /* italic glyphs can overhang their character box — keep them visible */
    overflow: visible !important;
  }
  /* Ensure the flex row that holds the step number + icon circle never lets
     the digit collide with the icon at narrow widths. */
  .step-card > div:first-child {
    gap: 12px !important;
  }
}
