/* ==========================================================================
   CLARVA — liveclarva.com redesign
   Design system: premium intimate-wellness DTC (ref: Lunakai / Striv Labs)
   Mobile-first. Built for later rebuild in WordPress + Elementor.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root{
  /* Revisions 6.0 — CLARVA Website Color Brief v1.0 (Sept 2026).
     Blue is gone. The site is the frame: White canvas, Ink type, Ivory tiles,
     Bronze accents. Only the bottles and their label colours are saturated. */

  /* --- The six brand colours --- */
  --ink:          #141414;   /* CLARVA Ink        — buttons, headlines, topbar, footer */
  --white:        #FFFFFF;   /* CLARVA White      — page canvas, every section, cards  */
  --ivory:        #F8F5F0;   /* CLARVA Ivory      — rounded tiles, inner-page hero      */
  --champagne:    #EDE3D3;   /* CLARVA Champagne  — Zero-Risk Promise card ONLY         */
  --bronze:       #A67C52;   /* CLARVA Bronze     — stars, icons, rules, outlines       */
  --bronze-deep:  #8A6440;   /* CLARVA Bronze Deep— small labels, links, outline text   */

  /* --- Supporting neutrals (text + lines only) --- */
  --hairline:     #E7E1D8;   /* dividers, card borders, table rows */
  --field-border: #D9D1C4;   /* form inputs, inactive tabs         */
  --muted:        #6B655C;   /* secondary body copy, captions, nav  */
  --footer-text:  #B8AFA2;   /* links inside the Ink footer         */
  --footer-fine:  #8F877B;   /* FDA disclaimer + copyright          */
  --footer-rule:  #2E2E2E;   /* thin line inside the footer         */

  /* --- Product label accents -------------------------------------------
     Sourced from the locked sticker palettes. TESTO PLUS is darkened from the
     label blue #2E9BF0 for legibility per the brief ("or darker if hard to read").
     Replace with final artwork hex if the label files differ.                */
  --clarva-libido:      #123A29;   /* LIBIDO+ forest green   */
  --clarva-libido-tint: #E3E7E5;   /* 12% over White         */
  --clarva-testo:       #1B6FB5;   /* TESTO PLUS blue, darkened from #2E9BF0 */
  --clarva-testo-tint:  #E6F3FD;   /* 12% of #2E9BF0 over White */
  --clarva-peri:        #8E3A96;   /* PERIMENOPAUSE purple   */
  --clarva-peri-tint:   #F1E7F2;   /* 12% over White         */

  /* --- Legacy aliases: every existing rule and inline style keeps working --- */
  --paper:        var(--white);
  --grey-50:      var(--ivory);
  --grey-100:     var(--ivory);
  --grey-200:     var(--hairline);
  --grey-400:     var(--muted);
  --grey-600:     var(--muted);
  --charcoal:     var(--ink);
  --charcoal-2:   var(--ink);
  --black:        var(--ink);
  --onyx:         var(--ink);
  --cream:        var(--white);
  --cream-2:      var(--ivory);
  --cream-3:      var(--ivory);
  --ink-soft:     var(--muted);
  --ink-faint:    var(--muted);
  --line:         var(--hairline);
  --gold:         var(--bronze);
  --gold-2:       var(--bronze);
  --star:         var(--bronze);
  --sage:         var(--bronze);
  --sage-tint:    var(--ivory);
  --berry:        var(--bronze-deep);
  --berry-dark:   var(--ink);
  --berry-tint:   var(--ivory);
  --blue:         var(--ink);
  --blue-dark:    var(--ink);
  --blue-mid:     var(--ink);
  --alice:        var(--ivory);

  --shadow:       0 20px 44px -22px rgba(20,20,20,.14);
  --shadow-soft:  0 10px 28px -16px rgba(20,20,20,.10);
  --radius:       14px;
  --radius-lg:    18px;
  --font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-body:    "Jost", "Segoe UI", -apple-system, Helvetica, Arial, sans-serif;
  --wrap:         1180px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--font-body);
  font-size:1.0625rem;line-height:1.65;
  color:var(--ink-soft);background:var(--cream);
  -webkit-font-smoothing:antialiased;
}
img,svg,video{max-width:100%;display:block;height:auto}
a{color:var(--berry);text-decoration:none}
a:hover{color:var(--berry-dark)}
ul[class],ol[class]{list-style:none}
button{font:inherit;cursor:pointer;border:0;background:none}
input,select,textarea{font:inherit;color:var(--ink)}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px}

h1,h2,h3,h4{font-family:var(--font-display);color:var(--charcoal);line-height:1.12;font-weight:400}
h1{font-size:clamp(2.6rem,6.4vw,4.4rem);letter-spacing:-.015em;font-weight:400}
h2{font-size:clamp(1.85rem,4vw,2.6rem);font-weight:400;letter-spacing:-.01em}
h3{font-size:1.3rem;font-weight:400}
.lead{font-size:clamp(1.05rem,2.2vw,1.2rem)}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:22px}
.section{padding-block:clamp(56px,9vw,104px)}
.section--alt{background:var(--cream-2)}
.section--white{background:var(--white)}
.section-head{max-width:680px;margin:0 auto clamp(34px,5vw,56px);text-align:center}
.section-head p{margin-top:14px}
.kicker{display:inline-block;font-family:var(--font-body);font-size:.74rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--grey-400);background:none;padding:0;margin-bottom:18px}
.accent{color:var(--gold);font-style:italic;font-weight:400}


/* ---------- Buttons & chips ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-weight:600;font-size:1rem;letter-spacing:.01em;
  padding:15px 30px;border-radius:999px;transition:.22s ease;
  border:2px solid transparent;white-space:nowrap;
}
.btn--primary{background:var(--berry);color:#fff;box-shadow:0 12px 26px -12px rgba(16,16,16,.4)}
.btn--primary:hover{background:var(--berry-dark);color:#fff;transform:translateY(-2px)}
.btn--ghost{background:var(--white);color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-soft)}
.btn--ghost:hover{border-color:var(--berry);color:var(--berry)}
.btn--dark{background:var(--ink);color:#fff}
.btn--dark:hover{background:var(--bronze-deep);color:#fff}
.btn--amazon{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn--amazon:hover{background:var(--bronze-deep);color:#fff}
.btn--lg{padding:18px 38px;font-size:1.08rem}
.btn--sm{padding:10px 20px;font-size:.92rem}

.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--white);border:1px solid var(--line);border-radius:999px;
  padding:8px 16px;font-size:.9rem;font-weight:500;color:var(--ink);
  box-shadow:0 4px 12px -8px rgba(16,16,16,.18);
}
.chip svg{width:15px;height:15px;color:var(--berry);flex:none}

.stars{display:inline-flex;gap:2px;color:var(--star);letter-spacing:1px;font-size:1rem}

/* ---------- Announcement bar ---------- */
.topbar{
  background:var(--ink);color:var(--ivory);text-align:center;
  font-size:.85rem;font-weight:500;letter-spacing:.04em;padding:9px 16px;
}
.topbar a{color:var(--gold-2);font-weight:600}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(250,250,249,.9);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}
.brand{display:inline-flex;align-items:center;line-height:0}
.brand img{height:26px;width:auto}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{color:var(--ink);font-weight:500;font-size:.99rem;position:relative;padding-block:6px}
.nav-links a::after{
  content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--berry);
  border-radius:2px;transition:width .22s ease;
}
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{width:100%}
.nav-cta{display:flex;align-items:center;gap:12px}
.nav-toggle{display:none;flex-direction:column;gap:5px;padding:10px}
.nav-toggle span{width:24px;height:2.5px;border-radius:3px;background:var(--ink);transition:.25s}

@media (max-width:920px){
  .nav-toggle{display:flex}
  .nav-links{
    position:fixed;inset:74px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--cream);border-bottom:1px solid var(--line);padding:10px 22px 26px;
    transform:translateY(-130%);transition:transform .3s ease;box-shadow:var(--shadow);
  }
  .nav-links.is-open{transform:translateY(0)}
  .nav-links a{padding:14px 4px;border-bottom:1px solid var(--line);font-size:1.08rem}
  .nav-cta .btn--ghost{display:none}
}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden}
.hero .wrap{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,70px);
  align-items:center;padding-block:clamp(40px,7vw,90px);
}
.hero-copy .kicker{display:inline-block;font-family:var(--font-body);font-size:.74rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--grey-400);background:none;padding:0;margin-bottom:18px}
.hero-copy h1{margin-bottom:20px}
.hero-copy .lead{max-width:32rem;margin-bottom:26px}
.hero-copy .chips{margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px}
.hero-proof{display:flex;align-items:center;gap:14px}
.avatars{display:flex}
.avatars span{
  width:38px;height:38px;border-radius:50%;border:2.5px solid var(--cream);
  display:grid;place-items:center;font-size:.72rem;font-weight:700;color:#fff;
  margin-left:-10px;background:var(--berry);
}
.avatars span:first-child{margin-left:0}
.avatars span:nth-child(2){background:var(--gold)}
.avatars span:nth-child(3){background:var(--sage)}
.avatars span:nth-child(4){background:#4A4A46}
.avatars span:nth-child(5){background:var(--berry-dark)}
.hero-proof small{display:block;color:var(--ink-faint);font-size:.9rem}
.hero-proof strong{color:var(--ink)}

.hero-stage{
  position:relative;background:linear-gradient(160deg,var(--cream-3),var(--cream-2));
  border-radius:var(--radius-lg);padding:clamp(26px,4vw,48px) clamp(22px,3vw,40px) 26px;
  box-shadow:var(--shadow);text-align:center;
}
.hero-ribbon{
  position:absolute;top:22px;right:-42px;transform:rotate(38deg);
  background:var(--bronze);color:#fff;
  font-weight:700;font-size:.85rem;letter-spacing:.06em;padding:8px 56px;
}
.hero-stage .product-visual{width:min(250px,58%);margin:0 auto 20px;filter:drop-shadow(0 26px 30px rgba(16,16,16,.26))}
.hero-stage .tagline{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--berry)}
.hero-stage h2{font-size:1.6rem;margin-top:6px}
.hero-ship{
  position:absolute;left:-16px;top:44%;display:inline-flex;align-items:center;gap:8px;
  background:var(--white);border-radius:999px;padding:9px 18px;font-weight:600;font-size:.9rem;
  color:var(--ink);box-shadow:var(--shadow-soft);transform:rotate(-6deg);
}
.hero-ship i{width:9px;height:9px;border-radius:50%;background:var(--sage)}
.hero-thumbs{display:flex;justify-content:center;gap:12px;margin-top:22px}
.hero-thumbs button{
  width:58px;height:58px;border-radius:14px;background:var(--white);
  border:2px solid transparent;display:grid;place-items:center;padding:8px;
  box-shadow:var(--shadow-soft);transition:.2s;
}
.hero-thumbs button.is-active{border-color:var(--berry)}
.hero-thumbs button:hover{transform:translateY(-3px)}

@media (max-width:920px){
  .hero .wrap{grid-template-columns:1fr;text-align:center}
  .hero-copy .lead{margin-inline:auto}
  .hero-copy .chips,.hero-actions,.hero-proof{justify-content:center}
  .hero-ship{left:6px;top:40%}
}

/* ---------- Trust marquee ---------- */
.marquee{background:var(--white);color:var(--muted);overflow:hidden;padding-block:14px}
.marquee-track{display:flex;gap:0;width:max-content;animation:marquee 30s linear infinite}
.marquee-track span{
  display:inline-flex;align-items:center;gap:12px;padding-inline:28px;
  font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;
}
.marquee-track span::after{content:"✦";color:var(--gold-2);margin-left:28px}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ---------- Social-proof mosaic ---------- */
.mosaic{
  display:grid;grid-template-columns:minmax(280px,.9fr) 1.5fr;gap:0;
  border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);height:520px;
}
.mosaic-claim{
  background:var(--ivory);
  color:#fff;display:flex;flex-direction:column;justify-content:center;gap:14px;
  padding:clamp(28px,4vw,54px);
}
.mosaic-claim h2{color:#fff;font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.15}
.mosaic-claim p{color:var(--muted);max-width:26rem}
.mosaic-claim .stars{color:var(--gold-2)}
.mosaic-wall{position:relative;background:var(--cream-3);overflow:hidden;display:flex;gap:14px;padding-inline:14px}
.mosaic-col{display:flex;flex-direction:column;gap:14px;flex:1;animation:mosaic-up 26s linear infinite}
.mosaic-col:nth-child(2){animation-duration:34s;animation-direction:reverse}
.mosaic-col:nth-child(3){animation-duration:29s}
@keyframes mosaic-up{to{transform:translateY(-50%)}}
.tile{
  border-radius:16px;flex:none;height:150px;position:relative;overflow:hidden;
  display:grid;place-items:center;color:#fff;
  box-shadow:0 8px 18px -10px rgba(16,16,16,.32);
}
.tile figcaption{
  position:absolute;left:10px;bottom:8px;font-size:.72rem;font-weight:600;
  background:rgba(16,16,16,.55);padding:3px 10px;border-radius:99px;backdrop-filter:blur(3px);
}
.tile svg{width:52px;height:52px;opacity:.9}
.tile--tall{height:190px}
.tile--short{height:120px}
@media (max-width:820px){
  .mosaic{grid-template-columns:1fr;height:auto}
  .mosaic-wall{height:320px}
}

/* ---------- Product cards ---------- */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.5vw,30px)}
@media (max-width:920px){.product-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}}
.product-card{
  background:var(--white);border-radius:var(--radius-lg);overflow:visible;
  box-shadow:var(--shadow-soft);display:flex;flex-direction:column;
  transition:transform .25s ease,box-shadow .25s ease;position:relative;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-card .visual{
  padding:34px 30px 22px;display:grid;place-items:center;position:relative;
}
.product-card .visual .product-visual{width:150px;filter:drop-shadow(0 18px 20px rgba(16,16,16,.22));transition:transform .3s ease}
.product-card:hover .visual .product-visual{transform:scale(1.05) rotate(-1.5deg)}
.product-card .visual--siren{background:var(--grey-50)}
.product-card .visual--flint{background:var(--grey-50)}
.product-card .visual--havera{background:var(--grey-50)}
.product-card .for-tag{
  position:absolute;top:16px;left:16px;background:var(--white);color:var(--ink);
  font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:6px 13px;border-radius:99px;box-shadow:var(--shadow-soft);
}
.product-card .body{padding:24px 26px 28px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-card h3{font-size:1.5rem}
.product-card h3 small{
  display:block;font-family:var(--font-body);font-weight:500;font-size:.92rem;
  color:var(--ink-faint);letter-spacing:0;margin-top:4px;
}
.product-card .meta{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--ink-faint)}
.product-card .meta b{color:var(--ink)}
.product-card .ing{display:flex;flex-wrap:wrap;gap:6px}
.product-card .ing span{
  font-size:.78rem;font-weight:500;background:var(--cream);border:1px solid var(--line);
  color:var(--ink-soft);padding:4px 11px;border-radius:99px;
}
.product-card .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding-top:8px}
.product-card .actions .btn{padding:12px 10px;font-size:.92rem}

/* ---------- Feature / transparency grid ---------- */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,26px)}
@media (max-width:980px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.feature-grid{grid-template-columns:1fr}}
.feature{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 26px;box-shadow:var(--shadow-soft);
}
.feature .icon{
  width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:18px;
  background:var(--berry-tint);color:var(--berry);
}
.feature .icon svg{width:26px;height:26px}
.feature h3{font-size:1.18rem;margin-bottom:8px}
.feature p{font-size:.96rem}

/* ---------- Steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px);counter-reset:step}
@media (max-width:860px){.steps{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}
.step{background:var(--white);border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow-soft);position:relative}
.step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  font-family:var(--font-display);font-size:2.6rem;font-weight:800;color:var(--berry-tint);
  position:absolute;top:16px;right:22px;line-height:1;
}
.step h3{font-size:1.15rem;margin-bottom:8px;padding-right:60px}
.step p{font-size:.96rem}

/* ---------- Guarantee banner ---------- */
.guarantee-banner{
  background:var(--champagne);
  color:var(--muted);border-radius:18px;overflow:hidden;position:relative;
  display:grid;grid-template-columns:1.3fr .7fr;align-items:center;
  padding:clamp(34px,5vw,64px);gap:30px;box-shadow:var(--shadow);
}
.guarantee-banner h2{color:#fff;margin-bottom:14px}
.guarantee-banner p{color:var(--muted);max-width:34rem;margin-bottom:24px}
.guarantee-banner .btn--primary{background:var(--gold);box-shadow:none}
.guarantee-banner .btn--primary:hover{background:var(--gold-2)}
.guarantee-badge{
  justify-self:center;width:min(220px,70%);aspect-ratio:1;border-radius:50%;
  background:rgba(255,255,255,.08);border:1.5px solid var(--bronze);
  display:grid;place-items:center;text-align:center;padding:26px;
}
.guarantee-badge strong{font-family:var(--font-display);font-size:2rem;color:var(--ink);display:block;line-height:1.05}
.guarantee-badge span{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bronze-deep)}
@media (max-width:820px){.guarantee-banner{grid-template-columns:1fr;text-align:center}.guarantee-banner p{margin-inline:auto}}

/* ---------- Reviews ---------- */
.review-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.review-tabs button{
  padding:10px 22px;border-radius:999px;font-weight:600;font-size:.95rem;
  background:var(--white);color:var(--ink-soft);border:1px solid var(--line);transition:.2s;
}
.review-tabs button.is-active,.review-tabs button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px)}
@media (max-width:920px){.review-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}}
.review{
  background:var(--white);border-radius:var(--radius);padding:28px 26px;
  box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:14px;
}
.review .stars{font-size:.95rem}
.review blockquote{color:var(--ink);font-size:1rem;line-height:1.6}
.review .who{display:flex;align-items:center;gap:12px;margin-top:auto}
.review .who i{
  width:40px;height:40px;border-radius:50%;background:var(--berry);color:#fff;flex:none;
  display:grid;place-items:center;font-style:normal;font-weight:700;font-size:.85rem;
}
.review .who small{display:block;color:var(--ink-faint);font-size:.82rem}
.review .who strong{color:var(--ink);font-size:.95rem}
.verified{display:inline-flex;align-items:center;gap:5px;color:var(--sage);font-size:.78rem;font-weight:600}
.verified svg{width:13px;height:13px}

/* ---------- Video / UGC ---------- */
.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,22px)}
@media (max-width:980px){.video-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.video-grid{grid-template-columns:1fr}}
.video-card{
  position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;
  display:grid;place-items:center;box-shadow:var(--shadow-soft);color:#fff;
  transition:transform .25s ease;
}
.video-card:hover{transform:translateY(-5px)}
.video-card .play{
  width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--berry);
  display:grid;place-items:center;box-shadow:var(--shadow);transition:.2s;
}
.video-card:hover .play{transform:scale(1.1);background:#fff}
.video-card .play svg{width:22px;height:22px;margin-left:3px}
.video-card .label{
  position:absolute;left:14px;bottom:12px;font-size:.8rem;font-weight:600;
  background:rgba(16,16,16,.6);padding:5px 13px;border-radius:99px;backdrop-filter:blur(4px);
}

/* ---------- Blog ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px)}
@media (max-width:920px){.blog-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}}
.post-card{
  background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);
  display:flex;flex-direction:column;transition:transform .25s ease;
}
.post-card:hover{transform:translateY(-5px)}
.post-card .thumb{height:170px;display:grid;place-items:center;color:#fff}
.post-card .thumb svg{width:54px;height:54px;opacity:.9}
.post-card .body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:10px;flex:1}
.post-card .tag{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--berry)}
.post-card h3{font-size:1.2rem;line-height:1.3}
.post-card h3 a{color:var(--ink)}
.post-card h3 a:hover{color:var(--berry)}
.post-card p{font-size:.94rem}
.post-card .more{margin-top:auto;font-weight:600;font-size:.92rem}

/* ---------- FAQ ---------- */
.faq{max-width:760px;margin-inline:auto}
.faq details{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  margin-bottom:14px;overflow:hidden;box-shadow:var(--shadow-soft);
}
.faq summary{
  list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:20px 26px;font-weight:600;color:var(--ink);font-size:1.02rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-family:var(--font-display);font-size:1.5rem;color:var(--berry);
  flex:none;transition:transform .2s;line-height:1;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{padding:0 26px 22px;font-size:.98rem}

/* ---------- Newsletter ---------- */
.newsletter{
  background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);
  padding:clamp(34px,5vw,60px);text-align:center;max-width:820px;margin-inline:auto;
}
.newsletter h2{margin-bottom:12px}
.newsletter p{max-width:34rem;margin:0 auto 26px}
.newsletter form{display:flex;gap:12px;max-width:520px;margin-inline:auto}
.newsletter input{
  flex:1;border:1.5px solid var(--line);border-radius:999px;padding:15px 24px;background:var(--cream);
}
.newsletter input:focus{border-color:var(--berry);outline:none}
.newsletter small{display:block;margin-top:14px;color:var(--ink-faint);font-size:.8rem}
@media (max-width:560px){.newsletter form{flex-direction:column}}

/* ---------- Forms (register / refund) ---------- */
.form-card{
  background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);
  padding:clamp(28px,4vw,48px);max-width:640px;margin:-70px auto 0;position:relative;z-index:2;
}
.form-field{margin-bottom:22px}
.form-field label{display:block;font-weight:600;color:var(--ink);font-size:.96rem;margin-bottom:8px}
.form-field input,.form-field select,.form-field textarea{
  width:100%;border:1.5px solid var(--line);border-radius:14px;padding:14px 18px;
  background:var(--cream);transition:border-color .2s;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--berry);outline:none}
.form-field .hint{font-size:.84rem;color:var(--ink-faint);margin-top:6px}
.form-field textarea{min-height:110px;resize:vertical}
.form-note{font-size:.85rem;color:var(--ink-faint);text-align:center;margin-top:16px}

.product-select{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width:560px){.product-select{grid-template-columns:1fr}}
.product-select input{position:absolute;opacity:0;pointer-events:none}
.product-select label{
  display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;
  border:2px solid var(--line);border-radius:var(--radius);padding:18px 12px;cursor:pointer;
  transition:.2s;background:var(--cream);font-weight:600;color:var(--ink);
}
.product-select label small{font-weight:400;color:var(--ink-faint);font-size:.78rem}
.product-select label .product-visual{width:56px;filter:drop-shadow(0 8px 10px rgba(16,16,16,.18))}
.product-select input:checked+label{border-color:var(--berry);background:var(--berry-tint)}
.product-select input:focus-visible+label{outline:3px solid var(--gold);outline-offset:2px}

.confirm-card{text-align:center;padding-block:14px;display:none}
.confirm-card.is-visible{display:block}
.confirm-card .badge{
  width:76px;height:76px;border-radius:50%;background:var(--sage-tint);color:var(--sage);
  display:grid;place-items:center;margin:0 auto 20px;
}
.confirm-card .badge svg{width:36px;height:36px}
.confirm-card h2{font-size:1.7rem;margin-bottom:12px}
.confirm-card p{max-width:28rem;margin-inline:auto}
.confirm-card p+p{margin-top:10px}

.perk-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:640px;margin:34px auto 0}
@media (max-width:560px){.perk-grid{grid-template-columns:1fr}}
.perk{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;text-align:left;box-shadow:var(--shadow-soft);
}
.perk--highlight{background:var(--cream-2);border:2px solid var(--ink);position:relative}
.perk--highlight .free-flag{
  position:absolute;top:-12px;right:16px;background:var(--gold);color:#fff;
  font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:4px 12px;border-radius:99px;
}
.perk .icon{width:42px;height:42px;border-radius:12px;background:var(--berry-tint);color:var(--berry);display:grid;place-items:center;margin-bottom:12px}
.perk .icon svg{width:20px;height:20px}
.perk h3{font-size:1.05rem;margin-bottom:6px}
.perk p{font-size:.9rem}

/* ---------- Supports grid (product pages — "What X Supports") ---------- */
.supports-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(12px,1.6vw,20px)}
@media (max-width:900px){.supports-grid{grid-template-columns:repeat(2,1fr);max-width:560px;margin-inline:auto}}
@media (max-width:420px){.supports-grid{grid-template-columns:1fr}}
.support{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px 16px;text-align:center;box-shadow:var(--shadow-soft);
  display:flex;flex-direction:column;align-items:center;gap:14px;
  font-weight:600;color:var(--ink);font-size:.95rem;line-height:1.35;
}
.support-ic{width:52px;height:52px;border-radius:16px;background:var(--berry-tint);color:var(--berry);display:grid;place-items:center}
.support-ic svg{width:25px;height:25px}

/* ---------- Page hero (interior pages) ---------- */
.page-hero{
  background:var(--ivory);
  color:var(--muted);text-align:center;padding:clamp(56px,8vw,96px) 22px clamp(76px,9vw,120px);
}
.page-hero h1{color:#fff;font-size:clamp(2.1rem,5vw,3.2rem);margin-bottom:16px}
.page-hero p{max-width:38rem;margin-inline:auto}
.page-hero .kicker{display:inline-block;font-family:var(--font-body);font-size:.74rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--grey-400);background:none;padding:0;margin-bottom:18px}
.breadcrumbs{font-size:.85rem;margin-bottom:18px;color:var(--muted)}
.breadcrumbs a{color:var(--bronze-deep)}
.breadcrumbs a:hover{color:#fff}

/* ---------- Product detail page ---------- */
.pdp{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(30px,5vw,70px);align-items:start}
@media (max-width:920px){.pdp{grid-template-columns:1fr}}
.pdp-stage{
  border-radius:var(--radius-lg);padding:clamp(30px,4vw,56px);text-align:center;
  box-shadow:var(--shadow);position:sticky;top:100px;
}
@media (max-width:920px){.pdp-stage{position:static}}
.pdp-stage .product-visual{width:min(240px,60%);margin-inline:auto;filter:drop-shadow(0 26px 30px rgba(16,16,16,.28))}
.pdp-stage .chips{justify-content:center;margin-top:26px}
.pdp-info .kicker{display:inline-block;font-family:var(--font-body);font-size:.74rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--grey-400);background:none;padding:0;margin-bottom:18px}
.pdp-info h1{font-size:clamp(2.2rem,4.5vw,3rem);margin-bottom:6px}
.pdp-info .sub{font-size:1.15rem;color:var(--ink-faint);margin-bottom:16px}
.pdp-rating{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:.95rem}
.pdp-rating b{color:var(--ink)}
.pdp-info .lead{margin-bottom:26px}
.benefit-list{display:grid;gap:12px;margin-bottom:30px}
.benefit-list li{display:flex;gap:12px;align-items:flex-start;color:var(--ink-soft)}
.benefit-list li svg{width:22px;height:22px;color:var(--sage);flex:none;margin-top:3px}
.benefit-list li b{color:var(--ink)}
.pdp-buy{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;box-shadow:var(--shadow-soft);margin-bottom:26px;
}
.pdp-buy .row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.pdp-buy .row small{color:var(--ink-faint)}
.pdp-buy .btn{width:100%}
.pdp-buy .under{display:flex;justify-content:center;gap:18px;margin-top:14px;font-size:.82rem;color:var(--ink-faint);flex-wrap:wrap}
.pdp-buy .under span{display:inline-flex;align-items:center;gap:6px}
.pdp-buy .under svg{width:14px;height:14px;color:var(--sage)}

.ingredient-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}
.ingredient-table th,.ingredient-table td{padding:15px 20px;text-align:left;font-size:.95rem;border-bottom:1px solid var(--line)}
.ingredient-table th{background:var(--ink);color:#fff;font-weight:600;letter-spacing:.04em;font-size:.85rem;text-transform:uppercase}
.ingredient-table tr:last-child td{border-bottom:0}
.ingredient-table td:first-child{font-weight:600;color:var(--ink)}
.table-scroll{overflow-x:auto;border-radius:var(--radius)}

/* ---------- Team ---------- */
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(18px,2.5vw,30px);max-width:820px;margin-inline:auto}
.team-card{background:var(--white);border-radius:var(--radius-lg);padding:34px 28px;text-align:center;box-shadow:var(--shadow-soft)}
.team-card .photo{
  width:120px;height:120px;border-radius:50%;margin:0 auto 20px;
  display:grid;place-items:center;color:#fff;font-family:var(--font-display);
  font-size:2.2rem;font-weight:700;border:4px solid var(--cream-2);
}
.team-card h3{font-size:1.3rem}
.team-card .role{color:var(--berry);font-weight:600;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;margin:6px 0 14px}
.team-card p{font-size:.94rem}

/* ---------- Policy / article prose ---------- */
.prose{max-width:760px;margin-inline:auto}
.prose h2{font-size:1.7rem;margin:44px 0 14px}
.prose h3{margin:30px 0 10px}
.prose p{margin-bottom:16px}
.prose ul{margin:0 0 16px 22px}
.prose ul li{margin-bottom:8px}
.prose .callout{
  background:var(--berry-tint);border-left:4px solid var(--berry);border-radius:0 var(--radius) var(--radius) 0;
  padding:22px 26px;margin:26px 0;color:var(--ink);
}
.prose .callout b{color:var(--berry-dark)}

/* ---------- Footer ---------- */
.site-footer{background:var(--ink);color:var(--footer-text);margin-top:clamp(56px,9vw,104px)}
.footer-main{
  display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(26px,4vw,50px);
  padding-block:clamp(46px,6vw,72px);
}
@media (max-width:920px){.footer-main{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer-main{grid-template-columns:1fr}}
.site-footer .brand{display:inline-flex;align-items:center;line-height:0}
.site-footer .brand img{height:26px;width:auto}
.footer-about p{font-size:.94rem;max-width:22rem}
.footer-col h4{color:#fff;font-family:var(--font-body);font-weight:600;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px}
.footer-col ul li{margin-bottom:11px}
.footer-col a{color:var(--footer-text);font-size:.95rem}
.footer-col a:hover{color:var(--gold-2)}
.footer-legal{
  border-top:1px solid var(--footer-rule);padding-block:24px;
  font-size:.8rem;color:var(--footer-fine);
}
/* FDA disclaimer box — same ground as the footer, footer text colour, outline in that colour (rev3) */
.footer-legal .disclaimer{max-width:100%;margin:0 0 18px;line-height:1.6;
  background:transparent;color:var(--footer-fine);border:1px solid var(--footer-rule);border-radius:10px;padding:16px 20px;font-size:.8rem}
.footer-legal .row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-legal a{color:var(--footer-text)}

/* ---------- Reveal on scroll (activates only when JS is present) ---------- */
html.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
html.js .reveal.is-visible{opacity:1;transform:none}

/* ---------- Confetti canvas ---------- */
#confetti{position:fixed;inset:0;pointer-events:none;z-index:100}

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none}
}

/* ==========================================================================
   REVISIONS 4.0 — mono, product-centric additions
   ========================================================================== */

/* ---------- Product imagery (colour comes from the bottle, never the chrome) ---------- */
.bottle{display:block;width:100%;height:auto;object-fit:contain}
.hero-stage{background:var(--grey-50);border:1px solid var(--grey-200);box-shadow:none}
.hero-stage .bottle{width:min(300px,72%);margin:0 auto 18px;filter:drop-shadow(0 26px 34px rgba(16,16,16,.22))}
.hero-stage .tagline{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;color:var(--grey-400)}
.hero-stage h2{font-size:1.45rem;margin-top:8px}
.hero-thumbs button{background:var(--white);border:1px solid var(--grey-200);width:66px;height:66px;border-radius:10px}
.hero-thumbs button.is-active{border-color:var(--charcoal);box-shadow:0 0 0 1px var(--charcoal)}
.hero-thumbs img{width:100%;height:100%;object-fit:contain}

.product-card .visual{background:var(--grey-50);padding:30px 26px 20px}
.product-card .visual .bottle{width:auto;height:210px;margin-inline:auto;
  filter:drop-shadow(0 16px 22px rgba(16,16,16,.18));transition:transform .3s ease}
.product-card:hover .visual .bottle{transform:translateY(-6px) scale(1.03)}
.product-card .for-tag{background:var(--white);border:1px solid var(--grey-200);color:var(--charcoal);box-shadow:none}

/* ---------- PDP gallery ---------- */
.pdp-stage{background:var(--grey-50);border:1px solid var(--grey-200);box-shadow:none}
.pdp-stage .bottle{width:min(330px,78%);margin:0 auto;filter:drop-shadow(0 30px 38px rgba(16,16,16,.24))}
.pdp-gallery{display:flex;gap:10px;justify-content:center;margin-top:24px;flex-wrap:wrap}
.pdp-gallery button{width:72px;height:72px;border:1px solid var(--grey-200);background:var(--white);
  border-radius:10px;padding:6px;transition:.2s}
.pdp-gallery button.is-active{border-color:var(--charcoal);box-shadow:0 0 0 1px var(--charcoal)}
.pdp-gallery button:hover{transform:translateY(-2px)}
.pdp-gallery img{width:100%;height:100%;object-fit:contain}

/* ---------- Hero eyebrow / mono chips ---------- */
.hero-copy .kicker{display:block;margin-bottom:20px}
.chip{background:var(--white);border:1px solid var(--grey-200);color:var(--charcoal);box-shadow:none}
.chip svg{color:var(--charcoal)}
.stars{color:var(--charcoal);letter-spacing:2px}
.marquee{background:var(--white);color:var(--muted)}
.topbar{background:var(--ink);color:var(--ivory)}
.topbar a{color:var(--bronze);text-decoration:underline;text-underline-offset:3px}

/* ---------- Buttons: mono ---------- */
.btn--primary{background:var(--charcoal);color:#fff;box-shadow:none;border-radius:999px}
.btn--primary:hover{background:var(--black);color:#fff}
.btn--ghost{background:transparent;color:var(--charcoal);border-color:var(--grey-200);box-shadow:none}
.btn--ghost:hover{border-color:var(--charcoal);color:var(--charcoal);background:var(--white)}
.btn--amazon{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}
.btn--amazon:hover{background:var(--black);color:#fff}

/* ---------- Team ---------- */
.team-card{border:1px solid var(--grey-200);box-shadow:none;padding:0;overflow:hidden;text-align:center}
.team-card .photo{width:100%;height:auto;aspect-ratio:1;border-radius:0;margin:0;border:0;display:block;object-fit:cover}
.team-card .body{padding:22px 20px 26px}
.team-card h3{font-size:1.2rem;margin:0}
.team-card .role{color:var(--grey-400);font-family:var(--font-body);font-weight:600;font-size:.72rem;
  letter-spacing:.2em;text-transform:uppercase;margin:8px 0 0}

/* ---------- Contact page ---------- */
.contact-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(28px,4vw,56px);align-items:start}
@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}
.contact-form{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);
  padding:clamp(26px,3.5vw,40px)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media (max-width:560px){.field-row{grid-template-columns:1fr}}
.contact-aside{display:flex;flex-direction:column;gap:16px}
.contact-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:22px 24px}
.contact-card h3{font-size:1.05rem;margin-bottom:6px}
.contact-card p{font-size:.93rem;margin:0}
.contact-card a{color:var(--charcoal);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.file-drop{border:1.5px dashed var(--grey-200);border-radius:12px;padding:20px;text-align:center;
  color:var(--grey-400);font-size:.9rem;background:var(--paper);cursor:pointer;transition:.2s}
.file-drop:hover{border-color:var(--charcoal);color:var(--charcoal)}
.req{color:var(--charcoal)}
.char-count{font-size:.8rem;color:var(--grey-400);text-align:right;margin-top:6px}

/* ---------- Mono refinements ---------- */
.feature,.step,.review,.post-card,.newsletter,.form-card,.perk,.support{box-shadow:none;border:1px solid var(--grey-200)}
.feature .icon,.perk .icon,.support-ic{background:var(--grey-100);color:var(--charcoal)}
.step::before{color:var(--grey-200)}
.review .who i{background:var(--charcoal)}
.verified{color:var(--grey-600)}
.faq details{box-shadow:none}
.faq summary::after{color:var(--charcoal)}
.callout{background:var(--grey-50);border-left-color:var(--charcoal);color:var(--charcoal)}
.ingredient-table th{background:var(--charcoal)}
.guarantee-badge{border-color:rgba(255,255,255,.35)}
.guarantee-badge strong{color:#fff}
.guarantee-banner .btn--primary{background:#fff;color:var(--charcoal)}
.guarantee-banner .btn--primary:hover{background:var(--grey-100);color:var(--black)}
.mosaic-claim{background:var(--charcoal)}
.tile{filter:grayscale(1)}
.video-card{filter:grayscale(1)}
.post-card .thumb{filter:grayscale(1)}
.product-select label{background:var(--white)}
.product-select input:checked+label{border-color:var(--charcoal);background:var(--grey-50)}
.product-select label img{width:52px;height:auto;object-fit:contain}


/* --- Rev 4.0 fixes: card imagery, mono avatars, eyebrow has no icon --- */
.kicker svg{display:none}
.product-card .visual{min-height:260px;display:grid;place-items:center}
.product-card .visual .bottle{height:220px;width:auto;max-width:82%}
.avatars--mono span{background:var(--ink)}
.avatars--mono span:nth-child(2){background:var(--bronze-deep)}
.avatars--mono span:nth-child(3){background:var(--bronze)}
.avatars--mono span:nth-child(4){background:#4A4A46}
.avatars--mono span:nth-child(5){background:#6E6A62}
.avatars span{border-color:var(--paper)}

.tile img{height:76px;width:auto;object-fit:contain;filter:none}
.tile{overflow:hidden}

/* Ghost buttons sitting on dark grounds must invert */
.guarantee-banner .btn--ghost,
.page-hero .btn--ghost,
.mosaic-claim .btn--ghost{
  background:transparent;color:#fff;border-color:rgba(255,255,255,.5);
}
.guarantee-banner .btn--ghost:hover,
.page-hero .btn--ghost:hover,
.mosaic-claim .btn--ghost:hover{
  background:#fff;color:var(--charcoal);border-color:#fff;
}
/* ==========================================================================
   REVISIONS 6.0 — product-centric neutral palette
   Implements CLARVA Website Color Brief v1.0. Supersedes the Revisions 5.0
   Deep Space Blue system, which has been removed entirely.

   Three rules:
     1. No blue anywhere except a product's own label accent on its own page.
     2. Colour lives in tiles, not bands. Only the topbar and footer are
        full-width colour.
     3. Only the labels are saturated.
   ========================================================================== */

/* ---------- 1. Canvas: White everywhere ---------- */
body{background:var(--white);color:var(--muted)}
.section--alt,.section--white{background:var(--white)}

/* ---------- 2. Topbar + footer: the only full-width colour ---------- */
.topbar{background:var(--ink);color:var(--ivory)}
.topbar a{color:var(--bronze);text-decoration:underline;text-underline-offset:3px}
.topbar a:hover{color:var(--ivory)}

.site-footer{background:var(--ink);color:var(--footer-text)}
.footer-col h4{color:var(--bronze)}
.footer-col a,.site-footer .footer-about p{color:var(--footer-text)}
.footer-col a:hover{color:var(--ivory)}
.footer-legal{border-top:1px solid var(--footer-rule);color:var(--footer-fine)}
.footer-legal a{color:var(--footer-text)}
.footer-legal a:hover{color:var(--ivory)}
.footer-legal .disclaimer{color:var(--footer-fine);border:1px solid var(--footer-rule)}

/* ---------- 3. Header ---------- */
.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--hairline)}
.nav-links a{color:var(--muted)}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--ink)}
.nav-links a::after{background:var(--bronze)}
.nav-toggle span{background:var(--ink)}
@media (max-width:920px){.nav-links{background:var(--white);border-bottom:1px solid var(--hairline)}}

/* ---------- 4. Type + links ---------- */
h1,h2,h3,h4{color:var(--ink)}
.accent{color:var(--bronze);font-style:italic}
.kicker,.hero-copy .kicker,.pdp-info .kicker,.page-hero .kicker{color:var(--bronze-deep)}
a{color:var(--bronze-deep)}
a:hover{color:var(--ink)}
:focus-visible{outline:3px solid var(--bronze);outline-offset:2px}

/* ---------- 5. Buttons ---------- */
.btn{border-radius:8px;border-width:1px}
.btn--primary,.btn--dark,.btn--amazon{
  background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:none;border-radius:8px;
}
.btn--primary:hover,.btn--dark:hover,.btn--amazon:hover{
  background:var(--bronze-deep);color:#fff;border-color:var(--bronze-deep);transform:none;
}
.btn--ghost{
  background:transparent;color:var(--bronze-deep);
  border:1px solid var(--bronze);box-shadow:none;border-radius:8px;
}
.btn--ghost:hover{background:var(--ivory);color:var(--bronze-deep);border-color:var(--bronze)}

/* ---------- 6. Chips, stars, ticks ---------- */
.chip{background:var(--white);border:1px solid var(--hairline);color:var(--ink)}
.chip svg{color:var(--bronze)}
.stars{color:var(--bronze);letter-spacing:2px}
.stars i{background:linear-gradient(90deg,var(--bronze) 50%,var(--hairline) 50%);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.verified{color:var(--bronze-deep)}
.verified svg,.benefit-list li svg,.pdp-buy .under svg{color:var(--bronze)}
.hero-ship i{background:var(--bronze)}

/* ---------- 7. Trust marquee: hairlines, no band ---------- */
.marquee{
  background:var(--white);color:var(--muted);
  border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);
}
.marquee-track span::after{color:var(--bronze)}

/* ---------- 8. Community mosaic: Ivory tiles, no dark panel ---------- */
.mosaic{box-shadow:none;border:1px solid var(--hairline);border-radius:var(--radius-lg)}
.mosaic-claim{background:var(--ivory);color:var(--muted)}
.mosaic-claim h2{color:var(--ink)}
.mosaic-claim p{color:var(--muted)}
.mosaic-claim .stars{color:var(--bronze)}
.mosaic-claim .btn--primary{background:var(--ink);color:#fff}
.mosaic-claim .btn--primary:hover{background:var(--bronze-deep);color:#fff}
.mosaic-claim .btn--ghost{background:transparent;color:var(--bronze-deep);border-color:var(--bronze)}
.mosaic-claim .btn--ghost:hover{background:var(--white);color:var(--bronze-deep);border-color:var(--bronze)}
.mosaic-wall{background:var(--white)}
.tile{background:var(--ivory);color:var(--bronze);box-shadow:none;filter:none;border:1px solid var(--hairline)}
.tile svg{color:var(--bronze);opacity:1}
.tile figcaption{
  background:rgba(255,255,255,.9);color:var(--ink);
  border:1px solid var(--hairline);backdrop-filter:none;
}

/* ---------- 9. Product cards ---------- */
.product-card{background:var(--white);border:1px solid var(--hairline);box-shadow:none}
.product-card:hover{box-shadow:var(--shadow-soft)}
.product-card .visual,
.product-card .visual--siren,.product-card .visual--flint,.product-card .visual--havera{
  background:var(--ivory);
}
.product-card .for-tag{background:var(--white);border:1px solid var(--hairline);color:var(--ink)}
.product-card .ing span{background:var(--white);border:1px solid var(--hairline);color:var(--muted)}
.product-card h3 a,.post-card h3 a{color:var(--ink)}
.product-card h3 a:hover,.post-card h3 a:hover{color:var(--bronze-deep)}

/* ---------- 10. Feature / step / perk / support icons ---------- */
.feature,.step,.review,.post-card,.newsletter,.form-card,.perk,.support,.faq details{
  background:var(--white);border:1px solid var(--hairline);box-shadow:none;
}
.feature .icon,.perk .icon,.support-ic{background:var(--ivory);color:var(--bronze)}
.step::before{color:var(--hairline)}
.perk--highlight{background:var(--ivory);border:1px solid var(--bronze)}
.perk--highlight .free-flag{background:var(--bronze);color:#fff}
.faq summary{color:var(--ink)}
.faq summary::after{color:var(--bronze)}
.callout,.prose .callout{background:var(--ivory);border-left:3px solid var(--bronze);color:var(--ink)}
.prose .callout b{color:var(--bronze-deep)}

/* ---------- 11. Reviews ---------- */
.review{background:var(--ivory);border:1px solid var(--hairline)}
.review blockquote{color:var(--ink)}
.review .who i,.review:nth-child(3n+2) .who i,.review:nth-child(3n+3) .who i{background:var(--ink);color:#fff}
.review-tabs button{background:var(--white);color:var(--ink);border:1px solid var(--field-border);border-radius:8px}
.review-tabs button.is-active,.review-tabs button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---------- 12. Avatars: neutral ---------- */
.avatars span,.avatars--mono span{border-color:var(--white)}
.avatars--mono span:nth-child(1),.avatars span:nth-child(1){background:var(--ink)}
.avatars--mono span:nth-child(2),.avatars span:nth-child(2){background:var(--bronze-deep)}
.avatars--mono span:nth-child(3),.avatars span:nth-child(3){background:var(--bronze)}
.avatars--mono span:nth-child(4),.avatars span:nth-child(4){background:#4A4A46}
.avatars--mono span:nth-child(5),.avatars span:nth-child(5){background:#6E6A62}

/* ---------- 13. Video + blog tiles: Ivory, Ink play button ---------- */
.video-card,.post-card .thumb{background:var(--ivory);filter:none;color:var(--bronze);box-shadow:none}
.video-card{border:1px solid var(--hairline)}
.video-card .play{background:var(--ink);color:#fff;box-shadow:none}
.video-card:hover .play{background:var(--bronze-deep);color:#fff}
.video-card .label{
  background:rgba(255,255,255,.92);color:var(--ink);
  border:1px solid var(--hairline);backdrop-filter:none;
}
.post-card .thumb svg{color:var(--bronze);opacity:1}
.post-card .tag{color:var(--bronze-deep)}

/* ---------- 14. Forms ---------- */
.newsletter input,.form-field input,.form-field select,.form-field textarea,.contact-form input,
.contact-form select,.contact-form textarea{
  background:var(--white);border:1px solid var(--field-border);
}
.newsletter input:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{
  border-color:var(--ink);outline:none;
}
.product-select label{background:var(--white);border:1px solid var(--field-border);color:var(--ink)}
.product-select input:checked+label{border:2px solid var(--ink);background:var(--ivory)}
.product-select input:focus-visible+label{outline:3px solid var(--bronze);outline-offset:2px}
.confirm-card .badge{background:var(--ivory);color:var(--bronze)}
.file-drop{border:1.5px dashed var(--field-border);background:var(--white);color:var(--muted)}
.file-drop:hover{border-color:var(--ink);color:var(--ink)}
.req{color:var(--bronze-deep)}
.contact-card{background:var(--ivory);border:1px solid var(--hairline)}
.contact-card a{color:var(--bronze-deep)}

/* ---------- 15. Inner-page hero: Ivory + Bronze rule (was blue) ---------- */
.page-hero{
  background:var(--ivory);color:var(--muted);
  border-bottom:1px solid var(--bronze);
}
.page-hero h1{color:var(--ink)}
.page-hero p{color:var(--muted)}
.breadcrumbs{color:var(--muted)}
.breadcrumbs a{color:var(--bronze-deep)}
.breadcrumbs a:hover{color:var(--ink);text-decoration:underline}
.page-hero .btn--ghost{background:transparent;color:var(--bronze-deep);border-color:var(--bronze)}
.page-hero .btn--ghost:hover{background:var(--white);color:var(--bronze-deep);border-color:var(--bronze)}

/* ---------- 16. Zero-Risk Promise: White section + Champagne card ---------- */
.guarantee-banner{
  background:var(--champagne);color:var(--muted);
  border-radius:18px;padding:clamp(32px,4.5vw,40px);box-shadow:none;border:0;
}
.guarantee-banner h2{color:var(--ink)}
.guarantee-banner p{color:var(--muted)}
.guarantee-banner .btn--primary{background:var(--ink);color:#fff;border-color:var(--ink)}
.guarantee-banner .btn--primary:hover{background:var(--bronze-deep);color:#fff;border-color:var(--bronze-deep)}
.guarantee-banner .btn--ghost{background:transparent;color:var(--bronze-deep);border:1px solid var(--bronze)}
.guarantee-banner .btn--ghost:hover{background:var(--white);color:var(--bronze-deep);border-color:var(--bronze)}
.guarantee-badge{
  background:transparent;border:1.5px solid var(--bronze);border-style:solid;
}
.guarantee-badge strong{color:var(--ink)}
.guarantee-badge span{color:var(--bronze-deep)}

/* ---------- 17. Product stages + tables ---------- */
.hero-stage,.pdp-stage,.product-card .visual{background:var(--ivory);border:1px solid var(--hairline);box-shadow:none}
.hero-ribbon{background:var(--bronze);color:#fff}
.hero-stage .tagline{color:var(--bronze-deep)}
.hero-thumbs button,.pdp-gallery button{background:var(--white);border:1px solid var(--hairline)}
.hero-thumbs button.is-active,.pdp-gallery button.is-active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.ingredient-table{background:var(--white);border:1px solid var(--hairline);box-shadow:none}
.ingredient-table th{background:var(--ivory);color:var(--ink)}
.ingredient-table th,.ingredient-table td{border-bottom:1px solid var(--hairline)}
.ingredient-table td:first-child{color:var(--ink)}
.pdp-buy{background:var(--white);border:1px solid var(--hairline);box-shadow:none}
.team-card{background:var(--white);border:1px solid var(--hairline);box-shadow:none}
.team-card .role{color:var(--bronze-deep)}

/* ==========================================================================
   PRODUCT LABEL ACCENTS — each page uses only its own label colour
   Add class="p-libido" | "p-testo" | "p-peri" to <body> on the product page.
   ========================================================================== */
.p-libido{--accent:var(--clarva-libido);--accent-tint:var(--clarva-libido-tint)}
.p-testo {--accent:var(--clarva-testo); --accent-tint:var(--clarva-testo-tint)}
.p-peri  {--accent:var(--clarva-peri);  --accent-tint:var(--clarva-peri-tint)}

.p-libido .support-ic,.p-testo .support-ic,.p-peri .support-ic,
.p-libido .support-ic[class*="ic-"],.p-testo .support-ic[class*="ic-"],.p-peri .support-ic[class*="ic-"]{
  background:var(--accent-tint);color:var(--accent);
}
.p-libido .pdp-info .chip svg,.p-testo .pdp-info .chip svg,.p-peri .pdp-info .chip svg{color:var(--accent)}
.p-libido .pdp-info .benefit-list li svg,
.p-testo  .pdp-info .benefit-list li svg,
.p-peri   .pdp-info .benefit-list li svg{color:var(--accent)}
.p-libido .ingredient-table th,.p-testo .ingredient-table th,.p-peri .ingredient-table th{
  background:var(--accent-tint);color:var(--accent);
}
.p-libido .pdp-info .kicker,.p-testo .pdp-info .kicker,.p-peri .pdp-info .kicker{color:var(--accent)}

/* Never let a label colour touch a button, a section background, or a headline. */
.p-libido .btn--primary,.p-testo .btn--primary,.p-peri .btn--primary,
.p-libido .btn--amazon,.p-testo .btn--amazon,.p-peri .btn--amazon{background:var(--ink);color:#fff}


/* ==========================================================================
   REVISIONS 8.0 — V8 Build Brief (V8-01 … V8-16)
   Static build target: GitHub → Cloudflare Pages. No builder dependencies.
   Breakpoints held: 390 · 430 · 768 · 1024 · 1280 · 1440+
   ========================================================================== */

/* ---------- R5/R7 · global alignment + overflow discipline ---------- */
html,body{max-width:100%;overflow-x:clip}
img,svg,video,iframe{max-width:100%}
.wrap{padding-inline:clamp(18px,5vw,22px)}
.btn{min-height:44px}
.btn--sm{min-height:44px;padding-block:11px}
@media (max-width:560px){
  body{font-size:1rem}
  .btn,.btn--sm{font-size:.95rem}
  small,.hero-proof small,.review .who small,.form-field .hint,.form-note{font-size:.8125rem}
}

/* Announcement bar: never clipped at the top (Screenshot 1) */
.topbar{padding:11px 18px;line-height:1.45;position:relative;z-index:70}
.topbar a{white-space:nowrap}
@media (max-width:560px){
  .topbar{font-size:.8125rem;padding:10px 16px}
  .topbar a{white-space:normal}
}

/* Header: logo, button and hamburger on one baseline */
.site-header{background:rgba(255,255,255,.94)}
.nav{gap:16px;min-height:68px}
.brand{flex:none}
.brand img{height:24px;width:auto;display:block}
.nav-cta{gap:10px;flex:none;align-items:center}
.nav-toggle{align-items:center;justify-content:center;height:44px;width:44px;gap:5px;padding:0;flex:none}
@media (max-width:920px){
  .nav-links{inset:68px 0 auto 0}
  .nav-cta .btn--primary{padding:11px 16px;font-size:.9rem}
}
@media (max-width:400px){
  .brand img{height:21px}
  .nav-cta .btn--primary{padding:11px 13px;font-size:.84rem}
}

/* ---------- V8-02 · star rating, rebuilt as one SVG sprite ---------- */
.stars{
  position:relative;display:inline-block;line-height:0;vertical-align:-.22em;
  width:96px;height:18.24px;color:var(--hairline);flex:none;letter-spacing:0;
}
.stars svg{display:block;width:96px;height:18.24px;fill:currentColor}
.stars .s-fill{
  position:absolute;inset:0;overflow:hidden;width:var(--pct,100%);
  color:var(--bronze);line-height:0;
}
.stars--sm,.stars--sm svg{width:80px;height:15.2px}
.stars--lg,.stars--lg svg{width:112px;height:21.28px}
.mosaic-claim .stars,.review .stars{color:var(--hairline)}

/* ---------- V8-04 · product thumbnail strip, box contains the bottle ---------- */
.hero-thumbs,.pdp-gallery{display:flex;justify-content:center;gap:10px;margin-top:22px;flex-wrap:nowrap}
.hero-thumbs button,.pdp-gallery button{
  width:56px;height:76px;flex:none;padding:6px 5px;border-radius:10px;
  background:var(--ivory);border:1px solid var(--hairline);
  display:grid;place-items:center;overflow:hidden;transition:border-color .18s,box-shadow .18s;
  box-shadow:none;position:relative;
}
.hero-thumbs img,.pdp-gallery img{
  width:100%;height:100%;object-fit:contain;object-position:center;display:block;
}
.hero-thumbs button:hover,.pdp-gallery button:hover{border-color:var(--bronze);transform:none}
.hero-thumbs button.is-active,.pdp-gallery button.is-active{
  border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:var(--white);
}
/* 44px tap target without growing the visual box */
.hero-thumbs button::after,.pdp-gallery button::after{
  content:"";position:absolute;inset:-6px -4px;
}
@media (max-width:400px){
  .hero-thumbs button,.pdp-gallery button{width:52px;height:72px}
}

/* ---------- V8-05 · every gallery slide at one scale ---------- */
.pdp-stage .bottle{height:clamp(230px,38vw,360px);width:auto;max-width:86%;margin-inline:auto}
.hero-stage .bottle{height:clamp(210px,34vw,310px);width:auto;max-width:78%}
.product-card .visual .bottle{height:210px;width:auto;max-width:78%}

/* ---------- V8-13 · button pairs side by side on mobile ---------- */
.btn-pair{display:flex;gap:12px;flex-wrap:wrap}
.btn-pair .btn{flex:1 1 0;min-width:0;white-space:normal}
@media (max-width:560px){
  .btn-pair{flex-wrap:nowrap;gap:10px}
  .btn-pair .btn{
    flex:1 1 50%;width:50%;padding-inline:8px;font-size:.88rem;
    letter-spacing:0;justify-content:center;
  }
  .btn-pair .btn svg,.btn-pair .btn .arrow{display:none}
}
@media (max-width:360px){ .btn-pair .btn{font-size:.82rem} }

/* ---------- V8-10 / V8-11 / V8-12 · mobile rails instead of endless scroll ---------- */
.rail{
  display:grid;grid-auto-flow:column;overflow-x:auto;overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom;
  scrollbar-width:none;padding-bottom:4px;
}
.rail::-webkit-scrollbar{display:none}
.rail > *{scroll-snap-align:center}
.rail-dots{display:none;justify-content:center;gap:7px;margin-top:16px}
.rail-dots button{
  width:7px;height:7px;padding:0;border-radius:50%;background:var(--hairline);
  transition:background .2s,width .2s;
}
.rail-dots button.is-active{background:var(--ink);width:20px;border-radius:4px}
.rail-hint{display:none;text-align:center;font-size:.78rem;color:var(--muted);margin-top:12px;letter-spacing:.04em}

@media (max-width:768px){
  /* one review per view with a peek of the next — a 170px card is unreadable */
  .review-grid.rail{
    grid-auto-flow:column;grid-auto-columns:82%;gap:12px;
    margin-inline:calc(-1 * clamp(18px,5vw,22px));
    padding-inline:clamp(18px,5vw,22px);max-width:none;
  }
  .review-grid.rail .review{height:100%}
  /* videos and community tiles are images — two at a time reads fine */
  .video-grid.rail{
    grid-auto-flow:column;grid-auto-columns:46%;gap:12px;
    margin-inline:calc(-1 * clamp(18px,5vw,22px));
    padding-inline:clamp(18px,5vw,22px);max-width:none;
  }
  .rail-dots{display:flex}
  .rail-hint{display:block}
}
@media (min-width:769px){
  .rail{display:grid;grid-auto-flow:row;overflow:visible}
}

/* filter tabs scroll rather than wrap into a ragged block */
.review-tabs,.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:30px}
.review-tabs button,.filter-tabs button{
  padding:11px 20px;border-radius:8px;font-weight:600;font-size:.92rem;min-height:44px;
  background:var(--white);color:var(--ink);border:1px solid var(--field-border);transition:.18s;
}
.review-tabs button.is-active,.filter-tabs button.is-active,
.review-tabs button:hover,.filter-tabs button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
@media (max-width:560px){
  .review-tabs,.filter-tabs{
    flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;
    margin-inline:calc(-1 * clamp(18px,5vw,22px));padding-inline:clamp(18px,5vw,22px);
  }
  .review-tabs::-webkit-scrollbar,.filter-tabs::-webkit-scrollbar{display:none}
  .review-tabs button,.filter-tabs button{flex:none;padding:11px 16px;font-size:.86rem}
}

/* ---------- V8-14 · UGC wall, aligned, no ragged masonry ---------- */
.ugc{display:grid;grid-template-columns:minmax(260px,.92fr) 1.6fr;gap:0;
  border:1px solid var(--hairline);border-radius:var(--radius-lg);overflow:hidden}
.ugc-claim{background:var(--ivory);display:flex;flex-direction:column;justify-content:center;
  gap:14px;padding:clamp(26px,4vw,54px)}
.ugc-claim h2{color:var(--ink)}
.ugc-claim p{color:var(--muted);max-width:26rem}
.ugc-wall{background:var(--white);padding:14px;display:grid;
  grid-template-columns:repeat(4,1fr);gap:10px;align-content:start}
.ugc-tile{position:relative;border-radius:12px;overflow:hidden;background:var(--ivory);
  border:1px solid var(--hairline);aspect-ratio:1/1}
.ugc-tile img{width:100%;height:100%;object-fit:cover;display:block}
.ugc-tile figcaption{
  position:absolute;left:8px;bottom:8px;right:8px;font-size:.66rem;font-weight:700;
  letter-spacing:.09em;text-transform:uppercase;color:var(--ink);
  background:rgba(255,255,255,.92);border:1px solid var(--hairline);
  padding:4px 9px;border-radius:99px;text-align:center;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
@media (max-width:1024px){
  .ugc{grid-template-columns:1fr}
  .ugc-wall{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:640px){ .ugc-wall{grid-template-columns:repeat(3,1fr);gap:8px;padding:10px} }
@media (max-width:380px){ .ugc-tile figcaption{font-size:.6rem;padding:3px 7px} }

/* ---------- V8-06 · blog imagery: subject art + the product bottle ---------- */
.post-card .thumb{
  position:relative;height:176px;background:var(--ivory);display:block;overflow:hidden;
  border-bottom:1px solid var(--hairline);
}
.post-card .thumb .art{
  position:absolute;inset:0;width:100%;height:100%;display:block;color:var(--bronze);opacity:.92;
}
.post-card .thumb .art svg{width:100%;height:100%;display:block}
.post-card .thumb .bottle-chip{
  position:absolute;right:14px;bottom:12px;height:86px;width:auto;
  filter:drop-shadow(0 10px 14px rgba(20,20,20,.20));
}
.post-card .thumb svg:not(.art svg){width:auto}

/* ---------- V8-07 · community tiles: a deliberate Coming Soon ---------- */
.video-card{background:var(--ivory);border:1px solid var(--hairline);aspect-ratio:3/4;
  display:grid;place-items:center;position:relative;overflow:hidden}
.video-card .play{background:var(--ink);color:#fff}
.vc-soon{
  position:absolute;inset:auto 0 0 0;padding:14px 14px 16px;text-align:center;
  background:linear-gradient(to top,rgba(248,245,240,.98) 62%,rgba(248,245,240,0));
}
.vc-soon .lab{
  display:inline-block;font-size:.64rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--bronze-deep);border:1px solid var(--bronze);border-radius:99px;padding:4px 11px;
  background:var(--white);
}
.vc-soon .who{display:block;margin-top:8px;font-size:.8rem;font-weight:600;color:var(--ink)}
.video-card .placeholder-ring{
  width:62px;height:62px;border-radius:50%;border:1.5px solid var(--bronze);
  display:grid;place-items:center;color:var(--bronze);margin-bottom:44px;
}
.video-card .placeholder-ring svg{width:24px;height:24px}

/* ---------- V8-16 · filtered cards ---------- */
[data-filter-item].is-hidden{display:none}
.filter-empty{display:none;text-align:center;color:var(--muted);padding:34px 0}
.filter-empty.is-visible{display:block}

/* ---------- Section 6 · grid integrity + vertical rhythm ---------- */
.product-grid,.blog-grid,.review-grid,.feature-grid,.steps,.supports-grid,.perk-grid,.team-grid{align-items:stretch}
.product-card,.post-card,.review,.feature,.step,.support,.perk,.team-card{height:100%}
.post-card .body,.product-card .body{flex:1}
.section{padding-block:clamp(44px,7vw,96px)}
@media (max-width:560px){
  .section{padding-block:clamp(38px,9vw,56px)}
  h1{font-size:clamp(2.05rem,8.4vw,2.7rem);text-wrap:balance}
  h2{font-size:clamp(1.55rem,6.2vw,2rem);text-wrap:balance}
  .section-head{margin-bottom:26px}
  .lead{text-wrap:pretty}
}
/* no orphan half-rows in the 5-up supports grid */
@media (min-width:901px){ .supports-grid{grid-template-columns:repeat(5,1fr)} }
@media (max-width:900px) and (min-width:561px){ .supports-grid{grid-template-columns:repeat(3,1fr)} }
@media (max-width:560px){ .supports-grid{grid-template-columns:repeat(2,1fr)} }

/* mosaic marquee never bleeds text to the edge */
.marquee-track span{padding-inline:20px}
@media (max-width:560px){ .marquee-track span{padding-inline:14px;font-size:.8rem} }

/* forms */
.field-row{gap:14px}
@media (max-width:560px){ .field-row{grid-template-columns:1fr} }
.form-card{margin-top:0}
@media (max-width:560px){ .form-card{margin:-40px auto 0;padding:24px 20px} }

/* ---------- V8-15 · article furniture ---------- */
.prose .lead{font-size:1.12rem;color:var(--ink);margin-bottom:26px}
.prose .cite{font-size:.86rem;color:var(--muted);border-left:2px solid var(--bronze);
  padding-left:14px;margin:-6px 0 20px}
.prose ol{margin:0 0 16px 22px}
.prose ol li{margin-bottom:8px}
.prose .ingredient-table{margin:18px 0 26px;font-size:.94rem}
.prose .ingredient-table th{background:var(--ivory);color:var(--ink);text-transform:uppercase;
  font-size:.74rem;letter-spacing:.08em}
.prose .ingredient-table td{vertical-align:top}
.post-cta{background:var(--ivory);border:1px solid var(--hairline);border-radius:var(--radius-lg);
  padding:clamp(24px,4vw,40px);margin-top:44px;text-align:center}
.post-cta h3{margin-bottom:10px}
.post-cta p{margin-bottom:20px}
.related{list-style:none;margin:0 0 8px;padding:0}
.related li{border-bottom:1px solid var(--hairline);padding:14px 0}
.related li:last-child{border-bottom:0}
.related a{font-weight:600;color:var(--ink)}
.related a:hover{color:var(--bronze-deep)}
.article-footer{margin-top:40px;padding-top:24px;border-top:1px solid var(--hairline)}
.article-footer .footnote{font-size:.84rem;color:var(--muted);margin-bottom:12px;line-height:1.6}
.article-footer .fda-line{font-size:.86rem;color:var(--ink);line-height:1.6;margin-bottom:12px}
.logo-invert{filter:invert(1) brightness(2)}
.site-footer .brand img{height:24px}


/* ==========================================================================
   REVISIONS 9.0 — V9 Fix Brief
   ========================================================================== */

/* ---------- V9-10 · star rating — single element, masked, exact partial fill ----------
   One box. One paint. There is no second layer that can offset, so the ghost
   star cannot come back. --pct is the only input: rating / 5 * 100.            */
.stars{
  --pct:100%;
  display:inline-block;vertical-align:-.2em;flex:none;
  width:96px;height:18.24px;line-height:0;font-size:0;
  background-image:linear-gradient(90deg,
      var(--bronze) 0, var(--bronze) var(--pct),
      var(--hairline) var(--pct), var(--hairline) 100%);
  -webkit-mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2019%22%3E%3Cpath%20d%3D%22M9.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM29.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM49.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM69.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM89.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E'); mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2019%22%3E%3Cpath%20d%3D%22M9.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM29.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM49.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM69.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8zM89.5%201l2.47%205.01%205.53.8-4%203.9.94%205.5-4.94-2.6-4.95%202.6.95-5.5-4-3.9%205.53-.8z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:left center; mask-position:left center;
  -webkit-mask-size:100% 100%; mask-size:100% 100%;
}
.stars > *{display:none}                 /* belt and braces: no child can ever paint */
.stars--sm{width:80px;height:15.2px}
.stars--lg{width:112px;height:21.28px}
.star-sprite{display:none!important}
@supports not (mask-size:100% 100%){
  .stars{background:none;color:var(--bronze)}
}

/* ---------- V9-03 / V9-04 · product-card component — body can never be clipped ----------
   V8 set height:100% on a grid item and left overflow:hidden on the card, so the
   body was cropped away below the image. Fixed on the component, not per page.  */
.product-grid{align-items:stretch}
.product-card{
  height:auto;min-height:0;overflow:visible;
  display:flex;flex-direction:column;
  border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--hairline);
}
.product-card > .visual{
  flex:0 0 auto;overflow:hidden;
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
}
.product-card > .body{
  flex:1 1 auto;min-height:0;overflow:visible;
  display:flex;flex-direction:column;gap:12px;
}
.product-card .body > *{min-width:0}
.product-card .actions{margin-top:auto}
/* same guard for every other card that stacks image-over-body */
.post-card,.review,.feature,.step,.support,.perk,.team-card{
  height:auto;min-height:0;overflow:visible;
}
.post-card{display:flex;flex-direction:column}
.post-card > .thumb{flex:0 0 auto;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}
.post-card > .body{flex:1 1 auto;min-height:0}

/* ---------- V9-06 / V9-09 · buttons never overflow their container ----------
   Root cause was .btn{white-space:nowrap} on long labels in narrow cards.      */
.btn{
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;
  max-width:100%;min-width:0;text-align:center;
}
.btn-pair .btn{white-space:normal}
.product-card .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-card .actions .btn{padding:12px 8px;font-size:.9rem;letter-spacing:0}
@media (max-width:420px){
  .product-card .actions{grid-template-columns:1fr}
  .product-card .actions .btn{font-size:.92rem}
}
.confirm-card .btn,.form-card .btn{max-width:100%;width:100%}
.confirm-card{padding-inline:0}

/* ---------- V9-02 · UGC rotating wall (V7 pattern), 1.5× the V7 speed ---------- */
.mosaic{display:grid;grid-template-columns:minmax(260px,.92fr) 1.6fr;gap:0;
  border:1px solid var(--hairline);border-radius:var(--radius-lg);overflow:hidden;height:520px}
.mosaic-claim{background:var(--ivory);display:flex;flex-direction:column;justify-content:center;
  gap:14px;padding:clamp(26px,4vw,54px)}
.mosaic-claim h2{color:var(--ink)}
.mosaic-claim p{color:var(--muted);max-width:26rem}
.mosaic-wall{position:relative;background:var(--white);overflow:hidden;
  display:flex;gap:12px;padding:12px}
.mosaic-wall::before,.mosaic-wall::after{
  content:"";position:absolute;left:0;right:0;height:56px;z-index:2;pointer-events:none}
.mosaic-wall::before{top:0;background:linear-gradient(to bottom,var(--white),transparent)}
.mosaic-wall::after{bottom:0;background:linear-gradient(to top,var(--white),transparent)}
.mosaic-col{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0;
  animation:mosaic-up 17.3s linear infinite}   /* V7 26s ÷ 1.5 */
.mosaic-col:nth-child(2){animation-duration:22.7s;animation-direction:reverse}  /* V7 34s ÷ 1.5 */
.mosaic-col:nth-child(3){animation-duration:19.3s}                              /* V7 29s ÷ 1.5 */
@keyframes mosaic-up{from{transform:translateY(0)}to{transform:translateY(-50%)}}
.mosaic .tile{
  position:relative;flex:0 0 auto;aspect-ratio:1/1;width:100%;height:auto;
  border-radius:12px;overflow:hidden;background:var(--ivory);
  border:1px solid var(--hairline);box-shadow:none;filter:none;display:block;
}
.mosaic .tile img{width:100%;height:100%;object-fit:cover;display:block}
.mosaic .tile figcaption{
  position:absolute;left:7px;right:7px;bottom:7px;font-size:.6rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:var(--ink);text-align:center;
  background:rgba(255,255,255,.92);border:1px solid var(--hairline);
  padding:3px 7px;border-radius:99px;backdrop-filter:none;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
@media (max-width:1024px){ .mosaic{grid-template-columns:1fr;height:auto} .mosaic-wall{height:420px} }
@media (max-width:560px){ .mosaic-wall{height:360px;gap:9px;padding:9px} .mosaic-col{gap:9px} }
@media (prefers-reduced-motion:reduce){ .mosaic-col{animation:none} }

/* ---------- V9-07 · mobile reviews rail — even card width, even row height ---------- */
@media (max-width:768px){
  .review-grid.rail{grid-auto-columns:86%;align-items:stretch}
  .review-grid.rail .review{
    height:100%;min-height:0;display:flex;flex-direction:column;
    padding:22px 20px;
  }
  .review-grid.rail .review blockquote{font-size:.98rem;line-height:1.55;text-wrap:pretty}
  .review-grid.rail .review .who{margin-top:auto;padding-top:12px}
}

/* ---------- V9-08 · blog visuals, one per post ---------- */
.post-card .thumb{height:186px}
.post-card .thumb .art svg{width:100%;height:100%}
.post-card .thumb .bottle-chip{height:96px;right:12px;bottom:10px}
.post-card .thumb .coa-chip{
  position:absolute;right:12px;bottom:10px;width:88px;height:auto;border-radius:4px;
  box-shadow:0 8px 16px rgba(20,20,20,.18);
}

/* V9-09 · full-width action button inside a card */
.btn--block{display:flex;width:100%;max-width:100%;box-sizing:border-box}
.confirm-card .btn--block{margin-inline:auto}


/* ==========================================================================
   REVISIONS 10.0
   ========================================================================== */

/* ---------- V10-04 · hero rating sits clear of the button pair ---------- */
.hero-actions,.hero-actions.btn-pair{margin-bottom:clamp(22px,3.4vw,30px)}
.hero-proof{display:flex;align-items:center;gap:14px;margin-top:clamp(20px,3vw,26px)}
.hero-rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.3}
.hero-rating b{color:var(--ink);font-size:1rem}
.hero-rating small{display:block;flex:1 0 100%;color:var(--muted);font-size:.82rem;margin-top:2px}
@media (max-width:920px){ .hero-proof{justify-content:center;margin-top:24px} }
@media (max-width:560px){ .hero-proof{gap:12px} .hero-rating small{font-size:.8rem} }

/* ---------- V10-03 · no bottle ever sits flush with its frame ----------
   Every product image now has a guaranteed gutter on all four sides. The
   "bottom 20% cut off" read came from the bottle filling its stage exactly. */
.hero-thumbs button,.pdp-gallery button{
  width:60px;height:84px;padding:10px 8px 12px;
}
.hero-thumbs img,.pdp-gallery img{
  width:100%;height:100%;object-fit:contain;object-position:center;
}
@media (max-width:400px){ .hero-thumbs button,.pdp-gallery button{width:56px;height:78px;padding:9px 7px 11px} }

.product-card > .visual{
  min-height:280px;padding:30px 24px 36px;display:grid;place-items:center;
}
.product-card .visual .bottle{height:196px;width:auto;max-width:70%;object-fit:contain}
@media (max-width:920px){
  .product-card > .visual{min-height:300px;padding:32px 24px 38px}
  .product-card .visual .bottle{height:212px}
}

.hero-stage{padding:clamp(26px,4vw,48px) clamp(22px,3vw,40px) clamp(28px,3.6vw,34px)}
.hero-stage .bottle{height:clamp(196px,30vw,288px);width:auto;max-width:72%;object-fit:contain;margin-bottom:18px}
.pdp-stage{padding:clamp(30px,4vw,56px) clamp(26px,3.4vw,48px) clamp(32px,4vw,50px)}
.pdp-stage .bottle{height:clamp(216px,34vw,336px);width:auto;max-width:74%;object-fit:contain}
.post-card .thumb .bottle-chip{height:92px;right:14px;bottom:14px}
.post-card .thumb .coa-chip{width:84px;right:14px;bottom:14px}
.mosaic .tile img,.ugc-tile img{object-fit:cover;object-position:center 32%}

/* ---------- V10-02 / V10-08 · rotating wall: 7 per column, seamless, 30% faster ----------
   V9 ran 17.3 / 22.7 / 19.3s. At 1.3x that is 13.3 / 17.5 / 14.8s.
   Column height is derived from tile size so all 7 pass through the window. */
.mosaic{height:clamp(440px,52vw,560px)}
.mosaic-wall{padding:12px;gap:12px;align-items:flex-start}
.mosaic-col{
  flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:12px;
  animation:mosaic-up 13.3s linear infinite;will-change:transform;
}
.mosaic-col:nth-child(2){animation-duration:17.5s;animation-direction:reverse}
.mosaic-col:nth-child(3){animation-duration:14.8s}
.mosaic .tile{width:100%;aspect-ratio:1/1;flex:0 0 auto}

@media (max-width:1024px){
  /* tablet: keep the V7 shape — claim panel, then a tall 3-column wall that
     actually cycles all seven instead of showing two and resetting */
  .mosaic{grid-template-columns:1fr;height:auto}
  .mosaic-wall{height:clamp(400px,58vw,520px)}
}
@media (min-width:769px) and (max-width:1024px){
  .mosaic-wall{height:520px}
}
@media (max-width:560px){
  .mosaic-wall{height:380px;padding:9px;gap:9px}
  .mosaic-col{gap:9px}
}

/* ---------- V10-06 · reviews rail — real card width on mobile, 3-up swipe above ----------
   Root cause: .review-grid kept grid-template-columns:repeat(3,1fr) from the base
   rule, so the first three cards were laid into narrow explicit tracks and only
   cards 4+ used grid-auto-columns. Clearing the template fixes the squeeze.     */
.review-grid.rail{grid-template-columns:none!important;scroll-padding-inline:clamp(18px,5vw,22px)}
@media (max-width:768px){
  .review-grid.rail{grid-auto-columns:89%;gap:12px}
  .review-grid.rail .review{padding:22px 20px}
  .review-grid.rail .review blockquote{font-size:1rem;line-height:1.6;text-wrap:pretty}
}
@media (min-width:769px){
  /* tablet + desktop: three in view, swipe for the rest */
  .review-grid.rail{
    display:grid;grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x proximity;
    grid-auto-columns:calc((100% - 2 * clamp(16px,2vw,26px)) / 3);
    gap:clamp(16px,2vw,26px);
    margin-inline:calc(-1 * clamp(18px,5vw,22px));
    padding-inline:clamp(18px,5vw,22px);padding-bottom:6px;
    scrollbar-width:none;
  }
  .review-grid.rail::-webkit-scrollbar{display:none}
  .review-grid.rail > *{scroll-snap-align:start}
  .review-grid.rail ~ .rail-dots{display:flex}
  .review-grid.rail ~ .rail-hint{display:block}
}
.review{display:flex;flex-direction:column}
.review .who{margin-top:auto;padding-top:14px}
.review blockquote{overflow-wrap:anywhere}

/* ---------- V10-07 · two-line action button, in reading order ---------- */
.btn--stack{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;line-height:1.3;padding-block:13px;text-align:center;
}
.btn--stack .l1{display:block;font-weight:500;opacity:.92;font-size:.94em}
.btn--stack .l2{display:block;font-weight:700}

/* ---------- V10-02 · seamless loop maths ----------
   With `gap`, half the column is 7 tiles + 6.5 gaps but the loop needs
   7 tiles + 7 gaps — a 6px jump every cycle, which reads as "it resets".
   Spacing moves onto the tile so -50% lands exactly on a tile boundary. */
.mosaic-col{gap:0}
.mosaic .tile{margin-bottom:12px}
@media (max-width:560px){ .mosaic .tile{margin-bottom:9px} }

/* reviews rail must not inherit the stacked single-column cap */
.review-grid.rail{max-width:none!important;margin-inline:calc(-1 * clamp(18px,5vw,22px))}
@media (max-width:768px){ .review-grid.rail{padding-inline:clamp(18px,5vw,22px)} }


/* ==========================================================================
   REVISIONS 11.0
   ========================================================================== */

/* ---------- V11-01 · UGC wall, 15% slower (V10 13.3 / 17.5 / 14.8 ÷ 0.85) ---------- */
.mosaic-col{animation-duration:15.6s}
.mosaic-col:nth-child(2){animation-duration:20.6s}
.mosaic-col:nth-child(3){animation-duration:17.4s}

/* ---------- V11-02 · thumbnail tiles taller so the whole bottle sits inside ----------
   The tile was 60x84 — content 44x62, a 0.71 ratio against a 0.57 bottle, so the
   bottle was height-constrained and ran edge to edge top and bottom. The tile is
   now taller than the bottle's own ratio, which makes the bottle width-constrained
   and leaves real clearance above and below it at every breakpoint.            */
.hero-thumbs,.pdp-gallery{gap:12px;align-items:stretch}
.hero-thumbs button,.pdp-gallery button{
  width:66px;height:116px;padding:12px 11px 14px;border-radius:12px;
}
.hero-thumbs img,.pdp-gallery img{
  width:100%;height:100%;object-fit:contain;object-position:center;
}
@media (max-width:400px){
  .hero-thumbs,.pdp-gallery{gap:10px}
  .hero-thumbs button,.pdp-gallery button{width:62px;height:108px;padding:11px 10px 13px}
}
@media (min-width:1025px){
  .pdp-gallery button,.hero-thumbs button{width:72px;height:126px;padding:13px 12px 15px}
}

/* ---------- V11-03 · hero proof row, single centred baseline ---------- */
.hero-proof{display:flex;align-items:center;gap:16px;flex-wrap:nowrap}
.hero-rating{display:flex;align-items:center;gap:9px;flex-wrap:nowrap;line-height:1}
.hero-rating b{color:var(--ink);font-size:1.05rem;line-height:1}
.hero-rating small{display:none}
@media (max-width:400px){ .hero-proof{gap:12px} .hero-rating{gap:7px} }

/* ---------- V11-04 / V11-05 · real customer faces in the avatar circles ---------- */
.avatars{display:flex;align-items:center}
.avatars span{
  width:38px;height:38px;border-radius:50%;overflow:hidden;flex:none;
  border:2px solid var(--white);margin-left:-11px;background:var(--ivory);
  box-shadow:0 1px 3px rgba(20,20,20,.12);
}
.avatars span:first-child{margin-left:0}
.avatars picture,.avatars img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 34%}
.avatars--faces span{font-size:0}

.review .who{display:flex;align-items:center;gap:12px}
.review .who i.face{
  width:44px;height:44px;border-radius:50%;overflow:hidden;flex:none;display:block;
  background:var(--ivory);border:1px solid var(--hairline);font-style:normal;
}
.review .who i.face picture,.review .who i.face img{
  display:block;width:100%;height:100%;object-fit:cover;object-position:center 34%;
}
@media (max-width:400px){ .avatars span{width:34px;height:34px;margin-left:-10px} }


/* ==========================================================================
   REVISIONS 12.0 — pre-launch state, cross-sell rail, extensionless URLs
   ========================================================================== */

/* ---------- Pre-launch SKUs: visibly inactive, not merely unclickable ---------- */
.soon-flag{
  position:absolute;top:14px;right:14px;z-index:3;
  font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--bronze-deep);background:rgba(255,255,255,.94);
  border:1px solid var(--bronze);border-radius:99px;padding:5px 12px;white-space:nowrap;
}
.product-card.is-soon{position:relative}
.product-card.is-soon .visual{position:relative}
.product-card.is-soon .bottle{filter:grayscale(.72) opacity(.62)}
.product-card.is-soon h3,.product-card.is-soon h3 a{color:var(--muted)}
.product-card.is-soon .body > p,.product-card.is-soon .ing span{color:var(--muted);opacity:.75}
.product-card.is-soon .for-tag{opacity:.7}
.product-card.is-soon:hover{box-shadow:none;transform:none}

.btn[disabled],.btn:disabled{
  cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none;
}
.btn--amazon[disabled]{background:var(--ink);color:#fff;border-color:var(--ink)}
.is-soon .btn--amazon[disabled]{
  background:var(--hairline);color:var(--muted);border-color:var(--hairline);
}
.is-soon .btn--ghost[disabled]{
  background:transparent;color:var(--muted);border-color:var(--field-border);
}
.pdp-buy.is-soon .btn--amazon[disabled]{background:var(--hairline);color:var(--muted);border-color:var(--hairline)}

/* register: the two unlaunched SKUs read as unavailable */
.product-select label.is-soon{
  position:relative;cursor:not-allowed;background:var(--ivory);
  border-color:var(--hairline);color:var(--muted);
}
.product-select label.is-soon img{filter:grayscale(.75) opacity(.55)}
.product-select label.is-soon span,.product-select label.is-soon small{color:var(--muted)}
.product-select input:disabled + label{pointer-events:none}
.product-select label.is-soon .soon-flag{top:8px;right:8px;font-size:.56rem;padding:4px 9px}
@media (max-width:480px){ .product-select label.is-soon .soon-flag{top:6px;right:6px;font-size:.52rem;padding:3px 7px} }

/* ---------- "You may also like" — a rail, so nothing is trimmed on mobile ---------- */
.product-grid.xsell{max-width:820px;margin-inline:auto}
@media (min-width:769px){
  .product-grid.xsell{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);
    gap:clamp(18px,2.4vw,26px);overflow:visible}
  .product-grid.xsell ~ .rail-dots{display:none}
}
@media (max-width:768px){
  .product-grid.xsell{
    display:grid;grid-auto-flow:column;grid-template-columns:none;
    grid-auto-columns:86%;gap:14px;max-width:none;
    overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:clamp(18px,5vw,22px);
    margin-inline:calc(-1 * clamp(18px,5vw,22px));padding-inline:clamp(18px,5vw,22px);
    padding-bottom:4px;scrollbar-width:none;
  }
  .product-grid.xsell::-webkit-scrollbar{display:none}
  .product-grid.xsell > *{scroll-snap-align:center}
  .product-grid.xsell ~ .rail-dots{display:flex}
}

/* ---------- review attribution, realigned now the badge is gone ---------- */
.review .who{display:flex;align-items:center;gap:12px}
.review .who > div{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0}
.review .who strong{line-height:1.25;color:var(--ink)}
.review .who small{line-height:1.3;color:var(--muted);font-size:.82rem}
.review .verified{display:none}
.pdp-rating{display:flex;align-items:center;gap:10px}
