/* Studio Dawn — Policies. Loads after system.css + site.css + content.css. */

.policy { border-top: 1px solid var(--hair-strong); padding-block: clamp(40px,5vw,64px); }
.policy:first-child { border-top: 0; }
.policy:last-child { border-bottom: 1px solid var(--hair-strong); }
.p-lab { font-family: var(--mono); font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--crimson); font-weight: 700; margin-bottom: 14px; }
.p-h { font-size: clamp(22px,2.4vw,32px); font-weight: 600; letter-spacing: -0.02em; margin: 0 0 18px; }
.policy p { font-size: 15px; line-height: 1.65; color: var(--umber); margin: 0 0 16px; }
.policy ul { margin: 0 0 16px; padding-left: 20px; }
.policy li { font-size: 15px; line-height: 1.65; color: var(--umber); margin-bottom: 6px; }
.sign-off { margin-top: clamp(48px,5vw,72px); padding-top: 24px; border-top: 1px solid var(--hair-strong); font-family: var(--mono); font-size: 14px; color: var(--umber-2); letter-spacing: 0.02em; }

p { text-wrap: pretty; max-width: 74ch; }
