/* v0.12.77 — widen STOCKROOM hero measure on larger screens
   Goal: reduce blocky/silly headline wrapping without changing mobile behaviour. */
@media(min-width:901px){
  .v52-hero .v134-wrap.v52-hero-inner{
    max-width:1260px;
  }
  .v52-hero h1{
    max-width:1220px;
    font-size:clamp(3.25rem,8vw,7.35rem);
    line-height:0.94;
  }
  .v52-lead{
    max-width:860px;
  }
}
@media(min-width:1200px){
  .v52-hero h1{
    max-width:1280px;
  }
}
