/* ============================================================
   KINETIC STUDIO — Services Page Stylesheet
   Applies to: services.html only
   ============================================================ */

/* Services page also uses snap scroll */
#snap-container {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    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;
    flex-direction: column;
    justify-content: center;
}
