/* Mobile only: keep the hero compact on short phone screens. */
@media(max-width:759px){
  .hero{
    height:74svh;
    min-height:0;
    background-size:auto 120%;
    /* Higher vertical position moves Shorty upward without affecting desktop. */
    background-position:57% 45%;
  }
}
