:root{--bg:#f7f7f5;--white:#fff;--ink:#111318;--muted:#6b707b;--line:#e4e4e0;--blue:#3157f5;--blue-light:#8da2ff;--green:#18a875;--lime:#c9f36b;--dark:#0b0d14;--dark-2:#131824;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,sans-serif}h1,h2,h3{letter-spacing:-.035em;margin:0;font-family:Space Grotesk,sans-serif}a{color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 30px}@media (width<=640px){.wrap{padding:0 20px}}.hero-outer{isolation:isolate;color:#fff;background:radial-gradient(700px 500px at 82% 25%,#3157f57a,#0000 70%),radial-gradient(600px 500px at 12% 85%,#18a87538,#0000 70%),radial-gradient(500px 400px at 55% 115%,#7e57ff2e,#0000 70%),linear-gradient(135deg,#080a10 0%,#111521 48%,#0c1019 100%);position:relative;overflow:hidden}.hero-outer:before{content:"";z-index:-1;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.hero-outer:after{content:"";z-index:-1;filter:blur(20px);background:radial-gradient(circle,#c9f36b1a,#0000 70%);width:450px;height:450px;position:absolute;bottom:-170px;right:-180px}.site-header{-webkit-backdrop-filter:blur(14px);background:#080a1047;border-bottom:1px solid #ffffff1a;width:100%;padding:0}.header-inner{justify-content:space-between;align-items:center;max-width:1180px;min-height:78px;margin:0 auto;padding:0 30px;display:flex}.logo{color:#fff;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-block}.logo span{color:var(--blue-light)}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{color:#ffffff94;font-size:.84rem;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--blue-light);width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.nav-links a:hover{color:#fff}.nav-links a:hover:after{transform:scaleX(1)}.nav-button{color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:10px 17px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.nav-button:hover{background:var(--blue-light)}@media (width<=720px){.header-inner{padding:0 20px}.nav-links{display:none}}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:68px;min-height:610px;padding:65px 0 95px;display:grid}.hero h1{max-width:675px;font-size:clamp(2.2rem,3.8vw,3.45rem);font-weight:600;line-height:1.065}.hero h1 .highlight{color:var(--blue-light)}.hero p{color:#ffffff9c;max-width:51ch;margin:22px 0 30px;font-size:1rem;line-height:1.68}.hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.primary-button{color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:9px;padding:13px 20px;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.primary-button:hover{background:var(--blue-light)}.quiet-link{color:#ffffffb3;border-bottom:1px solid #ffffff40;padding-bottom:3px;font-size:.87rem;text-decoration:none}@media (width<=860px){.hero{grid-template-columns:1fr;gap:45px;padding:55px 0 70px}.hero h1{max-width:720px}}.race{color:var(--ink);background:#fffffff7;border:1px solid #ffffff26;border-radius:20px;padding:31px;box-shadow:0 40px 90px -30px #000000a6}.race-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:28px;display:flex}.race-title{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600}.race-badge{color:var(--green);white-space:nowrap;background:#e8f8f1;border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:600}.race-row{margin-bottom:24px}.race-row:last-child{margin-bottom:0}.race-label{color:var(--muted);justify-content:space-between;margin-bottom:9px;font-size:.81rem;display:flex}.race-label b{color:var(--ink);font-weight:600}.track{background:#ededeb;border-radius:999px;height:8px;overflow:hidden}.fill{border-radius:999px;width:0;height:100%}.fill.typical{background:#c7c9ce;transition:width 3.4s cubic-bezier(.2,.7,.3,1)}.fill.us{background:linear-gradient(90deg, var(--blue), var(--green));transition:width .5s cubic-bezier(.2,.8,.3,1)}.race.play .fill.typical,.race.play .fill.us{width:100%}.us-time{color:var(--green);font-weight:600}.stats{border-bottom:1px solid var(--line);background:#fff}.stats-inner{grid-template-columns:repeat(3,1fr);display:grid}.stat{text-align:center;border-left:1px solid var(--line);padding:36px 20px}.stat:first-child{border-left:0}.stat .num{letter-spacing:-.04em;font-family:Space Grotesk,sans-serif;font-size:2.1rem;font-weight:600}.stat .label{color:var(--muted);margin-top:6px;font-size:.8rem}@media (width<=640px){.stats-inner{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid var(--line)}.stat:first-child{border-top:0}}.section{padding:105px 0}.section-head{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:43px;display:flex}.section-head h2{font-size:clamp(1.9rem,3.5vw,2.7rem);line-height:1.05}.section-head p{max-width:38ch;color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}@media (width<=700px){.section-head{flex-direction:column;align-items:flex-start}}.portfolio{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.project{border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.project:hover{box-shadow:0 25px 50px -50px #00000059}.project.featured{grid-column:span 2}.project-link{z-index:2;border-radius:inherit;position:absolute;inset:0}.preview{background:linear-gradient(135deg,#dce5ff,#eef1ff);height:280px;position:relative;overflow:hidden}.preview img{object-fit:cover;width:100%;height:100%}.project:nth-child(2) .preview{background:linear-gradient(135deg,#dff7ed,#effbf6)}.project:nth-child(3) .preview{background:linear-gradient(135deg,#fff0d6,#fff8ed)}.project-info{z-index:3;padding:25px 27px 28px;position:relative}.project-meta{justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px;display:flex}.project h3{font-size:1.16rem}.project-arrow{color:#fff;background:var(--ink);border:0;border-radius:50%;flex:0 0 31px;justify-content:center;align-items:center;width:31px;height:31px;margin:0;padding:0;line-height:1;text-decoration:none;display:flex}.project-arrow span{font-size:.9rem;line-height:1;display:block;transform:translateY(-1px)}.project-arrow:hover{background:var(--blue)}.project-desc{max-width:55ch;color:var(--muted);margin:0 0 19px;font-size:.85rem;line-height:1.6}.project-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.tags{flex-wrap:wrap;gap:6px;display:flex}.tag{color:#666b75;background:#f3f3f1;border-radius:999px;padding:6px 9px;font-size:.67rem}.metrics{gap:17px;display:flex}.metric .m-num{color:var(--green);font-family:Space Grotesk,sans-serif;font-size:.91rem;font-weight:600}.metric .m-label{color:#898d95;margin-top:1px;font-size:.63rem}@media (width<=800px){.portfolio{grid-template-columns:1fr}.project.featured{grid-column:span 1}.project-bottom{flex-direction:column;align-items:flex-start}}.process-section{color:#fff;background:#10131b}.process-section .section-head p{color:#ffffff8c}.process{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);display:grid}.process-step{border-left:1px solid #ffffff1f;padding:30px 28px 10px}.process-step:first-child{border-left:0}.step-number{color:#ffffff4d;margin-bottom:35px;font-family:Space Grotesk,sans-serif;font-size:.8rem}.process-step h3{margin-bottom:10px;font-size:1.18rem}.process-step p{color:#ffffff85;max-width:30ch;margin:0;font-size:.84rem;line-height:1.65}@media (width<=700px){.process{grid-template-columns:1fr}.process-step,.process-step:first-child{border-bottom:1px solid #ffffff1f;border-left:0;padding:28px 0}.process-step:last-child{border-bottom:0}}.cta{text-align:center;padding:115px 0}.cta h2{max-width:650px;margin:0 auto 20px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04}.cta p{max-width:500px;color:var(--muted);margin:0 auto 30px;font-size:.93rem;line-height:1.65}.cta-button{color:#fff;background:var(--ink);border-radius:999px;align-items:center;gap:9px;padding:14px 21px;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.cta-button:hover{background:var(--blue)}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:25px 0 35px;font-size:.78rem;display:flex}footer nav{gap:22px;display:flex}footer a{text-decoration:none}footer a:hover{color:var(--ink)}@media (width<=500px){footer{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before{transition:none!important}}
