/* Cache-safe final fit pass for the cinematic hero system. */

.qcdw-contact-form .qcdw-hp {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.qe-cinema-hero--process .qe-page-hero__copy h1 {
  font-size: clamp(58px, 5.2vw, 76px);
}

.qe-cinema-hero--contact .qe-page-hero__copy h1 {
  font-size: clamp(56px, 4.5vw, 68px);
}

@media (max-width: 540px) {
  .qe-cinema-home .qe-home-hero h1 {
    font-size: clamp(36px, 10.2vw, 40px);
  }

  .qe-cinema-hero--contact .qe-page-hero__copy h1 {
    font-size: 40px;
  }
}

