.site-footer{background:#f6f2ea;margin-top:60px;border-top:1px solid rgba(0,0,0,.08)}body.dark .site-footer{background:#1d271f}.footer-container{max-width:1200px;margin:0 auto;padding:38px 22px;display:flex;justify-content:space-between;gap:40px}.footer-brand h3{margin:0 0 8px;color:#58713f}.footer-brand p{color:var(--muted);margin:0}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links h4{margin:0 0 6px;color:#58713f}.footer-links a{text-decoration:none;color:var(--text);transition:color .18s ease}.footer-links a:hover{color:#7ca35c}.bottomnav{display:none}@media(max-width:820px){.footer-container{flex-direction:column;text-align:center}}

/* Darkmode Footer Vollfix */
body.dark .site-footer,
body.dark .sitefooter{
  background:#101811!important;
  color:var(--muted)!important;
  border-color:var(--border)!important;
}
body.dark .footer-brand h3,
body.dark .footer-links h4{color:#bfe3ad!important;}
body.dark .footer-links a{color:var(--text)!important;}
body.dark .footer-links a:hover{color:#bfe3ad!important;}
