/* Silverton Today approved hero install.
   Scope: public theme/media only. No Admin, automation, routing, scraper, or data changes. */
:root{
  --tp-community-hero-image:url('/assets/heroes/silverton-lower-south-falls-hero.webp');
}

.hero.tp-hero-with-weather{
  background:
    linear-gradient(90deg,rgba(255,253,246,.01) 0%,rgba(255,253,246,.09) 33%,rgba(255,253,246,.66) 58%,rgba(255,253,246,1) 100%),
    linear-gradient(135deg,#dce9d5 0%,#fff3dc 100%);
}
.hero.tp-hero-with-weather:before{
  background-image:var(--tp-community-hero-image);
  filter:saturate(1.12) contrast(1.08) brightness(.98);
}
.hero.tp-hero-with-weather:after{
  background:linear-gradient(90deg,rgba(255,253,246,0) 0%,rgba(255,253,246,0) 44%,rgba(255,253,246,.25) 60%,rgba(255,253,246,.64) 78%,rgba(255,253,246,.96) 94%,rgba(255,253,246,1) 100%);
}
.tp-hero-weather{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

@media (max-width:640px){
  .hero.tp-hero-with-weather:after{
    background:linear-gradient(180deg,rgba(255,253,246,0) 0%,rgba(255,253,246,.24) 44%,rgba(255,253,246,.78) 76%,rgba(255,253,246,1) 100%);
  }
}
