/* ── FOOTER ────────────────────────────────────── */
/* padding-bottom carries the iPhone home-indicator inset so the
   copyright line clears the swipe bar on iPhone X+ in fullscreen /
   home-screen add. Falls back to 28px on non-notch devices. */
.footer{
  border-top:1px solid var(--line-soft);
  padding-top:28px;
  padding-bottom:max(28px, env(safe-area-inset-bottom));
}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.footer-copy{font-size:var(--fs-base);color:var(--text-dim);line-height:1.4}

