.policy-header {
  padding: calc(var(--nav-h) + 80px) clamp(20px, 5vw, 60px) 60px;
  text-align: center;
}

.policy-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}

.policy-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.policy-updated {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.policy-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px) 120px;
}

.policy-section {
  border-top: 1px solid var(--border);
  padding-top: 48px;
  margin-top: 48px;
}

.policy-section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.policy-section h2 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
}

.policy-section h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin: 28px 0 8px;
}

.policy-section p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.policy-section ul {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  padding-left: 20px;
  margin-bottom: 16px;
}

.policy-section ul li {
  margin-bottom: 6px;
}

.policy-section a {
  color: var(--green);
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}
