/* ===========================================
    BEFORE/AFTER - VERSION 1 - SLIDER SIMPLE
    =========================================== */
.ba-section-1 {
    padding: 100px 5%;
    background: var(--white);
}
.ba-section-1 .header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.ba-section-1 .eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
}
.ba-section-1 h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--black);
}