/* TURE Collection 6.9.12 — Home opening payoff parity with the approved preview. */
.bt-page #home-opening .hero-cover-content {
  position: relative;
}

.bt-page #home-opening .hero-opening-copy-v686 {
  position: absolute;
  top: clamp(108px,13vh,154px);
  left: clamp(24px,5vw,76px);
  max-width: min(780px,calc(100% - 48px));
  display: grid;
  gap: clamp(18px,2.4vw,28px);
  color: #fff;
  z-index: 2;
}

.bt-page #home-opening .hero-opening-copy-v686 > span {
  display: block;
  font-family: var(--bt-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bt-page #home-opening .hero-opening-copy-v686 h1 {
  margin: 0;
  color: #fff;
  font-family: var(--bt-serif);
  font-size: clamp(3.8rem,7.4vw,8.8rem);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.035em !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.28);
}

.bt-page #home-opening .hero-opening-copy-v686 h1 a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 620px) {
  .bt-page #home-opening .hero-opening-copy-v686 {
    top: 92px;
    left: 20px;
    max-width: calc(100% - 40px);
    gap: 14px;
  }

  .bt-page #home-opening .hero-opening-copy-v686 h1 {
    font-size: clamp(2.9rem,13vw,4.2rem);
    line-height: .86;
  }
}
