/* Accessibility: utilities, menu, and user-selected display modes. */
.mz-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

/* ---------- Menu ---------- */
.mz-a11y { position: fixed; inset-inline-start: 18px; bottom: 18px; z-index: 70; font-family: var(--wp--preset--font-family--body, Heebo, Arial, sans-serif); font-size: 16px; }
.mz-a11y__trigger { width: 54px; height: 54px; border-radius: 50%; border: 2px solid #fff; background: #0b4f9c; color: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: 0 12px 28px -10px rgba(11, 79, 156, 0.7); transition: transform 0.15s; }
.mz-a11y__trigger:hover { transform: scale(1.06); background: #083f7e; }
.mz-a11y__trigger:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.mz-a11y__panel { position: absolute; inset-inline-start: 0; bottom: 66px; width: min(340px, calc(100vw - 36px)); box-sizing: border-box; max-height: min(calc(100vh - 100px), 640px); max-height: min(calc(100dvh - 100px), 640px); overflow-y: auto; overscroll-behavior: contain; background: #fff; color: #14181d; border: 1px solid #cfd5dd; border-radius: 18px; box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.45); padding: 1rem 1rem 0.9rem; }
.mz-a11y__panel[hidden] { display: none; }
.mz-a11y__head { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.7rem; }
.mz-a11y__head h2 { margin: 0; font-size: 1.15rem; font-weight: 800; color: #0b2e55; }
.mz-a11y__close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #cfd5dd; background: #fff; color: #14181d; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.mz-a11y__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem; }
.mz-a11y__item { margin: 0; }
.mz-a11y__item--stepper { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; padding: 0.55rem 0.7rem; border: 1px solid #e3e7ec; border-radius: 12px; font-weight: 600; font-size: 0.95rem; }
.mz-a11y__stepper { display: inline-flex; align-items: center; gap: 0.4rem; }
.mz-a11y__stepper button { min-width: 44px; height: 38px; border-radius: 10px; border: 1px solid #cfd5dd; background: #f5f6f8; color: #14181d; font-weight: 800; font-size: 1rem; cursor: pointer; }
.mz-a11y__stepper output { min-width: 3.2em; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.mz-a11y__toggle { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.6rem; border-radius: 12px; border: 1px solid #e3e7ec; background: #fff; color: #14181d; font: inherit; font-size: 0.88rem; font-weight: 600; text-align: start; cursor: pointer; line-height: 1.25; }
.mz-a11y__toggle:hover { border-color: #0b4f9c; }
.mz-a11y__toggle[aria-pressed="true"] { background: #e8f0fb; border-color: #0b4f9c; color: #0b2e55; }
.mz-a11y__switch { flex: none; width: 30px; height: 18px; border-radius: 999px; background: #b8c0ca; position: relative; transition: background 0.15s; }
.mz-a11y__switch::after { content: ''; position: absolute; top: 2px; inset-inline-start: 2px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: inset-inline-start 0.15s; }
.mz-a11y__toggle[aria-pressed="true"] .mz-a11y__switch { background: #0b4f9c; }
.mz-a11y__toggle[aria-pressed="true"] .mz-a11y__switch::after { inset-inline-start: 14px; }
.mz-a11y__foot { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid #e3e7ec; }
.mz-a11y__reset { border: 1px solid #cfd5dd; background: #fff; color: #14181d; border-radius: 999px; padding: 0.5rem 1rem; font: inherit; font-weight: 700; font-size: 0.9rem; cursor: pointer; }
.mz-a11y__foot a { color: #0b4f9c; font-weight: 700; font-size: 0.92rem; }
.mz-a11y__note { margin: 0.6rem 0 0; font-size: 0.8rem; color: #4a525e; }
.mz-a11y__panel button:focus-visible, .mz-a11y__panel a:focus-visible { outline: 3px solid #0b4f9c; outline-offset: 2px; }
.mz-has-designer .mz-a11y { bottom: 96px; }
@media (max-width: 781px) { .mz-a11y { inset-inline-start: 12px; bottom: 12px; } .mz-a11y__trigger { width: 48px; height: 48px; } }

/* ---------- Statement contact list ---------- */
.mz-a11y-contact { list-style: none; padding: 1rem 1.2rem !important; border: 1px solid var(--mz-line, #e3e7ec); border-radius: 14px; background: #fff; display: grid; gap: 0.4rem; }
.mz-a11y-contact li { margin: 0 !important; }

/* ---------- Display modes ---------- */
html.mz-a11y-font-1 { font-size: 115% !important; }
html.mz-a11y-font-2 { font-size: 130% !important; }
html.mz-a11y-font-3 { font-size: 145% !important; }
html.mz-a11y-font-4 { font-size: 160% !important; }

html.mz-a11y-grayscale .wp-site-blocks, html.mz-a11y-grayscale .mz-dock, html.mz-a11y-grayscale .mz-quote { filter: grayscale(1); }

html.mz-a11y-contrast body, html.mz-a11y-contrast .wp-site-blocks { background: #fff !important; }
html.mz-a11y-contrast .wp-site-blocks *:not(svg):not(path):not(circle):not(img) { color: #000 !important; background-color: #fff !important; background-image: none !important; border-color: #000 !important; text-shadow: none !important; box-shadow: none !important; }
html.mz-a11y-contrast .wp-site-blocks a, html.mz-a11y-contrast .wp-site-blocks a * { color: #0000d6 !important; text-decoration: underline !important; }
html.mz-a11y-contrast .wp-site-blocks .mz-btn, html.mz-a11y-contrast .wp-site-blocks .wp-block-button__link { background-color: #000 !important; color: #fff !important; border: 2px solid #000 !important; text-decoration: none !important; }
html.mz-a11y-contrast .wp-site-blocks .mz-btn *, html.mz-a11y-contrast .wp-site-blocks .wp-block-button__link * { color: #fff !important; background-color: transparent !important; }

html.mz-a11y-invert body, html.mz-a11y-invert .wp-site-blocks { background: #000 !important; }
html.mz-a11y-invert .wp-site-blocks *:not(svg):not(path):not(circle):not(img) { color: #fff !important; background-color: #000 !important; background-image: none !important; border-color: #fff !important; text-shadow: none !important; box-shadow: none !important; }
html.mz-a11y-invert .wp-site-blocks a, html.mz-a11y-invert .wp-site-blocks a * { color: #ffe44d !important; text-decoration: underline !important; }
html.mz-a11y-invert .wp-site-blocks .mz-btn, html.mz-a11y-invert .wp-site-blocks .wp-block-button__link { background-color: #ffe44d !important; color: #000 !important; border: 2px solid #ffe44d !important; text-decoration: none !important; }
html.mz-a11y-invert .wp-site-blocks .mz-btn *, html.mz-a11y-invert .wp-site-blocks .wp-block-button__link * { color: #000 !important; background-color: transparent !important; }
html.mz-a11y-invert .mz-header::before { background: #000 !important; }

html.mz-a11y-links a { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 3px !important; outline: 2px dashed currentColor; outline-offset: 2px; }
html.mz-a11y-links .mz-a11y a { outline: none; }

html.mz-a11y-headings h1, html.mz-a11y-headings h2, html.mz-a11y-headings h3, html.mz-a11y-headings h4 { outline: 3px solid #0b4f9c !important; outline-offset: 4px; border-radius: 4px; }
html.mz-a11y-headings .mz-a11y h2 { outline: none !important; }

html.mz-a11y-readable body, html.mz-a11y-readable body *:not(svg):not(path) { font-family: Arial, "Segoe UI", Tahoma, sans-serif !important; font-weight: 400; letter-spacing: 0 !important; }
html.mz-a11y-readable h1, html.mz-a11y-readable h2, html.mz-a11y-readable h3, html.mz-a11y-readable strong, html.mz-a11y-readable b { font-weight: 700 !important; }

html.mz-a11y-spacing .wp-site-blocks p, html.mz-a11y-spacing .wp-site-blocks li, html.mz-a11y-spacing .wp-site-blocks a, html.mz-a11y-spacing .wp-site-blocks span, html.mz-a11y-spacing .wp-site-blocks td { line-height: 2 !important; letter-spacing: 0.12em !important; word-spacing: 0.16em !important; }
html.mz-a11y-spacing .wp-site-blocks p { margin-bottom: 2em !important; }

html.mz-a11y-cursor, html.mz-a11y-cursor * { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath d='M4 2l16 10.5-7 1.2 4.2 7.8-3 1.5-4.1-7.9L4 20z' fill='%23000' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E") 4 2, auto !important; }

html.mz-a11y-motion *, html.mz-a11y-motion *::before, html.mz-a11y-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }

html.mz-a11y-focus *:focus, html.mz-a11y-focus *:focus-visible { outline: 4px solid #ffbf47 !important; outline-offset: 3px !important; box-shadow: 0 0 0 7px #0b0c0c !important; }

html.mz-a11y-images .wp-site-blocks img, html.mz-a11y-images .wp-site-blocks figure, html.mz-a11y-images .mz-page-head, html.mz-a11y-images .mz-material__swatch { background-image: none !important; }
html.mz-a11y-images .wp-site-blocks img { visibility: hidden !important; }
