/* FY Bedding homepage hero typography: bold retail campaign reference. */
body.route-home .home-hero-banner__copy h1 {
  max-width: min(980px, 72vw);
  margin: 0;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(56px, 5.25vw, 86px);
  font-style: normal;
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.057em;
  text-shadow: 0 7px 28px rgba(0, 0, 0, .28);
  text-wrap: nowrap;
}

body.route-home .home-hero-banner__copy h1 > span,
body.route-home .home-hero-banner__copy h1 > em {
  display: block;
  white-space: nowrap;
}

body.route-home .home-hero-banner__copy h1 > em {
  margin-top: .28em;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: .47em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

@media (max-width: 1120px) {
  body.route-home .home-hero-banner__copy h1 {
    max-width: 64vw;
    font-size: clamp(48px, 5.7vw, 68px);
  }
}

@media (max-width: 900px) {
  body.route-home .home-hero-banner__copy h1 {
    max-width: 100%;
    font-size: clamp(48px, 8.1vw, 66px);
  }
}

@media (max-width: 680px) {
  body.route-home .home-hero-banner__copy h1 {
    font-size: clamp(32px, 8vw, 40px);
    line-height: .98;
    letter-spacing: -.052em;
  }

  body.route-home .home-hero-banner__copy h1 > em {
    margin-top: .34em;
    font-size: .58em;
    line-height: 1.18;
    letter-spacing: -.018em;
  }
}

@media (max-width: 390px) {
  body.route-home .home-hero-banner__copy h1 {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.route-home .home-hero-banner__copy h1 {
    text-rendering: optimizeLegibility;
  }
}
