

/* ============================================================
   20 · legal/info page body — plain prose, no decoration
   ============================================================ */

.legal-shell {
    max-width: 880px;
    margin: 0 auto;
    padding: 90px 28px 110px;
}

.legal-shell__crumbs {
    font-family: var(--type-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--paint-low);
    margin-bottom: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.legal-shell__crumbs a {
    color: var(--paint-low);
    border-bottom: 1px solid transparent;
    transition: color .2s ease, border-color .2s ease;
}

.legal-shell__crumbs a:hover {
    color: var(--flare);
    border-bottom-color: var(--flare);
}

.legal-shell__crumbs .sep {
    color: var(--concrete);
}

.legal-shell h1 {
    font-family: var(--type-display);
    font-weight: 400;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.04;
    color: var(--paint);
    margin: 0 0 18px;
    text-transform: lowercase;
    letter-spacing: -0.01em;
}

.legal-shell__meta {
    font-family: var(--type-mono);
    font-size: 12px;
    color: var(--paint-low);
    letter-spacing: 0.08em;
    padding-bottom: 28px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--line-sharp);
}

.legal-shell__body {
    color: var(--paint-dim);
    font-size: 15.5px;
    line-height: 1.78;
}

.legal-shell__body h2 {
    font-family: var(--type-ui);
    font-weight: 700;
    font-size: 20px;
    color: var(--paint);
    margin: 38px 0 14px;
    letter-spacing: 0.005em;
}

.legal-shell__body h3 {
    font-family: var(--type-mono);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--flare);
    margin: 26px 0 10px;
}

.legal-shell__body p {
    margin: 0 0 16px;
}

.legal-shell__body strong {
    color: var(--paint);
    font-weight: 600;
}

.legal-shell__body a {
    color: var(--flare);
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.legal-shell__body ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 22px;
}

.legal-shell__body ul li {
    position: relative;
    padding: 4px 0 4px 22px;
}

.legal-shell__body ul li:before {
    content: '//';
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--flare);
    font-family: var(--type-mono);
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 760px) {
    .legal-shell {
        padding: 60px 22px 80px;
    }
    .legal-shell__body { font-size: 14.5px; }
}
