:root { --text: #211a19; --muted: #5f5552; --page: #fffdfb; --link: #783e49; }
* { box-sizing: border-box; }
html { background: var(--page); }
body { margin: 0; background: var(--page); color: var(--text); font-family: Georgia, "Times New Roman", serif; line-height: 1.72; }
.privacy-document { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 78px 0 96px; text-align: center; }
h1 { margin: 0 0 24px; font-size: clamp(2.7rem, 7vw, 5.4rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
h2 { margin: 48px 0 14px; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 600; line-height: 1.2; }
p { margin: 0 auto 18px; color: var(--muted); font-size: 1.03rem; }
a { color: var(--link); font-weight: 700; }
@media (max-width: 600px) { .privacy-document { width: min(100% - 28px, 900px); padding: 52px 0 72px; } h2 { margin-top: 38px; } p { font-size: 1rem; } }
