/* === Non-CV essay page (blogpost style) === */

.essay-header {
    margin-bottom: 3.5rem;
}

.essay-header .avatar {
    width: 96px;
    height: 96px;
    margin-bottom: 1.75rem;
}

.essay-header h1 {
    font-family: var(--font-body);
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
}

.lang-switch {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    margin-bottom: 2.5rem;
}

.essay section {
    margin-bottom: 3.25rem;
}

.essay section:last-child {
    margin-bottom: 0;
}

.essay h2 {
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 1rem;
}

.essay p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.1rem;
    color: var(--text);
}

.essay p:last-child {
    margin-bottom: 0;
}

.contact-note {
    margin-top: 1.5rem;
    color: var(--text-muted);
    font-style: italic;
}

.back-link {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: var(--text-muted);
}

@media (max-width: 500px) {
    .essay-header {
        margin-bottom: 2.75rem;
    }

    .essay-header h1 {
        font-size: 1.6rem;
    }

    .essay h2 {
        font-size: 1.25rem;
    }

    .essay section {
        margin-bottom: 2.75rem;
    }
}
