/* ===== Mobile hero fold fix (appended) ===== */
@media (max-width: 749px) {
  .banner {
    min-height: calc(100svh - 14rem) !important;
  }
}
