/* Explain: Layout utilities for airy one-page studio sections. - */
.section-pad {
    padding-top: clamp(6rem, 12vw, 10rem);
    padding-bottom: clamp(6rem, 12vw, 10rem);
}

.hero-split {
    background: var(--surface-color);
}

/* Remove colored orbs for an elegant minimalist look */
.orb {
    display: none;
}

.contact-section {
    background: var(--surface-color);
}