/* One photo reveal geometry for the homepage Stories and Services: right-to-left diagonal wipe. */
.arts-stories.is-motion [data-reveal="photo"],
[data-arts-photo].arts-photo-motion{clip-path:polygon(calc((1 - var(--arts-progress,1))*100%) 0,100% 0,100% 100%,calc((1 - var(--arts-progress,1))*125%) 100%)}
.arts-stories.is-motion [data-reveal="photo"] .arts-story__reveal-image,
[data-arts-photo].arts-photo-motion img{transform:translateX(calc((1 - var(--arts-progress,1))*18%)) scale(calc(1 + (1 - var(--arts-progress,1))*.35));transform-origin:center}
[data-arts-photo].arts-photo-motion.is-photo-active{will-change:clip-path}
[data-arts-photo].arts-photo-motion.is-photo-active img{will-change:transform}
[data-arts-photo].arts-photo-motion img{animation:none;transition:none}
[data-arts-photo]:focus-within{clip-path:none!important}
[data-arts-photo]:focus-within img{transform:none!important}
@media(prefers-reduced-motion:reduce){[data-arts-photo]{clip-path:none!important}[data-arts-photo] img{transform:none!important;animation:none!important;transition:none!important}}
