
/* Premium responsive overrides.
   Keep this file separate so breakpoint-specific art direction can evolve independently. */
@media (min-width: 1400px){
  .hero-inner{padding-bottom:120px}
  .hero h1{max-width:1120px}
}
@media (max-width: 900px){
  .hero:after{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.55)),linear-gradient(0deg,rgba(5,5,5,.95),transparent 55%)}
}
