:root {
	--contact-navy: #062b68;
	--contact-dark: #031c47;
	--contact-gold: #cd9018;
	--contact-ink: #17243a;
	--contact-muted: #667085;
	--contact-soft: #f8f5ee;
}

.contact-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(60px, 8vw, 112px) 0;
	color: #fff;
	background: var(--contact-dark);
}

.contact-hero::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 15%, rgba(205, 144, 24, .2), transparent 27%),
		linear-gradient(120deg, transparent 65%, rgba(255, 255, 255, .04) 65%);
	content: "";
}

.contact-hero::after {
	position: absolute;
	right: -110px;
	bottom: -210px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(205, 144, 24, .18);
	border-radius: 50%;
	box-shadow: 0 0 0 58px rgba(205, 144, 24, .035), 0 0 0 116px rgba(205, 144, 24, .02);
	content: "";
}

.contact-hero .container {
	position: relative;
	z-index: 1;
}

.contact-breadcrumb {
	display: flex;
	gap: 10px;
	margin-bottom: clamp(45px, 6vw, 80px);
	color: rgba(255, 255, 255, .56);
	font-size: 13px;
}

.contact-breadcrumb a {
	color: var(--contact-gold);
}

.contact-eyebrow {
	display: block;
	margin-bottom: 14px;
	color: var(--contact-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.contact-hero h1,
.contact-main h2,
.contact-map h2 {
	margin: 0;
	color: var(--contact-dark);
	font-weight: 500;
	letter-spacing: -.035em;
}

.contact-hero h1 {
	max-width: 820px;
	color: #fff;
	font-size: clamp(40px, 5.5vw, 70px);
	line-height: 1.02;
}

.contact-hero h1 span {
	color: var(--contact-gold);
}

.contact-hero p {
	margin: 0;
	padding-left: 24px;
	color: rgba(255, 255, 255, .72);
	border-left: 2px solid var(--contact-gold);
	font-size: 16px;
	line-height: 1.75;
}

.contact-main {
	position: relative;
	padding: clamp(70px, 9vw, 125px) 0;
	background: linear-gradient(90deg, var(--contact-soft) 0 34%, #fff 34%);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, .83fr) minmax(0, 1.45fr);
	box-shadow: 0 30px 80px rgba(3, 28, 71, .11);
}

.contact-details {
	position: relative;
	overflow: hidden;
	padding: clamp(38px, 5vw, 70px);
	color: rgba(255, 255, 255, .74);
	background: var(--contact-navy);
}

.contact-details::after {
	position: absolute;
	right: -120px;
	bottom: -120px;
	width: 290px;
	height: 290px;
	border: 1px solid rgba(205, 144, 24, .15);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(205, 144, 24, .035);
	content: "";
}

.contact-details > * {
	position: relative;
	z-index: 1;
}

.contact-main h2 {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
}

.contact-details h2 {
	color: #fff;
}

.contact-details__intro {
	margin: 18px 0 40px;
	font-size: 15px;
	line-height: 1.7;
}

.contact-detail {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 17px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.contact-detail__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: var(--contact-dark);
	background: var(--contact-gold);
	border-radius: 50%;
}

.contact-detail__icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.contact-detail h3 {
	margin: 1px 0 7px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.contact-detail address,
.contact-detail a,
.contact-detail small {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.contact-detail a:hover {
	color: var(--contact-gold);
}

.contact-detail small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .48);
	font-size: 12px;
}

.contact-hours {
	margin-top: 28px;
	padding: 22px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
}

.contact-hours > span {
	display: block;
	margin-bottom: 13px;
	color: var(--contact-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.contact-hours p {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin: 8px 0 0;
	font-size: 13px;
	color: #cd9019;
}

.contact-hours strong {
	color: #fff;
	font-weight: 500;
}

.contact-form-wrap {
	padding: clamp(38px, 6vw, 76px);
	background: #fff;
}

.contact-form-heading {
	max-width: 650px;
	margin-bottom: 38px;
}

.contact-form-heading p {
	margin: 17px 0 0;
	color: var(--contact-muted);
	font-size: 15px;
	line-height: 1.7;
}

.contact-form label {
	display: block;
	margin-bottom: 9px;
	color: var(--contact-ink);
	font-size: 13px;
	font-weight: 500;
}

.contact-form label span {
	color: var(--contact-gold);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 14px 15px;
	color: var(--contact-ink);
	background: #fbfbfa;
	border: 1px solid #e1e3e6;
	border-radius: 3px;
	outline: none;
	font: inherit;
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-form input,
.contact-form select {
	min-height: 52px;
}

.contact-form textarea {
	display: block;
	min-height: 135px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	background: #fff;
	border-color: var(--contact-gold);
	box-shadow: 0 0 0 3px rgba(205, 144, 24, .1);
}

.contact-form button,
.contact-map a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #fff;
	background: var(--contact-navy);
	border: 1px solid var(--contact-navy);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.contact-form button {
	min-height: 54px;
	padding: 15px 25px;
	cursor: pointer;
}

.contact-form button svg,
.contact-map a svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.contact-form button:hover,
.contact-map a:hover {
	color: var(--contact-dark);
	background: var(--contact-gold);
	border-color: var(--contact-gold);
	transform: translateY(-2px);
}

.contact-form__note {
	margin: 14px 0 0;
	color: #8a929f;
	font-size: 11px;
	line-height: 1.5;
}

.contact-map {
	padding: clamp(60px, 7vw, 90px) 0;
	background: var(--contact-soft);
}

.contact-map__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.contact-map h2 {
	max-width: 650px;
	font-size: clamp(31px, 4vw, 48px);
	line-height: 1.1;
}

.contact-map a {
	flex: 0 0 auto;
	padding: 16px 24px;
}

@media (max-width: 991px) {
	.contact-hero p {
		max-width: 680px;
		padding-left: 0;
		border-left: 0;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-main {
		background: var(--contact-soft);
	}
}

@media (max-width: 767px) {
	.contact-hero {
		padding: 48px 0 62px;
	}

	.contact-breadcrumb {
		margin-bottom: 38px;
	}

	.contact-hero h1 {
		font-size: clamp(35px, 10vw, 48px);
	}

	.contact-details,
	.contact-form-wrap {
		padding: 34px 24px;
	}

	.contact-form-heading {
		margin-bottom: 28px;
	}

	.contact-map__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 419px) {
	.contact-detail {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.contact-detail__icon {
		width: 42px;
		height: 42px;
	}

	.contact-hours p {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.contact-form button,
	.contact-map a {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-form input,
	.contact-form select,
	.contact-form textarea,
	.contact-form button,
	.contact-map a {
		transition: none;
	}
}
