/* Production overrides: keep the original rich UI while improving first-screen impact. */
.bluebird-hero {
  min-height: 100svh !important;
  min-height: 100dvh !important;
  padding-top: clamp(6rem, 10vh, 8rem) !important;
  padding-bottom: clamp(4rem, 8vh, 6rem) !important;
}

.bluebird-hero-content {
  width: 100%;
  max-width: 88rem !important;
}

.bluebird-hero-title {
  max-width: 76rem !important;
  font-size: clamp(3.25rem, 6.6vw, 8rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
  filter: drop-shadow(0 14px 38px rgba(0, 0, 0, 0.48));
}

@media (max-width: 640px) {
  .bluebird-hero {
    min-height: 100svh !important;
    padding-top: 6.5rem !important;
    padding-bottom: 5rem !important;
  }

  .bluebird-hero-title {
    font-size: clamp(2.75rem, 13vw, 4.25rem) !important;
    line-height: 1 !important;
  }
}
