.site-footer__grid{display:grid;grid-template-columns:1fr;gap:1.25rem 1.5rem}@media (min-width:640px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.site-footer__grid{grid-template-columns:minmax(180px,1.25fr) repeat(3,minmax(0,1fr));gap:1.5rem 2.5rem;align-items:start}}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.site-footer__swiss{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:400;letter-spacing:.04em;color:rgba(255,255,255,.42)}.site-footer__socials{display:flex;flex-direction:row;align-items:center;gap:.625rem;margin-top:.25rem}.site-footer__social{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;color:rgba(255,255,255,.45);background:rgba(255,255,255,.06);transition:color .15s ease,background-color .15s ease}.site-footer__social:hover{color:#000;background:var(--carbium-yellow)}.site-footer__col{display:flex;flex-direction:column;gap:.625rem}.site-footer__col-title{font-size:.625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.35)}.site-footer__links{display:flex;flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none}.site-footer__link{display:inline-block;width:fit-content;font-size:.8125rem;font-weight:400;line-height:1.45;color:rgba(255,255,255,.62);text-decoration:none;transition:color .15s ease}.site-footer__link:hover{color:#fff}