.final-cta,
.cta-band{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-color:#081014 !important;
  background-image:
    linear-gradient(90deg,rgba(4,10,13,.90) 0%,rgba(5,12,15,.68) 48%,rgba(4,10,13,.88) 100%),
    url("mountain.png") !important;
  background-position:center center,center center !important;
  background-size:cover,cover !important;
  background-repeat:no-repeat,no-repeat !important;
}

.final-cta::before,
.cta-band::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.16));
  pointer-events:none;
}

.final-cta-inner,
.cta-band>.container{
  position:relative;
  z-index:1;
}

/* Keep the commercial hero card focused on the full door and access hardware. */
.division-commercial img{
  object-position:86% center !important;
}

/* Show the complete service van instead of cropping the front/rear off. */
.stacked-media .media-float{
  width:68% !important;
  height:auto !important;
  aspect-ratio:952 / 484;
  object-fit:contain !important;
  object-position:center !important;
  background:#081014;
}

/* Any use of the service van across the site should show the full vehicle. */
img[src*="01_service_van_4x.png"]{
  object-fit:contain !important;
  object-position:center center !important;
  background:#081014;
}

/* Gallery: make the van tile wide enough to show the whole vehicle without a giant empty block. */
.gallery-grid .gallery-large{
  grid-column:span 2 !important;
  grid-row:span 1 !important;
}

.gallery-grid .gallery-large img[src*="01_service_van_4x.png"]{
  object-fit:cover !important;
  object-position:center center !important;
}

/* Gallery: show the full before/after lock photos instead of blowing them up and chopping them off. */
.gallery-grid img[src*="07_before_lock_hd.png"],
.gallery-grid img[src*="08_after_lock_hd.png"]{
  object-fit:contain !important;
  object-position:center center !important;
  background:#081014;
}

@media (max-width:900px){
  .final-cta,
  .cta-band{
    background-position:center center,58% center !important;
    background-size:cover,cover !important;
  }

  .division-commercial img{
    object-position:72% center !important;
  }

  .stacked-media .media-float{
    width:70% !important;
    height:auto !important;
  }

  .gallery-grid .gallery-large{
    grid-column:span 2 !important;
    grid-row:span 1 !important;
  }
}

@media (max-width:640px){
  /* Preserve the homepage hero treatment while avoiding the multi-megabyte desktop image on phones. */
  .hero{
    background-image:
      linear-gradient(90deg,rgba(4,9,13,.78) 0%,rgba(4,9,13,.52) 43%,rgba(4,9,13,.42) 100%),
      linear-gradient(180deg,rgba(4,9,13,.10) 0%,rgba(4,9,13,.42) 100%),
      url("assets/hero-bg.svg") !important;
    background-position:center center,center center,center center !important;
    background-size:cover,cover,cover !important;
    background-repeat:no-repeat,no-repeat,no-repeat !important;
  }

  .final-cta,
  .cta-band{
    background-position:center center,62% center !important;
    background-size:cover,cover !important;
  }

  .division-commercial img{
    object-position:68% center !important;
  }

  .stacked-media .media-float{
    width:72% !important;
    height:auto !important;
  }

  .gallery-grid .gallery-large{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  .gallery-grid .gallery-large img[src*="01_service_van_4x.png"]{
    object-fit:contain !important;
  }

  .mobile-call{
    display:flex !important;
    align-items:center;
    justify-content:center;
    position:fixed !important;
    right:16px !important;
    left:auto !important;
    bottom:calc(16px + env(safe-area-inset-bottom)) !important;
    z-index:999 !important;
    width:auto !important;
    min-width:104px !important;
    max-width:none !important;
    min-height:48px !important;
    height:48px !important;
    padding:0 18px !important;
    margin:0 !important;
    border:1px solid rgba(255,255,255,.34) !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,#f0bb58,#d29a35) !important;
    color:#11171a !important;
    font-family:"Barlow Condensed",sans-serif !important;
    font-size:16px !important;
    font-weight:800 !important;
    line-height:1 !important;
    letter-spacing:.07em !important;
    text-transform:uppercase !important;
    box-shadow:0 12px 30px rgba(0,0,0,.42) !important;
    transform:none !important;
  }
}
