/* Simple Contractor Tools — Homepage Hero Fix
   Homepage only. Does not affect tool pages or other hero components. */

.home-hero{
  display:block;
  position:relative;
  width:100%;
  left:auto;
  margin-left:0;
  background:#f3f5f7;
  max-height:470px;
}

.home-hero .hero-photo-media{
  position:relative;
  width:100%;
  left:0;
  margin-left:0;
  overflow:hidden;
}

.home-hero .hero-photo-media img{
  display:block;
  width:100%;
  height:420px !important;
  max-height:420px !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Completely remove the old left-side dark fade. */
.home-hero .hero-photo-scrim{
  display:none !important;
  background:none !important;
}

/* Keep any homepage text/actions from forcing a crop. */
.home-hero .hero-photo-inner{
  display:none !important;
}

@media (max-width:899px){
  .home-hero .hero-photo-media img{
    width:100%;
    height:260px !important;
    max-height:260px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
}

/* Final compact hero composition: right-side job imagery, complete readable copy */
.home-hero{height:420px;max-height:none;overflow:hidden;background:#081728}
.home-hero .hero-photo-media{position:absolute;inset:0;z-index:0}
.home-hero .hero-photo-media img{width:100%;height:420px!important;max-height:420px!important;object-fit:contain!important;object-position:center center!important;background:#081728}
.home-hero .hero-photo-inner{display:flex!important;position:relative;inset:auto;z-index:2;height:100%;max-width:1120px;margin:0 auto;padding:0 20px;align-items:center}
.home-hero .hero-photo-text{max-width:470px;padding:25px 30px 25px 0}
.home-hero .hero-kicker{font-size:.62rem!important;color:#9be2ad!important}
.home-hero .hero-photo-text h1{font-size:1.45rem!important;line-height:1.1!important;color:#fff!important;margin:.35em 0!important}
.home-hero .hero-photo-text p{font-size:.82rem!important;line-height:1.35!important;color:#eef5fa!important}
.home-hero .hero-actions .btn{font-size:.72rem!important;padding:8px 12px!important}
@media(max-width:899px){.home-hero{height:300px}.home-hero .hero-photo-media img{height:300px!important;max-height:300px!important;object-fit:contain!important}.home-hero .hero-photo-text{max-width:52%;padding-right:12px}.home-hero .hero-photo-text h1{font-size:1.05rem!important}.home-hero .hero-photo-text p{font-size:.7rem!important}.home-hero .hero-actions{display:none}}
