:root{--black:#000000;--surface:#0a0a0c;--gray-1:#151517;--gray-2:#222225;--gray-3:#555;--gray-4:#888;--white:#f5f5f7;--accent:#e8a530;--accent-dim:rgba(232,165,48,0.1);--accent-bright:#f0c050;--mars-red:#c0521a;--font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--font-tech:'Space Grotesk','Inter',sans-serif}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased}body{font-family:var(--font);overflow-x:hidden;line-height:1.55;font-size:17px}::selection{background:rgba(232,165,48,.25)}a{color:inherit;text-decoration:none}button{font-family:inherit}.noise{position:fixed;inset:0;z-index:3;pointer-events:none;opacity:.03;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}#mars-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}nav{position:fixed;top:0;width:100%;z-index:200;padding:.8rem 2rem}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.8rem;background:rgba(30,30,35,.4);backdrop-filter:blur(25px) saturate(200%);-webkit-backdrop-filter:blur(25px) saturate(200%);border-radius:100px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(0,0,0,.2);transition:padding .4s cubic-bezier(.22,1,.36,1),background .4s}.nav-inner.scrolled{padding:.5rem 1.5rem;background:rgba(15,15,18,.7)}.logo{font-family:var(--font-tech);font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.logo span{font-weight:300;color:var(--accent)}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.8rem;font-weight:500;color:var(--gray-4);transition:color .3s}.nav-links a:hover{color:var(--white)}.nav-cta{font-size:.8rem;font-weight:600;color:var(--white);background:rgba(255,255,255,.07);padding:.5rem 1.3rem;border-radius:100px;transition:background .3s}.nav-cta:hover{background:rgba(255,255,255,.14)}h1,h2,h3{font-family:var(--font-tech);letter-spacing:-.03em;line-height:1.1}.kicker{font-family:var(--font-tech);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.section-h2{font-size:clamp(2.5rem, 5vw, 4.5rem);font-weight:700}.accent-text{color:var(--accent)}.body-text{font-size:1.1rem;color:var(--gray-4);line-height:1.75;max-width:56ch}.pill-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 2rem;border-radius:100px;font-family:var(--font-tech);font-size:.9rem;font-weight:600;cursor:pointer;border:none;letter-spacing:.01em;transition:.4s cubic-bezier(.22,1,.36,1)}.pill-btn.primary{background:var(--white);color:var(--black)}.pill-btn.primary:hover{background:var(--accent);transform:scale(1.04)}.pill-btn.ghost{background:0 0;color:var(--gray-4);border:1px solid var(--gray-2)}.pill-btn.ghost:hover{color:var(--white);border-color:var(--gray-3)}.pill-btn.wide{width:100%;justify-content:center}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;position:relative;z-index:5}.hero-content{max-width:900px;position:relative;z-index:5}.hero-eyebrow{font-family:var(--font-tech);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-3);margin-bottom:2rem}.hero-h1{font-size:clamp(3.5rem, 9vw, 8rem);font-weight:700;line-height:.95;margin-bottom:2.5rem}.hero-line{display:block;overflow:hidden}.hero-line-inner{display:inline-block}.hero-sub{font-size:clamp(.95rem, 1.4vw, 1.15rem);color:var(--gray-3);max-width:50ch;margin:0 auto 3rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.statement-section{height:300vh;position:relative;z-index:5}.statement-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:0}.statement-glow{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(232,165,48,.08),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:.5}.statement-text{font-family:var(--font-tech);font-size:clamp(1.7rem, 3.8vw, 3rem);font-weight:600;text-align:center;max-width:18ch;line-height:1.35;letter-spacing:-.02em;color:var(--white)}.statement-text-secondary{margin-top:.5rem}.statement-divider{width:60px;height:2px;margin:1.5rem auto;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform-origin:center;transform:scaleX(0);opacity:0}.stm-word{display:inline-block;margin-right:.2em;opacity:0;filter:blur(12px);transform:translateY(15px);will-change:opacity,filter,transform}.stm-accent{color:var(--accent);font-weight:700}.text-section{padding:10rem 2rem;display:flex;justify-content:center;position:relative;z-index:5}.text-section-inner{max-width:750px}.reveal-text{font-size:clamp(1.7rem, 3.2vw, 2.6rem);font-weight:600;line-height:1.3;letter-spacing:-.02em;margin-bottom:2rem}.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.diff-item{display:flex;gap:1rem;align-items:flex-start}.diff-num{font-family:var(--font-tech);font-size:.7rem;font-weight:600;color:var(--accent);letter-spacing:.1em;padding-top:.2rem;flex-shrink:0}.diff-item p{font-size:.95rem;color:var(--gray-4);line-height:1.5}.horizontal-section{position:relative;z-index:5;overflow:hidden}.horizontal-pin{overflow:hidden}.horizontal-header{text-align:center;padding:2rem 2rem 3rem}.horizontal-track{display:flex;width:max-content;gap:0;padding:0 4vw 4rem}.h-panel{width:85vw;max-width:450px;flex-shrink:0;margin-right:1.5rem;background:rgba(30,30,35,.6);backdrop-filter:blur(25px) saturate(150%);-webkit-backdrop-filter:blur(25px) saturate(150%);border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:space-between;min-height:400px;transition:border-color .4s,transform .4s cubic-bezier(.22,1,.36,1)}.h-panel:hover{border-color:rgba(232,165,48,.2);transform:translateY(-5px)}.h-num{font-family:var(--font-tech);font-size:.68rem;font-weight:600;letter-spacing:.15em;color:var(--accent);margin-bottom:2rem}.h-panel h3{font-size:1.7rem;font-weight:700;margin-bottom:1rem}.h-panel p{font-size:.92rem;color:var(--gray-4);line-height:1.65;flex:1}.h-tag{margin-top:1.5rem;font-family:var(--font-tech);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-3);padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.04)}.metrics-section{padding:10rem 2rem;position:relative;z-index:5;border-top:1px solid rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.03)}.metrics-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.metric-val{font-family:var(--font-tech);font-size:clamp(4rem, 8vw, 7rem);font-weight:700;letter-spacing:-.04em;line-height:1;display:inline;background:linear-gradient(180deg,var(--white) 20%,var(--gray-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-unit{font-family:var(--font-tech);font-size:clamp(1.5rem, 3vw, 2.5rem);font-weight:600;display:inline;background:linear-gradient(180deg,var(--white) 20%,var(--gray-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-col p{font-size:.85rem;color:var(--gray-3);margin-top:.8rem}.process-section{padding:0 2rem;position:relative;z-index:5}.process-header{text-align:center;padding:8rem 2rem 4rem}.process-cards{max-width:900px;margin:0 auto;padding-bottom:6rem}.process-card{position:sticky;top:15vh;margin-bottom:3rem}.pc-inner{border-radius:28px;padding:3.5rem;border:1px solid rgba(255,255,255,.1);background:rgba(25,25,30,.5);box-shadow:0 25px 50px rgba(0,0,0,.4);min-height:280px;display:flex;flex-direction:column;justify-content:center;backdrop-filter:blur(25px) saturate(150%);-webkit-backdrop-filter:blur(25px) saturate(150%)}.pc-step{font-family:var(--font-tech);font-size:.7rem;font-weight:600;letter-spacing:.15em;color:var(--accent);display:block;margin-bottom:1.5rem;text-transform:uppercase}.pc-inner h3{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:700;margin-bottom:1rem}.pc-inner p{font-size:1rem;color:var(--gray-4);max-width:50ch;line-height:1.7}.marquee-section{padding:5rem 0;overflow:hidden;position:relative;z-index:5}.marquee-track-wrap{overflow:hidden;padding:.8rem 0}.marquee-track{display:flex;width:max-content;animation:50s linear infinite mq}.marquee-track-wrap.reverse .marquee-track{animation-direction:reverse;animation-duration:60s}.marquee-track span{font-family:var(--font-tech);font-size:clamp(1.4rem, 2.5vw, 2.2rem);font-weight:600;color:var(--gray-2);padding:0 2rem;white-space:nowrap;letter-spacing:-.01em;transition:color .3s}.marquee-track span:hover{color:var(--accent)}@keyframes mq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.sectors-grid{display:flex;flex-wrap:wrap;gap:.8rem}.sector-item{font-family:var(--font-tech);padding:.65rem 1.3rem;border-radius:100px;font-size:.85rem;font-weight:500;border:1px solid var(--gray-2);color:var(--gray-4);transition:.35s cubic-bezier(.22,1,.36,1);cursor:default}.sector-item:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.models-section{padding:8rem 2rem;position:relative;z-index:5;display:flex;justify-content:center}.models-inner{max-width:1000px;width:100%;text-align:center}.models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;text-align:left}.model-card{background:rgba(12,12,14,.8);backdrop-filter:blur(16px);padding:2.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.04);position:relative;transition:border-color .3s,transform .3s}.model-card:hover{border-color:rgba(232,165,48,.2);transform:translateY(-4px)}.model-card.featured{border-color:rgba(232,165,48,.3)}.model-badge{position:absolute;top:1rem;right:1rem;font-family:var(--font-tech);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:var(--black);padding:.25rem .7rem;border-radius:100px}.model-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;margin-top:1rem}.model-card p{font-size:.9rem;color:var(--gray-4);line-height:1.6}.contact-section{padding:10rem 2rem;display:flex;justify-content:center;position:relative;z-index:5}.contact-inner{max-width:520px;width:100%;text-align:center}.contact-h2{font-size:clamp(1.8rem, 3.5vw, 2.8rem);font-weight:700;margin-bottom:1rem}.contact-sub{font-size:1rem;color:var(--gray-3);margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:.8rem;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.contact-form input,.contact-form textarea{width:100%;padding:.85rem 1.1rem;background:rgba(15,15,18,.8);border:1px solid rgba(255,255,255,.05);border-radius:14px;color:var(--white);font-family:var(--font);font-size:.9rem;transition:border-color .3s;outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent)}.contact-form textarea{resize:none}.contact-links{margin-top:2rem;font-size:.85rem;color:var(--gray-3);display:flex;gap:1rem;justify-content:center}.contact-links a:hover{color:var(--accent)}.form-status{margin-top:1rem;font-family:var(--font-tech);font-size:.85rem;text-align:center;min-height:1.5rem}.form-status.success{color:#4ade80}.form-status.error{color:#f87171}.final-section{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;position:relative;z-index:5}.final-brand{font-family:var(--font-tech);font-size:clamp(4rem, 14vw, 14rem);font-weight:700;letter-spacing:-.04em;line-height:.9;background:linear-gradient(180deg,var(--white) 0,var(--gray-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.final-brand span{font-weight:300;-webkit-text-fill-color:var(--accent)}.final-tagline{font-family:var(--font-tech);font-size:.85rem;color:var(--gray-3);letter-spacing:.12em;text-transform:uppercase;margin-top:1.5rem}footer{border-top:1px solid rgba(255,255,255,.03);padding:3rem 2rem 2rem;position:relative;z-index:5}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:1.5rem;font-size:.8rem;color:var(--gray-3)}.footer-links a:hover{color:var(--white)}.footer-copy{width:100%;text-align:center;font-size:.7rem;color:var(--gray-3);margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.03)}.reveal-up{opacity:0;transform:translateY(40px)}.reveal-text{opacity:0;transform:translateY(30px)}.nav-hamburger{display:none;background:0 0;border:none;cursor:pointer;width:28px;height:20px;position:relative;z-index:300;flex-direction:column;justify-content:space-between;padding:0}.nav-hamburger span{display:block;width:100%;height:2px;background:var(--white);border-radius:2px;transition:.35s cubic-bezier(.22,1,.36,1);transform-origin:center}.nav-hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:199;background:rgba(0,0,0,.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s,visibility .4s}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-link{font-family:var(--font-tech);font-size:clamp(1.8rem, 6vw, 2.5rem);font-weight:600;letter-spacing:-.02em;color:var(--gray-4);transition:color .3s,transform .3s}.mobile-link:active,.mobile-link:hover{color:var(--white);transform:scale(1.05)}.mobile-cta{margin-top:1.5rem;font-size:1rem;padding:1rem 2.5rem}@media (max-width:768px){body{font-size:16px}nav{padding:.6rem 1rem}.nav-inner{padding:.6rem 1.2rem}.nav-cta,.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:7rem 1.5rem 4rem;min-height:100svh}.hero-h1{font-size:clamp(2.8rem, 12vw, 5rem);margin-bottom:1.5rem}.hero-eyebrow{font-size:.65rem;margin-bottom:1.5rem}.hero-sub{font-size:.95rem;margin-bottom:2rem;line-height:1.6}.hero-actions{flex-direction:column;align-items:center;gap:.8rem}.pill-btn{padding:.8rem 1.8rem;font-size:.85rem}.statement-text{font-size:clamp(1.4rem, 5.5vw, 2.2rem);max-width:22ch;line-height:1.4}.statement-glow{width:250px;height:250px}.statement-divider{width:40px;margin:1rem auto}.text-section{padding:6rem 1.5rem}.reveal-text{font-size:clamp(1.4rem, 4.5vw, 2rem)}.body-text{font-size:1rem}.diff-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem}.horizontal-header{padding:1.5rem 1.5rem 2rem}.horizontal-track{padding:0 3vw 3rem}.h-panel{width:80vw;max-width:340px;padding:2rem;min-height:350px;border-radius:20px}.h-panel h3{font-size:1.4rem}.h-panel p{font-size:.88rem}.metrics-section{padding:6rem 1.5rem}.metrics-inner{grid-template-columns:1fr;gap:3rem}.process-section{padding:0 1.5rem}.process-header{padding:5rem 1rem 3rem}.process-card{top:12vh;margin-bottom:2rem}.pc-inner{padding:2.5rem 2rem;min-height:240px;border-radius:22px}.pc-inner h3{font-size:clamp(1.3rem, 4vw, 1.8rem)}.marquee-section{padding:3rem 0}.marquee-track span{font-size:clamp(1.1rem, 3.5vw, 1.6rem);padding:0 1.2rem}.sectors-grid{gap:.6rem;justify-content:center}.sector-item{font-size:.8rem;padding:.55rem 1rem}.models-section{padding:5rem 1.5rem}.models-grid{grid-template-columns:1fr;gap:1rem}.model-card{padding:2rem;border-radius:20px}.contact-section{padding:6rem 1.5rem}.contact-h2{font-size:clamp(1.5rem, 5vw, 2.2rem)}.contact-sub{font-size:.9rem;margin-bottom:2rem}.form-row{grid-template-columns:1fr}.final-section{min-height:40vh;padding:5rem 1.5rem}.final-brand{font-size:clamp(3rem, 16vw, 8rem)}.final-tagline{font-size:.75rem;letter-spacing:.08em}.footer-inner{flex-direction:column;text-align:center;gap:1.2rem}.footer-links{justify-content:center;flex-wrap:wrap;gap:1rem}.footer-copy{margin-top:1rem}}@media (max-width:480px){nav{padding:.5rem .6rem}.nav-inner{padding:.5rem 1rem}.logo{font-size:1rem}.hero{padding:6rem 1rem 3rem}.hero-h1{font-size:clamp(2.4rem, 13vw, 3.8rem);line-height:.95;margin-bottom:1.2rem}.hero-eyebrow{font-size:.6rem;letter-spacing:.1em;margin-bottom:1rem}.hero-sub{font-size:.88rem;line-height:1.6;max-width:30ch}.pill-btn{padding:.75rem 1.5rem;font-size:.82rem;width:100%;justify-content:center}.statement-sticky{padding:1.5rem}.statement-text{font-size:clamp(1.2rem, 5.5vw, 1.8rem);max-width:24ch}.statement-glow{width:180px;height:180px}.text-section{padding:4rem 1rem}.text-section-inner{max-width:100%}.reveal-text{font-size:clamp(1.2rem, 5vw, 1.6rem);margin-bottom:1.5rem}.body-text{font-size:.92rem}.diff-item p{font-size:.88rem}.h-panel{width:82vw;max-width:300px;padding:1.8rem;min-height:320px;margin-right:1rem;border-radius:18px}.h-panel h3{font-size:1.25rem}.h-num{margin-bottom:1.5rem}.metrics-section{padding:4rem 1rem}.metrics-inner{gap:2.5rem}.metric-val{font-size:clamp(3rem, 15vw, 5rem)}.metric-unit{font-size:clamp(1.2rem, 5vw, 2rem)}.metric-col p{font-size:.8rem}.process-section{padding:0 1rem}.process-header{padding:3rem .5rem 2rem}.process-cards{padding-bottom:3rem}.process-card{margin-bottom:1.5rem}.pc-inner{padding:2rem 1.5rem;min-height:auto;border-radius:18px}.pc-step{font-size:.65rem;margin-bottom:1rem}.pc-inner p{font-size:.9rem}.marquee-section{padding:2rem 0}.sector-item{font-size:.75rem;padding:.5rem .9rem}.models-section{padding:4rem 1rem}.model-card{padding:1.8rem;border-radius:18px}.model-card h3{font-size:1.15rem}.model-card p{font-size:.85rem}.contact-section{padding:4rem 1rem}.contact-inner{max-width:100%}.contact-h2{font-size:clamp(1.3rem, 6vw, 1.8rem)}.contact-sub{font-size:.85rem}.contact-form input,.contact-form textarea{padding:.75rem 1rem;font-size:.85rem;border-radius:12px}.contact-links{flex-direction:column;gap:.5rem;font-size:.8rem}.final-section{min-height:35vh;padding:4rem 1rem}.final-tagline{font-size:.7rem}footer{padding:2rem 1rem 1.5rem}.footer-links{gap:.8rem;font-size:.75rem}.footer-copy{font-size:.6rem}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:100svh;padding:5rem 2rem 3rem}.hero-h1{font-size:clamp(2rem, 6vw, 3.5rem)}.statement-section{height:200vh}.statement-text{font-size:clamp(1.2rem, 3vw, 1.8rem)}.process-card{top:8vh}}@media (hover:none) and (pointer:coarse){.h-panel:hover{transform:none;border-color:rgba(255,255,255,.1)}.model-card:hover{transform:none}.sector-item:hover{border-color:var(--gray-2);color:var(--gray-4);background:0 0}.pill-btn.primary:hover{transform:none}.nav-cta:hover{background:rgba(255,255,255,.07)}.sector-item{padding:.7rem 1.2rem;min-height:44px;display:inline-flex;align-items:center}.contact-form input,.contact-form textarea,.pill-btn{min-height:48px}}