/* Post-release polish: keep the full theatrical home hero, but make interior pages reach useful content faster. */
.page-hero:not(.compact) {
  min-height: 470px;
  padding-top: 78px;
  padding-bottom: 76px;
}

/* The smart app route is useful on mobile; desktop users already have the website CTA. */
.mobile-app-route {
  display: none;
}

/* Home hero watermark: keep the Diablo Aquila mark atmospheric, but let it occupy the red-glow field as a deliberate background device. */
@media (min-width: 981px) {
  .hero-brand-mark {
    width: min(1420px, 90vw);
    height: min(1240px, 78vw);
    right: max(-250px, calc((100vw - var(--max))/2 - 250px));
    top: -130px;
    opacity: .13;
    filter: saturate(.62) brightness(.67);
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 980px) {
  .mobile-app-route {
    display: inline-flex;
  }

  .hero-brand-mark {
    width: 940px;
    height: 860px;
    right: -350px;
    top: -20px;
    opacity: .12;
  }
}

@media (max-width: 680px) {
  .page-hero:not(.compact) {
    min-height: 420px;
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .hero-brand-mark {
    width: 690px;
    height: 630px;
    right: -315px;
    top: 56px;
    opacity: .11;
  }
}
