/* Navigation V1 — Full-width gradient section with intro + 2-col scrollable child-page list */

.nav.v1 {

    .nav-v1-list {
        columns: 2;
        column-gap: 2.5rem;
    }

    .nav-v1-list li {
        break-inside: avoid;
    }

    @media screen and (max-width: 699px) {
        .nav-v1-list {
            columns: 1;
        }
    }
}
