/* Privacy page: quiet, readable, same world. */
.policy {
  max-width: 38rem;
  margin: 0 auto;
  padding: clamp(2rem, 8vh, 5rem) 1.25rem 4rem;
  font-family: var(--font-machine);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d8c9b8;
}
.policy h1 {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  color: var(--tube-core);
  text-shadow: var(--glow-pink);
  margin-bottom: 0.25rem;
}
.policy h2 {
  font-family: var(--font-machine);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--amber);
  margin: 2rem 0 0.5rem;
}
.policy p + p { margin-top: 0.75rem; }
.policy__updated {
  color: var(--amber-dim);
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.policy__back { margin-top: 3rem; }
