:root{--black:#0b0c0e;--near-black:#111318;--surface:#15171d;--surface-raised:#191c23;--white:#fff;--gray-100:#f0f1f3;--gray-200:#e4e6e9;--gray-300:#d2d5da;--gray-400:#afb4bc;--gray-500:#868c97;--gray-600:#5f6570;--gray-700:#42474f;--gray-800:#2a2d33;--blue-500:#2f6fed;--blue-600:#1e56c9;--blue-700:#153e86;--green-500:#1fa971;--green-600:#12855a;--amber-500:#e0983b;--red-500:#e4432a;--bg:var(--black);--bg-alt:var(--near-black);--card:var(--surface);--card-raised:var(--surface-raised);--border:#ffffff17;--border-strong:#ffffff29;--text:#f4f5f7;--text-secondary:var(--gray-400);--text-tertiary:var(--gray-500);--accent:var(--blue-500);--accent-pressed:var(--blue-600);--accent-glow:#2f6fed73;--live:var(--green-500);--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--maxw:1180px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--sans);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px;line-height:1.55}*,:before,:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;scroll-padding-top:5rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-color:var(--bg);min-height:100dvh;color:var(--text);overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-weight:700;line-height:1.12}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{letter-spacing:-.025em;font-size:clamp(1.75rem,3.6vw,2.6rem)}h3{letter-spacing:-.01em;font-size:1.15rem}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}#main:focus{outline:none}::selection{background:var(--accent);color:var(--white)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}.section{padding-block:clamp(4rem,9vw,7.5rem)}.eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:inline-flex}.lede{color:var(--text-secondary);font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.6}.btn{border-radius:var(--r-md);font:inherit;letter-spacing:-.01em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:.98rem;font-weight:600;transition:transform .12s,background-color .12s,border-color .12s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--accent);color:var(--white);box-shadow:0 0 0 1px #2f6fed66, 0 12px 40px -12px var(--accent-glow)}.btn--primary:hover{background:var(--accent-pressed);box-shadow:0 0 0 1px #2f6fed80, 0 16px 48px -12px var(--accent-glow)}@media (prefers-reduced-motion:reduce){.btn:hover,.btn:active{transform:none}}.btn--ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.btn--ghost:hover{background:#2f6fed14;border-color:#2f6fed73}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;border-radius:var(--r-sm);background:var(--accent);color:var(--white);padding:.6rem 1rem;transition:top .15s;position:absolute;top:-3rem;left:1rem}.skip-link:focus{text-decoration:none;top:1rem}@view-transition{navigation:auto}::view-transition-old(root){animation-duration:.3s}::view-transition-new(root){animation-duration:.3s}@supports not (view-transition-name:none){main{animation:.4s cubic-bezier(.4,0,.2,1) both page-enter}}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}}.reveals-ready .reveal{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(18px)}.reveals-ready .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){main{animation:none}::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}.reveals-ready .reveal{opacity:1;transition:none;transform:none}}.contact{border-top:1px solid var(--border);background:var(--bg-alt)}.contact__inner{gap:clamp(2rem,5vw,3.5rem);display:grid}@media (width>=820px){.contact__inner{grid-template-columns:1fr 1fr;align-items:start}}.contact__intro{flex-direction:column;gap:1.1rem;max-width:40rem;display:flex}.contact__list{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.contact__list a{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem .25rem;transition:padding-left .2s,color .2s;display:flex}.contact__list a:hover{color:var(--accent);padding-left:.75rem;text-decoration:none}.contact__label{letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.contact__value{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:.4rem;font-size:.72rem;display:inline-flex}.contact__arrow{width:12px;height:12px}.crew-merge{padding-block:0}.crew-merge__track{min-height:155vh}.crew-merge__sticky{align-items:center;min-height:100dvh;display:flex;position:sticky;top:0}.crew-merge__inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(1rem,3.5vw,2rem);padding-block:clamp(2rem,7vw,5rem);display:flex}.crew-merge__stage{width:100%;max-width:620px}.crew-merge__svg{width:100%;height:auto;overflow:visible}.crew-merge__merged{fill:none;stroke:var(--accent);stroke-width:3px;stroke-linecap:round;stroke-dasharray:1;filter:drop-shadow(0 0 8px #2f6fed66)}.crew-merge__stub{stroke-width:2.5px;stroke-linecap:round}.crew-merge__marker-ring{fill:none;stroke-width:2px}.crew-merge__caption{flex-direction:column;align-items:center;gap:1rem;max-width:44rem;display:flex}@media (width<=700px){.crew-merge__track{min-height:118vh}.crew-merge__stage{max-width:440px}}@media (prefers-reduced-motion:reduce){.crew-merge__track{min-height:0}.crew-merge__sticky{min-height:0;position:static}.crew-merge__inner{padding-block:clamp(4rem,9vw,7.5rem)}}.store-badges{flex-wrap:wrap;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.store-badge{border-radius:var(--r-md);transition:transform .14s,filter .14s;display:inline-flex}.store-badge:hover{filter:brightness(1.12);transform:translateY(-2px)}.store-badge__art{width:auto;height:50px}.store-badge__small{fill:#fff;font-family:var(--sans);letter-spacing:.2px;font-size:8.5px}.store-badge__small--wide{letter-spacing:1.4px;font-size:7.5px}.store-badge__big{fill:#fff;font-family:var(--sans);letter-spacing:-.2px;font-size:18px;font-weight:600}@media (width<=400px){.store-badge__art{height:44px}}.destination{border-top:1px solid var(--border);background:radial-gradient(ellipse 60% 50% at 50% 40%, #2f6fed17, transparent 70%), var(--bg);text-align:center}.destination__inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.destination__viz{width:100%;max-width:420px;margin-bottom:.5rem}.destination__svg{width:100%;height:auto;overflow:visible}.destination__route{fill:none;stroke:#ffffff1f;stroke-width:2px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px}.destination__dot{fill:none;stroke:var(--accent);stroke-width:7px;stroke-linecap:round;stroke-dasharray:.01 2;stroke-dashoffset:0;opacity:0}.destination__pin{opacity:0}.destination__pin-wave{fill:#2f6fed59;transform-box:fill-box;transform-origin:50%;scale:0}.is-arrived .destination__route{animation:.62s cubic-bezier(.4,0,.2,1) forwards dst-route}.is-arrived .destination__dot{animation:.62s cubic-bezier(.4,.1,.25,1) forwards dst-dot}.is-arrived .destination__pin{animation:.24s .56s forwards dst-pin-in}.is-arrived .destination__pin-wave{animation:.9s ease-out .64s dst-pin-wave}@keyframes dst-route{to{stroke-dashoffset:0}}@keyframes dst-dot{0%{stroke-dashoffset:0;opacity:1}85%{opacity:1}to{stroke-dashoffset:-.999px;opacity:0}}@keyframes dst-pin-in{to{opacity:1}}@keyframes dst-pin-wave{0%{opacity:.6;scale:0}to{opacity:0;scale:3.6}}.destination__eyebrow{color:var(--accent)}.destination__lede{max-width:40rem}.destination__actions{margin-top:.75rem}.destination__badges{justify-content:center;margin-top:.5rem}@media (prefers-reduced-motion:reduce){.destination__route{stroke-dashoffset:0}.destination__pin{opacity:1}.destination__dot{display:none}}.download-band{border-block:1px solid var(--border);background:var(--bg-alt);padding-block:clamp(2.25rem,5vw,3.25rem)}.download-band__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem 2.5rem;display:flex}.download-band__text{flex-direction:column;gap:.5rem;display:flex}.download-band__text h2{font-size:clamp(1.4rem,2.4vw,1.9rem)}.download-band__badges{flex-shrink:0}.invite-demo{align-items:center;gap:.6rem;width:100%;min-height:34px;display:flex}.invite-demo__row{margin:0;padding:0;list-style:none;display:flex}.invite-demo__chip{background:var(--surface-raised);border:1.5px solid var(--border-strong);width:30px;height:30px;color:var(--text-secondary);box-shadow:0 0 0 3px var(--card);border-radius:50%;place-items:center;margin-left:-8px;font-size:.72rem;font-weight:700;display:grid}.invite-demo__chip:first-child{margin-left:0}.invite-demo__chip--new{opacity:0;transform:translate(-10px)scale(.6)}.invite-demo.is-active .invite-demo__chip--new{animation:5s cubic-bezier(.22,.7,.3,1) infinite inv-join}@keyframes inv-join{0%,30%{opacity:0;transform:translate(-10px)scale(.6)}44%,86%{opacity:1;transform:none}to{opacity:0;transform:translate(-10px)scale(.6)}}.invite-demo__badge{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--live);opacity:0;font-size:.64rem;transform:translateY(4px)}.invite-demo.is-active .invite-demo__badge{animation:5s infinite inv-badge}@keyframes inv-badge{0%,28%{opacity:0;transform:translateY(4px)}40%,70%{opacity:1;transform:none}84%,to{opacity:0;transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.invite-demo__chip--new{opacity:1;transform:none}.invite-demo.is-active .invite-demo__chip--new,.invite-demo.is-active .invite-demo__badge{animation:none}.invite-demo__badge{opacity:1;transform:none}}.mini-crewmap{width:100%}.mini-crewmap svg{width:100%;height:auto;overflow:visible}.mini-crewmap__road{fill:none;stroke:#ffffff14;stroke-width:2px;stroke-linecap:round}.mini-crewmap__route{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;filter:drop-shadow(0 0 4px #2f6fed66);transition:stroke-dashoffset .7s cubic-bezier(.4,0,.2,1)}.mini-crewmap.is-active .mini-crewmap__route{stroke-dashoffset:0}.mini-crewmap__marker{opacity:0;transition:opacity .4s,transform .4s;transition-delay:calc(var(--i) * 90ms + .2s);transform:translateY(4px)}.mini-crewmap.is-active .mini-crewmap__marker{opacity:1;animation:5s ease-in-out infinite mc-drift;animation-delay:calc(var(--i) * -1.6s);transform:none}@keyframes mc-drift{0%,to{transform:translate(0)}50%{transform:translate(3px,-2px)}}.mini-crewmap__pulse{transform-box:fill-box;transform-origin:50%;opacity:0}.mini-crewmap.is-active .mini-crewmap__pulse{animation:2.6s ease-out .6s infinite mc-pulse}@keyframes mc-pulse{0%{opacity:.5;transform:scale(.6)}70%{opacity:0;transform:scale(2.8)}to{opacity:0;transform:scale(2.8)}}@media (prefers-reduced-motion:reduce){.mini-crewmap__route{stroke-dashoffset:0;transition:none}.mini-crewmap__marker{opacity:1;transition:none;transform:none}.mini-crewmap.is-active .mini-crewmap__marker,.mini-crewmap.is-active .mini-crewmap__pulse{animation:none}}.plan-demo{width:100%}.plan-demo svg{width:100%;height:auto;overflow:visible}.plan-demo__cap{font-family:var(--mono);letter-spacing:.1em;fill:var(--text-tertiary);font-size:9px;font-weight:600}.plan-demo__route{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;filter:drop-shadow(0 0 4px #2f6fed66);transition:stroke-dashoffset .6s cubic-bezier(.4,0,.2,1) .34s}.plan-demo__a,.plan-demo__b{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .35s,transform .35s cubic-bezier(.22,.7,.3,1);transform:scale(.6)}.plan-demo__b{transition-delay:.28s}.plan-demo.is-active .plan-demo__route{stroke-dashoffset:0}.plan-demo.is-active .plan-demo__a,.plan-demo.is-active .plan-demo__b{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.plan-demo__route,.plan-demo__a,.plan-demo__b{opacity:1;stroke-dashoffset:0;transition:none;transform:none}}.ptt-demo{flex-direction:column;gap:.6rem;width:100%;display:flex}.ptt-demo__crew{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.66rem;display:flex}.ptt-demo__avatar{background:var(--surface-raised);border:1px solid var(--border-strong);width:20px;height:20px;font-family:var(--sans);color:var(--text-secondary);border-radius:50%;place-items:center;font-size:.62rem;font-weight:700;transition:border-color .2s,box-shadow .2s,color .2s;display:grid}.ptt-demo__avatar.is-speaking{border-color:var(--live);color:var(--text);box-shadow:0 0 0 2px #1fa97140}.ptt-demo__label{transition:color .2s}.ptt-demo__btn{border-radius:var(--r-xl);background:var(--black);border:1px solid var(--border-strong);width:100%;color:var(--text);font:inherit;font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;touch-action:none;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.72rem;font-weight:600;transition:background-color .18s,border-color .18s,transform .12s;display:flex;position:relative;overflow:hidden}.ptt-demo__btn:active{transform:scale(.985)}.ptt-demo__btn.is-talking{background:var(--green-600);border-color:var(--live);color:#fff}.ptt-demo__mic{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;fill:none;width:14px;height:14px;color:var(--live);flex-shrink:0;transition:color .18s}.ptt-demo__btn.is-talking .ptt-demo__mic{color:#fff}.ptt-demo__btn.is-talking .ptt-demo__mic rect{fill:#fff}.ptt-demo__btn.is-released:after{content:"";border-radius:inherit;border:1px solid var(--live);animation:.55s ease-out forwards ptt-end;position:absolute;inset:0}@keyframes ptt-end{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.06)}}.ptt-demo__wave{opacity:0;align-items:center;gap:2px;height:14px;transition:opacity .16s;display:inline-flex}.ptt-demo__btn.is-talking .ptt-demo__wave{opacity:1}.ptt-demo__wave span{background:currentColor;border-radius:1px;width:2px;height:3px}.ptt-demo__btn.is-talking .ptt-demo__wave span{animation:.7s ease-in-out infinite ptt-wave;animation-delay:calc(var(--i) * -.09s)}@keyframes ptt-wave{0%,to{height:calc(3px + var(--h) * 2px)}50%{height:calc(3px + var(--h) * 11px)}}@media (prefers-reduced-motion:reduce){.ptt-demo__btn.is-talking .ptt-demo__wave span{height:calc(3px + var(--h) * 6px);animation:none}.ptt-demo__btn.is-released:after{opacity:0;animation:none}}.features__grid{gap:1rem;margin-top:clamp(2rem,4vw,3rem);padding:0;list-style:none;display:grid}@media (width>=620px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.features__grid{grid-template-columns:repeat(4,1fr)}}.feature-card{border-radius:var(--r-md);border:1px solid var(--border);background:var(--card);flex-direction:column;gap:.7rem;padding:1.5rem;transition:transform .22s cubic-bezier(.22,.7,.3,1),border-color .2s,background-color .2s;display:flex}.feature-card:hover{border-color:var(--border-strong);background:var(--card-raised);transform:translateY(-3px)}.feature-card__icon{border-radius:var(--r-sm);width:42px;height:42px;color:var(--accent);background:#2f6fed1f;justify-content:center;align-items:center;transition:background-color .25s,transform .25s cubic-bezier(.22,.7,.3,1);display:inline-flex;position:relative}.feature-card.is-active .feature-card__icon{background:#2f6fed38}.feature-card.is-active .feature-card__icon:after{content:"";border-radius:inherit;border:1px solid var(--accent);animation:.6s ease-out forwards fc-activate;position:absolute;inset:0}@keyframes fc-activate{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.35)}}.feature-card:hover .feature-card__icon{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.feature-card.is-active .feature-card__icon:after{opacity:0;animation:none}.feature-card:hover,.feature-card:hover .feature-card__icon{transform:none}}.feature-card__icon svg{width:22px;height:22px}.feature-card h3{margin-top:.2rem}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.55}.feature-card__demo{align-items:center;min-height:68px;margin-top:auto;padding-top:1rem;display:flex}.logo{align-items:center;gap:.6rem;display:inline-flex}.logo__mark{border:1px solid var(--border);flex-shrink:0}.logo__word{font-weight:700;font-size:calc(var(--logo-size,40px) * .5);letter-spacing:-.03em;color:var(--text)}.site-footer{border-top:1px solid var(--border);background:var(--bg-alt);padding-block:clamp(3rem,6vw,4.5rem) 2rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;gap:2.5rem;display:flex}.site-footer__brand{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.site-footer__tagline{color:var(--text-secondary);font-size:.95rem}.site-footer__links{flex-wrap:wrap;align-content:flex-start;gap:.4rem 1.5rem;display:flex}.site-footer__links a{color:var(--text-secondary);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem}.site-footer__links a:hover{color:var(--text)}.site-footer__base{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;margin-top:2.5rem;padding-top:1.75rem;display:flex}.site-footer__base p{color:var(--text-tertiary);max-width:60ch;font-size:.8rem;line-height:1.55}.hero-map{aspect-ratio:4/3.15;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--near-black);width:100%;box-shadow:0 44px 130px -46px var(--accent-glow), inset 0 1px 0 #ffffff0d;isolation:isolate;position:relative;overflow:hidden}.hero-map__svg{width:100%;height:100%;position:absolute;inset:0}.hero-map__parallax{will-change:transform}.hero-map .hero-map__wash,.hero-map .hero-map__roads{transition:opacity .8s}.hero-map.is-arming .hero-map__wash{opacity:.4}.hero-map.is-arming .hero-map__roads{opacity:.6}.hero-map__camera{animation:17s ease-in-out infinite alternate paused hm-camera}@keyframes hm-camera{0%{transform:translate(0)scale(1)}to{transform:translate(-16px,11px)scale(1.03)}}.hero-map__route{stroke-dasharray:1;stroke-dashoffset:1px;animation:1.7s cubic-bezier(.4,0,.2,1) 1.2s forwards paused hm-route-draw}.hero-map__route--outline{animation-duration:1.6s}.hero-map__route--glow{animation-duration:1.9s}@keyframes hm-route-draw{to{stroke-dashoffset:0}}.hero-map__flag{opacity:0;animation:.5s 2.4s forwards paused hm-fade}.hero-map__hud{opacity:0;animation:.46s cubic-bezier(.22,.7,.3,1) 2.7s forwards paused hm-fade-up;transform:translateY(6px)}.hero-map__sharing{opacity:0;animation:.46s cubic-bezier(.22,.7,.3,1) .3s forwards paused hm-fade-down;transform:translateY(-6px)}@keyframes hm-fade{to{opacity:1}}@keyframes hm-fade-up{to{opacity:1;transform:none}}@keyframes hm-fade-down{to{opacity:1;transform:none}}.hero-map__crew-layer{--crew-scale:1}.hm-crew{offset-rotate:0deg;offset-distance:var(--start);opacity:0;animation:hm-crew-in .52s cubic-bezier(.22, .7, .3, 1) var(--appear) both, hm-travel var(--dur) linear var(--phase) infinite;animation-play-state:paused}@keyframes hm-crew-in{0%{opacity:0}to{opacity:1}}@keyframes hm-travel{0%{offset-distance:0%}to{offset-distance:100%}}.hm-crew__ring{transform-box:fill-box;transform-origin:50%;animation:3.6s ease-out infinite paused hm-ring}@keyframes hm-ring{0%{opacity:.7;transform:scale(.5)}75%{opacity:0}to{opacity:0;transform:scale(2.6)}}.hm-crew__halo{transform-box:fill-box;transform-origin:50%;animation:3.6s ease-in-out infinite paused hm-halo}@keyframes hm-halo{0%,to{opacity:.1}50%{opacity:.24}}.hm-crew__talk{transform-box:fill-box;transform-origin:50%;opacity:0;animation:15s ease-out 4.8s infinite paused hm-talk}@keyframes hm-talk{0%{opacity:.55;transform:scale(.5)}8%{opacity:0;transform:scale(1.9)}10%{opacity:.5;transform:scale(.5)}18%{opacity:0;transform:scale(1.9)}19%,to{opacity:0}}.hm-crew__tag-text{font-family:var(--mono);letter-spacing:.12em;fill:var(--text-secondary);font-size:8px;font-weight:600}.hm-crew__live{animation:2.4s ease-in-out infinite paused hm-halo}.hero-map__chrome{pointer-events:none;position:absolute;inset:0}.hero-map__chrome:before{content:"";background:linear-gradient(#0b0c0e80,#0000 22%),linear-gradient(#0000 76%,#0b0c0e8c);position:absolute;inset:0}.hero-map__sharing,.hero-map__hud{border-radius:var(--r-sm);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--mono);letter-spacing:.04em;color:var(--text-secondary);white-space:nowrap;background:#111318d1;align-items:center;gap:.5rem;padding:.4rem .7rem;font-size:.7rem;display:inline-flex;position:absolute}.hero-map__sharing{text-transform:uppercase;top:.9rem;left:.9rem}.hero-map__hud{bottom:.9rem;left:.9rem}.hero-map__hud-flag{width:11px;height:11px;color:var(--text)}.hero-map__sharing-dot{background:var(--live);border-radius:50%;width:7px;height:7px;animation:2.4s ease-out infinite paused hm-live-dot;box-shadow:0 0 #1fa97199}@keyframes hm-live-dot{0%{box-shadow:0 0 #1fa9718c}70%{box-shadow:0 0 0 7px #1fa97100}to{box-shadow:0 0 #1fa97100}}.hero-map.is-live .hero-map__camera,.hero-map.is-live .hero-map__route,.hero-map.is-live .hero-map__flag,.hero-map.is-live .hero-map__hud,.hero-map.is-live .hero-map__sharing,.hero-map.is-live .hero-map__sharing-dot,.hero-map.is-live .hm-crew,.hero-map.is-live .hm-crew__ring,.hero-map.is-live .hm-crew__halo,.hero-map.is-live .hm-crew__talk,.hero-map.is-live .hm-crew__live{animation-play-state:running}.hero-map.is-static .hero-map__route{stroke-dashoffset:0;animation:none}.hero-map.is-static .hero-map__flag,.hero-map.is-static .hero-map__hud,.hero-map.is-static .hero-map__sharing,.hero-map.is-static .hm-crew{opacity:1;animation:none;transform:none}.hero-map.is-static .hm-crew{offset-distance:var(--start)}.hero-map.is-static .hm-crew__ring{opacity:.2;animation:none;transform:scale(1.7)}.hero-map.is-static .hm-crew__talk,.hero-map.is-static .hm-crew__halo,.hero-map.is-static .hm-crew__live,.hero-map.is-static .hero-map__sharing-dot,.hero-map.is-static .hero-map__camera{animation:none}.hero-map.is-static .hm-crew__talk{opacity:0}@media (width<=460px){.hero-map__sharing,.hero-map__hud{padding:.35rem .55rem;font-size:.62rem}}@media (prefers-reduced-motion:reduce){.hero-map__parallax{transform:none!important}}.hero{padding-block:clamp(2rem,5vw,4rem) clamp(3.5rem,8vw,6rem);position:relative;overflow:hidden}.hero:before{content:"";aspect-ratio:1;background:radial-gradient(circle, var(--accent-glow), transparent 65%);opacity:.5;pointer-events:none;z-index:-1;width:70vw;max-width:900px;position:absolute;top:-20%;right:-10%}.hero__grid{align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}@media (width>=900px){.hero__grid{grid-template-columns:1.05fr 1fr}}.hero__copy{flex-direction:column;align-items:flex-start;gap:1.4rem;display:flex}.hero__eyebrow{margin-top:.4rem}.hero__eyebrow-dot{background:var(--live);border-radius:50%;width:7px;height:7px;animation:3s ease-out infinite hero-eyebrow-pulse;box-shadow:0 0 #1fa97180}@keyframes hero-eyebrow-pulse{0%{box-shadow:0 0 #1fa97173}70%,to{box-shadow:0 0 0 6px #1fa97100}}@media (prefers-reduced-motion:reduce){.hero__eyebrow-dot{animation:none}}.hero__lede{max-width:34rem}.hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:.6rem;display:flex}.hero__visual{position:relative}@media (width>=900px){.hero__visual{margin-right:-1rem}}.hiw-phone{--ph-bg:#f4f5f7;--ph-text:#14161b;--ph-sub:#5f6570;--ph-border:#e2e4e8;--ph-blue:#2f6fed;justify-content:center;display:flex}.hiw-phone__device{aspect-ratio:9/17.8;isolation:isolate;background:linear-gradient(160deg,#23262d,#101216);border:1px solid #ffffff14;border-radius:38px;width:min(266px,76vw);padding:10px;position:relative;overflow:hidden;box-shadow:0 40px 90px -30px #000000b3,0 0 0 1px #0006,inset 0 1px #ffffff0f}.hiw-phone__notch{z-index:3;background:#0b0c0e;border-radius:12px;width:92px;height:22px;position:absolute;top:14px;left:50%;translate:-50%}.hiw-phone__status{height:22px;color:var(--ph-text);z-index:3;justify-content:space-between;align-items:center;font-size:11px;font-weight:600;display:flex;position:absolute;inset:12px 22px auto}.hiw-phone__status-right{align-items:center;gap:4px;display:inline-flex}.hiw-phone__viewport{background:var(--ph-bg);border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden}.hiw-phone__slide{opacity:0;pointer-events:none;padding:44px 16px 18px;transition:opacity .36s,transform .42s cubic-bezier(.22,.7,.3,1);position:absolute;inset:0;transform:translateY(10px)scale(.985)}.hiw-phone__slide.is-current{opacity:1;transform:none}.ph-screen{height:100%;color:var(--ph-text);flex-direction:column;font-size:12px;display:flex}.ph-badge{color:var(--ph-blue);letter-spacing:.06em;text-transform:uppercase;background:#eaf1fe;border-radius:999px;align-self:flex-start;padding:3px 9px;font-size:9.5px;font-weight:700}.ph-title{letter-spacing:-.02em;color:var(--ph-text);margin:10px 0 0;font-size:17px;font-weight:800}.ph-btn{color:#fff;font:inherit;cursor:default;background:#111318;border:0;border-radius:13px;margin-top:auto;padding:12px;font-size:12.5px;font-weight:700}.ph-card{border:1px solid var(--ph-border);background:#fff;border-radius:14px;margin-top:14px;overflow:hidden}.ph-row{align-items:center;gap:10px;padding:11px 12px;display:flex}.ph-row+.ph-row{border-top:1px solid var(--ph-border)}.ph-row__icon{width:22px;height:22px;color:var(--ph-sub);place-items:center;display:grid}.ph-row__icon svg{width:17px;height:17px}.ph-row__text{flex-direction:column;gap:1px;display:flex}.ph-row__label{letter-spacing:.04em;text-transform:uppercase;color:var(--ph-sub);font-size:9.5px}.ph-row__value{font-size:12.5px;font-weight:600}.ph-create .ph-btn{margin-top:auto}.ph-map{padding:0;position:relative}.ph-map__svg{width:100%;height:100%;position:absolute;inset:0}.ph-map__route{fill:none;stroke:var(--ph-blue);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 3px #2f6fed66);stroke-dasharray:1;stroke-dashoffset:1px}.ph-map.is-active .ph-map__route{animation:.9s cubic-bezier(.4,0,.2,1) .22s forwards ph-draw}@keyframes ph-draw{to{stroke-dashoffset:0}}.ph-map__dot{offset-distance:var(--start);offset-rotate:0deg;opacity:0}.ph-map.is-active .ph-map__dot{opacity:1;animation:ph-travel var(--dur) linear var(--phase) infinite}@keyframes ph-travel{0%{offset-distance:0%}to{offset-distance:100%}}.ph-map__you{letter-spacing:.1em;fill:#fff;font-size:7px;font-weight:700}.ph-map__pill{z-index:2;border:1px solid var(--ph-border);letter-spacing:.05em;text-transform:uppercase;color:var(--ph-sub);background:#fffffff0;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:9px;font-weight:600;display:inline-flex;position:absolute;top:40px;left:12px}.ph-map__pill-dot{background:#1fa971;border-radius:50%;width:6px;height:6px}.ph-map__sheet{z-index:2;background:#fff;border-radius:18px 18px 0 0;flex-direction:column;align-items:center;gap:3px;padding:10px 14px 16px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -6px 20px -10px #00000040}.ph-map__sheet strong{font-size:13px}.ph-map__sheet-grip{background:#d2d5da;border-radius:2px;width:34px;height:4px;margin-bottom:3px}.ph-map__sheet-meta{color:var(--ph-sub);font-size:10.5px}.ph-ptt{padding:0;position:relative}.ph-ptt__map{opacity:.9;width:100%;height:100%;position:absolute;inset:0}.ph-ptt__speaking{transform-box:fill-box;transform-origin:50%}.ph-ptt.is-active .ph-ptt__speaking{animation:1.4s ease-out infinite ph-speak}@keyframes ph-speak{0%{opacity:.8;transform:scale(.7)}to{opacity:0;transform:scale(2.4)}}.ph-ptt__now{z-index:2;border:1px solid var(--ph-border);background:#fffffff5;border-radius:12px;align-items:center;gap:7px;padding:7px 10px;display:flex;position:absolute;top:40px;left:12px;right:12px}.ph-ptt__avatar{color:#fff;background:#1fa971;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:grid}.ph-ptt__name{font-size:11px;font-weight:600}.ph-ptt__wave{align-items:center;gap:2px;margin-left:auto;display:inline-flex}.ph-ptt__wave span{background:#1fa971;border-radius:1px;width:2px}.ph-ptt.is-active .ph-ptt__wave span{animation:.7s ease-in-out infinite ph-wave}@keyframes ph-wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.7)}}.ph-ptt__hold{z-index:2;color:#fff;letter-spacing:.14em;text-transform:uppercase;background:#111318;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:12px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:16px;left:14px;right:14px}.ph-ptt__hold svg{width:14px;height:14px}.ph-crew__count{color:var(--ph-sub);margin-top:3px;font-size:11px}.ph-crew__list{border-top:1px solid var(--ph-border);margin:14px 0 0;padding:0;list-style:none}.ph-crew__row{border-bottom:1px solid var(--ph-border);opacity:0;align-items:center;gap:9px;padding:10px 2px;transition:opacity .3s,transform .3s;display:flex;transform:translate(8px)}.ph-crew.is-active .ph-crew__row{opacity:1;transform:none}.ph-crew__avatar{width:26px;height:26px;color:var(--ph-text);background:#fff;border:1.5px solid;border-radius:50%;place-items:center;font-size:10.5px;font-weight:700;display:grid}.ph-crew__name{font-size:12px;font-weight:600}.ph-crew__car{color:var(--ph-sub);margin-left:auto;font-size:10.5px}@media (prefers-reduced-motion:reduce){.hiw-phone__slide{transition:opacity .2s;transform:none}.ph-map__route{stroke-dashoffset:0}.ph-map.is-active .ph-map__dot{animation:none}.ph-map__dot{opacity:1}.ph-ptt.is-active .ph-ptt__speaking,.ph-ptt.is-active .ph-ptt__wave span{animation:none}.ph-crew__row{opacity:1;transition:none;transform:none}}.hiw__grid{gap:clamp(2rem,5vw,4rem);display:grid}@media (width>=940px){.hiw__grid{grid-template-columns:1fr minmax(300px,380px);align-items:stretch}.hiw__steps{padding-bottom:14vh}}.hiw__intro{flex-direction:column;gap:1.1rem;max-width:46rem;display:flex}.hiw__list{border-top:1px solid var(--border);margin:clamp(2rem,5vw,3rem) 0 0;padding:0;list-style:none}.hiw__item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;gap:clamp(1rem,4vw,2.5rem);padding-block:1.6rem;transition:opacity .3s;display:grid}.hiw__num{font-family:var(--mono);letter-spacing:.1em;color:var(--text-tertiary);padding-top:.2rem;font-size:.85rem;font-weight:500;transition:color .3s}.hiw__item.is-active .hiw__num{color:var(--accent)}.hiw__body{gap:.4rem;max-width:52ch;display:grid}.hiw__body h3{font-size:1.1rem}.hiw__body p{color:var(--text-tertiary);margin:0;font-size:1.02rem;line-height:1.6;transition:color .3s}.hiw__item.is-active .hiw__body p{color:var(--text-secondary)}.hiw__item{position:relative}.hiw__item:before{content:"";background:var(--accent);width:2px;height:0;transition:height .35s cubic-bezier(.4,0,.2,1);position:absolute;top:-1px;left:0}.hiw__item.is-active:before{height:calc(100% + 1px)}@media (width>=760px){.hiw__item{grid-template-columns:3rem 1fr}}.hiw__phone-sticky{justify-content:center;align-items:center;display:flex;position:sticky;top:88px}@media (width>=940px){.hiw__phone-sticky{height:calc(100vh - 110px);min-height:480px}}@media (width<=939px){.hiw__phone-col{order:-1}.hiw__phone-sticky{padding-bottom:.5rem;top:70px}.hiw-phone__device{width:auto;height:min(52vh,500px)}}@media (prefers-reduced-motion:reduce){.hiw__item:before{transition:none}}#main{display:block}.site-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0c0eb8;position:sticky;top:0}.site-header__inner{align-items:center;gap:1.5rem;min-height:64px;display:flex}.site-header__brand{flex-shrink:0;margin-right:auto;display:inline-flex}.site-header__brand:hover{text-decoration:none}.site-nav__list{align-items:center;gap:clamp(1rem,2.4vw,2rem);margin:0;padding:0;list-style:none;display:flex;position:relative}.site-nav__link{color:var(--text-secondary);letter-spacing:-.01em;white-space:nowrap;padding:.4rem 0;font-size:.92rem;font-weight:500;transition:color .2s;display:inline-block;position:relative}.site-nav__link:hover{color:var(--text);text-decoration:none}.site-nav__link[aria-current]{color:var(--text)}.site-nav__indicator{height:2px;width:var(--w,0);background:var(--accent);transform:translateX(var(--x,0));opacity:0;pointer-events:none;border-radius:2px;position:absolute;bottom:-3px;left:0;box-shadow:0 0 8px #2f6fed8c}.site-nav__indicator.is-ready{opacity:1;transition:transform .42s cubic-bezier(.34,1.08,.64,1),width .42s cubic-bezier(.34,1.08,.64,1),opacity .2s}.site-nav__indicator:after{content:"";width:5px;height:5px;box-shadow:0 0 8px 1px var(--accent);background:#fff;border-radius:50%;position:absolute;top:50%;right:-2px;translate:0 -50%}.site-header__cta{flex-shrink:0;padding:.55rem 1.1rem;font-size:.9rem}.site-header__burger{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;margin-right:-.5rem;padding:0;display:none}.site-header__burger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.site-header__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__burger.is-open span:nth-child(2){opacity:0}.site-header__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:40;background:var(--bg);opacity:0;visibility:hidden;padding:calc(64px + 2rem) clamp(1.25rem,6vw,2.5rem) 2.5rem;transition:opacity .28s,transform .28s,visibility .28s;display:none;position:fixed;inset:0;transform:translateY(-10px)}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu__nav{flex-direction:column;gap:.25rem;display:flex}.mobile-menu__nav ul{border-top:1px solid var(--border);margin:0 0 1.5rem;padding:0;list-style:none}.mobile-menu__nav li{border-bottom:1px solid var(--border);opacity:0;transition:opacity .32s,transform .32s;transition-delay:calc(var(--i,0) * 45ms + 60ms);transform:translateY(10px)}.mobile-menu.is-open .mobile-menu__nav li{opacity:1;transform:none}.mobile-menu__link{color:var(--text);letter-spacing:-.02em;justify-content:space-between;align-items:center;padding:1rem .25rem;font-size:1.4rem;font-weight:600;display:flex}.mobile-menu__link:hover{text-decoration:none}.mobile-menu__link[aria-current]{color:var(--accent)}.mobile-menu__link[aria-current]:after{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px}.mobile-menu__cta{opacity:0;transition:opacity .32s,transform .32s;transition-delay:calc(var(--count,5) * 45ms + 60ms);align-self:flex-start;transform:translateY(10px)}.mobile-menu.is-open .mobile-menu__cta{opacity:1;transform:none}@media (width<=899px){.site-nav,.site-header__cta,.site-nav__indicator{display:none}.site-header__burger{display:flex}.mobile-menu{display:block}}@media (prefers-reduced-motion:reduce){.site-nav__indicator.is-ready,.site-header__burger span,.mobile-menu,.mobile-menu__nav li,.mobile-menu__cta{transition:none}.mobile-menu__nav li,.mobile-menu__cta{opacity:1;transform:none}}.journey-route{z-index:6;pointer-events:none;width:58px;height:100dvh;transition:opacity .3s;position:fixed;top:0;left:0}.journey-route__svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.journey-route__base{stroke:#ffffff17;stroke-width:1.5px;stroke-linecap:round}.journey-route__traveled{stroke:var(--accent);stroke-width:2px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;opacity:.75;filter:drop-shadow(0 0 4px #2f6fed73)}.journey-route__marker{will-change:transform;width:0;height:0;position:absolute;top:0;left:0}.journey-route__marker-dot,.journey-route__marker-pulse{border-radius:50%;position:absolute;translate:-50% -50%}.journey-route__marker-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 2px #0b0c0e,0 0 10px #2f6fed99}.journey-route__marker-pulse{background:#2f6fed80;width:8px;height:8px;animation:2.6s ease-out infinite jr-pulse}@keyframes jr-pulse{0%{opacity:.5;scale:1}70%{opacity:0;scale:3.4}to{opacity:0;scale:3.4}}@media (width<=1024px){.journey-route{width:40px}}@media (width<=600px){.journey-route{width:22px}.journey-route__marker-dot,.journey-route__marker-pulse{width:7px;height:7px}}@media (prefers-reduced-motion:reduce){.journey-route{display:none}}.logo-intro{z-index:200;background:var(--bg);place-items:center;transition:opacity .2s;display:grid;position:fixed;inset:0}.logo-intro.is-leaving{opacity:0;pointer-events:none}.logo-intro__stage{align-items:center;gap:.7rem;padding:0 1.5rem;display:flex;position:relative}.logo-intro__road{pointer-events:none;width:220px;height:88px;position:absolute;top:50%;left:-14px;overflow:visible;transform:translateY(-46%)}.logo-intro__road-line{stroke:var(--accent);stroke-linecap:round;fill:none;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1px;animation:.26s cubic-bezier(.33,0,.15,1) forwards li-draw}.logo-intro__road-line.rd1{stroke-width:2px;opacity:.95}.logo-intro__road-line.rd2{stroke-width:1.5px;opacity:.5;animation-delay:55ms}.logo-intro__road-line.rd3{stroke-width:1.5px;opacity:.28;animation-delay:.105s}@keyframes li-draw{to{stroke-dashoffset:0}}.logo-intro__mark{border:1px solid var(--border);opacity:0;filter:blur(6px);border-radius:13px;animation:.26s cubic-bezier(.22,.7,.3,1) .19s forwards li-mark;position:relative;transform:scale(.72)}@keyframes li-mark{to{opacity:1;filter:blur();transform:scale(1)}}.logo-intro__word{letter-spacing:-.03em;color:var(--text);opacity:0;font-size:1.5rem;font-weight:700;animation:.22s cubic-bezier(.22,.7,.3,1) .38s forwards li-word;transform:translateY(8px)}@keyframes li-word{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.logo-intro__road-line,.logo-intro__mark,.logo-intro__word{opacity:1;filter:none;stroke-dashoffset:0;animation:none;transform:none}.logo-intro__road-line.rd2{opacity:.5}.logo-intro__road-line.rd3{opacity:.28}}.route-tx{z-index:30;pointer-events:none;height:min(40vh,260px);animation:.56s linear forwards route-tx-life;position:fixed;top:50%;left:0;right:0;transform:translateY(-50%)}@keyframes route-tx-life{0%,68%{opacity:1}to{opacity:0}}.route-tx__svg{width:100%;height:100%;overflow:visible}.route-tx__line{stroke:#fff9;stroke-width:1.5px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:.19s cubic-bezier(.4,0,.2,1) forwards route-tx-draw}@keyframes route-tx-draw{to{stroke-dashoffset:0}}.route-tx__dot{stroke-linecap:round;stroke-dasharray:.01 2;animation-duration:.3s;animation-timing-function:cubic-bezier(.4,.05,.32,1);animation-delay:55ms;animation-fill-mode:forwards}.route-tx__dot--lead{stroke:#fff;stroke-width:5.5px;filter:drop-shadow(0 0 4px #ffffff73);stroke-dashoffset:-.04px;animation-name:route-tx-lead}.route-tx__dot--trail{stroke:var(--accent);stroke-width:5px;stroke-dashoffset:0;animation-name:route-tx-trail}@keyframes route-tx-lead{0%{stroke-dashoffset:-.04px}to{stroke-dashoffset:-.98px}}@keyframes route-tx-trail{0%{stroke-dashoffset:0}to{stroke-dashoffset:-.94px}}@media (prefers-reduced-motion:reduce){.route-tx{display:none}}.about-route{z-index:4;pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-route__svg{position:absolute;top:0;left:0;overflow:visible}.about-route__roads path{fill:none;stroke:#fff;stroke-opacity:.05;stroke-width:1.4px;stroke-linecap:round}.about-route__glow{stroke:var(--accent);stroke-opacity:.2;stroke-width:9px;stroke-linecap:round;stroke-linejoin:round}.about-route__line{stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.about-route__line,.about-route__glow{stroke-dasharray:1;stroke-dashoffset:1px;animation:2.8s cubic-bezier(.37,0,.24,1) .15s forwards about-route-draw}.about-route__glow{animation-duration:3.1s}@keyframes about-route-draw{to{stroke-dashoffset:0}}.about-route__node{opacity:0;animation:.46s cubic-bezier(.22,.7,.3,1) forwards about-node-in}.about-route__node--a{animation-delay:1.25s}.about-route__node--b{animation-delay:1.95s}.about-route__node--dest{animation-delay:2.65s}@keyframes about-node-in{to{opacity:1}}.about-route__ping{transform-box:fill-box;transform-origin:50%;opacity:0}.about-route__node--a .about-route__ping{animation:3.4s ease-out 1.4s 3 about-ping}.about-route__node--b .about-route__ping{animation:3.4s ease-out 2.1s 3 about-ping}.about-route__node--dest .about-route__ping{animation:3.6s ease-out 2.8s 3 about-ping}@keyframes about-ping{0%{opacity:.5;transform:scale(.6)}70%,to{opacity:0;transform:scale(2.9)}}.about-route.is-static .about-route__line,.about-route.is-static .about-route__glow{stroke-dashoffset:0;animation:none}.about-route.is-static .about-route__node{opacity:1;animation:none}.about-route.is-static .about-route__ping{animation:none}@media (width<=620px){.about-route__line{stroke-opacity:.5}.about-route__glow{stroke-opacity:.14}}.founder{background:var(--bg-alt);border-block:1px solid var(--border);position:relative;overflow:hidden}.founder__grid{z-index:1;align-items:start;gap:clamp(2.5rem,6vw,5rem);display:grid;position:relative}@media (width>=860px){.founder__grid{grid-template-columns:minmax(280px,360px) 1fr}}.founder__media{max-width:420px;position:relative}.founder__frame{border:1px solid var(--border-strong);border-radius:var(--r-xs);background:var(--near-black);box-shadow:0 34px 90px -46px var(--accent-glow);margin:0;position:relative;overflow:hidden}.founder__photo{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.founder__edge{background:var(--accent);opacity:0;width:2px;animation:.6s cubic-bezier(.4,0,.2,1) .5s forwards founder-edge-in;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 14px #2f6fed8c}@keyframes founder-edge-in{to{opacity:.9}}.founder__tick{border:2px solid var(--accent);opacity:0;width:14px;height:14px;animation:.4s .62s forwards founder-tick-in;position:absolute}.founder__tick--tr{animation-delay:.7s}.founder__tick--br{animation-delay:.78s}@keyframes founder-tick-in{to{opacity:1}}.founder__tick--tl{border-bottom:0;border-right:0;top:9px;left:9px}.founder__tick--tr{border-bottom:0;border-left:0;top:9px;right:9px}.founder__tick--br{border-top:0;border-left:0;bottom:9px;right:9px}.founder__pin{background:var(--accent);opacity:0;border-radius:50%;width:8px;height:8px;animation:.4s .86s forwards founder-tick-in;position:absolute;bottom:11px;left:11px;box-shadow:0 0 0 2px #0b0c0e,0 0 12px #2f6fed99}.founder__pin-ping{border:1.5px solid var(--accent);opacity:0;border-radius:50%;animation:3.8s ease-out 1.2s infinite founder-ping;position:absolute;inset:-3px}@keyframes founder-ping{0%{opacity:.55;transform:scale(.65)}70%,to{opacity:0;transform:scale(2.6)}}.founder__tags{gap:.6rem;margin:1.15rem 0 0;display:grid}.founder__tag{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;align-items:baseline;gap:.5rem;font-size:.72rem;display:flex}.founder__tag dt{color:var(--text-tertiary)}.founder__tag dt:after{content:" ·";color:var(--border-strong);margin-left:.4rem}.founder__tag dd{color:var(--text);margin:0}.founder__tag--dest dd{color:var(--accent)}.founder__body{max-width:40rem;padding-top:clamp(0px,3vw,2.25rem);position:relative}.founder__body h2{margin-top:.35rem}.founder__identity{color:var(--text);margin-top:.9rem;font-size:clamp(1.1rem,1.7vw,1.35rem)}.founder__bio{gap:1rem;margin-top:1.25rem;display:grid}.founder__bio p{color:var(--text-secondary);line-height:1.7}.founder__links{flex-wrap:wrap;gap:.7rem;margin-top:1.75rem;display:flex}.founder__links .btn{padding-inline:1.15rem}@media (prefers-reduced-motion:reduce){.founder__edge,.founder__tick,.founder__pin{opacity:1;animation:none}.founder__edge{opacity:.9}.founder__pin-ping{opacity:0;animation:none}}.about-page{isolation:isolate;display:block;position:relative}.about-origin{padding-block:clamp(3rem,8vw,6rem) clamp(2.5rem,6vw,4.5rem);position:relative;overflow:hidden}.about-origin__inner{z-index:1;flex-direction:column;gap:1.1rem;max-width:44rem;display:flex;position:relative}.about-close{border-top:1px solid var(--border);padding-block:clamp(2.5rem,6vw,4rem);position:relative}.about-close__back{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;transition:color .18s,transform .18s;display:inline-flex}.about-close__back:hover{color:var(--text);text-decoration:none;transform:translate(-2px)}@media (prefers-reduced-motion:reduce){.about-close__back:hover{transform:none}}.page-view{min-height:100vh}.page-view--out{animation:.19s forwards page-view-out}.page-view--in{animation:.3s cubic-bezier(.22,.61,.36,1) page-view-in}@keyframes page-view-out{to{opacity:.45}}@keyframes page-view-in{0%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.page-view--out,.page-view--in{animation:none}}
