/* Explain: Layout utilities for section padding and background effects. */
.section-pad {
    padding-top: clamp(7rem, 12vw, 11rem);
    padding-bottom: clamp(7rem, 12vw, 11rem);
}

.hero-split, .contact-section {
    background: var(--background-color);
}

.orb {
    display: none;
}