:root{
  --bg:#0a1217;
  --bg-soft:#0f1b22;
  --surface:#ffffff;
  --surface-2:#f1f5f4;
  --line:#dfe7e4;
  --text:#122029;
  --muted:#607076;
  --muted-light:rgba(255,255,255,.68);
  --white:#fff;
  --accent:#d8ad63;
  --accent-2:#f0c77f;
  --accent-dark:#3a2a12;
  --shadow:0 20px 60px rgba(6,18,24,.12);
  --radius:28px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,sans-serif;background:#f7fbf9;color:var(--text);line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.section-light{background:#f7fbf9}
.section-muted{background:#edf4f2}
.section-dark{background:var(--bg);color:#fff;position:relative}
.section-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#806640}
.section-kicker.bright{color:var(--accent)}
h1,h2,h3{margin:0;line-height:1.02;font-family:"Space Grotesk","Manrope",sans-serif;letter-spacing:-.03em}
p{margin:0 0 16px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 24px;border-radius:999px;font-weight:800;letter-spacing:.01em;transition:.25s ease;white-space:nowrap}
.btn span,.text-link span{transition:transform .25s ease}
.btn:hover span,.text-link:hover span{transform:translateX(3px)}
.btn-primary{background:var(--accent);color:#06120e;box-shadow:0 14px 34px rgba(216,173,99,.20)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(216,173,99,.24)}
.btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.14)}
.btn-ghost:hover{background:rgba(255,255,255,.14)}
.btn-sm{height:46px;padding:0 18px;font-size:14px}
.btn.full{width:100%}
.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#3a2a12}
.text-link.light{color:#fff}
.site-header{position:relative;height:92px;z-index:80;transition:.25s ease;background:#081014;border-bottom:1px solid rgba(216,173,99,.14)}
.site-header.scrolled{background:rgba(7,12,16,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,173,99,.16);box-shadow:0 12px 40px rgba(0,0,0,.18)}
.nav-wrap{height:100%;display:flex;align-items:center;gap:26px}
.brand{display:block;width:290px;max-width:34vw;flex-shrink:0}
.brand img{width:100%;height:auto;filter:drop-shadow(0 8px 22px rgba(0,0,0,.28))}
.nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.nav a{color:rgba(255,255,255,.8);font-size:14px;font-weight:700;position:relative}
.nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--accent);transition:.25s}
.nav a:hover:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:14px}
.phone-link{font-weight:800;color:#fff;font-size:14px}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:transparent;padding:0;position:relative;cursor:pointer}
.menu-toggle span{position:absolute;left:13px;right:13px;height:2px;background:#fff;transition:.25s}.menu-toggle span:first-child{top:18px}.menu-toggle span:last-child{bottom:18px}
.site-header.menu-open .menu-toggle span:first-child{transform:translateY(5px) rotate(45deg)}
.site-header.menu-open .menu-toggle span:last-child{transform:translateY(-5px) rotate(-45deg)}

.hero{min-height:100svh;padding:146px 0 92px;overflow:hidden}
.hero-media,.hero-grid,.hero-vignette,.hero-orb{position:absolute;inset:0}
.hero-media{background:
  linear-gradient(90deg,rgba(7,13,18,.92) 0%, rgba(7,13,18,.84) 38%, rgba(7,13,18,.52) 100%),
  url('assets/hero-building.jpg') center/cover no-repeat;transform:scale(1.05)}
.hero-grid{background-image:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);background-size:58px 58px;mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 84%);opacity:.34}
.hero-vignette{background:radial-gradient(circle at 80% 14%, rgba(216,173,99,.20), transparent 28%), radial-gradient(circle at 76% 70%, rgba(22,65,255,.12), transparent 26%)}
.hero-orb{width:420px;height:420px;border-radius:50%;background:rgba(216,173,99,.10);filter:blur(90px)}
.hero-orb-one{left:-140px;top:60px}.hero-orb-two{right:-110px;bottom:20px}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:end}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;color:rgba(255,255,255,.82);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 rgba(216,173,99,.45);animation:pulse 2.2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(216,173,99,.55)}70%{box-shadow:0 0 0 14px rgba(216,173,99,0)}100%{box-shadow:0 0 0 0 rgba(216,173,99,0)}}
.hero h1{margin-top:22px;font-size:clamp(52px,6vw,90px);max-width:830px}.hero h1 span{color:var(--accent)}
.hero-copy>p{max-width:700px;font-size:18px;color:rgba(255,255,255,.72);margin-top:22px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.hero-trust div{display:flex;flex-direction:column;gap:4px}.hero-trust strong{font-size:16px}.hero-trust span{font-size:11px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.12em}
.hero-panel{padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.13);border-radius:30px;backdrop-filter:blur(12px);box-shadow:0 20px 70px rgba(0,0,0,.28)}
.panel-label{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(216,173,99,.12);color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em}
.hero-panel h2{font-size:34px;margin:18px 0 14px}.hero-panel p{color:rgba(255,255,255,.7);font-size:15px}.panel-tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}.panel-tags span{padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:12px;color:#fff;background:rgba(255,255,255,.05)}
.hero-bottom-line{position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent, rgba(255,255,255,.28), transparent)}

.authority{padding:90px 0}.authority-grid{display:grid;grid-template-columns:1fr .95fr;gap:54px;align-items:center}.authority-copy h2{font-size:clamp(42px,4.5vw,66px);margin:18px 0 16px;max-width:700px}.authority-copy p{max-width:600px;color:var(--muted);font-size:16px;margin-bottom:24px}.authority-photo{min-height:420px;border-radius:30px;background:linear-gradient(180deg,rgba(10,18,23,.06),rgba(10,18,23,.18)),url('assets/authority-plaza.jpg') center/cover no-repeat;box-shadow:var(--shadow);position:relative;overflow:hidden}.authority-photo:after{content:"COMMERCIAL-FIRST APPROACH";position:absolute;left:20px;bottom:20px;padding:12px 16px;border-radius:999px;background:rgba(11,19,25,.8);color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em}

.services{padding:110px 0}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:36px}.section-head h2{font-size:clamp(42px,4.6vw,68px);max-width:760px}.section-head h2 span{color:#9b773d}.section-head>p{max-width:420px;color:var(--muted)}.section-head.compact{margin-bottom:26px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:.25s ease}.service-card:hover{transform:translateY(-7px);box-shadow:0 26px 70px rgba(6,18,24,.16)}.service-card.featured{grid-column:span 2}.service-media{height:245px;background:center/cover no-repeat;position:relative;transition:transform .5s ease}.service-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(9,18,24,.08) 54%, rgba(9,18,24,.38) 100%)}.service-card:hover .service-media{transform:scale(1.025)}.service-body{padding:22px 24px 26px}.service-number{font:700 12px "Space Grotesk";color:#806640;letter-spacing:.18em}.service-type{display:block;margin-top:10px;font-size:11px;font-weight:800;letter-spacing:.14em;color:#806640;text-transform:uppercase}.service-card h3{font-size:28px;margin-top:12px}.service-card p{font-size:14px;color:var(--muted);margin-top:12px;min-height:66px}.service-card a{display:inline-flex;gap:10px;align-items:center;color:#3a2a12;font-weight:800}

.commercial{padding:115px 0;overflow:hidden}.commercial-grid-bg{position:absolute;inset:0;background:radial-gradient(circle at 16% 18%, rgba(216,173,99,.12), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0))}.commercial-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}.commercial-photo{min-height:520px;border-radius:32px;background:linear-gradient(180deg,rgba(7,13,18,.06),rgba(7,13,18,.3)),url('assets/commercial-feature.jpg') center/cover no-repeat;box-shadow:0 25px 80px rgba(0,0,0,.24)}.visual-stat{margin-top:18px;padding:18px 22px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);display:flex;align-items:center;gap:16px;max-width:350px}.visual-stat strong{font:700 34px "Space Grotesk";color:var(--accent)}.visual-stat span{color:rgba(255,255,255,.72);font-size:13px}.commercial-copy h2{font-size:clamp(42px,4.8vw,72px);margin:18px 0}.commercial-copy p{max-width:620px;color:var(--muted-light);font-size:16px}.use-cases{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0}.use-cases div{padding:18px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.use-cases span{display:block;color:var(--accent);font:700 12px "Space Grotesk";margin-bottom:10px;letter-spacing:.16em}.use-cases strong{font-size:15px}.commercial-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:30px}

.why-us{padding:110px 0}.why-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}.benefit{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.benefit span{display:inline-flex;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;background:#f7efe1;color:#3a2a12;font:700 12px "Space Grotesk"}.benefit h3{font-size:24px;margin:18px 0 10px}.benefit p{font-size:14px;color:var(--muted)}.why-photo{min-height:100%;border-radius:30px;background:linear-gradient(180deg,rgba(9,18,24,.1),rgba(9,18,24,.3)),url('assets/why-office.jpg') center/cover no-repeat;box-shadow:var(--shadow);min-height:620px}

.process{padding:110px 0}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.process-intro{position:sticky;top:120px;align-self:start}.process-intro h2{font-size:clamp(42px,4.8vw,70px);margin:16px 0 18px}.process-intro p{max-width:440px;color:var(--muted);font-size:16px}.process-visual{margin-top:24px;min-height:300px;border-radius:28px;background:linear-gradient(180deg,rgba(9,18,24,.04),rgba(9,18,24,.25)),url('assets/process-section.jpg') center/cover no-repeat;box-shadow:var(--shadow)}.steps{border-top:1px solid #d8e4df}.step{display:grid;grid-template-columns:70px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid #d8e4df}.step>span{font:700 12px "Space Grotesk";color:#806640;letter-spacing:.16em}.step h3{font-size:28px}.step p{font-size:14px;color:var(--muted)}

.exterior{padding:95px 0}.exterior-wrap{background:#ffffff;border:1px solid var(--line);border-radius:34px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;box-shadow:var(--shadow)}.exterior-copy h2{font-size:clamp(42px,4vw,62px);margin:16px 0}.exterior-copy p{color:var(--muted);font-size:15px;max-width:600px}.exterior-visual{position:relative}.exterior-photo{min-height:380px;border-radius:26px;background:linear-gradient(180deg,rgba(9,18,24,.06),rgba(9,18,24,.18)),url('assets/exterior-section.jpg') center/cover no-repeat}.exterior-badge{position:absolute;right:18px;bottom:18px;width:160px;height:160px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(11,19,25,.92);color:#fff;border:10px solid rgba(255,255,255,.52);box-shadow:0 20px 60px rgba(8,20,26,.18)}.exterior-badge span{font-size:10px;font-weight:800;letter-spacing:.15em}.exterior-badge strong{font:500 48px "Space Grotesk";color:var(--accent);line-height:1.1}

.proof{padding:110px 0}.proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}.proof-copy h2{font-size:clamp(42px,4.8vw,68px);margin:18px 0}.proof-copy p{color:var(--muted-light);font-size:16px;max-width:520px}.proof-copy .btn{margin-top:24px}.proof-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.proof-shot,.proof-note{border-radius:26px;overflow:hidden;min-height:240px}.proof-shot{background:center/cover no-repeat;position:relative}.proof-shot.large{grid-row:span 2;min-height:496px}.proof-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(8,15,20,.35))}.proof-note{background:linear-gradient(145deg,#14242d,#0b1218);border:1px solid rgba(255,255,255,.12);padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.quote-mark{font:500 80px/1 "Space Grotesk";color:var(--accent);opacity:.9}.proof-note h3{font-size:28px;margin-top:8px}.proof-note p{font-size:13px;color:rgba(255,255,255,.58)}

.service-area{padding:95px 0}.service-area-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}.service-area h2{font-size:clamp(42px,4.5vw,64px);margin-top:14px}.area-list{display:flex;flex-wrap:wrap;gap:12px}.area-list span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;box-shadow:0 8px 18px rgba(10,18,23,.04)}
.service-area-copy .area-list{margin-top:22px}
.service-area-photo{min-height:360px;border-radius:30px;background:linear-gradient(180deg,rgba(9,18,24,.06),rgba(9,18,24,.22)),url('assets/service-area.jpg') center/cover no-repeat;box-shadow:var(--shadow)}

.estimate{padding:120px 0;overflow:hidden}.estimate-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:var(--accent);opacity:.08;filter:blur(130px);right:-140px;top:-220px}.estimate-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}.estimate-copy h2{font-size:clamp(50px,5vw,78px);margin:18px 0}.estimate-copy p{color:rgba(255,255,255,.66);font-size:16px}.estimate-phone{margin-top:38px;display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.26);padding-bottom:10px;color:#fff;font:800 24px "Space Grotesk"}.estimate-form{background:#fff;border-radius:28px;padding:30px;box-shadow:0 30px 100px rgba(0,0,0,.24)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.estimate-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.estimate-form label>span{font-size:10px;font-weight:800;letter-spacing:.13em;color:#55646b;text-transform:uppercase}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;border:1px solid #d7dfdc;background:#f7f9f8;border-radius:14px;padding:14px 15px;color:#172128;outline:none;transition:.2s}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{border-color:#c59a50;box-shadow:0 0 0 3px rgba(216,173,99,.14)}.estimate-form textarea{resize:vertical}.estimate-form small{display:block;color:#859197;font-size:10px;line-height:1.6;margin-top:12px;text-align:center}

.footer{background:#060b10;color:#fff;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:56px}.footer-brand{max-width:270px;margin-bottom:18px}.footer-grid p{color:rgba(255,255,255,.5);font-size:13px;max-width:470px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid>div:not(:first-child)>strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.footer-grid a,.footer-grid span{font-size:13px;color:rgba(255,255,255,.66)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);padding-top:22px;margin-top:50px;font-size:11px;color:rgba(255,255,255,.42)}
.mobile-call{display:none}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.21,.85,.26,1)}.reveal.in-view{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
.cursor-glow{position:fixed;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(88,242,197,.07),transparent 68%);pointer-events:none;z-index:2;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s}

@media (max-width:1100px){
  .nav{display:none}.phone-link{display:none}.menu-toggle{display:block;margin-left:auto}.nav-actions{margin-left:0}.hero-inner,.authority-grid,.commercial-grid,.why-layout,.proof-grid,.estimate-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card.featured{grid-column:auto}.process-grid,.service-area-grid,.exterior-wrap{grid-template-columns:1fr}.hero-trust{grid-template-columns:repeat(2,1fr)}.proof-gallery{grid-template-columns:1fr 1fr}.proof-shot.large{grid-row:auto;min-height:300px}.why-photo{min-height:420px}.authority-photo{min-height:360px}
}
@media (max-width:780px){
  .container{width:min(calc(100% - 30px),var(--max))}.site-header{height:78px}.brand{max-width:230px}.nav-actions .btn{display:none}.site-header.menu-open .nav{display:flex;position:absolute;left:15px;right:15px;top:78px;background:#0c141b;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px;flex-direction:column;gap:17px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.hero{padding:120px 0 70px;min-height:auto}.hero h1{font-size:clamp(46px,13vw,68px)}.hero-copy>p,.commercial-copy p,.authority-copy p,.process-intro p,.proof-copy p,.estimate-copy p{font-size:14px}.hero-panel h2,.commercial-copy h2,.proof-copy h2,.authority-copy h2,.service-area h2,.process-intro h2,.estimate-copy h2{font-size:46px}.service-grid,.benefit-grid,.proof-gallery{grid-template-columns:1fr}.service-card,.service-card.featured{grid-column:auto}.service-media{height:220px}.section-head{display:block}.section-head>p{margin-top:16px}.hero-trust{gap:14px}.use-cases{grid-template-columns:1fr}.why-photo{min-height:320px}.process-intro{position:static}.process-visual{min-height:220px}.proof-shot.large{min-height:240px}.exterior-wrap{padding:24px}.exterior-photo{min-height:300px}.exterior-badge{width:140px;height:140px}.estimate{padding:90px 0}.form-row{grid-template-columns:1fr}.estimate-form{padding:24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer{padding-bottom:96px}.footer-bottom{flex-direction:column;align-items:flex-start}.mobile-call{display:flex;position:fixed;left:15px;right:15px;bottom:14px;height:54px;border-radius:999px;align-items:center;justify-content:center;background:var(--accent);color:#06120e;font-size:12px;font-weight:900;z-index:90;box-shadow:0 14px 45px rgba(0,0,0,.28)}.cursor-glow{display:none}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

.estimate-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;max-width:380px}.estimate-mini{height:126px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.22);background-position:center;background-size:cover;position:relative}.estimate-mini:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,18,.08),rgba(7,13,18,.36))}.estimate-mini.one{background-image:url('assets/cta-handyman.jpg')}.estimate-mini.two{background-image:url('assets/cta-painting.jpg')}
@media (max-width:780px){.estimate-mini-grid{max-width:none}}

/* Final-home polish */
.authority-photo,.commercial-photo,.why-photo,.process-visual,.exterior-photo,.service-area-photo,.proof-shot{background-color:#dfe5e2}
.authority-photo,.commercial-photo,.why-photo,.process-visual,.exterior-photo,.service-area-photo{outline:1px solid rgba(216,173,99,.10);outline-offset:-1px}
.section-dark .section-kicker.bright{color:var(--accent)}
.hero-panel{border-color:rgba(216,173,99,.18)}
.panel-label{background:rgba(216,173,99,.12);color:#f0c77f}
.hero-trust{border-top-color:rgba(216,173,99,.20)}
.hero-trust strong{color:#fff}.hero-trust span{color:rgba(255,255,255,.62)}
.service-card a,.text-link{color:#59411f}
.section-dark .text-link,.section-dark .text-link.light{color:#fff}
.area-list span:hover{border-color:rgba(216,173,99,.5);transform:translateY(-1px)}
.area-list span{transition:.2s ease}
.estimate-form{border:1px solid rgba(216,173,99,.22)}
.estimate-form small{color:#6f787c}
.footer{border-top:1px solid rgba(216,173,99,.12)}
@media (max-width:780px){.brand{width:205px;max-width:60vw}.hero{padding-top:112px}.service-media{height:210px}}


/* ===== Complete-site inner pages ===== */
body.inner-page{background:#f7fbf9}
.inner-page .site-header{background:rgba(8,15,20,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,173,99,.14)}
.nav a.active{color:#fff}.nav a.active:after{width:100%}
.page-hero{padding:165px 0 92px;min-height:610px;display:flex;align-items:end;overflow:hidden;position:relative;background:#091116;color:#fff}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,18,.92),rgba(7,13,18,.72) 48%,rgba(7,13,18,.36)),var(--hero-image) center/cover no-repeat;transform:scale(1.015)}
.page-hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px;opacity:.24;mask-image:linear-gradient(180deg,#000,transparent)}
.page-hero .container{position:relative;z-index:2}
.page-hero-copy{max-width:850px}.page-hero h1{font-size:clamp(54px,7vw,94px);margin:18px 0 20px}.page-hero h1 span{color:var(--accent)}.page-hero p{font-size:18px;color:rgba(255,255,255,.72);max-width:720px}.page-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.breadcrumb{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#f0c77f}.breadcrumb a{color:rgba(255,255,255,.62)}
.inner-section{padding:100px 0}.inner-section.alt{background:#edf4f2}.inner-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.inner-intro h2,.inner-heading h2{font-size:clamp(42px,5vw,70px);margin:14px 0 20px}.inner-intro p,.inner-heading p{font-size:16px;color:var(--muted)}
.inner-image{min-height:470px;border-radius:30px;background-position:center;background-size:cover;box-shadow:var(--shadow);border:1px solid rgba(216,173,99,.15)}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;padding:70px 0;border-bottom:1px solid var(--line)}.feature-row:last-child{border-bottom:0}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .feature-photo{order:1}.feature-photo{min-height:420px;border-radius:30px;background-position:center;background-size:cover;box-shadow:var(--shadow)}.feature-copy h2{font-size:clamp(36px,4vw,58px);margin:12px 0 16px}.feature-copy p{color:var(--muted);font-size:15px}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:24px 0 28px;padding:0;list-style:none}.feature-list li{position:relative;padding-left:20px;color:#42545b;font-size:14px}.feature-list li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--accent)}
.info-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.info-card .num{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#f4ead8;color:#664a22;font:700 12px "Space Grotesk"}.info-card h3{font-size:26px;margin:18px 0 10px}.info-card p{color:var(--muted);font-size:14px}.info-card a{font-weight:800;color:#59411f;display:inline-flex;gap:8px;align-items:center;margin-top:6px}
.highlight-band{padding:78px 0;background:#0a1217;color:#fff;position:relative;overflow:hidden}.highlight-band:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(216,173,99,.12);filter:blur(100px);right:-150px;top:-200px}.highlight-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.highlight-grid h2{font-size:clamp(42px,5vw,70px);margin:14px 0}.highlight-grid p{color:rgba(255,255,255,.65);font-size:16px}.highlight-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}.highlight-points div{padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05)}.highlight-points strong{display:block;color:#f0c77f;margin-bottom:4px}.highlight-points span{font-size:12px;color:rgba(255,255,255,.65)}
.faq-list{max-width:900px;margin:40px auto 0}.faq-item{border-bottom:1px solid var(--line);padding:24px 0}.faq-item summary{cursor:pointer;font:700 22px "Space Grotesk";list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:#9b7335}.faq-item[open] summary:after{content:"–"}.faq-item p{color:var(--muted);max-width:780px;margin:14px 0 0}
.commercial-types{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.commercial-type{min-height:230px;border-radius:26px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;overflow:hidden;background-position:center;background-size:cover}.commercial-type:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,18,.05),rgba(7,13,18,.82))}.commercial-type>*{position:relative}.commercial-type h3{font-size:26px}.commercial-type p{font-size:13px;color:rgba(255,255,255,.72);margin-bottom:0}
.about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.value-card strong{display:block;font:700 25px "Space Grotesk";margin:12px 0}.value-card p{font-size:13px;color:var(--muted);margin:0}
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.work-card{border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.work-photo{height:280px;background-position:center;background-size:cover}.work-copy{padding:23px}.work-copy span{font-size:10px;font-weight:800;letter-spacing:.14em;color:#806640;text-transform:uppercase}.work-copy h3{font-size:28px;margin:10px 0 8px}.work-copy p{font-size:13px;color:var(--muted);margin:0}
.notice-card{padding:22px 24px;border-radius:20px;background:#fff9ef;border:1px solid #ecd8b3;color:#59411f;font-size:13px;margin-top:28px}
.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:start}.contact-details{display:grid;gap:14px}.contact-detail{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.contact-detail small{display:block;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#806640;font-weight:800;margin-bottom:7px}.contact-detail strong,.contact-detail a{font:700 20px "Space Grotesk"}.contact-form{background:#fff;border:1px solid rgba(216,173,99,.22);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.contact-form label>span{font-size:10px;font-weight:800;letter-spacing:.13em;color:#55646b;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d7dfdc;background:#f7f9f8;border-radius:14px;padding:14px 15px;color:#172128;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#c59a50;box-shadow:0 0 0 3px rgba(216,173,99,.14)}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.legal{padding:150px 0 90px}.legal-wrap{max-width:900px;margin:0 auto}.legal h1{font-size:clamp(48px,6vw,76px);margin-bottom:16px}.legal h2{font-size:30px;margin:38px 0 12px}.legal p,.legal li{color:#52636a}.legal ul{padding-left:20px}.legal-meta{color:#806640;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thank-you{min-height:80vh;padding:180px 0 100px;display:grid;place-items:center;background:#0a1217;color:#fff}.thank-card{max-width:760px;text-align:center;padding:50px;border:1px solid rgba(216,173,99,.18);border-radius:30px;background:rgba(255,255,255,.05)}.thank-card h1{font-size:clamp(48px,6vw,76px);margin:18px 0}.thank-card p{color:rgba(255,255,255,.65)}
@media(max-width:1100px){.inner-intro,.feature-row,.highlight-grid,.contact-layout{grid-template-columns:1fr}.feature-row.reverse .feature-copy,.feature-row.reverse .feature-photo{order:initial}.info-card-grid,.commercial-types,.work-grid{grid-template-columns:repeat(2,1fr)}.about-values{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.page-hero{padding:130px 0 70px;min-height:520px}.page-hero h1{font-size:clamp(48px,13vw,68px)}.page-hero p{font-size:14px}.inner-section{padding:75px 0}.inner-intro{gap:35px}.inner-image,.feature-photo{min-height:300px}.feature-row{padding:48px 0;gap:30px}.feature-list,.highlight-points,.contact-form .form-row{grid-template-columns:1fr}.info-card-grid,.commercial-types,.work-grid,.about-values{grid-template-columns:1fr}.legal{padding-top:125px}.contact-form{padding:22px}}


/* =========================================================
   COMPACT / BALANCED FINAL PASS
   Keeps the approved visual system but removes oversized
   spacing and makes the entire site denser and more usable.
   ========================================================= */
:root{--max:1180px}
body{font-size:15px}
.container{width:min(calc(100% - 40px),var(--max))}

/* Slim information bar + compact non-sticky header */
.topbar{background:#05090c;color:rgba(255,255,255,.78);border-bottom:1px solid rgba(216,173,99,.13);font-size:11px;line-height:1}
.topbar-inner{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar-contact,.topbar-meta{display:flex;align-items:center;gap:18px;white-space:nowrap}
.topbar a{transition:.2s ease}
.topbar a:hover{color:#f0c77f}
.topbar-contact span{color:#d8ad63;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:9px;margin-right:5px}
.topbar-meta>span{color:rgba(255,255,255,.52)}
.topbar-meta a{font-weight:700;color:rgba(255,255,255,.82)}
.site-header{position:relative!important;top:auto!important;height:62px!important;background:#081014!important;border-bottom:1px solid rgba(216,173,99,.14);box-shadow:none!important}
.nav-wrap{height:62px!important;gap:18px!important}
.brand{width:190px!important;max-width:190px!important;height:56px;display:flex!important;align-items:center!important;overflow:visible!important}
.brand img{width:auto!important;max-width:100%!important;height:54px!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))!important}
.nav{gap:20px!important;margin-left:auto!important}
.nav a{font-size:12.5px!important}
.nav-actions{gap:10px!important}
.btn-sm{height:38px!important;padding:0 15px!important;font-size:12px!important}
.menu-toggle{width:42px!important;height:42px!important;border-radius:12px!important}
.menu-toggle span{left:11px!important;right:11px!important}
.menu-toggle span:first-child{top:16px!important}.menu-toggle span:last-child{bottom:16px!important}

/* Buttons */
.btn{height:48px;padding:0 20px;font-size:13px}

/* Homepage hero: same original photo, sharper and less aggressively enlarged */
.hero{min-height:650px!important;padding:78px 0 62px!important}
.hero-media{background:
  linear-gradient(90deg,rgba(7,13,18,.88) 0%,rgba(7,13,18,.80) 38%,rgba(7,13,18,.42) 100%),
  url('assets/hero-building.jpg') center center/cover no-repeat!important;
  transform:none!important;filter:none!important;image-rendering:auto}
.hero-inner{gap:38px!important;grid-template-columns:1.18fr .82fr!important;align-items:center!important}
.eyebrow{padding:8px 12px!important;font-size:10px!important}
.hero h1{font-size:clamp(42px,5.2vw,66px)!important;max-width:760px!important;margin-top:18px!important}
.hero-copy>p{font-size:15px!important;line-height:1.65!important;max-width:670px!important;margin-top:16px!important}
.hero-actions{margin-top:24px!important}
.hero-trust{margin-top:32px!important;padding-top:17px!important;gap:12px!important}
.hero-trust strong{font-size:14px!important}.hero-trust span{font-size:9px!important}
.hero-panel{padding:23px!important;border-radius:24px!important}
.hero-panel h2{font-size:27px!important;margin:14px 0 11px!important}
.hero-panel p{font-size:13px!important;line-height:1.6!important}
.panel-tags{margin:14px 0 18px!important;gap:7px!important}.panel-tags span{padding:8px 10px!important;font-size:10px!important}
.hero-orb{width:300px!important;height:300px!important;filter:blur(75px)!important}

/* Generic homepage sections */
.authority{padding:68px 0!important}.authority-grid{gap:38px!important}.authority-copy h2{font-size:clamp(34px,4vw,50px)!important;margin:12px 0 13px!important}.authority-copy p{font-size:14px!important}.authority-photo{min-height:330px!important;border-radius:24px!important}
.services{padding:72px 0!important}.section-head{margin-bottom:27px!important;gap:22px!important}.section-head h2{font-size:clamp(34px,4vw,52px)!important;max-width:680px!important}.section-head>p{font-size:13px!important;max-width:360px!important}
.service-grid{gap:18px!important}.service-card{border-radius:22px!important}.service-media{height:205px!important}.service-body{padding:18px 20px 21px!important}.service-card h3{font-size:23px!important;margin-top:9px!important}.service-card p{font-size:12.5px!important;line-height:1.6!important;min-height:58px!important}.service-type{font-size:9px!important;margin-top:8px!important}.service-number{font-size:10px!important}
.commercial{padding:78px 0!important}.commercial-grid{gap:40px!important}.commercial-photo{min-height:410px!important;border-radius:26px!important}.visual-stat{padding:14px 16px!important}.commercial-copy h2{font-size:clamp(36px,4.3vw,56px)!important;margin:13px 0!important}.commercial-copy p{font-size:14px!important}.use-cases{gap:10px!important;margin:22px 0!important}.use-cases div{padding:14px!important;border-radius:17px!important}.commercial-actions{margin-top:22px!important}
.why-us{padding:76px 0!important}.why-layout{gap:38px!important}.why-photo{min-height:455px!important;border-radius:24px!important}.benefit-grid{gap:13px!important}.benefit{padding:20px!important;border-radius:20px!important}.benefit span{width:37px!important;height:37px!important}.benefit h3{font-size:20px!important;margin:13px 0 7px!important}.benefit p{font-size:12.5px!important}
.process{padding:74px 0!important}.process-grid{gap:46px!important}.process-intro{position:static!important}.process-intro h2{font-size:clamp(35px,4vw,52px)!important;margin:12px 0 13px!important}.process-intro p{font-size:14px!important}.process-visual{min-height:235px!important;margin-top:19px!important;border-radius:22px!important}.step{grid-template-columns:55px 1fr!important;gap:15px!important;padding:20px 0!important}.step h3{font-size:23px!important}.step p{font-size:12.5px!important}
.exterior{padding:66px 0!important}.exterior-wrap{padding:26px!important;gap:28px!important;border-radius:27px!important}.exterior-copy h2{font-size:clamp(34px,3.8vw,48px)!important;margin:12px 0!important}.exterior-copy p{font-size:13.5px!important}.exterior-photo{min-height:300px!important;border-radius:21px!important}.exterior-badge{width:120px!important;height:120px!important;border-width:7px!important}.exterior-badge strong{font-size:36px!important}
.proof{padding:78px 0!important}.proof-grid{gap:40px!important}.proof-copy h2{font-size:clamp(34px,4vw,52px)!important;margin:13px 0!important}.proof-copy p{font-size:14px!important}.proof-gallery{gap:12px!important}.proof-shot,.proof-note{border-radius:20px!important;min-height:195px!important}.proof-shot.large{min-height:405px!important}.proof-note{padding:21px!important}.proof-note h3{font-size:22px!important}.quote-mark{font-size:60px!important}
.service-area{padding:66px 0!important}.service-area-grid{gap:38px!important}.service-area h2{font-size:clamp(34px,4vw,50px)!important}.service-area-photo{min-height:285px!important;border-radius:22px!important}.area-list{gap:8px!important}.area-list span{padding:9px 12px!important;font-size:11.5px!important}
.estimate{padding:82px 0!important}.estimate-grid{gap:40px!important}.estimate-copy h2{font-size:clamp(38px,4.3vw,56px)!important;margin:13px 0!important}.estimate-copy p{font-size:14px!important}.estimate-phone{margin-top:24px!important;font-size:20px!important}.estimate-form{padding:24px!important;border-radius:23px!important}.estimate-form input,.estimate-form select,.estimate-form textarea{padding:11px 13px!important;border-radius:11px!important}.estimate-mini{height:100px!important;border-radius:16px!important}
.footer{padding:50px 0 22px!important}.footer-grid{gap:38px!important}.footer-brand{max-width:220px!important;height:auto!important}.footer-brand img{height:auto!important;max-height:105px!important}.footer-grid p,.footer-grid a,.footer-grid span{font-size:11.5px!important}.footer-bottom{margin-top:34px!important;padding-top:16px!important}

/* Inner page hero: same original images, no scaling blur, compact height */
.inner-page .site-header{background:#081014!important;backdrop-filter:none!important}
.page-hero{padding:78px 0 58px!important;min-height:455px!important}
.page-hero::before{background:linear-gradient(90deg,rgba(7,13,18,.90),rgba(7,13,18,.68) 48%,rgba(7,13,18,.32)),var(--hero-image) center center/cover no-repeat!important;transform:none!important;filter:none!important;image-rendering:auto}
.page-hero h1{font-size:clamp(40px,5.2vw,66px)!important;margin:13px 0 14px!important;max-width:800px!important}.page-hero p{font-size:14.5px!important;line-height:1.65!important}.page-hero-actions{margin-top:22px!important}.breadcrumb{font-size:10px!important}
.inner-section{padding:70px 0!important}.inner-intro{gap:42px!important}.inner-intro h2,.inner-heading h2{font-size:clamp(34px,4vw,50px)!important;margin:11px 0 14px!important}.inner-intro p,.inner-heading p{font-size:14px!important}.inner-image{min-height:340px!important;border-radius:23px!important}
.feature-row{gap:38px!important;padding:48px 0!important}.feature-photo{min-height:325px!important;border-radius:23px!important}.feature-copy h2{font-size:clamp(31px,3.4vw,45px)!important;margin:9px 0 12px!important}.feature-copy p{font-size:13.5px!important}.feature-list{gap:7px 18px!important;margin:18px 0 21px!important}.feature-list li{font-size:12.5px!important}
.info-card-grid{gap:16px!important}.info-card{padding:21px!important;border-radius:21px!important}.info-card h3{font-size:21px!important;margin:13px 0 7px!important}.info-card p{font-size:12.5px!important}
.highlight-band{padding:56px 0!important}.highlight-grid{gap:42px!important}.highlight-grid h2{font-size:clamp(34px,4vw,50px)!important;margin:11px 0!important}.highlight-grid p{font-size:13.5px!important}.highlight-points{gap:10px!important}.highlight-points div{padding:14px!important;border-radius:16px!important}
.commercial-types{gap:14px!important;margin-top:24px!important}.commercial-type{min-height:185px!important;padding:20px!important;border-radius:20px!important}.commercial-type h3{font-size:22px!important}.commercial-type p{font-size:11.5px!important}
.about-values{gap:13px!important}.value-card{padding:20px!important;border-radius:20px!important}.value-card strong{font-size:21px!important;margin:8px 0!important}.value-card p{font-size:12px!important}
.work-grid{gap:15px!important}.work-card{border-radius:22px!important}.work-photo{height:220px!important}.work-copy{padding:18px!important}.work-copy h3{font-size:23px!important;margin:7px 0 6px!important}.work-copy p{font-size:12px!important}
.contact-layout{gap:40px!important}.contact-detail{padding:16px!important;border-radius:17px!important}.contact-detail strong,.contact-detail a{font-size:17px!important}.contact-form{padding:23px!important;border-radius:22px!important}.contact-form input,.contact-form select,.contact-form textarea{padding:11px 13px!important;border-radius:11px!important}
.notice-card{padding:16px 18px!important;margin-top:20px!important}
.legal{padding-top:80px!important;padding-bottom:70px!important}.legal h1{font-size:clamp(38px,5vw,58px)!important}.legal h2{font-size:27px!important;margin-top:30px!important}
.thank-you{min-height:72vh!important;padding:95px 0 70px!important}.thank-card{padding:36px!important;border-radius:24px!important}.thank-card h1{font-size:clamp(38px,5vw,58px)!important}

/* Tablet */
@media(max-width:1100px){
  .topbar-meta>span{display:none}
  .brand{width:175px!important;max-width:175px!important}
  .hero{min-height:auto!important}
  .hero-inner{grid-template-columns:1fr!important;align-items:start!important}.hero-panel{max-width:720px}
  .why-photo{min-height:340px!important}.commercial-photo{min-height:340px!important}
}

/* Mobile */
@media(max-width:780px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .topbar{font-size:10px}.topbar-inner{min-height:25px}.topbar-meta{display:none}.topbar-contact{width:100%;justify-content:space-between;gap:8px}.topbar-contact a:first-child{display:none}
  .site-header{height:58px!important}.nav-wrap{height:58px!important}.brand{width:168px!important;max-width:168px!important;height:52px!important}.brand img{height:50px!important}
  .site-header.menu-open .nav{top:58px!important;left:14px!important;right:14px!important;padding:17px!important;gap:13px!important}.nav a{font-size:13px!important}.nav-actions{display:none}
  .hero{padding:60px 0 48px!important}.hero h1{font-size:clamp(38px,11vw,52px)!important}.hero-copy>p{font-size:13.5px!important}.hero-trust{grid-template-columns:repeat(2,1fr)!important;margin-top:25px!important}.hero-panel h2{font-size:24px!important}
  .authority,.services,.commercial,.why-us,.process,.proof,.estimate{padding:58px 0!important}.exterior,.service-area{padding:52px 0!important}
  .section-head h2,.authority-copy h2,.commercial-copy h2,.process-intro h2,.proof-copy h2,.service-area h2,.estimate-copy h2{font-size:clamp(31px,9vw,42px)!important}
  .service-grid{grid-template-columns:1fr!important}.service-media{height:190px!important}
  .why-photo,.commercial-photo,.authority-photo,.service-area-photo{min-height:260px!important}
  .process-visual{min-height:210px!important}.exterior-photo{min-height:240px!important}.proof-shot.large{min-height:260px!important}
  .page-hero{padding:58px 0 44px!important;min-height:390px!important}.page-hero h1{font-size:clamp(37px,11vw,50px)!important}
  .inner-section{padding:55px 0!important}.inner-intro{gap:28px!important}.inner-image,.feature-photo{min-height:260px!important}.feature-row{padding:36px 0!important;gap:25px!important}.info-card-grid,.commercial-types,.work-grid,.about-values{grid-template-columns:1fr!important}
  .footer{padding-bottom:82px!important}.footer-grid{gap:24px!important}
}

/* Homepage screenshot refinement pass — V5 */
@media (min-width:1101px){
  /* 1) Hero fits within one desktop viewport below the compact topbar/header */
  .hero{
    min-height:calc(100svh - 90px)!important;
    padding:34px 0 30px!important;
    display:flex!important;
    align-items:center!important;
  }
  .hero-inner{align-items:center!important;gap:34px!important}
  .hero h1{font-size:clamp(40px,4.65vw,59px)!important;line-height:.98!important;max-width:730px!important;margin-top:14px!important}
  .hero-copy>p{font-size:13.5px!important;line-height:1.55!important;max-width:650px!important;margin-top:13px!important}
  .hero-actions{margin-top:18px!important;gap:10px!important}
  .hero-actions .btn{height:44px!important;padding:0 17px!important;font-size:12px!important}
  .hero-trust{margin-top:20px!important;padding-top:13px!important;gap:10px!important}
  .hero-trust strong{font-size:12.5px!important}.hero-trust span{font-size:8px!important;line-height:1.35!important}
  .hero-panel{padding:20px!important;border-radius:22px!important}
  .panel-label{padding:7px 10px!important;font-size:9px!important}
  .hero-panel h2{font-size:24px!important;line-height:1.05!important;margin:12px 0 9px!important}
  .hero-panel p{font-size:12px!important;line-height:1.5!important;margin-bottom:9px!important}
  .panel-tags{margin:11px 0 14px!important;gap:6px!important}.panel-tags span{padding:6px 9px!important;font-size:9px!important}

  /* 3) Why image begins lower but finishes with the left column */
  .why-layout{align-items:stretch!important}
  .why-photo{align-self:stretch!important;margin-top:69px!important;min-height:0!important;height:auto!important}

  /* 4) How-it-works left visual finishes with the steps column */
  .process-grid{align-items:stretch!important}
  .process-intro{display:flex!important;flex-direction:column!important;min-height:100%!important}
  .process-visual{flex:1 1 auto!important;min-height:150px!important;margin-top:16px!important}
  .steps{display:flex!important;flex-direction:column!important}
  .step{flex:1 1 0!important;align-items:center!important}
}

/* 2) Fill the eighth service-grid slot with a conversion CTA */
.service-cta-card{
  position:relative;overflow:hidden;min-height:100%;border-radius:22px;padding:24px;
  background:linear-gradient(145deg,#0b141a 0%,#15242d 100%);color:#fff;
  border:1px solid rgba(216,173,99,.22);box-shadow:var(--shadow);
  display:flex;flex-direction:column;justify-content:center;
}
.service-cta-card:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-90px;top:-100px;background:rgba(216,173,99,.18);filter:blur(45px)}
.service-cta-card>*{position:relative}
.service-cta-kicker{font-size:9px;font-weight:900;letter-spacing:.15em;color:#f0c77f}
.service-cta-card h3{font-size:25px;line-height:1.08;margin:13px 0 10px;max-width:340px}
.service-cta-card p{font-size:12.5px;line-height:1.6;color:rgba(255,255,255,.66);max-width:340px;margin-bottom:18px}
.service-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.service-cta-card .btn{height:43px;padding:0 16px;font-size:11.5px}
.service-cta-phone{font:700 13px "Space Grotesk";color:#fff;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:3px}

/* 5) Proof section now uses the empty area for the live customer-review feed */
.proof-grid{align-items:stretch!important}
.proof-copy{display:flex;flex-direction:column}
.reviews-panel{margin-top:26px;padding:18px;border-radius:20px;background:#fff;color:#122029;border:1px solid rgba(216,173,99,.18);box-shadow:0 18px 52px rgba(0,0,0,.18)}
.reviews-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.reviews-kicker{display:block;font-size:8.5px;font-weight:900;letter-spacing:.15em;color:#806640;margin-bottom:5px}
.reviews-panel h3{font-size:20px;line-height:1.1;margin:0}
.reviews-live-dot{flex:none;padding:6px 9px;border-radius:999px;background:#f5ecdc;color:#72552b;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.reviews-live-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#6fa36f;margin-right:5px}
.reviews-embed{display:block;width:100%;height:258px;border:0;border-radius:13px;background:#f5f7f6}
.reviews-fallback{display:inline-flex;margin-top:10px;font-size:10.5px;font-weight:800;color:#59411f}
.proof-gallery{height:100%!important;grid-template-rows:1fr 1fr!important}
.proof-shot.large{min-height:0!important;height:100%!important;grid-row:1 / span 2!important}
.proof-shot:not(.large){min-height:0!important;height:100%!important}

@media(max-width:1100px){
  .service-cta-card{min-height:300px}
  .why-photo{margin-top:0!important}
  .process-visual{min-height:220px!important}
  .proof-gallery{height:auto!important}
  .proof-shot.large,.proof-shot:not(.large){height:auto!important;min-height:260px!important}
  .reviews-embed{height:300px}
}
@media(max-width:780px){
  .service-cta-card{min-height:260px;padding:21px}
  .service-cta-card h3{font-size:23px}
  .reviews-panel{margin-top:20px;padding:14px}
  .reviews-panel-head{display:block}.reviews-live-dot{display:inline-flex;margin-top:10px}
  .reviews-embed{height:320px}
}


/* Inner-page refinement pass — V6 */
@media(min-width:781px){
  .inner-intro.intro-copy-middle{align-items:center!important;}
  .inner-intro.intro-copy-middle>div:last-child{padding-top:24px!important;}

  .contact-layout-balanced{align-items:stretch!important;}
  .contact-copy-column{display:flex!important;flex-direction:column!important;}
  .contact-form-wrap{display:flex!important;align-items:flex-end!important;min-height:100%!important;padding-top:34px!important;}
  .contact-form-wrap .contact-form{width:100%!important;}
}

.contact-layout-balanced .contact-form{padding:20px!important;}
.contact-layout-balanced .contact-form label{margin-bottom:10px!important;}
.contact-layout-balanced .contact-form input,
.contact-layout-balanced .contact-form select{min-height:48px!important;}
.contact-layout-balanced .contact-form textarea{min-height:118px!important;max-height:150px!important;resize:vertical;}
.contact-layout-balanced .contact-details{gap:11px!important;}
.contact-layout-balanced .contact-detail{padding:14px 16px!important;}

.service-area-map-grid{grid-template-columns:.78fr 1.22fr!important;align-items:center!important;gap:46px!important;}
.service-map-card{background:#fff;border:1px solid rgba(184,131,47,.24);border-radius:28px;padding:14px;box-shadow:var(--shadow);overflow:hidden;align-self:start;}
.service-map-card-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 8px 14px;}
.service-map-card-head>div{display:flex;flex-direction:column;gap:3px;min-width:0;}
.map-card-kicker{font-size:9px;font-weight:800;letter-spacing:.15em;color:#8a642b;}
.service-map-card-head strong{font:700 18px "Space Grotesk";color:#172128;}
.map-card-note{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#f7efe1;color:#6a4c1f;font-size:9px;font-weight:800;letter-spacing:.04em;}
.service-map{width:100%;aspect-ratio:1/1;min-height:520px;height:auto;border-radius:20px;overflow:hidden;border:1px solid #c9d1ce;box-shadow:none;background:#edf1ef;}
.service-map .leaflet-container{background:#edf1ef;}
.service-map .leaflet-tile-pane{filter:saturate(.95) contrast(1.04) brightness(1.01);}
.service-map .leaflet-control-zoom a{color:#172128;}
.service-map .leaflet-control-attribution{font-size:8px;background:rgba(255,255,255,.85);}
.service-map-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 7px 3px;}
.service-map-legend{display:inline-flex;align-items:center;gap:9px;color:#26353b;font-size:10px;font-weight:800;letter-spacing:.03em;}
.legend-swatch{width:24px;height:12px;border:3px solid #4b3312;background:rgba(216,173,99,.30);border-radius:4px;}
.map-help{font-size:9px;color:#7a8589;white-space:nowrap;}
.service-area-map-copy h2{max-width:560px;}
.service-town-tip{background:#10181d;color:#fff;border:0;border-radius:8px;padding:5px 8px;font:700 10px Manrope;box-shadow:0 8px 20px rgba(0,0,0,.16);}
.service-town-tip:before{border-top-color:#10181d!important;}

@media(max-width:1100px){
  .service-area-map-grid{grid-template-columns:1fr!important;}
  .service-map{min-height:420px;}
  .contact-form-wrap{padding-top:18px!important;}
}
@media(max-width:780px){
  .inner-intro.intro-copy-middle>div:last-child{padding-top:0!important;}
  .contact-form-wrap{padding-top:6px!important;}
  .service-map-card{padding:9px;border-radius:21px;}
  .service-map-card-head{align-items:flex-start;padding:6px 5px 10px;}
  .map-card-note{display:none;}
  .service-map{min-height:320px;aspect-ratio:1/1;border-radius:15px;}
  .service-map-footer{padding:10px 5px 2px;}
  .map-help{display:none;}
}

.service-map .leaflet-overlay-pane svg path{filter:drop-shadow(0 2px 3px rgba(47,33,16,.18));}


/* V9 — compact single-block service area map */
.service-area-map-section{padding:58px 0!important;overflow:hidden;}
.service-area-map-grid{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(420px,520px)!important;gap:46px!important;align-items:center!important;}
.service-area-map-copy{min-width:0;}
.service-area-map-copy h2{font-size:clamp(36px,4vw,54px)!important;line-height:1.02!important;margin:12px 0 18px!important;max-width:620px!important;}
.service-area-map-copy p{font-size:14px!important;line-height:1.65!important;max-width:620px!important;}
.service-area-chips{margin-top:20px!important;gap:8px!important;}
.service-area-chips span{padding:9px 12px!important;font-size:11px!important;}
.service-map-square{position:relative;width:min(100%,520px);aspect-ratio:1/1;justify-self:end;border-radius:28px;overflow:hidden;background:#eef3f1;border:1px solid #c7d1cd;box-shadow:0 18px 44px rgba(12,25,31,.10);}
.service-map-square svg{display:block;width:100%;height:100%;background:#eef3f1;}
.service-map-key{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:999px;background:rgba(11,19,25,.88);color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;backdrop-filter:blur(8px);}
.service-map-key span{width:24px;height:10px;border-radius:3px;background:#d2a451;border:2px solid #2f2110;}
@media(max-width:980px){.service-area-map-grid{grid-template-columns:1fr!important}.service-map-square{justify-self:start;width:min(100%,500px)}}
@media(max-width:600px){.service-area-map-section{padding:44px 0!important}.service-map-square{width:100%;border-radius:20px}.service-area-map-copy h2{font-size:clamp(32px,10vw,42px)!important}.service-map-key{left:10px;bottom:10px;font-size:8px;padding:8px 10px}}

/* V10 service area map: fully local static SVG, no remote dependencies */
.service-area-map-section{padding:48px 0!important;}
.service-area-map-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 460px!important;gap:40px!important;align-items:center!important;}
.service-map-square{position:relative!important;width:460px!important;height:460px!important;aspect-ratio:1/1!important;justify-self:end!important;border-radius:24px!important;overflow:hidden!important;background:#eef3f1!important;border:1px solid #c7d1cd!important;box-shadow:0 16px 38px rgba(12,25,31,.09)!important;}
.service-map-square svg{display:block!important;width:100%!important;height:100%!important;}
.service-map-square .map-town circle{fill:#efc368;stroke:#24180c;stroke-width:2.8;}
.service-map-square .map-town text{font:700 9.6px Manrope,Arial,sans-serif;fill:#26353b;paint-order:stroke;stroke:#f8faf9;stroke-width:3.2px;stroke-linejoin:round;}
.service-map-square .state-label{font:800 11px Manrope,Arial,sans-serif;letter-spacing:1.5px;fill:#71807b;}
.service-map-square .north text{font:800 11px Manrope,Arial,sans-serif;fill:#26353b;}
.service-map-square .map-caption text{font:700 9.3px Manrope,Arial,sans-serif;fill:#fff;}
@media(max-width:980px){.service-area-map-grid{grid-template-columns:1fr!important}.service-map-square{justify-self:start!important;width:min(100%,460px)!important;height:auto!important;aspect-ratio:1/1!important}}
@media(max-width:600px){.service-area-map-section{padding:40px 0!important}.service-map-square{width:100%!important;border-radius:18px!important}}


/* V11 Google service-area map */
.service-area-map-section{padding:48px 0!important;}
.service-area-map-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 460px!important;gap:40px!important;align-items:center!important;}
.google-service-map{position:relative!important;width:460px!important;height:460px!important;aspect-ratio:1/1!important;justify-self:end!important;overflow:hidden!important;border-radius:24px!important;border:1px solid #c7d1cd!important;background:#eef3f1!important;box-shadow:0 16px 38px rgba(12,25,31,.09)!important;isolation:isolate;}
.google-service-map .google-map-frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;pointer-events:none;filter:saturate(.96) contrast(1.03);background:#e8ece9;z-index:1;}
.google-service-map .service-coverage-overlay{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:2;overflow:visible;}
.google-service-map .service-coverage-overlay polygon{fill:rgba(207,157,70,.18);stroke:#211608;stroke-width:2.25;vector-effect:non-scaling-stroke;stroke-linejoin:round;filter:drop-shadow(0 1px 2px rgba(0,0,0,.22));}
.google-service-map .service-map-key{position:absolute;left:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:999px;background:rgba(15,22,26,.92);color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;box-shadow:0 8px 22px rgba(0,0,0,.18);}
.google-service-map .service-map-key span{width:24px;height:10px;border-radius:3px;background:rgba(207,157,70,.70);border:2px solid #2d1e0c;}
@media(max-width:980px){.service-area-map-grid{grid-template-columns:1fr!important}.google-service-map{justify-self:start!important;width:min(100%,460px)!important;height:auto!important;aspect-ratio:1/1!important}}
@media(max-width:600px){.service-area-map-section{padding:40px 0!important}.google-service-map{width:100%!important;border-radius:18px!important}.google-service-map .service-map-key{left:10px;bottom:10px;font-size:8px;padding:8px 10px}}

/* V13 — Google map reliability pass */
.google-service-map .google-map-frame{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
  background:#e8ece9!important;
  z-index:1!important;
}
.google-service-map .service-coverage-overlay{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  pointer-events:none!important;
  z-index:2!important;
}
.google-service-map .service-coverage-overlay polygon{
  fill:rgba(207,157,70,.16)!important;
  stroke:#221508!important;
  stroke-width:3.2!important;
  vector-effect:non-scaling-stroke!important;
  stroke-linejoin:round!important;
}
.google-map-open{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:3;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#172128;
  border:1px solid rgba(20,30,34,.14);
  font-size:9px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
@media(max-width:600px){
  .google-map-open{right:10px;bottom:10px;font-size:8px;padding:8px 10px}
}


/* V14 homepage service-area map image */
.service-area-photo.service-area-map-photo{position:relative;min-height:390px!important;border-radius:28px!important;overflow:hidden;background:linear-gradient(180deg,rgba(8,14,19,.04),rgba(8,14,19,.16)),url('assets/service-area-map-shot.png') center/cover no-repeat!important;box-shadow:var(--shadow);border:1px solid rgba(23,33,40,.08);display:flex;align-items:flex-end;padding:18px;}
.service-area-map-actions{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.service-area-map-badge{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:rgba(15,22,26,.92);color:#fff;font-size:10px;font-weight:800;letter-spacing:.03em;box-shadow:0 8px 22px rgba(0,0,0,.18);}
.service-area-map-badge::before{content:'';width:24px;height:10px;border-radius:3px;background:rgba(207,157,70,.78);border:2px solid #2d1e0c;display:block;}
.service-area-map-link{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:999px;background:rgba(255,255,255,.94);color:#172128;font-size:11px;font-weight:800;border:1px solid rgba(20,30,34,.12);box-shadow:0 8px 22px rgba(0,0,0,.08);}
.service-area-map-link:hover{transform:translateY(-1px);background:#fff;}
@media(max-width:980px){.service-area-photo.service-area-map-photo{min-height:360px!important;}}
@media(max-width:600px){.service-area-photo.service-area-map-photo{min-height:300px!important;padding:12px;}.service-area-map-actions{gap:10px;}.service-area-map-badge,.service-area-map-link{font-size:9px;padding:9px 12px;}}

/* V15 — restore approved service-area image in Contact square */
.service-area-image-card{
  position:relative!important;
  width:460px!important;
  height:460px!important;
  aspect-ratio:1/1!important;
  justify-self:end!important;
  overflow:hidden!important;
  border-radius:24px!important;
  border:1px solid #c7d1cd!important;
  background:
    linear-gradient(180deg,rgba(8,14,19,.02),rgba(8,14,19,.12)),
    url('assets/service-area.jpg') center/cover no-repeat!important;
  box-shadow:0 16px 38px rgba(12,25,31,.09)!important;
}
.service-area-image-card .service-map-key{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(15,22,26,.92);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.03em;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.service-area-image-card .service-map-key span{
  width:24px;
  height:10px;
  border-radius:3px;
  background:#d2a451;
  border:2px solid #2f2110;
}
.service-area-image-card .google-map-open{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
}
@media(max-width:980px){
  .service-area-image-card{
    justify-self:start!important;
    width:min(100%,460px)!important;
    height:auto!important;
    aspect-ratio:1/1!important;
  }
}
@media(max-width:600px){
  .service-area-image-card{width:100%!important;border-radius:18px!important;}
  .service-area-image-card .service-map-key{left:10px;bottom:10px;font-size:8px;padding:8px 10px;}
  .service-area-image-card .google-map-open{right:10px;bottom:10px;}
}
