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

.hero-split {
    background:
        linear-gradient(115deg, rgba(255, 253, 254, 0.35) 0%, rgba(217, 136, 161, 0.05) 100%);
}

.contact-section {
    background: linear-gradient(180deg, transparent, var(--surface-color));
}