html.cv-doc, .cv-body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #121c18;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11.5px;
	line-height: 1.45;
}

.cv-body {
	max-width: 860px;
	margin: 0 auto;
	padding: 28px 32px 40px;
}

.cv-header {
	display: grid;
	grid-template-columns: 112px 1fr auto;
	align-items: start;
	gap: 18px 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid #146348;
}

.cv-photo {
	width: 112px;
	height: 112px;
	object-fit: cover;
	object-position: center top;
	border-radius: 14px;
	border: 1px solid #d6dbd4;
	background: #f3f5f2;
}

.cv-header-main {
	min-width: 0;
}

.cv-eyebrow {
	margin: 0 0 6px;
	color: #146348;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cv-header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.cv-role {
	margin: 6px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.cv-contact {
	text-align: right;
	color: #5a675f;
	font-size: 11px;
	min-width: 170px;
}

.cv-contact p {
	margin: 0 0 3px;
}

.cv-section {
	padding-top: 14px;
	break-inside: avoid;
}

.cv-section h2 {
	margin: 0 0 8px;
	color: #146348;
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-bottom: 1px solid #d6dbd4;
	padding-bottom: 4px;
}

.cv-section > p {
	margin: 0 0 8px;
}

.cv-proof {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cv-proof li {
	color: #5a675f;
}

.cv-expertise {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 18px;
}

.cv-expertise strong {
	display: block;
	margin-bottom: 2px;
}

.cv-expertise p {
	margin: 0;
	color: #5a675f;
}

.cv-role-block {
	margin-bottom: 10px;
	break-inside: avoid;
}

.cv-role-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.cv-role-head span {
	color: #146348;
	white-space: nowrap;
	font-weight: 700;
}

.cv-company {
	margin: 2px 0 4px;
	font-weight: 650;
}

.cv-role-block ul {
	margin: 4px 0 0;
	padding-left: 16px;
	color: #5a675f;
}

.cv-subroles {
	margin-top: 6px !important;
	font-size: 10.5px;
}

.cv-two {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
}

.cv-list {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.cv-list li {
	margin-bottom: 8px;
}

.cv-list strong {
	display: block;
}

.cv-list span {
	color: #5a675f;
}

.cv-print-hint {
	margin-top: 24px;
	color: #5a675f;
	font-size: 11px;
}

@media print {
	.cv-body {
		max-width: none;
		padding: 0;
	}
	.screen-only {
		display: none !important;
	}
	a {
		color: inherit;
		text-decoration: none;
	}
	.cv-photo {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
}

@media (max-width: 720px) {
	.cv-header {
		grid-template-columns: 96px 1fr;
	}
	.cv-contact {
		grid-column: 1 / -1;
		text-align: left;
	}
	.cv-photo {
		width: 96px;
		height: 96px;
	}
}

@page {
	size: A4;
	margin: 12mm;
}
