/* Hero: show full background image (no crop) */
.hero{
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  min-height: 85vh;
}