/* Legal pages — same two colours, same monospace, narrower measure for long prose. */

.legal {
  max-width: 680px;
  padding-top: 72px;
  padding-bottom: 96px;
}

.legal-nav {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
}

.legal-nav a {
  color: var(--quiet);
  text-decoration: none;
  border-bottom: 1px solid var(--faint);
}

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

.legal h1 {
  font-size: clamp(28px, 6vw, 40px);
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.effective {
  color: var(--quiet);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 56px;
}

/* The one thing a reviewer should be able to read without scrolling. */
.summary {
  border: 1px solid var(--faint);
  padding: 24px 26px;
  margin-bottom: 64px;
}

.summary p {
  margin: 0;
}

.legal section {
  padding: 0;
  border-top: 0;
  margin-bottom: 48px;
}

.legal h2 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--quiet);
  margin-bottom: 16px;
}

.legal p {
  max-width: none;
}

.legal ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal li {
  margin-bottom: 10px;
}

.legal a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--faint);
}

.legal strong {
  font-weight: 700;
}

@media (max-width: 640px) {
  .legal {
    padding-top: 48px;
  }

  .legal-nav {
    margin-bottom: 44px;
  }

  .effective {
    margin-bottom: 40px;
  }

  .summary {
    margin-bottom: 48px;
  }
}
