/* Custom styles for Hudson's Tractor Service */

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

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Reduce motion preference */
@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; }
}

/* Print styles */
@media print {
    #preloader, .mobile-menu, #menuOverlay { display: none !important; }
    body { background: white; color: black; }
    .grain::after { display: none; }
}
