/* Single project — Spaciaz-inspired, no border-radius */

body.single-lh_property {
	background: #fff;
	color: #24367d;
}

.lh-project-page {
	background: #fff;
	color: #24367d;
}

.lh-project-facts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	margin: 0 0 3rem;
	padding: 0 0 2.25rem;
	border-bottom: 1px solid rgba(36, 54, 125, 0.12);
}

.lh-project-facts__item {
	margin: 0;
	padding: 0;
}

.lh-project-facts dt {
	margin: 0 0 0.45rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0;
	color: #24367d;
	opacity: 0.65;
}

.lh-project-facts dd {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(17rem, 0.82fr);
	gap: 3rem 2.5rem;
	align-items: start;
}

.lh-project-block {
	margin: 0 0 3rem;
}

.lh-project-block__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.6rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-copy,
.lh-project-copy p {
	color: #24367d;
}

.lh-project-copy p {
	margin: 0 0 1rem;
	line-height: 1.7;
}

.lh-project-kicker {
	margin: 1.5rem 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-details {
	margin: 0;
	padding: 0 0 0 1.15rem;
	color: #24367d;
}

.lh-project-details li {
	margin: 0 0 0.45rem;
	line-height: 1.55;
}

.lh-project-amenities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem 1.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh-project-amenity {
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
}

.lh-project-amenity__icon {
	display: block;
	width: 2.75rem;
	height: 2.75rem;
	background: #24367d;
	position: relative;
}

.lh-project-amenity__icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 46%;
	width: 0.55rem;
	height: 1rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -60%) rotate(45deg);
}

.lh-project-amenity h3 {
	margin: 0 0 0.25rem;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-amenity p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #24367d;
	opacity: 0.78;
}

.lh-project-media-label {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
}

.lh-project-media img {
	display: block;
	width: 100%;
	height: 14rem;
	object-fit: cover;
	border-radius: 0;
}

.lh-project-address {
	margin: 0 0 1.25rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
	color: #24367d;
}

.lh-project-map {
	width: 100%;
	height: 22rem;
	border-radius: 0;
	background: #eef0f4;
}

.lh-project-aside {
	position: sticky;
	top: calc(var(--header-h) + 1.25rem);
}

.lh-project-inquire {
	padding: 1.75rem 1.5rem 1.6rem;
	background: #f4f6f8;
	border-radius: 0;
}

.lh-project-inquire__title {
	margin: 0 0 1.15rem;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-project-inquire .lh-form {
	display: grid;
	gap: 0.85rem;
}

.lh-project-inquire .lh-field__label {
	color: #24367d;
	letter-spacing: 0;
	text-transform: none;
	font-size: 0.82rem;
}

.lh-project-inquire input,
.lh-project-inquire textarea {
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #24367d;
	min-height: 2.85rem;
}

.lh-project-inquire textarea {
	min-height: 7rem;
}

.lh-project-inquire .btn {
	border: 0;
	border-radius: 0;
	background: #24367d;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	min-height: 2.85rem;
}

.lh-project-inquire .btn:hover,
.lh-project-inquire .btn:focus-visible {
	background: #1a2759;
}

.lh-project-inquire .lh-notice {
	margin: 0 0 0.85rem;
	padding: 0.7rem 0.85rem;
	border-radius: 0;
	font-size: 0.88rem;
}

.lh-project-inquire .lh-notice--ok {
	background: #a2d7df;
	color: #24367d;
}

.lh-project-inquire .lh-notice--err {
	background: #f3d6d6;
	color: #24367d;
}

.lh-project-related {
	margin-top: 1.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(36, 54, 125, 0.12);
}

@media (max-width: 960px) {
	.lh-project-facts {
		grid-template-columns: 1fr 1fr;
	}

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

	.lh-project-aside {
		position: static;
	}

	.lh-project-amenities,
	.lh-project-media {
		grid-template-columns: 1fr;
	}
}
