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

/* Ensure the top header doesn't cover content on the first section of any page */
main#top > section:first-child {
    padding-top: clamp(12rem, 18vw, 16rem) !important;
}

.hero-split {
    background:
        linear-gradient(115deg, rgba(250, 249, 246, 0.96) 0%, rgba(250, 249, 246, 0.78) 52%, rgba(88, 129, 87, 0.12) 100%);
}

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

.orb-sage {
    width: 24rem;
    height: 24rem;
    right: 8%;
    top: 10%;
    background: rgba(88, 129, 87, 0.2);
}

.orb-terracotta {
    width: 18rem;
    height: 18rem;
    left: 4%;
    bottom: 10%;
    background: rgba(163, 177, 138, 0.25);
}

#about {
    background:
        radial-gradient(circle at 12% 20%, rgba(214, 151, 71, 0.12), transparent 22rem),
        var(--section-about-bg);
}

#classes {
    background:
        radial-gradient(circle at 86% 14%, rgba(214, 151, 71, 0.22), transparent 24rem),
        var(--section-plays-bg);
}

#gallery {
    background:
        radial-gradient(circle at 18% 18%, rgba(43, 75, 69, 0.14), transparent 24rem),
        var(--section-gallery-bg);
}

#testimonials {
    background:
        radial-gradient(circle at 82% 12%, rgba(43, 75, 69, 0.16), transparent 22rem),
        var(--section-testimonials-bg);
}

#clients {
    background:
        radial-gradient(circle at 50% 0%, rgba(214, 151, 71, 0.2), transparent 26rem),
        var(--section-clients-bg);
}

.contact-section {
    background:
        radial-gradient(circle at 8% 16%, rgba(163, 177, 138, 0.22), transparent 24rem),
        linear-gradient(180deg, var(--section-contact-bg), var(--surface-color));
}
