
:root{
  --ink:#0b1320;--ink2:#111c2a;--red:#df2f2f;--red2:#c82424;--paper:#fff;
  --soft:#f5f7f9;--muted:#657080;--line:#e5e9ee;--shadow:0 20px 60px rgba(8,18,31,.12);
  --radius:20px;--shell:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.screen-reader-text{position:absolute;left:-9999px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,20,32,.06)}
.header-inner{height:80px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;min-width:max-content}
.brand-mark{width:40px;height:40px;position:relative;display:inline-block}
.brand-mark .roof{position:absolute;left:3px;top:3px;width:31px;height:31px;border-left:5px solid var(--ink);border-top:5px solid var(--ink);transform:rotate(45deg);border-radius:2px}
.brand-mark .door{position:absolute;left:11px;bottom:2px;width:22px;height:22px;border:3px solid var(--red);background:repeating-linear-gradient(to bottom,#fff 0 4px,#efefef 4px 6px)}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-size:20px;letter-spacing:.02em}
.brand-copy small{margin-top:5px;color:var(--red);font-weight:800;font-size:10px;letter-spacing:.09em}
.custom-logo{max-height:56px;width:auto}
.primary-nav{display:flex}
.nav-list{display:flex;align-items:center;gap:34px;list-style:none;padding:0;margin:0}
.nav-list a{font-weight:700;font-size:14px;position:relative}
.nav-list a:hover{color:var(--red)}
.header-call{background:var(--red);color:#fff;padding:13px 18px;border-radius:10px;font-weight:800;white-space:nowrap;box-shadow:0 8px 20px rgba(223,47,47,.2)}
.phone-icon{margin-right:6px}
.menu-toggle{display:none;background:none;border:0;padding:10px}
.menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--ink);margin:5px 0}

.hero{position:relative;min-height:650px;background:#101820;overflow:hidden;color:#fff}
.hero-art{position:absolute;inset:0;background:
 radial-gradient(circle at 70% 30%,rgba(255,187,94,.16),transparent 26%),
 linear-gradient(135deg,#121920 0%,#2b2f33 52%,#15191d 100%)}
.garage-house{position:absolute;right:7%;bottom:0;width:60%;height:88%;filter:drop-shadow(0 25px 50px rgba(0,0,0,.35))}
.house-top{position:absolute;left:10%;right:4%;top:0;height:42%;background:linear-gradient(#666,#41454a);clip-path:polygon(10% 20%,88% 4%,100% 100%,0 100%);border-bottom:8px solid #202428}
.garage-frame{position:absolute;left:17%;bottom:14%;width:64%;height:50%;background:#373b3f;padding:18px 20px;box-shadow:0 0 0 10px #292d31}
.garage-door{height:100%;background:linear-gradient(180deg,#17191b,#24272a);display:grid;grid-template-rows:repeat(4,1fr);gap:3px;padding:10px}
.garage-door span{border:1px solid rgba(255,255,255,.07);background:linear-gradient(90deg,#202326,#17191a)}
.driveway{position:absolute;left:4%;right:-4%;bottom:-4%;height:26%;background:linear-gradient(165deg,#4d5053,#25282b);clip-path:polygon(18% 0,84% 0,100% 100%,0 100%)}
.service-van{position:absolute;right:-1%;bottom:1%;width:28%;height:46%;filter:drop-shadow(0 18px 35px rgba(0,0,0,.45))}
.van-body{position:absolute;inset:12% 0 12% 0;background:linear-gradient(180deg,#fff,#dfe4e8);border-radius:35px 18px 14px 20px;overflow:hidden;border:1px solid #bbc3ca}
.van-window{position:absolute;left:3%;top:10%;width:23%;height:33%;background:#24313d;border-radius:18px 3px 3px 3px;transform:skewX(-8deg)}
.van-brand{position:absolute;left:32%;top:26%;font-weight:900;color:#172230;font-size:18px;white-space:nowrap}.van-brand small{display:block;color:#b62323;font-size:9px;letter-spacing:.09em;margin-top:3px}
.van-stripe{position:absolute;left:25%;right:0;bottom:24%;height:12px;background:var(--red)}
.wheel{position:absolute;bottom:0;width:58px;height:58px;border-radius:50%;background:#111;border:11px solid #262b30;box-shadow:inset 0 0 0 6px #9099a0}.wheel-a{left:18%}.wheel-b{right:11%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,16,.96) 0%,rgba(4,10,16,.86) 34%,rgba(4,10,16,.34) 62%,rgba(4,10,16,.1) 100%)}
.hero-inner{position:relative;z-index:2;min-height:650px;display:flex;align-items:center}
.hero-copy{width:min(640px,58%);padding:70px 0 95px}
.eyebrow{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:14px}
.eyebrow.center{text-align:center}
.hero h1{font-size:64px;line-height:1.02;margin:0 0 22px;letter-spacing:-.045em}
.hero h1 span{color:#f04242}
.hero p{font-size:19px;max-width:600px;color:#e2e7ec;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:9px;font-weight:900;font-size:14px;letter-spacing:.02em;transition:.2s ease}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(223,47,47,.24)}
.btn-primary:hover{transform:translateY(-1px);background:var(--red2)}
.btn-ghost{border:1px solid rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.06)}
.btn-ghost span{margin-right:8px}
.hours{margin-top:18px;color:#d7dde4;font-size:13px;font-weight:700}

.trust-wrap{position:relative;margin-top:-64px;z-index:5}
.trust-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:28px 30px}
.trust-item{display:flex;gap:14px;padding:3px 24px;border-right:1px solid var(--line)}
.trust-item:first-child{padding-left:5px}.trust-item:last-child{border-right:0;padding-right:5px}
.trust-item>span{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--red);border-radius:50%;color:var(--red);font-size:20px;flex:0 0 auto}
.trust-item strong{display:block;margin:1px 0 4px;font-size:15px}.trust-item p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}

.section{padding:96px 0}
.section-head{text-align:center;max-width:700px;margin:0 auto 42px}
.section h2{font-size:42px;line-height:1.08;letter-spacing:-.035em;margin:0 0 14px}
.section-head p{color:var(--muted);margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(10,20,30,.05);transition:.25s ease}
.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(10,20,30,.1)}
.service-visual{height:180px;background:#d7dde2;position:relative;overflow:hidden}
.visual-door{background:linear-gradient(160deg,#bbc4cb 0 42%,#e9eef1 42%)}.visual-door:before{content:"";position:absolute;left:22%;right:10%;bottom:0;height:70%;background:#283039;border:8px solid #f5f6f7;box-shadow:0 0 0 2px #a7afb6}
.visual-door div{position:absolute;left:28%;right:16%;bottom:8%;height:48%;background:repeating-linear-gradient(to bottom,#303843 0 18px,#202730 18px 20px)}
.visual-opener{background:linear-gradient(#e9ecef,#cfd5da)}.visual-opener:before{content:"";position:absolute;left:41%;top:25%;width:85px;height:48px;border-radius:12px;background:#2e3439;box-shadow:0 8px 12px rgba(0,0,0,.2)}.visual-opener:after{content:"";position:absolute;left:52%;top:0;width:4px;height:35%;background:#818a90}
.visual-install{background:linear-gradient(120deg,#e7eaec,#c3cbd1)}.visual-install:before{content:"";position:absolute;left:15%;right:15%;bottom:0;height:82%;background:repeating-linear-gradient(to bottom,#f7f7f7 0 30px,#dadfe3 30px 32px);border:8px solid #fff}
.visual-spring{background:#1a1e22}.visual-spring:before{content:"";position:absolute;left:5%;right:5%;top:42%;height:22px;border-radius:20px;background:repeating-linear-gradient(90deg,#8d9499 0 7px,#24292d 7px 12px);box-shadow:0 0 0 7px #363c41}.visual-spring:after{content:"";position:absolute;left:15%;right:15%;top:48%;height:3px;background:#bfc5c9}
.service-body{padding:24px;position:relative}.service-body .icon{position:absolute;top:-25px;left:22px;width:50px;height:50px;background:#fff;border-radius:12px;display:grid;place-items:center;color:var(--red);font-size:22px;box-shadow:0 8px 25px rgba(0,0,0,.12)}
.service-body h3{font-size:20px;margin:7px 0 8px}.service-body p{font-size:14px;color:var(--muted);min-height:68px}.service-body a,.text-link{color:var(--red);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.center-cta{text-align:center;margin-top:36px}

.why{background:linear-gradient(135deg,#0c1218,#151d25);color:#fff}
.why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.why p{color:#cbd3db;max-width:660px}.checks{list-style:none;padding:0;margin:26px 0 0}.checks li{margin:12px 0;padding-left:28px;position:relative}.checks li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.problem-card{background:linear-gradient(145deg,#1c2631,#0e151d);border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:40px;box-shadow:0 30px 60px rgba(0,0,0,.25)}
.problem-kicker{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.1em}.problem-card h3{font-size:30px;margin:9px 0}.problem-card small{display:block;color:#aeb9c4;margin-top:13px}.full{width:100%}

.local{background:#f6f8fa}.local-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.local-map{height:340px;border-radius:22px;background:linear-gradient(135deg,#e5e9ed,#cfd6dc);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #c7ced4}
.map-road{position:absolute;background:#fff;border:1px solid #bfc6cc}.r1{width:130%;height:25px;left:-15%;top:42%;transform:rotate(-16deg)}.r2{width:100%;height:20px;left:12%;top:20%;transform:rotate(52deg)}.r3{width:100%;height:18px;left:-20%;bottom:20%;transform:rotate(20deg)}
.map-pin{position:absolute;left:52%;top:44%;width:42px;height:42px;border-radius:50% 50% 50% 0;background:var(--red);transform:rotate(-45deg);color:white;display:grid;place-items:center;font-size:0;box-shadow:0 10px 25px rgba(223,47,47,.28)}.map-pin:after{content:"";width:12px;height:12px;background:#fff;border-radius:50%}.local-map>span{position:absolute;left:59%;top:53%;font-weight:900;letter-spacing:.08em}

.narrow{max-width:850px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:18px 4px}summary{cursor:pointer;font-weight:800;font-size:18px;list-style:none;position:relative;padding-right:35px}summary:after{content:"+";position:absolute;right:5px;color:var(--red);font-size:25px;top:-5px}details[open] summary:after{content:"–"}details p{color:var(--muted);margin-bottom:4px}
.final-cta{background:var(--red);color:white;padding:40px 0}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.final-inner span{font-size:11px;font-weight:900;letter-spacing:.1em}.final-inner h2{margin:4px 0 0;font-size:34px}.btn-light{background:#fff;color:var(--red)}
.site-footer{background:#080e14;color:#bcc5ce;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.footer-brand{font-size:22px;color:#fff;font-weight:900}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer a,.site-footer span{display:block;margin:7px 0;font-size:14px}.footer-bottom{margin-top:40px;border-top:1px solid rgba(255,255,255,.09);padding-top:18px;display:flex;justify-content:space-between}
.inner-page{padding:90px 0;min-height:60vh}.inner-shell{max-width:900px}.inner-page h1{font-size:52px;letter-spacing:-.04em}.entry-content{font-size:18px;color:#3f4b57}

@media (max-width: 980px){
 .header-call{display:none}.primary-nav{position:absolute;left:0;right:0;top:80px;background:#fff;border-top:1px solid var(--line);display:none;padding:18px 24px;box-shadow:0 18px 30px rgba(0,0,0,.08)}
 .primary-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:flex-start;gap:18px}.menu-toggle{display:block}
 .hero h1{font-size:54px}.hero-copy{width:72%}.service-van{width:34%}.trust-card{grid-template-columns:1fr 1fr;gap:20px}.trust-item{border-right:0;border-bottom:1px solid var(--line);padding:10px}.trust-item:nth-last-child(-n+2){border-bottom:0}
 .service-grid{grid-template-columns:1fr 1fr}.why-grid,.local-grid{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
 .shell{width:min(calc(100% - 30px),var(--shell))}
 .header-inner{height:72px}.primary-nav{top:72px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:8px}.brand-mark{width:34px;height:34px}
 .hero,.hero-inner{min-height:650px}.garage-house{right:-34%;width:120%;opacity:.62}.service-van{display:none}.hero-shade{background:linear-gradient(180deg,rgba(4,10,16,.88),rgba(4,10,16,.9))}
 .hero-copy{width:100%;padding:80px 0 105px}.hero h1{font-size:42px}.hero p{font-size:17px}.hero-actions{flex-direction:column}.btn{width:100%}
 .trust-wrap{margin-top:-55px}.trust-card{grid-template-columns:1fr;padding:20px}.trust-item{border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}
 .section{padding:72px 0}.section h2{font-size:34px}.service-grid{grid-template-columns:1fr}.service-body p{min-height:auto}
 .final-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}.inner-page h1{font-size:42px}
}


/* V2 refinements */
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.phone-icon svg,.btn svg,.mobile-callbar svg{width:18px;height:18px;vertical-align:-3px}
.hero{min-height:610px}
.hero-inner{min-height:610px}
.hero-art:after{
 content:"";position:absolute;inset:0;
 background:
 radial-gradient(circle at 75% 22%,rgba(255,181,84,.14),transparent 20%),
 linear-gradient(180deg,transparent 50%,rgba(0,0,0,.18));
 pointer-events:none
}
.garage-house{right:5%;width:62%;height:92%}
.house-top{background:linear-gradient(135deg,#6d7175,#33383d)}
.garage-frame{box-shadow:0 0 0 12px #24292e,0 28px 50px rgba(0,0,0,.28)}
.service-van{right:-2%;width:30%}
.hero-copy{padding-top:58px}
.hero h1{max-width:700px}
.trust-card{border:1px solid rgba(13,26,40,.06)}
.trust-item>span.svg-icon{background:#fff}
.trust-item svg{width:21px;height:21px}
.service-body .icon svg{width:23px;height:23px}
.service-card{border-radius:18px}
.service-visual{height:190px}
.local-visual{height:390px;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(145deg,#dfe5e9,#aeb8c0);box-shadow:var(--shadow)}
.local-door{position:absolute;inset:0;background:linear-gradient(160deg,#d8dee2 0 28%,#b7c0c7 28% 31%,#eef1f3 31% 100%)}
.local-door-top{position:absolute;left:10%;right:10%;top:10%;height:14%;background:#20272e;clip-path:polygon(0 100%,12% 15%,88% 15%,100% 100%)}
.local-panels{position:absolute;left:14%;right:14%;bottom:0;height:65%;background:repeating-linear-gradient(to bottom,#242b31 0 48px,#171d22 48px 51px);border:10px solid #e9edef;box-shadow:0 0 0 1px #8f9aa2}
.local-badge{position:absolute;left:30px;bottom:30px;background:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 12px 30px rgba(0,0,0,.16);border-left:4px solid var(--red)}
.local-badge strong{display:block;font-size:18px;letter-spacing:.08em}.local-badge span{display:block;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.12em;margin-top:2px}
.mobile-callbar{display:none}
.final-cta .btn svg{margin-right:8px}
@media (max-width:640px){
 body{padding-bottom:74px}
 .site-header{position:sticky}
 .hero,.hero-inner{min-height:570px}
 .hero-copy{padding:62px 0 84px}
 .hero h1{font-size:40px;line-height:1.04}
 .hero p{margin-bottom:22px}
 .hours{font-size:12px;line-height:1.45}
 .garage-house{right:-45%;width:135%;height:90%;opacity:.48}
 .trust-card{border-radius:22px}
 .section{padding:64px 0}
 .section-head{margin-bottom:30px}
 .section h2{font-size:32px}
 .service-visual{height:165px}
 .local-visual{height:285px}
 .local-grid{gap:30px}
 .faq-list summary{font-size:17px}
 .mobile-callbar{
   position:fixed;display:grid;grid-template-columns:22px auto 1fr;align-items:center;gap:9px;
   left:12px;right:12px;bottom:10px;z-index:999;background:var(--red);color:#fff;
   min-height:58px;border-radius:15px;padding:0 18px;box-shadow:0 12px 35px rgba(0,0,0,.28);
   font-size:12px;font-weight:900;letter-spacing:.04em
 }
 .mobile-callbar strong{text-align:right;font-size:15px;letter-spacing:0}
 .final-cta{padding-bottom:52px}
}


/* V3 photographic hero */
.hero-photo{
  position:absolute;inset:0;
  background-image:url("../img/melvin-hero-approved.webp");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:scale(1.002);
}
.hero-shade{
  background:linear-gradient(90deg,rgba(4,10,16,.94) 0%,rgba(4,10,16,.80) 32%,rgba(4,10,16,.25) 61%,rgba(4,10,16,.06) 100%);
}
@media (max-width:640px){
 .hero-photo{
   background-position:64% center;
 }
 .hero-shade{
   background:linear-gradient(180deg,rgba(4,10,16,.35) 0%,rgba(4,10,16,.80) 38%,rgba(4,10,16,.96) 100%);
 }
}


/* V4 approved visual build */
.hero-art,.garage-house,.service-van{display:none!important}
.hero-photo{
  background-image:url("../img/melvin-hero-approved.webp")!important;
  background-size:cover;
  background-position:center center;
}
.hero-shade{
  background:linear-gradient(90deg,rgba(4,10,16,.90) 0%,rgba(4,10,16,.68) 34%,rgba(4,10,16,.16) 66%,rgba(4,10,16,.02) 100%)!important;
}
.service-grid.five{
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.service-photo{
  width:100%;
  height:168px;
  object-fit:cover;
  display:block;
  background:#e8ecef;
}
.map-card .service-body .icon{display:none}
.map-card .service-body{padding-top:22px}
.map-card .service-body h3{margin-top:0}
.map-card .service-body a{color:var(--red)}
.services-preview{padding-top:86px}
@media(max-width:1100px){
  .service-grid.five{grid-template-columns:repeat(2,1fr)}
  .map-card{grid-column:1/-1}
}
@media(max-width:640px){
  .hero-photo{background-position:63% center!important}
  .hero-shade{background:linear-gradient(180deg,rgba(4,10,16,.22) 0%,rgba(4,10,16,.72) 45%,rgba(4,10,16,.95) 100%)!important}
  .service-grid.five{grid-template-columns:1fr}
  .map-card{grid-column:auto}
  .service-photo{height:190px}
}

.seo-local{text-align:center;background:#fff}
.seo-local p{max-width:820px;margin:0 auto 16px;color:var(--muted);font-size:17px}
.seo-local a{color:var(--red)}
