.site-footer{background:var(--color-primary);color:rgb(255 255 255 / .75);padding-top:var(--space-lg)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.3fr;gap:var(--space-md);padding-bottom:var(--space-lg);border-bottom:1px solid rgb(255 255 255 / .1)}.footer-brand__logo{display:flex;flex-direction:column;line-height:1;margin-bottom:1.25rem;color:var(--color-white)}.footer-brand__logo-mark{font-family:var(--font-serif);font-size:1.875rem;font-weight:700;color:var(--color-white)}.footer-brand__logo-sub{font-size:.5rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgb(255 255 255 / .45);margin-top:3px}.footer-brand__tagline{font-size:.9rem;color:rgb(255 255 255 / .55);line-height:1.6;max-width:28ch;margin-bottom:1.5rem}.footer-brand__socials{display:flex;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);background:rgb(255 255 255 / .07);color:rgb(255 255 255 / .6);transition:background var(--transition),color var(--transition)}.footer-social-link:hover{background:rgb(255 255 255 / .14);color:var(--color-white)}.footer-social-link svg{width:18px;height:18px;fill:currentColor}.footer-col__title{font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgb(255 255 255 / .4);margin-bottom:1.25rem}.footer-nav{display:flex;flex-direction:column;gap:.625rem}.footer-nav__link{font-size:.875rem;color:rgb(255 255 255 / .65);transition:color var(--transition)}.footer-nav__link:hover{color:var(--color-white)}.footer-contact{display:flex;flex-direction:column;gap:.875rem}.footer-contact__item{display:flex;gap:.625rem;font-size:.875rem;color:rgb(255 255 255 / .65);line-height:1.5}.footer-contact__item svg{width:16px;height:16px;fill:none;stroke:rgb(255 255 255 / .4);stroke-width:1.5;flex-shrink:0;margin-top:2px}.footer-contact__item a{color:rgb(255 255 255 / .65);transition:color var(--transition)}.footer-contact__item a:hover{color:var(--color-white)}.footer-bottom{padding-block:1.5rem}.footer-bottom__inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem 2rem;justify-content:space-between}.footer-meta{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;font-size:.75rem;color:rgb(255 255 255 / .35)}.footer-legal-links{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;font-size:.75rem}.footer-legal-links a{color:rgb(255 255 255 / .4);transition:color var(--transition)}.footer-legal-links a:hover{color:rgb(255 255 255 / .7)}.footer-disclaimer{width:100%;font-size:.7rem;color:rgb(255 255 255 / .25);line-height:1.5;margin-top:.5rem}@media (max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom__inner{flex-direction:column;gap:.75rem}}.footer-dev{font-size:.7rem;color:rgb(255 255 255 / .25);margin-top:.75rem;text-align:center}.footer-dev a{color:rgb(255 255 255 / .35);text-decoration:none;transition:color var(--transition)}.footer-dev a:hover{color:rgb(255 255 255 / .65)}