/* Semantic SEO headings while preserving the existing visual hero typography. */
.hero-copy .seo-heading{
  font-family:"Cormorant Garamond",serif;
  color:var(--amber);
  letter-spacing:.2em;
  text-transform:uppercase;
  font-size:.82rem;
  line-height:1.82;
  font-weight:400;
  margin:0;
}
.hero-copy .hero-display-title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(4rem,8.4vw,8.2rem);
  line-height:.84;
  font-weight:500;
  letter-spacing:.035em;
  margin:.18em 0 .25em;
}
.hero-copy .hero-display-title span{color:var(--gold)}
@media(max-width:900px){
  .hero-copy .hero-display-title{font-size:clamp(3.4rem,16vw,5.8rem);line-height:.9}
}
@media(max-width:560px){
  .hero-copy .seo-heading{font-size:.82rem;letter-spacing:.15em;line-height:1.76}
  .hero-copy .hero-display-title{font-size:clamp(2.85rem,16vw,4.65rem);letter-spacing:.02em}
}
