.site-footer{border-top:1px solid var(--rule,rgba(0,0,0,.1));background:transparent;color:var(--ink,#111);font-family:var(--font-body,Arial,Helvetica,sans-serif)}html[data-theme="dark"] .site-footer{border-top-color:rgba(201,162,74,.16);color:#cbc2ab}.site-footer .footer-inner{max-width:1100px;margin:0 auto;padding:22px 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-copy,.footer-links a,.footer-social a{letter-spacing:.01em}.footer-links{display:flex;align-items:center;gap:10px;justify-content:flex-start;justify-self:start}.footer-copy{margin:0;font-size:14px;opacity:.75;color:inherit;text-align:center;justify-self:center}.footer-social{display:flex;align-items:center;gap:10px;justify-content:flex-end;justify-self:end}.footer-links a,.footer-social a{text-decoration:none;color:inherit;opacity:.75}.footer-links a:hover,.footer-social a:hover{opacity:1;text-decoration:underline}.footer-social a{gap:6px;font-weight:500}.footer-social svg{fill:currentColor;display:none;opacity:.85}@media (max-width:700px){.site-footer .footer-inner{grid-template-columns:1fr;gap:8px;text-align:center}.footer-links,.footer-social{justify-content:center;justify-self:center}}