.mw-contact-page {
	--mw-contact-text-strong: #142d40;
	--mw-contact-text-body: #536778;
	background: #fff;
	color: var(--mw-contact-text-strong);
	font-family: var(--mw-font-body);
}

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

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

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

.mw-contact-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-contact-page-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border-bottom: 1px solid currentColor;
	color: #963b1c;
	font-family: var(--mw-font-heading);
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease;
}

.mw-contact-page-text-link:hover {
	color: #6f260e;
}

.mw-contact-page-text-link:focus-visible,
.mw-contact-page a:focus-visible,
.mw-contact-page summary:focus-visible,
.mw-contact-page input:focus-visible,
.mw-contact-page select:focus-visible,
.mw-contact-page textarea:focus-visible,
.mw-contact-page button:focus-visible {
	outline: 3px solid #b94f27;
	outline-offset: 3px;
}

.mw-contact-page-hero {
	position: relative;
	overflow: hidden;
	background: #f4f7f9;
	color: var(--mw-contact-text-strong);
}

.mw-contact-page-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	gap: clamp(52px, 7vw, 100px);
	align-items: center;
	min-height: 650px;
	padding-block: 74px;
}

.mw-contact-page-hero__copy {
	max-width: 680px;
}

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

.mw-contact-page-hero__lead {
	max-width: 680px;
	margin-bottom: 18px;
	color: #405769;
	font-size: 17px;
	line-height: 1.75;
}

.mw-contact-page-hero__note {
	max-width: 650px;
	margin-bottom: 24px;
	color: #5c6b78;
	font-size: 14px;
	line-height: 1.7;
}

.mw-contact-page-hero__visual {
	position: relative;
	margin: 0;
	padding: 16px 16px 14px;
	border: 1px solid #cad6df;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(22, 52, 73, 0.13);
}

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

.mw-contact-page-hero__visual figcaption {
	padding: 13px 4px 0;
	color: #526777;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: uppercase;
}

.mw-contact-workspace {
	scroll-margin-top: 96px;
	padding-block: 112px;
	background: #fff;
	color: var(--mw-contact-text-strong);
}

.mw-contact-workspace__layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(48px, 6vw, 86px);
	align-items: start;
}

.mw-contact-workspace__guide {
	position: sticky;
	top: 104px;
}

.mw-contact-workspace h2,
.mw-contact-inquiry-guide h2,
.mw-contact-product-directions h2,
.mw-contact-follow-up h2,
.mw-contact-faq h2,
.mw-contact-rfq h2 {
	margin-bottom: 22px;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
}

.mw-contact-workspace__lead {
	margin-bottom: 30px;
	color: #536778;
	font-size: 16px;
	line-height: 1.75;
}

.mw-contact-workspace__checklist {
	border-top: 1px solid #b9c8d3;
}

.mw-contact-workspace__checklist > div {
	padding-block: 18px;
	border-bottom: 1px solid #d5dfe6;
}

.mw-contact-workspace__checklist h3 {
	margin-bottom: 5px;
	color: #ad4e29;
	font-size: 17px;
	font-weight: 700;
}

.mw-contact-workspace__checklist p,
.mw-contact-workspace__evidence {
	margin-bottom: 0;
	color: #5c6b78;
	font-size: 14px;
	line-height: 1.65;
}

.mw-contact-workspace__evidence {
	margin-top: 22px;
	padding-left: 16px;
	border-left: 3px solid var(--mw-color-copper);
}

.mw-contact-workspace__form-panel {
	padding: clamp(30px, 4.5vw, 58px);
	border-radius: 14px;
	background: var(--mw-color-midnight);
	color: var(--mw-color-cloud);
	box-shadow: 0 30px 70px rgba(7, 27, 43, 0.18);
}

.mw-contact-workspace__form-intro {
	max-width: 650px;
	margin-bottom: 30px;
}

.mw-contact-workspace__form-intro h3 {
	margin-bottom: 12px;
	color: var(--mw-color-cloud);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.15;
}

.mw-contact-workspace__form-intro p {
	margin-bottom: 0;
	color: #c7d3dc;
	line-height: 1.7;
}

.mw-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 18px;
}

.mw-contact-form label,
.mw-contact-form legend {
	display: block;
	color: #eef3f6;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.mw-contact-form input,
.mw-contact-form select,
.mw-contact-form textarea {
	width: 100%;
	min-height: 44px;
	margin-top: 8px;
	padding: 12px 13px;
	border: 1px solid #9fb1be;
	border-radius: 8px;
	background: #fff;
	color: #182d3d;
	font: 400 15px/1.45 var(--mw-font-body);
}

.mw-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.mw-contact-form input::placeholder,
.mw-contact-form textarea::placeholder {
	color: #697b89;
	opacity: 1;
}

.mw-contact-form input[aria-invalid="true"],
.mw-contact-form select[aria-invalid="true"],
.mw-contact-form textarea[aria-invalid="true"] {
	border-color: #c63d38;
	box-shadow: 0 0 0 2px rgba(198, 61, 56, 0.24);
}

.mw-contact-form__full {
	grid-column: 1 / -1;
}

.mw-contact-form__choices {
	min-width: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

.mw-contact-form__choices legend {
	margin-bottom: 10px;
}

.mw-contact-form__choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
}

.mw-contact-form__choice-grid label,
.mw-contact-form__consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 400;
}

.mw-contact-form__choice-grid input,
.mw-contact-form__consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
	accent-color: #c55d34;
}

.mw-contact-form small {
	display: block;
	margin-top: 8px;
	color: #b9c8d3;
	font-weight: 400;
	line-height: 1.6;
}

.mw-contact-form__consent a {
	color: #ffd0b6;
}

.mw-contact-form__submit {
	min-height: 48px;
	margin-top: 28px;
	border: 0;
	cursor: pointer;
}

.mw-contact-form__submit[disabled] {
	cursor: wait;
	opacity: 0.65;
}

.mw-contact-form__status {
	min-height: 26px;
	margin: 14px 0 0;
	color: #d5e1e8;
	font-size: 14px;
	line-height: 1.55;
}

.mw-contact-form__status.is-error {
	color: #ffc1bd;
}

.mw-contact-form__status.is-success {
	color: #bde9cc;
}

.mw-contact-inquiry-guide,
.mw-contact-follow-up {
	padding-block: 116px;
	background: #fff;
}

.mw-contact-inquiry-guide {
	color: var(--mw-contact-text-strong);
}

.mw-contact-follow-up {
	color: var(--mw-contact-text-strong);
}

.mw-contact-inquiry-guide__header,
.mw-contact-product-directions__header,
.mw-contact-follow-up__header {
	max-width: 820px;
	margin-bottom: 54px;
}

.mw-contact-inquiry-guide__header p,
.mw-contact-product-directions__header p,
.mw-contact-follow-up__header p,
.mw-contact-faq__header p {
	margin-bottom: 0;
	color: #536778;
	font-size: 16px;
	line-height: 1.75;
}

.mw-contact-inquiry-guide__rows {
	border-top: 1px solid #aebfcc;
}

.mw-contact-inquiry-guide__rows article {
	display: grid;
	grid-template-columns: 64px minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: 24px;
	align-items: baseline;
	padding-block: 25px;
	border-bottom: 1px solid #d7e0e6;
}

.mw-contact-inquiry-guide__rows span,
.mw-contact-follow-up__sequence span {
	color: #ad4e29;
	font-family: var(--mw-font-heading);
	font-size: 15px;
	font-weight: 700;
}

.mw-contact-inquiry-guide__rows h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
}

.mw-contact-inquiry-guide__rows p {
	margin-bottom: 0;
	color: #5c6b78;
	line-height: 1.7;
}

.mw-contact-product-directions {
	padding-block: 116px;
	background: #f1f5f8;
	color: var(--mw-contact-text-strong);
}

.mw-contact-product-directions__rows {
	border-top: 1px solid #aebfcc;
}

.mw-contact-product-directions__rows article {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) minmax(210px, 0.38fr);
	gap: 28px;
	align-items: center;
	padding-block: 28px;
	border-bottom: 1px solid #cbd7df;
}

.mw-contact-product-directions__rows img {
	width: 76px;
	height: 76px;
	object-fit: contain;
}

.mw-contact-product-directions__rows h3 {
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: 600;
}

.mw-contact-product-directions__rows p {
	max-width: 650px;
	margin-bottom: 0;
	color: #536778;
	line-height: 1.7;
}

.mw-contact-product-directions__rows a {
	justify-self: end;
	color: #963b1c;
	font-family: var(--mw-font-heading);
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
	text-decoration: none;
}

.mw-contact-product-directions__rows a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mw-contact-follow-up__sequence {
	position: relative;
	display: grid;
	grid-template-columns: 0.88fr 1.12fr 0.96fr;
	gap: clamp(32px, 5vw, 70px);
}

.mw-contact-follow-up__sequence::before {
	position: absolute;
	top: 22px;
	right: 0;
	left: 0;
	height: 1px;
	background: #b5c4cf;
	content: "";
}

.mw-contact-follow-up__sequence article {
	position: relative;
	padding-top: 58px;
}

.mw-contact-follow-up__sequence span {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #9fb2c0;
	border-radius: 50%;
	background: #fff;
}

.mw-contact-follow-up__sequence h3 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 600;
}

.mw-contact-follow-up__sequence p {
	margin-bottom: 0;
	color: #5c6b78;
	line-height: 1.7;
}

.mw-contact-faq {
	padding-block: 116px;
	background: #f1f5f8;
	color: var(--mw-contact-text-strong);
}

.mw-contact-faq__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(56px, 8vw, 110px);
	align-items: start;
}

.mw-contact-faq__header {
	position: sticky;
	top: 104px;
}

.mw-contact-faq__header .mw-contact-page-text-link {
	margin-top: 24px;
}

.mw-contact-faq__items {
	border-top: 1px solid #9fb2c0;
}

.mw-contact-faq details {
	border-bottom: 1px solid #c7d4dc;
}

.mw-contact-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 20px 52px 20px 0;
	color: var(--mw-color-ink);
	font-family: var(--mw-font-heading);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.mw-contact-faq summary::-webkit-details-marker {
	display: none;
}

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

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

.mw-contact-faq details[open] summary::after {
	transform: translateY(-50%) rotate(0deg);
}

.mw-contact-faq-answer {
	padding: 0 52px 22px 0;
}

.mw-contact-faq-answer p {
	margin-bottom: 0;
	color: #536778;
	line-height: 1.72;
}

.mw-contact-rfq {
	padding-block: 112px;
	background: var(--mw-color-midnight);
	color: var(--mw-color-cloud);
}

.mw-contact-rfq__inner {
	text-align: center;
}

.mw-contact-rfq h2 {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: var(--mw-color-cloud);
}

.mw-contact-rfq p {
	max-width: 720px;
	margin: 0 auto 30px;
	color: #ced9e0;
	font-size: 17px;
	line-height: 1.7;
}

.mw-contact-rfq small {
	display: block;
	max-width: 720px;
	margin: 24px auto 0;
	color: #aebfcb;
	line-height: 1.6;
}

@media (max-width: 1023px) {
	.mw-contact-page-hero__layout,
	.mw-contact-workspace__layout,
	.mw-contact-faq__layout {
		grid-template-columns: 1fr;
	}

	.mw-contact-page-hero__layout {
		gap: 42px;
		min-height: 0;
		padding-block: 68px;
	}

	.mw-contact-page-hero__visual {
		max-width: 600px;
	}

	.mw-contact-workspace__guide,
	.mw-contact-faq__header {
		position: static;
	}

	.mw-contact-product-directions__rows article {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.mw-contact-product-directions__rows a {
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}
}

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

	.mw-contact-page-hero__layout {
		gap: 34px;
		padding-block: 52px 62px;
	}

	.mw-contact-page-hero h1 {
		font-size: clamp(39px, 12vw, 52px);
		line-height: 1.04;
	}

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

	.mw-contact-workspace,
	.mw-contact-inquiry-guide,
	.mw-contact-product-directions,
	.mw-contact-follow-up,
	.mw-contact-faq,
	.mw-contact-rfq {
		padding-block: 76px;
	}

	.mw-contact-workspace h2,
	.mw-contact-inquiry-guide h2,
	.mw-contact-product-directions h2,
	.mw-contact-follow-up h2,
	.mw-contact-faq h2,
	.mw-contact-rfq h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.mw-contact-workspace__form-panel {
		order: -1;
		padding: 26px 18px;
		border-radius: 12px;
	}

	.mw-contact-form__grid,
	.mw-contact-form__choice-grid {
		grid-template-columns: 1fr;
	}

	.mw-contact-inquiry-guide__rows article {
		grid-template-columns: 46px 1fr;
		gap: 10px 14px;
	}

	.mw-contact-inquiry-guide__rows p {
		grid-column: 2;
	}

	.mw-contact-product-directions__rows article {
		grid-template-columns: 1fr;
		gap: 15px;
		padding-block: 25px;
	}

	.mw-contact-product-directions__rows a {
		grid-column: auto;
	}

	.mw-contact-follow-up__sequence {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mw-contact-follow-up__sequence::before {
		top: 0;
		bottom: 0;
		left: 21px;
		width: 1px;
		height: auto;
	}

	.mw-contact-follow-up__sequence article {
		min-height: 110px;
		padding: 0 0 0 68px;
	}

	.mw-contact-follow-up__sequence span {
		left: 0;
	}

	.mw-contact-faq summary {
		min-height: 56px;
		padding-right: 42px;
		font-size: 18px;
	}

	.mw-contact-faq-answer {
		padding-right: 32px;
	}

	.mw-contact-rfq .mw-button {
		width: 100%;
	}
}

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