@media screen and (max-width: 899px) {
  .bc-home .bc-hero__copy h1 {
    font-size: clamp(4rem, 18vw, 7rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.045em !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 520px) {
  .bc-home .bc-hero__copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.5rem) !important;
    letter-spacing: -0.055em !important;
  }
}
