/* Kentland Orthodontic — Custom Styles */

/* Smooth focus outlines */
*:focus-visible {
    outline: 2px solid #c73030;
    outline-offset: 2px;
}

/* Selection color */
::selection {
    background: #fce7e7;
    color: #751d1d;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
    .reveal.hidden-reveal { opacity: 1 !important; transform: none !important; }
    .accent-line { width: 80px !important; }
}

/* Print styles */
@media print {
    nav, .mobile-menu, #contactForm, button { display: none !important; }
    body { color: #000 !important; background: #fff !important; }
    .hero-asymmetric { min-height: auto !important; }
}
