/* MCDP 1:1 design fidelity layer — values from Figma (assets/figma/NOTES.md) */

/* ---------- section rhythm: full-viewport bands, vertically centered ---------- */
@media (min-width: 1024px) {
	body.home .wp-block-post-content > .mcdp-section {
		box-sizing: border-box;
		margin-block-start: 0 !important;
	}
	body.home .wp-block-post-content > .mcdp-section:not(.wp-block-cover) {
		min-height: 100vh;
		display: grid;
		align-content: center;
	}
	body.home .wp-block-cover.mcdp-section {
		min-height: 100vh !important;
	}
	body.home .wp-block-post-content > .mcdp-section:not(.wp-block-cover) > *,
	body:not(.home) .wp-block-post-content > .mcdp-section:not(.wp-block-cover) > * {
		width: 100%;
	}
	body:not(.home) .wp-block-post-content > .mcdp-section:first-child {
		min-height: 560px;
		display: grid;
		align-content: center;
		/* design: content block centered +46.5px below hero midpoint */
		padding-top: 150px !important;
		padding-bottom: 56px !important;
	}
	body:not(.home) .wp-block-post-content > .mcdp-section:first-child > * + * {
		margin-block-start: 28px !important;
	}
	body:not(.home) .wp-block-post-content > .mcdp-section:not(:first-child):not(.wp-block-cover) {
		min-height: min(1080px, 100vh);
		display: grid;
		align-content: center;
	}
	body:not(.home) .wp-block-cover.mcdp-section {
		min-height: 736px;
	}
}

/* ---------- section rhythm: tight header cluster, 52px before major blocks ---------- */
@media (min-width: 1024px) {
	.mcdp-section:not(.wp-block-cover) {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	body:not(.home) .wp-block-post-content > .mcdp-section:first-child {
		padding-top: 100px !important;
		padding-bottom: 48px !important;
	}
}
.mcdp-section > :is(.wp-block-columns, .wp-block-group, .wp-block-query, .wp-block-buttons):not(:first-child) {
	margin-block-start: 52px !important;
}
.mcdp-section > .mcdp-icon-row,
.mcdp-section > hr.mcdp-rule + p,
.mcdp-section > p + p {
	margin-block-start: 20px !important;
}
.mcdp-section p[style*="letter-spacing:2px"] {
	line-height: 1.2 !important;
}

/* ---------- header: 92px translucent bar, overhanging logo ---------- */
header.site-header > .wp-block-group {
	min-height: 92px;
	overflow: visible;
}
/* logged-in admin bar (32px desktop / 46px mobile): keep the overlay header below it */
@media (min-width: 1024px) {
	header.site-header > .wp-block-group {
		box-sizing: border-box;
		height: 92px;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	header.site-header > .wp-block-group > .wp-block-group {
		position: relative;
		width: 1504px;
		max-width: calc(100vw - 416px) !important;
	}
	.site-header .wp-block-navigation {
		position: absolute;
		left: 50%;
		top: 50%;
		width: max-content;
		min-width: 571px;
		transform: translate(-50%, -50%);
	}
	.site-header .wp-block-navigation__responsive-container {
		width: 100%;
	}
	.site-header .wp-block-group > .wp-block-group > .wp-block-group:last-child {
		margin-left: auto;
	}
	.mcdp-hero-home .wp-block-cover__inner-container {
		transform: translateY(76px);
	}
	body.home .mcdp-label-Who-We-Are {
		height: 100vh;
		min-height: 100vh;
		overflow: hidden;
	}
	body.admin-bar header.site-header {
		top: 32px;
	}
	body.admin-bar.home .wp-block-post-content > .mcdp-section:not(.wp-block-cover),
	body.admin-bar.home .wp-block-cover.mcdp-section {
		min-height: calc(100vh - 32px);
	}
}
.site-header .wp-block-image:first-child {
	/* design: logo top pinned 18px inside the 92px bar, overhanging BELOW it */
	align-self: flex-start;
	margin: 4px 0 -48px;
}
.site-header .wp-block-image:first-child img {
	width: 127px !important;
	filter: drop-shadow(0 6px 14px rgba(10, 25, 40, 0.25));
}
.site-header .wp-block-image img[alt="LinkedIn"] {
	width: 26px !important;
	height: 26px;
}
.site-header .wp-block-navigation .wp-block-navigation__container {
	gap: 63px;
}
.site-header .wp-block-group > .wp-block-group {
	gap: 26px;
}
.site-header .wp-block-button__link {
	padding: 18px 34px !important;
	font-size: 14px !important;
	letter-spacing: 1.4px;
	line-height: 1.2;
	white-space: nowrap;
}
@media (max-width: 1023px) {
	header.site-header {
		position: relative !important;
	}
	header.site-header > .wp-block-group {
		box-sizing: border-box;
		min-height: 104px;
		padding: 8px 16px !important;
	}
	header.site-header > .wp-block-group > .wp-block-group {
		display: grid !important;
		grid-template-columns: 88px 28px minmax(0, 1fr);
		align-items: center;
		gap: 12px !important;
		width: 100%;
		max-width: none !important;
	}
	.site-header .wp-block-image:first-child {
		width: 88px;
		margin: 0;
	}
	.site-header .wp-block-image:first-child img {
		width: 88px !important;
	}
	.site-header .wp-block-navigation {
		justify-self: center;
	}
	.site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}
	.site-header .wp-block-navigation__responsive-container-open {
		display: flex !important;
	}
	.site-header .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		height: 100dvh !important;
		min-height: 100vh !important;
		overflow-y: auto !important;
	}
	header.site-header > .wp-block-group > .wp-block-group > .wp-block-group:last-child {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-self: end;
		gap: 12px !important;
		min-width: 0;
	}
	.site-header .wp-block-buttons {
		flex-wrap: nowrap;
	}
	.site-header .wp-block-button__link {
		padding: 14px 18px !important;
		font-size: 12px !important;
	}
	.site-header .wp-block-image img[alt="LinkedIn"] {
		width: 24px !important;
		height: 24px;
	}
}

/* ---------- rules are always left-aligned (to the 1248 content box) ---------- */
.mcdp-section hr.mcdp-rule,
.wp-block-cover hr.mcdp-rule {
	margin-left: max(0px, calc((100% - 1248px) / 2)) !important;
	margin-right: auto !important;
}

/* ---------- home hero: content left within 1248 box, scrims above watermark ---------- */
.mcdp-hero-home .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
.mcdp-hero-home .wp-block-cover__inner-container > * + * {
	margin-block-start: 28px !important;
}
.mcdp-hero-home .wp-block-cover__inner-container > * {
	margin-left: 0 !important;
}
.mcdp-hero-home .wp-block-cover__inner-container > p:not([style*="letter-spacing:2px"]) {
	color: #c4d2dc;
}
.mcdp-hero-home::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(12, 30, 44, 0.35) 0%, rgba(7, 19, 29, 0.35) 100%),
		url(/wp-content/themes/mcdp/assets/img/hero-backdrop.svg) center/cover no-repeat !important;
}

/* ---------- heroes: thin 640px rule, muted body ---------- */
.wp-block-post-content > .mcdp-section:first-child hr.mcdp-rule,
.mcdp-hero-home hr.mcdp-rule {
	width: 640px;
	max-width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
}

.mcdp-hero-home .wp-block-cover__inner-container > p:not([style*="letter-spacing:2px"]) {
	max-width: 430px;
}
.wp-block-post-content > .mcdp-section:first-child > p:not([style*="letter-spacing:2px"]) {
	max-width: 560px;
	margin-left: max(0px, calc((100% - 1248px) / 2)) !important;
	margin-right: auto !important;
}

/* ---------- We Are: milestone timeline — years above line, dots on it, captions below ---------- */
.mcdp-timeline {
	position: relative;
	max-width: 1000px !important;
	margin-left: max(0px, calc((100% - 1248px) / 2)) !important;
	margin-right: auto !important;
	border: 0 !important;
	padding-top: 0 !important;
}
.mcdp-timeline::before {
	content: '';
	position: absolute;
	left: 40px;
	right: 40px;
	top: 57px;
	height: 2px;
	background: #3a5266;
}
.mcdp-timeline > .wp-block-columns {
	justify-content: space-between;
	gap: 0;
}
.mcdp-timeline .wp-block-column {
	position: relative;
	text-align: center;
	flex: 0 0 150px !important;
}
.mcdp-timeline .wp-block-column::before {
	content: '';
	position: absolute;
	top: 51px;
	left: 50%;
	margin-left: -6.5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #6fb0e0;
	border: 2.5px solid #10222e;
	box-sizing: border-box;
}
.mcdp-timeline h4 {
	font-size: 26px !important;
	font-weight: 500 !important;
	letter-spacing: -0.13px;
	margin: 0 0 44px !important;
}
.mcdp-timeline p {
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: #9fb2c0 !important;
	margin: 0;
}

/* ---------- scroll-entry motion: fade-up reveals + growing milestone timeline ---------- */
.mcdp-motion-ready .mcdp-reveal {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
}
.mcdp-motion-ready .mcdp-anim.is-inview .mcdp-reveal {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--mcdp-reveal-delay, 0s),
		transform 0.88s cubic-bezier(0.22, 1, 0.36, 1) var(--mcdp-reveal-delay, 0s);
}
.mcdp-motion-ready .mcdp-timeline.is-armed::before {
	transform: scaleX(0);
	transform-origin: left center;
}
.mcdp-motion-ready .mcdp-timeline.is-armed .wp-block-column {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
}
.mcdp-motion-ready .mcdp-timeline.is-armed .wp-block-column::before {
	transform: scale(0);
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview::before {
	transform: scaleX(1);
	transition: transform 1.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.5s ease,
		transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column::before {
	transform: scale(1);
	transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(1),
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(1)::before {
	transition-delay: 0.12s;
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(2),
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(2)::before {
	transition-delay: 0.48s;
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(3),
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(3)::before {
	transition-delay: 0.84s;
}
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(4),
.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column:nth-child(4)::before {
	transition-delay: 1.2s;
}

/* Vision uses custom semantic markup, but follows the Home timeline motion. */
.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__line {
	transform: scaleX(0);
	transform-origin: left center;
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__item {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__dot {
	transform: scale(0);
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__line {
	transform: scaleX(1);
	transition: transform 1.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.5s ease,
		transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__dot {
	transform: scale(1);
	transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(2),
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(2) .mcdp-vision-timeline__dot {
	transition-delay: 0.12s;
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(3),
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(3) .mcdp-vision-timeline__dot {
	transition-delay: 0.48s;
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(4),
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(4) .mcdp-vision-timeline__dot {
	transition-delay: 0.84s;
}
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(5),
.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item:nth-child(5) .mcdp-vision-timeline__dot {
	transition-delay: 1.2s;
}
@media (prefers-reduced-motion: reduce) {
	.mcdp-motion-ready .mcdp-reveal,
	.mcdp-motion-ready .mcdp-anim.is-inview .mcdp-reveal,
	.mcdp-motion-ready .mcdp-timeline.is-armed .wp-block-column,
	.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__item,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__item {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.mcdp-motion-ready .mcdp-timeline.is-armed::before,
	.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview::before,
	.mcdp-motion-ready .mcdp-timeline.is-armed .wp-block-column::before,
	.mcdp-motion-ready .mcdp-timeline.is-armed.is-inview .wp-block-column::before,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__line,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__line,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed .mcdp-vision-timeline__dot,
	.mcdp-motion-ready .mcdp-vision-timeline.is-armed.is-inview .mcdp-vision-timeline__dot {
		transform: none;
		transition: none;
	}
}

/* separators: full opacity always */
.wp-block-separator.mcdp-rule {
	opacity: 1 !important;
}
/* We Are: exact design background — watermark above the 3-layer gradient stack */
.mcdp-label-Who-We-Are {
	background-color: #151f2a;
	background-image:
		url(/wp-content/themes/mcdp/assets/img/we-are-backdrop.svg),
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(12, 30, 44, 0.2) 0%, rgba(7, 19, 29, 0.2) 100%),
		linear-gradient(180deg, rgba(22, 36, 47, 0.8) 0%, rgb(42, 79, 91) 50%, rgb(21, 31, 42) 100%) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: 1px solid #d8dde1;
}
@media (min-width: 1024px) {
	body.home .wp-block-post-content > .mcdp-label-Who-We-Are {
		display: block;
		padding-top: 192px !important;
		padding-bottom: 194px !important;
	}
	.mcdp-label-Who-We-Are > p:first-of-type,
	.mcdp-label-Who-We-Are > h2,
	.mcdp-label-Who-We-Are > hr {
		margin-block: 0 !important;
	}
	.mcdp-label-Who-We-Are > h2,
	.mcdp-label-Who-We-Are > hr {
		margin-block-start: 20px !important;
	}
	.mcdp-label-Who-We-Are > .wp-block-columns {
		height: 263px;
		gap: 80px;
		margin-block-start: 52px !important;
	}
	.mcdp-label-Who-We-Are > .wp-block-columns > .wp-block-column:first-child {
		display: flex;
		flex: 0 0 620px !important;
		flex-direction: column;
		gap: 18px;
	}
	.mcdp-label-Who-We-Are > .wp-block-columns > .wp-block-column:last-child {
		display: flex;
		flex: 1 1 0;
		flex-direction: column;
		gap: 2px;
	}
	.mcdp-label-Who-We-Are > .wp-block-columns > .wp-block-column > * {
		margin-block: 0 !important;
	}
	.mcdp-label-Who-We-Are > .wp-block-columns > .wp-block-column:last-child > p:nth-child(3),
	.mcdp-label-Who-We-Are > .wp-block-columns > .wp-block-column:last-child > p:nth-child(5) {
		margin-block-start: 26px !important;
	}
	.mcdp-label-Who-We-Are > .mcdp-timeline {
		box-sizing: border-box;
		height: 116px;
		margin-block-start: 52px !important;
	}
	.mcdp-label-Who-We-Are > .wp-block-buttons {
		height: 53px;
		margin-block-start: 52px !important;
	}
}

/* ---------- homepage Philosophy: exact 608 × 540 split from Figma ---------- */
@media (min-width: 1024px) {
	.mcdp-label-Philosophy > .wp-block-columns {
		gap: 64px;
		overflow: hidden;
	}
	.mcdp-label-Philosophy > .wp-block-columns > .wp-block-column:first-child {
		flex: 0 0 608px !important;
	}
	.mcdp-label-Philosophy > .wp-block-columns > .wp-block-column:last-child {
		display: flex;
		flex: 1 1 0;
		flex-direction: column;
		gap: 32px;
		min-width: 0;
	}
	.mcdp-label-Philosophy > .wp-block-columns > .wp-block-column:last-child > * {
		margin-block: 0 !important;
	}
	.mcdp-label-Philosophy .wp-block-image,
	.mcdp-label-Philosophy .wp-block-image img {
		display: block;
		width: 608px;
		height: 540px;
	}
	.mcdp-label-Philosophy .wp-block-image img {
		object-fit: cover;
		object-position: center;
	}
	.mcdp-label-Philosophy > .wp-block-columns > .wp-block-column:last-child > p:not(:first-child) {
		width: 607px;
		max-width: 100%;
	}
}

/* ---------- partner speak: quote without border ---------- */
.mcdp-partner-speak blockquote {
	border: 0 !important;
	padding: 0 !important;
	margin-left: 0 !important;
	background: none !important;
}

/* ---------- map panel overlay: HQ chip + legend ---------- */
.mcdp-map-panel {
	position: relative;
}
.mcdp-map-overlay .mcdp-hq-chip {
	position: absolute;
	top: 46%;
	left: 56%;
	background: #0b1a26;
	border: 1px solid #3a5266;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 4px 10px;
	border-radius: 100px;
	white-space: nowrap;
}
.mcdp-map-overlay .mcdp-hq-chip::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #6fb0e0;
	margin-right: 6px;
}
.mcdp-map-zoom {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	touch-action: none;
}
.mcdp-map-zoom svg {
	display: block;
	width: 100%;
	height: auto;
	cursor: grab;
}
.mcdp-map-zoom svg.is-panning {
	cursor: grabbing;
}
.mcdp-map-controls {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.mcdp-map-controls button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #3a5266;
	background: rgba(11, 26, 38, 0.9);
	color: #dceaf4;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.mcdp-map-controls button:hover {
	background: #1e4a73;
}
.mcdp-map-overlay .mcdp-map-legend {
	position: absolute;
	left: 28px;
	bottom: 18px;
	color: #8fa5b5;
	font-size: 10.5px;
	letter-spacing: 0.3px;
}

/* ---------- services cards: icon row ---------- */
.mcdp-icon-row {
	width: 100%;
}
.mcdp-icon-row img {
	width: 48px !important;
	height: 48px;
	filter: drop-shadow(0 4px 7px rgba(41, 149, 210, 0.15));
}
.mcdp-icon-row p {
	color: #3f5a70 !important;
	font-size: 16px !important;
	font-weight: 300;
	letter-spacing: 1px;
}

/* ---------- partner speak ---------- */
.mcdp-partner-speak {
	position: relative;
}
.mcdp-carousel-anchor {
	position: relative;
	width: 100%;
	height: 0;
}
.mcdp-carousel-arrows {
	position: absolute;
	top: 44px;
	right: 0;
	display: flex;
	gap: 12px;
}
.mcdp-carousel-arrows span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e0effa;
	border: 1px solid #d2d8dd;
	color: #1e4a73;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.mcdp-carousel-dots {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 36px;
}
.mcdp-carousel-dots i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d5dde3;
}
.mcdp-carousel-dots i:first-child {
	background: #2c6396;
}
@media (max-width: 1023px) {
	.mcdp-carousel-arrows { display: none; }
}
@media (min-width: 1024px) {
	body.home .wp-block-post-content > .mcdp-partner-speak {
		display: block;
		min-height: 1080px;
		padding-top: 57px !important;
		padding-bottom: 72px !important;
	}
	body.home .wp-block-post-content > .mcdp-partner-speak > .wp-block-columns,
	body.home .wp-block-post-content > .mcdp-partner-speak > .mcdp-carousel-dots,
	body.home .wp-block-post-content > .mcdp-partner-speak > .mcdp-carousel-anchor {
		width: 1248px !important;
		max-width: 100%;
	}
	.mcdp-partner-speak > p:first-of-type,
	.mcdp-partner-speak > h2,
	.mcdp-partner-speak > hr {
		margin-block: 0 !important;
	}
	.mcdp-partner-speak > h2 {
		margin-block-start: 32px !important;
	}
	.mcdp-partner-speak > hr {
		margin-block-start: 32px !important;
	}
	body.home .wp-block-post-content > .mcdp-partner-speak > .wp-block-columns {
		height: 686px;
		gap: 32px;
		margin-block-start: 48px !important;
	}
	.mcdp-partner-speak > .wp-block-columns > .wp-block-column:first-child {
		flex: 0 0 489px !important;
	}
	.mcdp-partner-speak > .wp-block-columns > .wp-block-column:last-child {
		display: flex;
		flex: 1 1 0;
		flex-direction: column;
		gap: 32px;
		min-width: 0;
	}
	.mcdp-partner-speak > .wp-block-columns > .wp-block-column:last-child > * {
		margin-block: 0 !important;
	}
	.mcdp-partner-speak > .wp-block-columns > .wp-block-column:last-child > p:last-child {
		margin-block-start: -26px !important;
	}
	.mcdp-partner-speak .wp-block-image,
	.mcdp-partner-speak .wp-block-image img {
		display: block;
		width: 489px;
		height: 686px;
	}
	.mcdp-partner-speak .wp-block-image img {
		object-position: 68% center;
	}
	.mcdp-partner-speak blockquote,
	.mcdp-partner-speak blockquote p {
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
	}
	.mcdp-partner-speak .mcdp-carousel-dots {
		box-sizing: border-box;
		height: 26px;
		margin-top: 32px;
		padding-top: 16px;
	}
}

@media (min-width: 1024px) {
	body.home .mcdp-label-What-We-Handle > * {
		position: relative;
		top: -10px;
	}
}

/* ---------- midwest map panel ---------- */
.mcdp-map-panel {
	box-sizing: border-box;
	background: linear-gradient(180deg, #0c1e2c 0%, #07131d 100%) !important;
	border: 1px solid #243a48 !important;
	border-radius: 18px !important;
	width: 100%;
	max-width: 576px;
	aspect-ratio: 3 / 2;
	height: auto;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
.mcdp-map-panel p {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11.5px !important;
	color: #8fa5b5 !important;
}
.mcdp-map-art {
	position: absolute;
	inset: 0;
	container-type: inline-size;
	overflow: hidden;
}
.mcdp-map-art img {
	border-radius: 0;
}
.mcdp-map-piece,
.mcdp-map-network,
.mcdp-map-logo,
.mcdp-map-hq-dot {
	position: absolute;
	display: block;
	max-width: none;
	margin: 0;
}
.mcdp-map-main { left: 7.4653%; top: 10.4167%; width: 69.6377%; height: 78.6536%; }
.mcdp-map-state-01 { left: 72.4274%; top: 56.6919%; width: 13.8412%; height: 20.8411%; }
.mcdp-map-state-02 { left: 70.2442%; top: 61.9376%; width: 24.5474%; height: 20.385%; }
.mcdp-map-state-03 { left: 83.9894%; top: 70.6279%; width: 3.1612%; height: 2.5403%; }
.mcdp-map-state-04 { left: 76.0951%; top: 67.4742%; width: 3.8511%; height: 2.5403%; }
.mcdp-map-state-05 { left: 52.0192%; top: 68.2449%; width: 22.5913%; height: 17.4122%; }
.mcdp-map-state-06 { left: 64.3148%; top: 76.6522%; width: 2.8381%; height: 2.5481%; }
.mcdp-map-state-07 { left: 50.6045%; top: 63.3296%; width: 1.6068%; height: 2.5403%; }
.mcdp-map-state-08 { left: 59.7039%; top: 62.5431%; width: 2.0085%; height: 2.5403%; }
.mcdp-map-state-09 { left: 37.296%; top: 51.8237%; width: 2.0609%; height: 2.5403%; }
.mcdp-map-state-10 { left: 23.0006%; top: 73.003%; width: 2.6984%; height: 2.6268%; }
.mcdp-map-state-11 { left: 62.7953%; top: 42.9446%; width: 2.2618%; height: 2.5481%; }
.mcdp-map-state-12 { left: 33.5322%; top: 28.0805%; width: 3.4581%; height: 2.5403%; }
.mcdp-map-state-13 { left: 40.3087%; top: 73.5299%; width: 3.6677%; height: 2.6268%; }
.mcdp-map-state-14 { left: 19.2456%; top: 55.4729%; width: 2.8992%; height: 2.5481%; }
.mcdp-map-state-15 { left: 18.2501%; top: 21.0496%; width: 3.2398%; height: 2.5403%; }
.mcdp-map-state-16 { left: 68.7946%; top: 58.7052%; width: 3.4232%; height: 2.6268%; }
.mcdp-map-state-17 { left: 18.1715%; top: 38.1472%; width: 3.039%; height: 2.6268%; }
.mcdp-map-state-18 { left: 46.7534%; top: 36.6529%; width: 2.6111%; height: 2.5481%; }
.mcdp-map-network {
	inset: -0.2604% auto auto -0.1736%;
	width: 100%;
	height: 100%;
}
.mcdp-map-logo {
	left: 84.8958%;
	top: 17.7083%;
	width: 9.8958%;
	height: 14.8438%;
	opacity: 0.95;
}
.mcdp-map-hq-dot {
	left: 65.7326%;
	top: 45.3594%;
	width: 5.2264%;
	height: 7.8397%;
}
.mcdp-map-region,
.mcdp-map-hq-chip,
.mcdp-map-legend {
	position: absolute;
	z-index: 2;
	font-family: Poppins, sans-serif;
	white-space: nowrap;
}
.mcdp-map-region {
	top: 6.0208%;
	right: 4.5139%;
	color: #9fb2c0;
	font-size: clamp(8px, 2.7778cqw, 16px);
	font-weight: 400;
	line-height: 1.4;
}
.mcdp-map-hq-chip {
	left: 69.2708%;
	top: 45.8333%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 22.5694%;
	height: 6.7708%;
	padding: 0 2.0833cqw;
	border: 1px solid rgba(124, 196, 240, 0.35);
	border-radius: 2.2569cqw;
	background: rgba(11, 23, 36, 0.82);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: clamp(7px, 2.2569cqw, 13px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.2604cqw;
	text-transform: uppercase;
}
.mcdp-map-legend {
	left: 3.9931%;
	top: 88.8021%;
	display: flex;
	align-items: center;
	gap: 1.3889cqw;
	color: rgba(255, 255, 255, 0.65);
	font-size: clamp(7px, 2.0833cqw, 12px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.0694cqw;
}
.mcdp-map-legend img {
	display: block;
	width: 1.0417cqw;
	height: 1.0417cqw;
	margin: 0;
	border-radius: 0;
}
@media (min-width: 1024px) {
	.mcdp-label-Our-Footprint > .wp-block-columns {
		height: 620px;
		gap: 64px;
	}
	.mcdp-label-Our-Footprint > .wp-block-columns > .wp-block-column:first-child {
		flex: 0 0 608px !important;
	}
	.mcdp-label-Our-Footprint > .wp-block-columns > .wp-block-column:last-child {
		flex: 0 0 576px !important;
	}
}

/* ---------- inquiry form (Contact Form 7) to design spec ---------- */
.mcdp-cf7 .mcdp-cf7-field {
	margin: 0 0 20px;
}
.mcdp-cf7 .mcdp-cf7-label {
	display: block;
	text-transform: uppercase;
	font-size: 11.5px;
	letter-spacing: 1.2px;
	color: #9aa7b2;
	font-weight: 500;
	margin-bottom: 10px;
}
.mcdp-cf7 input[type="text"],
.mcdp-cf7 input[type="email"],
.mcdp-cf7 input[type="tel"],
.mcdp-cf7 textarea {
	width: 100%;
	background: #f7f9fb;
	border: 1px solid #e0e6ea;
	border-radius: 10px;
	padding: 15px 16px;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	color: #13232f;
	box-sizing: border-box;
}
.mcdp-cf7 input::placeholder,
.mcdp-cf7 textarea::placeholder {
	color: #9aa7b2;
}
.mcdp-cf7 input:focus,
.mcdp-cf7 textarea:focus {
	outline: none;
	border-color: #2c6396;
}
.mcdp-cf7 textarea {
	min-height: 130px;
	resize: vertical;
}
.mcdp-cf7 input[type="submit"] {
	background: #1e4a73;
	color: #fff;
	border: 0;
	border-radius: 30px;
	padding: 18px 36px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	cursor: pointer;
}
.mcdp-cf7 input[type="submit"]:hover {
	background: #2c6396;
}
.mcdp-cf7 .mcdp-cf7-submit {
	margin: 8px 0 0;
}
.wpcf7 .wpcf7-spinner {
	margin: 0 0 0 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 14px 18px;
	border-radius: 10px;
	border: 1px solid #e0e6ea;
	font-size: 14.5px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2c6396;
	background: #eaf4fb;
	color: #1e4a73;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #b3443f;
	margin-top: 6px;
}

/* ---------- inquiry form (Spectra) to design spec ---------- */
.uagb-forms__outer-wrap {
	padding: 0 !important;
}
.uagb-forms-input-label {
	text-transform: uppercase;
	font-size: 11.5px !important;
	letter-spacing: 1.2px;
	color: #9aa7b2 !important;
	font-weight: 500 !important;
}
.uagb-forms-main-form .uagb-forms-input:not(.uagb-form-phone-country) {
	background: #f7f9fb !important;
	border-color: #e0e6ea !important;
	border-radius: 10px !important;
	padding: 15px 16px !important;
	font-family: Poppins, sans-serif;
}
.uagb-forms-main-form textarea.uagb-forms-input {
	min-height: 130px;
}
.uagb-forms-main-submit-button {
	background: #1e4a73 !important;
	border-radius: 30px !important;
	padding: 18px 36px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
}

/* ---------- exact card metrics (from Figma section specs) ---------- */
.mcdp-card.has-primary-alt-accent-background-color {
	padding: 32px !important;
	border-radius: 16px !important;
}
.mcdp-label-What-We-Handle .mcdp-card {
	padding: 26px 24px !important;
	min-height: 196px;
}
.mcdp-label-What-We-Handle {
	background-color: #fafafa !important;
	border-top: 1px solid #e4e7ea;
}
/* DSO compare: MCDP card gradient (not the map panel, which sets its own) */
.mcdp-card.has-navy-background-color:not(.mcdp-map-panel) {
	background: linear-gradient(160deg, #1c3a5c 0%, #12283f 100%) !important;
	border-radius: 16px !important;
}
/* section imagery radius */
.mcdp-section .wp-block-image img {
	border-radius: 16px;
}
.mcdp-icon-row img,
.site-header img,
.site-footer img {
	border-radius: 0 !important;
}
/* testimonial photo proportions */
.mcdp-partner-speak .wp-block-image img {
	border-radius: 14px;
	aspect-ratio: 489 / 686;
	object-fit: cover;
}

/* ---------- homepage finality: full-height photo treatment from Figma ---------- */
.mcdp-label-Become-a-Partner {
	border-top: 1px solid #e4e7ea;
}
.mcdp-label-Become-a-Partner > .wp-block-cover__image-background {
	max-width: none !important;
	width: 113.7% !important;
	height: 134.77% !important;
	left: -8.5% !important;
	top: -30.74% !important;
	object-fit: cover;
}
.mcdp-label-Become-a-Partner > .wp-block-cover__background {
	background: linear-gradient(
		180deg,
		rgba(22, 52, 78, 0.5) 0%,
		rgba(15, 37, 54, 0.5) 55%,
		rgba(10, 24, 38, 0.5) 100%
	) !important;
	opacity: 1;
}
.mcdp-label-Become-a-Partner .wp-block-cover__inner-container {
	display: flex;
	width: 1248px;
	max-width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.mcdp-label-Become-a-Partner .wp-block-cover__inner-container > * {
	margin-block: 0 !important;
}
.mcdp-label-Become-a-Partner h2 {
	width: 820px;
	max-width: 100%;
	color: #fff;
}

/* ---------- buttons: smooth hover lift, press feedback, focus ring ---------- */
.wp-block-button__link,
.mcdp-cf7 input[type="submit"],
.mcdp-map-controls button {
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease,
		transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.25s ease;
}
.wp-block-button__link:hover,
.mcdp-cf7 input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(17, 42, 65, 0.28);
}
.wp-block-button__link:active,
.mcdp-cf7 input[type="submit"]:active {
	transform: translateY(0) scale(0.98);
	box-shadow: 0 4px 10px rgba(17, 42, 65, 0.22);
	transition-duration: 0.09s;
}
.wp-block-button__link:focus-visible,
.mcdp-cf7 input[type="submit"]:focus-visible,
.mcdp-map-controls button:focus-visible {
	outline: 2px solid #6fb0e0;
	outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-button__link,
	.mcdp-cf7 input[type="submit"],
	.mcdp-map-controls button {
		transition: background-color 0.25s ease, color 0.25s ease;
	}
	.wp-block-button__link:hover,
	.mcdp-cf7 input[type="submit"]:hover {
		transform: none;
		box-shadow: none;
	}
}

/* ---------- cards / chips / article titles ---------- */
.mcdp-chip {
	display: inline-block;
	width: auto !important;
	justify-self: start;
	border-radius: 100px;
}
.wp-block-post-content h1 a,
.wp-block-post-content h2 a,
.wp-block-post-content h3 a,
.wp-block-post-title a,
h3.wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}
.wp-block-post-content h2 a:hover,
.wp-block-post-content h3 a:hover,
.wp-block-post-title a:hover {
	color: #2c6396;
}

/* ---------- footer ---------- */
.site-footer p {
	margin: 0;
}
@media (min-width: 1024px) {
	.site-footer > .wp-block-group {
		box-sizing: border-box;
		display: flex;
		height: 344px;
		min-height: 344px;
		flex-direction: column;
		justify-content: center;
		gap: 32px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.site-footer > .wp-block-group > * {
		margin-block: 0 !important;
	}
	.site-footer > .wp-block-group > .wp-block-group:nth-of-type(2) {
		font-size: 17px !important;
	}
	.site-footer > .wp-block-group > .wp-block-group:last-child {
		font-size: 16px !important;
	}
	.site-footer img[alt="LinkedIn"] {
		width: 38px !important;
		height: 38px;
	}
}

/* ---------- Figma-authored emblem motion (10s loop: pop in, then float) ---------- */
@keyframes mcdp-emblem-ring-op { 0% { animation-timing-function: ease-out; opacity: 0; } 8% { opacity: 1; } 100% { opacity: 1; } }
@keyframes mcdp-emblem-ring-tr { 0% { translate: 0px 0px; } 25% { animation-timing-function: ease-in-out; translate: 0px 0px; } 40% { animation-timing-function: ease-in-out; translate: 0px -8px; } 55% { animation-timing-function: ease-in-out; translate: 0px 8px; } 70% { animation-timing-function: ease-in-out; translate: 0px -8px; } 85% { animation-timing-function: ease-in-out; translate: 0px 8px; } 100% { translate: 0px 0px; } }
@keyframes mcdp-emblem-ring-sc { 0% { animation-timing-function: cubic-bezier(0.45, 1.45, 0.8, 1); scale: 0 0; } 25% { scale: 1 1; } 100% { scale: 1 1; } }
@keyframes mcdp-emblem-vec-op { 0% { opacity: 0; } 3% { animation-timing-function: ease-out; opacity: 0; } 11% { opacity: 1; } 100% { opacity: 1; } }
@keyframes mcdp-emblem-vec-tr { 0% { translate: 0px 0px; } 28% { animation-timing-function: ease-in-out; translate: 0px 0px; } 43% { animation-timing-function: ease-in-out; translate: 0px -6px; } 58% { animation-timing-function: ease-in-out; translate: 0px 6px; } 73% { animation-timing-function: ease-in-out; translate: 0px -6px; } 88% { animation-timing-function: ease-in-out; translate: 0px 6px; } 100% { translate: 0px 0px; } }
@keyframes mcdp-emblem-vec-sc { 0% { scale: 0 0; } 3% { animation-timing-function: cubic-bezier(0.45, 1.45, 0.8, 1); scale: 0 0; } 28% { scale: 1 1; } 100% { scale: 1 1; } }

.mcdp-emblem-layer {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.mcdp-emblem-layer > svg {
	display: block;
	width: 100%;
	height: 100%;
}
.mcdp-emblem-ring {
	transform-origin: 50.6% 51.9%;
	animation: mcdp-emblem-ring-op 10s linear infinite, mcdp-emblem-ring-tr 10s linear infinite, mcdp-emblem-ring-sc 10s linear infinite;
}
.mcdp-emblem-vectors {
	animation: mcdp-emblem-vec-op 10s linear infinite, mcdp-emblem-vec-tr 10s linear infinite, mcdp-emblem-vec-sc 10s linear infinite;
}
.mcdp-emblem-vectors { transform-origin: 47.9% 71.1%; }
.mcdp-emblem-weare { transform-origin: 71.6% 52%; }
.mcdp-emblem-interior {
	inset: auto;
	top: -200px;
	right: -160px;
	width: 820px;
	height: 880px;
	overflow: visible;
	transform-origin: 50% 40%;
	animation: mcdp-emblem-vec-op 10s linear infinite, mcdp-emblem-vec-tr 10s linear infinite, mcdp-emblem-vec-sc 10s linear infinite;
}
.mcdp-emblem-interior > svg {
	width: 820px;
	height: auto;
}
/* the cover's background span is z-index:1 in WP core — sit the emblem above it,
   and lift the scrim pseudo to keep it above the emblem */
.mcdp-hero-home > .mcdp-emblem-layer {
	z-index: 1;
}
.mcdp-hero-home::after {
	z-index: 1;
}
.mcdp-hero-home > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2 !important;
}
/* once inlined, drop the static background watermarks */
.mcdp-hero-home.mcdp-emblem-enhanced::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(12, 30, 44, 0.2) 0%, rgba(7, 19, 29, 0.2) 100%) !important;
}
body:not(.home) .wp-block-post-content > .mcdp-section:first-child.mcdp-emblem-enhanced {
	background-image: linear-gradient(180deg, rgba(22, 36, 47, 0.95) 0%, #2a4f5b 52%, #151f2a 100%) !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	overflow: hidden;
}
.mcdp-label-Who-We-Are.mcdp-emblem-enhanced {
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(12, 30, 44, 0.2) 0%, rgba(7, 19, 29, 0.2) 100%),
		linear-gradient(180deg, rgba(22, 36, 47, 0.8) 0%, rgb(42, 79, 91) 50%, rgb(21, 31, 42) 100%) !important;
	position: relative;
}
/* keep section content painting above the emblem (grid sections only) */
body:not(.home) .wp-block-post-content > .mcdp-section:first-child.mcdp-emblem-enhanced > *:not(.mcdp-emblem-layer),
.mcdp-label-Who-We-Are.mcdp-emblem-enhanced > *:not(.mcdp-emblem-layer) {
	position: relative;
}

/* ==========================================================================
   Interior pages — Figma frame fidelity
   ========================================================================== */
body:not(.home) .wp-block-post-content {
	gap: 0;
}
body:not(.home) .wp-block-post-content > .mcdp-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
}
body:not(.home) .wp-block-post-content > .mcdp-section:not(.wp-block-cover) {
	min-height: 0;
}
.mcdp-interior-hero {
	position: relative;
	overflow: hidden;
}
.mcdp-interior-hero > *:not(.mcdp-emblem-layer) {
	position: relative;
	z-index: 1;
}
.mcdp-interior-hero h1,
.mcdp-article-hero h1 {
	max-width: 900px;
	font-size: clamp(46px, 3.4vw, 66px);
	line-height: 1.08;
	letter-spacing: -1.6px;
}
.mcdp-interior-hero > p:last-child {
	width: 650px;
	max-width: 100%;
}
.mcdp-finality {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mcdp-finality > .wp-block-cover__image-background {
	filter: none !important;
	object-position: center center;
}
.mcdp-finality > .wp-block-cover__background {
	background: linear-gradient(
		180deg,
		rgba(18, 42, 61, 0.58) 0%,
		rgba(13, 31, 46, 0.7) 62%,
		rgba(8, 20, 31, 0.8) 100%
	) !important;
	opacity: 1 !important;
}
.mcdp-finality .wp-block-cover__inner-container {
	display: flex;
	width: 900px;
	max-width: calc(100% - 40px);
	flex-direction: column;
	align-items: center;
	gap: 32px;
	filter: none !important;
	backdrop-filter: none !important;
}
.mcdp-finality .wp-block-cover__inner-container > * {
	margin-block: 0 !important;
}
.mcdp-finality .wp-block-spacer {
	display: none;
}
.mcdp-finality h2 {
	max-width: 840px;
	color: #fff;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -0.44px;
}

@media (min-width: 1024px) {
	body:not(.home) .wp-block-post-content > .mcdp-section:not(:first-child):not(.wp-block-cover) {
		display: block;
		min-height: 0;
	}
	body:not(.home) .wp-block-post-content > .mcdp-interior-hero:first-child {
		display: grid;
		min-height: 560px;
		align-content: center;
		padding-top: 142px !important;
		padding-bottom: 50px !important;
	}
	body:not(.home) .wp-block-cover.mcdp-finality {
		min-height: 736px !important;
	}
	.mcdp-emblem-interior {
		top: -81px;
		right: 3.2vw;
		width: min(49.1vw, 942px);
		height: auto;
		aspect-ratio: 942 / 945;
	}
	.mcdp-emblem-interior > svg {
		width: 100%;
		height: auto;
	}
	.mcdp-interior-hero h1,
	.mcdp-article-hero h1 {
		font-size: 72px;
	}
}

/* Vision / Careers card families */
.mcdp-benefit-grid > .wp-block-group {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card {
	box-sizing: border-box;
	display: flex;
	min-height: 224px;
	flex-direction: column;
	justify-content: flex-end;
	gap: 12px;
	padding: 32px !important;
	border-radius: 16px !important;
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card::before {
	display: block;
	min-height: 48px;
	margin-bottom: auto;
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	color: #597084;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: right;
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(1)::before {
	content: "01";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-benefit-01.svg);
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(2)::before {
	content: "02";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-benefit-02.svg);
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(3)::before {
	content: "03";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-service-03.svg);
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(4)::before {
	content: "04";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-benefit-04.svg);
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(5)::before {
	content: "05";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-benefit-05.svg);
}
.mcdp-benefit-grid > .wp-block-group > .mcdp-card:nth-child(6)::before {
	content: "06";
	background-image: url(/wp-content/themes/mcdp/assets/img/icon-benefit-06.svg);
}
.mcdp-benefit-grid .mcdp-card h3,
.mcdp-benefit-grid .mcdp-card p {
	margin-block: 0 !important;
}
.mcdp-benefit-grid .mcdp-card h3 {
	font-size: 20px !important;
}
.mcdp-benefit-grid .mcdp-card p {
	font-size: 14px !important;
	line-height: 1.65;
}

@media (min-width: 1024px) {
	.page-id-20 .mcdp-benefit-grid,
	.page-id-20 .mcdp-vision-we-are,
	.page-id-20 .mcdp-capabilities-section,
	.page-id-20 .mcdp-team-section,
	.page-id-24 .mcdp-careers-culture,
	.page-id-19 .mcdp-philosophy-mission,
	.page-id-19 .mcdp-philosophy-principles,
	.page-id-21 .mcdp-label-Our-Footprint,
	.page-id-21 .mcdp-partner-speak,
	.page-id-21 .mcdp-partnership-comparison {
		display: grid !important;
		min-height: 1080px !important;
		align-content: center;
	}
}

/* Vision — light We Are frame, capability list, leadership */
.page-id-20 .mcdp-vision-we-are,
.page-id-20 .mcdp-vision-we-are.mcdp-emblem-enhanced {
	background-color: #f1f3f5 !important;
	background-image: none !important;
	color: #13232f !important;
}
.page-id-20 .mcdp-vision-we-are .mcdp-emblem-weare {
	opacity: 1;
	filter: none;
}
.page-id-20 .mcdp-vision-we-are h2,
.page-id-20 .mcdp-vision-we-are h4,
.page-id-20 .mcdp-vision-we-are p {
	color: #13232f;
}
.page-id-20 .mcdp-vision-we-are > .wp-block-columns > .wp-block-column:first-child p:last-child {
	color: #5f6f7b !important;
}
.page-id-20 .mcdp-vision-we-are > .wp-block-columns > .wp-block-column:last-child > p:nth-child(odd) {
	color: #2995d2 !important;
}
.page-id-20 .mcdp-vision-we-are > .wp-block-columns > .wp-block-column:last-child > p:nth-child(even),
.page-id-20 .mcdp-vision-we-are .mcdp-timeline p {
	color: #5f6f7b !important;
}
.page-id-20 .mcdp-vision-we-are .mcdp-timeline {
	border-width: 1px 0 0 !important;
	border-color: #cbd3d9 !important;
}
.page-id-20 .mcdp-vision-we-are .mcdp-timeline .wp-block-column::before {
	background: #2c6396;
}
.mcdp-capabilities-section > .wp-block-columns {
	gap: 88px;
}
.mcdp-capabilities-section > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
	min-height: 76px;
	align-items: center !important;
}
.mcdp-capabilities-section > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns h3,
.mcdp-capabilities-section > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns p {
	margin-block: 0 !important;
}
.mcdp-capabilities-section > .wp-block-columns > .wp-block-column:last-child > .wp-block-separator {
	margin-block: 18px !important;
}
.mcdp-team-section > .wp-block-group {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 24px !important;
}
.mcdp-team-section > .wp-block-group > .wp-block-group {
	min-width: 0;
}
.mcdp-team-section .wp-block-image,
.mcdp-team-section .wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 232 / 268;
}
.mcdp-team-section .wp-block-image img {
	height: auto;
	object-fit: cover;
	object-position: center bottom;
}
.mcdp-team-section h3 {
	line-height: 1.35;
}

/* Philosophy */
.mcdp-philosophy-mission > .wp-block-columns {
	gap: 64px;
}
.mcdp-philosophy-mission .wp-block-image,
.mcdp-philosophy-mission .wp-block-image img {
	display: block;
	width: 608px;
	max-width: 100%;
	height: 540px;
}
.mcdp-philosophy-mission .wp-block-image img {
	object-fit: cover;
}
.mcdp-philosophy-principles > .wp-block-group {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Partnership */
.page-id-21 .mcdp-partner-speak {
	padding-top: 88px !important;
	padding-bottom: 88px !important;
}
.page-id-21 .mcdp-partner-speak > .wp-block-columns {
	height: 686px;
	margin-block-start: 48px !important;
}
.mcdp-partnership-comparison > .wp-block-columns {
	gap: 32px !important;
	margin-top: 52px !important;
}
.mcdp-partnership-comparison .mcdp-card {
	min-height: 360px;
	padding: 48px !important;
	border-radius: 16px !important;
}

/* Careers */
.mcdp-careers-benefits,
.mcdp-careers-roles {
	padding-top: 112px !important;
	padding-bottom: 112px !important;
}
.mcdp-careers-benefits > .wp-block-columns {
	max-width: 100%;
	margin-block-start: 48px !important;
	padding: 0;
	border: 0;
	background: transparent;
}
.mcdp-careers-benefits > .wp-block-columns p {
	margin-block: 0 18px !important;
}
.mcdp-careers-roles > .wp-block-columns {
	min-height: 72px;
	padding: 18px 0;
	border-bottom: 1px solid #dfe5e9;
	background: transparent;
}
body .mcdp-careers-roles > .wp-block-columns {
	margin-block-start: 0 !important;
}
body .mcdp-careers-roles > p + .wp-block-columns {
	margin-block-start: 48px !important;
}
.mcdp-careers-roles > .wp-block-columns h3,
.mcdp-careers-roles > .wp-block-columns p {
	margin-block: 0 !important;
}

/* News index */
.mcdp-news-featured {
	position: relative;
	padding-top: 112px !important;
	padding-bottom: 72px !important;
}
.mcdp-news-featured > .wp-block-columns {
	gap: 64px !important;
}
.mcdp-news-featured > .wp-block-columns > .wp-block-column:first-child {
	position: relative;
	flex-basis: 608px !important;
}
.mcdp-news-featured > .wp-block-columns > .wp-block-column:last-child {
	flex: 1 1 0 !important;
}
.mcdp-news-featured .wp-block-image,
.mcdp-news-featured .wp-block-image img {
	display: block;
	width: 608px;
	max-width: 100%;
	height: 420px;
}
.mcdp-news-featured > .wp-block-columns > .wp-block-column:first-child > .wp-block-image {
	margin-block-start: 0 !important;
}
.mcdp-news-featured .wp-block-image img {
	object-fit: cover;
}
.mcdp-news-featured .mcdp-featured-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: max-content;
	margin: 0 !important;
	padding: 8px 16px !important;
	border-radius: 20px;
	font-size: 13px !important;
	letter-spacing: 1.5px;
}
.mcdp-news-grid {
	padding-top: 72px !important;
	padding-bottom: 128px !important;
}
.mcdp-news-grid-header,
.mcdp-related-header {
	width: 100%;
}
.mcdp-news-grid-header h2,
.mcdp-news-grid-header p,
.mcdp-related-header h2,
.mcdp-related-header p {
	margin-block: 0 !important;
}
.mcdp-news-grid .wp-block-post-template {
	gap: 24px !important;
}
.mcdp-news-grid > .wp-block-query {
	margin-block-start: 40px !important;
}
.mcdp-news-grid .wp-block-post-template > li > .wp-block-group,
.mcdp-related-news .mcdp-news-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e0e6ea;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(19, 35, 47, 0.055);
}
.mcdp-news-grid .wp-block-post-template > li > .wp-block-group > *:not(.wp-block-post-featured-image) {
	margin-right: 24px !important;
	margin-left: 24px !important;
}
.mcdp-news-grid .wp-block-post-template > li > .wp-block-group > .wp-block-post-featured-image {
	margin-top: 0 !important;
}
.mcdp-news-grid .wp-block-post-date {
	padding-bottom: 24px;
}
.mcdp-news-grid .wp-block-post-terms {
	font-size: 17px !important;
}
.mcdp-news-grid .wp-block-post-title {
	font-size: 17px !important;
	line-height: 1.3 !important;
}
.mcdp-news-grid .wp-block-post-excerpt {
	font-size: 14.5px !important;
	line-height: 1.6 !important;
}
.mcdp-news-grid .wp-block-post-date {
	font-size: 16px !important;
	line-height: 1.4 !important;
}
.mcdp-newsletter {
	padding-top: 104px !important;
	padding-bottom: 104px !important;
}
.mcdp-newsletter > * {
	max-width: 720px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.mcdp-newsletter-form {
	display: flex;
	width: max-content !important;
	max-width: 100%;
	gap: 12px;
	margin: 38px auto 0;
}
.mcdp-newsletter-form input {
	box-sizing: border-box;
	flex: 0 0 360px;
	width: 360px;
	height: 54px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.09) !important;
	color: #fff !important;
	font: inherit;
}
.mcdp-newsletter-form input::placeholder {
	color: #aebdca;
}
.mcdp-newsletter-form button {
	height: 54px;
	padding: 0 36px;
	border: 0;
	border-radius: 30px;
	background: #1e4a73;
	color: #fff;
	font: 500 13px/1 Poppins, sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
}
.mcdp-newsletter-success {
	margin-top: 16px !important;
	color: #bce3f8;
	font-size: 14px;
	text-align: center;
}

/* Inquiry — two-step Figma form */
.mcdp-inquiry-section {
	padding-top: 128px !important;
	padding-bottom: 96px !important;
}
.mcdp-inquiry-section > .wpcf7 {
	width: 1248px !important;
	max-width: calc(100% - 40px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.mcdp-inquiry-section > .wp-block-shortcode {
	width: 1248px !important;
	max-width: calc(100% - 40px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.mcdp-inquiry-section > .wp-block-shortcode > .wpcf7 {
	width: 100%;
}
.mcdp-inquiry-top {
	display: grid;
	grid-template-columns: 440px minmax(0, 1fr);
	gap: 88px;
}
.mcdp-step-label {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #2c6396;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.8px;
}
.mcdp-step-label span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #1e4a73;
	color: #fff;
}
.mcdp-inquiry-intro h2,
.mcdp-questionnaire-header h2 {
	margin: 24px 0 20px;
}
.mcdp-form-rule {
	display: block;
	width: 64px;
	height: 2px;
	margin-bottom: 24px;
	background: #1e4a73;
}
.mcdp-inquiry-intro > p,
.mcdp-questionnaire-header > p {
	color: #5f6f7b;
	font-size: 15px;
	line-height: 1.75;
}
.mcdp-contact-details {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 36px 0 0;
	padding-top: 8px;
}
.mcdp-contact-details > div {
	display: block;
	padding: 0;
	border: 0;
}
.mcdp-contact-details dt {
	color: #8795a0;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-contact-details dd {
	margin: 4px 0 0;
	color: #263b4b;
	font-size: 17px;
}
.mcdp-cf7-row,
.mcdp-question-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.mcdp-cf7 .mcdp-cf7-field {
	margin: 0 0 24px;
}
.mcdp-cf7 .mcdp-cf7-label {
	margin-bottom: 8px;
	color: #13232f;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.4px;
}
.mcdp-cf7 .wpcf7-form-control-wrap {
	display: block;
}
.mcdp-cf7 input[type="text"],
.mcdp-cf7 input[type="email"],
.mcdp-cf7 input[type="tel"],
.mcdp-cf7 select,
.mcdp-cf7 textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dce3e8;
	border-radius: 10px;
	background: #f8fafb;
	color: #13232f;
	font: 300 16px/1.2 Poppins, sans-serif;
	letter-spacing: 1px;
}
.mcdp-cf7 input[type="text"],
.mcdp-cf7 input[type="email"],
.mcdp-cf7 input[type="tel"],
.mcdp-cf7 select {
	height: 54px;
	padding: 0 16px;
}
.mcdp-cf7 textarea {
	height: 128px !important;
	min-height: 128px;
	padding: 16px;
}
.mcdp-questionnaire {
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid #d7dfe4;
}
.mcdp-questionnaire-header {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 720px;
	max-width: 100%;
}
.mcdp-questionnaire-header > * {
	margin-block: 0 !important;
}
.mcdp-questionnaire-header .mcdp-form-rule {
	margin-bottom: 0;
}
.mcdp-question-grid {
	margin-top: 40px;
	gap: 24px;
}
.mcdp-question-grid .mcdp-cf7-field {
	margin-bottom: 0;
}
.mcdp-interests {
	margin-top: 40px;
}
.mcdp-interests .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1120px;
	margin-top: 14px;
}
.mcdp-interests .wpcf7-list-item {
	margin: 0;
}
.mcdp-interests .wpcf7-list-item label {
	display: block;
	cursor: pointer;
}
.mcdp-interests input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.mcdp-interests .wpcf7-list-item-label {
	display: block;
	padding: 11px 20px;
	border: 1px solid #d6dee4;
	border-radius: 999px;
	background: #fff;
	color: #526671;
	font-size: 15px;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mcdp-interests input:checked + .wpcf7-list-item-label {
	border-color: #2c6396;
	background: #e8f3fa;
	color: #1e4a73;
}
.mcdp-cf7 .mcdp-cf7-submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.mcdp-cf7 .mcdp-cf7-submit input[type="submit"] {
	width: 320px;
	max-width: 100%;
	height: 72px;
	border-radius: 36px;
}
.mcdp-cf7 .mcdp-cf7-submit small {
	margin-top: 14px;
	color: #8795a0;
	font-size: 13px;
}
.mcdp-cf7-submit .wpcf7-spinner {
	display: none;
}
.page-id-22 .wp-block-post-content > .mcdp-inquiry-section {
	padding-top: 128px !important;
	padding-bottom: 87px !important;
}

/* Article */
.mcdp-article > .mcdp-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
}
.mcdp-article-hero {
	position: relative;
	display: grid;
	min-height: 560px;
	align-content: center;
	overflow: hidden;
	padding-top: 142px !important;
	padding-bottom: 50px !important;
	background-image: linear-gradient(180deg, rgba(22, 36, 47, 0.95) 0%, #2a4f5b 52%, #151f2a 100%) !important;
}
.mcdp-article-hero > *:not(.mcdp-emblem-layer) {
	position: relative;
	z-index: 1;
}
.mcdp-article-hero .taxonomy-category {
	margin-bottom: 0;
}
.mcdp-article-hero h1 {
	width: 820px;
	max-width: 100%;
	margin-right: auto !important;
	margin-left: max(20px, calc((100% - 1248px) / 2)) !important;
	text-align: left;
}
.mcdp-article-hero .mcdp-rule {
	width: 640px;
	max-width: 100%;
	margin-right: auto !important;
	margin-left: max(20px, calc((100% - 1248px) / 2)) !important;
	background: rgba(255, 255, 255, 0.4);
}
.mcdp-article-hero > .taxonomy-category,
.mcdp-article-hero > .mcdp-article-byline {
	margin-right: auto !important;
	margin-left: max(20px, calc((100% - 1248px) / 2)) !important;
}
.mcdp-article-byline span {
	padding: 0 9px;
	color: #6d879a;
}
.mcdp-article-body-section .wp-block-post-featured-image,
.mcdp-article-body-section .wp-block-post-featured-image img {
	display: block;
	width: 1248px;
	max-width: 100%;
	aspect-ratio: 1248 / 560;
}
.mcdp-article-body-section .wp-block-post-featured-image img {
	object-fit: cover;
}
.mcdp-article-body-section {
	padding-top: 72px !important;
	padding-bottom: 112px !important;
}
.mcdp-article-body-section > .wp-block-post-content {
	margin-block-start: 56px !important;
}
.mcdp-article-copy {
	color: #54636e;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-article-copy > p:first-child {
	color: #3f4a54;
	font-size: 18px;
	line-height: normal;
}
.mcdp-article-copy > * {
	max-width: 100% !important;
}
.mcdp-article-copy > * + * {
	margin-block-start: 28px !important;
}
.mcdp-article-copy > h3 {
	margin-block-start: 28px !important;
	color: #13232f;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.105px;
}
.mcdp-article-copy .wp-block-pullquote {
	margin: 0 !important;
	padding: 8px 0 8px 28px;
	border: 0;
	border-left: 4px solid #2995d2;
	text-align: left;
}
.mcdp-article-copy .wp-block-pullquote blockquote,
.mcdp-article-copy .wp-block-pullquote p {
	margin: 0;
	color: #1e4a73;
	font-size: 31px;
	font-weight: 300;
	line-height: 1.5;
}
.mcdp-article-copy li + li {
	margin-top: 14px;
}
.mcdp-article-author-section > .mcdp-author-card {
	width: 760px;
	max-width: 100%;
	margin: 0 auto;
	gap: 20px !important;
	padding: 32px !important;
	background: #f7f9fb !important;
}
.mcdp-article-author-section {
	padding-top: 0 !important;
	padding-bottom: 96px !important;
	background: #fff !important;
}
.mcdp-author-avatar,
.mcdp-author-avatar img {
	width: 64px !important;
	height: 64px !important;
}
.mcdp-author-avatar img {
	border-radius: 50% !important;
}
.mcdp-author-card h3,
.mcdp-author-card p {
	margin-block: 0 !important;
}
.mcdp-author-card h3 {
	font-size: 17px !important;
	line-height: 1.3;
}
.mcdp-author-card p.has-eyebrow-color {
	color: #2995d2 !important;
	font-size: 17px !important;
	line-height: 1.2;
}
.mcdp-author-card p:last-child {
	font-size: 14.5px !important;
	line-height: 1.6;
}
.mcdp-related-news .wp-block-post-template {
	gap: 24px !important;
}
.mcdp-related-news > .wp-block-query {
	margin-block-start: 40px !important;
}
.mcdp-related-news {
	padding-top: 96px !important;
	padding-bottom: 112px !important;
	background: #f5f7f9 !important;
}
.mcdp-related-news .mcdp-news-card {
	box-sizing: border-box;
	padding-bottom: 24px;
}
.mcdp-related-news .wp-block-post-featured-image,
.mcdp-related-news .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 190px;
	border-radius: 16px 16px 0 0 !important;
	object-fit: cover;
}
.mcdp-related-news .taxonomy-category {
	color: #2995d2 !important;
	font-size: 17px !important;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.mcdp-related-news .wp-block-post-title {
	font-size: 17px !important;
	line-height: 1.3 !important;
}
.mcdp-related-news .wp-block-post-date {
	color: #9aa7b2 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
}
.mcdp-related-news .mcdp-news-card > *:not(.wp-block-post-featured-image) {
	margin-right: 24px !important;
	margin-left: 24px !important;
}

@media (min-width: 1024px) {
	body .wp-block-post-content > .mcdp-news-featured {
		padding-top: 112px !important;
		padding-bottom: 72px !important;
	}
	body .wp-block-post-content > .mcdp-news-grid {
		padding-top: 72px !important;
		padding-bottom: 128px !important;
	}
	body .wp-block-post-content > .mcdp-newsletter {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
	.page-id-24 .wp-block-post-content > .mcdp-careers-benefits,
	.page-id-24 .wp-block-post-content > .mcdp-careers-roles {
		padding-top: 112px !important;
		padding-bottom: 112px !important;
	}
	.page-id-21 .wp-block-post-content > .mcdp-partner-speak {
		padding-top: 76px !important;
		padding-bottom: 76px !important;
	}
	.mcdp-article-hero {
		height: 560px;
		min-height: 560px;
	}
}

@media (max-width: 1023px) {
	body:not(.home) .wp-block-post-content > .mcdp-section:not(.wp-block-cover),
	.mcdp-article > .mcdp-section:not(.wp-block-cover) {
		padding-top: 72px !important;
		padding-right: 20px !important;
		padding-bottom: 72px !important;
		padding-left: 20px !important;
	}
	body:not(.home) .wp-block-post-content > .mcdp-interior-hero:first-child,
	.mcdp-article-hero {
		min-height: 500px;
		padding-top: 120px !important;
		padding-bottom: 60px !important;
	}
	.mcdp-benefit-grid > .wp-block-group,
	.mcdp-philosophy-principles > .wp-block-group,
	.mcdp-team-section > .wp-block-group {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.mcdp-philosophy-mission .wp-block-image,
	.mcdp-philosophy-mission .wp-block-image img,
	.mcdp-news-featured .wp-block-image,
	.mcdp-news-featured .wp-block-image img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}
	.mcdp-news-featured .mcdp-featured-tag {
		top: 14px;
		left: 14px;
	}
	.mcdp-inquiry-top {
		grid-template-columns: 1fr;
		gap: 64px;
	}
	.mcdp-article-author-section > .mcdp-author-card {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.mcdp-article-hero h1,
	.mcdp-article-hero .mcdp-rule {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mcdp-article-hero h1 {
		font-size: 42px;
		overflow-wrap: anywhere;
	}
	.mcdp-article-hero > .taxonomy-category,
	.mcdp-article-hero > .mcdp-article-byline {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mcdp-related-news .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.mcdp-related-news .wp-block-post-template > li,
	.mcdp-related-news .mcdp-news-card {
		width: 100% !important;
		min-width: 0 !important;
	}
	.mcdp-related-news .wp-block-post-featured-image,
	.mcdp-related-news .wp-block-post-featured-image a,
	.mcdp-related-news .wp-block-post-featured-image img {
		width: 100% !important;
		max-width: 100% !important;
	}
	.mcdp-benefit-grid > .wp-block-group,
	.mcdp-philosophy-principles > .wp-block-group,
	.mcdp-team-section > .wp-block-group,
	.mcdp-cf7-row,
	.mcdp-question-grid {
		grid-template-columns: 1fr !important;
	}
	.mcdp-newsletter-form {
		display: grid;
		gap: 12px;
		width: 100% !important;
	}
	.mcdp-newsletter-form input,
	.mcdp-newsletter-form button {
		width: 100%;
		max-width: 100%;
		border-radius: 29px;
	}
	.mcdp-article-author-section > .mcdp-author-card {
		flex-direction: column;
		padding: 28px !important;
	}
	.mcdp-article-copy {
		font-size: 16px;
		line-height: 1.75;
	}
	.mcdp-article-copy .wp-block-pullquote {
		padding-left: 24px;
	}
	.mcdp-article-copy .wp-block-pullquote p {
		font-size: 24px;
	}
	.mcdp-finality h2 {
		font-size: 36px;
	}
}

/* ==========================================================================
   Vision page — exact selected Figma frame 918:2280
   ========================================================================== */
body.page-id-20 .wp-block-post-content > .mcdp-section {
	position: relative;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none;
	margin: 0 calc(50% - 50vw) !important;
	overflow: hidden;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, sans-serif;
}
.page-id-20 .wp-block-post-content > .mcdp-section *,
.page-id-20 .wp-block-post-content > .mcdp-section *::before,
.page-id-20 .wp-block-post-content > .mcdp-section *::after {
	box-sizing: border-box;
}
.page-id-20 .wp-block-post-content > .mcdp-section :is(h1, h2, h3, p, figure) {
	margin: 0 !important;
}
.mcdp-vision-shell {
	width: min(1248px, calc(100% - 64px));
	margin-inline: auto;
}
body.page-id-20 .wp-block-post-content > .mcdp-section > .mcdp-vision-shell {
	width: min(1248px, calc(100% - 64px)) !important;
}
.mcdp-vision-eyebrow {
	color: #2c6396;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-vision-eyebrow--light {
	color: #6fb0e0;
}
.mcdp-vision-rule {
	display: block;
	width: 64px;
	height: 2px;
	flex: none;
	background: #1e4a73;
}
.mcdp-vision-button {
	display: inline-flex;
	width: max-content;
	align-items: center;
	justify-content: center;
	padding: 18px 36px;
	border-radius: 30px;
	background: #2c6396;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color .25s ease, transform .22s cubic-bezier(.34, 1.2, .64, 1), box-shadow .25s ease;
}
.mcdp-vision-button:hover {
	background: #1e4a73;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(17, 42, 65, .28);
}
.mcdp-vision-button:focus-visible {
	outline: 2px solid #6fb0e0;
	outline-offset: 3px;
}

/* Vision hero */
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero:first-child {
	display: block !important;
	height: 560px;
	min-height: 560px !important;
	padding: 0 !important;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero:first-child > * {
	margin: 0 !important;
}
.mcdp-vision-hero__content {
	position: absolute;
	z-index: 2;
	top: calc(50% + 46.5px);
	left: 50%;
	display: flex;
	flex-direction: column;
	gap: 28px;
	translate: -50% -50%;
}
.mcdp-vision-hero__content > * {
	width: 651px;
	max-width: 100%;
}
.mcdp-vision-hero__content h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
}
.mcdp-vision-hero__content .mcdp-vision-rule--hero {
	width: 640px;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}
.mcdp-vision-hero__copy {
	width: 560px;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-vision-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero > .mcdp-vision-hero__motion-ring {
	width: 370.768px !important;
}
.mcdp-vision-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-vision-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero > .mcdp-vision-hero__motion-emblem {
	width: 847.346px !important;
}
.mcdp-vision-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-vision-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px;
	height: 393.133px;
	pointer-events: none;
}
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero > .mcdp-vision-hero__ring {
	width: 393.133px !important;
}
.mcdp-vision-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-vision-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px;
	height: 895.631px;
	pointer-events: none;
}
body.page-id-20 .wp-block-post-content > .mcdp-vision-hero > .mcdp-vision-hero__emblem {
	width: 898.459px !important;
}
.mcdp-vision-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
@keyframes mcdp-vision-ring-opacity {
	0% { opacity: 0; }
	40%, 100% { opacity: 1; }
}
@keyframes mcdp-vision-ring-float {
	0%, 25%, 100% { translate: 0 0; }
	40%, 70% { translate: 0 -4.96px; }
	55%, 85% { translate: 0 4.96px; }
}
@keyframes mcdp-vision-ring-scale {
	0% { scale: 0; }
	100% { scale: 1; }
}
@keyframes mcdp-vision-vector-opacity {
	0%, 15% { opacity: 0; }
	55%, 100% { opacity: 1; }
}
@keyframes mcdp-vision-vector-float {
	0%, 28%, 100% { translate: 0 0; }
	43%, 73% { translate: 0 -3.72px; }
	58%, 88% { translate: 0 3.72px; }
}
@keyframes mcdp-vision-vector-scale {
	0%, 10.714% { scale: 0; }
	100% { scale: 1; }
}

/* Benefits */
.page-id-20 .wp-block-post-content > .mcdp-vision-benefits {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	padding: 128px 0 !important;
	background: #fff;
}
.mcdp-vision-benefits__wrap {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.mcdp-vision-section-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.mcdp-vision-section-header h2 {
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}
.mcdp-vision-section-header > p:last-child {
	width: 760px;
	max-width: 100%;
	color: #54636e;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-vision-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.mcdp-vision-benefit-card {
	display: flex;
	min-width: 0;
	height: 246px;
	flex-direction: column;
	gap: 40px;
	padding: 32px;
	border-radius: 16px;
	background: linear-gradient(155.238deg, #183043 0%, #0f2233 71.429%);
}
.mcdp-vision-benefit-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mcdp-vision-benefit-card__top img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.mcdp-vision-benefit-card__top span {
	color: #3f5a70;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 1px;
}
.mcdp-vision-benefit-card__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
}
.mcdp-vision-benefit-card h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.105px;
}
.mcdp-vision-benefit-card p {
	color: #9fb2c0;
	font-size: 17px;
	line-height: 1.76;
}

/* We are */
.page-id-20 .wp-block-post-content > .mcdp-vision-we-are {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	padding: 128px 0 !important;
	border-top: 1px solid #d8dde1;
	background: #f1f3f5 url(/wp-content/themes/mcdp/assets/img/we-are-backdrop.svg) center / cover no-repeat !important;
	color: #13232f;
}
.page-id-20 .mcdp-vision-we-are.mcdp-emblem-enhanced {
	background: #f1f3f5 !important;
}
.page-id-20 .mcdp-vision-we-are .mcdp-emblem-weare {
	opacity: 1;
	filter: none;
}
.mcdp-vision-we-are__wrap {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 52px;
}
.mcdp-vision-we-are__header {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.mcdp-vision-we-are__header h2 {
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}
.mcdp-vision-we-are__intro {
	display: flex;
	width: 100%;
	height: 263px;
	align-items: flex-start;
	gap: 80px;
}
.mcdp-vision-we-are__copy {
	display: flex;
	width: 620px;
	flex: none;
	flex-direction: column;
	gap: 18px;
}
.mcdp-vision-we-are__copy p:first-child {
	color: #13232f;
	font-size: 18px;
	line-height: normal;
}
.mcdp-vision-we-are__copy p:last-child {
	color: #54636e;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-vision-we-are__stats {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 28px;
}
.mcdp-vision-we-are__stats > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.mcdp-vision-we-are__stats strong {
	color: #2995d2;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.88px;
}
.mcdp-vision-we-are__stats span {
	color: #6a7681;
	font-size: 14.5px;
	line-height: 1.6;
}
.mcdp-vision-timeline {
	position: relative;
	width: 1000px;
	height: 116px;
	flex: none;
}
.mcdp-vision-timeline__line {
	position: absolute;
	top: 57px;
	left: 40px;
	width: 920px;
	height: 2px;
	background: #d8dde1;
}
.mcdp-vision-timeline__item {
	position: absolute;
	top: 0;
	width: 150px;
	height: 116px;
	text-align: center;
}
.mcdp-vision-timeline__item:nth-of-type(2) { left: -35px; }
.mcdp-vision-timeline__item:nth-of-type(3) { left: 271.67px; }
.mcdp-vision-timeline__item:nth-of-type(4) { left: 578.33px; }
.mcdp-vision-timeline__item:nth-of-type(5) { left: 885px; }
.mcdp-vision-timeline__item strong {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	color: #13232f;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.13px;
	white-space: nowrap;
}
.mcdp-vision-timeline__dot {
	position: absolute;
	top: 51.5px;
	left: 68.5px;
	width: 13px;
	height: 13px;
	border: 2.5px solid #2c6396;
	border-radius: 50%;
	background: #6fb0e0;
}
.mcdp-vision-timeline__item p {
	position: absolute;
	top: 76px;
	left: 0;
	width: 150px;
	color: #6a7681;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

/* Capabilities */
.page-id-20 .wp-block-post-content > .mcdp-vision-capabilities {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	padding: 96px 0 !important;
	background: #fff;
}
.mcdp-vision-capabilities__wrap {
	display: flex;
	align-items: flex-start;
	gap: 72px;
}
.mcdp-vision-capabilities__header {
	display: flex;
	width: 384px;
	flex: none;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.mcdp-vision-capabilities__header .mcdp-vision-eyebrow {
	font-size: 12px;
}
.mcdp-vision-capabilities__header h2 {
	color: #13232f;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.42px;
}
.mcdp-vision-capabilities__header > p:last-child {
	color: #54636e;
	font-size: 16px;
	line-height: 1.76;
}
.mcdp-vision-capabilities__list {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}
.mcdp-vision-capability {
	display: grid;
	min-height: 85px;
	grid-template-columns: 48px minmax(0, 1fr) max-content;
	align-items: center;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid #eaedf0;
}
.mcdp-vision-capability:last-child {
	border-bottom: 0;
}
.mcdp-vision-capability > img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.mcdp-vision-capability > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}
.mcdp-vision-capability h3 {
	color: #13232f;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}
.mcdp-vision-capability p {
	color: #6a7681;
	font-size: 13.5px;
	line-height: 1.6;
}
.mcdp-vision-capability > span {
	color: #b8c6d2;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 1px;
}

/* Leadership */
.page-id-20 .wp-block-post-content > .mcdp-vision-team {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	padding: 64px 0 !important;
	background: #fff;
}
.mcdp-vision-team__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.mcdp-vision-team .mcdp-vision-section-header > p:last-child {
	width: 720px;
}
.mcdp-vision-team__grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(5, 232px);
	column-gap: 22px;
	row-gap: 24px;
}
.mcdp-vision-team-member {
	display: flex;
	width: 232px;
	min-width: 0;
	flex-direction: column;
	gap: 18px;
}
.mcdp-vision-team-member figure {
	position: relative;
	width: 232px;
	height: 268px;
	overflow: hidden;
	border-radius: 14px;
}
.mcdp-vision-team-member figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(19, 37, 51, .07);
	pointer-events: none;
}
.mcdp-vision-team-member img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: fill;
	object-position: center bottom;
}
.mcdp-vision-team-member:nth-child(5) img,
.mcdp-vision-team-member:nth-child(9) img {
	object-fit: cover;
	object-position: center;
}
.mcdp-vision-team-member > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.mcdp-vision-team-member h3 {
	width: 232px;
	color: #13232f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.09px;
}
.mcdp-vision-team-member p {
	width: 232px;
	color: #2c6396;
	font-size: 12.5px;
	line-height: 1.6;
}

/* Final photographic CTA */
.page-id-20 .wp-block-post-content > .mcdp-vision-contact {
	display: flex !important;
	height: 736px;
	min-height: 736px !important;
	align-items: center;
	justify-content: center;
	padding: 128px 0 !important;
	border-top: 1px solid #e4e7ea;
	border-bottom: 1px solid #5fb8c6;
	background: url(/wp-content/themes/mcdp/assets/img/cta-vision.webp) center / cover no-repeat !important;
}
.mcdp-vision-contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(10, 24, 38, 0) 42.8%, rgba(10, 24, 38, .7) 100%),
		linear-gradient(180deg, rgba(23, 51, 79, .78) 0%, rgba(15, 38, 54, .85) 55%, rgba(10, 23, 38, .93) 100%);
}
.mcdp-vision-contact__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(1248px, calc(100% - 64px));
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin-inline: auto;
	filter: none !important;
	backdrop-filter: none !important;
}
.mcdp-vision-contact__content h2 {
	width: 820px;
	max-width: 100%;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-vision-hero__motion-ring,
	.mcdp-vision-hero__motion-emblem {
		display: none;
	}
	.mcdp-vision-hero__ring,
	.mcdp-vision-hero__emblem {
		opacity: 1;
		scale: 1;
		translate: 0 0;
		animation: none;
	}
	.mcdp-vision-button {
		transition: background-color .25s ease;
	}
	.mcdp-vision-button:hover {
		transform: none;
		box-shadow: none;
	}
}

@media (max-width: 1199px) {
	.page-id-20 .wp-block-post-content > .mcdp-section:not(.mcdp-vision-hero) {
		height: auto;
		min-height: 0 !important;
		padding: 96px 0 !important;
	}
	.mcdp-vision-shell {
		width: min(100% - 64px, 960px);
	}
	.mcdp-vision-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mcdp-vision-we-are__intro {
		height: auto;
	}
	.mcdp-vision-timeline {
		width: 100%;
	}
	.mcdp-vision-timeline__line {
		right: 40px;
		width: auto;
	}
	.mcdp-vision-timeline__item:nth-of-type(2) { left: calc(4% - 75px); }
	.mcdp-vision-timeline__item:nth-of-type(3) { left: calc(34.67% - 75px); }
	.mcdp-vision-timeline__item:nth-of-type(4) { left: calc(65.33% - 75px); }
	.mcdp-vision-timeline__item:nth-of-type(5) { left: calc(96% - 75px); }
	.mcdp-vision-capabilities__wrap {
		gap: 56px;
	}
	.mcdp-vision-capabilities__header {
		width: 34%;
	}
	.mcdp-vision-team__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 24px;
	}
	.mcdp-vision-team-member,
	.mcdp-vision-team-member figure,
	.mcdp-vision-team-member h3,
	.mcdp-vision-team-member p {
		width: 100%;
	}
	.mcdp-vision-team-member figure {
		height: auto;
		aspect-ratio: 232 / 268;
	}
}

@media (max-width: 767px) {
	.mcdp-vision-shell,
	.mcdp-vision-contact__content {
		width: calc(100% - 40px);
	}
	body.page-id-20 .wp-block-post-content > .mcdp-section > .mcdp-vision-shell {
		width: calc(100% - 40px) !important;
	}
	.page-id-20 .wp-block-post-content > .mcdp-vision-hero {
		height: 520px;
		min-height: 520px !important;
	}
	.mcdp-vision-hero__content {
		top: 58%;
	}
	.mcdp-vision-hero__content h1 {
		font-size: clamp(42px, 12vw, 58px);
	}
	.mcdp-vision-hero__motion-ring,
	.mcdp-vision-hero__motion-emblem {
		display: none;
	}
	.mcdp-vision-hero__emblem {
		left: 42%;
		opacity: .72;
	}
	.mcdp-vision-hero__ring {
		left: 56%;
	}
	.page-id-20 .wp-block-post-content > .mcdp-section:not(.mcdp-vision-hero) {
		padding: 72px 0 !important;
	}
	.mcdp-vision-section-header,
	.mcdp-vision-we-are__wrap {
		gap: 28px;
	}
	.mcdp-vision-section-header h2,
	.mcdp-vision-we-are__header h2,
	.mcdp-vision-contact__content h2 {
		font-size: 36px;
	}
	.mcdp-vision-benefits__wrap {
		gap: 40px;
	}
	.mcdp-vision-benefits__grid {
		grid-template-columns: 1fr;
	}
	.mcdp-vision-benefit-card {
		height: auto;
		min-height: 246px;
	}
	.mcdp-vision-we-are__intro,
	.mcdp-vision-capabilities__wrap {
		flex-direction: column;
		gap: 40px;
	}
	.mcdp-vision-we-are__copy,
	.mcdp-vision-capabilities__header {
		width: 100%;
	}
	.mcdp-vision-we-are__stats {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.mcdp-vision-timeline {
		display: none;
	}
	.mcdp-vision-capabilities__list {
		width: 100%;
	}
	.mcdp-vision-capability {
		grid-template-columns: 48px minmax(0, 1fr);
	}
	.mcdp-vision-capability > span {
		display: none;
	}
	.mcdp-vision-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 16px;
	}
	.mcdp-vision-team-member h3 {
		font-size: 16px;
	}
	.mcdp-vision-contact__content .mcdp-vision-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.mcdp-vision-we-are__stats,
	.mcdp-vision-team__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Partnership page — exact selected Figma frame 918:2483
   ========================================================================== */
.page-id-21 .wp-block-post-content > .mcdp-section {
	position: relative;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
}
.page-id-21 .wp-block-post-content > .mcdp-section *,
.page-id-21 .wp-block-post-content > .mcdp-section *::before,
.page-id-21 .wp-block-post-content > .mcdp-section *::after {
	box-sizing: border-box;
}
.page-id-21 .wp-block-post-content > .mcdp-section :where(h1, h2, h3, p, ul, blockquote, figure) {
	margin: 0;
}
.mcdp-partnership-wrap {
	width: min(1248px, calc(100% - 64px));
	margin-inline: auto;
}
body.page-id-21 .wp-block-post-content > .mcdp-section > .mcdp-partnership-wrap {
	width: min(1248px, calc(100% - 64px)) !important;
	max-width: 1248px;
}
.mcdp-partnership-eyebrow {
	color: #2c6396;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-partnership-eyebrow--light {
	color: #6fb0e0;
}
.mcdp-partnership-rule {
	display: block;
	width: 64px;
	height: 2px;
	flex: none;
	background: #1e4a73;
}
.mcdp-partnership-rule--light {
	width: 640px;
	max-width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}
.mcdp-partnership-heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.mcdp-partnership-heading h2 {
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}

/* Interior hero */
.page-id-21 .wp-block-post-content > .mcdp-partnership-hero {
	height: 560px;
	min-height: 560px !important;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero:first-child > * {
	margin: 0 !important;
}
.mcdp-partnership-hero__content {
	position: absolute;
	z-index: 2;
	top: 169px;
	left: max(32px, calc(50% - 624px));
	display: flex;
	width: 651px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__content {
	width: 651px !important;
}
.mcdp-partnership-hero__content h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
}
.mcdp-partnership-hero__lede {
	width: 560px;
	max-width: 100%;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-partnership-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__motion-ring {
	width: 370.768px !important;
}
.mcdp-partnership-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-partnership-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__motion-emblem {
	width: 847.346px !important;
}
.mcdp-partnership-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-partnership-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px;
	height: 393.133px;
	pointer-events: none;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__ring {
	width: 393.133px !important;
}
.mcdp-partnership-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-partnership-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px;
	height: 895.631px;
	pointer-events: none;
}
body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__emblem {
	width: 898.459px !important;
}
.mcdp-partnership-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	/* The exported SVG paths are already at 50%; this produces the Figma canvas's
	   visible 8–10% composite mark instead of double-dimming it to invisibility. */
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

/* Midwest footprint */
.page-id-21 .wp-block-post-content > .mcdp-partnership-footprint {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .12);
	background: #f1f3f5 !important;
}
.mcdp-partnership-footprint__row {
	display: flex;
	align-items: center;
	gap: 64px;
}
.mcdp-partnership-footprint__content {
	display: flex;
	width: 608px;
	min-width: 0;
	flex: none;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.mcdp-partnership-stats {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 24px;
}
.mcdp-partnership-stat {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
	padding: 24px 0;
}
.mcdp-partnership-stat:nth-child(n+4) {
	border-top: 1px solid #dde1e5;
}
.mcdp-partnership-stat .mcdp-stat-number {
	color: #2995d2 !important;
	font-size: 44px !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.88px;
}
.mcdp-partnership-stat > p:last-child {
	color: #5a6873;
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
}
.mcdp-partnership-footprint__copy {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.mcdp-partnership-footprint__copy p {
	color: #5a6873;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-partnership-footprint__copy a {
	color: #2995d2;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .2px;
	text-decoration: none;
}
.mcdp-partnership-footprint__copy a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.mcdp-partnership-map {
	position: relative;
	width: 576px;
	height: 384px;
	flex: none;
	aspect-ratio: auto;
}

/* Partner testimonial */
.page-id-21 .wp-block-post-content > .mcdp-partnership-speak {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	border-top: 1px solid #e4e7ea;
	background: #fff !important;
}
.mcdp-partnership-speak__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}
.mcdp-partnership-speak__header {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.mcdp-partnership-carousel-controls {
	display: flex;
	gap: 14px;
}
.mcdp-partnership-carousel-controls button {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #d2d8dd;
	border-radius: 50%;
	background: #e0effa;
	color: #33475a;
	font: 500 21px/1.25 Poppins, sans-serif;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.mcdp-partnership-carousel-controls button:hover,
.mcdp-partnership-carousel-controls button:focus-visible {
	border-color: #7cb9e2;
	background: #cfe7f7;
	transform: translateY(-2px);
}
.mcdp-partnership-quote-row {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 32px;
}
.mcdp-partnership-video {
	position: relative;
	display: block;
	width: 489px;
	height: 686px;
	flex: none;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 14px;
	background: #0c1d2a;
	cursor: pointer;
}
.mcdp-partnership-video__photo {
	position: absolute;
	top: -.06%;
	left: -74.8%;
	display: block;
	width: 210.33%;
	height: 100%;
	max-width: none !important;
}
.mcdp-partnership-video__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 29, 42, .1), rgba(12, 29, 42, .45));
}
.mcdp-partnership-video__play {
	position: absolute;
	top: 291px;
	left: 203px;
	width: 84px;
	height: 84px;
	transition: transform .25s ease;
}
.mcdp-partnership-video__play img:first-child {
	position: absolute;
	inset: -19.05% -28.57% -38.1%;
	display: block;
	width: 157.14%;
	height: 157.15%;
	max-width: none;
}
.mcdp-partnership-video__play img:last-child {
	position: absolute;
	top: 25px;
	left: 30px;
	display: block;
	width: 26px;
	height: 28px;
	transform: rotate(90deg);
}
.mcdp-partnership-video:hover .mcdp-partnership-video__play,
.mcdp-partnership-video:focus-visible .mcdp-partnership-video__play {
	transform: scale(1.06);
}
.mcdp-partnership-video__label {
	position: absolute;
	top: 392px;
	left: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(-50%);
}
.mcdp-partnership-quote {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	padding: 0;
	border: 0;
	background: transparent;
}
.mcdp-partnership-quote__mark {
	display: block;
	width: 35px;
	height: 58px;
	color: #c3d3e0;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
}
.mcdp-partnership-quote > p {
	color: #1e3040;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -.16px;
}
.mcdp-partnership-quote footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}
.mcdp-partnership-quote cite {
	color: #13232f;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
}
.mcdp-partnership-quote footer span {
	color: #8090a0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.mcdp-partnership-pagination {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding-top: 16px;
}
.mcdp-partnership-pagination i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d5dde3 url(/wp-content/themes/mcdp/assets/img/partnership/dot-pagination-inactive.svg) center / contain no-repeat;
}
.mcdp-partnership-pagination i.is-active {
	background: #2995d2 url(/wp-content/themes/mcdp/assets/img/partnership/dot-pagination-active.svg) center / contain no-repeat;
}

/* Comparison */
.page-id-21 .wp-block-post-content > .mcdp-partnership-difference {
	display: flex !important;
	height: 1080px;
	min-height: 1080px !important;
	align-items: center;
	background: #f5f7f9 !important;
}
.mcdp-partnership-difference__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}
.mcdp-partnership-heading--wide {
	width: 100%;
	gap: 20px;
}
.mcdp-partnership-heading__lede {
	width: 680px;
	max-width: 100%;
	color: #54636e;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-partnership-compare-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}
.mcdp-partnership-comparison__card {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding: 36px;
	border-radius: 16px;
}
.mcdp-partnership-comparison__card h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}
.mcdp-partnership-comparison__card ul {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 20px;
	padding: 0;
	list-style: none;
}
.mcdp-partnership-comparison__card li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: 17px;
	line-height: 1.76;
}
.mcdp-partnership-comparison__card li img {
	display: block;
	width: 22px;
	height: 22px;
	flex: none;
	margin-top: 4px;
}
.mcdp-partnership-comparison__card--conventional {
	border: 1.5px solid #e6ebee;
	background: #fff;
}
.mcdp-partnership-comparison__card--conventional h3 {
	color: #8a97a3;
}
.mcdp-partnership-comparison__card--conventional li {
	color: #6a7681;
}
.mcdp-partnership-comparison__card--mcdp {
	background: linear-gradient(160.066deg, #1c3a5c 0%, #12283f 71.429%);
}
.mcdp-partnership-comparison__card--mcdp h3 {
	color: #fff;
}
.mcdp-partnership-comparison__card--mcdp li {
	color: #e8eef4;
}

/* Partnership CTA */
.page-id-21 .wp-block-post-content > .mcdp-partnership-contact {
	display: flex !important;
	height: 736px;
	min-height: 736px !important;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e4e7ea;
	border-bottom: 1px solid #5fb8c6;
	background: #102637 !important;
}
.mcdp-partnership-contact__photo,
.mcdp-partnership-contact__overlay,
.mcdp-partnership-contact__vignette {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.mcdp-partnership-contact__photo {
	object-fit: cover;
	object-position: center;
}
.mcdp-partnership-contact__overlay {
	background: linear-gradient(180deg, rgba(23, 51, 79, .78) 0%, rgba(15, 38, 54, .85) 55%, rgba(10, 23, 38, .93) 100%);
}
.mcdp-partnership-contact__vignette {
	top: auto;
	height: 420px;
	background: linear-gradient(180deg, rgba(10, 24, 38, 0), rgba(10, 24, 38, .7));
}
.mcdp-partnership-contact__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(1248px, calc(100% - 64px));
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin-inline: auto;
}
.mcdp-partnership-contact__content h2 {
	width: 820px;
	max-width: 100%;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
	text-align: center;
}
.mcdp-partnership-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 36px;
	border-radius: 30px;
	background: #2c6396;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.mcdp-partnership-button:hover,
.mcdp-partnership-button:focus-visible {
	background: #3677ae;
	box-shadow: 0 12px 28px rgba(5, 18, 30, .24);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-partnership-hero__motion-ring,
	.mcdp-partnership-hero__motion-emblem,
	.mcdp-partnership-hero__ring,
	.mcdp-partnership-hero__emblem {
		opacity: 1;
		scale: 1;
		translate: 0 0;
		animation: none;
	}
	.mcdp-partnership-carousel-controls button,
	.mcdp-partnership-video__play,
	.mcdp-partnership-button {
		transition: none;
	}
}

@media (max-width: 1199px) {
	.page-id-21 .wp-block-post-content > .mcdp-partnership-footprint,
	.page-id-21 .wp-block-post-content > .mcdp-partnership-speak,
	.page-id-21 .wp-block-post-content > .mcdp-partnership-difference {
		height: auto;
		min-height: 0 !important;
		padding: 96px 0 !important;
	}
	.mcdp-partnership-wrap {
		width: min(960px, calc(100% - 64px));
	}
	.mcdp-partnership-footprint__row {
		align-items: flex-start;
	}
	.mcdp-partnership-footprint__content,
	.mcdp-partnership-map {
		width: calc(50% - 32px);
	}
	.mcdp-partnership-map {
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.mcdp-partnership-video {
		width: 42%;
		height: auto;
		aspect-ratio: 489 / 686;
	}
	.mcdp-partnership-video__play {
		top: 42.42%;
		left: 41.51%;
		width: 17.18%;
		height: auto;
		aspect-ratio: 1;
	}
	.mcdp-partnership-video__label {
		top: 57.14%;
	}
	.mcdp-partnership-quote > p {
		font-size: 27px;
	}
	.mcdp-partnership-quote footer span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.mcdp-partnership-wrap,
	.mcdp-partnership-contact__content {
		width: calc(100% - 40px);
	}
	body.page-id-21 .wp-block-post-content > .mcdp-section > .mcdp-partnership-wrap {
		width: calc(100% - 40px) !important;
	}
	.page-id-21 .wp-block-post-content > .mcdp-partnership-hero {
		height: 520px;
		min-height: 520px !important;
	}
	.mcdp-partnership-hero__content {
		top: 154px;
		left: 20px;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		gap: 24px;
	}
	body.page-id-21 .wp-block-post-content > .mcdp-partnership-hero > .mcdp-partnership-hero__content {
		width: calc(100% - 40px) !important;
	}
	.mcdp-partnership-hero__motion-ring,
	.mcdp-partnership-hero__motion-emblem {
		display: none;
	}
	.mcdp-partnership-hero__content h1 {
		font-size: clamp(42px, 12vw, 58px);
	}
	.mcdp-partnership-hero__ring {
		left: 55%;
	}
	.mcdp-partnership-hero__emblem {
		left: 38%;
		opacity: .72;
	}
	.page-id-21 .wp-block-post-content > .mcdp-partnership-footprint,
	.page-id-21 .wp-block-post-content > .mcdp-partnership-speak,
	.page-id-21 .wp-block-post-content > .mcdp-partnership-difference {
		padding: 72px 0 !important;
	}
	.mcdp-partnership-heading {
		gap: 24px;
	}
	.mcdp-partnership-heading h2,
	.mcdp-partnership-contact__content h2 {
		font-size: 36px;
	}
	.mcdp-partnership-footprint__row,
	.mcdp-partnership-quote-row {
		flex-direction: column;
		gap: 48px;
	}
	.mcdp-partnership-footprint__content,
	.mcdp-partnership-map,
	.mcdp-partnership-video {
		width: 100%;
	}
	.mcdp-partnership-stat > p:last-child {
		font-size: 13px;
		white-space: normal;
	}
	.mcdp-partnership-speak__header {
		align-items: flex-end;
	}
	.mcdp-partnership-carousel-controls {
		display: none;
	}
	.mcdp-partnership-video {
		height: auto;
		aspect-ratio: 489 / 686;
	}
	.mcdp-partnership-video__play img:last-child {
		top: 30%;
		left: 35%;
		width: 31%;
		height: 33%;
	}
	.mcdp-partnership-quote > p {
		font-size: 25px;
	}
	.mcdp-partnership-quote footer span {
		font-size: 12px;
		line-height: 1.5;
	}
	.mcdp-partnership-compare-grid {
		grid-template-columns: 1fr;
	}
	.mcdp-partnership-comparison__card {
		min-height: 0;
		padding: 28px;
	}
	.page-id-21 .wp-block-post-content > .mcdp-partnership-contact {
		height: 620px;
		min-height: 620px !important;
	}
	.mcdp-partnership-contact__content .mcdp-partnership-button {
		width: 100%;
		white-space: normal;
	}
}

@media (max-width: 420px) {
	.mcdp-partnership-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mcdp-partnership-stat:nth-child(n+3) {
		border-top: 1px solid #dde1e5;
	}
	.mcdp-partnership-stat .mcdp-stat-number {
		font-size: 38px !important;
	}
}

/* ==========================================================================
   Inquiry page — exact selected Figma frame 920:41
   ========================================================================== */
.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 560px;
	min-height: 560px !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero:first-child {
	padding: 0 !important;
}
.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero *,
.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero *::before,
.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero *::after {
	box-sizing: border-box;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero:first-child > * {
	margin: 0 !important;
}
.mcdp-inquiry-hero__content {
	position: absolute;
	z-index: 2;
	top: 169px;
	left: max(32px, calc(50% - 624px));
	display: flex;
	width: 651px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__content {
	width: 651px !important;
}
.mcdp-inquiry-eyebrow,
.mcdp-inquiry-hero__content h1,
.mcdp-inquiry-hero__lede {
	margin: 0;
}
.mcdp-inquiry-eyebrow {
	color: #6fb0e0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-inquiry-hero__content h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
	white-space: nowrap;
}
.mcdp-inquiry-hero__rule {
	display: block;
	width: 640px;
	max-width: 100%;
	height: 1px;
	flex: none;
	background: rgba(255, 255, 255, .4);
}
.mcdp-inquiry-hero__lede {
	width: 560px;
	max-width: 100%;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-inquiry-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__motion-ring {
	width: 370.768px !important;
}
.mcdp-inquiry-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-inquiry-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__motion-emblem {
	width: 847.346px !important;
}
.mcdp-inquiry-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-inquiry-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px;
	height: 393.133px;
	pointer-events: none;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__ring {
	width: 393.133px !important;
}
.mcdp-inquiry-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-inquiry-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px;
	height: 895.631px;
	pointer-events: none;
}
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__emblem {
	width: 898.459px !important;
}
.mcdp-inquiry-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	/* Match the Figma canvas after accounting for the SVG's own 50% path opacity. */
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

/* Inquiry form */
body.page-id-22 .wp-block-post-content > .mcdp-inquiry-section {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 128px 32px 87px !important;
	background: #fff !important;
}
body.page-id-22 .mcdp-inquiry-section > .wp-block-shortcode,
body.page-id-22 .mcdp-inquiry-section > .wp-block-shortcode > .wpcf7,
body.page-id-22 .mcdp-inquiry-section > .wpcf7 {
	width: 1248px !important;
	max-width: calc(100% - 40px) !important;
	margin: 0 auto !important;
}
body.page-id-22 .mcdp-inquiry-top {
	display: grid;
	grid-template-columns: 440px minmax(0, 1fr);
	align-items: start;
	gap: 88px;
}
body.page-id-22 .mcdp-inquiry-intro {
	display: flex;
	height: 504px;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	overflow: hidden;
}
body.page-id-22 .mcdp-inquiry-intro > *,
body.page-id-22 .mcdp-questionnaire-header > * {
	margin: 0 !important;
}
body.page-id-22 .mcdp-step-label {
	display: flex;
	height: 28px;
	align-items: center;
	gap: 12px;
	color: #2c6396;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
body.page-id-22 .mcdp-step-label span {
	display: grid;
	width: 28px;
	height: 28px;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: #1e4a73;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
}
body.page-id-22 .mcdp-inquiry-intro h2,
body.page-id-22 .mcdp-questionnaire-header h2 {
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}
body.page-id-22 .mcdp-form-rule {
	display: block;
	width: 64px;
	height: 2px;
	flex: none;
	background: #1e4a73;
}
body.page-id-22 .mcdp-inquiry-intro > p,
body.page-id-22 .mcdp-questionnaire-header > p {
	color: #54636e;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
body.page-id-22 .mcdp-contact-details {
	display: flex;
	width: 100%;
	height: 194px;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	padding-top: 8px;
	overflow: hidden;
}
body.page-id-22 .mcdp-contact-details > div {
	display: flex;
	height: 50px;
	flex: none;
	flex-direction: column;
	gap: 4px;
}
body.page-id-22 .mcdp-contact-details dt {
	height: 16px;
	color: #9aa7b2;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
body.page-id-22 .mcdp-contact-details dd {
	height: 30px;
	margin: 0;
	color: #13232f;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
body.page-id-22 .mcdp-contact-details a {
	color: inherit;
	text-decoration: none;
}
body.page-id-22 .mcdp-inquiry-fields {
	display: flex;
	height: 351px;
	flex-direction: column;
	gap: 20px;
}
body.page-id-22 .mcdp-cf7-row {
	display: grid;
	height: 79px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
body.page-id-22 .mcdp-cf7 .mcdp-cf7-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}
body.page-id-22 .mcdp-inquiry-fields > .mcdp-cf7-field {
	height: 153px;
}
body.page-id-22 .mcdp-cf7 .mcdp-cf7-label {
	display: block;
	height: 17px;
	flex: none;
	margin: 0;
	color: #13232f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
body.page-id-22 .mcdp-cf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
body.page-id-22 .mcdp-cf7 input[type="text"],
body.page-id-22 .mcdp-cf7 input[type="email"],
body.page-id-22 .mcdp-cf7 input[type="tel"],
body.page-id-22 .mcdp-cf7 select,
body.page-id-22 .mcdp-cf7 textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e0e6ea;
	border-radius: 10px;
	background: #f7f9fb;
	color: #13232f;
	font: 300 16px/1.2 Poppins, sans-serif;
	letter-spacing: 1px;
}
body.page-id-22 .mcdp-cf7 input[type="text"],
body.page-id-22 .mcdp-cf7 input[type="email"],
body.page-id-22 .mcdp-cf7 input[type="tel"],
body.page-id-22 .mcdp-cf7 select {
	height: 54px;
	padding: 0 18px;
}
body.page-id-22 .mcdp-cf7 textarea {
	height: 128px !important;
	min-height: 128px;
	padding: 16px 18px;
	resize: vertical;
}
body.page-id-22 .mcdp-cf7 input::placeholder,
body.page-id-22 .mcdp-cf7 textarea::placeholder,
body.page-id-22 .mcdp-cf7 select {
	color: #9aa7b2;
	opacity: 1;
}
body.page-id-22 .mcdp-questionnaire {
	box-sizing: border-box;
	width: 100%;
	margin: 48px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #e6ebee;
}
body.page-id-22 .mcdp-questionnaire-header {
	display: flex;
	width: 100%;
	height: 234px;
	max-width: none;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
body.page-id-22 .mcdp-questionnaire-header > p {
	width: 720px;
	max-width: 100%;
}
body.page-id-22 .mcdp-question-grid {
	display: grid;
	height: 182px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 40px 0 0;
}
body.page-id-22 .mcdp-question-grid .mcdp-cf7-field {
	height: 79px;
}
body.page-id-22 .mcdp-interests {
	display: flex;
	height: 125px;
	flex-direction: column;
	gap: 16px;
	margin: 40px 0 0;
}
body.page-id-22 .mcdp-interests .wpcf7-form-control {
	display: flex;
	width: 100%;
	max-width: none;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 12px;
	margin: 0;
}
body.page-id-22 .mcdp-interests .wpcf7-list-item,
body.page-id-22 .mcdp-interests .wpcf7-list-item label {
	display: block;
	margin: 0;
}
body.page-id-22 .mcdp-interests .wpcf7-list-item-label {
	display: flex;
	box-sizing: border-box;
	height: 40px;
	align-items: center;
	padding: 0 20px;
	border: 1px solid #d7dee3;
	border-radius: 24px;
	background: #fff;
	color: #54636e;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .3px;
	white-space: nowrap;
}
body.page-id-22 .mcdp-interests input:checked + .wpcf7-list-item-label {
	border-color: #2c6396;
	background: #1e4a73;
	color: #fff;
}
body.page-id-22 .mcdp-cf7 .mcdp-cf7-submit {
	display: flex;
	height: 104px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin: 40px 0 0;
}
body.page-id-22 .mcdp-cf7 .mcdp-cf7-submit input[type="submit"] {
	width: 320px;
	max-width: 100%;
	height: 72px;
	margin: 0;
	padding: 0 52px;
	border: 0;
	border-radius: 36px;
	background: #1e4a73;
	color: #fff;
	font: 500 15px/1.2 Poppins, sans-serif;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	cursor: pointer;
}
body.page-id-22 .mcdp-cf7 .mcdp-cf7-submit small {
	height: 18px;
	margin: 0;
	color: #73808f;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-inquiry-hero__motion-ring,
	.mcdp-inquiry-hero__motion-emblem {
		opacity: 1;
		scale: 1;
		translate: 0 0;
		animation: none;
	}
}

@media (max-width: 1023px) {
	.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero {
		height: 520px;
		min-height: 520px !important;
	}
	.mcdp-inquiry-hero__content {
		top: 154px;
		left: 32px;
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
		transform: none;
	}
	body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__content {
		width: calc(100% - 64px) !important;
	}
	body.page-id-22 .mcdp-inquiry-top {
		grid-template-columns: 1fr;
		gap: 64px;
	}
	body.page-id-22 .mcdp-inquiry-intro {
		height: auto;
		overflow: visible;
	}
	body.page-id-22 .mcdp-inquiry-fields {
		height: 351px;
	}
}

@media (max-width: 767px) {
	.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero {
		height: 540px;
		min-height: 540px !important;
	}
	.mcdp-inquiry-hero__content {
		top: 144px;
		left: 20px;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		gap: 24px;
	}
	body.page-id-22 .wp-block-post-content > .mcdp-inquiry-hero > .mcdp-inquiry-hero__content {
		width: calc(100% - 40px) !important;
	}
	.mcdp-inquiry-hero__content h1 {
		font-size: clamp(42px, 11.5vw, 56px);
		white-space: normal;
	}
	.mcdp-inquiry-hero__motion-ring,
	.mcdp-inquiry-hero__motion-emblem {
		display: none;
	}
	.mcdp-inquiry-hero__ring {
		left: 55%;
	}
	.mcdp-inquiry-hero__emblem {
		left: 38%;
		opacity: .72;
	}
	body.page-id-22 .wp-block-post-content > .mcdp-inquiry-section {
		padding: 72px 20px !important;
	}
	body.page-id-22 .mcdp-inquiry-section > .wp-block-shortcode,
	body.page-id-22 .mcdp-inquiry-section > .wp-block-shortcode > .wpcf7,
	body.page-id-22 .mcdp-inquiry-section > .wpcf7 {
		max-width: 100% !important;
	}
	body.page-id-22 .mcdp-inquiry-top {
		gap: 56px;
	}
	body.page-id-22 .mcdp-inquiry-intro h2,
	body.page-id-22 .mcdp-questionnaire-header h2 {
		font-size: 36px;
	}
	body.page-id-22 .mcdp-inquiry-fields {
		height: auto;
	}
	body.page-id-22 .mcdp-cf7-row,
	body.page-id-22 .mcdp-question-grid {
		height: auto;
		grid-template-columns: 1fr;
	}
	body.page-id-22 .mcdp-cf7-row {
		gap: 20px;
	}
	body.page-id-22 .mcdp-question-grid {
		gap: 24px;
	}
	body.page-id-22 .mcdp-inquiry-fields > .mcdp-cf7-field {
		margin-top: 20px;
	}
	body.page-id-22 .mcdp-questionnaire {
		margin-top: 64px;
	}
	body.page-id-22 .mcdp-questionnaire-header,
	body.page-id-22 .mcdp-question-grid,
	body.page-id-22 .mcdp-interests {
		height: auto;
	}
	body.page-id-22 .mcdp-interests .wpcf7-form-control {
		gap: 10px;
	}
}

/* ==========================================================================
   News page — exact selected Figma frame 943:47
   ========================================================================== */
.page-id-23 .wp-block-post-content > .mcdp-news-hero {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 560px;
	min-height: 560px !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero:first-child {
	padding: 0 !important;
}
.page-id-23 .wp-block-post-content > .mcdp-news-hero *,
.page-id-23 .wp-block-post-content > .mcdp-news-hero *::before,
.page-id-23 .wp-block-post-content > .mcdp-news-hero *::after {
	box-sizing: border-box;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero:first-child > * {
	margin: 0 !important;
}
.mcdp-news-hero__content {
	position: absolute;
	z-index: 2;
	top: 169px;
	left: max(32px, calc(50% - 624px));
	display: flex;
	width: 651px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__content {
	width: 651px !important;
}
.mcdp-news-eyebrow,
.mcdp-news-hero__content h1,
.mcdp-news-hero__lede,
.mcdp-news-featured__content > *,
.mcdp-news-card__content > *,
.mcdp-news-contact__content > * {
	margin: 0;
}
.mcdp-news-eyebrow {
	color: #377fbd;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-news-eyebrow--light {
	color: #6fb0e0;
}
.mcdp-news-hero__content h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
	white-space: nowrap;
}
.mcdp-news-rule {
	display: block;
	width: 640px;
	max-width: 100%;
	height: 1px;
	flex: none;
	background: rgba(19, 35, 47, .2);
}
.mcdp-news-rule--light {
	background: rgba(255, 255, 255, .4);
}
.mcdp-news-hero__lede {
	width: 560px;
	max-width: 100%;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-news-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__motion-ring {
	width: 370.768px !important;
}
.mcdp-news-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-news-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__motion-emblem {
	width: 847.346px !important;
}
.mcdp-news-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-news-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px;
	height: 393.133px;
	pointer-events: none;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__ring {
	width: 393.133px !important;
}
.mcdp-news-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-news-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px;
	height: 895.631px;
	pointer-events: none;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__emblem {
	width: 898.459px !important;
}
.mcdp-news-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

body.page-id-23 .mcdp-news-shell {
	box-sizing: border-box;
	width: 1248px !important;
	max-width: calc(100% - 64px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.page-id-23 .wp-block-post-content > .mcdp-news-featured {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 604px;
	min-height: 604px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 112px 0 72px !important;
	background: #fbfaf8;
}
.mcdp-news-featured__wrap {
	display: grid;
	height: 420px;
	grid-template-columns: 608px 576px;
	gap: 64px;
}
.mcdp-news-featured__image {
	position: relative;
	width: 608px;
	height: 420px;
	overflow: hidden;
	border-radius: 12px;
	background: #dbe2e8;
}
.mcdp-news-featured__tag {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	height: 36px;
	align-items: center;
	padding: 0 16px;
	border-radius: 18px;
	background: #377fbd;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.mcdp-news-featured__content {
	display: flex;
	height: 352px;
	flex-direction: column;
	align-items: flex-start;
	align-self: start;
	margin-top: 34px;
	gap: 20px;
}
.mcdp-news-featured__content h2 {
	width: 100%;
	height: 96px;
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}
.mcdp-news-featured__content a,
.mcdp-news-card a {
	color: inherit;
	text-decoration: none;
}
.mcdp-news-featured__excerpt {
	width: 100%;
	height: 120px;
	color: #49616f;
	font-size: 15px;
	line-height: 2;
}
.mcdp-news-featured__meta {
	height: 22px;
	color: #70828d;
	font-size: 13px;
	line-height: 22px;
}
.mcdp-news-read-link {
	height: 18px;
	color: #377fbd !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}

body.page-id-23 .wp-block-post-content > .mcdp-news-grid {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 1210px;
	min-height: 1210px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 72px 0 128px !important;
	background: #f5f7f9;
}
.mcdp-news-grid__wrap {
	height: 1010px;
}
.mcdp-news-grid-header {
	display: flex;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: space-between;
}
.mcdp-news-grid-header h2 {
	margin: 0;
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -.36px;
}
.mcdp-news-grid-header > a {
	color: #377fbd;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.mcdp-news-card-grid {
	display: grid;
	height: 922px;
	margin-top: 40px;
	grid-template-columns: repeat(3, 400px);
	grid-template-rows: 445px 445px;
	gap: 32px 24px;
	align-items: start;
}
.mcdp-news-card {
	box-sizing: border-box;
	width: 400px;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow:
		inset 0 0 0 1px #e6ebee,
		0 8px 24px rgba(18, 33, 46, .05);
}
.mcdp-news-card__image {
	display: block;
	width: 400px;
	height: 210px;
	background: #dbe2e8;
}
.mcdp-news-card__content {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 24px 24px 26px;
}
.mcdp-news-card__category {
	color: #2c6396;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.mcdp-news-card h3 {
	margin: 0;
	color: #13232f;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0;
}
.mcdp-news-card__excerpt {
	color: #54636e;
	font-size: 14.5px;
	line-height: 23px;
}
.mcdp-news-card time {
	color: #9aa7b2;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
}

body.page-id-23 .wp-block-post-content > .mcdp-newsletter {
	display: flex !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 470px;
	min-height: 470px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	background: #13232f !important;
}
body.page-id-23 .mcdp-newsletter > * {
	width: 720px;
	max-width: calc(100% - 40px);
	margin: 0 !important;
}
body.page-id-23 .mcdp-newsletter > .mcdp-news-eyebrow {
	height: 16px;
	line-height: 16px;
}
body.page-id-23 .mcdp-newsletter h2 {
	height: 48px;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -.44px;
}
body.page-id-23 .mcdp-newsletter__copy {
	height: 60px;
	color: #c4d2dc;
	font-size: 14.5px;
	line-height: 30px;
}
body.page-id-23 .mcdp-newsletter > .wp-block-shortcode {
	height: 54px;
}
body.page-id-23 .mcdp-newsletter-form {
	width: 531px !important;
	height: 54px;
	margin: 0 auto;
	gap: 12px;
}
body.page-id-23 .mcdp-newsletter-form input {
	flex: 0 0 360px;
	width: 360px;
	height: 54px;
}
body.page-id-23 .mcdp-newsletter-form button {
	box-sizing: border-box;
	flex: 0 0 159px;
	width: 159px;
	height: 54px;
	padding: 0;
}

body.page-id-23 .wp-block-post-content > .mcdp-news-contact {
	position: relative;
	display: flex !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 736px;
	min-height: 736px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #0a1826;
}
.mcdp-news-contact__photo,
.mcdp-news-contact__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.mcdp-news-contact__photo {
	object-fit: cover;
	object-position: center center;
}
.mcdp-news-contact__overlay {
	background: linear-gradient(180deg, rgba(23, 51, 79, .78) 0%, rgba(15, 38, 54, .85) 55%, rgba(10, 23, 38, .93) 100%);
}
.mcdp-news-contact__vignette {
	position: absolute;
	top: 315px;
	right: 0;
	bottom: 1px;
	left: 0;
	background: linear-gradient(180deg, rgba(10, 24, 38, 0), rgba(10, 24, 38, .7));
}
.mcdp-news-contact__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 1248px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: center;
	gap: 32px;
	text-align: center;
	backdrop-filter: blur(10px);
}
.mcdp-news-contact__content h2 {
	width: 820px;
	max-width: 100%;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.44px;
}
.mcdp-news-button {
	display: inline-flex;
	box-sizing: border-box;
	height: 53px;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	border-radius: 27px;
	background: #377fbd;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
}
.mcdp-news-contact__accent {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #5fb8c6;
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-news-hero__motion-ring,
	.mcdp-news-hero__motion-emblem {
		animation: none !important;
	}
}

@media (max-width: 1279px) {
	.mcdp-news-featured__wrap {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	.mcdp-news-featured__image {
		width: 100%;
	}
	.mcdp-news-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.mcdp-news-card,
	.mcdp-news-card__image {
		width: 100%;
	}
}

@media (max-width: 900px) {
	body.page-id-23 .wp-block-post-content > .mcdp-news-featured,
	body.page-id-23 .wp-block-post-content > .mcdp-news-grid {
		height: auto;
		min-height: 0;
	}
	body.page-id-23 .wp-block-post-content > .mcdp-news-featured {
		padding: 88px 0 !important;
	}
	.mcdp-news-featured__wrap {
		height: auto;
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.mcdp-news-featured__image {
		aspect-ratio: 608 / 420;
		height: auto;
	}
	.mcdp-news-featured__content {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.mcdp-news-featured__content h2,
	.mcdp-news-featured__excerpt {
		height: auto;
	}
	body.page-id-23 .wp-block-post-content > .mcdp-news-grid {
		padding: 72px 0 96px !important;
	}
	.mcdp-news-grid__wrap,
	.mcdp-news-card-grid {
		height: auto;
	}
	.mcdp-news-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}
}

@media (max-width: 767px) {
	.page-id-23 .wp-block-post-content > .mcdp-news-hero {
		height: 540px;
		min-height: 540px !important;
	}
	.mcdp-news-hero__content {
		top: 144px;
		left: 20px;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		gap: 24px;
	}
	body.page-id-23 .wp-block-post-content > .mcdp-news-hero > .mcdp-news-hero__content {
		width: calc(100% - 40px) !important;
	}
	.mcdp-news-hero__content h1 {
		font-size: clamp(42px, 11.5vw, 56px);
		white-space: normal;
	}
	.mcdp-news-hero__motion-ring,
	.mcdp-news-hero__motion-emblem {
		display: none;
	}
	.mcdp-news-hero__ring {
		left: 55%;
	}
	.mcdp-news-hero__emblem {
		left: 38%;
		opacity: .72;
	}
	.mcdp-news-shell {
		max-width: calc(100% - 40px);
	}
	.mcdp-news-featured__content h2,
	body.page-id-23 .mcdp-newsletter h2,
	.mcdp-news-contact__content h2 {
		font-size: 36px;
	}
	.mcdp-news-grid-header h2 {
		font-size: 30px;
	}
	.mcdp-news-card-grid {
		grid-template-columns: 1fr;
	}
	body.page-id-23 .wp-block-post-content > .mcdp-newsletter {
		height: auto;
		min-height: 520px;
		padding: 72px 20px !important;
	}
	body.page-id-23 .mcdp-newsletter h2,
	body.page-id-23 .mcdp-newsletter__copy,
	body.page-id-23 .mcdp-newsletter > .wp-block-shortcode {
		height: auto;
	}
	body.page-id-23 .mcdp-newsletter__copy br {
		display: none;
	}
	body.page-id-23 .mcdp-newsletter-form {
		width: 100% !important;
		height: auto;
		flex-direction: column;
	}
	body.page-id-23 .mcdp-newsletter-form input,
	body.page-id-23 .mcdp-newsletter-form button {
		flex-basis: 54px;
		width: 100%;
	}
	body.page-id-23 .wp-block-post-content > .mcdp-news-contact {
		height: 620px;
		min-height: 620px;
	}
	.mcdp-news-contact__content {
		max-width: calc(100% - 40px);
	}
	.mcdp-news-button {
		padding-right: 22px;
		padding-left: 22px;
		font-size: 11px;
	}
}

/* ==========================================================================
   Philosophy page — exact selected Figma frame 918:2173
   ========================================================================== */
.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 560px;
	min-height: 560px !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero:first-child {
	padding: 0 !important;
}
.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero *,
.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero *::before,
.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero *::after {
	box-sizing: border-box;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero:first-child > * {
	margin: 0 !important;
}
.mcdp-philosophy-hero__content {
	position: absolute;
	z-index: 2;
	top: 169px;
	left: max(32px, calc(50% - 624px));
	display: flex;
	width: 651px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__content {
	width: 651px !important;
}
.mcdp-philosophy-eyebrow,
.mcdp-philosophy-hero__content h1,
.mcdp-philosophy-hero__lede,
.mcdp-philosophy-mission__copy > *,
.mcdp-philosophy-principles__header > *,
.mcdp-philosophy-principle__copy > *,
.mcdp-philosophy-contact__content > * {
	margin: 0;
}
.mcdp-philosophy-eyebrow {
	color: #2c6396;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-philosophy-eyebrow--light {
	color: #6fb0e0;
}
.mcdp-philosophy-hero__content h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.72px;
	white-space: nowrap;
}
.mcdp-philosophy-rule {
	display: block;
	width: 64px;
	height: 2px;
	flex: none;
	background: #1e4a73;
}
.mcdp-philosophy-rule--light {
	width: 640px;
	max-width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}
.mcdp-philosophy-hero__lede {
	width: 560px;
	max-width: 100%;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-philosophy-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__motion-ring {
	width: 370.768px !important;
}
.mcdp-philosophy-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-philosophy-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__motion-emblem {
	width: 847.346px !important;
}
.mcdp-philosophy-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-philosophy-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px;
	height: 393.133px;
	pointer-events: none;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__ring {
	width: 393.133px !important;
}
.mcdp-philosophy-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-philosophy-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px;
	height: 895.631px;
	pointer-events: none;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__emblem {
	width: 898.459px !important;
}
.mcdp-philosophy-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	/* Match the rendered Figma canvas after accounting for the SVG's internal path opacity. */
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

body.page-id-19 .mcdp-philosophy-shell {
	box-sizing: border-box;
	width: 1248px !important;
	max-width: calc(100% - 64px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.page-id-19 .wp-block-post-content > .mcdp-philosophy-mission {
	display: flex !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 1080px;
	min-height: 1080px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 128px 0 !important;
	align-items: center;
	justify-content: center;
	border-top: 0;
	background: #fff;
	box-shadow: inset 0 1px #e4e7ea;
}
.mcdp-philosophy-mission__row {
	display: grid;
	height: 540px;
	overflow: hidden;
	grid-template-columns: 608px 576px;
	align-items: center;
	gap: 64px;
}
.mcdp-philosophy-mission__photo {
	display: block;
	width: 608px;
	height: 540px;
	object-fit: cover;
	object-position: center center;
	border-radius: 16px;
}
.mcdp-philosophy-mission__copy {
	display: flex;
	width: 576px;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	gap: 32px;
}
.mcdp-philosophy-mission__copy h2,
.mcdp-philosophy-principles__header h2,
.mcdp-philosophy-contact__content h2 {
	color: #13232f;
	font-size: 44px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -.44px;
}
.mcdp-philosophy-mission__copy h2 {
	white-space: nowrap;
}
.mcdp-philosophy-mission__copy > p:last-child {
	width: 607px;
	max-width: none;
	color: #54636e;
	font-size: 17px;
	line-height: 30px;
}

body.page-id-19 .wp-block-post-content > .mcdp-philosophy-principles {
	display: flex !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 1080px;
	min-height: 1080px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 128px 0 !important;
	align-items: center;
	justify-content: center;
	background: #f5f7f9;
}
.mcdp-philosophy-principles__wrap {
	display: flex;
	height: 584px;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
}
.mcdp-philosophy-principles__header {
	display: flex;
	width: 100%;
	height: 222px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.mcdp-philosophy-principles__header h2 {
	width: 100%;
}
.mcdp-philosophy-principles__header > p:last-child {
	width: 780px;
	max-width: 100%;
	color: #54636e;
	font-size: 17px;
	line-height: 30px;
}
.mcdp-philosophy-principles__cards {
	display: grid;
	width: 100%;
	height: 306px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}
.mcdp-philosophy-principle {
	display: flex;
	box-sizing: border-box;
	height: 306px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	padding: 32px;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(149.822deg, #183043 0%, #0f2233 71.429%);
}
.mcdp-philosophy-principle__top {
	display: flex;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: space-between;
}
.mcdp-philosophy-principle__icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
}
.mcdp-philosophy-principle__icon img {
	position: absolute;
	display: block;
	max-width: none;
}
.mcdp-philosophy-principle__icon--one img {
	top: -5px;
	left: -7px;
	width: 62px;
	height: 67px;
}
.mcdp-philosophy-principle__icon--two img {
	top: -1px;
	left: -9px;
	width: 66px;
	height: 59px;
}
.mcdp-philosophy-principle__icon--three img {
	top: -3.03px;
	left: -7.88px;
	width: 61.88px;
	height: 62.03px;
}
.mcdp-philosophy-principle__number {
	color: #3f5a70;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 1px;
}
.mcdp-philosophy-principle__copy {
	display: flex;
	width: 100%;
	height: 154px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.mcdp-philosophy-principle__copy h3 {
	width: 100%;
	height: 26px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -.105px;
}
.mcdp-philosophy-principle__copy p {
	width: 100%;
	height: 120px;
	color: #9fb2c0;
	font-size: 17px;
	line-height: 30px;
}

body.page-id-19 .wp-block-post-content > .mcdp-philosophy-contact {
	position: relative;
	display: flex !important;
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	height: 736px;
	min-height: 736px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 128px 0 !important;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-top: 0;
	background: #0a1826;
	box-shadow: inset 0 1px #e4e7ea;
}
.mcdp-philosophy-contact__photo,
.mcdp-philosophy-contact__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.mcdp-philosophy-contact__photo {
	object-fit: cover;
	object-position: center center;
}
.mcdp-philosophy-contact__overlay {
	background: linear-gradient(180deg, rgba(23, 51, 79, .78) 0%, rgba(15, 38, 54, .85) 55%, rgba(10, 23, 38, .93) 100%);
}
.mcdp-philosophy-contact__vignette {
	position: absolute;
	top: 315px;
	right: 0;
	bottom: 1px;
	left: 0;
	background: linear-gradient(180deg, rgba(10, 24, 38, 0), rgba(10, 24, 38, .7));
}
.mcdp-philosophy-contact__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 1248px;
	max-width: calc(100% - 64px);
	flex-direction: column;
	align-items: center;
	gap: 32px;
	text-align: center;
	backdrop-filter: blur(10px);
}
.mcdp-philosophy-contact__content h2 {
	width: 820px;
	max-width: 100%;
	color: #fff;
}
.mcdp-philosophy-button {
	display: inline-flex;
	box-sizing: border-box;
	height: 53px;
	align-items: center;
	justify-content: center;
	padding: 0 36px;
	border-radius: 30px;
	background: #2c6396;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
}
.mcdp-philosophy-contact__accent {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #5fb8c6;
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-philosophy-hero__motion-ring,
	.mcdp-philosophy-hero__motion-emblem {
		animation: none !important;
	}
}

@media (max-width: 1100px) {
	.mcdp-philosophy-mission__row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	.mcdp-philosophy-mission__photo,
	.mcdp-philosophy-mission__copy {
		width: 100%;
	}
	.mcdp-philosophy-mission__copy > p:last-child {
		width: 100%;
	}
}

@media (max-width: 900px) {
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-mission,
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-principles {
		height: auto;
		min-height: 0;
		padding: 96px 0 !important;
	}
	.mcdp-philosophy-mission__row {
		height: auto;
		overflow: visible;
		grid-template-columns: 1fr;
		gap: 64px;
	}
	.mcdp-philosophy-mission__photo {
		height: auto;
		aspect-ratio: 608 / 540;
	}
	.mcdp-philosophy-mission__copy {
		overflow: visible;
	}
	.mcdp-philosophy-principles__wrap,
	.mcdp-philosophy-principles__header,
	.mcdp-philosophy-principles__cards {
		height: auto;
	}
	.mcdp-philosophy-principles__cards {
		grid-template-columns: 1fr;
	}
	.mcdp-philosophy-principle {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero {
		height: 540px;
		min-height: 540px !important;
	}
	.mcdp-philosophy-hero__content {
		top: 144px;
		left: 20px;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		gap: 24px;
	}
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-hero > .mcdp-philosophy-hero__content {
		width: calc(100% - 40px) !important;
	}
	.mcdp-philosophy-hero__content h1 {
		font-size: clamp(42px, 11.5vw, 56px);
		white-space: normal;
	}
	.mcdp-philosophy-hero__motion-ring,
	.mcdp-philosophy-hero__motion-emblem {
		display: none;
	}
	.mcdp-philosophy-hero__ring {
		left: 55%;
	}
	.mcdp-philosophy-hero__emblem {
		left: 38%;
		opacity: .72;
	}
	body.page-id-19 .mcdp-philosophy-shell {
		max-width: calc(100% - 40px) !important;
	}
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-mission,
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-principles {
		padding: 72px 0 !important;
	}
	.mcdp-philosophy-mission__copy h2,
	.mcdp-philosophy-principles__header h2,
	.mcdp-philosophy-contact__content h2 {
		font-size: 36px;
		line-height: 1.15;
	}
	.mcdp-philosophy-mission__copy h2 {
		white-space: normal;
	}
	.mcdp-philosophy-principles__header > p:last-child {
		width: 100%;
	}
	.mcdp-philosophy-principle {
		height: auto;
		min-height: 306px;
	}
	.mcdp-philosophy-principle__copy,
	.mcdp-philosophy-principle__copy p {
		height: auto;
	}
	body.page-id-19 .wp-block-post-content > .mcdp-philosophy-contact {
		height: 620px;
		min-height: 620px;
		padding: 96px 0 !important;
	}
	.mcdp-philosophy-contact__content {
		max-width: calc(100% - 40px);
	}
	.mcdp-philosophy-button {
		padding-right: 22px;
		padding-left: 22px;
		font-size: 11px;
	}
}

/* ==========================================================================
   Careers + article fidelity pass — selected Figma frames 1358:44 / 996:47
   ========================================================================== */
.mcdp-careers-hero,
.mcdp-article-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
.mcdp-careers-hero > *:not([class*="mcdp-careers-hero__"]),
.mcdp-article-hero > *:not([class*="mcdp-article-hero__"]) {
	position: relative;
	z-index: 2;
}
body.page-id-24 .wp-block-post-content > .mcdp-careers-hero > h1 {
	width: 900px !important;
	max-width: calc(100% - 40px) !important;
	margin-right: auto !important;
	margin-left: max(20px, calc((100% - 1248px) / 2)) !important;
}
.mcdp-careers-hero > [class*="mcdp-careers-hero__"],
.mcdp-article-hero > [class*="mcdp-article-hero__"] {
	position: absolute !important;
	z-index: 0;
	margin: 0 !important;
}
.mcdp-careers-hero__motion-ring,
.mcdp-article-hero__motion-ring {
	position: absolute;
	z-index: 0;
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px !important;
	height: 370.768px;
	pointer-events: none;
	animation:
		mcdp-vision-ring-opacity 2s linear infinite,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear infinite;
}
.mcdp-careers-hero__motion-ring img,
.mcdp-article-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-careers-hero__motion-emblem,
.mcdp-article-hero__motion-emblem {
	position: absolute;
	z-index: 0;
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px !important;
	height: 844.679px;
	pointer-events: none;
	animation:
		mcdp-vision-vector-opacity 2s linear infinite,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear infinite;
}
.mcdp-careers-hero__motion-emblem img,
.mcdp-article-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-careers-hero__ring,
.mcdp-article-hero__ring {
	position: absolute;
	z-index: 0;
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px !important;
	height: 393.133px;
	pointer-events: none;
}
.mcdp-careers-hero__ring img,
.mcdp-article-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-careers-hero__emblem,
.mcdp-article-hero__emblem {
	position: absolute;
	z-index: 0;
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px !important;
	height: 895.631px;
	pointer-events: none;
}
.mcdp-careers-hero__emblem img,
.mcdp-article-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none;
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

.mcdp-article-copy .wp-block-pullquote blockquote,
.mcdp-article-copy .wp-block-pullquote p {
	color: #13232f;
	font-size: 32px;
	letter-spacing: -.16px;
}
.mcdp-related-news .mcdp-news-card {
	display: flex;
	flex-direction: column;
	gap: 0 !important;
}
.mcdp-related-news .mcdp-news-card > * {
	margin-block: 0 !important;
}
.mcdp-related-news .mcdp-news-card > .taxonomy-category {
	margin-top: 24px !important;
}
.mcdp-related-news .mcdp-news-card > .wp-block-post-title,
.mcdp-related-news .mcdp-news-card > .wp-block-post-date {
	margin-top: 10px !important;
}
.mcdp-related-news .wp-block-post-featured-image {
	background: #dbe2e8;
}
.mcdp-article-hero > .mcdp-article-byline {
	color: #9fb2c0 !important;
	font-size: 16px !important;
	line-height: 1.4;
}

body.page-id-24 .mcdp-careers-culture .mcdp-card {
	background: linear-gradient(155.238deg, #183043 0%, #0f2233 71.429%) !important;
}
body.page-id-24 .mcdp-careers-culture .mcdp-card h3 {
	color: #fff;
	font-size: 21px !important;
	font-weight: 500 !important;
	line-height: 1.25;
}
body.page-id-24 .mcdp-careers-culture .mcdp-card p {
	color: #9fb2c0 !important;
	font-size: 17px !important;
	line-height: 1.76;
}
body.page-id-24 .mcdp-careers-benefits > .wp-block-columns {
	gap: 24px !important;
	margin-block-start: 56px !important;
}
body.page-id-24 .mcdp-careers-benefits > .wp-block-columns > .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
body.page-id-24 .mcdp-careers-benefits > .wp-block-columns p {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 !important;
	color: #13232f;
	font-size: 17px !important;
	font-weight: 600;
	line-height: 1.3;
}
body.page-id-24 .mcdp-careers-benefits > .wp-block-columns p span {
	display: inline-block;
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	margin-top: 6px;
	overflow: hidden;
	border-radius: 50%;
	background: #2995d2;
	color: transparent !important;
	font-size: 0;
}
body.page-id-24 .mcdp-careers-benefits > p:last-child {
	margin-block-start: 24px !important;
	color: #73808f !important;
	font-size: 16px !important;
}
body.page-id-24 .mcdp-careers-roles {
	background: #fafafa !important;
}
body.page-id-24 .mcdp-careers-roles > .wp-block-columns h3 {
	color: #13232f;
	font-size: 21px !important;
	font-weight: 500 !important;
	line-height: 1.25;
	letter-spacing: -.105px;
}
body.page-id-24 .mcdp-careers-roles > .wp-block-columns p {
	color: #6a7681 !important;
	font-size: 14.5px !important;
	line-height: 1.6;
}
body.page-id-24 .mcdp-careers-roles > .wp-block-columns a {
	color: #2c6396;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
}
body.page-id-24 .mcdp-careers-roles > p:last-child {
	margin-block-start: 24px !important;
	color: #54636e;
	font-size: 17px !important;
	line-height: 1.76;
}
body.page-id-24 .mcdp-careers-roles > p:last-child a {
	color: #2c6396;
	text-decoration: none;
}

@media (min-width: 1024px) {
	body.page-id-24 .wp-block-post-content > .mcdp-careers-benefits {
		box-sizing: border-box;
		height: 677px;
		min-height: 677px !important;
		align-content: start;
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	body.page-id-24 .wp-block-post-content > .mcdp-careers-benefits > .wp-block-columns {
		width: min(1248px, calc(100% - 64px));
		max-width: 1248px;
	}
	body.page-id-24 .wp-block-post-content > .mcdp-careers-roles {
		box-sizing: border-box;
		height: 1020px;
		min-height: 1020px !important;
		align-content: start;
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	body.page-id-24 .mcdp-careers-roles > hr:not(.mcdp-rule) {
		display: none;
	}
	body.page-id-24 .mcdp-careers-roles > .wp-block-columns {
		box-sizing: border-box;
		height: 101px;
		min-height: 0;
		padding: 26px 0;
	}
	body.page-id-24 .mcdp-careers-roles > .wp-block-columns > .wp-block-column:last-child {
		text-align: right;
	}

	body.single-post .mcdp-article > .mcdp-article-author-section {
		box-sizing: border-box;
		display: flex;
		height: 257px;
		min-height: 0;
		align-items: flex-start;
		justify-content: center;
		padding-top: 0 !important;
		padding-bottom: 96px !important;
	}
	body.single-post .mcdp-article > .mcdp-article-body-section {
		height: 1645px;
		min-height: 1645px;
		padding-top: 72px !important;
		padding-bottom: 112px !important;
	}
	body.single-post .mcdp-article-body-section > .wp-block-post-content {
		margin-block-start: 56px !important;
	}
	body.single-post .mcdp-article-author-section > .mcdp-author-card {
		box-sizing: border-box;
		height: 161px;
		margin-block: 0 !important;
	}
	body.single-post .mcdp-related-news {
		box-sizing: border-box;
		height: 640px;
		min-height: 640px;
		padding-top: 96px !important;
		padding-bottom: 112px !important;
	}
	body.single-post .mcdp-related-news > .wp-block-query {
		margin-block-start: 40px !important;
	}
	body.single-post .mcdp-related-news .wp-block-post-template,
	body.single-post .mcdp-related-news .wp-block-post-template > li,
	body.single-post .mcdp-related-news .mcdp-news-card {
		height: 344px;
	}
	body.single-post .mcdp-related-news .mcdp-news-card {
		padding-bottom: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-careers-hero__motion-ring,
	.mcdp-careers-hero__motion-emblem,
	.mcdp-article-hero__motion-ring,
	.mcdp-article-hero__motion-emblem {
		animation: none !important;
	}
}

@media (max-width: 767px) {
	.mcdp-careers-hero__motion-ring,
	.mcdp-careers-hero__motion-emblem,
	.mcdp-article-hero__motion-ring,
	.mcdp-article-hero__motion-emblem {
		display: none;
	}
	.mcdp-careers-hero__ring,
	.mcdp-article-hero__ring {
		left: 55%;
	}
	.mcdp-careers-hero__emblem,
	.mcdp-article-hero__emblem {
		left: 38%;
		opacity: .72;
	}
	.mcdp-article-author-section {
		padding-top: 0 !important;
	}
}

/* ==========================================================================
   Shared interior hero block
   One markup, geometry and animation source for every interior page and post.
   ========================================================================== */
.mcdp-hero {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	display: block !important;
	width: 100vw !important;
	max-width: none !important;
	height: 560px;
	min-height: 560px !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),
		linear-gradient(180deg, rgba(12, 30, 44, .2), rgba(7, 19, 29, .2)),
		linear-gradient(180deg, rgba(22, 36, 47, .8) 0%, #2a4f5b 50%, #151f2a 100%) !important;
}
body:not(.home) .wp-block-post-content > .mcdp-hero:first-child {
	box-sizing: border-box;
	display: block !important;
	width: 100vw !important;
	height: 560px;
	min-height: 560px !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
}
body:not(.home) .wp-block-post-content > .mcdp-hero:first-child > *,
body.single-post .mcdp-article > .mcdp-hero > * {
	margin: 0 !important;
}
.mcdp-hero__content {
	position: absolute;
	z-index: 2;
	top: 169px;
	left: max(32px, calc((100% - 1248px) / 2));
	box-sizing: border-box;
	display: grid;
	width: min(900px, calc(100% - 64px)) !important;
	gap: 28px;
	margin: 0 !important;
}
.mcdp-hero__content > * {
	box-sizing: border-box;
	margin: 0 !important;
}
.mcdp-hero__eyebrow {
	width: max-content;
	max-width: 100%;
	color: #6fb0e0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mcdp-hero__content h1 {
	width: 900px;
	max-width: 100%;
	color: #fff;
	font-size: 72px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.72px;
}
.mcdp-hero__rule {
	display: block;
	width: 640px;
	max-width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}
.mcdp-hero__lede {
	width: 560px;
	max-width: 100%;
	color: #c4d2dc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.76;
}
.mcdp-hero__meta {
	width: max-content;
	max-width: 100%;
	margin-top: -8px !important;
	color: #9fb2c0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}
.mcdp-hero--article .mcdp-hero__content {
	top: 155px;
	width: min(820px, calc(100% - 64px)) !important;
}
.mcdp-hero--article .mcdp-hero__content h1 {
	width: 820px;
}
.mcdp-hero__motion-ring,
.mcdp-hero__motion-emblem,
.mcdp-hero__ring,
.mcdp-hero__emblem {
	position: absolute;
	z-index: 0;
	pointer-events: none;
}
.mcdp-hero__motion-ring {
	top: -451.42px;
	left: calc(50% + 664.52px);
	width: 370.768px !important;
	height: 370.768px;
	animation:
		mcdp-vision-ring-opacity 2s linear 1 both,
		mcdp-vision-ring-float 10s linear infinite,
		mcdp-vision-ring-scale 2.5s linear 1 both;
}
.mcdp-hero__motion-ring img {
	position: absolute;
	inset: -20.07%;
	display: block;
	width: 140.14%;
	height: 140.14%;
	max-width: none !important;
}
.mcdp-hero__motion-emblem {
	top: -588.83px;
	left: calc(50% + 400.99px);
	width: 847.346px !important;
	height: 844.679px;
	animation:
		mcdp-vision-vector-opacity 2s linear 1 both,
		mcdp-vision-vector-float 10s linear infinite,
		mcdp-vision-vector-scale 2.8s linear 1 both;
}
.mcdp-hero__motion-emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 584.998px;
	height: 613.985px;
	max-width: none !important;
	opacity: .13;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}
.mcdp-hero__ring {
	top: 113.9px;
	left: calc(50% + 237.47px);
	width: 393.133px !important;
	height: 393.133px;
}
.mcdp-hero__ring img {
	position: absolute;
	inset: -24.6%;
	display: block;
	width: 149.2%;
	height: 149.2%;
	max-width: none !important;
	opacity: .08;
}
.mcdp-hero__emblem {
	top: -31.79px;
	left: calc(50% - 41.95px);
	width: 898.459px !important;
	height: 895.631px;
}
.mcdp-hero__emblem img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 620.286px;
	height: 651.021px;
	max-width: none !important;
	opacity: .2;
	transform: translate(-50%, -50%) rotate(-48.73deg);
}

@media (prefers-reduced-motion: reduce) {
	.mcdp-hero__motion-ring,
	.mcdp-hero__motion-emblem {
		display: none;
		animation: none !important;
	}
}

@media (max-width: 767px) {
	.mcdp-hero,
	body:not(.home) .wp-block-post-content > .mcdp-hero:first-child {
		height: 540px;
		min-height: 540px !important;
		padding: 0 !important;
	}
	.mcdp-hero__content,
	.mcdp-hero--article .mcdp-hero__content {
		top: 144px;
		left: 20px;
		width: calc(100% - 40px) !important;
		gap: 24px;
	}
	.mcdp-hero__content h1 {
		width: 100% !important;
		max-width: 100% !important;
		font-size: clamp(42px, 12.5vw, 56px);
		line-height: 1.08;
		letter-spacing: -.5px;
		overflow-wrap: normal;
	}
	.mcdp-hero__lede,
	.mcdp-hero__meta {
		width: 100% !important;
		max-width: 100% !important;
	}
	.mcdp-hero__rule {
		width: 100% !important;
		max-width: 100% !important;
	}
	.mcdp-hero__meta {
		margin-top: -4px !important;
	}
	.mcdp-hero__motion-ring,
	.mcdp-hero__motion-emblem {
		display: none;
	}
	.mcdp-hero__ring {
		left: 55%;
	}
	.mcdp-hero__emblem {
		left: 38%;
		opacity: .72;
	}
}
