:root{--black-950: #04070d;--black-900: #070c17;--navy-900: #0a1326;--blue-600: #1f6feb;--blue-500: #2d7ef7;--cyan-400: #33e0ff;--white: #ffffff;--slate-200: #c9d6f2;--slate-400: #8aa0c7;--glass: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--shadow: 0 30px 60px rgba(0, 0, 0, .45);--section-pad-y: 112px;--section-pad-y-tight: 96px;--section-gap: 64px;--content-gap: 28px;--card-pad: 28px;--card-radius: 24px;--card-border: rgba(111, 204, 255, .16);--card-bg: linear-gradient(180deg, rgba(10, 18, 34, .84), rgba(7, 12, 24, .8));--card-shadow: 0 24px 48px rgba(0, 0, 0, .34);--hover-glow: 0 0 22px rgba(51, 224, 255, .12);--ease-premium: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;height:auto}html{scroll-behavior:smooth;scroll-padding-top:180px;overflow-x:clip;background:#03050a;overscroll-behavior-y:auto}section{scroll-margin-top:180px}body{font-family:Manrope,sans-serif;color:var(--white);background:radial-gradient(circle at top,#0a1630e6,#060a12f2 45%,#03050a);min-height:100vh;line-height:1.6;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto}#root{background:#03050a;min-height:100vh;overflow-x:hidden;overflow-y:visible;overscroll-behavior-y:auto}.bg-ambient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:radial-gradient(circle at 10% 20%,rgba(51,224,255,.08),transparent 35%),radial-gradient(circle at 80% 10%,rgba(45,126,247,.12),transparent 40%),radial-gradient(circle at 70% 80%,rgba(51,224,255,.08),transparent 45%);animation:ambient-drift 28s ease-in-out infinite;will-change:transform;pointer-events:none}@keyframes ambient-drift{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}to{transform:translateY(0) scale(1)}}a{color:inherit;text-decoration:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:10;background:#02050c7a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:none;box-shadow:none;transition:background .42s var(--ease-premium),backdrop-filter .42s var(--ease-premium),box-shadow .42s var(--ease-premium),border-color .42s var(--ease-premium);transform:translateZ(0)}main{padding-top:88px}.nav{max-width:1320px;margin:0 auto;height:88px;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:none;transition:padding .38s var(--ease-premium),height .38s var(--ease-premium)}.logo{display:grid;justify-items:center}.logo-img{height:102px;width:auto;display:block;filter:drop-shadow(0 0 12px rgba(51,224,255,.28));transition:transform .38s var(--ease-premium),filter .38s var(--ease-premium);transform-origin:center;margin-top:0}.nav-links{display:flex;align-items:center;gap:16px;font-size:.8rem;letter-spacing:.14em;font-weight:700;text-transform:uppercase;color:#cbd6f0;padding:0;background:transparent;border:none;box-shadow:none;transition:transform .38s var(--ease-premium),gap .38s var(--ease-premium);transform-origin:center;white-space:nowrap}.site-header.is-compact .nav{height:74px;padding:4px 20px}.site-header.is-compact .logo-img{height:76px;transform:none}.site-header.is-compact .nav-links{gap:13px;transform:scale(.97)}.site-header.is-compact{background:#040812b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 14px 32px #00000057,0 0 18px #33e0ff0f;border-bottom:1px solid rgba(51,224,255,.1)}.nav-links a{position:relative;padding-bottom:2px;transition:color .3s ease,opacity .3s ease;opacity:.85}.nav-links a:after{content:attr(data-tooltip);position:absolute;left:50%;transform:translate(-50%) translateY(14px);top:100%;padding:12px 12px 8px;border-radius:6px;background:#081222f2;border:1px solid rgba(51,224,255,.35);color:#dfffee;font-size:.65rem;letter-spacing:.08em;line-height:1.15;text-align:center;text-transform:uppercase;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;box-shadow:0 8px 16px #00000059;clip-path:polygon(0% 12px,45% 12px,50% 0%,55% 12px,100% 12px,100% 100%,0% 100%)}.nav-links a:hover{opacity:1;color:#e6eeff}.nav-links a:not(.nav-home){padding:7px 12px;border-radius:999px;border:1px solid transparent;transition:color .3s var(--ease-premium),border-color .3s var(--ease-premium),box-shadow .3s var(--ease-premium),background .3s var(--ease-premium)}.nav-links a:not(.nav-home):hover{border-color:#33e0ff99;box-shadow:0 0 14px #2d7ef73d;background:#33e0ff0d}.nav-home{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border-radius:999px;background:linear-gradient(90deg,#2d7ef7f2,#33e0fff2);color:#03101f;box-shadow:0 0 16px #33e0ff66;opacity:1;line-height:1.1;text-align:center}.nav-home:hover{box-shadow:0 0 20px #33e0ffbf}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:18px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;line-height:1.15;text-align:center;background:linear-gradient(90deg,#2d7ef7f2,#33e0fff2);color:#03101f;box-shadow:0 0 10px #33e0ff29,inset 0 1px #ffffff14;transition:transform .3s var(--ease-premium),box-shadow .3s var(--ease-premium),color .3s var(--ease-premium)}.mobile-nav-toggle{display:none;padding:8px 12px;border-radius:10px;border:1px solid rgba(51,224,255,.4);background:#080e1ccc;color:#d9e8ff;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-nav-drawer{display:none}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 0 14px #33e0ff3d,0 8px 20px #0003}.nav-links a:hover:after{opacity:1;transform:translate(-50%) translateY(10px)}.nav-links a[data-tooltip]:before{content:"";position:absolute;left:50%;top:-14px;width:0%;height:2px;background:linear-gradient(90deg,var(--blue-500),var(--cyan-400));transition:width .3s ease,left .3s ease}.nav-links a[data-tooltip]:hover:before{width:100%;left:0}.nav-links a[data-tooltip]:before,.nav-links a[data-tooltip]:after{z-index:3}.hero{max-width:100%;margin:0;padding:124px 24px 96px;min-height:78vh;display:grid;grid-template-columns:1fr;gap:32px;align-items:center;position:relative;text-align:center;isolation:isolate}.hero-impact h1{font-size:clamp(3rem,6vw,4.8rem);letter-spacing:-.01em}.hero-pill{display:inline-flex;padding:6px 16px;border-radius:999px;background:#2d7ef729;border:1px solid rgba(51,224,255,.6);color:#d7ecff;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;box-shadow:0 0 18px #33e0ff2e}.hero-centered{max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;width:100%;position:relative;z-index:2;gap:0}.hero-wrapper{position:relative;width:min(980px,100%);margin:0 auto;min-height:560px;display:grid;place-items:center}.hero-accent{display:block;color:#6fe3ff;font-weight:700;font-size:.78em;margin-top:10px}.hero-orbit{display:flex;justify-content:center;margin-top:10px;z-index:1}.hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;background:radial-gradient(circle at center,#33e0ff40,#03050a00 70%);opacity:.7;pointer-events:none;z-index:0}.hero-visual-animated{background-image:radial-gradient(circle at 20% 30%,#33e0ff59,#03050a00 45%),radial-gradient(circle at 80% 20%,#2d7ef74d,#03050a00 50%),linear-gradient(120deg,#060c18fa,#000000fc);background-size:200% 200%;animation:hero-flow 18s ease-in-out infinite}.hero-visual-animated:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(51,224,255,.7) 1px,transparent 1px),radial-gradient(circle,rgba(51,224,255,.45) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.4) 1px,transparent 1px);background-size:120px 120px,180px 180px,260px 260px;background-position:0 0,40px 60px,80px 140px;opacity:.68;mix-blend-mode:screen;animation:star-drift 10s linear infinite}.hero-visual-animated:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px),radial-gradient(circle at 50% 40%,rgba(51,224,255,.35),transparent 60%);background-size:180px 180px,120px 120px,cover;background-position:0 0,60px 80px,center;opacity:.55;filter:blur(.35px)}@keyframes hero-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes grid-drift{0%{transform:translateY(0)}to{transform:translateY(40px)}}@keyframes star-drift{0%{transform:translateY(0);opacity:.55}50%{opacity:.9}to{transform:translateY(30px);opacity:.55}}.hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;margin:30px auto 56px;width:auto;min-width:0;flex-wrap:nowrap}.hero .hero-actions a{width:216px;text-align:center;display:inline-flex;justify-content:center;align-items:center;height:56px}.hero-actions-center{justify-content:center}.hero-metrics-center{max-width:600px;margin:38px auto 0;width:100%}.hero-glow{position:absolute;left:50%;bottom:-60px;transform:translate(-50%);width:80%;height:220px;background:radial-gradient(circle,rgba(51,224,255,.25),transparent 70%);opacity:.6;pointer-events:none;z-index:0}.split-card.new-way{border-color:#33e0ff80;box-shadow:0 18px 40px #33e0ff33}.split-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--slate-400)}.split-line{height:8px;border-radius:999px;background:#ffffff14}.split-line.short{width:60%}.split-line.accent{background:#33e0ff59}.split-tag{justify-self:start;padding:6px 10px;border-radius:999px;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;background:#ffffff14;color:#dceeff}.hero:before{content:"";position:absolute;inset:-120px 0 auto 0;height:320px;background:radial-gradient(circle,#2d7ef759,#03050a00 70%);z-index:-1}.eyebrow{letter-spacing:.2em;text-transform:uppercase;font-weight:600;font-size:.75rem;color:var(--slate-400)}.hero h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,5.2vw,4.6rem);line-height:1.04;margin:20px 0 14px;color:#cfd7e5;font-weight:600}.hero-subtitle{font-size:clamp(1.05rem,1.85vw,1.36rem);color:#afceee;margin:4px 0 0;letter-spacing:.02em;text-transform:none;text-align:center;white-space:normal}.scroll-hint{margin-top:20px;font-size:.9rem;color:var(--slate-400);letter-spacing:.06em;text-transform:uppercase}.lead{font-size:1.05rem;color:var(--slate-200);max-width:680px;margin:0 auto;text-align:center}.hero-actions{display:flex;gap:18px;justify-content:center;margin:30px 0 34px;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;font-weight:700;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;transition:transform .3s var(--ease-premium),box-shadow .3s var(--ease-premium),background .3s var(--ease-premium),border-color .3s var(--ease-premium),color .3s var(--ease-premium);color:#6fe3ff;background:#070c17bf;border:1px solid rgba(51,224,255,.45);box-shadow:0 0 14px #33e0ff29}.btn-primary{background:#070c17bf;color:#6fe3ff;box-shadow:0 0 18px #33e0ff33}.btn-secondary{border:1px solid rgba(51,224,255,.45);color:#6fe3ff;background:#070c17bf}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px);background:linear-gradient(90deg,var(--blue-500),var(--cyan-400));color:#fff;box-shadow:0 0 24px #33e0ff61}.btn-transform{position:relative;overflow:hidden;background:#070c17bf;color:#6fe3ff;border:1px solid rgba(51,224,255,.45);gap:8px}.btn-transform:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--blue-500),var(--cyan-400));transform:translateY(100%);transition:transform .3s ease;z-index:0}.btn-transform:hover:after{transform:translateY(0)}.btn-transform span,.btn-transform svg{position:relative;z-index:1}.btn-transform .btn-icon{width:16px;height:16px;transition:transform .3s ease}.btn-transform:hover .btn-icon{transform:translate(6px)}.btn-transform:hover{color:#fff}.hero-stats p{font-size:1.1rem;opacity:.8}main.focus-mode .section,main.focus-mode .hero,main.focus-mode .hero-band{display:none}main.focus-mode .section.is-focused{display:block;position:relative;min-height:100vh;overflow:visible;padding-top:80px;background:radial-gradient(circle at top,#0a1630f2,#060a12fa 45%,#03050a)}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px;margin-top:10px}.hero-metrics span{font-size:2.6rem;font-weight:700}.hero-metrics small{display:block;color:var(--slate-400);font-size:.9rem}.hero-orbit-panel{background:#ffffff0a;border:1px solid rgba(51,224,255,.3);border-radius:22px;padding:18px 12px;box-shadow:0 18px 50px #00000059}.hero-orbit-caption{margin-top:8px;font-size:.85rem;color:#c9d6f2;text-align:center}.hero-network{position:absolute;left:0;right:0;bottom:-40px;height:180px;background-image:linear-gradient(180deg,#03050a00,#03050ad9),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:center;opacity:.45;border-radius:20px;pointer-events:none;z-index:-1}.section{max-width:100%;margin:0;padding:var(--section-pad-y) 0 var(--section-pad-y-tight)}.section-inner{max-width:1320px;margin:0 auto;padding:0 28px}.why .section-inner{position:relative;z-index:1}.about{position:relative;background:linear-gradient(180deg,#000000f2,#061228e6);border-radius:28px;margin-bottom:48px;overflow:hidden}.about:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(transparent 28px,#33e0ff0f 29px),linear-gradient(90deg,transparent 28px,rgba(51,224,255,.06) 29px);background-size:32px 32px;opacity:.18;pointer-events:none}.about-grid{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(260px,.8fr);gap:40px;align-items:center;position:relative;z-index:1}.about-content h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,3.4vw,2.9rem);margin:14px 0 18px;line-height:1.15}.eyebrow-accent{font-size:.65rem;letter-spacing:.32em;opacity:.7;position:relative;padding-left:14px}.eyebrow-accent:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:2px;background:#33e0ff}.about-heading{color:#e6f0ff}.about-heading .accent-word{background:linear-gradient(90deg,#8ab8ff,#33e0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.about-text{max-width:620px;display:grid;gap:16px;color:var(--slate-200);line-height:1.75}.about-actions{display:flex;gap:20px;margin:28px 0;flex-wrap:wrap}.about-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.about-metrics span{display:block;margin-bottom:6px;font-size:2.4rem;font-weight:700;color:#e6f7ff;text-shadow:0 0 16px rgba(51,224,255,.35)}.about-metrics small{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#c9d6f2b3}.about-metrics>div{position:relative;padding:6px 0}.about-metrics>div:not(:last-child):after{content:"";position:absolute;right:-8px;top:10%;bottom:10%;width:1px;background:#ffffff14}.about-visual{display:flex;justify-content:center}.about-card{background:linear-gradient(180deg,#0c1426eb,#080e1cd1);border:1px solid rgba(51,224,255,.25);border-radius:26px;padding:30px;box-shadow:0 0 36px #33e0ff2e;position:relative}.about-card-header{font-weight:600;color:#9ec9ff;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.72rem}.about-card ul{list-style:none;display:grid;gap:10px;color:var(--slate-200)}.about-checks{display:grid;gap:10px}.about-checks li{display:flex;align-items:flex-start;gap:10px}.check-icon{color:#33e0ff;font-weight:700;margin-top:2px}.about-right{position:relative}.about-right:after{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle,rgba(51,224,255,.2),transparent 65%);opacity:.6;z-index:-1}.about-left,.about-right{opacity:0;transform:translateY(20px)}.about.is-visible .about-left{animation:about-fade .5s ease forwards}.about.is-visible .about-right{animation:about-fade .7s ease forwards}@keyframes about-fade{to{opacity:1;transform:translateY(0)}}.about-badge{margin-top:18px;padding:8px 14px;border-radius:999px;background:#33e0ff26;color:#e6eeff;font-weight:600;text-align:center}.section-split{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,2fr);gap:40px;align-items:start}.services .section-split{grid-template-columns:1fr}.section-head.sticky{position:sticky;top:140px;align-self:start}.services .section-head.sticky{position:static}.tab-buttons{display:grid;gap:12px;margin-top:24px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.tab-btn{padding:10px 16px;border-radius:999px;border:1px solid rgba(51,224,255,.2);background:#080e1ccc;color:var(--slate-200);font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,color .3s ease}.tab-btn.is-active{border-color:#33e0ff99;box-shadow:0 0 14px #33e0ff66;color:#e6eeff}.tab-panels{display:grid;gap:24px}.tab-panel{display:none!important}.tab-panel.is-active{display:grid!important;animation:tab-fade .35s ease}@keyframes tab-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.services{background:linear-gradient(180deg,#050810,#0c1c3af2 55%,#050810);max-width:100%;padding-left:0;padding-right:0;position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:160px;left:50%;transform:translate(-50%);width:min(920px,90vw);height:520px;background:radial-gradient(circle,rgba(51,224,255,.16),transparent 65%);opacity:.7;pointer-events:none;z-index:0}.services:after{content:"";display:block;height:24px}.why{background:linear-gradient(180deg,#050810,#102650f2 55%,#050810);margin-top:60px;position:relative}.why:before{content:"";position:absolute;top:-60px;left:0;right:0;height:120px;background:radial-gradient(circle at center,rgba(51,224,255,.12),transparent 65%);opacity:.18;pointer-events:none}.why{background:linear-gradient(180deg,#050810,#102650f2 55%,#050810)}.why:after{content:"";position:absolute;top:80px;left:50%;transform:translate(-50%);width:min(640px,90vw);height:240px;background:radial-gradient(circle,rgba(51,224,255,.18),transparent 70%);opacity:.5;pointer-events:none}.why .section-head{text-align:center;margin-bottom:56px;position:relative;margin-left:auto;margin-right:auto}.why .section-head h2,.why .section-head p{text-align:center;margin-left:auto;margin-right:auto}.why .section-head:after{content:none}.why .section-head h2{font-size:clamp(2.4rem,4vw,3.2rem);font-weight:700}.testimonials{background:linear-gradient(180deg,#050810,#0e2042f2 55%,#050810)}.testimonials .section-head{text-align:center;margin-left:auto;margin-right:auto}.contact{background:linear-gradient(180deg,#050810,#122a56f2 55%,#050810)}.section-head{max-width:680px;margin-bottom:56px}.section-head h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2.15rem,3.8vw,3rem);margin:12px 0 14px;line-height:1.08}.section-head p{color:#c9d6f2e0;line-height:1.78;max-width:62ch}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.services .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));position:relative;z-index:1;align-items:stretch}.services .section-head{display:grid;justify-items:center;gap:16px;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.services .section-head h2,.services .section-head p{margin-inline:auto;text-align:center}.card{background:#090e1894;border:1px solid var(--card-border);border-radius:var(--card-radius);padding:var(--card-pad);min-height:220px;box-shadow:var(--card-shadow);transition:transform .32s var(--ease-premium),border-color .32s var(--ease-premium),box-shadow .32s var(--ease-premium),background .32s var(--ease-premium);position:relative;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.service-card{text-align:center;display:grid;justify-items:center;align-content:center;gap:10px;min-height:328px;max-height:360px;border-color:#33e0ff73;box-shadow:0 18px 40px #00000042,0 0 16px #33e0ff1a;background:#080e1ca6;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,max-height .35s ease;cursor:pointer}.service-card:hover,.service-card.is-open{transform:translateY(-6px) scale(1.01);border-color:#33e0ffb3;box-shadow:0 26px 52px #00000052,0 0 24px #33e0ff29;max-height:1000px}.card:hover{transform:translateY(-6px);border-color:#33e0ff59;box-shadow:0 24px 46px #0000004d,0 0 18px #33e0ff1f}.card h3{font-family:Space Grotesk,sans-serif;margin-bottom:10px}.card p{color:var(--slate-200)}.service-card .card-icon{width:92px;height:92px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(51,224,255,.28);color:#6fe3ff;margin-bottom:14px;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;background:#080e1cb3;box-shadow:0 0 18px #33e0ff59}.service-card .card-icon svg{width:46px;height:46px}.service-card:hover .card-icon,.service-card.is-open .card-icon{transform:translateY(-6px) scale(1.05);border-color:#33e0ffbf;box-shadow:0 0 26px #33e0ff8c}.service-title{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;margin:0;position:relative;padding-bottom:14px}.service-title:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,rgba(51,224,255,.8),transparent);box-shadow:0 0 12px #33e0ff80;transition:width .35s ease,box-shadow .35s ease}.service-card:hover .service-title:after,.service-card.is-open .service-title:after{width:75%;box-shadow:0 0 18px #33e0ffcc}.card-preview{font-size:.92rem;color:var(--slate-200);max-width:260px}.card-extra{opacity:0;max-height:0;overflow:hidden;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease,max-height .35s ease;display:grid;gap:10px;text-align:center}.service-card:hover .card-extra,.service-card.is-open .card-extra{opacity:1;max-height:900px;transform:translateY(0)}.card-benefit{font-weight:600;margin-bottom:12px}.card-desc{color:var(--slate-200);font-size:.95rem;margin-bottom:16px}.card-bullets{list-style:disc;padding-left:18px;color:var(--slate-400);display:grid;gap:6px;margin-bottom:16px}.card-link{display:inline-block;color:#6fe3ff;font-weight:600}.card-link:hover{color:#e6f7ff}.services-metrics{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:22px;border-radius:22px;border:1px solid rgba(51,224,255,.18);background:#080e1c8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;z-index:1;text-align:center}.services-metrics span{display:block;font-size:2.1rem;font-weight:700;color:#e6f7ff}.services-metrics small{color:var(--slate-400);font-size:.85rem}.services-cta{margin-top:34px;display:grid;justify-items:center;gap:10px;text-align:center;position:relative;z-index:1}.services-cta .btn-primary{padding:14px 36px;font-size:.95rem}.services-link{color:#a6c8ff;font-weight:600}.services-link:hover{color:#e6f7ff}.card-detail{margin-top:14px;font-size:.9rem;color:var(--slate-400);opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.card:hover .card-detail,.card:focus-within .card-detail{opacity:1;transform:translateY(0)}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;text-align:center}.why-card{padding:22px 8px 28px;border-bottom:1px solid rgba(51,224,255,.55);transition:transform .3s ease,color .3s ease;display:grid;justify-items:center;text-align:center}.why-card:hover{transform:translateY(-4px)}.why-icon{width:56px;height:56px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(51,224,255,.25);color:#9ec9ff;margin-bottom:14px;background:#080e1c8c}.why-icon svg{width:28px;height:28px}.why-card h3{font-family:Space Grotesk,sans-serif;margin-bottom:8px}.why-card p{color:#c9d6f2e0;line-height:1.72}.impact-row{margin-top:54px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding-top:34px;border-top:none;text-align:center;align-items:start}.impact-row span{font-size:2.1rem;font-weight:700}.impact-row small{display:block;color:var(--slate-400);font-size:.85rem}.impact-row .metric-ring{width:96px;height:96px;border-radius:50%;margin:0 auto 12px;background:conic-gradient(#9ec9ff calc(var(--value) * 1%),#ffffff14 0);mask:radial-gradient(circle at center,transparent 58%,#000 59%)}.trust-statement{margin:42px auto 0;max-width:760px;text-align:center;color:var(--slate-200);font-size:.98rem}.why-cta{margin-top:34px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;text-align:center}.projects{background:linear-gradient(180deg,#050810,#0a1832f5 55%,#050810);position:relative;overflow:hidden}.projects:before{content:"";position:absolute;top:90px;left:50%;transform:translate(-50%);width:min(980px,92vw);height:380px;background:radial-gradient(circle,rgba(51,224,255,.14),transparent 70%);pointer-events:none;opacity:.9}.projects-head{text-align:center;margin-left:auto;margin-right:auto}.projects-head h1,.projects-head h2,.projects-head p{margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;position:relative;z-index:1;align-items:stretch;max-width:1180px;margin:0 auto}.projects-grid-all{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:1240px}.project-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr);gap:28px;padding:32px;border-radius:26px;background:linear-gradient(180deg,#0a1222d6,#070c18d1);border:1px solid rgba(51,224,255,.18);box-shadow:0 24px 52px #0000005c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;align-items:stretch}.project-card:hover{transform:translateY(-8px);border-color:#33e0ff6b;box-shadow:0 28px 56px #00000061,0 0 18px #33e0ff1a}.project-card-copy{display:grid;align-content:start;gap:12px;height:100%}.project-category{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:#8fc8ff}.project-card h3,.projects-grid-all .project-card h2{font-family:Space Grotesk,sans-serif;font-size:2rem;line-height:1.04}.project-description{color:var(--slate-200);max-width:44ch;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.project-tags span{padding:8px 12px;border-radius:999px;border:1px solid rgba(51,224,255,.22);background:#33e0ff14;color:#d8ecff;font-size:.78rem;line-height:1}.project-highlights{display:grid;gap:9px;margin-top:2px}.project-highlights>div{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:start}.project-highlight-dot{width:10px;height:10px;border-radius:50%;margin-top:7px;background:linear-gradient(180deg,#2d7ef7,#33e0ff);box-shadow:0 0 14px #33e0ff99}.project-highlights p{color:var(--slate-200);line-height:1.5}.project-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;width:fit-content;border-radius:999px;background:linear-gradient(90deg,#2d7ef7f2,#33e0fff2);color:#03101f;font-weight:700;line-height:1.15;text-align:center;box-shadow:0 0 18px #33e0ff47;transition:transform .3s ease,box-shadow .3s ease,color .3s ease;margin-top:auto;align-self:start}.project-card-cta:hover{transform:translateY(-2px);box-shadow:0 0 24px #33e0ff7a;color:#fff}.projects-cta{margin-top:28px;display:flex;justify-content:center}.project-filter-header{display:flex;justify-content:center;margin:10px auto 16px}.project-filter-intro{display:inline-flex;align-items:center;gap:10px;color:#dbedffb8;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.project-filter-intro:before{content:"";width:28px;height:1px;background:linear-gradient(90deg,#2d7ef733,#33e0fff2);box-shadow:0 0 12px #33e0ff33}.project-filter-wrap{display:flex;justify-content:center;margin:0 auto 18px}.project-filter-bar{max-width:min(100%,1240px);display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border-radius:999px;border:1px solid rgba(51,224,255,.16);background:linear-gradient(180deg,#09101ed6,#060c18cc);box-shadow:inset 0 1px #ffffff08,inset 0 -1px #33e0ff0a,0 16px 30px #00000047,0 0 0 1px #2d7ef70a;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x proximity}.project-filter-bar::-webkit-scrollbar{display:none}.project-filter{flex:0 0 auto;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;background:transparent;color:#e6f7ffd1;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:color .28s ease,background .28s ease,box-shadow .28s ease,border-color .28s ease,transform .28s ease;scroll-snap-align:center}.project-filter span{display:inline-flex;align-items:center;min-height:30px}.project-filter:hover{color:#f5fbff;transform:translateY(-1px)}.project-filter.is-active{background:linear-gradient(90deg,#2d7ef7eb,#33e0ffeb);color:#04111f;border-color:#33e0ff4d;box-shadow:0 0 20px #33e0ff42}.project-filter:focus-visible{outline:none;color:#f5fbff;border-color:#33e0ff6b;box-shadow:0 0 0 3px #33e0ff29}.project-results-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:1240px;margin:0 auto 24px;padding:0 4px}.project-results-context{color:#f1f7ff;font-size:.98rem;font-weight:600}.project-results-type{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(51,224,255,.14);background:#33e0ff0d;color:#d8ecffc2;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.projects-grid-filtered{animation:projects-fade-in .28s ease}.projects-grid-single{max-width:760px}@keyframes projects-fade-in{0%{opacity:.68;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.project-visual-link{display:block;height:100%;color:inherit}.project-visual{height:100%;min-height:340px;border-radius:22px;background:radial-gradient(circle at top,#33e0ff1f,#060c1800 64%);position:relative;display:flex;align-items:center}.project-visual-shell{width:100%;border-radius:22px;border:1px solid rgba(51,224,255,.14);background:linear-gradient(180deg,#09101edb,#060c18cc);overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #0000003d;transition:border-color .35s ease,box-shadow .35s ease}.project-card:hover .project-visual-shell{border-color:#33e0ff47;box-shadow:inset 0 1px #ffffff0a,0 14px 28px #33e0ff1a}.project-visual-top,.gallery-screen-top,.project-preview-bar{display:flex;gap:8px;padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.05)}.project-visual-top span,.gallery-screen-top span,.project-preview-bar span{width:8px;height:8px;border-radius:50%;background:#cfe9ff59}.project-visual-body,.project-preview-body{display:grid;gap:14px;padding:12px}.project-visual-card-stack{position:relative;min-height:320px;padding:10px 14px 12px}.project-visual-card-frame,.project-visual-hero-frame{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(51,224,255,.12);background:linear-gradient(180deg,#0b1424c2,#080f1cb8);box-shadow:inset 0 1px #ffffff08}.project-visual-card-image,.project-visual-hero-image,.project-visual-dashboard-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.project-visual-primary,.preview-panel-wide{min-height:92px;padding:10px;border-radius:16px;background:linear-gradient(180deg,#0b1424c2,#080f1cb8);border:1px solid rgba(51,224,255,.08);display:grid;align-content:start;gap:10px}.project-visual-label{display:inline-flex;align-items:center;width:fit-content;padding:5px 9px;border-radius:999px;border:1px solid rgba(51,224,255,.12);background:#33e0ff0d;color:#d7eaffc7;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-visual-screen{min-height:168px;aspect-ratio:16 / 9;padding:0;border-radius:14px;border:1px solid rgba(51,224,255,.1);background:linear-gradient(180deg,#0d182ac7,#09101cbd),radial-gradient(circle at top,rgba(51,224,255,.08),transparent 70%);box-shadow:inset 0 1px #ffffff08;display:grid;align-content:end;gap:5px;position:relative;overflow:hidden}.project-visual-primary strong,.preview-panel-wide strong{font-family:Space Grotesk,sans-serif;font-size:1rem;color:#eef5ff}.project-visual-primary small,.preview-panel-wide small{color:var(--slate-400);line-height:1.38;font-size:.78rem}.project-visual-panels,.preview-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-visual-panel,.preview-panel{min-height:92px;border-radius:14px;border:1px solid rgba(51,224,255,.09);background:#0a1222ad;display:flex;align-items:end;padding:14px;color:#d7eaff;font-size:.82rem;line-height:1.3;position:relative;overflow:hidden}.image-loop,.project-visual-media,.project-visual-panel-media,.gallery-screen-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.image-loop-frame,.project-visual-media-image,.project-visual-panel-image,.gallery-screen-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important;filter:none!important;image-rendering:auto;backface-visibility:visible;opacity:1;transition:none}.image-loop-frame.is-active,.project-visual-media-image.is-active,.project-visual-panel-image.is-active,.gallery-screen-image.is-active{opacity:1;transform:none!important;filter:none!important}.project-visual-overlay{position:absolute;inset:auto 0 0 0;z-index:2;display:grid;gap:5px;padding:18px 16px 14px;background:linear-gradient(180deg,transparent,rgba(6,12,24,.9) 55%,rgba(6,12,24,.98))}.project-visual-panel-label{position:absolute;inset:auto 10px 10px 10px;z-index:2;display:inline-flex;width:fit-content;max-width:calc(100% - 20px);padding:6px 9px;border-radius:999px;background:#060c18db;border:1px solid rgba(255,255,255,.08);color:#eef5ff;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.projects-portfolio-page .projects-index-hero{padding-top:54px;padding-bottom:34px}.projects-hero-intro{display:grid;gap:28px}.projects-portfolio-page .projects-head{max-width:860px}.projects-portfolio-page .projects-head .eyebrow{margin-bottom:10px}.projects-portfolio-page .projects-head h1{font-size:clamp(3rem,5.8vw,4.8rem);line-height:.98}.projects-portfolio-page .projects-head p{max-width:66ch;font-size:1.06rem;line-height:1.76}.projects-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:980px;margin:0 auto}.projects-hero-metric{padding:18px 20px;border-radius:18px;border:1px solid rgba(51,224,255,.16);background:linear-gradient(180deg,#0b1424c2,#080e1cb8);box-shadow:inset 0 1px #ffffff08,0 14px 28px #0000002e;text-align:center}.projects-hero-metric strong{display:block;font-family:Space Grotesk,sans-serif;font-size:1.5rem;color:#f6fbff}.projects-hero-metric span{display:block;margin-top:6px;color:#c3d7ee;font-size:.86rem;letter-spacing:.06em;text-transform:uppercase}.projects-portfolio-page .projects-index-list{padding-top:54px;padding-bottom:72px}.projects-portfolio-page .project-filter-wrap{margin-bottom:22px}.projects-portfolio-page .project-filter-bar{width:min(100%,920px);margin:0 auto;padding:8px 14px;gap:12px}.projects-portfolio-page .project-filter{flex:1 1 0;min-height:48px;min-width:max-content;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.projects-portfolio-page .project-filter em{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#ffffff0f;color:#d8ecffcc;font-style:normal;font-size:.72rem;font-weight:700}.projects-portfolio-page .project-filter.is-active em{background:#04111f2e;color:#04111f}.projects-featured-wrap{margin:0 auto 52px;max-width:1240px}.featured-project-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:32px;padding:36px;border-radius:30px;border:1px solid rgba(51,224,255,.18);background:linear-gradient(180deg,#0c1426e6,#080e1cd6),radial-gradient(circle at top right,rgba(51,224,255,.08),transparent 42%);box-shadow:0 30px 62px #0000004d,0 0 28px #33e0ff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-items:stretch;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.featured-project-card:hover{transform:translateY(-6px);border-color:#33e0ff4d;box-shadow:0 34px 70px #00000057,0 0 34px #33e0ff1f}.featured-project-copy{display:grid;align-content:start;gap:18px}.featured-project-meta{display:grid;gap:10px}.featured-project-badge{display:inline-flex;align-items:center;width:fit-content;padding:7px 12px;border-radius:999px;border:1px solid rgba(51,224,255,.18);background:#33e0ff0f;color:#cfe9ff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.featured-project-card h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1}.featured-project-summary{max-width:42ch;color:#c4d7eb;line-height:1.76}.featured-project-tags{display:flex;flex-wrap:wrap;gap:10px}.featured-project-tags span{padding:8px 12px;border-radius:999px;border:1px solid rgba(51,224,255,.18);background:#ffffff0a;color:#d8ecff;font-size:.76rem}.featured-project-highlights{display:grid;gap:10px;margin-top:4px}.featured-project-highlights>div{display:grid;grid-template-columns:10px 1fr;gap:10px}.featured-project-highlights p{color:#c7d8ea;line-height:1.58}.featured-project-visual{display:block;color:inherit}.project-visual--featured{min-height:100%}.project-visual--featured .project-visual-shell{height:100%;border-color:#6fccff29;background:linear-gradient(180deg,#0d182ce0,#080f1cd1);box-shadow:inset 0 1px #ffffff0a,0 18px 34px #0003}.project-visual--featured .project-visual-body{padding:12px;gap:12px}.project-visual--featured .project-visual-primary{min-height:120px;padding:12px}.project-visual--featured .project-visual-screen{min-height:260px}.project-visual--featured .project-visual-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.project-visual--featured .project-visual-panel{min-height:86px}.projects-gallery-section{display:grid;gap:20px;margin-top:12px}.projects-gallery-head{display:grid;gap:6px;max-width:760px}.projects-gallery-head h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.08;color:#f4f9ff}.projects-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}.projects-portfolio-grid.is-single{grid-template-columns:minmax(340px,520px);justify-content:center}.project-gallery-card{display:grid;gap:0;height:100%;border-radius:24px;overflow:hidden;border:1px solid rgba(51,224,255,.16);background:linear-gradient(180deg,#0b1424db,#080e1cd1);box-shadow:0 20px 42px #00000042;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.project-gallery-card:hover{transform:translateY(-6px);border-color:#33e0ff47;box-shadow:0 26px 50px #00000052,0 0 22px #33e0ff14}.project-gallery-visual{display:block;color:inherit;overflow:hidden}.project-visual--gallery{min-height:216px;background:radial-gradient(circle at top,#33e0ff1a,#060c1800 68%)}.project-visual--gallery .project-visual-shell{height:100%;border-radius:0;border:none;border-bottom:1px solid rgba(51,224,255,.12);box-shadow:none}.project-visual--gallery .project-visual-top{padding:10px 12px}.project-visual--gallery .project-visual-body{padding:10px}.project-visual--gallery .project-visual-primary{min-height:auto;padding:2px 2px 0;border:none;background:transparent;gap:10px}.project-visual--gallery .project-visual-label{position:static;z-index:auto;margin-left:2px}.project-visual--gallery .project-visual-screen{min-height:188px;border-radius:16px}.project-visual--gallery .project-visual-screen img{transition:transform .35s ease}.project-gallery-card:hover .project-visual--gallery .project-visual-screen img{transform:scale(1.018)}.project-gallery-copy{display:grid;align-content:start;gap:10px;padding:20px 22px 24px}.project-gallery-copy h3{font-family:Space Grotesk,sans-serif;font-size:1.55rem;line-height:1.08}.project-gallery-description{color:#c2d5e9;line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.2em}.project-gallery-tags{display:flex;flex-wrap:wrap;gap:8px}.project-gallery-tags span{padding:6px 10px;border-radius:999px;border:1px solid rgba(51,224,255,.16);background:#33e0ff0f;color:#d4e9ff;font-size:.72rem}.project-gallery-link{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:#74e8ff;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;transition:transform .28s ease,color .28s ease}.project-gallery-link:hover{color:#fff;transform:translate(2px)}.projects-empty-state{max-width:720px;margin:18px auto 0;padding:34px;border-radius:24px;border:1px solid rgba(51,224,255,.16);background:linear-gradient(180deg,#0a1222db,#060c18d1);text-align:center}.projects-empty-state h2{font-family:Space Grotesk,sans-serif;font-size:2rem;margin-bottom:10px}.projects-page-cta{padding-top:42px}.projects-page-cta-card{max-width:960px;margin:0 auto;padding:42px 40px;display:grid;justify-items:center;gap:18px;border-radius:28px;border:1px solid rgba(51,224,255,.16);background:linear-gradient(180deg,#0a1222e0,#060c18d6),radial-gradient(circle at top,rgba(51,224,255,.08),transparent 64%);box-shadow:0 26px 54px #00000047;text-align:center}.projects-page-cta-card h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,4vw,3.1rem);line-height:1.08;margin:14px auto 16px;max-width:15ch}.projects-page-cta-card p{max-width:58ch;margin:0 auto;color:#c3d4e8;line-height:1.74}.projects-page-cta-card .btn-primary{margin-top:10px;display:inline-flex;align-items:center;justify-content:center}.project-page{background:linear-gradient(180deg,#080e1c,#0d182c 42%,#070d1a)}.projects-page .projects-index-hero{padding-bottom:20px}.project-hero,.project-story,.project-features,.project-stack,.project-impact,.project-gallery,.project-final-cta{position:relative}.project-hero:before,.project-gallery:before{content:"";position:absolute;top:70px;left:50%;transform:translate(-50%);width:min(1000px,94vw);height:320px;background:radial-gradient(circle,rgba(51,224,255,.1),transparent 70%);pointer-events:none}.project-page .eyebrow{color:#8fc8ff}.project-page h1,.project-page h2,.project-page h3{color:#f4f9ff}.project-page p,.project-page li,.project-page figcaption{color:#b9cbe0}.project-page .section-head p,.project-page .project-summary,.project-page .story-card p:last-child,.project-page .project-impact-card p,.project-page .project-final-card p,.project-page .gallery-placeholder figcaption{color:#c3d4e8}.project-page .section{padding-top:96px;padding-bottom:96px}.project-page .section+.section{position:relative}.project-page .section+.section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(1120px,calc(100% - 48px));height:1px;background:linear-gradient(90deg,#6fccff00,#6fccff1f 18%,#6fccff29,#6fccff1f 82%,#6fccff00)}.project-page .section:nth-of-type(2n){background:linear-gradient(180deg,#ffffff04,#ffffff02)}.project-page .section-head{max-width:760px;margin-bottom:56px}.project-page .section-head .eyebrow{color:#9bcfff;font-size:.8rem;letter-spacing:.16em}.project-page .section-head h2{margin:14px 0 18px;font-size:clamp(2.25rem,4vw,3.2rem);line-height:1.08;color:#f4f9ff}.project-page .section-head p{color:#c4d5e8;line-height:1.8;max-width:58ch}.project-hero-grid,.project-stack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center}.project-hero{padding-top:36px;padding-bottom:42px}.project-copy{display:grid;align-content:start;gap:18px;max-width:640px}.project-copy h1{font-family:Space Grotesk,sans-serif;font-size:clamp(3.1rem,5.8vw,4.9rem);line-height:.98;margin-top:6px;color:#f7fbff;text-shadow:0 4px 18px rgba(0,0,0,.22)}.project-summary{font-size:1.18rem;color:#c8d8ea;max-width:42ch;margin-top:2px;line-height:1.72}.project-meta-points{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px}.project-meta-points span{padding:9px 12px;border-radius:999px;border:1px solid rgba(111,204,255,.2);background:#ffffff0d;color:#d6e7f6;font-size:.78rem}.project-preview{position:relative;display:flex;justify-content:flex-end}.project-preview-card{width:min(100%,720px);min-height:560px}.project-preview-card .project-visual-shell{min-height:560px;border-color:#6fccff38;background:linear-gradient(180deg,#0f1a2eeb,#0a1222e0);box-shadow:0 24px 44px #0000003d,0 0 26px #33e0ff1a}.project-preview-card .project-visual-top{padding:13px 16px}.project-preview-card .project-visual-body{padding:10px;gap:0}.project-preview-card .project-visual-primary{min-height:100%;padding:8px;border-radius:18px;border-color:#6fccff29;background:linear-gradient(180deg,#121f36f0,#0b1426e6);box-shadow:inset 0 1px #ffffff0a,0 12px 26px #0000002e,0 0 18px #33e0ff0f}.project-preview-card .project-visual-label{padding:6px 10px;font-size:.7rem;border-color:#6fccff2e;background:#33e0ff12;color:#d9ecff}.project-preview-card .project-visual-screen{min-height:0;aspect-ratio:16 / 9;padding:0;border-radius:16px;border-color:#6fccff29;background:#08111f;box-shadow:0 12px 24px #0000002e,0 0 12px #33e0ff0d}.project-preview-card .project-visual-media-image{object-fit:contain;object-position:center;image-rendering:auto}.project-preview-card .project-visual-overlay{display:none}.project-preview-card .project-visual-overlay strong{font-size:1.02rem;color:#f2f8ff}.project-preview-card .project-visual-overlay small{font-size:.8rem;color:#d1e0ef;line-height:1.45}.project-preview-card .project-visual-panels{display:none}.project-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.project-story{padding-top:84px}.story-card,.project-impact-card,.project-feature-card{border-radius:22px;background:linear-gradient(180deg,#14223af0,#0c1628e6);border:1px solid rgba(127,209,255,.24);box-shadow:inset 0 1px #ffffff09,0 14px 28px #00000038}.story-card{padding:36px}.story-card p:last-child{color:var(--slate-200);line-height:1.82;font-size:1.02rem}.project-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-feature-card{padding:32px;display:grid;gap:20px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.project-feature-card:hover{transform:translateY(-3px);border-color:#7fd1ff57;box-shadow:inset 0 1px #ffffff0a,0 18px 32px #0000003d,0 0 14px #33e0ff0d}.project-feature-icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(51,224,255,.24);background:#33e0ff14;color:#83d7ff}.project-feature-icon svg{width:26px;height:26px}.project-feature-card h3{font-family:Space Grotesk,sans-serif;font-size:1.12rem;line-height:1.3;color:#f4f9ff}.project-stack-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.project-stack-chips span{padding:13px 17px;border-radius:999px;border:1px solid rgba(127,209,255,.24);background:#121f35e6;color:#f1f8ff;box-shadow:inset 0 1px #ffffff08,0 8px 16px #0000001f}.project-impact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.project-impact-card{padding:32px 28px;display:grid;gap:18px;min-height:184px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.project-impact-card:hover{transform:translateY(-3px);border-color:#7fd1ff4d;box-shadow:inset 0 1px #ffffff0a,0 18px 32px #00000038,0 0 12px #33e0ff0a}.impact-check{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#33e0ff1a;border:1px solid rgba(51,224,255,.24);color:#74e8ff;box-shadow:0 0 14px #33e0ff24}.project-impact-card p{color:var(--slate-200);line-height:1.75;color:#c9d9ea}.project-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,300px);gap:24px;justify-content:center}.gallery-placeholder{display:grid;gap:14px;align-content:start}.gallery-screen{border-radius:20px;border:1px solid rgba(111,204,255,.16);background:#08111f;overflow:hidden;min-height:0;aspect-ratio:16 / 9;box-shadow:0 12px 22px #00000029,0 0 10px #33e0ff0a;transition:border-color .3s ease,box-shadow .3s ease}.gallery-screen-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:0;cursor:pointer;text-align:left}.gallery-screen:hover{border-color:#6fccff3d;box-shadow:0 16px 28px #0000002e,0 0 14px #33e0ff0f}.gallery-screen-body{min-height:160px;display:grid;place-items:center;padding:24px;color:#e2effc;text-align:center;font-family:Space Grotesk,sans-serif;letter-spacing:.02em}.gallery-screen-media-body{padding:0;min-height:0;width:100%;height:100%;position:relative}.gallery-screen-image{object-fit:contain;object-position:center;image-rendering:auto}.screenshot-frame{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:16 / 9;background:#08111f;border:1px solid rgba(111,204,255,.16)}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:28px}.gallery-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#040a14c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.gallery-lightbox-window{position:relative;z-index:1;width:min(1120px,100%);border-radius:24px;border:1px solid rgba(111,204,255,.18);background:linear-gradient(180deg,#0e182afa,#080e1af5);box-shadow:0 28px 60px #00000061,0 0 28px #33e0ff14;padding:20px}.gallery-lightbox-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.gallery-lightbox-header h3{color:#f4f9ff;font-family:Space Grotesk,sans-serif;font-size:1.5rem;line-height:1.15;margin-top:8px}.gallery-lightbox-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(111,204,255,.18);background:#ffffff0a;color:#e4f0fb;min-height:44px;padding:0 16px;border-radius:999px;font-weight:700;cursor:pointer;transition:border-color .25s ease,background .25s ease}.gallery-lightbox-close:hover{border-color:#6fccff4d;background:#6fccff14}.gallery-lightbox-frame{width:100%;aspect-ratio:16 / 9;border-radius:20px;background:#08111f;border:1px solid rgba(111,204,255,.16);box-shadow:0 18px 34px #0000003d}.gallery-lightbox-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gallery-lightbox-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:none!important;filter:none!important;image-rendering:auto}.gallery-placeholder figcaption{color:#d4e3f2;text-align:center;font-size:.96rem;font-weight:600;line-height:1.55;letter-spacing:.01em}.project-final-card{max-width:880px;margin:0 auto;text-align:center;padding:54px 52px;display:grid;justify-items:center;gap:22px;border-radius:24px;background:linear-gradient(180deg,#162640f5,#0d182beb),radial-gradient(circle at top,rgba(51,224,255,.08),transparent 60%);border:1px solid rgba(127,209,255,.28);box-shadow:inset 0 1px #ffffff0d,0 22px 42px #0000003d,0 0 20px #33e0ff0f}.project-final-card h2{max-width:18ch;line-height:1.12;color:#f7fbff;font-size:clamp(2.2rem,4vw,3rem)}.project-final-card p{color:#d1e0ef;max-width:760px;line-height:1.8;font-size:1.04rem}.project-final-card .btn-primary{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-height:56px;padding-inline:28px;position:relative;z-index:1;box-shadow:0 12px 26px #33e0ff2e}.project-missing{min-height:calc(100vh - 220px);display:grid;align-items:center}.testimonials{background:radial-gradient(circle at top,rgba(45,126,247,.12),transparent 65%)}.testimonials .section-head{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:56px}.testimonials .section-head .eyebrow{color:#9ec9ff;text-shadow:0 0 12px rgba(51,224,255,.35)}.testimonials .section-head h2{font-size:clamp(2.4rem,4vw,3.2rem)}.testimonials .section-head p{max-width:680px;margin:0 auto}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.testimonial{background:linear-gradient(180deg,#0c1426d9,#080e1cb3);border:1px solid rgba(51,224,255,.25);border-radius:22px;padding:36px 34px;text-align:center;position:relative;overflow:hidden;box-shadow:0 22px 48px #00000057;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.testimonial:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(51,224,255,.18),transparent 65%);opacity:.6;pointer-events:none}.testimonial:hover{transform:translateY(-6px);border-color:#33e0ff8c;box-shadow:0 28px 55px #33e0ff38}.quote-mark{font-size:5rem;line-height:1;color:#33e0ff29;position:absolute;top:18px;left:24px;font-weight:700}.quote-text{font-size:1.12rem;line-height:1.8;margin-bottom:12px;position:relative;z-index:1}.quote-highlight{font-size:.95rem;color:#6fe3ff;letter-spacing:.02em;margin-bottom:18px;position:relative;z-index:1}.testimonial-stars{font-size:1rem;color:#6fe3ff;letter-spacing:.2em;margin-bottom:16px;text-shadow:0 0 12px rgba(51,224,255,.6)}.testimonial-meta{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;z-index:1}.testimonial-meta .avatar{width:44px;height:44px;border-radius:50%;border:1px solid rgba(51,224,255,.5);display:inline-flex;align-items:center;justify-content:center;color:#e6f7ff;font-weight:700;background:#080e1ccc;box-shadow:0 0 12px #33e0ff59}.testimonial-meta .name{font-weight:700}.testimonial-meta .title{color:var(--slate-400);font-size:.86rem;line-height:1.5}@media (max-width: 700px){.testimonial-grid{grid-template-columns:1fr}.testimonial{padding:26px 22px}.quote-mark{font-size:4rem;top:12px;left:18px}.quote-text{font-size:1.05rem}}.contact{position:relative}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:36px}.contact-form{display:grid;gap:24px;background:#080e1cbf;border:1px solid rgba(51,224,255,.18);border-radius:24px;padding:30px;box-shadow:0 20px 40px #00000047}.contact-form label{display:grid;gap:8px;font-size:.9rem;color:var(--slate-200)}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.contact-form .full{grid-column:1 / -1}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}input,textarea{background:#080e1ce6;border:1px solid rgba(51,224,255,.15);border-radius:12px;padding:14px 16px;color:var(--white);font-family:Manrope,sans-serif}input:focus,textarea:focus{outline:2px solid rgba(51,224,255,.5);box-shadow:0 0 18px #33e0ff59}.contact-form button{background:linear-gradient(90deg,var(--blue-500),var(--cyan-400));border:none;color:#03101f;min-height:56px;padding:0 24px;border-radius:16px;font-weight:700;cursor:pointer;transition:box-shadow .3s var(--ease-premium),transform .3s var(--ease-premium);display:inline-flex;align-items:center;justify-content:center;gap:10px}.contact-form button:hover{box-shadow:0 0 20px #33e0ff99;transform:translateY(-2px)}.contact-form button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.form-status{font-size:.9rem;margin-top:2px}.form-status.success{color:#7fe9b2}.form-status.error{color:#ff8d8d}.contact-card{background:linear-gradient(180deg,#0c1426d9,#080e1cb3);border:1px solid rgba(51,224,255,.18);border-radius:24px;padding:30px;display:grid;gap:22px;box-shadow:0 18px 36px #00000047}.contact-card h3{font-family:Space Grotesk,sans-serif;font-weight:700}.contact-card p{color:var(--slate-200)}.card-divider{height:1px;background:#ffffff14}.contact-item{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}.contact-item .label{font-weight:600;color:#cfe2ff;margin-bottom:4px}.contact-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(51,224,255,.3);color:#6fe3ff;background:#080e1c99}.contact-icon svg{width:18px;height:18px}.contact-hours{margin-top:10px;display:flex;justify-content:space-between;font-size:.9rem;color:var(--slate-400)}.map-block{margin-top:36px}.map-block h3{font-family:Space Grotesk,sans-serif;font-size:1.2rem;opacity:.8;margin-bottom:14px;text-align:center}.map-embed{border-radius:16px;overflow:hidden;border:1px solid rgba(51,224,255,.2);box-shadow:0 18px 40px #00000059}.map-embed iframe{width:100%;height:260px;border:0;filter:grayscale(40%) contrast(1.1) brightness(.95)}.grid-visual{margin-top:70px;height:180px;border-radius:24px;background:linear-gradient(180deg,#060a12f2,#02050cfa);opacity:.9;position:relative;overflow:hidden}.grid-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,rgba(51,224,255,.18),transparent 70%);mix-blend-mode:normal}.site-footer{background:linear-gradient(180deg,#050a14f0,#030710f0),radial-gradient(circle at 50% 0%,rgba(51,224,255,.045),transparent 62%);color:#bfd0e2;padding:64px 24px 44px;position:relative;overflow:hidden}.site-footer:after{content:none}.footer-cta{max-width:1080px;margin:0 auto 60px;text-align:center;padding:38px 32px;border-radius:28px;background:linear-gradient(180deg,#0c1526db,#080e1cd1);border:1px solid rgba(111,204,255,.14);box-shadow:0 18px 36px #0000003d,0 0 20px #33e0ff0d;position:relative;z-index:1}.footer-cta h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,2.6rem);margin-bottom:14px;color:#f1f7ff}.footer-cta p{color:#c4d5e8;margin-bottom:22px;max-width:52ch;margin-inline:auto;line-height:1.76}.footer-trust{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:30px;color:#cfe9ff;font-size:.9rem}.footer-trust span{display:inline-flex;align-items:center;gap:8px}.footer-trust svg{width:16px;height:16px;color:#33e0ff}.footer-cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.footer-btn{min-height:52px;padding:0 22px;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;gap:10px;transition:transform .3s var(--ease-premium),box-shadow .3s var(--ease-premium),background .3s var(--ease-premium),color .3s var(--ease-premium)}.footer-btn-primary{background:linear-gradient(90deg,#2d7ef7f2,#33e0fff2);color:#03101f;box-shadow:0 0 18px #33e0ff59}.footer-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 26px #33e0ff99;color:#fff}.footer-btn-outline{border:1px solid rgba(51,224,255,.6);color:#cfe9ff;background:transparent}.footer-btn-outline:hover{box-shadow:0 0 18px #33e0ff59;background:#33e0ff14;transform:translateY(-2px)}.footer-btn-outline svg{width:16px;height:16px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;position:relative;z-index:1;align-items:start;padding-bottom:28px}.footer-col{display:grid;gap:16px;align-content:start;justify-items:start;text-align:left}.footer-col-right{justify-items:end;text-align:right}.footer-brand{font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700}.footer-col p,.footer-card p{text-align:justify}.footer-subhead{font-weight:700;color:#d9e8f6;font-size:.88rem;text-transform:uppercase;letter-spacing:.1em}.footer-socials{display:flex;gap:12px}.footer-socials a{width:38px;height:38px;border-radius:12px;background:#0a111e8f;border:1px solid rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;transition:border-color .3s ease,box-shadow .3s ease}.footer-socials a:hover{border-color:#6fccff4d;box-shadow:0 10px 18px #00000029}.footer-socials svg{width:18px;height:18px}.footer-links{list-style:none;display:grid;gap:12px;padding:0;width:100%}.footer-links a{color:#c9d8e7;transition:color .3s var(--ease-premium),transform .3s var(--ease-premium);display:inline-flex;align-items:center;gap:6px}.footer-links a:after{content:"→";opacity:0;transform:translate(-4px);transition:opacity .3s ease,transform .3s ease;color:#33e0ff}.footer-links a:hover{color:#e4f0fb;transform:translate(3px)}.footer-links a:hover:after{opacity:1;transform:translate(0)}.footer-expertise li{display:flex;align-items:center;gap:8px;color:#c7d6e6;transition:color .3s ease}.footer-expertise li svg{width:16px;height:16px;color:#33e0ff}.footer-expertise li:hover{color:#e1edf9}.footer-cards{display:grid;gap:14px}.footer-action{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);display:flex;justify-content:center;z-index:2}.footer-action .footer-btn{min-width:220px}.footer-card{background:linear-gradient(180deg,#0b1321b8,#070d18ad);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:14px;box-shadow:0 10px 18px #00000029;transition:border-color .3s ease,box-shadow .3s ease}.footer-card:hover{border-color:#6fccff38;box-shadow:0 12px 22px #0000002e}.footer-card-title{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:6px;color:#e4eef9}.footer-card-title svg{width:16px;height:16px;color:#33e0ff}.footer-divider{height:1px;width:100%;background:#ffffff0f;margin:34px 0 22px}.footer-bottom{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:24px;font-size:.85rem;color:#9fb1c4;align-items:flex-start}.footer-dev{align-self:flex-start;text-align:right;display:grid;gap:10px;justify-items:end}.footer-dev-socials{display:flex;gap:12px;justify-content:flex-end}.footer-dev-socials a{width:44px;height:44px;border-radius:14px;background:#0a111e8f;border:1px solid rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;transition:border-color .3s ease,box-shadow .3s ease}.footer-dev-socials a:hover{border-color:#6fccff47;box-shadow:0 10px 18px #00000029}.footer-dev-socials svg{width:22px;height:22px}.footer-trustline{text-align:center;margin-top:18px;font-size:.75rem;color:#d7e4f2a8}.scroll-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(51,224,255,.35);background:#060c18d9;color:var(--white);font-size:1.2rem;cursor:pointer;box-shadow:0 0 18px #33e0ff66;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;z-index:20}.scroll-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top:hover{box-shadow:0 0 26px #33e0ffb3}.reveal{opacity:.18;transform:translate3d(0,54px,0) scale(.98);filter:saturate(.92) brightness(.9) blur(1.4px);transition:transform .74s cubic-bezier(.16,1,.3,1),opacity .6s ease-out,filter .72s ease-out;will-change:transform,opacity,filter;backface-visibility:hidden;transform-style:preserve-3d}.reveal.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:saturate(1) brightness(1) blur(0)}.reveal[data-anim=fade-right]{transform:translate3d(-64px,0,0) scale(.98)}.reveal[data-anim=fade-left]{transform:translate3d(64px,0,0) scale(.98)}.reveal[data-anim=zoom-in]{transform:translateZ(0) scale(.92)}.reveal[data-anim=fade-up-soft]{transform:translate3d(0,72px,0) scale(.976);transition:transform .86s cubic-bezier(.16,1,.3,1),opacity .68s ease-out,filter .82s ease-out}.reveal.is-visible[data-anim=fade-right],.reveal.is-visible[data-anim=fade-left],.reveal.is-visible[data-anim=zoom-in],.reveal.is-visible[data-anim=fade-up-soft]{transform:translateZ(0) scale(1)}@supports (content-visibility: auto){.section{content-visibility:auto;contain-intrinsic-size:900px}.hero,.site-header,.site-footer,.projects-index-hero,.project-hero{content-visibility:visible;contain-intrinsic-size:auto}}@media (max-width: 900px){.projects-portfolio-page .projects-index-hero{padding-top:34px;padding-bottom:18px}.projects-hero-metrics{grid-template-columns:1fr;max-width:640px}.projects-portfolio-page .project-results-bar{margin-bottom:20px}.featured-project-card{grid-template-columns:1fr;padding:26px}.project-visual--featured .project-visual-screen{min-height:220px}.projects-gallery-head{text-align:left}.projects-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-page-cta{padding-top:12px}.projects-page-cta-card{padding:28px}.bg-ambient{opacity:.78;animation-duration:34s;will-change:auto}.site-header{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.reveal{opacity:.7;filter:saturate(.96) brightness(.96) blur(.8px);transform:translate3d(0,34px,0) scale(.988);transition:transform .56s cubic-bezier(.16,1,.3,1),opacity .46s ease-out,filter .52s ease-out;will-change:auto}.reveal[data-anim=fade-right]{transform:translate3d(-32px,0,0) scale(.988)}.reveal[data-anim=fade-left]{transform:translate3d(32px,0,0) scale(.988)}.reveal[data-anim=zoom-in]{transform:translateZ(0) scale(.96)}.reveal[data-anim=fade-up-soft]{transform:translate3d(0,42px,0) scale(.988);transition:transform .62s cubic-bezier(.16,1,.3,1),opacity .5s ease-out,filter .58s ease-out}.hero-visual-animated{animation-duration:22s}.hero-visual-animated:after{background-size:150px 150px,220px 220px,320px 320px;opacity:.58;animation-duration:10s}.hero-visual-animated:before{opacity:.42;filter:blur(.2px)}.card,.project-card,.testimonial,.services-metrics,.mobile-nav-drawer{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nav{flex-direction:row;height:72px;padding:8px 14px;gap:10px}main{padding-top:72px}.nav-links{display:none}.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center}.mobile-nav-drawer{display:grid;gap:10px;padding:12px 14px 14px;background:#050a12f2;border-top:1px solid rgba(51,224,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-nav-drawer a{padding:10px 12px;border-radius:10px;border:1px solid rgba(51,224,255,.18);background:#080e1cb3;color:#d9e8ff;font-weight:600}.logo-img{height:64px}.nav-cta{padding:8px 14px;font-size:.68rem;letter-spacing:.06em}.hero{grid-template-columns:1fr;text-align:center;padding:96px 16px 70px}.hero h1{font-size:clamp(2.1rem,8.4vw,3.2rem)}.hero-subtitle{font-size:clamp(.95rem,3.8vw,1.2rem);white-space:normal;max-width:92%}.hero-wrapper{min-height:auto}.hero-orbit{order:2;margin-right:0;justify-content:center}.hero-actions{justify-content:center;margin:20px auto 30px}.hero .hero-actions a{width:100%;max-width:260px;height:52px}.hero-metrics{grid-template-columns:repeat(3,minmax(90px,1fr));gap:12px}.hero-metrics span{font-size:1.8rem}.section-split{grid-template-columns:1fr}.section-head.sticky{position:static}.about-grid{grid-template-columns:1fr}.about-metrics>div:not(:last-child):after{content:none}.why-grid,.impact-row{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-grid,.project-hero-grid,.project-story-grid,.project-stack-grid,.project-card{grid-template-columns:1fr}.project-visual{min-height:222px}.project-visual-body,.project-preview-body{padding:13px;gap:10px}.project-visual-primary,.preview-panel-wide{min-height:64px}.project-visual-screen{min-height:48px}.project-visual-panel,.preview-panel{min-height:60px}.project-feature-grid,.project-impact-grid,.project-gallery-grid,.services .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{max-height:none;min-height:280px}.service-card .card-extra{opacity:1;max-height:none;transform:none}.services-metrics,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column;text-align:center}.footer-action{position:static;transform:none;grid-column:1 / -1;justify-content:center;margin-top:8px}}@media (max-width: 640px){.projects-portfolio-page .projects-head h1{font-size:clamp(2.5rem,10vw,3.4rem)}.projects-portfolio-page .projects-head p{font-size:.98rem;line-height:1.68}.projects-hero-metric{padding:16px 18px}.projects-portfolio-page .project-filter{min-height:46px;padding:0 14px;gap:8px}.projects-portfolio-page .project-filter em{min-width:22px;height:22px;font-size:.68rem}.featured-project-card{gap:20px;padding:22px}.featured-project-card h2{font-size:clamp(2rem,8vw,2.5rem)}.project-visual--featured .project-visual-screen{min-height:188px}.projects-portfolio-grid{grid-template-columns:1fr}.project-gallery-copy{padding:18px 18px 20px}.project-gallery-copy h3{font-size:1.4rem}.projects-page-cta-card{padding:24px 20px}.projects-page-cta-card h2{max-width:13ch}.bg-ambient{opacity:.68;animation-duration:38s}.site-header{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.reveal{opacity:.78;filter:saturate(.97) brightness(.97) blur(.6px);transform:translate3d(0,26px,0) scale(.992)}.reveal[data-anim=fade-right]{transform:translate3d(-24px,0,0) scale(.992)}.reveal[data-anim=fade-left]{transform:translate3d(24px,0,0) scale(.992)}.reveal[data-anim=fade-up-soft]{transform:translate3d(0,32px,0) scale(.992)}.hero-visual-animated:after{background-size:170px 170px,250px 250px,340px 340px;opacity:.5;animation-duration:11s}.card,.project-card,.testimonial,.services-metrics,.mobile-nav-drawer{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.project-card{gap:18px}.project-card-copy{gap:11px}.project-visual{min-height:198px}.project-visual-top,.gallery-screen-top,.project-preview-bar{padding:10px 12px}.project-visual-body,.project-preview-body{padding:12px;gap:8px}.project-visual-primary,.preview-panel-wide{min-height:60px;padding:10px}.project-visual-primary strong,.preview-panel-wide strong{font-size:.94rem}.project-visual-primary small,.preview-panel-wide small{font-size:.75rem}.project-visual-label{padding:4px 8px;font-size:.6rem}.project-visual-screen{min-height:44px;padding:9px 10px}.project-visual-panel,.preview-panel{min-height:56px;padding:10px;font-size:.75rem}}.section-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;background:#33e0ff1f;border:1px solid rgba(51,224,255,.35);color:#cfe9ff;margin-bottom:14px}.contact .section-head h2{font-size:clamp(2.2rem,3.8vw,3.1rem);line-height:1.12;background:linear-gradient(90deg,#8ab8ff,#33e0ff);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}.contact .section-head{display:grid;gap:18px;justify-items:start}.contact .section-head .section-pill{margin-bottom:0}.trust-line{margin-top:10px;font-size:.9rem;color:#ffffffb3;display:inline-flex;align-items:center;gap:8px}.contact-intent-note{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(51,224,255,.16);background:#33e0ff0f;color:#ddefffcc;font-size:.84rem;line-height:1.4}.trust-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#6fe3ff}.contact-form-panel,.contact-info-panel{opacity:0;transform:translateY(24px)}.contact.is-visible .contact-form-panel{animation:fade-up .6s ease forwards;animation-delay:.1s}.contact.is-visible .contact-info-panel{animation:fade-up .6s ease forwards;animation-delay:.2s}.eyebrow,.project-category,.footer-subhead{letter-spacing:.14em}.section-head,.projects-gallery-head,.projects-page-cta-card,.project-final-card,.footer-cta,.contact-card,.contact-form,.featured-project-copy,.project-gallery-copy,.testimonial{position:relative}.section-head h2,.project-page .section-head h2,.testimonials .section-head h2,.projects-gallery-head h2,.project-final-card h2,.projects-page-cta-card h2,.footer-cta h2{letter-spacing:-.03em;text-wrap:balance}.section-head p,.project-page .section-head p,.projects-portfolio-page .projects-head p,.projects-page-cta-card p,.project-final-card p,.footer-cta p,.contact-card p,.testimonial .quote-text{color:#c9d6f2e6}.btn-primary,.btn-secondary,.nav-cta,.footer-btn,.contact-form button,.project-card-cta,.project-gallery-link{position:relative;overflow:hidden}.btn-primary,.btn-secondary,.nav-home,.nav-cta{line-height:1.15;text-align:center}.btn-primary:before,.nav-cta:before,.footer-btn-primary:before,.contact-form button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.22) 48%,transparent 78%);transform:translate(-130%);opacity:0;pointer-events:none;transition:transform .7s var(--ease-premium),opacity .35s var(--ease-premium)}.btn-primary:hover:before,.nav-cta:hover:before,.footer-btn-primary:hover:before,.contact-form button:hover:before{transform:translate(130%);opacity:.55}.btn-primary:focus-visible,.btn-secondary:focus-visible,.nav-cta:focus-visible,.project-card-cta:focus-visible,.project-gallery-link:focus-visible,.footer-btn:focus-visible,.contact-form button:focus-visible,.mobile-nav-drawer a:focus-visible,.nav-links a:focus-visible{outline:none;box-shadow:0 0 0 3px #33e0ff29,0 0 0 1px #33e0ff61}.nav-links a{min-height:42px;display:inline-flex;align-items:center;justify-content:center}.nav-links a:not(.nav-home):hover{border-color:#33e0ff7a;box-shadow:0 0 18px #2d7ef729;background:#33e0ff0a}.hero-wrapper{max-width:980px;margin:0 auto}.hero-content{display:grid;justify-items:center;gap:16px}.hero-subtitle{max-width:44ch;color:#dbe9f9e0}.hero-actions{margin:34px 0 42px}.hero-metrics{gap:16px;margin-top:16px}.hero-metrics>div{padding:18px 18px 16px;border-radius:20px;border:1px solid rgba(51,224,255,.12);background:linear-gradient(180deg,#0a122261,#080e1c3d);box-shadow:inset 0 1px #ffffff05}.about-text{display:grid;gap:18px;max-width:64ch}.about-actions,.why-cta,.projects-cta{display:flex;flex-wrap:wrap;gap:14px}.about-actions,.why-cta{margin-top:8px}.about-metrics>div,.impact-row>div,.services-metrics>div,.projects-hero-metric,.project-impact-card,.project-feature-card,.story-card,.testimonial,.project-gallery-card,.featured-project-card,.contact-card,.contact-form,.footer-cta{box-shadow:0 22px 44px #00000047,inset 0 1px #ffffff08}.services .section-split{gap:40px}.services .section-head h2,.services .section-head p{margin:0}.service-card{gap:12px;padding-block:30px}.card-preview{line-height:1.65}.card-extra{gap:12px}.services-cta{margin-top:42px}.why-grid{gap:26px}.why-card{padding:30px 28px}.trust-statement{max-width:62ch;margin-inline:auto;line-height:1.78}.projects-grid{gap:30px}.project-card,.featured-project-card,.project-gallery-card{border-color:#6fccff26}.project-card-cta,.project-gallery-link{margin-top:auto}.project-gallery-card{grid-template-rows:auto 1fr}.project-gallery-copy{height:100%}.project-gallery-description{max-width:40ch}.projects-gallery-section{gap:24px;margin-top:18px}.project-results-bar{padding:0 4px}.project-results-context,.project-results-type{color:#cfe9ffc7}.project-story-grid,.project-feature-grid,.project-impact-grid,.project-gallery-grid,.contact-grid,.footer-grid{gap:32px}.project-feature-card,.project-impact-card,.story-card{padding:30px 28px}.gallery-placeholder figcaption{color:#dbedffd6;line-height:1.5}.testimonial{display:grid;align-content:start;gap:16px}.quote-text{max-width:28ch;margin:0 auto}.quote-highlight{margin-bottom:8px}.testimonial-meta .title{color:#bacde7d1}.contact-form input,.contact-form textarea{min-height:52px;transition:border-color .26s var(--ease-premium),box-shadow .26s var(--ease-premium),background .26s var(--ease-premium)}.contact-form textarea{min-height:148px;resize:vertical}.contact-card{align-content:start}.site-footer{padding-top:72px}.footer-cta{margin-bottom:64px}.footer-grid{align-items:start}.footer-links li a{transition:color .28s var(--ease-premium),transform .28s var(--ease-premium)}.footer-links li a:hover{color:#e8f5ff;transform:translate(2px)}.footer-divider{opacity:.82}.footer-bottom{gap:18px;align-items:start}.nav,.nav-links,.nav-cta,.mobile-nav-toggle,.mobile-nav-drawer,.btn-primary,.btn-secondary,.footer-btn,.project-card,.featured-project-card,.project-gallery-card,.service-card,.why-card,.testimonial,.contact-form,.contact-card,.project-feature-card,.project-impact-card,.story-card,.gallery-screen,.gallery-lightbox-window,.project-visual-shell{transition-timing-function:var(--ease-premium)}.site-header{box-shadow:0 6px 22px #00000014}.site-header.is-compact{box-shadow:0 16px 38px #00000057,0 0 18px #33e0ff14}.nav-links{gap:18px}.nav-links a:not(.nav-home){min-width:max-content}.btn-primary,.btn-secondary,.nav-cta,.footer-btn,.project-card-cta,.contact-form button{box-shadow:0 0 16px #33e0ff24,inset 0 1px #ffffff0d}.nav-cta{min-height:42px;padding-inline:16px;border-radius:18px;box-shadow:0 0 10px #33e0ff29,inset 0 1px #ffffff14}.btn-primary:hover,.btn-secondary:hover,.nav-cta:hover,.footer-btn:hover,.project-card-cta:hover,.contact-form button:hover{transform:translateY(-2px)}.hero-content>*{margin-inline:auto}.hero-impact h1{max-width:12ch}.hero-accent{margin-top:8px}.hero-subtitle{max-width:40ch;line-height:1.62}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-width:238px}.hero-metrics{max-width:760px;margin-inline:auto}.hero-metrics small{margin-top:6px;line-height:1.45}.section-head{row-gap:18px}.section-head p{max-width:60ch}.about-heading,.services .section-head h2,.why .section-head h2,.projects-head h2,.project-page h1{text-wrap:balance}.about-card{padding:34px 32px}.about-card p,.why-card p,.story-card p:last-child,.project-impact-card p,.contact-card p{line-height:1.72}.about-metrics{gap:22px}.about-metrics>div{min-height:134px}.about-metrics small,.services-metrics small{line-height:1.45}.service-card{transform-origin:center bottom}.service-card .card-link,.services-link,.project-gallery-link{text-underline-offset:.18em}.why-card h3,.project-feature-card h3,.project-gallery-copy h3,.featured-project-card h2,.project-card h3{letter-spacing:-.02em}.impact-row,.services-metrics,.projects-hero-metrics{align-items:stretch}.project-card-copy,.featured-project-copy,.project-gallery-copy,.project-final-card,.projects-page-cta-card{gap:14px}.project-description,.featured-project-summary,.project-gallery-description,.projects-page-cta-card p,.project-final-card p{text-wrap:pretty}.project-visual,.project-preview-card,.gallery-screen,.gallery-lightbox-frame,.project-visual-screen,.project-visual-panel{isolation:isolate}.project-visual-shell,.gallery-screen,.gallery-lightbox-frame,.screenshot-frame{box-shadow:inset 0 1px #ffffff0a,0 14px 30px #0000003d,0 0 0 1px #33e0ff08}.project-visual-screen,.gallery-screen,.gallery-lightbox-frame{background:linear-gradient(180deg,#0a1323e6,#070d19eb),radial-gradient(circle at top,rgba(51,224,255,.07),transparent 72%)}.project-visual-overlay{padding:22px 18px 16px}.project-visual-overlay strong{font-size:1.04rem}.project-visual-overlay small{color:#d6e6f7d6}.project-visual-panel-label,.project-visual-label{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.project-gallery-card:hover .project-gallery-link,.project-card:hover .project-card-cta{letter-spacing:.075em}.project-gallery-tags span,.project-tags span,.featured-project-tags span,.project-stack-chips span{box-shadow:inset 0 1px #ffffff08}.project-gallery-grid{margin-top:8px}.gallery-placeholder{gap:12px}.gallery-placeholder figcaption{max-width:24ch}.testimonial-grid{align-items:stretch}.testimonial{min-height:100%}.testimonial-meta .avatar,.contact-icon,.project-feature-icon{box-shadow:inset 0 1px #ffffff0a}.contact-grid{align-items:start}.contact-form label{font-weight:600}.contact-form textarea{line-height:1.65}.contact-card .label{letter-spacing:.02em}.footer-cta{padding-block:42px}.footer-trust span{opacity:.94}.footer-grid{max-width:1160px}.footer-links{gap:14px}.footer-expertise li{line-height:1.55}.footer-action .footer-btn{min-width:244px}.footer-bottom p+p{margin-top:6px}@media (max-width: 900px){.hero-actions .btn-primary,.hero-actions .btn-secondary{min-width:220px}.projects-hero-metrics,.services-metrics,.impact-row,.about-metrics{gap:16px}.featured-project-card,.project-card,.contact-form,.contact-card,.project-final-card,.projects-page-cta-card{border-radius:22px}}@media (max-width: 700px){.mobile-nav-drawer{gap:12px;padding:14px 14px 18px;box-shadow:0 16px 32px #00000047}.mobile-nav-drawer a{min-height:48px;display:flex;align-items:center}.hero-actions .btn-primary,.hero-actions .btn-secondary,.projects-page-cta-card .btn-primary,.project-final-card .btn-primary{width:100%;max-width:320px}.quote-text,.projects-page-cta-card p,.project-final-card p{max-width:100%}.footer-grid{gap:34px}}@media (max-width: 480px){.hero-actions{margin:26px 0 34px}.project-gallery-copy,.featured-project-copy,.project-card-copy,.contact-form,.contact-card{gap:12px}.gallery-lightbox{padding:16px}.gallery-lightbox-window{padding:16px;border-radius:20px}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section-separator{height:1px;width:100%;background:#ffffff14;margin:40px 0}@media (max-width: 700px){.hero-content,.section-head,.projects-gallery-head,.projects-page-cta-card,.project-final-card{gap:14px}.hero-actions{flex-direction:column}.hero-metrics{grid-template-columns:1fr;text-align:center}.hero-metrics-center{max-width:320px}.form-row{grid-template-columns:1fr}.footer-cta{padding:32px 20px}.footer-grid{grid-template-columns:1fr}.footer-action{position:static;transform:none;grid-column:1 / -1;margin-top:8px}.footer-bottom{flex-direction:column;text-align:center}.why-grid,.impact-row,.project-feature-grid,.project-impact-grid,.project-gallery-grid,.projects-grid,.projects-grid-all{grid-template-columns:1fr}.project-filter-header{justify-content:flex-start;margin-bottom:14px}.project-filter-wrap{justify-content:flex-start;margin-bottom:16px}.project-filter-bar{justify-content:flex-start;width:100%}.project-results-bar{flex-direction:column;align-items:flex-start;margin-bottom:20px}.services .card-grid{grid-template-columns:1fr}.section{padding:72px 0 56px}.section-inner{padding:0 16px}.services-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-hours{flex-direction:column;gap:6px;align-items:flex-start}.project-card,.story-card,.project-feature-card,.project-impact-card,.project-final-card{padding:20px}.about-actions,.why-cta,.projects-cta{justify-content:center}}@media (max-width: 480px){.nav{height:64px;padding:6px 10px}main{padding-top:64px}.logo-img{height:50px}.nav-cta{padding:7px 10px;font-size:.62rem;letter-spacing:.04em}.mobile-nav-toggle{padding:7px 10px;font-size:.62rem}.hero{padding:86px 12px 58px}.hero h1{font-size:clamp(1.8rem,9vw,2.4rem)}.hero-subtitle{font-size:.95rem;line-height:1.45}.hero .hero-actions a{max-width:100%;width:100%}.hero-metrics>div{padding:16px 14px 14px}.section{padding:62px 0 48px}.section-head h2{font-size:clamp(1.6rem,7vw,2rem)}.about-card,.contact-card,.contact-form{padding:18px}.footer-cta{margin-bottom:36px}.footer-btn{width:100%;justify-content:center}.footer-grid{gap:28px;padding-bottom:16px}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}main.focus-mode{overflow:hidden}main.focus-mode .section,main.focus-mode .hero{display:none}.section.is-focused{display:block!important;min-height:100vh;padding-top:120px}
