.footer { background:var(--bg-primary); border-top:1px solid var(--border-subtle); padding:48px 24px 24px; position:relative; z-index:1; }
.footer-inner { max-width:var(--max-width); margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; }
.footer-brand img { width:48px; height:48px; border-radius:50%; object-fit:contain; margin-bottom:12px; }
.footer-brand h4 { font-family:var(--font-heading); font-weight:700; font-size:1.1rem; }
.footer-brand p { font-size:0.85rem; color:var(--text-muted); margin-top:4px; }
.footer-links h5 { font-family:var(--font-heading); font-weight:600; font-size:0.9rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--text-secondary); margin-bottom:14px; }
.footer-links ul { list-style:none; display:flex; flex-direction:column; gap:8px; }
.footer-links a { text-decoration:none; color:var(--text-muted); font-size:0.88rem; transition:var(--transition-fast); }
.footer-links a:hover { color:var(--accent-light); }
.footer-bottom { max-width:var(--max-width); margin:32px auto 0; padding-top:20px; border-top:1px solid var(--border-subtle); text-align:center; font-size:0.8rem; color:var(--text-muted); }