/* ========================================
   About Us — Page-Level Styles
   ======================================== */

body {
    overflow-x: hidden;
}

/* Section alternating rhythm — visual "wide vs narrow" feel.
   All sections now use the same light colour palette as index. */
.about-bg {
    background: var(--color-bg-light);
}

.journey-scroll-spacer {
    background: var(--color-bg-white);
}

.team-section {
    background: var(--color-bg-light);
}

.office-section {
    background: var(--color-bg-white);
}
