.clients-section{padding:clamp(65px,9vw,125px) 0;background:#eae8e2;overflow:hidden}.clients-heading{padding:0 var(--pad);margin-bottom:45px}.client-rows{display:grid;gap:18px}.client-lane{overflow:hidden;direction:ltr;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.client-track{display:flex;width:max-content;direction:ltr;will-change:transform}.client-group{display:flex;gap:18px;padding-right:18px;flex:none}.client-cell{width:220px;height:150px;display:grid;place-items:center;padding:23px;background:#fff;border:1px solid #dcdad4;border-radius:4px}.client-cell img{width:100%;height:100%;max-height:104px;object-fit:contain}.client-track.running{animation:clientLoop var(--client-duration,70s) linear infinite}.client-track.reverse{animation-direction:reverse}@keyframes clientLoop{to{transform:translate3d(var(--client-distance),0,0)}}.motion-enabled .motion-word{display:inline-block;opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease),transform .75s var(--ease);transition-delay:var(--word-delay);vertical-align:baseline}.motion-enabled .motion-visible .motion-word{opacity:1;transform:none}.motion-enabled .work-photo img,.motion-enabled .fire-picture img,.motion-enabled .comparison-pair img,.motion-enabled .projects .work-grid img{transition:transform 1s var(--ease),opacity .8s var(--ease)}.motion-enabled .work-photo:not(.motion-visible) img,.motion-enabled .fire-picture:not(.motion-visible) img,.motion-enabled .comparison-pair:not(.motion-visible) img{transform:scale(1.025);opacity:.6}.hero-reveal{animation-duration:1.1s}.work-service,.work-category{border-bottom:2px solid transparent;transition:background .3s,border-color .3s}.work-service:hover,.work-category:hover{border-bottom-color:var(--red)}@media(max-width:640px){.client-cell{width:160px;height:116px;padding:17px}.client-group{gap:12px;padding-right:12px}.client-rows{gap:12px}.client-cell img{max-height:80px}.clients-heading{margin-bottom:32px}.motion-enabled .motion-word{transform:translateY(14px)}}@media(prefers-reduced-motion:reduce){.motion-enabled .motion-word{opacity:1;transform:none;transition:none}.client-track.running{animation:none}.motion-enabled .work-photo img,.motion-enabled .fire-picture img,.motion-enabled .comparison-pair img{opacity:1!important;transform:none!important}}