/* Palette reprise du logo : bleu profond, vert énergie, marron et blanc. */
:root { --ink:#00526d; --cream:#fff; --lime:#dff1d0; --orange:#56300f; --muted:#4f6864; }
.logo { display:flex; align-items:center; text-decoration:none; line-height:1; }
.logo img { display:block; width:176px; height:auto; }
.hero-art { box-shadow:0 20px 45px #00526d18; }
.stats strong { color:#8bcf22; }
.service-grid article { border-color:#d7e7db; }
.service-grid article:hover { box-shadow:0 14px 30px #00526d14; }
.about-copy { background:#eef7e9; }
@media (max-width:720px) { .logo img { width:145px; } }
.clim-installation{max-width:1240px;margin:0 auto;padding:30px max(5vw,30px) 120px;display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.clim-copy{max-width:470px}.clim-copy h2{margin-bottom:23px}.clim-lead{font-size:18px!important;line-height:1.55!important;color:var(--ink)!important}.clim-copy p:not(.eyebrow){color:var(--muted);line-height:1.65;font-size:14px}.clim-copy ul{padding:0;margin:26px 0;list-style:none;display:grid;gap:9px;color:var(--ink);font-weight:600}.clim-copy li:before{content:'✓';color:#64a614;font-weight:700;margin-right:10px}.clim-copy .button{margin-top:12px}.clim-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:230px 230px;gap:12px}.clim-gallery img{width:100%;height:100%;object-fit:cover;border-radius:11px;box-shadow:0 10px 26px #00526d17}.clim-gallery img:first-child{grid-row:span 2}@media(max-width:720px){.clim-installation{grid-template-columns:1fr;padding-top:0;padding-bottom:80px;gap:38px}.clim-gallery{grid-template-rows:170px 170px;gap:8px}}
