/* Cluster RH — hero H1 em no máximo 4 linhas controladas */
body[data-cluster="rh"] #hero-title{
  max-width:none;
  font-size:clamp(40px,3.35vw,54px);
  line-height:1.06;
  letter-spacing:-.04em;
  color:#fff;
}
body[data-cluster="rh"] #hero-title .he-h1-line{
  display:block;
  white-space:nowrap;
  color:#fff;
}
body[data-cluster="rh"] #hero-rh .hero-copy > p{
  max-width:34rem;
  margin:0 0 .75rem;
}
body[data-cluster="rh"] #hero-rh .hero-copy > p:last-of-type{
  margin-bottom:1.1rem;
}

@media (max-width:1100px){
  body[data-cluster="rh"] #hero-title{
    font-size:clamp(36px,3.2vw,48px);
  }
}

@media (max-width:760px){
  body[data-cluster="rh"] #hero-title{
    max-width:18.5rem;
    font-size:clamp(32px,8.2vw,40px);
  }
  body[data-cluster="rh"] #hero-title .he-h1-line{
    white-space:normal;
  }
}
