/* Desktop hero fix: show the complete 1703x924 artwork without cover-cropping.
   Mobile/tablet rules are intentionally left untouched. */
@media (min-width: 1025px) {
  .hero {
    height: calc(100vw * 924 / 1703) !important;
    min-height: 0 !important;
    background-image: url('../assets/img/hero.png') !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-color: #020711 !important;
  }
}
