/* Keep the reservation directory close to the first action. */
#public-home .hero{min-height:0!important;display:flex;flex-direction:column;gap:28px;padding:36px}
#public-home .hero-copy{width:min(680px,100%)!important;margin:0;padding:0!important}
#public-home .hero h1{font-size:clamp(32px,4vw,50px)!important;margin:12px 0;line-height:1.4;letter-spacing:-1px}
#public-home .hero-actions{margin-top:20px}
#public-home .hero-widget{position:static;inset:auto!important;margin:0;width:100%;transform:none}
#public-home #clubs{padding-top:32px}
@media(max-width:720px){
  #public-home .hero{padding:24px 18px;gap:20px}
  #public-home .hero-copy{width:100%}
  #public-home .hero-widget{display:block;padding:14px}
  #public-home .widget-heading{min-width:0;margin-bottom:10px}
  #public-home .hero-actions>a{flex:1;min-width:120px;padding:0 12px}
}
