/* Footer accueil : fermeture minimale */
body:has(.home-hero) footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:76px;padding:16px 24px;background:linear-gradient(90deg,#101512,#07110c,#101512);font:500 10px "DM Mono",monospace;letter-spacing:.075em;text-align:center}body:has(.home-hero) footer span:first-child{color:var(--lime)}body:has(.home-hero) footer span:last-child{color:#fff;opacity:.88}
body:has(.home-hero) footer a{color:#fff;text-decoration:none;opacity:.88}body:has(.home-hero) footer a:hover,body:has(.home-hero) footer a:focus-visible{color:var(--lime);opacity:1}
