/* Additional custom styles for Alejandra's Dominican Hair Salon */

/* Smooth scroll padding for fixed navbar */
section[id] {
    scroll-margin-top: 80px;
}

/* Selection color */
::selection {
    background-color: rgba(200, 162, 58, 0.3);
    color: #0A1628;
}

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

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    html {
        scroll-behavior: auto;
    }
    .reveal, .reveal-left, .reveal-right, .reveal-scale {
        opacity: 1;
        transform: none;
    }
}

/* Print styles */
@media print {
    .navbar, .mobile-menu, #backToTop, .animate-float {
        display: none !important;
    }
    body {
        color: #000;
        background: #fff;
    }
    .bg-navy-900, .bg-navy-800 {
        background: #0F2140 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .service-card {
        border-width: 2px;
    }
    .form-input {
        border-width: 2px;
    }
}

/* Touch device optimizations */
@media (hover: none) {
    .service-card:hover {
        transform: none;
        box-shadow: none;
    }
    .img-zoom:hover img {
        transform: none;
    }
}
