.curriculum-landing {
	--cl-navy: #1b2954;
	--cl-ink: #12213d;
	--cl-red: #b55454;
	--cl-red-dark: #9f4446;
	--cl-ice: #eff4f8;
	--cl-paper: #fbfcfd;
	--cl-steel: #5980a6;
	--cl-tan: #987c53;
	--cl-line: rgba(18, 33, 61, 0.14);
	background: #fff;
	color: var(--cl-ink);
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}

.curriculum-landing * {
	box-sizing: border-box;
}

.curriculum-landing a {
	text-decoration: none;
}

.curriculum-landing > section > .container {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	width: calc(100% - 80px);
}

	.cl-hero {
		background:
			radial-gradient(circle at 70% 18%, rgba(52, 91, 129, 0.24), rgba(8, 13, 22, 0) 32%),
			var(--cl-hero-image) center / cover no-repeat;
	color: #fff;
	min-height: auto;
	position: relative;
}

.cl-hero::after {
	background: linear-gradient(180deg, rgba(5, 9, 16, 0) 0%, rgba(5, 9, 16, 0.86) 100%);
	bottom: 0;
	content: "";
	height: 36%;
	left: 0;
	position: absolute;
	right: 0;
}

.cl-hero-inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
	min-height: auto;
	padding-bottom: 58px;
	padding-top: 184px;
	position: relative;
	z-index: 1;
}

.cl-hero-copy {
	max-width: 720px;
}

.cl-eyebrow,
.cl-mini-label {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2.52px;
	line-height: 1.45;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.cl-hero h1,
.cl-section-head h2,
.cl-audience-card strong,
.cl-difference-item h2,
.cl-pillar-title strong,
.cl-module-card strong,
.cl-why-copy h2,
.cl-pathway-card strong,
.cl-coalition h2 {
	font-family: "Ibarra Real Nova", serif;
}

.cl-hero h1 {
	color: #fff;
	font-size: clamp(42px, 3.9vw, 56px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 18px;
	max-width: 700px;
	text-transform: none;
}

.cl-hero h1 em {
	color: #d8e8f7;
	display: block;
	font-style: italic;
	white-space: nowrap;
}

.cl-hero-civic {
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(18px, 1.45vw, 22px);
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 680px;
}

.cl-hero-text {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(15px, 1.12vw, 18px);
	line-height: 1.7;
	margin: 0 0 30px;
	max-width: 620px;
}

.cl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cl-hero-stats {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: linear-gradient(162deg, rgba(12, 36, 67, 0.2), rgba(12, 36, 67, 0.2), rgba(0, 0, 0, 0.2));
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 -18px 70px rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.cl-hero-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0 26px;
	text-align: center;
}

.cl-hero-stat:first-child {
	border-left: 0;
}

.cl-hero-stat strong {
	color: #fff;
	display: block;
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(27px, 2.3vw, 36px);
	line-height: 1;
	margin-bottom: 8px;
}

.cl-hero-stat span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 210px;
}

.cl-btn {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.4;
	min-height: 62px;
	padding: 16px 32px;
	text-transform: none;
	transition: all 0.3s ease-in-out;
}

.cl-hero-media {
	position: relative;
}

.cl-video-frame {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(18, 33, 61, 0.62), rgba(9, 21, 42, 0.9)),
		var(--cl-hero-image) center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 34px 82px rgba(0, 0, 0, 0.42);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cl-video-frame iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.cl-video-open {
	appearance: none;
	background:
		linear-gradient(135deg, rgba(18, 33, 61, 0.12), rgba(7, 17, 31, 0.46)),
		var(--cl-video-poster, var(--cl-hero-image)) center / cover no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 100%;
	inset: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.cl-video-open::before {
	background: rgba(7, 17, 31, 0.18);
	content: "";
	inset: 0;
	position: absolute;
	transition: background 0.3s ease;
}

.cl-video-open > span[aria-hidden] {
	align-items: center;
	background: var(--cl-red);
	border-radius: 50%;
	bottom: 18px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
	display: flex;
	height: 74px;
	justify-content: center;
	position: absolute;
	right: 18px;
	transition: background 0.3s ease, transform 0.3s ease;
	width: 74px;
}

.cl-video-open > span[aria-hidden]::before {
	border-bottom: 15px solid transparent;
	border-left: 23px solid #fff;
	border-top: 15px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-left: 6px;
	width: 0;
}

.cl-video-open:hover::before,
.cl-video-open:focus-visible::before {
	background: rgba(7, 17, 31, 0.04);
}

.cl-video-open:hover > span[aria-hidden],
.cl-video-open:focus-visible > span[aria-hidden] {
	background: var(--cl-red-dark);
	transform: translateY(-2px);
}

.cl-modal-open {
	overflow: hidden;
}

.cl-video-modal[hidden] {
	display: none;
}

.cl-video-modal {
	align-items: center;
	background: rgba(7, 17, 31, 0.86);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(24px, 5vw, 72px);
	position: fixed;
	z-index: 9999;
}

.cl-video-modal-backdrop {
	inset: 0;
	position: absolute;
}

.cl-video-modal-panel {
	max-width: min(1100px, 92vw);
	position: relative;
	width: 100%;
	z-index: 1;
}

.cl-video-modal-frame {
	aspect-ratio: 16 / 9;
	background: #07111f;
	box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 100%;
}

.cl-video-modal-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.cl-video-modal-close {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -54px;
	width: 42px;
}

.cl-video-modal-close::before,
.cl-video-modal-close::after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	width: 18px;
}

.cl-video-modal-close::before {
	transform: rotate(45deg);
}

.cl-video-modal-close::after {
	transform: rotate(-45deg);
}

.cl-video-modal-close:hover,
.cl-video-modal-close:focus-visible {
	background: var(--cl-red);
}

.cl-video-placeholder {
	align-items: center;
	background: linear-gradient(135deg, rgba(27, 41, 84, 0.92), rgba(11, 28, 53, 0.96));
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 30px;
	text-align: center;
}

.cl-video-placeholder span {
	border-bottom: 18px solid transparent;
	border-left: 26px solid #fff;
	border-top: 18px solid transparent;
	display: block;
	height: 0;
	margin-bottom: 18px;
	width: 0;
}

.cl-video-placeholder strong {
	font-family: "Ibarra Real Nova", serif;
	font-size: 28px;
	line-height: 1.1;
}

.cl-video-placeholder em {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
}

.cl-hero-media p {
	color: rgba(255, 255, 255, 0.78);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 14px 0 0;
	overflow-wrap: anywhere;
	text-align: center;
	text-transform: none;
}

.cl-who-strip {
	background: var(--cl-paper);
	border-bottom: 1px solid rgba(18, 33, 61, 0.12);
	border-top: 1px solid rgba(18, 33, 61, 0.12);
}

.cl-who-strip .container {
	max-width: 1280px;
	width: calc(100% - 80px);
}

.cl-who-inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 86px;
}

.cl-who-inner > span {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.cl-who-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cl-who-list strong {
	background: var(--cl-ice);
	border: 1px solid rgba(18, 33, 61, 0.12);
	color: var(--cl-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 12px 14px;
}

.cl-btn-primary {
	background: var(--cl-red);
	color: #fff;
}

.cl-btn-primary::after {
	content: "\2192";
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	margin-left: 10px;
	transform: translateY(-1px);
}

.cl-btn-primary:hover {
	background: var(--cl-red-dark);
	color: #fff;
}

.cl-btn-outline {
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff;
}

.cl-btn-outline::after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 18px;
	margin-left: 10px;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M11%203h2v8.17l3.59-3.58L18%209l-6%206-6-6%201.41-1.41L11%2011.17V3Zm-6%2016h14v-2H5v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M11%203h2v8.17l3.59-3.58L18%209l-6%206-6-6%201.41-1.41L11%2011.17V3Zm-6%2016h14v-2H5v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 18px;
}

.cl-btn-outline:hover {
	background: #fff;
	color: var(--cl-navy);
}

.cl-difference {
	background: #fff;
	border-bottom: 1px solid var(--cl-line);
	padding: 120px 0;
}

.cl-difference-head {
	margin: 0 auto 60px;
	max-width: 1040px;
	text-align: center;
}

.cl-difference-title-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.cl-difference-head .cl-eyebrow,
.cl-difference-head h2 {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2.52px;
	line-height: 1.45;
	margin: 0;
	text-transform: uppercase;
}

.cl-difference-head h2 {
	white-space: normal;
}

.cl-difference-grid {
	counter-reset: cl-difference;
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cl-difference-item {
	background: #fff;
	border: 1px solid rgba(18, 33, 61, 0.12);
	box-shadow: none;
	counter-increment: cl-difference;
	min-height: 390px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 35px 46px 38px;
	position: relative;
}

.cl-difference-item:not(:last-child)::after {
	background: var(--cl-tan);
	content: "";
	height: 24px;
	opacity: 0.55;
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2014%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%2022l10-10L1%202'%20stroke='%23000'%20stroke-width='2.4'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2014%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%2022l10-10L1%202'%20stroke='%23000'%20stroke-width='2.4'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cl-difference-step {
	align-items: flex-end;
	display: flex;
	gap: 8px;
	margin-bottom: 30px;
}

.cl-difference-step span {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.16px;
	line-height: 1;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.cl-difference-step strong {
	color: var(--cl-tan);
	font-family: "Ibarra Real Nova", serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 0.94;
}

.cl-difference-item h2 {
	color: var(--cl-navy);
	font-size: 25px;
	line-height: 1.15;
	margin: 0 0 15px;
}

.cl-difference-item p {
	color: #333333;
	font-size: 16px;
	line-height: 1.62;
	margin: 0;
}

.cl-why {
	background:
		linear-gradient(180deg, rgba(7, 17, 31, 0.48) 0%, rgba(13, 34, 63, 0.2) 48%, rgba(7, 17, 31, 0.42) 100%),
		linear-gradient(90deg, rgba(7, 17, 31, 0.72) 0%, rgba(18, 47, 86, 0.24) 50%, rgba(7, 17, 31, 0.44) 100%),
		url("../images/curriculum-figma/why-matters-bg.jpg") center bottom / cover no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	overflow: hidden;
	padding: 118px 0 170px;
	position: relative;
}

.cl-why::after {
	background: linear-gradient(180deg, rgba(9, 19, 37, 0) 0%, rgba(9, 19, 37, 0.34) 100%);
	bottom: 0;
	content: "";
	height: 180px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.cl-why .container {
	position: relative;
	z-index: 1;
}

.cl-why-grid {
	align-items: start;
	display: grid;
	gap: clamp(46px, 6vw, 92px);
	grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.66fr);
}

.cl-why-copy h2 {
	color: #fff;
	font-size: clamp(38px, 4.1vw, 58px);
	font-weight: 700;
	line-height: 1.04;
	margin: 0 0 24px;
	max-width: 840px;
}

.cl-why-copy h2 em {
	color: #d8e8f7;
	font-family: inherit;
	font-style: normal !important;
}

.cl-why-copy > p:not(.cl-eyebrow) {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
	max-width: 760px;
}

.cl-why .cl-why-band {
	bottom: 0;
	left: 0;
	max-width: none;
	position: absolute;
	transform: none;
	width: 100%;
	z-index: 2;
}

.curriculum-landing > .cl-why > .cl-why-band.container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.cl-why .cl-why-band blockquote {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: linear-gradient(162deg, rgba(12, 36, 67, 0.2), rgba(12, 36, 67, 0.2), rgba(0, 0, 0, 0.2));
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 -18px 70px rgba(0, 0, 0, 0.12);
	color: rgba(255, 255, 255, 0.92);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(20px, 1.7vw, 26px);
	font-style: italic;
	line-height: 1.25;
	margin: 0;
	padding: 30px max(20px, calc((100vw - 1280px) / 2 + 20px));
	quotes: "\201C" "\201D";
	text-align: center;
	width: 100%;
}

.cl-why .cl-why-band blockquote::before {
	content: open-quote;
	margin-right: 0.08em;
}

.cl-why .cl-why-band blockquote::after {
	content: close-quote;
	margin-left: 0.05em;
}

.cl-why-stats {
	align-self: start;
	background: transparent;
	border: 0;
	display: grid;
	gap: 0;
	padding-top: 8px;
}

.cl-why-stats article {
	align-items: center;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: none;
	display: flex;
	gap: clamp(18px, 2.4vw, 34px);
	justify-content: space-between;
	padding: 26px 0 27px;
	position: relative;
}

.cl-why-stats article::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	content: "";
	display: block;
	height: 68%;
	left: clamp(154px, 34%, 210px);
	min-height: 44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.cl-why-stats article:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.cl-why-stats strong {
	color: #fff;
	display: block;
	flex: 0 0 clamp(136px, 34%, 190px);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(26px, 2.4vw, 32px);
	line-height: 1.05;
	margin: 0;
	max-width: 190px;
}

.cl-why-stats p {
	color: rgba(255, 255, 255, 0.74);
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 360px;
}

.cl-audiences {
	background: #fff;
	padding: 92px 0 98px;
}

.cl-section-head {
	margin: 0 0 44px;
	max-width: 800px;
}

.cl-section-head-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cl-section-head .cl-eyebrow {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2.52px;
	line-height: 1.45;
	margin: 0 0 20px;
	max-width: none;
}

.cl-section-head h2 {
	color: var(--cl-navy);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.04;
	margin: 0 0 20px;
}

.cl-section-head h2 em {
	color: var(--cl-red);
	font-style: italic;
}

.cl-section-head p:not(.cl-eyebrow) {
	color: #333333;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
}

.cl-audience-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cl-audience-card {
	background: #fff;
	border: 1px solid rgba(18, 33, 61, 0.1);
	box-shadow: 0 14px 34px rgba(18, 33, 61, 0.06);
	color: var(--cl-ink);
	display: flex;
	flex-direction: column;
	min-height: 258px;
	min-width: 0;
	padding: 28px 24px 24px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cl-audience-card::before {
	align-items: center;
	background: var(--cl-audience-icon, url("../images/curriculum-figma/audience-icons/elementary.svg")) center / contain no-repeat;
	color: #fff;
	content: "";
	display: flex;
	height: 60px;
	justify-content: center;
	margin-bottom: 20px;
	width: 60px;
}

.cl-audience-card:hover,
.cl-audience-card:focus-visible {
	border-color: var(--cl-red);
	border-style: solid;
	box-shadow: 0 18px 42px rgba(18, 33, 61, 0.12);
	color: var(--cl-ink);
	outline: 0;
	transform: translateY(-3px);
}

.cl-audience-card.is-featured {
	border-color: rgba(152, 124, 83, 0.58);
	box-shadow: inset 0 4px 0 var(--cl-tan);
}

.cl-audience-card:nth-child(2n)::before,
.cl-audience-card.is-featured::before {
	background: var(--cl-audience-icon, url("../images/curriculum-figma/audience-icons/middle-school.svg")) center / contain no-repeat;
}

.cl-audience-card.is-inactive {
	background: #f7f9fb;
	border-color: rgba(18, 33, 61, 0.1);
	border-style: solid;
	color: #8090a0;
}

.cl-audience-card.is-inactive:last-child {
	background: #fbfcfd;
	border-color: rgba(18, 33, 61, 0.12);
	border-style: dashed;
}

.cl-audience-card.is-inactive:last-child:hover {
	border-color: var(--cl-red);
	border-style: dashed;
}


.cl-audience-kicker {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 18px;
	text-transform: none;
}

.cl-audience-card strong {
	color: var(--cl-navy);
	font-size: 27px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.cl-audience-card span:not(.cl-audience-kicker) {
	color: #526579;
	font-size: 15px;
	line-height: 1.65;
}

.cl-audience-card i {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: auto;
	padding-top: 24px;
	text-transform: none;
}

.cl-audience-card i::after {
	content: "\2192";
	display: inline-block;
	margin-left: 7px;
	transform: translateY(-1px);
}

.cl-framework {
	background:
		linear-gradient(180deg, rgba(238, 245, 251, 0.45), rgba(255, 255, 255, 0.35)),
		url("../images/stories.png") center top / cover no-repeat,
		var(--cl-ice);
	border-top: 1px solid rgba(18, 33, 61, 0.1);
	padding: 100px 0;
}

.cl-framework .cl-section-head {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	text-align: center;
}

.cl-framework .cl-section-head p:not(.cl-eyebrow) {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.cl-pillars {
	border: 1px solid rgba(18, 33, 61, 0.16);
	background: #fff;
}

.cl-pillar + .cl-pillar {
	border-top: 1px solid rgba(18, 33, 61, 0.14);
}

.cl-pillar-trigger {
	align-items: stretch;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr) minmax(260px, 0.6fr);
	padding: 0;
	text-align: left;
	width: 100%;
}

.cl-pillar-number {
	align-items: center;
	background: #2d5e93;
	color: #fff;
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 15px;
	justify-content: center;
	min-height: 96px;
}

.cl-pillar.is-open .cl-pillar-number {
	background: var(--cl-red);
}

.cl-pillar:nth-child(2) .cl-pillar-number {
	background: #244f86;
}

.cl-pillar:nth-child(3) .cl-pillar-number {
	background: #204777;
}

.cl-pillar:nth-child(4) .cl-pillar-number {
	background: #1d3f69;
}

.cl-pillar:nth-child(5) .cl-pillar-number {
	background: #19355c;
}

.cl-pillar-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 28px;
}

.cl-pillar-title strong {
	color: var(--cl-navy);
	font-size: 30px;
	line-height: 1.08;
}

.cl-pillar-title em {
	color: #333333;
	font-size: 15px;
	font-style: normal;
	line-height: 1.45;
	margin-top: 6px;
}

.cl-pillar-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	padding: 24px 28px 24px 0;
}

.cl-pillar-tags i {
	background: var(--cl-ice);
	color: var(--cl-steel);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 6px 8px;
	text-transform: none;
}

.cl-pillar-body {
	border-top: 1px solid rgba(18, 33, 61, 0.1);
}

.cl-pillar-why {
	background: #f9fbfd;
	border-bottom: 1px solid rgba(18, 33, 61, 0.1);
	padding: 32px 42px 32px 86px;
}

.cl-mini-label {
	font-size: 11px;
	margin-bottom: 10px;
}

.cl-pillar-why p:not(.cl-mini-label) {
	color: #31465b;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	max-width: 930px;
}

.cl-module-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 34px 42px 28px 86px;
}

.cl-module-card {
	background: #fff;
	border: 1px solid rgba(18, 33, 61, 0.15);
	box-shadow: inset 0 4px 0 var(--cl-navy);
	color: var(--cl-ink);
	display: flex;
	flex-direction: column;
	min-height: 235px;
	padding: 22px 20px;
}

.cl-module-card:not(.is-coming-soon):hover {
	border-color: var(--cl-red);
	color: var(--cl-ink);
}

.cl-module-card.is-coming-soon {
	background: #f7f9fb;
	border-style: dashed;
	box-shadow: inset 0 4px 0 rgba(18, 33, 61, 0.2);
	color: #6f8091;
}

.cl-module-card.is-coming-soon strong,
.cl-module-card.is-coming-soon em,
.cl-module-card.is-coming-soon small {
	color: inherit;
}

.cl-module-card span {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 13px;
	text-transform: none;
}

.cl-module-card strong {
	color: var(--cl-navy);
	font-size: 21px;
	line-height: 1.14;
	margin-bottom: 12px;
}

.cl-module-card em {
	color: #526579;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
}

.cl-module-card small {
	color: var(--cl-steel);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.04em;
	margin-top: auto;
	padding-top: 20px;
	text-transform: none;
}

.cl-module-card b {
	align-self: flex-start;
	background: rgba(181, 84, 84, 0.1);
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 16px;
	padding: 7px 9px;
	text-transform: uppercase;
}

.cl-text-link {
	color: var(--cl-red);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0 42px 38px 86px;
	text-transform: none;
}

.cl-text-link:hover {
	color: var(--cl-red-dark);
}

.cl-text-link.is-disabled {
	color: var(--cl-steel);
	cursor: default;
	opacity: 0.78;
}

.cl-pathways {
	background: #fff;
	border-bottom: 1px solid var(--cl-line);
	padding: 96px 0;
}

.cl-pathways-head {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.66fr);
	max-width: none;
}

.cl-pathways-head .cl-eyebrow,
.cl-pathways-head h2 {
	grid-column: 1;
}

.cl-pathways-head h2 {
	margin-bottom: 0;
}

.cl-pathways-head h2 em {
	display: block;
}

.cl-pathways-head p:not(.cl-eyebrow) {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin-bottom: 4px;
}

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

.cl-pathway-card {
	background:
		linear-gradient(180deg, rgba(8, 14, 24, 0.12) 0%, rgba(8, 14, 24, 0.28) 34%, rgba(8, 14, 24, 0.9) 100%),
		linear-gradient(90deg, rgba(20, 58, 98, 0.72), rgba(17, 32, 54, 0.26)),
		var(--cl-pathway-image, linear-gradient(135deg, var(--cl-navy), #0c1729)) center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 48px rgba(18, 33, 61, 0.14);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 310px;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	padding: 30px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cl-pathway-card::after {
	background: linear-gradient(180deg, rgba(10, 20, 34, 0) 34%, rgba(10, 20, 34, 0.56) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.cl-pathway-card:hover {
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 28px 58px rgba(18, 33, 61, 0.2);
	color: #fff;
	transform: translateY(-3px);
}

/* Top-right "open" affordance */
.cl-pathway-arrow {
	align-items: center;
	background: rgba(181, 84, 84, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.26);
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	transition: background 180ms ease, transform 180ms ease;
	width: 44px;
	z-index: 2;
}

.cl-pathway-arrow::before {
	color: #fff;
	content: "\2197";
	font-size: 22px;
	line-height: 1;
}

/* Bottom-aligned content + color-coded category chip */
.cl-pathway-body {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	position: relative;
	z-index: 1;
}

.cl-pathway-head {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.cl-pathway-icon {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: 52px;
	justify-content: center;
	width: 52px;
	z-index: 1;
}

.cl-pathway-icon--steel {
	background: var(--cl-steel);
}

.cl-pathway-icon--tan {
	background: var(--cl-tan);
}

.cl-pathway-icon--red {
	background: var(--cl-red);
}

.cl-pathway-icon img {
	display: block;
	filter: brightness(0) invert(1);
	height: 26px;
	object-fit: contain;
	width: 26px;
}

.cl-pathway-card strong {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.cl-pathway-card p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	line-height: 1.68;
	margin: 0;
	max-width: 320px;
	position: relative;
	z-index: 1;
}

.cl-pathway-card em {
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-top: 22px;
	position: relative;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.cl-pathway-card em::after {
	content: "\2192";
	display: inline-block;
	margin-left: 8px;
	transform: translate(0, -1px);
	transition: transform 180ms ease;
}

.cl-pathway-card:hover em::after {
	transform: translate(5px, -1px);
}

.cl-pathway-card:hover .cl-pathway-arrow {
	background: var(--cl-red);
	transform: translate(2px, -2px);
}

.cl-pathway-card:focus-visible {
	outline: 3px solid var(--cl-steel);
	outline-offset: 3px;
}

.cl-pathways-coming {
	align-items: center;
	background: #f5f8fb;
	border: 1px solid rgba(18, 33, 61, 0.12);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 26px;
	padding: 22px 26px;
}

.cl-pathways-coming span {
	color: var(--cl-red);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.cl-pathways-coming strong {
	color: var(--cl-navy);
	display: block;
	font-family: "Ibarra Real Nova", serif;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 4px;
}

.cl-pathways-coming p {
	color: #526579;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.cl-pathways-coming a {
	border: 1px solid rgba(181, 84, 84, 0.55);
	color: var(--cl-red);
	font-size: 14px;
	font-weight: 800;
	padding: 13px 18px;
	white-space: nowrap;
}

.cl-pathways-coming a::after {
	content: "\2192";
	display: inline-block;
	margin-left: 7px;
}

.cl-coalition {
	background: #f4f8fb;
	padding: 90px 0;
	text-align: center;
}

.cl-coalition-inner {
	margin: 0 auto;
	max-width: 1020px;
}

.cl-coalition h2 {
	color: var(--cl-navy);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 auto 22px;
	max-width: 900px;
}

.cl-coalition-inner > p:not(.cl-eyebrow):not(.cl-coalition-note) {
	color: #333333;
	font-size: 18px;
	line-height: 1.68;
	margin: 0 auto;
	max-width: 790px;
}

.cl-logo-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 42px;
}

.cl-logo-grid span,
.cl-logo-grid a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(18, 33, 61, 0.12);
	color: rgba(18, 33, 61, 0.48);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 150px;
	padding: 14px 10px;
}

.cl-logo-grid a:hover {
	border-color: rgba(181, 84, 84, 0.34);
	box-shadow: 0 12px 28px rgba(18, 33, 61, 0.08);
	color: var(--cl-navy);
}

.cl-logo-grid img {
	display: block;
	filter: saturate(0.92);
	height: auto;
	max-height: 144px;
	max-width: 100%;
	object-fit: contain;
}

.cl-coalition-note {
	background: #fff;
	border-left: 4px solid var(--cl-tan);
	color: #526579;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	margin: 28px auto 0;
	padding: 14px 20px;
	text-align: left;
}

.cl-community .flag-card .btn,
.cl-community .flag-card .btn-blue {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	white-space: nowrap;
}

.cl-community .flag-card .btn img {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	max-width: 30px;
}

@media (min-width: 1200px) {
	.cl-why {
		padding-bottom: 420px;
		padding-top: 132px;
	}

	.cl-coalition h2 {
		max-width: 760px;
	}

	.cl-difference-head {
		max-width: 1040px;
	}

	.cl-audiences .cl-section-head {
		max-width: 1120px;
	}

	#curriculum-audience-title {
		white-space: nowrap;
	}

	.cl-difference-title-row {
		flex-wrap: nowrap;
	}

	.cl-difference-head h2 {
		white-space: nowrap;
	}
}

@media (max-width: 1199px) {
	.cl-difference-grid,
	.cl-audience-grid,
	.cl-module-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cl-difference-grid {
		gap: 28px;
	}

	.cl-difference-item {
		min-height: 320px;
	}

	.cl-difference-item:not(:last-child)::after {
		display: none;
	}

	.cl-hero-inner {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	}

	.cl-hero-stats {
		column-gap: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 26px;
	}

	.cl-hero-stat:nth-child(3) {
		border-left: 0;
	}

	.cl-hero-stat:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 26px;
	}

	.cl-logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cl-btn {
		font-size: 18px;
	}

	.cl-pillar-trigger {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.cl-pillar-tags {
		grid-column: 2;
		justify-content: flex-start;
		padding: 0 28px 24px;
	}
}

@media (max-width: 991px) {
	.cl-hero-inner {
		gap: 52px;
		grid-template-columns: minmax(0, 1fr);
		padding-bottom: 72px;
	}

	.cl-hero-copy {
		max-width: 760px;
	}

	.cl-hero-media {
		max-width: 620px;
	}

	.cl-hero h1 {
		max-width: 820px;
	}

	.cl-hero h1 em {
		max-width: 720px;
	}

	.cl-btn {
		font-size: 18px;
		min-height: 58px;
		padding: 15px 20px;
	}

	.cl-why {
		padding-bottom: 176px;
	}

	.cl-why-grid {
		gap: 42px;
		grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.62fr);
	}

	.cl-why-stats article {
		gap: 16px;
	}

	.cl-pathways-head {
		display: block;
		max-width: 780px;
		text-align: center;
	}

	.cl-pathways-head p:not(.cl-eyebrow) {
		margin-left: auto;
		margin-right: auto;
		max-width: 680px;
	}

	.cl-pathway-grid {
		grid-template-columns: 1fr;
	}

	.cl-who-inner {
		align-items: flex-start;
		grid-template-columns: 1fr;
		padding-bottom: 22px;
		padding-top: 22px;
	}
}

@media (max-width: 767px) {
	.curriculum-landing > section > .container,
	.cl-who-strip .container {
		width: calc(100% - 40px);
	}

	.cl-hero-inner {
		padding-bottom: 52px;
		padding-top: 126px;
	}

	.cl-hero h1 {
		font-size: clamp(26px, 7.5vw, 42px);
		max-width: 420px;
	}

	.cl-hero h1 em {
		white-space: nowrap;
	}

	.cl-eyebrow {
		font-size: 18px;
		letter-spacing: 2px;
		max-width: 420px;
	}

	.cl-hero-copy,
	.cl-hero-text {
		max-width: 420px;
	}

	.cl-hero-civic {
		font-size: 23px;
	}

	.cl-hero-text {
		font-size: 16px;
	}

	.cl-actions {
		flex-direction: column;
	}

	.cl-btn {
		width: 100%;
	}

	.cl-video-frame {
		min-height: 210px;
	}

	.cl-hero-media p {
		font-size: 11px;
		letter-spacing: 0.04em;
	}

	.cl-who-list {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.cl-who-list strong {
		text-align: center;
	}

	.cl-difference,
	.cl-audiences,
	.cl-framework,
	.cl-pathways,
	.cl-coalition {
		padding: 64px 0;
	}

	.cl-why {
		padding: 68px 0 164px;
	}

	.cl-why-grid {
		grid-template-columns: 1fr;
	}

	.cl-why-stats article {
		align-items: flex-start;
		flex-direction: column;
	}

	.cl-why-stats article::after {
		display: none;
	}

	.cl-why-stats {
		padding-top: 4px;
	}

	.cl-difference-grid,
	.cl-audience-grid,
	.cl-module-grid,
	.cl-logo-grid {
		grid-template-columns: 1fr;
	}

	.cl-difference-head {
		margin-bottom: 36px;
	}

	.cl-difference-title-row {
		gap: 8px 10px;
	}

	.cl-difference-head .cl-eyebrow,
	.cl-difference-head h2 {
		font-size: 15px;
		letter-spacing: 1.9px;
		max-width: none;
	}

	.cl-difference-item {
		min-height: auto;
		padding: 30px 28px;
	}

	.cl-difference-step {
		margin-bottom: 24px;
	}

	.cl-difference-step strong {
		font-size: 38px;
	}

	.cl-hero-stats {
		gap: 14px;
		grid-template-columns: 1fr;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.cl-hero-stat {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding: 16px 10px 0;
	}

	.cl-hero-stat:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.cl-hero-stat strong {
		font-size: 23px;
	}

	.cl-why-copy h2,
	.cl-coalition h2 {
		font-size: 38px;
	}

	.cl-why .cl-why-band {
		bottom: 0;
	}

	.cl-why .cl-why-band blockquote {
		font-size: 22px;
		padding: 18px 24px;
	}

	.cl-section-head h2 {
		font-size: 38px;
	}

	.cl-section-head p:not(.cl-eyebrow) {
		font-size: 18px;
	}

	.cl-pillar-trigger {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.cl-pillar-number {
		font-size: 13px;
		min-height: 86px;
	}

	.cl-pillar-title {
		padding: 20px;
	}

	.cl-pillar-title strong {
		font-size: 26px;
	}

	.cl-pillar-tags {
		grid-column: 1 / -1;
		padding: 0 20px 20px;
	}

	.cl-pillar-why,
	.cl-module-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cl-text-link {
		margin-left: 20px;
		margin-right: 20px;
	}

	.cl-pathway-card {
		min-height: 280px;
	}

	.cl-pathways-coming {
		grid-template-columns: 1fr;
		padding: 22px;
		text-align: left;
	}

	.cl-pathways-coming a {
		justify-self: start;
	}
}

/* ----------------------------------------------------------------------------
   Engagement Pathway — single page
---------------------------------------------------------------------------- */
.cl-pathway-single {
	background: #fff;
	color: var(--cl-ink);
	font-family: "Manrope", sans-serif;
}

.cl-pathway-single .container {
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.cl-pathway-single-hero {
	background:
		linear-gradient(180deg, rgba(8, 14, 24, 0.55) 0%, rgba(8, 14, 24, 0.74) 100%),
		linear-gradient(90deg, rgba(20, 58, 98, 0.6), rgba(17, 32, 54, 0.4)),
		var(--cl-pathway-image, linear-gradient(135deg, var(--cl-navy), #0c1729)) center / cover no-repeat;
	color: #fff;
	padding: clamp(150px, 11vw, 184px) 0 104px;
}

.cl-pathway-back {
	color: rgba(255, 255, 255, 0.82);
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.cl-pathway-back:hover {
	color: #fff;
}

.cl-pathway-single-hero .cl-pathway-icon {
	margin-bottom: 22px;
}

.cl-pathway-single-hero h1 {
	color: #fff;
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(38px, 4.6vw, 48px);
	font-weight: 700;
	line-height: 1.04;
	margin: 10px 0 18px;
	max-width: 760px;
	text-transform: none;
}

.cl-pathway-single-lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	line-height: 1.6;
	margin: 0;
	max-width: 640px;
}

.cl-pathway-single-body {
	padding: 80px 0 96px;
}

.cl-pathway-single-body .container {
	align-items: start;
	display: grid;
	gap: clamp(40px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.cl-pathway-single-content {
	color: var(--cl-ink);
	font-size: 17px;
	line-height: 1.74;
	max-width: 720px;
}

.cl-pathway-single-content p {
	margin: 0 0 1.2em;
}

.cl-pathway-single-content > :last-child {
	margin-bottom: 0;
}

.cl-pathway-single-note {
	background: var(--cl-ice);
	border: 1px solid var(--cl-line);
	border-top: 3px solid var(--cl-red);
	padding: 32px;
}

.cl-pathway-single-note h2 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 24px;
	line-height: 1.16;
	margin: 8px 0 12px;
}

.cl-pathway-single-note p {
	color: rgba(18, 33, 61, 0.66);
	font-size: 15px;
	line-height: 1.66;
	margin: 0 0 22px;
}

.cl-pathway-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cl-pathway-single-actions a {
	border: 1px solid var(--cl-red);
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cl-pathway-single-actions a.is-solid {
	background: var(--cl-red);
	color: #fff;
}

.cl-pathway-single-actions a.is-solid:hover {
	background: var(--cl-red-dark);
	border-color: var(--cl-red-dark);
}

.cl-pathway-single-actions a.is-ghost {
	background: transparent;
	color: var(--cl-red);
}

.cl-pathway-single-actions a.is-ghost:hover {
	background: var(--cl-red);
	color: #fff;
}

@media (max-width: 860px) {
	.cl-pathway-single-body .container {
		grid-template-columns: 1fr;
	}

	.cl-pathway-single .container {
		width: calc(100% - 44px);
	}

	.cl-pathway-single-hero {
		padding: 72px 0 80px;
	}
}

/* ----------------------------------------------------------------------------
   Engagement Pathway — full page layout
---------------------------------------------------------------------------- */
.cl-ps-hero-grid {
	align-items: start;
	display: grid;
	gap: clamp(32px, 4vw, 64px);
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
}

.cl-ps-subtitle {
	color: rgba(255, 255, 255, 0.92);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(18px, 1.9vw, 23px);
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 20px;
	max-width: 640px;
}

.cl-ps-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.cl-ps-tags span {
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 100px;
	color: rgba(255, 255, 255, 0.92);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.03em;
	padding: 6px 14px;
}

.cl-ps-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.cl-ps-objectives {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 28px 28px 30px;
}

.cl-ps-objectives .cl-eyebrow {
	margin-bottom: 14px;
}

.cl-ps-objectives ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cl-ps-objectives li {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.5;
	padding: 11px 0 11px 26px;
	position: relative;
}

.cl-ps-objectives li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cl-ps-objectives li::before {
	color: var(--cl-red);
	content: "\2192";
	left: 0;
	position: absolute;
	top: 11px;
}

.cl-ps-btn {
	border: 1px solid var(--cl-red);
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cl-ps-btn.is-solid { background: var(--cl-red); color: #fff; }
.cl-ps-btn.is-solid:hover { background: var(--cl-red-dark); border-color: var(--cl-red-dark); }
.cl-ps-btn.is-ghost { background: transparent; color: var(--cl-red); }
.cl-ps-btn.is-ghost:hover { background: var(--cl-red); color: #fff; }
.cl-pathway-single-hero .cl-ps-btn.is-ghost { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.cl-pathway-single-hero .cl-ps-btn.is-ghost:hover { background: #fff; border-color: #fff; color: var(--cl-navy); }

.cl-stub-cta {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px dashed rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.86);
	cursor: not-allowed;
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0.03em;
	padding: 12px 18px;
	text-transform: uppercase;
}

.cl-stub-cta i {
	background: var(--cl-red);
	border-radius: 100px;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.04em;
	padding: 3px 8px;
}

.cl-ps-section .cl-stub-cta {
	background: #fff;
	border-color: var(--cl-line);
	color: var(--cl-navy);
}

.cl-ps-map .cl-stub-cta {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.88);
}

.cl-ps-section {
	background: #fff;
	padding: clamp(56px, 7vw, 88px) 0;
}

.cl-ps-section--ice { background: var(--cl-ice); }
.cl-ps-section + .cl-ps-section { border-top: 1px solid var(--cl-line); }
.cl-ps-narrow { max-width: 820px; }
.cl-ps-head { margin-bottom: 40px; max-width: 760px; }

.cl-ps-section h2 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.1;
	margin: 8px 0 0;
}

.cl-ps-lead-copy {
	color: rgba(18, 33, 61, 0.7);
	font-size: 17px;
	line-height: 1.6;
	margin: 18px 0 0;
}

.cl-ps-prose {
	color: var(--cl-ink);
	font-size: 17px;
	line-height: 1.74;
	margin-top: 22px;
}

.cl-ps-prose p { margin: 0 0 1.1em; }
.cl-ps-prose > :last-child { margin-bottom: 0; }

.cl-ps-note-text {
	color: rgba(18, 33, 61, 0.5);
	font-size: 13px;
	font-style: italic;
	margin: 18px 0 24px;
}

.cl-ps-principle-grid,
.cl-ps-story-grid,
.cl-ps-loop-grid,
.cl-ps-crossenv-grid,
.cl-ps-stats {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-ps-principle {
	background: #fff;
	border: 1px solid var(--cl-line);
	border-top: 3px solid var(--cl-tan);
	padding: 28px;
}

.cl-ps-principle-num {
	color: var(--cl-tan);
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.cl-ps-principle h3 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 21px;
	line-height: 1.2;
	margin: 10px 0 12px;
}

.cl-ps-principle p { color: rgba(18, 33, 61, 0.72); font-size: 15px; line-height: 1.6; margin: 0; }

.cl-ps-map {
	align-items: center;
	background:
		linear-gradient(160deg, rgba(13, 23, 41, 0.80), rgba(8, 14, 24, 0.9)),
		url("../images/curriculum-figma/memorial-map-bg.jpg") center / cover no-repeat;
	border: 1px solid var(--cl-line);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 72px 32px;
	text-align: center;
}

.cl-ps-map-icon { font-size: 48px; line-height: 1; opacity: 0.9; }
.cl-ps-map strong { font-family: "Ibarra Real Nova", serif; font-size: 24px; }
.cl-ps-map p { color: rgba(255, 255, 255, 0.78); font-size: 15px; line-height: 1.6; margin: 0 auto; max-width: 540px; }
.cl-ps-map .cl-stub-cta { margin-top: 8px; }

.cl-ps-stats { margin-top: 24px; }
.cl-ps-stats article { border-top: 2px solid var(--cl-red); padding-top: 16px; }
.cl-ps-stats strong { color: var(--cl-navy); display: block; font-family: "Ibarra Real Nova", serif; font-size: 30px; }
.cl-ps-stats span { color: rgba(18, 33, 61, 0.66); font-size: 14px; line-height: 1.4; }

.cl-ps-story-card {
	background: var(--cl-ice);
	border: 1px solid var(--cl-line);
	border-left: 3px solid var(--cl-steel);
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px;
}

.cl-ps-story-type {
	color: var(--cl-steel);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cl-ps-story-card blockquote {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.3;
	margin: 0;
}

.cl-ps-story-meta { color: rgba(18, 33, 61, 0.55); font-size: 13px; margin-top: auto; }

.cl-ps-phase-list { background: #fff; border: 1px solid var(--cl-line); }
.cl-phase + .cl-phase { border-top: 1px solid var(--cl-line); }

.cl-phase-trigger {
	align-items: center;
	background: none;
	border: 0;
	cursor: pointer;
	display: flex;
	gap: 20px;
	padding: 24px 28px;
	text-align: left;
	width: 100%;
}

.cl-phase-num { color: var(--cl-red); font-family: "IBM Plex Mono", monospace; font-size: 15px; font-weight: 600; }
.cl-phase-name { color: var(--cl-navy); flex: 1; font-family: "Ibarra Real Nova", serif; font-size: 21px; font-weight: 600; }

.cl-phase-stage {
	border-radius: 100px;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
	padding: 4px 12px;
	text-transform: uppercase;
}

.cl-phase-stage--awareness { background: rgba(89, 128, 166, 0.16); color: var(--cl-steel); }
.cl-phase-stage--participation { background: rgba(181, 84, 84, 0.16); color: var(--cl-red); }
.cl-phase-stage--ownership { background: rgba(152, 124, 83, 0.18); color: var(--cl-tan); }
.cl-phase-stage--continuation { background: rgba(27, 41, 84, 0.12); color: var(--cl-navy); }

.cl-phase-chevron {
	border-bottom: 2px solid rgba(18, 33, 61, 0.4);
	border-right: 2px solid rgba(18, 33, 61, 0.4);
	height: 9px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 9px;
}

.cl-phase.is-open .cl-phase-chevron { transform: rotate(225deg); }
.cl-phase-panel { padding: 0 28px 28px; }
.cl-phase-desc { color: rgba(18, 33, 61, 0.78); font-size: 16px; line-height: 1.66; margin: 0 0 22px; max-width: 820px; }
.cl-phase-cols { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.cl-phase-col h4 {
	color: var(--cl-navy);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cl-phase-col ul { list-style: none; margin: 0; padding: 0; }
.cl-phase-col li { color: rgba(18, 33, 61, 0.78); font-size: 15px; line-height: 1.5; padding: 7px 0 7px 22px; position: relative; }
.cl-phase-col li::before { color: var(--cl-red); content: "\2022"; left: 4px; position: absolute; }

.cl-ps-loop-card {
	background: #fff;
	border: 1px solid var(--cl-line);
	border-top: 3px solid var(--cl-tan);
	display: flex;
	flex-direction: column;
	padding: 28px;
}

.cl-ps-loop-card .cl-difference-step { margin-bottom: 16px; }
.cl-ps-loop-card h3 { color: var(--cl-navy); font-family: "Ibarra Real Nova", serif; font-size: 21px; line-height: 1.2; margin: 0 0 12px; }
.cl-ps-loop-card p { color: rgba(18, 33, 61, 0.72); font-size: 15px; line-height: 1.6; margin: 0; }
.cl-ps-loop-card .cl-btn { align-self: flex-start; margin-top: 20px; }

.cl-ps-crossenv { border-top: 2px solid var(--cl-steel); padding-top: 18px; }
.cl-ps-crossenv h3 { color: var(--cl-navy); font-family: "Ibarra Real Nova", serif; font-size: 19px; margin: 0 0 8px; }
.cl-ps-crossenv p { color: rgba(18, 33, 61, 0.7); font-size: 15px; line-height: 1.55; margin: 0; }

.cl-ps-vision {
	background:
		linear-gradient(180deg, rgba(8, 14, 24, 0.86), rgba(8, 14, 24, 0.92)),
		var(--cl-pathway-image, linear-gradient(135deg, var(--cl-navy), #0c1729)) center / cover no-repeat;
	color: #fff;
}

.cl-ps-vision h2 { color: #fff; }
.cl-ps-vision .cl-ps-prose { color: rgba(255, 255, 255, 0.88); }

.cl-ps-quote {
	border-left: 3px solid var(--cl-red);
	color: #fff;
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(20px, 2.4vw, 27px);
	font-style: italic;
	line-height: 1.35;
	margin: 32px 0 0;
	padding: 6px 0 6px 24px;
}

.cl-ps-comingsoon {
	background: #fff;
	border: 1px solid var(--cl-line);
	border-top: 3px solid var(--cl-red);
	margin-top: 28px;
	padding: 32px;
	text-align: center;
}

.cl-ps-comingsoon strong { color: var(--cl-navy); display: block; font-family: "Ibarra Real Nova", serif; font-size: 22px; }
.cl-ps-comingsoon p { color: rgba(18, 33, 61, 0.66); font-size: 15px; line-height: 1.6; margin: 10px auto 22px; max-width: 520px; }
.cl-ps-comingsoon .cl-ps-hero-actions { justify-content: center; }

@media (max-width: 980px) {
	.cl-ps-hero-grid { grid-template-columns: 1fr; }
	.cl-ps-principle-grid,
	.cl-ps-story-grid,
	.cl-ps-loop-grid,
	.cl-ps-crossenv-grid,
	.cl-ps-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.cl-ps-principle-grid,
	.cl-ps-story-grid,
	.cl-ps-loop-grid,
	.cl-ps-crossenv-grid,
	.cl-ps-stats,
	.cl-phase-cols { grid-template-columns: 1fr; }
	.cl-phase-trigger { flex-wrap: wrap; gap: 10px 14px; }
}

/* ----------------------------------------------------------------------------
   Engagement Pathway — cohesion pass (match landing treatments)
---------------------------------------------------------------------------- */

/* Breadcrumb */
.cl-ps-breadcrumb {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	gap: 8px;
	letter-spacing: 0.04em;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.cl-ps-breadcrumb a { color: rgba(255, 255, 255, 0.68); text-decoration: none; transition: color 160ms ease; }
.cl-ps-breadcrumb a:hover { color: #fff; }
.cl-ps-breadcrumb span { color: rgba(255, 255, 255, 0.34); }
.cl-ps-breadcrumb [aria-current] { color: var(--cl-red); }

/* Icon + eyebrow grouped on one row */
.cl-ps-hero-id {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}
.cl-ps-hero-id .cl-pathway-icon { margin-bottom: 0; }
.cl-ps-hero-id .cl-eyebrow { margin: 0; }

/* Core Objectives vertically centered against the hero copy */
.cl-ps-objectives { align-self: center; }

/* Buttons: reuse the landing .cl-btn system, with site casing (no minor words
   capitalised) and a down-arrow variant for in-page scroll CTAs. */
.cl-pathway-single .cl-btn { text-transform: none; }

.cl-btn-down::after {
	content: "\2193";
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	margin-left: 10px;
	transform: translateY(1px);
}

.cl-pathway-single .cl-btn-line {
	background: transparent;
	border: 1px solid rgba(18, 33, 61, 0.28);
	color: var(--cl-navy);
}
.cl-pathway-single .cl-btn-line:hover { background: var(--cl-navy); border-color: var(--cl-navy); color: #fff; }
.cl-pathway-single-hero .cl-btn-line,
.cl-ps-map .cl-btn-line { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.cl-pathway-single-hero .cl-btn-line:hover,
.cl-ps-map .cl-btn-line:hover { background: #fff; border-color: #fff; color: var(--cl-navy); }

.cl-btn-stub { cursor: not-allowed; gap: 12px; }
.cl-btn-stub i {
	background: var(--cl-red);
	border-radius: 100px;
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 4px 10px;
	text-transform: uppercase;
}

/* In-section buttons sit a touch smaller than the hero buttons */
.cl-ps-section .cl-btn { font-size: 15px; min-height: 52px; padding: 13px 24px; }
.cl-ps-section .cl-btn-stub i { font-size: 10px; padding: 3px 9px; }

/* Heading letter-spacing normalised (fixes odd cross-env spacing) */
.cl-pathway-single h2,
.cl-pathway-single h3 { letter-spacing: normal; }

/* Principles use the landing "Step /" treatment */
.cl-ps-principle {
	border: 1px solid var(--cl-line);
	border-top: 1px solid var(--cl-line);
	padding: 34px 32px 36px;
}
.cl-ps-principle .cl-difference-step { margin-bottom: 22px; }
.cl-ps-principle h3 { margin: 0 0 12px; }

/* "How the Pathway Works" uses the subtle stories texture like Five Pillars */
.cl-ps-phases {
	background:
		linear-gradient(180deg, rgba(238, 245, 251, 0.5), rgba(255, 255, 255, 0.4)),
		url("../images/stories.png") center top / cover no-repeat,
		var(--cl-ice);
}

/* ----------------------------------------------------------------------------
   Engagement Pathway — refinements (dashed stubs, stat-bar tags, pillar phases)
---------------------------------------------------------------------------- */

/* Coming-soon stubs use a dashed border */
.cl-pathway-single .cl-btn-stub { border-style: dashed; }

/* Audience tags as a hero-stats-style strip */
.cl-ps-tags {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: linear-gradient(162deg, rgba(12, 36, 67, 0.2), rgba(12, 36, 67, 0.2), rgba(0, 0, 0, 0.2));
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 30px;
}
.cl-ps-tags span {
	align-items: center;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.3;
	padding: 14px 16px;
	text-align: center;
	text-transform: uppercase;
}
.cl-ps-tags span:first-child { border-left: 0; }

@media (max-width: 600px) {
	.cl-ps-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cl-ps-tags span:nth-child(odd) { border-left: 0; }
}

/* Phase accordion mirrors the landing .cl-pillars treatment */
.cl-ps-phase-list { background: #fff; border: 1px solid rgba(18, 33, 61, 0.16); }
.cl-phase + .cl-phase { border-top: 1px solid rgba(18, 33, 61, 0.14); }

.cl-phase-trigger {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: 86px minmax(0, 1fr) auto;
	padding: 0;
}

.cl-phase-num {
	align-items: center;
	background: #2d5e93;
	color: #fff;
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	min-height: 86px;
}
.cl-phase:nth-child(2) .cl-phase-num { background: #244f86; }
.cl-phase:nth-child(3) .cl-phase-num { background: #204777; }
.cl-phase:nth-child(4) .cl-phase-num { background: #1d3f69; }
.cl-phase:nth-child(5) .cl-phase-num { background: #19355c; }
.cl-phase:nth-child(6) .cl-phase-num { background: #152c4d; }
.cl-phase.is-open .cl-phase-num { background: var(--cl-red); }

.cl-phase-name {
	align-self: center;
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 24px;
	font-weight: 600;
	padding: 22px 28px;
}

.cl-phase-meta {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	padding: 0 28px;
}

.cl-phase-panel { padding: 6px 28px 30px; }

/* ----------------------------------------------------------------------------
   Engagement Pathway — hero tag strip hugs bottom + frosted objectives card
---------------------------------------------------------------------------- */
.cl-ps-hero-grid { align-items: stretch; }
.cl-ps-hero-main { display: flex; flex-direction: column; }
.cl-ps-tags { margin-top: auto; }

.cl-ps-objectives {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

@media (max-width: 980px) {
	.cl-ps-tags { margin-top: 26px; }
}

/* Objectives card hugs the bottom of the hero (like the landing stats strip) */
.cl-ps-objectives { align-self: end; }

/* Balance section headings to avoid single-word widows (e.g. "Contribute") */
.cl-ps-section h2 { text-wrap: balance; }

/* More breathing room at the top of an open phase panel */
.cl-phase-panel { padding-top: 22px; }

/* Long-term vision quote — same treatment as the landing .cl-why-band quote */
.cl-ps-quote {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: linear-gradient(162deg, rgba(12, 36, 67, 0.2), rgba(12, 36, 67, 0.2), rgba(0, 0, 0, 0.2));
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 -18px 70px rgba(0, 0, 0, 0.12);
	color: rgba(255, 255, 255, 0.92);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(20px, 1.7vw, 26px);
	font-style: italic;
	line-height: 1.25;
	margin: clamp(44px, 5vw, 68px) 0 0;
	padding: 32px max(20px, calc((100vw - 1280px) / 2 + 20px));
	quotes: "\201C" "\201D";
	text-align: center;
	width: 100%;
}
.cl-ps-quote::before { content: open-quote; margin-right: 0.08em; }
.cl-ps-quote::after { content: close-quote; margin-left: 0.05em; }

/* Center the buttons in the "Lessons Coming..." box */
.cl-ps-comingsoon .cl-actions { justify-content: center; }

/* Tag strip is the hero's bottom band (flush with the hero's bottom edge) */
.cl-pathway-single-hero { padding-bottom: 0; }
.cl-ps-tags { margin-top: clamp(40px, 5vw, 64px); }
@media (max-width: 980px) {
	.cl-ps-tags { margin-top: 32px; }
}

/* Engagement Pathways header: remove the grid row-gap so the eyebrow sits a
   normal 20px above the title (keep the 40px column gap to the intro). */
.cl-pathways-head { row-gap: 0; }

/* Give the hero bottom band breathing room (was flush against next section) */
.cl-pathway-single-hero { padding-bottom: clamp(34px, 4vw, 52px); }

/* Tag strip hugs the hero bottom; top margin separates it from the buttons.
   Needs .cl-pathway-single specificity to beat ".cl-pathway-single .container
   { margin: 0 auto }", which was zeroing the strip's margin-top. */
.cl-pathway-single-hero { padding-bottom: 0; }
.cl-pathway-single .cl-ps-tags { margin-top: clamp(40px, 5vw, 64px); }
@media (max-width: 980px) {
	.cl-pathway-single .cl-ps-tags { margin-top: 30px; }
}

/* Hero top padding clears the absolute site header (~97px desktop / ~84px
   mobile) so the breadcrumb sits below it and stays clickable. */
.cl-pathway-single-hero { padding-top: clamp(116px, 11vw, 168px); }

/* Core Objectives centered vertically */
.cl-ps-objectives { align-self: center; }

/* Vision quote hugs the bottom of its section; margin-top gives separation */
.cl-ps-vision { padding-bottom: 0; }
.cl-ps-quote { margin-top: clamp(48px, 5vw, 72px); }

/* Center the "Core Objectives" label in the hero objectives card */
.cl-ps-objectives .cl-eyebrow { text-align: center; }

/* Objectives card: light frosted panel to balance the dark hero */
.cl-ps-objectives {
	background: rgba(247, 249, 252, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: 0 30px 64px rgba(8, 14, 24, 0.42);
}
.cl-ps-objectives li {
	color: rgba(18, 33, 61, 0.84);
}
.cl-ps-objectives li + li {
	border-top-color: rgba(18, 33, 61, 0.1);
}

/* Secondary hero CTA is now "Find Your Lesson" (navigational), not a download:
   replace the download icon with a right arrow. */
.cl-btn-outline::after {
	background: none;
	content: "\2192";
	font-size: 17px;
	font-weight: 700;
	height: auto;
	line-height: 1;
	-webkit-mask: none;
	mask: none;
	width: auto;
}

/* Both landing-page stars rendered identically */
.cl-eyebrow-star,
.cl-heading-star {
	color: var(--cl-steel);
	display: inline-block;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

/* ----------------------------------------------------------------------------
   Leadership Under Pressure — profiles grid + downloads list
---------------------------------------------------------------------------- */
.cl-ps-profile-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cl-ps-profile {
	background: #fff;
	border: 1px solid var(--cl-line);
	display: flex;
	gap: 16px;
	padding: 24px;
}
.cl-ps-profile-avatar {
	align-items: center;
	background: var(--cl-navy);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	font-family: "Ibarra Real Nova", serif;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	width: 48px;
}
.cl-ps-profile-body strong {
	color: var(--cl-navy);
	display: block;
	font-family: "Ibarra Real Nova", serif;
	font-size: 19px;
	line-height: 1.15;
}
.cl-ps-profile-role {
	color: var(--cl-steel);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.03em;
	margin: 6px 0 10px;
	text-transform: uppercase;
}
.cl-ps-profile-body p {
	color: rgba(18, 33, 61, 0.72);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.cl-ps-downloads {
	background: #fff;
	border: 1px solid var(--cl-line);
}
.cl-ps-download {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 48px minmax(0, 1fr) auto auto;
	padding: 20px 26px;
}
.cl-ps-download + .cl-ps-download { border-top: 1px solid var(--cl-line); }
.cl-ps-download-num {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
	font-weight: 600;
}
.cl-ps-download-info strong {
	color: var(--cl-navy);
	display: block;
	font-family: "Ibarra Real Nova", serif;
	font-size: 18px;
	line-height: 1.2;
}
.cl-ps-download-info span {
	color: rgba(18, 33, 61, 0.6);
	font-size: 13px;
}
.cl-ps-download-tag {
	color: var(--cl-steel);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.cl-ps-profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
	.cl-ps-profile-grid { grid-template-columns: 1fr; }
	.cl-ps-download { grid-template-columns: 40px 1fr; }
	.cl-ps-download-tag { display: none; }
	.cl-ps-download .cl-btn-stub { grid-column: 2; justify-self: start; }
}

/* ----------------------------------------------------------------------------
   Pathway pages — mobile refinements
---------------------------------------------------------------------------- */
/* Audience tag strip drops to 2-up below tablet (5-up gets cramped) */
@media (max-width: 768px) {
	.cl-ps-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cl-ps-tags span:nth-child(odd) { border-left: 0; }
}

@media (max-width: 560px) {
	/* Phase rows: smaller number block + tighter padding so the stage badge fits */
	.cl-phase-trigger { grid-template-columns: 54px minmax(0, 1fr) auto; }
	.cl-phase-num { font-size: 13px; min-height: 74px; }
	.cl-phase-name { font-size: 19px; padding: 18px 14px; }
	.cl-phase-meta { gap: 10px; padding: 0 14px; }
	.cl-phase-panel { padding: 14px 16px 24px; }

	/* Hero CTAs stack full-width */
	.cl-pathway-single-hero .cl-actions .cl-btn,
	.cl-pathway-single-hero .cl-actions .cl-btn-stub {
		flex: 1 1 100%;
		font-size: 16px;
		justify-content: center;
		min-height: 54px;
		padding: 14px 18px;
	}

	/* Tag strip single-column on the smallest screens */
	.cl-ps-tags { grid-template-columns: 1fr; }
	.cl-ps-tags span { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
	.cl-ps-tags span:first-child { border-top: 0; }
}

/* ----------------------------------------------------------------------------
   Leadership Stories — content-only story cards (downloads coming soon)
---------------------------------------------------------------------------- */
.cl-ps-dl-card {
	background: #fff;
	border: 1px solid var(--cl-line);
	display: flex;
	flex-direction: column;
	padding: 26px 26px 24px;
}
.cl-ps-dl-num {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.cl-ps-dl-card strong {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 20px;
	line-height: 1.18;
	margin: 10px 0 6px;
}
.cl-ps-dl-person {
	color: var(--cl-steel);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.cl-ps-dl-card p {
	color: rgba(18, 33, 61, 0.72);
	font-size: 14px;
	line-height: 1.6;
	margin: 14px 0 0;
}
.cl-ps-dl-cta {
	align-items: center;
	border-top: 1px solid var(--cl-line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: auto;
	padding-top: 18px;
}
.cl-ps-dl-soon {
	align-items: center;
	background: rgba(18, 33, 61, 0.06);
	border: 1px solid var(--cl-line);
	color: rgba(18, 33, 61, 0.5);
	cursor: not-allowed;
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 9px 14px;
	text-transform: uppercase;
}
.cl-ps-dl-notify {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}
.cl-ps-dl-notify:hover { text-decoration: underline; }

/* Secondary hero CTA ("Find Your Lesson") uses a down arrow (scrolls to audiences) */
.cl-btn-outline::after { content: "\2193"; }

/* ============================================================================
   Landing page — mobile refinements
   ============================================================================ */
@media (max-width: 991px) {
	.cl-actions .cl-btn { box-sizing: border-box; max-width: 100%; }
}

@media (max-width: 767px) {
	/* Hero eyebrow: drop the star, put "25th Anniversary" on its own line */
	.cl-hero .cl-eyebrow-star { display: block; font-size: 0; height: 0; margin: 0; }

	/* Hero video thumbnail: centered, never bleeds past the edge */
	.cl-hero-media { margin-left: auto; margin-right: auto; max-width: 100%; width: 100%; }
	.cl-video-frame { width: 100%; }

	/* Hero CTAs: full-width, contained */
	.cl-actions { width: 100%; }
	.cl-actions .cl-btn { box-sizing: border-box; width: 100%; }

	/* Why this matters: stack copy over stats; give the skyline room to show below */
	.cl-why-grid { grid-template-columns: 1fr; gap: 30px; }
	.cl-why { padding-bottom: 300px; }

	/* Pillars: drop the category-tag preview so it can't collide with the number */
	.cl-pillar-trigger { grid-template-columns: 60px minmax(0, 1fr); }
	.cl-pillar-tags { display: none; }

	/* Partner logos: 2-up grid */
	.cl-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	/* Reduce single-word widows in body copy (e.g. "civic life") */
	.cl-difference-item p,
	.cl-why-copy p:not(.cl-eyebrow) { text-wrap: pretty; }
}

@media (max-width: 600px) {
	/* Audience cards: icon to the top-right, content left, shorter cards */
	.cl-audience-card { min-height: 0; padding: 22px 76px 22px 22px; position: relative; }
	.cl-audience-card::before { height: 44px; margin: 0; position: absolute; right: 20px; top: 20px; width: 44px; }
	.cl-logo-grid img { max-height: 108px; }
}

/* Why-this-matters stats: stack each stat on mobile (label over copy), drop the
   vertical divider — prevents the label/copy overlap seen on phones. */
@media (max-width: 767px) {
	.cl-why-stats article {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
	.cl-why-stats article::after { display: none; }
	.cl-why-stats strong { flex: none; max-width: none; }
	.cl-why-stats p { max-width: none; }
}

/* Respect users who prefer reduced motion: neutralize transitions/animations
   and smooth scrolling within the curriculum experience. */
@media (prefers-reduced-motion: reduce) {
	.curriculum-landing *,
	.curriculum-landing *::before,
	.curriculum-landing *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Keyboard-focus indicators for interactive elements that previously had
   hover-only feedback (buttons, module/logo links, text links), matching the
   pathway-card focus treatment for a consistent affordance. */
.cl-btn:focus-visible,
.cl-module-card:focus-visible,
.cl-logo-grid a:focus-visible,
.cl-text-link:focus-visible,
.cl-pathways-coming a:focus-visible {
	outline: 3px solid var(--cl-steel);
	outline-offset: 3px;
}

/* Coming-soon reveal on inactive audience cards. Cards keep their icon + clean
   static look; on hover/focus a full-card overlay fades in while its text rises
   (fade-up). Text is per-card editable via the ACF "overlay_text" subfield. */
.cl-audience-card.is-inactive {
	overflow: hidden;
	position: relative;
}

.cl-audience-overlay {
	align-items: center;
	background: linear-gradient(180deg, rgba(20, 33, 61, 0.84), rgba(12, 20, 38, 0.93));
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 240ms ease;
	z-index: 2;
}

.cl-audience-card.is-inactive .cl-audience-overlay-text {
	border-top: 2px solid var(--cl-red);
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(14px);
	transition: transform 240ms ease;
}

.cl-audience-card.is-inactive:hover .cl-audience-overlay,
.cl-audience-card.is-inactive:focus-within .cl-audience-overlay {
	opacity: 1;
}

.cl-audience-card.is-inactive:hover .cl-audience-overlay-text,
.cl-audience-card.is-inactive:focus-within .cl-audience-overlay-text {
	transform: translateY(0);
}

/* Memorial Finder — two-column map-preview feature (clickable live-map preview
   on the left, copy + stats + CTA on the right). Replaces the old flat panel. */
.cl-ps-map-feature {
	align-items: stretch;
	display: grid;
	gap: clamp(24px, 3vw, 44px);
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.92fr);
	margin-top: clamp(28px, 3vw, 40px);
}

.cl-ps-map-preview {
	align-items: flex-end;
	background:
		linear-gradient(180deg, rgba(8, 14, 24, 0.1) 0%, rgba(8, 14, 24, 0.32) 52%, rgba(8, 14, 24, 0.82) 100%),
		url("../images/curriculum-figma/memorial-map-bg.jpg") center / cover no-repeat;
	border: 1px solid rgba(18, 33, 61, 0.14);
	border-radius: 18px;
	box-shadow: 0 22px 54px rgba(18, 33, 61, 0.18);
	display: flex;
	min-height: 340px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.cl-ps-map-preview::after {
	background: var(--cl-red);
	border-radius: 999px;
	box-shadow: 0 0 0 6px rgba(181, 84, 84, 0.28);
	content: "";
	height: 14px;
	left: 50%;
	margin: -7px 0 0 -7px;
	position: absolute;
	top: 42%;
	width: 14px;
}

.cl-ps-map-preview:hover,
.cl-ps-map-preview:focus-visible {
	box-shadow: 0 30px 66px rgba(18, 33, 61, 0.26);
	transform: translateY(-3px);
}

.cl-ps-map-preview-cta {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.06em;
	padding: clamp(18px, 2vw, 26px) clamp(20px, 2.2vw, 30px);
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.cl-ps-map-preview-cta i {
	font-style: normal;
	transition: transform 200ms ease;
}

.cl-ps-map-preview:hover .cl-ps-map-preview-cta i,
.cl-ps-map-preview:focus-visible .cl-ps-map-preview-cta i {
	transform: translateX(5px);
}

.cl-ps-map-info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2vw, 26px);
	justify-content: center;
}

.cl-ps-map-info > p {
	color: rgba(18, 33, 61, 0.76);
	font-size: 16px;
	line-height: 1.62;
	margin: 0;
	max-width: 460px;
}

.cl-ps-map-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cl-ps-map-stats li {
	border-top: 2px solid var(--cl-red);
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 12px;
}

.cl-ps-map-stats strong {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(24px, 2.2vw, 30px);
	line-height: 1;
}

.cl-ps-map-stats span {
	color: rgba(18, 33, 61, 0.64);
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 860px) {
	.cl-ps-map-feature { grid-template-columns: 1fr; }
	.cl-ps-map-preview { min-height: 240px; }
}

/* "Live count" caption under the memorial-map feature stats. */
.cl-ps-map-live {
	align-items: center;
	color: rgba(18, 33, 61, 0.55);
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	gap: 8px;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}
.cl-ps-map-live::before {
	background: #3fae6a;
	border-radius: 999px;
	box-shadow: 0 0 0 3px rgba(63, 174, 106, 0.22);
	content: "";
	height: 7px;
	width: 7px;
}

/* Live memorial-map preview (Leaflet) layered over the static fallback image. */
.cl-ps-map-canvas {
	inset: 0;
	pointer-events: none; /* tile stays a single link to the full map */
	position: absolute;
	z-index: 0;
}
.cl-ps-map-canvas .leaflet-container {
	background: #0c1729;
	height: 100%;
	width: 100%;
}
.cl-ps-map-preview::after { display: none; } /* the real markers replace the single static pin */
.cl-ps-map-preview-cta {
	background: linear-gradient(180deg, rgba(8, 14, 24, 0) 0%, rgba(8, 14, 24, 0.55) 45%, rgba(8, 14, 24, 0.88) 100%);
}

/* Brand-colored marker clusters */
.cl-map-cluster {
	align-items: center;
	background: rgba(181, 84, 84, 0.92);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(8, 14, 24, 0.45);
	color: #fff;
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
}

/* Curriculum lesson library and single lesson views. */
.cl-lesson-archive-hero,
.cl-lesson-hero {
	background:
		linear-gradient(112deg, rgba(5, 9, 16, 0.94) 0%, rgba(12, 27, 48, 0.86) 52%, rgba(18, 41, 84, 0.72) 100%),
		url("../images/American-Flag.jpg") center / cover no-repeat,
		#07111f;
	color: #fff;
	padding: clamp(96px, 10vw, 148px) 0 clamp(56px, 7vw, 96px);
}

.cl-lesson-archive-hero h1,
.cl-lesson-hero h1 {
	color: #fff;
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(44px, 6vw, 78px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 920px;
}

.cl-lesson-archive-hero p:not(.cl-eyebrow),
.cl-lesson-dek {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.64;
	margin: 24px 0 0;
	max-width: 760px;
}

.cl-back-link {
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.cl-back-link:hover,
.cl-back-link:focus-visible {
	color: #fff;
}

.cl-lesson-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.cl-lesson-meta span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.82);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 9px 12px;
	text-transform: uppercase;
}

.cl-lesson-archive-body,
.cl-lesson-content {
	background: #fff;
	padding: clamp(58px, 7vw, 96px) 0;
}

.cl-lesson-filter-panel {
	background: var(--cl-paper);
	border: 1px solid var(--cl-line);
	display: grid;
	gap: 22px;
	margin-bottom: clamp(34px, 5vw, 58px);
	padding: clamp(22px, 3vw, 34px);
}

.cl-filter-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cl-filter-group > span {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-right: 4px;
	text-transform: uppercase;
}

.cl-filter-chip {
	background: #fff;
	border: 1px solid var(--cl-line);
	color: var(--cl-ink);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 10px 14px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cl-filter-chip:hover,
.cl-filter-chip:focus-visible,
.cl-filter-chip.is-active {
	background: var(--cl-red);
	border-color: var(--cl-red);
	color: #fff;
}

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

.cl-lesson-card {
	background: #fff;
	border: 1px solid var(--cl-line);
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: clamp(24px, 2.7vw, 34px);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cl-lesson-card:hover {
	border-color: rgba(181, 84, 84, 0.38);
	box-shadow: 0 18px 44px rgba(18, 33, 61, 0.1);
	transform: translateY(-2px);
}

.cl-lesson-card-meta {
	color: var(--cl-red);
	display: flex;
	flex-wrap: wrap;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	gap: 8px 12px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cl-lesson-card h2 {
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(27px, 2.45vw, 36px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
}

.cl-lesson-card h2 a {
	color: var(--cl-navy);
}

.cl-lesson-card p {
	color: rgba(18, 33, 61, 0.72);
	font-size: 16px;
	line-height: 1.6;
	margin: 18px 0 0;
}

.cl-lesson-card-link {
	color: var(--cl-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: auto;
	padding-top: 28px;
	text-transform: uppercase;
}

.cl-lesson-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 48px;
}

.cl-lesson-pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--cl-line);
	color: var(--cl-ink);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0 14px;
	text-transform: uppercase;
}

.cl-lesson-pagination .page-numbers.current,
.cl-lesson-pagination .page-numbers:hover,
.cl-lesson-pagination .page-numbers:focus-visible {
	background: var(--cl-navy);
	border-color: var(--cl-navy);
	color: #fff;
}

.cl-lesson-empty {
	background: var(--cl-paper);
	border: 1px solid var(--cl-line);
	padding: clamp(34px, 5vw, 60px);
	text-align: center;
}

.cl-lesson-empty h2 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.03;
	margin: 0 0 16px;
}

.cl-lesson-empty p {
	color: rgba(18, 33, 61, 0.72);
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto 26px;
	max-width: 620px;
}

.cl-lesson-video {
	aspect-ratio: 16 / 9;
	background: #07111f;
	border: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: clamp(30px, 4vw, 52px);
	overflow: hidden;
	width: min(100%, 980px);
}

.cl-lesson-video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.cl-lesson-caption {
	color: rgba(255, 255, 255, 0.58);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.12em;
	margin: 14px 0 0;
	text-transform: uppercase;
}

.cl-lesson-layout {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
}

.cl-lesson-main {
	display: grid;
	gap: 30px;
	min-width: 0;
}

.cl-lesson-block,
.cl-lesson-figure {
	border-top: 1px solid var(--cl-line);
	margin: 0;
	padding-top: 30px;
}

.cl-lesson-block h2,
.cl-essential-question h2 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(30px, 3.1vw, 44px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.cl-lesson-richtext,
.cl-lesson-richtext p,
.cl-lesson-block > p:not(.cl-mini-label),
.cl-lesson-list,
.cl-lesson-prompt,
.cl-lesson-muted,
.cl-guidance-note p,
.cl-lesson-side-card p {
	color: rgba(18, 33, 61, 0.78);
	font-size: 17px;
	line-height: 1.72;
}

.cl-lesson-richtext p,
.cl-lesson-side-card p {
	margin: 0 0 16px;
}

.cl-lesson-list {
	margin: 0;
	padding-left: 24px;
}

.cl-lesson-list li + li {
	margin-top: 10px;
}

.cl-lesson-activities {
	display: grid;
	gap: 18px;
}

.cl-lesson-activities article {
	background: var(--cl-paper);
	border: 1px solid var(--cl-line);
	padding: 24px;
}

.cl-lesson-activities article > div {
	color: var(--cl-red);
	display: flex;
	flex-wrap: wrap;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cl-lesson-activities h3 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 28px;
	line-height: 1.12;
	margin: 12px 0 8px;
}

.cl-lesson-activities p {
	color: rgba(18, 33, 61, 0.75);
	font-size: 16px;
	line-height: 1.62;
	margin: 0;
}

.cl-lesson-prompt {
	background: #f3f7fb;
	border-left: 4px solid var(--cl-red);
	margin-top: 20px;
	padding: 18px 20px;
}

.cl-key-terms {
	display: grid;
	gap: 14px;
	margin: 0;
}

.cl-key-terms div {
	border: 1px solid var(--cl-line);
	padding: 18px;
}

.cl-key-terms dt {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 6px;
}

.cl-key-terms dd {
	color: rgba(18, 33, 61, 0.72);
	font-size: 16px;
	line-height: 1.58;
	margin: 0;
}

.cl-lesson-quote blockquote {
	border-left: 4px solid var(--cl-red);
	margin: 0;
	padding-left: 24px;
}

.cl-lesson-quote blockquote p {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: clamp(28px, 3vw, 42px);
	font-style: italic;
	line-height: 1.18;
	margin: 0;
}

.cl-lesson-quote cite {
	color: rgba(18, 33, 61, 0.58);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 16px;
	text-transform: uppercase;
}

.cl-lesson-figure img {
	display: block;
	height: auto;
	width: 100%;
}

.cl-lesson-figure figcaption {
	color: rgba(18, 33, 61, 0.56);
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 12px;
}

.cl-lesson-accordion-list details {
	border: 1px solid var(--cl-line);
	padding: 18px 20px;
}

.cl-lesson-accordion-list details + details {
	margin-top: 12px;
}

.cl-lesson-accordion-list summary {
	color: var(--cl-navy);
	cursor: pointer;
	font-weight: 800;
}

.cl-lesson-accordion-list details > div {
	color: rgba(18, 33, 61, 0.72);
	font-size: 16px;
	line-height: 1.64;
	margin-top: 14px;
}

.cl-lesson-timeline {
	border-left: 2px solid rgba(181, 84, 84, 0.32);
	display: grid;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
}

.cl-lesson-timeline li {
	position: relative;
}

.cl-lesson-timeline li::before {
	background: var(--cl-red);
	border-radius: 999px;
	content: "";
	height: 10px;
	left: -30px;
	position: absolute;
	top: 7px;
	width: 10px;
}

.cl-lesson-timeline span {
	color: var(--cl-red);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.cl-lesson-timeline strong {
	color: var(--cl-navy);
	display: block;
	font-family: "Ibarra Real Nova", serif;
	font-size: 26px;
	line-height: 1.1;
}

.cl-lesson-timeline p {
	color: rgba(18, 33, 61, 0.72);
	font-size: 16px;
	line-height: 1.58;
	margin: 8px 0 0;
}

.cl-lesson-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 116px;
}

.cl-lesson-side-card {
	background: #f3f7fb;
	border: 1px solid rgba(18, 33, 61, 0.1);
	padding: 24px;
}

.cl-lesson-side-card h2 {
	color: var(--cl-navy);
	font-family: "Ibarra Real Nova", serif;
	font-size: 28px;
	line-height: 1.08;
	margin: 0 0 18px;
}

.cl-lesson-side-card dl {
	display: grid;
	gap: 16px;
	margin: 0;
}

.cl-lesson-side-card dt,
.cl-guidance-note strong {
	color: var(--cl-red);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.cl-lesson-side-card dd {
	color: var(--cl-ink);
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.cl-resource-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cl-resource-list a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--cl-line);
	color: var(--cl-navy);
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 13px 14px;
}

.cl-resource-list a:hover,
.cl-resource-list a:focus-visible {
	border-color: rgba(181, 84, 84, 0.42);
	color: var(--cl-red);
}

.cl-guidance-note + .cl-guidance-note {
	border-top: 1px solid var(--cl-line);
	margin-top: 18px;
	padding-top: 18px;
}

@media (max-width: 1060px) {
	.cl-lesson-grid,
	.cl-lesson-layout {
		grid-template-columns: 1fr;
	}

	.cl-lesson-sidebar {
		position: static;
	}
}

@media (max-width: 720px) {
	.cl-lesson-archive-hero,
	.cl-lesson-hero {
		padding: 78px 0 56px;
	}

	.cl-filter-group {
		align-items: stretch;
		flex-direction: column;
	}

	.cl-filter-chip {
		text-align: center;
	}

	.cl-lesson-card {
		min-height: 0;
	}

	.cl-lesson-meta span {
		width: 100%;
	}

	.cl-lesson-block,
	.cl-lesson-figure {
		padding-top: 24px;
	}
}
