:root{--green:#28d66f;--black:#070909;--white:#fff;--muted:#b9c2bd}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff;background:#070909;line-height:1.55}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button{font:inherit}
.container{width:min(1160px,calc(100% - 36px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(7,9,9,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:19px}.brand-mark{width:43px;height:43px;border-radius:11px;display:grid;place-items:center;background:var(--green);color:#06130b;font-weight:900;font-size:13px}.brand-text strong{color:var(--green)}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600;color:#dbe1de}.nav a:hover{color:var(--green)}.nav-cta{background:var(--green);color:#07100a!important;padding:11px 16px;border-radius:10px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(40,214,111,.16),transparent 28%),linear-gradient(135deg,#070909 0%,#0d120f 60%,#07140c 100%);padding:82px 0 76px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.eyebrow,.section-kicker{display:inline-block;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px;margin-bottom:10px}
.sub-eyebrow{color:#d9e2dd;font-size:13px;font-weight:700;margin-bottom:18px}
h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px}
.hero-copy p{font-size:20px;color:#c4cec8;max-width:700px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:15px 20px;font-weight:800;transition:.2s transform}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#041008}.btn-secondary{border:1px solid #35413b;background:#111714}
.trust-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px;font-size:13px;color:#9fa9a3}
.hero-card{position:relative;border-radius:24px;overflow:hidden;border:1px solid #2a332e;box-shadow:0 28px 90px rgba(0,0,0,.42)}.hero-card img{height:560px;width:100%;object-fit:cover}.hero-card-badge{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:12px;background:rgba(7,9,9,.86);border:1px solid rgba(255,255,255,.1);font-weight:700}
.quick-strip{background:var(--green);color:#061109}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr)}.quick-grid>div{padding:20px 24px;border-right:1px solid rgba(0,0,0,.16)}.quick-grid>div:last-child{border-right:0}.quick-grid strong,.quick-grid span{display:block}.quick-grid strong{font-size:15px}.quick-grid span{font-size:12px;opacity:.72;margin-top:2px}
.section{padding:92px 0;background:#f7f9f8;color:#0c100e}.section-dark{background:#0b0e0d;color:#fff}.section-head{display:flex;justify-content:space-between;gap:38px;align-items:end;margin-bottom:38px}.section-head h2,.reviews-section h2,.contact-section h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:0;max-width:760px}.section-head p{max-width:380px;color:#68716c;margin:0}.section-head.light p{color:#aeb8b2}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{background:#fff;border:1px solid #dde3df;border-radius:18px;padding:28px;min-height:230px;box-shadow:0 12px 30px rgba(0,0,0,.035)}.service-card .icon{width:42px;height:42px;border-radius:10px;background:#e9fbf0;color:#0e8e45;display:grid;place-items:center;font-weight:900;font-size:20px}.service-card h3{font-size:19px;line-height:1.2;margin:20px 0 10px}.service-card p{color:#667069;margin:0;font-size:14px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:245px;gap:12px}.gallery-item{padding:0;border:0;background:#111;overflow:hidden;border-radius:16px;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-item.span-2{grid-column:span 2}
.reviews-section{background:#111713;color:#fff}.review-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px;border:1px solid #29352e;border-radius:24px;padding:46px;background:linear-gradient(120deg,rgba(40,214,111,.08),rgba(255,255,255,.015))}.review-panel p{max-width:680px;color:#b8c1bc;font-size:17px}.btn-google{background:#fff;color:#111;white-space:nowrap}
.contact-section{background:var(--green);color:#06100a}.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center}.contact-section .section-kicker{color:#0e6036}.contact-section p{font-size:18px;max-width:620px}.contact-card{background:#08100b;color:#fff;border-radius:20px;padding:10px 22px}.contact-line{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #26312a}.contact-line:last-child{border-bottom:0}.contact-line span{color:#92a098;font-size:13px}.contact-line strong{text-align:right}
footer{padding:28px 0;background:#050706;border-top:1px solid #1c231f;color:#9da7a1;font-size:13px}.footer-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-wrap strong{display:block;color:#fff}.footer-wrap span{display:block;margin-top:3px}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:90;align-items:center;justify-content:center;padding:34px}.modal.open{display:flex}.modal img{max-height:88vh;max-width:min(1100px,92vw);border-radius:14px}.modal-close{position:absolute;top:18px;right:24px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}
@media(max-width:900px){.nav a:not(.nav-cta){display:none}.hero{padding:58px 0 50px}.hero-grid,.contact-grid{grid-template-columns:1fr}.hero-card img{height:430px}.service-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:230px}.section-head{display:block}.section-head p{margin-top:16px}.review-panel{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 24px,1160px)}.nav-wrap{height:68px}.brand-text{font-size:16px}.nav-cta{padding:9px 12px}h1{font-size:44px}.hero-copy p{font-size:17px}.hero-card img{height:330px}.hero-actions .btn{width:100%}.quick-grid{grid-template-columns:1fr}.quick-grid>div{border-right:0;border-bottom:1px solid rgba(0,0,0,.16);padding:15px 6px}.quick-grid>div:last-child{border-bottom:0}.section{padding:68px 0}.service-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-item.span-2{grid-column:span 1}.review-panel{padding:28px 22px}.btn-google{white-space:normal;text-align:center}.contact-line{display:block}.contact-line strong{display:block;text-align:left;margin-top:4px}.footer-wrap{display:block}.footer-wrap>div+div{margin-top:12px}}

/* Service cards with real project photography */
.service-grid-photos{align-items:stretch}
.service-card-photo{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:420px}
.service-card-photo .service-copy{padding:24px 24px 20px}
.service-card-photo .service-copy h3{margin:16px 0 9px}
.service-card-photo .service-copy p{margin:0}
.service-card-photo>img{width:100%;height:235px;object-fit:cover;margin-top:auto;border-top:1px solid #dde3df}
@media(max-width:620px){
  .service-card-photo{min-height:0}
  .service-card-photo>img{height:250px}
}

/* Branded texture + paint-splatter treatment */
:root{--lime:#7ee52f;--acid:#9cff3b;--deep:#050705;--charcoal:#0c100d;--gold:#ffd34d}
body{background:#050705}
.logo-mark{overflow:hidden;background:#0a0a0a;border:1px solid rgba(126,229,47,.45);box-shadow:0 0 22px rgba(126,229,47,.12)}
.logo-mark img{width:100%;height:100%;object-fit:cover;transform:scale(1.7)}
.site-header{background:rgba(5,7,5,.95);border-bottom:1px solid rgba(126,229,47,.18)}
.nav-cta,.btn-primary{background:linear-gradient(135deg,var(--acid),#34d85f);box-shadow:0 0 24px rgba(126,229,47,.17)}
.hero{isolation:isolate;background:
  radial-gradient(circle at 12% 8%,rgba(126,229,47,.18),transparent 24%),
  radial-gradient(circle at 85% 75%,rgba(126,229,47,.08),transparent 26%),
  linear-gradient(135deg,#050705 0%,#0a0e0b 54%,#071109 100%)}
.hero::before,.hero::after,.work-section::before,.reviews-section::before,.contact-section::before{content:"";position:absolute;pointer-events:none;z-index:0}
.hero::before{width:480px;height:300px;right:-75px;top:10px;background:
 radial-gradient(circle at 20% 60%,rgba(126,229,47,.9) 0 2px,transparent 3px),
 radial-gradient(circle at 35% 40%,rgba(126,229,47,.7) 0 4px,transparent 5px),
 radial-gradient(circle at 50% 70%,rgba(126,229,47,.55) 0 7px,transparent 8px),
 radial-gradient(ellipse at center,rgba(126,229,47,.35),transparent 58%);
 filter:blur(.2px);transform:rotate(-13deg);opacity:.62}
.hero::after{left:-120px;bottom:-45px;width:520px;height:190px;background:linear-gradient(110deg,transparent 0 18%,rgba(126,229,47,.22) 18% 20%,transparent 20% 28%,rgba(126,229,47,.36) 28% 31%,transparent 31% 42%,rgba(126,229,47,.14) 42% 46%,transparent 46%);transform:skewX(-20deg) rotate(-5deg);opacity:.8}
.hero .container,.work-section .container,.reviews-section .container,.contact-section .container{position:relative;z-index:1}
.hero-card{border:1px solid rgba(126,229,47,.32);box-shadow:0 28px 90px rgba(0,0,0,.5),0 0 45px rgba(126,229,47,.09)}
.hero-card::after{content:"";position:absolute;inset:auto 0 0 0;height:6px;background:linear-gradient(90deg,transparent,var(--acid),transparent)}
.quick-strip{background:
 linear-gradient(135deg,rgba(0,0,0,.08),transparent 40%),
 linear-gradient(90deg,#4fd927,#95f138,#4fd927);box-shadow:0 10px 40px rgba(0,0,0,.22)}
.texture-light{background-color:#f7f9f8;background-image:
 linear-gradient(135deg,rgba(0,0,0,.018) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.018) 50%,rgba(0,0,0,.018) 75%,transparent 75%,transparent);
 background-size:22px 22px}
.services-section{position:relative;overflow:hidden}
.services-section::before{content:"";position:absolute;right:-90px;top:80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(126,229,47,.14),transparent 62%)}
.service-card{border-color:#d7dfd9;box-shadow:0 18px 45px rgba(0,0,0,.06);transition:.22s transform,.22s box-shadow,.22s border-color;position:relative}
.service-card:hover{transform:translateY(-4px);border-color:rgba(32,173,80,.45);box-shadow:0 24px 55px rgba(0,0,0,.11)}
.service-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(#9cff3b,#22bd65);opacity:.9;z-index:2}
.service-card .icon{background:linear-gradient(145deg,#dffbd7,#efffee);border:1px solid rgba(40,214,111,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.carbon-section{position:relative;background-color:#080b09;background-image:
 linear-gradient(45deg,rgba(255,255,255,.024) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.024) 75%),
 linear-gradient(45deg,rgba(255,255,255,.018) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.018) 75%);
 background-size:18px 18px;background-position:0 0,9px 9px}
.work-section{overflow:hidden}
.work-section::before{right:-80px;bottom:-55px;width:440px;height:230px;background:
 radial-gradient(circle at 30% 40%,rgba(126,229,47,.75) 0 2px,transparent 3px),
 radial-gradient(circle at 50% 60%,rgba(126,229,47,.45) 0 5px,transparent 6px),
 radial-gradient(ellipse at center,rgba(126,229,47,.18),transparent 62%);transform:rotate(8deg)}
.gallery-item{border:1px solid rgba(126,229,47,.16);box-shadow:0 10px 35px rgba(0,0,0,.25)}
.gallery-item:hover{border-color:rgba(126,229,47,.55);box-shadow:0 16px 42px rgba(0,0,0,.36),0 0 24px rgba(126,229,47,.08)}
.reviews-section{position:relative;overflow:hidden;background:#080b09;background-image:
 linear-gradient(45deg,rgba(255,255,255,.02) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.02) 75%),
 linear-gradient(45deg,rgba(255,255,255,.015) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.015) 75%);
 background-size:20px 20px;background-position:0 0,10px 10px}
.reviews-section::before{left:-85px;top:20%;width:320px;height:320px;background:radial-gradient(circle at 48% 45%,rgba(126,229,47,.22),transparent 58%)}
.review-head{margin-bottom:28px}
.review-carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}
.review-viewport{overflow:hidden;border-radius:24px}
.review-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.review-card{min-width:100%;padding:34px 38px;background:linear-gradient(145deg,rgba(18,24,20,.96),rgba(7,10,8,.96));border:1px solid rgba(126,229,47,.22);border-radius:24px;box-shadow:0 22px 55px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.025)}
.review-card p{font-size:18px;line-height:1.7;color:#d7dfda;margin:12px 0 24px;max-width:950px}
.review-stars{font-size:21px;letter-spacing:3px;color:var(--gold);text-shadow:0 0 14px rgba(255,211,77,.18)}
.reviewer{display:flex;align-items:center;gap:12px}.reviewer strong{color:#fff}.reviewer span{color:#7f8b84;font-size:13px}
.review-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(126,229,47,.28);background:#101611;color:var(--acid);font-size:34px;line-height:1;cursor:pointer;transition:.2s}.review-arrow:hover{background:#182119;transform:scale(1.05)}
.review-dots{display:flex;justify-content:center;gap:7px;margin-top:18px}.review-dot{width:7px;height:7px;border:0;border-radius:50%;background:#4b5750;padding:0;cursor:pointer}.review-dot.active{width:24px;border-radius:10px;background:var(--acid)}
.review-actions{text-align:center;margin-top:26px}.btn-google{background:linear-gradient(135deg,#fff,#eaf0ec);color:#0a0d0b;border:1px solid #fff}
.contact-section{position:relative;overflow:hidden;background:linear-gradient(120deg,#70dd2d,#44cf57 52%,#29b962)}
.contact-section::before{right:-120px;top:-90px;width:420px;height:340px;background:radial-gradient(circle,rgba(0,0,0,.18),transparent 64%)}
.contact-card{box-shadow:0 22px 55px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08)}
.section-kicker{position:relative}.section-kicker::after{content:"";display:inline-block;width:48px;height:2px;background:currentColor;margin-left:10px;vertical-align:middle;opacity:.55}
footer{background-color:#030403;background-image:linear-gradient(45deg,rgba(255,255,255,.02) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.02) 75%);background-size:18px 18px;border-top:1px solid rgba(126,229,47,.18)}
@media(max-width:620px){
 .review-carousel{grid-template-columns:1fr}.review-arrow{display:none}.review-card{padding:26px 22px}.review-card p{font-size:16px}.hero::before{right:-220px;opacity:.42}.section-kicker::after{width:28px}.logo-mark{width:44px;height:44px}
}


/* Larger real-logo-only header branding */
.nav-wrap{height:94px}
.brand-logo-only{display:flex;align-items:center;flex:0 0 auto}
.header-logo{display:block;width:150px;height:82px;object-fit:contain;border-radius:0;filter:drop-shadow(0 0 10px rgba(126,229,47,.16))}
@media(max-width:620px){
  .nav-wrap{height:84px}
  .header-logo{width:126px;height:72px}
}
