body.hmh-development-enquiry-open {
	overflow: hidden;
}

.hmh-development-enquiry {
	position: fixed;
	inset: 0;
	z-index: 2147483646;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: "GT-Walsheim-Regular", "GT Walsheim", Arial, sans-serif;
}

.hmh-development-enquiry.is-open {
	display: flex;
}

.hmh-development-enquiry__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(32, 42, 64, 0.66);
	backdrop-filter: blur(2px);
}

.hmh-development-enquiry__dialog {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(100%, 540px);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 32px;
	background: #fff;
	border: 1px solid #d7dce6;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(24, 34, 54, 0.28);
	color: #2e4066;
}

.hmh-development-enquiry__dialog:focus {
	outline: 0;
}

.hmh-development-enquiry__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #f0f2f6;
	border: 0;
	border-radius: 50%;
	color: #2e4066;
	cursor: pointer;
	font: inherit;
	font-size: 27px;
	line-height: 1;
}

.hmh-development-enquiry__close:hover {
	background: #e5e8ee;
}

.hmh-development-enquiry__close:focus-visible,
.hmh-development-enquiry__primary:focus-visible,
.hmh-development-enquiry__secondary:focus-visible,
.hmh-development-enquiry__trigger:focus-visible {
	outline: 3px solid rgba(46, 64, 102, 0.3);
	outline-offset: 3px;
}

.hmh-development-enquiry__heading {
	padding-right: 34px;
}

.hmh-development-enquiry__eyebrow {
	margin: 0 0 9px;
	color: #bd2449;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hmh-development-enquiry__progress {
	display: flex;
	gap: 7px;
	margin: 0 0 20px;
}

.hmh-development-enquiry__progress span {
	display: block;
	width: 38px;
	height: 5px;
	background: #d9dee7;
	border-radius: 4px;
}

.hmh-development-enquiry__progress span.is-active {
	background: #db365e;
}

.hmh-development-enquiry__heading h2 {
	margin: 0 0 10px;
	color: #2e4066;
	font-family: "ClearfaceStd-Regular", "Clearface Std", Georgia, serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
}

.hmh-development-enquiry__heading > p:last-child {
	margin: 0 0 22px;
	color: #5e6a82;
	font-size: 16px;
	line-height: 1.5;
}

.hmh-development-enquiry__step[hidden] {
	display: none;
}

.hmh-development-enquiry__name-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hmh-development-enquiry__field label {
	display: block;
	margin: 0 0 7px;
	color: #2e4066;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.hmh-development-enquiry__field label span {
	color: #68748a;
	font-size: 13px;
	font-weight: 400;
}

.hmh-development-enquiry__field input {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #aeb8c7;
	border-radius: 10px;
	color: #2e4066;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
}

.hmh-development-enquiry__field input:focus {
	border-color: #2e4066;
	box-shadow: 0 0 0 3px rgba(46, 64, 102, 0.16);
	outline: 0;
}

.hmh-development-enquiry__field-help {
	margin: 8px 0 0;
	color: #67738a;
	font-size: 13px;
	line-height: 1.45;
}

.hmh-development-enquiry__consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 15px 0 18px;
	color: #46536d;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.45;
}

.hmh-development-enquiry__consent input {
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	margin: 1px 0 0;
	accent-color: #db365e;
}

.hmh-development-enquiry__step-actions {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	margin-top: 20px;
}

.hmh-development-enquiry__primary,
.hmh-development-enquiry__secondary {
	min-height: 50px;
	padding: 11px 20px;
	border-radius: 10px;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.hmh-development-enquiry__primary {
	width: 100%;
	background: #db365e;
	border: 2px solid #db365e;
	color: #fff;
}

.hmh-development-enquiry__primary:hover {
	background: #bd2449;
	border-color: #bd2449;
}

.hmh-development-enquiry__secondary {
	background: #fff;
	border: 1px solid #b9c1cf;
	color: #2e4066;
}

.hmh-development-enquiry__primary:disabled,
.hmh-development-enquiry__secondary:disabled {
	cursor: wait;
	opacity: 0.7;
}

.hmh-development-enquiry__privacy {
	margin: 13px 0 0;
	color: #67738a;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.hmh-development-enquiry__privacy a {
	color: #2e4066;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hmh-development-enquiry__status {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.hmh-development-enquiry__status:empty {
	display: none;
}

.hmh-development-enquiry__status.is-error {
	padding: 11px 13px;
	background: #fff1f3;
	border-left: 4px solid #b4233e;
	color: #8f1831;
}

.hmh-development-enquiry__status.is-success {
	margin: 42px 0 24px;
	padding: 22px 24px;
	background: #eef8f2;
	border-left: 4px solid #247c49;
	border-radius: 8px;
	color: #1f673f;
	font-size: 17px;
}

.hmh-development-enquiry__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

#properties.hpf-enhanced .hmh-development-enquiry__toolbar-summary {
	display: flex;
	gap: 16px;
	align-items: center;
}

#properties.hpf-enhanced .hmh-development-enquiry__trigger {
	display: inline-flex;
	min-height: 42px;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	background: var(--hpf-raspberry, #db365e);
	border: 2px solid var(--hpf-raspberry, #db365e);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: var(--hpf-sans, Arial, sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.15;
	white-space: nowrap;
}

#properties.hpf-enhanced .hmh-development-enquiry__trigger:hover {
	background: #bd2449;
	border-color: #bd2449;
}

.hmh-development-enquiry__trigger-icon {
	position: relative;
	display: block;
	width: 15px;
	height: 16px;
	border: 2px solid currentColor;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom: 0;
}

.hmh-development-enquiry__trigger-icon::before {
	position: absolute;
	bottom: -3px;
	left: -4px;
	width: 19px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	content: "";
}

.hmh-development-enquiry__trigger-icon::after {
	position: absolute;
	bottom: -7px;
	left: 4px;
	width: 4px;
	height: 4px;
	background: currentColor;
	border-radius: 50%;
	content: "";
}

@media (max-width: 1280px) {
	#properties.hpf-enhanced .hmh-development-enquiry__toolbar-summary {
		justify-content: space-between;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.hmh-development-enquiry {
		align-items: flex-end;
		padding: 0;
	}

	.hmh-development-enquiry__dialog {
		width: 100%;
		max-height: min(88vh, 720px);
		padding: 26px 20px 24px;
		border-radius: 20px 20px 0 0;
	}

	.hmh-development-enquiry__heading h2 {
		font-size: 29px;
	}

	.hmh-development-enquiry__name-fields {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#properties.hpf-enhanced .hmh-development-enquiry__toolbar-summary {
		gap: 10px;
	}

	#properties.hpf-enhanced .hmh-development-enquiry__trigger {
		min-height: 44px;
		padding: 9px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hmh-development-enquiry *,
	.hmh-development-enquiry *::before,
	.hmh-development-enquiry *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
