:root{--motion-accent:#7e9fbe;--motion-ease:cubic-bezier(.22,1,.36,1)}
.site-scroll-progress{position:fixed;z-index:10000;top:0;right:0;left:0;height:2px;pointer-events:none;transform:scaleX(var(--motion-progress,0));transform-origin:0 50%;background:linear-gradient(90deg,#d8623f 0%,var(--motion-accent) 72%,#dce8f3 100%);box-shadow:0 0 14px rgba(126,159,190,.28);will-change:transform}
.motion-enhanced .site-nav,.motion-enhanced .gallery-nav{animation:motion-nav-in .72s var(--motion-ease) both}
.motion-enhanced .hero-copy>*{animation:motion-copy-in .82s var(--motion-ease) both}
.motion-enhanced .hero-copy>*:nth-child(2){animation-delay:.08s}.motion-enhanced .hero-copy>*:nth-child(3){animation-delay:.15s}.motion-enhanced .hero-copy>*:nth-child(4){animation-delay:.22s}
.motion-enhanced .case-hero-copy>*,.motion-enhanced .cgi-editorial-head>*{animation:motion-copy-in .78s var(--motion-ease) both}
.motion-enhanced .case-hero-copy>*:nth-child(2),.motion-enhanced .cgi-editorial-head>*:nth-child(2){animation-delay:.09s}.motion-enhanced .case-hero-copy>*:nth-child(3),.motion-enhanced .cgi-editorial-head>*:nth-child(3){animation-delay:.16s}
.motion-watch{transition:opacity .82s var(--motion-ease),transform .9s var(--motion-ease),filter .72s ease;transition-delay:var(--motion-delay,0ms)}
.motion-watch:not(.motion-inview){opacity:0!important;filter:blur(5px);transform:translate3d(0,26px,0)!important}
.motion-watch.motion-inview{opacity:1;filter:none;transform:none}
.motion-media{position:relative;isolation:isolate}
.motion-media::after{position:absolute;z-index:3;inset:0;pointer-events:none;background:linear-gradient(112deg,transparent 20%,rgba(255,255,255,.11) 47%,transparent 73%);content:"";opacity:0;transform:translate3d(-105%,0,0);transition:transform 1.05s var(--motion-ease),opacity .35s ease}
.motion-media:hover::after,.motion-media:focus-within::after{opacity:.42;transform:translate3d(105%,0,0)}
.motion-media img{transition:transform .9s var(--motion-ease),filter .55s ease}
.motion-media:hover img,.motion-media:focus-within img{filter:brightness(1.035);transform:scale(1.012)}
.motion-enhanced .site-nav.is-scrolled,.motion-enhanced .gallery-nav{box-shadow:0 12px 36px rgba(0,0,0,.13)}
@keyframes motion-nav-in{from{opacity:0;transform:translate3d(0,-18px,0)}to{opacity:1;transform:none}}
@keyframes motion-copy-in{from{opacity:0;filter:blur(7px);transform:translate3d(0,24px,0)}to{opacity:1;filter:none;transform:none}}
@media(max-width:767px){.motion-watch:not(.motion-inview){filter:none;transform:translate3d(0,18px,0)!important}.motion-media::after{display:none}}
@media(prefers-reduced-motion:reduce){.site-scroll-progress{display:none}.motion-enhanced .site-nav,.motion-enhanced .gallery-nav,.motion-enhanced .hero-copy>*,.motion-enhanced .case-hero-copy>*,.motion-enhanced .cgi-editorial-head>*{animation:none!important}.motion-watch,.motion-media img,.motion-media::after{transition:none!important}.motion-watch:not(.motion-inview){opacity:1!important;filter:none;transform:none!important}}
