/* Keep the homepage hero horizontal while the compact single-row navigation is in use. */
@media (min-width: 761px) and (max-width: 1180px) {
  html body .home-hero {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: clamp(520px, 52vw, 600px) !important;
    min-height: 520px !important;
    max-height: 600px !important;
    overflow: hidden !important;
    background: #f8fbfe !important;
  }

  html body .home-hero .hero-image {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    order: initial !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    object-fit: cover !important;
    object-position: 68% center !important;
  }

  html body .home-hero .hero-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(90deg, rgba(250,253,255,.99) 0%, rgba(250,253,255,.96) 39%, rgba(250,253,255,.53) 57%, rgba(250,253,255,0) 77%) !important;
  }

  html body .home-hero .hero-inner {
    display: flex !important;
    flex-direction: row !important;
    position: relative !important;
    z-index: 2 !important;
    align-items: center !important;
    width: min(1220px, 90vw) !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html body .home-hero .hero-copy {
    display: block !important;
    order: initial !important;
    box-sizing: border-box !important;
    width: 49% !important;
    max-width: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }

  html body .home-hero .hero-copy > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  html body .home-hero h1 {
    width: auto !important;
    max-width: none !important;
    font-size: clamp(40px, 5.7vw, 52px) !important;
    line-height: 1.12 !important;
  }

  html body .home-hero .hero-lead {
    width: auto !important;
    max-width: 410px !important;
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  html body .home-hero .hero-actions,
  html body .home-hero .hero-tags {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
  }
}
