/* 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:
        linear-gradient(115deg, rgba(250, 249, 246, 0.96) 0%, rgba(250, 249, 246, 0.85) 52%, rgba(88, 129, 87, 0.4) 100%),
        url('https://files.cdn-files-a.com/uploads/12293772/normal_gi-6a6d3636f0959.jpg?format=avif') center/cover;
}

.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);
}

.contact-section {
    background:
        linear-gradient(180deg, rgba(250, 249, 246, 0.85), rgba(241, 244, 235, 0.95)),
        url('https://files.cdn-files-a.com/uploads/12293772/normal_gi-6a6d3636f095f.jpg?format=avif') center/cover;
}
