.site-footer{margin-top:var(--space-7);padding-top:var(--space-6);border-top:var(--border-subtle);} 
.footer-inner{display:flex;flex-wrap:wrap;gap:var(--space-6);} 
.footer-inner>div{flex:1 1 220px;} 
.footer-logo{height:32px;width:auto;} 
.footer-brand-text{font-family:var(--font-heading);} 
.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-5);gap:var(--space-3);} 

.footer-nav ul,.footer-legal ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2);} 

.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:var(--color-surface-alt);border-top:var(--border-subtle);padding:var(--space-4);box-shadow:var(--shadow-soft);z-index:1000;} 
.cookie-content{max-width:800px;margin-inline:auto;display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:space-between;} 
.cookie-actions{display:flex;gap:var(--space-2);} 

@media(max-width:600px){
  .site-footer{margin-top:var(--space-6);padding-top:var(--space-5);}
  .footer-inner{gap:var(--space-5);}
  .footer-inner>div{flex-basis:100%;}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center;}
  .cookie-banner{padding:var(--space-3);}
  .cookie-content{flex-direction:column;align-items:stretch;}
  .cookie-actions{width:100%;}
  .cookie-actions .button{flex:1 1 0;padding-inline:var(--space-3);}
}
