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

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

.orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

.orb-sage {
    width: 32rem;
    height: 32rem;
    right: 5%;
    top: 5%;
    background: var(--primary-color);
}

.orb-terracotta {
    width: 24rem;
    height: 24rem;
    left: -5%;
    bottom: -10%;
    background: var(--accent-color);
}

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