
:root{
  --red:#e11b22; --red-dark:#b70f15; --black:#050505; --char:#101214;
  --char2:#171a1d; --gray:#aeb4b9; --white:#fff; --line:#292d31;
  --max:1220px; --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0a0a0b;color:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.topbar{background:var(--red);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.35px}
.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0;flex-wrap:wrap}
.mainhead{background:#050505;border-bottom:1px solid #222}
.mainhead .container{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px;align-items:center;padding:18px 0}
.brand{display:flex;align-items:center;gap:15px}
.brand img{width:115px;height:92px;object-fit:contain;background:white;border-radius:10px;padding:5px}
.brandname{font-weight:1000;font-size:31px;line-height:.9;letter-spacing:1px}
.brandname .red{color:var(--red)}
.brandname small{font-size:12px;display:block;letter-spacing:1.2px;margin-top:10px;color:#d9d9d9}
.callblock strong{display:block;color:var(--red);font-size:14px}
.callblock .phone{font-size:34px;font-weight:1000;line-height:1}
.callblock span{display:block;margin-top:5px;color:#d7d7d7;font-weight:700}
.addr{justify-self:end}
.addr strong{font-size:15px}
.addr p{margin:2px 0 10px;color:#ddd}
.btn{display:inline-block;background:var(--red);color:#fff;border-radius:4px;padding:13px 20px;font-weight:900;text-transform:uppercase;letter-spacing:.35px;border:2px solid var(--red)}
.btn:hover{background:var(--red-dark);border-color:var(--red-dark)}
.btn.white{background:#fff;color:#111;border-color:#fff}
.btn.outline{background:transparent;border-color:#fff}
.nav{background:#090909;border-bottom:1px solid #2a2a2a;position:sticky;top:0;z-index:50}
.nav .container{display:flex;align-items:center;justify-content:space-between;gap:10px}
.navlinks{display:flex;flex-wrap:wrap}
.nav a{padding:15px 13px;font-weight:900;text-transform:uppercase;font-size:13px}
.nav a:hover,.nav a.active{color:var(--red)}
.mobile-toggle{display:none;background:none;color:white;border:none;font-size:27px}
.hero{position:relative;overflow:hidden;min-height:560px;background:
linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.22) 45%,rgba(0,0,0,.92) 72%),
linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.4)),
url('../images/sin-city-hose-pro-truck.jpg') center/cover no-repeat}
.hero:after{content:"LAS VEGAS • NEVADA";position:absolute;right:2%;bottom:-20px;color:rgba(255,255,255,.05);font-size:8vw;font-weight:1000;letter-spacing:3px;pointer-events:none}
.hero .container{display:flex;justify-content:flex-end;align-items:center;min-height:560px}
.hero-copy{width:min(540px,100%);padding:54px 0;position:relative;z-index:2}
.kicker{color:var(--red);font-weight:1000;text-transform:uppercase;letter-spacing:1.2px}
h1,h2,h3{margin:0 0 14px;line-height:1.02;text-transform:uppercase}
h1{font-size:clamp(46px,6vw,82px);font-weight:1000;letter-spacing:-1px}
h2{font-size:clamp(32px,4vw,50px);font-weight:1000}
h3{font-size:22px}
.hero h1{font-size:clamp(44px,5.3vw,76px)}
.hero .redline{font-size:clamp(34px,4vw,54px);color:var(--red);font-weight:1000;font-style:italic;text-transform:uppercase;margin:8px 0 20px}
.checks{display:grid;gap:9px;margin:20px 0 26px}
.checks div:before{content:"✓";color:var(--red);font-weight:1000;margin-right:12px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.benefitbar{background:#050505;border-top:1px solid #222;border-bottom:1px solid #222}
.benefits{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{padding:20px;display:grid;grid-template-columns:44px 1fr;gap:12px;border-right:1px solid #252525}
.benefit:last-child{border-right:0}
.ico{font-size:34px;color:var(--red);line-height:1}
.benefit strong{display:block;text-transform:uppercase}
.benefit small{color:#d2d2d2}
.section{padding:72px 0}
.section.dark{background:#050505}
.section.char{background:#111315}
.section.light{background:#f5f5f5;color:#111}
.section-title{text-align:center;margin-bottom:34px}
.section-title .line{width:70px;height:4px;background:var(--red);margin:0 auto 14px}
.section-title p{max-width:850px;margin:0 auto;color:#bfc4c7}
.light .section-title p{color:#555}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;color:#111;border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.18);border:1px solid #ddd}
.card .visual{height:170px;background:
radial-gradient(circle at 75% 25%,rgba(225,27,34,.32),transparent 28%),
linear-gradient(135deg,#1b1e21,#060607);display:flex;align-items:center;justify-content:center;color:white;font-size:58px}
.card .body{padding:22px}
.card p{color:#5b5b5b;margin:0}
.card .round{width:54px;height:54px;border-radius:50%;background:var(--red);display:grid;place-items:center;color:white;font-size:26px;margin:-49px auto 15px;position:relative;border:5px solid white}
.cta{background:linear-gradient(90deg,var(--red-dark),var(--red));padding:25px 0}
.cta .container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta h2{font-size:30px;margin:0}
.cta p{margin:3px 0 0}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.trust{padding:20px}
.trust .symbol{font-size:36px;color:var(--red)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.photo-frame{background:#000;border:1px solid #333;padding:10px;border-radius:10px}
.photo-frame img{border-radius:6px}
.list{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin-top:20px}
.list div:before{content:"✓";color:var(--red);font-weight:900;margin-right:8px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.stat{background:#15181b;border-left:4px solid var(--red);padding:18px}
.light .stat{background:#fff;border:1px solid #ddd;border-left:4px solid var(--red)}
.formbox{background:#121416;border:1px solid #282c2f;border-radius:10px;padding:28px}
.light .formbox{background:white;border-color:#ddd}
form{display:grid;gap:14px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{font-weight:800;font-size:13px;text-transform:uppercase}
input,select,textarea{width:100%;padding:13px 12px;border-radius:5px;border:1px solid #3b3f43;background:#0b0c0d;color:#fff;font:inherit}
.light input,.light select,.light textarea{background:#fff;color:#111;border-color:#bbb}
textarea{min-height:130px;resize:vertical}
.note{font-size:13px;color:#aeb4b9}
.light .note{color:#666}
.locationbox{background:#0a0a0a;border:1px solid #242424;border-radius:8px;padding:26px;color:#fff}
.locationbox h3{margin:0 0 12px;color:#fff}
.locationbox p{color:#e4e4e4}
.locationbox .list{margin-top:12px}
.locationbox .list div{color:#fff}
.locationbox strong{font-size:24px}
.pagehero{padding:80px 0;background:
linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.6)),
url('../images/sin-city-hose-pro-truck.jpg') center/cover no-repeat;border-bottom:1px solid #222}
.pagehero p{max-width:760px;color:#e0e0e0;font-size:18px}
.breadcrumb{font-size:12px;text-transform:uppercase;color:#c6c6c6;margin-bottom:12px}
.footer{background:#030303;border-top:4px solid var(--red);padding:50px 0 18px}
.footergrid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px}
.footer h3{font-size:17px}
.footer a{display:block;color:#c8c8c8;margin:7px 0}
.footer a:hover{color:white}
.footer .logo{width:120px;height:auto;aspect-ratio:1 / 1;object-fit:contain;display:block;background:#fff;border-radius:8px;padding:4px;margin-bottom:15px}
.copyright{border-top:1px solid #222;margin-top:30px;padding-top:18px;color:#999;font-size:12px;text-align:center}
.sticky-mobile{display:none}
.tag{display:inline-block;background:#231215;color:#fff;border:1px solid #5a1f24;padding:7px 10px;border-radius:99px;margin:4px;font-size:12px;font-weight:800}
.faq{max-width:900px;margin:auto}
details{border-bottom:1px solid #333;padding:17px 0}
summary{cursor:pointer;font-weight:900;text-transform:uppercase}
details p{color:#c5c5c5}
.light details{border-color:#ddd}.light details p{color:#555}
@media (max-width:980px){
 .mainhead .container{grid-template-columns:1fr 1fr}.addr{display:none}
 .benefits,.trustgrid{grid-template-columns:1fr 1fr}
 .cards{grid-template-columns:1fr 1fr}.footergrid{grid-template-columns:1fr 1fr}
 .hero{background-position:38% center}.hero .container{align-items:flex-end}.hero-copy{background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.68));padding:32px;border-radius:12px;margin:28px 0}
 .two{grid-template-columns:1fr}
}
@media (max-width:760px){
 body{padding-bottom:62px}
 .topbar .container{justify-content:center;text-align:center}
 .mainhead .container{grid-template-columns:1fr}.callblock{display:none}
 .brand{justify-content:center}.brandname{font-size:26px}
 .nav .container{padding:8px 0}.mobile-toggle{display:block}.navlinks{display:none;position:absolute;left:0;right:0;top:55px;background:#070707;flex-direction:column;border-top:1px solid #222}
 .navlinks.open{display:flex}.nav a{padding:13px 18px;border-bottom:1px solid #1d1d1d}.nav .btn{padding:10px 13px}
 .hero{min-height:620px;background-position:28% center}.hero .container{min-height:620px}.hero-copy{width:100%;margin-top:250px}
 .benefits,.cards,.trustgrid,.stats,.grid2,.list,.footergrid{grid-template-columns:1fr}
 .benefit{border-right:0;border-bottom:1px solid #242424}
 .cta .container{flex-direction:column;align-items:flex-start}
 .section{padding:54px 0}
 .sticky-mobile{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:99;box-shadow:0 -4px 18px rgba(0,0,0,.35)}
 .sticky-mobile a{padding:16px 10px;text-align:center;font-weight:1000;text-transform:uppercase;background:#111}
 .sticky-mobile a:last-child{background:var(--red)}
}


/* ===== VERSION 2 — APPROVED MOCKUP VISUAL REFINEMENT ===== */
body{background:#050505}
.container{width:min(1360px,calc(100% - 44px))}
.topbar{font-size:12px}
.topbar .container{padding:6px 0}
.mainhead .container{grid-template-columns:1.35fr .95fr 1fr;padding:12px 0}
.brand img{width:150px;height:112px;border-radius:0;padding:0;object-fit:contain;background:#fff}
.brandname{font-size:38px;line-height:.88}
.brandname small{font-size:13px}
.callblock .phone{font-size:38px}
.nav a{font-size:13px;padding:13px 17px}
.nav .btn{padding:11px 19px}

.hero{
 min-height:465px;
 background:
 linear-gradient(90deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.04) 46%,rgba(0,0,0,.58) 60%,rgba(0,0,0,.88) 100%),
 url('../images/sin-city-hose-pro-truck.jpg') 14% center/62% auto no-repeat,
 linear-gradient(180deg,#4f87b6 0%,#7ea8c9 38%,#4e5559 64%,#242424 100%);
}
.hero:before{
 content:"";
 position:absolute;inset:0;
 background:
 radial-gradient(ellipse at 84% 39%,rgba(255,255,255,.13),transparent 28%),
 linear-gradient(180deg,transparent 0 72%,rgba(0,0,0,.3) 100%);
 pointer-events:none
}
.hero:after{content:"LAS VEGAS";right:1.5%;bottom:-12px;font-size:7vw;color:rgba(255,255,255,.035)}
.hero .container{min-height:465px}
.hero-copy{width:49%;padding:25px 0 32px}
.hero-copy .kicker{font-size:13px}
.hero h1{font-size:clamp(49px,4.6vw,68px);line-height:.95;max-width:590px}
.hero .redline{font-size:clamp(32px,3.1vw,47px);line-height:1;margin:12px 0 17px}
.checks{font-size:17px;gap:8px;margin:14px 0 20px}
.hero-buttons .btn{padding:12px 18px}

.benefitbar{margin-top:-1px;background:#050505}
.benefitbar .container{width:min(1280px,calc(100% - 70px));transform:translateY(-13px);background:#050505;border:1px solid #202020;border-radius:5px}
.benefit{padding:15px 19px;grid-template-columns:48px 1fr}
.benefit .ico{font-size:37px}
.benefit strong{font-size:14px;line-height:1.15}
.benefit small{font-size:12px;line-height:1.25;display:block;margin-top:4px}

.section.light:first-of-type{padding-top:43px}
.section-title{margin-bottom:24px}
.section-title h2{font-size:29px}
.cards{grid-template-columns:repeat(6,1fr);gap:16px}
.card .visual{height:125px;font-size:46px}
.card .body{padding:18px 13px 16px;text-align:center}
.card .round{width:45px;height:45px;font-size:20px;margin:-40px auto 13px}
.card h3{font-size:17px}
.card p{font-size:12px;line-height:1.4}

.cta{padding:18px 0}
.cta h2{font-size:27px}

@media (max-width:1150px){
 .cards{grid-template-columns:repeat(3,1fr)}
 .hero{background-size:70% auto;background-position:-20% center}
 .hero-copy{width:53%}
}
@media (max-width:980px){
 .brand img{width:120px;height:90px}
 .brandname{font-size:31px}
 .hero{background-size:cover;background-position:30% center}
 .hero-copy{width:min(570px,100%);background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.72));padding:28px;border-radius:10px}
}
@media (max-width:760px){
 .container{width:min(100% - 26px,1360px)}
 .brand img{width:92px;height:72px}.brandname{font-size:25px}
 .hero{min-height:590px;background-size:auto 100%;background-position:31% center}
 .hero .container{min-height:590px}
 .hero-copy{margin-top:245px;width:100%}
 .hero h1{font-size:42px}
 .hero .redline{font-size:31px}
 .benefitbar .container{width:calc(100% - 26px);transform:none}
 .cards{grid-template-columns:1fr}
}


/* ===== VERSION 3 — APPROVED IMAGE-ACCURATE DESKTOP TOP ===== */
.desktop-approved-top{
  display:none;
  position:relative;
  width:100%;
  background:#050505;
  overflow:hidden;
}
.desktop-approved-top>img{
  width:100%;
  height:auto;
  display:block;
}
.desktop-approved-top .hotspot{
  position:absolute;
  display:block;
  z-index:4;
  background:rgba(255,255,255,0);
}
.desktop-approved-top .phone-correction{
  position:absolute;
  z-index:5;
  left:52.7%;
  top:5.45%;
  width:22%;
  min-height:9.8%;
  background:#050505;
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:5px 9px 4px;
  line-height:1;
}
.desktop-approved-top .phone-correction span{
  color:#e11b22;
  font-size:clamp(11px,.95vw,17px);
  font-weight:900;
  margin-bottom:4px;
}
.desktop-approved-top .phone-correction strong{
  font-size:clamp(25px,2.45vw,42px);
  font-weight:1000;
  letter-spacing:-1px;
}
.desktop-approved-top .phone-correction small{
  font-size:clamp(10px,1vw,16px);
  font-weight:900;
  margin-top:6px;
}
.hs-logo{left:2%;top:3.5%;width:32%;height:12%}
.hs-phone{left:52%;top:5%;width:23%;height:10%}
.hs-directions{left:80%;top:5%;width:16%;height:11%}
.hs-home{left:4%;top:16.2%;width:6.5%;height:4.5%}
.hs-about{left:11.5%;top:16.2%;width:8.5%;height:4.5%}
.hs-services{left:21%;top:16.2%;width:9%;height:4.5%}
.hs-industries{left:30.8%;top:16.2%;width:14%;height:4.5%}
.hs-replacement{left:45.5%;top:16.2%;width:10.5%;height:4.5%}
.hs-area{left:56.8%;top:16.2%;width:9%;height:4.5%}
.hs-contact{left:77%;top:16.2%;width:8%;height:4.5%}
.hs-request{left:86.5%;top:15.9%;width:11.5%;height:5%}
.hs-hero-call{left:55%;top:34%;width:21%;height:8%}
.hs-hero-request{left:55%;top:42%;width:24%;height:9%}

@media (min-width:1000px){
  .desktop-approved-top{display:block}
  body.home-page .topbar,
  body.home-page .mainhead,
  body.home-page .nav,
  body.home-page .hero,
  body.home-page .benefitbar,
  body.home-page .home-services,
  body.home-page .home-first-cta,
  body.home-page .home-trust{display:none!important}
}

/* Preserve normal fully responsive HTML version on tablets/phones. */
@media (max-width:999px){
  .desktop-approved-top{display:none}
}


/* ===== VERSION 4 — SHARP, CODED TOP SECTION USING ORIGINAL ASSETS ===== */
@media (min-width:1000px){
  .desktop-approved-top{display:none!important}
  body.home-page .topbar,
  body.home-page .mainhead,
  body.home-page .nav,
  body.home-page .hero,
  body.home-page .benefitbar,
  body.home-page .home-services,
  body.home-page .home-first-cta,
  body.home-page .home-trust{display:block!important}
  body.home-page .mainhead .container{display:grid!important}
  body.home-page .nav .container{display:flex!important}
  body.home-page .benefits{display:grid!important}
  body.home-page .home-services .cards{display:grid!important}
  body.home-page .home-trust .trustgrid{display:grid!important}
}
.v4-home .topbar{background:#d90812;font-size:13px;border-bottom:1px solid #9e090f}
.v4-home .topbar .container{width:min(1450px,calc(100% - 46px));padding:7px 0}
.v4-home .mainhead{background:#030303}
.v4-home .mainhead .container{width:min(1450px,calc(100% - 46px));grid-template-columns:1.45fr .95fr .95fr;gap:36px;padding:12px 0 13px}
.v4-home .brand{gap:18px}
.v4-home .brand img{width:160px;height:120px;object-fit:contain;padding:0;border-radius:0;background:#fff}
.v4-home .brandname{font-size:40px;line-height:.9;letter-spacing:1px}
.v4-home .brandname small{font-size:13px;margin-top:9px}
.v4-home .callblock strong{font-size:14px}
.v4-home .callblock .phone{font-size:39px}
.v4-home .addr strong{font-size:15px}
.v4-home .nav{background:#070707}
.v4-home .nav .container{width:min(1450px,calc(100% - 46px))}
.v4-home .nav a{font-size:13px;padding:14px 15px}

.v4-home .hero{
  min-height:500px;
  background:
    linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,.20) 56%,rgba(0,0,0,.78) 72%,rgba(0,0,0,.88) 100%),
    url('../images/sin-city-hose-pro-truck.jpg') left center/58% auto no-repeat,
    url('../images/las-vegas-skyline-reference.jpg') right center/58% 100% no-repeat,
    #1a1a1a;
}
.v4-home .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0 73%,rgba(0,0,0,.28) 100%);pointer-events:none}
.v4-home .hero:after{content:""}
.v4-home .hero .container{width:min(1450px,calc(100% - 46px));min-height:500px;justify-content:flex-end}
.v4-home .hero-copy{width:48%;padding:28px 0 40px;background:none}
.v4-home .hero-copy .kicker{font-size:14px;letter-spacing:1.3px}
.v4-home .hero h1{font-size:clamp(58px,4.7vw,78px);line-height:.92;letter-spacing:-1.7px;text-shadow:0 2px 4px rgba(0,0,0,.45)}
.v4-home .hero .redline{font-size:clamp(38px,3.4vw,54px);line-height:.97;text-shadow:0 2px 4px rgba(0,0,0,.4)}
.v4-home .checks{font-size:18px;gap:10px}
.v4-home .hero-buttons .btn{padding:13px 19px}

.v4-home .benefitbar{background:#050505;padding-bottom:4px}
.v4-home .benefitbar .container{width:min(1330px,calc(100% - 78px));transform:translateY(-18px);background:#050505;border:1px solid #222;box-shadow:0 5px 20px rgba(0,0,0,.35)}
.v4-home .benefit{padding:17px 20px}
.v4-home .benefit strong{font-size:15px}
.v4-home .benefit small{font-size:12px}

.v4-home .home-services{padding-top:32px;padding-bottom:28px;background:#050505!important;color:#fff!important}
.v4-home .home-services .section-title p{color:#c8c8c8}
.v4-home .home-services .cards{grid-template-columns:repeat(6,1fr);gap:15px}
.v4-home .home-services .card{border-radius:2px;border-color:#444}
.v4-home .home-services .card .visual{height:118px}
.v4-home .home-services .card .body{min-height:155px}
.v4-home .home-first-cta{display:block!important}

@media (max-width:1180px){
  .v4-home .brand img{width:135px;height:102px}
  .v4-home .brandname{font-size:34px}
  .v4-home .callblock .phone{font-size:32px}
  .v4-home .hero{
    background:
      linear-gradient(90deg,rgba(0,0,0,.03) 0%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.76) 68%,rgba(0,0,0,.9) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') -8% center/68% auto no-repeat,
      url('../images/las-vegas-skyline-reference.jpg') right center/60% 100% no-repeat,
      #171717;
  }
}


/* ===== VERSION 5 — NATIONWIDE SCROLL-DOWN SALES + SEO SECTION ===== */
.nationwide-showcase{
  position:relative;
  overflow:hidden;
  padding:76px 0 0;
  background:
    radial-gradient(circle at 83% 30%,rgba(225,27,34,.18),transparent 25%),
    linear-gradient(135deg,#090a0b 0%,#111417 52%,#050505 100%);
  border-top:1px solid #292929;
  border-bottom:5px solid #d90812;
}
.nationwide-showcase:before{
  content:"";
  position:absolute;inset:0;
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 16px);
  pointer-events:none;
}
.nationwide-showcase .container{position:relative;z-index:2}
.nationwide-eyebrow{
  color:#fff;
  font-size:13px;
  font-weight:1000;
  letter-spacing:2.2px;
  text-transform:uppercase;
  border-left:5px solid #e11b22;
  padding-left:13px;
  margin-bottom:19px;
}
.nationwide-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:54px;
  align-items:center;
}
.nationwide-copy h2{
  font-size:clamp(54px,6vw,88px);
  line-height:.86;
  letter-spacing:-3px;
  margin:0 0 24px;
}
.nationwide-copy h2 span{color:#e11b22;font-style:italic}
.nationwide-lead{font-size:19px;color:#d3d6d8;max-width:690px}
.warehouse-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}
.warehouse{
  background:#15181b;
  border:1px solid #33383c;
  border-top:4px solid #e11b22;
  padding:16px 17px;
}
.warehouse b{display:block;color:#e11b22;font-size:10px;letter-spacing:1.6px}
.warehouse strong{display:block;font-size:20px;text-transform:uppercase;margin:2px 0}
.warehouse small{color:#aeb4b9}
.nationwide-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:23px}
.crew-call{display:flex;flex-direction:column;border-left:2px solid #555;padding-left:17px}
.crew-call small{font-size:10px;font-weight:900;letter-spacing:1px;color:#bbb}
.crew-call strong{font-size:25px;line-height:1.1}

.usa-panel{
  background:#f2f3f4;
  color:#101214;
  border-radius:8px 8px 0 0;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.4);
}
.usa-map{
  min-height:340px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 35%,rgba(225,27,34,.12),transparent 22%),
    linear-gradient(160deg,#fff,#dfe3e6);
}
.map-title{
  position:absolute;top:20px;left:0;right:0;text-align:center;
  font-size:13px;font-weight:1000;letter-spacing:1.7px;z-index:3
}
.usa-silhouette{
  position:absolute;
  left:8%;right:8%;top:17%;bottom:8%;
  display:grid;place-items:center;
  font-size:118px;font-weight:1000;font-style:italic;letter-spacing:-8px;
  color:#17191b;
  clip-path:polygon(4% 22%,15% 16%,25% 20%,34% 12%,45% 17%,54% 11%,64% 18%,73% 17%,79% 24%,91% 25%,96% 37%,89% 46%,84% 60%,73% 66%,67% 79%,55% 76%,47% 86%,37% 77%,28% 79%,22% 67%,12% 60%,9% 45%);
  background:linear-gradient(135deg,#222,#090909);
  text-shadow:0 2px 0 #000;
}
.route{position:absolute;z-index:4;display:flex;gap:7px;align-items:center;font-size:11px;font-weight:900;line-height:1.05}
.route i{width:16px;height:16px;border-radius:50%;background:#e11b22;border:4px solid #fff;box-shadow:0 0 0 3px rgba(225,27,34,.3)}
.route.west{left:18%;top:43%}
.route.central{left:54%;top:58%}
.route b{color:#e11b22}
.ship-lines{position:absolute;right:7%;top:38%;z-index:4;display:grid;gap:5px;color:#e11b22;font-size:31px;font-weight:1000}
.ship-promise{background:#d90812;color:white;padding:18px 22px}
.ship-promise strong{display:block;font-size:20px;letter-spacing:.6px}
.ship-promise span{display:block;font-size:12px;margin-top:4px;line-height:1.4}

.order-steps{
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#050505;
  border-top:1px solid #292929;
}
.order-steps>div{position:relative;padding:22px 19px 25px;border-right:1px solid #292929}
.order-steps>div:last-child{border-right:0}
.order-steps b{font-size:30px;color:#e11b22;float:left;margin-right:13px;line-height:1}
.order-steps strong{display:block;text-transform:uppercase;font-size:14px}
.order-steps span{display:block;color:#9fa5aa;font-size:12px;margin-top:3px}

@media(max-width:980px){
  .nationwide-grid{grid-template-columns:1fr}
  .usa-panel{max-width:700px;width:100%;margin:auto}
  .order-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .nationwide-showcase{padding-top:52px}
  .nationwide-copy h2{font-size:51px;letter-spacing:-2px}
  .warehouse-row,.order-steps{grid-template-columns:1fr}
  .order-steps>div{border-right:0;border-bottom:1px solid #292929}
  .usa-map{min-height:280px}
  .usa-silhouette{font-size:84px}
}


/* ===== VERSION 6 — CLEAN HERO RESET ===== */
@media (min-width:1000px){
  .v4-home .hero{
    min-height:520px !important;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.02) 0%,
        rgba(0,0,0,.04) 44%,
        rgba(0,0,0,.46) 56%,
        rgba(0,0,0,.86) 72%,
        rgba(0,0,0,.96) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') left center/cover no-repeat !important;
    overflow:hidden;
  }
  .v4-home .hero:before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:
      linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.02) 72%,rgba(0,0,0,.35) 100%) !important;
    pointer-events:none !important;
  }
  .v4-home .hero:after{content:"" !important}
  .v4-home .hero .container{
    min-height:520px !important;
    justify-content:flex-end !important;
    align-items:center !important;
  }
  .v4-home .hero-copy{
    width:46% !important;
    max-width:660px !important;
    padding:32px 0 42px 28px !important;
    margin:0 !important;
    background:linear-gradient(90deg,rgba(0,0,0,.10),rgba(0,0,0,.35)) !important;
    border-radius:8px !important;
  }
  .v4-home .hero-copy .kicker{
    font-size:14px !important;
    color:#e11b22 !important;
    letter-spacing:1.4px !important;
    margin-bottom:9px !important;
  }
  .v4-home .hero h1{
    font-size:clamp(52px,4.2vw,70px) !important;
    line-height:.93 !important;
    letter-spacing:-1.5px !important;
    text-shadow:0 2px 4px rgba(0,0,0,.45) !important;
    margin-bottom:12px !important;
  }
  .v4-home .hero .redline{
    font-size:clamp(34px,3vw,48px) !important;
    line-height:1 !important;
    margin:8px 0 19px !important;
  }
  .v4-home .checks{
    font-size:17px !important;
    line-height:1.3 !important;
    gap:9px !important;
    margin:12px 0 22px !important;
  }
  .v4-home .hero-buttons{
    display:flex !important;
    gap:12px !important;
    flex-wrap:wrap !important;
  }

  .v4-home .benefitbar .container{
    transform:translateY(-10px) !important;
  }
}

/* Cleaner service cards below hero */
.v4-home .home-services .card .visual{
  background:linear-gradient(135deg,#191c1f,#050505) !important;
}
.v4-home .home-services .card{
  box-shadow:none !important;
}


/* ===== VERSION 7 — MATCH LATEST APPROVED LOOK ===== */
.v7-desktop-top{
  display:none;
  position:relative;
  width:100%;
  background:#050505;
}
.v7-desktop-top img{
  width:100%;
  height:auto;
  display:block;
}
.v7-hotspot{
  position:absolute;
  display:block;
  z-index:5;
  background:rgba(255,255,255,0);
}
.v7-phone{left:38%;top:7%;width:28%;height:12%}
.v7-directions{left:75%;top:7%;width:17%;height:14%}
.v7-home{left:3%;top:21%;width:7%;height:7%}
.v7-about{left:10.5%;top:21%;width:9%;height:7%}
.v7-services{left:19.5%;top:21%;width:10%;height:7%}
.v7-industries{left:29.5%;top:21%;width:15%;height:7%}
.v7-replacement{left:44%;top:21%;width:13%;height:7%}
.v7-area{left:57%;top:21%;width:10%;height:7%}
.v7-contact{left:67%;top:21%;width:8%;height:7%}
.v7-request{left:77%;top:21%;width:14%;height:7%}
.v7-hero-call{left:52%;top:70%;width:16%;height:8%}

@media (min-width:1000px){
  .v7-desktop-top{display:block}
  .v7-mobile-coded{display:none!important}
}
@media (max-width:999px){
  .v7-desktop-top{display:none!important}
  .v7-mobile-coded{display:block!important}
}


/* ===== VERSION 8 — CLEAN USA FULFILLMENT MAP + EQUIPMENT MAKE SEO WALL ===== */
.v8-map{min-height:360px;background:linear-gradient(160deg,#fff,#e7e9eb);position:relative}
.us-map-shape{
  position:absolute;left:9%;right:9%;top:21%;bottom:9%;
  background:linear-gradient(145deg,#26292c,#08090a);
  clip-path:polygon(3% 23%,12% 15%,21% 20%,30% 11%,39% 17%,48% 10%,57% 18%,66% 17%,73% 25%,84% 26%,91% 38%,86% 47%,82% 60%,74% 65%,68% 77%,59% 74%,52% 84%,43% 76%,35% 80%,29% 69%,20% 68%,15% 59%,8% 56%,6% 42%);
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.22));
}
.us-map-shape:after{
  content:"USA";position:absolute;inset:0;display:grid;place-items:center;
  color:rgba(255,255,255,.045);font-size:105px;font-weight:1000;font-style:italic;letter-spacing:-7px
}
.hub{position:absolute;z-index:5;display:flex;align-items:center;gap:8px}
.hub i{
  width:22px;height:22px;border-radius:50%;background:#e11b22;border:5px solid #fff;
  box-shadow:0 0 0 3px #e11b22,0 5px 10px rgba(0,0,0,.4)
}
.hub span{background:#101214;color:#fff;padding:7px 9px;border-radius:4px;box-shadow:0 6px 14px rgba(0,0,0,.25)}
.hub strong{display:block;font-size:12px}.hub small{display:block;color:#e11b22;font-size:8px;font-weight:900;letter-spacing:.5px}
.hub-vegas{left:21%;top:47%}.hub-dallas{left:54%;top:65%}
.route-lines span{position:absolute;height:2px;background:#e11b22;opacity:.7;transform-origin:left center;z-index:3}
.r1{left:27%;top:49%;width:34%;transform:rotate(-24deg)}
.r2{left:27%;top:49%;width:42%;transform:rotate(8deg)}
.r3{left:27%;top:49%;width:47%;transform:rotate(20deg)}
.r4{left:59%;top:67%;width:25%;transform:rotate(-31deg)}
.r5{left:59%;top:67%;width:27%;transform:rotate(-5deg)}
.r6{left:59%;top:67%;width:22%;transform:rotate(17deg)}

.equipment-brand-section{
  padding:70px 0;background:linear-gradient(180deg,#0b0d0f,#121518);
  border-bottom:1px solid #292929
}
.equipment-brand-head{text-align:center;max-width:900px;margin:0 auto 32px}
.equipment-brand-head h2{font-size:clamp(32px,4vw,52px);margin:8px 0 12px}
.equipment-brand-head p{color:#bfc4c8;font-size:17px}
.equipment-brand-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:30px 0
}
.equipment-brand-grid span{
  min-height:62px;display:grid;place-items:center;text-align:center;padding:10px;
  border:1px solid #34383c;border-top:3px solid #e11b22;background:#171a1d;
  color:#fff;font-weight:900;font-size:16px;letter-spacing:.2px
}
.equipment-brand-cta{
  display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;
  background:#070808;border:1px solid #333;padding:20px;margin-top:24px
}
.equipment-brand-cta div{margin-right:auto}.equipment-brand-cta strong{display:block;font-size:19px}
.equipment-brand-cta span{display:block;color:#aeb4b9;font-size:13px}
.trademark-note{color:#777;font-size:10px;line-height:1.45;text-align:center;margin:20px auto 0;max-width:1000px}
@media(max-width:980px){.equipment-brand-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){
  .equipment-brand-grid{grid-template-columns:repeat(2,1fr)}
  .hub span{display:none}.hub-vegas{left:21%}.hub-dallas{left:56%}
  .equipment-brand-cta div{width:100%;margin-right:0;text-align:center}
}


/* ===== VERSION 9 — SCROLLING EQUIPMENT MAKES + TEXAS HOSE PRO DALLAS ===== */
.brand-ticker-wrap{
  background:#050505;border-top:1px solid #222;border-bottom:1px solid #222;
  overflow:hidden;padding:12px 0 14px
}
.brand-ticker-label{
  text-align:center;color:#e11b22;font-weight:1000;font-size:11px;
  letter-spacing:1.8px;margin-bottom:9px
}
.brand-ticker{overflow:hidden;white-space:nowrap}
.brand-track{
  display:inline-flex;align-items:center;gap:12px;
  animation:brandScroll 38s linear infinite;will-change:transform
}
.brand-track span{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:max-content;height:38px;padding:0 18px;
  border:1px solid #34383c;border-top:2px solid #e11b22;
  background:#111315;color:#fff;font-size:12px;font-weight:1000;
  letter-spacing:.45px
}
.brand-ticker:hover .brand-track{animation-play-state:paused}
@keyframes brandScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.warehouse-brand{padding:14px 15px 15px}
.warehouse-identity{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;margin-top:8px}
.warehouse-identity img{width:62px;height:56px;object-fit:contain;background:#fff;padding:3px;border-radius:3px}
.warehouse-identity strong{font-size:17px!important;line-height:1.1}
.warehouse-identity span{display:block;font-size:13px;color:#fff;font-weight:800;margin:3px 0}
.warehouse-identity small{font-size:10px;line-height:1.35;color:#aeb4b9}
.texas-card{border-top-color:#d9232e}
.texas-mark{
  width:62px;height:56px;display:grid;place-items:center;
  border:2px solid #d9232e;background:#fff;color:#d9232e;
  font-weight:1000;font-style:italic;font-size:24px;letter-spacing:-1px;
  clip-path:polygon(8% 20%,31% 13%,48% 18%,60% 9%,71% 21%,92% 25%,84% 46%,89% 67%,66% 64%,57% 84%,41% 70%,27% 75%,18% 55%)
}
.texas-identity strong{color:#f2f2f2}
.fulfillment-note{color:#b9bec2;font-size:12px;line-height:1.5;margin:5px 0 0}

@media(max-width:620px){
  .brand-track{animation-duration:26s}
  .warehouse-identity{grid-template-columns:54px 1fr}
  .warehouse-identity img,.texas-mark{width:52px;height:48px}
}


/* ===== VERSION 12 — NO MANUFACTURER LOGOS, CLEANER NATIONAL SECTION ===== */

/* Scrolling equipment makes: text only */
.brand-ticker-wrap{
  position:relative;
  background:#060708;
  border-top:1px solid #272a2d;
  border-bottom:1px solid #272a2d;
}
.brand-ticker-wrap:before,
.brand-ticker-wrap:after{
  content:"";
  position:absolute;
  top:34px; bottom:0;
  width:70px;
  z-index:3;
  pointer-events:none;
}
.brand-ticker-wrap:before{left:0;background:linear-gradient(90deg,#060708,transparent)}
.brand-ticker-wrap:after{right:0;background:linear-gradient(270deg,#060708,transparent)}
.brand-track span{
  background:#121416;
  border:1px solid #32363a;
  border-left:3px solid #e11b22;
  border-top:1px solid #32363a;
  height:40px;
  padding:0 20px;
  border-radius:2px;
  font-size:12px;
}
.brand-track span:hover{background:#1b1e21}

/* Dallas card: clean text identity, no copied manufacturer/company logo */
.texas-text-badge{
  width:64px;height:56px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:2px solid #e11b22;
  background:#090a0b;
  color:#fff;
  font-size:11px;
  font-weight:1000;
  line-height:1;
  letter-spacing:.6px;
  text-align:center;
}
.texas-text-badge span{
  display:block;
  color:#e11b22;
  font-size:12px;
  margin-top:3px;
  font-weight:1000;
}

/* Cleaner nationwide panel */
.nationwide-showcase{
  padding-top:68px;
}
.nationwide-grid{
  gap:44px;
}
.nationwide-copy h2{
  margin-bottom:18px;
}
.nationwide-lead{
  max-width:720px;
}
.warehouse-row{
  gap:14px;
}
.warehouse{
  background:#111416;
  border-color:#2e3337;
}
.warehouse strong{
  letter-spacing:.2px;
}
.fulfillment-note{
  color:#d3d6d8;
  border-left:3px solid #e11b22;
  padding-left:10px;
  margin-top:14px;
}

/* Improve the clean USA map */
.v8-map{
  min-height:370px;
  border:1px solid #d8dadd;
}
.us-map-shape{
  left:7%;right:7%;top:18%;bottom:8%;
  background:linear-gradient(150deg,#292c2f,#050505);
}
.us-map-shape:after{
  content:"";
}
.hub span{
  border:1px solid #2b2d2f;
}
.hub-vegas{left:19%;top:44%}
.hub-dallas{left:54%;top:63%}
.route-lines span{
  background:linear-gradient(90deg,#e11b22,rgba(225,27,34,.2));
  height:1px;
}

/* Equipment make wall: simple text tiles, no logos */
.equipment-brand-grid span{
  text-transform:uppercase;
  letter-spacing:.45px;
  font-size:14px;
  background:#111416;
  border:1px solid #303438;
  border-bottom:3px solid #e11b22;
  border-top:1px solid #303438;
}
.equipment-brand-grid span:hover{
  background:#191d20;
  transform:translateY(-1px);
}


/* ===== VERSION 13 — CLEAN HERO CALLOUT + VERIFIED STORE INFORMATION ===== */
.hub span{
  min-width:210px;
  padding:9px 11px;
}
.hub strong{
  font-size:12px;
  color:#fff;
}
.hub small{
  font-size:8px;
  line-height:1.45;
  color:#d8dbde;
}
.hub-vegas{left:16%;top:38%}
.hub-dallas{left:50%;top:62%}

.warehouse-identity{
  grid-template-columns:72px 1fr;
}
.warehouse-identity span{
  line-height:1.4;
  font-size:12px;
}
.warehouse-identity small{
  display:block;
  margin-top:6px;
  line-height:1.45;
}
.texas-text-badge{
  width:68px;
  height:60px;
}

@media(max-width:700px){
  .hub span{display:none}
  .hub-vegas{left:20%;top:43%}
  .hub-dallas{left:56%;top:64%}
}


/* ===== VERSION 14 — CLEAN HERO + FIXED NATIONWIDE FULFILLMENT MAP ===== */

/* No extra hero callout boxes: keep the landing section clean. */
@media(min-width:1000px){
  .v7-desktop-top::after{display:none!important}
}

/* Make the lower fulfillment map cleaner and easier to read. */
.v8-map{
  min-height:430px;
  background:
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.9),rgba(236,238,240,.96)),
    #eef0f2;
  border:1px solid #d7dade;
}
.v8-map .map-title{
  top:18px;
  left:20px;
  right:20px;
  text-align:center;
  color:#111;
  z-index:7;
}
.v8-map .map-title strong{
  display:block;
  font-size:14px;
  letter-spacing:1.7px;
}
.v8-map .map-title span{
  display:block;
  color:#e11b22;
  font-size:10px;
  font-weight:1000;
  letter-spacing:1.4px;
  margin-top:4px;
}

/* More recognizable continental-U.S. silhouette */
.us-map-shape{
  left:8%;
  right:8%;
  top:24%;
  bottom:11%;
  background:linear-gradient(145deg,#25282b,#090a0b);
  clip-path:polygon(
    2% 27%, 8% 20%, 15% 20%, 20% 15%, 28% 18%, 34% 12%, 42% 16%,
    49% 12%, 57% 17%, 64% 17%, 69% 22%, 78% 23%, 83% 28%, 90% 29%,
    96% 39%, 91% 47%, 88% 56%, 82% 60%, 78% 70%, 72% 69%, 68% 77%,
    61% 74%, 57% 82%, 49% 76%, 43% 83%, 37% 76%, 31% 78%, 27% 70%,
    21% 69%, 17% 61%, 11% 59%, 8% 50%, 4% 47%
  );
  filter:drop-shadow(0 12px 12px rgba(0,0,0,.22));
}
.us-map-shape:after{content:""!important}

/* Location cards: larger and cleaner */
.hub{
  z-index:8;
  gap:9px;
}
.hub i{
  width:20px;
  height:20px;
  border-width:4px;
}
.hub span{
  min-width:225px;
  padding:10px 12px;
  background:#111315;
  border:1px solid #32363a;
  border-radius:5px;
}
.hub strong{
  font-size:13px;
  letter-spacing:.2px;
}
.hub small{
  color:#d8dcdf;
  font-size:9px;
  line-height:1.45;
}
.hub small b{
  color:#fff;
  font-size:10px;
}
.hub-vegas{left:15%;top:41%}
.hub-dallas{left:51%;top:64%}

/* Simplify route lines so map feels cleaner */
.route-lines span{opacity:.34;height:1px}
.r1{left:25%;top:47%;width:28%;transform:rotate(-18deg)}
.r2{left:25%;top:47%;width:36%;transform:rotate(8deg)}
.r3{display:none}
.r4{left:58%;top:67%;width:20%;transform:rotate(-24deg)}
.r5{left:58%;top:67%;width:23%;transform:rotate(-3deg)}
.r6{display:none}

/* Fast fulfillment panel */
.ship-promise{
  background:#e30613;
  padding:20px 22px;
}
.ship-promise strong{
  font-size:22px;
}
.ship-promise span{
  font-size:12px;
  max-width:620px;
}

/* Store cards below the map */
.warehouse{
  min-height:150px;
}
.warehouse-identity span{
  font-size:12px;
}
.warehouse-identity small{
  font-size:10px;
}

/* Remove any excessive "national" callout from hero; nationwide message lives lower on scroll. */


/* ===== VERSION 15 — FINAL CLEAN LANDING HERO + PRO NATIONWIDE MAP ===== */

/* Stop using the screenshot-based desktop landing page entirely. */
.v7-desktop-top{display:none!important}
.v7-mobile-coded{display:block!important}

/* Clean coded header on desktop */
@media(min-width:1000px){
  body.home-page .topbar,
  body.home-page .mainhead,
  body.home-page .nav,
  body.home-page .hero,
  body.home-page .benefitbar,
  body.home-page .home-services,
  body.home-page .home-first-cta,
  body.home-page .home-trust{
    display:block!important;
  }
  body.home-page .mainhead .container{display:grid!important}
  body.home-page .nav .container{display:flex!important}
  body.home-page .benefits{display:grid!important}
  body.home-page .home-services .cards{display:grid!important}
  body.home-page .home-trust .trustgrid{display:grid!important}

  .v4-home .topbar .container,
  .v4-home .mainhead .container,
  .v4-home .nav .container,
  .v4-home .hero .container{
    width:min(1450px,calc(100% - 46px))!important;
  }

  .v4-home .hero{
    min-height:520px!important;
    background:
      linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.03) 43%,rgba(0,0,0,.22) 53%,rgba(0,0,0,.76) 68%,rgba(0,0,0,.91) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') left center/58% auto no-repeat,
      url('../images/vegas-skyline-clean.jpg') right center/58% 100% no-repeat,
      #111!important;
  }
  .v4-home .hero:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(180deg,transparent 0 72%,rgba(0,0,0,.28) 100%)!important;
    pointer-events:none!important;
  }
  .v4-home .hero:after{content:""!important}
  .v4-home .hero .container{
    min-height:520px!important;
    justify-content:flex-end!important;
    align-items:center!important;
  }
  .v4-home .hero-copy{
    width:47%!important;
    max-width:670px!important;
    padding:30px 0 38px 24px!important;
    margin:0!important;
    background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.16))!important;
    border-radius:8px!important;
  }
  .v4-home .hero h1{
    font-size:clamp(56px,4.5vw,76px)!important;
    line-height:.93!important;
    margin-bottom:10px!important;
  }
  .v4-home .hero .redline{
    font-size:clamp(36px,3.1vw,50px)!important;
    margin:7px 0 18px!important;
  }
  .v4-home .checks{
    font-size:17px!important;
    gap:9px!important;
    margin:10px 0 21px!important;
  }
}

/* Nationwide section: use the polished map artwork the user liked. */
.v15-map{
  position:relative;
  min-height:0!important;
  background:#08090a!important;
  overflow:hidden;
  border:1px solid #303438;
}
.v15-map>img{
  width:100%;
  height:auto;
  display:block;
}
.v15-store-card{
  position:absolute;
  z-index:5;
  width:225px;
  background:rgba(10,11,12,.97);
  color:#fff;
  border:1px solid #303438;
  border-left:5px solid #e11b22;
  border-radius:5px;
  padding:10px 12px;
  box-shadow:0 8px 20px rgba(0,0,0,.35);
}
.v15-store-card strong{
  display:block;
  font-size:14px;
  letter-spacing:.2px;
}
.v15-store-card span{
  display:block;
  color:#e11b22;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.7px;
  margin:2px 0 5px;
}
.v15-store-card small{
  display:block;
  font-size:9px;
  line-height:1.45;
  color:#e0e3e5;
}
.v15-store-card small b{
  color:#fff;
  font-size:10px;
}
.v15-vegas{left:15%;top:46%}
.v15-dallas{left:55%;top:67%}

/* Keep the red fulfillment promise below the map. */
.ship-promise{
  background:#e30613!important;
  padding:20px 22px!important;
}
.ship-promise strong{font-size:22px!important}
.ship-promise span{font-size:12px!important}

/* More polished fulfillment cards */
.warehouse-row{gap:14px!important}
.warehouse{
  min-height:152px;
  background:#111416!important;
  border-color:#303438!important;
}
.warehouse-identity{grid-template-columns:72px 1fr!important}
.warehouse-identity span{font-size:12px!important;line-height:1.4!important}
.warehouse-identity small{font-size:10px!important;line-height:1.45!important;margin-top:5px!important}

@media(max-width:1000px){
  .v15-store-card{width:185px}
  .v15-vegas{left:11%;top:44%}
  .v15-dallas{left:53%;top:66%}
}
@media(max-width:620px){
  .v15-store-card{display:none}
}


/* ===== VERSION 17 — LOCKED APPROVED DESKTOP HERO + PREMIUM SERVICE ICONS ===== */
.v17-desktop-top{
  display:none;
  position:relative;
  width:100%;
  background:#050505;
  overflow:hidden;
}
.v17-desktop-top>img{width:100%;height:auto;display:block}
.v17-hotspot{position:absolute;display:block;z-index:5;background:transparent}
.v17-desktop-top .hs-phone{left:38%;top:6%;width:28%;height:13%}
.v17-desktop-top .hs-directions{left:75%;top:6%;width:18%;height:15%}
.v17-desktop-top .hs-home{left:3%;top:21%;width:7%;height:7%}
.v17-desktop-top .hs-about{left:10%;top:21%;width:9%;height:7%}
.v17-desktop-top .hs-services{left:19%;top:21%;width:10%;height:7%}
.v17-desktop-top .hs-industries{left:29%;top:21%;width:15%;height:7%}
.v17-desktop-top .hs-replacement{left:44%;top:21%;width:14%;height:7%}
.v17-desktop-top .hs-area{left:58%;top:21%;width:10%;height:7%}
.v17-desktop-top .hs-contact{left:68%;top:21%;width:8%;height:7%}
.v17-desktop-top .hs-request{left:77%;top:21%;width:15%;height:7%}
.v17-desktop-top .hs-hero-call{left:52%;top:77%;width:18%;height:8%}

@media(min-width:1000px){
  .v17-desktop-top{display:block!important}
  .v7-mobile-coded{display:none!important}
}
@media(max-width:999px){
  .v17-desktop-top{display:none!important}
  .v7-mobile-coded{display:block!important}
}

/* Premium service cards — nationwide section below remains unchanged */
.home-services .service-card{
  background:#fff!important;
  border:1px solid #303438!important;
  border-radius:6px!important;
  overflow:hidden!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.home-services .service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 28px rgba(0,0,0,.28)!important;
}
.home-services .service-card .visual{
  position:relative;
  height:145px!important;
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(225,27,34,.16),transparent 38%),
    linear-gradient(145deg,#16191c,#08090a)!important;
}
.service-icon{
  width:72px;height:72px;display:grid;place-items:center;
  border:1px solid #34383c;border-radius:18px;
  background:linear-gradient(145deg,#1c2023,#0a0b0c);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 8px 18px rgba(0,0,0,.28)
}
.service-icon svg{width:42px;height:42px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.service-icon svg circle{fill:#e11b22;stroke:#fff}
.home-services .service-card .round{
  width:52px!important;height:52px!important;
  margin:-44px auto 15px!important;
  background:#e11b22!important;border:5px solid #fff!important;
  box-shadow:0 4px 12px rgba(0,0,0,.18)
}
.mini-icon{display:grid;place-items:center}
.mini-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.home-services .service-card .body{min-height:175px!important;padding:20px 14px 18px!important}
.home-services .service-card h3{font-size:17px!important;line-height:1.1!important;margin-bottom:10px!important}
.home-services .service-card p{font-size:12px!important;line-height:1.48!important;color:#565b60!important}


/* ===== VERSION 19 — HERO ALIGNMENT FIX ===== */

/* Desktop landing hero: keep truck left, content fully contained on right,
   remove overlap/cropping and keep buttons inside the hero. */
@media (min-width:1000px){
  .v17-desktop-top{
    display:none!important;
  }
  .v7-mobile-coded{
    display:block!important;
  }

  .v4-home .hero{
    position:relative!important;
    min-height:560px!important;
    overflow:hidden!important;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.03) 43%,
        rgba(0,0,0,.22) 50%,
        rgba(0,0,0,.72) 63%,
        rgba(0,0,0,.93) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') left center/59% auto no-repeat,
      linear-gradient(180deg,#3477aa 0%,#5e8fb1 50%,#1b2024 100%)!important;
  }

  .v4-home .hero .container{
    width:min(1450px,calc(100% - 48px))!important;
    min-height:560px!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    padding:0!important;
  }

  .v4-home .hero-copy{
    position:relative!important;
    width:46%!important;
    max-width:635px!important;
    min-width:0!important;
    margin:0!important;
    padding:34px 10px 38px 34px!important;
    background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.22))!important;
    border-radius:8px!important;
    z-index:2!important;
  }

  .v4-home .hero-copy .kicker{
    margin:0 0 10px!important;
    font-size:14px!important;
    line-height:1.2!important;
    letter-spacing:1.4px!important;
    color:#e11b22!important;
  }

  .v4-home .hero h1{
    max-width:100%!important;
    margin:0 0 10px!important;
    font-size:clamp(50px,4.1vw,68px)!important;
    line-height:.94!important;
    letter-spacing:-1.3px!important;
    white-space:normal!important;
    overflow:visible!important;
  }

  .v4-home .hero .redline{
    max-width:100%!important;
    margin:7px 0 18px!important;
    font-size:clamp(34px,2.8vw,46px)!important;
    line-height:1!important;
    white-space:normal!important;
  }

  .v4-home .checks{
    margin:10px 0 22px!important;
    gap:8px!important;
    font-size:16px!important;
    line-height:1.35!important;
  }

  .v4-home .hero-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:12px!important;
    align-items:center!important;
    margin-top:8px!important;
  }

  .v4-home .hero-buttons .btn{
    min-width:190px!important;
    padding:13px 18px!important;
    font-size:14px!important;
  }

  .v4-home .benefitbar{
    position:relative!important;
    z-index:3!important;
    margin-top:0!important;
  }

  .v4-home .benefitbar .container{
    transform:translateY(-14px)!important;
    width:min(1320px,calc(100% - 70px))!important;
  }
}

/* Mid-size desktop/laptop safeguard */
@media (min-width:1000px) and (max-width:1280px){
  .v4-home .hero{
    min-height:525px!important;
    background-size:62% auto!important;
  }
  .v4-home .hero-copy{
    width:48%!important;
    max-width:575px!important;
    padding-left:26px!important;
  }
  .v4-home .hero h1{
    font-size:50px!important;
  }
  .v4-home .hero .redline{
    font-size:34px!important;
  }
}

/* ===== VERSION 20 — CLEAN HERO ARTIFACT FIX ===== */
/* Keep V19 layout. Explicitly remove any legacy nationwide/flag/map hero artwork
   and pseudo-element artifacts from the landing hero. Nationwide map stays only
   in the approved lower fulfillment section. */
.v4-home .hero::before,
.v4-home .hero::after,
.v4-home .hero-copy::before,
.v4-home .hero-copy::after,
.v4-home .checks::before,
.v4-home .checks::after{
  content:none!important;
  display:none!important;
  background:none!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.v4-home .hero img[src*="usa"],
.v4-home .hero img[src*="flag"],
.v4-home .hero img[src*="map"],
.v4-home .hero [class*="usa"],
.v4-home .hero [class*="flag"],
.v4-home .hero [class*="map"]{
  display:none!important;
}

/* ===== VERSION 21 — RESTORED CODED LAS VEGAS HERO ===== */
@media (min-width:1000px){
  .v17-desktop-top{display:none!important}
  .v7-mobile-coded{display:block!important}
}
.v4-home .hero{
  min-height:500px!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.03) 47%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.72) 72%,rgba(0,0,0,.82) 100%),
    url('../images/sin-city-hose-pro-truck.jpg') left center/61% auto no-repeat,
    url('../images/vegas-skyline-clean.jpg') right center/58% 100% no-repeat,
    #05090c!important;
}
.v4-home .hero .container{min-height:500px!important;justify-content:flex-end!important}
.v4-home .hero-copy{width:48%!important;padding:25px 0 28px 28px!important;background:transparent!important}
.v4-home .checks{font-size:17px!important;gap:8px!important}
.v4-home .checks div:before{color:#e31b23!important}
.hose-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(#ef1b22,#bd0006);color:#fff!important;border:1px solid #ff3b41;border-radius:10px;padding:11px 14px;font-weight:900;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 3px 10px rgba(0,0,0,.4);text-decoration:none;white-space:nowrap}
.hose-cta .hose-art{font-size:22px;letter-spacing:-5px;transform:rotate(-8deg);text-shadow:0 0 7px #ffdf7a}
.hose-cta b{display:grid;place-items:center;width:27px;height:27px;border:2px solid #fff;border-radius:50%;font-size:25px;line-height:1}
.header-hose-cta{margin-top:7px;min-width:250px;font-size:14px}
.directions-link{display:block;margin-top:6px;color:#ddd!important;font-size:11px!important;font-weight:800;text-decoration:none}
.hero-hose-cta{min-width:245px;font-size:14px}
.v4-home .hero-buttons{align-items:center!important}
.v4-home .hero-buttons .btn.outline{min-width:190px!important}
@media (max-width:1180px) and (min-width:1000px){
 .v4-home .hero{background:
  linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.08) 44%,rgba(0,0,0,.7) 66%,rgba(0,0,0,.88) 100%),
  url('../images/sin-city-hose-pro-truck.jpg') -7% center/69% auto no-repeat,
  url('../images/vegas-skyline-clean.jpg') right center/60% 100% no-repeat,#05090c!important}
 .header-hose-cta{min-width:220px;font-size:12px}
}


/* ===== VERSION 22 — APPROVED SKYLINE HERO FIX ===== */
@media (min-width:1000px){
  .v4-home .hero{
    min-height:560px!important;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.02) 42%,
        rgba(0,0,0,.20) 52%,
        rgba(0,0,0,.56) 63%,
        rgba(0,0,0,.78) 78%,
        rgba(0,0,0,.86) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') left center/61% auto no-repeat,
      url('../images/vegas-skyline-v22.jpg') right center/48% 100% no-repeat,
      #05090c!important;
  }
  .v4-home .hero .container{
    min-height:560px!important;
    width:min(1450px,calc(100% - 48px))!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
  }
  .v4-home .hero-copy{
    width:47%!important;
    max-width:650px!important;
    padding:28px 0 30px 24px!important;
    background:transparent!important;
  }
  .v4-home .hero h1{font-size:clamp(52px,4.15vw,70px)!important;line-height:.93!important}
  .v4-home .hero .redline{font-size:clamp(35px,2.8vw,47px)!important;line-height:1!important;margin:8px 0 16px!important}
  .v4-home .checks{display:grid!important;gap:8px!important;margin:10px 0 20px!important;font-size:16px!important}
  .v4-home .checks>div{display:block!important;visibility:visible!important;opacity:1!important}
  .v4-home .checks>div:nth-child(5){display:block!important}
  .v4-home .hero-buttons{display:flex!important;gap:12px!important;flex-wrap:nowrap!important}
}

/* Hose/nozzle request-service buttons */
.hose-cta{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;
  background:linear-gradient(180deg,#f1242a 0%,#c40008 100%)!important;
  color:#fff!important;border:1px solid #ff4b50!important;border-radius:9px!important;
  min-height:52px!important;padding:8px 14px!important;font-weight:1000!important;text-transform:uppercase!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 5px 14px rgba(0,0,0,.35)!important;
  text-decoration:none!important;white-space:nowrap!important;
}
.hose-nozzle{width:56px;height:31px;display:inline-grid;place-items:center;flex:0 0 56px}
.hose-nozzle svg{width:56px;height:31px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 2px rgba(0,0,0,.5))}
.hose-nozzle svg .spark{stroke:#ffd24a;stroke-width:3}
.hose-cta b{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border:2px solid #fff!important;border-radius:50%!important;font-size:25px!important;line-height:1!important}
.header-hose-cta{min-width:285px!important;font-size:14px!important;margin-top:7px!important}
.hero-hose-cta{min-width:280px!important;font-size:14px!important}
.directions-link{text-align:center!important;margin-top:6px!important}

@media (min-width:1000px) and (max-width:1250px){
  .v4-home .hero{background-size:64% auto,52% 100%!important}
  .v4-home .hero-copy{width:49%!important;padding-left:20px!important}
  .v4-home .hero h1{font-size:50px!important}
  .v4-home .hero .redline{font-size:34px!important}
  .v4-home .checks{font-size:15px!important}
  .hero-hose-cta{min-width:245px!important;font-size:12px!important}
}

/* ===== VERSION 23 — APPROVED HEADER SIGN + HERO COPY SHIFT =====
   Based on V22. Lower approved nationwide fulfillment content is untouched. */
@media (min-width:1000px){
  /* Classic Las Vegas sign at upper left, with no white square behind it. */
  .v4-home .mainhead .container{
    width:min(1510px,calc(100% - 46px))!important;
    grid-template-columns:1.28fr .92fr 1fr!important;
    padding:10px 0!important;
  }
  .v4-home .brand{gap:18px!important}
  .v4-home .brand img.header-sign-logo{
    width:190px!important;
    height:145px!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    border-radius:0!important;
    padding:0!important;
  }
  .v4-home .brandname{font-size:39px!important;line-height:.9!important}
  .v4-home .brandname small{font-size:13px!important;margin-top:8px!important}

  /* Keep truck and skyline where approved; move ONLY the hero content block right. */
  .v4-home .hero{
    min-height:560px!important;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.01) 43%,
        rgba(0,0,0,.13) 53%,
        rgba(0,0,0,.48) 64%,
        rgba(0,0,0,.69) 79%,
        rgba(0,0,0,.77) 100%),
      url('../images/sin-city-hose-pro-truck.jpg') left center/58% auto no-repeat,
      url('../images/vegas-skyline-v22.jpg') right center/55% 100% no-repeat,
      #05090c!important;
  }
  .v4-home .hero .container{
    width:min(1680px,calc(100% - 32px))!important;
    min-height:560px!important;
    justify-content:flex-end!important;
    overflow:visible!important;
  }
  .v4-home .hero-copy{
    width:510px!important;
    max-width:510px!important;
    padding:25px 4px 28px 0!important;
    transform:translateX(-15px)!important;
    background:transparent!important;
  }
  .v4-home .hero-copy .kicker{font-size:14px!important;white-space:nowrap!important}
  .v4-home .hero h1{
    font-size:clamp(54px,3.75vw,68px)!important;
    line-height:.93!important;
    letter-spacing:-1px!important;
  }
  .v4-home .hero .redline{
    font-size:clamp(36px,2.65vw,47px)!important;
    line-height:.98!important;
    margin:9px 0 15px!important;
  }
  .v4-home .checks{font-size:16px!important;gap:7px!important;margin:10px 0 18px!important}
  .v4-home .hero-buttons{gap:10px!important;flex-wrap:nowrap!important}
  .v4-home .hero-hose-cta{min-width:278px!important;font-size:13px!important}
  .v4-home .hero-buttons .btn.outline{min-width:192px!important;padding:11px 13px!important}

  /* Header service button treatment from the approved mockup. */
  .v4-home .addr{min-width:300px!important}
  .v4-home .header-hose-cta{min-width:300px!important;margin-top:7px!important}
  .v4-home .directions-link{font-size:11px!important;opacity:.8!important}
  .v4-home .nav .container{width:min(1510px,calc(100% - 46px))!important}
  .v4-home .nav-hose-cta{
    min-width:255px!important;
    min-height:47px!important;
    padding:5px 10px!important;
    border-radius:5px!important;
    font-size:12px!important;
    margin:4px 0!important;
  }
  .v4-home .nav-hose-cta .hose-nozzle{width:48px!important;flex-basis:48px!important}
  .v4-home .nav-hose-cta .hose-nozzle svg{width:48px!important}
  .v4-home .nav-hose-cta b{width:25px!important;height:25px!important;font-size:21px!important}
}

/* Keep tablet proportions safe without altering desktop approval. */
@media (min-width:1000px) and (max-width:1450px){
  .v4-home .hero-copy{transform:translateX(-85px)!important;width:500px!important;max-width:500px!important}
  .v4-home .hero h1{font-size:55px!important}
  .v4-home .hero .redline{font-size:36px!important}
  .v4-home .brand img.header-sign-logo{width:165px!important;height:128px!important}
  .v4-home .brandname{font-size:34px!important}
  .v4-home .nav-hose-cta{min-width:220px!important}
}


/* ===== VERSION 25 — LOCKED UNIFIED HEADER / BORDERLESS VEGAS SIGN =====
   Header-only consistency pass. Hero and approved lower-page content untouched. */
.unified-header .topbar{background:#d90812!important;font-size:13px!important;border-bottom:1px solid #9e090f!important}
.unified-header .topbar .container{width:min(1510px,calc(100% - 46px))!important;padding:7px 0!important}
.unified-header .mainhead{background:#030303!important;border-bottom:1px solid #222!important}
.unified-header .mainhead .container{
  width:min(1510px,calc(100% - 46px))!important;
  grid-template-columns:1.28fr .92fr 1fr!important;
  gap:36px!important;
  padding:10px 0!important;
}
.unified-header .brand{gap:18px!important}
.unified-header .brand img.header-sign-logo{
  width:190px!important;height:145px!important;object-fit:contain!important;object-position:center!important;
  background:transparent!important;border-radius:0!important;padding:0!important;
}
.unified-header .brandname{font-size:39px!important;line-height:.9!important;letter-spacing:1px!important}
.unified-header .brandname small{font-size:13px!important;margin-top:8px!important}
.unified-header .callblock strong{color:#ef1c24!important}
.unified-header .addr{min-width:300px!important}
.unified-header .header-hose-cta{min-width:300px!important;margin-top:7px!important}
.unified-header .directions-link{display:block!important;font-size:11px!important;opacity:.8!important;text-align:center!important;margin-top:6px!important}
.unified-header .nav{background:#070707!important}
.unified-header .nav .container{width:min(1510px,calc(100% - 46px))!important}
.unified-header .nav a{font-size:13px!important;padding:14px 15px!important}
.unified-header .nav-hose-cta{
  min-width:255px!important;min-height:47px!important;padding:5px 10px!important;border-radius:5px!important;
  font-size:12px!important;margin:4px 0!important;
}
.unified-header .nav-hose-cta .hose-nozzle{width:48px!important;flex-basis:48px!important}
.unified-header .nav-hose-cta .hose-nozzle svg{width:48px!important}
.unified-header .nav-hose-cta b{width:25px!important;height:25px!important;font-size:21px!important}

@media (min-width:1000px) and (max-width:1450px){
  .unified-header .brand img.header-sign-logo{width:165px!important;height:128px!important}
  .unified-header .brandname{font-size:34px!important}
  .unified-header .nav-hose-cta{min-width:220px!important}
}
@media (max-width:999px){
  .unified-header .mainhead .container{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .unified-header .brand img.header-sign-logo{width:130px!important;height:100px!important;background:transparent!important}
  .unified-header .brandname{font-size:30px!important}
  .unified-header .addr{display:none!important}
  .unified-header .nav-hose-cta{display:none!important}
}
@media (max-width:700px){
  .unified-header .topbar .container{justify-content:center!important;text-align:center!important}
  .unified-header .mainhead .container{grid-template-columns:1fr!important}
  .unified-header .callblock{display:none!important}
  .unified-header .brand{justify-content:center!important}
  .unified-header .brand img.header-sign-logo{width:105px!important;height:82px!important}
  .unified-header .brandname{font-size:25px!important}
}


/* ===== VERSION 26 — ONE IDENTICAL HEADER SHELL ON EVERY PAGE =====
   Header-only pass. No hero, page-body, nationwide, service, or approved content changes. */
.site-shell-v26 .topbar{background:#d90812!important;border-bottom:1px solid #9e090f!important;font-size:13px!important}
.site-shell-v26 .topbar .container{width:min(1510px,calc(100% - 46px))!important;padding:7px 0!important}
.site-shell-v26 .mainhead{background:#030303!important;border-bottom:1px solid #222!important}
.site-shell-v26 .mainhead .container{
  width:min(1510px,calc(100% - 46px))!important;
  display:grid!important;grid-template-columns:1.28fr .92fr 1fr!important;
  gap:36px!important;align-items:center!important;padding:10px 0!important;
}
.site-shell-v26 .brand{display:flex!important;align-items:center!important;gap:18px!important;min-width:0!important}
.site-shell-v26 .brand img.header-sign-logo{
  width:190px!important;height:145px!important;object-fit:contain!important;object-position:center!important;
  background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;
}
.site-shell-v26 .brandname{font-size:39px!important;line-height:.9!important;letter-spacing:1px!important;white-space:nowrap!important}
.site-shell-v26 .brandname small{font-size:13px!important;margin-top:8px!important;display:block!important}
.site-shell-v26 .callblock{min-width:0!important}
.site-shell-v26 .callblock strong{color:#ef1c24!important;font-size:14px!important}
.site-shell-v26 .callblock .phone{font-size:39px!important;white-space:nowrap!important}
.site-shell-v26 .addr{justify-self:end!important;min-width:300px!important;display:block!important}
.site-shell-v26 .addr strong{font-size:15px!important}
.site-shell-v26 .header-hose-cta{min-width:300px!important;margin-top:7px!important}
.site-shell-v26 .directions-link{display:block!important;font-size:11px!important;opacity:.8!important;text-align:center!important;margin-top:6px!important}
.site-shell-v26 .nav{background:#070707!important;border-bottom:1px solid #222!important}
.site-shell-v26 .nav .container{width:min(1510px,calc(100% - 46px))!important;display:flex!important;align-items:center!important}
.site-shell-v26 .navlinks{display:flex!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important}
.site-shell-v26 .nav a{font-size:13px!important;padding:14px 15px!important}
.site-shell-v26 .nav-hose-cta{min-width:255px!important;min-height:47px!important;padding:5px 10px!important;border-radius:5px!important;font-size:12px!important;margin:4px 0!important}
.site-shell-v26 .nav-hose-cta .hose-nozzle{width:48px!important;flex-basis:48px!important}
.site-shell-v26 .nav-hose-cta .hose-nozzle svg{width:48px!important}
.site-shell-v26 .nav-hose-cta b{width:25px!important;height:25px!important;font-size:21px!important}

/* Keep every page complete at common laptop widths instead of pushing the address off-screen. */
@media (min-width:1000px) and (max-width:1450px){
  .site-shell-v26 .mainhead .container{grid-template-columns:1.2fr .82fr .9fr!important;gap:18px!important}
  .site-shell-v26 .brand img.header-sign-logo{width:135px!important;height:108px!important}
  .site-shell-v26 .brand{gap:12px!important}
  .site-shell-v26 .brandname{font-size:29px!important}
  .site-shell-v26 .brandname small{font-size:10px!important}
  .site-shell-v26 .callblock .phone{font-size:30px!important}
  .site-shell-v26 .addr{min-width:235px!important}
  .site-shell-v26 .header-hose-cta{min-width:235px!important;font-size:11px!important}
  .site-shell-v26 .nav a{font-size:11px!important;padding:12px 9px!important}
  .site-shell-v26 .nav-hose-cta{min-width:190px!important;font-size:10px!important}
}
@media (max-width:999px){
  .site-shell-v26 .mainhead .container{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .site-shell-v26 .brand img.header-sign-logo{width:130px!important;height:100px!important}
  .site-shell-v26 .brandname{font-size:30px!important}
  .site-shell-v26 .addr{display:none!important}
  .site-shell-v26 .nav-hose-cta{display:none!important}
}
@media (max-width:700px){
  .site-shell-v26 .topbar .container{justify-content:center!important;text-align:center!important}
  .site-shell-v26 .mainhead .container{grid-template-columns:1fr!important}
  .site-shell-v26 .callblock{display:none!important}
  .site-shell-v26 .brand{justify-content:center!important}
  .site-shell-v26 .brand img.header-sign-logo{width:105px!important;height:82px!important}
  .site-shell-v26 .brandname{font-size:25px!important}
}


/* VERSION 27: header consistency is additionally locked inline in every HTML page. */


/* V58 — English-side “Se habla español” phone badges */
.habla-espanol-v58{
  display:inline-block!important;
  margin-left:7px!important;
  padding:2px 6px!important;
  border:1px solid rgba(237,28,36,.55)!important;
  border-radius:4px!important;
  color:#ed1c24!important;
  background:rgba(237,28,36,.06)!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:1000!important;
  letter-spacing:.45px!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
.btn .habla-espanol-v58,
.cta .btn .habla-espanol-v58{
  color:#fff!important;
  border-color:rgba(255,255,255,.65)!important;
  background:rgba(0,0,0,.10)!important;
}
.callblock .phone .habla-espanol-v58{
  display:block!important;
  width:max-content!important;
  margin:5px 0 0!important;
  font-size:10px!important;
}
.footer .habla-espanol-v58{
  color:#ff343b!important;
}
@media(max-width:760px){
  .habla-espanol-v58{font-size:9px!important;margin-left:5px!important}
}

/* The desktop homepage header is an approved image, so add the language note
   beside its clickable phone area without altering the artwork. */
html[lang="en"] .v17-desktop-top .hs-phone::after{
  content:"SE HABLA ESPAÑOL";
  position:absolute;
  right:4%;
  bottom:-4px;
  display:inline-block;
  padding:3px 7px;
  border-radius:4px;
  background:#d90812;
  color:#fff;
  font-size:10px;
  line-height:1.1;
  font-weight:1000;
  letter-spacing:.5px;
  white-space:nowrap;
  pointer-events:none;
}


/* V59 — service email contact links */
.header-service-email-v59{
  display:inline-block!important;
  margin:-5px 0 8px!important;
  color:#d8d8d8!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.15px!important;
}
.header-service-email-v59:hover{color:#ed1c24!important}
.footer-service-email-v59{
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.footer-service-email-v59:hover{color:#ed1c24!important}

/* V60 hard footer-logo lock */
.footer img.logo{width:120px!important;height:120px!important;max-width:120px!important;max-height:120px!important;object-fit:contain!important;display:block!important;aspect-ratio:1/1!important;}


/* V63 — Site-wide button attention effects */
@keyframes schpPulseV63{
  0%,100%{box-shadow:0 0 0 0 rgba(237,28,36,.00),0 8px 18px rgba(0,0,0,.18)}
  50%{box-shadow:0 0 0 7px rgba(237,28,36,.10),0 10px 24px rgba(0,0,0,.24)}
}
@keyframes schpShineV63{
  0%{transform:translateX(-140%) skewX(-18deg);opacity:0}
  18%{opacity:.55}
  42%{opacity:0}
  100%{transform:translateX(260%) skewX(-18deg);opacity:0}
}

/* Core interactive buttons */
.btn,
.hose-cta,
.btn-mini,
.order-btn-v46,
.kit-cta-v46,
.industry-card-v42 .learn,
.service-actions-v47 a,
.pahrump-highlight-v47 a,
.account-form-v62 .btn,
.contact-tab-v62{
  position:relative!important;
  overflow:hidden!important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease,
    border-color .18s ease!important;
  will-change:transform;
}

/* Hover / focus lift across the site */
.btn:hover,
.btn:focus-visible,
.hose-cta:hover,
.hose-cta:focus-visible,
.btn-mini:hover,
.btn-mini:focus-visible,
.order-btn-v46:hover,
.order-btn-v46:focus-visible,
.kit-cta-v46:hover,
.kit-cta-v46:focus-visible,
.industry-card-v42 .learn:hover,
.industry-card-v42 .learn:focus-visible,
.service-actions-v47 a:hover,
.service-actions-v47 a:focus-visible,
.pahrump-highlight-v47 a:hover,
.pahrump-highlight-v47 a:focus-visible,
.account-form-v62 .btn:hover,
.account-form-v62 .btn:focus-visible,
.contact-tab-v62:hover,
.contact-tab-v62:focus-visible{
  transform:translateY(-3px) scale(1.015)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28),0 0 18px rgba(237,28,36,.20)!important;
  filter:brightness(1.08)!important;
}

/* Fast press feedback */
.btn:active,
.hose-cta:active,
.btn-mini:active,
.order-btn-v46:active,
.kit-cta-v46:active,
.industry-card-v42 .learn:active,
.service-actions-v47 a:active,
.pahrump-highlight-v47 a:active,
.account-form-v62 .btn:active,
.contact-tab-v62:active{
  transform:translateY(0) scale(.985)!important;
  transition-duration:.07s!important;
}

/* Primary red CTAs get a subtle periodic pulse */
.btn:not(.outline):not(.white),
.hose-cta,
.btn-mini,
.order-btn-v46:not(.secondary),
.kit-cta-v46,
.service-actions-v47 .primary,
.pahrump-highlight-v47 a,
.account-form-v62 .btn,
.contact-tab-v62[aria-selected="true"]{
  animation:schpPulseV63 3.2s ease-in-out infinite;
}

/* Soft moving shine on major red CTAs */
.btn:not(.outline):not(.white)::after,
.hose-cta::after,
.order-btn-v46:not(.secondary)::after,
.kit-cta-v46::after,
.service-actions-v47 .primary::after,
.pahrump-highlight-v47 a::after,
.account-form-v62 .btn::after{
  content:"";
  position:absolute;
  top:-30%;
  bottom:-30%;
  left:-35%;
  width:22%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:translateX(-140%) skewX(-18deg);
  animation:schpShineV63 4.6s ease-in-out infinite;
  pointer-events:none;
}

/* Secondary / white buttons stay refined — no constant pulse */
.btn.outline,
.btn.white,
.order-btn-v46.secondary,
.service-actions-v47 .secondary,
.contact-tab-v62[aria-selected="false"]{
  animation:none!important;
}

/* Clear keyboard focus ring */
.btn:focus-visible,
.hose-cta:focus-visible,
.btn-mini:focus-visible,
.order-btn-v46:focus-visible,
.kit-cta-v46:focus-visible,
.industry-card-v42 .learn:focus-visible,
.service-actions-v47 a:focus-visible,
.pahrump-highlight-v47 a:focus-visible,
.account-form-v62 .btn:focus-visible,
.contact-tab-v62:focus-visible{
  outline:3px solid rgba(255,255,255,.92)!important;
  outline-offset:3px!important;
}

/* Keep animations from feeling busy on small screens */
@media(max-width:760px){
  .btn:not(.outline):not(.white),
  .hose-cta,
  .btn-mini,
  .order-btn-v46:not(.secondary),
  .kit-cta-v46,
  .service-actions-v47 .primary,
  .pahrump-highlight-v47 a,
  .account-form-v62 .btn,
  .contact-tab-v62[aria-selected="true"]{
    animation-duration:4.2s!important;
  }
}

/* Accessibility: respect visitors who prefer reduced motion */
@media(prefers-reduced-motion:reduce){
  .btn,
  .hose-cta,
  .btn-mini,
  .order-btn-v46,
  .kit-cta-v46,
  .industry-card-v42 .learn,
  .service-actions-v47 a,
  .pahrump-highlight-v47 a,
  .account-form-v62 .btn,
  .contact-tab-v62{
    animation:none!important;
    transition:none!important;
  }
  .btn::after,
  .hose-cta::after,
  .order-btn-v46::after,
  .kit-cta-v46::after,
  .service-actions-v47 a::after,
  .pahrump-highlight-v47 a::after,
  .account-form-v62 .btn::after{
    display:none!important;
  }
}


/* ==========================================================================
   V66 — MOBILE HEADER / NAV / HERO CLEANUP
   Mobile only. Desktop layout remains unchanged.
   ========================================================================== */
@media (max-width:760px){

  /* Keep enough room for the fixed bottom call bar, but not excessive space. */
  body{padding-bottom:66px!important;}

  /* Compact emergency strip: keep the most important message only. */
  .site-shell-v26 .topbar,
  .unified-header .topbar,
  .v7-mobile-coded .topbar{
    min-height:0!important;
    font-size:10.5px!important;
    line-height:1.25!important;
  }
  .site-shell-v26 .topbar .container,
  .unified-header .topbar .container,
  .v7-mobile-coded .topbar .container{
    width:calc(100% - 22px)!important;
    padding:7px 0!important;
    min-height:0!important;
    display:block!important;
    text-align:center!important;
  }
  .site-shell-v26 .topbar .container span,
  .unified-header .topbar .container span,
  .v7-mobile-coded .topbar .container span{
    display:none!important;
  }
  .site-shell-v26 .topbar .container span:first-child,
  .unified-header .topbar .container span:first-child,
  .v7-mobile-coded .topbar .container span:first-child{
    display:block!important;
    white-space:normal!important;
    margin:0!important;
  }

  /* Shrink the mobile brand/header block. */
  .site-shell-v26 .mainhead .container,
  .unified-header .mainhead .container,
  .v7-mobile-coded .mainhead .container{
    width:calc(100% - 22px)!important;
    grid-template-columns:1fr!important;
    padding:9px 0!important;
    min-height:0!important;
    gap:0!important;
  }
  .site-shell-v26 .brand,
  .unified-header .brand,
  .v7-mobile-coded .brand{
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
  }
  .site-shell-v26 .brand img.header-sign-logo,
  .unified-header .brand img.header-sign-logo,
  .v7-mobile-coded .brand img.header-sign-logo{
    width:72px!important;
    height:58px!important;
    min-width:72px!important;
    object-fit:contain!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .site-shell-v26 .brandname,
  .unified-header .brandname,
  .v7-mobile-coded .brandname{
    font-size:20px!important;
    line-height:.88!important;
    letter-spacing:.8px!important;
  }
  .site-shell-v26 .brandname small,
  .unified-header .brandname small,
  .v7-mobile-coded .brandname small{
    font-size:8.5px!important;
    line-height:1.15!important;
    letter-spacing:.9px!important;
    margin-top:6px!important;
    white-space:nowrap!important;
  }
  .site-shell-v26 .callblock,
  .site-shell-v26 .addr,
  .unified-header .callblock,
  .unified-header .addr,
  .v7-mobile-coded .callblock,
  .v7-mobile-coded .addr{
    display:none!important;
  }

  /* Compact sticky nav row. */
  .site-shell-v26 .nav,
  .unified-header .nav,
  .v7-mobile-coded .nav{
    position:sticky!important;
    top:0!important;
    z-index:80!important;
    min-height:48px!important;
  }
  .site-shell-v26 .nav .container,
  .unified-header .nav .container,
  .v7-mobile-coded .nav .container{
    width:100%!important;
    min-height:48px!important;
    padding:0 12px!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
  }
  .site-shell-v26 .mobile-toggle,
  .unified-header .mobile-toggle,
  .v7-mobile-coded .mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    margin:2px 0!important;
    padding:0!important;
    font-size:25px!important;
    line-height:1!important;
    cursor:pointer!important;
  }

  /* V26 desktop lock forced navlinks to display:flex. Undo that on mobile. */
  .site-shell-v26 .navlinks,
  .unified-header .navlinks,
  .v7-mobile-coded .navlinks{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:48px!important;
    z-index:90!important;
    background:#070707!important;
    border-top:1px solid #282828!important;
    border-bottom:2px solid #d90812!important;
    padding:8px!important;
    margin:0!important;
    max-height:none!important;
    overflow:visible!important;
    box-shadow:0 14px 26px rgba(0,0,0,.45)!important;
  }
  .site-shell-v26 .navlinks.open,
  .unified-header .navlinks.open,
  .v7-mobile-coded .navlinks.open{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    align-items:stretch!important;
    gap:5px!important;
  }
  .site-shell-v26 .navlinks a,
  .unified-header .navlinks a,
  .v7-mobile-coded .navlinks a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:44px!important;
    margin:0!important;
    padding:8px 7px!important;
    border:1px solid #202020!important;
    border-radius:5px!important;
    background:#0c0c0c!important;
    text-align:center!important;
    font-size:11px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  .site-shell-v26 .navlinks a.active,
  .unified-header .navlinks a.active,
  .v7-mobile-coded .navlinks a.active{
    color:#ff3038!important;
    border-color:#4a2022!important;
    background:#13090a!important;
  }
  .site-shell-v26 .navlinks .lang-switch-v51,
  .unified-header .navlinks .lang-switch-v51,
  .v7-mobile-coded .navlinks .lang-switch-v51{
    grid-column:1 / -1!important;
    width:100%!important;
    min-height:42px!important;
    margin:2px 0 0!important;
    background:#d90812!important;
    color:#fff!important;
    border-color:#d90812!important;
  }

  /* Mobile hero starts immediately after the compact header. */
  .v7-mobile-coded .hero{
    min-height:500px!important;
    background-position:31% center!important;
  }
  .v7-mobile-coded .hero .container{
    min-height:500px!important;
    align-items:flex-end!important;
  }
  .v7-mobile-coded .hero-copy{
    width:100%!important;
    margin:0 0 14px!important;
    padding:20px!important;
    border-radius:9px!important;
    background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.67))!important;
  }
  .v7-mobile-coded .hero h1{
    font-size:39px!important;
    line-height:.95!important;
  }
  .v7-mobile-coded .hero .redline{
    font-size:27px!important;
    line-height:.98!important;
    margin:7px 0 13px!important;
  }
  .v7-mobile-coded .hero .checks{
    gap:5px!important;
    margin:12px 0 15px!important;
    font-size:12px!important;
  }
  .v7-mobile-coded .hero .btn{
    width:100%!important;
    text-align:center!important;
    padding:11px 10px!important;
    font-size:12px!important;
  }

  /* Cleaner mobile fixed action bar. */
  .sticky-mobile{
    min-height:60px!important;
  }
  .sticky-mobile a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:60px!important;
    padding:10px 8px!important;
    font-size:14px!important;
    line-height:1.1!important;
  }

  /* Prevent sections from feeling oversized on phone. */
  .section{padding-top:42px!important;padding-bottom:42px!important;}
  .pagehero{padding:48px 0!important;}
}

@media (max-width:390px){
  .site-shell-v26 .brand img.header-sign-logo,
  .unified-header .brand img.header-sign-logo,
  .v7-mobile-coded .brand img.header-sign-logo{
    width:64px!important;
    height:52px!important;
    min-width:64px!important;
  }
  .site-shell-v26 .brandname,
  .unified-header .brandname,
  .v7-mobile-coded .brandname{
    font-size:18px!important;
  }
  .site-shell-v26 .brandname small,
  .unified-header .brandname small,
  .v7-mobile-coded .brandname small{
    font-size:7.7px!important;
  }
  .site-shell-v26 .navlinks a,
  .unified-header .navlinks a,
  .v7-mobile-coded .navlinks a{
    font-size:10.2px!important;
  }
}
