:root { --green-dark: #1e4426; --green: #2e6b3a; --cream: #faf7ef; --ink: #22301f; --muted: #5f6d58; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.65 Inter, Arial, sans-serif; }
a { color: var(--green); }
.policy-header { background: var(--green-dark); padding: 18px 24px; }
.policy-header a { color: #fff; text-decoration: none; font-weight: 700; }
.policy-main { width: min(760px, calc(100% - 36px)); margin: 42px auto 60px; }
.eyebrow { color: var(--green); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2 { color: var(--green-dark); font-family: Georgia, 'Times New Roman', serif; line-height: 1.2; }
h1 { font-size: clamp(2rem, 6vw, 3rem); margin: 8px 0; }
h2 { font-size: 1.35rem; margin: 32px 0 8px; }
.updated { color: var(--muted); margin: 0; }
.notice { margin-top: 26px; padding: 16px 18px; border-left: 4px solid var(--green); background: #fff; border-radius: 8px; }
li { margin: 6px 0; }
.policy-footer { padding: 28px 18px; text-align: center; background: var(--green-dark); color: #eaf3e5; }
.policy-footer a { color: #fff; }
