/**
 * Approved v0.3.1 homepage — loaded only for the explicitly managed CDC page.
 */

.cdc-home-review .site-content,
.cdc-production-home .site-content,
.cdc-home-review .content-area,
.cdc-production-home .content-area,
.cdc-home-review .site-main,
.cdc-production-home .site-main,
.cdc-home-preview {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cdc-home {
	overflow: hidden;
	background: #fff;
}

.cdc-home :where(section, article, div) {
	box-sizing: border-box;
}

.cdc-home-media {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e9edf1;
}

.cdc-home-media picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.cdc-home-media__image,
.cdc-home-media picture img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.cdc-home-media--missing {
	display: grid;
	min-height: 13rem;
	place-content: center;
	gap: 0.55rem;
	padding: 1.5rem;
	background-color: #edf1f4;
	background-image:
		linear-gradient(rgb(20 32 51 / 6%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(20 32 51 / 6%) 1px, transparent 1px),
		linear-gradient(135deg, transparent 49.5%, rgb(21 87 183 / 12%) 50%, transparent 50.5%);
	background-size: 2.5rem 2.5rem, 2.5rem 2.5rem, 100% 100%;
	color: #536170;
	text-align: center;
}

.cdc-home-media--missing span {
	color: var(--cdc-primary);
	font-size: clamp(0.65rem, 0.8vw, 0.78rem);
	font-weight: 760;
	letter-spacing: 0.08em;
}

.cdc-home-media--missing small {
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cdc-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(26rem, 43%) minmax(0, 57%);
	min-height: clamp(34rem, 38vw, 42rem);
	border-bottom: 1px solid #e3e7ea;
	background: #f8f9fa;
}

.cdc-home-hero__rail {
	position: absolute;
	top: 3.5rem;
	bottom: 3.5rem;
	left: clamp(1.15rem, 3vw, 3rem);
	z-index: 2;
	display: flex;
	width: 1.2rem;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--cdc-primary);
}

.cdc-home-hero__rail span {
	color: #1f2832;
	font-size: 0.62rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	transform: rotate(-90deg);
	white-space: nowrap;
}

.cdc-home-hero__copy {
	position: relative;
	z-index: 1;
	display: flex;
	padding: clamp(3.75rem, 5vw, 5.75rem) clamp(2rem, 3.25vw, 4rem) clamp(2.5rem, 3vw, 3.5rem) clamp(4.25rem, 5vw, 6rem);
	flex-direction: column;
	justify-content: center;
	background: #f8f9fa;
}

.cdc-home-hero__copy::after {
	position: absolute;
	top: 0;
	right: -7rem;
	bottom: 0;
	z-index: -1;
	width: 13rem;
	background: #f8f9fa;
	clip-path: polygon(0 0, 58% 0, 100% 100%, 0 100%);
	content: "";
}

.cdc-home-hero .cdc-eyebrow {
	margin-bottom: clamp(1rem, 2vw, 1.75rem);
	font-size: clamp(0.62rem, 0.7vw, 0.73rem);
}

.cdc-home-hero h1 {
	max-width: none;
	margin: 0;
	font-size: clamp(3rem, 4vw, 4.5rem);
	font-weight: 820;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.cdc-home-hero__title-line {
	display: block;
	color: var(--cdc-navy);
	font-size: 0.78em;
	letter-spacing: -0.055em;
	white-space: nowrap;
}

.cdc-home-hero h1 .cdc-home-hero__dot {
	color: var(--cdc-primary);
}

.cdc-home-hero__lead {
	max-width: 31rem;
	margin: clamp(1.25rem, 2vw, 1.75rem) 0 0;
	color: #37414b;
	font-size: clamp(0.93rem, 1.1vw, 1.08rem);
	line-height: 1.7;
}

.cdc-home-hero__actions {
	display: flex;
	gap: clamp(1.25rem, 3vw, 3rem);
	align-items: center;
	margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

.cdc-home-hero__actions .cdc-text-link {
	padding-block: 0.8rem;
	border-bottom: 1px solid #aeb6bf;
	font-size: 0.75rem;
}

.cdc-home-hero__visual {
	position: relative;
	min-width: 0;
}

.cdc-home-media--hero {
	min-height: 100%;
}

.cdc-home-media--hero .cdc-home-media__image {
	object-position: center center;
}

.cdc-home-hero__delivery {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	min-width: 14rem;
	padding: 1rem 1.5rem;
	background: rgb(255 255 255 / 96%);
	color: #1a2633;
	text-decoration: none;
}

.cdc-home-hero__delivery:hover {
	color: var(--cdc-primary);
}

.cdc-home-hero__delivery > span {
	grid-row: span 2;
	color: var(--cdc-primary);
	font-size: 2rem;
}

.cdc-home-hero__delivery strong,
.cdc-home-hero__delivery small {
	font-size: 0.7rem;
	line-height: 1.35;
}

.cdc-home-hero__delivery small {
	color: var(--cdc-muted);
}

.cdc-home-products {
	display: grid;
	grid-template-columns: minmax(11rem, 0.92fr) minmax(0, 4.65fr);
	gap: clamp(1.5rem, 2vw, 2.25rem);
	padding: clamp(2rem, 3vw, 3rem) var(--cdc-gutter);
	background: #fff;
}

.cdc-home-products__intro,
.cdc-home-sectors__intro {
	display: flex;
	padding: 1rem 0 0;
	flex-direction: column;
}

.cdc-home-products__intro h2,
.cdc-home-sectors__intro h2 {
	position: relative;
	margin: 0;
	font-size: clamp(1.2rem, 1.7vw, 1.65rem);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.cdc-home-products__intro h2::after,
.cdc-home-sectors__intro h2::after {
	display: block;
	width: 2.2rem;
	height: 2px;
	margin-top: 1.25rem;
	background: var(--cdc-primary);
	content: "";
}

.cdc-home-products__intro .cdc-text-link,
.cdc-home-sectors__intro .cdc-text-link {
	margin-top: auto;
	font-size: 0.72rem;
}

.cdc-home-products__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(0.55rem, 1.1vw, 1rem);
}

.cdc-product-family {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #eef1f3;
}

.cdc-product-family header {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 5.4rem;
	padding: 1rem;
	align-items: center;
	border-top: 3px solid var(--cdc-primary);
	background: rgb(249 250 251 / 91%);
}

.cdc-product-family h3 {
	margin: 0;
	font-size: clamp(0.9rem, 1.1vw, 1.12rem);
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.18;
}

.cdc-product-family .cdc-home-media {
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	flex: 0 0 auto;
}

.cdc-product-family__link {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid #d6dce1;
	background: #fff;
	color: #15202c;
	font-size: 1.2rem;
	text-decoration: none;
}

.cdc-home-trust {
	display: grid;
	grid-template-columns: minmax(22rem, 38%) minmax(0, 62%);
	min-height: 12rem;
}

.cdc-home-trust__statement {
	display: flex;
	padding: clamp(2rem, 2.5vw, 3rem) clamp(2rem, 3vw, 3.5rem);
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background: #0c438d;
	color: #fff;
}

.cdc-home-trust__statement::before {
	z-index: 0;
	background-image:
		linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px),
		linear-gradient(135deg, transparent 48%, rgb(255 255 255 / 10%) 49%, rgb(255 255 255 / 10%) 51%, transparent 52%);
}

.cdc-home-trust__statement :where(h2, p) {
	position: relative;
	z-index: 1;
	color: #fff;
}

.cdc-home-trust__statement h2 {
	margin: 0;
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.cdc-home-trust__statement p {
	max-width: 31rem;
	margin: 1.2rem 0 0;
	font-size: 0.8rem;
	line-height: 1.65;
}

.cdc-home-trust__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	align-items: center;
	padding: clamp(1.75rem, 2.5vw, 3rem);
	background: #f6f7f8;
}

.cdc-capability {
	display: grid;
	min-height: 6.5rem;
	align-content: center;
	gap: 0.7rem;
	padding: 1.25rem clamp(1rem, 2vw, 2rem);
	border-left: 1px solid var(--cdc-border);
}

.cdc-capability:first-child {
	border-left: 0;
}

.cdc-capability strong {
	color: var(--cdc-navy);
	font-size: clamp(1rem, 1.6vw, 1.45rem);
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.cdc-capability span {
	max-width: 18rem;
	color: var(--cdc-muted);
	font-size: 0.75rem;
	line-height: 1.55;
}

.cdc-home-strut {
	display: grid;
	grid-template-columns: minmax(0, 61%) minmax(25rem, 39%);
	min-height: clamp(31rem, 32vw, 37rem);
	background: #f5f6f7;
}

.cdc-home-strut__visual {
	position: relative;
	min-width: 0;
}

.cdc-home-strut__rail {
	position: absolute;
	top: 3rem;
	bottom: 3rem;
	left: clamp(1rem, 2.5vw, 2.5rem);
	z-index: 2;
	display: flex;
	width: 1rem;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--cdc-primary);
	color: #1d2b39;
	font-size: 0.62rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	transform: none;
	writing-mode: vertical-rl;
}

.cdc-home-media--strut {
	min-height: 100%;
}

.cdc-home-strut__content {
	display: flex;
	padding: clamp(2.75rem, 3.5vw, 4rem) clamp(2rem, 4vw, 4.5rem);
	justify-content: center;
	flex-direction: column;
	background: #fff;
}

.cdc-home-strut__content h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.1rem);
	font-weight: 820;
	letter-spacing: -0.045em;
}

.cdc-home-strut__subtitle {
	position: relative;
	margin: 0.25rem 0 1.35rem;
	padding-bottom: 0.75rem;
	font-size: clamp(0.95rem, 1.3vw, 1.25rem);
	font-weight: 750;
}

.cdc-home-strut__subtitle::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2rem;
	height: 2px;
	background: var(--cdc-primary);
	content: "";
}

.cdc-home-strut__content > p:not(.cdc-home-strut__subtitle) {
	max-width: 38rem;
	font-size: 0.86rem;
	line-height: 1.7;
}

.cdc-home-strut__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: clamp(1.75rem, 3vw, 2.75rem) 0;
	padding: 0;
	list-style: none;
}

.cdc-home-strut__benefits li {
	display: grid;
	gap: 0.6rem;
	color: #293540;
	font-size: 0.7rem;
	line-height: 1.35;
}

.cdc-home-strut__benefits svg,
.cdc-home-sectors__list svg {
	width: 2.1rem;
	height: 2.1rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.25;
}

.cdc-home-strut__content .cdc-button {
	align-self: flex-start;
}

.cdc-home-sectors {
	display: grid;
	grid-template-columns: minmax(15rem, 26%) minmax(0, 74%);
	min-height: 12rem;
	border-top: 1px solid #dfe3e7;
	border-bottom: 1px solid #dfe3e7;
	background: #f7f8f9;
}

.cdc-home-sectors__intro {
	padding: 2.25rem var(--cdc-gutter);
}

.cdc-home-sectors__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 1.5rem 2rem;
	align-items: center;
	list-style: none;
}

.cdc-home-sectors__list li {
	display: grid;
	min-height: 6rem;
	place-items: center;
	gap: 0.75rem;
	padding: 0.8rem;
	border-left: 1px solid #d8dde1;
	color: #14202b;
	font-size: 0.68rem;
	font-weight: 760;
	line-height: 1.25;
	text-align: center;
}

.cdc-home-sectors__list li:first-child {
	border-left: 0;
}

.cdc-home-sectors__list svg {
	width: 3rem;
	height: 3rem;
}

.cdc-home-supply {
	display: grid;
	grid-template-columns: minmax(22rem, 42%) minmax(0, 58%);
	min-height: clamp(18rem, 20vw, 22rem);
	background: #eef1f3;
}

.cdc-home-supply__copy {
	position: relative;
	display: flex;
	padding: clamp(2.5rem, 3.5vw, 4rem) var(--cdc-gutter);
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
}

.cdc-home-supply__copy > div {
	position: relative;
	z-index: 1;
}

.cdc-home-supply__letter {
	color: rgb(20 32 51 / 7%);
	font-size: clamp(7rem, 14vw, 13rem);
	font-weight: 800;
	letter-spacing: -0.1em;
	line-height: 0.75;
}

.cdc-home-supply h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.05;
}

.cdc-home-supply p {
	max-width: 31rem;
	margin: 1rem 0 1.25rem;
	font-size: 0.82rem;
	line-height: 1.65;
}

.cdc-home-media--supply {
	min-height: 100%;
}

@media (max-width: 1180px) {
	.cdc-home-hero {
		grid-template-columns: minmax(23rem, 46%) minmax(0, 54%);
	}

	.cdc-home-hero__copy {
		padding-left: 4.5rem;
	}

	.cdc-home-products {
		grid-template-columns: 1fr;
	}

	.cdc-home-products__intro {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: end;
	}

	.cdc-home-products__intro .cdc-text-link {
		margin-top: 0;
	}

	.cdc-home-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cdc-home-strut__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdc-home-sectors {
		grid-template-columns: 1fr;
	}

	.cdc-home-sectors__intro {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: end;
	}

	.cdc-home-sectors__intro .cdc-text-link {
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.cdc-home-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cdc-home-hero__rail,
	.cdc-home-hero__delivery {
		display: none;
	}

	.cdc-home-hero__copy {
		min-height: 33rem;
		padding: clamp(3.5rem, 9vw, 5rem) var(--cdc-gutter);
	}

	.cdc-home-hero__copy::after {
		display: none;
	}

	.cdc-home-hero__visual {
		min-height: clamp(21rem, 68vw, 35rem);
	}

	.cdc-home-trust,
	.cdc-home-strut,
	.cdc-home-supply {
		grid-template-columns: 1fr;
	}

	.cdc-home-strut__visual {
		min-height: 31rem;
	}

	.cdc-home-sectors__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cdc-home-sectors__list li:nth-child(4) {
		border-left: 0;
	}

	.cdc-home-supply__visual {
		min-height: 24rem;
	}
}

@media (max-width: 680px) {
	.cdc-home-hero__copy {
		min-height: 30rem;
	}

	.cdc-home-hero h1 {
		font-size: clamp(2.75rem, 13.5vw, 4.15rem);
	}

	.cdc-home-hero__title-line {
		font-size: 0.72em;
		letter-spacing: -0.04em;
		white-space: nowrap;
	}

	.cdc-home-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.cdc-home-hero__actions .cdc-button {
		width: 100%;
	}

	.cdc-home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdc-home-trust__stats {
		padding: 2rem var(--cdc-gutter);
	}

	.cdc-home-strut__visual {
		min-height: 23rem;
	}

	.cdc-home-strut__content {
		padding: 3rem var(--cdc-gutter);
	}

	.cdc-home-strut__benefits {
		margin: 2rem 0;
	}

	.cdc-home-sectors__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 1rem var(--cdc-gutter);
	}

	.cdc-home-sectors__list li:nth-child(odd) {
		border-left: 0;
	}

	.cdc-home-sectors__list li:nth-child(4) {
		border-left: 1px solid #d8dde1;
	}

	.cdc-home-supply__copy {
		align-items: flex-start;
	}

	.cdc-home-supply__letter {
		position: absolute;
		left: 0;
	}

	.cdc-home-supply__visual {
		min-height: 18rem;
	}
}

@media (max-width: 480px) {
	.cdc-home-products__grid {
		grid-template-columns: 1fr;
	}

	.cdc-home-strut__benefits {
		grid-template-columns: 1fr 1fr;
	}

	.cdc-home-trust__stats {
		grid-template-columns: 1fr;
	}

	.cdc-capability,
	.cdc-capability:first-child {
		border-top: 1px solid var(--cdc-border);
		border-left: 0;
	}

	.cdc-capability:first-child {
		border-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cdc-home * {
		scroll-behavior: auto !important;
	}
}
