.mw-oem-page {
	background: #fff;
	color: var(--mw-color-ink);
	font-family: var(--mw-font-body);
}

.mw-oem-page-shell {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.mw-oem-page h1,
.mw-oem-page h2,
.mw-oem-page h3,
.mw-oem-page p,
.mw-oem-page figure,
.mw-oem-page ol {
	margin-top: 0;
}

.mw-oem-page h1,
.mw-oem-page h2,
.mw-oem-page h3 {
	font-family: var(--mw-font-heading);
	letter-spacing: -0.025em;
}

.mw-oem-page h2 {
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
}

.mw-oem-page-kicker {
	margin-bottom: 20px;
	color: #ad4e29;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mw-oem-page-actions,
.mw-oem-rfq__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	align-items: center;
}

.mw-oem-page-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 1px solid #0f578e;
	border-radius: 999px;
	background: #155f99;
	color: #fff;
	font-family: var(--mw-font-heading);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mw-oem-page-button:hover {
	border-color: #0c4c7e;
	background: #0c4c7e;
	transform: translateY(-1px);
}

.mw-oem-page-button:active {
	transform: translateY(1px);
}

.mw-oem-page-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	border-bottom: 1px solid currentColor;
	color: #963b1c;
	font-family: var(--mw-font-heading);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mw-oem-page-text-link:hover {
	color: #6f260e;
	transform: translateX(2px);
}

.mw-oem-page-text-link--light {
	color: #f7c2a5;
}

.mw-oem-page-text-link--light:hover {
	color: #fff;
}

.mw-oem-page a:focus-visible,
.mw-oem-page summary:focus-visible {
	outline: 3px solid #b94f27;
	outline-offset: 3px;
}

.mw-oem-page-hero {
	overflow: hidden;
	background: #f4f7f9;
}

.mw-oem-page-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(48px, 6vw, 88px);
	align-items: center;
	min-height: 650px;
	padding-block: 72px;
}

.mw-oem-page-hero__copy {
	max-width: 590px;
}

.mw-oem-page-hero h1 {
	max-width: 620px;
	margin-bottom: 26px;
	color: var(--mw-color-ink);
	font-size: clamp(48px, 4.8vw, 70px);
	font-weight: 600;
	line-height: 1.02;
}

.mw-oem-page-hero__lead {
	margin-bottom: 17px;
	color: #405769;
	font-size: 17px;
	line-height: 1.72;
}

.mw-oem-page-hero__note {
	margin-bottom: 28px;
	color: #5c6b78;
	font-size: 14px;
	line-height: 1.7;
}

.mw-oem-page-hero__visual {
	position: relative;
	margin-bottom: 0;
	padding: 14px;
	border: 1px solid #c7d5df;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 26px 68px rgba(22, 52, 73, 0.14);
}

.mw-oem-page-hero__visual::before {
	position: absolute;
	top: -22px;
	right: 34px;
	width: 96px;
	height: 4px;
	border-radius: 999px;
	background: var(--mw-color-copper);
	content: "";
}

.mw-oem-page-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1568 / 1003;
	border-radius: 9px;
	object-fit: cover;
	object-position: center;
}

.mw-oem-directions {
	padding-block: 118px;
	background: #fff;
}

.mw-oem-directions__header,
.mw-oem-products__header,
.mw-oem-evaluation__header,
.mw-oem-confirmation__header {
	max-width: 850px;
	margin: 0 auto 64px;
	text-align: center;
}

.mw-oem-directions__header h2,
.mw-oem-products__header h2,
.mw-oem-evaluation__header h2,
.mw-oem-confirmation__header h2 {
	margin-bottom: 22px;
}

.mw-oem-directions__header p,
.mw-oem-products__header p,
.mw-oem-evaluation__header p,
.mw-oem-confirmation__header p {
	margin-bottom: 0;
	color: #526777;
	font-size: 17px;
	line-height: 1.75;
}

.mw-oem-directions__comparison {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #adbeca;
	border-bottom: 1px solid #adbeca;
}

.mw-oem-directions__item {
	padding: 48px clamp(28px, 5vw, 64px) 52px;
}

.mw-oem-directions__item + .mw-oem-directions__item {
	border-left: 1px solid #adbeca;
}

.mw-oem-directions__label,
.mw-oem-product-band__index {
	margin-bottom: 16px;
	color: #ad4e29;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mw-oem-directions__item h3 {
	margin-bottom: 16px;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 600;
	line-height: 1.12;
}

.mw-oem-directions__item p:last-child,
.mw-oem-directions__guidance p {
	margin-bottom: 0;
	color: #5c6b78;
	font-size: 16px;
	line-height: 1.75;
}

.mw-oem-directions__guidance {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: 48px;
	align-items: start;
	padding: 38px 0 0;
}

.mw-oem-directions__guidance h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

.mw-oem-customization {
	padding-block: 118px;
	background: #eef3f6;
}

.mw-oem-customization__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(56px, 8vw, 112px);
	align-items: start;
}

.mw-oem-customization__intro {
	position: sticky;
	top: 104px;
}

.mw-oem-customization__intro h2 {
	margin-bottom: 24px;
}

.mw-oem-customization__intro p {
	margin-bottom: 0;
	color: #526777;
	font-size: 16px;
	line-height: 1.75;
}

.mw-oem-customization__rows {
	border-top: 1px solid #9fb2c0;
}

.mw-oem-customization__row {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 170px;
	gap: 20px;
	align-items: start;
	padding-block: 27px;
	border-bottom: 1px solid #c5d2db;
}

.mw-oem-customization__number {
	color: #ad4e29;
	font-family: var(--mw-font-heading);
	font-size: 15px;
	font-weight: 700;
}

.mw-oem-customization__row h3 {
	margin-bottom: 7px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
}

.mw-oem-customization__row p {
	margin-bottom: 0;
	color: #5c6b78;
	font-size: 15px;
	line-height: 1.65;
}

.mw-oem-customization__note {
	padding-left: 16px;
	border-left: 2px solid var(--mw-color-copper);
	color: #7b4330 !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.5 !important;
}

.mw-oem-products {
	padding-block: 124px;
	background: #fff;
}

.mw-oem-products__header {
	margin-bottom: 76px;
}

.mw-oem-product-band {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	min-height: 510px;
	margin-bottom: 34px;
	border: 1px solid #c8d4dd;
	border-radius: 14px;
	overflow: hidden;
	background: #f6f8fa;
}

.mw-oem-product-band:last-child {
	margin-bottom: 0;
}

.mw-oem-product-band--reverse .mw-oem-product-band__media {
	order: 2;
}

.mw-oem-product-band--reverse .mw-oem-product-band__copy {
	order: 1;
}

.mw-oem-product-band__media {
	position: relative;
	margin-bottom: 0;
	min-height: 510px;
	overflow: hidden;
	background: #eef3f6;
}

.mw-oem-product-band__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 510px;
	object-fit: cover;
	object-position: center;
	transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mw-oem-product-band:hover .mw-oem-product-band__media img {
	transform: scale(1.025);
}

.mw-oem-product-band__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 70px);
}

.mw-oem-product-band__copy h3 {
	margin-bottom: 20px;
	font-size: clamp(34px, 3.5vw, 50px);
	font-weight: 600;
	line-height: 1.08;
}

.mw-oem-product-band__copy > p:not(.mw-oem-product-band__index) {
	margin-bottom: 16px;
	color: #526777;
	font-size: 16px;
	line-height: 1.72;
}

.mw-oem-product-band__copy .mw-oem-page-text-link {
	align-self: flex-start;
	margin-top: 10px;
}

.mw-oem-evaluation {
	padding-block: 118px;
	background: #fff3eb;
}

.mw-oem-evaluation__sequence {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.mw-oem-evaluation__sequence::before {
	position: absolute;
	top: 25px;
	left: 6%;
	right: 6%;
	height: 1px;
	background: #d5a98f;
	content: "";
}

.mw-oem-evaluation__item {
	position: relative;
	z-index: 1;
	text-align: left;
}

.mw-oem-evaluation__marker {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 24px;
	border: 1px solid #c57953;
	border-radius: 50%;
	background: #fff3eb;
	color: #7a3018;
	font-family: var(--mw-font-heading);
	font-weight: 700;
}

.mw-oem-evaluation__item h3 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.mw-oem-evaluation__item p {
	margin-bottom: 0;
	color: #65574f;
	font-size: 14px;
	line-height: 1.7;
}

.mw-oem-project-brief {
	padding-block: 118px;
	background: #fff;
}

.mw-oem-project-brief__layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(56px, 8vw, 112px);
	align-items: center;
}

.mw-oem-project-brief__copy h2 {
	margin-bottom: 24px;
}

.mw-oem-project-brief__copy p {
	margin-bottom: 30px;
	color: #526777;
	font-size: 16px;
	line-height: 1.75;
}

.mw-oem-project-brief__sheet {
	padding: 18px clamp(24px, 4vw, 46px);
	border: 1px solid #bdccd6;
	border-radius: 14px;
	background: #f6f8fa;
	box-shadow: 0 24px 58px rgba(17, 43, 62, 0.1);
}

.mw-oem-project-brief__sheet > div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 62px;
	border-bottom: 1px solid #d0dbe2;
}

.mw-oem-project-brief__sheet > div:last-child {
	border-bottom: 0;
}

.mw-oem-project-brief__sheet span {
	color: #ad4e29;
	font-family: var(--mw-font-heading);
	font-size: 13px;
	font-weight: 700;
}

.mw-oem-project-brief__sheet p {
	margin-bottom: 0;
	color: #233a4b;
	font-family: var(--mw-font-heading);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.mw-oem-confirmation {
	padding-block: 120px;
	background: #0a2133;
	color: #f4f7f8;
}

.mw-oem-confirmation__header h2 {
	color: #f4f7f8;
}

.mw-oem-confirmation__header p {
	color: #c2ced7;
}

.mw-oem-confirmation__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.mw-oem-confirmation__item {
	padding: 30px 24px 34px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mw-oem-confirmation__item:last-child {
	border-right: 0;
}

.mw-oem-confirmation__item h3 {
	margin-bottom: 12px;
	color: #f3ae88;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.mw-oem-confirmation__item p {
	margin-bottom: 0;
	color: #c2ced7;
	font-size: 14px;
	line-height: 1.65;
}

.mw-oem-faq {
	padding-block: 120px;
	background: #fff;
}

.mw-oem-faq__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(56px, 8vw, 112px);
	align-items: start;
}

.mw-oem-faq__intro {
	position: sticky;
	top: 104px;
}

.mw-oem-faq__intro h2 {
	margin-bottom: 24px;
}

.mw-oem-faq__intro p {
	margin-bottom: 0;
	color: #526777;
	font-size: 16px;
	line-height: 1.75;
}

.mw-oem-faq__items {
	border-top: 1px solid #aebfcb;
}

.mw-oem-faq__item {
	border-bottom: 1px solid #cfdae2;
}

.mw-oem-faq__item summary {
	position: relative;
	min-height: 68px;
	padding: 21px 54px 21px 0;
	color: var(--mw-color-ink);
	font-family: var(--mw-font-heading);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.mw-oem-faq__item summary::-webkit-details-marker {
	display: none;
}

.mw-oem-faq__item summary::before,
.mw-oem-faq__item summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 18px;
	height: 2px;
	background: #9b4525;
	content: "";
	transform: translateY(-50%);
	transition: transform 180ms ease;
}

.mw-oem-faq__item summary::after {
	transform: translateY(-50%) rotate(90deg);
}

.mw-oem-faq__item[open] summary::after {
	transform: translateY(-50%) rotate(0);
}

.mw-oem-faq__answer {
	padding: 0 52px 24px 0;
}

.mw-oem-faq__answer p {
	margin-bottom: 0;
	color: #5c6b78;
	font-size: 15px;
	line-height: 1.75;
}

.mw-oem-rfq {
	padding-block: 88px;
	background: #071b2b;
	color: #f4f7f8;
}

.mw-oem-rfq__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 70px;
	align-items: center;
}

.mw-oem-rfq h2 {
	max-width: 720px;
	margin-bottom: 18px;
	color: #f4f7f8;
}

.mw-oem-rfq p {
	max-width: 720px;
	margin-bottom: 0;
	color: #c2ced7;
	font-size: 16px;
	line-height: 1.72;
}

.mw-oem-rfq__actions {
	justify-content: flex-end;
}

.mw-oem-rfq .mw-oem-page-button {
	border-color: #ef9d71;
	background: #ef9d71;
	color: #142434;
}

.mw-oem-rfq .mw-oem-page-button:hover {
	border-color: #f5b18c;
	background: #f5b18c;
}

@media (max-width: 1023px) {
	.mw-oem-page-hero__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 46px;
		min-height: 0;
		padding-block: 64px 72px;
	}

	.mw-oem-page-hero__copy,
	.mw-oem-page-hero__visual {
		width: min(100%, 760px);
	}

	.mw-oem-page-hero h1 {
		max-width: 720px;
		font-size: clamp(46px, 7vw, 64px);
	}

	.mw-oem-customization__layout,
	.mw-oem-project-brief__layout,
	.mw-oem-faq__layout {
		grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
		gap: 52px;
	}

	.mw-oem-customization__row {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.mw-oem-customization__note {
		grid-column: 2;
	}

	.mw-oem-evaluation__sequence {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px;
	}

	.mw-oem-evaluation__sequence::before {
		display: none;
	}

	.mw-oem-confirmation__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mw-oem-confirmation__item:nth-child(3) {
		border-right: 0;
	}

	.mw-oem-confirmation__item:nth-child(n + 4) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}

	.mw-oem-rfq__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.mw-oem-rfq__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.mw-oem-page-shell {
		width: min(100% - 32px, 1240px);
	}

	.mw-oem-page h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.mw-oem-page-hero__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 38px;
		min-height: 0;
		padding-block: 52px 58px;
	}

	.mw-oem-page-hero__copy {
		max-width: none;
	}

	.mw-oem-page-hero h1 {
		max-width: 620px;
		font-size: clamp(39px, 12vw, 54px);
		line-height: 1.04;
	}

	.mw-oem-page-hero__lead {
		font-size: 16px;
	}

	.mw-oem-page-hero__visual {
		padding: 10px;
	}

	.mw-oem-directions,
	.mw-oem-customization,
	.mw-oem-products,
	.mw-oem-evaluation,
	.mw-oem-project-brief,
	.mw-oem-confirmation,
	.mw-oem-faq {
		padding-block: 82px;
	}

	.mw-oem-directions__header,
	.mw-oem-products__header,
	.mw-oem-evaluation__header,
	.mw-oem-confirmation__header {
		margin-bottom: 44px;
		text-align: left;
	}

	.mw-oem-directions__header p,
	.mw-oem-products__header p,
	.mw-oem-evaluation__header p,
	.mw-oem-confirmation__header p {
		font-size: 16px;
	}

	.mw-oem-directions__comparison,
	.mw-oem-directions__guidance,
	.mw-oem-customization__layout,
	.mw-oem-project-brief__layout,
	.mw-oem-faq__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.mw-oem-directions__item {
		padding: 34px 0 38px;
	}

	.mw-oem-directions__item + .mw-oem-directions__item {
		border-top: 1px solid #c7d3db;
		border-left: 0;
	}

	.mw-oem-directions__guidance {
		gap: 14px;
		padding-top: 30px;
	}

	.mw-oem-customization__layout,
	.mw-oem-project-brief__layout,
	.mw-oem-faq__layout {
		gap: 44px;
	}

	.mw-oem-customization__intro,
	.mw-oem-faq__intro {
		position: static;
	}

	.mw-oem-customization__row {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 14px;
		padding-block: 24px;
	}

	.mw-oem-customization__note {
		grid-column: 2;
	}

	.mw-oem-product-band,
	.mw-oem-product-band--reverse {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.mw-oem-product-band--reverse .mw-oem-product-band__media,
	.mw-oem-product-band--reverse .mw-oem-product-band__copy {
		order: initial;
	}

	.mw-oem-product-band__media,
	.mw-oem-product-band__media img {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.mw-oem-product-band__copy {
		padding: 32px 26px 36px;
	}

	.mw-oem-product-band__copy h3 {
		font-size: 34px;
	}

	.mw-oem-evaluation__sequence {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		padding-left: 18px;
	}

	.mw-oem-evaluation__sequence::before {
		display: block;
		top: 25px;
		bottom: 25px;
		left: 42px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.mw-oem-evaluation__item {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr);
		column-gap: 20px;
		padding-bottom: 34px;
	}

	.mw-oem-evaluation__marker {
		grid-row: 1 / span 2;
		margin-bottom: 0;
	}

	.mw-oem-evaluation__item h3,
	.mw-oem-evaluation__item p {
		grid-column: 2;
	}

	.mw-oem-project-brief__sheet {
		padding-inline: 22px;
	}

	.mw-oem-confirmation__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mw-oem-confirmation__item,
	.mw-oem-confirmation__item:nth-child(3) {
		padding: 24px 0 27px;
		border-top: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.mw-oem-confirmation__item:last-child {
		border-bottom: 0;
	}

	.mw-oem-faq__answer {
		padding-right: 34px;
	}

	.mw-oem-rfq {
		padding-block: 72px;
	}
}

@media (max-width: 390px) {
	.mw-oem-page-shell {
		width: min(100% - 24px, 1240px);
	}

	.mw-oem-page-actions,
	.mw-oem-rfq__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mw-oem-page-button,
	.mw-oem-page-text-link {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.mw-oem-page-hero h1 {
		font-size: 38px;
	}

	.mw-oem-customization__row {
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.mw-oem-product-band__copy {
		padding-inline: 22px;
	}

	.mw-oem-product-band__copy h3 {
		font-size: 31px;
	}

	.mw-oem-product-band__copy .mw-oem-page-text-link span {
		display: none;
	}

	.mw-oem-project-brief__sheet > div {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mw-oem-page *,
	.mw-oem-page *::before,
	.mw-oem-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.mw-oem-product-band:hover .mw-oem-product-band__media img,
	.mw-oem-page-button:hover,
	.mw-oem-page-text-link:hover {
		transform: none;
	}
}
