body.theme-honglite{
  --brand:#b2172b;
  --brand-deep:#35191c;
  --accent:#d22c3f;
  --accent-2:#741621;
  --soft:#f7eeec;
}
body.theme-honglite .hero{
  background:
    linear-gradient(90deg,rgba(31,18,20,.98),rgba(62,23,28,.9) 52%,rgba(139,20,36,.34)),
    var(--hero-image) center/cover no-repeat;
}
body.theme-honglite .cta-band{
  background:
    linear-gradient(90deg,rgba(45,20,23,.97),rgba(91,18,28,.88)),
    var(--cta-image) center/cover no-repeat;
}
body.theme-honglite .kicker{color:#ffc8c8}
body.theme-honglite .kicker::before{background:#e74859}
body.theme-honglite .identity-panel{border-top:4px solid var(--brand)}
body.theme-honglite .photo-frame img{object-position:center}
body.theme-honglite .brand-side{overflow:hidden}
body.theme-honglite .gallery-card.contain img{background:#e9e7e3}
body.theme-honglite .application-gallery .gallery-card img{object-fit:cover}
body.theme-honglite .application-gallery .gallery-card.contain img{object-fit:contain}
body.theme-honglite .info-grid a{color:var(--brand);font-weight:900}
@media(max-width:760px){
  body.theme-honglite .hero h1{font-size:2.28rem}
}
