:root{--site-footer-bg:#072c12;--site-footer-paper:#faf9f2;--site-footer-muted:rgba(250,249,242,0.55);--site-footer-muted-2:rgba(250,249,242,0.6);--site-footer-brass:#c8a96e;--site-footer-display:"Playfair Display",Georgia,serif;--site-footer-body:"DM Sans",system-ui,sans-serif;--site-footer-mono:"DM Mono","Courier New",monospace}.site-footer{background:var(--site-footer-bg);border-top:1px solid rgba(255,255,255,.08);padding:28px 32px}.site-footer-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.site-footer-text{font-family:var(--site-footer-body);font-size:13px;color:var(--site-footer-muted)}.site-footer-mark{font-family:var(--site-footer-display);font-weight:700;font-size:16px;color:var(--site-footer-paper);letter-spacing:-.01em}.site-footer-links{display:flex;gap:22px;flex-wrap:wrap}.site-footer-link{font-family:var(--site-footer-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--site-footer-muted-2);text-decoration:none;transition:color .2s ease}.site-footer-link:hover{color:var(--site-footer-brass)}@media (max-width:720px){.site-footer-inner{flex-direction:column;text-align:center}}