/* ============================================================
   LAMMA — Dark Silk
   Палитра: графит-баклажан + розовое золото + жемчуг. Cormorant Garamond + Inter.
   ============================================================ */

/* ---- fonts (self-hosted) ---- */
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("../fonts/cormorant-cyrillic.woff2") format("woff2");
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("../fonts/cormorant-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:300 700;font-display:swap;
  src:url("../fonts/cormorant-italic-cyrillic.woff2") format("woff2");
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:300 700;font-display:swap;
  src:url("../fonts/cormorant-italic-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter-400-cyrillic.woff2") format("woff2");unicode-range:U+0400-04FF,U+0500-052F,U+2DE0-2DFF,U+A640-A69F}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter-400-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter-600-cyrillic.woff2") format("woff2");unicode-range:U+0400-04FF,U+0500-052F,U+2DE0-2DFF,U+A640-A69F}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter-600-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215}

/* ---- tokens ---- */
:root{
  --bg:#0E0B12; --bg-2:#171220; --bg-3:#1F1929;
  --rose:#E8B4A0; --rose-2:#C98F78; --rose-soft:rgba(232,180,160,.12);
  --pearl:#F3EDE7; --mute:#9C9199; --mute-2:#6F6670;
  --line:rgba(232,180,160,.18); --line-soft:rgba(232,180,160,.09);
  --grad-rose:linear-gradient(135deg,#F0C6B4,#C98F78);
  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --maxw:1240px; --ease:cubic-bezier(.22,1,.36,1);
}

/* ---- base ---- */
*,*::before,*::after{box-sizing:border-box}
html,body{overflow-x:clip}
@supports not (overflow:clip){html,body{overflow-x:hidden}}
html{scroll-behavior:smooth;background:var(--bg)}
html.lenis{scroll-behavior:auto}
body{margin:0;max-width:100vw;background:var(--bg);color:var(--pearl);
  font-family:var(--sans);font-size:clamp(15px,1.02vw,17px);line-height:1.65;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body::before{content:"";position:fixed;inset:-50%;z-index:90;pointer-events:none;opacity:.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size:240px 240px}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
h1,h2,h3{font-family:var(--serif);font-weight:300;line-height:1.02;margin:0 0 .45em;letter-spacing:-.01em;text-wrap:balance}
h1{font-size:clamp(2.8rem,8vw,6.4rem)}
h2{font-size:clamp(2.2rem,5.4vw,4.2rem)}
h3{font-size:1.45rem;font-weight:400;line-height:1.15}
h1 em,h2 em{font-style:italic;color:var(--rose)}
p{margin:0 0 1rem}
.container{width:min(100% - 2.6rem,var(--maxw));margin-inline:auto}
.eyebrow{font-family:var(--sans);font-weight:600;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin:0 0 1.2rem}
.rose{color:var(--rose)}
.section{padding:clamp(4rem,10vw,8rem) 0;position:relative}
/* The header is fixed (80px, 66px scrolled; 68px under 780px). Without this, native anchor
   jumps on the non-Lenis path land the section eyebrow under it — measured top:64 vs header
   bottom:67. The Lenis path uses its own -70 offset and is unaffected. */
section[id],#top{scroll-margin-top:84px}
@media (max-width:780px){section[id],#top{scroll-margin-top:76px}}
.section-head{max-width:48rem;margin-bottom:clamp(2rem,4vw,3.4rem)}
.lead{font-size:clamp(1.05rem,1.6vw,1.28rem);color:var(--mute);line-height:1.7}
.ticks{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:.8rem;color:var(--pearl)}
.ticks li{position:relative;padding-left:1.7rem}
.ticks li::before{content:"";position:absolute;left:0;top:.72em;width:.9rem;height:1px;background:var(--rose)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:0 1.9rem;
  border:0;border-radius:999px;cursor:pointer;font:600 .95rem/1 var(--sans);letter-spacing:.02em;white-space:nowrap;
  transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .3s,color .3s;will-change:transform}
/* Magnetic buttons are driven by GSAP on x/y. A CSS transform transition on top of that adds
   a ~350ms lag to the follow and keeps drifting after the tween ends — GSAP already eases. */
.btn.magnetic{transition:box-shadow .35s var(--ease),border-color .3s,color .3s}
.btn--rose{background:var(--grad-rose);color:#1C1016;box-shadow:0 12px 34px -14px rgba(232,180,160,.55)}
.btn--rose:hover{transform:translateY(-2px);box-shadow:0 20px 44px -14px rgba(232,180,160,.7)}
.btn--ghost{background:transparent;color:var(--pearl);border:1px solid var(--line)}
.btn--ghost:hover{border-color:var(--rose);color:var(--rose)}
.btn--lg{min-height:60px;padding:0 2.4rem;font-size:1rem}
.btn--xl{min-height:68px;padding:0 3rem;font-size:1.08rem}

/* ---- intro (preloader) ---- */
.intro{display:none;position:fixed;inset:0;z-index:200;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}
html.js-anim .intro{display:flex}
html.intro-seen .intro{display:none}
/* Phones skip the intro (see preloader.js): never paint the curtain there, not even for the
   frame or two between first paint and the deferred scripts running. */
@media (pointer:coarse){html.js-anim .intro{display:none}}
.intro-word{display:flex;gap:.08em;font-family:var(--serif);font-weight:300;font-size:clamp(3rem,9vw,7rem);letter-spacing:.22em;color:var(--pearl);line-height:1}
.intro-word span{display:inline-block;overflow:hidden}
.intro-word span{transform:translateY(110%)}
.intro-line{width:min(38vw,260px);height:1px;background:var(--line-soft);overflow:hidden}
.intro-line i{display:block;height:100%;width:100%;background:var(--rose);transform:scaleX(0);transform-origin:left}

/* ---- header ---- */
.site-header{position:fixed;inset:0 0 auto 0;z-index:80;border-bottom:1px solid transparent;
  transition:background .4s,backdrop-filter .4s,border-color .4s}
.site-header.scrolled{background:rgba(14,11,18,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--line-soft)}
.nav{display:flex;align-items:center;gap:1.8rem;min-height:80px;transition:min-height .4s}
.site-header.scrolled .nav{min-height:66px}
.logo{font-family:var(--serif);font-weight:400;font-size:1.5rem;letter-spacing:.22em;transition:font-size .4s}
.site-header.scrolled .logo{font-size:1.2rem}
.logo span{color:var(--rose)}
.nav-links{display:flex;gap:1.9rem;margin-left:auto;font-size:.9rem;color:var(--mute);letter-spacing:.02em}
.nav-links a{position:relative;padding:.4rem 0;transition:color .25s}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--rose);transition:right .35s var(--ease)}
.nav-links a:hover{color:var(--pearl)}
.nav-links a:hover::after{right:0}
.nav-cta .btn{min-height:44px;padding:0 1.3rem;font-size:.88rem}
.burger{display:none;flex-direction:column;gap:6px;width:46px;height:46px;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;margin-left:auto;padding:0}
.burger span{width:26px;height:1px;background:var(--pearl);transition:transform .35s var(--ease),opacity .3s}
body.menu-open .burger span:first-child{transform:translateY(3.5px) rotate(45deg)}
body.menu-open .burger span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* ---- fullscreen menu (opacity+visibility, never translateX) ---- */
.menu{position:fixed;inset:0;z-index:70;background:rgba(14,11,18,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  opacity:0;visibility:hidden;transition:opacity .45s var(--ease),visibility 0s linear .45s;display:flex;align-items:center;justify-content:center}
.menu.open{opacity:1;visibility:visible;transition:opacity .45s var(--ease),visibility 0s}
.menu-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;padding:2rem}
.menu-links{display:flex;flex-direction:column;gap:1.2rem;font-family:var(--serif);font-weight:300;font-size:clamp(2rem,8vw,3rem);line-height:1}
.menu-links a{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.menu.open .menu-links a{opacity:1;transform:none}
.menu.open .menu-links a:nth-child(2){transition-delay:.06s}
.menu.open .menu-links a:nth-child(3){transition-delay:.12s}
.menu.open .menu-links a:nth-child(4){transition-delay:.18s}
.menu-close{background:none;border:0;color:var(--mute);font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;min-height:44px;padding:0 1rem;cursor:pointer}

/* ---- hero ---- */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:clip;background:var(--bg-2)}
.hero-silk{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:.9}
.hero-bg{position:absolute;inset:0;z-index:1;overflow:hidden}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:68% center;transform-origin:center;will-change:transform}
.hero-bg::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,var(--bg) 0%,rgba(14,11,18,.88) 30%,rgba(14,11,18,.35) 62%,rgba(14,11,18,.6) 100%),
             linear-gradient(0deg,var(--bg) 3%,transparent 32%)}
.hero-bg::before{content:"";position:absolute;inset:0;background:var(--bg-3);mix-blend-mode:multiply;opacity:.45}
.hero-inner{position:relative;z-index:2;padding:8rem 0 5rem}
.hero-copy{max-width:40rem}
.hero h1{margin-bottom:.6rem}
/* SplitText mask:"lines" inserts .line-mask around each .line — that wrapper is the thing
   that stays put and clips; .line is the thing that slides. The padding/negative-margin pair
   keeps Cyrillic descenders (у р д) out of the clip edge without adding leading. */
.hero h1 .line-mask,.apply h2 .line-mask{display:block;overflow:hidden;padding-bottom:.09em;margin-bottom:-.09em}
.hero h1 .line,.apply h2 .line{display:block}
.hero-tagline{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.35rem,2.6vw,2rem);color:var(--pearl);line-height:1.2;max-width:30rem;margin:.4rem 0 1.2rem}
.hero-sub{font-size:clamp(1.02rem,1.6vw,1.22rem);color:var(--mute);max-width:33rem;margin-bottom:2.2rem}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2.8rem}
.hero-stats{display:flex;gap:2.6rem;flex-wrap:wrap;border-top:1px solid var(--line-soft);padding-top:1.6rem}
.stat .num{font-family:var(--serif);font-weight:300;font-size:clamp(1.9rem,3.4vw,2.8rem);color:var(--rose);line-height:1}
.stat .lbl{font-size:.8rem;color:var(--mute);letter-spacing:.05em;margin-top:.4rem}
.scroll-cue{position:absolute;bottom:1.6rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;
  font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--mute-2)}
.scroll-cue i{display:block;width:1px;height:48px;background:linear-gradient(var(--rose),transparent);transform-origin:top}

/* ---- marquee ---- */
.marquee{overflow:hidden;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:1.1rem 0;background:var(--bg)}
.marquee-track{display:flex;width:max-content;gap:0;will-change:transform}
.marquee-track span{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.4rem,2.6vw,2.2rem);color:var(--mute);padding:0 1.6rem;white-space:nowrap;position:relative}
.marquee-track span::after{content:"·";position:absolute;right:-.35rem;color:var(--rose)}

/* ---- income / calculator ---- */
.income{background:radial-gradient(110% 90% at 85% 0%,rgba(201,143,120,.14),transparent 60%),var(--bg-2)}
.calc-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.record{font-size:clamp(3rem,9vw,7rem);line-height:.95;margin:.2rem 0 .8rem}
.calc-card{background:rgba(31,25,41,.55);border:1px solid var(--line);border-radius:14px;padding:clamp(1.4rem,3vw,2.4rem);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.calc-card h3{margin-bottom:1.4rem}
.calc-row{margin-bottom:1.5rem}
.calc-row .top{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;color:var(--mute);margin-bottom:.7rem}
.calc-row .top b{font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--pearl)}
input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:44px;background:transparent;margin:0;cursor:pointer}
input[type=range]::-webkit-slider-runnable-track{height:1px;background:var(--line)}
input[type=range]::-moz-range-track{height:1px;background:var(--line)}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--rose);margin-top:-10.5px;border:0;box-shadow:0 0 0 6px rgba(232,180,160,.12);transition:box-shadow .3s}
input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--rose);border:0;box-shadow:0 0 0 6px rgba(232,180,160,.12)}
input[type=range]:active::-webkit-slider-thumb{box-shadow:0 0 0 12px rgba(232,180,160,.18)}
.tiers{display:flex;gap:.5rem;flex-wrap:wrap}
.tier{min-height:44px;padding:0 1.15rem;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--mute);font-size:.88rem;cursor:pointer;transition:all .3s}
.tier[aria-pressed=true]{background:var(--grad-rose);color:#1C1016;border-color:transparent}
.calc-out{border-top:1px solid var(--line-soft);padding-top:1.4rem;margin-bottom:1.5rem}
.calc-out .lbl{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mute)}
.calc-out .val{font-family:var(--serif);font-weight:300;font-size:clamp(2.8rem,6vw,4.4rem);line-height:1;color:var(--rose);margin:.3rem 0;font-variant-numeric:tabular-nums}
/* Both notes stay legible (--mute, not --mute-2): the second one is the ФЗ-о-рекламе
   qualifier for the number above it and must not read as fine print. */
.calc-out .note{font-size:.85rem;line-height:1.5;color:var(--mute)}
.calc-out .note + .note{margin-top:.5rem}

/* ---- gallery ---- */
.gallery{padding-bottom:0}
.gallery-wrap{position:relative}
.gallery-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;width:min(100% - 2.6rem,var(--maxw));margin-inline:auto;padding-bottom:clamp(4rem,10vw,8rem)}
.gcard{position:relative;margin:0;overflow:hidden;border-radius:10px;aspect-ratio:3/2;background:var(--bg-3)}
.gcard--tall{aspect-ratio:3/2}
.gcard--sq{aspect-ratio:3/2}
.gcard img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease);will-change:transform}
.gcard::before{content:"";position:absolute;inset:0;background:var(--bg-3);mix-blend-mode:multiply;opacity:.35;pointer-events:none}
.gcard::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(14,11,18,.85),transparent 55%);pointer-events:none}
.gcard figcaption{position:absolute;left:1.2rem;bottom:1.1rem;z-index:2;display:flex;flex-direction:column;gap:.2rem;transform:translateY(8px);transition:transform .6s var(--ease)}
.gcard .k{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:var(--rose)}
.gcard .t{font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--pearl);line-height:1.1}
.gcard:hover img{transform:scale(1.05)}
.gcard:hover figcaption{transform:none}
/* desktop pinned horizontal mode (class set by gallery.js) */
html.pin-gallery .gallery-wrap{height:100vh;display:flex;align-items:center;overflow:hidden}
html.pin-gallery .gallery-track{display:flex;width:max-content;gap:1.6rem;padding:0 max(1.3rem,(100vw - var(--maxw))/2);margin:0;align-items:center;will-change:transform}
html.pin-gallery .gcard{flex:0 0 auto;height:min(62vh,560px);width:auto;aspect-ratio:auto}
html.pin-gallery .gcard img{height:100%;width:auto}

/* ---- why (benefit cards) ---- */
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.bcard{--mx:50%;--my:50%;position:relative;padding:2rem 1.7rem 1.8rem;border:1px solid var(--line-soft);border-radius:12px;background:var(--bg-2);overflow:hidden;transition:border-color .4s}
.bcard::before{content:"";position:absolute;inset:0;background:radial-gradient(260px circle at var(--mx) var(--my),var(--rose-soft),transparent 60%);opacity:0;transition:opacity .4s;pointer-events:none}
.bcard:hover{border-color:var(--line)}
.bcard:hover::before{opacity:1}
.bcard .ic{font-family:var(--serif);font-style:italic;font-weight:300;font-size:2.6rem;color:var(--rose);line-height:1;margin-bottom:1rem}
.bcard h3{font-size:1.35rem;margin-bottom:.5rem}
.bcard p{color:var(--mute);margin:0;font-size:.96rem}

/* ---- how (steps) ---- */
.steps-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.steps-media{border-radius:12px;overflow:hidden;aspect-ratio:4/3;position:relative;background:var(--bg-3)}
.steps-media img{width:100%;height:112%;object-fit:cover;will-change:transform}
.steps-media::after{content:"";position:absolute;inset:0;background:var(--bg-3);mix-blend-mode:multiply;opacity:.4}
.steps{position:relative;padding-left:2.2rem;margin:1.6rem 0 2rem}
.steps-svg{position:absolute;left:.45rem;top:.4rem;bottom:.4rem;width:2px;height:calc(100% - .8rem);overflow:visible}
.steps-svg path{stroke:var(--rose);stroke-width:2;fill:none;stroke-dasharray:1;stroke-dashoffset:1;vector-effect:non-scaling-stroke}
.steps::before{content:"";position:absolute;left:.45rem;top:.4rem;bottom:.4rem;width:1px;background:var(--line-soft)}
.steps-list{list-style:none;margin:0;padding:0;display:grid;gap:1.7rem;counter-reset:step}
.steps-list li{position:relative;display:flex;gap:1rem}
.steps-list li i{position:absolute;left:-2.2rem;top:.35rem;width:11px;height:11px;border-radius:50%;background:var(--bg);border:1px solid var(--line);transform:translateX(.5px);transition:background .4s,border-color .4s,box-shadow .4s}
.steps-list li.on i{background:var(--rose);border-color:var(--rose);box-shadow:0 0 0 6px var(--rose-soft)}
.steps-list h3{font-size:1.3rem;margin-bottom:.25rem}
.steps-list p{color:var(--mute);margin:0;font-size:.96rem}

/* ---- safety ---- */
.safety{background:var(--bg-2)}
.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.safety-media{border-radius:12px;overflow:hidden;aspect-ratio:16/10;position:relative;background:var(--bg-3)}
.safety-media img{width:100%;height:112%;object-fit:cover;object-position:70% center;will-change:transform}
.safety-media::after{content:"";position:absolute;inset:0;background:var(--bg-3);mix-blend-mode:multiply;opacity:.4}
.safety-copy .btn{margin-top:1.8rem}

/* ---- reviews ---- */
.rev-wrap{overflow:hidden;padding:0 max(1.3rem,(100vw - var(--maxw))/2)}
.rev-track{display:flex;gap:1.2rem;width:max-content;cursor:grab}
.rev-track:active{cursor:grabbing}
.rev{position:relative;flex:0 0 min(78vw,420px);margin:0;padding:2.4rem 1.9rem 1.9rem;border:1px solid var(--line-soft);border-radius:12px;background:var(--bg-2);user-select:none}
.rev .q{position:absolute;top:.4rem;left:1.2rem;font-family:var(--serif);font-size:6rem;line-height:1;color:var(--rose-soft)}
.rev p{position:relative;font-family:var(--serif);font-weight:400;font-size:1.35rem;line-height:1.35;color:var(--pearl);margin-bottom:1.2rem}
.rev cite{font-style:normal;font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rose)}
/* The track is wider than the viewport. It is reachable by drag (Draggable, desktop+motion),
   or by native scroll everywhere else — touch devices AND any device where the drag slider
   never initialises (reduced motion, GSAP missing, a failed init). Without the .no-motion
   arm the 4th card sits at left:1338 in a 1280px box with no drag and no scrollbar. */
html.touch .rev-wrap,html.no-motion .rev-wrap{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
html.touch .rev-wrap::-webkit-scrollbar,html.no-motion .rev-wrap::-webkit-scrollbar{display:none}
html.touch .rev,html.no-motion .rev{scroll-snap-align:start}
html.no-motion .rev-track{cursor:auto}

/* ---- faq ---- */
.faq-list{max-width:52rem;border-top:1px solid var(--line-soft)}
.faq-list details{border-bottom:1px solid var(--line-soft)}
.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 0;
  font-family:var(--serif);font-weight:400;font-size:1.45rem;line-height:1.2;min-height:44px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-family:var(--serif);font-weight:300;font-size:2rem;color:var(--rose);line-height:1;transition:transform .4s var(--ease);flex:0 0 auto}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-body{overflow:hidden}
.faq-body p{color:var(--mute);margin:0 0 1.4rem;max-width:44rem}

/* ---- apply (final CTA) ---- */
.apply{text-align:center;background:radial-gradient(60% 70% at 50% 100%,rgba(201,143,120,.18),transparent 70%),var(--bg)}
.apply-wrap{max-width:52rem;display:flex;flex-direction:column;align-items:center}
.apply h2{font-size:clamp(2.6rem,7vw,5.4rem);margin-bottom:1.6rem}
.apply-note{margin-top:1.2rem;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mute-2)}

/* ---- seo text ---- */
.seo-text{padding-top:0}
.seo-text h2{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--mute)}
.seo-cols{columns:2;column-gap:3rem;color:var(--mute-2);font-size:.92rem}
.seo-cols p{break-inside:avoid}

/* ---- footer ---- */
.site-footer{border-top:1px solid var(--line-soft);padding:2.6rem 0 2rem;color:var(--mute)}
.footer-grid{display:grid;grid-template-columns:auto 1fr;gap:1rem 2rem;align-items:center}
.footer-grid a{color:var(--pearl);justify-self:end;min-height:44px;display:inline-flex;align-items:center}
.footer-grid a:hover{color:var(--rose)}
.foot-note{grid-column:1/-1;font-size:.8rem;color:var(--mute-2);margin:0}

/* ---- floating TG ---- */
.tg-float{position:fixed;right:1.2rem;bottom:1.2rem;z-index:75;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;
  background:var(--grad-rose);box-shadow:0 14px 34px -12px rgba(232,180,160,.7);opacity:0;transform:scale(.6);visibility:hidden;
  transition:opacity .45s var(--ease),transform .45s var(--ease),visibility 0s linear .45s}
.tg-float.show{opacity:1;transform:none;visibility:visible;transition:opacity .45s var(--ease),transform .45s var(--ease),visibility 0s}
.tg-float svg{width:26px;height:26px}
html.no-motion .tg-float{opacity:1;transform:none;visibility:visible}
/* Must stay AFTER the .show / .no-motion rules — same specificity, so source order decides.
   Previously html.no-motion won and the float button sat on top of the open fullscreen menu. */
body.menu-open .tg-float{opacity:0;transform:scale(.6);visibility:hidden}

/* ---- custom cursor (pointer:fine only, enabled by JS via html.cursor-on) ---- */
.cursor{display:none}
html.cursor-on .cursor{display:block;position:fixed;left:0;top:0;z-index:300;pointer-events:none;mix-blend-mode:difference}
html.cursor-on .cursor i{display:block;width:8px;height:8px;border-radius:50%;background:var(--rose);transform:translate(-50%,-50%);transition:width .3s var(--ease),height .3s var(--ease),background .3s}
html.cursor-on .cursor.hover i{width:40px;height:40px;background:transparent;box-shadow:inset 0 0 0 1px var(--rose)}

/* ---- motion initial states (only when JS animates) ---- */
html.js-anim .reveal{opacity:0;transform:translateY(28px)}
html.js-anim .hero .eyebrow,html.js-anim .hero-tagline,html.js-anim .hero-sub,html.js-anim .hero-actions,
html.js-anim .hero-stats .stat,html.js-anim .scroll-cue{opacity:0}
html.js-anim .calc-card{opacity:0}
html.js-anim .hero h1{visibility:hidden}
html.js-anim .apply h2{visibility:hidden}
html.no-motion .reveal,html.no-motion .hero .eyebrow,html.no-motion .hero-tagline,html.no-motion .hero-sub,
html.no-motion .hero-actions,html.no-motion .hero-stats .stat,html.no-motion .scroll-cue{opacity:1;transform:none}
html.no-motion .calc-card{opacity:1}
html.no-motion .hero h1,html.no-motion .apply h2{visibility:visible}

/* ---- responsive ---- */
@media (max-width:1080px){
  .calc-grid,.steps-wrap,.safety-grid{grid-template-columns:1fr}
  .steps-media{order:2;aspect-ratio:16/9}
  .safety-media{order:-1}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-track{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:780px){
  .nav{min-height:68px;gap:1rem}
  .nav-links,.nav-cta{display:none}
  .burger{display:flex}
  .hero-inner{padding:6.5rem 0 4.5rem}
  .hero-bg img{object-position:72% center}
  .hero-bg::after{background:
    linear-gradient(90deg,var(--bg) 0%,rgba(14,11,18,.92) 55%,rgba(14,11,18,.7) 100%),
    linear-gradient(0deg,var(--bg) 3%,transparent 32%)}
  .hero-actions .btn{width:100%}
  .hero-stats{gap:1.6rem}
  .scroll-cue{display:none}
  .marquee-track span{padding:0 1rem}
  .gallery-track{grid-template-columns:1fr;gap:1rem}
  .gcard,.gcard--tall,.gcard--sq{aspect-ratio:4/3}
  .benefits-grid{grid-template-columns:1fr}
  .rev{flex-basis:82vw}
  .seo-cols{columns:1}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid a{justify-self:start}
  .tg-float{right:.9rem;bottom:.9rem}
  .site-footer{padding-bottom:5.6rem}   /* clears the fixed tg-float button so the last footer line isn't covered at the bottom of the scroll */
}
@media (max-width:420px){
  .hero-stats .stat{flex:1 1 40%}
  .tiers{gap:.4rem}
  .tier{padding:0 .9rem;font-size:.82rem}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}
}
