/* RC106 — final homepage hero readability polish */
.scene-home .hero .hero-tagline{
  color:#090909 !important;
  font-weight:900 !important;
  text-shadow:0 1px 0 rgba(255,255,255,.55),0 0 16px rgba(240,200,74,.32) !important;
  background:rgba(240,200,74,.78);
  border:1px solid rgba(255,224,132,.9);
  border-radius:999px;
  padding:.52rem 1rem;
  letter-spacing:.26em;
  width:max-content;
  max-width:92vw;
  margin-left:auto;
  margin-right:auto;
}
.scene-home .hero .hero-sub{
  color:#e2b83f !important;
  font-weight:750 !important;
  text-shadow:0 2px 14px rgba(0,0,0,.95) !important;
  line-height:1.7;
}
.scene-home .hero .hero-logo{display:none !important;}
.scene-home .hero h1{margin-top:.9rem;}
@media(max-width:760px){
  .scene-home .hero .hero-tagline{
    letter-spacing:.12em;
    font-size:.62rem;
    line-height:1.45;
    padding:.48rem .72rem;
    text-align:center;
  }
  .scene-home .hero .hero-sub{font-size:.9rem;line-height:1.62;}
}

/* RC107 — restore the full branded-building composition after removing the large overlay logo. */
.scene-home .hero{
  min-height:100vh !important;
  justify-content:flex-end !important;
  padding-top:clamp(22rem,46vh,34rem) !important;
  padding-bottom:clamp(3rem,7vh,6rem) !important;
}
.scene-home .hero::before{
  background-position:center top !important;
}
.scene-home .hero h1{
  margin-top:.9rem;
}
@media(max-width:760px){
  .scene-home .hero{
    min-height:900px !important;
    justify-content:flex-end !important;
    padding-top:25rem !important;
    padding-bottom:3.25rem !important;
  }
  .scene-home .hero::before{
    background-position:48% top !important;
  }
}
