.legal-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 88px 24px 120px;
    position: relative;
    z-index: 10;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--gold-dim);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    transition: color 0.2s;
}

.legal-back:hover { color: var(--gold); }

.legal-eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dim);
    margin-bottom: 12px;
}

.legal-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.9rem, 5vw, 3rem);
    font-weight: 600;
    color: var(--gold);
    line-height: 1.2;
    margin-bottom: 16px;
}

.legal-subtitle {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.legal-section { margin-bottom: 40px; }

.legal-section h2 {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold-soft);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.legal-section p,
.legal-section li {
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.85;
}

.legal-section p { margin-bottom: 12px; }

.legal-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-section li {
    padding: 9px 0 9px 22px;
    position: relative;
    border-bottom: 1px solid var(--border);
}

.legal-section li:last-child { border-bottom: 0; }

.legal-section li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold-dim);
}

.legal-section a,
.legal-footer a {
    color: var(--gold-soft);
    text-underline-offset: 3px;
}

.legal-callout {
    padding: 20px 22px;
    margin: 24px 0;
    border-left: 2px solid var(--gold);
    background: rgba(212,175,55,0.04);
}

.legal-footer {
    margin-top: 60px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.8;
}

.legal-footer p + p { margin-top: 6px; }

@media (max-width: 600px) {
    .legal-wrap { padding: 72px 18px 88px; }
    .legal-subtitle { margin-bottom: 36px; padding-bottom: 32px; }
}
