.site-footer{background-color:var(--primary-dark);color:var(--text-on-dark);padding:4rem 0 0}.footer__inner{margin:0 auto;max-width:var(--content-max-width);padding:0 1.5rem}.footer__columns{border-bottom:1px solid hsla(0,0%,100%,.08);display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);padding-bottom:3rem}.footer__column-title{color:#fff;font-family:var(--heading-font);font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.footer__link-list{list-style:none}.footer__link-list li{margin-bottom:.5rem}.footer__link-list a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color var(--transition-speed)}.footer__link-list a:hover{color:#fff}.footer__nested-list{margin-top:.25rem;padding-left:.75rem}.footer__nested-list a{color:#64748b;font-size:.8125rem}.footer__nested-list a:hover{color:#94a3b8}.footer__newsletter{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;gap:1rem;padding:2rem 0}.footer__newsletter-text{color:#94a3b8;flex-shrink:0;font-size:.9375rem;white-space:nowrap}.footer__newsletter-form{display:flex;gap:.5rem;max-width:400px;width:100%}.footer__newsletter-input{background-color:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--border-radius);color:#fff;flex:1;font-size:.875rem;padding:.625rem 1rem}.footer__newsletter-input::placeholder{color:#64748b}.footer__newsletter-input:focus{border-color:var(--primary);outline:none}.footer__newsletter-btn{background-color:var(--primary);border:none;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:background-color var(--transition-speed);white-space:nowrap}.footer__newsletter-btn:hover{background-color:var(--primary-hover)}.footer__legal{gap:1rem;justify-content:space-between;padding:1.5rem 0}.footer__legal,.footer__legal-links{align-items:center;display:flex;flex-wrap:wrap}.footer__legal-links{gap:1.5rem}.footer__legal-links a{color:#64748b;font-size:.8125rem;text-decoration:none;transition:color var(--transition-speed)}.footer__legal-links a:hover{color:#94a3b8}.footer__copyright{color:#64748b;font-size:.8125rem}@media (max-width:767px){.footer__columns{grid-template-columns:repeat(2,1fr)}.footer__newsletter{align-items:flex-start;flex-direction:column}.footer__newsletter-form{max-width:100%}.footer__legal{align-items:flex-start;flex-direction:column;gap:.75rem}}@media (max-width:480px){.footer__columns{grid-template-columns:1fr}}