.jdcpmg-single,
.jdcpmg-archive {
	--jdcpmg-ink: #1f2527;
	--jdcpmg-body: #485154;
	--jdcpmg-muted: #7a8589;
	--jdcpmg-line: #e3e1dc;
	--jdcpmg-soft: #f2f3f1;
	--jdcpmg-soft-2: #faf8f4;
	--jdcpmg-surface: #ffffff;
	--jdcpmg-deep: #18383c;
	--jdcpmg-deep-2: #10282c;
	--jdcpmg-accent: #ad7759;
	--jdcpmg-accent-dark: #8f5d42;
	--jdcpmg-gold: #c79a45;
	color: var(--jdcpmg-body);
	font-family: inherit;
}

.jdcpmg-single *,
.jdcpmg-archive * {
	box-sizing: border-box;
}

.jdcpmg-container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 24px;
	width: 100%;
}

.jdcpmg-hero {
	background:
		linear-gradient(135deg, rgba(16, 40, 44, 0.97), rgba(24, 56, 60, 0.94)),
		linear-gradient(90deg, var(--jdcpmg-gold), var(--jdcpmg-accent));
	color: #fff;
	overflow: hidden;
	position: relative;
}

.jdcpmg-hero::before {
	background: linear-gradient(90deg, var(--jdcpmg-gold), var(--jdcpmg-accent));
	content: "";
	height: 6px;
	inset: 0 0 auto;
	position: absolute;
}

.jdcpmg-hero-inner {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	padding-bottom: 56px;
	padding-top: 68px;
}

.jdcpmg-hero-copy > p,
.jdcpmg-archive-header p,
.jdcpmg-section-heading p,
.jdcpmg-card-kicker {
	color: var(--jdcpmg-gold);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.jdcpmg-hero-copy h1 {
	color: #fff;
	font-size: clamp(34px, 5.8vw, 64px);
	font-weight: 850;
	line-height: 1.05;
	margin: 0;
	max-width: 820px;
}

.jdcpmg-hero-panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.jdcpmg-hero-panel div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	padding: 18px 20px;
}

.jdcpmg-hero-panel span,
.jdcpmg-event-details span {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.jdcpmg-hero-panel strong,
.jdcpmg-event-details strong {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 1.45;
}

.jdcpmg-opening {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
	padding: 58px 0 34px;
}

.jdcpmg-opening-copy {
	min-width: 0;
}

.jdcpmg-opening-media {
	background: var(--jdcpmg-soft);
	border: 1px solid var(--jdcpmg-line);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(31, 37, 39, 0.12);
	margin: 0;
	overflow: hidden;
	position: sticky;
	top: 24px;
}

.jdcpmg-opening-media img {
	display: block;
	height: auto;
	width: 100%;
}

.jdcpmg-rich-text {
	color: var(--jdcpmg-body);
	font-size: 17px;
	line-height: 1.78;
	margin: 22px 0 0;
}

.jdcpmg-rich-text:first-child {
	margin-top: 0;
}

.jdcpmg-rich-text p {
	margin: 0 0 18px;
}

.jdcpmg-rich-text p:last-child {
	margin-bottom: 0;
}

.jdcpmg-rich-text h2,
.jdcpmg-rich-text h3,
.jdcpmg-rich-text h4 {
	color: var(--jdcpmg-ink);
	line-height: 1.22;
	margin: 28px 0 12px;
}

.jdcpmg-rich-text a {
	color: var(--jdcpmg-accent-dark);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.jdcpmg-rich-text ul,
.jdcpmg-rich-text ol {
	margin: 0 0 20px 24px;
	padding: 0;
}

.jdcpmg-lead {
	border-left: 5px solid var(--jdcpmg-accent);
	color: var(--jdcpmg-ink);
	font-size: 20px;
	line-height: 1.68;
	padding-left: 24px;
}

.jdcpmg-section {
	border-top: 1px solid var(--jdcpmg-line);
	margin-top: 54px;
	padding-top: 42px;
}

.jdcpmg-band {
	background: var(--jdcpmg-soft);
	margin-top: 62px;
	padding: 58px 0;
}

.jdcpmg-section-heading {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	margin-bottom: 28px;
}

.jdcpmg-section-heading h2 {
	color: var(--jdcpmg-accent-dark);
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 850;
	line-height: 1.12;
	margin: 0;
}

.jdcpmg-theme {
	padding-bottom: 8px;
}

.jdcpmg-subtheme-index {
	border-bottom: 1px solid var(--jdcpmg-line);
	display: grid;
	gap: 14px 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 34px;
	padding-bottom: 26px;
}

.jdcpmg-subtheme-index a {
	align-items: center;
	color: var(--jdcpmg-body);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 9px;
	line-height: 1.35;
	text-decoration: none;
}

.jdcpmg-subtheme-index a:hover,
.jdcpmg-subtheme-index a:focus {
	color: var(--jdcpmg-accent-dark);
}

.jdcpmg-subtheme-index span {
	color: var(--jdcpmg-accent);
	font-size: 15px;
	line-height: 1;
}

.jdcpmg-subtheme-list {
	display: grid;
	gap: 32px;
}

.jdcpmg-subtheme {
	display: grid;
	gap: 20px;
	grid-template-columns: 54px minmax(0, 1fr);
	scroll-margin-top: 90px;
}

.jdcpmg-subtheme > span {
	align-items: center;
	background: var(--jdcpmg-surface);
	border: 1px solid var(--jdcpmg-line);
	border-radius: 50%;
	color: var(--jdcpmg-accent-dark);
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.jdcpmg-subtheme h3 {
	color: var(--jdcpmg-accent-dark);
	font-size: 25px;
	font-weight: 850;
	line-height: 1.22;
	margin: 0;
}

.jdcpmg-subtheme .jdcpmg-rich-text {
	font-size: 16px;
	margin-top: 12px;
}

.jdcpmg-program-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdcpmg-program-item {
	background: var(--jdcpmg-soft-2);
	border: 1px solid var(--jdcpmg-line);
	border-radius: 8px;
	border-top: 5px solid var(--jdcpmg-gold);
	font-size: 16px;
	margin-top: 0;
	padding: 24px;
}

.jdcpmg-committee {
	background: var(--jdcpmg-surface);
	margin-top: 0;
	padding: 58px 0;
}

.jdcpmg-committee-grid {
	display: grid;
	gap: 12px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jdcpmg-member {
	border-bottom: 1px solid var(--jdcpmg-line);
	padding: 0 0 15px;
}

.jdcpmg-member h3 {
	color: var(--jdcpmg-ink);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.3;
	margin: 0 0 5px;
}

.jdcpmg-member h3::before {
	color: var(--jdcpmg-accent);
	content: "- ";
}

.jdcpmg-member p {
	color: var(--jdcpmg-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 0 14px;
}

.jdcpmg-synopsis {
	margin-top: 0;
}

.jdcpmg-synopsis .jdcpmg-rich-text {
	background: rgba(255, 255, 255, 0.55);
	border-left: 5px solid var(--jdcpmg-accent);
	padding: 24px;
}

.jdcpmg-event {
	background: var(--jdcpmg-surface);
	padding: 58px 0 64px;
}

.jdcpmg-event-layout {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
}

.jdcpmg-event .jdcpmg-map {
	order: -1;
}

.jdcpmg-event-details {
	background: var(--jdcpmg-deep);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 8px 24px 24px;
}

.jdcpmg-event-details div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 16px 0;
}

.jdcpmg-button {
	align-items: center;
	background: var(--jdcpmg-accent);
	border: 0;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.2;
	margin-top: 22px;
	min-height: 50px;
	padding: 0 22px;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
	width: 100%;
}

.jdcpmg-button:hover,
.jdcpmg-button:focus {
	background: var(--jdcpmg-accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.jdcpmg-button-light {
	background: #fff;
	color: var(--jdcpmg-deep-2);
	margin: 18px 20px 20px;
	width: auto;
}

.jdcpmg-button-light:hover,
.jdcpmg-button-light:focus {
	background: var(--jdcpmg-gold);
	color: var(--jdcpmg-deep-2);
}

.jdcpmg-map {
	background: var(--jdcpmg-soft);
	border: 1px solid var(--jdcpmg-line);
	border-radius: 8px;
	min-height: 360px;
	overflow: hidden;
}

.jdcpmg-map iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 360px;
	width: 100%;
}

.jdcpmg-archive {
	background: var(--jdcpmg-soft);
	min-height: 70vh;
	padding: 62px 0;
}

.jdcpmg-archive-header {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
	margin: 0 0 30px;
}

.jdcpmg-archive-header h1 {
	color: var(--jdcpmg-ink);
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 850;
	line-height: 1.08;
	margin: 0;
}

.jdcpmg-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdcpmg-card {
	background: #fff;
	border: 1px solid var(--jdcpmg-line);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(31, 37, 39, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.jdcpmg-card-media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--jdcpmg-deep);
	color: #fff;
	display: flex;
	font-size: 52px;
	font-weight: 850;
	justify-content: center;
	text-decoration: none;
}

.jdcpmg-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jdcpmg-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.jdcpmg-card h2 {
	font-size: 22px;
	font-weight: 850;
	line-height: 1.2;
	margin: 0;
}

.jdcpmg-card h2 a {
	color: var(--jdcpmg-ink);
	text-decoration: none;
}

.jdcpmg-card h2 a:hover,
.jdcpmg-card h2 a:focus {
	color: var(--jdcpmg-accent-dark);
}

.jdcpmg-card-meta,
.jdcpmg-card-excerpt,
.jdcpmg-empty {
	color: var(--jdcpmg-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 12px 0 0;
}

.jdcpmg-card-excerpt {
	color: var(--jdcpmg-body);
	flex: 1;
}

.jdcpmg-card-link {
	align-self: flex-start;
	border-bottom: 2px solid var(--jdcpmg-accent);
	color: var(--jdcpmg-accent-dark);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.3;
	margin-top: 18px;
	text-decoration: none;
}

.jdcpmg-card-link:hover,
.jdcpmg-card-link:focus {
	color: var(--jdcpmg-deep);
	border-color: var(--jdcpmg-deep);
}

@media (max-width: 960px) {
	.jdcpmg-hero-inner,
	.jdcpmg-opening,
	.jdcpmg-section-heading,
	.jdcpmg-event-layout,
	.jdcpmg-archive-header {
		grid-template-columns: 1fr;
	}

	.jdcpmg-opening-media {
		position: static;
	}

	.jdcpmg-subtheme-index,
	.jdcpmg-program-grid,
	.jdcpmg-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.jdcpmg-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.jdcpmg-hero-inner {
		gap: 24px;
		padding-bottom: 42px;
		padding-top: 48px;
	}

	.jdcpmg-hero-copy h1 {
		font-size: 34px;
	}

	.jdcpmg-opening {
		gap: 26px;
		padding-top: 42px;
	}

	.jdcpmg-rich-text {
		font-size: 16px;
	}

	.jdcpmg-lead {
		font-size: 18px;
		padding-left: 16px;
	}

	.jdcpmg-section {
		margin-top: 40px;
		padding-top: 32px;
	}

	.jdcpmg-band,
	.jdcpmg-committee,
	.jdcpmg-event {
		margin-top: 42px;
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.jdcpmg-subtheme-index,
	.jdcpmg-program-grid,
	.jdcpmg-committee-grid,
	.jdcpmg-card-grid {
		grid-template-columns: 1fr;
	}

	.jdcpmg-subtheme {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.jdcpmg-subtheme h3 {
		font-size: 22px;
	}
}
