/* Explain: Layout utilities for the alternative event sections. */
.section-pad {
    padding-top: clamp(5.5rem, 10vw, 9rem);
    padding-bottom: clamp(5.5rem, 10vw, 9rem);
}

.hero-split {
    background:
        linear-gradient(115deg, rgba(11, 11, 16, 0.98) 0%, rgba(21, 21, 28, 0.88) 48%, rgba(199, 255, 46, 0.1) 100%),
        radial-gradient(circle at 78% 18%, rgba(240, 63, 255, 0.16), transparent 24rem);
}

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

.orb-sage {
    width: 24rem;
    height: 24rem;
    right: 8%;
    top: 10%;
    background: rgba(199, 255, 46, 0.16);
}

.orb-terracotta {
    width: 18rem;
    height: 18rem;
    left: 4%;
    bottom: 10%;
    background: rgba(255, 77, 0, 0.18);
}

.contact-section {
    background:
        radial-gradient(circle at 8% 16%, rgba(199, 255, 46, 0.1), transparent 24rem),
        radial-gradient(circle at 88% 70%, rgba(240, 63, 255, 0.1), transparent 22rem),
        linear-gradient(180deg, var(--background-color), var(--surface-color));
}