/**
 * Building / property management page template (content area only)
 */

.mpm-pm-page,
.mpm-pm-page * {
	box-sizing: border-box;
}

.mpm-pm-page {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}

/* Hero */
.mpm-pm-hero {
	position: relative;
	min-height: 480px;
	overflow: hidden;
	background-color: #1d3b5a;
}

.mpm-pm-hero__bg {
	position: absolute;
	inset: -12%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.12);
	filter: blur(8px);
}

.mpm-pm-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.94) 0%, rgba(15, 35, 60, 0.82) 38%, rgba(15, 35, 60, 0.25) 70%, rgba(15, 35, 60, 0.05) 100%);
}

.mpm-pm-hero__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 48px 40px;
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 40px;
	align-items: center;
}

.mpm-pm-hero__copy {
	max-width: 720px;
}

.mpm-pm-hero__title {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	color: #ffffff;
}

.mpm-pm-hero__services {
	margin: 10px 0 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	color: #8bc53f;
}

.mpm-pm-hero__services-line {
	display: block;
	width: 72px;
	height: 4px;
	margin: 14px 0 0;
	background: #8bc53f;
}

.mpm-pm-hero__tagline {
	margin: 22px 0 0;
	max-width: 560px;
	font-size: 20px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.95);
}

.mpm-pm-hero__tagline strong {
	font-weight: 700;
}

.mpm-pm-hero__actions {
	margin-top: 30px;
}

.mpm-pm-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 34px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mpm-pm-hero__btn--primary {
	color: #ffffff;
	background: #8bc53f;
	border: 2px solid #8bc53f;
}

.mpm-pm-hero__btn--primary:hover,
.mpm-pm-hero__btn--primary:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

.mpm-pm-hero__media {
	display: flex;
	justify-content: flex-end;
}

.mpm-pm-hero__image-wrap {
	width: 100%;
	max-width: 520px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
	background-color: #1d3b5a;
}

.mpm-pm-hero__image-wrap--skyline .mpm-pm-hero__image--skyline {
	filter: blur(5px);
	transform: scale(1.08);
}

.mpm-pm-hero__image {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 390px;
	max-height: 390px;
	object-fit: cover;
	object-position: center;
	border: 0;
}

/* Intro — title left / text right (matches neighborhood pages) */
.mpm-pm-intro {
	background: #ffffff;
	padding: 80px 0 56px;
}

.mpm-pm-intro__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.mpm-pm-intro__grid {
	display: grid;
	grid-template-columns: 35% 65%;
	gap: 48px;
	align-items: start;
}

.mpm-pm-intro__title {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	color: #123d25;
}

.mpm-pm-intro__underline {
	display: block;
	width: 60px;
	height: 4px;
	margin-top: 20px;
	background: #8bc53f;
}

.mpm-pm-intro__right p {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	color: #222222;
}

.mpm-pm-intro__right a {
	color: #123d25;
	text-decoration: underline;
}

.mpm-pm-intro__right strong {
	font-weight: 700;
}

/* Detail cards */
.mpm-pm-details {
	background: #ffffff;
	padding: 0 24px 56px;
}

.mpm-pm-details__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

.mpm-pm-details__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpm-pm-details__card {
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	padding: 36px 28px;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mpm-pm-details__card:hover {
	border-color: #8bc53f;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.mpm-pm-details__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56px 56px;
}

.mpm-pm-details__icon--address {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Ccircle cx='28' cy='28' r='27' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M28 40s10-8 10-16a10 10 0 10-20 0c0 8 10 16 10 16z' stroke='%238BC53F' stroke-width='2'/%3E%3Ccircle cx='28' cy='24' r='3' stroke='%238BC53F' stroke-width='2'/%3E%3C/svg%3E");
}

.mpm-pm-details__icon--location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Ccircle cx='28' cy='28' r='27' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M18 36l6-18 8 4 10-16 6 8-12 22' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-pm-details__icon--costs {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Ccircle cx='28' cy='28' r='27' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M20 34h16M24 26h8M26 18h4' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mpm-pm-details__title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #111111;
}

.mpm-pm-details__body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #777777;
}

.mpm-pm-details__body a {
	color: #123d25;
	text-decoration: underline;
}

/* Disclaimer */
.mpm-pm-notice {
	padding: 0 24px 48px;
	background: #ffffff;
}

.mpm-pm-notice__container {
	max-width: 1200px;
	margin: 0 auto;
}

.mpm-pm-notice__box {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 24px 28px;
	background: rgba(139, 197, 63, 0.08);
	border: 1px solid rgba(139, 197, 63, 0.45);
	border-radius: 8px;
}

.mpm-pm-notice__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='16' r='14' stroke='%238BC53F' stroke-width='2'/%3E%3Cpath d='M16 14v10M16 10v2' stroke='%238BC53F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
	background-size: 32px 32px;
}

.mpm-pm-notice__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #123d25;
}

.mpm-pm-notice__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #222222;
}

/* Main content */
.mpm-pm-content {
	background: #f7f7f7;
	padding: 64px 24px;
}

.mpm-pm-content__container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.mpm-pm-content__title {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #123d25;
}

.mpm-pm-content__text {
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.8;
	color: #222222;
	text-align: center;
}

.mpm-pm-content__text strong,
.mpm-pm-content__text u {
	font-weight: 700;
}

.mpm-pm-content__actions {
	margin-top: 8px;
}

.mpm-pm-content__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	background: #8bc53f;
	border: 2px solid #8bc53f;
	border-radius: 4px;
}

.mpm-pm-content__btn:hover,
.mpm-pm-content__btn:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

.mpm-pm-content__footnote {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.6;
	color: #222222;
}

/* CTA strip */
.mpm-pm-cta {
	background: #1d3b5a;
	padding: 48px 24px;
}

.mpm-pm-cta__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mpm-pm-cta__title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.mpm-pm-cta__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.mpm-pm-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.mpm-pm-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
}

.mpm-pm-cta__btn--primary {
	color: #ffffff;
	background: #8bc53f;
	border: 2px solid #8bc53f;
}

.mpm-pm-cta__btn--primary:hover,
.mpm-pm-cta__btn--primary:focus {
	background: #7ab332;
	border-color: #7ab332;
	color: #ffffff;
}

.mpm-pm-cta__btn--secondary {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
}

.mpm-pm-cta__btn--secondary:hover,
.mpm-pm-cta__btn--secondary:focus {
	background: #ffffff;
	color: #1d3b5a;
}

/* Featured condos / internal links */
.mpm-pm-links .featured-condos-section {
	background: #ffffff;
	padding: 64px 24px 72px;
}

.mpm-pm-links .featured-condos-title {
	font-size: 28px;
	font-weight: 700;
	color: #123d25;
	text-transform: none;
}

.mpm-pm-links .featured-condos-line {
	background: #8bc53f;
}

.mpm-pm-links .featured-condos-ribbon span {
	background: #1d3b5a;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.mpm-pm-links .featured-condos-buildings {
	font-size: 14px;
	line-height: 1.75;
}

.mpm-pm-links .featured-condos-buildings a {
	color: #123d25;
	text-decoration: none;
}

.mpm-pm-links .featured-condos-buildings a:hover {
	color: #8bc53f;
	text-decoration: underline;
}

.mpm-pm-links .featured-condos-sep {
	color: #8bc53f;
	font-weight: 700;
}

.mpm-pm-page .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1199px) {
	.mpm-pm-hero__container {
		grid-template-columns: 1fr 420px;
	}

	.mpm-pm-hero__image {
		height: 320px;
		max-height: 320px;
	}
}

.mpm-pm-hero--no-building-photo {
	background-color: #1d3b5a;
}

.mpm-pm-hero--no-building-photo .mpm-pm-hero__overlay {
	background: linear-gradient(90deg, rgba(15, 35, 60, 0.97) 0%, rgba(15, 35, 60, 0.92) 50%, rgba(15, 35, 60, 0.88) 100%);
}

@media (max-width: 991px) {
	.mpm-pm-hero {
		min-height: 420px;
	}

	.mpm-pm-hero--no-building-photo {
		min-height: 0;
	}

	.mpm-pm-hero__container {
		grid-template-columns: 1fr;
		padding: 40px 32px;
	}

	.mpm-pm-hero--no-building-photo .mpm-pm-hero__container {
		padding-bottom: 40px;
	}

	.mpm-pm-hero__media {
		justify-content: center;
		order: 2;
	}

	.mpm-pm-hero__copy {
		order: 1;
	}

	.mpm-pm-hero__title {
		font-size: 42px;
	}

	.mpm-pm-hero__services {
		font-size: 40px;
	}

	.mpm-pm-intro__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mpm-pm-details__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.mpm-pm-hero {
		min-height: 0;
	}

	.mpm-pm-hero__container,
	.mpm-pm-cta__container,
	.mpm-pm-details__container,
	.mpm-pm-notice__container,
	.mpm-pm-intro__container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mpm-pm-hero__title {
		font-size: 34px;
	}

	.mpm-pm-hero__services {
		font-size: 30px;
	}

	.mpm-pm-intro {
		padding: 56px 0;
	}

	.mpm-pm-intro__title {
		font-size: 32px;
	}

	.mpm-pm-hero__image {
		height: 260px;
		max-height: 260px;
	}

	.mpm-pm-hero__btn,
	.mpm-pm-cta__btn,
	.mpm-pm-content__btn {
		width: 100%;
		justify-content: center;
	}

	.mpm-pm-details__grid {
		grid-template-columns: 1fr;
	}

	.mpm-pm-cta__container {
		flex-direction: column;
		align-items: flex-start;
	}

	.mpm-pm-cta__actions {
		width: 100%;
		flex-direction: column;
	}

	.mpm-pm-notice__box {
		flex-direction: column;
	}
}
