/* Estilos de las páginas legales. Mantienen el sistema editorial del sitio
   pero en una columna de lectura estrecha. */

.legal {
    max-width: 760px;
}

.legal h2 {
    font-family: "EB Garamond", serif;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-top: 56px;
    margin-bottom: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--border-subtle);
}

.legal h2:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.legal p,
.legal li {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--ink-muted);
    margin-bottom: 16px;
}

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

.legal li {
    padding-left: 20px;
    position: relative;
}

.legal li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 1px;
    background: var(--ink);
}

/* Marca visualmente el texto que el área legal aún debe redactar, para que
   no llegue a producción por descuido. */
.pendiente {
    display: block;
    border-left: 2px solid var(--ink);
    background: #f3f3f4;
    padding: 16px 20px;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: var(--ink);
    margin-bottom: 16px;
}

.pendiente strong {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
