/**
 * NOUR ALYOUSUFYA Makeup Services — Luxury Theme
 * Soft palette: blush pink, nude, beige, soft gold. Pure white background.
 */

/* ---------- Base ---------- */
html {
    scroll-behavior: smooth;
}

/* Navbar when scrolled: subtle shadow and border for depth */
nav.nav-scrolled {
    border-bottom-color: rgba(201, 169, 98, 0.15) !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}

/* ---------- Buttons (optional overrides) ---------- */
.btn-primary:focus,
.btn-secondary:focus {
    outline: 2px solid rgba(201, 169, 98, 0.4);
    outline-offset: 2px;
}

/* ---------- Service & contact cards: smooth hover ---------- */
.service-card,
.contact-card {
    will-change: transform;
}

/* ---------- Responsive typography ---------- */
@media (max-width: 640px) {
    .font-serif.text-7xl {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}
