/* Footer structured grid - layout only (no color/theme changes) */
footer.footer .footer-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:640px){footer.footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){footer.footer .footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
footer.footer .footer-col h6{margin:0 0 10px 0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
footer.footer .footer-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
footer.footer .footer-list a{text-decoration:none}
footer.footer .footer-brand{display:flex;align-items:center;gap:10px}
footer.footer .footer-logo{width:32px;height:32px;border-radius:8px;display:inline-block}
footer.footer .footer-brand .brand-name{font-weight:700}
footer.footer .contact-links{display:grid;gap:6px;margin-top:8px}
footer.footer .footer-bottom{margin-top:18px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:flex-start;align-items:center}
