/* ── PAGE WRAPPER ───────────────────────────────────────────────── */
.expPage {
	width: 88%;
	max-width: 1100px;
	margin: 0 auto 80px;
	padding-top: 52px;
}

/* ── RÉSUMÉ HEADER ──────────────────────────────────────────────── */
.resumeHeader {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	padding-bottom: 40px;
	margin-bottom: 12px;
	border-bottom: 1px solid #1a2830;
}

.resumeEyebrow {
	font-family: 'frutiger', monospace;
	font-size: 13px;
	letter-spacing: 0.22em;
	color: #c78b07;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.resumeName {
	font-family: 'frutiger', sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #d3d3d3;
	margin: 0 0 6px;
	line-height: 1.1;
}

.resumeTitle {
	font-family: 'frutiger', monospace;
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #c78b07;
	margin: 0 0 16px;
}

.resumeSummary {
	font-family: 'frutiger', sans-serif;
	font-size: 17px;
	color: #8a9ea8;
	line-height: 1.65;
	max-width: 620px;
	margin: 0 0 18px;
}

.resumeContact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.resumeContactItem {
	font-family: 'frutiger', monospace;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #8a9ea8;
	text-decoration: none;
	transition: color 0.2s ease;
}

a.resumeContactItem:hover {
	color: #c78b07;
}

.resumeActions {
	flex-shrink: 0;
}

.resumePrintBtn {
	font-family: 'frutiger', monospace;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #c78b07;
	background: none;
	border: 1px solid rgba(199, 139, 7, 0.4);
	border-radius: 8px;
	padding: 12px 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.resumePrintBtn:hover {
	background-color: rgba(199, 139, 7, 0.12);
	border-color: #c78b07;
}

.resumeReferences {
	font-family: 'frutiger', monospace;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #7a95a8;
	text-align: center;
	margin: 8px 0 0;
}

/* ── SECTION CHROME ─────────────────────────────────────────────── */
.expSection {
	margin-bottom: 68px;
}

.sectionHeader {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 36px;
}

.sectionEyebrow {
	font-family: 'frutiger', monospace;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.22em;
	color: #c78b07;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
}

.sectionRule {
	flex: 1;
	height: 1px;
	background-color: #1a2830;
}

/* ── EXPERIENCE TIMELINE ────────────────────────────────────────── */
.expTimeline {
	display: flex;
	flex-direction: column;
}

.expEntry {
	display: grid;
	grid-template-columns: 160px 32px 1fr;
	gap: 0 0;
	position: relative;
}

.expEntryLeft {
	padding-top: 3px;
	padding-right: 20px;
	text-align: right;
}

.expDate {
	font-family: 'frutiger', monospace;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #c78b07;
}

.expLocation {
	font-family: 'frutiger', monospace;
	font-size: 12px;
	color: #7a95a8;
	letter-spacing: 0.06em;
	margin-top: 3px;
}

.expEntryDot {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6px;
}

.expDot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1a2830;
	border: 2px solid #3a5060;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.expDot.current {
	background-color: #c78b07;
	border-color: #0a1218;
	outline: 1px solid #c78b07;
}

.expLine {
	flex: 1;
	width: 1px;
	background-color: #1a2830;
	margin-top: 4px;
	min-height: 32px;
}

.expEntryRight {
	padding: 0 0 40px 24px;
}

.expEntry.last .expEntryRight {
	padding-bottom: 0;
}

.expRole {
	font-family: 'frutiger', sans-serif;
	font-size: 19px;
	color: #d3d3d3;
	margin-bottom: 3px;
}

.expOrg {
	font-family: 'frutiger', monospace;
	font-size: 14px;
	color: #8a9ea8;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.expBullets {
	margin: 0;
	padding-left: 16px;
	list-style: none;
}

.expBullets li {
	font-family: 'frutiger', sans-serif;
	font-size: 16px;
	color: #8a9ea8;
	line-height: 1.65;
	margin-bottom: 4px;
	position: relative;
}

.expBullets li::before {
	content: '—';
	position: absolute;
	left: -16px;
	color: #1a2830;
}

/* ── SKILLS ─────────────────────────────────────────────────────── */
.skillsGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.skillCategory {
	background-color: #111a20;
	border: 1px solid #1a2830;
	border-radius: 10px;
	padding: 22px 22px;
}

.skillCategoryLabel {
	font-family: 'frutiger', monospace;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #c78b07;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.skillList {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.skillTag {
	font-family: 'frutiger', monospace;
	font-size: 13px;
	color: #7a95a8;
	border: 1px solid #1a2830;
	border-radius: 20px;
	padding: 4px 12px;
	letter-spacing: 0.04em;
}

/* ── SHOW PROGRAMMING ───────────────────────────────────────────── */
.showsGrid {
	background-color: #111a20;
	border: 1px solid #1a2830;
	border-radius: 10px;
	overflow: hidden;
}

.showsHeader {
	display: grid;
	grid-template-columns: 1fr 1fr 80px;
	padding: 12px 24px;
	background-color: #0d161c;
	border-bottom: 1px solid #1a2830;
	font-family: 'frutiger', monospace;
	font-size: 12px;
	letter-spacing: 0.16em;
	color: #7a95a8;
	text-transform: uppercase;
}

.showRow {
	display: grid;
	grid-template-columns: 1fr 1fr 80px;
	padding: 11px 24px;
	border-bottom: 1px solid #0d161c;
	transition: background-color 0.15s ease;
}

.showRow:last-child {
	border-bottom: none;
}

.showRow:hover {
	background-color: #131e26;
}

.showTitle {
	font-family: 'frutiger', sans-serif;
	font-size: 16px;
	color: #d3d3d3;
}

.showVenue {
	font-family: 'frutiger', sans-serif;
	font-size: 15px;
	color: #8a9ea8;
}

.showYear {
	font-family: 'frutiger', monospace;
	font-size: 14px;
	color: #7a95a8;
	text-align: right;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.expEntry { grid-template-columns: 120px 28px 1fr; }
	.skillsGrid { grid-template-columns: repeat(2, 1fr); }
	.showsHeader,
	.showRow { grid-template-columns: 1fr 80px; }
	.showVenue { display: none; }
}

@media (max-width: 600px) {
	.expPage { width: 95%; }
	.expEntry { grid-template-columns: 0 28px 1fr; }
	.expEntryLeft { display: none; }
	.skillsGrid { grid-template-columns: 1fr; }
	.showsHeader,
	.showRow { grid-template-columns: 1fr 60px; }
	.resumeHeader { flex-direction: column; gap: 20px; }
	.resumeName { font-size: 32px; }
}

@media (max-width: 900px) {
	.resumeHeader { flex-direction: column; gap: 20px; }
}

/* ── PRINT / SAVE-AS-PDF ─────────────────────────────────────────── */
@media print {
	@page { margin: 0.5in; }

	.masterHeader,
	.masterHeader + hr,
	footer,
	.expPage > hr,
	.resumeActions,
	.sectionRule {
		display: none !important;
	}

	body,
	.masterBody,
	.master {
		background: #fff !important;
		color: #111 !important;
	}

	.expPage {
		width: 100%;
		max-width: none;
		padding-top: 0;
		margin: 0;
	}

	.resumeHeader {
		border-bottom: 1.5px solid #111;
		padding-bottom: 16px;
	}

	.resumeName { color: #111 !important; font-size: 28px; }
	.resumeEyebrow,
	.resumeTitle,
	.sectionEyebrow,
	.skillCategoryLabel,
	.expDate,
	.expOrg { color: #7a5300 !important; }

	.resumeSummary,
	.expRole,
	.expBullets li,
	.showTitle,
	.showVenue,
	.showYear,
	.skillTag,
	.resumeContactItem,
	.expLocation,
	.resumeReferences {
		color: #222 !important;
	}

	.skillCategory,
	.showsGrid,
	.showRow,
	.showsHeader,
	.skillTag {
		background: #fff !important;
		border-color: #bbb !important;
	}

	.expDot { border-color: #999 !important; background: #fff !important; }
	.expDot.current { background: #7a5300 !important; }
	.expLine { background: #ccc !important; }

	.expSection { margin-bottom: 28px; break-inside: avoid; }
	.expEntry { break-inside: avoid; }
	.skillCategory { break-inside: avoid; }

	a { text-decoration: none; }
}
