.footer{background:var(--color-navy);color:hsla(0,0%,100%,.85);padding-top:clamp(3rem,7vw,5rem)}.footer__inner{display:grid;grid-gap:clamp(2.5rem,5vw,4rem);gap:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,3.5rem)}@media (min-width:768px){.footer__inner{grid-template-columns:1.2fr 2fr}}.footer__logo{display:block;width:140px;height:auto;margin-bottom:1rem;filter:brightness(0) invert(1);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.footer__tagline{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:hsla(0,0%,100%,.6);max-width:28ch}.footer__social{display:flex;gap:.75rem}.footer__social a{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.7);transition:background .2s ease,color .2s ease}.footer__social a:hover{background:var(--color-teal);color:#fff}.footer__nav{min-width:0}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem)}@media (max-width:600px){.footer__logo{width:168px}.footer__links{grid-template-columns:1fr 1fr}}@media (max-width:400px){.footer__links{grid-template-columns:1fr}}.footer__col-title{margin:0 0 .85rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer__list a{font-size:.9rem;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .15s ease}.footer__list a:hover{color:var(--color-teal)}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.5}.footer__contact-item svg{flex-shrink:0;margin-top:2px;color:var(--color-teal)}.footer__contact-item a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .15s ease}.footer__contact-item a:hover{color:var(--color-teal)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1.25rem 0}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer__bottom p{margin:0;font-size:.8125rem;color:hsla(0,0%,100%,.4)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{font-size:.8125rem;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .15s ease}.footer__legal a:hover{color:hsla(0,0%,100%,.7)}@media (max-width:600px){.footer__bottom-inner{flex-direction:column;text-align:center}}