/* ─── Legal Pages (Privacy & Terms) ─────────────── */
.legal {
    padding: 7rem 1.5rem 4rem;
}

.legal-container {
    max-width: 720px;
    margin: 0 auto;
}

.legal h1 {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 0.25rem;
}

.legal-updated {
    font-size: 0.9rem;
    color: var(--roasted-bean);
    opacity: 0.7;
    margin-bottom: 2.5rem;
}

.legal section {
    margin-bottom: 2rem;
}

.legal h2 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 0.5rem;
}

.legal p {
    color: var(--roasted-bean);
    line-height: 1.75;
    font-size: 1rem;
}

.legal a {
    color: var(--copper-kettle);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal a:hover {
    color: var(--roasted-bean);
}
