.storied-home{--bg:var(--color-bg);--bg-deep:#0a1020;--surface:var(--color-surface);--surface-muted:var(--color-surface-muted);--border:var(--color-border);--text:var(--color-text);--text-muted:var(--color-text-muted);--accent:var(--color-accent);--accent-text:var(--color-accent-text);--success:var(--color-success);--serif:var(--font-display), Georgia, serif;--num:var(--font-numerals), Georgia, serif;--sans:var(--font-sans), system-ui, -apple-system, sans-serif;--maxw:1180px;color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;position:relative;overflow-x:clip}.storied-home,.storied-home *{box-sizing:border-box}.storied-home a{color:inherit;text-decoration:none}.storied-home img{max-width:100%;display:block}.storied-home .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 32px}.storied-home .eyebrow{letter-spacing:2.6px;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:600}.storied-home .atmosphere{z-index:-1;pointer-events:none;background:radial-gradient(900px 520px at 50% -120px, #eabe9c1a, transparent 70%), radial-gradient(700px 700px at 88% 8%, #eabe9c0d, transparent 60%), linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 22%, var(--bg) 100%);position:fixed;inset:0;overflow:hidden}.storied-home #stars span{background:var(--text);animation:sh-twinkle var(--dur,3s) ease-in-out var(--del,0s) infinite;border-radius:50%;position:absolute}@keyframes sh-twinkle{0%,to{opacity:var(--o,.4)}50%{opacity:calc(var(--o,.4) * .25)}}@media (prefers-reduced-motion:reduce){.storied-home #stars span{animation:none}}.storied-home .page{z-index:1;position:relative}.storied-home header.nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#0a1020d1,#0a10204d);border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}.storied-home header.nav.scrolled{border-bottom-color:var(--border);background:#0a1020eb}.storied-home .nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.storied-home .brand{align-items:center;gap:11px;display:flex}.storied-home .brand img{width:34px;height:34px}.storied-home .brand .word{font-family:var(--serif);letter-spacing:4px;text-transform:uppercase;color:var(--text);font-size:24px;font-weight:600}.storied-home .nav-right{align-items:center;gap:8px;display:flex}.storied-home .nav-link{color:var(--text-muted);border-radius:9px;padding:9px 14px;font-size:14px;transition:color .18s,background .18s}.storied-home .nav-link:hover{color:var(--text);background:#ffffff0a}.storied-home .btn{font-family:var(--sans);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:48px;padding:0 22px;font-size:15px;font-weight:600;transition:transform .12s,box-shadow .25s,background .2s,border-color .2s,color .2s;display:inline-flex}.storied-home .btn:active{transform:scale(.97)}.storied-home .btn-gold{background:var(--accent);color:var(--accent-text);box-shadow:0 10px 30px #eabe9c2e}.storied-home .btn-gold:hover{box-shadow:0 14px 38px #eabe9c4d}.storied-home .btn-ghost{border-color:var(--border);color:var(--text);background:#ffffff04}.storied-home .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.storied-home .btn-sm{border-radius:10px;height:42px;padding:0 18px;font-size:14px}.storied-home .hero{padding:70px 0 90px}.storied-home .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}.storied-home .hero h1{font-family:var(--serif);letter-spacing:.3px;text-wrap:balance;margin:20px 0 0;font-size:clamp(44px,5.6vw,78px);font-weight:600;line-height:1.02}.storied-home .hero h1 em{color:var(--accent);font-style:italic}.storied-home .hero .lead{color:var(--text-muted);text-wrap:pretty;max-width:30em;margin:24px 0 0;font-size:19px;line-height:1.6}.storied-home .hero-cta{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.storied-home .hero-note{color:var(--text-muted);align-items:center;gap:8px;margin-top:18px;font-size:13.5px;display:flex}.storied-home .hero-note .dot{background:var(--success);width:6px;height:6px;box-shadow:0 0 8px var(--success);border-radius:50%}.storied-home .phone-stage{justify-content:center;display:flex;position:relative}.storied-home .phone-glow{pointer-events:none;background:radial-gradient(circle,#eabe9c38,#0000 66%);border-radius:50%;width:380px;height:380px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.storied-home .hero-shot{border-radius:34px;width:300px;max-width:82vw;height:auto;display:block;position:relative;box-shadow:0 30px 70px #00000080,0 0 0 1px #ffffff0f}.storied-home section.band{padding:96px 0;position:relative}.storied-home .section-head{text-align:center;max-width:640px;margin:0 auto 60px}.storied-home .section-head h2{font-family:var(--serif);text-wrap:balance;margin:14px 0 0;font-size:clamp(34px,4.2vw,54px);font-weight:600;line-height:1.06}.storied-home .section-head p{color:var(--text-muted);text-wrap:pretty;margin:18px 0 0;font-size:17.5px;line-height:1.6}.storied-home .divider{justify-content:center;margin:0 auto;display:flex}.storied-home .divider img{object-fit:contain;opacity:.8;width:160px;height:22px}.storied-home .features{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.storied-home .feature{border:1px solid var(--border);background:linear-gradient(165deg,#2430498c,#1a24404d);border-radius:20px;padding:30px 26px 28px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s}.storied-home .feature:hover{border-color:#eabe9c73;transform:translateY(-5px);box-shadow:0 20px 44px #00000059}.storied-home .feature .illu{justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:18px;display:flex;position:relative}.storied-home .feature .illu img{object-fit:contain;filter:drop-shadow(0 6px 14px #0a1020b3);width:100%;height:100%;position:relative}.storied-home .feature h3{font-family:var(--serif);margin:0 0 9px;font-size:25px;font-weight:600;line-height:1.1}.storied-home .feature p{color:var(--text-muted);text-wrap:pretty;margin:0;font-size:14.5px;line-height:1.58}.storied-home .share-feats-grid{grid-template-columns:repeat(2,1fr);gap:22px;max-width:880px;margin:0 auto;display:grid}.storied-home .sfeat{border:1px solid var(--border);background:linear-gradient(165deg,#2430498c,#1a24404d);border-radius:20px;align-items:flex-start;gap:18px;padding:26px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s;display:flex}.storied-home .sfeat:hover{border-color:#eabe9c73;transform:translateY(-4px)}.storied-home .sfeat .num{font-family:var(--num);font-variant-numeric:lining-nums;color:var(--accent);min-width:58px;font-size:42px;font-weight:700;line-height:.9}.storied-home .sfeat h4{font-family:var(--serif);margin:0 0 6px;font-size:23px;font-weight:600;line-height:1.1}.storied-home .sfeat p{color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.5}.storied-home .swatches{gap:8px;margin-top:14px;display:flex}.storied-home .swatch{border-radius:50%;width:24px;height:24px;box-shadow:inset 0 0 0 1px #fff3}.storied-home .stats-band{background:linear-gradient(#0a102000,#0a10208c)}.storied-home .stats-card{border:1px solid var(--border);background:linear-gradient(160deg,#24304980,#1a244040);border-radius:26px;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;padding:52px 54px;display:grid}.storied-home .stats-card h2{font-family:var(--serif);margin:14px 0 0;font-size:clamp(32px,3.6vw,46px);font-weight:600;line-height:1.08}.storied-home .stats-card p{color:var(--text-muted);max-width:30em;margin:16px 0 0;font-size:16.5px;line-height:1.6}.storied-home .stat-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.storied-home .stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px 20px;position:relative;overflow:hidden}.storied-home .stat-tile .v{font-family:var(--num);font-variant-numeric:lining-nums;color:var(--accent);font-size:44px;font-weight:700;line-height:1}.storied-home .stat-tile .k{color:var(--text-muted);letter-spacing:.3px;margin-top:8px;font-size:12.5px}.storied-home .stat-tile .spark{align-items:flex-end;gap:3px;height:30px;display:flex;position:absolute;top:18px;right:16px}.storied-home .stat-tile .spark i{background:#eabe9c66;border-radius:2px;width:4px}.storied-home .appget{flex-direction:column;align-items:center;gap:26px;display:flex}.storied-home .appget .store-badge img{width:auto;height:48px}.storied-home .waitlist{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:30rem;display:flex}.storied-home .waitlist p{color:var(--text-muted);text-align:center;margin:0;font-size:14.5px;line-height:1.5}.storied-home .waitlist-form{gap:10px;width:100%;display:flex}.storied-home .waitlist-form input{background:var(--surface);min-width:0;height:48px;color:var(--text);border:1.5px solid var(--border);font-family:var(--sans);border-radius:12px;flex:1;padding:0 16px;font-size:15px}.storied-home .waitlist-form input::placeholder{color:var(--text-muted)}.storied-home .waitlist-form input:focus{border-color:var(--accent);outline:none}.storied-home .waitlist-ok{color:var(--success);font-weight:600}.storied-home .waitlist-err{color:var(--color-danger)}.storied-home .waitlist-web{color:var(--text-muted);text-underline-offset:2px;font-size:13.5px;text-decoration:underline}.storied-home .waitlist-web:hover{color:var(--accent)}.storied-home .quote-band{text-align:center}.storied-home .quote-band img.qm{object-fit:contain;opacity:.85;width:64px;height:50px;margin:0 auto 22px}.storied-home .quote-band blockquote{font-family:var(--serif);max-width:16em;color:var(--text);text-wrap:balance;margin:0 auto;font-size:clamp(28px,3.6vw,44px);font-style:italic;font-weight:500;line-height:1.22}.storied-home .quote-band cite{letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-top:26px;font-size:13px;font-style:normal;display:block}.storied-home .cta-band{text-align:center;padding-bottom:56px}.storied-home .cta-card{background:linear-gradient(165deg,#24304999,#1a24404d);border:1px solid #eabe9c4d;border-radius:28px;max-width:800px;margin:0 auto;padding:64px 40px 60px;position:relative;overflow:hidden}.storied-home .cta-card .candle{object-fit:contain;filter:drop-shadow(0 8px 22px #eabe9c59);width:70px;height:70px;margin:0 auto 6px}.storied-home .cta-card h2{font-family:var(--serif);text-wrap:balance;margin:10px 0 0;font-size:clamp(36px,4.4vw,56px);font-weight:600;line-height:1.04}.storied-home .cta-card p{color:var(--text-muted);max-width:28em;margin:18px auto 0;font-size:18px;line-height:1.55}.storied-home .cta-card .hero-cta{justify-content:center}.storied-home .reveal{opacity:1;will-change:transform;transition:transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.storied-home .reveal.in{transform:none}@media (prefers-reduced-motion:reduce){.storied-home .reveal{transition:none;transform:none}}@media (max-width:940px){.storied-home .hero-grid{grid-template-columns:1fr;gap:50px}.storied-home .features{grid-template-columns:1fr 1fr}.storied-home .stats-card{grid-template-columns:1fr;gap:36px;padding:40px 34px}}@media (max-width:640px){.storied-home .wrap{padding:0 20px}.storied-home .nav-link{display:none}.storied-home .features,.storied-home .share-feats-grid{grid-template-columns:1fr}.storied-home .stat-grid{grid-template-columns:1fr 1fr}.storied-home .hero{padding:48px 0 70px}.storied-home section.band{padding:72px 0}.storied-home .brand .word{font-size:21px}.storied-home .waitlist-form{flex-direction:column}.storied-home .waitlist-form input{flex:none;width:100%}.storied-home .hero-grid{gap:32px}.storied-home .hero-shot{width:200px}.storied-home .phone-glow{width:240px;height:240px}}