/*
  Silverton route hero quality fix.

  Public theme polish only. Route heroes now reuse the approved Silver Falls hero
  instead of embedded placeholder art, with a wider image area and less washout.
*/

.hero.tp-route-hero-art{
  min-height:132px!important;
  grid-template-columns:minmax(340px,34%) 1fr!important;
  background:
    linear-gradient(90deg,rgba(255,253,247,.84),rgba(255,253,247,.98)),
    linear-gradient(135deg,rgba(22,58,47,.13),rgba(47,94,110,.08))!important;
}
.hero.tp-route-hero-art:before{
  width:min(440px,38%)!important;
  background-position:left center!important;
  background-size:cover!important;
  filter:saturate(1.1) contrast(1.08) brightness(.98)!important;
}
.hero.tp-route-hero-art:after{
  background:linear-gradient(90deg,rgba(255,253,247,.02) 0%,rgba(255,253,247,.08) 25%,rgba(255,253,247,.42) 43%,rgba(255,253,247,.86) 64%,#fffdf7 100%)!important;
}
.hero.tp-route-hero-art>div{
  grid-column:2!important;
}
.hero.tp-route-hero-art h1{
  color:#173044!important;
  text-shadow:0 1px 0 rgba(255,253,247,.62);
}
.hero.tp-route-hero-art p{
  color:#2d4658!important;
}

@media(max-width:900px){
  .hero.tp-route-hero-art{
    grid-template-columns:minmax(250px,38%) 1fr!important;
  }
  .hero.tp-route-hero-art:before{
    width:42%!important;
  }
}

@media(max-width:640px){
  .hero.tp-route-hero-art{
    display:block!important;
    min-height:184px!important;
    padding-top:100px!important;
  }
  .hero.tp-route-hero-art:before{
    width:100%!important;
    height:112px!important;
    bottom:auto!important;
  }
  .hero.tp-route-hero-art:after{
    background:linear-gradient(180deg,rgba(255,253,247,.02) 0%,rgba(255,253,247,.25) 44%,#fffdf7 84%)!important;
  }
  .hero.tp-route-hero-art>div{
    grid-column:auto!important;
  }
}
