/* Shared public-site foundations, taken from the Resources visual reference. */
:root{--paper:#fafbf7;--ink:#1d201a;--text:#1d201a;--muted:#686c62;--line:#dce0d5;--surface:#efefe8;--lime:#d7fa73;--purple:#7653b9}
body{-webkit-font-smoothing:antialiased}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}
.site-footer,.site-footer.wrap{display:block;width:min(1192px,calc(100% - 64px));max-width:1192px;margin:0 auto;padding:48px 0 90px;color:var(--muted);font-size:14px}
.footer-top{display:grid;grid-template-columns:210px minmax(0,1fr);gap:40px}.site-footer .brand{display:inline-flex;font:800 29px Manrope,sans-serif;letter-spacing:-1.6px;color:var(--text)}
.site-footer p,.footer-top>div>p{display:block;max-width:260px;margin:16px 0;font-size:14px;line-height:1.7}
.footer-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.footer-links section{display:flex;flex-direction:column;gap:10px}.footer-links h3{margin:5px 0 8px;font:600 14px 'DM Sans',sans-serif;color:var(--text);text-transform:none;letter-spacing:normal}.footer-links a{font-size:13px;line-height:1.6}.site-footer a:hover{color:var(--text);text-decoration:underline;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:38px;padding-top:22px;font-size:12px}
@media(max-width:1100px){.footer-top{grid-template-columns:1fr;gap:32px}.site-footer p{max-width:480px}}@media(max-width:760px){.site-footer,.site-footer.wrap{width:calc(100% - 44px)}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-bottom{flex-direction:column;gap:8px}}
