.cv-page {
    position: relative;
    z-index: 1;
    padding: 7rem 1.25rem 4rem;
}

.cv {
    max-width: 920px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-glass);
}

.cv-hero {
    display: flex;
    gap: 1.75rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.cv-avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--glass-border-h);
    box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.15);
    flex-shrink: 0;
}

.cv h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0.6rem 0 0.35rem;
}

.cv-titre {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--accent-light);
    margin: 0 0 0.35rem;
}

.cv-sous,
.cv-meta,
.cv-company {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0.2rem 0 0;
}

.cv-poste {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0.45rem 0 0.35rem;
}

.cv-bio {
    color: var(--text-muted);
    line-height: 1.75;
    font-size: 1.02rem;
    max-width: 42rem;
}

.cv .hero-stats {
    margin: 1.75rem 0 2rem;
}

.cv section {
    padding: 1.75rem 0 0;
    max-width: none;
    margin: 0;
}

.cv .section-title {
    margin-bottom: 1.1rem;
}

.cv-bloc {
    padding: 1.25rem 1.4rem;
    margin-bottom: 0.9rem;
    break-inside: avoid;
}

.cv-bloc h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0.15rem 0 0.25rem;
}

.cv-bloc p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.65; }

.cv-lieu {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-light);
}

.cv .skills-list { margin-bottom: 1.25rem; }

.cv .nav-controls .btn { width: auto; }

@media (max-width: 700px) {
    .cv { padding: 1.4rem; }
    .cv-hero { flex-direction: column; text-align: center; }
    .nav-controls { flex-wrap: wrap; }
}

@media print {
    .no-print, .scene-bg, .theme-fab { display: none !important; }
    body { background: var(--bg-primary); }
    .cv-page { padding: 0; }
    .cv { max-width: none; border: 0; box-shadow: none; }
}
