@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Newsreader:ital,opsz,wght@0,6..72,300..700;1,6..72,300..700&family=Schibsted+Grotesk:wght@400;500;600;700;800&display=swap");.velocity-page{--paper:#f7f7f4;--white:#fff;--ink:#0a0c0f;--body:#282d34;--muted:#626a76;--line:#dfe2e6;--soft:#eceeea;--blue:#155cff;--blue-soft:#dfe9ff;--green:#13a270;--green-soft:#dff6ec;--dark:#090b0e;--dark-line:#24282f;--sans:"Schibsted Grotesk","Helvetica Neue",Arial,sans-serif;--serif:"Newsreader",Georgia,serif;--mono:"JetBrains Mono",Consolas,monospace;--shell:1220px;--gutter:clamp(1.25rem,5vw,4rem);--section:clamp(5rem,10vw,9rem)}.velocity-page *{box-sizing:border-box}.velocity-page{margin:0;min-height:100vh;background:var(--paper);color:var(--body);font-family:var(--sans);-webkit-font-smoothing:antialiased}.velocity-page a{color:inherit;text-decoration:none}.velocity-page a,.velocity-page button{-webkit-tap-highlight-color:transparent}.velocity-page ::selection{background:var(--blue-soft);color:var(--ink)}.velocity-page .shell{width:min(100%,calc(var(--shell) + (var(--gutter) * 2)));margin:0 auto;padding-inline:var(--gutter)}.velocity-page .narrow{max-width:850px}.velocity-page .skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--white);color:var(--ink);padding:.8rem 1rem;border:1px solid var(--ink)}.velocity-page .skip-link:focus{top:1rem}.velocity-page .site-header{position:sticky;top:0;z-index:50;background:rgba(247,247,244,.86);border-bottom:1px solid rgba(10,12,15,.09);backdrop-filter:blur(18px)}.velocity-page .header-inner{min-height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.velocity-page .wordmark{display:inline-flex;align-items:center;gap:.8rem;color:var(--ink);font-size:1.04rem;font-weight:750;letter-spacing:-.035em;width:max-content}.velocity-page .brand-logo{display:block;width:clamp(8.25rem,12vw,9.5rem);height:auto}.velocity-page .desktop-nav{display:flex;align-items:center;gap:2rem;font-size:.83rem;font-weight:600;color:#40464f}.velocity-page .desktop-nav a{position:relative}.velocity-page .desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-.45rem;height:1px;background:var(--blue);transition:right .2s ease}.velocity-page .desktop-nav a:hover:after{right:0}.velocity-page .header-cta{justify-self:end;border:1px solid var(--ink);border-radius:99px;color:var(--white);background:var(--ink);padding:.67rem 1rem .7rem 1.1rem;font-size:.82rem;font-weight:650;display:inline-flex;gap:.65rem;align-items:center;transition:transform .15s ease,background .15s ease}.velocity-page .header-cta:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-1px)}.velocity-page .brand-mark{display:inline-flex;align-items:center;gap:4px;flex:none}.velocity-page .brand-mark>span{display:block;width:10px;height:10px}.velocity-page .brand-mark__circle{border-radius:50%;background:var(--blue)}.velocity-page .brand-mark__square{background:#aeb4bd}.velocity-page .brand-mark__diamond{border:1px solid var(--ink);transform:rotate(45deg) scale(.78)}.velocity-page .brand-mark--inverse .brand-mark__square{background:var(--white)}.velocity-page .brand-mark--inverse .brand-mark__diamond{border-color:#8b929d}.velocity-page .eyebrow{display:inline-flex;align-items:center;gap:.9rem;font:500 .7rem/1.2 var(--mono);letter-spacing:.135em;text-transform:uppercase;color:var(--muted)}.velocity-page .eyebrow--inverse{color:#9da4af}.velocity-page .hero{position:relative;min-height:calc(100vh - 74px);display:flex;align-items:center;overflow:hidden}.velocity-page .hero-grid{position:absolute;inset:0;pointer-events:none;opacity:.46;background-image:linear-gradient(rgba(10,12,15,.05) 1px,transparent 0),linear-gradient(90deg,rgba(10,12,15,.05) 1px,transparent 0);background-size:84px 84px;mask-image:linear-gradient(180deg,transparent 0,#000 24%,#000 76%,transparent)}.velocity-page .hero:before{content:"";position:absolute;width:min(44vw,620px);aspect-ratio:1;border-radius:50%;right:-12%;top:8%;background:radial-gradient(circle,rgba(21,92,255,.13),rgba(21,92,255,0) 68%)}.velocity-page .hero-inner{position:relative;padding-block:clamp(6rem,12vw,10rem);display:flex;flex-direction:column;gap:2.6rem}.velocity-page .hero-copy{display:grid;grid-template-columns:minmax(0,1.56fr) minmax(250px,.44fr);gap:clamp(2.5rem,6vw,6rem);align-items:end}.velocity-page .hero h1{margin:0;color:var(--ink);font-size:clamp(3.2rem,6.1vw,6.55rem);line-height:.94;letter-spacing:-.064em;font-weight:720;max-width:960px;text-wrap:balance}.velocity-page .hero h1 span{color:var(--blue)}.velocity-page .hero-copy>p{margin:0 0 .7rem;font-size:clamp(1.03rem,1.35vw,1.2rem);line-height:1.58;color:var(--muted);text-wrap:pretty}.velocity-page .hero-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.velocity-page .cta{display:inline-flex;align-items:center;justify-content:space-between;min-width:min(100%,300px);gap:2rem;border-radius:99px;padding:1rem 1.15rem 1rem 1.35rem;color:var(--white);background:var(--ink);font-size:.94rem;font-weight:650;transition:transform .15s ease,background .15s ease}.velocity-page .cta span:last-child{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--blue)}.velocity-page .cta:hover{background:#20252d;transform:translateY(-2px)}.velocity-page .cta--inverse{color:var(--ink);background:var(--white)}.velocity-page .cta--inverse:hover{background:var(--blue-soft)}.velocity-page .engagement-meta{display:flex;align-items:center;gap:.8rem;color:var(--muted);font:400 .7rem/1.4 var(--mono);text-transform:uppercase;letter-spacing:.035em}.velocity-page .engagement-meta i{width:3px;height:3px;border-radius:50%;background:#a7adb5}.velocity-page .proof-section{padding-block:clamp(4rem,7vw,6.5rem);background:var(--white);border-top:1px solid var(--line)}.velocity-page .proof-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:clamp(3rem,8vw,8rem);align-items:center}.velocity-page .proof-intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}.velocity-page .proof-intro h2{margin:0;max-width:11ch;color:var(--ink);font-size:clamp(2.65rem,4vw,4.2rem);line-height:.98;letter-spacing:-.055em;font-weight:650;text-wrap:balance}.velocity-page .proof-intro>p{margin:0;max-width:520px;color:var(--muted);font-size:1.05rem;line-height:1.65;text-wrap:pretty}.velocity-page .proof-post{display:block;padding:clamp(1.5rem,3.5vw,2.6rem);border:1px solid #d7dbe1;border-radius:1.35rem;background:var(--paper);box-shadow:0 18px 55px rgba(20,25,32,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.velocity-page .proof-post:hover{transform:translateY(-3px);border-color:#aab2bd;box-shadow:0 24px 65px rgba(20,25,32,.1)}.velocity-page .proof-post__footer,.velocity-page .proof-post__header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.velocity-page .proof-post__identity{display:flex;align-items:center;gap:.85rem}.velocity-page .proof-post__avatar{display:grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:50%;background:var(--ink);color:var(--white);font-weight:700}.velocity-page .proof-post__identity>span:last-child{display:flex;flex-direction:column;line-height:1.25}.velocity-page .proof-post__identity strong{color:var(--ink);font-size:.95rem}.velocity-page .proof-post__identity small{color:var(--muted);font-size:.78rem}.velocity-page .proof-post__x{color:var(--ink);font-size:1.3rem}.velocity-page .proof-post blockquote{margin:2rem 0 1.2rem;color:var(--ink);font:400 clamp(1.65rem,2.7vw,2.7rem) /1.12 var(--serif);letter-spacing:-.025em;text-wrap:balance}.velocity-page .proof-post>p{margin:0;max-width:620px;color:var(--muted);font-size:.96rem;line-height:1.6;text-wrap:pretty}.velocity-page .proof-post__footer{margin-top:2rem;padding-top:1.15rem;border-top:1px solid var(--line);color:var(--muted);font:500 .68rem/1.4 var(--mono);letter-spacing:.02em;text-transform:uppercase}.velocity-page .proof-post__footer span:last-child{color:var(--blue);white-space:nowrap}.velocity-page .proof-post__footer i{font-style:normal}.velocity-page .two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(4rem,9vw,9rem)}.velocity-page .two-col--center{align-items:center}.velocity-page .investment-section,.velocity-page .signal-section,.velocity-page .story-band{padding-block:var(--section);background:var(--soft);border-block:1px solid var(--line)}.velocity-page .section-intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.7rem}.velocity-page .section-intro h2{margin:0;max-width:11ch;color:var(--ink);font-size:clamp(2.8rem,4.6vw,4.9rem);line-height:.98;letter-spacing:-.055em;font-weight:650;text-wrap:balance}.velocity-page .signal{display:flex;gap:8px}.velocity-page .signal i{display:block;width:21px;height:21px;border:1.5px solid #a7adb5;border-radius:50%}.velocity-page .signal--blue i:first-child{background:var(--blue);border-color:var(--blue)}.velocity-page .signal--green i{background:var(--green);border-color:var(--green)}.velocity-page .signal--green i:last-child{background:transparent;border-color:#a7adb5}.velocity-page .prose-stack{display:flex;flex-direction:column;gap:1.25rem;max-width:620px}.velocity-page .boundary-card p,.velocity-page .prose-stack p,.velocity-page .quote-wrap>p,.velocity-page .section-intro--copy p{margin:0;font-size:clamp(1.02rem,1.3vw,1.15rem);line-height:1.65;text-wrap:pretty}.velocity-page .prose-stack strong,.velocity-page .section-intro--copy strong{color:var(--ink);font-size:1.45rem;letter-spacing:-.03em}.velocity-page .prose-stack--short{padding-top:.25rem}.velocity-page .boundary-section,.velocity-page .judgment-section,.velocity-page .offer-section{padding-block:var(--section);background:var(--paper)}.velocity-page .section-intro--copy h2{max-width:13ch;font-size:clamp(2.6rem,4.1vw,4.2rem)}.velocity-page .section-intro--copy p{color:var(--muted)}.velocity-page .quote-wrap{display:flex;flex-direction:column;gap:1.8rem}.velocity-page .quote-wrap blockquote{position:relative;overflow:hidden;margin:0;padding:clamp(2rem,4.5vw,4.25rem);background:var(--blue-soft);border-radius:1.4rem;color:var(--ink);font:italic 400 clamp(2rem,3.15vw,3.3rem) /1.1 var(--serif);letter-spacing:-.025em;text-wrap:balance}.velocity-page .quote-wrap blockquote:after{content:"";position:absolute;width:120px;height:120px;right:-45px;bottom:-45px;border:18px solid rgba(21,92,255,.11);transform:rotate(45deg)}.velocity-page .quote-wrap>p{max-width:540px;color:var(--muted)}.velocity-page .dark-section{position:relative;overflow:hidden;padding-block:var(--section);background:var(--dark);color:#f6f7f8}.velocity-page .dark-glow{position:absolute;top:-350px;right:-150px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(21,92,255,.24),rgba(21,92,255,0) 67%)}.velocity-page .dark-inner{position:relative}.velocity-page .dark-heading-row{margin-top:2.4rem;display:grid;grid-template-columns:1.25fr .55fr;gap:4rem;align-items:end}.velocity-page .dark-heading-row h2{margin:0;color:#fbfbfc;font-size:clamp(3rem,5.5vw,5.8rem);line-height:.94;letter-spacing:-.06em;font-weight:650}.velocity-page .dark-heading-row p{margin:0 0 .65rem;color:#a6adb7;font-size:1.1rem;line-height:1.6}.velocity-page .steps{margin:clamp(4.5rem,8vw,7rem) 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4.5vw,4.5rem)}.velocity-page .step-number{color:#747d89;font:400 .72rem/1 var(--mono)}.velocity-page .step-rule{position:relative;height:1px;margin:1rem 0 1.5rem;background:var(--dark-line)}.velocity-page .step-rule i{position:absolute;left:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--blue)}.velocity-page .steps h3{margin:0 0 1rem;max-width:16ch;color:#f6f7f8;font-size:clamp(1.25rem,1.8vw,1.65rem);line-height:1.16;letter-spacing:-.035em;font-weight:600}.velocity-page .steps p{margin:0;color:#9fa6b1;font-size:.94rem;line-height:1.65;text-wrap:pretty}.velocity-page .dark-statement{margin:clamp(4rem,7vw,6rem) 0 0 auto;max-width:770px;color:#f5f6f8;font:350 clamp(1.8rem,3vw,3rem) /1.25 var(--serif);letter-spacing:-.02em}.velocity-page .boundary-card{position:relative;overflow:hidden;padding:clamp(2rem,4vw,3.5rem);border:1px solid var(--line);border-radius:1.3rem;background:var(--white);display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 60px rgba(20,25,32,.05)}.velocity-page .boundary-card:after{content:"×";position:absolute;right:1.25rem;bottom:-2.3rem;color:#eef0f2;font:300 10rem/1 var(--sans)}.velocity-page .boundary-card p{position:relative;z-index:1;max-width:560px}.velocity-page .card-index{color:var(--blue);font:500 .68rem/1 var(--mono);letter-spacing:.1em}.velocity-page .signal-section .section-intro h2{max-width:12ch}.velocity-page .section-intro--wide h2{max-width:14ch}.velocity-page .judgment-lead{margin:3.5rem 0 0;max-width:790px;color:var(--ink);font-size:clamp(1.3rem,2vw,1.8rem);line-height:1.48;letter-spacing:-.025em;text-wrap:pretty}.velocity-page .investment-heading{position:relative;min-height:440px}.velocity-page .investment-heading h2{max-width:9ch}.velocity-page .twelve{margin-top:auto;color:var(--blue);font-size:clamp(5rem,10vw,9rem);line-height:.75;font-weight:700;letter-spacing:-.09em}.velocity-page .twelve span{display:inline-block;margin-left:1rem;color:var(--muted);font:500 .67rem/1 var(--mono);letter-spacing:.14em;transform:translateY(-.35rem)}.velocity-page .investment-list{list-style:none;padding:0;margin:0}.velocity-page .investment-list li{display:grid;grid-template-columns:2.5rem 1fr auto;gap:1rem;align-items:center;min-height:74px;border-top:1px solid #c9cdd1}.velocity-page .investment-list li:last-child{border-bottom:1px solid #c9cdd1}.velocity-page .investment-list span{color:var(--blue);font:500 .67rem/1 var(--mono)}.velocity-page .investment-list p{margin:0;color:var(--ink);font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.4}.velocity-page .investment-list i{color:#9ba2ab;font-style:normal}.velocity-page .closing-section{position:relative;overflow:hidden;background:var(--dark);color:#f7f8fa;padding-block:clamp(6.5rem,13vw,12rem)}.velocity-page .closing-grid{position:absolute;inset:0;pointer-events:none;opacity:.32;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 0);background-size:84px 84px;mask-image:radial-gradient(circle at center,#000,transparent 72%)}.velocity-page .closing-inner{position:relative;display:flex;flex-direction:column;align-items:flex-start}.velocity-page .closing-section h2{max-width:930px;margin:2.2rem 0 1.5rem;color:#fafbfc;font-size:clamp(3.5rem,7vw,7.4rem);line-height:.9;letter-spacing:-.065em;font-weight:650;text-wrap:balance}.velocity-page .closing-inner>p{margin:0;color:#9ea5b0;font-size:clamp(1rem,1.5vw,1.25rem)}.velocity-page .closing-actions{margin-top:3rem;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.velocity-page .closing-actions>span{color:#939aa5;font:400 .72rem/1.5 var(--mono)}.velocity-page .closing-actions>span a{color:#f6f7f8;border-bottom:1px solid #505762}.velocity-page .closing-standard{margin:3rem 0 0!important;max-width:700px;padding-top:1.5rem;border-top:1px solid var(--dark-line);color:#9ea5b0!important;font-size:.98rem!important;line-height:1.65;text-wrap:pretty}.velocity-page .site-footer{padding-block:2rem;background:var(--dark);color:#8f97a2;border-top:1px solid var(--dark-line)}.velocity-page .footer-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.velocity-page .wordmark--inverse{color:#f6f7f8}.velocity-page .footer-inner>div{display:flex;gap:2rem;font-size:.75rem}@media (max-width:920px){.velocity-page .header-inner{grid-template-columns:1fr auto}.velocity-page .desktop-nav{display:none}.velocity-page .hero{min-height:auto}.velocity-page .dark-heading-row,.velocity-page .hero-copy,.velocity-page .proof-grid{grid-template-columns:1fr}.velocity-page .hero-copy{gap:2rem}.velocity-page .hero-copy>p{max-width:560px}.velocity-page .two-col{grid-template-columns:1fr;gap:3.5rem}.velocity-page .section-intro h2{max-width:14ch}.velocity-page .steps{grid-template-columns:1fr;gap:2.5rem}.velocity-page .steps h3{max-width:28ch}.velocity-page .investment-heading{min-height:auto}.velocity-page .twelve{margin-top:1.5rem}}@media (max-width:620px){.velocity-page{--gutter:1.2rem}.velocity-page .site-header{position:relative}.velocity-page .header-inner{min-height:66px;gap:1rem}.velocity-page .header-cta{padding:.62rem .8rem;font-size:.72rem}.velocity-page .header-cta span{display:none}.velocity-page .brand-mark>span{width:8px;height:8px}.velocity-page .wordmark{font-size:.95rem;gap:.6rem}.velocity-page .brand-logo{width:7rem}.velocity-page .hero-inner{padding-block:5.5rem}.velocity-page .hero h1{font-size:clamp(3rem,15vw,4.3rem)}.velocity-page .hero-actions{align-items:stretch}.velocity-page .cta{width:100%}.velocity-page .engagement-meta{align-items:flex-start;flex-direction:column;gap:.35rem}.velocity-page .engagement-meta i{display:none}.velocity-page .quote-wrap blockquote{border-radius:.9rem}.velocity-page .proof-post__footer{align-items:flex-start;flex-direction:column;gap:.65rem}.velocity-page .section-intro h2{font-size:clamp(2.6rem,13vw,3.7rem)}.velocity-page .dark-heading-row{gap:1.5rem}.velocity-page .dark-heading-row h2{font-size:clamp(3rem,14vw,4.4rem)}.velocity-page .investment-list li{grid-template-columns:2rem 1fr;padding-block:1rem}.velocity-page .investment-list i{display:none}.velocity-page .closing-section h2{font-size:clamp(3.3rem,15vw,5rem)}.velocity-page .footer-inner,.velocity-page .footer-inner>div{align-items:flex-start;flex-direction:column;gap:.8rem}}html:has(.velocity-page){scroll-behavior:smooth;scroll-padding-top:5rem}@media (prefers-reduced-motion:reduce){html:has(.velocity-page){scroll-behavior:auto}.velocity-page *,.velocity-page :after,.velocity-page :before{transition-duration:.01ms!important}}