/* V24 — keep Home hero content and CTA row aligned across every slide. */
.hero-copy .hero-slide-heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(54px,7vw,92px);
  line-height:.95;
  margin:12px 0 20px;
  color:#fff;
  font-weight:500;
}
@media (min-width:861px){
  .hero-copy > p{min-height:64px;}
}
@media (max-width:860px) and (min-width:621px){
  .hero-copy > p{min-height:64px;}
}
@media (max-width:620px){
  .hero-copy > p{min-height:0;}
}
