/** Shopify CDN: Minification failed

Line 131:0 Unexpected "<"
Line 1827:0 Unexpected "<"

**/
:root {
  --rvw: 8px; /* 1vw frozen at the ~800px reference render (all clamps at approved values) */
  /* Ink (dark) scale */
  --ink:    #0a0a0b;
  --ink-1:  #111113;
  --ink-2:  #17171a;
  --ink-3:  #202024;
  --ink-4:  #2c2c31;

  /* Paper (light) scale - cool neutral greys */
  --paper:   #ffffff;
  --paper-1: #f4f4f5;
  --paper-2: #ececee;
  --paper-3: #e2e2e5;

  /* Greys for text */
  --grey-900: #16161a;
  --grey-700: #44444a;
  --grey-600: #5c5c63;
  --grey-500: #7d7d84;  --grey-400: #9a9aa1;
  --grey-300: #c2c2c6;

  /* Sale accent */
  --sale: #c0392b;

  /* Hairlines */
  --line-dark:  rgba(255,255,255,0.12);
  --line-dark-2:rgba(255,255,255,0.07);
  --line-light: rgba(15,15,20,0.12);
  --line-light-2: rgba(15,15,20,0.07);

  /* Fonts */
  --font-body: 'Degular', 'Helvetica Neue', Helvetica, system-ui, -apple-system, sans-serif;
  --font-caps: 'Sweet Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;

  --maxw: 480px; /* mobile-first canvas */
  --pad: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: #c9c8c4;
  color: var(--grey-900);
  line-height: 1.5;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* The phone canvas: full-width on mobile, centered & framed on desktop */
#app { max-width: var(--maxw); margin: 0 auto; background: var(--ink); position: relative; overflow-x: clip; min-height: 100vh; }
@media (min-width: 520px) {
  body { padding: 0; }
  #app { box-shadow: 0 30px 90px rgba(0,0,0,0.35); }
}

img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- type helpers ---------- */
.caps {
  font-family: var(--font-caps);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.eyebrow {
  font-family: var(--font-caps);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  font-weight: 500;
}
h1, h2, h3 { font-weight: 600; line-height: 1.04; letter-spacing: -0.02em; text-wrap: balance; }
.display {
  font-size: clamp(40px, calc(13 * var(--rvw)), 58px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.h2 { font-size: clamp(30px, calc(8.5 * var(--rvw)), 38px); letter-spacing: -0.03em; line-height: 1.02; }
.h3 { font-size: 23px; letter-spacing: -0.02em; }
h2 em, .h2 em, .display em { font-style: italic; font-weight: inherit; }
.lead { font-size: 18px; line-height: 1.5; color: var(--grey-700); font-weight: 400; }
.tnum { font-variant-numeric: tabular-nums; }

/* ---------- section primitives ---------- */
section { padding: 48px var(--pad); position: relative; }
.sec-dark { background: var(--ink); color: var(--paper); }
.sec-ink1 { background: var(--ink-1); color: var(--paper); }
.sec-light { background: var(--paper); color: var(--grey-900); }
.sec-paper { background: var(--paper-1); color: var(--grey-900); }
#community.sec-paper { background: var(--paper); }

.sec-dark .lead, .sec-ink1 .lead { color: var(--grey-300); }

/* fade-in on scroll */
.reveal { opacity: 0; transform: translateY(30px); will-change: opacity, transform;
  transition: opacity 1.05s cubic-bezier(.16,1,.3,1), transform 1.05s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity:1; transform:none; transition:none; } }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 18px 22px; border-radius: 100px;
  font-family: var(--font-caps); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 13px; font-weight: 500; transition: transform .15s ease, background .2s ease, opacity .2s;
}
.btn:active { transform: scale(0.985); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: #e9e8e4; }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: #25252a; }
.btn-outline-d { background: transparent; color: var(--paper); box-shadow: inset 0 0 0 1px var(--line-dark); }

.divider-d { height: 1px; background: var(--line-dark); border: 0; }
.divider-l { height: 1px; background: var(--line-light); border: 0; }

/* utility chips/labels */
.kicker { color: var(--grey-500); }
.sec-dark .kicker, .sec-ink1 .kicker { color: var(--grey-400); }
</style>
<style>/* ================= HEALIOS+ component styles ================= */

/* ---- community / UGC rail ---- */
#community { padding-top: 40px; padding-bottom: 44px; }
#community.sec-paper { background: #101012; color: #fff; }
#community .comm-title { color: #fff; }
.comm-eyebrow { display: inline-block; font-size: 11px; letter-spacing: 0.2em; color: var(--grey-500); }
.comm-title { margin-top: 14px; font-size: clamp(29px, calc(9.1 * var(--rvw)), 39px); }
.comm-title b { font-weight: 700; }
.comm-rail-wrap { margin-top: 26px; margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
.comm-rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; touch-action: pan-x pan-y;
  padding: 4px var(--pad) 14px; -webkit-overflow-scrolling: touch; }
.comm-rail::-webkit-scrollbar { display: none; }
.comm-card { position: relative; flex: 0 0 calc(50% - 6px); width: calc(50% - 6px); aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  border-radius: 18px; box-shadow: 0 1px 2px rgba(15,15,20,0.06), 0 14px 30px -24px rgba(15,15,20,0.4); }
.comm-card image-slot { width: 100%; height: 100%; display: block; }
.comm-play { position: absolute; bottom: 12px; left: 12px; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; pointer-events: none;
  background: rgba(18,18,20,0.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.28); color: #fff; }
.comm-play svg { width: 17px; height: 17px; margin-left: 1px; }
.comm-play { width: 30px; height: 30px; bottom: 9px; left: 9px; }
.comm-play svg { width: 13px; height: 13px; }
.sec-socials { background: #FFFFFF; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: #16161a; padding: 24px 0 22px; overflow: hidden; }
.sec-socials > .reveal, .sec-socials > .soc-hint { padding-left: var(--pad); padding-right: var(--pad); }
.soc-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.18em;
  color: #16161a; padding: 8px 14px; border-radius: 100px;
  background: linear-gradient(90deg, rgba(249,206,52,0.16), rgba(238,42,123,0.16), rgba(98,40,215,0.16)); }
.soc-eyebrow svg { color: #d6249f; }
.soc-title { margin-top: 18px; }
.soc-sub { font-size: 16px; line-height: 1.55; color: var(--grey-700); margin-top: 14px; max-width: 360px; }
.soc-marquee { margin-top: 12px; overflow: hidden; padding: 4px 0 4px; pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.soc-marquee::-webkit-scrollbar { display: none; }
.soc-marquee.drag { cursor: grabbing; }
.soc-marquee.drag .soc-card { pointer-events: none; }
.soc-track { display: flex; width: max-content; animation: soc-slide 52s linear infinite; will-change: transform; }
@keyframes soc-slide { from { transform: translateX(0) } to { transform: translateX(-50%) } }
@media (prefers-reduced-motion: reduce) { .soc-track { animation: none } }
.soc-card { flex: none; width: 104px; margin-right: 6px; text-decoration: none; color: inherit; cursor: default;
  display: flex; flex-direction: column; align-items: center; text-align: center; }
.soc-ring { position: relative; width: 66px; height: 66px; border-radius: 50%; overflow: hidden;
  background: #ececee; border: 2px solid #000; box-sizing: border-box; }
.soc-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.soc-live { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: 8.5px; letter-spacing: 0.12em; color: #fff; background: #ee2a7b; padding: 3px 9px; border-radius: 100px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.soc-name { font-size: 13px; font-weight: 600; margin-top: 8px; letter-spacing: -0.01em; line-height: 1.15; }
.soc-name.dim { color: var(--grey-400); font-weight: 500; }
.soc-role { font-size: 8.5px; letter-spacing: 0.08em; color: var(--grey-500); margin-top: 8px; line-height: 1.3; }
.soc-handle { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--grey-700);
  margin-top: 1px; }

.soc-handle.dim { color: var(--grey-400); }
.soc-handle.dim svg { color: var(--grey-400); }
/* filler */
.soc-card.filler .soc-ring { background: #ececee; }
.soc-soon { position: absolute; inset: 7px; border-radius: 50%; border: 1.5px dashed rgba(15,15,20,0.2);
  display: grid; place-items: center; color: var(--grey-400); background: #ececee; }
.soc-hint { display: block; font-size: 10px; letter-spacing: 0.14em; color: var(--grey-400); margin-top: 4px; }

/* ---- top promo bar + nav ---- */
.site-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: var(--maxw); z-index: 150; transition: transform .32s cubic-bezier(.4,0,.2,1); }
.site-header.hidden { transform: translateX(-50%) translateY(-100%); }
@media (prefers-reduced-motion: reduce){ .site-header { transition: none; } }
.topbar {
  background-color: var(--sale);
  background-image: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0) 60%);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px;
  color: #fff;
  padding: 6px 16px 7px;
}
.topbar-head { font-size: 14px; letter-spacing: 0.2em; font-weight: 600; color: #fff; }
.topbar-cd { font-size: 14px; letter-spacing: 0.14em; font-weight: 400;
  color: rgba(255,255,255,0.88); font-variant-numeric: tabular-nums; }
.nav {
  position: sticky; top: 0; z-index: 100; background: #000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 7px var(--pad); border-bottom: 1px solid var(--line-dark-2);
}
.nav-logo { color: #fff; display: flex; }
.nav-circle {
  width: 47px; height: 47px; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff; position: relative;
  border: 1px solid rgba(255,255,255,0.28); transition: background .2s, border-color .2s;
}
.nav-circle:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
.nav-circle:active { transform: scale(0.94); }
.nav-badge {
  position: absolute; top: -3px; right: -3px; background: #fff; color: var(--ink);
  font-size: 10px; font-weight: 600; min-width: 18px; height: 18px; border-radius: 9px;
  display: grid; place-items: center; padding: 0 4px; border: 2px solid var(--ink);
}
.nav-phonenum { display: none; }
/* ---- full-screen menu overlay ---- */
.menu-ov {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: var(--maxw);
  height: 100%; z-index: 200; background: linear-gradient(180deg, #ececee 0%, #ffffff 26%, #ffffff 100%);
  color: var(--grey-900); display: flex; flex-direction: column; overflow-y: auto;
  opacity: 0; visibility: hidden; transition: opacity .42s cubic-bezier(.16,1,.3,1), visibility .42s;
}
.menu-ov.open { opacity: 1; visibility: visible; }
.menu-ov-top { display: flex; justify-content: flex-end; padding: 10px var(--pad) 2px; flex: none; }
.menu-x {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: var(--ink);
  border: 1px solid rgba(15,15,20,0.18); transition: background .2s;
}
.menu-x:hover { background: rgba(15,15,20,0.05); }
.menu-x:active { transform: scale(0.94); }

.menu-list { flex: 0 1 auto; border-top: 1px solid rgba(15,15,20,0.1); }
.menu-row {
  display: grid; grid-template-columns: 78px 1fr; align-items: center; width: 100%; text-align: left;
  padding: 19px var(--pad); border-bottom: 1px solid rgba(15,15,20,0.1);
  opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.menu-ov.open .menu-row { opacity: 1; transform: none; }
.menu-ov.open .menu-row:nth-child(1) { transition-delay: .08s; }
.menu-ov.open .menu-row:nth-child(2) { transition-delay: .12s; }
.menu-ov.open .menu-row:nth-child(3) { transition-delay: .16s; }
.menu-ov.open .menu-row:nth-child(4) { transition-delay: .20s; }
.menu-ov.open .menu-row:nth-child(5) { transition-delay: .24s; }
.menu-ov.open .menu-row:nth-child(6) { transition-delay: .28s; }
.menu-ov.open .menu-row:nth-child(7) { transition-delay: .32s; }
.menu-ov.open .menu-row:nth-child(8) { transition-delay: .36s; }
.menu-num { font-size: 12px; letter-spacing: 0.16em; color: var(--grey-500); }
.menu-num.circ {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--sale); color: var(--sale); font-size: 11px;
}
.menu-label { font-size: 23px; letter-spacing: -0.01em; font-weight: 500; color: #16161a; }
.menu-row.hi .menu-label { color: var(--sale); }
.menu-row:active { background: rgba(15,15,20,0.03); }

.menu-foot { flex: none; margin-top: auto; text-align: center; padding: 26px var(--pad) 32px; background: #ececee; }
.menu-foot-h { font-size: 12px; letter-spacing: 0.2em; color: var(--grey-500); }
.menu-avatars { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.menu-av {
  width: 66px; height: 66px; border-radius: 50%; display: block; overflow: hidden;
  border: 1px solid rgba(15,15,20,0.2); color: var(--grey-700); font-size: 14px; letter-spacing: 0.04em;
  background: #d8d8dc;
}
.menu-av img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.16); transform-origin: 50% 42%; }
.menu-phone {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 12px; text-decoration: none;
  font-size: 27px; font-weight: 500; color: #16161a; letter-spacing: -0.01em;
}
.menu-phone svg { color: var(--ink); }
.menu-hours { font-size: 11px; letter-spacing: 0.16em; color: var(--grey-500); margin-top: 10px; }

/* ---- train bar ---- */
.trainbar { background: #000; color: #fff; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px var(--pad); }
.trainbar-txt { line-height: 1.3; flex: 1; max-width: 58%; font-size: 11.5px; letter-spacing: 0.05em;
  color: var(--grey-400); font-weight: 400; }
.trainbar-txt b { display: block; color: #fff; font-weight: 700; }
.trainbar-icons { display: flex; align-items: center; gap: 15px; color: var(--grey-300); }
.trainbar-icons svg { flex: none; }
@media (max-width: 360px) { .trainbar-icons { gap: 11px; } }

/* ---- hero (image on top) ---- */
/* ---- hero (immersive full-bleed) ---- */
.hero3 { position: relative; background: #0a0a0c; overflow: hidden; }
.hero3-media { position: relative; width: 100%; aspect-ratio: 4 / 2.62; }
.hero3-media img { width: 100%; height: 100%; object-fit: cover; object-position: 44% 45%; display: block; }
.hero3-grad { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,10,12,0.28) 0%, rgba(10,10,12,0) 26%, rgba(10,10,12,0) 52%, rgba(10,10,12,0.72) 84%, #0a0a0c 100%); }

.hero3-inner { position: relative; z-index: 2; width: 100%; margin-top: -56px; padding: 0 var(--pad) 38px; }
.hero3-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.hero3-stars { color: var(--sale); font-size: 13px; letter-spacing: 2px; }
.hero3-kicker .caps { font-size: 10.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.82); }
.hero3-title { color: #fff; font-weight: 300; letter-spacing: -0.04em; line-height: 0.95;
  text-shadow: 0 2px 30px rgba(0,0,0,0.6); }
.hero3-accent { color: var(--sale); font-style: italic; font-weight: 300; letter-spacing: -0.04em; }
.hero3-sub { font-size: 16px; line-height: 1.46; color: rgba(255,255,255,0.86); margin-top: 16px; max-width: 400px; }
.hero3-sub strong { color: #fff; font-weight: 600; }
.hero3-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; margin: 26px 0 0;
  background-image: linear-gradient(176deg, rgba(255,255,255,0.30), rgba(255,255,255,0) 46%), linear-gradient(var(--sale), var(--sale));
  color: #fff; border-radius: 15px; padding: 19px; font-family: var(--font-caps);
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 12.5px; font-weight: 500;
  box-shadow: 0 18px 40px -16px rgba(192,57,43,0.7); transition: filter .2s, transform .15s; }
.hero3-cta::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-18deg);
  animation: heroShine 4.5s ease-in-out infinite; }
.hero3-cta svg { position: relative; transition: transform .2s ease; }
.hero3-cta:hover { filter: brightness(0.94); }
.hero3-cta:hover svg { transform: translateX(5px); }
.hero3-cta:active { transform: scale(0.99); }
.hero3-scroll { display: block; text-align: center; margin-top: 20px; font-size: 9.5px; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.5); animation: heroScroll 2.4s ease-in-out infinite; }
@keyframes heroScroll { 0%,100%{ opacity: 0.4; transform: translateY(0); } 50%{ opacity: 0.85; transform: translateY(3px); } }
@media (prefers-reduced-motion: reduce) { .hero3-cta::after, .hero3-scroll { animation: none; } }

/* ---- section slide-in on scroll ---- */
@media (prefers-reduced-motion: no-preference) {
  body.fx section.sec-fx { opacity: 0;
    transition: opacity .75s ease; will-change: opacity; }
  body.fx section.sec-fx.sec-in { opacity: 1; }
}

/* ---- legacy hero (image on top) ---- */
.hero2 { background: #ffffff; color: #16161a; }
.hero2-card { position: relative; width: 100%; aspect-ratio: 1 / 0.92; background: #000; overflow: hidden; }
.hero2-card img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 28%; }

.hero2-chip { position: absolute; z-index: 2; width: max-content; max-width: 60%; display: flex; flex-direction: column; gap: 4px;
  background: rgba(12,12,14,0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 13px 17px; }
.hero2-chip.chip-tl { top: 16px; left: 16px; }
.hero2-chip.chip-br { bottom: 16px; right: 16px; }
.hero2-chip-l { font-size: 9.5px; letter-spacing: 0.18em; color: rgba(255,255,255,0.6); }
.hero2-chip-v { font-size: 22px; font-weight: 500; color: #fff; letter-spacing: -0.01em; display: flex; align-items: center; gap: 8px; }
.hero2-chip-v small { font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }
.hero2-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sale);
  box-shadow: 0 0 0 3px rgba(192,57,43,0.25); }

.hero2-body { padding: 26px var(--pad) 30px; }
.hero2-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.hero2-stars { color: var(--sale); font-size: 13px; letter-spacing: 2px; }
.hero2-kicker .caps { font-size: 10.5px; letter-spacing: 0.16em; color: var(--grey-500); }
.hero2-scroll { display: block; text-align: center; margin-top: 20px; font-size: 9.5px; letter-spacing: 0.22em;
  color: var(--grey-500); animation: heroScroll 2.4s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .hero2-scroll { animation: none; } }
.hero2-title { color: #16161a; font-weight: 300; letter-spacing: -0.04em; line-height: 0.98; }
.hero2-thin { color: var(--sale); font-style: italic; font-weight: 200; letter-spacing: -0.03em; }
.hero2-accent { color: var(--sale); font-style: italic; font-weight: 300; letter-spacing: -0.04em; }
.hero2-sub { font-size: 16px; line-height: 1.45; color: var(--grey-700); margin-top: 16px; max-width: 420px; }
.hero2-sub strong { color: #16161a; font-weight: 600; }
.hero2-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin: 24px 0 0;
  background: #fff; border: 1.5px solid #0b0b0b;
  color: #0b0b0b; border-radius: 0; padding: 19px; font-family: var(--font-caps);
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 12.5px; font-weight: 500;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .15s ease; }
.hero2-cta svg { position: relative; transition: transform .2s ease; }
.hero2-cta:hover { background: #0b0b0b; color: #fff; border-color: #0b0b0b; }
.hero2-cta:hover svg { transform: translateX(5px); }
.hero2-cta:active { background: #0b0b0b; color: #fff; border-color: #0b0b0b; transform: scale(0.99); }
.hero2-after { text-align: center; font-size: 13px; color: var(--grey-500); margin-top: 12px; }

/* ---- legacy dark hero (unused) ---- */
.hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end;
  background: var(--ink); overflow: hidden; padding: 0; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.hero-scrim { position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,9,0.96) 4%, rgba(8,8,9,0.55) 38%, rgba(8,8,9,0.12) 66%, rgba(8,8,9,0.35) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 var(--pad) 56px; width: 100%; }
.hero-rate { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.hero-after { color: rgba(255,255,255,0.55); font-size: 13px; margin-top: 14px; }
.hero-cue { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.5);
  z-index: 2; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,6px);} }

/* ---- marquee ---- */
.marquee { padding: 18px 0; overflow: hidden; border-top: 1px solid var(--line-dark-2); border-bottom: 1px solid var(--line-dark-2); }
.marquee-track { display: flex; width: max-content; animation: scrollx 26s linear infinite; }
@keyframes scrollx { to { transform: translateX(-50%); } }
.marquee-item { display: inline-flex; align-items: center; gap: 12px; padding: 0 4px; }
.marquee-item .caps { font-size: 19px; letter-spacing: 0.06em; color: #fff; }
.marquee-soft { font-size: 19px; color: var(--grey-500); font-style: italic; }
.marquee-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--grey-700); margin: 0 18px; }

#science { padding-bottom: 0; }
.press2 { padding-top: 44px; }
/* ---- what healios does / benefits grid ---- */
.whatdoes { background: var(--paper); color: var(--grey-900); }
.wd-title { margin-top: 14px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.02; }
.wd-intro { margin-top: 22px; font-size: 16.5px; line-height: 1.5; color: #161616; max-width: 60ch; }
.wd-grid { margin-top: clamp(34px, calc(9 * var(--rvw)), 56px); display: grid; grid-template-columns: 1fr; gap: 0;
  border: 1px solid var(--line-light); }
.wd-card { background: var(--paper); border-bottom: 1px solid var(--line-light); padding: clamp(28px, calc(6.5 * var(--rvw)), 44px); min-height: 290px; display: flex; flex-direction: column; }
.wd-card:last-child { border-bottom: 0; }
.wd-no { font-family: var(--font-caps); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #9A9A98; margin-bottom: auto; }
.wd-h3 { margin: 18px 0 0; font-size: clamp(1.3rem, calc(5.6 * var(--rvw)), 1.55rem); font-weight: 600; letter-spacing: -0.015em; line-height: 1.08; color: var(--grey-900); }
.wd-p { margin-top: 14px; font-size: 15.5px; line-height: 1.55; color: #6E6E6E; }
.wd-tag { margin-top: 18px; font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.pbeat { position: relative; width: 100%; aspect-ratio: 990 / 764; height: auto; overflow: hidden; background: #fff; padding: 0; }
.pbeat > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.pbeat-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px var(--pad) clamp(22px, calc(5 * var(--rvw)), 30px);
  background: linear-gradient(0deg, rgba(18,16,14,0.6) 0%, rgba(18,16,14,0.28) 45%, transparent 100%); }
.pbeat-eyebrow { display: block; margin-bottom: 10px; color: rgba(255,255,255,0.72) !important; letter-spacing: 0.26em; font-size: 10.5px; }
.pbeat-h3 { color: #fff; max-width: none; font-weight: 600; font-size: clamp(18px, calc(4.6 * var(--rvw)), 21px); line-height: 1.22; letter-spacing: -0.01em; }
.couchbeat { aspect-ratio: 2160 / 1442; background: #0a0a0b; }
.loungebeat { aspect-ratio: 4 / 4.15; background: #0a0a0b; position: relative; overflow: hidden; }
.loungebeat img { position: absolute; top: -3.12%; left: 0; width: 100%; height: 109.4%; object-fit: cover; object-position: 57% 32%; display: block; filter: brightness(0.72); transform: rotate(12.5deg) scale(1.3); }
.lounge-line { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: block; margin: 0; text-align: center; color: #fff; font-size: 44px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; text-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.lounge-line em { font-style: italic; font-weight: 700; }

/* ---- full-bleed wave video ---- */
.bleed-video { position: relative; width: 100%; background: #000; cursor: pointer; overflow: hidden;
  line-height: 0; display: block; }
.bleed-video video { width: 100%; display: block; }
.bleed-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px;
  border-radius: 50%; display: grid; place-items: center; color: #fff; pointer-events: none; line-height: 1;
  background: rgba(18,18,20,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.3); transition: opacity .25s ease; }
.bleed-video-play svg { width: 26px; height: 26px; margin-left: 3px; }
.bleed-video.playing .bleed-video-play { opacity: 0; }

/* ---- truly wireless ---- */
#wireless { padding-top: 48px; padding-bottom: 0; overflow: hidden; }
.tw-photo { margin: 34px calc(var(--pad) * -1) 0; }
.tw-photo img { width: 100%; display: block; }

/* ---- worn-by strip (avatars + line) ---- */
.wornby { background: #f2f1ef; padding: 26px var(--pad) 28px; text-align: center; }
.wornby-avs { display: flex; justify-content: center; }
.wornby-av { width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto; padding: 0;
  background: #fff; box-shadow: 0 0 0 2px #fff; }
.wornby-av + .wornby-av { margin-left: -10px; }
.wornby-av img { width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: 50%; border: none; background: #fff; }
.wornby-more { background: #0a0a0a; color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; padding: 0; border: none; }
.wornby-line { margin-top: 16px; font-size: 12px; letter-spacing: 0.18em; color: var(--grey-600, #5c5c63); font-weight: 400; }
.wornby-line strong { color: var(--grey-900); font-weight: 500; }
.wornby-line strong { color: var(--grey-900); font-weight: 600; }

/* ---- programs accordion list ---- */
.prl { margin-top: 36px; }
.prl-row { border-bottom: 1px solid #2C2C31; opacity: 0; transform: translateX(-18px);
  transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--i) * 80ms); }
.prl.in .prl-row { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .prl-row { opacity: 1 !important; transform: none !important; transition: none !important; } }
.prl-row:last-child { border-bottom: 0; }
.prl-head { width: 100%; display: flex; align-items: baseline; gap: 14px; padding: 18px 0;
  background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-body); }
.prl-when { font-size: 11px; letter-spacing: 0.14em; color: #9A9AA1; white-space: nowrap; }
.prl-name { margin-left: auto; font-size: 20px; font-weight: 500; color: #fff; text-align: right; letter-spacing: -0.01em; line-height: 1.15; }
.prl-name.prl-flag { color: #C0392B; }
.prl-chev { align-self: center; color: #9A9AA1; display: inline-flex; flex: none; transition: transform .3s ease; }
.prl-row.open .prl-chev { transform: rotate(180deg); }
.prl-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.16,1,.3,1); }
.prl-row.open .prl-panel { grid-template-rows: 1fr; }
.prl-panel-in { overflow: hidden; min-height: 0; }
.prl-d { color: #9A9AA1; font-size: 14.5px; line-height: 1.55; padding: 0 0 18px; max-width: 46ch; }

/* ---- people / customer as hero ---- */
#people { padding-top: 48px; }
.ppl-p { font-size: 16.5px; line-height: 1.6; color: var(--grey-700); margin-top: 22px; max-width: 460px; }
.ppl-p strong { color: var(--grey-900); font-weight: 600; }
.ppl-strip { display: flex; flex-direction: column; gap: 14px; margin-top: 36px; }
.ppl-fig { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper-2); }
.ppl-fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ppl-fig figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.78), transparent); color: #fff; }
.ppl-fig figcaption b { display: block; font-weight: 600; font-size: 18px; letter-spacing: -0.01em; margin-bottom: 4px; }
.ppl-fig figcaption span { font-size: 10.5px; letter-spacing: 0.14em; color: rgba(255,255,255,0.7); }

/* ---- science section on light bg ---- */
#science.sec-light .wsq-divider { background: linear-gradient(180deg, transparent, var(--line-light), transparent); }
#science.sec-light .wsq-pill.off { color: var(--grey-500); }
#science.sec-light .wsq-pill.off .wsq-uline { background: rgba(15,15,20,0.22); }
#science.sec-light .wsq-cap { color: var(--grey-700); }
#science.sec-light .wsq-cap b { color: var(--grey-900); }
#science.sec-light .wsq-cap.dim { color: var(--grey-500); }
#science.sec-light .wsq-cap.dim b { color: var(--grey-700); }
#science.sec-light .wsq-ind.bad .wsq-lbl { color: var(--grey-500); }
#science.sec-light .wsq-xray img { filter: brightness(1.05) drop-shadow(0 16px 40px rgba(0,0,0,0.18)); }

/* ---- science: wave vs squeeze comparison ---- */
.wsq-video { position: relative; margin: 34px calc(var(--pad) * -1) 0; border-radius: 0; overflow: hidden; background: #000; aspect-ratio: 16 / 9; }
.wsq-video video, .wsq-video img { width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.22); transform-origin: 50% 44%; }

.wsq-xray { margin: 28px auto 4px; max-width: 300px; }
.wsq-xray img { width: 100%; height: auto; display: block; filter: brightness(1.12) drop-shadow(0 16px 40px rgba(0,0,0,0.5)); }
.wsq { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 24px; margin-top: 12px; align-items: start; }
.wsq-close { margin-top: 32px; font-size: 18px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.35; color: #fff; max-width: 460px; }
#science.sec-light .wsq-close { color: var(--grey-900); }
.wsq-col { display: flex; flex-direction: column; align-items: center; width: 100%; }
.wsq-divider { align-self: stretch; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.14), transparent); }
.wsq-stack { height: 245px; width: 100%; display: flex; align-items: flex-end; justify-content: center; }
.wsq-pill { font-family: var(--font-caps); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0 0 4px; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.wsq-pill.on { color: var(--sale); background: none; }
.wsq-pill.off { color: #fff; background: none; border: 0; }
.wsq-uline { display: block; width: 40px; height: 2px; border-radius: 2px; }
.wsq-pill.on .wsq-uline { background: var(--sale); }
.wsq-pill.off .wsq-uline { background: rgba(255,255,255,0.34); }

/* indicator zone (matched height both sides) */
.wsq-ind { height: 84px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 6px; margin: 2px 0 0; }
.wsq-lbl { font-family: var(--font-caps); font-size: 8.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }
.wsq-ind.good .wsq-lbl { color: var(--grey-400); }
.wsq-ind.bad .wsq-lbl { color: var(--grey-500); }
.wsq-heart { color: var(--sale); }
.wsq-heart svg { width: 30px; height: 30px; display: block; animation: wsqHeart 3.2s infinite ease-in-out; }
@keyframes wsqHeart { 0%,40%,100%{ transform: scale(1);} 52%{ transform: scale(1.22);} 60%{ transform: scale(1);} 68%{ transform: scale(1.12);} }
.wsq-heart.dim { color: var(--grey-500); }
.wsq-heart.dim svg { animation: none; }
.wsq-chev { display: flex; flex-direction: column; gap: 3px; align-items: center; }
.wsq-chev i { width: 9px; height: 9px; border-left: 2px solid var(--sale); border-top: 2px solid var(--sale); transform: rotate(45deg); opacity: 0.2; }
.wsq-chev i:nth-child(1){ animation: wsqChev 3.2s infinite 1.9s; }
.wsq-chev i:nth-child(2){ animation: wsqChev 3.2s infinite 1.75s; }
@keyframes wsqChev { 0%,100%{ opacity: 0.15; } 50%{ opacity: 0.85; } }
/* boots */
.wsq-boot { position: relative; display: flex; flex-direction: column; align-items: center; }
.wsq-ch { position: relative; border-radius: 28px; background: #131313; border: 1px solid var(--ink-4);
  display: flex; align-items: center; justify-content: center; height: 56px; }
.wsq-ch + .wsq-ch, .wsq-boot .wsq-foot { margin-top: -6px; }
.wsq-ch .wsq-glow { position: absolute; inset: 0; border-radius: inherit; opacity: 0; }

/* Healios: overlapping + sequential wave */
.wsq-boot.good .wsq-glow { background: linear-gradient(180deg, #e2674b, var(--sale));
  animation: wsqLite 3.2s infinite ease-in-out; animation-delay: calc(var(--i) * 0.3s); }
@keyframes wsqLite { 0%,4%{ opacity: 0; } 13%{ opacity: 0.95; box-shadow: 0 0 22px 3px rgba(226,103,75,0.5); } 26%{ opacity: 0.95; } 42%,100%{ opacity: 0; } }

/* Competitor: separated, static and grey, blinks on/off together */
.wsq-boot.bad .wsq-ch { margin-top: 0; background: #26262a; }
.wsq-boot.bad .wsq-ch + .wsq-ch { margin-top: 13px; }
.wsq-boot.bad .wsq-glow { background: #9a9aa1; animation: wsqBadBlink 2s infinite step-end; }
@keyframes wsqBadBlink { 0%,49%{ opacity: 0; } 50%,100%{ opacity: 0.85; } }
/* trapped fluid dots */
.wsq-tdrop { position: absolute; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--grey-500); z-index: 5; }
.wsq-tdrop.d1 { top: 24px; margin-left: 16px; animation: wsqTrap 2.3s infinite ease-in-out; }
.wsq-tdrop.d2 { top: 92px; margin-left: -22px; animation: wsqTrap 2.9s infinite ease-in-out .5s; }
.wsq-tdrop.d3 { top: 160px; margin-left: 8px; animation: wsqTrap 2.1s infinite ease-in-out .9s; }
@keyframes wsqTrap { 0%,100%{ transform: translate(-50%,0); } 25%{ transform: translate(-50%,-5px); } 50%{ transform: translate(-50%,4px); } 75%{ transform: translate(-50%,-2px); } }



.wsq-foot { position: relative; width: 129px; height: 41px; border-radius: 28px;
  background: #131313; border: 1px solid var(--ink-4); transform: translateX(10px); }
.wsq-foot .wsq-glow { position: absolute; inset: 0; border-radius: inherit; opacity: 0; }
.wsq-boot.good .wsq-foot .wsq-glow { background: linear-gradient(180deg, #e2674b, var(--sale)); animation: wsqLite 3.2s infinite ease-in-out 0s; }
.wsq-boot.bad .wsq-foot .wsq-glow { background: linear-gradient(180deg, #7c7c78, #56564f); }

/* Healios rising flow */
.wsq-lane { position: absolute; left: 50%; transform: translateX(-50%); top: 5px; width: 20px; height: 208px; overflow: hidden; z-index: 5; pointer-events: none; }
.wsq-drop { position: absolute; bottom: -11px; width: 7px; height: 7px; border-radius: 50%;
  background: #ffd9cd; box-shadow: 0 0 8px 1px rgba(226,103,75,0.85); animation: wsqClimb 3.2s infinite linear; }
@keyframes wsqClimb { 0%{ transform: translateY(0); opacity: 0; } 10%{ opacity: 1; } 88%{ opacity: 1; } 100%{ transform: translateY(-228px); opacity: 0; } }



.wsq-mark { position: absolute; left: 50%; top: 60px; transform: translateX(-50%) rotate(-90deg); transform-origin: center;
  font-family: var(--font-caps); font-size: 10px; font-weight: 500; letter-spacing: 0.3em; color: rgba(255,255,255,0.16); z-index: 2; }

.wsq-cap { font-size: 12px; line-height: 1.45; color: var(--grey-400); text-align: center; margin-top: 18px; padding: 0 2px; }
.wsq-cap b { color: #fff; font-weight: 600; }
.wsq-cap.dim b { color: #cfcfca; }

@media (prefers-reduced-motion: reduce) {
  .wsq-glow, .wsq-heart svg, .wsq-chev i, .wsq-drop { animation: none !important; }
  .wsq-boot.good .wsq-glow { opacity: 0.85 !important; }
}

/* ---- deep pressure comparison ---- */
/* ---- aspiration ---- */
.asp { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: 0; }
.asp-img { position: absolute; inset: 0; z-index: 0; }
.asp-img img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 35%; opacity: 0.55; }
.asp-veil { position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(120% 90% at 50% 50%, transparent 0%, rgba(11,11,11,0.7) 80%); }
.asp-in { position: relative; z-index: 2; text-align: center; padding: clamp(90px, calc(24 * var(--rvw)), 115px) var(--pad); }
.asp-eyebrow { display: block; margin-bottom: 18px; color: rgba(255,255,255,0.6); }
.asp-h2 { color: #fff; line-height: 1.02; font-weight: 300; letter-spacing: -0.02em; }
.asp-p { max-width: 44ch; margin: 24px auto 0; color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.6; }

/* ---- close (final CTA) ---- */
.close { position: relative; overflow: hidden; background: var(--ink); color: #fff; text-align: center;
  padding: 0; }
.close-img { position: absolute; inset: 0; z-index: 0; container-type: size; }
.close-rot { position: absolute; top: 50%; left: 50%; width: 100cqh; height: 100cqw; transform: translate(-50%, -50%) rotate(90deg); overflow: hidden; }
.close-img img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 54% 48%; opacity: 1; filter: brightness(1.12); }
.close-veil { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(8,8,9,0.93), rgba(8,8,9,0.78)); }
.close-in { position: relative; z-index: 2; padding: clamp(135px, calc(30.4 * var(--rvw)), 220px) var(--pad); }
.close-eyebrow { display: block; margin-bottom: 18px; color: rgba(255,255,255,0.6); }
.close-h2 { color: #fff; line-height: 1.04; max-width: 18ch; margin: 0 auto; }
.close-p { max-width: 46ch; margin: 22px auto 52px; color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.6; }
.close-cta { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; background: var(--sale); color: #fff;
  border-radius: 10px; padding: 19px 44px; font-family: var(--font-caps); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 12.5px; font-weight: 500; transition: background .2s, transform .15s; }
.close-cta::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-18deg);
  animation: heroShine 4.5s ease-in-out infinite; }
.close-cta:hover { background: #a8311f; }
.close-cta:active { transform: scale(0.98); }

/* ---- pressure reframe (the capsules) ---- */
.reframe { background: #0A0A0B; padding: 60px 32px; overflow-x: hidden; }
.reframe-pre { max-width: 800px; margin: 0 auto; text-align: left; }
.reframe-h2 { color: #fff; line-height: 1.04; }
.reframe-p { color: #9A9AA1; font-size: 16px; line-height: 1.6; margin-top: 24px; max-width: 34ch; text-align: left; }

.rf-stat { max-width: 800px; margin: 38px auto 0; display: flex; align-items: flex-end; gap: 26px; }
.rf-big { display: flex; align-items: baseline; gap: 12px; }
.rf-num { font-size: clamp(92px, calc(27 * var(--rvw)), 132px); font-weight: 700; letter-spacing: -0.045em; line-height: 0.82; color: #fff; }
.rf-num.hit { animation: rfNum .45s ease; display: inline-block; transform-origin: left bottom; }
@keyframes rfNum { 0% { transform: scale(1); } 40% { transform: scale(1.05); } 100% { transform: scale(1); } }
.rf-unit { font-size: 13px; letter-spacing: 0.14em; color: #9A9AA1; }
.rf-vs { display: flex; flex-direction: column; gap: 6px; padding: 0 0 6px 24px; border-left: 1px solid #2C2C31; }
.rf-vs-num { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: #55555c; text-decoration: line-through; text-decoration-color: #C0392B; text-decoration-thickness: 2.5px; }
.rf-vs-lbl { font-size: 9.5px; letter-spacing: 0.14em; color: #9A9AA1; }
.reframe .prc-substant { text-align: left; max-width: 800px; margin: 22px auto 0; }
.prc-substant { text-align: center; margin-top: 30px; font-family: var(--font-caps); font-weight: 500; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #9A9AA1; line-height: 1.5; }

.reframe-close { display: none; }
.press2-title { margin-top: 14px; max-width: 360px; }
.press2-title em { color: var(--grey-400); }
.press2-photo { margin-top: 26px; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3;
  background: #000; box-shadow: 0 1px 2px rgba(15,15,20,0.05), 0 20px 40px -26px rgba(15,15,20,0.4); }
.press2-photo img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 14px; }

.press2-stat { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.press2-num { font-size: clamp(96px, calc(30 * var(--rvw)), 132px); line-height: 0.8; font-weight: 700; letter-spacing: -0.05em; color: var(--sale); }
.press2-unit { display: flex; flex-direction: column; gap: 2px; }
.press2-unit i { font-style: normal; font-size: 13px; letter-spacing: 0.18em; color: var(--grey-400); }
.press2-unit b { font-size: 30px; line-height: 0.98; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }

.press2-copy { font-size: 17px; line-height: 1.55; color: var(--grey-400); margin-top: 26px; max-width: 460px; }
.press2-copy b { color: var(--ink); font-weight: 600; }

.press2-eq { display: flex; align-items: flex-end; gap: 5px; height: 86px; margin-top: 34px; }
.press2-bar { flex: 1; border-radius: 100px; min-height: 14px; transform: scaleY(0); transform-origin: bottom; opacity: 0;
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .4s ease; transition-delay: var(--bd, 0s); }
.press2-eq.lit .press2-bar { transform: scaleY(1); opacity: 1; }
.press2-eq.lit .press2-bar.ext { animation: press2Pulse 1.4s ease-in-out 1s infinite; }
@keyframes press2Pulse { 0%,100%{ filter: brightness(1); box-shadow: 0 0 0 rgba(192,57,43,0); }
  50%{ filter: brightness(1.2); box-shadow: 0 0 14px 1px rgba(192,57,43,0.6); } }
@media (prefers-reduced-motion: reduce) { .press2-bar { transform: none; opacity: 1; transition: none; } .press2-eq.lit .press2-bar.ext { animation: none; } }
.press2-eq-labels { display: flex; align-items: center; justify-content: space-between; margin-top: 14px;
  font-size: 11px; letter-spacing: 0.06em; }
.press2-eq-labels .caps { color: var(--grey-400); }
.press2-eq-max { display: inline-flex; align-items: center; gap: 7px; color: var(--sale) !important; font-weight: 600; }
.press2-eq-max i { width: 6px; height: 6px; border-radius: 50%; background: var(--sale); }

.press2-foot { margin-top: 34px; font-size: 27px; font-style: italic; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.press2-foot em { color: var(--sale); font-weight: 600; }

/* ---- the first twenty minutes ---- */
.feel-intro { color: var(--grey-700); margin-top: 16px; max-width: 34ch; }
.feel-tl { position: relative; padding-left: 32px; margin-top: 38px; }
.feel-rail { position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line-light); border-radius: 2px; overflow: hidden; }
.feel-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: var(--sale); transition: height .25s linear; }
.feel-beat { position: relative; padding-bottom: 38px; }
.feel-beat:last-child { padding-bottom: 0; }
.feel-dot { position: absolute; left: -29px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper-3); border: 2px solid var(--grey-300); transition: background .4s, border-color .4s; }
.feel-beat.lit .feel-dot { background: var(--sale); border-color: var(--sale); }
.feel-min { display: block; font-size: 10px; color: var(--grey-500); margin-bottom: 7px; letter-spacing: 0.26em; }
.feel-beat.lit .feel-min { color: var(--sale); }
.feel-h3 { font-size: 23px; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 6px; font-weight: 700; }
.feel-p { color: var(--grey-700); font-size: 16px; max-width: none; }
/* words slide in synced with the rail slider (.lit toggles as the fill passes each beat) */
.feel-min, .feel-h3, .feel-p { opacity: 0; transform: translateX(18px); will-change: opacity, transform;
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1), color .4s ease; }
.feel-beat.lit .feel-min { opacity: 1; transform: none; }
.feel-beat.lit .feel-h3 { opacity: 1; transform: none; transition-delay: .07s; }
.feel-beat.lit .feel-p { opacity: 1; transform: none; transition-delay: .14s; }
@media (prefers-reduced-motion: reduce){ .feel-min, .feel-h3, .feel-p { opacity:1; transform:none; transition:none; } }
.feel-mech { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-light-2); color: var(--grey-700); max-width: 38ch; }
.feel-mech strong { color: var(--grey-900); font-weight: 500; }
.feel-tag { display: inline-block; margin-top: 16px; border: 1px solid var(--line-light); border-radius: 999px; padding: 8px 14px; font-size: 9.5px; color: var(--grey-500); letter-spacing: 0.2em; }
.feel-cta { display: block; margin: 32px auto 0; padding: 13px 26px; border: 1.5px solid var(--grey-900); border-radius: 999px; color: var(--grey-900); font-size: 15px; font-weight: 500; letter-spacing: 0.01em; }

/* ---- every big day ends in your legs ---- */
.hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.hl-card { border: 1px solid var(--line-dark-2); background: var(--ink-2); border-radius: 16px; padding: 16px 15px; }
.hl-card.hl-slow.reveal { transition-duration: 1.5s; }
.hl-t { font-size: 17px; letter-spacing: -0.01em; margin-bottom: 5px; color: #fff; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.hl-t svg { flex: none; color: var(--sale); }
.hl-p { font-size: 13.5px; color: var(--grey-400); line-height: 1.45; }
.hl-close { margin-top: 24px; color: var(--grey-300); font-size: 16.5px; }
.hl-close strong { color: #fff; font-weight: 500; }

/* ---- manifesto / what we stand for ---- */
.manifesto { padding-top: clamp(48px, calc(9 * var(--rvw)), 84px); padding-bottom: clamp(48px, calc(9 * var(--rvw)), 84px); }
.manifesto .eyebrow { display: block; margin-bottom: 34px; letter-spacing: 0.28em; }
.manifesto-title { font-family: var(--font-body); font-weight: 700; color: #fff;
  font-size: clamp(2rem, calc(5.2 * var(--rvw)), 4.2rem); line-height: 1.04; letter-spacing: -0.03em; max-width: 18ch; }
.manifesto-dim { color: rgba(255,255,255,0.38); font-weight: 700; }
.manifesto-body { margin-top: 38px; max-width: 60ch; font-size: clamp(1.05rem, calc(1.5 * var(--rvw)), 1.3rem);
  line-height: 1.6; color: rgba(255,255,255,0.74); }
.manifesto-body strong { color: #fff; font-weight: 600; }
.manifesto-side { margin-top: 30px; font-family: var(--font-body); font-weight: 600;
  font-size: clamp(1.15rem, calc(1.8 * var(--rvw)), 1.55rem); letter-spacing: -0.01em; color: #fff; }
#benefits { padding-top: 40px; padding-bottom: 44px; background: #16161a; }
#benefits .eyebrow { color: var(--grey-400); }
#benefits .h2 { color: #fff; }
.benefit-photo { margin-top: 22px; border-radius: 18px; overflow: hidden; background: var(--paper-1); aspect-ratio: 16 / 10; }
.benefit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 38% 40%; display: block; }
.benefit-acc { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.bacc-row { background: var(--paper); border-radius: 18px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(15,15,20,0.05), 0 14px 30px -24px rgba(15,15,20,0.22); }
.bacc-head { width: 100%; display: flex; align-items: flex-start; gap: 16px; text-align: left;
  background: none; border: 0; cursor: pointer; padding: 22px 22px; font: inherit; color: inherit; }
.bacc-ico { flex: none; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper-1); color: var(--ink); transition: background .25s ease, color .25s ease; }
.bacc-ico.on { background: var(--sale); color: #fff; }
.bacc-titles { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }
.bacc-t { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); line-height: 1.2; }
.bacc-sum { font-size: 14.5px; color: var(--grey-500); line-height: 1.35; }
.bacc-toggle { flex: none; position: relative; width: 22px; height: 22px; margin-top: 8px; }
.bacc-bar { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--grey-500); border-radius: 2px; transition: opacity .25s ease, background .25s ease; }
.bacc-bar.h { width: 16px; height: 2px; }
.bacc-bar.v { width: 2px; height: 16px; }
.bacc-row.is-open .bacc-bar.h { background: var(--sale); }
.bacc-row.is-open .bacc-bar.v { opacity: 0; }
.bacc-panel { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.bacc-row.is-open .bacc-panel { max-height: 320px; }
.bacc-panel-in { padding: 0 22px 24px 84px; }
.bacc-text { font-size: 15.5px; line-height: 1.65; color: var(--grey-700); }
@media (max-width: 380px) { .bacc-panel-in { padding-left: 22px; } }

/* ---- features ---- */
.feat-stack { margin-top: 38px; display: flex; flex-direction: column; gap: 56px; }
.feat-media { border-radius: 18px; overflow: hidden; background: var(--ink-2); aspect-ratio: 4/3; }
.feat-media img { width: 100%; height: 100%; object-fit: cover; }
.feat-body { margin-top: 22px; }

/* intelligent x-ray variant */
.feat-media--intel { background: radial-gradient(90% 80% at 50% 45%, #0b1626 0%, #000 70%); }
.feat-media--intel::before { content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(63,155,255,0.06) 38px 39px),
    radial-gradient(50% 42% at 50% 48%, rgba(63,155,255,0.14), transparent 70%); }
.feat-media--intel img { width: auto; height: 86%; max-width: 78%; margin: 0 auto; object-fit: contain;
  position: relative; filter: brightness(1.5) contrast(1.05) drop-shadow(0 0 26px rgba(63,155,255,0.22)); }
.feat-num { display: block; font-size: 12px; letter-spacing: 0.2em; color: var(--grey-500); margin-bottom: 12px; }
.feat .lead strong { color: #fff; font-weight: 600; }

/* truly-wireless feature variant */
.feat-wl-head { color: #fff; max-width: 9em; margin-top: 2px; }
.feat-wl-head em { color: var(--grey-400); font-style: italic; }
.feat-wl .feat-num { margin-bottom: 16px; }
.feat-wl-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px;
  padding: 12px 20px; border-radius: 100px; border: 1px solid var(--ink-4);
  background: rgba(255,255,255,0.04); color: var(--grey-300); font-size: 11.5px; letter-spacing: 0.08em; }
.feat-wl-pill svg { color: var(--grey-400); flex: none; }

/* pressure highlight card */
.featp-media { aspect-ratio: auto; display: flex; flex-direction: column; justify-content: center;
  gap: 26px; padding: 30px 26px;
  background: radial-gradient(135% 105% at 50% 0%, #221008 0%, var(--ink-2) 55%); }
.featp-num { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px;
  font-size: clamp(46px, calc(14 * var(--rvw)), 58px); font-weight: 600; letter-spacing: -0.04em; line-height: 0.9; color: #fff; }
.featp-num span { font-family: var(--font-caps); text-transform: uppercase; font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.16em; color: var(--sale); }
.featp-bars { display: flex; flex-direction: column; gap: 18px; }
.featp-bar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: 10.5px; letter-spacing: 0.12em; color: rgba(255,255,255,0.7); margin-bottom: 9px; }
.featp-bar-top span:last-child { color: #fff; }
.featp-track { height: 7px; border-radius: 100px; background: rgba(255,255,255,0.08); overflow: hidden; }
.featp-fill { height: 100%; border-radius: 100px; background: rgba(255,255,255,0.32); }
.featp-fill.hl { background: linear-gradient(90deg, #2a7f62, #6f9a55, #c79a3f, var(--sale)); }

/* chamber-wave animation tile (replaces feature image) */
.feat-media { position: relative; display: flex; }
.feat-wave { width: 100%; height: 100%; position: relative;
  background: radial-gradient(135% 105% at 50% 118%, #2a1809 0%, #0d0d0f 60%); }
.wave-scene { position: absolute; inset: 0; display: flex; align-items: stretch; justify-content: center;
  gap: 24px; padding: 26px 0 22px; }
.wave-leg { position: relative; width: 60px; display: flex; flex-direction: column; gap: 5px; }
.wave-band { flex: 1; border-radius: 9px; background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06); animation: chamberFlow 2.4s ease-in-out infinite; }
.wave-leg .wave-band:last-child { border-radius: 9px 9px 18px 18px; }
.wave-leg .wave-band:first-child { border-radius: 18px 18px 9px 9px; }
@keyframes chamberFlow {
  0%, 100% { background-color: rgba(255,255,255,0.05); box-shadow: 0 0 0 rgba(214,92,40,0); }
  12% { background-color: rgba(216,94,42,0.92); box-shadow: 0 0 18px rgba(216,94,42,0.5); }
  46% { background-color: rgba(216,94,42,0.22); box-shadow: 0 0 6px rgba(216,94,42,0.12); }
}
.wave-dot { position: absolute; bottom: 30px; width: 5px; height: 5px; border-radius: 50%;
  background: #f3ac6c; box-shadow: 0 0 8px rgba(243,172,108,0.85); animation: waveRise 2.4s linear infinite; }
.wave-dot.d1 { left: 41%; animation-delay: 0s; }
.wave-dot.d2 { left: 49%; animation-delay: 0.7s; }
.wave-dot.d3 { left: 57%; animation-delay: 1.3s; }
.wave-dot.d4 { left: 45%; animation-delay: 1.9s; }
@keyframes waveRise {
  0% { transform: translateY(0); opacity: 0; }
  14% { opacity: 1; }
  82% { opacity: 1; }
  100% { transform: translateY(-210px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wave-band { animation: none; background-color: rgba(216,94,42,0.42); }
  .wave-dot { display: none; }
}

/* ---- everyone's legs are unique ---- */
.lu{background:#fff;color:var(--grey-900);padding-bottom:0;overflow:hidden}
.lu-h2{font-size:clamp(28px,calc(8.4 * var(--rvw)),36px);letter-spacing:-0.03em;line-height:1.05}
.lu-p{margin-top:20px;font-size:16.5px;line-height:1.55;color:#161616}
.lu-close{margin-top:22px;font-size:16.5px;font-weight:600;color:var(--grey-900)}
.lu-photo{position:relative;margin:26px calc(var(--pad) * -1) 0;overflow:hidden;aspect-ratio:480/430}
.lu-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:8% 50%;transform:scaleX(-1)}

/* ---- intelligent pressure sensing ---- */
.sec-intel { background: #000; color: #fff; padding: 56px var(--pad) 60px; }
.intel-title { text-align: center; font-weight: 700; font-size: clamp(44px, calc(14.5 * var(--rvw)), 60px); letter-spacing: 0.01em; line-height: 1;
  background: linear-gradient(180deg, #f5f7fa 0%, #aeb6bf 52%, #5c646d 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.intel-sub { text-align: center; color: #3f9bff; font-size: 13px; letter-spacing: 0.2em; font-weight: 600; margin-top: 8px; }
.intel-tag { text-align: center; color: #fff; font-size: 13.5px; font-weight: 600; margin-top: 12px; letter-spacing: 0.01em; }
.intel-stage { position: relative; margin: 34px auto 6px; max-width: 440px; min-height: 320px;
  display: flex; align-items: center; justify-content: center; }
.intel-stage::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 220px; height: 280px;
  background: radial-gradient(60% 50% at 50% 50%, rgba(63,155,255,0.10), rgba(255,255,255,0.03) 55%, transparent 75%); }
.intel-boots { position: relative; width: 50%; max-width: 208px; height: auto; display: block;
  filter: brightness(1.55) contrast(1.05) drop-shadow(0 0 30px rgba(63,155,255,0.18)); }
.intel-box { position: absolute; height: 52px; border: 1.5px solid rgba(63,155,255,0.5); border-radius: 8px;
  box-shadow: inset 0 0 16px rgba(63,155,255,0.12), 0 0 12px rgba(63,155,255,0.12); }
.intel-box--l { left: 6px; width: 33%; }
.intel-box--r { right: 6px; width: 33%; }
.intel-box::after { content: ''; position: absolute; top: 50%; width: 30px; height: 1.5px; background: rgba(63,155,255,0.5); }
.intel-box--l::after { left: 100%; }
.intel-box--r::after { right: 100%; }
.intel-uh { text-align: center; color: #3f9bff; font-size: 15px; letter-spacing: 0.1em; font-weight: 600; margin-top: 30px; }
.intel-p { color: var(--grey-400); font-size: 15px; line-height: 1.65; margin-top: 16px; }

/* ---- programs rail ---- */
.prog-rail { display: flex; gap: 14px; margin-top: 36px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 8px; margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad));
  padding-left: var(--pad); padding-right: var(--pad); }
.prog-rail::-webkit-scrollbar { display: none; }
.prog-card { flex: none; width: 240px; scroll-snap-align: start; padding: 26px 22px; border-radius: 16px;
  background: var(--ink-3); border: 1px solid var(--line-dark-2); min-height: 188px; }
.prog-num { font-size: 13px; letter-spacing: 0.2em; color: var(--grey-400);
  border: 1px solid var(--line-dark); border-radius: 100px; padding: 5px 11px; }

/* ---- cordless ---- */
.cord-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cord-col { border-radius: 16px; padding: 24px 18px; }
.bad-col { background: var(--paper-2); color: var(--grey-700); }
.good-col { background: var(--ink); color: #fff; }
.cord-ico { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line-light); margin-bottom: 16px; }
.cord-ico.dark { border-color: var(--line-dark); color: #fff; }
.cord-label { font-size: 12px; letter-spacing: 0.12em; margin-bottom: 16px; display: block; }
.cord-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.cord-list li { font-size: 14.5px; line-height: 1.35; padding-left: 18px; position: relative; }
.cord-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; opacity: 0.4; }
.good-col .cord-list li::before { opacity: 0.9; }
.cord-headline { margin-top: 34px; text-align: center; }

/* ---- comparison table (highlighted column) ---- */
.cmp { margin-top: 34px; }
.cmp-head, .cmp-row { display: grid; grid-template-columns: 1fr 0.78fr 1.06fr; align-items: stretch; column-gap: 12px; }
.cmp-head { border-bottom: 1px solid var(--line-dark); }
.cmp-h-model { font-size: 11px; color: var(--grey-400); letter-spacing: 0.14em; align-self: center; padding: 14px 0; }
.cmp-h-other { font-size: 11px; color: var(--grey-500); letter-spacing: 0.12em; align-self: center; text-align: center; padding: 14px 0; }
.cmp-h-healios { font-size: 11.5px; color: #fff; letter-spacing: 0.14em; font-weight: 600; text-align: center;
  display: flex; align-items: center; justify-content: center; padding: 16px 8px;
  background: #261712; border-top: 3px solid var(--sale); }
.cmp-row { border-bottom: 1px solid var(--line-dark-2);
  opacity: 0; transform: translateX(-22px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.cmp-row.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .cmp-row { opacity:1; transform:none; transition:none; } }
.cmp-label { font-size: 13.5px; color: #e8e8e6; padding: 17px 8px 17px 0; align-self: center; line-height: 1.3; }
.cmp-other { font-size: 12.5px; color: var(--grey-500); line-height: 1.35; text-align: center; align-self: center; padding: 17px 4px; }
.cmp-healios { display: flex; padding: 4px 0; }
.cmp-tile { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px;
  text-align: center; background: #1d1d21; border-radius: 4px; padding: 9px 12px;
  font-size: 12.5px; font-weight: 600; color: #fff; line-height: 1.3; }
.cmp-check { display: inline-flex; opacity: 0; transform: translateY(7px) scale(.7);
  transition: opacity .5s ease, transform .5s cubic-bezier(.34,1.56,.64,1); }
.cmp-row.in .cmp-check { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .cmp-check { opacity:1; transform:none; transition:none; } }
.cmp-tile svg { color: #57c785; flex: none; }

/* ---- brand ---- */
.brand-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 36px; }
.brand-stat { text-align: center; }
.brand-n { font-size: 38px; letter-spacing: -0.03em; font-weight: 500; line-height: 1; }
.brand-s { font-size: 9.5px; letter-spacing: 0.1em; color: var(--grey-500); margin-top: 8px; display: block; line-height: 1.3; }
.adv-list { margin-top: 40px; display: flex; flex-direction: column; gap: 4px; }
.adv { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line-light); }
.adv:last-child { border-bottom: 1px solid var(--line-light); }
.adv-ico { flex: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line-light); }
.adv-t { font-size: 12.5px; letter-spacing: 0.08em; }

/* ---- reviews ---- */
.rev-top { display: flex; align-items: center; gap: 20px; }
.rev-score { font-size: 52px; line-height: 1; letter-spacing: -0.04em; font-weight: 500; }
.rev-meta { border-left: 1px solid var(--line-light); padding-left: 20px; }
.rev-rail { display: flex; gap: 14px; margin-top: 30px; overflow-x: auto; scroll-snap-type: x mandatory;
  margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)); padding: 4px var(--pad) 8px; }
.rev-rail::-webkit-scrollbar { display: none; }
.rev-card { flex: none; width: 270px; scroll-snap-align: start; background: var(--paper-1);
  border: 1px solid var(--line-light); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; }
.rev-body { font-size: 16.5px; line-height: 1.5; margin: 14px 0 18px; color: var(--grey-900); flex: 1;
  font-style: italic; font-weight: 400; letter-spacing: -0.005em; }
.rev-who { display: flex; align-items: center; gap: 12px; }
.rev-av { width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff;
  display: grid; place-items: center; font-size: 12px; letter-spacing: 0.04em; }
.rev-name { font-size: 14px; font-weight: 500; }
.rev-tag { font-size: 9.5px; letter-spacing: 0.08em; color: var(--grey-500); margin-top: 2px; }

/* ---- light Olympia buy module ---- */
.sec-buy2 { background: #fff; color: #1A1A1A; max-width: 460px; margin: 36px auto; border: 1px solid #E4E4E4; border-radius: 22px; padding: 28px 22px 30px; }
.buy2-eyebrow { font-size: 11px; letter-spacing: 0.2em; color: var(--grey-500); }
.buy2-title { font-size: 33px; line-height: 1.04; letter-spacing: -0.025em; font-weight: 600; margin-top: 14px; }
.buy2-rating { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: #16161a; }
.buy2-rating b { font-weight: 600; font-size: 15px; }
.buy2-rating span { color: var(--grey-500); font-size: 15px; }

.buy2-main { position: relative; margin-top: 20px; border-radius: 18px; overflow: hidden;
  background: #f3f3f4; aspect-ratio: 1/1; }
.buy2-main img { width: 100%; height: 100%; object-fit: cover; }
.buy2-main .buy2-layer { position: absolute; inset: 0; opacity: 0; transition: opacity .28s ease; }
.buy2-main .buy2-layer.on { opacity: 1; }
.buy2-imgflag { position: absolute; top: 16px; left: 16px; background: var(--sale); color: #fff;
  font-size: 8.5px; letter-spacing: 0.08em; padding: 5px 10px; border-radius: 100px; }
.buy2-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scrollbar-width: none; }
.buy2-thumbs::-webkit-scrollbar { display: none; }
.buy2-thumb { flex: none; width: 87px; height: 73px; aspect-ratio: auto; border-radius: 12px; overflow: hidden; background: #EDEDED; border: none; }
.buy2-thumb img { width: 100%; height: 100%; object-fit: cover; }
.buy2-flip { transform: scaleX(-1); }
.buy2-thumb.on { box-shadow: none; }

.buy2-step { font-size: 11.5px; letter-spacing: 0.14em; color: var(--grey-700); margin: 34px 0 14px; }
.buy2-step-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 34px 0 14px; flex-wrap: nowrap; }
.buy2-step-row .buy2-step { font-size: 10px; letter-spacing: 0.07em; white-space: nowrap; }
.unit-toggle { display: inline-flex; flex: none; background: #e4e4e6; border-radius: 99px; padding: 1.5px; }
.unit-opt { font-size: 7.5px; letter-spacing: 0.06em; color: var(--grey-500); border-radius: 99px;
  padding: 4px 7px; transition: color .18s, background .18s, box-shadow .18s; }
.unit-opt.on { color: #16161a; background: #fff; box-shadow: 0 1px 2px rgba(15,15,20,0.12); }
.buy2-step span { color: var(--grey-400); }
.buy2-height { display: flex; align-items: center; gap: 10px; background: #ececee;
  border: 1px solid rgba(15,15,20,0.12); border-radius: 14px; padding: 3px 18px; }
.buy2-height input { flex: 1; background: none; border: none; outline: none; color: #16161a;
  font-size: 16px; font-family: var(--font-body); padding: 15px 0; }
.buy2-height input::placeholder { color: var(--grey-500); }
.buy2-height .caps { font-size: 12px; color: var(--grey-500); }
.buy2-msg { font-size: 14px; color: var(--grey-700); margin-top: 11px; }
.buy2-msg.ok { color: #16161a; font-weight: 500; }
.buy2-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.buy2-size { background: #EDEDED; border: 2px solid transparent; border-radius: 12px; height: 66px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; transition: border-color .18s; }
.buy2-size-id { font-family: var(--font-caps); font-size: 22px; color: #16161a; }
.buy2-size-lab { font-size: 13px; color: var(--grey-700); }
.buy2-size-range { font-size: 11px; color: var(--grey-500); }
.buy2-size.on { background: #EDEDED; border-color: #1A1A1A; border-width: 2px; box-shadow: none; }

/* payment cards */
.pay-card { display: block; width: 100%; text-align: left; background: #ffffff;
  border: 1px solid rgba(15,15,20,0.14); border-radius: 18px; padding: 22px 20px; margin-bottom: 12px;
  position: relative; transition: border-color .2s, box-shadow .2s; }
.pay-card.sel { border-color: #16161a; box-shadow: 0 0 0 1px #16161a; }
.pay-top { display: grid; grid-template-columns: 1fr auto auto; align-items: start; gap: 14px; }
.pay-name { font-size: 21px; font-weight: 500; letter-spacing: -0.01em; }
.pay-sub { font-size: 14px; color: var(--grey-500); margin-top: 3px; }
.pay-price { text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.pay-was { font-size: 13px; color: var(--grey-500); text-decoration: line-through; }
.pay-amt { font-size: 30px; font-weight: 500; letter-spacing: -0.02em; line-height: 1; }
.pay-per { font-size: 10px; letter-spacing: 0.12em; color: var(--grey-500); margin-top: 6px; }
.pay-radio { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid rgba(15,15,20,0.25);
  display: grid; place-items: center; margin-top: 2px; transition: all .2s; color: #fff; }
.pay-card.sel .pay-radio { background: #16161a; border-color: #16161a; }
.pay-divider { height: 1px; border-top: 1px dashed rgba(15,15,20,0.16); margin: 18px 0; }
.pay-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 14px; }
.pay-feat { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #2c2c31; }
.pay-feat svg { flex: none; color: #16161a; }
.pay-badge { position: absolute; top: -12px; right: 16px; background: #16161a; color: #fff;
  font-size: 10px; letter-spacing: 0.12em; padding: 7px 13px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 6px; }
.pay-badge svg { fill: #fff; }
.pay-card.pop { margin-top: 22px; }

/* buy now, pay later */
.bnpl { margin: 16px 0 4px; padding: 16px 18px; border: 1px solid rgba(15,15,20,0.12);
  border-radius: 16px; background: #fafafa; }
.bnpl-row { display: flex; flex-direction: column; gap: 3px; }
.bnpl-or { font-size: 10.5px; letter-spacing: 0.14em; color: var(--grey-500); }
.bnpl-amt { font-size: 14.5px; color: #2c2c31; }
.bnpl-amt b { font-weight: 600; color: #16161a; }
.bnpl-logos { display: flex; align-items: center; gap: 10px; margin-top: 13px; }
.bnpl-chip { display: inline-flex; align-items: center; gap: 4px; height: 30px; padding: 0 13px;
  border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.bnpl-afterpay { background: #b2fce4; color: #0a0a0b; }
.bnpl-afterpay i { font-style: normal; font-weight: 700; }
.bnpl-paypal { background: #fff; border: 1px solid rgba(15,15,20,0.16); color: #003087; font-weight: 600; gap: 6px; }
.bnpl-paypal b { font-weight: 800; font-style: italic; letter-spacing: -0.02em; }
.bnpl-paypal b span { color: #009cde; }

.buy2-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  background: var(--sale); color: #fff; border-radius: 15px; padding: 21px; margin-top: 20px;
  font-family: var(--font-caps); text-transform: uppercase; letter-spacing: 0.08em; font-size: 14px;
  font-weight: 500; transition: background .2s, transform .15s; }
.buy2-cta:hover { background: #a8311f; }
.buy2-cta:active { transform: scale(0.99); }
.buy2-cta.done { background: #16161a; }
.buy2-call { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 12px;
  padding: 19px; border: 1px solid rgba(15,15,20,0.2); border-radius: 15px; text-decoration: none;
  color: #16161a; font-size: 16px; font-weight: 500; }
.buy2-call:hover { background: #ececee; }

.buy2-trustrow { display: flex; justify-content: space-between; gap: 8px; margin-top: 28px; }
.buy2-trust { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; text-align: center; }
.buy2-trust svg { color: #16161a; }
.buy2-trust span { font-size: 12px; color: var(--grey-700); line-height: 1.3; }

.buy2-stock-card { margin-top: 28px; background: #ffffff; border: 1px solid rgba(15,15,20,0.12);
  border-radius: 18px; padding: 20px; }
.buy2-stock { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.12em; color: #16161a; }
.buy2-stock .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sale);
  box-shadow: 0 0 0 4px rgba(192,57,43,0.16); animation: pulsedot 1.8s ease-in-out infinite; }
@keyframes pulsedot { 0%,100%{ box-shadow: 0 0 0 4px rgba(192,57,43,0.16);} 50%{ box-shadow: 0 0 0 7px rgba(192,57,43,0.05);} }
.buy2-pc { display: flex; align-items: center; gap: 10px; margin-top: 16px; background: #ececee;
  border: 1px solid rgba(15,15,20,0.12); border-radius: 100px; padding: 6px 6px 6px 20px; }
.buy2-pc input { flex: 1; background: none; border: none; outline: none; font-size: 15px;
  font-family: var(--font-body); color: #16161a; padding: 12px 0; }
.buy2-pc input::placeholder { color: var(--grey-500); }
.buy2-pc button { width: 46px; height: 46px; flex: none; border-radius: 50%; background: #16161a;
  color: #fff; display: grid; place-items: center; transition: transform .15s; }
.buy2-pc button:active { transform: scale(0.92); }
.buy2-pc-ok { font-size: 13.5px; color: #16161a; font-weight: 500; margin-top: 12px; }

/* buy module accordion */
.buy2-acc { margin-top: 30px; border-top: 1px solid rgba(15,15,20,0.12); }
.buy2-acc-item { border-bottom: 1px solid rgba(15,15,20,0.12); }
.buy2-acc-q { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; padding: 22px 2px; }
.buy2-acc-ico { flex: none; color: #16161a; display: grid; place-items: center; }
.buy2-acc-t { flex: 1; font-size: 18px; font-weight: 500; letter-spacing: -0.01em; color: #16161a; }
.buy2-acc-q > svg { color: var(--grey-500); }
.buy2-acc-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .34s cubic-bezier(.16,1,.3,1); }
.buy2-acc-item.open .buy2-acc-wrap { grid-template-rows: 1fr; }
.buy2-acc-a { overflow: hidden; color: var(--grey-700); font-size: 15px; line-height: 1.55; padding-left: 37px; padding-right: 6px; }
.buy2-acc-item.open .buy2-acc-a { padding-bottom: 22px; }

/* ---- first 30 days timeline ---- */
.tl { margin-top: 40px; position: relative; }
.tl::before { content: ''; position: absolute; left: 9px; top: 8px; bottom: 8px; width: 1px; background: var(--line-light); }
.tl-item { display: flex; gap: 22px; padding-bottom: 34px; position: relative; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { flex: none; width: 19px; height: 19px; border-radius: 50%; border: 1px solid var(--ink); background: var(--paper-1);
  display: grid; place-items: center; z-index: 2; margin-top: 3px; }
.tl-dot span { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.tl-day { font-size: 10px; letter-spacing: 0.14em; color: var(--grey-500); }

/* ---- faq ---- */
.faq-list { margin-top: 32px; border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%;
  text-align: left; padding: 22px 0; font-size: 17px; font-weight: 500; color: var(--grey-900); }
.faq-a-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .34s cubic-bezier(.16,1,.3,1); }
.faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
.faq-a { overflow: hidden; color: var(--grey-700); font-size: 15.5px; line-height: 1.55; padding-right: 30px; }
.faq-item.open .faq-a { padding-bottom: 22px; }

/* ---- offer ---- */
.offer-card { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 22px; overflow: hidden; }
.offer-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.offer-media img { width: 100%; height: 100%; object-fit: cover; }
.offer-media-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,13,15,0.05) 35%, rgba(23,23,26,0.92) 100%); }
.offer-media-tag { position: absolute; bottom: 16px; left: 24px; right: 24px; text-align: center;
  font-size: 10.5px; letter-spacing: 0.22em; color: rgba(255,255,255,0.85); }
.offer-inner { padding: 30px 24px 34px; text-align: center; }
.offer-pricerow { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.offer-was { font-size: 20px; color: var(--grey-500); text-decoration: line-through; }
.offer-now { font-size: 38px; font-weight: 500; color: #fff; letter-spacing: -0.03em; }
.offer-save { font-size: 10px; letter-spacing: 0.1em; color: #fff; background: var(--sale); padding: 5px 11px; border-radius: 100px; }
.cd { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 26px 0 4px; }
.cd-cell { display: flex; flex-direction: column; align-items: center; background: var(--ink); border: 1px solid var(--line-dark);
  border-radius: 12px; padding: 12px 4px; min-width: 60px; }
.cd-num { font-size: 30px; font-weight: 500; color: #fff; line-height: 1; }
.cd-lab { font-size: 8.5px; letter-spacing: 0.14em; color: var(--grey-500); margin-top: 7px; }
.cd-sep { font-size: 26px; color: var(--grey-700); align-self: flex-start; margin-top: 8px; }
.offer-code { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; }
.offer-code .caps { font-size: 11px; color: var(--grey-400); letter-spacing: 0.1em; }
.offer-code-tag { font-size: 13px; color: var(--ink); background: #fff; padding: 6px 14px; border-radius: 8px;
  letter-spacing: 0.12em; border: 1px dashed transparent; }

/* ---- footer ---- */
.ft { text-align: center; padding: 40px var(--pad) 36px; }
.ft-logo { font-size: 22px; color: #fff; letter-spacing: 0.16em; margin-bottom: 14px; }
.ft-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 22px; margin-top: 28px; }
.ft-links a { font-size: 11px; letter-spacing: 0.1em; color: var(--grey-400); text-decoration: none; }
.ft-links a:hover { color: #fff; }
.ft-fine { font-size: 9px; letter-spacing: 0.1em; color: var(--grey-700); line-height: 1.6; }

/* ---- lock in EOFY price (grandfather offer) ---- */
.lock-eyebrow { color: var(--grey-500); }
.lock-title { margin-top: 16px; }
.lock-title em { font-style: italic; font-weight: inherit; }
.lock-sub { margin-top: 18px; max-width: 420px; }
.lock-card { margin-top: 30px; background: var(--ink); border-radius: 22px; padding: 24px 22px;
  display: flex; flex-direction: column; gap: 12px; }
.lock-price { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 16px;
  border-bottom: 1px solid var(--line-dark-2); margin-bottom: 4px; }
.lock-price-l { font-size: 10.5px; letter-spacing: 0.14em; color: var(--grey-400); }
.lock-price-row { display: flex; align-items: baseline; gap: 10px; }
.lock-price-now { font-size: 26px; font-weight: 600; color: #fff; letter-spacing: -0.02em; }
.lock-price-was { font-size: 15px; color: var(--grey-500); text-decoration: line-through; }
.lock-input { width: 100%; background: #0c0c0e; border: 1px solid var(--line-dark); border-radius: 100px;
  padding: 17px 22px; color: #fff; font-family: var(--font-body); font-size: 16px; outline: none; transition: border-color .2s; }
.lock-input::placeholder { color: var(--grey-500); }
.lock-input:focus { border-color: rgba(255,255,255,0.3); }
.lock-cta { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 4px;
  background: var(--sale); color: #fff; border-radius: 100px; padding: 18px; font-family: var(--font-caps);
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; font-weight: 500;
  box-shadow: 0 10px 30px rgba(192,57,43,0.34); transition: background .2s, transform .15s; }
.lock-cta:hover { background: #d8442f; }
.lock-cta:active { transform: scale(0.99); }
.lock-fine { text-align: center; font-size: 12px; color: var(--grey-500); margin-top: 4px; }
.lock-done { margin-top: 30px; background: var(--ink); border-radius: 22px; padding: 40px 24px; text-align: center; }
.lock-check { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px;
  color: #fff; background: var(--sale); box-shadow: 0 10px 30px rgba(192,57,43,0.34); }
.lock-done-sub { color: var(--grey-400); font-size: 16px; line-height: 1.5; margin-top: 12px; max-width: 360px; margin-left: auto; margin-right: auto; }
.lock-done-sub strong { color: #fff; font-weight: 600; }

/* ---- email capture modal ---- */
.em-ov { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  padding: 20px; background: rgba(6,6,8,0.7); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.em-ov.open { opacity: 1; visibility: visible; }
.em-card { position: relative; width: 100%; max-width: 420px; background: #141417;
  border: 1px solid var(--line-dark); border-radius: 26px; overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,0.6); transform: translateY(26px) scale(0.97);
  transition: transform .42s cubic-bezier(.16,1,.3,1); }
.em-ov.open .em-card { transform: none; }
.em-glow { position: absolute; top: -40%; left: -10%; right: -10%; height: 80%; pointer-events: none;
  background: radial-gradient(ellipse at 30% 0%, rgba(255,255,255,0.13), rgba(255,255,255,0) 62%); }
.em-x { position: absolute; top: 16px; right: 16px; z-index: 3; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; color: var(--grey-400); transition: color .2s, background .2s; }
.em-x:hover { color: #fff; background: rgba(255,255,255,0.06); }
.em-body { position: relative; z-index: 2; padding: 38px 28px 30px; }
.em-eyebrow { color: var(--grey-400); margin-bottom: 16px; }
.em-title { color: #fff; font-size: clamp(30px, calc(9 * var(--rvw)), 38px); }
.em-sub { color: var(--grey-400); font-size: 16px; line-height: 1.5; margin-top: 16px; }
.em-sub strong { color: #fff; font-weight: 600; }
.em-input { width: 100%; margin-top: 26px; background: #0c0c0e; border: 1px solid var(--line-dark);
  border-radius: 100px; padding: 19px 26px; color: #fff; font-family: var(--font-body); font-size: 16px;
  outline: none; transition: border-color .2s; }
.em-input::placeholder { color: var(--grey-500); }
.em-input:focus { border-color: rgba(255,255,255,0.3); }
.em-cta { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 12px;
  background: #fff; color: #0a0a0b; border-radius: 100px; padding: 19px; font-family: var(--font-caps);
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; font-weight: 500;
  box-shadow: 0 10px 34px rgba(0,0,0,0.45); transition: background .2s, transform .15s; }
.em-cta:hover { background: #e7e7e7; }
.em-cta:active { transform: scale(0.99); }
/* code-reveal (success state) */
.em-codebox { position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px;
  width: 100%; margin-top: 24px; padding: 20px; cursor: pointer; background: #0c0c0e;
  border: 1px dashed rgba(255,255,255,0.28); border-radius: 18px; transition: border-color .2s, background .2s; }
.em-codebox:hover { border-color: rgba(255,255,255,0.5); }
.em-codebox.is-copied { border-color: #fff; border-style: solid; background: #101012; }
.em-code-label { font-size: 10px; letter-spacing: 0.16em; color: var(--grey-500); }
.em-code { font-size: 30px; letter-spacing: 0.18em; color: #fff; line-height: 1; }
.em-code-copy { font-size: 10px; letter-spacing: 0.14em; color: var(--grey-400); }
.em-applied { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px;
  font-size: 11px; letter-spacing: 0.1em; color: var(--grey-300, #c9c9cc); }
.em-applied svg { color: #fff; }
.em-fine { text-align: center; font-size: 12px; color: var(--grey-500); margin-top: 18px; }
.em-check { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px;
  color: #fff; background: var(--sale); box-shadow: 0 10px 34px rgba(192,57,43,0.4); }
@media (prefers-reduced-motion: reduce) { .em-card { transition: none; transform: none; } }
/* ---- who wears olympia (wordstack) ---- */
#who .who-stack { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; }
#who .who-w { display: block; border: 0; background: none; cursor: pointer; text-align: left; padding: 0;
  font: inherit; font-size: clamp(42px, calc(12 * var(--rvw)), 54px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.08;
  color: var(--grey-300); transition: color .55s ease; position: relative; }
#who .who-w.active { color: var(--grey-900); }
#who .who-w::after { content: ''; position: absolute; left: 2px; bottom: 2px; height: 4px; width: 0; border-radius: 99px;
  background: var(--sale); transition: width .45s ease; }
#who .who-w.active::after { width: 34px; }
#who .who-stage { position: relative; margin-top: 28px; border-radius: 16px; overflow: hidden; background: var(--paper-3); aspect-ratio: 4 / 4.2; }
#who .who-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .55s ease; pointer-events: none; }
#who .who-slide.show { opacity: 1; }
#who .who-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
#who .who-slide figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 18px 16px;
  background: linear-gradient(180deg, rgba(10,10,11,0), rgba(10,10,11,0.62)); color: #fff; }
#who .who-slide figcaption b { display: block; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
#who .who-slide figcaption span { display: block; margin-top: 4px; font-size: 9.5px; letter-spacing: 0.24em; color: rgba(255,255,255,0.78); }
#who .who-body { margin-top: 26px; color: var(--grey-700); font-size: 16.5px; line-height: 1.58; max-width: 40ch; }
#who .who-body strong { color: var(--grey-900); font-weight: 500; }
#who .who-body + .who-body { margin-top: 14px; }
@media (prefers-reduced-motion: reduce) { #who .who-w, #who .who-slide { transition: none; } }
/* ---- sticky add to cart ---- */
.sticky-buy { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%) translateY(120%);
  width: 100%; max-width: var(--maxw); z-index: 80; background: #000;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  transition: transform .4s cubic-bezier(.16,1,.3,1); }
.sticky-buy.show { transform: translateX(-50%) translateY(0); }
.sticky-name { color: #fff; font-family: var(--font-caps); text-transform: uppercase; letter-spacing: 0.2em; font-size: 13px; font-weight: 500; }
.sticky-price { display: flex; flex-direction: column; gap: 3px; min-width: 0; align-self: center; }
.sticky-label { font-size: 11px; letter-spacing: 0.14em; color: var(--grey-400); white-space: nowrap; }
.sticky-label-from { font-size: 12px; letter-spacing: 0.13em; color: #fff; font-weight: 500; display: inline-flex; align-items: baseline; gap: 6px; }
.sticky-label-from b { font-weight: 700; font-size: 15px; letter-spacing: 0.06em; }
.sticky-price-row { display: flex; align-items: baseline; gap: 9px; }
.sticky-was { font-size: 14px; color: var(--grey-500); text-decoration: line-through; }
.sticky-now { font-size: 24px; font-weight: 500; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.sticky-save { font-size: 10px; letter-spacing: 0.16em; color: var(--grey-400); white-space: nowrap; }
.sticky-btn { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 18px; border-radius: 100px; background: var(--sale); color: #fff;
  font-family: var(--font-caps); text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; font-weight: 500;
  transition: background .2s, transform .15s; }
.sticky-btn:active { transform: scale(0.96); }
.sticky-btn:hover { background: #a8311f; }
.sticky-btn.done { background: #2a2a2a; color: #fff; }
.sticky-btn svg { display: block; flex: none; margin-top: -1px; }

/* ===== v89: section mood swaps, buy box v2, footer v2 ===== */
.sec-nearblack { background: #121214; color: var(--paper); }
.sec-cream { background: #f7f5f0; color: var(--grey-900); }

.feel.sec-nearblack .feel-h3 { color: #fff; }
.feel.sec-nearblack .feel-p { color: var(--grey-400); }
.feel.sec-nearblack .feel-min { color: var(--grey-500); }
.feel.sec-nearblack .feel-beat.lit .feel-min { color: var(--sale); }
.feel.sec-nearblack .feel-rail { background: var(--line-dark); }
.feel.sec-nearblack .feel-dot { background: #1d1d20; border-color: var(--ink-4); }
.feel.sec-nearblack .feel-beat.lit .feel-dot { background: var(--sale); border-color: var(--sale); }

#heavylegs.sec-cream { background: #F4F4F6; }
.heavylegs.sec-cream .hl-card { background: #fff; border-color: var(--line-light-2); }
.heavylegs.sec-cream .hl-t { color: var(--grey-900); }
.heavylegs.sec-cream .hl-p { color: var(--grey-700); }
.heavylegs.sec-cream .hl-close { color: var(--grey-700); }
.heavylegs.sec-cream .hl-close strong { color: var(--grey-900); }

#science.sec-dark { padding-bottom: 56px; }

.wavedemo { padding: 0; font-size: 0; }
.wavedemo .wsq-video { margin: 0; }

/* buy box: clearer size boxes */
.buy2-size-range2 { font-size: 15.5px; font-weight: 500; color: #16161a; letter-spacing: -0.01em; }
.buy2-size-sub { font-size: 11px; color: var(--grey-500); }
.buy2-size-chip { font-size: 9px; letter-spacing: 0.16em; color: var(--grey-700); border: 1px solid rgba(15,15,20,0.18); border-radius: 99px; padding: 4px 10px; margin-top: 5px; }
.buy2-size.on .buy2-size-chip { color: #16161a; border-color: #16161a; }
.buy2-height.slim { margin-top: 12px; border-radius: 12px; padding: 2px 16px; }
.buy2-height.slim input { padding: 11px 0; font-size: 14.5px; }

/* buy box: side-by-side models */
.pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; margin-top: 18px; }
.pay-card2 { position: relative; text-align: left; background: #fff; border: 1px solid rgba(15,15,20,0.14); border-radius: 18px; padding: 20px 16px 18px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s; }
.pay-card2.sel { border-color: #16161a; box-shadow: 0 0 0 1px #16161a; }
.pay-cordless { position: absolute; top: -11px; right: 12px; background: var(--sale); color: #fff; font-size: 9.5px; letter-spacing: 0.14em; padding: 6px 11px; border-radius: 100px; }
.pay2-name { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; color: #16161a; }
.pay2-sub { font-size: 12.5px; color: var(--grey-500); margin-top: 3px; line-height: 1.35; }
.pay2-pricerow { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.pay2-was { font-size: 13px; color: var(--grey-500); text-decoration: line-through; }
.pay2-amt { font-size: 23px; font-weight: 500; letter-spacing: -0.02em; color: #16161a; }
.pay2-divider { height: 1px; border-top: 1px dashed rgba(15,15,20,0.16); margin: 14px 0 12px; }
.pay2-feats { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.pay2-feat { display: flex; align-items: flex-start; gap: 7px; font-size: 12.5px; color: #2c2c31; line-height: 1.35; }
.pay2-feat svg { flex: none; color: #16161a; margin-top: 2px; }

.bnpl-line { margin-top: 18px; font-size: 14px; color: var(--grey-700); }
.bnpl-line b { color: #16161a; font-weight: 600; }

/* footer v2 */
.ft2 { background: #ffffff; color: var(--grey-900); text-align: center; padding: 66px var(--pad) 66px; }
.ft2-tag { margin-top: 20px; font-size: 11.5px; letter-spacing: 0.3em; color: var(--grey-500); }
.ft2-social { display: flex; justify-content: center; gap: 18px; margin-top: 34px; }
.ft2-soc { width: 62px; height: 62px; border-radius: 50%; border: 1px solid rgba(15,15,20,0.16); display: grid; place-items: center; color: var(--grey-700); }
.ft2-soc svg { width: 23px; height: 23px; display: block; }

/* ===== v93: programs rail, inline bnpl chips ===== */
.bnpl-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.bnpl-chip.sm { height: 22px; padding: 0 8px; font-size: 10px; border-radius: 6px; gap: 3px; }
.bnpl-chip.sm b { font-size: 10.5px; }

.pgsec .pg-lede { color: var(--grey-300); font-size: 17px; line-height: 1.55; margin-top: 16px; max-width: 36ch; }
.pgsec .pg-lede strong { color: #fff; font-weight: 500; }
.pg-rail-removed { display: none; }

/* ===== UGC rail: swipeable, 2 cards visible, rest reachable by swipe ===== */
.comm-card, .comm-card * { -webkit-user-drag: none; }
.comm-card image-slot { touch-action: pan-x pan-y; }

/* ===== v107: hero fade, WhatDoes carousel, HeavyLegs accordion, centered UGC, buy box v2, compare tighten ===== */
.hero2-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 32%; background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff); pointer-events: none; z-index: 1; }
.hero2-title { font-size: min(calc(10 * var(--rvw)), 44px); }
.wdc-wrap { display: block; margin-top: 26px; margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
.wdc-rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--pad) 6px; -webkit-overflow-scrolling: touch; }
.wdc-rail::-webkit-scrollbar { display: none; }
.wdc-card { position: relative; flex: 0 0 78%; max-width: 420px; aspect-ratio: 9 / 11.7; border-radius: 22px; overflow: hidden; scroll-snap-align: center; background: #131315; }
.wdc-card img { position: absolute; inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); object-fit: cover; }
.wdc-card:last-child img { object-position: 50% 90%; transform: scale(1.06); }
.wdc-card:first-child img { object-position: 29% 50%; filter: brightness(1.62) contrast(0.92); transform: scale(1.04); }
.wdc-card:first-child .wdc-scrim { background: linear-gradient(to bottom, rgba(10,8,6,0.16) 0%, rgba(10,8,6,0) 34%, rgba(10,8,6,0) 52%, rgba(10,8,6,0.66) 100%); }
.wdc-card:nth-child(2) img { transform: scale(1.18) translateY(6%); }
.wdc-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,8,6,0.36) 0%, rgba(10,8,6,0) 30%, rgba(10,8,6,0) 52%, rgba(10,8,6,0.66) 100%); transition: background .35s ease; }
.wdc-card.open .wdc-scrim { background: rgba(14,12,10,0.93); }
.wdc-num { position: absolute; top: 16px; left: 18px; z-index: 2; color: #fff; font-weight: 700; font-size: 17px; }
.wdc-toggle { position: absolute; bottom: 14px; right: 14px; top: auto; width: 28px; height: 28px; z-index: 3; border-radius: 50%; border: 1.3px solid rgba(255,255,255,0.75); transition: transform .3s; }
.wdc-card.open .wdc-toggle { top: 12px; bottom: auto; border-color: transparent; }
.wdc-card.open .wdc-toggle { transform: rotate(45deg); }
.wdc-bar { position: absolute; left: 50%; top: 50%; background: #fff; border-radius: 2px; }
.wdc-bar.h { width: 12px; height: 1.6px; transform: translate(-50%,-50%); }
.wdc-bar.v { width: 1.6px; height: 12px; transform: translate(-50%,-50%); }
.wdc-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 18px; color: #fff; text-align: left; }
.wdc-card.open .wdc-body { top: 0; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 0; }
.wdc-card.open .wdc-h3 { display: none; }
.wdc-card.open .wdc-more { margin-top: auto; padding-bottom: 2px; }
.wdc-h3 { font-size: 22px; font-weight: 400; letter-spacing: -0.015em; line-height: 1.16; max-width: 86%; }
.wdc-more { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s ease, opacity .3s ease; }
.wdc-card.open .wdc-more { max-height: 480px; opacity: 1; margin-top: 46%; }
.wdc-p { font-size: 19.5px; line-height: 1.55; color: rgba(255,255,255,0.94); }
.wdc-tag { margin-top: 18px; font-family: var(--font-body); text-transform: uppercase; font-size: 17.5px; letter-spacing: 0; font-weight: 800; line-height: 1.35; color: #fff; }
.wdc-nav { display: flex; gap: 10px; padding: 16px var(--pad) 0; }
.wdc-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid #16161a; display: grid; place-items: center; font-size: 18px; color: #16161a; background: transparent; }
.wdc-arrow:active { background: #16161a; color: #fff; }
.hl-intro { color: var(--grey-700); font-size: 16px; line-height: 1.55; margin-top: 16px; max-width: none; }
.hl-acc { margin-top: 22px; border-top: 1px solid rgba(15,15,20,0.4); }
.hl-item { border-bottom: 1px solid rgba(15,15,20,0.4); }
.hl-head { display: flex; align-items: center; gap: 16px; width: 100%; padding: 20px 2px; text-align: left; }
.hl-ico { color: var(--sale); display: grid; place-items: center; flex: none; }
.hl-name { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; color: var(--grey-900); }
.hl-plus { margin-left: auto; position: relative; width: 34px; height: 34px; flex: none; transition: transform .3s; }
.hl-plus i { position: absolute; left: 50%; top: 50%; background: #16161a; border-radius: 1px; }
.hl-plus i.h { width: 18px; height: 1.6px; transform: translate(-50%,-50%); }
.hl-plus i.v { width: 1.6px; height: 18px; transform: translate(-50%,-50%); }
.hl-item.open .hl-plus { transform: rotate(45deg); }
.hl-panel { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.hl-item.open .hl-panel { max-height: 240px; }
.hl-panel .hl-p { font-size: 15px; line-height: 1.5; padding: 2px 2px 20px; max-width: 60ch; }
.comm-card { overflow: hidden; position: relative; }
.comm-cv { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 2; }
.comm-card video, .comm-card img { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
video::-webkit-media-controls-overlay-enclosure, video::-webkit-media-controls-enclosure, video::-webkit-media-controls-overlay-play-button, video::-webkit-media-controls-start-playback-button, video::-webkit-media-controls { display: none !important; opacity: 0 !important; -webkit-appearance: none !important; }
.comm-card video::-webkit-media-controls, .comm-card video::-webkit-media-controls-overlay-play-button, .comm-card video::-webkit-media-controls-start-playback-button, .comm-card video::-webkit-media-controls-panel, .comm-card video::-internal-media-controls-overlay-cast-button { display: none !important; opacity: 0 !important; -webkit-appearance: none; }
.comm-center { text-align: center; }
.comm-card video { pointer-events: none !important; opacity: 0 !important; }
.comm-card { background: #000; }
.comm-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 1; }
.comm-card[data-ready="1"] .comm-poster { opacity: 0; transition: opacity .25s ease; }
.comm-card video::-webkit-media-controls-panel, .comm-card video::-webkit-media-controls-play-button, .comm-card video::-webkit-media-controls-overlay-play-button, .comm-card video::-webkit-media-controls-start-playback-button, .comm-card video::-webkit-media-controls-enclosure, .comm-card video::-webkit-media-controls-overlay-enclosure { display: none !important; opacity: 0 !important; -webkit-appearance: none !important; }
.comm-center .comm-title em { font-style: italic; font-weight: 700; }
.comm-center .comm-rail { padding-left: max(var(--pad), calc((calc(100 * var(--rvw)) - min(calc(64 * var(--rvw)), 400px)) / 2)); padding-right: max(var(--pad), calc((calc(100 * var(--rvw)) - min(calc(64 * var(--rvw)), 400px)) / 2)); }
.comm-center .comm-card { flex: 0 0 64%; width: 64%; scroll-snap-align: center; border-radius: 22px; }
#compare .cmp-h-model, #compare .cmp-h-other { padding: 10px 0; }
#compare .cmp-h-healios { padding: 12px 8px; }
#compare .cmp-label { padding: 12px 8px 12px 0; }
#compare .cmp-other { padding: 12px 4px; }
#compare .cmp-tile { padding: 12px 8px 12px 32px; }
.buy2-title { font-weight: 400; }
.buy2-title b { font-weight: 700; }
.buy2-galrow { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.buy2-galrow .buy2-thumbs { margin-top: 0; flex: 1; }
.buy2-galarrow { flex: none; background: none; border: none; box-shadow: none; color: #1A1A1A; font-size: 20px; line-height: 1; padding: 0 2px; display: grid; place-items: center; cursor: pointer; }
.buy2-stepline { font-size: 18px; color: #1A1A1A; margin: 20px 0 10px; letter-spacing: -0.01em; }
.buy2-stepline b { font-weight: 700; }
.buy2-size-big { font-size: 16px; font-weight: 700; color: #1A1A1A; letter-spacing: -0.01em; }
.buy2-size-plain { font-size: 14px; color: #1A1A1A; }
.pay-card2.v2 { align-items: center; text-align: center; overflow: hidden; border-radius: 16px; }
.pay-card2.v2 .pay2-sub { margin-top: 2px; font-weight: 700; font-size: 14px; }
.pay-card2.v2 .pay2-divider { border-top: 1px solid #D8D8D8; border-style: solid; width: 100%; margin: 14px 0; }
.pay-card2.v2 .pay2-divider-b { margin-top: auto; }
.pay-card2.v2 .pay2-feats { margin-top: 0; align-items: flex-start; align-self: center; }
.pay-card2.v2 .pay2-feat { font-size: 13px; color: #1A1A1A; gap: 8px; align-items: center; }
.pay2-tick { width: 15px; height: 15px; border-radius: 50%; background: #1A1A1A; color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.pay2-tick svg { color: #fff; margin: 0; }
.pay-card2.v2 .pay2-pricerow { margin-top: 0; justify-content: center; gap: 12px; align-items: baseline; }
.pay-card2.v2 .pay2-amt { font-size: 34px; font-weight: 700; color: #1A1A1A; }
.pay-cordbar { position: absolute; top: 0; left: 0; right: 0; height: 40px; display: flex; align-items: center; justify-content: center; background: #B24A32; color: #fff; font-size: 14px; letter-spacing: 0.1em; font-weight: 700; border-radius: 14px 14px 0 0; }
.pay-cordbar + .pay2-name { margin-top: 34px; }
.buy2-ctastack { margin-top: 22px; border-radius: 16px; overflow: hidden; }
.buy2-stockbar { background: #1A1A1A; color: #fff; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 15px; border-radius: 0; }
.buy2-stockbar b { font-weight: 700; }
.buy2-cta.attached { margin-top: 0; border-radius: 0; background: #B24A32; height: 68px; padding: 0; position: relative; overflow: hidden; }
.buy2-cta.attached::after { content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.16) 45%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0.16) 55%, transparent 100%);
  animation: ctaShine 4.5s infinite ease-in-out; }
@keyframes ctaShine { 0%, 72% { left: -60%; } 100% { left: 130%; } }
@media (prefers-reduced-motion: reduce) { .buy2-cta.attached::after { animation: none; opacity: 0; } }
.nav a.nav-circle { color: #fff; text-decoration: none; display: grid; place-items: center; }

/* ===== v108: dark hero ===== */
.hero2 { background: #000; color: #fff; }
.hero2-fade { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 32%, rgba(0,0,0,0.42) 60%, rgba(0,0,0,0.78) 84%, #000 100%); height: 58%; }
.hero2-body { text-align: center; }
.hero2-title { color: #fff; }
.hero2-title .hero2-accent, .display .hero2-accent { color: #fff; font-weight: 700; font-style: italic; letter-spacing: -0.03em; }
.hero2-sub { color: rgba(255,255,255,0.86); margin-left: auto; margin-right: auto; }
.hero2-sub strong { color: #fff; }
.hero2-cta { background: var(--sale); color: #fff; border: none; border-radius: 999px; font-weight: 700; font-synthesis: weight; }

/* ===== v110: hero sizing, section moves, trust strip, flip hero, dark FAQ, buy box polish ===== */
.hero2-card { aspect-ratio: 1 / 0.948; }
.hero2-fade { height: 52%; }
.hero2-body { padding: 6px var(--pad) 30px; margin-top: -10px; position: relative; z-index: 2; }
.hero2-title { font-size: min(calc(calc(10.8 * var(--rvw)) - 5px), 46px); line-height: 1.1; letter-spacing: -0.03em; }
.hero2-sub { font-size: 17px; line-height: 1.5; max-width: none; margin-top: 14px; }
.hero2-cta { font-family: var(--font-body); text-transform: uppercase; font-weight: 700; font-size: 16.5px; letter-spacing: 0.02em; padding: 13px; margin-top: 22px; }

/* ---- first twenty minutes: card carousel ---- */
.feelc-wrap { position: relative; background: #0b0b0d; padding: 0; }
.feelc { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 39px 0 34px; background: #0b0b0d; }
.feelc-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transform: scale(-1, 1); }
.feelc-scrim { position: absolute; inset: 0; background: rgba(8,8,10,0.45); }
.feelc-inner { position: relative; z-index: 1; text-align: center; }
.feelc-inner .eyebrow { color: rgba(255,255,255,0.72); }
.feelc-title { color: #fff; margin: 8px auto 0; max-width: 320px; }
.feelc-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 16px max(var(--pad), calc(50% - 150px)) 4px; -webkit-overflow-scrolling: touch; }
.feelc-rail::-webkit-scrollbar { display: none; }
.feelc-card { position: relative; flex: 0 0 300px; width: 300px; min-height: 216px; display: flex; flex-direction: column; scroll-snap-align: center; border-radius: 22px; text-align: center; }
.feelc-card + .feelc-card::before { content: ''; position: absolute; left: -14px; top: 50%; transform: translateY(-50%); width: 14px; height: 4px; background: rgba(255,255,255,0.6); z-index: 6; }
.feelc-min { border-radius: 22px 22px 0 0; }
.feelc-body { border-radius: 0 0 22px 22px; }
.feelc-min { background: #fff; color: #101014; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; padding: 8px 10px; }
.feelc-body { flex: 1; background: rgba(22,22,26,0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 22px 24px 24px; min-height: 165px; display: flex; flex-direction: column; justify-content: center; }
.feelc-h3 { color: #fff; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.feelc-p { color: rgba(255,255,255,0.88); font-size: 14.5px; line-height: 1.5; margin-top: 12px; }
.feelc-dots { display: flex; justify-content: center; gap: 10px; margin-top: 16px; }
.feelc-dot { width: 7px; height: 7px; border-radius: 50%; border: 1px solid #fff; background: transparent; padding: 0; transition: background .2s; }
.feelc-dot.on { background: #fff; }
.sec-socials { text-align: center; }
.soc-title { font-size: min(calc(5.1 * var(--rvw)), 22px); white-space: nowrap; }
.sec-socials .soc-title { margin-top: 0; }
.soc-title em { font-weight: 700; font-style: italic; }
.truststrip { background: #0d0d0f; overflow: hidden; padding: 15px 0; }
.truststrip-track { display: flex; width: max-content; animation: tsmove 20s linear infinite; }
@keyframes tsmove { to { transform: translateX(-50%); } }
.ts-item { display: inline-flex; align-items: center; color: var(--grey-500); font-size: 13.5px; letter-spacing: 0.14em; white-space: nowrap; }
.ts-item.hi { color: var(--grey-500); font-weight: 700; }
.ts-dot { width: 5px; height: 5px; border-radius: 50%; background: #3a3a40; margin: 0 26px; }
.fliphero { background: #111114; padding: 48px var(--pad); text-align: center; }
.fliphero-h2 { color: #fff; font-weight: 700; font-size: clamp(42px, calc(12.5 * var(--rvw)), 58px); letter-spacing: -0.02em; line-height: 1.18; }
.fliphero-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 3.4em; margin-top: 12px; background: #fff; color: #111114; border-radius: 12px; padding: 0 14px 4px; overflow: hidden; }
.fliphero .flip-w { display: inline-block; transition: opacity .18s ease; }
.fliphero .flip-w.out { opacity: 0; }
.fliphero .flip-w.pre { opacity: 0; transition: none; }
.fliphero-pill { transition: opacity .18s ease, transform .26s cubic-bezier(.34,1.56,.64,1); }
.fliphero-pill:has(.flip-w.out) { opacity: 0; transform: scale(.55); }
.fliphero-pill:has(.flip-w.pre) { opacity: 0; transform: scale(.55); transition: none; }
.fliphero .prep-fade { opacity: 0.2; transition: opacity .24s ease; }
.fliphero-prep { transition: opacity .24s ease; }
.comm-center .comm-rail { padding-left: 18%; padding-right: 18%; }
.comm-center .comm-card { flex: 0 0 64%; width: 64%; scroll-snap-align: center; }
.faq-dark { text-align: center; }
.faq-dark .h2 { margin-top: 14px; }
.faqd-list { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.faqd-item { background: #1c1c20; border-radius: 16px; transition: background .25s ease; }
.faqd-q { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 19px 18px; color: #fff; font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; text-align: left; }
.faqd-q > svg { color: currentColor; }
.faqd-item.open { background: #fff; }
.faqd-item.open .faqd-q { color: #111114; }
.faqd-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s cubic-bezier(.16,1,.3,1); }
.faqd-item.open .faqd-wrap { grid-template-rows: 1fr; }
.faqd-a { overflow: hidden; padding: 0 18px; color: #3a3a40; font-size: 15.5px; line-height: 1.55; }
.faqd-item.open .faqd-a { padding-bottom: 20px; }
.hl-ico svg { stroke-width: 1.5; }
.hl-name { font-size: 14.5px; }
.buy2-thumb { border-radius: 12px; }
.buy2-size.on { background: #EDEDED; }
.buy2-stepline { margin: 20px 0 10px; }
.buy2-sizes { margin-top: 12px; gap: 12px; }
.pay-grid { margin-top: 14px; }
.pay-card2.v2 { background: #EDEDED; border: 2px solid transparent; padding: 18px 14px 18px; }
.pay-card2.v2.sel { background: #EDEDED; border-color: transparent; box-shadow: none; }
.pay-card2.v2.cordless { background: #EDEDED; border-color: #1A1A1A; }
.pay-card2.v2 .pay2-divider { border-top: 1px solid #D8D8D8; border-style: solid; width: 100%; margin: 14px 0; }
.pay-card2.v2 .pay2-sub { color: #1A1A1A; }
.pay-card2.v2 .pay2-feats { gap: 9px; }
.pay-card2.v2 .pay2-feat { font-size: 13px; color: #1A1A1A; }
.pay-card2.v2 .pay2-name { font-size: 22px; font-weight: 700; color: #1A1A1A; }
.pay-card2.v2 .pay2-was { font-size: 15px; color: #8A8A8A; font-weight: 400; }
.pay-card2.v2 .pay2-amt { font-size: 34px; font-weight: 700; color: #1A1A1A; }
.bnpl-line { margin-top: 16px; }
.buy2-ctastack { margin-top: 22px; }
.buy2-stockbar { font-size: 15px; }
.buy2-cta.attached { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-weight: 700; font-size: 20px; }
.buy2-trustrow { margin-top: 24px; }
.buy2-acc { margin-top: 16px; }
.buy2-acc-q { padding: 17px 2px; gap: 14px; }
.buy2-acc-t { font-size: 17px; }
.hero2-card .nav { position: static; background: #000; }
.hero2-card { display: flex; flex-direction: column; }
.hero2-card img { flex: 1; min-height: 0; height: auto; object-position: 68% 78%; }
.wdc-card .wdc-tag { display: none; }
.wdc-card.open .wdc-tag { display: block; margin-top: 18px; }
.wdc-eyebrow { font-size: 10.5px; letter-spacing: 0.16em; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 8px; }
.wdc-card.open .wdc-eyebrow { display: none; }
.wdc-hint { margin-top: 22px; margin-bottom: -8px; font-family: var(--font-body); font-size: 15.5px; font-style: italic; font-weight: 400; letter-spacing: 0; color: rgba(22,22,26,0.5); display: flex; align-items: center; gap: 7px; }
.wdc-hint-ico { flex: none; opacity: 0.72; width: 17px; height: 17px; }
.wdc-more { transition: max-height .55s cubic-bezier(.16,1,.3,1), opacity .45s ease; }
.wdc-scrim { transition: background .55s cubic-bezier(.16,1,.3,1); }
@keyframes wdcNudge { 0%,100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.wdc-rail.hinted .wdc-card:not(.open) .wdc-toggle { animation: wdcNudge .9s ease .45s 1 both; }
.whatdoes { background: #F1EFEA; padding-top: 46px; padding-bottom: 46px; }
/* benefits section: no scroll-in — already visible */
body.fx section.sec-fx.whatdoes { opacity: 1 !important; transition: none !important; }
.whatdoes .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.whatdoes.sec-fx { transition-duration: .3s !important; }
.whatdoes .reveal { transition-duration: .38s, .38s; }
.whatdoes .wd-kicker { margin-bottom: 6px; }
.whatdoes .wd-title { margin-top: 0; }
.whatdoes .wdc-nav { align-items: center; padding-left: 0; padding-right: 0; }

/* ---- (pressure bars removed) ---- */

.wd-dim { font-weight: 300; color: var(--grey-700); letter-spacing: -0.02em; }
.wd-kicker { font-size: 16px; color: var(--grey-700); margin-bottom: 10px; }

/* ===== v98: truly wireless v4 ===== */
.twsec { background: var(--paper-1); color: var(--grey-900); padding: 56px 0 0; }
.tw-inner { padding: 0 var(--pad); }
.tw-h2 { font-size: clamp(26px, calc(7.2 * var(--rvw)), 31px); letter-spacing: -0.028em; line-height: 1.1; font-weight: 700; margin-top: 14px; max-width: 21ch; }
.tw-p { margin-top: 18px; color: var(--grey-700); font-size: 16.5px; line-height: 1.58; max-width: 40ch; }
.tw-p strong { color: var(--grey-900); font-weight: 500; }
.tw-chips { display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
.tw-chip { border: 1px solid var(--line-light-2); background: var(--paper); border-radius: 999px; padding: 8px 14px; font-size: 9.5px; letter-spacing: 0.2em; color: var(--grey-700); }
.tw-chip.reveal { transition: opacity 1.6s ease, transform 1.6s cubic-bezier(.16,1,.3,1); }
.flip-wrap { margin-top: 34px; display: flex; align-items: baseline; gap: 12px; }
.flip-rule { width: 26px; height: 3px; border-radius: 99px; background: var(--sale); flex: none; align-self: center; }
.flip-line { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.2; white-space: nowrap; }
.flip-box { display: inline-block; position: relative; vertical-align: baseline; }
.flip-box-prep .flip-w { color: inherit; font-weight: inherit; }
.flip-w { display: inline-block; color: var(--sale); font-weight: 600; transition: transform .42s cubic-bezier(.3,.7,.3,1), opacity .42s ease; }
.flip-w.out { transform: translateY(-0.4em); opacity: 0; }
.flip-w.pre { transition: none; transform: translateY(0.4em); opacity: 0; }
.tw-img { margin-top: 38px; }
.tw-img img { width: 100%; display: block; }

/* ===== buy box v1 (restored old design) ===== */
.sec-buy2 { max-width: none; margin: 0; border: none; border-radius: 0; background: #F7F8FA; padding: 24px var(--pad) 40px; }
.buy2-hhead { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 30px 0 8px; }
.buy2-hstep { font-size: 14px; letter-spacing: -0.01em; text-transform: none; color: #16161a; }
.buy2-hstep b { color: #16161a; font-weight: 700; }
.buy2-hsub { color: var(--grey-400); }
.buy2-unit { display: inline-flex; background: #e4e4e6; border-radius: 999px; padding: 3px; flex: none; }
.buy2-unit button { border: none; background: transparent; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-500); padding: 6px 12px; border-radius: 999px; font-weight: 700; cursor: pointer; }
.buy2-unit button.on { background: #fff; color: #16161a; box-shadow: 0 1px 3px rgba(0,0,0,0.12); }
.buy2-sizes.v1 { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 0; }
.buy2-size.v1 { background: #ececee; border: 1.5px solid transparent; border-radius: 14px; height: auto; padding: 11px 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.buy2-size.v1 .buy2-size-big { font-size: 16px; font-weight: 700; color: #16161a; letter-spacing: -0.01em; }
.buy2-size-lbl { font-size: 12.5px; color: var(--grey-600); text-transform: capitalize; }
.buy2-size.v1.on { background: #ececee; border-color: #16161a; }
.buy2-hinput { display: flex; align-items: center; background: #e4e4e6; border-radius: 16px; padding: 2px 18px; margin-top: 12px; }
.buy2-hinput input { flex: 1; border: none; background: transparent; font-size: 16px; color: #16161a; padding: 15px 0; outline: none; font-family: var(--font-body); min-width: 0; }
.buy2-hinput input::placeholder { color: var(--grey-500); }
.buy2-hinput input::-webkit-outer-spin-button, .buy2-hinput input::-webkit-inner-spin-button { opacity: 0.4; }
.buy2-hunit { font-size: 13px; letter-spacing: 0.12em; color: #16161a; margin-left: 10px; }
.buy2-stepline.v1 { font-size: 14px; letter-spacing: -0.01em; text-transform: none; color: #16161a; margin: 26px 0 8px; height: 9px; }
.buy2-stepline.v1 b { color: #16161a; font-weight: 700; }
.pay-grid.v1 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.pay-v1 { position: relative; text-align: center; background: #ececee; border: 1.5px solid transparent; border-radius: 18px; padding: 0 12px 12px; display: flex; flex-direction: column; align-items: center; overflow: hidden; cursor: pointer; }
.pay-v1.sel { border-color: #16161a; }
.pay-v1-top { height: 17px; width: calc(100% + 24px); margin: 0 -12px; display: flex; align-items: center; justify-content: center; }
.pay-v1.cordless .pay-v1-top { background: var(--sale); }
.pay-v1-badge { color: #fff; font-size: 10px; letter-spacing: 0.01em; font-weight: 700; }
.pay-v1-name { font-size: 21px; font-weight: 700; letter-spacing: -0.01em; color: #16161a; margin-top: 6px; }
.pay-v1-sub { font-size: 13.5px; color: var(--grey-600); margin-top: 2px; }
.pay-v1-pricerow { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; padding-top: 12px; align-self: stretch; border-top: 1px solid rgba(15,15,20,0.16); justify-content: center; }
.pay-v1-was { font-size: 14px; color: var(--grey-500); text-decoration: line-through; }
.pay-v1-amt { font-size: 28px; font-weight: 700; color: #16161a; letter-spacing: -0.02em; }
.pay-v1-divider { border-top: 1px solid rgba(15,15,20,0.14); margin: 10px auto; width: 76%; }
.pay-v1-feats { display: flex; flex-direction: column; gap: 7px; align-items: center; }
.pay-v1-feat { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #2c2c31; line-height: 1.3; text-align: left; }
.pay-v1-feat svg { flex: none; color: #16161a; }
.buy2-buy { border-radius: 18px; overflow: hidden; margin: 26px 0 0; box-shadow: 0 14px 34px -20px rgba(192,57,43,0.65); }
.buy2-buy-stock { background: #0b0b0d; color: #fff; text-align: center; font-size: 11.5px; height: 23px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0 14px; }
.buy2-buy-stock b { font-weight: 700; }
.buy2-buy-cta { position: relative; overflow: hidden; display: block; width: 100%; background: var(--sale); color: #fff; border: none; padding: 15px; font-size: 19px; font-weight: 700; font-family: var(--font-body); letter-spacing: 0.01em; cursor: pointer; isolation: isolate; }
.buy2-buy-cta::after { content: ''; position: absolute; top: -60%; bottom: -60%; left: -35%; width: 26%; pointer-events: none; z-index: 1;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.10) 34%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0.10) 66%, rgba(255,255,255,0) 100%);
  filter: blur(0.4px); transform: skewX(-18deg); animation: buy-shine 4.6s cubic-bezier(.32,.06,.24,1) infinite; }
@keyframes buy-shine { 0% { left: -35% } 62%, 100% { left: 115% } }
.buy2-buy-cta.done { background: #16161a; }
.buy2-buy-cta.done::after { display: none; }
@media (prefers-reduced-motion: reduce) { .buy2-buy-cta::after { animation: none; opacity: 0 } }

/* ===== buy box condensed pass ===== */
.buy2-title{font-size:24px}
.buy2-rating{margin-top:6px}
.buy2-hhead{margin:22px 0 6px;height:8px}
.buy2-sizes.v1{gap:8px}
.buy2-size.v1{padding:9px 6px;border-radius:12px}
.buy2-size.v1 .buy2-size-big{font-size:15px}
.buy2-size-lbl{font-size:12px}
.buy2-stepline.v1{margin:20px 0 6px}
.pay-grid.v1{gap:10px}
.pay-v1-name{font-size:19px;margin-top:4px}
.pay-v1-sub{font-size:12.5px}
.pay-v1-divider{margin:8px auto}
.pay-v1-feats{gap:5px}
.pay-v1-feat{font-size:12.5px}
.pay-v1-feat svg{width:13px;height:13px}
.pay-v1-pricerow{margin-top:10px;padding-top:10px}
.pay-v1-was{font-size:13px}
.pay-v1-amt{font-size:24px}
.bnpl-line{font-size:13px;margin-top:12px;height:14px}
.buy2-buy{margin-top:14px}

/* ===== pressure ceiling — centered stat layout ===== */
.reframe.rf2{display:flex;flex-direction:column;align-items:center;text-align:center;background:#E6E7EA;padding-top:0}
.rf2-photo{position:relative;width:calc(100% + 64px);margin:0 -32px 0;aspect-ratio:4/3;overflow:hidden}
.rf2-photo::after{content:'';position:absolute;left:0;right:0;bottom:0;height:40%;pointer-events:none;background:linear-gradient(180deg,rgba(230,231,234,0) 0%,rgba(230,231,234,0.5) 60%,#E6E7EA 100%)}
.rf2-photo img{width:100%;height:100%;object-fit:cover;object-position:60% 35%;display:block;transform:scale(1.1) translate(3.5%,3.5%)}
.rf2-eyebrow{font-size:13px;letter-spacing:0.22em;color:rgba(20,16,10,0.55)}
.rf2-numrow{position:relative;margin-top:-90px;z-index:2}
.rf2-num{font-size:150px;font-weight:700;line-height:1;color:#171310;letter-spacing:-0.03em;font-variant-numeric:tabular-nums}
.rf2-unit{margin-top:-8px;font-size:13px;letter-spacing:0.22em;color:rgba(20,16,10,0.55)}
.rf2-rule{width:min(300px,70%);border-top:1px solid rgba(20,16,10,0.16);margin:30px auto 0}
.rf2-h2{color:#171310;max-width:none;text-align:center;font-size:clamp(18px,calc(5.6 * var(--rvw)),25px);line-height:1.35;white-space:nowrap;margin-top:26px}
.rf2-p{font-size:15px;line-height:1.5;color:rgba(20,16,10,0.6);max-width:301px;margin-top:16px;text-align:center}

/* comparison CTA */
.cmp-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 10px; width: auto; max-width: 320px; margin: 30px auto 0;
  background: var(--sale); color: #fff; border-radius: 100px; padding: 11px 24px;
  font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.02em; font-size: 14px; font-weight: 700;
  transition: transform .18s ease, filter .18s ease; }
.cmp-cta::after { content: ''; position: absolute; top: -60%; left: -35%; width: 34%; height: 220%; pointer-events: none; transform: rotate(18deg) translateX(0);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0) 100%); filter: blur(3px);
  animation: cmpShine 3.4s ease-in-out infinite; }
@keyframes cmpShine { 0%, 62% { transform: rotate(18deg) translateX(0); opacity: 0; } 66% { opacity: 1; } 100% { transform: rotate(18deg) translateX(460px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .cmp-cta::after { animation: none; opacity: 0; } }
.cmp-cta > * { position: relative; z-index: 1; }
.cmp-cta:hover { filter: brightness(1.06); }
.cmp-cta:active { transform: scale(0.985); }
/* flash-sale bar only at the very top */
.site-header.scrolled .topbar { display: none; }

/* ---- numbers that define ---- */
.sec-numbers { position: relative; background: var(--ink); color: #fff; text-align: center; overflow: hidden; padding: 48px var(--pad); }
.num-glow { position: absolute; inset: -14% -22%; z-index: 0; pointer-events: none;
  background:
    repeating-conic-gradient(from 248deg at -14% 110%, rgba(228,100,74,0.20) 0deg 0.2deg, rgba(228,100,74,0) 0.2deg 1.55deg),
    radial-gradient(78% 62% at -6% 96%, rgba(214,80,60,0.26), rgba(0,0,0,0) 72%),
    radial-gradient(64% 54% at 108% 22%, rgba(192,57,43,0.18), rgba(0,0,0,0) 74%);
  -webkit-mask-image: radial-gradient(135% 105% at 40% 60%, #000 30%, rgba(0,0,0,0.32) 100%);
  mask-image: radial-gradient(135% 105% at 40% 60%, #000 30%, rgba(0,0,0,0.32) 100%); }
.sec-numbers > *:not(.num-glow) { position: relative; z-index: 1; }
.num-title { font-size: clamp(30px, calc(8.5 * var(--rvw)), 38px); letter-spacing: -0.03em; line-height: 1.02; font-weight: 700; max-width: 340px; margin: 0 auto; }
.num-title em { font-style: italic; font-weight: 700; }
.num-sub { margin: 16px auto 0; max-width: 340px; font-size: 16.5px; line-height: 1.6; color: var(--grey-300); }
.num-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.num-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px 12px; border-radius: 22px; min-height: 116px;
  background: linear-gradient(155deg, rgba(206,92,70,0.58) 0%, rgba(146,54,40,0.5) 48%, rgba(86,30,23,0.55) 100%);
  border: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(10px) saturate(1.25); backdrop-filter: blur(10px) saturate(1.25);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.42), inset 0 -16px 30px rgba(60,16,12,0.28), 0 14px 30px rgba(0,0,0,0.34); }
.num-card::before { content: ''; position: absolute; left: -20%; top: -80%; width: 55%; height: 260%; pointer-events: none; transform: rotate(20deg);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 100%); filter: blur(3px); }
.num-card::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 50%; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.03) 70%, rgba(255,255,255,0) 100%); }
.num-card > * { position: relative; z-index: 1; }
.num-n { font-size: 38px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.num-n--word { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.num-l { font-size: 9.5px; letter-spacing: 0.1em; line-height: 1.3; color: rgba(255,255,255,0.9); }

/* ---- pressure range: 200 is the ceiling ---- */
.pr2 { position: relative; width: 100%; aspect-ratio: 1.1; overflow: hidden; background: var(--paper); color: #171310; padding: 0; }
.pr2-img { position: absolute; width: 158%; max-width: none; height: auto; left: -23%; bottom: -7%; display: block; transform: scaleX(-1); filter: brightness(1.3); }
.pr2-stack { position: absolute; left: var(--pad); top: 22px; width: min(240px, 58%); z-index: 2; }
.pr2-num { font-size: clamp(76px, calc(21 * var(--rvw)), 90px); font-weight: 700; letter-spacing: -0.055em; line-height: 0.82;
  background: linear-gradient(166deg, #6a605a 0%, #241f1c 26%, #0b0a09 52%, #1d1917 74%, #58504b 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,0.5)); }
.pr2-unit { font-size: 12px; letter-spacing: 0.2em; margin-top: 2px; color: rgba(23,19,16,0.55); }
.pr2-body { margin-top: 20px; font-size: 15px; line-height: 1.45; color: rgba(23,19,16,0.68); }
.pr2-close { margin-top: 0; font-size: 16.5px; font-weight: 700; line-height: 1.3; color: #141210; }

/* ===== v276: close CTA, feel bg, size labels, benefit cards, UGC scale ===== */
.close-img img { filter: brightness(1.5) contrast(0.96); }
.close-veil { background: linear-gradient(0deg, rgba(8,8,9,0.78), rgba(8,8,9,0.5)); }
.close-p { margin-bottom: 72px; }
.close-cta { border-radius: 999px; padding: 25px 52px; font-size: 15.5px; font-weight: 700; letter-spacing: 0.1em; box-shadow: 0 14px 34px -14px rgba(198,66,42,0.75), inset 0 1px 0 rgba(255,255,255,0.28); }
.close-cta::after { width: 46%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.75), transparent); animation-duration: 3.6s; }
.feelc-bg { object-position: 50% 78%; }
.buy2-size-lbl { font-weight: 700; color: #16161a; }
.wdc-scrim, .wdc-card:first-child .wdc-scrim { background: linear-gradient(to bottom, rgba(10,8,6,0.34) 0%, rgba(10,8,6,0) 26%, rgba(10,8,6,0.12) 44%, rgba(10,8,6,0.62) 68%, rgba(8,6,5,0.94) 100%); }
.wdc-card.open .wdc-scrim { background: rgba(14,12,10,0.93); }
.wdc-toggle { top: 14px; bottom: auto; right: 14px; }
.wdc-card.open .wdc-toggle { top: 14px; bottom: auto; }
.wdc-hint { margin: 18px 0 0; padding: 0 var(--pad); justify-content: center; text-align: center; }
.comm-center .comm-card { flex: 0 0 64%; width: 64%; }
.comm-center .comm-rail { padding-left: max(var(--pad), calc((calc(100 * var(--rvw)) - min(calc(64 * var(--rvw)), 307px)) / 2)); padding-right: max(var(--pad), calc((calc(100 * var(--rvw)) - min(calc(64 * var(--rvw)), 307px)) / 2)); }

/* ===== v278: user text-size edits ===== */
.hero2-title { font-size: 48px; }
.hero2-sub { font-size: 19px; }
.hero2-cta { font-size: 18px; }
.wsq-cap b { font-size: 15px; }
.wsq-close { font-size: 21px; }
.rf2-num { font-size: 160px; }
.rf2-h2 { font-size: 30px; }
.rf2-p { font-size: 20px; }
.soc-title { font-size: 27px; white-space: normal; }
.buy2-stepline, .buy2-stepline.v1 { font-size: 15px; }
.buy2-stepline b { font-size: 18px; }
.bnpl-line { font-size: 14px; height: auto; }
.buy2-trust span { font-size: 14px; }
.buy2-acc-t { font-size: 19px; }
.feelc-title { font-size: 40px; }
.hl-intro { font-size: 19px; }
.cmp-cta { font-size: 17px; }
.close-h2 { font-size: 44px; }
.close-p { font-size: 19px; }
.close-cta { font-size: 15px; }

.buy2-size.v1 .buy2-size-big { font-size: 17px; font-weight: 700; }
.buy2-size-lbl { font-size: 13.5px; font-weight: 600; }

.feelc-title { max-width: none; white-space: nowrap; font-size: min(calc((calc(100 * var(--rvw)) - 44px) / 8.7), 40px); }

.feelc-min { font-size: 13px; }
.feelc-h3 { font-size: 25px; }
.feelc-p { font-size: 17.5px; }

/* v283: all section titles 42.5px (hero excluded) */
.h2 { font-size: 42.5px; white-space: normal; }

/* v284: stronger first-card gradient, hint beside the toggle */
.wdc-card:first-child .wdc-scrim { background: linear-gradient(to bottom, rgba(10,8,6,0.4) 0%, rgba(10,8,6,0.04) 24%, rgba(10,8,6,0.3) 46%, rgba(8,6,5,0.8) 70%, rgba(6,5,4,0.98) 100%); }
.wdc-taphint { position: absolute; top: 14px; right: 52px; z-index: 3; display: flex; align-items: center; height: 28px; font-family: var(--font-body); font-size: 13px; font-style: italic; color: rgba(255,255,255,0.82); white-space: nowrap; pointer-events: none; transition: opacity .3s ease; }
.wdc-card.open .wdc-taphint { opacity: 0; }

/* v285: buy box +1.5px */
.buy2-stepline, .buy2-stepline.v1 { font-size: 16.5px; }
.buy2-stepline b { font-size: 19.5px; }
.buy2-hstep { font-size: 16.5px; }
.buy2-size.v1 .buy2-size-big { font-size: 18.5px; }
.buy2-size-lbl { font-size: 15px; }
.pay-v1-badge { font-size: 11.5px; }
.pay-v1-name { font-size: 20.5px; }
.pay-v1-sub { font-size: 14px; }
.pay-v1-feat { font-size: 14px; }
.pay-v1-was { font-size: 14.5px; }
.pay-v1-amt { font-size: 25.5px; }
.bnpl-line { font-size: 15.5px; }
.bnpl-chip.sm { font-size: 11.5px; height: 26px; }
.bnpl-chip.sm b { font-size: 12px; }
.buy2-buy-stock { font-size: 13px; height: 26px; }
.buy2-buy-cta { font-size: 20.5px; }

.wsq-close { font-size: 20px; font-weight: 700; }

.wdc-card:first-child .wdc-scrim { background: linear-gradient(to bottom, rgba(8,6,5,0.72) 0%, rgba(8,6,5,0.34) 9%, rgba(8,6,5,0) 18%, rgba(8,6,5,0) 62%, rgba(8,6,5,0.16) 82%, rgba(8,6,5,0.38) 100%); }

.bnpl-line, .bnpl-line b { font-size: 14px; }

.buy2-title { line-height: 1.12; }
.buy2-buy-cta { line-height: 1.2; height: auto; }

.wdc-toggle { width: 36px; height: 36px; }
.wdc-bar.h { width: 14px; }
.wdc-bar.v { height: 14px; }
.wdc-taphint { right: 62px; height: 40px; font-size: 18px; font-weight: 800; font-style: italic; }

.acc-p { display: block; line-height: 1.42; }
.acc-p + .acc-p { margin-top: 11px; }
.acc-p b { font-weight: 600; }

/* v286: batch polish */
.menu-row { padding: 26px var(--pad); }
.menu-label { font-size: 28px; }
.menu-num { font-size: 14px; }
.menu-num.circ { width: 52px; height: 52px; font-size: 13px; }
.wdc-card:first-child .wdc-scrim { background: linear-gradient(to bottom, rgba(8,6,5,0.3) 0%, rgba(8,6,5,0.14) 8%, rgba(8,6,5,0) 16%, rgba(8,6,5,0) 62%, rgba(8,6,5,0.16) 82%, rgba(8,6,5,0.38) 100%); }
.wdc-card.open .wdc-scrim, .wdc-card:first-child.open .wdc-scrim { background: rgba(12,10,9,0.95); }
#science .lead { line-height: 1.38; }
.rf2-h2 { line-height: 1.02; }
.soc-card { width: 118px; }
.soc-ring { width: 76px; height: 76px; }
.soc-name { font-size: 14.5px; }
.soc-role { font-size: 9.5px; }
.cmp-h-model, .cmp-h-other { font-size: 13px; }
.cmp-h-healios { font-size: 13.5px; }
.cmp-label { font-size: 15.5px; }
.cmp-other { font-size: 14.5px; }
.cmp-tile { font-size: 14.5px; position: relative; justify-content: center; text-align: center; padding-left: 34px; padding-right: 16px; }
.cmp-tile svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); }
.cmp-tile .cmp-check { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); }
.cmp-tile .cmp-check svg { position: static; transform: none; }
.soc-title { font-size: 34px; }
.feelc-card { flex: 0 0 330px; width: 330px; }
.feelc-rail { padding-left: max(var(--pad), calc(50% - 165px)); padding-right: max(var(--pad), calc(50% - 165px)); }

/* uniform open fade: dark layer fades in via opacity instead of a discrete background swap */
.wdc-scrim::after { content: ''; position: absolute; inset: 0; background: rgba(12,10,9,0.95); opacity: 0; transition: opacity .3s ease; }
.wdc-card.open .wdc-scrim::after { opacity: 1; }
.wdc-card.open .wdc-scrim { background: linear-gradient(to bottom, rgba(10,8,6,0.34) 0%, rgba(10,8,6,0) 26%, rgba(10,8,6,0.12) 44%, rgba(10,8,6,0.62) 68%, rgba(8,6,5,0.94) 100%); }
.wdc-card:first-child.open .wdc-scrim { background: linear-gradient(to bottom, rgba(8,6,5,0.3) 0%, rgba(8,6,5,0.14) 8%, rgba(8,6,5,0) 16%, rgba(8,6,5,0) 62%, rgba(8,6,5,0.16) 82%, rgba(8,6,5,0.38) 100%); }
.hl-name { font-size: 18px; }
.close-in { padding: clamp(121px, calc(27.4 * var(--rvw)), 198px) var(--pad); }
.feelc-p { font-size: 16px; }
.comm-center .comm-rail { padding-left: max(var(--pad), calc((min(calc(100 * var(--rvw)), 480px) - min(calc(64 * var(--rvw)), 307px)) / 2)); padding-right: max(var(--pad), calc((min(calc(100 * var(--rvw)), 480px) - min(calc(64 * var(--rvw)), 307px)) / 2)); }
.wdc-card:first-child .wdc-taphint { color: #3a3a40; }
.wdc-toggle { border-color: rgba(255,255,255,0.75); }
.wdc-bar { background: #fff; }
.wdc-card:first-child .wdc-toggle { border-color: #3a3a40; }
.wdc-card:first-child .wdc-bar { background: #3a3a40; }
.wdc-card:first-child.open .wdc-toggle { border-color: transparent; }
.wdc-card:first-child.open .wdc-bar { background: #fff; }
.whatdoes .wdc-nav { justify-content: flex-start; padding-top: 18px; }
.wdc-arrow { border-color: #3a3a40; color: #3a3a40; width: 42px; height: 42px; font-size: 17px; }
.whatdoes { padding-bottom: 26px; }
.wdc-card:first-child.open .wdc-taphint { color: #16161a; }
</style>
<style>/* Desktop layout applies from 900px up; below that the mobile layout renders as-is */
@media (min-width: 900px) {
:root { --maxw: none; --pad: 24px; --dpad: 166px; /* frozen at the 1512px reference — page zoom handles other widths */ }
body { background: var(--ink); }
#app { max-width: none; box-shadow: none; }
section { padding-left: var(--dpad); padding-right: var(--dpad); padding-top: 88px; padding-bottom: 88px; }
.site-header { max-width: none; left: 0; transform: none; }
.site-header.hidden { transform: translateY(-100%); }
.topbar { flex-direction: row; gap: 16px; align-items: baseline; padding: 8px 16px; }
.nav { padding: 10px var(--dpad); }
.nav-callbtn { width: auto; border-radius: 999px; padding: 0 20px; text-decoration: none; }
.nav-callbtn svg { display: none; }
.nav-callbtn .nav-phonenum { display: inline; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: #fff; white-space: nowrap; }
.sticky-buy { display: none !important; }

/* ---- hero: split, text left / photo right ---- */
.hero2 { display: grid; grid-template-columns: 1fr 1.15fr; align-items: stretch; height: auto; min-height: 620px; }
.hero2-card { order: 2; aspect-ratio: auto; height: 100%; min-height: 480px; }
.hero2-card img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 30%; flex: 1; }
.hero2-fade { display: none; }
.hero2-body { order: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; padding: 56px var(--pad) 56px var(--dpad); background: #131316; margin-top: 0; }
.hero2-sub { margin-left: 0; }
.hero2-title { font-size: 70px; }
.hero2-sub { margin-top: 26px; }
.hero2-sub span { display: block; width: auto !important; height: auto !important; max-width: 44ch; font-size: 19px; line-height: 1.5; }
.hero2-cta { margin-top: 34px; padding: 18px 38px; font-size: 17px; width: auto; }

/* ---- benefit cards: 4-up grid, no arrows ---- */
.wdc-eyebrow { display: none !important; }
.wdc-wrap { overflow: visible; }
.wdc-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; overflow: visible; padding-left: 0; padding-right: 0; margin-left: calc(64px - var(--dpad)); margin-right: calc(64px - var(--dpad)); }
.wdc-card { width: auto; flex: none; max-width: none; aspect-ratio: 9 / 12.4; }
.wdc-h3 { font-size: 26px; }
.wdc-num { font-size: 20px; }
.wdc-p { font-size: 18px; line-height: 1.5; }
.wdc-card.open .wdc-more { margin-top: 14px; max-height: none; }
.wdc-card.open .wdc-body { top: 0; justify-content: flex-start; padding-top: 54px; }
.wdc-card.open .wdc-tag { margin-top: 12px; font-size: 17px; }
.wdc-card:first-child .wdc-taphint { color: #fff; font-size: 0; }
.wdc-card:first-child .wdc-taphint::after { content: 'Click me'; font-size: 18px; font-weight: 800; font-style: italic; }
.wdc-card:first-child .wdc-toggle { border-color: rgba(255,255,255,0.75); }
.wdc-card:first-child .wdc-bar { background: #fff; }
.wdc-card img { inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); }
.wdc-card:nth-child(3) img { transform: scale(1.04); }
.wdc-nav { display: none; }
.wd-title { font-size: 46px !important; }
.wd-kicker { font-size: 20px !important; }

/* ---- UGC: 4-up grid (loop copies hidden), no sideways scroll ---- */
.comm-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; overflow: visible; padding: 4px 0 0 !important; }
.comm-rail .comm-card { display: none; }
.comm-rail .comm-card:nth-child(-n+4) { display: block; width: auto; flex: none; }
.comm-title { font-size: 46px; }
#community { text-align: center; }

/* ---- buy box: gallery left (sticky), options right ---- */
.sec-buy2 { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); column-gap: 64px; align-items: start; }
.sec-buy2 > * { grid-column: 2; min-width: 0; }
.sec-buy2 > .buy2-left { grid-column: 1; grid-row: 1 / span 40; position: sticky; top: 110px; }
.buy2-left .buy2-galrow { margin-top: 14px; }
.buy2-main img { width: 100%; }
.buy2-title { font-size: 42px !important; white-space: normal !important; }
.buy2-hhead, .buy2-stepline, .bnpl-line { width: auto !important; height: auto !important; }
.buy2-main { aspect-ratio: 4 / 3; }
.buy2-main img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.buy2-sizes.v1 { max-width: none !important; height: auto !important; }
.buy2-trust span br { display: none; }

/* ---- feel minutes: all four cards in a row, face visible, taller section ---- */
.feelc-wrap { padding-left: 0; padding-right: 0; }
.feelc { padding-top: 64px; padding-bottom: 58px; }
.feelc-bg { object-position: 50% 16%; }
.feelc-title { max-width: none; }
.feelc-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; overflow: visible; padding: 32px var(--dpad) 6px; transform: translateY(3%); }
.feelc-card { width: auto; flex: none; }
.feelc-card + .feelc-card::before { display: block; left: -16px; width: 16px; }
.feelc-dots { display: none; }

/* ---- science: words stacked left (title lower), big animation right, tight ---- */
#science { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); column-gap: 48px; padding-top: 24px; padding-bottom: 24px; align-items: center; }
#science > .h2 { grid-column: 1; grid-row: 2; align-self: end; text-align: left; margin: 0 0 18px; font-size: 56px !important; }
#science > .lead { grid-column: 1; grid-row: 3; align-self: center; margin-top: 0 !important; max-width: 40ch !important; }
#science .wsq { grid-column: 2; grid-row: 1 / span 5; zoom: 1.32; margin-top: 0; }
#science .wsq-close { grid-column: 1; grid-row: 4; align-self: start; margin-top: 22px; max-width: 40ch; }

/* ---- pressure reframe: shorter photo, stat left / words right ---- */
.rf2-photo { aspect-ratio: auto; height: 400px; min-height: 300px; width: calc(100% + var(--dpad) * 2); margin: 0 calc(var(--dpad) * -1); grid-column: 1 / -1; }
.rf2-photo img { object-position: 60% 72%; transform: none; }
.reframe.rf2 { display: grid; grid-template-columns: auto auto; justify-content: center; column-gap: 110px; align-items: center; padding-left: var(--dpad); padding-right: var(--dpad); padding-bottom: 64px; }
.rf2 > .rf2-numrow { grid-column: 1; grid-row: 2; margin-top: -20px; align-self: end; margin-bottom: -18px; transform: translateY(26px); }
.rf2 > :nth-child(3) { grid-column: 1; grid-row: 3; align-self: start; transform: translateY(26px); }
.rf2 > .rf2-rule { display: none; }
.rf2 > :nth-child(5) { grid-column: 2; grid-row: 2; align-self: end; }
.rf2 > :nth-child(6) { grid-column: 2; grid-row: 3; align-self: start; }

/* ---- misc section polish ---- */
.h2 { font-size: 46px; }
.soc-title { font-size: 37px; white-space: nowrap; }
.soc-title br { display: none; }
.soc-title em { margin-left: 12px; }
.soc-track { animation-duration: 34s; }
.sec-socials { padding-left: 0; padding-right: 0; }
.manifesto-title { font-size: 46px; }
#compare .cmp { max-width: 880px; margin-left: auto; margin-right: auto; }
#compare > .reveal { text-align: center; }
#compare .h2 { margin-left: auto; margin-right: auto; font-size: 54px !important; max-width: none !important; }
.heavylegs { zoom: 1.12; padding-top: 40px; padding-bottom: 44px; }
.heavylegs .h2 { font-size: 40px !important; }
.close-img img { filter: brightness(0.8) contrast(0.96); }
.close-veil { background: linear-gradient(0deg, rgba(8,8,9,0.92), rgba(8,8,9,0.8)); }
.close-in { padding-top: 140px; padding-bottom: 140px; }
.close-h2 { font-size: 76px !important; font-weight: 600; }
.close-p { visibility: hidden; }
.close-h2 { transform: translateY(32px); }
.pbeat img { max-height: 640px; object-fit: cover; width: 100%; }

#compare .cmp-head, #compare .cmp-row { grid-template-columns: 0.82fr 1fr 1fr; }
#compare .cmp-label { font-size: 17px; padding: 15px 8px 15px 0; }
#compare .cmp-other { font-size: 15.5px; padding: 15px 4px; }
#compare .cmp-tile { font-size: 16px; padding: 14px 8px 14px 36px; }
#compare .cmp-h-model, #compare .cmp-h-other { font-size: 14px; padding: 12px 0; }
#compare .cmp-h-healios { font-size: 14.5px; padding: 14px 8px; }

/* footer */
.ft2 { padding-left: var(--dpad); padding-right: var(--dpad); }

}