/* Site footer — auto-loaded for the footer snippet (site/snippets/footer.php).
   In the design the footer is a single quiet line ("Imprint / Data Policy")
   sitting bottom-right of the landing page. */

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-m);
  padding: var(--space-2xs) var(--space-s);
  font-size: var(--fs-small);
  position: fixed;
}

.site-footer__imprint { margin-right: auto; }

.site-footer__links { display: flex; gap: var(--space-m); }
