/* ============================================================
   KINETIC STUDIO — Partners Page Stylesheet
   Applies to: partners.html only
   ============================================================ */

/* Partners page uses snap scroll on <html> */
html {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.snap-section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
