@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#050608;--fg:#eef0f3;--muted:#969da8;--accent:#438aff;--violet:#b4bac5;--line:#ffffff17;--ease:cubic-bezier(.2,.75,.25,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.7 'DM Sans',sans-serif;overflow-x:clip}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:#2563bd;color:white}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.reading-progress{position:fixed;top:0;left:0;height:2px;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#2869e8,#b8c7dd);z-index:30}.header{position:absolute;inset:0 0 auto;z-index:10;border-bottom:1px solid var(--line)}.header-inner{height:98px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-family:'Space Grotesk',sans-serif;font-size:36px;font-weight:700;letter-spacing:-2px;line-height:1}.logo .eight{color:#d1d6de}.logo-dot{color:var(--accent)}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{color:#bdc3cc;transition:color .25s}.header nav a:hover{color:var(--accent)}.header-actions{display:flex;gap:16px;align-items:center}.header-cta{display:flex;gap:22px;align-items:center;border:1px solid #ffffff36;border-radius:30px;padding:11px 20px;font-size:13px;background:#ffffff06;backdrop-filter:blur(10px);transition:background .3s,border-color .3s}.header-cta:hover{border-color:var(--accent);background:#438aff15}.header-cta span{font-size:18px}.motion-toggle{border:1px solid #ffffff22;background:#090c1170;color:#c0c6d0;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;cursor:pointer}.motion-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.hero{position:relative;min-height:850px;height:min(960px,100svh);display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#050608}.hero-art{position:absolute;inset:-4%;z-index:-3;animation:cinema 18s ease-in-out infinite alternate;transform:translate3d(var(--hx,0px),var(--hy,0px),0) scale(1.04)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#050608ed 0%,#050608b0 25%,#05060818 70%),linear-gradient(0deg,#050608 0%,transparent 22%,transparent 75%,#05060850)}.hero-content{padding-top:45px;position:relative}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:500;margin:0 0 24px;color:#9aa4b3}.hero-label{display:flex;align-items:center;gap:10px;color:#b2bbc7;letter-spacing:2.3px}.hero-label>span{width:22px;height:1px;background:var(--accent);box-shadow:0 0 12px #438aff}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(64px,6.2vw,91px);line-height:1.04;letter-spacing:-4.8px;font-weight:500;max-width:750px;margin-bottom:28px}em{font-style:normal;background:linear-gradient(105deg,#f8f9fa 0%,#bec5ce 55%,#639dff 100%);background-clip:text;-webkit-background-clip:text;color:transparent}h1 em{background-size:180% 100%;animation:spectrum 8s ease infinite alternate}.hero-description{color:#aab2bd;max-width:530px;font-size:17px;line-height:1.75;margin-bottom:32px}.hero-buttons{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;gap:25px;justify-content:center;padding:16px 24px;background:linear-gradient(115deg,#4c86f7,#2661cd);color:#ffffff;font-size:14px;font-weight:700;border:1px solid #7297d999;border-radius:50px;box-shadow:0 0 36px #3177ef27;transition:transform .35s,box-shadow .35s}.button:hover{transform:translateY(-4px);box-shadow:0 0 50px #3c7eeb60}.arrow{width:22px;height:22px;display:inline-block;vertical-align:middle;flex-shrink:0}.text-link{font-size:14px;display:flex;gap:16px;align-items:center;color:#d5dbe3}.text-link:hover{color:var(--accent)}.hero-bottom{position:absolute;inset:auto 0 33px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#929ba8;font-size:10px;letter-spacing:1.7px}.hero-bottom>a{display:flex;align-items:center;gap:13px}.scroll-line{position:relative;width:1px;height:28px;background:#ffffff25;overflow:hidden}.scroll-line:after{content:'';position:absolute;inset:0;background:var(--accent);animation:scrollLine 2s ease-in-out infinite}.hero-content .eyebrow,.hero h1,.hero-description,.hero-buttons{animation:heroEnter 1.2s both var(--ease)}.hero h1{animation-delay:.08s}.hero-description{animation-delay:.18s}.hero-buttons{animation-delay:.28s}.ticker{overflow:hidden;border-block:1px solid var(--line);background:#080a0e;position:relative}.ticker:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#050608,transparent 15%,transparent 85%,#050608)}.ticker-track{display:flex;width:max-content;animation:marquee 32s linear infinite}.ticker-track>div{display:flex;align-items:center;gap:48px;padding:25px 24px;white-space:nowrap;font-family:'Space Grotesk';font-size:18px;letter-spacing:3px;color:#b9c1cd}.ticker span{color:#438aff;font-size:21px}.section{padding-block:112px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:55px;margin-bottom:50px}.section-heading .eyebrow{color:#6e9ce2}h2{font-size:clamp(38px,4.1vw,59px);line-height:1.12;font-weight:500;letter-spacing:-2.6px;margin-bottom:0}.section-heading>p{font-size:16px;line-height:1.8;max-width:375px;color:var(--muted);margin:0}.projects{position:relative}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.project{--px:50%;--py:20%;position:relative;border:1px solid #ffffff15;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#12151a,#090b0f 75%);padding-bottom:26px;transform-style:preserve-3d;transition:border-color .4s,box-shadow .4s,transform .5s var(--ease)}.project:after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(500px circle at var(--px) var(--py),#b8c8dd12,transparent 70%);opacity:0;transition:opacity .4s}.project:hover{border-color:#6088c166;box-shadow:0 25px 80px #0005}.project:hover:after{opacity:1}.project-image{aspect-ratio:1.78;overflow:hidden;padding:0;position:relative;background:#12151a;border-bottom:1px solid #ffffff15}.project-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top;transition:transform 1.3s var(--ease);will-change:auto}.project:hover .project-image img{transform:scale(1.035)}.project-title{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 0}.project-title h3{font-size:28px;letter-spacing:-.8px;margin:0;font-weight:500}.project-title>span{font-size:12px;color:#7f8a9a;border:1px solid #ffffff18;border-radius:50%;width:30px;height:30px;display:grid;place-items:center}.project>p{font-size:16px;color:#a8b0bc;margin:12px 28px 18px;line-height:1.65}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:0 28px}.tags span{font-size:12px;line-height:1.4;padding:6px 9px;border:1px solid #ffffff15;border-radius:5px;color:#b4bdca;background:#ffffff03}.project .takeaway{font-size:14px;padding-top:18px;margin-top:21px;margin-bottom:0;border-top:1px solid #ffffff13;color:#8f9aa9}.takeaway b{color:#94b7e9;font-weight:500}.services{position:relative;background:radial-gradient(ellipse at 85% 10%,#16478c18,transparent 60%),#080b10;border-block:1px solid var(--line)}.services-list{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.service-card{position:relative;grid-column:span 2;padding:30px 28px 34px;border:1px solid #ffffff13;background:linear-gradient(140deg,#ffffff05,#ffffff01);border-radius:16px;overflow:hidden;transition:background .4s,border-color .4s,transform .4s}.service-card:nth-child(4),.service-card:nth-child(5){grid-column:span 3}.service-card:hover{background:linear-gradient(135deg,#244b8328,#3566a30b);border-color:#6b98da55;transform:translateY(-5px)}.service-number{font-size:12px;letter-spacing:2px;color:#79889b}.service-card h3{font-size:24px;line-height:1.25;letter-spacing:-.7px;font-weight:500;margin:40px 0 15px}.service-card p{font-size:16px;color:#99a3b1;margin:0}.service-symbol{position:absolute;right:26px;top:22px;width:44px;height:44px;display:grid;place-items:center;color:#7ca4dc;background:#5489d812;border:1px solid #4d79b52b;border-radius:12px;font-size:27px}.about{position:relative}.about>.eyebrow{color:#7b9fce}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.about h2{font-size:clamp(40px,4.6vw,66px);line-height:1.12}.about h2>span{color:#7a838f}.about-grid p{font-size:16px;color:var(--muted)}.about-grid .about-lead{font-size:22px;color:#c9cfd8;line-height:1.5}.principles{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px}.principles span{font-size:13px;border-bottom:1px solid #6c86a955;padding-block:8px;color:#b3becd}.contact{position:relative;overflow:hidden;padding-block:86px;border-block:1px solid #5073a444;background:radial-gradient(ellipse at 70% 30%,#16438440,transparent 65%),linear-gradient(110deg,#0a0e14,#06090e)}.contact:before{content:'';position:absolute;height:1px;inset:0 15% auto;background:linear-gradient(90deg,transparent,#5991e4,transparent)}.contact .eyebrow{color:#8dadd8}.contact-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:70px;align-items:center}.contact h2{font-size:clamp(40px,4.5vw,64px)}.contact-grid>div>p{color:#a2abb8;font-size:16px;margin:0;max-width:350px}footer{display:flex;gap:30px;align-items:center;padding-block:40px}footer .logo{font-size:30px}footer p{font-size:13px;color:#858e9c;margin:0}footer>span{font-size:12px;color:#707b8b;margin-left:auto}.back-top{font-size:12px;color:#a4aebd}.back-top .arrow{width:16px;height:16px}.skip{position:fixed;left:20px;top:-100px;background:var(--accent);color:#050608;padding:12px;z-index:50}.skip:focus{top:10px}.reveal{opacity:1}.motion-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .85s var(--ease),transform .85s var(--ease),border-color .4s,box-shadow .4s}.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}.motion-ready .project.is-visible:hover{transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-4px)}.motion-ready .service-card.is-visible:hover{transform:translateY(-5px)}
@keyframes cinema{from{scale:1}to{scale:1.075}}@keyframes spectrum{from{background-position:0%}to{background-position:100%}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes scrollLine{0%{transform:translateY(-110%)}100%{transform:translateY(110%)}}@keyframes heroEnter{from{opacity:0;transform:translateY(24px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
body.motion-paused *,body.motion-paused *:before,body.motion-paused *:after{animation-play-state:paused!important;scroll-behavior:auto!important;transition:none!important}body.motion-paused .reveal{opacity:1;transform:none}body.motion-paused .hero-art,body.motion-paused .project{transform:none!important}
@media(min-width:1600px){.hero-art img{object-position:center 45%}.hero-shade{background:linear-gradient(90deg,#050608d9,#05060820 75%),linear-gradient(0deg,#050608,transparent 25%)}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header nav{gap:22px}.header-cta{font-size:12px;gap:10px}.hero{min-height:800px}h1{font-size:76px}.hero-shade{background:linear-gradient(90deg,#050608e8,#05060850 80%),linear-gradient(0deg,#050608,transparent 35%)}.hero-art img{object-position:65% center}.service-card{padding:26px 23px}.service-card h3{font-size:22px}.about-grid{gap:50px}.hero-coordinate{display:none}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header-inner{height:80px;gap:12px}.header .logo{font-size:30px}.header nav{display:none}.header-actions{gap:10px}.header-cta{font-size:12px;padding:8px 12px;gap:8px;max-width:150px;line-height:1.4}.motion-toggle{width:30px;height:30px;flex-shrink:0}.hero{min-height:810px;height:100svh;max-height:1000px;align-items:end;padding-bottom:112px}.hero-art{inset:-2% -45% 22% -65%;opacity:.9}.hero-art img{object-position:76% 30%}.hero-shade{background:linear-gradient(0deg,#050608 0%,#050608f2 24%,#05060880 62%,#05060820 85%,#05060855)}.hero-content{padding-top:260px}.hero-label{font-size:10px;letter-spacing:1.5px;margin-bottom:18px}.hero h1{font-size:clamp(42px,8.7vw,65px);letter-spacing:-2.5px;max-width:600px;margin-bottom:23px;line-height:1.07}.hero-description{font-size:16px;line-height:1.65;max-width:400px;margin-bottom:24px}.desktop-break{display:none}.hero-buttons{gap:20px;flex-wrap:wrap}.button{font-size:13px;padding:14px 19px;gap:17px}.text-link{font-size:13px;gap:12px}.hero-bottom{bottom:28px;gap:18px;font-size:9px;letter-spacing:1px}.hero-bottom>span:first-child{max-width:130px}.hero-bottom>a{font-size:9px;max-width:145px}.ticker-track>div{font-size:15px;padding:20px;gap:30px;letter-spacing:2px}.section{padding-block:72px}.section-heading{display:block;margin-bottom:32px}.eyebrow{font-size:11px;letter-spacing:1.7px;margin-bottom:19px}h2{font-size:38px;letter-spacing:-1.7px}.section-heading>p{margin-top:23px;max-width:100%;font-size:16px}.project-grid{grid-template-columns:1fr;gap:25px}.project{border-radius:14px;padding-bottom:22px}.project-image{aspect-ratio:1.78}.project-title{padding:22px 22px 0}.project-title h3{font-size:26px}.project>p{margin-inline:22px}.tags{margin-inline:22px}.project .takeaway{margin-top:20px}.services-list{grid-template-columns:1fr}.service-card,.service-card:nth-child(4),.service-card:nth-child(5){grid-column:auto;padding:26px}.service-card h3{margin-top:28px;font-size:25px}.service-card p{font-size:16px}.about-grid{grid-template-columns:1fr;gap:30px}.about h2{font-size:45px}.about-grid .about-lead{font-size:21px}.contact{padding-block:60px}.contact-grid{grid-template-columns:1fr;gap:25px}.contact h2{font-size:40px}footer{flex-wrap:wrap;gap:20px;padding-block:32px}footer p{flex-basis:60%;font-size:12px}footer>span{margin-left:0}.back-top{margin-left:auto}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:41px}.hero{min-height:860px}.hero-buttons{gap:16px}.text-link{width:100%}.hero-label{font-size:9px}.header-cta{max-width:135px}.hero-description br{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.hero-art,.project{transform:none!important}.ticker-track{transform:none}}

/* Contact */
.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:90px}.contact-intro h2{font-size:clamp(44px,4.9vw,70px);margin-bottom:28px}.contact-intro>p:not(.eyebrow){max-width:380px;font-size:16px;color:#a4acb8}.contact-intro .contact-note{font-size:14px!important;line-height:2;margin-top:34px;color:#778598!important}.contact-form{background:linear-gradient(145deg,#151a21b3,#090d13d9);border:1px solid #788aa52b;padding:34px;border-radius:20px;box-shadow:0 20px 80px #0005}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:22px}.field label{font-size:14px;color:#cbd1d9}.field input,.field textarea{width:100%;font:16px/1.5 'DM Sans',sans-serif;color:#eff3fa;background:#070a0f;border:1px solid #747f942e;border-radius:8px;padding:14px 15px;outline:none;transition:border-color .2s,box-shadow .2s}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field textarea:focus{border-color:#4f85d3;box-shadow:0 0 0 3px #3777df20}.field input::placeholder,.field textarea::placeholder{color:#626d7d}.form-privacy{font-size:12px;line-height:1.6;color:#8b97a7;margin-bottom:22px}.form-submit{width:100%;cursor:pointer}.form-submit:disabled{opacity:.65;cursor:wait;transform:none}.form-status{font-size:14px;margin:18px 0 0;color:#abc9f5;min-height:0}.form-status:empty{display:none}.form-status.error{color:#ffb8b8}.honey{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@media(max-width:900px){.contact-grid{gap:35px}.contact-form{padding:25px}.form-row{grid-template-columns:1fr;gap:0}}@media(max-width:760px){.contact-grid{grid-template-columns:1fr;gap:25px}.contact-form{padding:23px 20px}.contact-intro h2{font-size:45px}.contact-intro .contact-note{display:none}.hero-art{inset:0 -35% 22% -30%}.hero-art img{object-position:70% center}}

.contact-email{display:inline-block;font-size:16px;color:#b9cee9;border-bottom:1px solid #5276a455;padding-bottom:5px;margin-top:8px}.contact-email:hover{color:#fff}.form-privacy a{text-decoration:underline;text-underline-offset:3px}.form-submit .arrow{pointer-events:none}
