/* Preserve the complete photograph; frames follow each source's proportions. */
.service-page--shadow .service-gallery .photo-marquee{--record-height:clamp(380px,33vw,520px)}
.service-page--shadow .service-gallery .photo-marquee-set{height:var(--record-height)}
.service-page--shadow .service-gallery .marquee-tile{flex:0 0 auto;width:calc(var(--record-height) * var(--photo-ratio));height:100%}
.service-page--shadow .service-gallery .marquee-column{width:calc((var(--record-height) - var(--marquee-gap)) * var(--stack-ratio));grid-template-rows:var(--stack-rows)}
.service-page--shadow .service-gallery .marquee-column .marquee-tile{width:100%;height:100%}
.service-page--shadow .service-gallery .marquee-tile img{object-fit:contain;transform:none}
@media(max-width:767px){.service-page--shadow .service-gallery .photo-marquee{--record-height:360px}}
