.footer{background:var(--text-dark);color:var(--white);padding:4rem 5% 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand .logo{color:var(--primary-gold);margin-bottom:1rem;display:inline-block}.footer-brand p{color:#888;font-size:.95rem;line-height:1.7}.footer-title{font-size:1.2rem;margin-bottom:1.5rem;color:var(--white)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#888;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-gold)}.footer-contact p{color:#888;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{max-width:1400px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center;color:#666;font-size:.9rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;transition:all .3s}.social-links a:hover{background:var(--primary-gold)}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem}.nav-links{display:none}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:1rem}}