/* ============================================================
   OXYN POLIT — COLOR SYSTEM
   6 palettes, same layout. Edit colors only here.
   ============================================================ */
:root {
  --primary:#00209F; --primary-mid:#001A80;
  --accent:#D21034; --accent-light:#E84060;
  --bg:#FAFCFF; --bg-alt:#F0F4FF;
  --ink:#0A0F1E; --mid:#4A5568; --soft:#888; --border:#C8D4F0;
  --hero-bg:#00209F; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.72);
  --hero-btn-border:rgba(255,255,255,0.3);
  --nav-bg:#00209F; --nav-text:rgba(255,255,255,0.8);
  --dp-bg:#00209F; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.45);
  --display-font:'Playfair Display',serif;
  --body-font:'DM Sans',sans-serif;
  --mono-font:'JetBrains Mono',monospace;
}

/* 1 — Ayisyen (Haiti flag blue + red) */
body.color-1 {
  --primary:#00209F; --primary-mid:#001A80;
  --accent:#D21034; --accent-light:#E84060;
  --bg:#FAFCFF; --bg-alt:#F0F4FF; --border:#C8D4F0;
  --hero-bg:#00209F; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.72);
  --hero-btn-border:rgba(255,255,255,0.3);
  --nav-bg:#00209F; --nav-text:rgba(255,255,255,0.8);
  --dp-bg:#001A80; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.45);
  --display-font:'Playfair Display',serif;
}

/* 2 — Envèdi (civic green + gold) */
body.color-2 {
  --primary:#1B5E20; --primary-mid:#145218;
  --accent:#C9962A; --accent-light:#E8B84B;
  --bg:#F5FAF5; --bg-alt:#EAF3EA; --border:#C8DFC8;
  --hero-bg:#1B5E20; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.72);
  --hero-btn-border:rgba(255,255,255,0.3);
  --nav-bg:#1B5E20; --nav-text:rgba(255,255,255,0.8);
  --dp-bg:#145218; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.45);
  --display-font:'Merriweather',serif;
}

/* 3 — Nwa ak Lò (charcoal + gold authority) */
body.color-3 {
  --primary:#1A1A2E; --primary-mid:#13132A;
  --accent:#C9962A; --accent-light:#E8B84B;
  --bg:#FAFAFA; --bg-alt:#F2F2F2; --border:#DDDDD0;
  --hero-bg:#1A1A2E; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.65);
  --hero-btn-border:rgba(255,255,255,0.25);
  --nav-bg:#1A1A2E; --nav-text:rgba(255,255,255,0.75);
  --dp-bg:#13132A; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.4);
  --display-font:'Syne',sans-serif;
}

/* 4 — Wouj Fò (bold red + white movement) */
body.color-4 {
  --primary:#B71C1C; --primary-mid:#9B1515;
  --accent:#D21034; --accent-light:#E84060;
  --bg:#FFF5F5; --bg-alt:#FFE8E8; --border:#F0C0C0;
  --hero-bg:#B71C1C; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.75);
  --hero-btn-border:rgba(255,255,255,0.35);
  --nav-bg:#B71C1C; --nav-text:rgba(255,255,255,0.85);
  --dp-bg:#9B1515; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.5);
  --display-font:'Barlow Condensed',sans-serif;
}

/* 5 — Bleu Marine (navy + silver institutional) */
body.color-5 {
  --primary:#0D2137; --primary-mid:#091929;
  --accent:#4A90D9; --accent-light:#6AAAE8;
  --bg:#F5F8FC; --bg-alt:#EAF0F8; --border:#C0D0E0;
  --hero-bg:#0D2137; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.68);
  --hero-btn-border:rgba(255,255,255,0.28);
  --nav-bg:#0D2137; --nav-text:rgba(255,255,255,0.78);
  --dp-bg:#091929; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.42);
  --display-font:'Lora',serif;
}

/* 6 — Tè Ayiti (terracotta + cream community) */
body.color-6 {
  --primary:#6B2D0F; --primary-mid:#5A2609;
  --accent:#C4622D; --accent-light:#E8845A;
  --bg:#FDFAF6; --bg-alt:#F7F0E8; --border:#E0C8B0;
  --hero-bg:#6B2D0F; --hero-text:#fff; --hero-sub:rgba(255,255,255,0.72);
  --hero-btn-border:rgba(255,255,255,0.3);
  --nav-bg:#6B2D0F; --nav-text:rgba(255,255,255,0.8);
  --dp-bg:#5A2609; --dp-text:#fff; --dp-sub:rgba(255,255,255,0.45);
  --display-font:'Lora',serif;
}
