.contact-page {
	--contact-deep: #04494a;
	--contact-accent: #ea5827;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	padding: clamp(104px, 8vw, 132px) 7% clamp(58px, 5vw, 82px);
	position: relative;
	background-color: #032f30;
	background-image:
		linear-gradient(90deg, rgba(3,31,32,.94) 0%, rgba(4,73,74,.75) 48%, rgba(3,31,32,.93) 100%),
		var(--contact-background);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.contact-page::before {
	content: '';
	width: 440px;
	height: 440px;
	position: absolute;
	right: -190px;
	top: 84px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
	box-shadow: 0 0 0 65px rgba(255,255,255,.022), 0 0 0 128px rgba(255,255,255,.014);
	pointer-events: none;
}
.contact-hero {
	position: relative;
	z-index: 1;
	text-align: center;
}
.contact-hero > span,
.contact-overview-heading small,
.contact-booking-heading small {
	display: block;
	color: var(--contact-accent);
	font-size: .6875rem;
	font-weight: 500;
	letter-spacing: .28em;
}
.contact-hero h1 {
	margin: 10px 0 0;
	font-size: clamp(2.5rem, 3.6vw, 3.8rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .1em;
}
.contact-hero p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 12px 0 0;
	color: rgba(255,255,255,.7);
	font-size: .8125rem;
	letter-spacing: .12em;
}
.contact-hero p::before,
.contact-hero p::after {
	content: '';
	width: 34px;
	height: 1px;
	background: var(--contact-accent);
}
.contact-layout {
	display: grid;
	grid-template-columns: minmax(360px, .82fr) minmax(570px, 1.18fr);
	align-items: stretch;
	gap: clamp(28px, 3vw, 52px);
	max-width: 1320px;
	margin: 34px auto 0;
	position: relative;
	z-index: 1;
}
.contact-overview,
.contact-booking {
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(2,30,31,.68);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
}
.contact-overview {
	display: flex;
	flex-direction: column;
	padding: 34px 38px 28px;
}
.contact-overview-heading h2,
.contact-booking-heading h2 {
	margin: 12px 0 0;
	color: #fff;
	font-size: clamp(1.65rem, 2vw, 2.25rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: .08em;
}
.contact-overview-heading > p {
	max-width: 420px;
	margin: 15px 0 0;
	color: rgba(255,255,255,.66);
	font-size: .875rem;
	line-height: 1.9;
}
.contact-lines {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}
.contact-line {
	display: grid;
	grid-template-columns: 36px minmax(0,1fr);
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid rgba(255,255,255,.13);
	color: #fff;
}
.contact-line-index {
	color: var(--contact-accent);
	font-size: .6875rem;
	letter-spacing: .08em;
}
.contact-line small,
.contact-line strong,
.contact-line em { display: block; }
.contact-line small {
	color: rgba(255,255,255,.52);
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .1em;
}
.contact-line strong {
	margin-top: 5px;
	font-size: clamp(1.25rem, 1.7vw, 1.65rem);
	font-weight: 500;
	letter-spacing: .04em;
}
.contact-line em {
	grid-column: 2;
	margin-top: -8px;
	color: rgba(255,255,255,.48);
	font-size: .6875rem;
	font-style: normal;
}
.contact-promise {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.13);
	color: rgba(255,255,255,.55);
	font-size: .6875rem;
	letter-spacing: .06em;
}
.contact-booking {
	padding: 27px 36px 25px;
	position: relative;
	overflow: hidden;
}
.contact-booking::before {
	content: '';
	width: 76px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--contact-accent);
}
.contact-booking-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}
.contact-booking-heading p {
	margin: 0;
	color: rgba(255,255,255,.48);
	font-size: .6875rem;
	line-height: 1.75;
	text-align: right;
}
.contact-booking form { margin-top: 20px; }
.contact-honeypot { display: none !important; }
.contact-service-types {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 9px;
	margin: 0;
	padding: 0;
	border: 0;
}
.contact-service-types legend {
	width: 100%;
	margin-bottom: 7px;
	color: rgba(255,255,255,.6);
	font-size: .75rem;
}
.contact-service-types label { cursor: pointer; }
.contact-service-types input {
	width: 1px;
	height: 1px;
	position: absolute;
	opacity: 0;
}
.contact-service-types span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid rgba(255,255,255,.18);
	color: rgba(255,255,255,.72);
	font-size: .8125rem;
	transition: border-color .2s, background .2s, color .2s;
}
.contact-service-types input:checked + span {
	border-color: var(--contact-accent);
	background: rgba(234,88,39,.14);
	color: #fff;
}
.contact-fields {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 12px;
	margin-top: 13px;
}
.contact-field > span {
	display: block;
	margin-bottom: 5px;
	color: rgba(255,255,255,.62);
	font-size: .75rem;
}
.contact-field em {
	color: var(--contact-accent);
	font-style: normal;
}
.contact-field input,
.contact-field textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 0;
	outline: 0;
	background: rgba(255,255,255,.075);
	color: #fff;
	font: inherit;
	transition: border-color .2s, background .2s;
}
.contact-field input {
	height: 42px;
	padding: 0 14px;
}
.contact-field textarea {
	height: 66px;
	padding: 10px 14px;
	line-height: 1.6;
	resize: vertical;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: rgba(255,255,255,.34); }
.contact-field input:focus,
.contact-field textarea:focus {
	border-color: var(--contact-accent);
	background: rgba(255,255,255,.11);
}
.contact-more {
	margin-top: 13px;
	border: 1px solid rgba(255,255,255,.13);
	background: rgba(255,255,255,.035);
}
.contact-more summary {
	display: flex;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
	min-height: 40px;
	padding: 9px 38px 9px 13px;
	position: relative;
	color: rgba(255,255,255,.7);
	font-size: .75rem;
	list-style: none;
	cursor: pointer;
}
.contact-more summary::-webkit-details-marker { display: none; }
.contact-more summary::after {
	content: '+';
	position: absolute;
	right: 14px;
	color: var(--contact-accent);
	font-size: 1rem;
}
.contact-more[open] summary::after { content: '−'; }
.contact-more summary small {
	padding-left: 8px;
	border-left: 1px solid rgba(255,255,255,.14);
	color: rgba(255,255,255,.38);
}
.contact-optional-fields {
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 14px 13px 13px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.contact-city-picker {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.contact-city-picker legend {
	margin-bottom: 5px;
	color: rgba(255,255,255,.62);
	font-size: .75rem;
}
.contact-selects {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 9px;
}
.contact-selects select {
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 0 32px 0 11px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 0;
	outline: 0;
	background: rgba(255,255,255,.075);
	color: #fff;
	font: inherit;
	font-size: .8125rem;
}
.contact-selects select:focus { border-color: var(--contact-accent); }
.contact-selects option { color: #243333; }
.contact-note textarea {
	height: 58px;
}
.contact-verify {
	display: grid;
	grid-template-columns: 230px 118px;
	align-items: end;
	justify-content: start;
	gap: 10px;
	margin-top: 13px;
}
.contact-captcha {
	box-sizing: border-box;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.18);
	background: #fff;
	cursor: pointer;
}
.contact-captcha img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 17px;
}
.contact-privacy {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: rgba(255,255,255,.52);
	font-size: .6875rem;
	line-height: 1.6;
}
.contact-privacy input {
	margin: 3px 0 0;
	accent-color: var(--contact-accent);
}
.contact-privacy a { color: rgba(255,255,255,.82); }
.contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	flex: 0 0 176px;
	height: 46px;
	padding: 0 22px;
	border: 1px solid var(--contact-accent);
	background: var(--contact-accent);
	color: #fff;
	font: inherit;
	font-size: .875rem;
	cursor: pointer;
}
.contact-submit:disabled { cursor: wait; opacity: .65; }
.contact-success {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	visibility: hidden;
	position: absolute;
	inset: 0;
	z-index: 5;
	background: rgba(2,30,31,.97);
	opacity: 0;
	transition: opacity .25s, visibility .25s;
}
.contact-success.show { visibility: visible; opacity: 1; }
.contact-success-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--contact-deep);
}
.contact-success-icon img {
	display: block;
	width: 36px;
	height: 36px;
	margin: 18px;
}
.contact-success h3 {
	margin: 24px 0 0;
	font-size: 1.65rem;
	font-weight: 400;
	letter-spacing: .08em;
}
.contact-success p {
	margin: 14px 0 0;
	color: rgba(255,255,255,.58);
	font-size: .8125rem;
	line-height: 1.8;
	text-align: center;
}
.contact-success button {
	min-width: 128px;
	height: 42px;
	margin-top: 25px;
	border: 1px solid var(--contact-accent);
	background: transparent;
	color: #fff;
	font: inherit;
	cursor: pointer;
}
@media (max-width: 1100px) {
	.contact-page { padding-right: 5%; padding-left: 5%; }
	.contact-layout { grid-template-columns: minmax(310px,.75fr) minmax(520px,1.25fr); }
	.contact-overview { padding-right: 30px; padding-left: 30px; }
	.contact-booking { padding-right: 30px; padding-left: 30px; }
}
@media (min-width: 1001px) and (max-height: 780px) {
	.contact-page { padding-top: 88px; padding-bottom: 42px; }
	.contact-hero h1 { font-size: 2.35rem; }
	.contact-hero p { margin-top: 8px; }
	.contact-layout { margin-top: 24px; }
	.contact-overview { padding-top: 26px; padding-bottom: 22px; }
	.contact-booking { padding-top: 23px; padding-bottom: 21px; }
}
