/* Explain: Layout utilities for serene grave care service sections. - */
.section-pad {
    padding-top: clamp(3.5rem, 8vw, 5.5rem);
    padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

@media (min-width: 768px) {
    .section-pad {
        padding-top: clamp(5.5rem, 10vw, 9rem);
        padding-bottom: clamp(5.5rem, 10vw, 9rem);
    }
}

.hero-split {
    background:
        linear-gradient(115deg, rgba(248, 249, 250, 0.96) 0%, rgba(248, 249, 250, 0.85) 52%, rgba(44, 62, 80, 0.08) 100%);
}

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

.orb-primary {
    width: 24rem;
    height: 24rem;
    right: 8%;
    top: 10%;
    background: rgba(44, 62, 80, 0.08);
}

.orb-secondary {
    width: 18rem;
    height: 18rem;
    left: 4%;
    bottom: 10%;
    background: rgba(127, 140, 141, 0.1);
}

.contact-section {
    background:
        radial-gradient(circle at 8% 16%, rgba(127, 140, 141, 0.08), transparent 24rem),
        linear-gradient(180deg, var(--background-color), var(--surface-color));
}