
/* Launch Candidate 3.2
   Homepage hero uses the actual trophy photo as the background image.
   This is NOT a generated design screenshot. */
.hero{
  background:
    linear-gradient(180deg, rgba(5,6,9,.58), rgba(5,6,9,.82)),
    url('../images/hero-trophy-background.jpg') center center / cover no-repeat !important;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%, rgba(212,175,55,.14), transparent 32%),
    linear-gradient(90deg, rgba(5,6,9,.55), rgba(5,6,9,.2), rgba(5,6,9,.65));
  pointer-events:none;
}
@media(max-width:760px){
  .hero{
    background:
      linear-gradient(180deg, rgba(5,6,9,.62), rgba(5,6,9,.88)),
      url('../images/hero-trophy-background.jpg') center top / cover no-repeat !important;
  }
}
