/* ── POLICY PAGES ── */
body.policy-page { background: var(--white); }
.page-hero {
  padding: 140px 0 80px;
  background: var(--mocha-dark);
  border-bottom: 1px solid rgba(237,227,223,0.08);
  margin-top: 76px;
}
.page-hero-inner { max-width: 1160px; margin: 0 auto; padding: 0 60px; }
.eyebrow {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(237,227,223,0.35); display: block; margin-bottom: 24px;
}
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 300; line-height: 0.95;
  color: var(--blush-light); letter-spacing: -1.5px;
}
.page-subtitle {
  font-size: 13px; font-weight: 300;
  color: rgba(237,227,223,0.4); margin-top: 20px;
}
.policy-content { max-width: 860px; margin: 0 auto; padding: 80px 60px 120px; }
.policy-intro {
  background: var(--blush-light); border: 1px solid var(--border);
  padding: 28px 32px; margin-bottom: 60px;
}
.policy-intro p { font-size: 14px; font-weight: 300; line-height: 1.85; color: var(--mocha); }
.policy-section { margin-bottom: 52px; padding-bottom: 52px; border-bottom: 1px solid var(--border); }
.policy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.policy-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 400; color: var(--mocha-dark);
  margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border);
}
.policy-section p {
  font-size: 14px; font-weight: 300; line-height: 1.9;
  color: var(--mocha); margin-bottom: 14px;
}
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { list-style: none; margin: 12px 0; }
.policy-section ul li {
  font-size: 14px; font-weight: 300; line-height: 1.8;
  color: var(--mocha); padding: 4px 0 4px 18px; position: relative;
}
.policy-section ul li::before { content: '–'; position: absolute; left: 0; color: var(--mocha-light); }
.policy-section a { color: var(--mocha-dark); text-decoration: underline; }
.policy-section em { font-style: italic; }
.policy-definitions { margin: 0; }
.policy-definitions dt {
  font-size: 13px; font-weight: 500; color: var(--mocha-dark); margin-top: 16px;
}
.policy-definitions dd {
  font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--mocha); margin-left: 0; margin-top: 4px;
}
.contact-block {
  background: var(--blush); border: 1px solid var(--border);
  padding: 32px 36px; margin-top: 60px;
}
.contact-block p { font-size: 14px; font-weight: 300; line-height: 1.85; color: var(--mocha); margin-bottom: 8px; }
.contact-block p:last-child { margin-bottom: 0; }
.contact-block a { color: var(--mocha-dark); }
#main-nav.light-page {
  background: rgba(253,250,249,0.97) !important;
  border-bottom: 1px solid var(--border);
}
#main-nav.light-page .nav-logo img { filter: none !important; }
#main-nav.light-page .nav-links a { color: var(--mocha); }
#main-nav.light-page .nav-links a:hover { color: var(--mocha-dark); background: var(--blush-light); }
#main-nav.light-page .nav-cta {
  background: var(--mocha-dark) !important; color: var(--white) !important;
  border-color: var(--mocha-dark) !important;
}
#main-nav.light-page .nav-cta:hover { background: var(--mocha) !important; }
@media (max-width: 768px) {
  .page-hero { padding: 100px 0 48px; }
  .page-hero-inner { padding: 0 24px; }
  .policy-content { padding: 48px 24px 80px; }
}

  