/* Adapted from the canonical site-footer in assets/style.css and index.php.
   Local tokens and assets keep the standalone document independent. */
.site-footer { margin-top: 16px; padding: 36px 0 28px; border-top: 1px solid var(--line); background: #fff; }
.site-footer .footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 28px; }
.site-footer .footer-brand { max-width: 250px; }
.site-footer .footer-logo { display: block; object-fit: contain; object-position: left center; margin-bottom: 14px; }
.site-footer .footer-tagline { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.6; }
.site-footer .footer-cols { display: contents; }
.site-footer .footer-col h3 { font: 600 12px Geist, Arial, sans-serif; color: var(--muted); margin: 0 0 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-col ul { display: flex; flex-direction: column; gap: 4px; }
.site-footer .footer-col a { display: inline-block; padding: 6px 0; color: var(--ink); font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: var(--blue); text-decoration: underline; }
.site-footer .footer-bottom { padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; font-size: 11px; color: var(--muted); font-family: 'Geist Mono', monospace; }
.site-footer .footer-copy { margin: 0; }
.site-footer .footer-copy a { color: inherit; text-decoration-thickness: 1px; }
.site-footer .footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer .footer-legal a { display: inline-block; padding: 8px 0; color: var(--muted); }
@media (max-width: 719px) {
  .site-footer .footer-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .site-footer .footer-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
