:root {
  --about-bg:#070707;
  --about-ink:#f7f7f5;
  --about-muted:#aaa9a5;
  --about-dim:#686764;
  --about-red:#f04444;
  --about-line:rgba(255,255,255,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.about-page{margin:0;background:var(--about-bg);color:var(--about-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.about-page a{color:inherit;text-decoration:none}
.about-page button{color:inherit;font:inherit}
.about-page ::selection{background:var(--about-red);color:#fff}
.about-progress{position:fixed;inset:0 0 auto;z-index:100;height:2px;transform:scaleX(0);transform-origin:left center;background:var(--about-red);box-shadow:0 0 16px rgba(240,68,68,.8)}
.about-nav{position:fixed;inset:0 0 auto;height:72px;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:linear-gradient(180deg,rgba(7,7,7,.94),rgba(7,7,7,.72) 65%,rgba(7,7,7,0));backdrop-filter:blur(8px)}
.about-brand{min-height:44px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:-.01em}
.about-brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--about-red);color:#fff;font-size:11px;letter-spacing:-.08em;box-shadow:0 8px 22px rgba(240,68,68,.25)}
.about-nav-actions{display:flex;align-items:center;gap:28px}
.about-nav-anchor{color:#8b8a87;font-size:12px;transition:color .3s ease}
.about-nav-link{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border:1px solid rgba(255,255,255,.15);border-radius:100px;color:#d8d7d3;font-size:12px;transition:background .3s ease,color .3s ease,border-color .3s ease}
.about-nav-anchor:hover{color:#fff}.about-nav-link:hover{background:#fff;border-color:#fff;color:#0a0a0a}
.about-section{padding:clamp(100px,14vw,200px) clamp(24px,6vw,96px)}
.about-section-label{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto clamp(70px,9vw,128px);padding-bottom:16px;border-bottom:1px solid var(--about-line);color:#878682;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.about-kicker{margin:0 0 22px;color:var(--about-red);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
[data-about-reveal]{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.2,.75,.2,1),transform .9s cubic-bezier(.2,.75,.2,1)}
[data-about-reveal].is-visible{opacity:1;transform:none}

.about-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:120px 24px 72px;text-align:center;isolation:isolate}
.about-hero:after{content:"";position:absolute;inset:auto 0 0;height:140px;z-index:-1;background:linear-gradient(transparent,var(--about-bg))}
.about-hero-glow{position:absolute;z-index:-3;width:min(70vw,900px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(240,68,68,.24),rgba(240,68,68,.05) 37%,transparent 69%);filter:blur(10px);animation:aboutBreathe 6s ease-in-out infinite}
.about-orbit{position:absolute;z-index:-2;width:min(72vw,920px);aspect-ratio:1.8;border:1px solid rgba(240,68,68,.2);border-radius:50%;transform:rotate(-11deg);box-shadow:inset 0 0 30px rgba(240,68,68,.04)}
.about-orbit:after{content:"";position:absolute;top:22%;right:2%;width:8px;height:8px;border-radius:50%;background:#ff6b6b;box-shadow:0 0 8px #ff6b6b,0 0 34px var(--about-red),0 0 74px var(--about-red)}
.about-orbit-two{width:min(82vw,1080px);transform:rotate(13deg);opacity:.5;animation:aboutOrbit 8s ease-in-out infinite alternate}
.about-orbit-two:after{top:auto;right:auto;bottom:16%;left:10%}
.about-eyebrow{display:flex;align-items:center;gap:9px;color:#cbc9c5;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;animation:aboutRise .9s .1s both}
.about-eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--about-red);box-shadow:0 0 16px var(--about-red)}
.about-hero h1{max-width:1170px;margin:28px 0;font-size:clamp(52px,8.5vw,126px);line-height:.91;letter-spacing:-.075em;font-weight:700;animation:aboutRise 1.1s .2s both}
.about-hero h1 em{display:block;color:var(--about-red);font-style:normal}
.about-hero-copy{max-width:650px;margin:0;color:var(--about-muted);font-size:clamp(17px,2vw,23px);line-height:1.5;animation:aboutRise 1s .42s both}
.about-scroll-cue{position:absolute;bottom:26px;min-height:44px;display:flex;align-items:center;gap:14px;color:#777;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;animation:aboutRise 1s .7s both}
.about-scroll-cue span{font-size:18px;animation:aboutBob 1.6s ease-in-out infinite}

.about-story,.about-reach,.about-coverage{max-width:1600px;margin:auto}
.about-story-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.7fr);gap:clamp(70px,11vw,180px);align-items:start}
.about-story-sticky{position:sticky;top:150px}
.about-story h2,.about-coverage h2{max-width:820px;margin:0;font-size:clamp(48px,6.4vw,100px);line-height:.96;letter-spacing:-.06em}
.about-story h2 span,.about-coverage h2 span,.about-reach-heading h2 span{color:var(--about-red)}
.about-story-copy{padding-top:clamp(90px,15vw,220px)}
.about-story-copy>p{margin:0 0 38px;color:#959491;font-size:clamp(18px,1.65vw,25px);line-height:1.62}
.about-story-copy .about-lead{color:#e3e2de;font-size:clamp(22px,2.2vw,34px);line-height:1.45;letter-spacing:-.02em}
.about-founders{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:68px}
.about-founders article{min-height:260px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--about-line);border-radius:22px;background:#0d0d0c}
.about-founders article>p{margin:0 0 auto;color:var(--about-red);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.about-founders h3{margin:36px 0 13px;font-size:clamp(23px,2vw,32px);line-height:1;letter-spacing:-.04em}
.about-founders span{color:#858481;font-size:14px;line-height:1.55}
.about-quote{position:relative;margin-top:80px;padding:42px 0 0;border-top:1px solid var(--about-line)}
.about-quote blockquote{margin:0;color:#d0cfcb;font-size:clamp(25px,2.4vw,36px);font-weight:600;line-height:1.25;letter-spacing:-.03em}
.about-pulse-line{position:absolute;top:-1px;left:0;width:34%;height:1px;background:var(--about-red);box-shadow:0 0 14px rgba(240,68,68,.9)}
.about-pulse-line:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--about-red);box-shadow:0 0 16px var(--about-red);animation:aboutBlink 1.8s ease-in-out infinite}

.about-years{margin:40px clamp(14px,3vw,48px);border-radius:clamp(28px,5vw,70px);background:#efeee9;color:#0a0a0a;overflow:hidden}
.about-years-grid{max-width:1350px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-years-number{position:relative;font-size:clamp(170px,31vw,520px);line-height:.7;font-weight:800;letter-spacing:-.11em;color:var(--about-red);transform-origin:left center}
.about-years-number:after{content:"+";position:absolute;top:-7%;margin-left:3%;color:#0a0a0a;font-size:.22em;letter-spacing:0}
.about-years-copy{max-width:520px;justify-self:end}
.about-years-copy h2{margin:0 0 28px;font-size:clamp(45px,5.6vw,82px);line-height:.95;letter-spacing:-.06em}
.about-years-copy>p:last-child{margin:0;max-width:440px;color:#565552;font-size:clamp(17px,1.5vw,22px);line-height:1.6}

.about-reach-heading{max-width:1400px;margin:0 auto clamp(80px,11vw,150px);display:grid;grid-template-columns:1fr .56fr;align-items:end;gap:60px}
.about-reach-heading h2{margin:0;font-size:clamp(62px,9vw,142px);line-height:.83;letter-spacing:-.075em}
.about-reach-heading p{margin:0;color:var(--about-muted);font-size:clamp(18px,1.6vw,24px);line-height:1.55}
.about-world{max-width:1400px;min-height:650px;margin:auto;display:grid;grid-template-columns:1.3fr .7fr;border:1px solid var(--about-line);border-radius:34px;background:linear-gradient(145deg,#121211,#090909);overflow:hidden}
.about-world-visual{position:relative;min-height:650px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(240,68,68,.12),transparent 48%)}
.about-world-visual:before,.about-world-visual:after{content:"";position:absolute;inset:50% -10%;height:1px;background:rgba(255,255,255,.07)}
.about-world-visual:after{inset:-10% 50%;width:1px;height:auto}
.about-globe-ring{position:absolute;inset:14% 9%;border:1px solid rgba(255,255,255,.1);border-radius:50%}.about-ring-two{inset:14% 31%}.about-ring-three{inset:35% 9%}
.about-route{position:absolute;width:58%;height:34%;border:1px solid transparent;border-top-color:rgba(240,68,68,.7);border-radius:50%;transform:rotate(17deg)}
.about-route:after{content:"";position:absolute;top:-3px;left:48%;width:5px;height:5px;border-radius:50%;background:var(--about-red);box-shadow:0 0 14px var(--about-red);animation:aboutRoute 2.8s ease-in-out infinite}
.about-route-one{left:18%;top:28%}.about-route-two{left:34%;top:43%;transform:rotate(-19deg);opacity:.6}.about-route-two:after{animation-delay:1.1s}
.about-map-dot{position:absolute;width:9px;height:9px;border-radius:50%;background:#777;border:2px solid #151515;box-shadow:0 0 0 1px #777;transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.about-map-dot.active{z-index:2;transform:scale(1.45);background:#fff;box-shadow:0 0 0 5px rgba(240,68,68,.2),0 0 30px var(--about-red)}
.about-dot-0{left:66%;top:55%}.about-dot-1{left:26%;top:34%}.about-dot-2{left:15%;top:45%}.about-dot-3{left:48%;top:37%}
.about-city-panel{display:flex;flex-direction:column;padding:clamp(34px,5vw,70px);border-left:1px solid var(--about-line);background:rgba(0,0,0,.32)}
.about-city-count{margin:0;color:#5f5e5b;font-size:11px;letter-spacing:.15em}
.about-city-live{margin:auto 0;min-height:180px}.about-city-live p{margin:0 0 8px;color:var(--about-red);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.about-city-live h3{margin:0 0 18px;font-size:clamp(48px,5vw,74px);line-height:1;letter-spacing:-.06em}.about-city-live span{color:var(--about-muted);font-size:16px;line-height:1.5}
.about-city-tabs{display:grid;gap:3px}.about-city-tabs button{min-height:44px;display:flex;align-items:center;gap:10px;width:100%;padding:12px 0;border:0;background:none;color:#656461;font-size:12px;text-align:left;cursor:pointer;transition:color .25s ease}.about-city-tabs button span{width:16px;height:1px;background:currentColor;transition:width .3s ease}.about-city-tabs button[aria-selected="true"]{color:#f3f2ee}.about-city-tabs button[aria-selected="true"] span{width:34px;background:var(--about-red)}

.about-coverage-heading{max-width:1400px;margin:0 auto clamp(70px,9vw,120px)}
.about-pillars{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.about-pillar{min-height:480px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(26px,3vw,46px);border:1px solid var(--about-line);border-radius:28px;background:#0d0d0c;transition:transform .45s cubic-bezier(.2,.75,.2,1),background .45s ease,border-color .45s ease}
.about-pillar:hover{transform:translateY(-8px);background:#141312;border-color:rgba(240,68,68,.5)}
.about-pillar-top{display:flex;justify-content:space-between;align-items:center;color:#666562;font-size:12px}.about-pillar-top i{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--about-line);border-radius:50%;font-style:normal;transition:color .3s ease,background .3s ease,transform .3s ease}.about-pillar:hover .about-pillar-top i{background:var(--about-red);color:#fff;transform:rotate(45deg)}
.about-pillar h3{margin:0 0 18px;font-size:clamp(27px,2.5vw,41px);line-height:1;letter-spacing:-.045em}.about-pillar p{margin:0;color:#8d8c89;font-size:16px;line-height:1.55}

.about-future{position:relative;min-height:88vh;display:grid;place-items:center;overflow:hidden;text-align:center;isolation:isolate}.about-future:before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(180deg,var(--about-bg),#17090a 54%,#070707)}
.about-future-glow{position:absolute;z-index:-2;width:min(72vw,950px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(240,68,68,.38),rgba(160,18,25,.1) 40%,transparent 70%);filter:blur(20px);animation:aboutBreathe 6s ease-in-out infinite}
.about-future-content{max-width:1000px}.about-future .about-kicker span{color:#777;margin-left:18px}.about-future h2{margin:0;font-size:clamp(68px,10vw,160px);line-height:.86;letter-spacing:-.075em}.about-future-content>p:not(.about-kicker){max-width:660px;margin:38px auto 42px;color:#b0afab;font-size:clamp(18px,1.8vw,25px);line-height:1.55}
.about-cta{display:inline-flex;align-items:center;gap:38px;padding:17px 18px 17px 24px;border-radius:100px;background:var(--about-ink);color:#0b0b0b;font-size:13px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease}.about-cta span{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--about-red);color:#fff}.about-cta:hover{transform:scale(1.04);box-shadow:0 16px 50px rgba(0,0,0,.35)}
.about-future-word{position:absolute;inset:auto 0 -3vw;z-index:-1;color:rgba(255,255,255,.025);font-size:22vw;font-weight:800;line-height:.7;letter-spacing:-.08em;white-space:nowrap}
.about-footer{max-width:1400px;margin:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:50px;padding:60px clamp(24px,6vw,96px) 72px;border-top:1px solid var(--about-line)}
.about-footer-brand img{width:150px;height:auto;object-fit:contain;object-position:left}.about-footer-brand p{margin:8px 0 0;color:#5e5d5a;font-size:12px}.about-footer-meta{display:flex;align-items:center;gap:40px;color:#656461;font-size:11px}.about-footer-meta a{min-height:44px;display:inline-flex;align-items:center;color:#a6a5a1}
.about-page button:focus-visible,.about-page a:focus-visible{outline:2px solid #fff;outline-offset:5px}

@keyframes aboutRise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes aboutBreathe{50%{transform:scale(1.12);opacity:.76}}@keyframes aboutOrbit{to{transform:rotate(9deg) scale(1.05)}}@keyframes aboutBob{50%{transform:translateY(5px)}}@keyframes aboutBlink{50%{opacity:.3;transform:scale(.65)}}@keyframes aboutRoute{0%,100%{left:8%;opacity:0}25%,75%{opacity:1}50%{left:88%}}

@media(max-width:1180px){.about-pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.about-nav-anchor{display:none}.about-story-grid,.about-reach-heading{grid-template-columns:1fr}.about-story-sticky{position:static}.about-story-copy{padding-top:30px;max-width:650px;margin-left:auto}.about-years-grid{grid-template-columns:1fr;gap:80px}.about-years-number{font-size:min(62vw,420px)}.about-years-copy{justify-self:start}.about-reach-heading p{max-width:590px}.about-world{grid-template-columns:1fr}.about-world-visual{min-height:450px}.about-city-panel{min-height:400px;border-left:0;border-top:1px solid var(--about-line)}.about-pillars{grid-template-columns:1fr}.about-pillar{min-height:360px}.about-footer{align-items:flex-start}.about-footer-meta{flex-direction:column;align-items:flex-end;gap:10px}}
@media(max-width:640px){.about-nav{height:62px}.about-brand>span:last-child{display:none}.about-nav-link{padding:9px 12px;font-size:0}.about-nav-link:before{content:"Newsroom";font-size:11px}.about-hero h1{letter-spacing:-.06em}.about-orbit{width:115vw}.about-scroll-cue{bottom:22px}.about-section{padding-left:22px;padding-right:22px}.about-section-label{margin-bottom:65px}.about-story-copy{padding-top:14px}.about-founders{grid-template-columns:1fr}.about-years{margin:12px;padding-top:110px;padding-bottom:110px}.about-years-grid{gap:70px}.about-world{min-height:auto;border-radius:24px}.about-world-visual{min-height:330px}.about-city-panel{min-height:390px;padding:28px}.about-city-live h3{font-size:54px}.about-pillar{min-height:340px;border-radius:22px}.about-future{min-height:80vh}.about-footer{flex-direction:column;padding:44px 24px 52px}.about-footer-meta{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-about-reveal]{opacity:1;transform:none}}
