/* Products delivery pass: keep comparison evidence available as soon as it enters view. */

@media (min-width: 769px) {
    html:not(.page-home) body.page-products .platform-principles {
        padding-top: clamp(104px, 8vw, 120px);
        padding-bottom: clamp(104px, 8vw, 120px);
    }

    html:not(.page-home) body.page-products #gallery {
        padding-top: clamp(104px, 8vw, 120px);
        scroll-margin-top: 72px;
    }
}

/* Gallery and evidence cards must not wait on a viewport observer before they can be reviewed. */
body.page-products .fade-up,
body.page-products .fade-up:not(.visible) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}
