/* „Rámeček" — klasická slavnostní: rám kolem celé strany, centrovaná kompozice */

.cv--ramecek {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    line-height: 1.6;
    padding: 34px;
    color: #222222;
}

/* vnitřní rám */
.cv--ramecek .cv-head,
.cv--ramecek .cv-body,
.cv--ramecek .cv-gdpr { position: relative; z-index: 1; }
.cv--ramecek::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 2px solid var(--cva);
    outline: 1px solid var(--cva);
    outline-offset: 3px;
    pointer-events: none;
}
.cv--ramecek { position: relative; }

.cv--ramecek .cv-head { text-align: center; padding: 28px 36px 0; margin-bottom: 24px; }
.cv--ramecek .cv-photo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    border: 2px solid var(--cva);
}
.cv--ramecek .cv-photo img { width: 100%; height: 100%; object-fit: cover; }
.cv--ramecek .cv-name { font-size: 30px; font-weight: bold; color: #1a1a1a; }
.cv--ramecek .cv-title {
    margin-top: 5px;
    font-size: 13px;
    font-variant: small-caps;
    letter-spacing: 0.2em;
    color: var(--cva);
}
.cv--ramecek .cv-contacts {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    font-size: 11.5px;
    color: #555555;
}
.cv--ramecek .cv-contacts li:not(:last-child)::after { content: '•'; margin-left: 8px; color: var(--cva); }

.cv--ramecek .cv-body { padding: 0 40px 30px; }

.cv--ramecek .cv-sec { margin-bottom: 20px; }
.cv--ramecek .cv-h2 {
    text-align: center;
    font-size: 13.5px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.16em;
    color: var(--cva);
    margin-bottom: 10px;
}
.cv--ramecek .cv-h2::after {
    content: '❧';
    display: block;
    font-size: 11px;
    color: var(--cva);
    margin-top: 2px;
}

.cv--ramecek .cv-item { margin-bottom: 12px; }
.cv--ramecek .cv-item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.cv--ramecek .cv-item-title { font-size: 14px; }
.cv--ramecek .cv-item-dates { font-size: 12px; font-style: italic; color: #666666; }
.cv--ramecek .cv-item-sub { font-size: 12.5px; font-style: italic; color: #666666; }
.cv--ramecek .cv-item-desc { font-size: 12.5px; margin-top: 3px; }

.cv--ramecek .cv-summary { text-align: center; font-style: italic; }
.cv--ramecek .cv-dots { color: var(--cva); }
.cv--ramecek .cv-skills { display: flex; flex-wrap: wrap; gap: 6px 0; }
.cv--ramecek .cv-skill { width: 50%; display: flex; justify-content: space-between; padding-right: 26px; font-size: 12.5px; }
.cv--ramecek .cv-langs li { display: flex; justify-content: space-between; max-width: 300px; margin: 0 auto 4px; font-size: 12.5px; }
.cv--ramecek .cv-lang-level { color: #666666; }
.cv--ramecek .cv-list { text-align: center; }
.cv--ramecek .cv-list li { font-size: 12.5px; margin-bottom: 3px; }
.cv--ramecek .cv-sec--driving p, .cv--ramecek .cv-sec--interests p { text-align: center; }
.cv--ramecek .cv-gdpr { padding: 0 40px 30px; text-align: center; }
