@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--lime:#a8c818;--lime-bright:#badc25;--black:#080908;--panel:#151715;--panel-2:#1d1f1e;--text:#f4f5f1;--muted:#b8bcb4;--header:82px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{background:var(--black);color:var(--text);margin:0;font-family:Manrope,sans-serif;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.05}section[id]{scroll-margin-top:var(--header)}.container{width:min(1180px,100% - 40px);margin-inline:auto}.section{padding:88px 0}.eyebrow{color:var(--lime-bright);letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-size:.74rem;font-weight:800}h2{letter-spacing:.01em;text-transform:uppercase;margin-bottom:14px;font-family:Barlow Condensed,sans-serif;font-size:clamp(2.25rem,4.2vw,3.8rem)}.button{letter-spacing:.055em;text-transform:uppercase;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 24px;font-size:.82rem;font-weight:800;transition:all .22s;display:inline-flex}.button svg{width:18px}.button-primary{background:linear-gradient(135deg,var(--lime-bright),#8cae0c);color:#fff;box-shadow:0 10px 30px #94b90b33}.button-primary:hover{filter:brightness(1.08);transform:translateY(-2px)}.button-outline{border-color:var(--lime);background:#07080780}.button-outline:hover{background:var(--lime);color:#0b0d07}.button-dark{color:#fff;background:#080908}.button-dark:hover{background:#20251b}.compact{min-height:48px}.site-header{z-index:100;height:var(--header);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040504f0;border-bottom:1px solid #ffffff17;position:sticky;top:0}.nav-shell{align-items:center;gap:34px;width:min(1240px,100% - 36px);height:100%;margin:auto;display:flex}.logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.logo img{object-fit:contain;width:54px;height:54px}.logo span{flex-direction:column;line-height:1;display:flex}.logo strong{letter-spacing:.09em;font-family:Barlow Condensed,sans-serif;font-size:1.65rem}.logo small{color:var(--lime-bright);letter-spacing:.24em;margin-top:5px;font-size:.72rem;font-weight:800}.nav-links{align-items:center;gap:34px;margin-left:auto;display:flex}.nav-links a:not(.button){font-size:.86rem;font-weight:600;position:relative}.nav-links a:not(.button):after{content:"";background:var(--lime);height:2px;transition:all .2s;position:absolute;bottom:-11px;left:50%;right:50%}.nav-links a:not(.button):hover:after{left:0;right:0}.header-cta{min-height:48px;margin-left:12px}.mobile-cta,.menu-button{display:none}.hero{min-height:calc(100svh - var(--header));isolation:isolate;background-image:var(--hero);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#040504f2 0%,#040504cc 38%,#0405042e 72%,#0405041a),linear-gradient(#0000 66%,#040504bd);position:absolute;inset:0}.hero-overlay{z-index:-1;opacity:.17;mix-blend-mode:overlay;background-image:radial-gradient(#ffffff2e .6px,#0000 .7px);background-size:5px 5px;position:absolute;inset:0}.hero-content{padding-top:70px;padding-bottom:48px}.hero h1{letter-spacing:-.015em;text-transform:uppercase;max-width:720px;margin:0 0 22px;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.2rem,6.5vw,5.75rem);font-weight:800}.hero h1 span{color:var(--lime-bright)}.hero-copy{color:#e0e2dd;max-width:600px;margin-bottom:30px;font-size:clamp(1rem,1.4vw,1.16rem)}.button-row{gap:14px;display:flex}.hero-trust{gap:54px;margin-top:58px;display:flex}.hero-trust div{color:#f0f1ee;align-items:center;gap:13px;font-size:.78rem;font-weight:600;display:flex}.hero-trust svg{width:34px;height:34px;color:var(--lime-bright);border:1px solid #a8c8188c;border-radius:50%;padding:7px}.services{background:radial-gradient(circle at 50% 0,#98b22214,#0000 35%),#0c0e0d}.section-heading{max-width:700px;margin:0 auto 36px}.section-heading.centered{text-align:center}.section-heading p:last-child{color:var(--muted)}.services-track{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.service-card{background:linear-gradient(135deg,#202321,#171918);border:1px solid #ffffff0a;border-radius:6px;grid-template-columns:auto 1fr;align-items:start;gap:20px;min-height:190px;padding:30px 28px;transition:all .25s;display:grid;position:relative;overflow:hidden}.service-card:before{content:"";border:1px solid #a8c81833;width:130px;height:130px;position:absolute;top:-90px;right:-90px;transform:rotate(45deg)}.service-card:hover{background:#242824;border-color:#a8c81847;transform:translateY(-4px)}.service-icon{width:68px;height:68px;color:var(--lime-bright);background:#a8c8181a;border-radius:50%;place-items:center;display:grid}.service-icon svg{width:32px;height:32px}.service-card h3{text-transform:uppercase;margin:4px 0 10px;font-family:Barlow Condensed;font-size:1.55rem}.service-card p{color:var(--muted);margin:0;font-size:.87rem;line-height:1.55}.service-card>a{color:var(--lime-bright);position:absolute;bottom:20px;right:24px}.service-card>a svg{width:20px}.carousel-controls{display:none}.split-section{background:#0a0b0a;border-top:1px solid #292c29;border-bottom:1px solid #292c29;grid-template-columns:1fr 1fr;min-height:590px;display:grid}.about-image{background-position:50%;background-size:cover;min-height:540px}.about-image-crew{background-position:52% 56%}.about-copy{align-self:center;max-width:680px;padding:70px clamp(40px,7vw,110px) 70px 64px}.about-copy>p:not(.eyebrow){color:var(--muted);font-size:.98rem}.benefit-row{gap:44px;margin-top:32px;display:flex}.benefit-row div{align-items:center;gap:11px;font-size:.83rem;font-weight:700;line-height:1.2;display:flex}.benefit-row svg{width:38px;height:38px;color:var(--lime-bright);stroke-width:1.5px}.projects{padding-bottom:64px}.heading-row{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.heading-row h2{margin:0}.project-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(12,1fr);gap:10px;height:410px;display:grid}.project{background:#222;margin:0;overflow:hidden}.project img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.project:hover img{transform:scale(1.045)}.project-1{grid-area:1/1/3/4}.project-2{grid-area:1/4/2/8}.project-3{grid-area:2/4/3/6}.project-4{grid-area:2/6/3/8}.project-5{grid-area:1/8/3/11}.project-6{grid-area:1/11/3/13}.testimonials{text-align:center;background:linear-gradient(90deg,#12170d,#202d12 50%,#11170c);padding:54px 0}.testimonial-inner{max-width:920px}.review-rating{color:#dfe5da;align-items:center;gap:7px;margin:-2px 0 18px;font-size:.78rem;font-weight:700;display:inline-flex}.review-rating svg{width:16px;height:16px;fill:var(--lime-bright);color:var(--lime-bright)}.testimonial-row{grid-template-columns:48px 1fr 48px;align-items:center;gap:18px;display:grid}.testimonial-row>button,.carousel-controls button{width:48px;height:48px;color:var(--lime-bright);cursor:pointer;background:#0708078c;border:1px solid #a8c8188c;border-radius:50%;place-items:center;padding:0;transition:all .2s;display:grid}.testimonial-row>button:hover,.carousel-controls button:hover{border-color:var(--lime-bright);background:var(--lime);color:#090a08}.testimonial-row button svg,.carousel-controls button svg{width:20px}blockquote{min-height:70px;margin:0 auto 10px;font-size:1.18rem;line-height:1.55}cite{color:var(--lime-bright);font-size:.9rem;font-style:normal}.dots{justify-content:center;gap:9px;margin-top:22px;display:flex}.dots button{cursor:pointer;background:#858b82;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.dots button.active{background:var(--lime-bright);border-radius:8px;width:24px}.process-area{background:#0d0f0e}.process-grid{grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr);gap:54px;display:grid}.steps{grid-template-columns:repeat(4,1fr);gap:22px;margin:36px 0 0;padding:0;list-style:none;display:grid}.steps li{gap:10px;display:flex}.steps li>span{border:1px solid var(--lime);width:35px;height:35px;color:var(--lime-bright);border-radius:50%;flex:0 0 35px;place-items:center;font-weight:800;display:grid}.steps strong,.steps small{display:block}.steps strong{color:var(--lime-bright);text-transform:uppercase;margin-bottom:5px;font-size:.75rem}.steps small{color:var(--muted);font-size:.7rem}.service-area{background:linear-gradient(135deg,#1b1e1b,#131513);border:1px solid #2b3028;gap:22px;padding:35px;display:flex}.service-area>svg{width:48px;height:48px;color:var(--lime-bright);flex:0 0 48px}.service-area h3{text-transform:uppercase;font-family:Barlow Condensed;font-size:1.75rem}.service-area p:last-child{color:var(--muted);margin:0;font-size:.8rem}.service-area i,.legal i{background:var(--lime);border-radius:50%;width:4px;height:4px;margin:0 7px 2px;display:inline-block}.cta-band{color:#fff;background:linear-gradient(105deg,#85a60a,#b8d829);padding:27px 0}.cta-band .container{justify-content:space-between;align-items:center;gap:30px;display:flex}.cta-band h2{text-transform:none;margin:0 0 3px;font-size:2.25rem}.cta-band p{margin:0;font-size:.9rem}.footer{background:#050605;padding:58px 0 0}.footer-grid{grid-template-columns:1.6fr .7fr 1fr 1.5fr;gap:52px;display:grid}.footer-grid>div:first-child>p{color:#989d96;max-width:360px;margin-top:22px;font-size:.8rem}.footer h3{color:var(--lime-bright);letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-size:.72rem}.footer-grid>div:not(:first-child){flex-direction:column;align-items:flex-start;display:flex}.footer-grid>div:not(:first-child) a,.footer-grid>div:not(:first-child) span{color:#b9bdb6;align-items:flex-start;gap:9px;margin-bottom:8px;font-size:.78rem;display:flex}.footer-grid svg{width:16px;color:var(--lime-bright);flex-shrink:0}.socials{gap:10px;display:flex}.socials a{border:1px solid #333;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.socials svg{width:20px;height:20px}.legal{color:#7d827a;border-top:1px solid #242624;justify-content:space-between;align-items:center;min-height:58px;margin-top:42px;font-size:.68rem;display:flex}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(20px)}[data-reveal].is-visible{opacity:1;transform:none}@media (width<=960px){:root{--header:72px}.site-header{height:var(--header)}.nav-shell{width:calc(100% - 28px)}.logo img{width:46px;height:46px}.logo strong{font-size:1.4rem}.header-cta{margin-left:auto}.menu-button{color:#fff;background:0 0;border:0;place-items:center;width:48px;height:48px;display:grid}.nav-links{top:var(--header);visibility:hidden;opacity:0;background:#090a09;border-bottom:1px solid #30342e;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:20px;transition:all .2s;display:flex;position:absolute;left:0;right:0;transform:translateY(-8px)}.nav-links.open{visibility:visible;opacity:1;transform:none}.nav-links a:not(.button){border-bottom:1px solid #212320;padding:15px 10px}.mobile-cta{margin-top:15px;display:inline-flex}.services-track{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr}.about-image{min-height:460px}.about-copy{max-width:none;padding:64px 34px}.process-grid{grid-template-columns:1fr}.project-grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);height:600px}.project-1,.project-2,.project-3,.project-4,.project-5,.project-6{grid-area:auto}.footer-grid{grid-template-columns:1.5fr 1fr}}@media (width<=640px){.container{width:min(100% - 28px,1180px)}.section{padding:64px 0}.header-cta{display:none}.menu-button{margin-left:auto}.hero{min-height:calc(100svh - var(--header));background-position:64%;align-items:center}.hero:after{background:linear-gradient(90deg,#040504e0,#04050454),linear-gradient(#04050433,#040504bd 55%,#040504f7 100%)}.hero-content{padding-top:38px;padding-bottom:22px}.hero .eyebrow{margin-bottom:8px}.hero h1{max-width:520px;margin-bottom:16px;font-size:clamp(3rem,14vw,4.3rem);line-height:.91}.hero-copy{max-width:470px;margin-bottom:22px;font-size:.92rem}.button-row{flex-direction:column;gap:10px;max-width:340px}.button-row .button{width:100%;min-height:50px}.hero-trust{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:24px;display:grid}.hero-trust div{text-align:center;flex-direction:column;align-items:center;font-size:.66rem;line-height:1.3;display:flex}.hero-trust svg{width:31px;height:31px;margin-bottom:7px}.section-heading.centered{text-align:left}.services .container{width:auto;margin-left:14px}.services .section-heading{margin-right:14px}.services-track{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:min(86vw,360px);grid-auto-flow:column;gap:12px;padding-right:14px;overflow-x:auto}.services-track::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;min-height:230px}.carousel-controls{color:#969c92;letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:14px;margin-top:20px;padding-right:14px;font-size:.68rem;font-weight:700;display:flex}.about-image{min-height:390px}.about-copy{padding:54px 20px}.benefit-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.benefit-row div:last-child{grid-column:1/3}.heading-row{align-items:start}.heading-row .button{display:none}.project-grid{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-rows:1fr;grid-template-columns:none;grid-auto-columns:84%;grid-auto-flow:column;gap:10px;height:330px;display:grid;overflow-x:auto}.project-grid::-webkit-scrollbar{display:none}.project,.project:first-child,.project:last-child{aspect-ratio:auto;scroll-snap-align:start;grid-area:auto}.project-controls{padding-right:0}.testimonial-row{grid-template-columns:46px 1fr 46px;gap:8px}.testimonial-row>button{width:46px;height:46px}blockquote{justify-content:center;align-items:center;min-height:92px;font-size:1rem;display:flex}.process-grid{gap:34px}.steps{grid-template-columns:1fr 1fr}.service-area{padding:26px 20px}.service-area>svg{flex-basis:38px;width:38px}.cta-band{padding:34px 0}.cta-band .container{flex-direction:column;align-items:stretch}.cta-band h2{font-size:2rem}.cta-band .button{width:100%}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:none}.footer-grid a{overflow-wrap:anywhere}.legal{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}}@media (height<=500px) and (orientation:landscape){:root{--header:64px}.site-header{height:var(--header)}.nav-shell{width:calc(100% - 32px)}.logo img{width:43px;height:43px}.hero{min-height:calc(100svh - var(--header));background-position:65% 58%}.hero:after{background:linear-gradient(90deg,#040504eb,#04050475 72%,#0405041f)}.hero-content{padding-top:20px;padding-bottom:16px}.hero .eyebrow{margin-bottom:7px;font-size:.65rem}.hero h1{max-width:760px;margin-bottom:10px;font-size:clamp(2.75rem,6vw,3.25rem);line-height:.93}.hero-copy{max-width:660px;margin-bottom:12px;font-size:.84rem;line-height:1.4}.hero .button{min-height:46px;padding-inline:20px}.hero-trust{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
