:root {
  --bg: #fbfaf6;
  --ink: #11151b;
  --muted: #646d78;
  --soft: #929aa4;
  --line: #ded8ce;
}

.site-footer {
  margin-top: auto;
  padding: 14px 0 0;
  border-top: none;
  text-align: center;
}

.footer-line {
  margin: 0;
  color: #8f98a2;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
}

.footer-line a {
  color: #8f98a2;
  text-decoration: none;
}

.footer-line a:hover {
  color: #68717b;
}

@media (max-width: 720px) {
  .footer-line {
    white-space: normal;
    font-size: 10px;
    line-height: 1.4;
  }
}

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 64px;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

.legal-page h1 {
  margin: 0 0 8px;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.legal-page .meta {
  margin: 0 0 32px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 600;
}

.legal-page h2 {
  margin: 32px 0 10px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.legal-page h3 {
  margin: 20px 0 8px;
  font-size: 17px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 16px;
}

.legal-page ul {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.legal-page a {
  color: var(--ink);
}

.legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.legal-brand .mark {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 800;
}

.legal-back {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-back:hover {
  color: var(--ink);
}
