/* LP hero image (replaces the removed lead form). Bigger + sharp corners (matches the
   dev service-hero photo treatment): wider right column, image fills the full hero
   height, no border-radius. The booking UI itself is the ServiceTitan modal (its own
   chrome), so no popup styles live here anymore. */
.lp-hero__inner{grid-template-columns:minmax(0,1fr) minmax(420px,560px);align-items:stretch;gap:48px}
.lp-hero__right{align-self:stretch}
.lp-hero__media{margin:0;border-radius:0;overflow:hidden;background:rgba(29,29,29,.06);height:100%;min-height:540px}
.lp-hero__media-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
@media (max-width:768px){
	.lp-hero__inner{grid-template-columns:minmax(0,1fr)}
	.lp-hero__media{height:auto;min-height:0;aspect-ratio:16 / 11;max-height:380px}
}
