.footer{padding:4rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.footer-brand h2{font-family:var(--font-heading);color:var(--text-color);margin-bottom:1rem;font-size:2rem}.footer-brand p{color:var(--nuance-gray);max-width:300px}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.footer-section h4{color:var(--text-color);margin-bottom:1rem;font-size:1.25rem}.footer-section a{color:var(--nuance-gray);margin-bottom:.5rem;transition:color .2s;display:block}.footer-section a:hover{color:var(--accent-coral);padding-left:5px}.social-icons{gap:1rem;margin-top:.5rem;display:flex}.social-link{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link svg{color:var(--nuance-gray);width:20px;height:20px;transition:color .3s}.footer-section .social-link:hover{background:var(--accent-coral);border-color:var(--accent-coral);padding-left:0;transform:translateY(-3px)}.footer-section .social-link:hover svg{color:var(--bg-color)}.footer-bottom{text-align:center;color:var(--nuance-gray);border-top:1px solid #8b949e33;padding-top:2rem;font-size:.875rem}@media (max-width:768px){.footer-content{flex-direction:column}}
