/* Additional custom styles for Linden Nails */

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

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #faf0f4;
}
::-webkit-scrollbar-thumb {
    background: #db97b8;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b04d7b;
}

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

/* Print styles */
@media print {
    nav, .reveal, #contact-form { display: none; }
    body { color: #000; background: #fff; }
}
