#footer-container { background-color: var(--c-wood-dark); color: var(--c-bg); padding: 4rem 0; margin-top: 4rem; }
.footer-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.footer-logo { max-height: 80px; margin-bottom: 1rem; filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.2)); }
.footer-col h4 { color: var(--c-wood-light); margin-bottom: 1rem; }
.footer-col p { margin-bottom: 0.5rem; opacity: 0.9; }
.social-links { display: flex; gap: 1rem; }
.social-links a { display: inline-block; padding: 0.5rem; background: rgba(255,255,255,0.1); border-radius: 4px; }
.social-links a:hover { background: var(--c-accent-red); }