:root{--footer-link-color:rgba(236,233,222,.78);--footer-blurb-color:rgba(236,233,222,.55);--footer-divider-color:rgba(236,233,222,.12);--footer-legal-color:rgba(236,233,222,.5);--footer-copy-color:rgba(236,233,222,.4);--footer-eyebrow-color:#7a7088}.site-footer{background:var(--color-primary-purple);padding:clamp(48px,5vw,72px) 0 clamp(30px,4vw,48px)}.site-footer__inner{margin:0 auto;max-width:var(--max-width-content);padding:0 clamp(24px,5vw,72px)}.site-footer__columns{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:38px}.site-footer__brand{flex:1 1 260px}.site-footer__wordmark{line-height:0;margin-bottom:16px}.site-footer__wordmark img{display:block;height:32px;width:auto}.site-footer__blurb{color:var(--footer-blurb-color);font-size:14px;line-height:1.6;margin:0;max-width:280px}.site-footer__col{display:flex;flex:0 1 150px;flex-direction:column;gap:11px}.site-footer__col-eyebrow{color:var(--footer-eyebrow-color);font-family:var(--font-family-mono);font-size:10px;letter-spacing:.1em;margin:0 0 3px;text-transform:uppercase}.site-footer__link{color:var(--footer-link-color);font-size:14px;line-height:1.4;text-decoration:none}.site-footer__link:hover{color:var(--color-off-white)}.site-footer__legal{align-items:center;border-top:1px solid var(--footer-divider-color);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:18px}.site-footer__legal-links{display:flex;gap:18px}.site-footer__legal-link{color:var(--footer-legal-color);font-family:var(--font-family-mono);font-size:11px;text-decoration:none}.site-footer__legal-link:hover{color:var(--color-off-white)}.site-footer__copyright{color:var(--footer-copy-color);font-family:var(--font-family-mono);font-size:11px}@media (max-width:768px){.site-footer__columns{flex-direction:column;gap:28px}.site-footer__brand,.site-footer__col{flex:none;width:100%}}