*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#080e16;color:#edf3f1;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background-image:radial-gradient(ellipse at 90% 5%,#14444a45,transparent 30%)}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #92e2db;outline-offset:6px}header,main,footer{max-width:1180px;margin:auto}header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:22px 0;background:#080e16ed;backdrop-filter:blur(18px);border-bottom:1px solid #ffffff13}.brand{display:flex;align-items:center;gap:12px}.brand svg{width:38px;height:38px}.brand>span{font-size:14px;font-weight:600;letter-spacing:3px}.brand small{display:block;font-size:7px;font-weight:400;letter-spacing:2.2px;color:#92bdb8;margin-top:7px}nav{display:flex;align-items:center;gap:28px;font-size:12px;color:#bdccd3}.nav-cta{padding:13px 18px;border:1px solid #a4d9cf40;border-radius:3px;color:#d7eee7}.nav-cta span{margin-left:20px}.skip{position:fixed;top:-100px;padding:14px;background:#d8ece8;color:#10232a;z-index:20}.skip:focus{top:12px}.eyebrow{font-size:9px;letter-spacing:2px;line-height:1.9;color:#96c7c3}.hero{position:relative;padding:90px 0 52px;overflow:hidden;border-bottom:1px solid #ffffff18}.hero h1{position:relative;z-index:1;font-size:clamp(44px,6.4vw,80px);font-weight:400;letter-spacing:-3.8px;line-height:1.08;margin:26px 0 46px}em{font-style:normal;color:#acd7cd}.hero-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:end}.hero-bottom p{font-size:14px;line-height:1.8;color:#a5b8c2;margin:0}.hero-bottom a{font-size:9px;letter-spacing:1.5px}.hero-bottom a span{margin-left:24px;color:#75d6d4}.hero-orbit{position:absolute;right:40px;top:70px;width:320px;height:320px;opacity:.65;pointer-events:none}.hero-orbit i{position:absolute;inset:0;border:1px solid #89c6c22b;border-radius:50%;transform:rotate(-30deg) scaleY(.65)}.hero-orbit i:nth-child(2){inset:20px;transform:rotate(50deg) scaleY(.65);border-color:#e2ca9025}.hero-orbit b{position:absolute;inset:0;animation:orbit 24s linear infinite}.hero-orbit b:after{content:'';position:absolute;top:0;left:50%;width:5px;height:5px;border-radius:50%;background:#67dfdc;box-shadow:0 0 18px #67dfdc}.section{padding:76px 0;border-bottom:1px solid #ffffff15}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:70px}h2{font-size:clamp(28px,3.3vw,42px);font-weight:400;line-height:1.2;letter-spacing:-1.4px;margin:20px 0 0}.copy p{font-size:15px;line-height:1.9;color:#a4b7c3;margin:0 0 20px}.copy p:last-child{margin-bottom:0}.copy .lead{font-size:21px;line-height:1.65;color:#dce6e6}.mission{padding:60px;position:relative;background:radial-gradient(ellipse at 5% 50%,#29686625,transparent 80%);margin:0;border-bottom:1px solid #7cafad25}.mission h2{max-width:860px}.mission p{color:#abc0c7;line-height:1.8;font-size:15px;margin:24px 0 0}.quote{max-width:960px;margin:auto;text-align:center}.quote blockquote{font-size:clamp(23px,3vw,35px);font-weight:300;letter-spacing:-.8px;line-height:1.55;margin:24px 0 30px;color:#e2d7b9}.attribution{display:flex;flex-direction:column;gap:9px}.attribution strong{font-size:13px;font-weight:500}.attribution span{font-size:12px;color:#a4b7c3}.attribution a{font-size:10px;color:#94bcb9;line-height:1.7;text-decoration:underline;text-underline-offset:4px}.people>h2{margin-bottom:50px}.person{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;padding:48px 0;border-top:1px solid #ffffff15}.person:last-child{padding-bottom:0}.person-heading{position:relative}.initials{position:relative;display:grid;place-items:center;width:108px;height:108px;margin-bottom:28px;border:1px solid #acd7cd28;border-radius:50%;font-size:32px;font-weight:300;letter-spacing:-2px;color:#bedbd6;background:radial-gradient(circle,#1d404875,transparent)}.initials span{position:absolute;width:6px;height:6px;background:#60d8d5;border-radius:50%;top:12px;right:10px;box-shadow:0 0 12px #60d8d550}.initials.tom{color:#e2d7b9;border-color:#e2ca9028}.person h3{font-size:40px;letter-spacing:-1.4px;line-height:1.15;font-weight:400;margin:16px 0}.specialties{font-size:12px;color:#8fa8b5;line-height:1.9}.person h4{font-size:25px;line-height:1.45;letter-spacing:-.7px;font-weight:400;margin:8px 0 28px}.partnership>.eyebrow{margin-bottom:26px}.partnership h2{margin:0}.closing{text-align:center;padding:80px 0}.closing h2{font-size:clamp(29px,3.4vw,43px);line-height:1.35}.button{display:inline-flex;align-items:center;gap:60px;margin-top:34px;background:#d8ece8;color:#0b2227;padding:20px 24px;border-radius:3px;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#effff9;transform:translateY(-2px)}.button span{font-size:22px}footer{display:flex;justify-content:space-between;gap:24px;padding:30px 0 40px;font-size:10px;color:#8fa8b5}footer span{letter-spacing:1.3px}.hero h1,.hero-bottom{animation:reveal .8s ease-out both}.hero-bottom{animation-delay:.15s}@keyframes reveal{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes orbit{to{transform:rotate(360deg)}}@media(max-width:1240px){header,main,footer{margin-left:32px;margin-right:32px}}@media(max-width:760px){header,main,footer{margin-left:20px;margin-right:20px}header{padding:16px 0}.brand>span{font-size:11px;letter-spacing:2px}.brand svg{width:30px;height:30px}nav{gap:14px;font-size:10px}.nav-cta{padding:10px}.nav-cta span{display:none}.brand small{font-size:6px;letter-spacing:1.5px}.hero{padding:60px 0 36px}.hero h1{letter-spacing:-2px;font-size:46px}.hero-orbit{right:-170px;opacity:.35}.hero-bottom{align-items:start;gap:28px;flex-direction:column}.split,.person{grid-template-columns:1fr;gap:30px}.section{padding:48px 0}.mission{padding:36px 24px}.quote blockquote{margin-left:0;margin-right:0}.copy .lead{font-size:19px}.copy p{font-size:14px}.person{padding:36px 0}.person h3{font-size:35px}.person h4{font-size:23px}.initials{width:85px;height:85px}.people>h2{margin-bottom:32px}footer{flex-wrap:wrap;line-height:1.8}footer>span{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-orbit b,.hero h1,.hero-bottom{animation:none}.button{transition:none}.button:hover{transform:none}}
/* The KI mark anchors the orbital artwork. */
.hero-orbit{display:grid;place-items:center;opacity:1;background:radial-gradient(ellipse,#39bbc512,transparent 66%)}
.hero-ki{width:100px;height:100px;overflow:visible;animation:ki-float 6s ease-in-out infinite;filter:drop-shadow(0 0 18px #00dcff15)}
.hero-ki circle{animation:ki-glow 4s ease-in-out infinite}
@keyframes ki-float{0%,100%{transform:translateY(3px)}50%{transform:translateY(-5px)}}
@keyframes ki-glow{0%,100%{filter:drop-shadow(0 0 2px #00dcff50)}50%{filter:drop-shadow(0 0 6px #00dcff)}}
@media(min-width:761px) and (max-width:1000px){.hero-orbit{width:230px;height:230px;right:0;top:50px}.hero-ki{width:80px;height:80px}}
@media(max-width:760px){.hero-orbit{position:relative;top:auto;right:auto;width:220px;height:220px;margin:34px auto 0;opacity:1}.hero-ki{width:80px;height:80px}}
@media(prefers-reduced-motion:reduce){.hero-ki,.hero-ki circle{animation:none}}
.official-lockup{display:block;width:187px;height:auto}
.hero-ki{filter:none}.hero-ki circle{animation:none}
@media(max-width:760px){.official-lockup{width:128px}}

/* Reveal the heading as the shared entrance clears. */
.hero h1{animation-delay:1.25s}.hero-bottom{animation-delay:1.4s}
@media(prefers-reduced-motion:reduce){.hero h1,.hero-bottom{animation:none}}
.founder-portrait{display:block;width:100%;max-width:340px;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:46% center;border-radius:4px;margin-bottom:28px}
@media(max-width:760px){.founder-portrait{max-width:340px;aspect-ratio:4/5}}
.founder-label{display:inline-flex;align-items:center;gap:12px;color:#e2ca90;font-size:14px;font-weight:600;letter-spacing:2.5px;line-height:1.5;margin:2px 0 4px}
.founder-label:before{content:'';width:26px;height:1px;background:currentColor}
.founder-label~.specialties{font-size:14px;line-height:1.9;color:#bdcdd4}
.quote-slides{display:grid}.quote-slide{grid-area:1/1;min-width:0}
.quote.is-rotating .quote-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s;pointer-events:none}
.quote.is-rotating .quote-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.quote-controls:not([hidden]){display:flex;align-items:center;justify-content:center;gap:24px;margin-top:28px}
.quote-dots{display:flex;gap:2px}.quote-dots button{width:36px;height:44px;display:grid;place-items:center;background:none;border:0;cursor:pointer}
.quote-dots button:before{content:'';width:6px;height:6px;border-radius:50%;background:#647d87;transition:background .2s,transform .2s}
.quote-dots button[aria-pressed=true]:before{background:#e2ca90;transform:scale(1.3)}
.quote-pause{min-height:44px;padding:8px 12px;background:none;border:0;color:#a6c3c7;font:400 10px Inter,sans-serif;letter-spacing:.4px;cursor:pointer}
.quote-controls button:focus-visible{outline:2px solid #92e2db;outline-offset:2px}
@media(prefers-reduced-motion:reduce){.quote.is-rotating .quote-slide,.quote-dots button:before{transition:none}}
