/*
 * Variation Color Modes — observatorio-cero-theme
 * Per-variation Light, Dark, and High-Contrast palettes.
 * Selector: html.oc-var-{slug}, html.oc-var-{slug}[data-theme]
 * Overrides unscoped color-modes.css via higher specificity.
 * Symmetrically calibrated for 100% WCAG 2.1 AA (Light/Dark) & AAA (High-Contrast).
 */

/* ── institutional — Light Mode ── */
html.oc-var-institutional,
html.oc-var-institutional body,
html.oc-var-institutional[data-theme="light"],
html.oc-var-institutional[data-theme="light"] body {
	--wp--preset--color--primary: #003366;
	--wp--preset--color--on-primary: #ffffff;
	--wp--preset--color--primary-container: #004585;
	--wp--preset--color--on-primary-container: #b0d0f5;
	--wp--preset--color--inverse-primary: #8ebdf0;
	--wp--preset--color--primary-fixed: #cce0f8;
	--wp--preset--color--primary-fixed-dim: #8ebdf0;
	--wp--preset--color--on-primary-fixed: #001a38;
	--wp--preset--color--on-primary-fixed-variant: #003d73;
	--wp--preset--color--secondary: #974812;
	--wp--preset--color--on-secondary: #ffffff;
	--wp--preset--color--secondary-container: #ffdbca;
	--wp--preset--color--on-secondary-container: #331200;
	--wp--preset--color--secondary-fixed: #ffdbca;
	--wp--preset--color--secondary-fixed-dim: #ffb68e;
	--wp--preset--color--on-secondary-fixed: #331200;
	--wp--preset--color--on-secondary-fixed-variant: #773300;
	--wp--preset--color--tertiary: #243342;
	--wp--preset--color--on-tertiary: #ffffff;
	--wp--preset--color--tertiary-container: #d1e1f0;
	--wp--preset--color--on-tertiary-container: #0d1c2a;
	--wp--preset--color--tertiary-fixed: #d1e1f0;
	--wp--preset--color--tertiary-fixed-dim: #a8c4de;
	--wp--preset--color--on-tertiary-fixed: #0d1c2a;
	--wp--preset--color--on-tertiary-fixed-variant: #1f3e5c;
	--wp--preset--color--error: #ba1a1a;
	--wp--preset--color--on-error: #ffffff;
	--wp--preset--color--error-container: #ffdad6;
	--wp--preset--color--on-error-container: #93000a;
	--wp--preset--color--background: #f4f7fa;
	--wp--preset--color--on-background: #101c28;
	--wp--preset--color--surface: #f4f7fa;
	--wp--preset--color--surface-dim: #d4dfea;
	--wp--preset--color--surface-bright: #f4f7fa;
	--wp--preset--color--surface-variant: #cad8e5;
	--wp--preset--color--surface-container-lowest: #ffffff;
	--wp--preset--color--surface-container-low: #e9eff5;
	--wp--preset--color--surface-container: #dfe7ef;
	--wp--preset--color--surface-container-high: #d4dfea;
	--wp--preset--color--surface-container-highest: #cad8e5;
	--wp--preset--color--on-surface: #101c28;
	--wp--preset--color--on-surface-variant: #3c4a5a;
	--wp--preset--color--inverse-surface: #24303d;
	--wp--preset--color--inverse-on-surface: #e9eff5;
	--wp--preset--color--outline: #6e7d8f;
	--wp--preset--color--outline-variant: #bcc8d6;
	--wp--preset--color--surface-tint: #004585;
}

/* ── institutional — Dark Mode ── */
html.oc-var-institutional[data-theme="dark"],
html.oc-var-institutional[data-theme="dark"] body {
	--wp--preset--color--surface: #0e141b;
	--wp--preset--color--surface-dim: #0e141b;
	--wp--preset--color--surface-bright: #333f4d;
	--wp--preset--color--surface-container-lowest: #090d12;
	--wp--preset--color--surface-container-low: #141c24;
	--wp--preset--color--surface-container: #19232d;
	--wp--preset--color--surface-container-high: #212d3a;
	--wp--preset--color--surface-container-highest: #2b3948;
	--wp--preset--color--on-surface: #e0e8f0;
	--wp--preset--color--on-surface-variant: #bac7d5;
	--wp--preset--color--inverse-surface: #e0e8f0;
	--wp--preset--color--inverse-on-surface: #24303d;
	--wp--preset--color--outline: #8594a5;
	--wp--preset--color--outline-variant: #3c4a5a;
	--wp--preset--color--surface-tint: #9cc2ee;
	--wp--preset--color--primary: #9cc2ee;
	--wp--preset--color--on-primary: #00274d;
	--wp--preset--color--primary-container: #003d73;
	--wp--preset--color--on-primary-container: #cce0f8;
	--wp--preset--color--inverse-primary: #003366;
	--wp--preset--color--secondary: #ffb68e;
	--wp--preset--color--on-secondary: #502400;
	--wp--preset--color--secondary-container: #773300;
	--wp--preset--color--on-secondary-container: #ffdbca;
	--wp--preset--color--tertiary: #a8c4de;
	--wp--preset--color--on-tertiary: #0f263b;
	--wp--preset--color--tertiary-container: #1f3e5c;
	--wp--preset--color--on-tertiary-container: #cce0f8;
	--wp--preset--color--error: #ffb4ab;
	--wp--preset--color--on-error: #690005;
	--wp--preset--color--error-container: #93000a;
	--wp--preset--color--on-error-container: #ffdad6;
	--wp--preset--color--primary-fixed: #cce0f8;
	--wp--preset--color--primary-fixed-dim: #9cc2ee;
	--wp--preset--color--on-primary-fixed: #001a38;
	--wp--preset--color--on-primary-fixed-variant: #003d73;
	--wp--preset--color--secondary-fixed: #ffdbca;
	--wp--preset--color--secondary-fixed-dim: #ffb68e;
	--wp--preset--color--on-secondary-fixed: #331200;
	--wp--preset--color--on-secondary-fixed-variant: #773300;
	--wp--preset--color--tertiary-fixed: #d1e1f0;
	--wp--preset--color--tertiary-fixed-dim: #a8c4de;
	--wp--preset--color--on-tertiary-fixed: #0d1c2a;
	--wp--preset--color--on-tertiary-fixed-variant: #1f3e5c;
	--wp--preset--color--background: #0e141b;
	--wp--preset--color--on-background: #e0e8f0;
	--wp--preset--color--surface-variant: #2b3948;
}

/* ── institutional — High Contrast Mode ── */
html.oc-var-institutional[data-theme="high-contrast"],
html.oc-var-institutional[data-theme="high-contrast"] body {
	--wp--preset--color--background: #000000;
	--wp--preset--color--on-background: #ffffff;
	--wp--preset--color--surface: #000000;
	--wp--preset--color--surface-dim: #000000;
	--wp--preset--color--surface-bright: #121212;
	--wp--preset--color--surface-variant: #000000;
	--wp--preset--color--surface-container-lowest: #000000;
	--wp--preset--color--surface-container-low: #000000;
	--wp--preset--color--surface-container: #000000;
	--wp--preset--color--surface-container-high: #000000;
	--wp--preset--color--surface-container-highest: #1a1a1a;
	--wp--preset--color--on-surface: #ffffff;
	--wp--preset--color--on-surface-variant: #ffffff;
	--wp--preset--color--inverse-surface: #ffffff;
	--wp--preset--color--inverse-on-surface: #000000;
	--wp--preset--color--outline: #ffffff;
	--wp--preset--color--outline-variant: #ffffff;
	--wp--preset--color--surface-tint: #ffff00;
	--wp--preset--color--primary: #ffff00;
	--wp--preset--color--on-primary: #000000;
	--wp--preset--color--primary-container: #ffff00;
	--wp--preset--color--on-primary-container: #000000;
	--wp--preset--color--inverse-primary: #000000;
	--wp--preset--color--primary-fixed: #ffff00;
	--wp--preset--color--primary-fixed-dim: #ffff00;
	--wp--preset--color--on-primary-fixed: #000000;
	--wp--preset--color--on-primary-fixed-variant: #000000;
	--wp--preset--color--secondary: #00ffff;
	--wp--preset--color--on-secondary: #000000;
	--wp--preset--color--secondary-container: #00ffff;
	--wp--preset--color--on-secondary-container: #000000;
	--wp--preset--color--secondary-fixed: #00ffff;
	--wp--preset--color--secondary-fixed-dim: #00ffff;
	--wp--preset--color--on-secondary-fixed: #000000;
	--wp--preset--color--on-secondary-fixed-variant: #000000;
	--wp--preset--color--tertiary: #00ff00;
	--wp--preset--color--on-tertiary: #000000;
	--wp--preset--color--tertiary-container: #00ff00;
	--wp--preset--color--on-tertiary-container: #000000;
	--wp--preset--color--tertiary-fixed: #00ff00;
	--wp--preset--color--tertiary-fixed-dim: #00ff00;
	--wp--preset--color--on-tertiary-fixed: #000000;
	--wp--preset--color--on-tertiary-fixed-variant: #000000;
	--wp--preset--color--error: #ff8080;
	--wp--preset--color--on-error: #000000;
	--wp--preset--color--error-container: #ff8080;
	--wp--preset--color--on-error-container: #000000;
	--wp--preset--color--success: #00ff00;
	--wp--preset--color--on-success: #000000;
	--wp--preset--color--success-container: #00ff00;
	--wp--preset--color--on-success-container: #000000;
}

/* ── earth-foundation — Light Mode ── */
html.oc-var-earth-foundation,
html.oc-var-earth-foundation body,
html.oc-var-earth-foundation[data-theme="light"],
html.oc-var-earth-foundation[data-theme="light"] body {
	--wp--preset--color--primary: #5c3418;
	--wp--preset--color--on-primary: #ffffff;
	--wp--preset--color--primary-container: #7a4520;
	--wp--preset--color--on-primary-container: #f5be94;
	--wp--preset--color--inverse-primary: #eaa878;
	--wp--preset--color--primary-fixed: #ffdbc9;
	--wp--preset--color--primary-fixed-dim: #eaa878;
	--wp--preset--color--on-primary-fixed: #321200;
	--wp--preset--color--on-primary-fixed-variant: #653613;
	--wp--preset--color--secondary: #904d06;
	--wp--preset--color--on-secondary: #ffffff;
	--wp--preset--color--secondary-container: #ffdcc3;
	--wp--preset--color--on-secondary-container: #2f1500;
	--wp--preset--color--secondary-fixed: #ffdcc3;
	--wp--preset--color--secondary-fixed-dim: #ffb77e;
	--wp--preset--color--on-secondary-fixed: #2f1500;
	--wp--preset--color--on-secondary-fixed-variant: #6b3700;
	--wp--preset--color--tertiary: #3d382b;
	--wp--preset--color--on-tertiary: #ffffff;
	--wp--preset--color--tertiary-container: #eadfcb;
	--wp--preset--color--on-tertiary-container: #1e1a10;
	--wp--preset--color--tertiary-fixed: #eadfcb;
	--wp--preset--color--tertiary-fixed-dim: #d4c4a9;
	--wp--preset--color--on-tertiary-fixed: #1e1a10;
	--wp--preset--color--on-tertiary-fixed-variant: #423927;
	--wp--preset--color--error: #ba1a1a;
	--wp--preset--color--on-error: #ffffff;
	--wp--preset--color--error-container: #ffdad6;
	--wp--preset--color--on-error-container: #93000a;
	--wp--preset--color--background: #faf8f5;
	--wp--preset--color--on-background: #241810;
	--wp--preset--color--surface: #faf8f5;
	--wp--preset--color--surface-dim: #e2dad1;
	--wp--preset--color--surface-bright: #faf8f5;
	--wp--preset--color--surface-variant: #dacfc4;
	--wp--preset--color--surface-container-lowest: #ffffff;
	--wp--preset--color--surface-container-low: #f3efea;
	--wp--preset--color--surface-container: #ebe5de;
	--wp--preset--color--surface-container-high: #e2dad1;
	--wp--preset--color--surface-container-highest: #dacfc4;
	--wp--preset--color--on-surface: #241810;
	--wp--preset--color--on-surface-variant: #504136;
	--wp--preset--color--inverse-surface: #382c22;
	--wp--preset--color--inverse-on-surface: #f3efea;
	--wp--preset--color--outline: #827164;
	--wp--preset--color--outline-variant: #cebfb2;
	--wp--preset--color--surface-tint: #7a4520;
}

/* ── earth-foundation — Dark Mode ── */
html.oc-var-earth-foundation[data-theme="dark"],
html.oc-var-earth-foundation[data-theme="dark"] body {
	--wp--preset--color--surface: #16120e;
	--wp--preset--color--surface-dim: #16120e;
	--wp--preset--color--surface-bright: #423830;
	--wp--preset--color--surface-container-lowest: #0f0c09;
	--wp--preset--color--surface-container-low: #1e1914;
	--wp--preset--color--surface-container: #241e19;
	--wp--preset--color--surface-container-high: #2f2720;
	--wp--preset--color--surface-container-highest: #3a3129;
	--wp--preset--color--on-surface: #e8dfd7;
	--wp--preset--color--on-surface-variant: #cdbeb2;
	--wp--preset--color--inverse-surface: #e8dfd7;
	--wp--preset--color--inverse-on-surface: #382c22;
	--wp--preset--color--outline: #978678;
	--wp--preset--color--outline-variant: #4e4035;
	--wp--preset--color--surface-tint: #eaa878;
	--wp--preset--color--primary: #eaa878;
	--wp--preset--color--on-primary: #3e1c00;
	--wp--preset--color--primary-container: #653613;
	--wp--preset--color--on-primary-container: #ffdbc9;
	--wp--preset--color--inverse-primary: #5c3418;
	--wp--preset--color--secondary: #ffb77e;
	--wp--preset--color--on-secondary: #422000;
	--wp--preset--color--secondary-container: #6b3700;
	--wp--preset--color--on-secondary-container: #ffdcc3;
	--wp--preset--color--tertiary: #d4c4a9;
	--wp--preset--color--on-tertiary: #262114;
	--wp--preset--color--tertiary-container: #423927;
	--wp--preset--color--on-tertiary-container: #eadfcb;
	--wp--preset--color--error: #ffb4ab;
	--wp--preset--color--on-error: #690005;
	--wp--preset--color--error-container: #93000a;
	--wp--preset--color--on-error-container: #ffdad6;
	--wp--preset--color--primary-fixed: #ffdbc9;
	--wp--preset--color--primary-fixed-dim: #eaa878;
	--wp--preset--color--on-primary-fixed: #321200;
	--wp--preset--color--on-primary-fixed-variant: #653613;
	--wp--preset--color--secondary-fixed: #ffdcc3;
	--wp--preset--color--secondary-fixed-dim: #ffb77e;
	--wp--preset--color--on-secondary-fixed: #2f1500;
	--wp--preset--color--on-secondary-fixed-variant: #6b3700;
	--wp--preset--color--tertiary-fixed: #eadfcb;
	--wp--preset--color--tertiary-fixed-dim: #d4c4a9;
	--wp--preset--color--on-tertiary-fixed: #1e1a10;
	--wp--preset--color--on-tertiary-fixed-variant: #423927;
	--wp--preset--color--background: #16120e;
	--wp--preset--color--on-background: #e8dfd7;
	--wp--preset--color--surface-variant: #3a3129;
}

/* ── earth-foundation — High Contrast Mode ── */
html.oc-var-earth-foundation[data-theme="high-contrast"],
html.oc-var-earth-foundation[data-theme="high-contrast"] body {
	--wp--preset--color--background: #000000;
	--wp--preset--color--on-background: #ffffff;
	--wp--preset--color--surface: #000000;
	--wp--preset--color--surface-dim: #000000;
	--wp--preset--color--surface-bright: #121212;
	--wp--preset--color--surface-variant: #000000;
	--wp--preset--color--surface-container-lowest: #000000;
	--wp--preset--color--surface-container-low: #000000;
	--wp--preset--color--surface-container: #000000;
	--wp--preset--color--surface-container-high: #000000;
	--wp--preset--color--surface-container-highest: #1a1a1a;
	--wp--preset--color--on-surface: #ffffff;
	--wp--preset--color--on-surface-variant: #ffffff;
	--wp--preset--color--inverse-surface: #ffffff;
	--wp--preset--color--inverse-on-surface: #000000;
	--wp--preset--color--outline: #ffffff;
	--wp--preset--color--outline-variant: #ffffff;
	--wp--preset--color--surface-tint: #ffff00;
	--wp--preset--color--primary: #ffff00;
	--wp--preset--color--on-primary: #000000;
	--wp--preset--color--primary-container: #ffff00;
	--wp--preset--color--on-primary-container: #000000;
	--wp--preset--color--inverse-primary: #000000;
	--wp--preset--color--primary-fixed: #ffff00;
	--wp--preset--color--primary-fixed-dim: #ffff00;
	--wp--preset--color--on-primary-fixed: #000000;
	--wp--preset--color--on-primary-fixed-variant: #000000;
	--wp--preset--color--secondary: #00ffff;
	--wp--preset--color--on-secondary: #000000;
	--wp--preset--color--secondary-container: #00ffff;
	--wp--preset--color--on-secondary-container: #000000;
	--wp--preset--color--secondary-fixed: #00ffff;
	--wp--preset--color--secondary-fixed-dim: #00ffff;
	--wp--preset--color--on-secondary-fixed: #000000;
	--wp--preset--color--on-secondary-fixed-variant: #000000;
	--wp--preset--color--tertiary: #00ff00;
	--wp--preset--color--on-tertiary: #000000;
	--wp--preset--color--tertiary-container: #00ff00;
	--wp--preset--color--on-tertiary-container: #000000;
	--wp--preset--color--tertiary-fixed: #00ff00;
	--wp--preset--color--tertiary-fixed-dim: #00ff00;
	--wp--preset--color--on-tertiary-fixed: #000000;
	--wp--preset--color--on-tertiary-fixed-variant: #000000;
	--wp--preset--color--error: #ff8080;
	--wp--preset--color--on-error: #000000;
	--wp--preset--color--error-container: #ff8080;
	--wp--preset--color--on-error-container: #000000;
	--wp--preset--color--success: #00ff00;
	--wp--preset--color--on-success: #000000;
	--wp--preset--color--success-container: #00ff00;
	--wp--preset--color--on-success-container: #000000;
}

/* ── forest — Light Mode ── */
html.oc-var-forest,
html.oc-var-forest body,
html.oc-var-forest[data-theme="light"],
html.oc-var-forest[data-theme="light"] body {
	--wp--preset--color--primary: #1e4a05;
	--wp--preset--color--on-primary: #ffffff;
	--wp--preset--color--primary-container: #2d5e12;
	--wp--preset--color--on-primary-container: #bde5a0;
	--wp--preset--color--inverse-primary: #9cd27e;
	--wp--preset--color--primary-fixed: #c2efa0;
	--wp--preset--color--primary-fixed-dim: #9cd27e;
	--wp--preset--color--on-primary-fixed: #0a2100;
	--wp--preset--color--on-primary-fixed-variant: #234e0c;
	--wp--preset--color--secondary: #8a5200;
	--wp--preset--color--on-secondary: #ffffff;
	--wp--preset--color--secondary-container: #ffdcbc;
	--wp--preset--color--on-secondary-container: #2c1700;
	--wp--preset--color--secondary-fixed: #ffdcbc;
	--wp--preset--color--secondary-fixed-dim: #ffb86b;
	--wp--preset--color--on-secondary-fixed: #2c1700;
	--wp--preset--color--on-secondary-fixed-variant: #683d00;
	--wp--preset--color--tertiary: #243a2c;
	--wp--preset--color--on-tertiary: #ffffff;
	--wp--preset--color--tertiary-container: #d3ebd9;
	--wp--preset--color--on-tertiary-container: #0d2015;
	--wp--preset--color--tertiary-fixed: #d3ebd9;
	--wp--preset--color--tertiary-fixed-dim: #a5d4b2;
	--wp--preset--color--on-tertiary-fixed: #0d2015;
	--wp--preset--color--on-tertiary-fixed-variant: #244f31;
	--wp--preset--color--error: #ba1a1a;
	--wp--preset--color--on-error: #ffffff;
	--wp--preset--color--error-container: #ffdad6;
	--wp--preset--color--on-error-container: #93000a;
	--wp--preset--color--background: #fafcf7;
	--wp--preset--color--on-background: #1b2a16;
	--wp--preset--color--surface: #fafcf7;
	--wp--preset--color--surface-dim: #d8e0d2;
	--wp--preset--color--surface-bright: #fafcf7;
	--wp--preset--color--surface-variant: #dbe5d2;
	--wp--preset--color--surface-container-lowest: #ffffff;
	--wp--preset--color--surface-container-low: #f2f6ed;
	--wp--preset--color--surface-container: #ebf1e5;
	--wp--preset--color--surface-container-high: #e3ebdb;
	--wp--preset--color--surface-container-highest: #dbe5d2;
	--wp--preset--color--on-surface: #1b2a16;
	--wp--preset--color--on-surface-variant: #3e4d38;
	--wp--preset--color--inverse-surface: #2c3628;
	--wp--preset--color--inverse-on-surface: #f2f6ed;
	--wp--preset--color--outline: #6e7e67;
	--wp--preset--color--outline-variant: #c1cdba;
	--wp--preset--color--surface-tint: #2d5e12;
}

/* ── forest — Dark Mode ── */
html.oc-var-forest[data-theme="dark"],
html.oc-var-forest[data-theme="dark"] body {
	--wp--preset--color--surface: #11160f;
	--wp--preset--color--surface-dim: #11160f;
	--wp--preset--color--surface-bright: #374033;
	--wp--preset--color--surface-container-lowest: #0c100a;
	--wp--preset--color--surface-container-low: #171e14;
	--wp--preset--color--surface-container: #1b2318;
	--wp--preset--color--surface-container-high: #252e21;
	--wp--preset--color--surface-container-highest: #2f3a2b;
	--wp--preset--color--on-surface: #e1e8dc;
	--wp--preset--color--on-surface-variant: #c1cdba;
	--wp--preset--color--inverse-surface: #e1e8dc;
	--wp--preset--color--inverse-on-surface: #2c3628;
	--wp--preset--color--outline: #8b9b84;
	--wp--preset--color--outline-variant: #414d3c;
	--wp--preset--color--surface-tint: #9cd27e;
	--wp--preset--color--primary: #9cd27e;
	--wp--preset--color--on-primary: #123800;
	--wp--preset--color--primary-container: #234e0c;
	--wp--preset--color--on-primary-container: #bde5a0;
	--wp--preset--color--inverse-primary: #1e4a05;
	--wp--preset--color--secondary: #ffb86b;
	--wp--preset--color--on-secondary: #4a2800;
	--wp--preset--color--secondary-container: #6b3d00;
	--wp--preset--color--on-secondary-container: #ffdcbc;
	--wp--preset--color--tertiary: #a5d4b2;
	--wp--preset--color--on-tertiary: #0e381c;
	--wp--preset--color--tertiary-container: #244f31;
	--wp--preset--color--on-tertiary-container: #c1eccf;
	--wp--preset--color--error: #ffb4ab;
	--wp--preset--color--on-error: #690005;
	--wp--preset--color--error-container: #93000a;
	--wp--preset--color--on-error-container: #ffdad6;
	--wp--preset--color--primary-fixed: #c2efa0;
	--wp--preset--color--primary-fixed-dim: #9cd27e;
	--wp--preset--color--on-primary-fixed: #0a2100;
	--wp--preset--color--on-primary-fixed-variant: #234e0c;
	--wp--preset--color--secondary-fixed: #ffdcbc;
	--wp--preset--color--secondary-fixed-dim: #ffb86b;
	--wp--preset--color--on-secondary-fixed: #2c1700;
	--wp--preset--color--on-secondary-fixed-variant: #683d00;
	--wp--preset--color--tertiary-fixed: #d3ebd9;
	--wp--preset--color--tertiary-fixed-dim: #a5d4b2;
	--wp--preset--color--on-tertiary-fixed: #0d2015;
	--wp--preset--color--on-tertiary-fixed-variant: #244f31;
	--wp--preset--color--background: #11160f;
	--wp--preset--color--on-background: #e1e8dc;
	--wp--preset--color--surface-variant: #2f3a2b;
}

/* ── forest — High Contrast Mode ── */
html.oc-var-forest[data-theme="high-contrast"],
html.oc-var-forest[data-theme="high-contrast"] body {
	--wp--preset--color--background: #000000;
	--wp--preset--color--on-background: #ffffff;
	--wp--preset--color--surface: #000000;
	--wp--preset--color--surface-dim: #000000;
	--wp--preset--color--surface-bright: #121212;
	--wp--preset--color--surface-variant: #000000;
	--wp--preset--color--surface-container-lowest: #000000;
	--wp--preset--color--surface-container-low: #000000;
	--wp--preset--color--surface-container: #000000;
	--wp--preset--color--surface-container-high: #000000;
	--wp--preset--color--surface-container-highest: #1a1a1a;
	--wp--preset--color--on-surface: #ffffff;
	--wp--preset--color--on-surface-variant: #ffffff;
	--wp--preset--color--inverse-surface: #ffffff;
	--wp--preset--color--inverse-on-surface: #000000;
	--wp--preset--color--outline: #ffffff;
	--wp--preset--color--outline-variant: #ffffff;
	--wp--preset--color--surface-tint: #ffff00;
	--wp--preset--color--primary: #ffff00;
	--wp--preset--color--on-primary: #000000;
	--wp--preset--color--primary-container: #ffff00;
	--wp--preset--color--on-primary-container: #000000;
	--wp--preset--color--inverse-primary: #000000;
	--wp--preset--color--primary-fixed: #ffff00;
	--wp--preset--color--primary-fixed-dim: #ffff00;
	--wp--preset--color--on-primary-fixed: #000000;
	--wp--preset--color--on-primary-fixed-variant: #000000;
	--wp--preset--color--secondary: #00ffff;
	--wp--preset--color--on-secondary: #000000;
	--wp--preset--color--secondary-container: #00ffff;
	--wp--preset--color--on-secondary-container: #000000;
	--wp--preset--color--secondary-fixed: #00ffff;
	--wp--preset--color--secondary-fixed-dim: #00ffff;
	--wp--preset--color--on-secondary-fixed: #000000;
	--wp--preset--color--on-secondary-fixed-variant: #000000;
	--wp--preset--color--tertiary: #00ff00;
	--wp--preset--color--on-tertiary: #000000;
	--wp--preset--color--tertiary-container: #00ff00;
	--wp--preset--color--on-tertiary-container: #000000;
	--wp--preset--color--tertiary-fixed: #00ff00;
	--wp--preset--color--tertiary-fixed-dim: #00ff00;
	--wp--preset--color--on-tertiary-fixed: #000000;
	--wp--preset--color--on-tertiary-fixed-variant: #000000;
	--wp--preset--color--error: #ff8080;
	--wp--preset--color--on-error: #000000;
	--wp--preset--color--error-container: #ff8080;
	--wp--preset--color--on-error-container: #000000;
	--wp--preset--color--success: #00ff00;
	--wp--preset--color--on-success: #000000;
	--wp--preset--color--success-container: #00ff00;
	--wp--preset--color--on-success-container: #000000;
}

/* ── slate-serif — Light Mode ── */
html.oc-var-slate-serif,
html.oc-var-slate-serif body,
html.oc-var-slate-serif[data-theme="light"],
html.oc-var-slate-serif[data-theme="light"] body {
	--wp--preset--color--primary: #254164;
	--wp--preset--color--on-primary: #ffffff;
	--wp--preset--color--primary-container: #375680;
	--wp--preset--color--on-primary-container: #bcd2ee;
	--wp--preset--color--inverse-primary: #9cc2ee;
	--wp--preset--color--primary-fixed: #d0e2f8;
	--wp--preset--color--primary-fixed-dim: #9cc2ee;
	--wp--preset--color--on-primary-fixed: #071b33;
	--wp--preset--color--on-primary-fixed-variant: #23456d;
	--wp--preset--color--secondary: #4d5c70;
	--wp--preset--color--on-secondary: #ffffff;
	--wp--preset--color--secondary-container: #d7e3f4;
	--wp--preset--color--on-secondary-container: #121c28;
	--wp--preset--color--secondary-fixed: #d7e3f4;
	--wp--preset--color--secondary-fixed-dim: #b2c2d8;
	--wp--preset--color--on-secondary-fixed: #121c28;
	--wp--preset--color--on-secondary-fixed-variant: #334152;
	--wp--preset--color--tertiary: #4a3f64;
	--wp--preset--color--on-tertiary: #ffffff;
	--wp--preset--color--tertiary-container: #e2dbf2;
	--wp--preset--color--on-tertiary-container: #1b132c;
	--wp--preset--color--tertiary-fixed: #e2dbf2;
	--wp--preset--color--tertiary-fixed-dim: #c4b7e0;
	--wp--preset--color--on-tertiary-fixed: #1b132c;
	--wp--preset--color--on-tertiary-fixed-variant: #3d3356;
	--wp--preset--color--error: #ba1a1a;
	--wp--preset--color--on-error: #ffffff;
	--wp--preset--color--error-container: #ffdad6;
	--wp--preset--color--on-error-container: #93000a;
	--wp--preset--color--background: #f8f9fa;
	--wp--preset--color--on-background: #161b20;
	--wp--preset--color--surface: #f8f9fa;
	--wp--preset--color--surface-dim: #dee2e6;
	--wp--preset--color--surface-bright: #f8f9fa;
	--wp--preset--color--surface-variant: #ced4da;
	--wp--preset--color--surface-container-lowest: #ffffff;
	--wp--preset--color--surface-container-low: #f1f3f5;
	--wp--preset--color--surface-container: #e9ecef;
	--wp--preset--color--surface-container-high: #dee2e6;
	--wp--preset--color--surface-container-highest: #ced4da;
	--wp--preset--color--on-surface: #161b20;
	--wp--preset--color--on-surface-variant: #444c56;
	--wp--preset--color--inverse-surface: #2b3138;
	--wp--preset--color--inverse-on-surface: #f1f3f5;
	--wp--preset--color--outline: #757f8c;
	--wp--preset--color--outline-variant: #c2cad4;
	--wp--preset--color--surface-tint: #375680;
}

/* ── slate-serif — Dark Mode ── */
html.oc-var-slate-serif[data-theme="dark"],
html.oc-var-slate-serif[data-theme="dark"] body {
	--wp--preset--color--surface: #101418;
	--wp--preset--color--surface-dim: #101418;
	--wp--preset--color--surface-bright: #36404b;
	--wp--preset--color--surface-container-lowest: #0a0d10;
	--wp--preset--color--surface-container-low: #161b20;
	--wp--preset--color--surface-container: #1b2228;
	--wp--preset--color--surface-container-high: #232b33;
	--wp--preset--color--surface-container-highest: #2c3640;
	--wp--preset--color--on-surface: #e2e7ed;
	--wp--preset--color--on-surface-variant: #bac3ce;
	--wp--preset--color--inverse-surface: #e2e7ed;
	--wp--preset--color--inverse-on-surface: #2b3138;
	--wp--preset--color--outline: #85909e;
	--wp--preset--color--outline-variant: #3e4752;
	--wp--preset--color--surface-tint: #9cc0e8;
	--wp--preset--color--primary: #9cc0e8;
	--wp--preset--color--on-primary: #0e2848;
	--wp--preset--color--primary-container: #23456d;
	--wp--preset--color--on-primary-container: #d0e2f8;
	--wp--preset--color--inverse-primary: #254164;
	--wp--preset--color--secondary: #b2c2d8;
	--wp--preset--color--on-secondary: #1e2836;
	--wp--preset--color--secondary-container: #334152;
	--wp--preset--color--on-secondary-container: #d7e3f4;
	--wp--preset--color--tertiary: #c4b7e0;
	--wp--preset--color--on-tertiary: #251c3b;
	--wp--preset--color--tertiary-container: #3d3356;
	--wp--preset--color--on-tertiary-container: #e2dbf2;
	--wp--preset--color--error: #ffb4ab;
	--wp--preset--color--on-error: #690005;
	--wp--preset--color--error-container: #93000a;
	--wp--preset--color--on-error-container: #ffdad6;
	--wp--preset--color--primary-fixed: #d0e2f8;
	--wp--preset--color--primary-fixed-dim: #9cc0e8;
	--wp--preset--color--on-primary-fixed: #071b33;
	--wp--preset--color--on-primary-fixed-variant: #23456d;
	--wp--preset--color--secondary-fixed: #d7e3f4;
	--wp--preset--color--secondary-fixed-dim: #b2c2d8;
	--wp--preset--color--on-secondary-fixed: #121c28;
	--wp--preset--color--on-secondary-fixed-variant: #334152;
	--wp--preset--color--tertiary-fixed: #e2dbf2;
	--wp--preset--color--tertiary-fixed-dim: #c4b7e0;
	--wp--preset--color--on-tertiary-fixed: #1b132c;
	--wp--preset--color--on-tertiary-fixed-variant: #3d3356;
	--wp--preset--color--background: #101418;
	--wp--preset--color--on-background: #e2e7ed;
	--wp--preset--color--surface-variant: #2c3640;
}

/* ── slate-serif — High Contrast Mode ── */
html.oc-var-slate-serif[data-theme="high-contrast"],
html.oc-var-slate-serif[data-theme="high-contrast"] body {
	--wp--preset--color--background: #000000;
	--wp--preset--color--on-background: #ffffff;
	--wp--preset--color--surface: #000000;
	--wp--preset--color--surface-dim: #000000;
	--wp--preset--color--surface-bright: #121212;
	--wp--preset--color--surface-variant: #000000;
	--wp--preset--color--surface-container-lowest: #000000;
	--wp--preset--color--surface-container-low: #000000;
	--wp--preset--color--surface-container: #000000;
	--wp--preset--color--surface-container-high: #000000;
	--wp--preset--color--surface-container-highest: #1a1a1a;
	--wp--preset--color--on-surface: #ffffff;
	--wp--preset--color--on-surface-variant: #ffffff;
	--wp--preset--color--inverse-surface: #ffffff;
	--wp--preset--color--inverse-on-surface: #000000;
	--wp--preset--color--outline: #ffffff;
	--wp--preset--color--outline-variant: #ffffff;
	--wp--preset--color--surface-tint: #ffff00;
	--wp--preset--color--primary: #ffff00;
	--wp--preset--color--on-primary: #000000;
	--wp--preset--color--primary-container: #ffff00;
	--wp--preset--color--on-primary-container: #000000;
	--wp--preset--color--inverse-primary: #000000;
	--wp--preset--color--primary-fixed: #ffff00;
	--wp--preset--color--primary-fixed-dim: #ffff00;
	--wp--preset--color--on-primary-fixed: #000000;
	--wp--preset--color--on-primary-fixed-variant: #000000;
	--wp--preset--color--secondary: #00ffff;
	--wp--preset--color--on-secondary: #000000;
	--wp--preset--color--secondary-container: #00ffff;
	--wp--preset--color--on-secondary-container: #000000;
	--wp--preset--color--secondary-fixed: #00ffff;
	--wp--preset--color--secondary-fixed-dim: #00ffff;
	--wp--preset--color--on-secondary-fixed: #000000;
	--wp--preset--color--on-secondary-fixed-variant: #000000;
	--wp--preset--color--tertiary: #00ff00;
	--wp--preset--color--on-tertiary: #000000;
	--wp--preset--color--tertiary-container: #00ff00;
	--wp--preset--color--on-tertiary-container: #000000;
	--wp--preset--color--tertiary-fixed: #00ff00;
	--wp--preset--color--tertiary-fixed-dim: #00ff00;
	--wp--preset--color--on-tertiary-fixed: #000000;
	--wp--preset--color--on-tertiary-fixed-variant: #000000;
	--wp--preset--color--error: #ff8080;
	--wp--preset--color--on-error: #000000;
	--wp--preset--color--error-container: #ff8080;
	--wp--preset--color--on-error-container: #000000;
	--wp--preset--color--success: #00ff00;
	--wp--preset--color--on-success: #000000;
	--wp--preset--color--success-container: #00ff00;
	--wp--preset--color--on-success-container: #000000;
}
