/* ============================================================
   MAYFAIR PLACE — Policy Pages (Privacy & Cookies)
   ============================================================ */

.policy-page {
  background: var(--cream);
  padding: 120px 0 160px;
}

.policy-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 48px;
}

.policy-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.policy-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.policy-updated {
  font-size: 14px;
  font-weight: 300;
  color: #9B9B9B;
  margin-bottom: 72px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(26,26,26,0.1);
}

.policy-body p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 28px;
}

.policy-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 19px);
  color: var(--ink);
  margin-top: 52px;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.policy-body a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-body a:hover {
  color: var(--gold);
}

/* ---------- Footer policy links in copyright bar ---------- */
.footer__copy a {
  color: rgba(249,247,242,0.45);
  text-decoration: none;
  font-size: inherit;
  transition: color 0.2s;
}

.footer__copy a:hover {
  color: rgba(249,247,242,0.75);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .policy-page { padding: 80px 0 100px; }
  .policy-inner { padding: 0 24px; }
}
