html{scroll-behavior:smooth}footer{background:#4A3728;color:white;padding:60px 0 30px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{font-size:2em;color:#8B6F47;font-weight:400;letter-spacing:1px;margin-bottom:20px;display:block}.footer-tagline{font-size:1em;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:25px}.social-links{display:flex;gap:15px}.social-links a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#8B6F47;border-radius:50%;color:white;text-decoration:none;font-size:1.3em;transition:all .3s ease}.social-links a:hover{background:#6d5537;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,111,71,.3)}.footer-section h3{font-size:1.2em;color:white;margin-bottom:20px;font-weight:400}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95em;transition:color .3s ease}.footer-section ul li a:hover{color:#8B6F47}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;color:rgba(255,255,255,.6);font-size:.9em}.footer-bottom p{margin-bottom:10px}.footer-bottom a{color:#8B6F47;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:40px;text-align:center}.footer-brand{max-width:none}.social-links{justify-content:center}}