/* Homepage cinematic statement. Kept separate from the generated redesign bundle. */
#page-home .rd-hero-banner__inner {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
  padding-inline: clamp(0.75rem, 3vw, 3.5rem) !important;
}

#page-home .rd-hero-banner__bg {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 62%,
    rgba(0, 0, 0, 0.92) 72%,
    rgba(0, 0, 0, 0.55) 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 62%,
    rgba(0, 0, 0, 0.92) 72%,
    rgba(0, 0, 0, 0.55) 86%,
    transparent 100%
  );
}

#page-home .rd-hero-banner__text--cinematic {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-block: clamp(0.9rem, 2vw, 1.75rem);
  text-align: center;
  isolation: isolate;
}

#page-home .rd-hero-banner__text--cinematic .rd-hero-banner__title {
  margin: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.3rem, 4.5vw, 4.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-wrap: nowrap;
  text-transform: none;
  text-shadow: 0 10px 28px rgba(7, 18, 37, 0.38);
}

@media (max-width: 374px) {
  #page-home .rd-hero-banner__text--cinematic .rd-hero-banner__title {
    font-size: clamp(1.2rem, 6vw, 1.4rem);
  }
}
