:root {
  --bg: #ffffff;
  --text: #22252b;
  --muted: #727986;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}

.legal-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.legal-brand {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--text);
  text-decoration: none;
  font: 700 18px/1.1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.legal-article {
  max-width: 760px;
}

.legal-header {
  margin-bottom: 32px;
}

.legal-header h1 {
  margin: 0 0 16px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.legal-header p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.legal-section + .legal-section {
  margin-top: 28px;
}

.legal-section h2 {
  margin: 0 0 14px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.legal-section p {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.72;
}
