:root{color-scheme:dark;--black: #000000;--near-black: #080808;--surface: #101010;--surface-raised: #171717;--white: #ffffff;--muted: rgba(255, 255, 255, .64);--faint: rgba(255, 255, 255, .42);--line: rgba(255, 255, 255, .12);--page-gutter: clamp(1.25rem, 4vw, 4.5rem);--content-width: 1380px}html{background:var(--black);scroll-behavior:smooth;scroll-padding-top:6rem}body{overflow-x:hidden}body.menu-open{overflow:hidden}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--white);outline-offset:4px}.site-page{min-height:100dvh;overflow:clip;background:var(--black);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-synthesis:none;line-height:1.5}.site-main{display:block}.eyebrow{margin:0 0 1.25rem;color:#ffffff85;font-size:.75rem;font-weight:650;letter-spacing:.16em;line-height:1;text-transform:uppercase}.primary-button{display:inline-flex;min-height:3.75rem;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 1.4rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:var(--white);color:var(--black);font-size:.95rem;font-weight:650;text-decoration:none;transition:transform .18s ease,background-color .18s ease}.primary-button:hover{transform:translateY(-2px);background:#ffffffe0}.primary-button img{width:1.75rem;height:1.75rem;border-radius:.45rem}.site-header{position:fixed;z-index:100;top:0;right:0;left:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:5.5rem;padding:max(1rem,env(safe-area-inset-top)) var(--page-gutter) 1rem;border-bottom:1px solid transparent;background:linear-gradient(to bottom,rgba(0,0,0,.72),transparent);transition:min-height .22s ease,background-color .22s ease,border-color .22s ease}.site-header.is-scrolled{min-height:4.6rem;border-color:#ffffff14;background:#000000db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-logo{display:inline-flex;width:fit-content;align-items:center}.site-logo-img{display:block;width:3.7rem;height:3.7rem;object-fit:contain;transition:width .22s ease,height .22s ease}.is-scrolled .site-logo-img{width:2.9rem;height:2.9rem}.site-nav{display:flex;align-items:center;gap:clamp(1.25rem,2.4vw,2.5rem)}.site-nav a{color:#ffffff9e;font-size:.84rem;font-weight:550;text-decoration:none;transition:color .16s ease}.site-nav a:hover{color:var(--white)}.header-cta{justify-self:end;padding:.68rem 1.1rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#00000073;color:var(--white);font-size:.82rem;font-weight:650;text-decoration:none;transition:background-color .16s ease,color .16s ease}.header-cta:hover{background:var(--white);color:var(--black)}.nav-toggle{display:none}.hero-section{position:relative;min-height:100svh;overflow:hidden;background:var(--black)}.hero-media{position:absolute;z-index:0;bottom:0;right:0;width:min(66vw,1040px);height:56svh;overflow:hidden;background:var(--black) url(/hero-poster.webp) center / cover no-repeat}.hero-video,.hero-loading,.hero-media-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-video{z-index:0;object-fit:cover;animation:hero-breathe 16s ease-in-out infinite alternate}.hero-loading{z-index:1;background:transparent;opacity:1;transition:opacity .8s ease;pointer-events:none}.hero-loading.is-ready{opacity:0}.hero-media-shade{z-index:2;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.3) 24%,transparent 42%),linear-gradient(180deg,#000 0%,transparent 30%,transparent 84%,#000 100%);pointer-events:none}.hero-content{position:absolute;z-index:3;top:clamp(7.5rem,15vh,10.5rem);right:0;left:0;width:min(100%,var(--content-width));margin:0 auto;padding:0 var(--page-gutter)}.hero-content h1{max-width:10ch;margin:0;font-size:clamp(4.8rem,9.5vw,9.8rem);font-weight:680;letter-spacing:-.075em;line-height:.86;text-wrap:balance}.hero-meta{position:absolute;z-index:4;left:max(var(--page-gutter),calc((100vw - var(--content-width)) / 2 + var(--page-gutter)));bottom:clamp(7rem,14vh,10rem);width:min(29vw,25rem)}.hero-description{max-width:25rem;margin:0;color:#ffffffc2;font-size:clamp(1.05rem,1.8vw,1.3rem);letter-spacing:-.015em;line-height:1.55}.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:1.4rem;margin-top:2rem}.text-button{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb8;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .16s ease}.text-button:hover{color:var(--white)}.hero-scroll{position:absolute;z-index:4;right:var(--page-gutter);bottom:max(2rem,env(safe-area-inset-bottom));display:flex;align-items:center;gap:.9rem;color:#ffffff8c;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.hero-scroll i{position:relative;display:block;width:1px;height:3rem;overflow:hidden;background:#ffffff38}.hero-scroll i:after{position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--white);content:"";animation:scroll-line 2.2s ease-in-out infinite}@keyframes hero-breathe{0%{transform:scale(1)}to{transform:scale(1.055)}}@keyframes scroll-line{0%{transform:translateY(0)}55%,to{transform:translateY(200%)}}.intro-section{display:flex;min-height:95svh;flex-direction:column;justify-content:center;padding:10rem var(--page-gutter);background:var(--black)}.intro-section>*{width:min(100%,var(--content-width));margin-right:auto;margin-left:auto}.intro-section h2{max-width:11.5ch;margin-top:0;margin-bottom:4rem;font-size:clamp(3.2rem,7.6vw,7.3rem);font-weight:620;letter-spacing:-.065em;line-height:.95}.intro-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line)}.intro-points article{display:flex;min-height:10rem;flex-direction:column;padding:1.5rem 2rem 1.5rem 0;border-right:1px solid var(--line)}.intro-points article+article{padding-left:2rem}.intro-points article:last-child{border-right:0}.intro-points h3{margin:0;font-size:clamp(1.15rem,1.8vw,1.5rem);font-weight:610;letter-spacing:-.035em}.intro-points p{max-width:22rem;margin:auto 0 0;color:var(--muted);font-size:clamp(.92rem,1.3vw,1.05rem);line-height:1.55}.product-story{position:relative;height:360vh;background:var(--black)}.mobile-product-story{display:none}.product-stage{position:sticky;top:0;display:grid;width:min(100%,var(--content-width));height:100svh;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:center;gap:clamp(3rem,8vw,9rem);margin:0 auto;padding:7rem var(--page-gutter) 3rem;overflow:hidden}.story-copy{position:relative;z-index:3;min-height:34rem}.story-copy>.eyebrow{position:absolute;top:0;left:0}.story-chapter{position:absolute;top:3.75rem;bottom:4.25rem;left:0;display:flex;flex-direction:column;justify-content:center;max-width:42rem;opacity:0;transform:translateY(3rem);transition:opacity .5s ease,transform .7s cubic-bezier(.22,1,.36,1);pointer-events:none}.story-chapter.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.chapter-label{display:flex;align-items:center;gap:.7rem;margin:0 0 1.4rem;color:var(--muted);font-size:.8rem;font-weight:600}.chapter-label span{color:var(--faint);font-variant-numeric:tabular-nums}.story-chapter h2{max-width:9ch;margin:0;font-size:clamp(3.4rem,6.5vw,6.8rem);font-weight:630;letter-spacing:-.07em;line-height:.92}.story-chapter>p:last-child{max-width:32rem;margin:2rem 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.story-progress{position:absolute;bottom:0;left:0;display:flex;width:min(25rem,100%);gap:.5rem}.story-progress span{display:block;width:100%;height:2px;background:#ffffff26;transition:background-color .4s ease}.story-progress span.is-active{background:#ffffffd9}.rotato-scene{position:relative;z-index:2;display:grid;place-items:center;height:min(84svh,860px)}.rotato-stage{position:relative;width:min(42vw,580px);height:100%;transform:translateY(var(--story-offset));transition:transform .12s linear}.product-video{display:block;width:100%;height:100%;object-fit:contain}.rotato-stage>.product-video{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease}.rotato-stage>.product-video.is-active{opacity:1}.markets-section{display:grid;width:min(100%,var(--content-width));min-height:120svh;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:center;gap:clamp(3rem,10vw,11rem);margin:0 auto;padding:10rem var(--page-gutter)}.markets-copy h2,.community-heading h2,.custody-heading h2,.faq-section h2,.beta-section h2{margin:0;font-size:clamp(3.5rem,8vw,8rem);font-weight:630;letter-spacing:-.075em;line-height:.9}.markets-copy>p:not(.eyebrow){margin:2rem 0 0;color:var(--muted);font-size:clamp(1.05rem,1.8vw,1.3rem)}.market-list{display:flex;flex-wrap:wrap;gap:.65rem;margin:3rem 0 0;padding:0;list-style:none}.market-list li{padding:.7rem 1rem;border:1px solid var(--line);border-radius:999px;color:#ffffffb8;font-size:.82rem}.markets-device{width:min(100%,520px);height:min(84svh,860px);justify-self:center}.community-section{width:min(100%,var(--content-width));margin:0 auto;padding:11rem var(--page-gutter);border-top:1px solid var(--line)}.community-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.55fr);align-items:end;gap:clamp(3rem,9vw,10rem)}.community-heading .eyebrow{grid-column:1 / -1;margin-bottom:-1rem}.community-heading h2{max-width:9ch}.community-heading>p:last-child{margin:0 0 .5rem;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.7}.community-model{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);gap:clamp(2rem,6vw,6rem);margin-top:8rem;padding:clamp(2rem,4vw,4rem);border:1px solid var(--line);background:var(--near-black)}.community-example>span{color:var(--faint);font-size:.75rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.community-example>p{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.5rem);max-width:16ch;margin:2rem 0 0;font-size:clamp(2rem,4.4vw,4.4rem);font-weight:570;letter-spacing:-.055em;line-height:1.05}.community-example strong{color:var(--white);font-weight:680}.community-example i{display:inline-flex;align-items:center;justify-content:center;color:var(--faint);font-size:.75em;font-style:normal;line-height:1}.equation-arrow-mobile{display:none}.community-facts{display:grid;margin:0;border-top:1px solid var(--line)}.community-facts>div{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.4rem 0;border-bottom:1px solid var(--line)}.community-facts dt{color:var(--faint);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.community-facts dd{margin:0;font-size:1rem;font-weight:620}.community-allocation{margin-top:8rem}.community-allocation-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem}.community-allocation-heading>p:last-child{max-width:32rem;margin:0;color:var(--muted);line-height:1.65}.allocation-bar{display:grid;height:.55rem;grid-template-columns:75fr 10fr 15fr;gap:.3rem;margin-top:3rem}.allocation-bar span{min-width:0;background:#ffffffe6}.allocation-bar .is-pnl{background:#ffffff8f}.allocation-bar .is-referrals{background:#ffffff47}.allocation-list{display:grid;grid-template-columns:3fr 1fr 1.3fr;margin-top:1.5rem;border-top:1px solid var(--line)}.allocation-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;min-height:10rem;padding:1.5rem;border-right:1px solid var(--line)}.allocation-item:first-child{padding-left:0}.allocation-item:last-child{padding-right:0;border-right:0}.allocation-item>strong{font-size:clamp(1.7rem,3vw,3rem);font-weight:620;letter-spacing:-.05em;line-height:1}.allocation-item h3{margin:0;font-size:1rem;font-weight:620}.allocation-item p{max-width:20rem;margin:.7rem 0 0;color:var(--faint);font-size:.84rem;line-height:1.55}.community-proof{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3rem;margin-top:8rem;padding-top:3rem;border-top:1px solid var(--line)}.community-proof h3{margin:0;font-size:clamp(2rem,4vw,4.2rem);font-weight:610;letter-spacing:-.055em;line-height:1}.community-proof>div>p:last-child{max-width:42rem;margin:1.5rem 0 0;color:var(--muted);line-height:1.7}.community-docs-link{padding-bottom:.4rem;border-bottom:1px solid var(--line);white-space:nowrap}.community-disclaimer{max-width:58rem;margin:4rem 0 0;color:var(--faint);font-size:.76rem;line-height:1.65}.custody-section{width:min(100%,var(--content-width));min-height:100svh;margin:0 auto;padding:10rem var(--page-gutter);border-top:1px solid var(--line)}.custody-heading h2{max-width:10ch}.custody-content{margin-top:5rem}.custody-lead{max-width:46rem;margin:0;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.7}.custody-responsibilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:5rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.custody-responsibilities article{display:flex;min-height:15rem;flex-direction:column;padding:1.75rem clamp(1.5rem,3vw,3rem);border-right:1px solid var(--line)}.custody-responsibilities article:first-child{padding-left:0}.custody-responsibilities article:last-child{padding-right:0;border-right:0}.custody-responsibilities article>p{margin:0;color:var(--faint);font-size:.75rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.custody-responsibilities h3{margin:auto 0 .8rem;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:620;letter-spacing:-.05em;line-height:1}.custody-responsibilities article>span{max-width:22rem;color:var(--muted);font-size:.94rem;line-height:1.55}.custody-note{max-width:50rem;margin:2rem 0 0;color:var(--faint);font-size:.8rem;line-height:1.65}.faq-section{display:grid;width:min(100%,var(--content-width));min-height:100svh;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:start;gap:clamp(4rem,10vw,10rem);margin:0 auto;padding:11rem var(--page-gutter)}.faq-section h2{max-width:7ch;font-size:clamp(3.5rem,6.5vw,6.8rem)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;min-height:5.25rem;align-items:center;justify-content:space-between;gap:2rem;color:var(--white);cursor:pointer;font-size:clamp(1rem,1.6vw,1.18rem);font-weight:560;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--muted);font-size:1.5rem;font-weight:300;transition:transform .2s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:38rem;margin:-.3rem 0 1.75rem;color:var(--muted);line-height:1.7}.beta-section{position:relative;display:flex;min-height:100svh;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:8rem var(--page-gutter);text-align:center}.beta-section:before{position:absolute;top:14%;right:10%;bottom:14%;left:10%;border-radius:50%;background:radial-gradient(circle,rgba(35,61,171,.16),transparent 62%);filter:blur(18px);content:"";pointer-events:none}.beta-section>*{position:relative}.beta-section>img{width:clamp(5rem,9vw,8rem);margin-bottom:2.5rem}.beta-section h2{max-width:10ch}.beta-section>p:not(.eyebrow){margin:2rem 0 0;color:var(--muted);font-size:clamp(1rem,1.8vw,1.25rem)}.beta-button{margin-top:2rem}.disclaimer-section{width:min(100%,980px);margin:0 auto;padding:6rem var(--page-gutter);border-top:1px solid var(--line)}.disclaimer-section h2{margin:0 0 1rem;color:#ffffffa8;font-size:.78rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.disclaimer-text{margin:0;color:#ffffff75;font-size:.76rem;line-height:1.75}.site-footer{padding:5rem var(--page-gutter) max(3rem,env(safe-area-inset-bottom));border-top:1px solid var(--line)}.footer-content{display:grid;width:min(100%,var(--content-width));grid-template-columns:1fr auto auto;align-items:start;gap:clamp(3rem,8vw,8rem);margin:0 auto}.footer-brand img{width:4rem;height:4rem;object-fit:contain}.footer-columns{display:flex;gap:clamp(2.5rem,5vw,5rem)}.footer-title{margin:0 0 1rem;font-size:.78rem;font-weight:650}.footer-list{display:flex;flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none}.footer-link{color:var(--faint);font-size:.82rem;text-decoration:none}.footer-link:hover{color:var(--white)}.footer-copyright{color:var(--faint);font-size:.78rem;line-height:1.5;text-align:right}.footer-copyright p{margin:0}.legal-page{display:flex;min-height:100dvh;justify-content:center;padding:2rem var(--page-gutter);background:var(--black)}.legal-container,.brandkit-wrapper{width:min(100%,960px)}.legal-container{display:flex;max-height:calc(100dvh - 4rem);flex-direction:column;padding:1.25rem;border:1px solid var(--line);border-radius:1.5rem;background:var(--near-black)}.legal-header{flex-shrink:0;margin-bottom:1rem}.legal-back{color:var(--muted);font-size:.875rem;text-decoration:none}.legal-back:hover{color:var(--white)}.legal-content{flex:1;overflow-y:auto;padding:clamp(1.5rem,4vw,3rem);border-radius:1rem;background:var(--black)}.legal-content h1{margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.04em}.legal-content h2{margin:2.5rem 0 1rem;font-size:1.35rem}.legal-content h3{margin:1.75rem 0 .75rem;font-size:1rem}.legal-content p,.legal-content li{color:#ffffffad;font-size:.88rem;line-height:1.75}.legal-content p{margin:0 0 1rem}.legal-content ul,.legal-content ol{padding-left:1.4rem}.legal-content a,.contact-value{color:#88a7ff}.legal-content hr{margin:2rem 0;border:0;border-top:1px solid var(--line)}.contact-container{max-height:none}.contact-content{display:grid;gap:2rem;padding:1rem}.contact-label{margin:0 0 .25rem;color:var(--faint);font-size:.78rem;text-transform:uppercase}.contact-value{text-decoration:none}.contact-address{color:var(--muted);font-style:normal}.brandkit-wrapper{display:flex;flex-direction:column;gap:1.5rem}.brandkit-title{margin:0;font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-.055em}.brandkit-sections{display:grid;gap:1.25rem}.brandkit-section{padding:clamp(1.25rem,4vw,2rem);border:1px solid var(--line);border-radius:1.5rem;background:var(--near-black)}.brandkit-section-title{margin:0 0 1.5rem;font-size:1.1rem}.brandkit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.25rem}.brandkit-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.brandkit-preview{display:grid;width:100%;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:1rem;background:var(--black)}.brandkit-media{max-width:100%;max-height:100%;object-fit:contain}.brandkit-download{display:grid;width:2.4rem;height:2.4rem;place-items:center;border-radius:.7rem;background:var(--surface-raised)}.brandkit-download-icon{width:1.2rem;height:1.2rem;opacity:.72}.brandkit-colors{display:flex;flex-wrap:wrap;gap:1rem}.brandkit-color{display:flex;align-items:center;gap:.55rem}.brandkit-color-swatch{width:1.35rem;height:1.35rem;border:1px solid var(--line);border-radius:.35rem}.brandkit-color-hex{color:var(--muted);font-size:.82rem}@media(max-width:900px){.site-header{grid-template-columns:1fr auto auto;gap:.75rem}.nav-toggle{position:relative;z-index:102;display:grid;width:2.75rem;height:2.75rem;place-content:center;gap:.35rem;border:1px solid var(--line);border-radius:999px;background:#0000008c}.nav-toggle span{display:block;width:1rem;height:1px;background:var(--white);transition:transform .18s ease}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(.175rem) rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-.175rem) rotate(-45deg)}.site-nav{position:fixed;z-index:101;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:1.25rem;padding:7rem var(--page-gutter);background:#000000f5;opacity:0;transform:translateY(-1rem);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden}.site-nav.is-open{opacity:1;transform:translateY(0);visibility:visible}.site-nav a{font-size:clamp(2rem,8vw,4rem);font-weight:600;letter-spacing:-.05em}.product-stage,.markets-section,.faq-section{grid-template-columns:1fr}.product-stage{gap:1rem;padding-top:6.5rem}.story-copy{min-height:25rem}.story-chapter h2{max-width:10ch;font-size:clamp(3rem,9vw,5.2rem)}.story-chapter>p:last-child{margin-top:1.2rem}.rotato-scene{height:48svh}.rotato-stage{width:min(58vw,460px)}.markets-section{gap:5rem}.markets-device{width:min(82vw,480px);height:min(76svh,720px)}.community-heading,.community-model{grid-template-columns:1fr}.community-heading .eyebrow{margin-bottom:-2rem}.faq-section{align-content:center}}@media(max-width:640px){.site-header{min-height:4.75rem}.site-logo-img{width:3rem;height:3rem}.header-cta{padding:.62rem .85rem}.hero-section{display:flex;min-height:100svh;flex-direction:column;overflow:hidden}.hero-content{position:relative;top:auto;width:100%;order:1;padding:6.5rem var(--page-gutter) 0}.hero-content h1{max-width:8.5ch;font-size:clamp(3.5rem,15.5vw,5.35rem);line-height:.88}.hero-meta{position:relative;left:auto;right:auto;bottom:auto;width:100%;order:2;padding:1.5rem var(--page-gutter) 1rem}.hero-media{position:relative;right:auto;bottom:auto;left:auto;width:100%;height:clamp(17rem,42svh,23rem);order:3;margin-top:auto;background-position:center 38%}.hero-video{animation:none;transform:none}.hero-media-shade{background:linear-gradient(180deg,#000 0%,transparent 24%,transparent 88%,#000 100%),linear-gradient(90deg,transparent 76%,rgba(0,0,0,.55) 100%)}.hero-description{max-width:28rem}.hero-actions{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}.hero-scroll{display:none}.intro-section{min-height:auto;padding-top:8rem;padding-bottom:8rem}.intro-section h2{margin-bottom:3rem;font-size:clamp(3rem,15vw,5rem)}.intro-points{grid-template-columns:1fr}.intro-points article,.intro-points article+article{min-height:9rem;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--line)}.intro-points article:last-child{border-bottom:0}.product-story{height:auto;padding:8rem var(--page-gutter) 2rem}.product-stage{display:none}.mobile-product-story{display:block;width:100%}.mobile-story-chapter{padding:0 0 7rem}.mobile-story-chapter h2{max-width:10ch;margin:0;font-size:clamp(2.8rem,12vw,4.25rem);font-weight:630;letter-spacing:-.07em;line-height:.94}.mobile-story-chapter>div:first-child>p:last-child{max-width:32rem;margin:1.25rem 0 0;color:var(--muted);font-size:.98rem;line-height:1.65}.mobile-rotato{width:100%;height:min(76svh,620px);margin-top:1.5rem}.markets-section,.community-section,.custody-section,.faq-section,.beta-section{min-height:auto;padding-top:8rem;padding-bottom:8rem}.markets-copy h2,.community-heading h2,.custody-heading h2,.faq-section h2,.beta-section h2{font-size:clamp(3.2rem,15vw,5rem)}.custody-content{margin-top:4rem}.community-heading,.community-allocation-heading,.community-proof{display:block}.community-heading .eyebrow{margin-bottom:1.25rem}.community-heading>p:last-child{margin-top:2rem}.community-model,.community-allocation,.community-proof{margin-top:5rem}.community-model{padding:1.5rem}.community-example>p{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem;margin-top:1.5rem;font-size:clamp(2rem,10vw,3.25rem)}.community-example i{width:1em;height:1em;justify-self:start}.equation-arrow-desktop{display:none}.equation-arrow-mobile{display:inline}.community-facts{margin-top:3rem}.community-allocation-heading>p:last-child{margin-top:1.25rem}.allocation-bar{display:none}.allocation-list{grid-template-columns:1fr;margin-top:2.5rem}.allocation-item,.allocation-item:first-child,.allocation-item:last-child{min-height:auto;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--line)}.community-docs-link{margin-top:2rem}.community-disclaimer{margin-top:3rem}.custody-responsibilities{grid-template-columns:1fr;margin-top:3rem}.custody-responsibilities article,.custody-responsibilities article:first-child,.custody-responsibilities article:last-child{min-height:11rem;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--line)}.custody-responsibilities article:last-child{border-bottom:0}.faq-section{gap:4rem}.footer-content{grid-template-columns:1fr}.footer-copyright{text-align:left}.legal-page{padding:1rem}.legal-container{max-height:calc(100dvh - 2rem)}.brandkit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-video{display:none}.hero-loading{opacity:0}.product-story.is-reduced{height:auto}.product-story.is-reduced .product-stage{position:relative;display:block;height:auto;min-height:100svh;padding-top:9rem;padding-bottom:9rem;overflow:visible}.product-story.is-reduced .story-copy{min-height:auto}.product-story.is-reduced .story-copy>.eyebrow{position:static}.product-story.is-reduced .story-chapter{position:relative;top:auto;margin:0 0 5rem;opacity:1;transform:none}.product-story.is-reduced .story-progress,.product-story.is-reduced .rotato-scene{display:none}}@media(prefers-reduced-motion:reduce)and (max-width:640px){.product-story.is-reduced .product-stage{display:none}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100dvh;width:100%}body{background:#000}
