/* Keep header logo readable */
img.logo, .site-logo img, header .logo img, .navbar-brand img, img[alt*="logo" i], img[src*="logo" i] {
  max-height: 96px !important;
  height: auto !important;
  width: auto !important;
}

/* Desktop: center hero text vertically against the photo */
@media (min-width: 901px) {
  .hero { align-items: center !important; }
}