@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#c41a1c;--red-hot:#e82020;--red-dim:#8b1214;--black:#080808;--off-black:#0e0e0e;--surface:#141414;--surface-2:#1c1c1c;--white:#f5f5f0;--white-dim:#f5f5f099;--white-ghost:#f5f5f014}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);cursor:auto;font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;overflow-x:hidden}a,button{color:inherit}svg{display:block}#cursor{z-index:9999;background:var(--red);mix-blend-mode:normal;pointer-events:none;border-radius:50%;width:12px;height:12px;transition:transform .15s,opacity .15s;position:fixed}#cursor-ring{z-index:9998;pointer-events:none;border:1px solid #c41a1c80;border-radius:50%;width:36px;height:36px;transition:transform .4s,width .3s,height .3s,opacity .3s;position:fixed}nav{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 4rem;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,padding .4s;display:flex;position:fixed;inset:0 0 auto}nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080808d9;border-bottom:1px solid #c41a1c26;padding:1rem 4rem}.nav-logo{display:block}.nav-logo img{width:auto;height:44px;display:block}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a,.footer-col a{color:#c41a1ce0;text-decoration:none;transition:color .2s}.nav-links a{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:500}.nav-links a:hover,.footer-col a:hover{color:var(--red-hot)}.nav-cta,.btn-primary,.red-strip-cta{text-decoration:none;display:inline-block}.nav-cta{color:#c41a1ceb;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:1px solid #c41a1ce6;padding:.6rem 1.5rem;font-size:.8rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}nav.nav-home-scrolled .nav-links a{color:#f5f5f0db}nav.nav-home-scrolled .nav-links a:hover{color:var(--white)}nav.nav-home-scrolled .nav-cta{color:var(--white);background:#080808d1;border-color:#f5f5f0c7}nav.nav-home-scrolled .nav-cta:hover{border-color:var(--white);background:#c41a1cf5}.nav-cta:hover{background:var(--red);color:var(--white);border-color:var(--red-hot)}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:8.5rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.hero-light{color:#151515;background:radial-gradient(circle at top,#c41a1c14,#0000 34%),linear-gradient(#f7f5f1fa,#efebe5f5),#f5f5f0}.hero-layout{z-index:1;grid-template-columns:minmax(0,1.15fr) minmax(320px,460px);align-items:center;gap:3.5rem;width:min(100%,1320px);margin:0 auto;display:grid;position:relative}.hero-copy{max-width:760px}.hero-bg-grid{background-image:linear-gradient(#c41a1c0a 1px,#0000 1px),linear-gradient(90deg,#c41a1c0a 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%)}.hero-noise{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.hero-glow{pointer-events:none;background:radial-gradient(circle,#c41a1c1f 0%,#0000 70%);width:600px;height:600px;animation:4s ease-in-out infinite pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-light .hero-glow{background:radial-gradient(circle,#c41a1c1a 0%,#0000 70%)}.parallax-layer{pointer-events:none;position:absolute}.geo-1{border:1px solid #c41a1c33;width:120px;height:120px;top:12%;right:8%;transform:rotate(15deg)}.geo-2{background:#c41a1c0f;border:1px solid #c41a1c26;width:60px;height:60px;top:30%;right:18%;transform:rotate(45deg)}.geo-3{background:linear-gradient(90deg,#0000,#c41a1c66,#0000);width:200px;height:1px;bottom:25%;right:10%}.geo-4{border:1px solid #f5f5f00a;width:80px;height:80px;top:60%;left:5%;transform:rotate(20deg)}.hero-light .geo-4{border-color:#15151514}.geo-5{background:var(--red);width:4px;height:4px;box-shadow:0 0 12px var(--red);border-radius:50%;top:20%;left:15%}.geo-6{background:linear-gradient(#0000,#c41a1c66,#0000);width:2px;height:80px;bottom:30%;left:8%}.hero-eyebrow,.section-tag,.stat-label,.ticker-item,.service-num,.service-tag,.process-n,.process-badge,.work-tag,.stack-pill,.testi-role,.footer-col h4,.footer-bottom p{font-family:Space Mono,SFMono-Regular,Consolas,monospace}.hero-eyebrow{color:var(--red);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;animation:.8s .3s forwards fadeUp;display:flex}.hero-eyebrow:before,.section-tag:before{background:var(--red);content:"";width:40px;height:1px}.hero-headline{letter-spacing:-.03em;max-width:900px;font-size:clamp(3.5rem,9vw,8rem);font-weight:700;line-height:.98;animation:.9s .5s forwards fadeUp}.hero-headline .line-2,.section-title .dim,.cta-section h2 .outline{color:#0000;-webkit-text-stroke:1px #f5f5f040}.hero-light .hero-headline,.hero-light .line-1{color:#151515}.hero-light .hero-headline .line-2{-webkit-text-stroke:2px var(--red)}.hero-headline .accent,.section-title .accent,.cta-section .accent{color:var(--red)}.hero-sub{max-width:520px;color:var(--white-dim);margin-top:2rem;font-size:1.1rem;line-height:1.7;animation:.8s .8s forwards fadeUp}.hero-light .hero-sub{color:#151515b8}.hero-light .btn-ghost{color:#1515159e}.hero-light .btn-ghost:hover{color:var(--red)}.hero-actions,.cta-actions{align-items:center;gap:2rem;margin-top:3rem;display:flex}.hero-actions{animation:.8s 1s forwards fadeUp}.hero-stream{background:linear-gradient(#0e0e0ef5,#080808e6),radial-gradient(circle at 100% 0,#c41a1c1f,#0000 38%);border:1px solid #c41a1c1f;border-radius:24px;min-height:360px;animation:1s 1.1s forwards fadeIn;overflow:hidden;box-shadow:inset 0 0 0 1px #f5f5f005,0 28px 80px #00000047}.hero-stream:before{content:"";border:1px solid #c41a1c14;border-radius:28px;position:absolute;inset:18px -18px -18px 18px}.hero-stream-header,.hero-stream-body,.hero-stream-footer{z-index:1;position:relative}.hero-stream-header{border-bottom:1px solid #f5f5f00f;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.hero-stream-title,.hero-stream-badge,.hero-stream-line,.hero-stream-footer{font-family:Space Mono,SFMono-Regular,Consolas,monospace}.hero-stream-title{color:#f5f5f0b8;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem}.hero-stream-badge{color:var(--red);letter-spacing:.16em;text-transform:uppercase;border:1px solid #c41a1c40;border-radius:999px;padding:.2rem .5rem;font-size:.65rem}.hero-stream-body{gap:.8rem;padding:1.2rem;display:grid}.hero-stream-line{font-size:.78rem;line-height:1.7}.hero-stream-line.is-command{color:#f5f5f0e0}.hero-stream-line.is-output{color:#c41a1cb8}.hero-stream-footer{color:#f5f5f057;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #f5f5f00f;justify-content:space-between;gap:1rem;padding:1rem 1.2rem 1.2rem;font-size:.62rem;display:flex}.btn-primary{background:var(--red);color:var(--white);letter-spacing:.06em;text-transform:uppercase;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;transition:transform .2s;position:relative;overflow:hidden}.btn-primary:after{content:"";background:#ffffff1a;transition:transform .3s;position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover:after{transform:translate(0)}.btn-primary:hover{transform:translateY(-2px)}.btn-ghost{color:var(--white-dim);letter-spacing:.04em;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.btn-ghost:hover{color:var(--white)}.btn-ghost .arrow{transition:transform .2s}.btn-ghost:hover .arrow{transform:translate(4px)}.terminal-cursor{vertical-align:middle;background:var(--red);width:6px;height:12px;margin-left:.15rem;animation:1s step-end infinite blink;display:inline-block}.scroll-indicator{flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.8s forwards fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator span{color:var(--white-dim);letter-spacing:.2em;text-transform:uppercase;font-size:.65rem}.hero-light .scroll-indicator span{color:#15151575}.scroll-line{background:linear-gradient(var(--red), transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollDrop}.ticker-wrap{background:var(--red);white-space:nowrap;padding:.75rem 0;overflow:hidden}.ticker-inner{animation:25s linear infinite ticker;display:inline-flex}.ticker-item{color:#080808b3;letter-spacing:.15em;text-transform:uppercase;padding:0 2rem;font-size:.72rem;font-weight:700}.ticker-item.light{color:#f5f5f0e6}.stats-section{background:radial-gradient(circle at top,#c41a1c14,#0000 34%),linear-gradient(#f7f5f1fa,#efebe5f5),#f5f5f0;border-top:1px solid #c41a1c1a;border-bottom:1px solid #c41a1c1a;grid-template-columns:repeat(3,1fr);gap:1px;padding:5rem 4rem;display:grid}.stat-card{background:var(--black);text-align:center;padding:2.5rem 2rem;box-shadow:0 16px 36px #1a120e14}.stat-num{color:var(--white);letter-spacing:-.03em;font-size:3.5rem;font-weight:700;line-height:1}.stat-num .unit{color:var(--red)}.stat-label{color:var(--white-dim);letter-spacing:.12em;text-transform:uppercase;margin-top:.5rem;font-size:.75rem}.cred-section{background:radial-gradient(circle at top center, #c41a1c14, transparent 45%), var(--black);border-top:1px solid #f5f5f00a;padding:5rem 4rem 2rem}.cred-section.light-section{background:radial-gradient(circle at top,#c41a1c1a,#0000 42%),linear-gradient(#f5f5f0fa,#efebe6f0),#f5f5f0;border-top:1px solid #c41a1c14}.light-section,.light-section .section-title,.light-section h3,.light-section .work-title,.light-section .testi-author{color:#151515}.light-section .section-title .dim{-webkit-text-stroke:1.6px var(--red)}.light-section .section-tag,.light-section .cred-sub,.light-section .testi-role,.light-section .testi-quote{color:#151515ad}.light-section .section-tag:before{background:var(--red)}.cred-copy{max-width:880px}.cred-title{max-width:760px;font-size:clamp(1.9rem,4.3vw,3.4rem)}.cred-sub{max-width:640px;color:var(--white-dim);margin-top:1.25rem;font-size:1rem;line-height:1.9}.cred-logos{background:linear-gradient(#141414eb,#0a0a0af5);border:1px solid #f5f5f00d;margin-top:2rem;padding:1rem 0;position:relative;overflow:hidden}.cred-logos:before,.cred-logos:after{z-index:2;content:"";pointer-events:none;width:72px;position:absolute;top:0;bottom:0}.cred-logos:before{background:linear-gradient(90deg,#080808f5,#08080800);left:0}.cred-logos:after{background:linear-gradient(270deg,#080808f5,#08080800);right:0}.cred-logo-track{align-items:center;gap:1.1rem;width:max-content;animation:28s linear infinite credMarquee;display:flex}.cred-logos:hover .cred-logo-track{animation-play-state:paused}.cred-logo-card{flex:0 0 248px;justify-content:center;align-items:center;min-height:64px;padding:.35rem .5rem;display:flex}.cred-logo-frame{justify-content:center;align-items:center;width:min(100%,210px);display:flex;position:relative}.cred-logo-image{object-fit:contain;grid-area:1/1;width:auto;max-width:180px;height:auto;max-height:44px;transition:opacity .2s,transform .2s}.cred-logo-frame.wide{width:min(100%,210px)}.cred-logo-frame.tall .cred-logo-image{max-width:110px;max-height:64px}.cred-logo-gray{opacity:.84}.cred-logo-color{opacity:0;margin:auto;position:absolute;inset:0}.cred-logo-card:hover .cred-logo-gray{opacity:0;transform:translateY(-2px)}.cred-logo-card:hover .cred-logo-color{opacity:1;transform:translateY(-2px)}.inner-page{padding-top:88px}.page-hero,.content-section{padding:7rem 4rem}.page-hero{border-bottom:1px solid #15151514}.page-hero.light-section{background:radial-gradient(circle at top,#c41a1c14,#0000 34%),linear-gradient(#f7f5f1fa,#efebe5f5),#f5f5f0}.content-section.light-section{background:linear-gradient(#f7f5f1fa,#efebe5f5),#f5f5f0}.page-hero-grid,.split-content{gap:3rem;display:grid}.page-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(240px,max-content);align-items:end;margin-top:2rem}.page-title{letter-spacing:-.04em;max-width:900px;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:.96}.page-hero.light-section .page-title{color:#151515}.page-title .accent{color:var(--red)}.page-subtitle{color:#151515b8;max-width:760px;margin-top:1.75rem;font-size:1.1rem;line-height:1.8}.page-hero-aside{justify-content:flex-end;display:flex}.page-hero-cta{text-align:center;white-space:normal;overflow-wrap:anywhere;max-width:min(100%,360px);line-height:1.35}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.info-card{background:#ffffffe6;border:1px solid #15151514;padding:2.2rem;box-shadow:0 14px 38px #1a120e0f}.info-card-index,.list-marker{color:var(--red);letter-spacing:.16em;text-transform:uppercase;font-family:Space Mono,SFMono-Regular,Consolas,monospace;font-size:.7rem;display:inline-flex}.info-card h2{color:#151515;letter-spacing:-.02em;margin-top:1.1rem;font-size:1.6rem;font-weight:600}.info-card p,.list-row p{color:#151515d6;margin-top:.95rem;font-size:.98rem;line-height:1.8}.content-section.light-section a{color:#151515;text-decoration-color:#c41a1c73}.split-content{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:start}.info-list{gap:1rem;display:grid}.list-row{border-top:1px solid #15151514;padding-top:1.2rem}.list-row:first-child{border-top:0;padding-top:0}.services-section,.work-section,.testi-section{padding:8rem 4rem}.services-section.light-section{background:radial-gradient(circle at top,#c41a1c14,#0000 34%),linear-gradient(#f7f5f1fa,#efebe5f5),#f5f5f0}.work-section.light-section{background:radial-gradient(circle at top,#c41a1c12,#0000 32%),linear-gradient(#f6f4f0fa,#ede9e3f5),#f5f5f0}.testi-section.light-section{background:linear-gradient(#f5f5f0fa,#eeeae4f5),#f5f5f0}.section-header{margin-bottom:5rem}.section-tag{color:var(--red);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.7rem;display:flex}.section-tag:before{width:30px}.section-title{letter-spacing:-.02em;max-width:600px;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.16}.stack-title{font-size:2rem}.services-grid{background:#c41a1c14;border:1px solid #c41a1c14;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.service-card{background:var(--black);padding:3rem 2.5rem;transition:background .4s;position:relative;overflow:hidden}.service-card:before{background:var(--surface);content:"";transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(100%)}.service-card:hover:before{transform:translateY(0)}.service-card:hover{background:var(--surface)}.services-section.light-section .services-grid{background:#15151514;border-color:#15151514}.services-section.light-section .service-card{background:#ffffffb8;box-shadow:inset 0 0 0 1px #ffffff59}.services-section.light-section .service-card:before,.services-section.light-section .service-card:hover{background:#fffffff5}.service-num,.service-icon,.service-name,.service-desc,.service-tag-list{z-index:1;position:relative}.service-num{color:var(--red);letter-spacing:.15em;margin-bottom:2rem;font-size:.65rem}.service-icon{width:48px;height:48px;margin-bottom:1.5rem}.service-icon svg{fill:none;width:100%;height:100%;stroke:var(--red);stroke-width:1.5px}.service-name{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.3rem;font-weight:600;transition:color .3s}.service-desc{color:var(--white-dim);font-size:.875rem;line-height:1.7}.services-section.light-section .service-desc{color:#151515b8}.service-tag-list{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.service-tag{color:#c41a1cb3;letter-spacing:.1em;text-transform:uppercase;border:1px solid #c41a1c4d;padding:.25rem .6rem;font-size:.6rem}.service-card:hover .service-tag{color:var(--red);border-color:#c41a1c80}.services-section.light-section .service-tag{background:#c41a1c0a;border-color:#c41a1c38}.red-strip{background:var(--red);padding:6rem 4rem;position:relative;overflow:hidden}.red-strip-mark{pointer-events:none;width:min(42vw,680px);height:auto;position:absolute;top:50%;right:3rem;transform:translateY(-50%)}.red-strip-content{z-index:1;max-width:700px;position:relative}.red-strip h2{color:var(--white);letter-spacing:-.02em;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;line-height:1.15}.red-strip p{color:#080808a6;max-width:500px;margin-top:1rem;font-size:1rem;line-height:1.7}.red-strip-cta{color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:#080808;margin-top:2rem;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.red-strip-cta:hover{opacity:.85}.process-section,.stack-section{background:var(--off-black)}.process-section{padding:8rem 4rem}.process-list{border-top:1px solid #f5f5f00f;flex-direction:column;margin-top:5rem;display:flex}.process-item{border-bottom:1px solid #f5f5f00f;grid-template-columns:80px 1fr auto;align-items:start;gap:3rem;padding:2.5rem 0;transition:padding-left .3s;display:grid;position:relative}.process-item:before{content:"";background:#c41a1c0a;width:0;transition:width .4s;position:absolute;inset:0 auto 0 0}.process-item:hover{padding-left:1rem}.process-item:hover:before{width:100%}.process-n,.process-body,.process-badge{z-index:1;position:relative}.process-n{color:var(--red);letter-spacing:.15em;padding-top:.25rem;font-size:.7rem}.process-body h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.process-body p{color:var(--white-dim);font-size:.875rem;line-height:1.7}.process-badge{white-space:nowrap;color:#c41a1c80;letter-spacing:.1em;text-transform:uppercase;border:1px solid #c41a1c33;align-self:center;padding:.3rem .8rem;font-size:.6rem}.work-grid,.testi-grid{gap:1.5rem;display:grid}.work-grid{grid-template-columns:1fr 1fr;margin-top:5rem}.work-section.light-section .work-grid{gap:1.75rem}.work-card{aspect-ratio:16/10;background:var(--surface);align-items:flex-end;display:flex;position:relative;overflow:hidden}.work-card-bg{transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.work-card:hover .work-card-bg{transform:scale(1.05)}.work-card-1 .work-card-bg{background:linear-gradient(135deg,#0d0d0d 0%,#1a0505 100%)}.work-card-2 .work-card-bg{background:linear-gradient(135deg,#050d0d 0%,#051515 100%)}.work-card-3 .work-card-bg{background:linear-gradient(135deg,#0d0805 0%,#1a1205 100%)}.work-card-4 .work-card-bg{background:linear-gradient(135deg,#05050d 0%,#0a0518 100%)}.work-card-pattern{opacity:.4;position:absolute;inset:0}.work-card-info{z-index:1;background:linear-gradient(#0000,#080808e6);width:100%;padding:2rem;transition:transform .3s;position:relative;transform:translateY(8px)}.work-card:hover .work-card-info{transform:translateY(0)}.work-tag{color:var(--red);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-size:.6rem}.work-title{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.work-desc{color:var(--white-dim);font-size:.8rem;line-height:1.5}.work-section.light-section .work-card{border:1px solid #15151514;box-shadow:0 16px 44px #21151014}.work-section.light-section .work-title{color:var(--white)}.work-arrow{z-index:1;opacity:0;border:1px solid #c41a1c4d;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .3s,transform .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:translate(4px,-4px)}.work-card:hover .work-arrow{opacity:1;transform:translate(0)}.work-arrow svg{width:14px;height:14px;stroke:var(--red)}.pattern-dots{background-image:radial-gradient(circle,#c41a1c33 1px,#0000 1px);background-size:24px 24px}.pattern-lines{background-image:repeating-linear-gradient(45deg,#c41a1c1a 0 1px,#0000 0 50%);background-size:16px 16px}.pattern-cross{background-image:linear-gradient(#c41a1c1a 1px,#0000 1px),linear-gradient(90deg,#c41a1c1a 1px,#0000 1px);background-size:40px 40px}.pattern-hex{background-image:radial-gradient(#c41a1c26 0%,#0000 60%)}.stack-section{border-top:1px solid #c41a1c14;padding:6rem 4rem}.stack-grid{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.stack-pill{color:var(--white-dim);letter-spacing:.1em;text-transform:uppercase;border:1px solid #f5f5f014;padding:.5rem 1.2rem;font-size:.7rem;transition:border-color .2s,color .2s}.stack-pill:hover{border-color:var(--red);color:var(--white)}.stack-pill.highlight{color:var(--red);border-color:#c41a1c66}.testi-grid{grid-template-columns:repeat(3,1fr);margin-top:4rem}.testi-card{border-top:2px solid var(--red);background:var(--surface);padding:2.5rem;position:relative}.testi-section.light-section .testi-card{background:#171717;box-shadow:0 16px 40px #1a120e1f}.testi-quote{color:var(--white-dim);margin-bottom:2rem;padding:0 2.1rem 1.2rem;font-size:.95rem;font-style:italic;line-height:1.8;position:relative}.testi-quote:before{color:#f5f5f0c7;content:"\"";font-size:3rem;font-style:normal;line-height:0;position:absolute;top:.7rem;left:0;transform:scale(-1)}.testi-quote:after{color:#f5f5f0c7;content:"\"";font-size:3rem;font-style:normal;line-height:0;position:absolute;bottom:-.1rem;right:.15rem}.testi-author{font-size:.9rem;font-weight:600}.testi-role{color:var(--white-dim);margin-top:.2rem;font-size:.75rem}.testi-section.light-section .testi-quote{color:#f5f5f0c7}.testi-section.light-section .testi-author{color:var(--white)}.testi-section.light-section .testi-role{color:#f5f5f094}.cta-section{text-align:center;padding:10rem 4rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(60% 60%,#c41a1c14 0%,#0000 70%);position:absolute;inset:0}.cta-section h2{z-index:1;letter-spacing:-.03em;max-width:700px;margin:0 auto;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1;position:relative}.cta-actions{z-index:1;justify-content:center;position:relative}footer{border-top:1px solid #c41a1c1f;grid-template-columns:minmax(240px,1.1fr) minmax(0,2fr);align-items:start;gap:4rem;padding:4rem;display:grid}.footer-links-grid{grid-template-columns:repeat(3,minmax(140px,180px));justify-content:start;gap:2.5rem;display:grid}.footer-brand img{width:auto;height:52px;margin-bottom:1rem}.footer-brand p{max-width:240px;color:var(--white-dim);font-size:.8rem;line-height:1.7}.footer-col h4{color:var(--red);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.65rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.85rem}.footer-bottom{border-top:1px solid #f5f5f00a;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-bottom p{color:#f5f5f04d;font-size:.75rem}.footer-built-by{color:#f5f5f033;font-size:.7rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@keyframes pulseGlow{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes scrollDrop{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes credMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .55rem))}}@media (max-width:900px){body{cursor:auto}#cursor,#cursor-ring{display:none}nav{padding:1.5rem 2rem}nav.scrolled{padding:1rem 2rem}.nav-links{display:none}.hero,.page-hero,.content-section,.cred-section,.services-section,.work-section,.process-section,.stack-section,.testi-section,.cta-section,.red-strip,footer{padding-left:2rem;padding-right:2rem}.hero-headline{font-size:3rem}.hero-layout{grid-template-columns:1fr;gap:2.5rem}.page-hero-grid,.split-content,.content-grid{grid-template-columns:1fr}.page-hero-aside{justify-content:flex-start}.hero-copy{max-width:100%}.hero-stream{width:100%;min-height:0}.hero-actions,.cta-actions{flex-direction:column;align-items:flex-start}.page-title{font-size:2.7rem}.cta-actions{align-items:center}.scroll-indicator{display:none}.stats-section{grid-template-columns:repeat(2,1fr)}.cred-logos{margin-top:1rem}.services-grid,.work-grid,.testi-grid{grid-template-columns:1fr}.process-item{grid-template-columns:60px 1fr}.process-badge{display:none}footer{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:repeat(3,minmax(120px,1fr));gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width:640px){.nav-cta{display:none}.stats-section{grid-template-columns:1fr}.cred-section{gap:2rem}.cred-logos{padding:0;overflow:visible}.cred-logos:before,.cred-logos:after{display:none}.cred-logo-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;width:100%;animation:none;display:grid}.cred-logo-card{background:#fff9;border:1px solid #c41a1c1f;min-height:74px;padding:.75rem}.cred-logo-card.is-clone{display:none}.cred-logo-frame,.cred-logo-frame.wide{width:100%}.cred-logo-image{max-width:140px;max-height:36px}.hero{padding-top:8rem;padding-bottom:4rem}.hero-stream{width:100%}.hero-stream:before{display:none}.hero-stream-footer{flex-direction:column;align-items:flex-start}.red-strip:before{font-size:6rem}footer{grid-template-columns:1fr}.footer-links-grid{grid-template-columns:1fr;gap:1.5rem}}
