/* =========================================================
   CAMBODIAN ADVANTAGE
   INDIVIDUAL UNIT PAGE
   Version 1
   ========================================================= */


/* =========================================================
   PAGE
   ========================================================= */

.ca-unit-page {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 46px 24px 80px;

	color: #101828;
}


/* =========================================================
   HERO
   ========================================================= */

.ca-unit-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
	align-items: stretch;

	gap: 44px;

	margin-bottom: 64px;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.ca-unit-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: 24px 0;
}


.ca-unit-hero__development {
	margin-bottom: 12px;

	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;

	color: #b45f25;
}

/* Fix enquiry CTA heading colour */
.ca-unit-enquiry .ca-unit-enquiry__title {
	color: #ffffff !important;
}

.ca-unit-hero__development a {
	color: inherit;
	text-decoration: none;
}


.ca-unit-hero__development a:hover {
	text-decoration: underline;
}


.ca-unit-hero__title {
	max-width: 520px;

	margin: 0 0 10px;

	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.02;
	letter-spacing: -0.035em;
	font-weight: 760;

	color: #10192b;
}


.ca-unit-hero__code {
	margin-bottom: 28px;

	font-size: 14px;
	line-height: 1.5;

	color: #667085;
}


/* =========================================================
   HERO METRICS
   ========================================================= */

.ca-unit-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	margin-bottom: 30px;

	border-top: 1px solid #e4e7ec;
	border-bottom: 1px solid #e4e7ec;
}


.ca-unit-hero__metric {
	padding: 15px 14px 15px 0;
}


.ca-unit-hero__metric + .ca-unit-hero__metric {
	padding-left: 18px;

	border-left: 1px solid #e4e7ec;
}


.ca-unit-hero__metric span {
	display: block;

	margin-bottom: 5px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;

	color: #98a2b3;
}


.ca-unit-hero__metric strong {
	display: block;

	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;

	color: #1d2939;
}


/* =========================================================
   HERO PRICE
   ========================================================= */

.ca-unit-hero__price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 20px;

	margin-bottom: 8px;
}


.ca-unit-hero__price span {
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;

	color: #98a2b3;
}


.ca-unit-hero__price strong {
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1;
	font-weight: 760;
	letter-spacing: -0.025em;

	color: #b45f25;
}


.ca-unit-hero__price-sqm {
	text-align: right;

	font-size: 14px;
	font-weight: 650;

	color: #667085;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */

.ca-unit-hero__media {
	position: relative;

	min-height: 460px;

	overflow: hidden;

	background: #f2f4f7;

	border-radius: 20px;

	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.04),
		0 14px 34px rgba(16, 24, 40, 0.08);
}


.ca-unit-hero__media img {
	display: block;

	width: 100%;
	height: 100%;

	min-height: 460px;

	object-fit: cover;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.ca-unit-section {
	margin-top: 0;
	margin-bottom: 62px;
	padding-top: 46px;

	border-top: 1px solid #e4e7ec;
}


.ca-unit-section__header {
	max-width: 760px;

	margin-bottom: 28px;
}


.ca-unit-section__eyebrow {
	margin-bottom: 7px;

	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;

	color: #b45f25;
}


.ca-unit-section__header h2 {
	margin: 0;

	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.12;
	letter-spacing: -0.02em;
	font-weight: 750;

	color: #10192b;
}


/* =========================================================
   UNIT OVERVIEW
   ========================================================= */

.ca-unit-spec-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	overflow: hidden;

	margin-bottom: 26px;

	background: #ffffff;

	border: 1px solid #e4e7ec;
	border-radius: 16px;
}


.ca-unit-spec {
	min-height: 105px;

	padding: 22px;
}


.ca-unit-spec + .ca-unit-spec {
	border-left: 1px solid #e4e7ec;
}


.ca-unit-spec span {
	display: block;

	margin-bottom: 9px;

	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.065em;
	text-transform: uppercase;

	color: #98a2b3;
}


.ca-unit-spec strong {
	display: block;

	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;

	color: #1d2939;
}


/* =========================================================
   BODY COPY
   ========================================================= */

.ca-unit-copy {
	max-width: 880px;

	margin-top: 24px;

	font-size: 16px;
	line-height: 1.75;

	color: #475467;
}


.ca-unit-copy p {
	margin: 0 0 14px;
}


.ca-unit-copy p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   PRICING
   ========================================================= */

.ca-unit-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	overflow: hidden;

	background: #10192b;

	border-radius: 16px;
}


.ca-unit-pricing-item {
	min-height: 120px;

	padding: 24px;
}


.ca-unit-pricing-item +
.ca-unit-pricing-item {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}


.ca-unit-pricing-item span {
	display: block;

	margin-bottom: 9px;

	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.065em;
	text-transform: uppercase;

	color: #aeb7c7;
}


.ca-unit-pricing-item strong {
	display: block;

	font-size: 21px;
	line-height: 1.3;
	font-weight: 720;

	color: #ffffff;
}


/* =========================================================
   PRICE VERIFICATION
   ========================================================= */

.ca-unit-verification {
	margin-top: 18px;

	font-size: 12px;
	line-height: 1.5;

	color: #98a2b3;
}


.ca-unit-verification strong {
	font-weight: 650;

	color: #667085;
}


/* =========================================================
   INVESTMENT SECTION
   ========================================================= */

.ca-unit-section--investment {
	position: relative;
}


/* =========================================================
   INVESTMENT METRICS
   ========================================================= */

.ca-unit-investment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	gap: 14px;

	margin-bottom: 34px;
}


.ca-unit-investment-metric {
	min-height: 132px;

	padding: 24px;

	background: #f8f9fb;

	border: 1px solid #e4e7ec;
	border-radius: 14px;
}


.ca-unit-investment-metric span {
	display: block;

	margin-bottom: 12px;

	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.065em;
	text-transform: uppercase;

	color: #8b96aa;
}


.ca-unit-investment-metric strong {
	display: block;

	font-size: 22px;
	line-height: 1.32;
	font-weight: 720;

	color: #10192b;
}


.ca-unit-investment-metric__suffix {
	display: inline !important;

	margin: 0 !important;

	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;

	color: #667085 !important;
}


/* =========================================================
   INVESTMENT SUMMARY
   ========================================================= */

.ca-unit-analysis {
	max-width: 900px;

	margin-top: 10px;
	margin-bottom: 26px;

	padding: 28px 30px;

	background: #fffaf5;

	border: 1px solid #efdcca;
	border-radius: 16px;
}


.ca-unit-analysis h3 {
	margin: 0 0 12px;

	font-size: 20px;
	line-height: 1.35;
	font-weight: 720;

	color: #10192b;
}


.ca-unit-analysis p {
	margin: 0 0 12px;

	font-size: 16px;
	line-height: 1.75;

	color: #475467;
}


.ca-unit-analysis p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   STRENGTHS / TRADE-OFFS
   ========================================================= */

.ca-unit-analysis-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));

	gap: 18px;

	margin-top: 18px;
}


.ca-unit-analysis-card {
	padding: 28px;

	background: #ffffff;

	border: 1px solid #e4e7ec;
	border-radius: 16px;

	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.03),
		0 8px 20px rgba(16, 24, 40, 0.035);
}


.ca-unit-analysis-card h3 {
	margin: 0 0 14px;

	font-size: 19px;
	line-height: 1.35;
	font-weight: 720;

	color: #10192b;
}


.ca-unit-analysis-card p {
	margin: 0;

	font-size: 15px;
	line-height: 1.75;

	color: #475467;
}


/* =========================================================
   TEXT AREA LINE-BREAK SUPPORT

   Several current ACF fields contain one item per line.
   Preserve those line breaks cleanly.
   ========================================================= */

.ca-unit-analysis-card p,
.ca-unit-copy p {
	white-space: pre-line;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

	.ca-unit-page {
		padding-top: 34px;
	}


	.ca-unit-hero {
		grid-template-columns: 1fr;

		gap: 28px;

		margin-bottom: 54px;
	}


	.ca-unit-hero__content {
		padding-bottom: 0;
	}


	.ca-unit-hero__media {
		min-height: 420px;
	}


	.ca-unit-hero__media img {
		min-height: 420px;
	}


	.ca-unit-spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.ca-unit-spec:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #e4e7ec;
	}


	.ca-unit-spec:nth-child(4) {
		border-top: 1px solid #e4e7ec;
	}


	.ca-unit-pricing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.ca-unit-pricing-item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}


	.ca-unit-pricing-item:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}


	.ca-unit-investment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

	.ca-unit-page {
		padding:
			28px
			18px
			58px;
	}


	.ca-unit-hero {
		gap: 24px;

		margin-bottom: 44px;
	}


	.ca-unit-hero__title {
		font-size: 36px;
	}


	.ca-unit-hero__code {
		margin-bottom: 22px;
	}


	.ca-unit-hero__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}


	.ca-unit-hero__metric {
		padding:
			13px
			7px
			13px
			0;
	}


	.ca-unit-hero__metric +
	.ca-unit-hero__metric {
		padding-left: 10px;
	}


	.ca-unit-hero__metric span {
		font-size: 9px;
	}


	.ca-unit-hero__metric strong {
		font-size: 14px;
	}


	.ca-unit-hero__price strong {
		font-size: 32px;
	}


	.ca-unit-hero__price-sqm {
		font-size: 13px;
	}


	.ca-unit-hero__media {
		min-height: 270px;

		border-radius: 14px;
	}


	.ca-unit-hero__media img {
		min-height: 270px;
	}


	.ca-unit-section {
		margin-bottom: 46px;
		padding-top: 34px;
	}


	.ca-unit-section__header {
		margin-bottom: 22px;
	}


	.ca-unit-section__header h2 {
		font-size: 29px;
	}


	.ca-unit-spec-grid {
		grid-template-columns: 1fr 1fr;

		border-radius: 13px;
	}


	.ca-unit-spec {
		min-height: 90px;

		padding: 18px;
	}


	.ca-unit-spec span {
		font-size: 9px;
	}


	.ca-unit-spec strong {
		font-size: 15px;
	}


	.ca-unit-pricing-grid {
		grid-template-columns: 1fr 1fr;

		border-radius: 13px;
	}


	.ca-unit-pricing-item {
		min-height: 104px;

		padding: 19px;
	}


	.ca-unit-pricing-item span {
		font-size: 9px;
	}


	.ca-unit-pricing-item strong {
		font-size: 17px;
	}


	.ca-unit-investment-grid {
		grid-template-columns: 1fr;

		gap: 12px;
	}


	.ca-unit-investment-metric {
		min-height: auto;

		padding: 20px;
	}


	.ca-unit-investment-metric strong {
		font-size: 19px;
	}


	.ca-unit-analysis {
		padding: 22px;

		border-radius: 13px;
	}


	.ca-unit-analysis-grid {
		grid-template-columns: 1fr;
	}


	.ca-unit-analysis-card {
		padding: 22px;

		border-radius: 13px;
	}

}

/* =========================================================
   UNIT PAGE V1 — LAYOUT REFINEMENTS
   ========================================================= */


/* Give the title side slightly more room */

.ca-unit-hero {
	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 1.18fr);

	gap: 40px;
}


/* Prevent an unnecessary title break where space allows */

.ca-unit-hero__title {
	max-width: 600px;
	font-size: clamp(38px, 4vw, 54px);
}


/* Reduce excess space below hero */

.ca-unit-hero {
	margin-bottom: 48px;
}


/* Let populated specification fields share available width */

.ca-unit-spec-grid {
	grid-template-columns:
		repeat(auto-fit, minmax(200px, 1fr));
}


/* Let populated pricing fields share available width */

.ca-unit-pricing-grid {
	grid-template-columns:
		repeat(auto-fit, minmax(220px, 1fr));
}


/* Remove special grid assumptions from earlier CSS */

.ca-unit-spec:nth-child(3),
.ca-unit-spec:nth-child(4) {
	border-top: 0;
}


.ca-unit-pricing-item:nth-child(3),
.ca-unit-pricing-item:nth-child(4) {
	border-top: 0;
}


/* Slightly tighten major section rhythm */

.ca-unit-section {
	margin-bottom: 54px;
	padding-top: 40px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

	.ca-unit-hero {
		grid-template-columns: 1fr;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

	.ca-unit-spec-grid,
	.ca-unit-pricing-grid {
		grid-template-columns: 1fr 1fr;
	}

}

/* =========================================================
   PAYMENT OPTIONS
   ========================================================= */

.ca-unit-section--payment {
	margin-top: 0;
}


/* =========================================================
   PLAN WRAPPER
   ========================================================= */

.ca-unit-payment-plan {
	margin-top: 26px;
	padding: 22px 22px 24px;

	background: #ffffff;

	border: 1px solid #dfe3e8;
	border-radius: 16px;

	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.025),
		0 10px 24px rgba(16, 24, 40, 0.03);
}


.ca-unit-payment-plan +
.ca-unit-payment-plan {
	margin-top: 26px;
}


/* =========================================================
   PLAN HEADING
   ========================================================= */

.ca-unit-payment-plan
.ca-unit-section__header {
	max-width: none;

	margin-bottom: 18px;
}


.ca-unit-payment-plan
.ca-unit-section__header h3 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 10px;

	margin: 0;

	font-size: 21px;
	line-height: 1.25;
	font-weight: 740;
	letter-spacing: -0.015em;

	color: #10192b;
}


/* Recommended badge */

.ca-unit-payment-plan
.ca-unit-section__header h3 small {
	display: inline-flex;
	align-items: center;

	padding: 5px 9px;

	border-radius: 999px;

	background: #fff1e5;

	font-size: 10px;
	font-weight: 750;
	line-height: 1;
	letter-spacing: 0.07em;
	text-transform: uppercase;

	color: #b45f25;
}


/* =========================================================
   PAYMENT GRID
   ========================================================= */

.ca-unit-payment-grid {
	display: grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	margin-top: 0;

	overflow: hidden;

	background: #ffffff;

	border: 1px solid #dfe3e8;
	border-radius: 14px;
}


/* =========================================================
   PAYMENT CARD
   ========================================================= */

.ca-unit-payment-card {
	min-height: 150px;

	padding: 20px 20px 18px;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	box-sizing: border-box;

	border-right: 1px solid #dfe3e8;
	border-bottom: 1px solid #dfe3e8;
}


/* First row */

.ca-unit-payment-card:nth-child(3) {
	border-right: 0;
}


/* Purchase price subtle highlight */

.ca-unit-payment-card:first-child {
	background: #fbfcfd;
}


/* =========================================================
   STANDARD CARD LABEL
   ========================================================= */

.ca-unit-payment-card__label {
	display: block;

	margin-bottom: 8px;

	font-size: 10px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: 0.065em;
	text-transform: uppercase;

	color: #8e9aaf;
}


/* =========================================================
   STANDARD CARD VALUE
   ========================================================= */

.ca-unit-payment-card > strong {
	display: block;

	margin-bottom: 2px;

	font-size: 23px;
	font-weight: 740;
	line-height: 1.15;
	letter-spacing: -0.015em;

	color: #0d1a30;
}


.ca-unit-payment-card small {
	display: block;

	margin-top: 5px;

	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;

	color: #56657a;
}


/* =========================================================
   INSTALLMENT CARD
   Make the monthly payment the hero number
   ========================================================= */

.ca-unit-payment-card--installment {
	grid-column: span 2;

	padding: 22px 24px 20px;

	background: #f8fafc;
}


/* Monthly payment line */

.ca-unit-payment-card__monthly {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;

	gap: 6px;

	margin-top: 1px;
}


.ca-unit-payment-card__monthly strong {
	font-size: 34px;
	font-weight: 760;
	line-height: 1;
	letter-spacing: -0.035em;

	color: #10192b;
}


.ca-unit-payment-card__monthly > span {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;

	color: #667085;
}


/* Monthly caption */

.ca-unit-payment-card__monthly-caption {
	margin-top: 6px;

	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;

	color: #8a95a8;
}


/* =========================================================
   INSTALLMENT TOTAL
   ========================================================= */

.ca-unit-payment-card__installment-total {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;

	gap: 9px;

	margin-top: 17px;
	padding-top: 15px;

	border-top: 1px solid #e2e6ec;
}


.ca-unit-payment-card__installment-total strong {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;

	color: #18243a;
}


.ca-unit-payment-card__installment-total > span {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;

	color: #69768b;
}


/* =========================================================
   INSTALLMENT META
   ========================================================= */

.ca-unit-payment-card__installment-meta {
	display: flex;
	flex-wrap: wrap;

	gap: 8px;

	margin-top: 13px;
}


.ca-unit-payment-card__installment-meta span {
	display: inline-flex;
	align-items: center;

	min-height: 28px;

	padding: 5px 9px;

	background: #ffffff;

	border: 1px solid #dce2e9;
	border-radius: 999px;

	font-size: 11px;
	font-weight: 650;
	line-height: 1;

	color: #526078;
}


/* =========================================================
   TIMING / NOTES
   ========================================================= */

.ca-unit-payment-card__timing {
	margin-top: 11px !important;

	font-weight: 600 !important;

	color: #43536a !important;
}


.ca-unit-payment-card__notes {
	max-width: 400px;

	color: #68758a !important;
}


/* =========================================================
   PLAN SUMMARY
   ========================================================= */

.ca-unit-payment-summary {
	max-width: 880px;

	margin-top: 17px;

	padding: 0 2px;

	font-size: 14px;
	line-height: 1.65;

	color: #4b5a70;
}


.ca-unit-payment-summary p {
	margin: 0;
}


/* =========================================================
   SECTION INTRO
   ========================================================= */

.ca-unit-section--payment >
.ca-unit-copy {
	max-width: 700px;

	margin-top: 0;
	margin-bottom: 18px;

	font-size: 15px;
	line-height: 1.65;

	color: #526078;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

	.ca-unit-payment-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}


	.ca-unit-payment-card {
		border-right: 1px solid #dfe3e8;
		border-bottom: 1px solid #dfe3e8;
	}


	.ca-unit-payment-card:nth-child(3) {
		border-right: 1px solid #dfe3e8;
	}


	.ca-unit-payment-card:nth-child(2n) {
		border-right: 0;
	}


	.ca-unit-payment-card--installment {
		grid-column: 1 / -1;

		border-right: 0;
	}


	.ca-unit-payment-card__monthly strong {
		font-size: 31px;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.ca-unit-payment-plan {
		padding: 16px;

		border-radius: 14px;
	}


	.ca-unit-payment-plan
	.ca-unit-section__header h3 {
		font-size: 19px;
	}


	.ca-unit-payment-grid {
		grid-template-columns: 1fr;
	}


	.ca-unit-payment-card,
	.ca-unit-payment-card--installment {
		grid-column: auto;

		min-height: auto;

		padding: 18px;

		border-right: 0 !important;
		border-bottom: 1px solid #dfe3e8 !important;
	}


	.ca-unit-payment-card:last-child {
		border-bottom: 0 !important;
	}


	.ca-unit-payment-card__monthly strong {
		font-size: 30px;
	}


	.ca-unit-payment-card__monthly > span {
		font-size: 13px;
	}


	.ca-unit-payment-card__installment-total {
		margin-top: 15px;
		padding-top: 13px;
	}

}
/* =========================================================
   PAYMENT SECTION INTRO
   ========================================================= */

.ca-unit-section--payment > .ca-unit-copy {
	max-width: 720px;
	margin-bottom: 1.25rem;
	color: #526079;
}

.ca-unit-section--payment > .ca-unit-copy p {
	margin: 0;
	line-height: 1.65;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

	.ca-unit-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ca-unit-payment-card:nth-child(3n) {
		border-right: 1px solid #e3e7ed;
	}

	.ca-unit-payment-card:nth-child(2n) {
		border-right: 0;
	}

	.ca-unit-payment-card:nth-last-child(-n + 3) {
		border-bottom: 1px solid #e3e7ed;
	}

	.ca-unit-payment-card:nth-last-child(-n + 2) {
		border-bottom: 0;
	}
}

@media (max-width: 620px) {

	.ca-unit-payment-plan {
		padding: 1rem;
		border-radius: 14px;
	}

	.ca-unit-payment-grid {
		grid-template-columns: 1fr;
	}

	.ca-unit-payment-card {
		min-height: auto;
		border-right: 0 !important;
		border-bottom: 1px solid #e3e7ed !important;
	}

	.ca-unit-payment-card:last-child {
		border-bottom: 0 !important;
	}

	.ca-unit-payment-plan .ca-unit-section__header h3 {
		font-size: 1.15rem;
	}

	.ca-unit-payment-card strong {
		font-size: 1.35rem;
	}
}

/* =========================================================
   OWNERSHIP COSTS
   ========================================================= */

.ca-unit-section--costs {
	margin-top: 0;
}


/* ---------------------------------------------------------
   COST GROUP
   --------------------------------------------------------- */

.ca-unit-cost-group {
	margin-top: 28px;
}

.ca-unit-cost-group__title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #0f1b31;
}


/* ---------------------------------------------------------
   ONGOING COST GRID
   --------------------------------------------------------- */

.ca-unit-cost-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #dfe3ea;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}


/* ---------------------------------------------------------
   INDIVIDUAL COST CARD
   --------------------------------------------------------- */

.ca-unit-cost-card {
	min-height: 118px;
	padding: 24px 22px;
	border-right: 1px solid #dfe3ea;
	border-bottom: 1px solid #dfe3ea;
	box-sizing: border-box;
}

.ca-unit-cost-card:nth-child(2n) {
	border-right: 0;
}

/*
 * Remove bottom border from the final row.
 */

.ca-unit-cost-card:nth-last-child(-n+2) {
	border-bottom: 0;
}


/* ---------------------------------------------------------
   LABEL
   --------------------------------------------------------- */

.ca-unit-cost-card__label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #8b98ae;
}


/* ---------------------------------------------------------
   PRIMARY VALUE
   --------------------------------------------------------- */

.ca-unit-cost-card > strong {
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: #0f1b31;
}

.ca-unit-cost-card > strong > span {
	font-size: 13px;
	font-weight: 500;
	color: #526078;
}


/* ---------------------------------------------------------
   SECONDARY / EXPLANATORY VALUE
   --------------------------------------------------------- */

.ca-unit-cost-card small {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #526078;
}


/* ---------------------------------------------------------
   OTHER COSTS
   --------------------------------------------------------- */

.ca-unit-cost-card--other {
	grid-column: 1 / -1;
	border-right: 0;
}

.ca-unit-cost-card__text {
	font-size: 15px;
	line-height: 1.65;
	color: #33415c;
}

.ca-unit-cost-card__text p {
	margin: 0;
}


/* ---------------------------------------------------------
   PURCHASE COST / TRANSFER TAX
   --------------------------------------------------------- */

.ca-unit-purchase-cost {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;

	margin-top: 24px;
	padding: 24px 26px;

	border: 1px solid #ead8c7;
	border-radius: 14px;
	background: #fdfaf6;
	box-sizing: border-box;
}

.ca-unit-purchase-cost__heading {
	min-width: 0;
}

.ca-unit-purchase-cost__eyebrow {
	display: block;
	margin-bottom: 5px;

	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;

	color: #b85d0a;
}

.ca-unit-purchase-cost__heading h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #0f1b31;
}


/* ---------------------------------------------------------
   PURCHASE COST VALUE
   --------------------------------------------------------- */

.ca-unit-purchase-cost__value {
	text-align: right;
}

.ca-unit-purchase-cost__value > strong {
	display: block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f1b31;
}

.ca-unit-purchase-cost__value > strong > span {
	font-size: 13px;
	font-weight: 500;
	color: #526078;
}

.ca-unit-purchase-cost__value > span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.45;
	color: #526078;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

	.ca-unit-cost-grid {
		grid-template-columns: 1fr;
	}

	.ca-unit-cost-card {
		min-height: auto;
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid #dfe3ea;
	}

	.ca-unit-cost-card:nth-last-child(-n+2) {
		border-bottom: 1px solid #dfe3ea;
	}

	.ca-unit-cost-card:last-child {
		border-bottom: 0;
	}

	.ca-unit-cost-card--other {
		grid-column: auto;
	}

	.ca-unit-purchase-cost {
		display: block;
		padding: 21px 20px;
	}

	.ca-unit-purchase-cost__value {
		margin-top: 16px;
		text-align: left;
	}

}

/* =========================================================
   UNIT IMAGE GALLERY
   ========================================================= */

.ca-unit-section--media {
	margin-top: 0;
}

.ca-unit-gallery {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 220px);
	gap: 10px;
	margin-top: 26px;
}


/* ---------------------------------------------------------
   GALLERY ITEM
   --------------------------------------------------------- */

.ca-unit-gallery__item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #f4f5f7;
}


/*
 * First image becomes the large feature image.
 */

.ca-unit-gallery__item:first-child {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}


/* ---------------------------------------------------------
   IMAGE
   --------------------------------------------------------- */

.ca-unit-gallery__image {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ca-unit-gallery__item:hover .ca-unit-gallery__image {
	transform: scale(1.025);
}


/* ---------------------------------------------------------
   ONLY SHOW FIRST FIVE IMAGES IN MAIN GRID
   --------------------------------------------------------- */

.ca-unit-gallery__item:nth-child(n+6) {
	display: none;
}


/* ---------------------------------------------------------
   SUBTLE HOVER
   --------------------------------------------------------- */

.ca-unit-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 27, 49, 0);
	transition: background 0.25s ease;
	pointer-events: none;
}

.ca-unit-gallery__item:hover::after {
	background: rgba(15, 27, 49, 0.08);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

	.ca-unit-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 360px 200px 200px;
	}

	.ca-unit-gallery__item:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.ca-unit-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 260px 140px 140px;
		gap: 7px;
		margin-top: 20px;
	}

	.ca-unit-gallery__item:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.ca-unit-gallery__item {
		border-radius: 7px;
	}

}

/* =========================================================
   FLOOR PLANS
   ========================================================= */

.ca-unit-section--floor-plans {
	margin-top: 0;
}

.ca-unit-floor-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.ca-unit-floor-plan {
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 420px;
	padding: 24px;

	background: #ffffff;

	border: 1px solid #dfe3ea;
	border-radius: 14px;

	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.03),
		0 8px 20px rgba(16, 24, 40, 0.035);

	overflow: hidden;
}

.ca-unit-floor-plan img {
	display: block;

	width: 100%;
	height: 100%;

	max-height: 520px;

	object-fit: contain;
}


/* =========================================================
   SINGLE FLOOR PLAN
   ========================================================= */

.ca-unit-floor-plan:only-child {
	grid-column: 1 / -1;

	max-width: 820px;
	width: 100%;

	margin: 0 auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

	.ca-unit-floor-plan-grid {
		grid-template-columns: 1fr;
	}

	.ca-unit-floor-plan {
		min-height: 360px;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.ca-unit-floor-plan-grid {
		gap: 12px;
		margin-top: 20px;
	}

	.ca-unit-floor-plan {
		min-height: 280px;
		padding: 14px;
		border-radius: 10px;
	}

	.ca-unit-floor-plan img {
		max-height: 420px;
	}

}

/* =========================================================
   UNIT ENQUIRY CTA
   ========================================================= */

.ca-unit-section--enquiry {
	margin-top: 0;
}

.ca-unit-enquiry {
	padding: 34px 36px;

	background: #10192b;

	border-radius: 18px;

	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.04),
		0 12px 30px rgba(16, 24, 40, 0.08);
}

.ca-unit-enquiry .ca-unit-section__eyebrow {
	margin-bottom: 8px;
	color: #d98a3c;
}

.ca-unit-enquiry__title {
	margin: 0 0 12px;

	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 750;

	color: #ffffff;
}

.ca-unit-enquiry__intro {
	max-width: 760px;

	margin: 0 0 28px;

	font-size: 16px;
	line-height: 1.65;

	color: #cbd3df;
}


/* =========================================================
   ENQUIRY DETAILS
   ========================================================= */

.ca-unit-enquiry__details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	overflow: hidden;

	margin-bottom: 26px;

	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
}

.ca-unit-enquiry__detail {
	padding: 18px 20px;
}

.ca-unit-enquiry__detail + .ca-unit-enquiry__detail {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ca-unit-enquiry__detail span {
	display: block;

	margin-bottom: 6px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;

	color: #9da9ba;
}

.ca-unit-enquiry__detail strong {
	display: block;

	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;

	color: #ffffff;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.ca-unit-enquiry__actions {
	margin-top: 4px;
}

.ca-unit-enquiry__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	gap: 14px;

	padding: 14px 20px;

	font-size: 15px;
	font-weight: 700;
	line-height: 1;

	color: #ffffff !important;
	background: #b45f25;

	border-radius: 10px;

	text-decoration: none !important;

	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.ca-unit-enquiry__button:hover {
	background: #9f4f1c;
	transform: translateY(-1px);
}

.ca-unit-enquiry__button span {
	font-size: 18px;
	line-height: 1;
}


/* =========================================================
   CTA NOTE
   ========================================================= */

.ca-unit-enquiry__note {
	margin: 14px 0 0;

	font-size: 12px;
	line-height: 1.5;

	color: #98a2b3;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

	.ca-unit-enquiry {
		padding: 26px 22px;
		border-radius: 14px;
	}

	.ca-unit-enquiry__details {
		grid-template-columns: 1fr;
	}

	.ca-unit-enquiry__detail + .ca-unit-enquiry__detail {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.ca-unit-enquiry__button {
		width: 100%;
	}

}

/* =========================================================
   UNIT ENQUIRY FORM
   ========================================================= */

.ca-unit-enquiry-form-section {
	margin-top: 0;
	padding: 72px 0 80px;
	border-top: 1px solid #e1e5eb;
}

.ca-unit-enquiry-form {
	max-width: 1024px;
	margin: 0 auto;
}


/* Header
   ========================================================= */

.ca-unit-enquiry-form__header {
	max-width: 760px;
	margin-bottom: 30px;
}

.ca-unit-enquiry-form__title {
	margin: 7px 0 10px;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #0f1b30;
}

.ca-unit-enquiry-form__intro {
	margin: 0;
	max-width: 700px;
	font-size: 16px;
	line-height: 1.7;
	color: #46536a;
}


/* Unit context
   ========================================================= */

.ca-unit-enquiry-form__context {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 32px;
	border: 1px solid #dce2ea;
	border-radius: 14px;
	overflow: hidden;
	background: #f7f8fa;
}

.ca-unit-enquiry-form__context-item {
	padding: 20px 22px;
	border-right: 1px solid #dce2ea;
}

.ca-unit-enquiry-form__context-item:last-child {
	border-right: 0;
}

.ca-unit-enquiry-form__context-item span {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	color: #8c99af;
}

.ca-unit-enquiry-form__context-item strong {
	display: block;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
	color: #0f1b30;
}


/* Form card
   ========================================================= */

.ca-unit-enquiry-form__form {
	padding: 32px;
	border: 1px solid #dce2ea;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 27, 48, 0.05);
}

.ca-unit-enquiry-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 22px;
}

.ca-unit-enquiry-form__field {
	min-width: 0;
}

.ca-unit-enquiry-form__grid
.ca-unit-enquiry-form__field:last-child {
	grid-column: 1 / -1;
}


/* Labels
   ========================================================= */

.ca-unit-enquiry-form__field label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	color: #65728a;
}

.ca-unit-enquiry-form__field label span {
	color: #bd5b16;
}


/* Inputs
   ========================================================= */

.ca-unit-enquiry-form__field input,
.ca-unit-enquiry-form__field textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid #ccd4df;
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
	color: #0f1b30;
	outline: none;
	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

.ca-unit-enquiry-form__field input {
	min-height: 50px;
}

.ca-unit-enquiry-form__field textarea {
	min-height: 130px;
	resize: vertical;
}

.ca-unit-enquiry-form__field input::placeholder,
.ca-unit-enquiry-form__field textarea::placeholder {
	color: #9aa4b4;
}

.ca-unit-enquiry-form__field input:focus,
.ca-unit-enquiry-form__field textarea:focus {
	border-color: #bd5b16;
	box-shadow: 0 0 0 3px rgba(189, 91, 22, 0.09);
}


/* Message
   ========================================================= */

.ca-unit-enquiry-form__field--message {
	margin-bottom: 24px;
}


/* Submit
   ========================================================= */

.ca-unit-enquiry-form__actions {
	display: flex;
	align-items: center;
}

.ca-unit-enquiry-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	background: #bd5b16;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	transition:
		background 0.18s ease,
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.ca-unit-enquiry-form__submit:hover {
	background: #a94e10;
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(189, 91, 22, 0.18);
}

.ca-unit-enquiry-form__submit span {
	font-size: 18px;
	line-height: 1;
}


/* Responsive
   ========================================================= */

@media (max-width: 767px) {

	.ca-unit-enquiry-form-section {
		padding: 50px 0 60px;
	}

	.ca-unit-enquiry-form__title {
		font-size: 26px;
	}

	.ca-unit-enquiry-form__context {
		grid-template-columns: 1fr;
	}

	.ca-unit-enquiry-form__context-item {
		border-right: 0;
		border-bottom: 1px solid #dce2ea;
	}

	.ca-unit-enquiry-form__context-item:last-child {
		border-bottom: 0;
	}

	.ca-unit-enquiry-form__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ca-unit-enquiry-form__grid
	.ca-unit-enquiry-form__field:last-child {
		grid-column: auto;
	}

	.ca-unit-enquiry-form__form {
		padding: 22px;
	}

	.ca-unit-enquiry-form__submit {
		width: 100%;
	}

}

/* =========================================================
   UNIT ENQUIRY — BUTTON OVERRIDE
   ========================================================= */

.ca-unit-enquiry-form__form
button.ca-unit-enquiry-form__submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 18px !important;

	width: auto !important;
	min-height: 50px !important;
	padding: 0 22px !important;

	border: 1px solid #bd5b16 !important;
	border-radius: 9px !important;

	background: #bd5b16 !important;
	background-color: #bd5b16 !important;

	color: #ffffff !important;

	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;

	box-shadow: none !important;
	cursor: pointer;
}

.ca-unit-enquiry-form__form
button.ca-unit-enquiry-form__submit:hover,
.ca-unit-enquiry-form__form
button.ca-unit-enquiry-form__submit:focus {
	border-color: #a94e10 !important;
	background: #a94e10 !important;
	background-color: #a94e10 !important;
	color: #ffffff !important;

	box-shadow: 0 7px 18px rgba(189, 91, 22, 0.18) !important;
	transform: translateY(-1px);
}

.ca-unit-enquiry-form__form
button.ca-unit-enquiry-form__submit span {
	color: #ffffff !important;
	font-size: 18px !important;
}

/* =========================================================
   RENTAL & INVESTMENT ESTIMATE
   ========================================================= */

.ca-unit-section--investment {
	margin-top: 4rem;
}

.ca-unit-section--investment .ca-unit-section__header {
	margin-bottom: 1.5rem;
}


/* ---------------------------------------------------------
   INVESTMENT METRIC GRID
   --------------------------------------------------------- */

.ca-unit-investment-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}


/* ---------------------------------------------------------
   METRIC CARDS
   --------------------------------------------------------- */

.ca-unit-investment-metric {
	min-width: 0;
	min-height: 145px;
	padding: 1.35rem 1.4rem;
	border: 1px solid #e3e7ed;
	border-radius: 14px;
	background: #f8fafc;
}


/* Small uppercase metric label */

.ca-unit-investment-metric > span:first-child {
	display: block;
	margin-bottom: 0.85rem;

	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.3;

	letter-spacing: 0.045em;
	text-transform: uppercase;

	color: #8995aa;
}


/* Main metric */

.ca-unit-investment-metric > strong {
	display: block;

	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.15;

	color: #0e1b31;
}


/* /month etc. */

.ca-unit-investment-metric__suffix {
	font-size: 0.78rem;
	font-weight: 500;

	color: #526079;
}


/* Supporting explanation */

.ca-unit-investment-metric > small {
	display: block;
	margin-top: 0.45rem;

	font-size: 0.8rem;
	line-height: 1.45;

	color: #526079;
}


/* ---------------------------------------------------------
   YIELD AFTER COSTS
   Give the investor-focused number subtle emphasis
   --------------------------------------------------------- */

.ca-unit-investment-metric--highlight {
	border-color: #ead8c7;
	background: #fffaf5;
}

.ca-unit-investment-metric--highlight > span:first-child {
	color: #b65c15;
}

.ca-unit-investment-metric--highlight > strong {
	font-size: 1.65rem;
}


/* ---------------------------------------------------------
   OPERATING ASSUMPTIONS
   --------------------------------------------------------- */

.ca-unit-investment-assumptions {
	margin-top: 1rem;
	padding: 0.9rem 1rem;

	border: 1px solid #e3e7ed;
	border-radius: 10px;

	background: #fbfcfe;

	font-size: 0.82rem;
	line-height: 1.5;

	color: #526079;
}

.ca-unit-investment-assumptions strong {
	color: #25344d;
}


/* ---------------------------------------------------------
   INVESTMENT SUMMARY / ANALYSIS
   --------------------------------------------------------- */

.ca-unit-analysis {
	margin-top: 1.75rem;
}

.ca-unit-analysis h3 {
	margin: 0 0 0.65rem;

	font-size: 1.05rem;
	line-height: 1.3;

	color: #101828;
}

.ca-unit-analysis p {
	margin: 0;

	font-size: 0.92rem;
	line-height: 1.65;

	color: #4e5c72;
}


/* Strengths + Trade-offs */

.ca-unit-analysis-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));

	gap: 1rem;
	margin-top: 1.5rem;
}

.ca-unit-analysis-card {
	padding: 1.25rem 1.35rem;

	border: 1px solid #e3e7ed;
	border-radius: 14px;

	background: #fff;
}

.ca-unit-analysis-card h3 {
	margin: 0 0 0.65rem;

	font-size: 1rem;
	color: #101828;
}

.ca-unit-analysis-card p {
	margin: 0;

	font-size: 0.88rem;
	line-height: 1.6;

	color: #526079;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

	.ca-unit-investment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

	.ca-unit-investment-grid {
		grid-template-columns: 1fr;
	}

	.ca-unit-investment-metric {
		min-height: 0;
		padding: 1.15rem 1.2rem;
	}

	.ca-unit-analysis-grid {
		grid-template-columns: 1fr;
	}

}

/* =========================================================
   LIKELY TENANT PROFILE
   ========================================================= */

.ca-unit-tenant-profile {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;

	margin-top: 1.25rem;
	padding: 1.1rem 1.25rem;

	border: 1px solid #e3e7ed;
	border-radius: 12px;

	background: #f8fafc;
}

.ca-unit-tenant-profile__label {
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;

	letter-spacing: 0.045em;
	text-transform: uppercase;

	color: #8995aa;
}

.ca-unit-tenant-profile__text {
	font-size: 0.9rem;
	line-height: 1.6;

	color: #25344d;
}


/* =========================================================
   INVESTMENT BULLET LISTS
   ========================================================= */

.ca-unit-analysis-list {
	margin: 0;
	padding-left: 1.15rem;

	font-size: 0.88rem;
	line-height: 1.55;

	color: #526079;
}

.ca-unit-analysis-list li {
	padding-left: 0.2rem;
}

.ca-unit-analysis-list li + li {
	margin-top: 0.4rem;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.ca-unit-tenant-profile {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

}

/* =========================================================
   PRICING — DISCOUNT LABEL
   ========================================================= */

.ca-unit-pricing-item small {
	display: block;
	margin-top: 0.45rem;

	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;

	color: #d9a46f;
}

/* =========================================================
   PURCHASE SNAPSHOT — STACKED FLOW
   ========================================================= */

.ca-unit-section--purchase-snapshot {
	margin-top: 4rem;
}

.ca-unit-purchase-flow {
	max-width: 760px;
	margin-top: 1.5rem;

	border: 1px solid #dde3eb;
	border-radius: 16px;
	overflow: hidden;

	background: #fff;
}


/* ---------------------------------------------------------
   PURCHASE PRICE
   --------------------------------------------------------- */

.ca-unit-purchase-flow__price {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 2rem;

	padding: 1.5rem;

	background: #fffaf5;
	border-bottom: 1px solid #ead8c7;
}

.ca-unit-purchase-flow__price-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
}

.ca-unit-purchase-flow__price-copy > span {
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;

	letter-spacing: 0.055em;
	text-transform: uppercase;

	color: #b65c15;
}

.ca-unit-purchase-flow__price-copy > small {
	display: inline-flex;
	align-items: center;
	width: fit-content;

	padding: 0.3rem 0.55rem;

	border-radius: 999px;
	background: #fff0e2;

	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1;

	color: #b65c15;
}

.ca-unit-purchase-flow__price > strong {
	align-self: center;

	font-size: 2.15rem;
	font-weight: 760;
	line-height: 1;
	letter-spacing: -0.03em;

	color: #0e1b31;
}


/* ---------------------------------------------------------
   SCENARIO PURCHASE PRICE
   --------------------------------------------------------- */

.ca-unit-purchase-flow__adjust {
	display: grid;
	grid-template-columns: auto auto;
	align-items: end;
	gap: 0.45rem 0.65rem;

	margin-top: 0.75rem;
}

.ca-unit-purchase-flow__adjust label {
	grid-column: 1 / -1;

	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;

	color: #526079;
}


/* Currency + input group */

.ca-unit-purchase-flow__input-wrap {
	display: flex;
	width: 150px;
	height: 40px;
}

.ca-unit-purchase-flow__currency {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 34px;
	flex: 0 0 34px;

	border: 1px solid #d8dee8;
	border-right: 0;
	border-radius: 8px 0 0 8px;

	background: #f8fafc;

	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1;

	color: #667085;

	box-sizing: border-box;
}


/* Number field */

.ca-unit-purchase-flow__input {
	min-width: 0;
	flex: 1;

	height: 40px;
	padding: 0 10px;

	border: 1px solid #d8dee8;
	border-radius: 0 8px 8px 0;

	background: #fff;

	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;

	color: #0e1b31;

	box-sizing: border-box;
	outline: none;
	box-shadow: none;
}

.ca-unit-purchase-flow__input-wrap:focus-within
.ca-unit-purchase-flow__currency {
	border-color: #c97a35;
}

.ca-unit-purchase-flow__input:focus {
	border-color: #c97a35;
	box-shadow: 0 0 0 3px rgba(201, 122, 53, 0.08);
}


/* Reset */

.ca-unit-purchase-flow__reset {
	height: 40px;
	padding: 0 0.85rem;

	border: 1px solid #d8dee8;
	border-radius: 8px;

	background: #fff;

	font-size: 0.78rem;
	font-weight: 700;

	color: #526079;

	cursor: pointer;
}

.ca-unit-purchase-flow__reset:hover {
	border-color: #c97a35;
	background: #fffaf5;
	color: #b65c15;
}


/* ---------------------------------------------------------
   PAYMENT STEPS
   --------------------------------------------------------- */

.ca-unit-purchase-flow__steps {
	display: block;
}

.ca-unit-purchase-flow__step {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;

	padding: 1.1rem 1.5rem;

	border-bottom: 1px solid #e3e7ed;
	background: #fff;
}

.ca-unit-purchase-flow__step:last-child {
	border-bottom: 0;
}

.ca-unit-purchase-flow__number {
	width: 30px;
	height: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 999px;
	background: #f1f4f8;

	font-size: 0.78rem;
	font-weight: 700;

	color: #526079;
}

.ca-unit-purchase-flow__content {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.ca-unit-purchase-flow__content span {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;

	color: #25344d;
}

.ca-unit-purchase-flow__content small {
	font-size: 0.8rem;
	line-height: 1.4;

	color: #667085;
}

.ca-unit-purchase-flow__step strong {
	text-align: right;

	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.15;

	color: #0e1b31;
}

.ca-unit-purchase-flow__step strong em {
	display: block;
	margin-top: 0.2rem;

	font-size: 0.78rem;
	font-style: normal;
	font-weight: 600;

	color: #667085;
}


/* Highlight monthly payment */

.ca-unit-purchase-flow__step--highlight {
	background: #fffaf5;
}

.ca-unit-purchase-flow__step--highlight
.ca-unit-purchase-flow__number {
	background: #fff0e2;
	color: #b65c15;
}

.ca-unit-purchase-flow__step--highlight strong {
	color: #b65c15;
}


/* ---------------------------------------------------------
   TRANSFER TAX
   --------------------------------------------------------- */

.ca-unit-purchase-flow__tax {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;

	padding: 1.15rem 1.5rem;

	border-top: 1px solid #dde3eb;
	background: #fbfcfe;
}

.ca-unit-purchase-flow__tax > div {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.ca-unit-purchase-flow__tax span {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #8995aa;
}

.ca-unit-purchase-flow__tax small {
	font-size: 0.8rem;
	line-height: 1.4;

	color: #667085;
}

.ca-unit-purchase-flow__tax strong {
	font-size: 1.3rem;
	font-weight: 700;

	color: #0e1b31;
}


/* ---------------------------------------------------------
   NOTE
   --------------------------------------------------------- */

.ca-unit-purchase-flow__note {
	max-width: 760px;
	margin: 0.9rem 0 0;

	font-size: 0.84rem;
	line-height: 1.55;

	color: #526079;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

	.ca-unit-purchase-flow__price {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.ca-unit-purchase-flow__price > strong {
		align-self: auto;
		font-size: 1.8rem;
	}

	.ca-unit-purchase-flow__adjust {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ca-unit-purchase-flow__input-wrap {
		width: 145px;
	}

	.ca-unit-purchase-flow__tax {
		align-items: flex-start;
	}

	.ca-unit-purchase-flow__step {
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.ca-unit-purchase-flow__step strong {
		grid-column: 2;
		margin-top: 0.3rem;

		text-align: left;
	}

	.ca-unit-purchase-flow__tax strong {
		font-size: 1.4rem;
	}

}

/* =========================================================
   PURCHASE SNAPSHOT — SCENARIO ACTIONS
   Print / Save PDF / Share Scenario
   ========================================================= */

.ca-unit-scenario-actions {
	display: flex;
	align-items: center;
	gap: 0.65rem;

	max-width: 760px;
	margin-top: 1rem;
}


/* Individual action */

.ca-unit-scenario-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;

	min-height: 38px;
	padding: 0.5rem 0.8rem;

	border: 1px solid #d8dee8;
	border-radius: 8px;

	background: #fff;

	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;

	color: #526079;

	cursor: pointer;

	transition:
		border-color 0.15s ease,
		background-color 0.15s ease,
		color 0.15s ease;
}


/* Icon */

.ca-unit-scenario-action__icon {
	width: 17px;
	height: 17px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 17px;
}

.ca-unit-scenario-action__icon svg {
	display: block;

	width: 17px;
	height: 17px;

	max-width: 17px;
	max-height: 17px;
}


/* Hover */

.ca-unit-scenario-action:hover {
	border-color: #c97a35;
	background: #fffaf5;
	color: #b65c15;
}


/* Keyboard focus */

.ca-unit-scenario-action:focus-visible {
	outline: none;

	border-color: #c97a35;

	box-shadow: 0 0 0 3px rgba(201, 122, 53, 0.10);
}


/* Share gets a little more room */

.ca-unit-scenario-action[data-ca-scenario-share] {
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.ca-unit-scenario-actions {
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	.ca-unit-scenario-action {
		min-height: 38px;
		padding: 0.5rem 0.7rem;

		font-size: 0.75rem;
	}

}

/* =========================================================
   DEDICATED PRINT / PDF SNAPSHOT
   Add to the bottom of unit-page.css
   ========================================================= */

/* Never show the dedicated print sheet on the website. */
.ca-unit-print-snapshot {
	display: none;
}


/* ---------------------------------------------------------
   PRINT ONLY
   --------------------------------------------------------- */

@media print {

	@page {
		size: auto;
		margin: 12mm;
	}

	/* The JS places one clean clone directly under <body>. */
	body.ca-unit-printing > *:not(.ca-unit-print-snapshot--active) {
		display: none !important;
	}

	body.ca-unit-printing {
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
	}

	body.ca-unit-printing .ca-unit-print-snapshot--active {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;

		background: #fff !important;
		color: #0e1b31 !important;

		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 9.5pt !important;
		line-height: 1.35 !important;

		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.ca-unit-print-snapshot--active *,
	.ca-unit-print-snapshot--active *::before,
	.ca-unit-print-snapshot--active *::after {
		box-sizing: border-box !important;
	}

	.ca-unit-print-snapshot__header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 20px;

		padding-bottom: 12px;
		border-bottom: 2px solid #0e1b31;
	}

	.ca-unit-print-snapshot__brand {
		font-size: 15pt;
		font-weight: 700;
	}

	.ca-unit-print-snapshot__kicker,
	.ca-unit-print-snapshot__date {
		margin-top: 2px;
		font-size: 8pt;
		color: #667085;
	}

	.ca-unit-print-snapshot__title {
		padding: 15px 0 12px;
	}

	.ca-unit-print-snapshot__development {
		margin-bottom: 3px;

		font-size: 8pt;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;

		color: #b65c15;
	}

	.ca-unit-print-snapshot__title h1 {
		margin: 0 0 7px !important;

		font-size: 21pt !important;
		line-height: 1.1 !important;
	}

	.ca-unit-print-snapshot__specs {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.ca-unit-print-snapshot__specs span {
		font-size: 8.5pt;
		color: #526079;
	}

	.ca-unit-print-snapshot__specs span:not(:last-child)::after {
		content: "•";
		margin: 0 8px;
		color: #a0a8b6;
	}

	.ca-unit-print-snapshot__section {
		margin-top: 12px;
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.ca-unit-print-snapshot__section h2 {
		margin: 0 0 7px !important;

		font-size: 10pt !important;
		font-weight: 800 !important;
		letter-spacing: 0.045em !important;
		text-transform: uppercase !important;

		color: #526079 !important;
	}

	.ca-unit-print-snapshot__grid {
		display: grid;
		border: 1px solid #d8dee8;
		border-radius: 6px;
		overflow: hidden;
	}

	.ca-unit-print-snapshot__grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ca-unit-print-snapshot__metric {
		min-height: 58px;
		padding: 9px 10px;

		border-right: 1px solid #d8dee8;
		background: #fff;
	}

	.ca-unit-print-snapshot__metric:last-child {
		border-right: 0;
	}

	.ca-unit-print-snapshot__metric span {
		display: block;
		margin-bottom: 4px;

		font-size: 6.8pt;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;

		color: #8995aa;
	}

	.ca-unit-print-snapshot__metric strong {
		font-size: 11pt;
		line-height: 1.15;
		color: #0e1b31;
	}

	.ca-unit-print-snapshot__section--scenario {
		border: 1px solid #e5d4c4;
		border-radius: 7px;
		overflow: hidden;
	}

	.ca-unit-print-snapshot__scenario-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;

		padding: 10px 12px;

		background: #fffaf5;
		border-bottom: 1px solid #e5d4c4;
	}

	.ca-unit-print-snapshot__scenario-head > div > span {
		display: block;

		font-size: 7pt;
		font-weight: 800;
		letter-spacing: 0.05em;
		text-transform: uppercase;

		color: #b65c15;
	}

	.ca-unit-print-snapshot__scenario-head small {
		display: block;
		margin-top: 2px;

		font-size: 7pt;
		color: #667085;
	}

	.ca-unit-print-snapshot__scenario-head > strong {
		font-size: 18pt;
		color: #0e1b31;
	}

	.ca-unit-print-snapshot__flow > div {
		display: grid;
		grid-template-columns: 24px minmax(0, 1fr) auto;
		align-items: center;
		gap: 9px;

		min-height: 45px;
		padding: 7px 12px;

		border-bottom: 1px solid #e3e7ed;
	}

	.ca-unit-print-snapshot__flow > div.is-highlight {
		background: #fffaf5;
	}

	.ca-unit-print-snapshot__flow > div > span {
		display: flex;
		align-items: center;
		justify-content: center;

		width: 21px;
		height: 21px;

		border-radius: 50%;
		background: #f1f4f8;

		font-size: 7pt;
		font-weight: 700;
		color: #526079;
	}

	.ca-unit-print-snapshot__flow p {
		margin: 0 !important;
	}

	.ca-unit-print-snapshot__flow p strong,
	.ca-unit-print-snapshot__flow p small {
		display: block;
	}

	.ca-unit-print-snapshot__flow p strong {
		font-size: 8.5pt;
	}

	.ca-unit-print-snapshot__flow p small {
		margin-top: 1px;
		font-size: 7pt;
		color: #667085;
	}

	.ca-unit-print-snapshot__flow b {
		text-align: right;
		font-size: 11pt;
	}

	.ca-unit-print-snapshot__flow b small {
		display: block;
		font-size: 6.5pt;
		font-weight: 600;
		color: #667085;
	}

	.ca-unit-print-snapshot__flow .is-highlight b {
		color: #b65c15;
	}

	.ca-unit-print-snapshot__tax {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;

		padding: 8px 12px;

		background: #fbfcfe;
	}

	.ca-unit-print-snapshot__tax span,
	.ca-unit-print-snapshot__tax small {
		display: block;
	}

	.ca-unit-print-snapshot__tax span {
		font-size: 7pt;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #8995aa;
	}

	.ca-unit-print-snapshot__tax small {
		margin-top: 2px;
		font-size: 6.8pt;
		color: #667085;
	}

	.ca-unit-print-snapshot__tax strong {
		font-size: 11pt;
	}

	.ca-unit-print-snapshot__footer {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 24px;

		margin-top: 13px;
		padding-top: 8px;

		border-top: 1px solid #d8dee8;

		font-size: 6.7pt;
		color: #667085;
	}

	.ca-unit-print-snapshot__footer p {
		max-width: 72%;
		margin: 0 !important;
	}

	.ca-unit-print-snapshot__footer > div {
		text-align: right;
	}

	/* Keep the snapshot compact and avoid accidental web UI. */
	.ca-unit-print-snapshot--active img,
	.ca-unit-print-snapshot--active svg,
	.ca-unit-print-snapshot--active button,
	.ca-unit-print-snapshot--active input {
		display: none !important;
	}
}

/* =========================================================
   PRINT SNAPSHOT — PREVENT BLANK SECOND PAGE
   ========================================================= */

@media print {

	html,
	body {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	body.ca-unit-printing {
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.ca-unit-printing .ca-unit-print-snapshot--active {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;

		margin: 0 !important;
		padding-bottom: 0 !important;

		overflow: visible !important;
	}

	/* Prevent trailing margins from generating another sheet */
	.ca-unit-print-snapshot__footer {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.ca-unit-print-snapshot--active > *:last-child {
		margin-bottom: 0 !important;
	}

}