*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#0B0A09;font-family:'Hanken Grotesk',sans-serif;-webkit-font-smoothing:antialiased;color:#F4EFE4}
::selection{background:#C9A53A;color:#0B0A09}
img{max-width:100%}
a{text-decoration:none}

.page-root{width:100%;min-height:100vh;background:#0B0A09;overflow-x:hidden}

@keyframes heroFade{0%{opacity:0}6%{opacity:1}19%{opacity:1}25%{opacity:0}100%{opacity:0}}
@keyframes pulseDot{0%{box-shadow:0 0 0 0 rgba(52,195,154,.5)}70%{box-shadow:0 0 0 8px rgba(52,195,154,0)}100%{box-shadow:0 0 0 0 rgba(52,195,154,0)}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes demoFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes liveIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes liveRing{0%{box-shadow:0 0 0 0 rgba(52,195,154,.55)}70%{box-shadow:0 0 0 9px rgba(52,195,154,0)}100%{box-shadow:0 0 0 0 rgba(52,195,154,0)}}
@keyframes revealUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes revealFade{from{opacity:0}to{opacity:1}}

/* ===== scroll reveal ===== */
.reveal{opacity:0;transform:translateY(28px)}
.reveal.is-visible{animation:revealUp .65s cubic-bezier(.22,.68,0,1.2) forwards}
.reveal-fade{opacity:0}
.reveal-fade.is-visible{animation:revealFade .7s ease forwards}

@media (max-width:760px){
  [data-navtext]{display:none !important}
}

/* ===== generic bits ===== */
.dot{width:7px;height:7px;border-radius:50%;display:inline-block}
.dot--live{background:#34C39A;animation:liveRing 1.8s infinite}
.dot--lg{width:13px;height:13px}
.dot--sm{width:6px;height:6px}
.italic{font-style:italic}
.italic-light{font-style:italic;font-weight:300}
.gold{color:#C9A53A}
.strong{color:#F4EFE4;font-weight:600}
.hr{height:1px;background:rgba(244,239,228,.12);margin:40px 0}

.eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:'Space Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.32em;text-transform:uppercase}
.eyebrow--gold{color:#C9A53A}
.eyebrow--green{color:#34C39A}
.eyebrow-sm{font-family:'Space Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.2em;color:#9A8F78;text-transform:uppercase}
.eyebrow-live{display:inline-flex;align-items:center;gap:9px;font-family:'Space Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.3em;color:#C9A53A;text-transform:uppercase;margin-bottom:26px}

.section-title{font-family:'Newsreader',serif;font-weight:400;font-size:clamp(36px,5.5vw,60px);line-height:1.0;letter-spacing:-.02em;margin-top:18px}
.section-title--wide{max-width:680px}
.section-body{font-size:16px;line-height:1.62;color:#C8C0B0;margin-top:20px;max-width:460px}

.btn{display:inline-flex;align-items:center;gap:10px;border-radius:13px;font-weight:700;font-size:15px;cursor:pointer}
.btn--pill-light{font-size:14px;font-weight:700;color:#0B0A09;background:#F4EFE4;padding:10px 20px;border-radius:10px}
.btn--green{background:#34C39A;color:#08130F;padding:14px 24px;margin-top:32px}
.arrow{font-size:13px}

/* ===== NAV ===== */
.nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,5vw,64px);background:rgba(11,10,9,.72);backdrop-filter:blur(14px);border-bottom:1px solid rgba(244,239,228,.08)}
.nav-brand{display:flex;align-items:center;gap:11px;cursor:pointer}
.nav-logo{height:30px;width:auto;display:block}
.nav-right{display:flex;align-items:center;gap:clamp(16px,3vw,38px)}
.nav-links{display:flex;align-items:center;gap:clamp(16px,3vw,38px)}
.nav-link{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:#C8C0B0}
.nav-link--live{color:#F4EFE4}

/* ===== HERO ===== */
.hero{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:48px;padding:clamp(48px,7vw,96px) clamp(20px,5vw,64px) clamp(56px,8vw,110px);max-width:1280px;margin:0 auto}
.hero-copy{flex:1 1 440px;min-width:300px}
.hero-title{font-family:'Newsreader',serif;font-weight:400;font-size:clamp(52px,8vw,92px);line-height:.92;letter-spacing:-.02em}
.hero-sub{font-family:'Newsreader',serif;font-style:italic;font-weight:300;font-size:clamp(19px,2.4vw,25px);line-height:1.4;color:#C8C0B0;margin-top:24px;max-width:480px}
.pillar-line{display:flex;flex-wrap:wrap;align-items:center;margin-top:26px;font-size:11px;font-weight:700;letter-spacing:.14em;color:#A79C86}
.pillar-line .sep{margin:0 10px;color:#5A5346;font-size:9px}

.store-buttons{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}
.store-buttons--center{justify-content:center;margin-top:34px}
.store-btn{display:inline-flex;align-items:center;gap:11px;padding:14px 22px;border-radius:13px;cursor:pointer}
.store-btn--apple{background:#F4EFE4;color:#16130E}
.store-btn--google{background:transparent;color:#F4EFE4;border:1px solid rgba(244,239,228,.2)}
.store-text{text-align:left;line-height:1.1}
.store-text-top{display:block;font-size:9.5px;font-weight:600;color:#5A5346;letter-spacing:.04em}
.store-text-top--g{color:#7C7666}
.store-text-bottom{display:block;font-size:17px;font-weight:700}

.hero-social-proof{display:flex;align-items:center;gap:18px;margin-top:24px}
.avatar-stack{display:flex;align-items:center}
.avatar-stack .avatar{width:34px;height:34px;border-radius:50%;border:2px solid #0B0A09}
.proof-text{font-size:13px;color:#C8C0B0;line-height:1.4}
.proof-star{color:#C9A53A;font-weight:700}
.proof-strong{color:#F4EFE4;font-weight:600}

/* ===== PHONE (shared) ===== */
.hero-phone-wrap{flex:0 1 340px;min-width:280px;display:flex;justify-content:center}
.phone{position:relative;border-radius:46px;background:#0D0D0F;border:1px solid rgba(244,239,228,.12);box-shadow:0 50px 120px rgba(0,0,0,.7),0 0 0 9px #050506;overflow:hidden}
.hero-phone{width:300px;height:620px;animation:floatY 7s ease-in-out infinite;will-change:transform}
.phone-bg-layers{position:absolute;inset:0}
.phone-bg-layer{position:absolute;inset:0;background-position:50% 20%;background-size:cover;will-change:opacity}
.phone-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,10,9,.5) 0%,transparent 24%,transparent 40%,rgba(11,10,9,.96) 92%)}
.hero-phone .phone-gradient{background:linear-gradient(180deg,rgba(11,10,9,.45) 0%,transparent 22%,transparent 52%,rgba(11,10,9,.92) 100%)}
.phone-online-pill-wrap{position:absolute;top:16px;left:0;right:0;display:flex;justify-content:center}
.phone-online-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(11,10,9,.5);backdrop-filter:blur(8px);border:1px solid rgba(201,165,58,.4);padding:6px 13px;border-radius:999px}
.phone-online-text{font-family:'Space Mono',monospace;font-size:9px;font-weight:700;letter-spacing:.16em;color:#F4DC9A}
.phone-info{position:absolute;left:20px;right:20px;bottom:24px}
.phone-info-name-row{display:flex;align-items:center;gap:7px}
.phone-info-name{font-family:'Newsreader',serif;font-weight:600;font-size:23px;color:#fff}
.verified-check{width:20px;height:20px;border-radius:50%;background:rgba(201,165,58,.92);display:flex;align-items:center;justify-content:center;color:#0B0A09;font-size:11px;font-weight:800}
.phone-info-meta{font-size:12.5px;color:rgba(255,255,255,.78);margin-top:3px}
.phone-info-actions{display:flex;gap:8px;margin-top:13px}
.phone-connect-btn{flex:1;height:42px;border-radius:12px;background:#C9A53A;display:flex;align-items:center;justify-content:center;color:#16130E;font-weight:700;font-size:13px}
.phone-icon-btn{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#F4EFE4;font-size:16px}

/* ===== STATS ===== */
.stats-band{border-top:1px solid rgba(244,239,228,.08);border-bottom:1px solid rgba(244,239,228,.08);background:#0E0C0A}
.stats-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;padding:clamp(28px,4vw,44px) clamp(20px,5vw,64px)}
.stat-item{flex:1 1 180px;padding:14px 10px}
.stat-num{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(34px,4.5vw,46px);color:#F4EFE4;line-height:1}
.stat-label{font-family:'Space Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.18em;color:#9A8F78;text-transform:uppercase;margin-top:8px}

/* ===== LIVE NOW ===== */
.live-section{background:#0E0C0A;border-bottom:1px solid rgba(244,239,228,.08);scroll-margin-top:80px}
.live-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(40px,5vw,72px);padding:clamp(60px,8vw,104px) clamp(20px,5vw,64px)}
.live-copy{flex:1 1 420px;min-width:300px}
.live-counter-row{display:flex;align-items:flex-end;gap:16px;margin-top:34px}
.live-counter-num-wrap{display:flex;align-items:center;gap:13px}
.live-counter-num{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(48px,7vw,68px);line-height:.9;color:#F4EFE4;font-variant-numeric:tabular-nums}
.live-counter-label{font-family:'Space Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.16em;color:#9A8F78;text-transform:uppercase;padding-bottom:8px}

.live-side{flex:1 1 420px;min-width:300px;display:flex;flex-direction:column;gap:16px}
.live-feed-card{border-radius:20px;background:#100E0C;border:1px solid rgba(244,239,228,.08);padding:22px 24px}
.live-feed-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.live-badge{display:inline-flex;align-items:center;gap:6px;font-family:'Space Mono',monospace;font-size:10px;font-weight:700;letter-spacing:.12em;color:#34C39A}
.live-feed-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(244,239,228,.06)}
.live-feed-row--new{animation:liveIn .55s ease}
.live-feed-dot{flex:none;width:9px;height:9px;border-radius:50%}
.live-feed-text{font-size:14px;line-height:1.35;color:#B8AF9C;flex:1;min-width:0}
.live-feed-text .name{color:#F4EFE4;font-weight:700}
.live-feed-time{flex:none;font-family:'Space Mono',monospace;font-size:10px;color:#6E6655}

.live-rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.live-room-card{border-radius:16px;background:#100E0C;padding:16px 16px 15px;border:1px solid rgba(244,239,228,.08)}
.live-room-top{display:flex;align-items:center;justify-content:space-between}
.live-room-glyph{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:15px;border:1px solid}
.live-room-live{display:inline-flex;align-items:center;gap:5px;font-family:'Space Mono',monospace;font-size:8.5px;font-weight:700;letter-spacing:.1em;color:#34C39A}
.live-room-name{font-family:'Newsreader',serif;font-weight:600;font-size:15.5px;color:#F4EFE4;margin-top:11px;line-height:1.2}
.live-room-host{font-size:11.5px;color:#9A8F78;margin-top:3px}
.live-room-count-row{display:flex;align-items:center;gap:6px;margin-top:11px;font-size:12.5px;color:#C8C0B0;font-variant-numeric:tabular-nums}
.live-room-count-row .count{font-weight:700;color:#F4EFE4}

/* ===== FILM ===== */
.film-section{max-width:1280px;margin:0 auto;padding:clamp(56px,8vw,100px) clamp(20px,5vw,64px)}
.film-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}
.film-desc{font-size:15px;line-height:1.6;color:#A79C86;max-width:330px}
.film-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:22px;overflow:hidden;border:1px solid rgba(244,239,228,.1);background-color:#11100E}
.film-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.film-play-btn-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;transition:opacity .45s ease}
.film-play-btn{width:74px;height:74px;border-radius:50%;background:rgba(11,10,9,.5);backdrop-filter:blur(4px);border:1.5px solid rgba(244,239,228,.5);display:flex;align-items:center;justify-content:center;color:#F4EFE4;font-size:22px;padding-left:5px}
.film-video{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .55s ease}

/* ===== PILLARS ===== */
.pillars-section{max-width:1280px;margin:0 auto;padding:clamp(64px,9vw,120px) clamp(20px,5vw,64px);scroll-margin-top:80px}
.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));gap:18px;margin-top:48px}
.pillars-grid .reveal:nth-child(2){animation-delay:.1s}
.pillars-grid .reveal:nth-child(3){animation-delay:.2s}
.pillars-grid .reveal:nth-child(4){animation-delay:.3s}
.pillar-card{position:relative;border-radius:20px;background:#100E0C;border:1px solid rgba(244,239,228,.08);overflow:hidden}
.pillar-photo{position:relative;height:172px;background-size:cover;background-position:center}
.pillar-photo-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,14,12,0) 28%,rgba(16,14,12,.55) 70%,#100E0C 100%)}
.pillar-glyph{position:absolute;left:22px;bottom:-23px;width:48px;height:48px;border-radius:13px;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:21px;box-shadow:0 8px 20px rgba(0,0,0,.4);border:1px solid}
.pillar-body{padding:34px 26px 30px}
.pillar-label{font-family:'Newsreader',serif;font-weight:600;font-size:25px;color:#F4EFE4}
.pillar-desc{font-size:14.5px;line-height:1.55;color:#A79C86;margin-top:9px}
.pillar-tagline{font-family:'Newsreader',serif;font-style:italic;font-size:15px;margin-top:16px}

/* ===== APP DEMO ===== */
.demo-section{max-width:1280px;margin:0 auto;padding:clamp(56px,8vw,110px) clamp(20px,5vw,64px)}
.demo-inner{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(40px,6vw,80px)}
.demo-copy{flex:1 1 380px;min-width:300px}
.demo-tabs{display:flex;flex-direction:column;gap:11px;margin-top:32px;max-width:430px}
.demo-tab{display:flex;align-items:center;gap:14px;padding:15px 18px;border-radius:14px;cursor:pointer;transition:background .25s ease,border-color .25s ease;border:1px solid}
.demo-tab-glyph{flex:none;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;border:1px solid}
.demo-tab-label{flex:1;min-width:0;font-family:'Newsreader',serif;font-weight:600;font-size:18px}
.demo-tab-arrow{font-size:13px}

.demo-phone-wrap{flex:0 1 360px;min-width:290px;display:flex;justify-content:center}
.demo-phone{width:316px;height:648px}
.demo-phone-bg{position:absolute;inset:0;background-position:50% 22%;background-size:cover;transition:opacity .4s ease;will-change:opacity}
.demo-phone-bg.fading{opacity:0}
.demo-top-bar{position:absolute;top:18px;left:18px;right:18px;display:flex;align-items:center;justify-content:space-between;animation:demoFade .45s ease}
.demo-mode-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(11,10,9,.55);backdrop-filter:blur(8px);padding:6px 13px;border-radius:999px;border:1px solid}
.demo-mode-text{font-family:'Space Mono',monospace;font-size:9px;font-weight:700;letter-spacing:.18em;color:#F4EFE4;text-transform:uppercase}
.demo-verified-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(201,165,58,.92);padding:6px 11px;border-radius:999px;color:#16130E;font-size:10px;font-weight:800;letter-spacing:.04em}
.demo-info{position:absolute;left:24px;right:24px;bottom:28px;animation:demoFade .5s ease}
.demo-name-row{display:flex;align-items:center;gap:9px}
.demo-name{font-family:'Newsreader',serif;font-weight:600;font-size:27px;color:#fff}
.demo-meta{font-size:13px;color:rgba(255,255,255,.8);margin-top:3px}
.demo-role{font-family:'Newsreader',serif;font-style:italic;font-size:16px;margin-top:13px;line-height:1.35}
.demo-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}
.demo-chip{font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:999px;color:#F4EFE4;border:1px solid}
.demo-actions{display:flex;gap:9px;margin-top:18px}
.demo-cta-btn{flex:1;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#120F0A;font-weight:700;font-size:14px}

/* ===== SAFETY ===== */
.safety-section{background:#0E0C0A;border-top:1px solid rgba(244,239,228,.08);border-bottom:1px solid rgba(244,239,228,.08);scroll-margin-top:80px}
.safety-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:56px;padding:clamp(64px,9vw,120px) clamp(20px,5vw,64px)}
.safety-copy{flex:1 1 380px;min-width:300px}
.safety-list{display:flex;flex-direction:column;gap:18px;margin-top:32px}
.safety-item{display:flex;gap:15px;align-items:flex-start}
.safety-icon{flex:none;width:38px;height:38px;border-radius:11px;background:rgba(201,165,58,.12);border:1px solid rgba(201,165,58,.3);display:flex;align-items:center;justify-content:center;color:#C9A53A;font-size:16px}
.safety-item-title{font-weight:700;font-size:15.5px;color:#F4EFE4}
.safety-item-body{font-size:14px;color:#A79C86;line-height:1.5;margin-top:3px}

.safety-photo-wrap{flex:1 1 320px;min-width:280px;display:flex;justify-content:center;position:relative;width:300px;height:300px;align-items:center}
.safety-ring{position:absolute;border-radius:50%;border:1px solid rgba(201,165,58,.25)}
.safety-ring--outer{width:300px;height:300px;border-color:rgba(201,165,58,.12)}
.safety-ring--mid{width:240px;height:240px}
.safety-photo{position:relative;width:170px;height:170px;border-radius:50%;overflow:hidden;border:2px solid rgba(201,165,58,.5);background-color:#15110d;background-position:50% 22%;background-size:cover}
.safety-check{position:absolute;bottom:54px;right:54px;width:46px;height:46px;border-radius:50%;background:#C9A53A;display:flex;align-items:center;justify-content:center;color:#16130E;font-size:22px;box-shadow:0 8px 24px rgba(201,165,58,.5)}

/* ===== TESTIMONIAL ===== */
.testimonial-section{border-bottom:1px solid rgba(244,239,228,.08)}
.testimonial-inner{max-width:920px;margin:0 auto;padding:clamp(64px,9vw,110px) clamp(20px,5vw,64px);text-align:center}
.testimonial-quote{font-family:'Newsreader',serif;font-size:clamp(26px,3.6vw,42px);font-weight:300;line-height:1.32;letter-spacing:-.01em;color:#EDE6D6}
.testimonial-author{display:inline-flex;align-items:center;gap:13px;margin-top:34px}
.testimonial-avatar{width:46px;height:46px;border-radius:50%;background-color:#15110d;background-position:50% 24%;background-size:cover}
.testimonial-author-text{text-align:left}
.testimonial-name{font-weight:700;font-size:14.5px;color:#F4EFE4}
.testimonial-role{font-size:12.5px;color:#9A8F78}

/* ===== MEMBERSHIP ===== */
.membership-section{max-width:1280px;margin:0 auto;padding:clamp(64px,9vw,120px) clamp(20px,5vw,64px);scroll-margin-top:80px}
.membership-head{text-align:center;max-width:620px;margin:0 auto}
.membership-head .section-body{margin-left:auto;margin-right:auto}
.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:52px;max-width:980px;margin-left:auto;margin-right:auto}
.plans-grid .reveal:nth-child(2){animation-delay:.12s}
.plans-grid .reveal:nth-child(3){animation-delay:.24s}
.plan-card{position:relative;border-radius:22px;padding:32px 28px;border:1.5px solid}
.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#C9A53A;color:#16130E;font-family:'Space Mono',monospace;font-size:9.5px;font-weight:700;letter-spacing:.14em;padding:5px 13px;border-radius:999px;text-transform:uppercase}
.plan-name-row{display:flex;align-items:center;gap:9px}
.plan-name{font-family:'Newsreader',serif;font-weight:600;font-size:22px}
.plan-price-row{margin-top:16px}
.plan-price{font-family:'Newsreader',serif;font-weight:500;font-size:42px}
.plan-sub{font-size:14px;color:#9A8F78}
.plan-feats{display:flex;flex-direction:column;gap:12px}
.plan-feat{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#C8C0B0;line-height:1.45}
.plan-btn{display:block;text-align:center;margin-top:26px;padding:13px 0;border-radius:12px;font-weight:700;font-size:14.5px;border:1px solid}

/* ===== NEWSLETTER ===== */
.newsletter-section{background:#0E0C0A;border-top:1px solid rgba(244,239,228,.08)}
.newsletter-inner{max-width:760px;margin:0 auto;text-align:center;padding:clamp(64px,9vw,110px) clamp(20px,5vw,64px)}
.newsletter-logo{height:46px;width:auto;display:block;margin:0 auto 26px}
.newsletter-inner .section-body{margin-left:auto;margin-right:auto;max-width:520px}
.newsletter-form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:34px;max-width:480px;margin-left:auto;margin-right:auto}
.newsletter-input{flex:1 1 240px;height:54px;border-radius:13px;border:1px solid rgba(244,239,228,.16);background:#0B0A09;color:#F4EFE4;padding:0 18px;font-family:'Hanken Grotesk',sans-serif;font-size:15px;outline:none}
.newsletter-submit{height:54px;padding:0 26px;border:none;border-radius:13px;background:#C9A53A;color:#16130E;font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:15px;cursor:pointer}
.newsletter-hint{font-size:12.5px;color:#7C7666;margin-top:14px}
.newsletter-success{margin-top:34px;display:inline-flex;align-items:center;gap:11px;background:rgba(52,195,154,.1);border:1px solid rgba(52,195,154,.35);padding:16px 26px;border-radius:14px}
.newsletter-success-check{width:26px;height:26px;border-radius:50%;background:#34C39A;display:flex;align-items:center;justify-content:center;color:#0B0A09;font-size:14px;font-weight:800}
.newsletter-success-text{font-size:15px;color:#F4EFE4;font-weight:600}

/* ===== FINAL CTA ===== */
.final-cta-section{max-width:1280px;margin:0 auto;padding:clamp(64px,9vw,120px) clamp(20px,5vw,64px);text-align:center}
.final-cta-title{font-family:'Newsreader',serif;font-weight:400;font-size:clamp(40px,7vw,84px);line-height:.96;letter-spacing:-.02em}
.final-cta-sub{font-size:17px;color:#C8C0B0;margin-top:20px}

/* ===== SUBPAGE ===== */
.subpage{max-width:780px;margin:0 auto;padding:clamp(48px,7vw,90px) clamp(20px,5vw,64px) clamp(56px,8vw,100px)}
.subpage-back{display:flex;width:fit-content;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#9A8F78;cursor:pointer;margin-bottom:30px}
.subpage-title{font-family:'Newsreader',serif;font-weight:400;font-size:clamp(40px,6.5vw,68px);line-height:1;letter-spacing:-.02em;margin-top:16px}
.subpage-lede{font-family:'Newsreader',serif;font-style:italic;font-weight:300;font-size:clamp(18px,2.4vw,23px);line-height:1.45;color:#C8C0B0;margin-top:20px}
.subpage-section{margin-bottom:38px}
.subpage-section-h{font-family:'Newsreader',serif;font-weight:600;font-size:clamp(22px,3vw,28px);color:#F4EFE4;line-height:1.2}
.subpage-section-p{font-size:16px;line-height:1.7;color:#C0B8A8;margin-top:12px}
.subpage-cta{margin-top:48px;padding:28px 30px;border-radius:18px;background:#100E0C;border:1px solid rgba(244,239,228,.08);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}
.subpage-cta-title{font-family:'Newsreader',serif;font-weight:600;font-size:21px}
.subpage-cta-body{font-size:14px;color:#9A8F78;margin-top:4px}
.subpage-cta-btn{flex:none;background:#C9A53A;color:#16130E;font-weight:700;font-size:14px;padding:13px 22px;border-radius:11px;cursor:pointer}

/* ===== FOOTER ===== */
.footer{border-top:1px solid rgba(244,239,228,.08);background:#0B0A09}
.footer-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:clamp(40px,6vw,72px) clamp(20px,5vw,64px) 36px}
.footer-brand{flex:1 1 280px}
.footer-logo{height:26px;width:auto;display:block}
.footer-tagline{font-size:14px;color:#7C7666;line-height:1.6;margin-top:16px;max-width:280px}
.footer-socials{display:flex;gap:10px;margin-top:20px}
.footer-social{width:38px;height:38px;border-radius:10px;border:1px solid rgba(244,239,228,.14);display:flex;align-items:center;justify-content:center;color:#C8C0B0;font-size:14px;font-weight:700;cursor:pointer}
.footer-col{flex:0 1 160px}
.footer-col-head{font-family:'Space Mono',monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:#9A8F78;text-transform:uppercase}
.footer-col-links{display:flex;flex-direction:column;gap:12px;margin-top:18px}
.footer-link{font-size:14px;color:#C8C0B0;cursor:pointer}
.footer-bottom-wrap{border-top:1px solid rgba(244,239,228,.07)}
.footer-bottom{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:22px clamp(20px,5vw,64px);font-size:12.5px;color:#5A5346}

/* ===== FILM MODAL ===== */
.film-modal{position:fixed;inset:0;z-index:200;background:#050404;flex-direction:column}
.film-modal:not([hidden]){display:flex}
.film-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,5vw,40px)}
.film-modal-brand{display:flex;align-items:center;gap:10px}
.film-modal-logo{height:22px;width:auto;display:block}
.film-modal-label{font-family:'Space Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.28em;color:#F4EFE4}
.film-modal-close{width:40px;height:40px;border-radius:50%;background:rgba(244,239,228,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#F4EFE4;font-size:16px}
.film-modal-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:0 clamp(12px,4vw,40px) clamp(16px,3vw,32px)}
.film-modal-video{width:100%;max-width:1100px;max-height:100%;border-radius:14px;background:#000;box-shadow:0 30px 90px rgba(0,0,0,.6)}

/* ===== MOBILE ===== */
@media (max-width:600px){
  .hero{flex-direction:column;gap:36px;padding:40px 20px 56px}
  .hero-copy{flex:none;width:100%}
  .hero-phone-wrap{flex:none;width:100%;justify-content:center}
  .hero-phone{width:260px;height:536px}

  .stats-inner{flex-direction:column;gap:0;padding:24px 20px}
  .stat-item{border-bottom:1px solid rgba(244,239,228,.07);padding:18px 0}
  .stat-item:last-child{border-bottom:none}

  .live-inner{flex-direction:column;padding:48px 20px}
  .live-copy,.live-side{flex:none;width:100%;min-width:0}

  .film-section{padding:48px 20px}
  .film-head{flex-direction:column;gap:14px}

  .pillars-section{padding:48px 20px}
  .pillars-grid{grid-template-columns:1fr}

  .demo-section{padding:48px 20px}
  .demo-inner{flex-direction:column}
  .demo-copy,.demo-phone-wrap{flex:none;width:100%;min-width:0}
  .demo-phone-wrap{order:1}
  .demo-copy{order:2}
  .demo-phone{width:280px;height:574px}
  .demo-tabs{max-width:100%}

  .safety-inner{flex-direction:column;padding:48px 20px;gap:36px}
  .safety-copy,.safety-photo-wrap{flex:none;width:100%;min-width:0}

  .membership-section{padding:48px 20px}
  .plans-grid{grid-template-columns:1fr;max-width:100%}

  .newsletter-inner{padding:48px 20px}
  .newsletter-form{flex-direction:column}
  .newsletter-input,.newsletter-submit{width:100%;flex:none}

  .final-cta-section{padding:48px 20px}

  .subpage{padding:36px 20px 56px}
  .subpage-cta{flex-direction:column;align-items:flex-start}

  .footer-inner{flex-direction:column;gap:32px;padding:40px 20px 28px}
  .footer-col{flex:none;width:100%}

  .store-buttons{flex-direction:column}
  .store-btn{justify-content:center}
}

/* honour system reduced-motion preference without killing everything */
@media (prefers-reduced-motion: reduce) {
  .dot--live { animation: none; box-shadow: 0 0 0 2px rgba(52,195,154,.6); }
  .hero-phone { animation: none; }
  .live-feed-row--new { animation: none; }
  .demo-top-bar, .demo-info { animation: none; }
}
