.privacy-policy-page { background: #ffffff; color: var(--text); }
.privacy-policy-main { padding: 72px 24px 96px; }
.privacy-policy-content { width: min(820px, 100%); margin: 0 auto; }
.privacy-policy-content h1, .privacy-policy-content h2 { font-family: "Cormorant Garamond", serif; color: var(--text); }
.privacy-policy-content h1 { margin: 14px 0 8px; font-size: clamp(3rem, 7vw, 5rem); line-height: .96; }
.privacy-policy-content h2 { margin: 44px 0 14px; font-size: clamp(1.65rem, 3vw, 2.15rem); line-height: 1.08; }
.privacy-policy-content p, .privacy-policy-content address { margin: 0 0 16px; color: var(--muted); font-size: 1rem; font-style: normal; line-height: 1.8; }
.privacy-policy-content a { text-decoration: underline; text-underline-offset: 3px; }
.privacy-policy-kicker { margin: 30px 0 0 !important; color: var(--text) !important; font-size: .76rem !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.privacy-policy-effective { margin-bottom: 34px !important; color: var(--text) !important; }
@media (max-width: 640px) { .privacy-policy-main { padding: 44px 16px 64px; } .privacy-policy-content h2 { margin-top: 34px; } }
