/* Legal pages. Deliberately plain: these exist to be read and to be checked by
   a carrier reviewer, so clarity beats art direction. Same tokens as the site
   so they still feel like the same shop. */
.legal {
  max-width: 62ch;
  margin: 0 auto;
  padding: 7rem 1.25rem 5rem;
}
.legal h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 8vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}
.legal .updated { color: var(--muted); font-size: 0.85rem; margin-bottom: 2.5rem; }
.legal h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 2.5rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--red);
}
.legal p, .legal li { color: #cdd2da; line-height: 1.65; margin-bottom: 0.9rem; }
.legal ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.legal li { margin-bottom: 0.5rem; }
.legal strong { color: var(--text); }
.legal a { color: var(--red); }
.legal .back { display: inline-block; margin-top: 3rem; color: var(--muted); font-size: 0.9rem; }
.legal .back:hover { color: var(--red); }
