/* ── Privacy policy page — same visual language as contact/equipe/evenement ── */
.legal-section {
    min-height: 100vh;
    padding: 80px 0 60px;
}

.legal-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
    font-family: 'Geist Mono', monospace;
    color: #3A3830;
}

.legal-intro-block {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(139,105,20,0.15);
}

.legal-intro-block h1 {
    font-family: 'Geist Mono', monospace;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #1C1C1A;
    margin-bottom: 0.4rem;
}

.legal-intro-block p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}

.legal-content h2 {
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8B6914;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
}

.legal-content p,
.legal-content li {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #3A3830;
}

.legal-content ul {
    padding-left: 1.2rem;
}

.legal-table-wrap {
    overflow-x: auto;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0 1rem;
    font-size: 0.85rem;
}

.legal-table th,
.legal-table td {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(139,105,20,0.15);
}

.legal-table th {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #8B6914;
}
