:root{--background:240 10% 4%;--foreground:0 0% 98%;--card:240 8% 8%;--primary:0 84% 60%;--primary-foreground:0 0% 100%;--secondary:240 6% 14%;--muted-foreground:240 5% 55%;--accent:270 60% 55%;--border:240 6% 18%;--radius:.75rem;--hero-gradient:linear-gradient(135deg,hsl(0 84% 60%),hsl(270 60% 55%))}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1rem;border-radius:0 0 .5rem 0;font-weight:600}.skip-link:focus{left:0}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:3px;border-radius:4px}button:focus-visible,a:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:3px}#contactForm input:focus-visible,#contactForm textarea:focus-visible{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.35)}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:'Inter',sans-serif;font-size:18px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased}@media (max-width:1024px){body{font-size:18px;line-height:1.6}}@media (max-width:640px){body{font-size:18px;line-height:1.55}}h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif;margin:0}p{margin:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;background:none;border:0;color:inherit;cursor:pointer}input,textarea{font:inherit;color:inherit}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}@media(min-width:768px){.container{padding:0 2rem}}.text-gradient{background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.glow-primary{box-shadow:0 0 40px hsl(var(--primary) / .3)}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.nav-logo img{height:40px;width:auto}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links>a{font-size:16px;color:hsl(var(--muted-foreground));transition:color .2s}.nav-links>a:hover{color:hsl(var(--foreground))}.nav-toggle{display:inline-flex}@media(min-width:768px){.nav-toggle{display:none}}.nav-mobile{display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 1rem;background:hsl(var(--background))}.nav-mobile[hidden]{display:none!important}@media(min-width:768px){.nav-mobile{display:none !important}}.nav-mobile a{color:hsl(var(--muted-foreground));font-size:16px}.cta-mask-hover{position:relative;display:inline-block;overflow:hidden;border-radius:9999px;background:linear-gradient(135deg,hsl(var(--primary) / .3),hsl(var(--accent) / .3));border:1px solid hsl(var(--primary) / .2);padding:.625rem 1.25rem;font-size:16px;font-weight:500;transition:border-color .3s ease,color .3s ease}.cta-mask-hover::before{content:'';position:absolute;inset:0;background:#ef3e46;border-radius:inherit;transform:translateY(100%);transition:transform .4s cubic-bezier(.65,0,.35,1);z-index:0}.cta-mask-hover:hover::before{transform:translateY(0)}.cta-mask-hover:hover{border-color:#ef3e46}.cta-mask-hover>span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:hsl(var(--foreground));transition:color .3s}.cta-mask-hover:hover>span{color:#fff}.cta-mask-hover .arrow{width:16px;height:16px;transition:transform .3s}.cta-mask-hover:hover .arrow{transform:translateX(4px)}.btn-primary{padding:.875rem 1.75rem}.btn-block{display:block;width:100%;text-align:center;padding:.875rem 1.25rem}.capsule-shimmer{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 14px;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--foreground));overflow:hidden;line-height:1;transition:border-color .3s,color .3s}.capsule-shimmer.accent-primary{color:hsl(var(--primary))}.capsule-shimmer::before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,hsl(var(--foreground)/.08) 45%,hsl(var(--foreground)/.18) 50%,hsl(var(--foreground)/.08) 55%,transparent 70%);transform:translateX(-100%);transition:transform .9s cubic-bezier(.4,0,.2,1);pointer-events:none}.capsule-shimmer:hover::before{transform:translateX(100%)}.capsule-shimmer:hover{border-color:hsl(var(--foreground)/.4)}.capsule-shimmer>span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.5rem}.hero-bg{background:radial-gradient(ellipse at 50% 0%,hsl(270 60% 55% / .15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,hsl(0 84% 60% / .1) 0%,transparent 50%),hsl(var(--background))}.hero-section{min-height:100vh;display:flex;align-items:center;padding-top:5rem;position:relative;overflow:hidden}.hero-particles{position:absolute;top:0;right:0;width:60%;height:80%;overflow:hidden;pointer-events:none}.hero-particles-img,.hero-particles-pulse{position:absolute;inset:0;background-image:url('assets/hero-particles.png');background-size:cover;background-position:center right;-webkit-mask-image:radial-gradient(ellipse at top right,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at top right,black 30%,transparent 75%)}.hero-particles-fade{opacity:0;animation:heroFade 1.8s ease-out forwards}@keyframes heroFade{to{opacity:.55}}.hero-particles-pulse{mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse at top right,black 20%,transparent 70%);mask-image:radial-gradient(ellipse at top right,black 20%,transparent 70%);animation:heroPulse 9s ease-in-out infinite}@keyframes heroPulse{0%,100%{transform:scale(1);opacity:.35}50%{transform:scale(1.08);opacity:.55}}.hero-orb{position:absolute;border-radius:9999px;filter:blur(60px)}.hero-orb-1{top:25%;right:25%;width:160px;height:160px;background:hsl(var(--primary)/.25);animation:orbA 7s ease-in-out infinite}.hero-orb-2{top:50%;right:33%;width:224px;height:224px;background:hsl(280 70% 50% / .18);animation:orbB 11s ease-in-out infinite}@keyframes orbA{0%,100%{transform:translate(0,0)}50%{transform:translate(10px,-20px)}}@keyframes orbB{0%,100%{transform:translate(0,0)}50%{transform:translate(-15px,25px)}}.hero-svg{position:absolute;inset:0;width:100%;height:100%}.hero-content{position:relative;z-index:10;padding:5rem 1.5rem}.hero-title{font-size:clamp(2.75rem,6vw,6rem);font-weight:700;line-height:.95;max-width:64rem;margin-bottom:2rem}.hero-sub{color:hsl(var(--muted-foreground));max-width:36rem;margin-bottom:2.5rem;font-size:1.125rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.hero-stats{display:flex;gap:3rem}@media(min-width:768px){.hero-stats{gap:5rem}}.stat-val{font-family:'Space Grotesk',sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground))}@media(min-width:768px){.stat-val{font-size:2.25rem}}.stat-val.sm{font-size:1.5rem}.stat-lbl{color:hsl(var(--muted-foreground));font-size:.75rem;margin-top:.25rem;max-width:140px}.section{padding:6rem 0}.section-h2{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1rem}.section-sub{color:hsl(var(--muted-foreground));line-height:1.7;margin-top:1rem;max-width:42rem}.mb-14{margin-bottom:3.5rem}.mb-12{margin-bottom:3rem}.section-portfolio{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--secondary)/.3))}.section-products{background:linear-gradient(to bottom,hsl(var(--secondary)/.3),hsl(var(--background)))}.section-services{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--secondary)/.1))}.section-process{background:hsl(var(--background))}.section-about{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--secondary)/.2))}.section-tools{background:linear-gradient(to bottom,hsl(var(--secondary)/.2),hsl(var(--background)))}.section-testimonials{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--secondary)/.2))}.section-contact{background:linear-gradient(to bottom,hsl(var(--secondary)/.2),hsl(var(--background)))}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.5rem;gap:1rem;flex-wrap:wrap}.section-head h2{font-size:clamp(2.25rem,4vw,3rem);font-weight:700}.case-list{display:flex;flex-direction:column;gap:4rem}.case-row{display:flex;flex-direction:column;gap:2rem;align-items:stretch}@media(min-width:768px){.case-row{flex-direction:row}.case-row.case-reverse{flex-direction:row-reverse}}.case-img{flex:1;border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9;transition:transform .4s}.case-img:hover{transform:scale(1.02)}.case-img img{width:100%;height:100%;object-fit:cover}.case-body{flex:1;display:flex;flex-direction:column;justify-content:center}.case-body h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.case-body h3{font-size:1.875rem}}.case-body p{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;line-height:1.7}.case-body .capsule-shimmer{align-self:flex-start}.grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-3{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:linear-gradient(to bottom right,hsl(var(--card)),hsl(var(--secondary)/.2));border-radius:var(--radius);padding:2rem;transition:transform .3s ease}.card:hover{transform:translateY(-6px)}.card .num{color:hsl(var(--primary));font-size:.875rem;font-family:ui-monospace,monospace;display:inline-block}.card .svc-icon{width:56px;height:56px;border-radius:.75rem;margin:1rem 0 1.5rem}.card-thumb{width:64px;height:64px;border-radius:.5rem;object-fit:contain;margin-bottom:1.5rem}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.card>p{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1.5rem}.inline-icon{display:inline;vertical-align:middle;margin-left:.5rem}.services-head{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}@media(min-width:1024px){.services-head{flex-direction:row}.services-head>div{flex:1}.services-sub{flex:1;align-self:flex-end}}.pill{display:inline-block;font-size:.875rem;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border)/.4);border-radius:9999px;padding:.375rem 1rem;margin-bottom:1.5rem}.services-sub{color:hsl(var(--muted-foreground));line-height:1.7}.step{border:1px solid hsl(var(--border)/.4);border-radius:1rem;padding:2rem;background:linear-gradient(to bottom right,hsl(var(--card)/.5),transparent);transition:transform .3s}.step:hover{transform:translateY(-6px)}.step .num{color:hsl(var(--muted-foreground));font-size:.875rem;font-family:ui-monospace,monospace;margin-bottom:2rem}.step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step p{color:hsl(var(--muted-foreground));line-height:1.7}.about-grid{display:flex;flex-direction:column;gap:3rem;align-items:flex-start}@media(min-width:1024px){.about-grid{flex-direction:row}.about-grid>div{flex:1}}.about-img{background:hsl(var(--secondary));border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.about-img img{width:100%;height:100%;object-fit:cover}.about-stats{display:flex;gap:2rem;margin-top:1.5rem}.grid-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(min-width:768px){.grid-tools{grid-template-columns:repeat(6,1fr)}}.tool{background:linear-gradient(to bottom right,hsl(var(--card)),hsl(var(--secondary)/.2));border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .25s}.tool:hover{transform:translateY(-6px) scale(1.05)}.tool span{color:hsl(var(--muted-foreground))}.stars{display:flex;gap:.25rem;margin-bottom:1rem}.quote{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1.5rem}.person{display:flex;align-items:center;gap:.75rem}.avatar{width:40px;height:40px;border-radius:9999px;background:hsl(var(--secondary))}.person-name{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.person-role{font-size:.75rem;color:hsl(var(--muted-foreground))}.contact-grid{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.contact-grid{flex-direction:row}.contact-grid>div{flex:1}}.contact-title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.socials{display:flex;gap:1rem;margin-top:2rem}.socials a{width:40px;height:40px;border-radius:9999px;background:hsl(var(--secondary));display:inline-flex;align-items:center;justify-content:center;transition:background .2s}.socials a:hover{background:hsl(var(--primary)/.2)}.form-wrap{background:linear-gradient(to bottom right,hsl(var(--card)),hsl(var(--secondary)/.2));border-radius:var(--radius);padding:2rem}.form-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.form-sub{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem}#contactForm{display:flex;flex-direction:column;gap:1rem}#contactForm input,#contactForm textarea{width:100%;background:hsl(var(--secondary));border:1px solid transparent;border-radius:9999px;padding:.75rem 1rem;font-size:.875rem;color:hsl(var(--foreground));outline:none}#contactForm textarea{border-radius:1rem;resize:none}#contactForm input::placeholder,#contactForm textarea::placeholder{color:hsl(var(--muted-foreground))}#contactForm input:focus,#contactForm textarea:focus{border-color:hsl(var(--primary))}#contactForm input:invalid:not(:placeholder-shown),#contactForm textarea:invalid:not(:placeholder-shown){border-color:hsl(var(--primary))}.site-footer{padding:2rem 0;background:hsl(var(--background));text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.site-footer p{margin:.5rem 0}.site-footer a:hover{color:hsl(var(--foreground))}.scroll-top{position:fixed;bottom:2rem;right:2rem;z-index:50;width:48px;height:48px;border-radius:9999px;background:var(--hero-gradient);color:hsl(var(--primary-foreground));display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 40px hsl(var(--primary)/.3);opacity:0;transform:scale(.8);transition:opacity .25s,transform .25s}.scroll-top.visible{opacity:1;transform:scale(1)}.scroll-top img{transform:rotate(-90deg)}.no-js .reveal,.no-js .reveal-left,.no-js .reveal-right{opacity:1!important;transform:none!important}.reveal,.reveal-left,.reveal-right{opacity:0;will-change:transform,opacity;transition:opacity .7s ease,transform .7s ease;transition-delay:var(--d,0s)}.reveal{transform:translateY(40px)}.reveal-left{transform:translateX(-50px)}.reveal-right{transform:translateX(50px)}.reveal.in,.reveal-left.in,.reveal-right.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}.reveal,.reveal-left,.reveal-right{opacity:1;transform:none}}