*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#050505;--surface:#0d0d10;--surface-2:#161619;--border:rgba(255,255,255,.09);--text:#f5f5f4;--text-dim:#9a9aa2;--text-faint:#5c5c66;--accent:#d4af37;--accent-light:#f0d878;--accent-soft:rgba(212,175,55,.14);--radius:14px;--max-width:1120px;--display:"Spline Sans",sans-serif;--sans:"Inter",sans-serif}
html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:hidden}
body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max-width);margin:auto;padding:0 24px}
section{position:relative;padding:100px 0}
h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.02em;line-height:1.1}
h2{font-size:clamp(28px,4vw,42px)}
.section-head{max-width:560px;margin:0 auto 52px;text-align:center}
.section-head p{color:var(--text-dim);font-size:15.5px;margin-top:12px}
.kicker{display:inline-flex;align-items:center;gap:7px;background:var(--accent-soft);border:1px solid rgba(212,175,55,.25);border-radius:100px;padding:6px 14px 6px 12px;font-size:12.5px;font-weight:600;color:var(--accent-light);letter-spacing:.01em;margin-bottom:18px}
.kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:0 0 auto}

.aurora{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.aurora:before,.aurora:after{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.16;background:radial-gradient(circle,var(--accent) 0%,transparent 70%);animation:auroraDrift 26s ease-in-out infinite}
.aurora:before{width:640px;height:640px;top:-220px;left:-140px}
.aurora:after{width:520px;height:520px;bottom:-200px;right:-120px;animation-delay:-13s;animation-direction:reverse}
@keyframes auroraDrift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(60px,40px) scale(1.08)}}

.nav{position:fixed;inset:0 0 auto;z-index:50;padding:16px 0;backdrop-filter:blur(16px);background:rgba(5,5,5,.72);border-bottom:1px solid var(--border)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-family:var(--display);font-weight:600;font-size:27px}
.brand-mark{width:42px;height:42px}
.brand .bro{color:var(--accent)}
.nav-right{display:flex;align-items:center;gap:14px}
.lang-switcher{display:flex;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:100px;padding:3px}
.lang-tab{display:flex;align-items:center;justify-content:center;min-width:30px;padding:5px 9px;border-radius:100px;font-size:11px;font-weight:600;color:var(--text-faint);transition:.15s}
.lang-tab:hover{color:var(--text-dim)}
.lang-tab.active{background:var(--accent);color:#000}
.mobile-language{display:none;position:relative}
.mobile-language summary{list-style:none;cursor:pointer}
.mobile-language summary::-webkit-details-marker{display:none}
.lang-current{display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border-radius:100px;background:var(--surface);border:1px solid var(--border);color:var(--text-dim);font-size:11px;font-weight:600}
.mobile-language-menu{position:absolute;right:0;top:44px;width:150px;padding:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 40px -12px rgba(0,0,0,.6)}
.mobile-language-menu a{display:block;padding:9px 11px;border-radius:8px;color:var(--text-dim);font-size:12.5px}
.mobile-language-menu a:hover,.mobile-language-menu a.active{background:rgba(255,255,255,.06);color:var(--text)}
.nav-cta{font-size:13px;font-weight:600;background:var(--accent);color:#000;padding:9px 18px;border-radius:100px;transition:.2s}
.nav-cta:hover{box-shadow:0 8px 20px -6px rgba(212,175,55,.55);transform:translateY(-1px)}
.nav-cta-mobile{display:none;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 14px;background:var(--accent);color:#000;font-size:12px;font-weight:700;border-radius:100px;white-space:nowrap;transition:transform .15s;-webkit-tap-highlight-color:transparent}
.nav-cta-mobile svg{width:14px;height:14px;flex:0 0 auto}
.nav-cta-mobile:active{transform:scale(.93)}

.launch-bar{position:fixed;z-index:49;top:75px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 20px;background:linear-gradient(180deg,rgba(23,19,8,.95),rgba(13,13,16,.9));backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.4);box-shadow:0 10px 24px -14px rgba(212,175,55,.35);text-align:center;cursor:pointer;transition:transform .3s ease,opacity .3s ease}
.launch-bar.is-hidden{transform:translateY(-100%);opacity:0}
.launch-bar strong{font-size:17px;font-weight:700;color:var(--accent-light);text-shadow:0 0 18px rgba(212,175,55,.5)}
.launch-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:0 0 auto;box-shadow:0 0 0 0 var(--accent-soft);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 8px transparent}}
.launch-bar:focus-visible{outline:2px solid var(--accent);outline-offset:-3px;border-radius:6px}

.hero{padding:172px 0 100px;overflow:hidden}
.hero-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:48px}
.hero-copy{flex:1 1 500px;max-width:560px}
.hero h1{font-size:clamp(36px,5vw,58px);font-weight:600}
.accent-text{color:var(--accent);text-shadow:0 0 40px rgba(212,175,55,.45)}
.hero .sub{max-width:480px;margin-top:20px;color:var(--text-dim);font-size:17px}
.hero-cta{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}
.hero-waitlist{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:rgba(255,255,255,.05);border:1px solid var(--border);border-radius:100px;font-size:12.5px;color:var(--text-dim);margin:22px 0 18px}
.hero-waitlist strong{color:var(--accent-light);font-weight:700}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:100px;font-weight:600;font-size:14px;transition:.2s}
.btn-primary{background:var(--accent);color:#000}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px -10px rgba(212,175,55,.5)}
.btn-ghost{border:1px solid var(--border);color:var(--text)}
.btn-ghost:hover{border-color:rgba(255,255,255,.25);background:var(--surface)}
.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

.dna-teaser{margin-top:36px;padding:28px 26px;border-radius:22px;background:linear-gradient(165deg,rgba(212,175,55,.16),rgba(212,175,55,.02) 65%);border:1px solid rgba(212,175,55,.4);box-shadow:0 10px 24px -18px rgba(212,175,55,.35);display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:relative;overflow:hidden;animation:dnaTeaserGlow 4s ease-in-out infinite}
.dna-teaser:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 12%,rgba(212,175,55,.28),transparent 55%);pointer-events:none}
@keyframes dnaTeaserGlow{0%,100%{box-shadow:0 10px 24px -18px rgba(212,175,55,.3)}50%{box-shadow:0 10px 28px -14px rgba(212,175,55,.42)}}
.dna-teaser-head{display:flex;align-items:center;gap:10px;position:relative}
.dna-teaser-icon{width:36px;height:36px;border-radius:11px;background:rgba(212,175,55,.16);display:flex;align-items:center;justify-content:center;color:var(--accent);flex:0 0 auto}
.dna-teaser-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;border-radius:100px;background:var(--accent);color:#000;font-size:11px;font-weight:800;letter-spacing:.08em;position:relative}
.dna-teaser-line{font-family:var(--display);font-weight:600;font-size:20px;line-height:1.25;color:var(--text);position:relative;max-width:380px}
.dna-teaser-btn{display:inline-flex;align-items:center;gap:8px;padding:15px 28px;border-radius:100px;background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#000;font-weight:800;font-size:14px;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease;position:relative}
.dna-teaser-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 36px -10px rgba(212,175,55,.6)}
@media(max-width:900px){.dna-teaser{align-items:center;text-align:center;box-shadow:none;animation:none}.dna-teaser-line{max-width:100%}}

.hero-visual{flex:0 0 480px;position:relative;width:480px;height:580px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero-glow{position:absolute;inset:0;margin:auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft) 0%,transparent 72%);filter:blur(20px);z-index:-1;pointer-events:none;animation:glowPulse 5s ease-in-out infinite}
@keyframes glowPulse{0%,100%{opacity:.7;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}
.hero-phone-rig{position:relative;flex:0 0 auto;animation:heroFloat 6s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.phone--hero{width:222px;height:458px;cursor:pointer}
.phone--hero .screen{position:relative;transition:transform .15s ease}
.phone--hero:active .screen{transform:scale(.97)}
.phone--hero .screen-shot{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}
.phone--hero .screen-shot.is-active{opacity:1;z-index:1}
.phone--hero .screen-shot--logo{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#141110,#000 72%)}
.phone--hero .screen-shot--logo img{width:42%;height:auto;filter:drop-shadow(0 0 20px rgba(212,175,55,.4))}
.phone--hero .phone-sheen{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(115deg,transparent 32%,rgba(255,255,255,.14) 46%,rgba(212,175,55,.2) 50%,rgba(255,255,255,.14) 54%,transparent 68%);background-size:240% 240%;background-position:calc(50% + var(--sheen-x,0) * 1%) calc(50% + var(--sheen-y,0) * 1%);mix-blend-mode:overlay;opacity:.85}
.hero-badge{position:absolute;top:6%;right:-16px;z-index:3;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid rgba(212,175,55,.3);box-shadow:0 14px 28px -12px rgba(0,0,0,.7);opacity:0;transform:translate(6px,-6px) scale(.7);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}
.hero-badge.is-visible{opacity:1;transform:translate(0,0) scale(1)}
.hero-badge-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--accent);opacity:0;transition:opacity .25s ease}
.hero-badge-icon.is-current{opacity:1}
.hero-badge svg{width:21px;height:21px}
.hero-dots{flex:0 0 auto;display:flex;align-items:center;gap:7px;margin-top:18px}
.hero-dot{background:none;border:none;padding:9px 3px;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative}
.hero-dot::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%)}
.hero-dot-track{display:block;width:18px;height:4px;border-radius:2px;background:rgba(255,255,255,.14);overflow:hidden;position:relative}
.hero-dot-fill{position:absolute;inset:0;width:0%;background:var(--accent)}
.hero-dot.is-active .hero-dot-track{background:rgba(255,255,255,.24)}
.hero-dot.is-active .hero-dot-fill{animation:heroDotFill var(--hero-dwell,3.4s) linear forwards}
.hero-dot.is-done .hero-dot-fill{width:100%}
.hero-dot:hover .hero-dot-track{background:rgba(255,255,255,.3)}
.hero-dot:focus-visible{outline:2px solid var(--accent);border-radius:4px}
@keyframes heroDotFill{from{width:0%}to{width:100%}}

.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.feature-card{flex:1 1 300px;max-width:340px;background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:.25s}
.feature-card:hover{border-color:rgba(212,175,55,.35);transform:translateY(-4px);box-shadow:0 24px 48px -24px rgba(212,175,55,.28)}
.feature-card .icon{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px}
.feature-card h3{font-size:17px;margin-bottom:8px;font-weight:600}
.feature-card p{color:var(--text-dim);font-size:14.5px;line-height:1.55}

.screens-scroller{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:14px;padding:10px 4px 30px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
.hero-visual-mobile-slot{display:none}
.screens-scroller::-webkit-scrollbar{height:6px}
.screens-scroller::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
.screen-item{flex:0 0 auto;scroll-snap-align:center;text-align:center}
.screens-scroller .phone{transition:transform .25s ease,box-shadow .25s ease}
.screens-scroller .screen-item:hover .phone{transform:translateY(-4px);box-shadow:0 40px 70px -20px rgba(212,175,55,.28)}
.screens-scroller .screen-shot{cursor:zoom-in}
.phone{width:196px;height:404px;background:#000;border-radius:32px;border:1px solid var(--border);padding:9px;box-shadow:0 30px 60px -24px rgba(0,0,0,.7);position:relative}
.phone .notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:70px;height:16px;background:#000;border-radius:9px;z-index:3}
.screen{width:100%;height:100%;background:linear-gradient(180deg,var(--surface-2),#0a0a0c);border-radius:24px;overflow:hidden}
.screen-shot{width:100%;height:100%;object-fit:cover;object-position:top center}
.caption{margin-top:16px;font-size:13px;font-weight:500;color:var(--text-dim)}

.social-section{text-align:center}
.social-row{display:flex;justify-content:center;gap:14px;margin-top:34px;flex-wrap:wrap}
.social-btn{width:50px;height:50px;border-radius:14px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:.2s}
.social-btn svg{width:20px;height:20px}
.social-btn:hover{border-color:rgba(212,175,55,.4);color:var(--accent);transform:translateY(-3px)}
@media(hover:none){
  .social-btn:active{border-color:rgba(212,175,55,.4);color:var(--accent);transform:scale(.92)}
  .screens-scroller .screen-item:active .phone{transform:scale(.97);box-shadow:0 24px 48px -18px rgba(212,175,55,.28)}
}
.placeholder-note{margin-top:26px;font-size:12.5px;color:var(--text-faint)}

footer{padding:36px 0;border-top:1px solid var(--border);text-align:center;color:var(--text-faint);font-size:13px;position:relative;z-index:1}

.lightbox{position:fixed;inset:0;z-index:998;display:flex;align-items:center;justify-content:center;padding:40px;background:rgba(3,3,4,.88);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .25s ease}
.lightbox.is-open{opacity:1;pointer-events:auto}
.lightbox-img{max-width:min(90vw,420px);max-height:85vh;width:auto;border-radius:28px;border:1px solid var(--border);box-shadow:0 40px 90px -20px rgba(0,0,0,.75);transform:scale(.94);transition:transform .25s ease}
.lightbox.is-open .lightbox-img{transform:scale(1)}
.lightbox-close{position:absolute;top:24px;right:24px;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.lightbox-close:hover{border-color:rgba(212,175,55,.4);color:var(--accent)}
.lightbox-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

#dumbbell-burst-layer{position:fixed;inset:0;pointer-events:none;z-index:999;overflow:visible}
.dumbbell-particle{position:absolute;top:0;left:0;display:flex;color:var(--accent);opacity:0;animation:dumbbellBurst .7s cubic-bezier(.2,.8,.3,1) forwards}
.dumbbell-particle svg{display:block}
.dumbbell-particle.is-light{color:var(--accent-light)}
@keyframes dumbbellBurst{0%{opacity:1;transform:translate(-50%,-50%) translate(0,0) rotate(0deg) scale(.6)}15%{opacity:1}100%{opacity:0;transform:translate(-50%,-50%) translate(var(--dx),var(--dy)) rotate(var(--rot)) scale(1)}}
.dumbbell-flash{position:fixed;top:0;left:0;width:70px;height:70px;margin:-35px 0 0 -35px;border-radius:50%;background:radial-gradient(circle,var(--accent-light) 0%,var(--accent) 55%,transparent 75%);pointer-events:none;z-index:999;opacity:0}

#match-burst-layer{position:fixed;inset:0;pointer-events:none;z-index:997;overflow:visible}
.match-heart{position:absolute;top:0;left:0;display:flex;color:var(--accent);opacity:0;animation:matchHeartFloat 1.1s cubic-bezier(.2,.7,.3,1) forwards}
.match-heart svg{display:block}
@keyframes matchHeartFloat{0%{opacity:0;transform:translate(-50%,-50%) translate(0,0) scale(.4)}18%{opacity:1}100%{opacity:0;transform:translate(-50%,-50%) translate(var(--hx),var(--hy)) scale(1.05)}}

@media(max-width:900px){
  .hero{padding-top:150px}
  .hero-inner{flex-direction:column;text-align:center}
  .hero-copy{flex:none;max-width:580px}
  .hero .sub{margin-inline:auto}
  .hero-cta{justify-content:center}
  .hero-visual{order:-1;flex:none;width:400px;height:480px;margin:0 auto -30px}
  .phone--hero{width:188px;height:388px}
  .hero-badge{width:44px;height:44px;right:-14px}
  .hero-badge svg{width:18px;height:18px}
  .hero-dots{margin-top:14px}
}
@media(max-width:560px){
  section{padding:72px 0}
  .wrap{padding:0 16px}
  .nav{padding:10px 0}
  .nav-cta,.lang-switcher{display:none}
  .nav-cta-mobile{display:inline-flex;height:44px}
  .lang-current{min-width:44px;height:44px;font-size:11.5px}
  .mobile-language{display:block}
  .brand{font-size:22px}
  .brand-mark{width:34px;height:34px}
  .hero{padding:106px 0 16px}
  .hero-inner{gap:0}
  /* hero-welcome fills the screen below the fixed topbar/launch-bar
     regardless of how short its own content is, so the DNA teaser (and
     everything after it) only shows up once you scroll, the first thing you
     see on load is just the pitch and the two CTAs, truly centered since the
     counter no longer sits in this flow to push it down. */
  .hero-copy{display:flex;flex-direction:column}
  .hero-welcome{flex:0 0 auto;min-height:calc(100vh - 122px);min-height:calc(100svh - 122px);display:flex;flex-direction:column;justify-content:center}
  /* Counter lives outside the flow entirely, a small tab pinned to the side
     below the launch-bar, it rolls out toward the screen edge once you start
     scrolling and rolls back in if you return to the top. */
  .hero-waitlist{position:fixed;top:132px;left:auto;right:0;z-index:40;max-width:210px;margin:0;padding:8px 14px 8px 16px;border-radius:100px 0 0 100px;font-size:11px;line-height:1.35;transform:translateX(0);transition:transform .45s cubic-bezier(.4,0,.2,1)}
  .hero-waitlist.is-rolled{transform:translateX(100%)}
  .hero .kicker{margin-bottom:10px}
  .hero-visual{width:250px;height:258px;margin:0 auto}
  .phone--hero{width:92px;height:190px}
  .phone--hero .notch{width:30px;height:6px}
  .hero-badge{width:31px;height:31px;top:5%;right:-9px}
  .hero-badge svg{width:13px;height:13px}
  .hero-dot-track{width:15px;height:3px}
  .hero-dots{gap:5px;margin-top:8px}
  .hero h1{font-size:clamp(32px,10vw,42px)}
  .hero .sub{font-size:15px;line-height:1.6;margin-top:14px}
  .hero-cta{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:9px;margin-top:24px}
  .btn{width:100%;min-height:54px;padding:10px 9px;font-size:14.5px}
  .screens-scroller{display:none}
  .hero-visual-mobile-slot{display:flex;justify-content:center;padding:6px 0 10px}
  .hero-visual-mobile-slot .hero-visual{width:320px;height:335px}
  .hero-visual-mobile-slot .phone--hero{width:138px;height:284px}
  .hero-visual-mobile-slot .phone--hero .notch{width:45px;height:10px}
  .hero-visual-mobile-slot .hero-badge{width:46px;height:46px;right:-13px}
  .hero-visual-mobile-slot .hero-badge svg{width:19px;height:19px}
  .hero-visual-mobile-slot .hero-dot-track{width:21px;height:3px}
  .hero-visual-mobile-slot .hero-dots{gap:7px;margin-top:12px}
  .launch-bar{top:58px;min-height:48px;padding:12px 16px;box-shadow:0 12px 28px -12px rgba(212,175,55,.5);border-bottom-color:rgba(212,175,55,.55)}
  .launch-bar strong{font-size:18px}
  .launch-dot{width:7px;height:7px}
  .features-grid{gap:10px}
  .feature-card{flex:1 1 100%;max-width:100%;display:grid;grid-template-columns:36px 1fr;column-gap:14px;row-gap:2px;align-items:start;text-align:left;padding:16px}
  .feature-card:active{border-color:rgba(212,175,55,.3);transform:scale(.99)}
  .feature-card .icon{width:36px;height:36px;margin-bottom:0;grid-column:1;grid-row:1/3}
  .feature-card h3{font-size:15px;margin-bottom:0;grid-column:2;grid-row:1}
  .feature-card p{font-size:13.5px;line-height:1.45;grid-column:2;grid-row:2}
}
@media(max-width:380px){
  .hero-visual{width:220px;height:228px}
  .phone--hero{width:81px;height:167px}
  .phone--hero .notch{width:26px;height:6px}
  .hero-badge{width:27px;height:27px;top:5%;right:-8px}
  .hero-badge svg{width:12px;height:12px}
  .hero-dot-track{width:13px;height:3px}
  .brand span{display:none}
  .nav-cta-mobile span{display:none}
  .nav-cta-mobile{width:44px;padding:0}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
