/* NS Partners — Lighthouse SEO / accessibility / performance refinements */

/* Hidden interactive regions must not remain focusable. */
[inert] {
    pointer-events: none !important;
}

/* Strong, consistent keyboard focus without changing normal presentation. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #1f638e !important;
    outline-offset: 3px !important;
}

/* Contrast corrections for small text on dark sections. */
.ns-home-v3 .q-role,
.ns-home-v3 .hero-stats .stat-lbl,
.ns-home-v3 .hero-service-label {
    color: rgba(255,255,255,.88) !important;
}

/* Keep small blue labels above WCAG AA contrast on white. */
.ch-title,
.ns-home-v3 .ns-exec-card-role,
.ns-language-switcher a,
.site-header .nav-icon-link {
    color: #28688f;
}

/* WCAG target-size safeguard on touch layouts. */
@media (max-width: 900px) {
    .ns-language-switcher a,
    .site-header .nav-icon-link,
    .nav-toggle,
    .ns-exec-arrow,
    .ns-exec-dot {
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-nav a {
        min-height: 44px;
    }
}

/* Honour reduced-motion preferences for accessibility and less main-thread work. */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Keep controls visible and operable in forced-colours mode. */
@media (forced-colors: active) {
    a, button, input, select, textarea {
        forced-color-adjust: auto;
    }
}

/* Accessible brand-blue text on white backgrounds (AA for small labels). */
.ch-title,
.btn-white,
.arrow-link,
.card-title,
.ns-home-v3 .ns-exec-eyebrow,
.ns-home-v3 .ns-exec-card-role,
.ns-home-v3 .ns-exec-bio-toggle,
.ns-home-v3 .ns-exec-modal-role,
.ns-home-v3 .ns-exec-modal-close,
.ns-home-v3 .ns-exec-arrow,
.ns-home-v3 .ns-exec-cta,
.site-header #ns-primary-menu > .current-menu-item > a,
.site-header #ns-primary-menu > .current-page-ancestor > a {
    color: #28688f !important;
}

.ns-home-v3 .ns-exec-modal-footer {
    color: #536477 !important;
}
