/* Progressive motion polish. Content remains visible until GSAP initialises. */
.motion-enabled [data-motion-media],
.motion-enabled .content-band__media,
.motion-enabled .solution-rows__gallery,
.motion-enabled .project-feature figure,
.motion-enabled .project-record,
.motion-enabled .product-cards article,
.motion-enabled .featured-projects article,
.motion-enabled .knowledge-cards article,
.motion-enabled .evidence-grid a,
.motion-enabled .patent-strip a,
.motion-enabled .patent-record a{overflow:hidden}

.motion-enabled [data-motion-media] img,
.motion-enabled .content-band__media img,
.motion-enabled .solution-rows__gallery img,
.motion-enabled .strength-collage img{will-change:transform}

.motion-enabled .home-process,
.motion-enabled .work-path{--motion-progress:0}

.motion-enabled .home-process::after{position:absolute;top:20px;right:7%;left:7%;z-index:0;height:1px;background:var(--home-accent);content:"";transform:scaleX(var(--motion-progress));transform-origin:left center;will-change:transform}

.motion-enabled .work-path{position:relative}
.motion-enabled .work-path::after{position:absolute;top:-1px;right:0;left:0;height:2px;background:var(--page-accent);content:"";transform:scaleX(var(--motion-progress));transform-origin:left center;will-change:transform}

.motion-enabled .topic-nav a,
.motion-enabled .legal-nav a{position:relative;transition:color .25s var(--ease),background-color .25s var(--ease)}

.motion-enabled .topic-nav a::after,
.motion-enabled .legal-nav a::after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--page-accent);content:"";transform:scaleX(0);transform-origin:right center;transition:transform .35s var(--ease)}

.motion-enabled .topic-nav a.is-current{background:color-mix(in srgb,var(--page-accent) 7%,transparent);color:var(--page-accent)}
.motion-enabled .topic-nav a.is-current::after,
.motion-enabled .legal-nav a.is-current::after{transform:scaleX(1);transform-origin:left center}
.motion-enabled .legal-nav a.is-current{color:var(--page-accent)}

.motion-enabled [data-form-status]{min-height:1.7em;margin:0;color:var(--page-muted);font-size:12px}
.motion-enabled [data-form-status][data-status="error"]{color:#9c3422}
.motion-enabled [data-form-status][data-status="success"]{color:#39704d}

.motion-enabled .button span{display:inline-block;transition:transform .3s var(--ease)}
.motion-enabled .button:hover span,
.motion-enabled .button:focus-visible span{transform:translateX(4px)}

.motion-enabled .product-cards a,
.motion-enabled .solution-rows a,
.motion-enabled .featured-projects a,
.motion-enabled .knowledge-cards a,
.motion-enabled .content-band__links a,
.motion-enabled .related-paths a{display:inline-flex;transition:color .25s var(--ease),transform .3s var(--ease)}

.motion-enabled .product-cards a:hover,
.motion-enabled .product-cards a:focus-visible,
.motion-enabled .solution-rows a:hover,
.motion-enabled .solution-rows a:focus-visible,
.motion-enabled .featured-projects a:hover,
.motion-enabled .featured-projects a:focus-visible,
.motion-enabled .knowledge-cards a:hover,
.motion-enabled .knowledge-cards a:focus-visible,
.motion-enabled .content-band__links a:hover,
.motion-enabled .content-band__links a:focus-visible,
.motion-enabled .related-paths a:hover,
.motion-enabled .related-paths a:focus-visible{transform:translateX(4px)}

@media(max-width:720px){.motion-enabled .work-path::after{right:auto;bottom:0;width:2px;height:auto;transform:scaleY(var(--motion-progress));transform-origin:center top}}

@media(prefers-reduced-motion:reduce){.motion-enabled .home-process,.motion-enabled .work-path{--motion-progress:1}.motion-enabled [data-motion-media] img,.motion-enabled .content-band__media img,.motion-enabled .solution-rows__gallery img,.motion-enabled .strength-collage img{will-change:auto}.motion-enabled .topic-nav a::after,.motion-enabled .legal-nav a::after{transition:none}}
