/* Homepage imagery, scoped to avoid changes to booking dialogs. */
#main .home-hero.dmtcs-visual-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:40px;padding:48px 32px;background:linear-gradient(125deg,#f1f8f8,#fff);border-radius:0 0 28px 28px}
.dmtcs-hero-copy{min-width:0}
#main .dmtcs-visual-hero h1{font-size:clamp(28px,3.2vw,43px);line-height:1.65;letter-spacing:.025em}
#main .dmtcs-hero-photo{margin:0;min-width:0;align-self:center}
#main .dmtcs-hero-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:100px 12px 100px 12px}
#main .dmtcs-hero-photo figcaption,#main .dmtcs-treatment-photo figcaption{font-size:11px;line-height:1.6;color:#667b7c;font-weight:400;letter-spacing:0;text-align:right;margin-top:6px}
#main .dmtcs-treatment-photo{margin:0 0 22px}
#main .dmtcs-treatment-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:10px}
@media(max-width:700px){
#main .home-hero.dmtcs-visual-hero{display:flex;flex-direction:column;gap:22px;padding:22px 20px 32px;border-radius:0}
#main .dmtcs-hero-photo{order:-1;width:100%}
#main .dmtcs-hero-photo img{border-radius:48px 8px 48px 8px;max-height:260px;object-position:center 42%}
#main .dmtcs-visual-hero h1{font-size:28px;margin:16px 0;line-height:1.65}
#main .dmtcs-hero-copy .lead{font-size:15px}
#main .dmtcs-hero-copy .eyebrow{font-size:10px;letter-spacing:.12em}
}
