/* ============================================================
   CÂLINE — one-product page
   Palette + type straight from the brand style guide.
   Signature motif: the hand-stitched seam (dashed "stitches",
   wavy underline, scalloped towel-hem dividers).
============================================================ */

/* ---------- tokens ---------- */
:root{
  --cream:#FFFDF7;        /* page background — near-white (clean, logo-on-white) */
  --cream-dk:#EEF3F4;     /* legacy teal-grey wash — superseded by --peach-tint */
  --peach-tint:#FBEFE6;   /* soft peach section wash (benefits) */
  --peri-tint:#E6EAF4;    /* soft periwinkle wash (footer) */
  --white:#FFFFFF;        /* crisp white cards/panels */
  --teal:#105455;         /* logo-icon deep teal — body text/ink & dark UI */
  --teal-deep:#0D4344;    /* deeper teal for bands/footer */
  --accent:#0591AA;       /* wordmark bright teal — headings & accents */
  --orange:#FF9F54;       /* logo-icon bright orange — focus rings only (wordmark uses gold) */
  --orange-glow:#FCC07A;  /* wordmark gold — CTA gradient top */
  --orange-dk:#EE8A38;    /* legacy orange hover — unused since gold-CTA rebalance */
  --peach-glow:#FABCA7;   /* logo highlight tone — warmer peach */
  --marigold:#E09B58;     /* wordmark golden orange — CTA base, stitches, accents */
  --gold-ink:#8A5A1D;     /* AA-safe caramel for small eyebrow text on white */
  --organic:#58A43C;      /* GOTS-mark green, used only for certified-organic emphasis */
  --peach:#F3BFA9;        /* new logo soft peach (exact from wordmark sample) */
  --heather:#C8CFE3;      /* new logo periwinkle-grey (exact from wordmark sample) */
  --ink:#13403F;          /* body text */
  --muted:#4C6364;        /* secondary text — AA on white */
  --radius:22px;
  --shadow:0 10px 34px rgba(16,84,85,.12);
  --pad:clamp(64px,9vw,112px);
  --wrap:1140px;
}

@font-face{
  font-family:'Palomino Clean Two';
  src:url('assets/fonts/PalominoCleanTwo.woff2') format('woff2'),
      url('assets/fonts/PalominoCleanTwo.otf') format('opentype');
  font-weight:normal;font-style:normal;font-display:swap;
}

/* Figtree — self-hosted 2026-08-17. Was two chained third-party requests
   (fonts.googleapis.com CSS -> fonts.gstatic.com woff2), each costing a DNS +
   TLS handshake before any text could paint in the real face. Figtree ships as
   a VARIABLE font, so the single latin file below covers every weight the page
   uses (400-800) — the old five-weight query resolved to this same file anyway.
   latin-ext is only fetched if the page ever renders a glyph in its range. */
@font-face{
  font-family:'Figtree';
  src:url('assets/fonts/figtree-latin.woff2') format('woff2');
  font-weight:400 800;font-style:normal;font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Figtree';
  src:url('assets/fonts/figtree-latin-ext.woff2') format('woff2');
  font-weight:400 800;font-style:normal;font-display:swap;
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:only light} /* light-only design; blocks browser auto-dark from inverting it */
html,body{overflow-x:clip}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;color:var(--ink);
  /* faint warm wash from the top — picks up the logo's warmth without going clinical-white */
  background:
    radial-gradient(1200px 600px at 50% -5%, #FFF6EC, rgba(255,246,236,0) 70%),
    var(--cream);
  background-attachment:fixed;
  font:400 1.02rem/1.68 'Figtree',system-ui,-apple-system,'Segoe UI',sans-serif;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal)}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:6px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.wrap{max-width:var(--wrap);margin:0 auto;padding-inline:clamp(18px,4vw,32px)}

h1,h2,h3,.price{
  font-family:'Palomino Clean Two','Figtree',sans-serif;
  color:var(--accent);font-weight:normal;letter-spacing:.01em; /* wordmark bright teal */
}
h1{font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.12;margin:0 0 .45em}
h2{font-size:clamp(1.85rem,4vw,2.7rem);line-height:1.12;margin:0 0 .4em}
h3{font-size:1.32rem;margin:0 0 .35em}

.eyebrow{
  font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold-ink);margin:0 0 14px;
}
.lead{font-size:clamp(1.05rem,1.6vw,1.22rem);color:var(--muted);max-width:56ch}

section{padding-block:var(--pad)}
.section-head{max-width:640px;margin:0 auto clamp(36px,5vw,56px);text-align:center}
.section-head .lead{margin-inline:auto}

/* ---------- buttons ---------- */
/* Flat, solid, brand-teal. The previous gold gradient + coloured glow shadow was the most
   template-coded element on the page; flat fill in the brand ink reads quietly premium and
   frees the gold to work as an accent instead of competing with itself. */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--teal-deep);color:#FBF7F0;text-decoration:none;cursor:pointer;
  font:600 1.05rem/1 'Figtree',sans-serif;letter-spacing:.01em;
  padding:18px 34px;border:0;border-radius:10px;
  box-shadow:none;
  transition:background .18s ease;
}
.btn:hover{background:#0A3536;color:#FBF7F0}
.btn:active{background:#083030}
/* Secondary action: same geometry, outlined, so the lower tier stays available without
   competing with the default. */
.btn--quiet{background:transparent;color:var(--teal-deep);box-shadow:inset 0 0 0 1.5px rgba(13,67,68,.35)}
.btn--quiet:hover{background:rgba(13,67,68,.06);color:var(--teal-deep)}
.quiet-alt{color:inherit;text-decoration:underline;text-underline-offset:3px}
.link-more{
  display:inline-flex;align-items:center;padding:14px 4px;
  font-weight:700;color:var(--teal);
  text-decoration:underline dotted var(--marigold);text-underline-offset:5px;
}
.link-more:hover{color:var(--marigold)}
.btn--sm{padding:12px 22px;font-size:.95rem}
.btn--block{width:100%;padding:20px 34px;font-size:1.12rem}
@media (prefers-reduced-motion:reduce){.btn{transition:none}.btn:hover{transform:none}}

/* ---------- announcement bar ----------
   One line, fixed 32px. The countdown timer and scrolling marquee were removed
   2026-08-05: both cost first-viewport height and neither survived the mobile
   above-the-fold budget. Do not reintroduce them here. */
.topbar{
  display:flex;align-items:center;justify-content:center;
  height:32px;padding-inline:12px;text-align:center;
  background:var(--accent);color:#fff;
  font:700 .74rem/1 'Figtree',sans-serif;letter-spacing:.07em;
  white-space:nowrap;overflow:hidden;
}

/* ---------- header ---------- */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,253,247,.94);backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(16,84,85,.1);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:12px;min-width:0}
.nav .brand{flex:none;display:flex;align-items:center}
.nav .brand img{height:40px;width:auto}
.nav-links{display:flex;align-items:center;gap:26px;min-width:0}
.nav-links a:not(.btn){font-weight:600;font-size:.95rem;text-decoration:none;color:var(--teal)}
.nav-links a:not(.btn):hover{color:var(--marigold)}

/* hamburger — mobile only; desktop keeps the inline links */
.navtoggle{
  display:none;flex:none;width:40px;height:40px;padding:0;
  border:0;border-radius:11px;background:transparent;cursor:pointer;
  place-content:center;gap:5px;
}
.navtoggle span{display:block;width:20px;height:2px;border-radius:2px;background:var(--teal)}
.navtoggle[aria-expanded="true"]{background:rgba(5,145,170,.1)}

@media (max-width:820px){
  /* 48px band: hamburger left, wordmark optically centred, links in the panel */
  .nav{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:0;min-height:47px;padding-block:0}
  .navtoggle{display:grid;grid-column:1}
  .nav .brand{grid-column:2;justify-content:center}
  .nav .brand img{height:30px}
  .nav-links{
    position:absolute;left:0;right:0;top:100%;z-index:49;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    padding:6px 16px calc(14px + env(safe-area-inset-bottom));
    background:var(--cream);border-bottom:1px solid rgba(16,84,85,.12);
    box-shadow:0 14px 28px rgba(16,84,85,.14);
  }
  .nav-links[data-open]{display:flex}
  .nav-links a:not(.btn){padding:13px 2px;font-size:1rem;border-bottom:1px dashed rgba(16,84,85,.16)}
  .nav-links .btn--sm{margin-top:12px;padding:14px 22px;font-size:1rem;white-space:nowrap}
}

/* ---------- hero ---------- */
.hero{padding-block:clamp(28px,4vw,56px)}
.hero-grid{
  display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);
  gap:clamp(28px,4vw,56px);align-items:start;
}
.hero-copy{grid-column:1;grid-row:1;max-width:620px;min-width:0}
.hero-product{grid-column:2;grid-row:1}
.hero-copy h1{font-size:clamp(2.35rem,4vw,3.35rem);line-height:1.03;margin-bottom:.32em}
.hero-number{color:inherit;white-space:nowrap}
.organic-word{color:var(--organic);white-space:nowrap}
.organic-word.stitch svg path{stroke:var(--organic)}
.product-proof{
  display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:11px 13px;
  border:1px solid rgba(5,145,170,.24);border-radius:14px;background:#F2FBFC;
}
.product-proof__mark{
  flex:none;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;
  background:#fff;border:1px solid rgba(16,84,85,.12);padding:9px;
}
.product-proof__mark img{width:auto;height:100%;object-fit:contain}
.product-proof p,.product-proof strong,.product-proof span{display:block;margin:0}
.product-proof strong{color:var(--teal);font-size:.9rem}
.product-proof span{margin-top:2px;color:var(--muted);font-size:.76rem;font-weight:650}
/* ---------- above-the-fold sub + price block ----------
   No struck-through anchor anywhere on this page. $38 was never a real selling
   price, and the 2-box tier anchors itself honestly with "second box $21".
   A strikethrough is a discount-retail signal; not having one reads premium. */
.hero-sub{
  margin:0 0 12px;color:var(--muted);
  font-size:clamp(.94rem,2.6vw,1.06rem);font-weight:650;line-height:1.35;
}
/* .price-block was removed 2026-08-05 — the fold tier picker now carries both prices. */
.micro-trust{
  margin:0 0 4px;color:var(--muted);
  font-size:.8rem;font-weight:700;letter-spacing:.01em;
}
.hero .lead{margin:0 0 18px;font-size:clamp(1.02rem,1.5vw,1.18rem);line-height:1.55}
.hero .lead strong{color:var(--teal);font-weight:800}
.hero-facts{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:8px}
.hero-facts li{position:relative;padding-left:29px;line-height:1.25}
.hero-facts li::before{
  content:'✓';position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;
  display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.76rem;font-weight:800;
}
.hero-facts strong{display:block;color:var(--teal);font-size:.96rem}
.hero-facts span{display:block;color:var(--muted);font-size:.82rem;font-weight:600;margin-top:2px}
.organic-note{
  margin:0 0 16px;padding:11px 13px;border-left:4px solid var(--marigold);
  border-radius:0 10px 10px 0;background:#FFF8EE;color:var(--muted);
  font-size:.82rem;line-height:1.45;
}
.organic-note strong{color:var(--gold-ink)}
/* Above-fold CTA + tier picker. The picker carries both prices, so there is no separate
   price block above it. */
.hero-cta{display:block;max-width:460px;margin:0 0 10px}
.btn--fold{
  width:100%;min-height:56px;padding-block:0;
  font-size:1.06rem;text-transform:uppercase;letter-spacing:.035em;
}
.foldpick{display:grid;gap:5px;margin:0 0 9px}
.foldpick__opt{
  display:flex;align-items:flex-start;gap:10px;
  padding:8px 12px;border:1.5px solid rgba(16,84,85,.2);border-radius:10px;
  background:#fff;cursor:pointer;
}
.foldpick__opt:has(input:checked){border-color:var(--teal-deep);background:#F6FAFA}
.foldpick__opt:has(input:focus-visible){outline:2px solid var(--orange);outline-offset:2px}
.foldpick input{margin:2px 0 0;accent-color:var(--teal-deep);flex:none;width:17px;height:17px}
.foldpick__body{display:flex;flex-direction:column;gap:1px;min-width:0}
.foldpick__main{color:var(--teal);font-size:.98rem;line-height:1.2}
.foldpick__main strong{font-weight:700}
.foldpick__sub{color:var(--muted);font-size:.74rem;font-weight:600;line-height:1.25}
.closer-alt{margin-top:12px;font-size:.85rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:4px 18px;color:var(--muted);font-size:.76rem;font-weight:700}
.hero-trust span::before{content:'✓';color:var(--accent);margin-right:6px}
.product-details{display:grid;gap:7px;margin-top:16px}
.product-details details{padding:0;border:1px solid rgba(16,84,85,.13);border-radius:12px;background:#fff;box-shadow:none}
.product-details summary{padding:12px 14px;font-size:.88rem}
.product-details .ans{padding:0 14px 13px;color:var(--muted);font-size:.82rem;line-height:1.5}
.hero-product{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:start}
.hero-thumbs{display:grid;gap:10px}
.hero-thumbs button{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer}
.hero-thumbs button[aria-current="true"]{border-color:var(--marigold)}
.hero-thumbs button:hover{border-color:var(--peach)}
.hero-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover}
.hero-photo{position:relative;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(16,84,85,.16)}
.hero-photo img{width:100%;aspect-ratio:1/1;object-fit:cover}
.photo-badge{
  position:absolute;left:16px;right:16px;bottom:16px;padding:11px 14px;
  border-radius:999px;background:rgba(13,67,68,.94);color:#fff;text-align:center;
  font-size:.84rem;font-weight:800;line-height:1.25;letter-spacing:.01em;
  box-shadow:0 8px 24px rgba(13,67,68,.22);
}
.hero-caption{grid-column:2;margin:0 auto;max-width:42ch;text-align:center;color:var(--muted);font-size:.83rem;line-height:1.4}
.hero-caption strong{color:var(--teal)}
.hero-mobile-carousel{display:none}
/* ---------- offer ladder ----------
   Summer tiers: $23 (1 box) and $44 (2 boxes). Each owns its cart permalink button.
   The 2-box tier carries the margin — free shipping amortises across one parcel —
   so it gets the emphasis and the only stated reason to trade up. */
.tier-wrap{margin:2px 0 16px;scroll-margin-top:92px}
.tier-label{margin:0 0 12px;color:var(--teal);font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.tier-label span{color:var(--gold-ink);font-size:.74rem}
/* Two full-width rows. There is no radio group: each tier owns its button, so a
   selection state would carry no meaning and could contradict the button clicked.
   Emphasis on the 2-box tier is purely visual, which is all it ever did. */
.tier-picker{display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch}
.tier-opt{
  position:relative;display:flex;flex-direction:column;min-width:0;
  padding:14px 14px 12px;border:2px solid rgba(16,84,85,.22);border-radius:14px;background:#fff;
  text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
.tier-hit{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;min-width:0}
.tier-opt:hover{border-color:var(--marigold);transform:translateY(-1px)}
/* the 2-box tier is the one the margin lives in */
.tier-opt--popular{border-color:var(--accent);box-shadow:0 8px 22px rgba(5,145,170,.2);background:#F2FBFC}
.tier-name{grid-column:1;grid-row:1;min-width:0}
.tier-name strong,.tier-name small{display:block}
.tier-name strong{color:var(--teal);font-size:1rem}
.tier-name small{color:var(--muted);font-size:.72rem;font-weight:600}
.tier-price{
  grid-column:2;grid-row:1;display:flex;align-items:baseline;justify-content:flex-end;gap:6px;
  font-size:1.45rem;line-height:1;
}
.tier-price strong{color:var(--accent);font-family:'Palomino Clean Two','Figtree',sans-serif;font-size:1em;font-weight:normal}
/* Struck-through reference price, reintroduced 2026-08-16 for the 50%-off week.
   It shows the real $28 / $49 ladder this page charged the day before the sale —
   never an invented "compare at" number. Deliberately quiet: smaller, muted and
   thin-ruled, so the live price stays the loudest thing in the row. Remove this
   rule together with every <s class="anchor"> when the sale week ends. */
.anchor{
  color:var(--muted);font-size:.72em;font-weight:600;
  text-decoration:line-through;text-decoration-thickness:1px;
}
.tier-meta{grid-column:1/-1;grid-row:2;display:block;margin-top:5px;color:var(--gold-ink);font-size:.72rem;font-weight:800;line-height:1.3}
.btn--tier{width:100%;min-height:50px;margin-top:11px;padding:12px 14px;font-size:1rem}
.tier-flag{position:absolute;left:14px;top:-9px;z-index:1;white-space:nowrap;border-radius:999px;background:var(--accent);color:#fff;padding:3px 8px;font-size:.55rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.video-shell{position:relative}
.hero-video video{
  width:100%;height:auto;aspect-ratio:9/16;display:block;
  border-radius:26px;background:#000;box-shadow:var(--shadow);
}
.vid-sound{
  position:absolute;right:12px;bottom:12px;z-index:2;
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(13,67,68,.8);color:#fff;border:0;border-radius:999px;
  font:700 .8rem/1 'Figtree',sans-serif;letter-spacing:.03em;
  padding:10px 14px;cursor:pointer;backdrop-filter:blur(4px);
}
.vid-sound:hover{background:rgba(13,67,68,.95)}
.vid-sound svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.vid-play{
  position:absolute;inset:0;margin:auto;z-index:2;
  width:72px;height:72px;border-radius:50%;border:0;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  background:rgba(13,67,68,.82);backdrop-filter:blur(4px);
  box-shadow:0 6px 20px rgba(13,67,68,.4);
  transition:transform .15s ease,background .15s ease;
}
.vid-play:hover{background:rgba(13,67,68,.95);transform:scale(1.06)}
.vid-play svg{width:30px;height:30px;fill:#fff;margin-left:3px}
.vid-play[hidden],.vid-sound[hidden]{display:none}
.video-note{
  text-align:center;font-size:.85rem;font-weight:700;color:var(--muted);
  margin:12px 0 0;letter-spacing:.04em;
}
.hero-copy>*{animation:fadeUp .7s cubic-bezier(.2,.7,.2,1) both}
.hero-copy>*:nth-child(2){animation-delay:.08s}
.hero-copy>*:nth-child(3){animation-delay:.16s}
.hero-copy>*:nth-child(4){animation-delay:.24s}
.hero-copy>*:nth-child(5){animation-delay:.32s}
.hero-copy>*:nth-child(6){animation-delay:.4s}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.hero-copy>*{animation:none}}

.hero-brandline{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.hero-brandline img{height:52px;width:auto}

/* stitched underline on "them" */
.stitch{position:relative;white-space:nowrap}
.stitch svg{
  position:absolute;left:-2%;bottom:-.18em;width:104%;height:.32em;overflow:visible;
}
.stitch svg path{
  fill:none;stroke:var(--marigold);stroke-width:7;stroke-linecap:round;
  stroke-dasharray:14 11;
}
@media (prefers-reduced-motion:no-preference){
  .stitch svg path{animation:sew 1.6s linear infinite}
  @keyframes sew{from{stroke-dashoffset:0}to{stroke-dashoffset:-25}}
}

.hero .lead{margin:0 0 18px}
.price-row{display:flex;align-items:baseline;gap:14px;margin:0 0 26px}
.price{font-size:2.3rem}
.price-row small{color:var(--muted);font-weight:600}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.85rem;font-weight:700;color:var(--teal);
  background:var(--white);border:1.5px dashed var(--marigold);
  border-radius:999px;padding:8px 15px;
}
.chip svg{width:15px;height:15px;stroke:var(--marigold);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

/* Desktop purchase hierarchy: oversized gallery left, conversion panel right. */
@media (min-width:821px){
  .hero .wrap{max-width:1420px}
  .hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(400px,.78fr);gap:clamp(24px,3.3vw,54px)}
  .hero-product{grid-column:1;grid-row:1;grid-template-columns:92px minmax(0,1fr);gap:16px}
  .hero-copy{grid-column:2;grid-row:1;max-width:none}
  .hero-thumbs{gap:12px}
  .hero-copy h1{font-size:clamp(2.2rem,2.7vw,2.95rem)}
  .hero-sub{font-size:1.1rem;margin-bottom:14px}
  .product-proof{padding:14px 15px;margin-top:6px}
  .tier-picker{gap:15px}
  .tier-opt{padding:17px 16px 15px;border-radius:16px}
  .tier-name strong{font-size:1.08rem}
  .tier-name small{font-size:.76rem}
  .tier-price{font-size:1.6rem}
  .tier-meta{margin-top:7px;font-size:.74rem}
  .btn--tier{min-height:54px;margin-top:14px;font-size:1.02rem}
  .tier-flag{left:16px;top:-10px;padding:4px 9px;font-size:.56rem}
  .hero-cta{max-width:none}
  .btn--fold{min-height:60px;font-size:1.12rem}
  .hero-mobile-carousel{display:none}
}

@media (min-width:821px) and (max-width:1100px){
  .hero-product{grid-template-columns:70px minmax(0,1fr);gap:12px}
  .hero-thumbs{gap:8px}
  .hero-copy h1{font-size:clamp(1.95rem,3.4vw,2.4rem)}
}

/* ---------- MOBILE ABOVE THE FOLD (target 390×700) ----------
   Budget, top to bottom:
     announcement bar   32
     header / wordmark  48
     hero padding-top   10
     hero photo (4:3)  290
     grid gap           12
     H1                ≤63
     sub                40
     tier picker       108
     CTA                66
     micro-trust        26
                      ≈665 — everything else starts below the fold.
   The standalone price block was removed when the tier picker moved into the fold: the
   picker states both prices, so a lone entry price was redundant and contradicted the
   2-box default.
   Anything added to .hero-copy above .hero-mobile-carousel eats that budget. */
@media (max-width:820px){
  .hero{padding-block:8px 36px}
  .hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:8px}
  .hero-copy{order:2;width:100%;max-width:none;display:flex;flex-direction:column}
  .hero-copy>*{max-width:100%}
  .hero-copy h1{order:1}
  .hero-copy .hero-sub{order:2}
  .hero-copy .hero-cta{order:3}
  .hero-copy .micro-trust{order:4}
  /* ---- fold line ---- */
  .hero-copy .hero-mobile-carousel{order:5}
  .hero-copy .product-proof{order:6}
  .hero-copy .hero-facts{order:7}
  .hero-copy .tier-wrap{order:8}
  .hero-copy .hero-trust{order:9}
  .hero-copy .organic-note{order:10}
  .hero-copy .product-details{order:11}

  .hero-copy h1{font-size:clamp(1.38rem,6.2vw,1.9rem);line-height:1.1;margin-bottom:.26em}
  .hero-sub{margin-bottom:9px}
  .hero-cta{max-width:none;margin-bottom:9px}
  .micro-trust{margin-bottom:0}
  .hero-facts{grid-template-columns:1fr;gap:7px;margin:18px 0 14px}
  .product-proof{margin-top:18px}

  /* the entrance animation would delay first paint of the fold copy */
  .hero-copy>*{animation:none}

  .hero-product{order:1;width:100%;max-width:560px;margin-inline:auto;display:grid;grid-template-columns:1fr;gap:0}
  .hero-thumbs,.hero-caption{display:none}
  /* 4:3 crop, ~290px tall, breaking out of the wrap padding so it reads full-bleed */
  .hero-photo{
    display:block;order:1;border-radius:14px;
    width:min(100vw,387px);max-width:none;
    margin-inline:calc((100% - min(100vw,387px)) / 2);
  }
  .hero-photo img{aspect-ratio:4/3;height:auto;object-fit:cover}

  /* below-fold swipe gallery, moved out of .hero-product so it lands after the CTA */
  .hero-mobile-carousel{
    display:flex;gap:10px;margin-top:18px;
    width:calc(100% + clamp(18px,4vw,32px));
    overflow-x:auto;padding:0 clamp(18px,4vw,32px) 8px 0;
    scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;
  }
  .hero-mobile-carousel::-webkit-scrollbar{display:none}
  .hero-mobile-carousel figure{
    position:relative;flex:0 0 calc(100% - 30px);margin:0;overflow:hidden;
    border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(16,84,85,.14);
    scroll-snap-align:start;
  }
  .hero-mobile-carousel img{width:100%;aspect-ratio:1/1;object-fit:cover}
  .hero-mobile-carousel figcaption{
    position:absolute;left:12px;right:12px;bottom:12px;padding:9px 12px;border-radius:999px;
    background:rgba(13,67,68,.92);color:#fff;text-align:center;font-size:.73rem;font-weight:800;
    box-shadow:0 8px 20px rgba(13,67,68,.2);
  }

}

/* ---------- ticker ---------- */
.ticker{
  background:var(--accent);color:#fff;overflow:hidden;
  padding-block:9px;
}
.ticker-track{display:flex;width:max-content;animation:tick 30s linear infinite}
.ticker ul{display:flex;list-style:none;margin:0;padding:0}
.ticker li{
  display:flex;align-items:center;padding-inline:13px;
  font:700 .8rem/1 'Figtree',sans-serif;letter-spacing:.15em;text-transform:uppercase;
  white-space:nowrap;
}
.ticker li::after{content:'✿';color:var(--peach);font-size:.8rem;margin-left:26px}
@keyframes tick{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  .ticker-track{animation:none;width:auto;flex-wrap:wrap;justify-content:center}
  .ticker ul{flex-wrap:wrap;justify-content:center}
  .ticker ul:last-child{display:none}
}

/* ---------- towel-hem scallop divider ---------- */
.hem{height:18px;background-size:34px 18px;background-repeat:repeat-x}
/* scallop hem before the GOTS band: peach band base, peach-tint scallops (benefits above) */
.hem--on-teal{
  background-color:var(--peach);
  background-image:radial-gradient(circle at 17px -5px,var(--peach-tint) 14px,rgba(251,239,230,0) 15px);
}
/* scallop hem before the benefits section: peach-tint base, near-white scallops (page above) */
.hem--on-creamdk{
  background-color:var(--peach-tint);
  background-image:radial-gradient(circle at 17px -5px,var(--cream) 14px,rgba(255,253,247,0) 15px);
}

/* ---------- buy section ---------- */
.buy-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4.5vw,64px);
  align-items:start;
}
.gallery-main{
  border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow);
}
.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}
.thumbs{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.thumbs button{
  flex:1 1 calc(25% - 9px);padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;
  background:#fff;cursor:pointer;transition:border-color .15s ease;
}
.thumbs button img{aspect-ratio:1/1;object-fit:cover;width:100%}
.thumbs button[aria-current="true"]{border-color:var(--marigold)}
.thumbs button:hover{border-color:var(--peach)}

.buy-panel .price{font-size:2.4rem}
.buy-panel .price-row{margin:6px 0 20px}
.buy-features{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:12px}
.buy-features li{display:flex;gap:12px;align-items:flex-start;font-weight:500}
.buy-features svg{
  flex:none;width:22px;height:22px;margin-top:2px;
  stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.buy-features .hi{
  background:var(--white);border:1.5px dashed var(--marigold);border-radius:14px;
  padding:12px 14px;font-weight:600;
}
#shopify-buy-button{margin-top:6px}
.sale-price--compact{margin:6px 0 20px}
.sale-price--compact .price{font-size:2.7rem}
.buy-summary{
  display:flex;align-items:center;gap:14px;margin:0 0 14px;padding:13px 16px;
  background:var(--white);border:2px solid var(--marigold);border-radius:14px;
  color:var(--teal);
}
.buy-summary__qty{
  flex:none;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;
  background:var(--accent);color:#fff;font-family:'Palomino Clean Two','Figtree',sans-serif;font-size:1.65rem;
}
.buy-summary strong,.buy-summary small{display:block}
.buy-summary small{margin-top:2px;color:var(--muted);font-size:.82rem;font-weight:600}
.free-ship-line{
  margin:10px 0 0;text-align:center;color:var(--gold-ink);
  font-size:.86rem;font-weight:800;letter-spacing:.025em;
}
/* The old .box-picker / .box-opt buy-box picker was deleted 2026-08-05 along with its
   vestigial radio group. The fold picker (.foldpick) replaces it. */

.trust{
  list-style:none;margin:18px 0 0;padding:16px 0 0;
  border-top:1px dashed rgba(16,84,85,.2);
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
}
.trust li{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  text-align:center;font-size:.8rem;font-weight:700;color:var(--teal);line-height:1.3;
}
.trust svg{width:21px;height:21px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pay-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:14px 0 0}
.pay-row span{
  font-size:.7rem;font-weight:700;letter-spacing:.06em;color:var(--muted);
  border:1px solid rgba(16,84,85,.16);border-radius:6px;padding:5px 9px;background:var(--white);
}

/* ---------- benefit cards ---------- */
.benefits{background:var(--peach-tint)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.5vw,28px)}
.card{
  background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
}
.card img{width:100%;aspect-ratio:4/3.1;object-fit:cover}
.card .body{padding:24px 26px 28px}
.card p{margin:0;color:var(--muted)}

/* ---------- GOTS band ---------- */
.band{background:var(--teal);color:#fff;text-align:center}
.band .wrap{max-width:820px}
.band--organic .wrap{max-width:820px}
.band h2{color:#fff}
.band .eyebrow{color:var(--orange-glow)}
.band p{font-size:1.08rem}
.band strong{color:var(--orange-glow)}
.gots-copy{min-width:0}
.gots-lead{margin:0 auto;color:rgba(255,255,255,.86)}
.gots-badge{
  width:118px;height:118px;margin:0 auto 26px;border-radius:50%;
  background:#fff;display:flex;align-items:center;justify-content:center;
  border:2px dashed var(--orange-glow);padding:20px;
}
.gots-badge img{width:100%;height:auto}
.cert-chip{
  display:inline-block;margin-top:18px;font:700 .82rem/1 'Figtree',sans-serif;
  letter-spacing:.14em;text-transform:uppercase;color:#fff;
  border:1.5px dashed var(--orange-glow);border-radius:999px;padding:10px 18px;
}

/* ---------- lifestyle cutout bridge ---------- */
.lifestyle-bridge{
  position:relative;padding:0;overflow:hidden;
  background:linear-gradient(180deg,#FFFDF7 0%,#EEF8F5 68%,#D7ECE7 100%);
}
.lifestyle-bridge__grid{display:grid;grid-template-columns:.86fr 1.14fr;align-items:end;gap:clamp(24px,5vw,72px);min-height:560px}
.lifestyle-bridge__copy{align-self:center;padding-block:clamp(64px,8vw,96px)}
.lifestyle-bridge__copy h2{font-size:clamp(2.1rem,4vw,3.2rem);color:var(--teal)}
.lifestyle-bridge__copy>p:not(.eyebrow){color:var(--muted);font-size:1.08rem}
.lifestyle-bridge__copy>p strong{color:var(--teal);font-weight:800}
.lifestyle-bridge__image{position:relative;align-self:end;display:flex;justify-content:center;min-width:0;isolation:isolate}
.lifestyle-bridge__image::before{
  content:'';position:absolute;z-index:-1;left:8%;right:3%;bottom:4%;aspect-ratio:1;
  border-radius:50%;background:radial-gradient(circle at 45% 44%,rgba(243,191,169,.72),rgba(200,207,227,.46) 53%,rgba(215,236,231,0) 72%);
  filter:blur(10px);
}
.lifestyle-bridge__image picture{display:block;width:min(700px,100%)}
.lifestyle-bridge__image img{
  position:relative;width:100%;max-height:620px;object-fit:contain;object-position:center bottom;
  filter:drop-shadow(0 18px 24px rgba(16,84,85,.12));
}

/* ---------- real product videos ---------- */
.video-stories{background:var(--cream)}
.video-stories .section-head .lead{margin-inline:auto}
.video-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,3vw,34px);max-width:820px;margin-inline:auto}
.video-story{overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.video-player{position:relative;background:#0A1414;isolation:isolate}
.video-story video{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;background:#0A1414;cursor:pointer}
.video-play{
  position:absolute;inset:0;margin:auto;z-index:2;width:76px;height:76px;border:2px solid rgba(255,255,255,.86);
  border-radius:50%;display:grid;place-items:center;background:rgba(13,67,68,.82);color:#fff;cursor:pointer;
  box-shadow:0 10px 28px rgba(0,0,0,.3);backdrop-filter:blur(5px);
  transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.video-play span{display:block;width:0;height:0;margin-left:5px;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:20px solid #fff}
.video-play:hover{transform:scale(1.06);background:rgba(13,67,68,.96)}
.video-player.is-playing .video-play{opacity:0;pointer-events:none}
.video-player.is-playing:hover .video-play,.video-player.is-playing .video-play:focus-visible{opacity:1;pointer-events:auto}
.video-player.is-playing .video-play span{width:18px;height:25px;margin:0;border:0;border-left:6px solid #fff;border-right:6px solid #fff}
.video-story>div{padding:22px 24px 26px}
.video-story>.video-player{padding:0}
.video-story .eyebrow{margin-bottom:7px}
.video-story h3{margin:0;color:var(--teal);font-size:1.25rem}

/* ---------- compact organic benefits ---------- */
.small-change{padding-block:clamp(48px,6vw,72px);background:var(--teal-deep);color:#fff}
.small-change__head{max-width:720px;margin:0 0 clamp(30px,4vw,42px);text-align:left}
.small-change__head .eyebrow{color:var(--orange-glow);margin-bottom:9px}
.small-change__head h2{color:#fff;font-size:clamp(2.6rem,5.5vw,4.6rem);line-height:.92;margin:0}
.small-change__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,42px)}
.small-change__item{min-width:0}
.small-change__icon{
  display:grid;place-items:center;width:58px;height:58px;margin-bottom:15px;border-radius:50%;
  background:#ECF7E9;color:var(--organic);border:1px solid rgba(88,164,60,.24);
  box-shadow:0 7px 18px rgba(4,32,32,.18);
}
.small-change__icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.small-change__item h3{margin:0;color:#fff;font:800 1.05rem/1.13 'Figtree',sans-serif;letter-spacing:-.015em}
.small-change__item p{margin:7px 0 0;color:#DCE9E7;font-size:.91rem;line-height:1.45}
.small-change__cta{margin-top:30px;text-align:center}
.small-change__cta p{margin:14px 0 0;color:rgba(255,255,255,.72);font-size:.86rem;font-weight:650}
/* Was .btn--pulse: a heartbeat scale plus an expanding halo ring, looping forever.
   Removed 2026-08-05 — a throbbing button is a discount-template signal and worked
   against the premium read this page is built for. Do not reintroduce it. */
.btn--wide{min-width:min(360px,100%)}

/* ---------- reviews ---------- */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.5vw,28px)}
.quote{
  background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);
  display:flex;flex-direction:column;gap:12px;
}
.stars{color:var(--marigold);letter-spacing:3px;font-size:1.05rem}
.quote p{margin:0;font-size:1.02rem}
.quote .who{font-size:.86rem;font-weight:700;color:var(--muted);margin-top:auto}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px;margin:0 auto;display:grid;gap:12px}
details{
  background:var(--white);border-radius:16px;box-shadow:var(--shadow);
  padding:20px 24px;border:1px solid rgba(16,84,85,.06);
}
summary{
  cursor:pointer;font-weight:700;color:var(--teal);font-size:1.05rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;
}
summary::-webkit-details-marker{display:none}
summary::after{
  content:'+';font-family:'Figtree',sans-serif;font-size:1.5rem;font-weight:400;
  color:var(--marigold);transition:transform .2s ease;line-height:1;
}
details[open] summary::after{transform:rotate(45deg)}
.ans{padding-top:12px;color:var(--muted)}
@media (prefers-reduced-motion:reduce){summary::after{transition:none}}

/* ---------- founder note ---------- */
.founder-note{
  max-width:660px;margin:0 auto;text-align:center;
  background:var(--white);border:2px dashed var(--peach);border-radius:var(--radius);
  padding:clamp(28px,5vw,48px);box-shadow:var(--shadow);
}
.founder-note p{margin:0 0 1em}
.founder-note .sig{font-family:'Palomino Clean Two','Figtree',sans-serif;color:var(--teal);font-size:1.25rem;margin:18px 0 0}
.founder-note .ps{font-size:.9rem;color:var(--muted);margin:14px 0 0}

/* ---------- closing cta ---------- */
.closer{padding-top:0}
.closer .wrap{text-align:center}
.closer .lead{max-width:none;margin:0 auto 26px}
.closer-live{color:var(--accent);font-weight:800}

/* ---------- footer ---------- */
footer{background:var(--peri-tint);color:var(--muted);padding:56px 0 28px;font-size:.95rem}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px;margin-bottom:36px}
.flogo{width:142px;height:auto;margin-bottom:12px}
.foot-tag{color:var(--teal);font-weight:600}
footer a{color:var(--teal);text-decoration:none}
footer a:hover{color:var(--gold-ink)}
footer p{margin:0 0 8px}
.foot-h{color:var(--teal);font-weight:800;margin-bottom:10px}
.socials{display:flex;gap:12px;margin-top:14px}
.socials a{
  width:38px;height:38px;border-radius:50%;border:1.5px dashed var(--teal);color:var(--teal);
  display:flex;align-items:center;justify-content:center;
}
.socials svg{width:17px;height:17px}
.foot-bottom{border-top:1px solid rgba(16,84,85,.18);padding-top:22px;font-size:.85rem;text-align:center}

/* ---------- sticky mobile buy bar ----------
   Revealed by a plain display toggle (.on) once the fold CTA leaves the viewport, so the
   fold CTA and the bar are never on screen together. Still no transform and no transition:
   it appears in its final position and must never slide or animate in. */
.buybar{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  display:none;align-items:center;justify-content:space-between;gap:14px;
  background:var(--white);border-top:1px solid rgba(16,84,85,.14);
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  box-shadow:0 -8px 24px rgba(16,84,85,.14);
}
.buybar .p{display:flex;flex-direction:column;line-height:1.2;min-width:0}
.buybar .p b{font-family:'Palomino Clean Two','Figtree',sans-serif;color:var(--accent);font-size:1.25rem;font-weight:normal;white-space:nowrap}
.buybar .btn{padding:14px 26px;flex:none}
@media (max-width:820px){.buybar.on{display:flex}}

/* ---------- scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ---------- responsive ---------- */
@media (max-width:920px){
  .cards,.quotes{grid-template-columns:1fr 1fr}
  .small-change__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .buy-grid{grid-template-columns:1fr}
  .lifestyle-bridge__grid{grid-template-columns:1fr;gap:0;min-height:0}
  .lifestyle-bridge__copy{padding-block:56px 18px;text-align:center}
  .lifestyle-bridge__image img{width:min(620px,100%);max-height:480px}
  .video-story-grid{grid-template-columns:1fr}
  body{padding-bottom:74px} /* room for the buy bar */
}
@media (max-width:640px){
  .cards,.quotes{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr;gap:24px}
  .topbar{font-size:.7rem;letter-spacing:.05em}
  .product-proof{margin-bottom:10px;padding:9px 11px}
  .product-proof__mark{width:44px;height:44px;font-size:.62rem}
  .product-proof strong{font-size:.84rem}
  .product-proof span{font-size:.69rem}
  .photo-badge{left:10px;right:10px;bottom:10px;padding:9px 11px;font-size:.73rem}
  .trust{gap:7px}
  .lifestyle-bridge__copy{padding-top:48px}
  .lifestyle-bridge__copy h2{font-size:2rem}
  .lifestyle-bridge__image::before{left:-8%;right:-8%;bottom:1%}
  .lifestyle-bridge__image img{max-height:430px}
  .video-stories{padding-block:56px}
  .video-story-grid{width:calc(100% + 36px);margin-inline:-18px;gap:24px}
  .video-story{border-radius:0;box-shadow:none}
  .video-story video{aspect-ratio:9/16;object-fit:cover}
  .video-story>div{padding:20px 18px 25px}
  .small-change{padding-block:44px}
  .small-change__head{margin-bottom:28px}
  .small-change__head h2{font-size:2.65rem}
  .small-change__grid{grid-template-columns:1fr 1fr;gap:28px 18px}
  .small-change__icon{width:52px;height:52px;margin-bottom:12px}
  .small-change__icon svg{width:28px;height:28px}
  .small-change__item h3{font-size:.98rem}
  .small-change__item p{font-size:.82rem;line-height:1.4}
  .small-change__cta{margin-top:28px}
  .brand-finale{padding-block:34px}
  .brand-finale img{width:94vw}
  .buybar{gap:9px;padding-inline:12px}
  .buybar .p b{font-size:1.1rem}
  .buybar .btn{padding:12px 20px;font-size:.9rem}
}
