/* Velvet Cinema — responsive headline refinements after full visual review. */
.hero-content h1 {
  max-width: 900px;
  font-size: clamp(3rem, 4.65vw, 5.1rem);
  line-height: 1.14;
}

.hero-content h1 > span {
  display: block;
}

.hero-content h1 i {
  color: var(--champagne);
  font-style: normal;
  font-weight: 600;
}

.source-main .article-hero h1 {
  text-wrap: balance;
}

@media (min-width: 861px) and (max-width: 1100px) {
  .source-main .article-hero {
    grid-template-columns: 1fr 1fr;
  }

  .source-main .article-hero-copy {
    padding: 2.5rem;
  }

  .source-main .article-hero h1 {
    font-size: clamp(2.1rem, 3.4vw, 2.8rem);
  }
}

@media (max-width: 860px) {
  .hero-content h1 {
    font-size: clamp(2.8rem, 8vw, 4.2rem);
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: clamp(2.15rem, 10.4vw, 2.8rem);
    line-height: 1.18;
  }

  .hero-content h1 i {
    display: none;
  }
}
