/* The falcon's outstretched wing frames the opening headline. */
#app #view-home .hero-v5 .hero-falcon-art {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: min(100%, 1600px);
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, .32));
}
#app #view-home .hero-inner {
  min-height: 610px!important;
  grid-template-columns: 1fr!important;
  align-items: end!important;
}
#app #view-home .hero-copy {
  max-width: 690px!important;
  padding: 198px 0 65px!important;
}
#app #view-home .hero-copy h1 {
  max-width: 680px!important;
  font-size: clamp(4rem, 6.2vw, 6.45rem)!important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .9), 0 18px 42px rgba(0, 0, 0, .65)!important;
}
#app #view-home .hero-side { display: none!important; }

@media (max-width: 1100px) {
  #app #view-home .hero-inner { min-height: 550px!important; }
  #app #view-home .hero-copy { max-width: 630px!important; padding: 165px 0 54px!important; }
  #app #view-home .hero-copy h1 { font-size: clamp(3.6rem, 6.9vw, 5.25rem)!important; }
}
@media (max-width: 820px) {
  #app #view-home .hero-inner { min-height: 545px!important; }
  #app #view-home .hero-v5 .hero-falcon-art {
    width: 140%;
    right: -36%;
    opacity: .67;
  }
  #app #view-home .hero-copy { max-width: 100%!important; padding: 185px 0 50px!important; }
  #app #view-home .hero-copy h1 { max-width: 680px!important; font-size: clamp(3.4rem, 8vw, 5rem)!important; }
}
@media (max-width: 560px) {
  #app #view-home .hero-inner { min-height: 525px!important; }
  #app #view-home .hero-v5 .hero-falcon-art {
    width: 175%;
    right: -73%;
    opacity: .58;
  }
  #app #view-home .hero-copy { padding: 175px 0 48px!important; }
  #app #view-home .hero-copy h1 {
    max-width: 100%!important;
    font-size: clamp(3rem, 13vw, 4.2rem)!important;
  }
}
