/* ========================================
   Privacy page
   ======================================== */

.privacy-panel {
    padding: var(--size-10) 0;
}

.privacy-panel h1 {
    margin: 0;
    max-width: 28ch;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--site-text);
}

.privacy-panel .lede {
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--site-text-muted);
    max-width: 62ch;
}

.prose h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--site-text);
}

.prose p {
    margin: 0;
    line-height: 1.85;
    color: var(--site-text-muted);
}

.prose ul {
    margin: var(--size-3) 0;
    padding-left: var(--size-5);
    list-style: disc;
}

.prose li {
    line-height: 1.85;
    color: var(--site-text-muted);
}

.prose-section {
    padding-top: var(--size-6);
    border-top: 1px solid var(--site-border, rgba(59, 51, 42, 0.1));
}

.privacy-updated {
    margin-top: var(--size-5);
    font-size: 0.9rem;
    color: var(--site-text-muted);
    opacity: 0.7;
}