.privacy-page h1{ font-size:clamp(32px,5.4vw,68px); overflow-wrap:anywhere; hyphens:auto; }
.privacy-content{ max-width:850px; }
.privacy-content .legal-section:first-child{ margin-top:0; padding-top:0; border-top:0; }
.privacy-content .legal-section > * + *{ margin-top:18px; }
.privacy-content h2{ overflow-wrap:anywhere; hyphens:auto; }
.privacy-content ul{ padding-left:24px; font-size:16px; line-height:1.8; }
.privacy-content li + li{ margin-top:6px; }
.privacy-content a{ color:var(--paper); text-decoration-thickness:1px; text-underline-offset:4px; }
.privacy-content a:hover{ color:var(--mint); }
.privacy-date{ margin-top:34px; padding-top:26px; border-top:1px solid var(--line); }
