.legal-page {
  padding-bottom: 24px;
}

.legal-hero {
  margin: 12px;
  border-radius: var(--radius-xl);
  min-height: 320px;
  background: #0c0c0c;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 120px 24px 72px;
}

.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 90%, rgba(120, 120, 120, 0.25), transparent 40%);
}

.legal-hero__date {
  position: relative;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.legal-hero h1 {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: -0.045em;
}

.legal-body {
  width: min(100% - (var(--pad) * 2), 760px);
  margin: 40px auto 56px;
  background: #fff;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
}

.legal-body > .lead {
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
}

.legal-body h5 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 32px 0 12px;
}

.legal-body p {
  color: rgba(10, 10, 10, 0.78);
  margin-bottom: 12px;
}

.legal-body ul {
  margin: 0 0 12px;
  padding-left: 1.1rem;
  list-style: disc;
}

.legal-body li {
  margin: 6px 0;
  color: rgba(10, 10, 10, 0.78);
}

.legal-body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-body strong.subhead {
  display: block;
  margin: 16px 0 8px;
  color: #0a0a0a;
}
