/* Industries page delivery pass: make program selection immediate and keep
   explanatory content available without waiting for scroll observers. */

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

    body.page-industries :is(#medical, #automotive, #industrial, #energy, #more-industries) {
        scroll-margin-top: 64px;
    }

    html:not(.page-home) body.page-industries :is(#medical, #automotive, #industrial, #energy, #more-industries).section {
        padding-top: 88px;
    }
}

body.page-industries .fade-up,
body.page-industries .fade-up:not(.visible) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}
