[data-theme="maestro"] {
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --surface: #ffffff;
  --surface-2: #f3f3f3;
  --text: #0a0a0a;
  --heading: #000000;
  --muted: #404040;
  --accent-rgb: 239, 65, 53;
  --accent-2-rgb: 0, 0, 0;
  --maestro-rgb: 239, 65, 53;
  --line: rgba(0, 0, 0, 0.14);
  --accent: #ef4135;
  --accent-dark: #c9342a;
  --accent-light: #f87171;
  --accent-2: #000000;
  --maestro: #ef4135;
  --maestro-soft: #f0f0f0;
  --eyebrow-color: #000000;
  --header-bg: rgba(255, 255, 255, 0.98);
  --hero-grad-1: #ffffff;
  --hero-grad-2: #f5f5f5;
  --hero-grad-3: #ececec;
  --hero-overlay-rgb: 255, 255, 255;
  --info-strip-end: #f0f0f0;
  --section-soft-end-rgb: 243, 243, 243;
  --card-1-end: #f5f5f5;
  --card-2-end: #ffffff;
  --card-3-end: #ececec;
  --portal-cta-start: #f5f5f5;
  --portal-cta-end: #ececec;
  --footer-start: #f0f0f0;
  --maestro-panel-start: #ececec;
  --maestro-panel-mid: #f5f5f5;
  --maestro-panel-end: #ffffff;
  --maestro-title: #000000;
  --maestro-subtitle: #000000;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 22px 50px rgba(0, 0, 0, 0.14);
}

[data-theme="maestro"] .site-header {
  border-bottom: 3px solid #000000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

[data-theme="maestro"] .site-header::before {
  content: "";
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #000000 0%, #000000 42%, #ef4135 42%, #ef4135 100%);
}

[data-theme="maestro"] .site-nav a:not(.btn) {
  color: #1a1a1a;
}

[data-theme="maestro"] .site-nav a:not(.btn):hover,
[data-theme="maestro"] .site-nav a:not(.btn).is-active {
  color: #ef4135;
}

[data-theme="maestro"] .btn-primary {
  background: #000000;
  border-color: #000000;
}

[data-theme="maestro"] .btn-primary:hover {
  background: #ef4135;
  border-color: #ef4135;
}

[data-theme="maestro"] .btn-secondary {
  border-color: #000000;
  color: #000000;
}

[data-theme="maestro"] .btn-secondary:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

[data-theme="maestro"] .hero__eyebrow {
  border-color: rgba(0, 0, 0, 0.18);
  color: #000000;
}

[data-theme="maestro"] .brand-lockup--overlap img {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(239, 65, 53, 0.1);
}

[data-theme="maestro"] .info-strip {
  background: linear-gradient(90deg, #ffffff, #f0f0f0);
}

[data-theme="maestro"] .info-card span {
  color: #404040;
}

[data-theme="maestro"] .section__eyebrow {
  color: #000000;
}

[data-theme="maestro"] .hero-player__dates {
  color: #ef4135;
}

[data-theme="maestro_rouge"] {
  --bg: #fff5f4;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffeceb;
  --text: #1a1a1a;
  --heading: #000000;
  --muted: #5c4040;
  --accent-rgb: 239, 65, 53;
  --accent-2-rgb: 0, 0, 0;
  --maestro-rgb: 239, 65, 53;
  --line: rgba(239, 65, 53, 0.16);
  --accent: #ef4135;
  --accent-dark: #c9342a;
  --accent-light: #f87171;
  --accent-2: #000000;
  --maestro: #ef4135;
  --maestro-soft: #ffeceb;
  --eyebrow-color: #c9342a;
  --header-bg: rgba(255, 255, 255, 0.98);
  --hero-grad-1: #fff5f4;
  --hero-grad-2: #ffeceb;
  --hero-grad-3: #ffd6d2;
  --hero-overlay-rgb: 255, 245, 244;
  --info-strip-end: #ffeceb;
  --section-soft-end-rgb: 255, 236, 235;
  --card-1-end: #ffeceb;
  --card-2-end: #fff5f4;
  --card-3-end: #ffd6d2;
  --portal-cta-start: #ffeceb;
  --portal-cta-end: #ffd6d2;
  --footer-start: #ffeceb;
  --maestro-panel-start: #ffd6d2;
  --maestro-panel-mid: #ffeceb;
  --maestro-panel-end: #fff5f4;
  --maestro-title: #c9342a;
  --maestro-subtitle: #000000;
  --shadow: 0 18px 40px rgba(239, 65, 53, 0.12);
  --shadow-hover: 0 22px 50px rgba(239, 65, 53, 0.18);
}

[data-theme="maestro_rouge"] .site-header {
  border-bottom: 3px solid #ef4135;
  box-shadow: 0 8px 24px rgba(239, 65, 53, 0.12);
}

[data-theme="maestro_rouge"] .site-header::before {
  content: "";
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #ef4135 0%, #ef4135 58%, #000000 58%, #000000 100%);
}

[data-theme="maestro_rouge"] .site-nav a:not(.btn) {
  color: #1a1a1a;
}

[data-theme="maestro_rouge"] .site-nav a:not(.btn):hover,
[data-theme="maestro_rouge"] .site-nav a:not(.btn).is-active {
  color: #ef4135;
}

[data-theme="maestro_rouge"] .btn-primary {
  background: #ef4135;
  border-color: #ef4135;
}

[data-theme="maestro_rouge"] .btn-primary:hover {
  background: #000000;
  border-color: #000000;
}

[data-theme="maestro_rouge"] .btn-secondary {
  border-color: #ef4135;
  color: #c9342a;
}

[data-theme="maestro_rouge"] .btn-secondary:hover {
  background: #ef4135;
  border-color: #ef4135;
  color: #ffffff;
}

[data-theme="maestro_rouge"] .hero__eyebrow {
  border-color: rgba(239, 65, 53, 0.28);
  color: #c9342a;
}

[data-theme="maestro_rouge"] .brand-lockup--overlap img {
  border-color: rgba(239, 65, 53, 0.24);
  box-shadow:
    0 10px 28px rgba(239, 65, 53, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

[data-theme="maestro_rouge"] .info-strip {
  background: linear-gradient(90deg, #fff5f4, #ffeceb);
}

[data-theme="maestro_rouge"] .info-card span {
  color: #5c4040;
}

[data-theme="maestro_rouge"] .section__eyebrow {
  color: #c9342a;
}

[data-theme="maestro_rouge"] .hero-player__dates {
  color: #ef4135;
}

[data-theme="forest"] {
  --bg: #f6faf4;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef7ea;
  --text: #1f2937;
  --heading: #14532d;
  --muted: #4d7c62;
  --accent-rgb: 5, 150, 105;
  --accent-2-rgb: 132, 204, 22;
  --maestro-rgb: 22, 163, 74;
  --accent: #059669;
  --accent-dark: #047857;
  --accent-light: #34d399;
  --accent-2: #84cc16;
  --maestro: #16a34a;
  --maestro-soft: #dcfce7;
  --eyebrow-color: #15803d;
  --hero-grad-1: #f0fdf4;
  --hero-grad-2: #ecfccb;
  --hero-grad-3: #dcfce7;
  --hero-overlay-rgb: 246, 250, 244;
  --info-strip-end: #f0fdf4;
  --section-soft-end-rgb: 236, 252, 203;
  --card-1-end: #ecfdf5;
  --card-2-end: #f0fdf4;
  --card-3-end: #ecfccb;
  --portal-cta-start: #ecfdf5;
  --portal-cta-end: #dcfce7;
  --footer-start: #ecfdf5;
  --maestro-panel-start: #dcfce7;
  --maestro-panel-mid: #ecfccb;
  --maestro-panel-end: #f0fdf4;
  --maestro-title: #166534;
  --maestro-subtitle: #15803d;
}

[data-theme="ocean"] {
  --bg: #f4faff;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #e0f2fe;
  --text: #1e293b;
  --heading: #0c4a6e;
  --muted: #54708f;
  --accent-rgb: 2, 132, 199;
  --accent-2-rgb: 6, 182, 212;
  --maestro-rgb: 14, 165, 233;
  --accent: #0284c7;
  --accent-dark: #0369a1;
  --accent-light: #38bdf8;
  --accent-2: #06b6d4;
  --maestro: #0ea5e9;
  --maestro-soft: #e0f2fe;
  --eyebrow-color: #0e7490;
  --hero-grad-1: #f0f9ff;
  --hero-grad-2: #e0f2fe;
  --hero-grad-3: #cffafe;
  --hero-overlay-rgb: 244, 250, 255;
  --info-strip-end: #f0f9ff;
  --section-soft-end-rgb: 224, 242, 254;
  --card-1-end: #eff6ff;
  --card-2-end: #f0f9ff;
  --card-3-end: #ecfeff;
  --portal-cta-start: #eff6ff;
  --portal-cta-end: #e0f2fe;
  --footer-start: #eff6ff;
  --maestro-panel-start: #dbeafe;
  --maestro-panel-mid: #e0f2fe;
  --maestro-panel-end: #ecfeff;
  --maestro-title: #075985;
  --maestro-subtitle: #0e7490;
}

[data-theme="heritage"] {
  --bg: #fffaf5;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #fef2f2;
  --text: #292524;
  --heading: #7f1d1d;
  --muted: #78716c;
  --accent-rgb: 185, 28, 28;
  --accent-2-rgb: 217, 119, 6;
  --maestro-rgb: 180, 83, 9;
  --accent: #b91c1c;
  --accent-dark: #991b1b;
  --accent-light: #ef4444;
  --accent-2: #d97706;
  --maestro: #b45309;
  --maestro-soft: #ffedd5;
  --eyebrow-color: #b45309;
  --hero-grad-1: #fff7ed;
  --hero-grad-2: #fef2f2;
  --hero-grad-3: #fffbeb;
  --hero-overlay-rgb: 255, 250, 245;
  --info-strip-end: #fff7ed;
  --section-soft-end-rgb: 255, 247, 237;
  --card-1-end: #fef2f2;
  --card-2-end: #fff7ed;
  --card-3-end: #fffbeb;
  --portal-cta-start: #fef2f2;
  --portal-cta-end: #ffedd5;
  --footer-start: #fef2f2;
  --maestro-panel-start: #ffedd5;
  --maestro-panel-mid: #fef2f2;
  --maestro-panel-end: #fffbeb;
  --maestro-title: #92400e;
  --maestro-subtitle: #b91c1c;
}

[data-theme="sunset"] {
  --bg: #fff8f1;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffedd5;
  --text: #292524;
  --heading: #9a3412;
  --muted: #78716c;
  --accent-rgb: 234, 88, 12;
  --accent-2-rgb: 251, 191, 36;
  --maestro-rgb: 249, 115, 22;
  --accent: #ea580c;
  --accent-dark: #c2410c;
  --accent-light: #fb923c;
  --accent-2: #fbbf24;
  --maestro: #f97316;
  --maestro-soft: #ffedd5;
  --eyebrow-color: #c2410c;
  --hero-grad-1: #fff7ed;
  --hero-grad-2: #ffedd5;
  --hero-grad-3: #fef3c7;
  --hero-overlay-rgb: 255, 248, 241;
  --info-strip-end: #fff7ed;
  --section-soft-end-rgb: 255, 237, 213;
  --card-1-end: #ffedd5;
  --card-2-end: #fff7ed;
  --card-3-end: #fef3c7;
  --portal-cta-start: #ffedd5;
  --portal-cta-end: #fef3c7;
  --footer-start: #ffedd5;
  --maestro-panel-start: #ffedd5;
  --maestro-panel-mid: #fef3c7;
  --maestro-panel-end: #fff7ed;
  --maestro-title: #c2410c;
  --maestro-subtitle: #ea580c;
}

[data-theme="cherry"] {
  --bg: #fff1f2;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffe4e6;
  --text: #1f2937;
  --heading: #881337;
  --muted: #9f1239;
  --accent-rgb: 220, 38, 38;
  --accent-2-rgb: 251, 113, 133;
  --maestro-rgb: 225, 29, 72;
  --accent: #dc2626;
  --accent-dark: #b91c1c;
  --accent-light: #f87171;
  --accent-2: #fb7185;
  --maestro: #e11d48;
  --maestro-soft: #ffe4e6;
  --eyebrow-color: #be123c;
  --hero-grad-1: #fff1f2;
  --hero-grad-2: #ffe4e6;
  --hero-grad-3: #fecdd3;
  --hero-overlay-rgb: 255, 241, 242;
  --info-strip-end: #fff1f2;
  --section-soft-end-rgb: 255, 228, 230;
  --card-1-end: #ffe4e6;
  --card-2-end: #fff1f2;
  --card-3-end: #fecdd3;
  --portal-cta-start: #ffe4e6;
  --portal-cta-end: #fecdd3;
  --footer-start: #ffe4e6;
  --maestro-panel-start: #fecdd3;
  --maestro-panel-mid: #ffe4e6;
  --maestro-panel-end: #fff1f2;
  --maestro-title: #9f1239;
  --maestro-subtitle: #e11d48;
}

[data-theme="midnight"] {
  --bg: #eff6ff;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #dbeafe;
  --text: #1e293b;
  --heading: #1e3a8a;
  --muted: #475569;
  --accent-rgb: 245, 158, 11;
  --accent-2-rgb: 30, 58, 138;
  --maestro-rgb: 37, 99, 235;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --accent-light: #fbbf24;
  --accent-2: #1e3a8a;
  --maestro: #2563eb;
  --maestro-soft: #dbeafe;
  --eyebrow-color: #b45309;
  --hero-grad-1: #eff6ff;
  --hero-grad-2: #dbeafe;
  --hero-grad-3: #fef3c7;
  --hero-overlay-rgb: 239, 246, 255;
  --info-strip-end: #eff6ff;
  --section-soft-end-rgb: 219, 234, 254;
  --card-1-end: #dbeafe;
  --card-2-end: #eff6ff;
  --card-3-end: #fef3c7;
  --portal-cta-start: #dbeafe;
  --portal-cta-end: #fef3c7;
  --footer-start: #dbeafe;
  --maestro-panel-start: #dbeafe;
  --maestro-panel-mid: #eff6ff;
  --maestro-panel-end: #fef3c7;
  --maestro-title: #1e3a8a;
  --maestro-subtitle: #b45309;
}

[data-theme="maple"] {
  --bg: #fffaf5;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #fef2f2;
  --text: #292524;
  --heading: #7f1d1d;
  --muted: #78716c;
  --accent-rgb: 185, 28, 28;
  --accent-2-rgb: 202, 138, 4;
  --maestro-rgb: 185, 28, 28;
  --accent: #b91c1c;
  --accent-dark: #991b1b;
  --accent-light: #ef4444;
  --accent-2: #ca8a04;
  --maestro: #b91c1c;
  --maestro-soft: #fef2f2;
  --eyebrow-color: #a16207;
  --hero-grad-1: #fff7ed;
  --hero-grad-2: #fef2f2;
  --hero-grad-3: #fef3c7;
  --hero-overlay-rgb: 255, 250, 245;
  --info-strip-end: #fff7ed;
  --section-soft-end-rgb: 254, 242, 242;
  --card-1-end: #fef2f2;
  --card-2-end: #fff7ed;
  --card-3-end: #fef3c7;
  --portal-cta-start: #fef2f2;
  --portal-cta-end: #fef3c7;
  --footer-start: #fef2f2;
  --maestro-panel-start: #fef2f2;
  --maestro-panel-mid: #fff7ed;
  --maestro-panel-end: #fef3c7;
  --maestro-title: #991b1b;
  --maestro-subtitle: #a16207;
}

[data-theme="slate"] {
  --bg: #0f172a;
  --bg-soft: #1e293b;
  --surface: #1e293b;
  --surface-2: #334155;
  --text: #e2e8f0;
  --heading: #f8fafc;
  --muted: #94a3b8;
  --accent-rgb: 16, 185, 129;
  --accent-2-rgb: 56, 189, 248;
  --maestro-rgb: 56, 189, 248;
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-light: #34d399;
  --accent-2: #38bdf8;
  --maestro: #38bdf8;
  --maestro-soft: #0f172a;
  --eyebrow-color: #2dd4bf;
  --header-bg: rgba(30, 41, 59, 0.95);
  --hero-grad-1: #1e293b;
  --hero-grad-2: #0f766e;
  --hero-grad-3: #164e63;
  --hero-overlay-rgb: 15, 23, 42;
  --info-strip-end: #1e293b;
  --section-soft-end-rgb: 30, 41, 59;
  --card-1-end: #334155;
  --card-2-end: #1e293b;
  --card-3-end: #164e63;
  --portal-cta-start: #334155;
  --portal-cta-end: #164e63;
  --footer-start: #1e293b;
  --maestro-panel-start: #164e63;
  --maestro-panel-mid: #334155;
  --maestro-panel-end: #1e293b;
  --maestro-title: #67e8f9;
  --maestro-subtitle: #2dd4bf;
}

[data-hero-style="clean"] .hero__bg {
  background: linear-gradient(135deg, var(--hero-grad-1) 0%, var(--hero-grad-2) 45%, var(--hero-grad-3) 100%);
}

/* Badge ouvert/fermé — vert / rouge identiques sur tous les thèmes */
.status-pill.is-open {
  background: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid rgba(22, 163, 74, 0.28) !important;
}

.status-pill.is-closed {
  background: #fee2e2 !important;
  color: #dc2626 !important;
  border: 1px solid rgba(220, 38, 38, 0.24) !important;
}

[data-theme="slate"] .site-nav a:not(.btn) {
  color: #cbd5e1;
}

[data-theme="slate"] .site-nav a:not(.btn):hover,
[data-theme="slate"] .site-nav a:not(.btn).is-active {
  color: var(--accent);
}

[data-theme="slate"] .btn-secondary,
[data-theme="slate"] .nav-toggle,
[data-theme="slate"] .hero__eyebrow,
[data-theme="slate"] .info-card__icon,
[data-theme="slate"] .department-chip,
[data-theme="slate"] .about-panel,
[data-theme="slate"] .contact-panel,
[data-theme="slate"] .service-card,
[data-theme="slate"] .social-row a,
[data-theme="slate"] .social-row .social-link {
  background: var(--surface);
  color: var(--text);
}

[data-theme="slate"] .btn-secondary {
  color: var(--accent-light);
}

[data-theme="slate"] .brand-lockup--overlap img {
  background: var(--surface);
}

[data-theme="slate"] .info-card strong,
[data-theme="slate"] .hero__subtitle,
[data-theme="slate"] .footer-grid p,
[data-theme="slate"] .footer-grid a,
[data-theme="slate"] .maestro-panel p {
  color: var(--text);
}

[data-theme="slate"] .service-card:nth-child(3n+1),
[data-theme="slate"] .service-card:nth-child(3n+2),
[data-theme="slate"] .service-card:nth-child(3n) {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
}

[data-theme="slate"] .info-strip {
  background: linear-gradient(90deg, var(--surface), var(--info-strip-end));
  box-shadow: none;
}

[data-theme="slate"] .section--soft {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.85), rgba(15, 23, 42, 0.95));
}

[data-theme="slate"] .site-footer {
  background: linear-gradient(180deg, var(--footer-start), var(--bg));
}

[data-theme="slate"] .promo-card,
[data-theme="slate"] .promo-card__media {
  background: var(--surface-2);
}
