:root{--black:#000;--white:#fff;--muted:rgba(255,255,255,.58);--soft:rgba(255,255,255,.5);--light-muted:#6b6b70;--focus-ring:#fff;--line:rgba(255,255,255,.12);--paper:#f5f5f7;--ink:#1d1d1f;--ease:cubic-bezier(.16,1,.3,1);--gutter:clamp(22px,5vw,88px);--max:1120px}*,*::before,*::after{box-sizing:border-box}html{background:#000;color:#fff;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:6px}.page{min-height:100vh}.nav{position:sticky;top:0;z-index:20;height:54px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--gutter);background:#000;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;justify-self:start}.brand-logo-crop{display:block;width:112px;height:27px;overflow:hidden}.brand-logo-crop img{display:block;width:112px;height:auto;transform:translateY(-1px)}.brand-divider{width:1px;height:22px;background:rgba(255,255,255,.2)}.brand-horizon{font-size:11px;font-weight:650;letter-spacing:.34em;color:rgba(255,255,255,.62)}.nav-links{display:flex;gap:34px}.nav-links a{font-size:12.5px;color:var(--muted)}.nav-links a:hover{color:#fff}.pill{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 26px;border-radius:999px;background:#fff;color:#000;font-size:15px;font-weight:550;transition:transform .25s ease,background .25s ease}.pill:hover{background:#e8e8ed;transform:translateY(-1px)}.pill-small{height:32px;padding:0 15px;font-size:12.5px;justify-self:end}.overline{font-size:12px;font-weight:650;letter-spacing:.32em;color:var(--soft)}.hero{min-height:calc(100dvh - 54px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(72px,10vh,120px) var(--gutter) clamp(70px,10vh,110px)}.hero .overline{margin-bottom:26px}.display{max-width:14ch;font-size:clamp(2.8rem,7.6vw,6.5rem);font-weight:650;line-height:1.01;letter-spacing:-.045em}.display span{color:var(--soft)}.lede{margin-top:28px;max-width:47ch;font-size:clamp(1.02rem,1.5vw,1.34rem);line-height:1.5;color:var(--muted)}.actions{display:flex;align-items:center;gap:34px;flex-wrap:wrap}.hero .actions{margin-top:38px;justify-content:center}.textlink{display:inline-flex;gap:6px;align-items:center;font-size:15px;font-weight:550}.chev{font-size:20px}.markets{margin-top:clamp(48px,7vh,78px);display:flex;flex-wrap:wrap;justify-content:center;gap:10px 28px;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--soft)}.q-login{min-height:620px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,470px);gap:70px;align-items:center;padding:clamp(80px,12vh,140px) max(var(--gutter),calc((100vw - 1120px)/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#050505}.q-login-copy{max-width:560px}.q-login-copy h2{margin-top:18px;font-size:clamp(3rem,5.6vw,5.6rem);line-height:.96;letter-spacing:-.055em}.q-login-copy>p:last-child{margin-top:24px;max-width:500px;color:var(--muted);font-size:1.05rem;line-height:1.6}.q-login-button{justify-self:end;display:flex;flex-direction:column;align-items:center;gap:22px;width:min(34vw,420px);padding:24px 0;text-align:center}.q-login-button>span{font-size:13px;font-weight:650;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.58)}.q-mark{width:100%;aspect-ratio:1;display:block;overflow:visible;transition:transform .5s var(--ease)}.q-ring,.q-tail,.q-sweep{fill:none;stroke:#fff;stroke-linecap:round}.q-ring,.q-tail{stroke-width:8.5;stroke-dasharray:1;stroke-dashoffset:1}.q-ring{animation:draw 1.4s var(--ease) .1s forwards}.q-tail{animation:draw .55s var(--ease) 1.05s forwards}.q-sweep{stroke-width:8.5;stroke-dasharray:.06 .94;opacity:0;animation:sweep 5s linear 2.2s infinite}.q-sonar{fill:none;stroke:#fff;stroke-width:.6;transform-origin:50px 50px;opacity:0;animation:sonar 4.6s var(--ease) 1.8s infinite}.q-sonar-2{animation-delay:4.1s}.q-dial{fill:none;stroke:rgba(255,255,255,.42);stroke-width:2;stroke-dasharray:.8 4.2;transform-origin:50px 50px;animation:dial 70s linear infinite}.q-halo{fill:none;stroke:#fff;stroke-width:1;opacity:0;transform-origin:50px 50px}.q-login-button:hover .q-mark{transform:scale(1.04)}.q-login-button:hover .q-halo{animation:halo 1.8s var(--ease) infinite}.q-login-button:hover>span{color:#fff}.q-login-button.pressed .q-mark{transform:scale(.95)}@keyframes draw{to{stroke-dashoffset:0}}@keyframes sonar{0%{transform:scale(1);opacity:.25}100%{transform:scale(2.1);opacity:0}}@keyframes dial{to{transform:rotate(360deg)}}@keyframes halo{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.42);opacity:0}}@keyframes sweep{0%{opacity:0;stroke-dashoffset:1}5%{opacity:.85}28%{opacity:.85}32%{opacity:0;stroke-dashoffset:0}100%{opacity:0}}.focus{background:var(--paper);color:var(--ink);padding:clamp(90px,12vh,150px) var(--gutter)}.focus .overline{color:var(--light-muted)}.section-head{max-width:var(--max);margin:0 auto}.title{font-size:clamp(2.5rem,4.8vw,4.7rem);font-weight:650;line-height:1.02;letter-spacing:-.045em}.section-head .title{margin-top:20px;max-width:18ch}.steps{max-width:var(--max);margin:clamp(54px,7vh,82px) auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,0,0,.14)}.step{padding:36px 40px 12px 0;border-right:1px solid rgba(0,0,0,.14)}.step:not(:first-child){padding-left:40px}.step:last-child{border-right:0}.capability-icon{display:block;width:46px;height:46px;border:1px solid rgba(0,0,0,.24);border-radius:50%;position:relative}.capability-icon::before,.capability-icon::after{content:"";position:absolute}.capability-icon.parcel::before{inset:12px;border:1.5px solid #111;transform:skew(-12deg)}.capability-icon.evidence::before{inset:11px 10px;border:1.5px solid #111;border-radius:3px}.capability-icon.evidence::after{width:12px;height:6px;border-left:2px solid #111;border-bottom:2px solid #111;transform:rotate(-45deg);left:15px;top:18px}.capability-icon.flow::before{left:10px;right:10px;top:22px;height:1.5px;background:#111}.capability-icon.flow::after{width:7px;height:7px;border-radius:50%;background:#111;left:9px;top:19px}.step h3{margin-top:34px;font-size:1.45rem}.step p{margin-top:12px;color:rgba(0,0,0,.66);font-size:1rem;line-height:1.55}.statement{padding:clamp(120px,18vh,220px) var(--gutter);text-align:center;border-bottom:1px solid var(--line)}.statement-line{font-size:clamp(2.4rem,5.7vw,4.8rem);font-weight:650;line-height:1.03;letter-spacing:-.045em}.statement-sub{margin-top:30px;font-size:12px;font-weight:550;letter-spacing:.24em;text-transform:uppercase;color:var(--soft)}.close{padding:clamp(110px,16vh,190px) var(--gutter);display:flex;flex-direction:column;align-items:center;text-align:center}.close .title{margin:20px 0 34px}.footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:26px var(--gutter) max(26px,env(safe-area-inset-bottom));border-top:1px solid var(--line);font-size:12px;color:var(--soft)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform 1s var(--ease)}.reveal.in{opacity:1;transform:none}@media(max-width:900px){.nav{grid-template-columns:1fr auto}.nav-links{display:none}.q-login{grid-template-columns:1fr;text-align:center}.q-login-copy{margin:auto}.q-login-button{justify-self:center;width:min(72vw,360px)}.steps{grid-template-columns:1fr}.step,.step:not(:first-child),.step:last-child{padding:30px 0;border-right:0;border-bottom:1px solid rgba(0,0,0,.14)}.step:last-child{border-bottom:0}}@media(max-width:760px){.nav{padding:0 16px}.brand-logo-crop{width:98px;height:24px}.brand-logo-crop img{width:98px}.brand-horizon{font-size:9px}.hero{min-height:auto;padding:78px 22px 68px}.display{font-size:clamp(3rem,15vw,4.9rem)}.lede{font-size:1rem}.hero .actions{width:100%;flex-direction:column;gap:15px}.hero .pill{width:100%}.markets{gap:10px 18px}.q-login{min-height:0;padding:78px 22px}.q-login-copy h2{font-size:clamp(3rem,13vw,4.4rem)}.q-login-button{width:min(78vw,320px)}.focus{padding:78px 22px}.section-head .title{font-size:clamp(2.7rem,12vw,4.2rem)}.statement{padding:110px 22px}.statement-line{font-size:clamp(2.5rem,12vw,4rem)}.close{padding:92px 22px}.footer{padding:24px 22px;flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.q-ring,.q-tail{stroke-dashoffset:0;animation:none}.q-sonar,.q-sweep,.q-dial,.q-halo{animation:none}}