.site-footer__legal {
  margin-top: 2rem;
  padding-top: clamp(1rem, 2vw, 1.5rem);
  border-top: 1px solid color-mix(in srgb, var(--white) 14%, transparent);
}

.site-footer__legal p {
  max-width: none;
  margin: 0;
  color: color-mix(in srgb, var(--white) 46%, transparent);
  font-size: 0.6875rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }
}
