/* Explain: Ochi Scent atmospheric spacing and orbs */
.section-pad {
    padding-top: clamp(4.5rem, 9vw, 8rem);
    padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.hero-stage {
    min-height: 100vh;
}

.orb {
    position: absolute;
    z-index: -1;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    filter: blur(100px);
    opacity: 0.35;
    pointer-events: none;
}

.orb-cyan {
    background: rgba(0, 212, 255, 0.4);
}

.orb-violet {
    background: rgba(123, 97, 255, 0.4);
}