/* nd-a11y — accessibility enhancements (site-scoped). Remove by deleting the injected block + these files. */
/* skip link — brand gold, dark text */
.ada11y-skip{position:fixed;left:-9999px;top:0;z-index:2147483647;background:#ffcc18;color:#111;padding:12px 18px;border-radius:0 0 10px 0;font:700 15px/1 -apple-system,"Segoe UI",Roboto,Arial,sans-serif;text-decoration:none;}
.ada11y-skip:focus{left:0;}
/* keyboard focus visibility (WCAG 2.4.7) */
a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #b8860b !important;outline-offset:2px !important;}

/* ---- accessibility widget: Nuage black & gold ---- */
/* launcher: gold pill, dark icon */
.a11yw-btn{background:#ffcc18 !important;color:#111 !important;}
.a11yw-btn svg{fill:#111 !important;}
/* option buttons: dark text in normal + selected states (over the site's global rules) */
.a11yw-tog,.a11yw-tog *{color:#1a1a1a !important;}
.a11yw-tog[aria-pressed="true"],.a11yw-tog[aria-checked="true"]{background:#ffcc18 !important;border-color:#ffcc18 !important;}
.a11yw-tog[aria-pressed="true"] *,.a11yw-tog[aria-checked="true"] *{color:#111 !important;}
/* HOVER = black background + yellow text */
.a11yw button:hover{background:#111 !important;border-color:#111 !important;}
.a11yw button:hover,.a11yw button:hover *{color:#ffcc18 !important;}
.a11yw-btn:hover{background:#111 !important;}
.a11yw-btn:hover svg{fill:#ffcc18 !important;}

/* ---- contrast fixes (WCAG 1.4.3) — brand gold text on white, adjustable ---- */
.text-warning,.why-tag,.stat-box h3,.story-content h2 span,.values-section h2 span,
[style*="color:#ffc72c"],[style*="color: #ffc72c"],
[style*="color:#ffde01"],[style*="color: #ffde01"],
[style*="color:#ffc107"],[style*="color: #ffc107"],
[style*="color:#d89f00"],[style*="color: #d89f00"]{color:#7a5900 !important;}
[style*="color:#7a7a7a"],[style*="color: #7a7a7a"],.elementor-element-e2a343d p{color:#666666 !important;}
.elementor-item-active{color:#1a1a1a !important;text-decoration:underline;text-decoration-color:#ffcc18;text-decoration-thickness:3px;text-underline-offset:5px;}
