/* Legal pages — privacy & terms.
   Loaded after styles.css; adds a constrained reading column. */

.legal {
  position: relative; z-index: 1;
  max-width: 760px;
  margin: 12px auto 80px;
  padding: 0 28px;
  color: rgba(232,224,255,0.86);
  font-size: 16px; line-height: 1.65;
}

.legal-head {
  margin: 32px 0 48px;
  text-align: center;
}
.legal-head .eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.32em;
  color: var(--rift-gold, #FAB940); text-transform: uppercase;
}
.legal-head h1 {
  font-family: var(--rift-font-display);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 900; letter-spacing: -0.02em;
  margin: 12px 0 8px; color: #fff;
}
.legal-head .legal-meta {
  font-size: 13px; color: rgba(184,174,217,0.65);
  letter-spacing: 0.04em;
}

.legal h2 {
  font-family: var(--rift-font-display);
  font-size: 26px; font-weight: 800; letter-spacing: -0.01em;
  color: #fff;
  margin: 48px 0 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.legal h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }

.legal h3 {
  font-size: 17px; font-weight: 800; letter-spacing: 0.02em;
  color: #fff;
  margin: 28px 0 10px;
}

.legal p { margin: 0 0 14px; }
.legal ul {
  margin: 0 0 18px; padding-left: 22px;
}
.legal li { margin-bottom: 6px; }
.legal strong { color: #fff; font-weight: 700; }
.legal em { color: rgba(232,224,255,0.7); font-style: italic; }
.legal a {
  color: var(--rift-gold, #FAB940);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal a:hover { color: #fff; }

.legal-sign {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  color: rgba(184,174,217,0.65);
  font-size: 14px; letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .legal { padding: 0 22px; margin-bottom: 60px; }
  .legal h2 { font-size: 22px; margin-top: 38px; }
}
