/* Privacy page. A plain-text utility page per docs/website/04 §B8: short
   Ink header, then plain paragraph typography only, no cards, diagrams
   or CTA styling beyond a simple text link back to Contact. */

.pv-hero-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
  margin: 0 0 var(--space-3);
}

.pv-body {
  text-align: left;
}

.pv-column {
  max-width: 720px;
  margin: 0 auto;
}

.pv-column h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--step-h3);
  line-height: 1.2;
  margin: var(--space-6) 0 var(--space-3);
  max-width: none;
}

.pv-column h2:first-of-type {
  margin-top: var(--space-5);
}

.pv-column p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 var(--space-4);
}

.pv-column ul {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-4);
}

.pv-column li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: var(--space-2);
}

.pv-column a {
  color: var(--color-dark-green);
  font-weight: 600;
}

.pv-updated {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.7;
}

.pv-back-link {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(18, 35, 28, 0.1);
}
