/* Photo plates: a scroll-linked parallax zoom you can barely see.
   The image enters enlarged and a little low, settles as the plate rises,
   and lands on its exact original crop by the time it leaves the viewport.
   Geometry layers over the plate never move; only the photograph drifts. */
@media screen and (min-width:1100px) and (prefers-reduced-motion:no-preference){
  .group-parallax-active .wealth__plate img,.group-parallax-active .wealth__plate:hover img,
  .group-parallax-active .people__img img,.group-parallax-active .people__img:hover img,
  .group-parallax-active .split-soft__plate img,.group-parallax-active .split-soft__plate:hover img,
  .group-parallax-active .stack__plate img,.group-parallax-active .stack__plate:hover img,
  .group-parallax-active .bio__plate img,.group-parallax-active .bio__plate:hover img,
  .group-parallax-active .open__plate img,.group-parallax-active .open__plate:hover img,
  .group-parallax-active .plate > img,.group-parallax-active .plate:hover > img{
    transition:none;transform-origin:50% 50%;
    transform:translate3d(var(--px-x,0px),var(--px-y,0px),0) scale(var(--px-s,1));
  }
}
