.footer{position:relative;border-top:1px solid hsl(0,0%,5%/.08);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer [style*=opacity]{will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.footer__container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.footer__grid{display:grid;gap:3rem}.footer__section-title{font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0d0d0d;margin-bottom:1rem}.footer__contact-links{display:flex;flex-direction:column;gap:.25rem}.footer__contact-link{display:inline-flex;align-items:center;min-height:44px;width:fit-content;font-size:1rem;color:hsl(var(--foreground));font-weight:500;letter-spacing:-.005em;transition:color .2s ease;cursor:pointer;text-decoration:none;outline:none}.footer__contact-link:hover{color:rgb(var(--brand-purple))}.footer__contact-link:focus-visible{color:rgb(var(--brand-purple));text-decoration:underline;text-underline-offset:4px}.footer__location{margin-top:1rem;font-size:.875rem;color:#525252;font-weight:500}.footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center}.footer__logo-image{height:9rem;width:auto;object-fit:contain}.footer__tagline{margin-top:.5rem;font-size:.75rem;color:#4d4d4d}.footer__socials-wrapper{display:flex;gap:.75rem}.footer__social-link{width:2.75rem;height:2.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));transition:background-color .25s ease,color .25s ease,transform .2s ease;cursor:pointer;text-decoration:none;outline:none}.footer__social-link:hover{color:rgb(var(--brand-purple));background:rgb(var(--brand-purple)/.08);transform:translateY(-1px)}.footer__social-link:active{transform:translateY(0)}.footer__social-link:focus-visible{background:rgb(var(--brand-purple)/.08);box-shadow:0 0 0 2px hsl(var(--accent)/.6)}.footer__legal-links{display:flex;align-items:center;gap:.625rem;margin-top:1rem}.footer__legal-link{font-size:.8125rem;font-weight:500;color:#6b6b6b;text-decoration:none;letter-spacing:-.005em;transition:color .2s ease;outline:none;padding:.25rem 0}.footer__legal-link:hover{color:rgb(var(--brand-purple))}.footer__legal-link:focus-visible{color:rgb(var(--brand-purple));text-decoration:underline;text-underline-offset:4px}.footer__legal-sep{color:hsla(0,0%,5%,.2);font-size:.75rem;line-height:1;user-select:none}.footer__social-icon{width:1.25rem;height:1.25rem}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid hsl(0,0%,5%/.08);text-align:center}.footer__copyright{font-size:.875rem;color:#0d0d0d;font-weight:500}@media (max-width:640px){.footer{text-align:center}.footer__grid,.footer__grid>div{text-align:center;display:flex;flex-direction:column;align-items:center}.footer__contact-links{align-items:center}.footer__contact-link{margin-left:auto;margin-right:auto}.footer__brand,.footer__legal-links,.footer__socials-wrapper{justify-content:center}.footer__brand{display:flex;align-items:center}.footer__bottom{text-align:center}}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(3,1fr)}.footer__socials{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.footer__socials-wrapper{justify-content:flex-end;margin-right:-.75rem}.footer__legal-links{justify-content:flex-end}}