
:root {
	--mlp-green: #0f4634;
	--mlp-green-deep: #082f24;
	--mlp-green-soft: #dce5d9;
	--mlp-cream: #f6f1e7;
	--mlp-cream-2: #eee5d4;
	--mlp-gold: #b58d42;
	--mlp-text: #353c37;
	--mlp-muted: #71766f;
	--mlp-white: #fff;
	--mlp-shadow: 0 24px 60px rgba(9, 47, 36, .16);
	--mlp-radius: 24px;
	--mlp-serif: Georgia, "Times New Roman", serif;
	--mlp-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mlp-site,
.mlp-site * { box-sizing: border-box; }

.mlp-site {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow: clip;
	background: var(--mlp-cream);
	color: var(--mlp-text);
	font-family: var(--mlp-sans);
	line-height: 1.6;
	scroll-behavior: smooth;
}

.mlp-site img { max-width: 100%; height: auto; display: block; }
.mlp-site button,
.mlp-site input,
.mlp-site select,
.mlp-site textarea { font: inherit; }
.mlp-site a { color: inherit; text-decoration: none; }
.mlp-site section { scroll-margin-top: 92px; }

.mlp-icon { width: 1.25em; height: 1.25em; display: inline-flex; align-items: center; justify-content: center; }
.mlp-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.mlp-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: 190px 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 14px clamp(22px, 4vw, 76px);
	background: rgba(246, 241, 231, .94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(15, 70, 52, .15);
	transition: box-shadow .25s ease;
}

.mlp-header.is-scrolled { box-shadow: 0 10px 30px rgba(8, 47, 36, .12); }
.mlp-brand img { width: 145px; max-height: 64px; object-fit: contain; }
.mlp-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 30px); }
.mlp-nav a { font-size: 14px; font-weight: 650; letter-spacing: .02em; color: var(--mlp-green); position: relative; }
.mlp-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--mlp-gold); transition: width .2s ease; }
.mlp-nav a:hover::after,
.mlp-nav a:focus-visible::after { width: 100%; }

.mlp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 56px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease;
}
.mlp-btn-primary { background: var(--mlp-green); color: var(--mlp-white); }
.mlp-btn-ghost { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(0,0,0,.16); }
.mlp-btn-outline { border-color: var(--mlp-gold); color: var(--mlp-green); background: transparent; }
.mlp-menu-toggle { display: none; border: 0; color: var(--mlp-green); background: transparent; width: 48px; height: 48px; padding: 10px; }
.mlp-menu-close { display: none; }

.mlp-hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	place-items: center;
	overflow: hidden;
	background-color: var(--mlp-green-deep);
	background-image: var(--mlp-hero-background);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.mlp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,23,18,.4), rgba(5,35,26,.64)); }
.mlp-hero-content { position: relative; z-index: 2; text-align: center; width: min(100%, 720px); padding: 150px 24px 80px; }
.mlp-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.mlp-hero-title-logo { margin: 0 auto 30px; line-height: 1; }
.mlp-hero-title-logo img { display: block; width: clamp(175px, 16.8vw, 260px); height: auto; margin: 0 auto; filter: brightness(0) invert(1); opacity: .98; }
.mlp-hero-copy { max-width: 610px; margin: 0 auto 24px; font-size: clamp(16px, 1.35vw, 20px); }
.mlp-hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* Phase 3 foreground promotion — shown once per browser-tab session. */
.mlp-promo-gate {
	position: absolute;
	z-index: 20;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 112px clamp(22px, 4vw, 64px) 34px;
	pointer-events: auto;
	transition: opacity .24s ease, visibility .24s ease;
}
.mlp-promo-gate.is-pending,
.mlp-promo-gate.is-dismissed {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.mlp-promo-card {
	position: relative;
	width: min(1180px, 84vw);
	min-height: min(64vh, 620px);
	display: grid;
	grid-template-rows: 1fr auto;
	padding: clamp(54px, 6vh, 76px) clamp(46px, 5vw, 76px) clamp(40px, 5vh, 58px);
	border: 1.5px solid rgba(237, 197, 101, .95);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(66, 30, 82, .78), rgba(24, 14, 42, .76));
	color: #fff;
	box-shadow: 0 24px 64px rgba(6, 24, 18, .34), 0 0 24px rgba(229, 184, 82, .18);
	backdrop-filter: blur(9px) saturate(112%);
	-webkit-backdrop-filter: blur(9px) saturate(112%);
	overflow: hidden;
}
.mlp-promo-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(255,255,255,.07), transparent 36%, rgba(255,255,255,.025));
	pointer-events: none;
}
.mlp-promo-close {
	position: absolute;
	z-index: 2;
	top: 24px;
	right: 24px;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	padding: 14px;
	border: 1.5px solid rgba(239, 198, 92, .95);
	border-radius: 50%;
	background: rgba(23, 13, 38, .4);
	color: #fff;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}
.mlp-promo-close:hover,
.mlp-promo-close:focus-visible {
	transform: scale(1.06);
	background: rgba(93, 44, 110, .72);
	outline: none;
}
.mlp-promo-close .mlp-icon {
	width: 100%;
	height: 100%;
}
.mlp-promo-top {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1px minmax(0, .92fr);
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
	padding: 20px 10px 42px;
}
.mlp-promo-phase,
.mlp-promo-price {
	text-align: center;
}
.mlp-promo-kicker {
	display: block;
	color: #efd06e;
	font-family: var(--mlp-serif);
	font-size: clamp(38px, 4.3vw, 66px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: .018em;
	text-transform: uppercase;
}
.mlp-promo-phase strong {
	display: block;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(226, 188, 94, .46);
	font-size: clamp(15px, 1.4vw, 22px);
	font-weight: 500;
	letter-spacing: .18em;
	line-height: 1.45;
	text-transform: uppercase;
}
.mlp-promo-divider {
	width: 1px;
	height: 72%;
	min-height: 160px;
	background: rgba(255,255,255,.72);
}
.mlp-promo-price span {
	display: block;
	margin-bottom: 8px;
	color: #efc85e;
	font-size: clamp(21px, 2vw, 30px);
}
.mlp-promo-price strong {
	display: block;
	color: #f2cb63;
	font-family: var(--mlp-serif);
	font-size: clamp(66px, 7.7vw, 118px);
	font-weight: 400;
	line-height: .95;
	white-space: nowrap;
}
.mlp-promo-price sup {
	font-family: var(--mlp-sans);
	font-size: .36em;
	vertical-align: top;
}
.mlp-promo-bottom {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr minmax(320px, .8fr);
	align-items: center;
	gap: clamp(28px, 5vw, 70px);
	padding: 34px 10px 0;
	border-top: 1px solid rgba(226, 188, 94, .52);
}
.mlp-promo-viewing {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: clamp(20px, 2vw, 30px);
}
.mlp-promo-viewing .mlp-icon {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	padding: 8px;
	border: 1px solid rgba(255,255,255,.72);
}
.mlp-promo-sale {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 12px 30px;
	border: 2px solid #e8ba50;
	border-radius: 999px;
	background: linear-gradient(180deg, #f4d47d, #d8a63d);
	color: #33233f;
	box-shadow: inset 0 0 0 4px rgba(255,255,255,.16), 0 10px 26px rgba(5,20,15,.18);
	font-size: clamp(19px, 2vw, 30px);
	font-weight: 850;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
}
body.mlp-promo-locked {
	overflow: hidden !important;
}

@media (max-width: 960px) {
	.mlp-promo-gate {
		padding: 94px 18px 24px;
	}
	.mlp-promo-card {
		width: min(720px, 90vw);
		min-height: min(68vh, 720px);
		padding: 58px 42px 42px;
	}
	.mlp-promo-top {
		gap: 30px;
	}
	.mlp-promo-bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.mlp-promo-gate {
		align-items: start;
		padding: 112px 14px 22px;
	}
	.mlp-promo-card {
		width: min(560px, calc(100vw - 28px));
		min-height: min(72svh, 760px);
		max-height: calc(100svh - 128px);
		grid-template-rows: auto 1fr;
		padding: 64px 26px 30px;
		border-radius: 30px;
		background: linear-gradient(160deg, rgba(69, 32, 85, .77), rgba(23, 13, 40, .75));
		overflow-y: auto;
	}
	.mlp-promo-close {
		top: 18px;
		right: 18px;
		width: 50px;
		height: 50px;
		padding: 12px;
	}
	.mlp-promo-top {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 2px 0 26px;
	}
	.mlp-promo-kicker {
		font-size: clamp(31px, 9.3vw, 47px);
	}
	.mlp-promo-phase strong {
		max-width: 340px;
		margin: 18px auto 0;
		padding-top: 15px;
		font-size: clamp(15px, 4.3vw, 21px);
		letter-spacing: .13em;
	}
	.mlp-promo-divider {
		width: 68%;
		height: 1px;
		min-height: 0;
		margin: 24px auto;
		background: rgba(226,188,94,.58);
	}
	.mlp-promo-price span {
		font-size: 21px;
	}
	.mlp-promo-price strong {
		font-size: clamp(64px, 19vw, 96px);
	}
	.mlp-promo-bottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 24px;
		padding: 28px 0 0;
	}
	.mlp-promo-viewing {
		flex-direction: column;
		gap: 10px;
		font-size: clamp(17px, 5vw, 23px);
		text-align: center;
	}
	.mlp-promo-viewing .mlp-icon {
		width: 46px;
		height: 46px;
	}
	.mlp-promo-sale {
		width: min(360px, 100%);
		min-height: 64px;
		font-size: clamp(17px, 5vw, 23px);
	}
}

@media (max-width: 390px) {
	.mlp-promo-card {
		padding-inline: 20px;
	}
	.mlp-promo-kicker {
		font-size: 29px;
	}
	.mlp-promo-price strong {
		font-size: 62px;
	}
}

.mlp-scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); color: #fff; text-align: center; }
.mlp-scroll-cue span { display: block; width: 1px; height: 42px; margin: 0 auto 7px; background: rgba(255,255,255,.75); animation: mlpPulse 1.8s infinite; }
.mlp-scroll-cue small { text-transform: uppercase; letter-spacing: .15em; }
@keyframes mlpPulse { 0%,100% { opacity:.3; transform: scaleY(.7); } 50% { opacity:1; transform: scaleY(1); } }

.mlp-section { padding: clamp(72px, 8vw, 128px) clamp(24px, 6vw, 110px); }
.mlp-eyebrow { margin: 0 0 20px; color: var(--mlp-gold); font-size: 14px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mlp-section h2,
.mlp-project-copy h2,
.mlp-register-copy h2 { margin: 0 0 26px; color: var(--mlp-green); font-family: var(--mlp-serif); font-size: clamp(42px, 5vw, 78px); font-weight: 400; line-height: 1.08; }
.mlp-section-heading { max-width: 1050px; margin-bottom: 50px; }
.mlp-section-heading-center { text-align: center; margin-inline: auto; }
.mlp-section-heading-center > p:last-child { color: var(--mlp-muted); }

.mlp-about {
	display: grid;
	grid-template-columns: 41.8% 58.2%;
	height: 748px;
	min-height: 748px;
	padding: 0;
	background: #f7f1e6;
	overflow: hidden;
	align-items: stretch;
}
.mlp-about-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-right: -88px;
	padding: 44px 126px 34px clamp(36px, 4.95vw, 76px);
	background: #f8f2e8 url("../media/about-botanical.svg") left bottom / clamp(120px, 13vw, 200px) auto no-repeat;
	border-top: 2px solid rgba(181,141,66,.96);
	border-right: 2px solid rgba(181,141,66,.54);
	border-top-right-radius: 150px;
	border-bottom-right-radius: 26px;
	overflow: hidden;
}
.mlp-about-copy::before {
	content: '';
	position: absolute;
	inset: 0;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 26px;
	box-shadow: inset -1px 0 0 rgba(181,141,66,.28);
	pointer-events: none;
}
.mlp-about-copy::after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: -14px;
	width: clamp(105px, 12vw, 180px);
	height: clamp(130px, 15vw, 220px);
	background: url("../media/about-botanical.svg") center / contain no-repeat;
	transform: scaleX(-1);
	opacity: .68;
	pointer-events: none;
}
.mlp-about .mlp-section-logo {
	width: clamp(118px, 10vw, 154px);
	margin: 0 0 46px;
}
.mlp-about-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	max-width: 470px;
}
.mlp-about .mlp-eyebrow {
	margin-bottom: 18px;
	font-size: clamp(11px, .96vw, 15px);
	letter-spacing: .14em;
}
.mlp-about .mlp-eyebrow::before {
	content: '✧✧';
	margin-right: 9px;
	letter-spacing: -.05em;
}
.mlp-about-copy h2 {
	max-width: 510px;
	margin: 0;
	font-family: var(--mlp-serif);
	font-size: clamp(31px, 2.85vw, 44px);
	font-weight: 400;
	line-height: 1.07;
	letter-spacing: .005em;
	text-transform: uppercase;
}
.mlp-about-divider {
	width: clamp(48px, 4.4vw, 68px);
	height: 1px;
	margin: 24px 0 20px;
	background: rgba(181,141,66,.8);
}
.mlp-about-body > p:not(.mlp-eyebrow) {
	max-width: 455px;
	margin: 0;
	color: #393d39;
	font-size: clamp(13px, 1.05vw, 16px);
	line-height: 1.45;
}
.mlp-about-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: auto 0 28px;
}
.mlp-about-facts div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 104px;
	padding: 0 12px;
	border-right: 1px solid rgba(181,141,66,.5);
	text-align: center;
}
.mlp-about-facts div:first-child { padding-left: 0; }
.mlp-about-facts div:last-child { padding-right: 0; border-right: 0; }
.mlp-about-facts img {
	width: clamp(27px, 2.65vw, 41px);
	height: clamp(27px, 2.65vw, 41px);
	margin-bottom: 8px;
	object-fit: contain;
}
.mlp-about-facts strong {
	display: block;
	color: var(--mlp-green);
	font-size: clamp(14px, 1.22vw, 19px);
	font-weight: 500;
	line-height: 1.15;
}
.mlp-about-facts span {
	display: block;
	margin-top: 4px;
	color: #424642;
	font-size: clamp(11px, .93vw, 14px);
	line-height: 1.22;
}
.mlp-about-walkthrough {
	align-self: flex-start;
	width: clamp(250px, 19.5vw, 300px);
	min-height: clamp(52px, 4vw, 62px);
	padding-inline: clamp(22px, 2.2vw, 34px);
	border: 2px solid var(--mlp-gold);
	border-radius: 7px;
	box-shadow: none;
	font-size: clamp(12px, 1vw, 15px);
	letter-spacing: .14em;
}
.mlp-about-walkthrough .mlp-icon {
	width: 27px;
	height: 27px;
	margin-left: auto;
	padding: 5px;
	border: 1px solid var(--mlp-gold);
	border-radius: 50%;
}
.mlp-about-disclaimer {
	margin-top: 18px;
	color: rgba(53,60,55,.74);
	font-size: clamp(10px, .78vw, 12px);
}
.mlp-about-image {
	position: relative;
	z-index: 1;
	height: 100%;
	min-height: 0;
	margin-left: -88px;
	border-top-left-radius: 150px;
	overflow: hidden;
}
.mlp-about-image::before {
	content: '';
	position: absolute;
	inset: 0;
	border-top-left-radius: 150px;
	box-shadow: inset 1px 0 0 rgba(181,141,66,.2);
	pointer-events: none;
	z-index: 2;
}
.mlp-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mlp-features { background: linear-gradient(135deg, #faf7f0, #f0e7d8); padding-top: clamp(58px, 6vw, 98px); padding-bottom: clamp(58px, 6vw, 98px); }
.mlp-features { min-height: 748px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(180deg, #f7f2e7 0%, #f3ecdf 100%); }
.mlp-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1220px; }
.mlp-feature-card { min-height: 186px; padding: 24px 18px; display: grid; place-items: center; align-content: center; text-align: center; background: rgba(255,255,255,.68); border: 1px solid rgba(181,141,66,.42); border-radius: 18px; box-shadow: 0 12px 34px rgba(9,47,36,.06); transition: transform .2s ease, box-shadow .2s ease; }
.mlp-feature-card:hover { transform: translateY(-5px); box-shadow: var(--mlp-shadow); }
.mlp-feature-card img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 16px; }
.mlp-feature-card h3 { margin: 0 0 8px; color: var(--mlp-green); font-size: 15px; font-weight: 700; line-height: 1.28; }
.mlp-feature-card p { margin: 0; color: var(--mlp-muted); font-size: 12.5px; line-height: 1.45; }

.mlp-concept { padding: 0; background: var(--mlp-cream); }
.mlp-concept-stage { position: relative; }
.mlp-concept-copy .mlp-section-logo { width: 142px; margin-bottom: 28px; }
.mlp-concept-slide { display: none; min-height: 748px; height: 748px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.mlp-concept-slide.is-active { display: grid; animation: mlpFade .35s ease; }
@keyframes mlpFade { from { opacity:0; } to { opacity:1; } }
.mlp-concept-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 5vw, 76px) clamp(28px, 5.5vw, 74px); align-self: stretch; }
.mlp-concept-copy h2 { margin-bottom: 20px; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.08; }
.mlp-concept-copy > p:not(.mlp-eyebrow) { max-width: 500px; color: var(--mlp-muted); font-size: 15px; line-height: 1.6; }
.mlp-concept-image { padding: 40px 40px 40px 0; display: flex; align-items: center; }
.mlp-concept-image img { width: 100%; height: 560px; object-fit: cover; border-radius: 78px 8px 8px 8px; border: 1px solid rgba(181,141,66,.55); box-shadow: var(--mlp-shadow); }
.mlp-slider-controls { display: flex; align-items: center; gap: 15px; margin-top: 46px; }
.mlp-slide-number { margin-right: 18px; color: var(--mlp-green); font-family: var(--mlp-serif); font-size: 34px; }
.mlp-slide-number small { color: var(--mlp-gold); font-family: var(--mlp-sans); font-size: 15px; }
.mlp-slider-prev,
.mlp-slider-next { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--mlp-gold); color: var(--mlp-green); background: transparent; }
.mlp-slider-prev .mlp-icon { transform: rotate(180deg); }
.mlp-slider-next { background: var(--mlp-green); color: #fff; border-color: var(--mlp-green); }

.mlp-projects { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(40px, 6vw, 90px); align-items: center; background: #fbf8f2; }
.mlp-floorplans { padding-top: 64px; padding-bottom: 74px; background: #fffdfa; }
.mlp-floorplans-head { max-width: 1220px; margin: 0 auto 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.mlp-floorplans-head h2 { margin-bottom: 0; font-size: clamp(34px, 3.8vw, 58px); }
.mlp-floorplans-tenure { color: #7c4d2e; font-family: var(--mlp-serif); font-size: clamp(16px, 1.7vw, 28px); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.mlp-floorplan-list { max-width: 1220px; margin: 0 auto; display: grid; gap: 28px; }
.mlp-floorplan-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 34px; align-items: center; padding: 24px 0 32px; border-top: 1px solid rgba(15,70,52,.18); }
.mlp-floorplan-card:last-child { border-bottom: 1px solid rgba(15,70,52,.18); }
.mlp-floorplan-card.is-reverse { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.mlp-floorplan-card.is-reverse .mlp-floorplan-copy { order: 1; }
.mlp-floorplan-card.is-reverse .mlp-floorplan-image { order: 2; }
.mlp-floorplan-image { position: relative; }
.mlp-floorplan-image img { width: 100%; aspect-ratio: 16 / 9.8; object-fit: cover; border: 1px solid rgba(15,70,52,.16); }
.mlp-floorplan-status { position: absolute; top: 16px; right: 16px; padding: 10px 16px; background: #ea7041; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.mlp-floorplan-copy h3 { margin: 0; color: #874a26; font-family: var(--mlp-serif); font-size: clamp(34px, 4vw, 62px); font-weight: 400; line-height: 1; }
.mlp-floorplan-size { margin: 4px 0 2px; color: #1e211f; font-family: var(--mlp-serif); font-size: clamp(24px, 2.35vw, 38px); line-height: 1.05; }
.mlp-floorplan-type { margin: 0 0 18px; color: #1e211f; font-size: 18px; }
.mlp-floorplan-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 150px)); gap: 18px; max-width: 360px; margin: 18px 0 18px; padding-top: 16px; border-top: 1px solid rgba(15,70,52,.2); }
.mlp-floorplan-meta strong { display: block; color: #2f302d; font-family: var(--mlp-serif); font-size: 22px; font-weight: 500; }
.mlp-floorplan-meta span { color: #6a6f6a; font-size: 14px; }
.mlp-floorplan-copy ul { margin: 0; padding-left: 22px; color: #2b2f2c; font-size: 16px; line-height: 1.7; }
.mlp-project-image img { width: 100%; min-height: 650px; object-fit: cover; border-radius: 80px 18px 18px 18px; border: 1px solid rgba(181,141,66,.45); box-shadow: var(--mlp-shadow); }
.mlp-project-copy > p:not(.mlp-eyebrow) { color: var(--mlp-muted); font-size: 18px; }
.mlp-project-copy h2 { font-size: clamp(70px, 8vw, 130px); text-transform: uppercase; letter-spacing: .02em; }

.mlp-location { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(30px, 4.2vw, 58px); padding-top: 68px; padding-bottom: 68px; background: linear-gradient(135deg, #f7f2e8, #edf0e3); align-items: start; }
.mlp-location h2 { font-size: clamp(34px, 4vw, 58px); margin-bottom: 18px; }
.mlp-location-intro > p:not(.mlp-eyebrow) { color: var(--mlp-muted); font-size: 15px; max-width: 520px; }
.mlp-amenity-accordion { margin-top: 22px; }
.mlp-amenity-item { border-bottom: 1px solid rgba(15,70,52,.22); }
.mlp-amenity-trigger { width: 100%; min-height: 58px; display: grid; grid-template-columns: 34px 1fr 24px; align-items: center; gap: 11px; padding: 8px 0; border: 0; background: transparent; color: var(--mlp-green); text-align: left; }
.mlp-amenity-trigger img { width: 28px; height: 28px; object-fit: contain; }
.mlp-amenity-trigger span { font-size: 17px; font-weight: 750; }
.mlp-amenity-trigger .mlp-tab-plus { justify-self: end; transition: transform .2s ease; }
.mlp-amenity-item.is-open .mlp-tab-plus { transform: rotate(45deg); }
.mlp-amenity-dropdown { max-height: 0; overflow: hidden; transition: max-height .28s ease, padding-bottom .28s ease; padding: 0 0 0 50px; }
.mlp-amenity-item.is-open .mlp-amenity-dropdown { max-height: 620px; padding-bottom: 18px; }
.mlp-amenity-dropdown h4 { margin: 18px 0 8px; color: var(--mlp-green); }
.mlp-amenity-dropdown ol { margin: 0; padding-left: 22px; }
.mlp-amenity-dropdown li { margin: 5px 0; }
.mlp-location-map-wrap { display: flex; align-items: flex-start; justify-content: center; min-height: 620px; padding-top: 58px; }
.mlp-location-map-wrap img { width: 100%; max-width: 780px; height: auto; object-fit: contain; mix-blend-mode: multiply; }

.mlp-register { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, .68fr); gap: clamp(28px, 4vw, 60px); min-height: 612px; align-items: center; padding-top: 72px; padding-bottom: 72px; color: #fff; background: linear-gradient(90deg, rgba(7,42,31,.88), rgba(7,42,31,.45)), url("../media/phase-3-court.jpg") center/cover no-repeat; }
.mlp-register-logo { width: 142px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.mlp-register-copy h2 { color: #fff; }
.mlp-register-copy h2 { font-size: clamp(38px, 4.2vw, 62px); }
.mlp-register-copy > p:not(.mlp-eyebrow) { max-width: 470px; font-size: 15px; }
.mlp-form-card { padding: clamp(22px, 2.5vw, 36px); border-radius: 22px; background: rgba(255,255,255,.9); color: var(--mlp-text); box-shadow: var(--mlp-shadow); backdrop-filter: blur(18px); }
.mlp-form-card h3 { margin: 0 0 8px; color: var(--mlp-green); font-family: var(--mlp-serif); font-size: 31px; font-weight: 500; }
.mlp-form-card > p { margin-top: 0; color: var(--mlp-muted); }
.mlp-lead-form { display: grid; gap: 12px; }
.mlp-lead-form label > span { display: block; margin-bottom: 6px; color: var(--mlp-green); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mlp-lead-form input,
.mlp-lead-form select,
.mlp-lead-form textarea { width: 100%; border: 1px solid #d7d3c9; border-radius: 7px; background: rgba(255,255,255,.86); color: var(--mlp-text); padding: 12px 14px; outline: none; }
.mlp-lead-form input:focus,
.mlp-lead-form select:focus,
.mlp-lead-form textarea:focus { border-color: var(--mlp-gold); box-shadow: 0 0 0 3px rgba(181,141,66,.12); }
.mlp-consent { display: flex !important; gap: 10px; align-items: flex-start; font-size: 13px; }
.mlp-consent input { width: 18px; height: 18px; margin-top: 2px; }
.mlp-consent > span { margin: 0 !important; color: var(--mlp-muted) !important; font-size: 13px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.mlp-text-button { padding: 0; border: 0; color: var(--mlp-green); background: none; text-decoration: underline; cursor: pointer; }
.mlp-submit { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 6px; color: #fff; background: var(--mlp-green); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mlp-submit[disabled] { opacity: .65; cursor: wait; }
.mlp-form-status { min-height: 20px; color: var(--mlp-green); font-size: 14px; }
.mlp-form-status.is-error { color: #a52b2b; }
.mlp-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }

.mlp-faq { background: radial-gradient(circle at 0 50%, rgba(181,141,66,.09), transparent 30%), #faf7f1; }
.mlp-faq-list { max-width: 1100px; margin: 0 auto; display: grid; gap: 9px; }
.mlp-faq-item { border: 1px solid rgba(15,70,52,.14); border-radius: 10px; background: rgba(255,255,255,.72); overflow: hidden; }
.mlp-faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border: 0; color: var(--mlp-green); background: transparent; text-align: left; font-family: var(--mlp-serif); font-size: clamp(18px, 2vw, 25px); cursor: pointer; }
.mlp-faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mlp-faq-answer p { margin: 0; padding: 0 48px 24px; color: var(--mlp-muted); }
.mlp-faq-item.is-open .mlp-faq-answer { max-height: 400px; }
.mlp-faq-minus { display: none; }
.mlp-faq-item.is-open .mlp-faq-plus { display: none; }
.mlp-faq-item.is-open .mlp-faq-minus { display: inline-flex; }
.mlp-faq-cta { max-width: 1100px; margin: 30px auto 0; padding: 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-radius: 16px; background: #e8e9df; }
.mlp-faq-cta strong,
.mlp-faq-cta span { display: block; }
.mlp-faq-cta strong { color: var(--mlp-green); font-size: 18px; }
.mlp-faq-cta span { color: var(--mlp-muted); }
.mlp-faq-actions { display: flex; gap: 12px; }
.mlp-faq-action { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--mlp-gold); color: var(--mlp-green); background: #fff; box-shadow: 0 10px 24px rgba(9,47,36,.08); }
.mlp-faq-action:hover { background: var(--mlp-green); color: #fff; }

.mlp-footer { padding: clamp(65px, 7vw, 105px) clamp(24px, 6vw, 100px); background: radial-gradient(circle at 20% 30%, #0b5a42, #053426 70%); color: #fff; }
.mlp-footer-main { display: grid; grid-template-columns: 1.05fr .95fr .95fr .65fr; gap: 46px; max-width: 1400px; margin: 0 auto; }
.mlp-footer-brand { padding-right: 26px; border-right: 1px solid rgba(255,255,255,.22); }
.mlp-footer-brand > img { width: 205px; filter: brightness(0) invert(1); margin-bottom: 26px; }
.mlp-footer-brand > p { color: rgba(255,255,255,.78); max-width: 300px; }
.mlp-back-home { margin-top: 10px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(226,191,120,.75); border-radius: 10px; color: #fff; font-size: 13px; }
.mlp-back-home .mlp-icon { width: 28px; height: 28px; color: var(--mlp-gold); }
.mlp-back-home strong,
.mlp-back-home small { display: block; }
.mlp-back-home small { color: rgba(255,255,255,.7); }
.mlp-footer h3 { margin: 0 0 20px; color: #e2bf78; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.mlp-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.mlp-footer-column a,
.mlp-footer-column button { position: relative; padding: 0 22px 0 0; border: 0; color: rgba(255,255,255,.86); background: none; cursor: pointer; text-align: left; }
.mlp-footer-column a:hover,
.mlp-footer-column button:hover { color: #fff; }
.mlp-footer-contact { border-left: 1px solid rgba(255,255,255,.22); padding-left: 34px; }
.mlp-contact-icons { display: flex; gap: 14px; flex-wrap: wrap; }
.mlp-contact-icons a { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--mlp-gold); color: var(--mlp-gold); transition: background .2s ease, color .2s ease; }
.mlp-contact-icons a:hover { color: var(--mlp-green); background: var(--mlp-gold); }

.mlp-floating-cta { position: fixed; z-index: 1100; right: 20px; bottom: 24px; display: flex; flex-direction: column; gap: 13px; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.mlp-floating-cta.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.mlp-float-button { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; border: 2px solid #f0cc78; color: #fff6d9; background: radial-gradient(circle at 35% 25%, #1b7d5b, #0a4a36 72%); box-shadow: 0 0 0 4px rgba(255,240,196,.18), 0 14px 28px rgba(4,30,22,.36); }
.mlp-float-button:hover { transform: translateY(-2px); color: #ffe6a3; }
.mlp-float-button:hover .mlp-icon { color: #ffe6a3; }
.mlp-float-button:hover .mlp-icon svg { stroke: #ffe6a3; }
.mlp-back-top { display: none; }
.mlp-floating-cta.is-scrolled .mlp-back-top { display: grid; }

.mlp-modal { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 24px; background: rgba(3,25,18,.74); }
.mlp-modal.is-open { display: grid; }
.mlp-modal-dialog { position: relative; width: min(680px, 100%); max-height: 80vh; overflow: auto; padding: 42px; border-radius: 18px; background: var(--mlp-cream); box-shadow: var(--mlp-shadow); }
.mlp-modal-dialog h2 { margin-top: 0; color: var(--mlp-green); font-family: var(--mlp-serif); font-size: 42px; font-weight: 500; }
.mlp-modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--mlp-green); }

@media (max-width: 1180px) {
	.mlp-header { grid-template-columns: 150px 1fr auto; gap: 16px; }
	.mlp-nav { gap: 15px; }
	.mlp-nav a { font-size: 12px; }
	.mlp-feature-grid { grid-template-columns: repeat(3, 1fr); }
	.mlp-footer-main { grid-template-columns: 1.25fr 1fr 1fr; }
	.mlp-footer-contact { border-left: 0; padding-left: 0; }
}

@media (max-width: 960px) {
	.mlp-header { grid-template-columns: 150px 1fr 48px; }
	.mlp-menu-toggle { display: block; }
	.mlp-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 28px 28px; background: var(--mlp-cream); border-bottom: 1px solid rgba(15,70,52,.14); box-shadow: var(--mlp-shadow); }
	.mlp-nav.is-open { display: flex; }
	.mlp-nav a { padding: 12px 0; font-size: 15px; border-bottom: 1px solid rgba(15,70,52,.1); }
	.mlp-menu-toggle[aria-expanded="true"] .mlp-menu-open { display: none; }
	.mlp-menu-toggle[aria-expanded="true"] .mlp-menu-close { display: inline-flex; }

	.mlp-about,
	.mlp-concept-slide,
	.mlp-projects,
	.mlp-location,
	.mlp-register { grid-template-columns: 1fr; }
	.mlp-about-copy { margin-right: 0; padding-right: 28px; border-radius: 0; border-right: 0; }
	.mlp-location-map-wrap { min-height: auto; }
	.mlp-about-image { min-height: 520px; margin-left: 0; border-top-left-radius: 0; }
	.mlp-about-copy::before,
	.mlp-about-copy::after,
	.mlp-about-image::before { display: none; }
	.mlp-concept-image { padding: 0 28px 50px; }
	.mlp-concept-image img { height: 520px; border-radius: 48px 10px 10px 10px; }
	.mlp-projects { gap: 50px; }
	.mlp-floorplans-head { flex-direction: column; align-items: flex-start; }
	.mlp-floorplan-card,
	.mlp-floorplan-card.is-reverse { grid-template-columns: 1fr; }
	.mlp-floorplan-card.is-reverse .mlp-floorplan-copy,
	.mlp-floorplan-card.is-reverse .mlp-floorplan-image { order: initial; }
	.mlp-project-image img { min-height: 520px; }
	.mlp-register { padding-top: 100px; }
	.mlp-footer-main { grid-template-columns: repeat(2, 1fr); }
	.mlp-footer-brand { border-right: 0; }
	.mlp-footer-contact { border-left: 0; padding-left: 0; }
}

@media (max-width: 700px) {
	.mlp-header { grid-template-columns: 105px 1fr 44px; padding: 10px 16px; }
	.mlp-brand img { width: 100px; }
	.mlp-hero {
		min-height: 100svh;
		background-position: center center;
		background-size: cover;
	}
	.mlp-hero-content { padding: 124px 22px 72px; }
	.mlp-hero-title-logo { margin-bottom: 28px; }
	.mlp-hero-title-logo img { width: min(48vw, 205px); }
	.mlp-hero-actions { flex-direction: column; align-items: stretch; max-width: 320px; margin-inline: auto; }
	.mlp-scroll-cue { display: none; }

	.mlp-section { padding: 72px 20px; }
	.mlp-about-copy,
	.mlp-concept-copy { padding: 75px 22px; }
	.mlp-about-copy { margin-right: 0; padding-right: 28px; border-radius: 0; border-right: 0; }
	.mlp-section-logo { width: 135px; margin-bottom: 35px; }
	.mlp-about-facts,
	.mlp-project-facts { grid-template-columns: 1fr; }
	.mlp-about-facts div,
	.mlp-project-facts div { border-right: 0; border-bottom: 1px solid rgba(181,141,66,.25); }
	.mlp-about-facts div:last-child,
	.mlp-project-facts div:last-child { border-bottom: 0; }

	.mlp-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.mlp-feature-card { min-height: 185px; padding: 22px 14px; }
	.mlp-feature-card img { width: 58px; height: 58px; }
	.mlp-feature-card h3 { font-size: 14px; }
	.mlp-feature-card p { font-size: 12px; }

	.mlp-concept { overflow: hidden; }
	.mlp-concept-stage { height: auto; min-height: 0; }
	.mlp-concept-slide,
	.mlp-concept-slide.is-active { height: auto; min-height: 0; }
	.mlp-concept-slide.is-active { display: grid; grid-template-columns: 1fr; }
	.mlp-concept-copy { min-height: 0; padding-bottom: 42px; }
	.mlp-concept-image { position: relative; padding: 0 18px 56px; overflow: hidden; }
	.mlp-concept-copy .mlp-section-logo { width: 110px; margin-bottom: 22px; }
	.mlp-concept-image img { height: 410px; }
	.mlp-floorplan-copy h3 { font-size: 40px; }
	.mlp-floorplan-size { font-size: 28px; }
	.mlp-floorplan-copy ul { font-size: 15px; }
	.mlp-projects { padding-inline: 18px; }
	.mlp-project-image img { min-height: 420px; border-radius: 42px 12px 12px 12px; }
	.mlp-amenity-tabs { grid-template-columns: 1fr; }
	.mlp-location-map-wrap { margin-top: 25px; }
	.mlp-location-map-wrap img { max-width: 100%; }
	.mlp-register { grid-template-columns: 1fr; padding: 85px 18px; }
	.mlp-form-card { padding: 28px 20px; }
	.mlp-form-card h3 { font-size: 34px; }
	.mlp-faq-question { padding: 18px; }
	.mlp-faq-answer p { padding: 0 20px 20px; }
	.mlp-faq-cta { align-items: stretch; flex-direction: column; }
	.mlp-faq-actions { justify-content: center; }
	.mlp-footer-main { grid-template-columns: 1fr; gap: 38px; }
	.mlp-footer-brand,
	.mlp-footer-contact { padding: 0; border: 0; }
	.mlp-floating-cta { right: 12px; bottom: 15px; }
	.mlp-float-button { width: 48px; height: 48px; }
	.mlp-modal-dialog { padding: 34px 24px; }
}

@media (max-width: 480px) {
	.mlp-hero {
		background-position: 46% center;
	}
	.mlp-hero-content {
		width: 100%;
		padding-inline: 20px;
	}
	.mlp-hero-title-logo img {
		width: min(50vw, 200px);
	}
	.mlp-concept-image img {
		display: block;
		width: 100%;
		height: 390px;
		object-fit: cover;
	}
}

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


.mlp-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border: 1px solid rgba(15, 70, 52, .18);
	border-radius: 999px;
	background: rgba(255,255,255,.5);
}
.mlp-language-switcher a {
	min-width: 34px;
	padding: 6px 9px;
	border-radius: 999px;
	color: var(--mlp-green);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}
.mlp-language-switcher a.is-active {
	color: #fff;
	background: var(--mlp-green);
}
.mlp-lang-zh {
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", var(--mlp-sans);
}
.mlp-lang-zh h1,
.mlp-lang-zh h2,
.mlp-lang-zh h3,
.mlp-lang-zh .mlp-slide-number {
	font-family: "Noto Serif SC", "Songti SC", "SimSun", var(--mlp-serif);
}
@media (max-width: 1180px) {
	.mlp-header { grid-template-columns: 150px 1fr auto; }
}
@media (max-width: 960px) {
	.mlp-header { grid-template-columns: 150px 1fr auto 48px; }
	.mlp-language-switcher { justify-self: end; }
}
@media (max-width: 700px) {
	.mlp-header { grid-template-columns: 100px 1fr 44px; }
	.mlp-language-switcher {
		position: absolute;
		top: calc(100% + 8px);
		right: 14px;
		z-index: 2;
		box-shadow: 0 8px 22px rgba(8,47,36,.12);
		background: rgba(246,241,231,.96);
	}
}

@media (max-width: 960px) {
	.mlp-about { grid-template-columns: 1fr; height: auto; min-height: 0; }
	.mlp-about-copy { min-height: 760px; margin-right: 0; padding-right: 32px; border-radius: 0; border-right: 0; }
	.mlp-about-copy::after { opacity: .45; }
	.mlp-about-image { min-height: 560px; margin-left: 0; border-top-left-radius: 0; }
}
@media (max-width: 700px) {
	.mlp-about-copy { min-height: auto; padding: 58px 22px 42px; }
	.mlp-about .mlp-section-logo { margin-bottom: 46px; }
	.mlp-about-copy h2 { font-size: clamp(30px, 9.2vw, 42px); }
	.mlp-about-facts { margin-top: 38px; grid-template-columns: 1fr; }
	.mlp-about-facts div { min-height: 104px; padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(181,141,66,.36); }
	.mlp-about-facts div:last-child { border-bottom: 0; }
	.mlp-about-walkthrough { display: none; }
	.mlp-about-image { min-height: 430px; }
}


/* v1.3.2 refinements */
.mlp-nowrap { white-space: nowrap; }

.mlp-feature-card img[src$="township-convenience.png"] {
	width: 70px;
	height: 70px;
	padding: 8px;
	object-fit: contain;
	background: transparent;
}

.mlp-floorplan-modal { padding: clamp(14px, 2vw, 28px); }
.mlp-floorplan-modal-dialog {
	width: min(1240px, 100%);
	max-height: 92vh;
	padding: clamp(28px, 3.5vw, 54px);
	border-radius: 24px;
	background: #fbf8f1;
}
.mlp-floorplan-modal-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
	padding-right: 50px;
	border-bottom: 1px solid rgba(15,70,52,.25);
}
.mlp-floorplan-modal-head h2 {
	margin: 0 0 16px;
	font-size: clamp(38px, 4vw, 62px);
}
.mlp-floorplan-modal-head > span {
	margin-bottom: 18px;
	color: #7c4d2e;
	font-family: var(--mlp-serif);
	font-size: clamp(18px, 1.8vw, 28px);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.mlp-plan-modal-list {
	display: grid;
	gap: 30px;
}
.mlp-plan-modal-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
	gap: clamp(24px, 3vw, 46px);
	align-items: center;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(15,70,52,.18);
}
.mlp-plan-modal-image {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15,70,52,.18);
	background: #e8e8e3;
}
.mlp-plan-modal-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}
.mlp-plan-modal-status {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 10px 16px;
	border-radius: 3px;
	background: #e96033;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(0,0,0,.14);
}
.mlp-plan-modal-status.is-taken { background: #e55d38; }
.mlp-plan-modal-copy h3 {
	margin: 0;
	color: #8b4f2b;
	font-family: var(--mlp-serif);
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 400;
	line-height: 1;
}
.mlp-plan-modal-size {
	margin: 4px 0 2px;
	color: #21362f;
	font-family: var(--mlp-serif);
	font-size: clamp(25px, 2.4vw, 38px);
	line-height: 1.05;
}
.mlp-plan-modal-type {
	margin: 0 0 18px;
	color: #2c302e;
	font-size: 17px;
}
.mlp-plan-modal-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 145px));
	gap: 20px;
	margin: 18px 0;
	padding-top: 16px;
	border-top: 1px solid rgba(15,70,52,.22);
}
.mlp-plan-modal-meta strong {
	display: block;
	color: var(--mlp-green);
	font-family: var(--mlp-serif);
	font-size: 25px;
	font-weight: 500;
}
.mlp-plan-modal-meta span { color: var(--mlp-muted); font-size: 13px; }
.mlp-plan-modal-copy ul {
	margin: 0;
	padding-left: 20px;
	color: #303532;
	font-size: 15px;
	line-height: 1.58;
}
.mlp-plan-modal-note {
	margin: 22px 0 0;
	color: var(--mlp-muted);
	font-size: 12px;
	text-align: center;
}

.mlp-float-button .mlp-icon {
	width: 28px;
	height: 28px;
	color: #f1cd78;
	opacity: 1;
	filter: drop-shadow(0 1px 1px rgba(0,0,0,.28));
}
.mlp-float-button .mlp-icon svg {
	stroke: #f1cd78;
	stroke-width: 2.35;
	opacity: 1;
}
.mlp-float-button {
	background: linear-gradient(145deg, #147052, #063f2e);
	border-color: #f1cd78;
	box-shadow: 0 0 0 3px rgba(255,238,190,.3), 0 14px 30px rgba(4,30,22,.34);
}

@media (max-width: 960px) {
	.mlp-plan-modal-card {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 700px) {
	.mlp-floorplan-modal { padding: 8px; }
	.mlp-floorplan-modal-dialog {
		max-height: 94vh;
		padding: 28px 18px;
		border-radius: 18px;
	}
	.mlp-floorplan-modal-head {
		align-items: flex-start;
		flex-direction: column;
		padding-right: 42px;
	}
	.mlp-floorplan-modal-head > span { margin: -8px 0 14px; }
	.mlp-plan-modal-card { gap: 18px; padding-bottom: 24px; }
	.mlp-plan-modal-status { top: 10px; right: 10px; padding: 8px 11px; font-size: 11px; }
	.mlp-plan-modal-copy h3 { font-size: 40px; }
	.mlp-plan-modal-size { font-size: 27px; }
	.mlp-plan-modal-type { font-size: 15px; }
	.mlp-plan-modal-copy ul { font-size: 14px; }
}

/* v1.3.4: reduced hero logo by ~30% and hid About 360° Walkthrough on mobile. */
