/* Identité Pro Énergie : vert dominant, brun secondaire, bleu en accent. */
:root { --ink:#2f6b2b; --cream:#f5f9f1; --lime:#cde8b8; --orange:#6b4030; --muted:#596653; --accent:#00526d; }
body { background:#f5f9f1; }
.header, footer { background:#fff; border-color:#d7e5cf; }
.nav-cta, .button.light { background:var(--accent); }
.button { background:var(--accent); box-shadow:0 8px 22px #00526d2e; }
.text-link, .service-grid a, .nav a, footer a { color:var(--ink); }
.hero-art, .contact { background:#cde8b8; }
.stats { background:var(--ink); }
.stats strong { color:#d6efbe; }
.about-copy { background:#e8f3df; }
.about-quote { background:var(--orange); }
.eyebrow, h1 em, h2 em, .number { color:var(--orange); }
.service-grid article { background:#fff; border-color:#d7e5cf; }
.service-grid article:hover { box-shadow:0 14px 30px #2f6b2b1c; }
.hero-art, .clim-gallery img { box-shadow:0 20px 45px #2f6b2b1c; }
