/* Preserve property-photo detail while keeping hero copy readable. */
.property-hero .property-overlay{
  background:linear-gradient(90deg,rgba(3,10,20,.76) 0%,rgba(3,10,20,.56) 24%,rgba(3,10,20,.18) 48%,rgba(3,10,20,.06) 72%,rgba(3,10,20,.03) 100%)!important;
}
.property-hero .property-overlay .container{position:relative;z-index:1}
.property-hero h1,.property-hero p,.property-hero strong,.property-hero .property-kicker{text-shadow:0 2px 12px rgba(0,0,0,.48)}
@media(max-width:700px){
  .property-hero .property-overlay{background:linear-gradient(90deg,rgba(3,10,20,.72) 0%,rgba(3,10,20,.48) 55%,rgba(3,10,20,.12) 100%)!important}
}
