:root {
  --policy-navy: #000066;
  --policy-gold: #b89b4f;
  --policy-paper: #fffdf8;
  --policy-ink: #22212a;
  --policy-muted: #65616a;
}

.policy-page {
  background: var(--policy-paper);
  color: var(--policy-ink);
}

.policy-shell {
  margin: 0 auto;
  max-width: 58rem;
  padding: clamp(3rem, 8vw, 6rem) 1.5rem;
}

.policy-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 102, 0.13);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 70, 0.08);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.policy-card header {
  border-bottom: 1px solid rgba(0, 0, 102, 0.14);
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}

.policy-eyebrow {
  color: var(--policy-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.policy-card h1,
.policy-card h2 {
  color: var(--policy-navy);
  font-family: Georgia, "Times New Roman", serif;
}

.policy-card h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1;
  margin: 0;
}

.policy-updated {
  color: var(--policy-muted);
  margin: 1rem 0 0;
}

.policy-card section + section {
  margin-top: 2.25rem;
}

.policy-card h2 {
  font-size: 1.55rem;
  margin: 0 0 0.65rem;
}

.policy-card section p {
  line-height: 1.75;
  margin: 0;
}

.policy-card a {
  color: var(--policy-navy);
  text-decoration: underline;
  text-decoration-color: var(--policy-gold);
  text-underline-offset: 0.2em;
}
