/* ============================================================
   Carry On — Landing page styles
   Built on the GardeWear design system (Carry On palette).
   Mobile-first, scales to desktop.
   ============================================================ */

@import url('colors_and_type.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('fb-landing.css?v=12');
@import url('product-page.css?v=12');

* { box-sizing: border-box; }
html, body, #root {
  margin: 0; padding: 0; min-height: 100vh;
  background: var(--co-bone);
  color: var(--co-charcoal);
  scroll-behavior: smooth;
}
body { overflow-x: hidden; transition: background-color 400ms var(--ease-out), color 400ms var(--ease-out); }
/* smooth the gender/palette hue shift without hijacking component hover transitions */
.hero-bg, .bg-peach, .bg-orange, .accent-orange,
.ct-pill-primary, .sub-save, .vp-dot, .byline-rule,
.range-wrap, .prod-card, .tier-pill, .sticky-cta {
  transition: background-color 400ms var(--ease-out), color 400ms var(--ease-out), border-color 400ms var(--ease-out);
}

/* Oswald for "CARRY ON" logotype only — stands in for the licensed wordmark */
.logotype {
  font-family: "Oswald", "Bebas Neue", Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-stretch: condensed;
}

/* ---------- TIER SWATCH TOKENS ----------
   Range cards pull bg/fg from these vars so they reskin with gender.
   ---------------------------------------- */
:root {
  --tier-core-bg:  #F7C9A6;
  --tier-core-fg:  inherit;
  --tier-plus-bg:  #E6A23A;
  --tier-plus-fg:  inherit;
  --tier-max-bg:   #2B2622;
  --tier-max-fg:   #F1ECDF;
}
body[data-gender="women"] {
  --tier-core-bg:  #EBC7BD;   /* rose blush */
  --tier-core-fg:  inherit;
  --tier-plus-bg:  #D4A574;   /* rose-gold */
  --tier-plus-fg:  inherit;
  --tier-max-bg:   #3D2A2A;   /* burgundy-brown */
  --tier-max-fg:   #F7ECE3;   /* champagne */
}

/* ---------- THEME SURFACES ---------- */
body[data-palette="carryon"] { --bg: var(--co-bone); --hero-bg: var(--co-peach); --accent: var(--co-orange); --accent-soft: var(--co-peach); }
body[data-palette="stillyou"] { --bg: var(--sy-bone); --hero-bg: var(--sy-butter); --accent: var(--sy-parmesan); --accent-soft: var(--sy-butter); }
body[data-palette="stillyou"] .hero-bg { background: var(--sy-butter) !important; }
body[data-palette="stillyou"] .bg-peach { background: var(--sy-butter) !important; }
body[data-palette="stillyou"] .bg-orange { background: var(--sy-parmesan) !important; }
body[data-palette="stillyou"] .accent-orange { color: var(--sy-parmesan) !important; }
body[data-palette="stillyou"] .ct-pill-primary { background: var(--sy-parmesan) !important; color: var(--sy-charcoal) !important; }
body[data-palette="stillyou"] .sub-save { background: var(--sy-parmesan) !important; color: var(--sy-charcoal) !important; }
body[data-palette="stillyou"] .vp-dot { background: var(--sy-parmesan) !important; }
body[data-palette="stillyou"] .byline-rule { background: var(--sy-parmesan) !important; }

/* ---------- GENDER PALETTE SHIFT (two distinct brand expressions) ----------
   Men   → Carry On default, tightened (bolder orange, cleaner geometric)
   Women → Rose-gold / champagne / blush, editorial Fraunces serif
   Every accent, surface, and rule swaps. Same brand skeleton, different soul.
   ------------------------------------------------------------------------- */

/* ---- WOMEN — rose-gold / champagne / blush ---- */
body[data-gender="women"] {
  /* Core palette overrides */
  --co-peach:      #EBC7BD;   /* rose blush */
  --co-orange:     #B85D5F;   /* rose-plum accent (feminine, not pink) */
  --co-bone:       #F7ECE3;   /* champagne cream */
  --co-cheddar:    #D4A574;   /* rose-gold metallic */
  --co-charcoal:   #3D2A2A;   /* warm burgundy-brown */
  --co-ink:        #3D2A2A;

  /* Secondary rose palette */
  --rose-dusty:    #D4A8A5;
  --rose-deep:     #9B4548;
  --champagne:     #E8D5B7;
  --blush-pale:    #FAF0E9;

  --bg:            #F7ECE3;
  --bg-raised:     #FAF0E9;
  --bg-inverse:    #3D2A2A;
  --surface-warm:  #EBC7BD;
  --surface-alt:   #E8D5B7;

  --fg:            #3D2A2A;
  --fg-muted:      #7E5C5D;
  --fg-subtle:     #A88784;
  --fg-inverse:    #F7ECE3;

  --accent:        #B85D5F;
  --accent-hover:  #9B4548;
  --accent-press:  #82373A;
  --accent-soft:   #EBC7BD;

  --border:        #E5D0C3;
  --border-strong: #C9A99A;
  --rule:          #3D2A2A;

  --hero-bg:       #EBC7BD;

  /* Editorial serif swap — Fraunces feels softer & more feminine than Cheltenham */
  --font-display:  "Fraunces", "ITC Cheltenham", Georgia, serif;
}
/* Push italic & optical sizing for the serif */
body[data-gender="women"] h1,
body[data-gender="women"] h2,
body[data-gender="women"] .display,
body[data-gender="women"] .h1,
body[data-gender="women"] .h2 {
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 400;
  letter-spacing: -0.02em;
}
body[data-gender="women"] h1 em,
body[data-gender="women"] h2 em,
body[data-gender="women"] .buy-head h2 em,
body[data-gender="women"] .hero-v2-title em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

body[data-gender="women"] .hero-bg { background: #EBC7BD !important; }
body[data-gender="women"] .bg-peach { background: #EBC7BD !important; }
body[data-gender="women"] .bg-orange { background: #B85D5F !important; }
body[data-gender="women"] .accent-orange { color: #B85D5F !important; }
body[data-gender="women"] .ct-pill-primary { background: #B85D5F !important; color: #F7ECE3 !important; }
body[data-gender="women"] .sub-save { background: #B85D5F !important; color: #F7ECE3 !important; }
body[data-gender="women"] .vp-dot { background: #B85D5F !important; }
body[data-gender="women"] .byline-rule { background: #B85D5F !important; }
body[data-gender="women"] ::selection { background: #B85D5F; color: #F7ECE3; }

/* All main section surfaces pull into the warm champagne */
body[data-gender="women"] .range-wrap,
body[data-gender="women"] .how-wrap,
body[data-gender="women"] .founder-wrap,
body[data-gender="women"] .pharm-wrap,
body[data-gender="women"] .reviews-wrap,
body[data-gender="women"] .waitlist-wrap,
body[data-gender="women"] .faq-wrap,
body[data-gender="women"] .giveback-wrap,
body[data-gender="women"] .footer-wrap,
body[data-gender="women"] .trust-wrap,
body[data-gender="women"] .promise-wrap,
body[data-gender="women"] .buy,
body[data-gender="women"] .range {
  background: #F7ECE3 !important;
}
/* Alternate sections get champagne-gold for rhythm */
body[data-gender="women"] .how,
body[data-gender="women"] .pharm,
body[data-gender="women"] .giveback {
  background: #E8D5B7 !important;
}

body[data-gender="women"] .sticky-cta {
  background: #B85D5F !important;
  color: #F7ECE3 !important;
}
body[data-gender="women"] .btn-primary {
  background: #B85D5F !important;
  color: #F7ECE3 !important;
  border-color: #B85D5F !important;
}
body[data-gender="women"] .btn-primary:hover {
  background: #9B4548 !important;
  border-color: #9B4548 !important;
}
body[data-gender="women"] .prod-card,
body[data-gender="women"] .faq-item,
body[data-gender="women"] .tier-row,
body[data-gender="women"] .how-step,
body[data-gender="women"] .review-card {
  background: #FAF0E9 !important;
  border-color: #E5D0C3 !important;
}
body[data-gender="women"] .prod-card.tier-core {
  background: #EBC7BD !important;
}
body[data-gender="women"] .prod-card.tier-coremax {
  background: #3D2A2A !important;
  color: #F7ECE3 !important;
}
/* Range card rose-gold/champagne swatches */
body[data-gender="women"] .product-swatch.tier-core { background: #EBC7BD !important; }
body[data-gender="women"] .product-swatch.tier-coreplus { background: #D4A574 !important; }
body[data-gender="women"] .product-swatch.tier-coremax { background: #3D2A2A !important; }

/* Buy-opt swatch + dark card */
body[data-gender="women"] .buy-card { background: #3D2A2A !important; }
body[data-gender="women"] .trustrow { background: #3D2A2A !important; }

/* ---- MEN — tightened Carry On (deeper, more confident) ---- */
body[data-gender="men"] {
  --co-orange:     #E25A22;   /* slightly deeper, more saturated */
  --accent:        #E25A22;
  --accent-hover:  #C94A18;
  --accent-press:  #A83E12;
  --hero-bg:       var(--co-peach);
  /* keep the default Cheltenham/Fraunces serif — it already reads masculine + confident */
}

/* ---------- CONTAINER ---------- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; width: 100%; }
@media (min-width: 720px) { .container { padding: 0 40px; } }
@media (min-width: 1024px) { .container { padding: 0 56px; } }

/* ---------- ANNOUNCEMENT + NAV ---------- */
.announcement {
  background: var(--co-charcoal); color: var(--co-bone);
  text-align: center; padding: 10px 16px;
  font-size: 12px; letter-spacing: 0.08em;
  font-weight: 500; text-transform: uppercase;
}
.announcement .dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--co-orange); margin: 0 10px; vertical-align: middle; }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,247,236,0.94); backdrop-filter: saturate(120%) blur(6px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.nav-logo { font-size: 26px; color: var(--co-charcoal); cursor: pointer; border: 0; background: transparent; padding: 0; }
@media (min-width: 720px) { .nav-logo { font-size: 30px; } }
.nav-links { display: none; gap: 28px; font-size: 14px; font-weight: 500; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a { cursor: pointer; color: var(--co-charcoal); border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color 0.2s; text-decoration: none; }
.nav-links a:hover { border-color: var(--co-charcoal); opacity: 1; }
.nav-cta {
  background: var(--co-charcoal); color: var(--co-bone);
  border: 0; padding: 10px 18px; border-radius: 999px;
  font-weight: 600; font-size: 13px; font-family: inherit;
  cursor: pointer; letter-spacing: 0.02em;
  transition: background 0.2s;
}
.nav-cta:hover { background: #3a332d; }

/* ---------- BUTTONS ---------- */
.btn {
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  border-radius: 999px; padding: 14px 24px;
  cursor: pointer; border: 0;
  letter-spacing: 0.01em;
  transition: transform 0.18s var(--ease-out), background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--co-orange); color: var(--co-bone); }
.btn-primary:hover { background: var(--accent-hover); }
.btn-dark { background: var(--co-charcoal); color: var(--co-bone); }
.btn-dark:hover { background: #3a332d; }
.btn-ghost { background: transparent; color: var(--co-charcoal); border: 1.5px solid var(--co-charcoal); }
.btn-ghost:hover { background: var(--co-charcoal); color: var(--co-bone); }
.btn-lg { padding: 17px 30px; font-size: 16px; }
.btn-xl { padding: 19px 34px; font-size: 17px; }
body[data-palette="stillyou"] .btn-primary { background: var(--sy-parmesan); color: var(--sy-charcoal); }
body[data-palette="stillyou"] .btn-primary:hover { background: #c99f66; }

/* ---------- PILLS ---------- */
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
.pill-dark { background: var(--co-charcoal); color: var(--co-bone); }
.pill-orange { background: var(--co-orange); color: var(--co-bone); }
.pill-outline { background: transparent; border: 1px solid var(--co-charcoal); color: var(--co-charcoal); }
.pill-peach { background: var(--co-peach); color: var(--co-charcoal); }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.6; display: inline-block; }

/* ---------- EYEBROW ---------- */
.eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-muted); font-weight: 600; }
.eyebrow.light { color: rgba(241,236,223,0.7); }

/* ============================================================
   HERO — SPLIT LAYOUT
   Left panel: peach, big CARRY photo-fill + italic on.
   Right panel: bone, range headline + 3 product cards + tester CTA
   ============================================================ */
.hero-split { background: var(--co-bone); position: relative; }
.hero-split-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .hero-split-inner { grid-template-columns: 1.05fr 1fr; }
}

/* LEFT */
.hero-left {
  background: var(--co-peach);
  padding: 36px 24px 48px;
  display: flex; flex-direction: column; gap: 32px;
}
@media (min-width: 720px) { .hero-left { padding: 40px 40px 56px; } }
@media (min-width: 980px) { .hero-left { padding: 40px 56px 64px; gap: 36px; } }

.hero-photo-frame {
  position: relative;
  background: var(--co-peach);
  border-radius: 16px;
  border: 1px solid rgba(43,38,34,0.06);
  box-shadow: 0 2px 8px rgba(43,38,34,0.04);
  padding: 20px 20px 22px;
  overflow: hidden;
}
.hero-photo-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 16px; gap: 12px;
}
.hero-photo-meta {
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--co-charcoal); font-weight: 700; text-align: right; line-height: 1.3; opacity: 0.75;
}

/* ============================================
   HERO PHOTO FRAME — editorial type composition
   ============================================ */
.hero-carry-photo {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: 10px;
  overflow: hidden;
  background: #EFB88B;
  isolation: isolate;
}
.hc-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(255,240,218,0.9) 0%, rgba(247,201,166,0) 55%),
    linear-gradient(135deg, #F5C8A2 0%, #EFB88B 40%, #E29E6E 100%);
}
.hc-grid {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: repeat(6, 1fr);
  pointer-events: none;
  z-index: 1;
}
.hc-grid span {
  border-right: 1px solid rgba(43,38,34,0.05);
}
.hc-grid span:last-child { border-right: 0; }

/* Giant stacked wordmark */
.hc-word {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-stretch: condensed;
  line-height: 0.82;
  pointer-events: none;
  z-index: 2;
}
.hc-word-1 {
  top: 6%;
  left: -4%;
  font-size: clamp(110px, 22vw, 280px);
  color: var(--co-orange);
  mix-blend-mode: multiply;
  opacity: 0.96;
}
.hc-word-2 {
  top: 24%;
  right: -6%;
  font-size: clamp(110px, 22vw, 280px);
  color: rgba(43,38,34,0.08);
  -webkit-text-stroke: 2px rgba(43,38,34,0.18);
  color: transparent;
}
.hc-word-3 {
  bottom: 4%;
  right: 4%;
  font-size: clamp(84px, 16vw, 200px);
  color: var(--co-ink);
  z-index: 4;
}

/* Corner stamps */
.hc-stamp {
  position: absolute;
  z-index: 4;
  font-family: var(--font-body);
  display: flex; align-items: baseline; gap: 8px;
}
.hc-stamp-tl { top: 12px; left: 14px; }
.hc-stamp-br { bottom: 48px; left: 14px; }
.hc-stamp-num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--co-ink);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.hc-stamp-lbl {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(43,38,34,0.7);
  line-height: 1.25;
  font-weight: 600;
}

/* Centered product card */
.hc-card {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%) rotate(2deg);
  width: 44%;
  max-width: 280px;
  background: var(--co-bone);
  border: 1px solid rgba(43,38,34,0.12);
  border-radius: 8px;
  padding: 14px 16px 12px;
  z-index: 5;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 16px 32px -12px rgba(43,38,34,0.35),
    0 2px 0 rgba(43,38,34,0.08);
}
.hc-card-tag {
  font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--co-orange); font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(43,38,34,0.15);
  margin-bottom: 10px;
}
.hc-card-name {
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.0;
  color: var(--co-ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.hc-card-name i { font-style: italic; font-weight: 400; color: var(--co-orange); }
.hc-card-desc {
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(43,38,34,0.72);
  margin-bottom: 10px;
}
.hc-card-foot {
  display: flex; gap: 6px; align-items: center;
  font-size: 10.5px; letter-spacing: 0.08em;
  color: var(--co-ink); font-weight: 600;
  padding-top: 8px;
  border-top: 1px solid rgba(43,38,34,0.1);
}

/* Rotated marquee bottom */
.hc-marquee {
  position: absolute;
  left: -2%; right: -2%;
  bottom: 12px;
  z-index: 3;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--co-ink);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.55;
  font-weight: 600;
}

/* italic "on." + worn note */
.hero-on-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: 8px; gap: 16px;
}
.hero-on-word {
  font-family: var(--font-display);
  font-style: italic; font-weight: 300;
  font-size: clamp(54px, 9vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--co-charcoal);
  margin: 0;
}
.hero-worn {
  font-family: var(--font-display);
  font-style: italic; font-weight: 300;
  font-size: clamp(14px, 1.4vw, 18px);
  color: var(--co-charcoal);
  padding-bottom: 14px;
  opacity: 0.85;
}

.hero-left-copy {
  display: flex; flex-direction: column; gap: 18px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--co-charcoal); font-weight: 700; margin: 0;
}
.hero-eyebrow::before {
  content: none;
}
.hero-subhead {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  max-width: 18ch;
  margin: 0;
  color: var(--co-charcoal);
  text-wrap: balance;
  font-weight: 400;
}
.hero-lede {
  font-size: clamp(14.5px, 1.4vw, 16px);
  line-height: 1.55;
  color: var(--co-charcoal);
  max-width: 42ch;
  margin: 0;
  opacity: 0.8;
}
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 4px; }
.hero-meta-row {
  display: flex; align-items: center; gap: 12px;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--co-charcoal); opacity: 0.6; font-weight: 600; margin-top: 4px;
  flex-wrap: wrap;
}
.hero-meta-row .dot {
  width: 4px; height: 4px; border-radius: 50%; background: var(--co-orange); opacity: 1;
}

/* RIGHT */
.hero-right {
  background: var(--co-bone);
  padding: 36px 24px 48px;
  display: flex; flex-direction: column; gap: 28px;
}
@media (min-width: 720px) { .hero-right { padding: 40px 40px 56px; } }
@media (min-width: 980px) { .hero-right { padding: 56px 56px 64px; gap: 32px; } }
.hero-range-head { margin-bottom: 0; }
.hero-range-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 8px 0 0;
  max-width: 14ch;
  font-weight: 400;
  text-wrap: balance;
}

.hero-products {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 600px) { .hero-products { grid-template-columns: repeat(3, 1fr); gap: 14px; } }

.hp-card {
  background: var(--bg-raised, #FBF7EC);
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
  cursor: pointer;
  display: flex; flex-direction: column;
}
.hp-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hp-hero {
  aspect-ratio: 4/5;
  position: relative;
  padding: 12px;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
}
.hp-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 2; }
.hp-top .pill { font-size: 10px; padding: 5px 9px; }
.hp-top .absorbency { background: rgba(255,255,255,0.55); padding: 4px 6px; }
.hp-top .absorbency i { width: 3px; }
.hp-top .absorbency i:nth-child(1) { height: 6px; }
.hp-top .absorbency i:nth-child(2) { height: 9px; }
.hp-top .absorbency i:nth-child(3) { height: 12px; }
.hp-top .absorbency i:nth-child(4) { height: 15px; }
.hp-name {
  position: relative; z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 0.95;
  color: var(--co-charcoal);
  letter-spacing: -0.01em;
  max-width: 8ch;
}

/* Product mockups — CSS-drawn pack-shots */
.hp-mock { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 1; }
.hp-mock-shape {
  position: relative;
  filter: drop-shadow(0 6px 14px rgba(43,38,34,0.14));
}
/* Daily Pull-On — folded shorts shape */
.hp-mock-daily {
  width: 64%; aspect-ratio: 1.2/1;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.25), transparent 55%),
    linear-gradient(180deg, #EFC19E 0%, #E0A77A 100%);
  border-radius: 10px 10px 18px 18px / 14px 14px 22px 22px;
  box-shadow: inset 0 -12px 18px rgba(43,38,34,0.1), inset 0 3px 6px rgba(255,255,255,0.3);
}
.hp-mock-daily::after {
  content: ''; position: absolute; left: 10%; right: 10%; top: 24%;
  height: 38%;
  background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(43,38,34,0.05) 6px 7px);
  border-radius: 4px;
}
/* Overnight — stacked folded cloth */
.hp-mock-overnight {
  width: 68%; aspect-ratio: 1.3/1;
  background:
    linear-gradient(180deg, #D9891F 0%, #C3761A 50%, #A96612 100%);
  border-radius: 8px;
  box-shadow: inset 0 -14px 16px rgba(43,38,34,0.15), inset 0 4px 6px rgba(255,255,255,0.18);
  position: relative;
}
.hp-mock-overnight::before {
  content: ''; position: absolute; left: 8%; right: 8%; top: 42%;
  height: 2px; background: rgba(43,38,34,0.22);
}
.hp-mock-overnight::after {
  content: ''; position: absolute; left: 8%; right: 8%; top: 62%;
  height: 2px; background: rgba(43,38,34,0.22);
}
/* Taped Brief — classic brief silhouette */
.hp-mock-taped {
  width: 68%; aspect-ratio: 1.3/1;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.4), transparent 55%),
    linear-gradient(180deg, #E8EEEC 0%, #B9C4C1 100%);
  border-radius: 16px 16px 40% 40% / 16px 16px 60% 60%;
  box-shadow: inset 0 -12px 18px rgba(43,38,34,0.1), inset 0 3px 6px rgba(255,255,255,0.4);
  position: relative;
}
.hp-mock-taped::before {
  content: ''; position: absolute; left: 38%; right: 38%; top: 10%; height: 14%;
  background: rgba(43,38,34,0.06); border-radius: 2px;
}
.hp-mock-taped::after {
  content: ''; position: absolute; left: 45%; right: 45%; bottom: 6%; top: 35%;
  background: rgba(43,38,34,0.08); border-radius: 10px 10px 0 0;
}

.hp-meta {
  padding: 12px 14px 14px;
  display: flex; flex-direction: column; gap: 4px;
  border-top: 1px solid var(--border);
}
.hp-row { display: flex; justify-content: space-between; align-items: baseline; }
.hp-n { font-weight: 600; font-size: 13px; }
.hp-p { font-family: var(--font-display); font-size: 18px; }
.hp-sub { font-size: 11.5px; color: var(--fg-muted); line-height: 1.35; }

/* Tester strip */
.hero-tester {
  background: var(--co-orange);
  color: var(--co-bone);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
}
.tester-kicker {
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; opacity: 0.8; margin-bottom: 4px;
}
.tester-headline {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--co-bone);
}
.hero-tester .btn-dark { background: var(--co-charcoal); }
.hero-tester .btn-dark:hover { background: #0f0c0a; }

/* ============================================================
   VALUE PROP MARQUEE
   ============================================================ */
.marquee { background: var(--co-charcoal); color: var(--co-bone); padding: 16px 0; overflow: hidden; }
.marquee-track {
  display: flex; gap: 48px; align-items: center;
  animation: scroll 34s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
}
.marquee-item .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--co-orange); display: inline-block; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   PROMISE BLOCK
   ============================================================ */
.promise { padding: 72px 0 80px; }
@media (min-width: 900px) { .promise { padding: 112px 0 120px; } }
.promise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) { .promise-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.promise h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 16px 0 0;
  font-weight: 400;
  text-wrap: balance;
  max-width: 13ch;
}
.promise h2 em { font-style: italic; color: var(--co-charcoal); font-weight: 400; }
.promise-body { font-size: 17px; line-height: 1.55; max-width: 48ch; }
.promise-body p { margin: 0 0 16px; }
.promise-stack { display: flex; flex-direction: column; gap: 6px; margin-top: 28px; }
.promise-stack span {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 300;
  color: var(--co-charcoal);
}

/* ============================================================
   PRODUCT INTRO — the range
   ============================================================ */
.range { background: var(--co-bone); padding: 72px 0 80px; }
@media (min-width: 900px) { .range { padding: 112px 0 120px; } }
.section-head {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 40px;
  gap: 24px; flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 56px); line-height: 1.04;
  letter-spacing: -0.015em; margin: 10px 0 0;
  max-width: 18ch; text-wrap: balance; font-weight: 400;
}

.products { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .products { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 1024px) { .products { grid-template-columns: repeat(3,1fr); gap: 24px; } }

.product {
  background: var(--bg-raised, #FBF7EC); border-radius: 16px;
  overflow: hidden; border: 1px solid var(--border);
  transition: transform 0.24s var(--ease-out), box-shadow 0.24s;
  cursor: pointer;
}
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.product-hero {
  aspect-ratio: 4/5; position: relative;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 20px;
}
.product-hero-top { display: flex; justify-content: space-between; align-items: flex-start; }
.product-hero-name {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px); line-height: 0.95;
  color: inherit; letter-spacing: -0.01em;
  max-width: 10ch;
}
.product-meta {
  padding: 16px 18px 20px;
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--border);
}
.product-meta .name { font-weight: 600; font-size: 15px; }
.product-meta .price { font-family: var(--font-display); font-size: 22px; }
.product-sub { padding: 0 18px 18px; color: var(--fg-muted); font-size: 13px; line-height: 1.45; }

.absorbency { display: inline-flex; gap: 3px; align-items: flex-end; padding: 5px 8px; background: rgba(43,38,34,0.08); border-radius: 999px; }
.absorbency i { width: 4px; background: rgba(43,38,34,0.2); border-radius: 2px; display: inline-block; }
.absorbency i:nth-child(1) { height: 8px; }
.absorbency i:nth-child(2) { height: 11px; }
.absorbency i:nth-child(3) { height: 14px; }
.absorbency i:nth-child(4) { height: 17px; }
.absorbency i.on { background: var(--co-charcoal); }

/* Dark-card variants: light-on-dark absorbency + pill */
.product-hero-dark .absorbency { background: rgba(255,255,255,0.12); }
.product-hero-dark .absorbency i { background: rgba(255,255,255,0.28); }
.product-hero-dark .absorbency i.on { background: #F1ECDF; }
.product-hero-dark .pill { background: rgba(255,255,255,0.94); color: var(--co-ink); font-weight: 700; }

/* ============================================================
   HOW / SCIENCE CALLOUT
   ============================================================ */
.how { padding: 72px 0 80px; }
@media (min-width: 900px) { .how { padding: 112px 0 120px; } }
.how-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .how-grid { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } }
.how-visual {
  background: var(--co-charcoal); color: var(--co-bone);
  border-radius: 20px; padding: 40px; min-height: 420px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.how-visual::before {
  content: ''; position: absolute;
  right: -80px; top: -80px; width: 240px; height: 240px;
  border-radius: 50%; background: var(--co-orange); opacity: 0.25;
}
.how-visual::after {
  content: ''; position: absolute;
  right: 40px; top: 40px; width: 140px; height: 140px;
  border-radius: 50%; background: var(--co-orange);
}
.layer-diagram { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; }
.layer {
  background: rgba(241,236,223,0.09); border: 1px solid rgba(241,236,223,0.15);
  border-radius: 10px; padding: 14px 16px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; letter-spacing: 0.04em; transition: all 0.24s;
}
.layer.accent { background: var(--co-orange); border-color: var(--co-orange); color: var(--co-bone); }
.layer .num { font-family: var(--font-display); font-size: 24px; opacity: 0.85; }
.layer .name { font-weight: 600; }
.layer .detail { opacity: 0.7; font-size: 12px; }

.how-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.04;
  letter-spacing: -0.015em; margin: 14px 0 18px;
  font-weight: 400; max-width: 16ch; text-wrap: balance;
}
.how-feats { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 20px; }
.how-feats li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border); }
.how-feats li:first-child { border-top: 0; padding-top: 0; }
.how-feats .num { font-family: var(--font-display); font-size: 20px; color: var(--co-orange); }
.how-feats .h { font-weight: 600; font-size: 16px; margin: 0 0 4px; }
.how-feats .p { color: var(--fg-muted); font-size: 14.5px; line-height: 1.55; margin: 0; }

/* ============================================================
   FOUNDER
   ============================================================ */
.founder { background: var(--co-peach); padding: 72px 0 80px; }
@media (min-width: 900px) { .founder { padding: 120px 0; } }
.founder-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 900px) { .founder-grid { grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: center; } }
.founder-portrait {
  background: var(--co-cheddar); aspect-ratio: 4/5;
  border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.founder-portrait::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(43,38,34,0.12), transparent 60%);
  pointer-events: none;
}
.founder-portrait .tag { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--co-charcoal); font-weight: 600; opacity: 0.7; }
.founder-portrait .name {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.2vw, 52px); line-height: 0.98;
  color: var(--co-charcoal); letter-spacing: -0.015em; font-weight: 400;
}
.founder-portrait .name em { font-style: italic; font-weight: 300; }

.founder-copy .eyebrow { margin-bottom: 16px; }
.founder-quote {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.15; letter-spacing: -0.015em;
  margin: 0 0 24px; color: var(--co-charcoal);
  font-weight: 400; text-wrap: balance;
}
.founder-quote em { font-style: italic; font-weight: 300; }
.founder-attrib { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; opacity: 0.7; }
.founder-sig { margin-top: 18px; font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 32px; opacity: 0.9; }

/* ============================================================
   PROOF BAR — stats
   ============================================================ */
.stats { background: var(--co-bone); padding: 72px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (min-width: 900px) { .stats-grid { grid-template-columns: repeat(4,1fr); gap: 48px; } }
.stat .n {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 72px); line-height: 1;
  letter-spacing: -0.02em; margin-bottom: 8px;
  color: var(--co-charcoal); font-weight: 400;
}
.stat .n em { color: var(--co-orange); font-style: italic; font-weight: 300; }
.stat .l { font-size: 13px; line-height: 1.45; color: var(--fg-muted); max-width: 22ch; }

/* ============================================================
   PHARMACIST TESTIMONIAL
   ============================================================ */
.pharmacist { padding: 72px 0 80px; }
@media (min-width: 900px) { .pharmacist { padding: 112px 0 120px; } }
.pharmacist-card {
  max-width: 840px; margin: 0 auto;
  text-align: center; padding: 0 16px;
}
.pharmacist-quote {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15; letter-spacing: -0.015em;
  margin: 24px 0; text-wrap: balance;
  font-weight: 400;
}
.pharmacist-quote em { font-style: italic; font-weight: 300; color: var(--co-orange); }
.pharmacist-mark { font-family: var(--font-display); font-size: 88px; line-height: 0.4; color: var(--co-orange); margin: 0; }
.byline { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; }
.byline-rule { width: 28px; height: 1.5px; background: var(--co-orange); }
.byline span { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; opacity: 0.7; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 72px 0 80px; background: var(--co-bone); }
@media (min-width: 900px) { .faq { padding: 112px 0 120px; } }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .faq-grid { grid-template-columns: 1fr 2fr; gap: 80px; } }
.faq-grid h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.04;
  letter-spacing: -0.015em; margin: 14px 0 0;
  font-weight: 400; max-width: 12ch;
}
.faq-list { display: flex; flex-direction: column; border-top: 1px solid var(--co-charcoal); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: transparent; border: 0;
  padding: 22px 0; display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-size: clamp(20px, 2.4vw, 26px); line-height: 1.2; color: var(--co-charcoal);
  cursor: pointer; font-weight: 400; gap: 16px;
}
.faq-q .plus { width: 24px; height: 24px; position: relative; flex-shrink: 0; }
.faq-q .plus::before, .faq-q .plus::after {
  content: ''; position: absolute; background: var(--co-charcoal);
  transition: transform 0.24s var(--ease-out);
}
.faq-q .plus::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-q .plus::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.36s var(--ease-out);
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a > div { padding: 0 0 22px; max-width: 60ch; line-height: 1.6; color: var(--fg-muted); font-size: 15.5px; }

/* ============================================================
   WAITLIST / SIGNUP
   ============================================================ */
.signup {
  background: var(--co-charcoal); color: var(--co-bone);
  padding: 72px 0 80px; position: relative; overflow: hidden;
}
@media (min-width: 900px) { .signup { padding: 120px 0; } }
.signup::before {
  content: ''; position: absolute;
  left: -160px; bottom: -160px; width: 440px; height: 440px;
  border-radius: 50%; background: var(--co-orange); opacity: 0.9;
}
.signup::after {
  content: ''; position: absolute;
  right: -80px; top: -80px; width: 220px; height: 220px;
  border-radius: 50%; background: var(--co-peach); opacity: 0.18;
}
.signup-inner {
  position: relative; z-index: 2;
  max-width: 720px; text-align: center; margin: 0 auto;
}
.signup-eyebrow {
  display: inline-flex; gap: 10px; align-items: center;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--co-peach); font-weight: 700; margin-bottom: 24px;
}
.signup-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--co-orange); border-radius: 50%; }
.signup h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 88px); line-height: 0.96;
  letter-spacing: -0.02em; margin: 0 0 20px;
  color: var(--co-bone); font-weight: 400;
}
.signup h2 em { color: var(--co-orange); font-style: italic; font-weight: 300; }
.signup p.sub { font-size: 17px; line-height: 1.55; opacity: 0.78; margin: 0 auto 36px; max-width: 48ch; }
.signup form {
  display: flex; gap: 10px; background: rgba(241,236,223,0.07);
  border: 1px solid rgba(241,236,223,0.2);
  padding: 8px; border-radius: 999px; max-width: 520px;
  margin: 0 auto; flex-wrap: wrap;
}
.signup input {
  flex: 1; min-width: 200px; background: transparent; border: 0;
  color: var(--co-bone); font-family: inherit; font-size: 15.5px;
  padding: 10px 18px; outline: none;
}
.signup input::placeholder { color: rgba(241,236,223,0.45); }
.signup .btn { background: var(--co-orange); color: var(--co-bone); }
.signup .btn:hover { background: var(--accent-hover); }
.signup .foot {
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
  font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase;
  opacity: 0.6; margin-top: 28px; font-weight: 500;
}
.signup .foot span { display: inline-flex; align-items: center; gap: 8px; }
.signup .foot .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--co-orange); }

.signup-question {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  margin-top: 18px;
}
.signup-chip {
  background: transparent; border: 1px solid rgba(241,236,223,0.28);
  color: var(--co-bone); padding: 9px 16px; border-radius: 999px;
  font-family: inherit; font-size: 13px; cursor: pointer;
  transition: all 0.18s; font-weight: 500;
}
.signup-chip:hover { border-color: var(--co-peach); }
.signup-chip.active { background: var(--co-peach); color: var(--co-charcoal); border-color: var(--co-peach); }

.signup-success { padding: 24px; }
.signup-success h3 {
  font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px);
  line-height: 1; margin: 0 0 16px; color: var(--co-peach); font-weight: 400;
}
.signup-success p { font-size: 16px; opacity: 0.8; max-width: 42ch; margin: 0 auto; }

/* ============================================================
   GIVE BACK
   ============================================================ */
.giveback { padding: 72px 0 80px; }
@media (min-width: 900px) { .giveback { padding: 112px 0 120px; } }
.giveback-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 900px) { .giveback-grid { grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; } }
.giveback h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 68px); line-height: 1.0;
  letter-spacing: -0.02em; margin: 14px 0 20px;
  font-weight: 400; max-width: 15ch; text-wrap: balance;
}
.giveback h2 em { font-style: italic; color: var(--co-orange); font-weight: 300; }
.giveback-counter {
  background: var(--co-orange); color: var(--co-bone);
  border-radius: 20px; padding: 32px; aspect-ratio: 1;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.giveback-counter::after {
  content: ''; position: absolute;
  left: -60px; bottom: -60px; width: 180px; height: 180px;
  border-radius: 50%; background: var(--co-peach); opacity: 0.16;
}
.giveback-counter .lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; position: relative; z-index: 1; }
.giveback-counter .n {
  font-family: var(--font-display); font-size: clamp(56px, 8vw, 120px);
  line-height: 1; letter-spacing: -0.02em; font-weight: 400;
  position: relative; z-index: 1;
}
.giveback-counter .foot { font-size: 13px; opacity: 0.85; position: relative; z-index: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--co-charcoal); color: var(--co-bone); padding: 64px 0 32px; }
.footer-wordmark {
  font-size: clamp(80px, 16vw, 220px); line-height: 0.85;
  margin: 0 0 32px; color: var(--co-peach);
}
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; padding-top: 40px; border-top: 1px solid rgba(241,236,223,0.12); }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer h4 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 16px; color: var(--co-peach); font-weight: 600; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-links a { cursor: pointer; opacity: 0.72; border-bottom: 1px solid transparent; padding-bottom: 1px; text-decoration: none; color: inherit; }
.footer-links a:hover { opacity: 1; border-color: currentColor; }
.footer-about { font-size: 14px; line-height: 1.55; opacity: 0.7; max-width: 36ch; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid rgba(241,236,223,0.12);
  font-size: 12.5px; opacity: 0.55;
}

/* ============================================================
   TWEAKS PANEL
   ============================================================ */
.tweaks {
  position: fixed; bottom: 20px; right: 20px; z-index: 999;
  background: var(--co-bone);
  border: 1px solid var(--co-charcoal);
  box-shadow: var(--shadow-lg);
  border-radius: 16px;
  width: 320px; max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  font-family: var(--font-body);
  display: none;
}
.tweaks.open { display: block; }
.tweaks-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px; border-bottom: 1px solid var(--border);
  position: sticky; top: 0; background: var(--co-bone); z-index: 1;
}
.tweaks-head h4 { margin: 0; font-family: var(--font-display); font-size: 22px; font-weight: 400; }
.tweaks-close { background: transparent; border: 0; font-size: 20px; cursor: pointer; color: var(--co-charcoal); padding: 4px 8px; }
.tweaks-body { padding: 14px 18px 20px; }
.tweak-group { margin-bottom: 20px; }
.tweak-group:last-child { margin-bottom: 0; }
.tweak-label { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-muted); font-weight: 700; margin-bottom: 10px; display: block; }
.tweak-opts { display: flex; gap: 6px; flex-wrap: wrap; }
.tweak-opt {
  background: transparent; border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 12px; font-size: 12px;
  font-family: inherit; cursor: pointer; color: var(--co-charcoal);
  transition: all 0.18s; font-weight: 500;
}
.tweak-opt:hover { border-color: var(--co-charcoal); }
.tweak-opt.active { background: var(--co-charcoal); color: var(--co-bone); border-color: var(--co-charcoal); }
.tweak-slider { width: 100%; accent-color: var(--co-orange); }
.tweak-slider-row { display: flex; justify-content: space-between; font-size: 11px; color: var(--fg-muted); margin-top: 4px; }

/* Tweak sub-label + toggle switch */
.tweak-sub { display: block; font-size: 11px; color: var(--fg-muted); margin-top: -6px; margin-bottom: 10px; font-style: italic; line-height: 1.3; }
.tweak-toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tweak-toggle-row .tweak-label { margin-bottom: 2px; }
.tweak-switch {
  position: relative; flex-shrink: 0;
  width: 40px; height: 22px; border-radius: 999px;
  background: #D6CFC0; border: 0; cursor: pointer; padding: 0;
  transition: background 0.18s;
}
.tweak-switch.on { background: var(--co-orange); }
.tweak-switch-knob {
  position: absolute; top: 2px; left: 2px;
  width: 18px; height: 18px; background: #fff;
  border-radius: 50%;
  transition: left 0.18s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.tweak-switch.on .tweak-switch-knob { left: 20px; }

/* ============================================================
   HERO V2 — CRO rebuild (mobile-first)
   ============================================================ */
.hero-v2 {
  background: var(--co-peach);
  padding: 32px 0 48px;
  position: relative;
  overflow: hidden;
}
.hero-v2-trial { background: var(--co-peach); }
.hero-v2-starter { background: var(--co-cheddar, #E6A23A); }
.hero-v2-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-v2 { padding: 72px 0 96px; }
  .hero-v2-inner { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
}
.hero-v2-copy { order: 1; }
.hero-v2-visual { order: 2; }
@media (min-width: 900px) {
  .hero-v2-copy { order: 1; }
  .hero-v2-visual { order: 2; }
}

.hero-v2-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--co-ink, #2B2622); font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.55);
  margin-bottom: 18px;
}
.pill-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--co-orange); display: inline-block;
  box-shadow: 0 0 0 3px rgba(232,107,44,0.2);
}
.hero-v2-h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--co-ink);
  text-wrap: balance;
}
.hero-v2-h1 em { font-style: italic; color: var(--co-orange); font-weight: 400; }
.hero-v2-lede {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
  color: rgba(43,38,34,0.8);
  max-width: 44ch;
  margin: 0 0 26px;
}

/* Price row */
.hero-v2-price-row {
  display: flex; align-items: stretch; gap: 14px;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.48);
  border: 1px solid rgba(43,38,34,0.12);
  border-radius: 10px;
  max-width: 520px;
  flex-wrap: wrap;
}
.hvp { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.hvp-lbl { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(43,38,34,0.55); font-weight: 700; }
.hvp-val {
  font-family: "Oswald", sans-serif; font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--co-ink); line-height: 1.0;
  letter-spacing: -0.01em;
}
.hvp-sub { font-size: 11px; color: rgba(43,38,34,0.65); font-style: italic; }
.hvp-sep { width: 1px; background: rgba(43,38,34,0.15); align-self: stretch; }

/* CTA block */
.hero-v2-ctas {
  display: flex; gap: 10px; align-items: center;
  margin-bottom: 20px; flex-wrap: wrap;
}
.hero-v2-ctas .btn-xl { padding: 16px 24px; font-size: 16px; }
.cta-adjacent { font-size: 12px; color: rgba(43,38,34,0.65); }
.cta-adjacent code {
  background: rgba(43,38,34,0.08); padding: 2px 6px; border-radius: 4px;
  font-family: "SF Mono", Menlo, monospace; font-size: 11.5px;
  color: var(--co-ink); font-weight: 600;
}

.hero-v2-trust {
  display: flex; gap: 10px; flex-wrap: wrap;
  align-items: center;
  font-size: 12.5px; color: rgba(43,38,34,0.7);
  font-weight: 500;
}
.hero-v2-trust .dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(43,38,34,0.35); }

/* Trial offer card */
.trial-offer-card {
  background: var(--co-bone);
  border: 1px solid rgba(43,38,34,0.15);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 22px;
  max-width: 540px;
  box-shadow: 0 12px 28px -16px rgba(43,38,34,0.3);
}
.toc-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.toc-name { font-family: var(--font-display); font-size: 20px; color: var(--co-ink); }
.toc-price { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 24px; color: var(--co-ink); }
.toc-price s { color: rgba(43,38,34,0.4); font-weight: 500; margin-right: 6px; }
.toc-price strong { color: var(--co-orange); }
.toc-meta { font-size: 12px; color: rgba(43,38,34,0.7); margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed rgba(43,38,34,0.18); }
.toc-guarantee { font-size: 13.5px; line-height: 1.5; color: rgba(43,38,34,0.85); }
.toc-guarantee strong { color: var(--co-ink); font-weight: 700; }

/* Starter grid */
.starter-grid {
  display: grid; gap: 10px;
  margin-bottom: 22px; max-width: 540px;
}
.sg-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 16px;
  background: rgba(255,255,255,0.55);
  border-radius: 10px;
  border: 1px solid rgba(43,38,34,0.1);
}
.sg-num { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 22px; color: var(--co-orange); min-width: 32px; }
.sg-n { font-family: var(--font-display); font-size: 18px; color: var(--co-ink); line-height: 1.1; margin-bottom: 2px; }
.sg-s { font-size: 13px; color: rgba(43,38,34,0.7); }

/* ============================================================
   HERO TYPE BLOCK (V2)
   ============================================================ */
.hc-v2 {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: 10px;
  overflow: hidden;
  background: #EFB88B;
  isolation: isolate;
  box-shadow: 0 24px 60px -28px rgba(43,38,34,0.35);
}

/* ============================================================
   TRUST ROW — right under hero
   ============================================================ */
.trustrow {
  background: var(--co-ink, #2B2622);
  color: #F1ECDF;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.trustrow-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  align-items: center;
}
@media (min-width: 760px) {
  .trustrow-inner { grid-template-columns: repeat(4, 1fr); }
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.01em;
  color: rgba(241,236,223,0.92);
}
.ti-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--co-orange); color: #fff;
  font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { padding: 64px 0; background: var(--co-peach); }
.reviews-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 28px;
}
@media (min-width: 760px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: var(--co-bone);
  border-radius: 10px;
  padding: 22px;
  border: 1px solid rgba(43,38,34,0.1);
  box-shadow: 0 6px 16px -10px rgba(43,38,34,0.2);
  display: flex; flex-direction: column; gap: 14px;
}
.review-stars { color: var(--co-orange); letter-spacing: 2px; font-size: 14px; }
.review-quote {
  font-family: var(--font-display);
  font-size: 18px; line-height: 1.4;
  color: var(--co-ink);
  margin: 0;
  text-wrap: pretty;
}
.review-byline { margin-top: auto; }
.rb-name { font-size: 12.5px; font-weight: 700; color: var(--co-ink); }
.rb-tag { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--co-orange); margin-top: 2px; }

/* ============================================================
   BUY — pack picker + reservation card
   ============================================================ */
.buy { padding: 72px 0 96px; background: var(--co-bone); }
.buy-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.buy-head h2 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); line-height: 1.05; margin: 10px 0 14px; letter-spacing: -0.015em; color: var(--co-ink); }
.buy-head h2 em { font-style: italic; color: var(--co-orange); }
.buy-sub { font-size: 16px; line-height: 1.5; color: var(--fg-muted); max-width: 52ch; margin: 0 auto; }
.buy-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 900px) { .buy-grid { grid-template-columns: 1.1fr 0.9fr; gap: 28px; } }

.buy-options { display: flex; flex-direction: column; gap: 10px; }
.buy-opt {
  display: grid;
  grid-template-columns: auto 64px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: var(--co-bone);
  border: 1.5px solid rgba(43,38,34,0.15);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
}
.buy-opt:hover { border-color: rgba(43,38,34,0.4); }
.buy-opt.active { border-color: var(--co-orange); background: rgba(232,107,44,0.04); box-shadow: 0 0 0 3px rgba(232,107,44,0.12); }
.buy-opt input { accent-color: var(--co-orange); width: 18px; height: 18px; }
.bo-swatch {
  width: 64px; height: 56px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Oswald", sans-serif; font-weight: 700; font-size: 18px;
  letter-spacing: 0.05em;
}
.bo-name { font-family: var(--font-display); font-size: 18px; color: var(--co-ink); line-height: 1.15; }
.bo-sub { font-size: 12.5px; color: var(--fg-muted); margin-top: 2px; }
.bo-price { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 22px; color: var(--co-ink); }

/* Reservation card */
.buy-card {
  background: var(--co-ink);
  color: #F1ECDF;
  border-radius: 14px;
  padding: 26px;
  position: sticky; top: 20px;
  align-self: start;
}
.bc-tag { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--co-orange); font-weight: 700; margin-bottom: 10px; }
.bc-name { font-family: var(--font-display); font-size: 22px; line-height: 1.2; margin-bottom: 4px; }
.bc-price { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 40px; letter-spacing: -0.01em; color: #F1ECDF; }
.bc-price span { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: rgba(241,236,223,0.6); letter-spacing: 0.05em; margin-left: 6px; font-style: italic; }
.bc-line { height: 1px; background: rgba(241,236,223,0.15); margin: 20px 0 16px; }
.bc-promise { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(241,236,223,0.82); margin-bottom: 20px; }
.bc-promise strong { color: var(--co-orange); font-weight: 700; }
.bc-form { display: flex; flex-direction: column; gap: 10px; }
.bc-form input {
  padding: 14px 16px;
  background: rgba(241,236,223,0.06);
  border: 1px solid rgba(241,236,223,0.2);
  border-radius: 8px;
  color: #F1ECDF;
  font-family: inherit;
  font-size: 15px;
}
.bc-form input::placeholder { color: rgba(241,236,223,0.4); }
.bc-form input:focus { outline: 2px solid var(--co-orange); outline-offset: -1px; }
.bc-form .hp-field { display: none !important; }
.bc-consent {
  align-items: flex-start;
  color: rgba(241,236,223,0.72);
  display: flex;
  font-size: 12px;
  gap: 9px;
  line-height: 1.35;
}
.bc-consent input {
  accent-color: var(--co-orange);
  flex: 0 0 auto;
  height: 15px;
  margin: 1px 0 0;
  width: 15px;
}
.bc-turnstile { margin: 2px 0 4px; }
.bc-form .btn { width: 100%; }
.bc-fine { font-size: 11.5px; color: rgba(241,236,223,0.55); text-align: center; font-style: italic; }
.bc-success { padding: 10px 0; }
.bc-success-h { font-family: var(--font-display); font-size: 24px; margin-bottom: 8px; color: var(--co-orange); }
.bc-success p { font-size: 14px; line-height: 1.5; color: rgba(241,236,223,0.85); margin: 0; }
.bc-success code { background: rgba(241,236,223,0.08); padding: 1px 6px; border-radius: 4px; font-size: 12.5px; }

/* ============================================================
   STICKY MOBILE CTA BAR
   ============================================================ */
.sticky-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 999;
  background: var(--co-ink);
  color: #F1ECDF;
  border-radius: 12px;
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 12px 36px -8px rgba(43,38,34,0.5), 0 2px 0 rgba(255,255,255,0.08) inset;
  transform: translateY(calc(100% + 20px));
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.2,0.9,0.3,1), opacity 0.2s;
}
.sticky-cta.visible { transform: translateY(0); opacity: 1; }
.sticky-cta-left { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.sc-price { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 20px; color: #F1ECDF; }
.sc-meta { font-size: 11px; color: rgba(241,236,223,0.7); }
.sticky-cta-btn {
  background: var(--co-orange); color: #fff;
  border: 0; font-family: inherit; font-weight: 700;
  font-size: 14px; padding: 12px 16px;
  border-radius: 8px; cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.sticky-cta-btn:hover { background: #D55B1F; }

/* Hide sticky CTA on desktop — desktop has persistent nav CTA */
@media (min-width: 900px) {
  .sticky-cta { display: none; }
}
/* Add bottom padding to body when sticky visible on mobile (legacy landing
   only; the Carry On pages have no global sticky bar, so they opt out). */
@media (max-width: 899px) {
  body:not([data-palette="carryon"]) { padding-bottom: 80px; }
}

/* ============================================================
   MOBILE REFINEMENTS — hero & nav
   ============================================================ */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-inner { padding-left: 16px; padding-right: 16px; }
  .announcement { font-size: 11px; padding: 8px 12px; }
  .hero-v2 { padding: 24px 0 36px; }
  .hero-v2-price-row { padding: 12px; gap: 10px; }
  .hero-v2-price-row .hvp-sep { display: none; }
  .hero-v2-price-row .hvp { flex: 1 1 30%; min-width: 90px; }
  .hero-v2-ctas .btn-xl { width: 100%; padding: 16px 20px; }
  .hero-v2-ctas .btn-ghost { width: 100%; }
  .buy-opt { grid-template-columns: auto 52px 1fr; grid-template-rows: auto auto; }
  .buy-opt .bo-price { grid-column: 2 / -1; grid-row: 2; margin-top: 4px; }
}

/* ============================================================
   UTIL
   ============================================================ */
.fade-in { animation: fadeIn 0.5s ease-out both; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   GENDER TOGGLE — shared across nav + hero + sections
   ============================================================ */
.gtoggle {
  display: inline-flex; border: 1.5px solid var(--co-charcoal);
  border-radius: 999px; padding: 3px; background: rgba(251,247,236,0.6);
  gap: 2px; align-items: center;
}
.gtoggle .gt {
  border: 0; background: transparent; color: var(--co-charcoal);
  font-family: inherit; font-weight: 600; letter-spacing: 0.02em;
  cursor: pointer; padding: 8px 18px; border-radius: 999px;
  font-size: 13px; transition: background 0.18s, color 0.18s;
}
.gtoggle .gt.active { background: var(--co-charcoal); color: var(--co-bone); }
.gtoggle-sm .gt { padding: 6px 14px; font-size: 12px; }
.gtoggle-md .gt { padding: 8px 18px; font-size: 13px; }

/* Nav right cluster */
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-right .gtoggle { display: none; }
@media (min-width: 720px) { .nav-right .gtoggle { display: inline-flex; } }

/* Hero gender pick */
.hero-gender-pick {
  display: flex; align-items: center; gap: 14px;
  margin: 4px 0 20px;
  flex-wrap: wrap;
}
.hgp-lbl {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-muted); font-weight: 600;
}

/* Product tier additions */
.product-tier { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.product-hero-line {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; margin-top: 6px; opacity: 0.8;
}
.product-ships {
  padding: 0 18px 18px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--co-orange); font-weight: 700; margin-top: auto;
}
.product-meta .cta-link {
  font-size: 13px; font-weight: 600; color: var(--co-orange);
  letter-spacing: 0.01em;
}

/* Pill light variant (for CoreMax waitlist badge on dark bg) */
.pill-light { background: rgba(241,236,223,0.94); color: var(--co-ink); }

/* Range footnote */
.range-footnote {
  margin-top: 32px; padding: 20px 24px;
  border: 1px dashed rgba(43,38,34,0.2);
  border-radius: 12px;
  font-size: 14px; line-height: 1.55; color: var(--fg-muted);
  text-align: center;
}
.range-footnote strong { color: var(--co-ink); }

/* Buy-opt price cell adjustment for absorbency icon instead of price */
.buy-opt .bo-price { min-width: 70px; text-align: right; display: flex; justify-content: flex-end; }

/* Pricing hide class — body[data-show-price="0"] .price { display: none } */
body[data-show-price="0"] .price,
body[data-show-price="0"] .bc-price-num { visibility: hidden; }

/* ============================================================
   PDP — product detail page
   ============================================================ */
.pdp { padding: 0 0 40px; background: var(--co-bone); }
.pdp-crumbs { font-size: 12px; letter-spacing: 0.06em; color: var(--fg-muted); padding: 20px 0 8px; }
.pdp-crumbs a { color: var(--co-charcoal); text-decoration: none; border-bottom: 1px solid transparent; }
.pdp-crumbs a:hover { border-color: currentColor; }
.pdp-crumbs span { margin: 0 8px; opacity: 0.5; }
.pdp-crumbs .current { color: var(--co-ink); font-weight: 600; }

.pdp-top {
  display: grid; grid-template-columns: 1fr; gap: 32px;
  padding: 20px 0 60px;
}
@media (min-width: 960px) {
  .pdp-top { grid-template-columns: 1.15fr 0.85fr; gap: 56px; padding: 32px 0 80px; }
}

/* Gallery */
.pdp-gallery { display: flex; flex-direction: column; gap: 12px; }
.pdp-gallery-main {
  aspect-ratio: 4/5;
  background: #F1ECDF;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
}
.pdp-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pdp-thumb {
  aspect-ratio: 1/1; border: 1.5px solid var(--border);
  background: var(--co-peach); border-radius: 10px; cursor: pointer;
  font-family: inherit; padding: 0;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, transform 0.15s;
}
.pdp-thumb.active { border-color: var(--co-orange); box-shadow: 0 0 0 3px rgba(232,107,44,0.18); }
.pdp-thumb:hover { transform: translateY(-2px); }
.pdp-thumb-lbl {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--co-ink); font-weight: 700; opacity: 0.75;
}

/* Gallery views */
.pdp-pack {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  padding: 40px 36px;
}
.pdp-pack-brand { font-size: 24px; letter-spacing: -0.02em; opacity: 0.75; }
.pdp-pack-tier { font-size: clamp(64px, 11vw, 128px); line-height: 0.9; margin-top: auto; letter-spacing: -0.03em; }
.pdp-pack-line { font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; margin-top: 12px; opacity: 0.85; }
.pdp-pack-spec { display: flex; gap: 8px; flex-wrap: wrap; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; margin-top: 20px; opacity: 0.7; }

.pdp-wearer {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #F5DEC8 0%, #E8C69C 100%);
  position: relative;
  display: flex; align-items: flex-end; justify-content: center;
}
.pdp-silo {
  width: 50%; height: 80%; background: #D9B186;
  border-radius: 120px 120px 20px 20px / 180px 180px 20px 20px;
  opacity: 0.5;
  position: relative;
}
.pdp-silo::before {
  content: ''; position: absolute; top: -14%; left: 50%; transform: translateX(-50%);
  width: 45%; aspect-ratio: 1; border-radius: 50%; background: #D9B186; opacity: 0.9;
}
.pdp-wearer-tag {
  position: absolute; bottom: 18px; right: 18px;
  background: rgba(251,247,236,0.9);
  padding: 8px 12px; border-radius: 999px;
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; color: var(--co-ink);
}
.pdp-garment {
  width: 100%; height: 100%;
  background: radial-gradient(ellipse at 50% 30%, #F5ECDC 0%, #E8DCC4 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.pdp-garment-shape { width: 54%; aspect-ratio: 1; position: relative; }
.pgs-waist, .pgs-body, .pgs-leg {
  position: absolute; background: #FBF7EC;
  border: 1.5px solid rgba(43,38,34,0.18);
}
.pgs-waist { top: 0; left: 10%; right: 10%; height: 14%; border-radius: 70px 70px 0 0 / 40px 40px 0 0; }
.pgs-body { top: 12%; left: 6%; right: 6%; bottom: 30%; border-radius: 6px 6px 60px 60px / 6px 6px 100px 100px; }
.pgs-leg { top: 72%; width: 32%; aspect-ratio: 1 / 1.2; border-radius: 0 0 40px 40px / 0 0 60px 60px; }
.pgs-l { left: 14%; }
.pgs-r { right: 14%; }
.pdp-garment-tag { position: absolute; bottom: 18px; right: 18px; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--co-ink); opacity: 0.55; }

.pdp-detail {
  width: 100%; height: 100%; padding: 40px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #2B2622 0%, #3a332d 100%);
  color: #F1ECDF;
}
.pdp-detail-layers { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 360px; }
.pdp-detail-layers > div {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 18px; border: 1px solid rgba(241,236,223,0.2);
  border-radius: 10px; font-size: 14px; font-weight: 500;
}
.pdp-detail-layers > div span { font-family: "Oswald", sans-serif; font-weight: 700; color: var(--co-orange); min-width: 32px; }
.pdp-detail-layers > div.on { background: var(--co-orange); color: var(--co-bone); border-color: transparent; }
.pdp-detail-layers > div.on span { color: var(--co-ink); }

/* Buy box */
.pdp-buy { display: flex; flex-direction: column; gap: 14px; }
.pdp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--co-orange); font-weight: 700;
}
.pdp-eyebrow .pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--co-orange); }
.pdp-h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px); line-height: 1.02;
  letter-spacing: -0.02em; color: var(--co-ink);
  margin: 4px 0 0;
}
.pdp-tagline { font-size: 18px; font-weight: 500; color: var(--fg-muted); letter-spacing: -0.005em; font-style: italic; }
.pdp-lede { font-size: 15.5px; line-height: 1.55; color: var(--fg-muted); max-width: 52ch; margin: 6px 0 4px; }

.pdp-absorb-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px;
  background: rgba(43,38,34,0.04);
  border-radius: 10px;
  font-size: 13px;
}
.pdp-absorb-lbl { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-muted); font-weight: 700; }
.pdp-absorb-lvl { color: var(--co-ink); font-weight: 500; }

.pdp-field { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; position: relative; }
.pdp-field > label { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-muted); font-weight: 700; }
.pdp-field-link { font-size: 12px; color: var(--co-orange); position: absolute; top: 0; right: 0; cursor: pointer; font-weight: 600; }
.pdp-size-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pdp-size {
  padding: 10px 18px; min-width: 52px;
  border: 1.5px solid var(--border); background: transparent; border-radius: 8px;
  cursor: pointer; font-family: inherit; font-weight: 600; font-size: 14px;
  color: var(--co-ink);
  transition: all 0.15s;
}
.pdp-size:hover { border-color: var(--co-charcoal); }
.pdp-size.active { background: var(--co-ink); color: var(--co-bone); border-color: var(--co-ink); }

.pdp-plan { display: flex; flex-direction: column; gap: 10px; }
.pdp-plan-opt {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 16px;
  border: 1.5px solid var(--border); border-radius: 10px; cursor: pointer;
  transition: all 0.15s;
}
.pdp-plan-opt.active { border-color: var(--co-orange); background: rgba(232,107,44,0.04); box-shadow: 0 0 0 3px rgba(232,107,44,0.12); }
.pdp-plan-opt input { margin-top: 3px; accent-color: var(--co-orange); }
.ppo-n { font-weight: 600; font-size: 14.5px; color: var(--co-ink); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ppo-s { font-size: 12.5px; color: var(--fg-muted); margin-top: 3px; }
.ppo-badge { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; background: var(--co-orange); color: var(--co-bone); padding: 3px 8px; border-radius: 999px; font-weight: 700; }

.pdp-qty-row { flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; }
.pdp-qty-row > label { margin: 0; }
.pdp-qty { display: inline-flex; border: 1.5px solid var(--border); border-radius: 999px; align-items: center; overflow: hidden; }
.pdp-qty button { background: transparent; border: 0; font-family: inherit; font-size: 18px; padding: 8px 14px; cursor: pointer; color: var(--co-ink); }
.pdp-qty span { padding: 0 4px; min-width: 24px; text-align: center; font-weight: 600; }

.pdp-form { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.pdp-form input[type="email"] {
  width: 100%; padding: 14px 16px;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-family: inherit; font-size: 15px; background: var(--co-bone);
}
.pdp-form input[type="email"]:focus { outline: 2px solid var(--co-orange); outline-offset: 1px; border-color: var(--co-orange); }
.pdp-fine { font-size: 12px; color: var(--fg-muted); text-align: center; }

.pdp-success {
  padding: 20px 18px; border-radius: 12px;
  background: rgba(232,107,44,0.08); border: 1px solid var(--co-orange);
}
.pdp-success-h { font-family: var(--font-display); font-size: 22px; color: var(--co-ink); letter-spacing: -0.01em; margin-bottom: 4px; }
.pdp-success p { font-size: 13.5px; color: var(--co-ink); line-height: 1.5; margin: 0; }
.pdp-success code { background: rgba(43,38,34,0.08); padding: 1px 6px; border-radius: 4px; font-size: 12px; }

.pdp-trust {
  list-style: none; margin: 10px 0 0; padding: 14px 16px;
  border: 1px dashed rgba(43,38,34,0.2);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 6px;
  font-size: 13px; color: var(--co-ink);
}
.pdp-trust li { font-weight: 500; }

/* Description */
.pdp-desc { padding: 72px 0 80px; background: #F1ECDF; }
.pdp-desc-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 900px) { .pdp-desc-grid { grid-template-columns: 0.9fr 1.1fr; gap: 56px; } }
.pdp-desc h2 { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.05; letter-spacing: -0.015em; color: var(--co-ink); margin: 8px 0 0; }
.pdp-desc-body .lede { font-size: 17px; line-height: 1.55; color: var(--co-ink); max-width: 52ch; margin: 0 0 24px; }
.pdp-feats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.pdp-feats li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(43,38,34,0.12); }
.pdp-feats .n { font-family: "Oswald", sans-serif; font-weight: 700; color: var(--co-orange); font-size: 20px; }
.pdp-feats .h { font-weight: 600; font-size: 16px; color: var(--co-ink); margin: 0; }
.pdp-feats .p { font-size: 14px; color: var(--fg-muted); line-height: 1.5; margin: 4px 0 0; }

/* Compare strip */
.pdp-compare { padding: 72px 0 80px; background: var(--co-bone); }
.pdp-compare h2 { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.05; letter-spacing: -0.015em; color: var(--co-ink); margin: 10px 0 24px; }
.pdp-compare h2 em { font-style: italic; color: var(--co-orange); }
.pdp-compare-grid {
  display: grid; grid-template-columns: minmax(100px, 1fr) repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(43,38,34,0.15);
  font-size: 13.5px;
}
.pdp-compare-head {
  display: contents;
}
.pdp-compare-head > div {
  padding: 18px 12px 14px; border-bottom: 1px solid rgba(43,38,34,0.15);
}
.pcg-col { display: flex; flex-direction: column; gap: 3px; }
.pcg-col .pcg-name { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.01em; color: var(--co-ink); }
.pcg-col .pcg-line { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); font-weight: 600; }
.pcg-col.on { position: relative; }
.pcg-col.on::after { content: 'You are here'; position: absolute; top: 4px; right: 8px; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--co-orange); font-weight: 700; }
.pcg-col.on .pcg-name, .pcg-col.on .pcg-line { color: var(--co-orange); }
.pcr { display: contents; }
.pcr > div { padding: 14px 12px; border-bottom: 1px solid rgba(43,38,34,0.08); }
.pcr-k { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); font-weight: 600; }
.pcr-v { color: var(--co-ink); }
.pcr-v.on { background: rgba(232,107,44,0.06); font-weight: 600; }
.pdp-compare-links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.pdp-compare-links a { color: var(--co-orange); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }

/* ============================================================
   Range card refinements (for "Coming soon" all-tier state)
   ============================================================ */
/* Make sure CoreMax (dark bg) badge stays light + readable */
.product-tier .product-hero-top .pill-light {
  background: rgba(255,255,255,0.94) !important;
  color: var(--co-ink) !important;
  font-weight: 700;
}
.product-tier .product-hero-top .pill-dark {
  background: var(--co-ink);
  color: var(--co-bone);
}
/* Tier price column = trial pack CTA link, keep strong */
.product-tier .product-meta .cta-link {
  color: var(--co-orange);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.005em;
  white-space: nowrap;
}
/* Ships row → repurposed as "Coming soon, trial packs now" */
.product-ships {
  color: var(--co-orange);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
}
