/* Custom styles for C and C Nails */

/* Smooth scroll offset for fixed nav */
html {
    scroll-padding-top: 80px;
}

/* Selection color */
::selection {
    background: rgba(232, 116, 91, 0.3);
    color: #f5f0eb;
}

/* Focus styles */
*:focus-visible {
    outline: 2px solid #E8C98A;
    outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}

/* Print styles */
@media print {
    .nav-glass, .mobile-menu { display: none; }
    body { background: white; color: black; }
}
