/* „Vzduch" — minimalistická ATS: velkorysé bílé místo, lehké písmo, prostrkané titulky */

.cv--vzduch {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.7;
    padding: 64px 68px;
    color: #333333;
}

.cv--vzduch .cv-head { text-align: center; margin-bottom: 40px; position: relative; }
.cv--vzduch .cv-name {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1a1a1a;
}
.cv--vzduch .cv-title {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--cva);
}
.cv--vzduch .cv-contacts {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 20px;
    font-size: 11px;
    color: #777777;
    letter-spacing: 0.04em;
}
.cv--vzduch .cv-photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
}
.cv--vzduch .cv-photo img { width: 100%; height: 100%; object-fit: cover; }

.cv--vzduch .cv-sec { margin-bottom: 30px; }
.cv--vzduch .cv-h2 {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--cva);
    text-align: center;
    margin-bottom: 16px;
}
.cv--vzduch .cv-h2::after {
    content: '';
    display: block;
    width: 32px;
    border-top: 1px solid var(--cva);
    margin: 8px auto 0;
}

.cv--vzduch .cv-item { margin-bottom: 16px; }
.cv--vzduch .cv-item-head { display: flex; justify-content: space-between; gap: 12px; }
.cv--vzduch .cv-item-title { font-weight: 500; font-size: 13.5px; color: #1a1a1a; }
.cv--vzduch .cv-item-dates { font-size: 11px; color: #999999; letter-spacing: 0.06em; }
.cv--vzduch .cv-item-sub { font-size: 12px; color: #777777; }
.cv--vzduch .cv-item-desc { font-size: 12px; margin-top: 3px; }

.cv--vzduch .cv-dots { display: none; }
.cv--vzduch .cv-skills { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 26px; }
.cv--vzduch .cv-skill { font-size: 12px; }
.cv--vzduch .cv-langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 26px; }
.cv--vzduch .cv-langs li { display: flex; gap: 8px; font-size: 12px; }
.cv--vzduch .cv-lang-level { color: #999999; }
.cv--vzduch .cv-list { text-align: center; }
.cv--vzduch .cv-list li { font-size: 12px; margin-bottom: 3px; }
.cv--vzduch .cv-sec--driving p, .cv--vzduch .cv-sec--interests p, .cv--vzduch .cv-summary { text-align: center; }
