/* Legal pages — Terms & Conditions, Privacy Policy */

.legal-wrap {
  padding: 176px 0 96px;
}

.legal-header {
  margin-bottom: 48px;
  max-width: 70ch;
}

.legal-title {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(30px, 4.5vw, 48px);
  margin: 14px 0 0;
}

.legal-effective {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 16px 0 0;
}

.legal-notice {
  border: 1px solid var(--ink-line);
  border-left: 2px solid var(--brass);
  padding: 18px 22px;
  margin: 28px 0 0;
  font-size: 13.5px;
  color: var(--text-muted);
  max-width: 70ch;
}

.legal-notice strong {
  color: var(--text);
}

.legal-body {
  max-width: 70ch;
}

.legal-body h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 18px;
  margin: 44px 0 14px;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.legal-body ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.legal-body li {
  margin-bottom: 6px;
}

.legal-body a {
  color: var(--brass);
  border-bottom: 1px solid var(--brass-soft);
}

.legal-body a:hover {
  border-bottom-color: var(--brass);
}

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

.legal-contact {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--ink-line);
}

.legal-disclaimer {
  margin-top: 40px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  max-width: 70ch;
}

.form-consent {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 14px;
  line-height: 1.5;
}

.form-consent a {
  color: var(--brass);
}
