/* Long city names must wrap rather than disappear behind hero overflow. */
@media (min-width: 801px) {
  body.home .hero-title .line:first-child {
    display: block;
    white-space: normal;
    line-height: .96;
    overflow-wrap: normal;
  }
  body.home .hero-title .line:first-child > b {
    white-space: normal;
  }
  body.home .hero {
    min-height: max(100svh, 1050px);
  }
}
