.footer{
  display:flex; align-items:center; justify-content:center; gap:6px;
  margin: 22px 0 calc(18px + var(--safe-bottom));
  font-family: var(--f-ui); font-size:11px; color: var(--text-faint); letter-spacing:0.03em;
}
.footer .brandmark{ font-size:12px; }
