.legal-page {
  padding: 120px 0 80px;
  min-height: 100vh;
}

.legal-container {
  max-width: 680px;
}

.legal-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  line-height: 1.04;
}

.legal-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--text-dim);
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule);
}

.legal-meta strong {
  color: var(--text-muted);
  font-weight: 500;
}

.legal-body { display: flex; flex-direction: column; }
.legal-body > * + * { margin-top: 18px; }

.legal-body h2 {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-top: 44px !important;
  padding-top: 28px;
  border-top: 1px solid var(--rule-soft);
}

.legal-body h2:first-child {
  margin-top: 0 !important;
  border-top: none;
  padding-top: 0;
}

.legal-body h3 {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-mid);
  margin-top: 24px !important;
}

.legal-body p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

.legal-body a {
  color: var(--ember);
  text-decoration: none;
}
.legal-body a:hover { text-decoration: underline; }

.legal-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-body ul li {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}

.legal-body ul li::before {
  content: '/';
  position: absolute;
  left: 0;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
}

.legal-body strong {
  color: var(--text-mid);
  font-weight: 600;
}
