html.lenis,html.lenis body{height:auto}
html.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}
.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}
.lenis.lenis-smooth iframe{pointer-events:none}
.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}

/* Cut expensive paints while Lenis is interpolating scroll. */
html.lenis-scrolling .site-header{
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    background:rgba(16,18,20,.96);
}
html.lenis-scrolling .workflow-card--holo::before,
html.lenis-scrolling .workflow-card--holo::after,
html.lenis-scrolling .workflow-card-holo,
html.lenis-scrolling .workflow-card-border{
    transition:none!important;
    animation:none!important;
}
