/* Preserve photo proportions independently of their source dimensions. */
.hero h1 .name-country{display:inline-block;font:500 16px/1.5 var(--sans);letter-spacing:.02em;color:var(--muted);vertical-align:baseline;margin-left:8px}
.family-phone{display:block;width:fit-content;max-width:100%;min-height:44px;padding:8px 0;font-size:14px;line-height:1.8;color:var(--olive);text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.family-phone:hover{text-decoration-thickness:2px}
.family-intro img,.gallery-item img{height:auto}
.gallery-item,.family-intro,.family-details,.about-content{min-width:0}
@media(max-width:650px){
 .hero h1{font-size:clamp(60px,17vw,82px)}
 .hero h1 br{display:block}
 .hero h1 em{margin-left:0}
 .family-intro img{height:360px}
}
