:root{
  --gold:#f7ecc4; --gold2:#d9b25c;
  --mag:#ff2db8; --mag2:#ff6cd0; --pur:#6a2cff; --pur2:#9b5cff;
  --lilac:#d9c6f5; --lilac-dim:#a892cf;
  --ink:#0a0610; --ink2:#140a20;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Jost","Inter",system-ui,-apple-system,sans-serif;letter-spacing:.005em;color:var(--lilac);
  background:
    radial-gradient(60% 50% at 50% -5%,rgba(126,72,182,.22),transparent 70%),
    radial-gradient(50% 40% at 88% 30%,rgba(196,150,86,.08),transparent 72%),
    linear-gradient(180deg,#0b0712,#0a0610 55%,#140414);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
::selection{background:rgba(255,108,208,.35);color:#fff}
img{display:block;max-width:100%}
h1,h2,h3{font-family:"Playfair Display",serif;font-weight:800;letter-spacing:-.015em;line-height:1.02}
.serif{font-family:"Playfair Display",serif}
.gold{color:var(--gold)}

/* ---------- top nav / tabs ---------- */
.topbar{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;
  gap:18px;padding:16px 6vw;backdrop-filter:blur(10px);
  background:linear-gradient(180deg,rgba(10,6,16,.82),rgba(10,6,16,.35));border-bottom:1px solid rgba(247,236,196,.08)}
.topbar .brand{display:flex;align-items:flex-end;gap:14px;text-decoration:none;transition:opacity .25s var(--ease)}
.topbar a.brand:hover{opacity:.8}
.topbar .brand .lg-3d{height:18px;filter:drop-shadow(0 1px 6px rgba(0,0,0,.5))}
.topbar .brand .lg-zing{height:28px;filter:drop-shadow(0 1px 8px rgba(247,236,196,.25))}
/* APX image is ~61% letters + bolt above, so 30px makes its cap-height match 3DCode's 18px */
.topbar .brand .lg-apx{height:30px;filter:drop-shadow(0 1px 7px rgba(247,236,196,.25))}
.topbar .brand .brand-sep{align-self:center}
.brand-sep{width:1px;height:20px;background:rgba(247,236,196,.3)}
.tabs{display:flex;align-items:center;gap:10px}
.tabs a{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:14px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  font-feature-settings:"ss01","cv11";
  color:#efe6ff;text-decoration:none;
  padding:11px 18px;border-radius:100px;transition:.25s var(--ease);white-space:nowrap}
.tabs a:hover{color:#fff;background:rgba(155,92,255,.12)}
.tabs a.active{color:var(--gold);border:1px solid rgba(247,236,196,.3)}
/* =========================================================
   CART ICON BUTTON — premium e-commerce circular CTA.
   Higher-specificity selectors defeat the .topbar .tabs a polish
   rule (equal specificity, source order). Explicit color + bg
   reassertions on hover stop the .tabs a:hover from washing it
   out. Hover transitions: gradient SHIFTS across the button
   (shimmer), scale + lift, icon micro-bounce, halo intensifies.
   ========================================================= */
/* ===== CART BUTTON — round gold pill, sibling of .tabs (always visible) ===== */
.topbar .cart-btn,
.mast .cart-btn,
.cart-btn{
  display:inline-flex;
  align-items:center;justify-content:center;
  width:48px;height:48px;padding:0;margin:0;
  flex-shrink:0;
  color:#1a0612;
  background:linear-gradient(135deg,var(--gold) 0%,#fff7df 50%,var(--gold) 100%);
  background-size:220% 220%;background-position:0% 50%;
  border:1px solid rgba(255,255,255,.35);border-radius:50%;
  box-shadow:
    0 4px 14px rgba(247,236,196,.28),
    0 0 0 1px rgba(247,236,196,.18) inset;
  text-decoration:none;
  transition:
    transform .4s cubic-bezier(.22,1,.3,1),
    box-shadow .4s var(--ease),
    background-position .8s ease,
    border-color .3s ease}
.cart-btn svg{
  width:22px;height:22px;display:block;
  color:#1a0612;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1);
  will-change:transform}
.cart-btn:hover{
  color:#1a0612;
  background:linear-gradient(135deg,var(--gold) 0%,#fff7df 50%,var(--gold) 100%);
  background-size:220% 220%;
  background-position:100% 50%;
  transform:translateY(-2px) scale(1.07);
  box-shadow:
    0 10px 32px rgba(247,236,196,.6),
    0 0 0 1px rgba(247,236,196,.5) inset,
    0 0 0 4px rgba(247,236,196,.10);
  border-color:rgba(255,255,255,.55)}
.cart-btn:hover svg{
  transform:translateY(-1px) scale(1.08);
  color:#1a0612}

/* ===== HAMBURGER NAV TOGGLE — hidden on desktop, visible on mobile ===== */
.nav-toggle{
  display:none;
  background:none;border:1px solid rgba(247,236,196,.22);
  width:42px;height:42px;
  padding:0;
  border-radius:10px;
  cursor:pointer;
  flex-direction:column;
  align-items:center;justify-content:center;
  gap:5px;
  flex-shrink:0;
  transition:border-color .25s ease, background .25s ease;
}
.nav-toggle:hover{border-color:rgba(247,236,196,.4);background:rgba(155,92,255,.08)}
.nav-toggle span{
  display:block;
  width:18px;height:1.5px;
  background:var(--gold);
  border-radius:2px;
  transition:transform .3s ease, opacity .3s ease;
}
/* "Open" state — hamburger morphs into an X */
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* ---------- hero ---------- */
.hero{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;
  padding:8vh 6vw 7vh;max-width:1280px;margin:0 auto}
.hero .eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.34em;
  text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:22px}
.hero .eyebrow::before{content:"";width:38px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}
.hero h1{font-size:clamp(40px,5.6vw,82px);color:#fdf6e3;text-wrap:balance}
.hero h1 em{font-style:italic;font-weight:500;color:var(--lilac)}
.hero .lede{font-size:clamp(16px,1.5vw,20px);line-height:1.65;color:var(--lilac);max-width:540px;margin-top:22px;font-weight:350}
.hero-cta{display:flex;align-items:center;gap:18px;margin-top:34px;flex-wrap:wrap}

/* ============================================================
   EDITORIAL PHOTO HERO — premium portrait-card composition.
   Clean rectangular framing, thin gold inset, asymmetric corner
   brackets, italic chapter caption, and a glass-blurred spec card
   overlapping the bottom-left. Subtle 3D mouse-tilt and ken-burns.
   ============================================================ */
.hero-image-card{position:relative;width:100%;
  aspect-ratio:4/5;max-width:540px;justify-self:end;
  perspective:1800px;transform-style:preserve-3d;
  --mx:0;--my:0;
  transition:transform .45s var(--ease)}
.hero-image-card .ic-tilt{position:absolute;inset:0;
  transform-style:preserve-3d;
  transform:rotateY(calc(var(--mx) * -6deg)) rotateX(calc(var(--my) * 4deg));
  transition:transform .45s var(--ease);will-change:transform}

.ic-photo{position:absolute;inset:0;
  border-radius:6px;overflow:hidden;
  background:linear-gradient(135deg,rgba(106,44,255,.20),rgba(255,45,184,.12));
  box-shadow:
    0 30px 70px -18px rgba(0,0,0,.7),
    0 0 0 1px rgba(247,236,196,.10) inset,
    0 0 60px rgba(155,92,255,.14);
  transform-style:preserve-3d;
  animation:ic-photo-in 1.1s var(--ease) both}
.ic-photo>img{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;display:block;
  transform:scale(1.06);transition:transform 1.8s var(--ease);
  animation:ic-img-in 1.5s var(--ease) both}
.ic-photo:hover>img{transform:scale(1.10)}
@keyframes ic-photo-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes ic-img-in{from{opacity:0;transform:scale(1.10)}to{opacity:1;transform:scale(1.06)}}

/* italic chapter caption — top-right */
.ic-photo .ic-cap{position:absolute;top:18px;right:24px;z-index:3;
  font-family:"Playfair Display",serif;font-style:italic;
  font-size:15px;letter-spacing:.04em;color:var(--gold);
  text-shadow:0 0 14px rgba(0,0,0,.85)}

/* thin gold inset frame — gallery treatment */
.ic-photo .ic-frame{position:absolute;
  top:14px;right:14px;bottom:14px;left:14px;
  border:1px solid rgba(247,236,196,.35);border-radius:3px;
  pointer-events:none;z-index:2}
/* asymmetric gold corner brackets (top-left + bottom-right only) */
.ic-photo .ic-frame::before,
.ic-photo .ic-frame::after{content:"";position:absolute;
  width:22px;height:22px;border:1.5px solid var(--gold);
  filter:drop-shadow(0 0 6px rgba(247,236,196,.4))}
.ic-photo .ic-frame::before{top:-8px;left:-8px;
  border-right:0;border-bottom:0}
.ic-photo .ic-frame::after{bottom:-8px;right:-8px;
  border-left:0;border-top:0}

/* spec card overlapping bottom-left — depth via translateZ */
.ic-spec{position:absolute;bottom:-28px;left:-32px;z-index:4;
  padding:20px 24px 22px;border-radius:6px;min-width:240px;
  background:rgba(11,7,18,.85);backdrop-filter:blur(20px) saturate(1.4);
  -webkit-backdrop-filter:blur(20px) saturate(1.4);
  border:1px solid rgba(247,236,196,.22);
  box-shadow:0 30px 60px -16px rgba(0,0,0,.65),
    0 0 0 1px rgba(11,7,18,.5);
  transform:translateZ(60px);
  animation:ic-spec-in .9s var(--ease) both .35s}
@keyframes ic-spec-in{from{opacity:0;transform:translateZ(60px) translateY(20px)}to{opacity:1;transform:translateZ(60px)}}
.ic-spec .ic-label{display:block;
  font-family:"Inter",system-ui,sans-serif;font-size:10px;font-weight:600;
  letter-spacing:.34em;text-transform:uppercase;
  color:var(--gold);margin-bottom:14px}
.ic-spec ol{list-style:none;padding:0;margin:0;counter-reset:ic}
.ic-spec ol li{display:flex;align-items:baseline;gap:14px;
  padding:9px 0;border-top:1px solid rgba(247,236,196,.10);
  font-family:"Jost","Inter",sans-serif;font-size:13.5px;
  color:#efe6ff;line-height:1.35;counter-increment:ic}
.ic-spec ol li:first-child{border-top:0;padding-top:0}
.ic-spec ol li:last-child{padding-bottom:0}
.ic-spec ol li::before{
  content:counter(ic,upper-roman);
  font-family:"Playfair Display",serif;font-style:italic;
  font-size:13px;color:var(--gold);
  letter-spacing:.04em;min-width:20px;flex-shrink:0}
.ic-spec ol li b{color:var(--gold);font-weight:500}

/* responsive — card stacks below the copy on mobile.
   Keep the source's 4:5 portrait aspect so the model's face + product are
   FULLY visible. The previous 4:3 override cropped off the upper third of
   the image, losing the subject's face. */
@media(max-width:860px){
  .hero-image-card{aspect-ratio:4/5;max-width:100%;
    justify-self:stretch;margin-top:24px}
  .ic-spec{bottom:-22px;left:14px;padding:16px 20px;min-width:200px}
  .ic-spec ol li{font-size:12.5px}
}

/* ============================================================
   PHOTO HERO — liquid-silver splash variant.
   The hero copy stays in a constrained left column. A photo
   bleeds in from the right edge of the viewport, masked by an
   organic splash silhouette with a feathered (Gaussian-blurred)
   left edge so it dissolves into the page background before
   it ever reaches the headline. A silver-gradient rim traces
   the left contour to give it the "liquid metal" quality.
   ============================================================ */
.hero.hero-splashy{display:block;position:relative;
  padding:9vh 6vw 8vh;max-width:1280px;margin:0 auto;
  min-height:600px}
.hero.hero-splashy .hero-copy{position:relative;z-index:3;max-width:580px}

.hero-photo-splash{position:absolute;top:0;
  right:calc(50% - 50vw);             /* bleed right edge to the viewport edge */
  width:68vw;height:100%;
  z-index:1;pointer-events:none;
  overflow:hidden}
.hero-photo-splash img{position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;object-position:center right;
  display:block;
  /* the splash silhouette — main organic splash plus 8 detached droplets
     flying off to the left, all bundled in one mask SVG and Gaussian-blurred
     for soft feathered edges. The photo shows through every shape. */
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 800' preserveAspectRatio='xMaxYMid slice'><defs><filter id='b' x='-15%25' y='-15%25' width='130%25' height='130%25'><feGaussianBlur stdDeviation='10'/></filter></defs><g filter='url(%23b)' fill='black'><path d='M 1000 -40 L 1000 840 L 760 840 C 640 810 540 720 560 600 C 580 490 480 460 390 500 C 280 540 200 450 260 350 C 320 250 250 170 310 100 C 380 30 580 30 1000 -40 Z'/><ellipse cx='240' cy='180' rx='15' ry='11'/><ellipse cx='160' cy='380' rx='11' ry='8'/><ellipse cx='100' cy='560' rx='8' ry='6'/><ellipse cx='290' cy='90' rx='13' ry='9'/><ellipse cx='190' cy='670' rx='7' ry='5'/><circle cx='80' cy='280' r='5'/><circle cx='130' cy='480' r='4'/><circle cx='340' cy='30' r='6'/></g></svg>");
  -webkit-mask-mode:alpha;-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:right center;
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 800' preserveAspectRatio='xMaxYMid slice'><defs><filter id='b' x='-15%25' y='-15%25' width='130%25' height='130%25'><feGaussianBlur stdDeviation='10'/></filter></defs><g filter='url(%23b)' fill='black'><path d='M 1000 -40 L 1000 840 L 760 840 C 640 810 540 720 560 600 C 580 490 480 460 390 500 C 280 540 200 450 260 350 C 320 250 250 170 310 100 C 380 30 580 30 1000 -40 Z'/><ellipse cx='240' cy='180' rx='15' ry='11'/><ellipse cx='160' cy='380' rx='11' ry='8'/><ellipse cx='100' cy='560' rx='8' ry='6'/><ellipse cx='290' cy='90' rx='13' ry='9'/><ellipse cx='190' cy='670' rx='7' ry='5'/><circle cx='80' cy='280' r='5'/><circle cx='130' cy='480' r='4'/><circle cx='340' cy='30' r='6'/></g></svg>");
  mask-mode:alpha;mask-size:100% 100%;mask-repeat:no-repeat;mask-position:right center;
  transform:scale(1.04);transition:transform 1.8s var(--ease)}
.hero-photo-splash:hover img{transform:scale(1.08)}

/* the liquid-silver rim — multi-layer chrome stroke with droplet chrome rims */
.hero-photo-splash .splash-rim{position:absolute;inset:0;
  width:100%;height:100%;pointer-events:none}
.hero-photo-splash .splash-rim path,
.hero-photo-splash .splash-rim ellipse,
.hero-photo-splash .splash-rim circle{
  fill:none}
/* gentle outer glow behind every chrome rim — gives the wet liquid-metal feel */
.hero-photo-splash .splash-rim .rim-glow{
  stroke:rgba(220,225,240,.55);stroke-width:9;opacity:.55;
  filter:blur(6px)}
/* main chrome rim — full silver gradient */
.hero-photo-splash .splash-rim .rim-main{
  stroke-width:3.2;opacity:.92;
  filter:blur(.6px)}
/* inner bright highlight just inside the rim (the "wet" reflection line) */
.hero-photo-splash .splash-rim .rim-shine{
  stroke:rgba(255,255,255,.85);stroke-width:1.3;opacity:.9}
/* droplet glossy highlights — small white ellipses inside each droplet */
.hero-photo-splash .splash-rim .drop-shine{
  fill:rgba(255,255,255,.55);stroke:none}

/* ============================================================
   3D PRODUCT STAGE — distinct hero compositions per page
   Layered images with CSS 3D transforms create real depth.
   ============================================================ */
.product-stage{position:relative;display:flex;align-items:center;justify-content:center;
  min-height:560px;perspective:1500px;perspective-origin:50% 45%}

/* radial halo — colored per page */
.stage-halo{position:absolute;width:560px;height:560px;border-radius:50%;
  filter:blur(40px);z-index:0;pointer-events:none;
  animation:halo-pulse 6s ease-in-out infinite alternate}
@keyframes halo-pulse{
  from{opacity:.55;transform:scale(.95)}
  to{opacity:1;transform:scale(1.05)}
}

/* the floating box-and-sachets stack — preserves 3D for children */
.box-stack{position:relative;transform-style:preserve-3d;width:220px;height:400px;
  animation:floaty 8s ease-in-out infinite;will-change:transform}
@keyframes floaty{
  0%,100%{transform:translateY(0) rotateY(0deg)}
  50%{transform:translateY(-14px) rotateY(2deg)}
}

/* the main box (front-most) */
.hero-box{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;border-radius:14px;
  transform:rotateY(-22deg) rotateX(6deg);
  box-shadow:
    0 50px 80px -12px rgba(0,0,0,.6),
    0 0 70px rgba(106,44,255,.32),
    inset 0 0 30px rgba(247,236,196,.04);
  z-index:5}
.hero-box::after{content:""}

/* ghost duplicate behind the box for depth */
.ghost{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;border-radius:14px;
  transform:rotateY(-26deg) translateZ(-40px) scale(1.06);
  opacity:.22;filter:blur(10px);z-index:1}

/* (shine sweep removed — was rendering as a grey rectangle over the box) */

/* base sachet — shared */
.hero-sachet{position:absolute;width:62px;height:220px;
  object-fit:cover;border-radius:6px;
  box-shadow:0 14px 30px rgba(0,0,0,.55),0 0 22px rgba(106,44,255,.25);
  will-change:transform}

/* ============================================================
   PERSPECTIVE 3D HERO — shared by Active + Focus
   A real CSS 3D box (front + left side + top faces) with a
   sachet lying tilted in front. Matches the printed product render.
   ============================================================ */

/* per-page halo colour */
.active-stage .stage-halo{
  background:radial-gradient(circle,rgba(255,45,184,.5) 0%,rgba(106,44,255,.22) 40%,transparent 70%)}
.focus-stage .stage-halo{
  background:radial-gradient(circle,rgba(247,236,196,.32) 0%,rgba(155,92,255,.18) 45%,transparent 70%)}

/* the 3D composition wrapper */
.hero-comp{position:relative;width:300px;height:480px;
  transform-style:preserve-3d;
  animation:hero-float 8s ease-in-out infinite}
@keyframes hero-float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

/* the upright 3D box — three visible faces share a common 3D origin */
.hero-box-3d{position:absolute;top:0;left:50%;
  width:220px;height:398px;margin-left:-110px;
  transform-style:preserve-3d}
.hero-box-3d .face{position:absolute;top:50%;left:50%;
  overflow:hidden;background:#1a0a1f;
  backface-visibility:hidden}
.hero-box-3d .face img{width:100%;height:100%;
  object-fit:cover;display:block}
.hero-box-3d .face.front{
  width:220px;height:398px;margin:-199px 0 0 -110px;
  transform:translateZ(50px);
  box-shadow:0 0 1px rgba(0,0,0,.4)}
.hero-box-3d .face.left{
  width:100px;height:398px;margin:-199px 0 0 -50px;
  transform:rotateY(-90deg) translateZ(110px);
  filter:brightness(.74) contrast(1.04)}
.hero-box-3d .face.top{
  width:220px;height:100px;margin:-50px 0 0 -110px;
  transform:rotateX(90deg) translateZ(199px);
  filter:brightness(.85)}

/* soft contact shadow puddle under the whole composition */
.hero-comp::after{content:"";
  position:absolute;bottom:-32px;left:50%;
  width:340px;height:38px;margin-left:-170px;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.65) 0%,rgba(0,0,0,.22) 45%,transparent 75%);
  filter:blur(10px);z-index:-1}

/* the sachet — real 3D pillow-pouch: front + back + 4 crimped side seams.
   the long sides use a tapered hexagonal clip-path so the rim is pinched at
   the seals and full-thickness through the powdered middle, like an actual
   15g sachet of powder. */
.hero-sachet-3d{position:absolute;
  bottom:-50px;left:50%;
  width:78px;height:280px;margin-left:-39px;
  transform-style:preserve-3d;
  z-index:20;
  filter:drop-shadow(0 28px 22px rgba(0,0,0,.55))}
.hero-sachet-3d .sf{position:absolute;
  top:50%;left:50%;
  overflow:hidden;backface-visibility:hidden}
.hero-sachet-3d .sf img{position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;display:block}

/* sachet box: W=78  H=280  D=14 (thickness) */
.hero-sachet-3d .sf-front{
  width:78px;height:280px;margin:-140px 0 0 -39px;
  transform:translateZ(7px);
  border-radius:7px}
.hero-sachet-3d .sf-back{
  width:78px;height:280px;margin:-140px 0 0 -39px;
  transform:translateZ(-7px) rotateY(180deg);
  border-radius:7px;filter:brightness(.55)}
.hero-sachet-3d .sf-left,
.hero-sachet-3d .sf-right{
  width:14px;height:280px;margin:-140px 0 0 -7px;
  background:linear-gradient(180deg,
    #2c1454 0%, #3a1352 28%, #571340 60%, #7c1f2c 100%);
  /* tapered hexagon → narrow at the top/bottom crimp seals, full thickness in the powder belly */
  clip-path:polygon(50% 0%,100% 7%,100% 93%,50% 100%,0 93%,0 7%)}
.hero-sachet-3d .sf-left{
  transform:rotateY(-90deg) translateZ(39px);
  filter:brightness(.88)}
.hero-sachet-3d .sf-right{
  transform:rotateY(90deg) translateZ(39px);
  filter:brightness(.7)}
.hero-sachet-3d .sf-top{
  width:78px;height:14px;margin:-7px 0 0 -39px;
  transform:rotateX(90deg) translateZ(140px);
  background:linear-gradient(90deg,#2a0d50 0%,#311354 50%,#2a0d50 100%);
  filter:brightness(.78)}
.hero-sachet-3d .sf-bottom{
  width:78px;height:14px;margin:-7px 0 0 -39px;
  transform:rotateX(-90deg) translateZ(140px);
  background:linear-gradient(90deg,#6d1a26 0%,#7c2530 50%,#6d1a26 100%);
  filter:brightness(.82)}

/* per-page orientation — Active = more dynamic, Focus = calmer.
   Negative Z-rotation makes the sachet lean LEFT (high end on the left,
   low end trailing off to the right) — mirrored from the previous tilt. */
.active-stage .hero-box-3d{
  transform:rotateY(26deg) rotateX(-4deg)}
.active-stage .hero-sachet-3d{
  transform:translate(-12%,98px) rotate(-76deg) rotateX(48deg)}

.focus-stage .hero-box-3d{
  transform:rotateY(20deg) rotateX(-3deg)}
.focus-stage .hero-sachet-3d{
  transform:translate(-4%,86px) rotate(-72deg) rotateX(42deg)}

/* energy streaks behind the product (Active) */
.streaks{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:24px}
.streak{position:absolute;width:240px;height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,108,208,.85) 50%,transparent 100%);
  filter:blur(.5px);animation:streak-slide 3.4s linear infinite;opacity:.7}
.streak:nth-child(1){top:18%;animation-delay:0s}
.streak:nth-child(2){top:42%;animation-delay:1.2s;transform:scaleX(1.4)}
.streak:nth-child(3){top:72%;animation-delay:2.3s;transform:scaleX(.8)}
@keyframes streak-slide{0%{left:-260px}100%{left:110%}}

/* drifting particles behind the product (Focus) */
.particles{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:24px}
.particle{position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(247,236,196,.95) 0%,rgba(247,236,196,.2) 50%,transparent 75%);
  filter:blur(.4px);animation:particle-float 10s ease-in-out infinite}
.particle:nth-child(1){top:22%;left:14%;width:6px;height:6px;animation-delay:0s}
.particle:nth-child(2){top:58%;left:82%;width:5px;height:5px;animation-delay:2.2s}
.particle:nth-child(3){top:78%;left:24%;width:7px;height:7px;animation-delay:4.5s}
.particle:nth-child(4){top:18%;left:74%;width:4px;height:4px;animation-delay:6.8s}
.particle:nth-child(5){top:44%;left:50%;width:5px;height:5px;animation-delay:3.4s}
.particle:nth-child(6){top:34%;left:88%;width:3px;height:3px;animation-delay:1.5s}
@keyframes particle-float{
  0%,100%{transform:translateY(0) translateX(0);opacity:.35}
  50%{transform:translateY(-26px) translateX(8px);opacity:.95}
}

/* responsive — scale the perspective 3D hero on mobile */
@media(max-width:860px){
  .product-stage{min-height:440px}
  .stage-halo{width:420px;height:420px}
  .hero-comp{width:240px;height:400px}
  .hero-box-3d{width:180px;height:325px;margin-left:-90px}
  .hero-box-3d .face.front{width:180px;height:325px;margin:-162.5px 0 0 -90px;transform:translateZ(40px)}
  .hero-box-3d .face.left{width:80px;height:325px;margin:-162.5px 0 0 -40px;transform:rotateY(-90deg) translateZ(90px)}
  .hero-box-3d .face.top{width:180px;height:80px;margin:-40px 0 0 -90px;transform:rotateX(90deg) translateZ(162.5px)}
  .hero-sachet-3d{width:64px;height:228px;margin-left:-32px}
  .hero-sachet-3d .sf-front,
  .hero-sachet-3d .sf-back{width:64px;height:228px;margin:-114px 0 0 -32px}
  .hero-sachet-3d .sf-front{transform:translateZ(6px)}
  .hero-sachet-3d .sf-back{transform:translateZ(-6px) rotateY(180deg)}
  .hero-sachet-3d .sf-left,
  .hero-sachet-3d .sf-right{width:12px;height:228px;margin:-114px 0 0 -6px}
  .hero-sachet-3d .sf-left{transform:rotateY(-90deg) translateZ(32px)}
  .hero-sachet-3d .sf-right{transform:rotateY(90deg) translateZ(32px)}
  .hero-sachet-3d .sf-top,
  .hero-sachet-3d .sf-bottom{width:64px;height:12px;margin:-6px 0 0 -32px}
  .hero-sachet-3d .sf-top{transform:rotateX(90deg) translateZ(114px)}
  .hero-sachet-3d .sf-bottom{transform:rotateX(-90deg) translateZ(114px)}
  .active-stage .hero-sachet-3d{transform:translate(-12%,84px) rotate(-76deg) rotateX(48deg)}
  .focus-stage  .hero-sachet-3d{transform:translate(-4%,76px) rotate(-72deg) rotateX(42deg)}
}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:11px;padding:18px 40px;border-radius:100px;
  font-weight:800;letter-spacing:.06em;text-decoration:none;font-size:16px;transition:.3s var(--ease)}
.btn-primary{color:#1a0612;background:linear-gradient(100deg,var(--gold),#fff7df);box-shadow:0 0 46px rgba(247,236,196,.35)}
.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 0 78px rgba(247,236,196,.6)}
.btn svg{width:18px;height:18px}
.btn-ghost{color:#fff;border:1px solid rgba(255,108,208,.5);background:rgba(255,45,184,.06)}
.btn-ghost:hover{background:rgba(255,45,184,.16)}

/* ---------- benefit / feature blocks ---------- */
.section-head{max-width:1100px;margin:6vh auto 0;padding:0 6vw;text-align:center}
.section-head .kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;color:var(--mag2);font-weight:700}
.section-head h2{font-size:clamp(30px,4.4vw,56px);color:#fdf6e3;margin-top:14px}
.section-head p{color:var(--lilac);max-width:620px;margin:16px auto 0;line-height:1.6}

.features{max-width:1180px;margin:2vh auto 0;padding:0 6vw;display:flex;flex-direction:column;gap:30px}
.feature{display:grid;grid-template-columns:auto 1fr;gap:30px;align-items:center;
  background:linear-gradient(150deg,rgba(155,92,255,.08),rgba(255,45,184,.04));
  border:1px solid rgba(247,236,196,.12);border-radius:22px;padding:34px;
  opacity:0;transform:translateY(28px);transition:all .8s var(--ease)}
.feature.in{opacity:1;transform:none}
.feature .icon{width:108px;height:108px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 35% 30%,rgba(255,108,208,.4),rgba(106,44,255,.18));
  border:1px solid rgba(247,236,196,.25);flex-shrink:0}
.feature .icon svg{width:54px;height:54px;stroke:var(--gold);fill:none;stroke-width:1.6}
.feature h3{font-size:clamp(22px,2.6vw,30px);color:var(--gold);margin-bottom:6px}
.feature .tag{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--mag2);font-weight:700;margin-bottom:12px;display:block}
.feature p.lead{color:var(--lilac);line-height:1.6;margin-bottom:14px;font-size:16px}
.points{list-style:none;display:flex;flex-direction:column;gap:9px}
.points li{display:flex;gap:11px;align-items:flex-start;color:#e7dbff;font-size:15px;line-height:1.45}
.points li::before{content:"";flex-shrink:0;margin-top:3px;width:18px;height:18px;border-radius:50%;
  background:radial-gradient(circle,var(--gold),var(--gold2));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.4z'/%3E%3C/svg%3E") center/14px no-repeat}

.feature p.lead strong{color:var(--gold);font-weight:600}

/* "why ours is special" callout — the differentiator under each ingredient */
.feature .why{margin:14px 0 18px;padding:14px 18px;border-radius:14px;
  background:linear-gradient(135deg,rgba(247,236,196,.06),rgba(255,108,208,.03));
  border:1px solid rgba(247,236,196,.16);border-left:3px solid var(--gold)}
.feature .why-label{display:inline-flex;align-items:center;gap:8px;
  font-size:10.5px;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);
  font-weight:700;margin-bottom:8px}
.feature .why-label::before{content:"";width:6px;height:6px;border-radius:50%;
  background:radial-gradient(circle,var(--gold),var(--gold2));box-shadow:0 0 10px rgba(247,236,196,.5)}
.feature .why p{font-size:14.5px;line-height:1.55;color:#efe6ff;margin:0;font-weight:380}
.feature .why p strong{color:var(--gold);font-weight:600}

/* ============================================================================
   TRUST / CREDIBILITY BAR — branded patented actives.
   Designed as a proper anchored section: gold hairline at top, soft radial
   background tint, the eyebrow label set in gold with flanking gold rules,
   the pills given depth + better contrast so the brand names read clearly.
   ============================================================================ */
.trust{
  max-width:1180px;
  margin:9vh auto 0;
  padding:46px 6vw 52px;
  display:flex; flex-wrap:wrap;
  align-items:center; justify-content:center;
  gap:16px 18px;
  background:
    radial-gradient(ellipse 80% 110% at 50% 50%, rgba(247,236,196,.05), transparent 70%);
  border-top:1px solid rgba(247,236,196,.10);
  border-bottom:1px solid rgba(247,236,196,.10);
  position:relative;
}
/* short gold hairline crossing the top border, like the dividers used elsewhere */
.trust::before{
  content:"";
  position:absolute;
  top:-1px; left:50%;
  width:140px; height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  transform:translateX(-50%);
  opacity:.7;
}
.trust .tlabel{
  font-family:"Inter",system-ui,sans-serif;
  font-size:11px;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:600;
  width:100%;
  text-align:center;
  margin:0 0 6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.trust .tlabel::before,
.trust .tlabel::after{
  content:"";
  width:38px; height:1px;
  background:linear-gradient(90deg, transparent, rgba(247,236,196,.55), transparent);
  flex-shrink:0;
}
.trust .pill{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:16px 26px;
  border-radius:100px;
  border:1px solid rgba(247,236,196,.28);
  background:
    linear-gradient(135deg, rgba(155,92,255,.10) 0%, rgba(247,236,196,.05) 100%);
  font-family:"Inter",system-ui,sans-serif;
  font-size:14.5px;
  letter-spacing:.015em;
  color:#fdf6e3;
  font-weight:400;
  white-space:nowrap;
  box-shadow:
    0 6px 18px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(247,236,196,.14),
    inset 0 -1px 0 rgba(0,0,0,.20);
  position:relative;
}
/* Brand name set in larger weight + tracked-out gold, with a faint vertical
   gold hairline divider between the brand and its descriptor. Brand name is
   nowrap-safe so multi-word marks like "Collavant® n2" never break. */
.trust .pill b{
  color:var(--gold);
  font-weight:700;
  font-size:13.5px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-feature-settings:"ss01","cv11";
  padding-right:14px;
  border-right:1px solid rgba(247,236,196,.28);
  margin-right:2px;
  white-space:nowrap;
  flex-shrink:0;
}

/* demographics — who it's for (IM8-style) */
.audience{max-width:1180px;margin:7vh auto 0;padding:0 6vw}
.audience .ahead{text-align:center;margin-bottom:30px}
.audience .ahead .kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;color:var(--mag2);font-weight:700}
.audience .ahead h2{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,48px);color:#fdf6e3;margin-top:12px}
.aud-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.aud-card{border:1px solid rgba(247,236,196,.14);border-radius:18px;padding:24px;
  background:linear-gradient(150deg,rgba(155,92,255,.08),rgba(255,45,184,.04))}
.aud-card .ai{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(247,236,196,.25);margin-bottom:14px;color:var(--gold)}
.aud-card .ai svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.6}
.aud-card h4{font-size:16px;color:#fff;margin-bottom:6px;letter-spacing:.01em}
.aud-card p{font-size:14px;color:var(--lilac);line-height:1.5}

/* stat strip */
.stats{max-width:1100px;margin:7vh auto 0;padding:0 6vw;display:flex;gap:40px;flex-wrap:wrap;justify-content:center}
.stat{text-align:center;min-width:130px}
.stat .n{font-family:"Playfair Display",serif;font-weight:800;font-size:clamp(38px,5vw,58px);
  background:linear-gradient(180deg,var(--mag2),var(--pur2));-webkit-background-clip:text;background-clip:text;color:transparent}
.stat .l{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lilac-dim);margin-top:6px}

/* closing CTA band */
.cta-band{max-width:1000px;margin:9vh auto 0;padding:7vh 6vw;text-align:center;position:relative}
.cta-band h2{font-size:clamp(44px,8vw,110px);color:var(--gold);text-shadow:0 0 50px rgba(247,236,196,.3)}
.cta-band p{color:var(--lilac);margin:14px 0 30px;font-size:18px}
.cta-band .fine{margin-top:18px;color:var(--lilac-dim);font-size:13px;letter-spacing:.08em}

footer{text-align:center;padding:46px 20px;color:#6f5c97;font-size:12px;letter-spacing:.12em;border-top:1px solid rgba(247,236,196,.07);margin-top:6vh}
/* On mobile the sticky CTA overlays the bottom — give the footer extra
   bottom padding so its disclaimer text clears the sticky bar instead of
   being hidden behind it. */
@media (max-width: 760px){
  footer{padding-bottom:calc(80px + env(safe-area-inset-bottom))}
}
footer b{color:var(--gold)}

/* audience illustration band */
.lifestyle{max-width:1180px;margin:7vh auto 0;padding:0 6vw}

/* ---------- real photo slots (drop your own photography in /assets/photos) ---------- */
.photo-slot{position:relative;border-radius:22px;overflow:hidden;
  background:linear-gradient(135deg,rgba(106,44,255,.2),rgba(255,45,184,.12))}
.photo-slot>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.photo-slot .ph-tag{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;
  justify-content:center;gap:10px;text-align:center;padding:24px;color:var(--lilac-dim);
  font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.photo-slot .ph-tag .plus{display:flex;align-items:center;justify-content:center;width:54px;height:54px;
  border-radius:50%;border:1px dashed rgba(247,236,196,.4);font-size:30px;color:var(--gold);line-height:1}
.photo-slot.empty{border:1px dashed rgba(247,236,196,.32)}
.photo-slot.empty>img{display:none}
.photo-slot.empty .ph-tag{display:flex}
.photo-slot .photo-overlay{position:absolute;left:0;right:0;bottom:0;padding:34px 36px;
  background:linear-gradient(0deg,rgba(7,3,13,.82),rgba(7,3,13,.2) 60%,transparent);z-index:2}
.photo-slot .ov-title{font-size:clamp(26px,3.4vw,46px);color:#fdf6e3;font-style:italic}
.photo-slot .ov-sub{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--lilac);margin-top:8px}
.ratio-wide{aspect-ratio:21/8}
.ratio-4x3{aspect-ratio:4/3}
.gallery{max-width:1180px;margin:24px auto 0;padding:0 6vw;display:grid;
  grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:780px){.gallery{grid-template-columns:1fr 1fr}.ratio-wide{aspect-ratio:16/10}}

/* =================================================================
   UI/UX PRO POLISH PASS
   ================================================================= */

/* ---- focus-visible (a11y) — gold ring, never on mouse clicks ---- */
:focus{outline:none}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:10px;
  box-shadow:0 0 0 4px rgba(247,236,196,.16)}

/* ---- nav tabs: animated underline indicator (premium) ---- */
.topbar .tabs a{position:relative;padding:12px 18px}
.topbar .tabs a:not(.buy)::after{content:"";position:absolute;left:18px;right:18px;bottom:3px;height:2px;
  background:linear-gradient(90deg,var(--gold),var(--mag2));transform:scaleX(0);transform-origin:center;
  transition:transform .35s var(--ease);border-radius:2px;
  box-shadow:0 0 12px rgba(247,236,196,.5)}
.topbar .tabs a:not(.buy):hover::after,
.topbar .tabs a.active:not(.buy)::after{transform:scaleX(1)}
.topbar .tabs a.active{color:var(--gold);border:0;text-shadow:0 0 16px rgba(247,236,196,.35)}
.topbar .tabs a:hover{background:transparent;color:#fff}
.topbar .tabs a.buy{transition:transform .25s var(--ease),box-shadow .35s var(--ease)}

/* ---- buttons: focus ring + slow shine sweep ---- */
/* clip-path (not just overflow:hidden) so Safari properly clips the
   mix-blend-mode shine sweep below to the pill shape — overflow:hidden alone
   lets WebKit render it as a hard-edged rectangle poking past the rounded
   corners, since the blend-mode child gets promoted to its own compositing
   layer that ignores the parent's border-radius clip. */
.btn{position:relative;overflow:hidden;isolation:isolate;
  clip-path:inset(0 round 100px);-webkit-clip-path:inset(0 round 100px)}
.btn::after{content:"";position:absolute;top:-50%;left:-30%;width:35%;height:200%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-120%) skewX(-12deg);transition:transform .9s var(--ease);
  pointer-events:none;mix-blend-mode:overlay;z-index:1}
.btn:hover::after{transform:translateX(420%) skewX(-12deg)}
.btn>*{position:relative;z-index:2}
.btn-ghost{backdrop-filter:blur(6px)}

/* ---- feature cards: hover lift + soft gradient border glow ---- */
.feature{transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}
.feature:hover{transform:translateY(-4px);border-color:rgba(247,236,196,.32);
  box-shadow:0 24px 48px -22px rgba(155,92,255,.55),0 0 0 1px rgba(247,236,196,.06) inset}
.feature .icon{transition:transform .6s var(--ease),box-shadow .6s var(--ease)}
.feature:hover .icon{transform:scale(1.06) rotate(-3deg);
  box-shadow:0 0 30px rgba(255,108,208,.35)}

/* ---- audience cards: top accent line + lift ---- */
.aud-card{position:relative;transition:transform .4s var(--ease),border-color .4s var(--ease)}
.aud-card::before{content:"";position:absolute;top:0;left:22px;right:22px;height:2px;
  background:linear-gradient(90deg,var(--mag2),var(--gold));border-radius:0 0 2px 2px;
  transform:scaleX(.45);transform-origin:left;transition:transform .5s var(--ease);opacity:.7}
.aud-card:hover{transform:translateY(-3px);border-color:rgba(247,236,196,.28)}
.aud-card:hover::before{transform:scaleX(1);opacity:1}

/* ---- trust pills: refined lift on hover ---- */
.trust .pill{
  transition:
    transform .35s cubic-bezier(.22,1,.3,1),
    border-color .3s var(--ease),
    background .3s var(--ease),
    box-shadow .35s var(--ease);
}
.trust .pill:hover{
  transform:translateY(-2px);
  border-color:rgba(247,236,196,.45);
  background:linear-gradient(135deg, rgba(155,92,255,.14), rgba(247,236,196,.09));
  box-shadow:
    0 10px 28px rgba(155,92,255,.22),
    inset 0 1px 0 rgba(247,236,196,.18);
}

/* ---- product card: slow shine sweep over the photo ---- */
.product-card{position:relative;isolation:isolate}
.product-card::after{content:"";position:absolute;top:-30%;left:-40%;width:55%;height:200%;
  background:linear-gradient(100deg,transparent,rgba(255,247,223,.18),transparent);
  transform:translateX(-100%) rotate(8deg);animation:cardshine 7s var(--ease) infinite;
  pointer-events:none;mix-blend-mode:screen;z-index:2}
@keyframes cardshine{
  0%,18%{transform:translateX(-100%) rotate(8deg)}
  35%{transform:translateX(220%) rotate(8deg)}
  100%{transform:translateX(220%) rotate(8deg)}
}

/* ---- section-head: tighter rhythm, refined kicker ---- */
.section-head .kicker{display:inline-block;padding:6px 14px;border-radius:100px;
  border:1px solid rgba(255,108,208,.3);background:rgba(255,45,184,.05);font-size:11px}
.section-head h2{letter-spacing:-.018em;margin-top:18px}

/* ---- stats: subtle row separators on wider screens ---- */
.stats .stat{padding:0 8px;position:relative}

/* ---- mobile sticky bottom CTA — premium persistent action ---- */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  background:linear-gradient(0deg,rgba(8,4,16,.95),rgba(8,4,16,.78));
  backdrop-filter:blur(14px);border-top:1px solid rgba(247,236,196,.12);
  transform:translateY(120%);transition:transform .45s var(--ease)}
.sticky-cta.in{transform:translateY(0)}
.sticky-cta a{display:flex;align-items:center;justify-content:center;gap:10px;
  padding:14px;border-radius:100px;font-weight:700;letter-spacing:.06em;text-decoration:none;
  color:#1a0612;background:linear-gradient(100deg,var(--gold),#fff7df);
  box-shadow:0 0 36px rgba(247,236,196,.35)}
@media(max-width:760px){
  .sticky-cta{display:block;padding:0 16px 14px;
    padding-bottom:max(14px, env(safe-area-inset-bottom));
  }
  .sticky-cta a{
    padding:13px 16px;
    font-size:13px;
    letter-spacing:.04em;
    gap:6px;
    /* Allow the text to wrap if it must, but try to keep on one line */
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .sticky-cta a svg{width:16px;height:16px;flex-shrink:0}
}
/* On the smallest phones, shorten the visible text via CSS — show "LOCK IN →" only */
@media(max-width:420px){
  .sticky-cta a{font-size:0; /* hide all text by default */}
  .sticky-cta a::before{
    content:"LOCK IN — Unlock Offers";
    font-size:13px;letter-spacing:.04em;
  }
  .sticky-cta a svg{font-size:initial}
}

/* ============================================================
   Mouse-parallax wrapper for the 3D hero (composes with the float anim)
   ============================================================ */
.tilt-wrap{transform-style:preserve-3d;
  transform:rotateY(calc(var(--mx,0) * -10deg)) rotateX(calc(var(--my,0) * 6deg));
  transition:transform .45s cubic-bezier(.22,1,.3,1);will-change:transform}

/* ============================================================
   HOW IT WORKS — inline science diagrams (encapsulation, hydrogel)
   ============================================================ */
.howit{max-width:1180px;margin:7vh auto 0;padding:0 6vw}
.howit-head{text-align:center;margin-bottom:34px}
.howit-head .kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;
  color:var(--mag2);font-weight:700;display:inline-block;padding:6px 14px;border-radius:100px;
  border:1px solid rgba(255,108,208,.3);background:rgba(255,45,184,.05)}
.howit-head h2{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,48px);
  color:#fdf6e3;margin-top:18px;letter-spacing:-.015em}
.howit-head p{color:var(--lilac);max-width:620px;margin:14px auto 0;line-height:1.6;font-size:15.5px}
.howit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}
.diagram-card{background:linear-gradient(150deg,rgba(155,92,255,.10),rgba(255,45,184,.05));
  border:1px solid rgba(247,236,196,.16);border-radius:22px;padding:30px;
  transition:transform .45s var(--ease),border-color .45s var(--ease)}
.diagram-card:hover{transform:translateY(-4px);border-color:rgba(247,236,196,.32)}
.diagram-card .dia-svg{width:100%;height:auto;margin:0 0 18px;display:block}
.diagram-card .dia-tag{font-size:11px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--mag2);font-weight:700;margin-bottom:10px;display:block}
.diagram-card .dia-title{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;
  color:var(--gold);margin-bottom:10px;line-height:1.15}
.diagram-card .dia-caption{font-size:14.5px;line-height:1.6;color:var(--lilac);margin:0}
.diagram-card .dia-caption strong{color:var(--gold);font-weight:600}

/* ============================================================
   COMPARISON — Ordinary creatine vs CreHytine
   ============================================================ */
.compare{max-width:1180px;margin:7vh auto 0;padding:0 6vw}
.compare-head{text-align:center;margin-bottom:34px}
.compare-head .kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;
  color:var(--mag2);font-weight:700;display:inline-block;padding:6px 14px;border-radius:100px;
  border:1px solid rgba(255,108,208,.3);background:rgba(255,45,184,.05)}
.compare-head h2{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,48px);
  color:#fdf6e3;margin-top:18px;letter-spacing:-.015em}
.compare-head p{color:var(--lilac);max-width:620px;margin:14px auto 0;line-height:1.6;font-size:15.5px}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.compare-card{padding:32px;border-radius:22px;border:1px solid rgba(247,236,196,.14);
  transition:transform .45s var(--ease)}
.compare-card:hover{transform:translateY(-3px)}
.compare-card.bad{background:linear-gradient(180deg,rgba(60,40,70,.20),rgba(40,20,40,.10));
  border-color:rgba(255,120,150,.18)}
.compare-card.good{background:linear-gradient(180deg,rgba(255,108,208,.10),rgba(247,236,196,.05));
  border-color:rgba(247,236,196,.28)}
.compare-card .ctag{font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;margin-bottom:10px}
.compare-card.bad .ctag{color:#ff8aa6}
.compare-card.good .ctag{color:var(--gold)}
.compare-card h3{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;
  color:#fdf6e3;margin-bottom:18px;line-height:1.15}
.compare-card.good h3{color:var(--gold)}
.compare-svg{width:100%;max-width:340px;height:auto;margin:0 auto 18px;display:block;
  /* Soft radial mask fades the photo's edges into transparency so the dark
     backdrop of the photo blends seamlessly into the dark card background —
     no visible photo "footprint", just the subject (glass beaker) emerging
     out of the card itself. */
  -webkit-mask-image:radial-gradient(ellipse 75% 78% at 50% 55%, #000 38%, transparent 95%);
          mask-image:radial-gradient(ellipse 75% 78% at 50% 55%, #000 38%, transparent 95%)}
.compare-card ul{list-style:none;padding:0;margin:0}
.compare-card li{display:flex;align-items:flex-start;gap:11px;padding:8px 0;
  color:#e7dbff;font-size:14.5px;line-height:1.5}
.compare-card li::before{content:"";flex-shrink:0;margin-top:4px;width:16px;height:16px;border-radius:50%}
.compare-card.bad li::before{
  background:radial-gradient(circle,rgba(255,120,150,.85),rgba(255,80,100,.2));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4L10.6 10.6 16.9 4.3z'/%3E%3C/svg%3E") center/12px no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4L10.6 10.6 16.9 4.3z'/%3E%3C/svg%3E") center/12px no-repeat}
.compare-card.good li::before{
  background:radial-gradient(circle,var(--gold),var(--gold2));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.4z'/%3E%3C/svg%3E") center/14px no-repeat}
@media(max-width:700px){.compare-grid{grid-template-columns:1fr}}

/* ---- CreHytine® manufacturer video ---- */
.crea-video{max-width:1000px;margin:7vh auto 0;padding:0 6vw;text-align:center}
.crea-video-head .kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;
  color:var(--mag2);font-weight:700;display:inline-block;padding:6px 14px;border-radius:100px;
  border:1px solid rgba(255,108,208,.28);background:rgba(255,108,208,.08)}
.crea-video-head h2{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,48px);
  color:#fdf6e3;margin-top:16px;letter-spacing:-.015em}
.crea-video-head p{color:var(--lilac);max-width:620px;margin:14px auto 0;line-height:1.6;font-size:15.5px}
.crea-video-wrap{position:relative;margin:34px auto 0;max-width:900px;border-radius:22px;
  overflow:hidden;border:1px solid rgba(247,236,196,.16);
  box-shadow:0 30px 70px -30px rgba(0,0,0,.6);
  background:linear-gradient(180deg,rgba(106,44,255,.10),rgba(10,6,16,.4))}
.crea-video-wrap video{display:block;width:100%;aspect-ratio:16/9;background:#000}
.crea-video-cap{margin:16px auto 0;max-width:560px;font-size:13px;color:var(--lilac-dim);
  letter-spacing:.01em}
@media(max-width:700px){.crea-video{padding:0 6vw}}

/* ---- a11y: respect reduced motion ---- */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
}

/* ---- hero refinements: tighter optical balance ---- */
.hero h1{letter-spacing:-.02em}
.hero .lede{max-width:520px;line-height:1.6}
.hero-cta{margin-top:30px}
.hero .eyebrow{font-weight:700}

/* ---- finer card spacing ---- */
.feature{padding:30px;gap:26px}
.feature h3{letter-spacing:-.01em}
.points li{color:#e4d6ff}

@media(max-width:860px){
  .hero{grid-template-columns:1fr;gap:24px;text-align:left}
  .product-stage{min-height:320px;order:-1}
  .feature{grid-template-columns:1fr;text-align:left}
  .feature .icon{width:84px;height:84px}
}

/* ==================================================================
   PREMIUM-LIFESTYLE REVISIONS · Active + Focus
   Applies the editorial-magazine pacing common to Apple, Hermès,
   Aesop, AG1. Three big moves: generous whitespace (sections breathe
   instead of stacking), editorial chapter marks (thin gold rules
   around the kicker label), and a full-bleed lifestyle band that
   bleeds edge-to-edge with subtle parallax-on-scroll.
   ================================================================== */

/* --- generous vertical rhythm — sections breathe --- */
.stats         { margin-top: 13vh; gap: 56px; }
.stats .stat   { padding: 6px 14px 12px; }
/* line-height needs headroom for descenders ("y", "g") + the gradient text-clip,
   which would otherwise crop the bottom of any glyph that drops below the baseline */
.stats .stat .n{ font-size: clamp(48px,6vw,78px); line-height: 1.18; padding-bottom: 4px; }
.stats .stat .l{ font-size: 11px; letter-spacing: .26em; margin-top: 14px; font-weight: 500; }
.trust         { margin-top: 11vh; padding: 60px 6vw 64px; }
.trust .pill   { padding: 15px 24px; font-size: 14.5px; }
.trust .tlabel { font-size: 12px; }
.section-head  { margin-top: 16vh; }
.features      { margin-top: 6vh; gap: 28px; }
.howit         { margin-top: 16vh; }
.compare       { margin-top: 16vh; }
.audience      { margin-top: 16vh; }
.cta-band      { margin-top: 16vh; padding: 13vh 6vw 10vh; }
.cta-band h2   { font-size: clamp(58px,10vw,140px); letter-spacing: -.02em; line-height: .95; }
.cta-band p    { font-size: clamp(17px,1.6vw,21px); max-width: 540px; margin-left: auto; margin-right: auto; }

/* --- editorial kicker — thin gold rules flanking the chapter label --- */
.section-head .kicker,
.howit-head .kicker,
.compare-head .kicker,
.audience .ahead .kicker{
  display: inline-flex; align-items: center; gap: 16px;
  position: relative; background: transparent; border: 0;
  padding: 0 0 2px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px; font-weight: 600;
  color: var(--gold); letter-spacing: .34em;
}
.section-head .kicker::before,
.section-head .kicker::after,
.howit-head .kicker::before,
.howit-head .kicker::after,
.compare-head .kicker::before,
.compare-head .kicker::after,
.audience .ahead .kicker::before,
.audience .ahead .kicker::after{
  content: ""; width: 42px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247,236,196,.7), transparent);
}

/* --- bigger, more editorial display headings --- */
.section-head h2,
.howit-head h2,
.compare-head h2,
.audience .ahead h2{
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -.018em;
  margin-top: 22px;
}
.section-head p,
.howit-head p,
.compare-head p{
  font-size: clamp(15.5px, 1.4vw, 19px);
  line-height: 1.6;
  max-width: 580px;
  margin-top: 20px;
}

/* --- features: alternating editorial layout (odd left-icon, even right-icon) --- */
.features .feature{padding: 44px; gap: 36px; align-items: center; border-radius: 6px}
.features .feature:nth-child(even){grid-template-columns: 1fr auto}
.features .feature:nth-child(even) > .icon{order: 2}
.features .feature .icon{width: 132px; height: 132px}
.features .feature .icon svg{width: 64px; height: 64px}
.features .feature h3{font-size: clamp(24px, 3vw, 36px); margin-bottom: 10px; letter-spacing: -.012em}
.features .feature p.lead{font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65}
.features .feature .why{margin: 18px 0 20px; padding: 16px 20px}
.features .feature .why p{font-size: 14.5px}

@media (max-width: 860px){
  .features .feature:nth-child(even){grid-template-columns: 1fr}
  .features .feature:nth-child(even) > .icon{order: 0}
}

/* --- LIFESTYLE BAND — full-bleed cinematic moment (the big visual scroll-break) ---
   Pulled out of the .lifestyle max-width container; bleeds to both viewport edges.
   Thin gold rules above and below mark it as a deliberate section. Parallax-on-
   scroll is wired via JS setting --pY on the inner img. */
.lifestyle-fullbleed{
  position: relative;
  width: 100vw;
  margin: 16vh 0 0;
  margin-left: calc(50% - 50vw);
  padding: 0; max-width: none;
  overflow: hidden;
}
.lifestyle-fullbleed::before,
.lifestyle-fullbleed::after{
  content: ""; display: block;
  height: 1px; width: clamp(180px, 28%, 360px);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(247,236,196,.55), transparent);
  z-index: 2; position: relative;
}
.lifestyle-fullbleed::before{margin-bottom: 24px}
.lifestyle-fullbleed::after{margin-top: 24px}
.lifestyle-fullbleed .band-photo{
  position: relative;
  width: 100%;
  height: clamp(260px, 30vw, 460px);
  overflow: hidden;
}
/* image is taller than the container by ~28% AND vertically centered, so it has
   ~14% of travel room above and below — enough for the parallax to shift in
   either direction without ever cropping the top of the image */
.lifestyle-fullbleed .band-photo img{
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 128%;
  object-fit: cover; object-position: center;
  display: block;
  transform: translate(0, calc(-50% + var(--pY, 0px)));
  transition: transform .12s linear;
  will-change: transform;
}

/* --- closing CTA — bigger, more dramatic --- */
.cta-band h2{
  background: linear-gradient(180deg, var(--gold) 0%, #fff7df 60%, var(--gold2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  text-shadow: 0 0 70px rgba(247,236,196,.25);
}

/* --- soft chapter divider between major sections (a quiet horizontal rule) --- */
.chapter-rule{
  display: block;
  width: clamp(120px, 18%, 240px);
  height: 1px;
  margin: 14vh auto 0;
  background: linear-gradient(90deg, transparent, rgba(247,236,196,.4), transparent);
}

/* ==================================================================
   PREMIUM PHOTO MODULES — feature-with-photo, science band, moment band
   ================================================================== */

/* --- one feature card gets a paired photo: clean 2-col (photo | text).
   The photo IS the visual anchor — the abstract SVG icon is hidden on
   these cards (Apple / AG1 / Erewhon pattern: when you have a real image,
   the icon becomes redundant clutter and visually fights the photo). --- */
.features .feature.with-photo{
  grid-template-columns: minmax(260px, 40%) 1fr;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
  gap: 0;
}
.features .feature.with-photo:nth-child(even){
  grid-template-columns: 1fr minmax(260px, 40%);
}
.features .feature.with-photo:nth-child(even) .feat-photo{order: 2}

.features .feature.with-photo .feat-photo{
  position: relative;
  background: linear-gradient(135deg, rgba(106,44,255,.22), rgba(255,45,184,.12));
  overflow: hidden;
  min-height: 460px;
}
.features .feature.with-photo .feat-photo img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transform: scale(1.04);
  transition: transform 1.8s var(--ease);
}
.features .feature.with-photo:hover .feat-photo img{transform: scale(1.08)}

/* hide the abstract icon — the photo is the visual */
.features .feature.with-photo > .icon{display: none}

.features .feature.with-photo > div:not(.icon):not(.feat-photo){
  padding: 44px 52px;
  align-self: center;
}

@media (max-width: 860px){
  .features .feature.with-photo,
  .features .feature.with-photo:nth-child(even){grid-template-columns: 1fr}
  /* Use the source's 4:5 portrait aspect so the ritual-pour photo (hand,
     sachet, bottle, powder cascading) shows in FULL without the previous
     wide-crop hiding the top or bottom of the composition. */
  .features .feature.with-photo .feat-photo{
    aspect-ratio: 4/5;
    min-height: 0;
    order: 0;
  }
  .features .feature.with-photo > div:not(.icon):not(.feat-photo){padding: 36px}
}

/* --- THE SCIENCE, CLOSER — 3-up band of square macro photos --- */
.science-band{
  max-width: 1180px;
  margin: 14vh auto 0;
  padding: 0 6vw;
}
.science-band .sci-head{text-align: center; margin-bottom: 38px}
.science-band .sci-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.science-band .sci-card{position: relative}
.science-band .sci-photo{
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(106,44,255,.22), rgba(255,45,184,.12));
  box-shadow: 0 20px 40px -18px rgba(0,0,0,.65),
    0 0 0 1px rgba(247,236,196,.08) inset;
}
.science-band .sci-photo img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transform: scale(1.03);
  transition: transform 1.5s var(--ease);
}
.science-band .sci-card:hover .sci-photo img{transform: scale(1.07)}
/* thin gold corner brackets (top-left + bottom-right) for editorial frame */
.science-band .sci-photo::before,
.science-band .sci-photo::after{
  content: "";
  position: absolute;
  width: 16px; height: 16px;
  border: 1.2px solid rgba(247,236,196,.55);
  z-index: 2;
}
.science-band .sci-photo::before{top: 10px; left: 10px;
  border-right: 0; border-bottom: 0}
.science-band .sci-photo::after{bottom: 10px; right: 10px;
  border-left: 0; border-top: 0}

.science-band .sci-cap{margin-top: 20px}
.science-band .sci-tag{
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.science-band .sci-title{
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 21px);
  color: #fdf6e3;
  margin-bottom: 6px;
  line-height: 1.2;
}
.science-band .sci-desc{
  font-size: 14px;
  color: var(--lilac);
  line-height: 1.55;
}
@media (max-width: 860px){
  .science-band .sci-grid{grid-template-columns: 1fr; gap: 36px}
}

/* --- A REAL MOMENT — full-bleed 16:9 cinematic band with overlay pull-quote --- */
.moment-band{
  position: relative;
  width: 100vw;
  margin: 14vh 0 0;
  margin-left: calc(50% - 50vw);
  padding: 0; max-width: none;
  overflow: hidden;
}
.moment-band .moment-photo{
  position: relative;
  width: 100%;
  height: clamp(380px, 50vw, 680px);   /* roughly 16:9 across common viewports */
  overflow: hidden;
}
/* On mobile, the clamp's 380px min was forcing a 16:9 cinematic into a near-square
   container, cropping the sides and losing the subject. Switch to the source's
   16:9 aspect so the photo shows in full. */
@media (max-width: 720px){
  .moment-band .moment-photo{
    height: auto;
    aspect-ratio: 16/9;
    min-height: 240px;
  }
}
.moment-band .moment-photo img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  background: linear-gradient(135deg, rgba(106,44,255,.30), rgba(255,45,184,.18));
}
/* dual scrim — top gradient softens the entry, bottom gradient anchors the quote */
.moment-band .moment-photo::after{
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,6,16,.15) 0%, transparent 30%, transparent 60%, rgba(10,6,16,.65) 100%);
  pointer-events: none;
  z-index: 1;
}
.moment-band .moment-quote{
  position: absolute;
  bottom: clamp(40px, 6vw, 80px);
  left: 0; right: 0; z-index: 2;
  text-align: center;
  padding: 0 6vw;
}
.moment-band .moment-quote .mq-line{
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 4.4vw, 62px);
  color: #fdf6e3;
  letter-spacing: -.012em;
  line-height: 1.1;
  text-shadow: 0 2px 24px rgba(0,0,0,.75);
  max-width: 920px;
  margin: 0 auto;
}
.moment-band .moment-quote .mq-dash{
  display: block;
  width: 56px; height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ============================================================================
   SCIENCE-CTA LINK CARD — appears on Active & Focus pages where the
   duplicated science sections used to live. A slim editorial gateway to
   the dedicated /science.html page so each persona page stays focused.
   ============================================================================ */
.science-cta{
  position:relative;
  max-width:1200px;
  margin:80px auto 60px;
  padding:48px 56px;
  display:grid;
  grid-template-columns:1.1fr auto;
  gap:40px;
  align-items:center;
  background:
    radial-gradient(ellipse 80% 120% at 0% 50%, rgba(155,92,255,.10), transparent 60%),
    linear-gradient(135deg, rgba(247,236,196,.04), rgba(155,92,255,.06));
  border:1px solid rgba(247,236,196,.18);
  border-radius:18px;
  overflow:hidden;
}
.science-cta::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:.6;
}
.science-cta .sc-copy{min-width:0}
.science-cta .sc-kicker{
  display:inline-flex; align-items:center; gap:12px;
  font-size:11px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--gold); font-weight:600;
  font-family:"Inter",system-ui,sans-serif;
  margin-bottom:14px;
}
.science-cta .sc-kicker::before{
  content:""; width:30px; height:1px;
  background:linear-gradient(90deg, var(--gold), transparent);
}
.science-cta h3{
  font-family:"Playfair Display", serif;
  font-weight:500;
  font-size:clamp(26px, 3vw, 38px);
  color:#fdf6e3;
  line-height:1.15;
  margin:0 0 14px;
  letter-spacing:-.01em;
}
.science-cta h3 em{font-style:italic;color:var(--lilac);font-weight:500}
.science-cta p{
  color:var(--lilac);
  font-size:15.5px;
  line-height:1.65;
  max-width:560px;
  margin:0;
  font-weight:350;
}
.science-cta .sc-arrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(247,236,196,.12), rgba(217,178,92,.08));
  border:1px solid rgba(247,236,196,.28);
  color:var(--gold);
  font-family:"Inter",system-ui,sans-serif;
  font-size:13px; letter-spacing:.18em; text-transform:uppercase;
  font-weight:600;
  text-decoration:none;
  transition:all .3s ease;
  white-space:nowrap;
}
.science-cta .sc-arrow svg{width:18px;height:18px;transition:transform .3s ease}
.science-cta .sc-arrow:hover{
  background:linear-gradient(135deg, rgba(247,236,196,.2), rgba(217,178,92,.14));
  border-color:rgba(247,236,196,.5);
  transform:translateY(-1px);
}
.science-cta .sc-arrow:hover svg{transform:translateX(4px)}
@media (max-width: 760px){
  .science-cta{
    grid-template-columns:1fr;
    padding:36px 28px;
    margin:60px auto 44px;
  }
}

/* ============================================================================
   TWO-DOORS — on science.html, the two persona-pick cards
   ("For the active" / "For the focused") that direct readers back out.
   ============================================================================ */
.two-doors{max-width:1200px;margin:80px auto 40px;padding:0 32px}
.two-doors .td-head{text-align:center;margin-bottom:48px}
.two-doors .td-head .kicker{
  display:inline-flex;align-items:center;gap:12px;justify-content:center;
  font-size:11px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--gold); font-weight:600;
  font-family:"Inter",system-ui,sans-serif;
  margin-bottom:14px;
}
.two-doors .td-head .kicker::before,
.two-doors .td-head .kicker::after{
  content:""; width:30px; height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
}
.two-doors .td-head h2{
  font-family:"Playfair Display", serif;
  font-weight:500;
  font-size:clamp(32px, 4.4vw, 58px);
  color:#fdf6e3;
  line-height:1.1;
  margin:0 0 18px;
}
.two-doors .td-head p{
  color:var(--lilac);
  font-size:17px; line-height:1.6;
  max-width:540px; margin:0 auto;
  font-weight:350;
}
.td-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
}
.td-card{
  position:relative;
  display:block;
  padding:48px 44px;
  background:
    radial-gradient(ellipse 100% 120% at 0% 0%, rgba(155,92,255,.14), transparent 60%),
    linear-gradient(160deg, rgba(247,236,196,.04), rgba(155,92,255,.07));
  border:1px solid rgba(247,236,196,.18);
  border-radius:18px;
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  transition:all .35s ease;
}
.td-card::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:.5;
}
.td-card:hover{
  border-color:rgba(247,236,196,.4);
  transform:translateY(-3px);
  box-shadow:0 16px 60px rgba(155,92,255,.12);
}
.td-card .td-tag{
  display:inline-block;
  font-size:11px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--gold); font-weight:600;
  font-family:"Inter",system-ui,sans-serif;
  margin-bottom:18px;
  font-style:italic;
}
.td-card h3{
  font-family:"Playfair Display", serif;
  font-weight:500;
  font-size:clamp(28px, 3.4vw, 42px);
  color:#fdf6e3;
  line-height:1.1;
  margin:0 0 16px;
  letter-spacing:-.01em;
}
.td-card p{
  color:var(--lilac);
  font-size:15.5px;
  line-height:1.65;
  margin:0 0 28px;
  font-weight:350;
}
.td-card .td-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px; height:44px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(247,236,196,.14), rgba(217,178,92,.08));
  border:1px solid rgba(247,236,196,.28);
  color:var(--gold);
  transition:all .3s ease;
}
.td-card .td-arrow svg{width:18px;height:18px;transition:transform .3s ease}
.td-card:hover .td-arrow{
  background:linear-gradient(135deg, rgba(247,236,196,.24), rgba(217,178,92,.14));
  border-color:rgba(247,236,196,.55);
}
.td-card:hover .td-arrow svg{transform:translateX(4px)}
@media (max-width: 760px){
  .td-grid{grid-template-columns:1fr}
  .td-card{padding:36px 28px}
  .two-doors{padding:0 18px}
}

/* ============================================================================
   "WHAT YOU'LL SEE" reassurance section — the green NADH dots in the glass.
   Appears in full on science.html, and as a slimmer teaser on persona pages
   so first-time buyers aren't startled by the dark-green specks in their
   drink (the visible PANMOL® NADH beads).
   ============================================================================ */
.dots-band{
  max-width:1200px;
  margin:90px auto 60px;
  padding:0 32px;
}
.dots-band-inner{
  display:grid;
  grid-template-columns:1.05fr 1.1fr;
  gap:56px;
  align-items:center;
  padding:56px 56px;
  background:
    radial-gradient(ellipse 70% 90% at 0% 30%, rgba(155,92,255,.10), transparent 60%),
    radial-gradient(ellipse 80% 100% at 100% 70%, rgba(45,107,58,.07), transparent 60%),
    linear-gradient(140deg, rgba(247,236,196,.04), rgba(155,92,255,.06));
  border:1px solid rgba(247,236,196,.18);
  border-radius:20px;
  position:relative;
  overflow:hidden;
}
.dots-band-inner::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:.55;
}
.dots-illust{
  position:relative;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.dots-illust svg{
  width:100%;
  max-width:420px;
  height:auto;
  filter:drop-shadow(0 12px 40px rgba(0,0,0,.4));
}
.dots-illust img{
  width:100%;
  max-width:480px;
  height:auto;
  border-radius:14px;
  box-shadow:
    0 24px 70px rgba(0,0,0,.45),
    0 0 0 1px rgba(247,236,196,.18);
  /* Subtle warm vignette to seat the photo into the page */
}
.dots-copy{min-width:0}
.dots-copy .kicker{
  display:inline-flex; align-items:center; gap:12px;
  font-size:11px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--gold); font-weight:600;
  font-family:"Inter",system-ui,sans-serif;
  margin-bottom:16px;
}
.dots-copy .kicker::before{
  content:""; width:32px; height:1px;
  background:linear-gradient(90deg, var(--gold), transparent);
}
.dots-copy h2{
  font-family:"Playfair Display", serif;
  font-weight:500;
  font-size:clamp(28px, 3.4vw, 46px);
  color:#fdf6e3;
  line-height:1.12;
  margin:0 0 18px;
  letter-spacing:-.01em;
}
.dots-copy h2 em{font-style:italic;color:var(--lilac);font-weight:500}
.dots-copy .dots-lede{
  color:var(--lilac);
  font-size:16px;
  line-height:1.7;
  margin:0 0 26px;
  font-weight:350;
}
.dots-copy .dots-lede strong{color:#fdf6e3;font-weight:600}
.dots-bullets{
  list-style:none;
  padding:0; margin:0 0 28px;
  display:grid;
  gap:14px;
}
.dots-bullets li{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
  align-items:flex-start;
  color:var(--lilac);
  font-size:15px;
  line-height:1.55;
  font-weight:350;
}
.dots-bullets li::before{
  content:"";
  display:block;
  width:18px; height:18px;
  margin-top:4px;
  background:
    radial-gradient(circle at 35% 30%, #f4d77e 0%, #d9a93a 45%, #7a5a1a 100%);
  border-radius:50%;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 0 0 1px rgba(247,236,196,.18),
    0 2px 6px rgba(0,0,0,.35);
}
.dots-bullets li strong{color:#fdf6e3;font-weight:600}
.dots-foot{
  display:flex; align-items:center; gap:14px;
  padding-top:22px;
  border-top:1px solid rgba(247,236,196,.14);
  color:var(--lilac-dim, var(--lilac));
  font-size:13px;
  font-style:italic;
  font-family:"Playfair Display", serif;
  opacity:.8;
}
.dots-foot svg{flex-shrink:0;width:18px;height:18px;stroke:var(--gold)}
@media (max-width: 860px){
  .dots-band-inner{
    grid-template-columns:1fr;
    padding:40px 28px;
    gap:36px;
  }
  .dots-illust svg{max-width:300px}
  .dots-band{padding:0 18px;margin:60px auto 40px}
}

/* ===== Slim teaser version for persona pages (active.html, focus.html) ===== */
.dots-teaser{
  max-width:1200px;
  margin:0 auto 60px;
  padding:0 32px;
}
.dots-teaser-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:28px;
  align-items:center;
  padding:24px 32px;
  background:linear-gradient(135deg, rgba(247,236,196,.06), rgba(155,92,255,.06));
  border:1px solid rgba(247,236,196,.22);
  border-left:3px solid var(--gold);
  border-radius:14px;
}
/* Premium honeycomb + NADH SVG icon — the SVG carries the visual now, so the
   container just provides the frame, sizing, and a soft drop-shadow for depth. */
.dots-teaser-icon{
  position:relative;
  display:inline-flex;align-items:center;justify-content:center;
  width:52px;height:52px;
  flex-shrink:0;
  filter:
    drop-shadow(0 4px 12px rgba(0,0,0,.4))
    drop-shadow(0 0 18px rgba(217,178,92,.25));
  transition:filter .35s ease, transform .4s cubic-bezier(.22,1,.3,1);
}
.dots-teaser-icon svg{
  width:100%;
  height:100%;
  display:block;
  overflow:visible;
}
.dots-teaser-inner:hover .dots-teaser-icon{
  filter:
    drop-shadow(0 6px 16px rgba(0,0,0,.45))
    drop-shadow(0 0 24px rgba(217,178,92,.45));
  transform:translateY(-1px) rotate(2deg);
}
.dots-teaser-copy{min-width:0}
.dots-teaser-copy .dt-eyebrow{
  display:block;
  font-size:10.5px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:600;
  font-family:"Inter",system-ui,sans-serif;
  margin-bottom:4px;
}
.dots-teaser-copy p{
  margin:0;
  color:var(--lilac);
  font-size:14.5px;
  line-height:1.5;
  font-weight:350;
}
.dots-teaser-copy p strong{color:#fdf6e3;font-weight:600}
.dots-teaser-link{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(247,236,196,.10), rgba(217,178,92,.06));
  border:1px solid rgba(247,236,196,.25);
  color:var(--gold);
  font-family:"Inter",system-ui,sans-serif;
  font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  font-weight:600;
  text-decoration:none;
  transition:all .3s ease;
  white-space:nowrap;
}
.dots-teaser-link svg{width:14px;height:14px;transition:transform .3s ease}
.dots-teaser-link:hover{
  background:linear-gradient(135deg, rgba(247,236,196,.18), rgba(217,178,92,.10));
  border-color:rgba(247,236,196,.45);
}
.dots-teaser-link:hover svg{transform:translateX(3px)}
@media (max-width: 760px){
  .dots-teaser-inner{
    grid-template-columns:auto 1fr;
    gap:18px;
    padding:20px 22px;
  }
  .dots-teaser-link{
    grid-column:1 / -1;
    justify-self:start;
  }
  .dots-teaser{padding:0 18px}
}

/* ============================================================================
   MOBILE FIXES — patches three layout issues uncovered in the mobile audit:
   1. TOPBAR — brand logos colliding with nav tabs and tagline at <720px
   2. STATS  — 4 stats stacking 1-per-row created 4 screens of scroll
   3. LIFESTYLE BANNER — 21:9 banner became unreadable strips on narrow viewports
   ============================================================================ */
@media (max-width: 720px){

  /* --- TOPBAR — hamburger drawer pattern on mobile ---
     Brand stays left, cart pill stays right (always visible), hamburger
     toggles a drawer for the nav tabs. */
  .topbar,
  .mast{
    padding:11px 4vw;
    gap:10px;
    position:relative; /* anchor for drawer absolute positioning */
  }
  .topbar .ix,
  .mast .ix{display:none}
  /* Drop the 3DCode wordmark + separator on mobile — APX is the consumer brand. */
  .topbar .brand .lg-3d,
  .topbar .brand .brand-sep,
  .mast .brand .lg-3d,
  .mast .brand .brand-sep{display:none}
  .topbar .brand,
  .mast .brand{gap:0; flex-shrink:0}
  .topbar .brand .lg-apx,
  .mast .brand .lg-apx{height:24px; width:auto; flex-shrink:0}

  /* Hamburger button — visible on mobile */
  .nav-toggle{display:flex; margin-left:auto}

  /* Tabs become a dropdown drawer below the topbar */
  .tabs{
    display:none;
    position:absolute;
    top:100%; left:0; right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 4vw 16px;
    background:linear-gradient(180deg, rgba(10,6,16,.96), rgba(10,6,16,.92));
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border-bottom:1px solid rgba(247,236,196,.12);
    box-shadow:0 16px 40px rgba(0,0,0,.45);
    z-index:55;
  }
  .tabs.open{display:flex}
  .tabs a{
    width:100%;
    text-align:left;
    padding:14px 18px;
    font-size:14px;
    letter-spacing:.14em;
    border-radius:8px;
  }
  .tabs a.active{
    border:1px solid rgba(247,236,196,.3);
    background:rgba(155,92,255,.08);
  }

  /* Cart button stays inline on the right, always visible — slightly smaller */
  .topbar .cart-btn,
  .mast .cart-btn{
    width:42px;height:42px;
    flex-shrink:0;
  }
  .topbar .cart-btn svg,
  .mast .cart-btn svg{
    width:19px;height:19px;
  }

  /* --- STATS — 2x2 grid replaces the wasteful vertical stack --- */
  .stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px 18px;
    margin-top:8vh;
    padding:0 5vw;
  }
  .stat{min-width:0}
  .stat .n{font-size:38px}
  .stat .l{font-size:10.5px;letter-spacing:.14em}

  /* --- LIFESTYLE BANNER — focus on the center product panel on mobile.
     Setting a contained height + object-fit: cover with center-positioning
     means the hero product panel fills the visible area, while the four
     athletes peek in at the edges. Far more readable than tiny strips. */
  .lifestyle-fullbleed .band-photo{
    height:62vh;
    min-height:380px;
    max-height:620px;
    overflow:hidden;
  }
  .lifestyle-fullbleed .band-photo img{
    height:100%;
    width:auto;
    min-width:100%;
    object-fit:cover;
    object-position:center center;
  }

  /* --- Section-head & feature-card padding tighten on small screens --- */
  .section-head{padding:0 5vw;margin-top:6vh}
  .section-head h2{font-size:clamp(28px, 7vw, 42px)}

  /* --- Trust pills — refined band on mobile, generous breathing --- */
  .trust{
    padding:38px 5vw 44px;
    flex-wrap:wrap;
    gap:12px 12px;
    margin-top:7vh;
  }
  .trust .tlabel{
    font-size:10px;
    letter-spacing:.28em;
    gap:10px;
    margin-bottom:4px;
  }
  .trust .tlabel::before,
  .trust .tlabel::after{width:24px}
  .trust .pill{
    font-size:12.5px;
    padding:11px 17px;
    letter-spacing:.01em;
    /* allow wrap if the descriptor is long */
    white-space:normal;
  }
}

/* Slightly tighter on the smallest phones (iPhone SE ~360px wide) */
@media (max-width: 380px){
  .tabs a{font-size:10px;padding:7px 6px;letter-spacing:.02em}
  .topbar .brand .lg-apx{height:22px}
  .topbar{padding:10px 2.5vw}
  .stat .n{font-size:34px}
}

/* ============================================================================
   MOBILE POLISH PASS — fine-tuning for premium feel.
   Targets only mobile (≤ 720px). Desktop is untouched.
   ============================================================================ */
@media (max-width: 720px){

  /* ---- HERO ---- */
  .hero{
    padding:48px 6vw 28px;
    gap:24px;
  }
  .hero .eyebrow{font-size:10.5px;letter-spacing:.30em;margin-bottom:14px}
  .hero h1{font-size:clamp(40px, 11.5vw, 60px);line-height:1.02;letter-spacing:-.015em}
  .hero .lede{font-size:15.5px;line-height:1.62;margin-top:18px;max-width:100%}
  .hero-cta{gap:12px;margin-top:26px}
  .hero-cta .btn{padding:14px 24px;font-size:13.5px;letter-spacing:.14em}
  .hero-cta .btn-primary,
  .hero-cta .btn-ghost{width:100%;justify-content:center}

  /* ---- STATS — tighter 2x2 grid, no orphaned wrap on long labels ---- */
  .stats{
    margin-top:6vh;
    gap:30px 14px;
    padding:0 6vw;
  }
  .stat .n{font-size:36px;font-weight:700;letter-spacing:-.02em}
  .stat .l{
    font-size:9.5px;
    letter-spacing:.22em;
    margin-top:8px;
    line-height:1.4;
    white-space:nowrap;
  }
  /* Allow label wrap only when the text is genuinely too long */
  .stat .l.wrap-allowed{white-space:normal}

  /* ---- SECTION HEAD — kicker + h2 + lede ---- */
  .section-head{
    margin-top:9vh;
    margin-bottom:6vh;
    padding:0 6vw;
  }
  .section-head .kicker{
    font-size:10.5px;
    letter-spacing:.28em;
    gap:10px;
  }
  .section-head h2{
    font-size:clamp(30px, 8.5vw, 44px);
    line-height:1.06;
    letter-spacing:-.015em;
    margin:14px auto 16px;
    max-width:340px;
    text-wrap:balance;
  }
  .section-head p{
    font-size:15px;
    line-height:1.6;
    max-width:320px;
    margin:0 auto;
  }

  /* ---- FEATURES ---- */
  .features{margin-top:0; padding:0 6vw; gap:36px}
  .features .feature{padding:0}
  .features .feature > div:not(.icon):not(.feat-photo){
    padding:30px 26px;
  }
  .features .feature .tag{
    font-size:10.5px;
    letter-spacing:.22em;
    margin-bottom:14px;
  }
  .features .feature h3{
    font-size:clamp(22px, 6vw, 30px);
    line-height:1.15;
    margin-bottom:14px;
  }
  .features .feature .lead{font-size:14.5px;line-height:1.62}
  .features .feature .why{padding:18px 18px;margin:18px 0}
  .features .feature .why-label{font-size:10.5px;letter-spacing:.22em}
  .features .feature .why p{font-size:14px;line-height:1.6}
  .features .feature .points li{font-size:14px;line-height:1.55;padding-left:24px}
  .features .feature .icon{width:54px;height:54px}

  /* ---- AUDIENCE GRID ---- */
  .audience{margin-top:6vh; padding:0 6vw}
  .audience .ahead{margin-bottom:26px}
  .audience .ahead .kicker{font-size:10.5px;letter-spacing:.28em}
  .audience .ahead h2{
    font-size:clamp(30px, 8.5vw, 42px);
    line-height:1.08;
    margin-top:12px;
  }
  .aud-grid{gap:16px}
  .aud-card{padding:28px 24px}
  .aud-card h4{font-size:16.5px;margin:14px 0 8px}
  .aud-card p{font-size:13.5px;line-height:1.55}

  /* ---- MOMENT BAND ---- */
  .moment-band .moment-quote{
    bottom:24px;
    padding:0 6vw;
  }
  .moment-band .moment-quote .mq-line{
    font-size:clamp(20px, 5.4vw, 28px);
    line-height:1.18;
    max-width:340px;
    margin:0 auto;
  }

  /* ---- LIFESTYLE FULL-BLEED ---- */
  .lifestyle-fullbleed::before{margin-bottom:0}
  .lifestyle-fullbleed::after{margin-top:0}

  /* ---- CLOSING CTA BAND ---- */
  .cta-band{padding:50px 6vw 60px}
  .cta-band h2{
    font-size:clamp(46px, 13vw, 72px);
    line-height:.95;
    margin-bottom:18px;
  }
  .cta-band p{
    font-size:15px;
    line-height:1.6;
    max-width:320px;
    margin:0 auto 26px;
  }
  .cta-band .btn-primary{
    padding:16px 28px;
    font-size:13.5px;
    letter-spacing:.10em;
  }
  .cta-band .fine{
    font-size:11px;
    letter-spacing:.18em;
    margin-top:22px;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }

  /* ---- SCIENCE LINK CARD ---- */
  .science-cta{margin:6vh auto 4vh}
  .science-cta h3{font-size:clamp(22px, 6vw, 28px);line-height:1.18;margin-bottom:10px}
  .science-cta p{font-size:14.5px;line-height:1.6;margin-bottom:18px}
  .science-cta .sc-kicker{font-size:10px;letter-spacing:.28em}
  .science-cta .sc-arrow{
    padding:13px 22px;
    font-size:12px;
    letter-spacing:.14em;
  }

  /* ---- DOTS TEASER (persona pages) ---- */
  .dots-teaser-copy .dt-eyebrow{font-size:10px;letter-spacing:.26em}
  .dots-teaser-copy p{font-size:13.5px;line-height:1.5}
  .dots-teaser-link{padding:11px 18px;font-size:11.5px;letter-spacing:.14em}

  /* ---- DOTS BAND (science page) ---- */
  .dots-band .kicker{font-size:10.5px;letter-spacing:.28em}
  .dots-copy h2{font-size:clamp(30px, 8vw, 40px);line-height:1.08;margin-bottom:16px}
  .dots-copy .dots-lede{font-size:15px;line-height:1.6;margin-bottom:22px}
  .dots-bullets li{font-size:14px;line-height:1.55}
  .dots-foot{font-size:12.5px;padding-top:18px}

  /* ---- TWO DOORS (science page) ---- */
  .two-doors .td-head h2{font-size:clamp(28px, 8vw, 40px);line-height:1.08}
  .two-doors .td-head p{font-size:14.5px;line-height:1.55}
  .td-card{padding:32px 26px}
  .td-card h3{font-size:clamp(24px, 7vw, 32px);line-height:1.1}
  .td-card p{font-size:14px;line-height:1.55;margin-bottom:22px}

  /* ---- HOWIT (science diagrams) ---- */
  .howit{padding:0 6vw;margin-top:6vh}
  .howit-head h2{font-size:clamp(28px, 8vw, 40px);line-height:1.06}
  .howit-head p{font-size:14.5px;line-height:1.6;max-width:320px;margin:14px auto 0}
  .howit-grid{gap:24px;margin-top:38px}
  .diagram-card{padding:28px 24px}
  .dia-title{font-size:18px}
  .dia-caption{font-size:13.5px;line-height:1.55}

  /* ---- SCIENCE BAND (3 macro photos) ---- */
  .science-band .sci-head h2{font-size:clamp(30px, 8.5vw, 42px);line-height:1.06}
  .science-band .sci-head p{font-size:14.5px;line-height:1.6;max-width:320px}
  .sci-card{padding:0}
  .sci-cap{padding:18px 20px}
  .sci-tag{font-size:10.5px;letter-spacing:.22em}
  .sci-title{font-size:18px;margin:8px 0 8px}
  .sci-desc{font-size:13.5px;line-height:1.5}

  /* ---- COMPARE SECTION ---- */
  .compare{padding:0 6vw}
  .compare-grid{gap:18px}
  .compare-card{padding:30px 26px}
  .compare-card h3{font-size:clamp(20px, 5.5vw, 28px);line-height:1.15}
  .compare-card ul li{font-size:14px;line-height:1.55}
  .compare-card .ctag{font-size:10.5px;letter-spacing:.22em}

  /* ---- DISABLE HOVER-ONLY MOTION ON MOBILE ----
     Mouse-parallax tilt, hover-scale, hover transforms are pointless on touch.
     Removing them avoids visual jank when fingers tap-and-hold. */
  .hero-image-card .ic-tilt{transform:none !important;transition:none}
  .ic-photo>img{transform:none}
  .ic-photo:hover>img{transform:none}
  .features .feature.with-photo:hover .feat-photo img{transform:scale(1)}
  .trust .pill:hover{transform:none;box-shadow:
    0 4px 14px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(247,236,196,.10)}
  .aud-card:hover{transform:none}
  .td-card:hover{transform:none;box-shadow:none}
  .science-cta .sc-arrow:hover{transform:none}

  /* Parallax-on-scroll for lifestyle banner — disable so the image just
     scrolls naturally. The parallax is heavy and causes jank on lower-end
     devices and adds nothing on a small screen. */
  .lifestyle-fullbleed .band-photo img{
    --pY:0 !important;
    transform:translateY(0) !important;
  }

  /* Soften the reveal animation timing — premium brands feel calmer */
  .feature, .diagram-card, .compare-card{
    transition:opacity .5s ease, transform .5s ease;
  }

  /* ---- TYPOGRAPHY POLISH ---- */
  /* Text balance for short headlines (auto break-points on supporting browsers) */
  h1, h2, .display, .hero-tag{text-wrap:balance}
  /* Subtle font-feature settings for refined glyph forms in our serif headings */
  .hero h1, .section-head h2, .cta-band h2{
    font-feature-settings:"liga","kern","onum"; /* old-style numerals where applicable */
  }

  /* ---- SAFE TOUCH TARGETS — ensure all interactive elements ≥ 44px ---- */
  .tabs a, .nav-toggle, .cart-btn,
  .btn, .btn-primary, .btn-ghost,
  .dots-teaser-link, .science-cta .sc-arrow,
  .td-card .td-arrow{
    min-height:44px;
  }
}
