/* Existing typography and layout stay intact; Smarti navy is the focus colour. */
body :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid #1d2a53 !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #fff;
}
.smarti-skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 999999;
    padding: 12px 18px; color: #fff; background: #1d2a53;
    transform: translateY(-200%);
}
.smarti-skip-link:focus { transform: none; color: #fff; }
@media (max-width: 767px) {
    .elementor-form input:not([type=checkbox]):not([type=hidden]),
    .elementor-form textarea, .woocommerce-checkout input.input-text,
    .woocommerce-checkout select, .woocommerce-checkout textarea {
        font-size: 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    .smarti-skip-link, .mobile-nav, .wd-close-side { transition: none !important; }
}

