/* Shared site footer — single source of truth.
   Markup lives in routers/pages.py::_FOOTER_HTML, injected via the
   `<!-- FOOTER -->` placeholder by _render_with_chrome. Brand tokens
   (--bg, --ink-2, --line, --serif, --accent) MUST be defined on the
   page (see nav.css note). */
.site-foot{margin-top:64px;padding:32px 0 48px;border-top:1px solid var(--line);color:var(--ink-2)}
.site-foot .wrap.foot-row{max-width:var(--page-max,1440px);margin:0 auto;padding:0 var(--page-gutter,56px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}
.site-foot .foot-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;line-height:1}
.site-foot .foot-brand .u-orbit{width:44px;height:44px}
.site-foot .foot-brand .u-orbit-node{width:12px;height:12px}
.site-foot .foot-brand .u-orbit-badge{display:block;font-size:4px}
.site-foot .foot-brand .u-orbit-center{font-size:22px}
.site-foot .foot-brand .logo-word{font-size:24px}
.site-foot .foot-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;font-size:14px}
.site-foot .foot-links a{color:var(--ink-2);text-decoration:none}
.site-foot .foot-links a:hover{color:var(--ink)}
.site-foot .foot-mini{font-size:12px;color:var(--muted);line-height:1.5;max-width:64ch;margin:0 auto;text-align:center}
@media (min-width:720px){
  .site-foot .wrap.foot-row{flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px}
  .site-foot .foot-mini{flex-basis:100%;text-align:center}
}
@media (max-width:900px){.site-foot .wrap.foot-row{padding-left:var(--page-gutter-mobile,24px);padding-right:var(--page-gutter-mobile,24px)}}
@media (min-width:901px){.site-foot .foot-mini{flex-basis:auto;margin:0;text-align:left}}
