/* Homepage hero refinement: restrained editorial scale */
@media (min-width: 981px){
  .hero-immersive{min-height:760px!important;}
  .hero-overlay{min-height:760px!important;padding-top:205px!important;padding-bottom:48px!important;}
  .hero-panel{width:min(610px,50vw)!important;}
  .hero-panel h1{font-size:clamp(3rem,4.25vw,4.75rem)!important;line-height:1.01!important;max-width:600px!important;letter-spacing:-.035em!important;margin-bottom:18px!important;}
  .hero-lead{font-size:1.08rem!important;line-height:1.6!important;max-width:560px!important;}
  .hero-actions{margin:25px 0 15px!important;}
  .hero-proof{max-width:720px!important;}
  .hero-proof>div{padding:14px 17px!important;}
  .hero-proof strong{font-size:1.25rem!important;}
  .hero-proof span{font-size:.74rem!important;}
}
@media (max-width:980px){
  .hero-panel h1{font-size:clamp(2.65rem,8vw,4.25rem)!important;line-height:1.02!important;}
}
@media (max-width:640px){
  .hero-panel h1{font-size:clamp(2.35rem,11vw,3.35rem)!important;line-height:1.03!important;}
}
