.legal {
  padding: 72px 0 96px;
}

.legal__inner {
  max-width: 720px;
}

.legal__header {
  margin-bottom: 56px;
}

.legal__header h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin: 16px 0 12px;
}

.legal__meta {
  font-size: 14px;
  color: var(--ink-3);
}

.legal__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.legal__body section h2 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
  color: var(--ink);
}

.legal__body section p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 10px;
}

.legal__body section p:last-child { margin-bottom: 0; }

.legal__body section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0;
  padding-left: 4px;
}

.legal__body section ul li {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}

.legal__body section ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--ink-3);
}

.legal__body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__body a:hover { color: var(--accent-h); }
