:root{
  --black:#050706;
  --ink:#101211;
  --muted:#656b66;
  --line:#e8ebe7;
  --soft:#f6f7f4;
  --white:#ffffff;
  --green:#0fc56a;
  --green-dark:#04733e;
  --ease:cubic-bezier(.19,1,.22,1);
  --shadow:0 30px 100px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;color:var(--ink);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background:#fff;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
.skip-link{position:absolute;top:12px;left:12px;z-index:99;padding:12px 16px;background:#fff;color:#000;transform:translateY(-150%);transition:.25s ease;border-radius:999px}.skip-link:focus{transform:translateY(0)}
.container{width:min(1180px,calc(100% - 56px));margin-inline:auto}.narrow{width:min(760px,calc(100% - 56px))}.hidden{display:none!important}

/* HERO */
.hero{position:relative;height:100svh;min-height:640px;overflow:hidden;background:#050706;color:#fff;isolation:isolate}
.hero-stage,.hero-slide,.hero-slide img{position:absolute;inset:0;width:100%;height:100%}
.hero-slide{opacity:0;transform:scale(1.04);clip-path:inset(0 0 0 100%);transition:opacity 1.05s var(--ease),transform 1.8s var(--ease),clip-path 1.2s var(--ease);will-change:opacity,transform,clip-path}
.hero-slide.is-active{opacity:1;transform:scale(1);clip-path:inset(0 0 0 0);z-index:2}
.hero-slide.was-active{opacity:.16;clip-path:inset(0 100% 0 0);z-index:1}
.hero-slide img{object-fit:cover;filter:saturate(1.03) contrast(1.04) brightness(.82);transform:scale(1.085);transition:transform 6.4s var(--ease);will-change:transform}
.hero-slide.is-active img{animation:kenburns 7.8s var(--ease) both}
@keyframes kenburns{0%{transform:scale(1.11) translate3d(-1.5%,0,0)}100%{transform:scale(1.02) translate3d(1.2%,0,0)}}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(0,0,0,.04),rgba(0,0,0,.55) 54%,rgba(0,0,0,.78) 100%),linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.04) 38%,rgba(0,0,0,.22) 64%,rgba(0,0,0,.66));z-index:3;pointer-events:none}.hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.03),rgba(0,0,0,.34) 70%,rgba(0,0,0,.78));}
.hero-glass{position:absolute;top:0;height:100%;width:18vw;z-index:4;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,.015) 44%,rgba(255,255,255,0));backdrop-filter:blur(1.5px);opacity:.55;transform:skewX(-8deg)}
.hero-glass.left{left:-7vw}.hero-glass.right{right:-7vw;transform:skewX(-8deg) rotate(180deg)}
.hero-energy{position:absolute;inset:auto auto 17% 50%;width:45vw;max-width:780px;height:180px;z-index:4;transform:translateX(-50%);pointer-events:none;background:radial-gradient(ellipse at center,rgba(15,197,106,.42),rgba(15,197,106,.16) 32%,rgba(15,197,106,0) 70%);filter:blur(22px);opacity:.76;mix-blend-mode:screen;animation:pulse 3.8s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:.42;transform:translateX(-50%) scale(.92)}50%{opacity:.85;transform:translateX(-50%) scale(1.02)}}
.hero-brand{position:absolute;z-index:8;left:50%;top:46%;transform:translate(-50%,-50%);width:min(610px,68vw);display:grid;place-items:center;filter:drop-shadow(0 18px 40px rgba(0,0,0,.65)) drop-shadow(0 18px 34px rgba(15,197,106,.34));animation:brandIn 1.4s var(--ease) .15s both;pointer-events:none}
.hero-brand img{width:100%;height:auto;transform:translateZ(0)}
@keyframes brandIn{0%{opacity:0;transform:translate(-50%,-46%) scale(.92);filter:blur(12px) drop-shadow(0 0 0 rgba(15,197,106,0))}100%{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0) drop-shadow(0 18px 40px rgba(0,0,0,.65)) drop-shadow(0 18px 34px rgba(15,197,106,.34))}}
.slide-arrow{position:absolute;z-index:9;top:50%;transform:translateY(-50%);width:56px;height:56px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(0,0,0,.06);color:#fff;cursor:pointer;transition:.35s var(--ease);backdrop-filter:blur(4px)}.slide-arrow span{font-size:46px;font-weight:100;line-height:.8}.slide-arrow:hover{background:rgba(15,197,106,.22);box-shadow:0 0 24px rgba(15,197,106,.24)}.slide-prev{left:42px}.slide-next{right:42px}
.scroll-cue{position:absolute;z-index:9;left:50%;bottom:20px;transform:translateX(-50%);display:grid;place-items:center;gap:8px;color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;text-shadow:0 8px 25px rgba(0,0,0,.48)}.scroll-cue i{width:27px;height:44px;border:1.5px solid rgba(255,255,255,.9);border-radius:22px;position:relative}.scroll-cue i:before{content:"";position:absolute;top:8px;left:50%;width:4px;height:8px;border-radius:999px;background:#fff;transform:translateX(-50%);animation:wheel 1.7s ease-in-out infinite}.scroll-cue:after{content:"";width:1px;height:52px;background:linear-gradient(#fff,rgba(255,255,255,0));display:block;margin-top:0}@keyframes wheel{0%,100%{transform:translate(-50%,0);opacity:.35}45%{transform:translate(-50%,11px);opacity:1}}

/* SERVICES */
.services{position:relative;z-index:2;background:#fff;padding:92px 0 84px;overflow:hidden}.services:before{content:"";position:absolute;inset:-20% auto auto 50%;width:820px;height:820px;border-radius:50%;background:radial-gradient(circle,rgba(15,197,106,.05),rgba(15,197,106,0) 65%);transform:translateX(-50%);pointer-events:none}.services h1{margin:0;text-align:center;letter-spacing:-.055em;line-height:1.05;font-weight:470;font-size:clamp(36px,4.8vw,64px)}.intro{margin:26px auto 0;max-width:590px;text-align:center;color:#60635f;font-size:clamp(15px,1.5vw,18px);line-height:1.75}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:72px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-card{min-height:220px;padding:38px 34px 34px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.service-card:not(:nth-child(4n)):after{content:"";position:absolute;right:0;top:44px;bottom:44px;width:1px;background:var(--line)}.service-card h2{font-size:18px;line-height:1.25;margin:18px 0 10px;font-weight:650;letter-spacing:-.02em}.service-card p{margin:0;color:#646865;font-size:14.5px;line-height:1.55;max-width:230px}.icon{width:74px;height:74px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(180deg,#fff,rgba(247,248,245,.72));box-shadow:inset 0 0 0 1px #edf0ec}.icon svg{width:52px;height:52px;overflow:visible}.icon path,.icon circle,.icon text{fill:none;stroke:#111;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.icon .green,.icon-360 path:nth-of-type(2),.icon-360 path:nth-of-type(3),.icon-360 path:nth-of-type(4){stroke:var(--green)}.icon .green-fill{fill:var(--green);stroke:none}.icon text{font-size:15px;font-weight:700;fill:var(--green);stroke:none;font-family:Inter,ui-sans-serif,system-ui}

/* LEAD */
.lead{background:linear-gradient(180deg,#f5f6f3,#fff);border-top:1px solid var(--line);padding:76px 0}.lead-form{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.lead-form label{position:relative}.lead-form label span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.lead-form input,.lead-form select{height:64px;width:100%;border:1px solid #dfe3de;background:rgba(255,255,255,.8);color:#111;border-radius:0;padding:0 20px;outline:0;box-shadow:0 14px 35px rgba(0,0,0,.035);transition:border .25s ease,box-shadow .25s ease,background .25s ease}.lead-form input::placeholder{color:#8a8f8b}.lead-form input:focus,.lead-form select:focus{border-color:rgba(15,197,106,.58);box-shadow:0 0 0 4px rgba(15,197,106,.09),0 14px 35px rgba(0,0,0,.04);background:#fff}.lead-form .wide{grid-column:1 / span 3}.submit{height:64px;border:0;background:linear-gradient(135deg,#050706,#0c1a12);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 18px 45px rgba(0,0,0,.16);transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.submit:hover{transform:translateY(-2px);box-shadow:0 22px 60px rgba(0,0,0,.24),0 0 28px rgba(15,197,106,.22)}
.footer{min-height:164px;padding:34px 24px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.09),rgba(255,255,255,0) 34%),#060807;color:#fff}.footer-logo{width:min(258px,56vw);height:auto;max-height:82px;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(15,197,106,.16))}

@media (max-width:980px){.hero{min-height:620px}.hero-brand{width:min(500px,76vw)}.slide-prev{left:16px}.slide-next{right:16px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(2n):after{display:none}.service-card:not(:nth-child(2n)):after{display:block}.lead-form{grid-template-columns:1fr 1fr}.lead-form .wide{grid-column:auto}.submit{grid-column:1 / -1}}
@media (max-width:640px){.container,.narrow{width:min(100% - 34px,1180px)}.hero{height:92svh;min-height:560px}.hero-brand{width:82vw;top:46%}.hero-glass{display:none}.hero-energy{width:90vw;height:120px;bottom:22%}.slide-arrow{display:none}.scroll-cue{bottom:14px}.services{padding:70px 0 54px}.services h1{font-size:36px}.intro{font-size:15px}.service-grid{grid-template-columns:1fr;margin-top:44px;border-top:0}.service-card{min-height:auto;padding:30px 0;border-top:1px solid var(--line)}.service-card:after{display:none!important}.lead{padding:34px 0 46px}.lead-form{grid-template-columns:1fr;gap:14px}.lead-form input,.lead-form select,.submit{height:58px}.footer{min-height:142px;padding:24px 18px;gap:16px}.footer-logo{width:min(220px,62vw)}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.hero-slide img{transform:scale(1)!important}.hero-energy{display:none}}

/* ===== GO-LIVE POLISH: overflow, icons, cursor, responsive hero ===== */
html,body{width:100%;max-width:100%;overflow-x:hidden;}
@supports (overflow:clip){html,body{overflow-x:clip;}}
*,*::before,*::after{min-width:0;}
main,.hero,.services,.lead,.footer{max-width:100vw;overflow-x:clip;}
.hero{touch-action:pan-y;user-select:none;min-height:620px;}
.hero-stage{overflow:hidden;max-width:100vw;}
.hero-slide{margin:0;overflow:hidden;backface-visibility:hidden;}
.hero-slide img{object-fit:cover;object-position:center center;min-width:100%;min-height:100%;}
.hero-slide:nth-child(1) img{object-position:52% center;}
.hero-slide:nth-child(2) img{object-position:50% center;}
.hero-slide:nth-child(3) img{object-position:50% center;}
.hero-slide:nth-child(4) img{object-position:52% center;}
.hero-slide:nth-child(5) img{object-position:48% center;}
.hero-slide:nth-child(6) img{object-position:50% center;}
.hero-slide:nth-child(7) img{object-position:52% center;}
.hero-slide:nth-child(8) img{object-position:48% center;}
.hero-slide:nth-child(9) img{object-position:50% center;}
.hero-slide:nth-child(10) img{object-position:45% center;}

.icon.icon-image{width:88px;height:88px;background:transparent;border-radius:0;box-shadow:none;}
.icon.icon-image img{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.06));transition:transform .45s var(--ease),filter .45s var(--ease);}
.service-card:hover .icon.icon-image img{transform:translateY(-4px) scale(1.035);filter:drop-shadow(0 18px 30px rgba(15,197,106,.17));}
.service-card{transition:transform .45s var(--ease);}
.service-card:hover{transform:translateY(-3px);}

.custom-cursor{display:none;}
@media (pointer:fine) and (hover:hover) and (min-width:768px){
  body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.has-custom-cursor .service-card,body.has-custom-cursor .cta,body.has-custom-cursor .submit,body.has-custom-cursor .slide-arrow{cursor:none!important;}
  body.has-custom-cursor input,body.has-custom-cursor textarea,body.has-custom-cursor select{cursor:auto!important;}
  .custom-cursor{display:block;position:fixed;left:0;top:0;width:120px;height:120px;pointer-events:none;z-index:2147483647;opacity:0;overflow:visible;transform:translate3d(-180px,-180px,0);transition:opacity .18s ease;will-change:transform,opacity;}
  body.cursor-ready .custom-cursor{opacity:1;}
  body.cursor-input .custom-cursor{opacity:0;}
  .cursor-glow{position:absolute;left:0;top:0;width:86px;height:86px;border-radius:50%;pointer-events:none;transform:translate3d(-50%,-50%,0);background:radial-gradient(circle,rgba(37,255,145,.42) 0%,rgba(37,255,145,.26) 30%,rgba(37,255,145,.11) 56%,rgba(37,255,145,0) 78%);filter:blur(12px);opacity:.86;mix-blend-mode:screen;transition:width .28s var(--ease),height .28s var(--ease),opacity .28s ease,filter .28s ease;will-change:width,height,opacity;}
  .custom-cursor-arrow{position:absolute;left:0;top:0;width:32px;height:32px;pointer-events:none;transform:translate3d(-7px,-5px,0);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M5 4.5 30.5 18.6c1.7.9 1.4 3.3-.4 3.9l-10.4 3.2-4.1 8.2c-.8 1.7-3.3 1.5-3.8-.4L4.2 6.6C3.8 5.1 5 3.8 6.4 4.4Z' fill='%23000000' stroke='%23ffffff' stroke-width='4.3' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;filter:drop-shadow(0 6px 11px rgba(0,0,0,.34));transition:transform .28s var(--ease),filter .28s ease;will-change:transform;}
  body.cursor-hover .cursor-glow{width:112px;height:112px;opacity:.98;filter:blur(14px);}
  body.cursor-hover .custom-cursor-arrow{transform:translate3d(-7px,-5px,0) scale(1.055);filter:drop-shadow(0 7px 14px rgba(0,0,0,.38));}
}
@media (pointer:coarse),(max-width:767px){
  .custom-cursor,.cursor-glow,.custom-cursor-arrow{display:none!important;}
}

@media (min-width:1280px){.hero-brand{width:min(640px,48vw)}.hero-slide img{transform:scale(1.06)}.hero-slide.is-active img{animation:kenburnsWide 8s var(--ease) both}@keyframes kenburnsWide{0%{transform:scale(1.085) translate3d(-1%,0,0)}100%{transform:scale(1.025) translate3d(1%,0,0)}}}

@media (max-width:980px){
  .hero{height:88svh;min-height:600px;}
  .hero-brand{width:min(470px,74vw);top:47%;}
  .hero-slide img{filter:saturate(1.02) contrast(1.02) brightness(.80);}
  .icon.icon-image,.icon.icon-image img{width:82px;height:82px;}
  .services{padding-top:82px;}
}

@media (max-width:640px){
  body{background:#fff;}
  .hero{height:78svh;min-height:520px;max-height:720px;}
  .hero-brand{width:min(350px,80vw);top:45%;}
  .hero-overlay{background:radial-gradient(circle at 50% 42%,rgba(0,0,0,.08),rgba(0,0,0,.42) 54%,rgba(0,0,0,.72) 100%),linear-gradient(90deg,rgba(0,0,0,.40),rgba(0,0,0,.08) 52%,rgba(0,0,0,.45));}
  .hero-slide img{transform:scale(1.02);filter:saturate(1.02) contrast(1.02) brightness(.84);}
  .hero-slide.is-active img{animation:mobileKenburns 7s var(--ease) both;}
  @keyframes mobileKenburns{0%{transform:scale(1.065) translate3d(-1%,0,0)}100%{transform:scale(1.015) translate3d(1%,0,0)}}
  .hero-slide:nth-child(1) img{object-position:53% center;}
  .hero-slide:nth-child(2) img{object-position:50% center;}
  .hero-slide:nth-child(3) img{object-position:52% center;}
  .hero-slide:nth-child(4) img{object-position:56% center;}
  .hero-slide:nth-child(5) img{object-position:48% center;}
  .hero-slide:nth-child(6) img{object-position:50% center;}
  .hero-slide:nth-child(7) img{object-position:50% center;}
  .hero-slide:nth-child(8) img{object-position:45% center;}
  .hero-slide:nth-child(9) img{object-position:50% center;}
  .hero-slide:nth-child(10) img{object-position:46% center;}
  .scroll-cue{bottom:10px;}
  .scroll-cue:after{height:38px;}
  .services h1{font-size:clamp(31px,9.8vw,39px);line-height:1.08;letter-spacing:-.045em;}
  .intro{max-width:34ch;line-height:1.65;}
  .icon.icon-image,.icon.icon-image img{width:76px;height:76px;}
  .service-card h2{font-size:17px;}
  .service-card p{font-size:14px;}
}

@media (max-width:390px){.hero{height:74svh;min-height:500px}.hero-brand{width:82vw}.services{padding-top:58px}.lead-form input,.lead-form select,.submit{height:56px}}

/* ===== FINAL PRODUCTION PASS ===== */
.hero{height:clamp(620px,100svh,980px);}
.hero-stage{inset:-2px;width:auto;height:auto;max-width:none;}
.hero-slide img{width:100%;height:100%;}
.hero-brand{top:45.5%;width:min(630px,66vw);}
.hero-energy{bottom:18%;}
.slide-arrow{background:rgba(2,7,4,.08);box-shadow:0 12px 36px rgba(0,0,0,.12)}
.slide-arrow:focus-visible,.scroll-cue:focus-visible,.submit:focus-visible{outline:2px solid rgba(15,197,106,.78);outline-offset:4px}
.slide-arrow:hover{transform:translateY(-50%) scale(1.04)}
.service-card,.submit,.lead-form input,.lead-form select{will-change:transform}
.lead-form input,.lead-form select,.lead-form textarea,.submit{border-radius:2px}
.hero-actions{position:absolute;z-index:9;left:50%;top:65%;transform:translateX(-50%);display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center;width:min(560px,92vw);animation:brandIn 1.4s var(--ease) .28s both}
.cta{min-height:48px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;transition:transform .32s var(--ease),box-shadow .32s var(--ease),background .32s var(--ease),border-color .32s var(--ease)}
.cta:hover{transform:translateY(-2px)}
.cta-primary{background:rgba(15,197,106,.92);border-color:rgba(15,197,106,.72);color:#031009;box-shadow:0 18px 42px rgba(15,197,106,.18)}
.cta-secondary{background:rgba(0,0,0,.22);color:#fff;backdrop-filter:blur(6px)}
.cta-secondary:hover{border-color:rgba(15,197,106,.7);box-shadow:0 18px 42px rgba(0,0,0,.22)}
.offer-note{margin:20px auto 0;max-width:660px;text-align:center;color:#3f4641;font-size:14px;line-height:1.65}
.lead-head{max-width:760px;margin:0 auto 34px;text-align:center}.lead-head h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.06;letter-spacing:-.045em;font-weight:520}.lead-head p{margin:18px auto 0;max-width:640px;color:#60635f;line-height:1.7}
.lead-form textarea{min-height:64px;width:100%;border:1px solid #dfe3de;background:rgba(255,255,255,.8);color:#111;padding:19px 20px;outline:0;resize:vertical;box-shadow:0 14px 35px rgba(0,0,0,.035);transition:border .25s ease,box-shadow .25s ease,background .25s ease}
.lead-form textarea::placeholder{color:#8a8f8b}.lead-form textarea:focus{border-color:rgba(15,197,106,.58);box-shadow:0 0 0 4px rgba(15,197,106,.09),0 14px 35px rgba(0,0,0,.04);background:#fff}.lead-form button:disabled{opacity:.72;cursor:not-allowed;transform:none}
.form-status{grid-column:1 / -1;margin:0;min-height:22px;text-align:center;font-size:14px;font-weight:700}.form-status[data-type="success"]{color:#04733e}.form-status[data-type="error"]{color:#a52920}
.footer-inner{width:min(1180px,calc(100% - 56px));margin-inline:auto;display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,.9fr);gap:42px;align-items:center}.footer-brand{display:grid;gap:16px;justify-items:start}.footer-brand p{margin:0;max-width:520px;color:#cbd4ce;line-height:1.72;font-size:14px}.footer-details{display:grid;gap:16px;justify-self:end;min-width:min(420px,100%)}.footer-item{margin:0;display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;text-align:left;color:#edf6f0}.footer-item span{display:grid;gap:4px;color:#d6dfd9;line-height:1.45}.footer-item strong{display:block;color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.footer-icon{width:34px;height:34px;border-radius:999px;padding:8px;background:rgba(15,197,106,.1);box-shadow:inset 0 0 0 1px rgba(15,197,106,.24);stroke:var(--green);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-details a{transition:color .25s ease,transform .25s var(--ease)}.footer-details a:hover{transform:translateX(3px);color:var(--green)}

.lead-form .wide{grid-column:1 / span 3}

@media (min-width:981px) and (max-width:1279px){
  .hero{height:92svh;min-height:600px;max-height:860px}
  .hero-brand{width:min(560px,58vw);top:46%}
  .hero-energy{width:54vw;bottom:18%}
}

@media (max-width:768px){
  .hero{height:82svh;min-height:540px;max-height:760px}
  .hero-brand{width:min(374px,76vw);top:45%}
  .hero-actions{top:auto;bottom:86px;flex-direction:column;width:min(292px,86vw);gap:10px}
  .cta{width:100%;min-height:45px;padding:13px 16px;font-size:11px;letter-spacing:.085em}
  .hero-energy{width:92vw;height:128px;bottom:20%;opacity:.68}
  .hero-overlay{background:radial-gradient(circle at 50% 43%,rgba(0,0,0,.07),rgba(0,0,0,.44) 54%,rgba(0,0,0,.74) 100%),linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.08) 50%,rgba(0,0,0,.46))}
  .scroll-cue{bottom:12px}
  .services{padding:64px 0 56px}
  .service-grid{margin-top:40px}
  .lead{padding:38px 0 46px}
  .lead-form .wide{grid-column:1 / -1}
  .footer-inner{width:min(100% - 34px,1180px);grid-template-columns:1fr;gap:26px;align-items:start}
  .footer-brand{justify-items:start}
  .footer-brand p{max-width:58ch;font-size:13.5px}
  .footer-details{justify-self:stretch;min-width:0;gap:14px}
  .footer-item{grid-template-columns:32px 1fr;gap:12px;align-items:start}
  .footer-icon{width:32px;height:32px}
}

@media (max-width:480px){
  .container,.narrow{width:min(100% - 30px,1180px)}
  .hero{height:76svh;min-height:500px;max-height:650px}
  .hero-brand{width:min(252px,66vw);top:44%}
  .hero-energy{width:96vw;height:112px;bottom:24%;opacity:.58;filter:blur(20px)}
  .hero-slide img{filter:saturate(1.02) contrast(1.02) brightness(.86)}
  .hero-slide:nth-child(1) img{object-position:54% center}
  .hero-slide:nth-child(3) img{object-position:53% center}
  .hero-slide:nth-child(4) img{object-position:57% center}
  .hero-slide:nth-child(8) img{object-position:44% center}
  .scroll-cue span{display:none}
  .scroll-cue i{width:24px;height:38px}
  .scroll-cue:after{height:28px}
  .services h1{font-size:clamp(28px,8.2vw,32px);line-height:1.12;letter-spacing:-.035em}
  .service-card{padding:28px 2px}
  .lead-form{gap:12px}
  .lead-form input,.lead-form select,.submit{height:56px;padding-inline:16px}
  .lead-form textarea{min-height:112px;padding:16px}
  .submit{font-size:12px;letter-spacing:.075em}
  .footer{min-height:142px;padding:24px 18px}
  .footer-logo{width:min(212px,64vw);max-height:70px}
  .footer-brand p,.footer-item span{font-size:13px}
}

@media (max-width:640px){
  .hero-brand{width:min(300px,64vw);top:44%}
  .services h1{max-width:15ch;margin-inline:auto;font-size:clamp(27px,7vw,31px);line-height:1.12;letter-spacing:-.035em}
}

@media (max-width:480px){
  .hero-brand{width:min(252px,66vw)}
}
