/* Home only: featured properties and developments cards. */

body.home .rc-featured-properties {
	background: #F2F2F2;
	padding: clamp(72px, 7vw, 108px) 0;
}

body.home .rc-featured-properties .rc-section-heading,
body.home .rc-home-developments .rc-dev-premium__intro {
	margin-bottom: clamp(28px, 4vw, 42px);
	max-width: 760px;
}

body.home .rc-featured-properties .rc-eyebrow,
body.home .rc-home-developments .rc-dev-premium__eyebrow {
	color: #6F6F6F;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.home .rc-featured-properties .rc-section-heading h2,
body.home .rc-home-developments .rc-dev-premium__intro h2 {
	color: #0B0B0B;
	font-size: clamp(2.2rem, 4vw, 3.7rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

body.home .rc-home-developments .rc-dev-premium__intro > p {
	color: rgba(11, 11, 11, 0.68);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 16px;
}

body.home .rc-featured-properties .rc-card-grid,
body.home .rc-home-developments .rc-dev-premium__grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .rc-featured-properties .rc-property-card,
body.home .rc-home-developments .rc-dev-premium__card {
	background: #ffffff;
	border: 1px solid rgba(11, 11, 11, 0.09);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(11, 11, 11, 0.09);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

body.home .rc-featured-properties .rc-property-card__media,
body.home .rc-home-developments .rc-dev-premium__image {
	aspect-ratio: 16 / 10;
	background: #F2F2F2;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}

body.home .rc-featured-properties .rc-property-card__media::after,
body.home .rc-home-developments .rc-dev-premium__image::after {
	background: linear-gradient(180deg, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.16));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.home .rc-featured-properties .rc-property-card__media img,
body.home .rc-home-developments .rc-dev-premium__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

body.home .rc-featured-properties .rc-property-card__status,
body.home .rc-home-developments .rc-dev-premium__badge {
	align-items: center;
	background: rgba(217, 168, 78, 0.2);
	border: 1px solid rgba(217, 168, 78, 0.34);
	border-radius: 999px;
	color: #0B0B0B;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	min-height: 28px;
	padding: 0 11px;
	text-transform: uppercase;
}

body.home .rc-featured-properties .rc-property-card__status {
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 2;
}

body.home .rc-home-developments .rc-dev-premium__card-top {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 0 0 14px;
}

body.home .rc-home-developments .rc-dev-premium__number {
	color: rgba(11, 11, 11, 0.22);
	font-size: 1.1rem;
	font-weight: 850;
	line-height: 1;
}

body.home .rc-featured-properties .rc-property-card__body,
body.home .rc-home-developments .rc-dev-premium__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
	padding: 24px 24px 0;
}

body.home .rc-featured-properties .rc-property-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.home .rc-featured-properties .rc-property-card__chips span,
body.home .rc-home-developments .rc-dev-premium__type {
	background: transparent;
	border: 0;
	color: #6F6F6F;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

body.home .rc-featured-properties .rc-property-card__title,
body.home .rc-home-developments .rc-dev-premium__content h3 {
	color: #0B0B0B;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

body.home .rc-featured-properties .rc-property-card__title a {
	color: inherit;
	text-decoration: none;
}

body.home .rc-featured-properties .rc-property-card__location,
body.home .rc-featured-properties .rc-property-card__zone,
body.home .rc-featured-properties .rc-property-card__description,
body.home .rc-home-developments .rc-dev-premium__content p:not(.rc-dev-premium__type) {
	background: transparent;
	border: 0;
	color: rgba(11, 11, 11, 0.66);
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.62;
	margin: 0;
	padding: 0;
}

body.home .rc-featured-properties .rc-property-card__zone {
	color: #1A1A1A;
	font-weight: 700;
}

body.home .rc-featured-properties .rc-property-card__price {
	color: #1A1A1A;
	font-size: 1.32rem;
	font-weight: 850;
	line-height: 1.18;
	margin: 2px 0 0;
}

body.home .rc-featured-properties .rc-property-card__facts,
body.home .rc-home-developments .rc-dev-premium__specs {
	border: 0;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 4px 0 0;
	padding: 0;
}

body.home .rc-home-developments .rc-dev-premium__specs {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .rc-featured-properties .rc-property-card__facts div,
body.home .rc-home-developments .rc-dev-premium__specs div {
	align-items: flex-start;
	background: rgba(242, 242, 242, 0.58);
	border: 0;
	border-radius: 999px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
	min-height: 54px;
	padding: 10px 14px;
}

body.home .rc-featured-properties .rc-property-card__facts span,
body.home .rc-home-developments .rc-dev-premium__specs span {
	color: rgba(11, 11, 11, 0.56);
	display: block;
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1.15;
	text-transform: uppercase;
}

body.home .rc-featured-properties .rc-property-card__facts strong,
body.home .rc-home-developments .rc-dev-premium__specs strong {
	color: #0B0B0B;
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	text-align: left;
}

body.home .rc-featured-properties .rc-property-card__actions,
body.home .rc-home-developments .rc-dev-premium__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
	padding: 22px 24px 24px;
}

body.home .rc-featured-properties .rc-property-button,
body.home .rc-home-developments .rc-dev-premium__btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.home .rc-featured-properties .rc-property-button:hover,
body.home .rc-home-developments .rc-dev-premium__btn:hover {
	transform: translateY(-1px);
}

body.home .rc-featured-properties .rc-property-button--primary,
body.home .rc-home-developments .rc-dev-premium__btn--dark {
	background: #0B0B0B;
	border: 1px solid #0B0B0B;
	color: #ffffff;
}

body.home .rc-featured-properties .rc-property-button--secondary,
body.home .rc-home-developments .rc-dev-premium__btn--line {
	background: #ffffff;
	border: 1px solid rgba(11, 11, 11, 0.14);
	color: #1A1A1A;
}

@media (max-width: 1120px) {
	body.home .rc-featured-properties .rc-card-grid,
	body.home .rc-home-developments .rc-dev-premium__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .rc-home-developments .rc-dev-premium__card--featured {
		grid-column: auto;
	}

	body.home .rc-home-developments .rc-dev-premium__specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.home .rc-featured-properties,
	body.home .rc-home-developments {
		padding: 64px 0;
	}

	body.home .rc-featured-properties .rc-card-grid,
	body.home .rc-home-developments .rc-dev-premium__grid,
	body.home .rc-featured-properties .rc-property-card__facts,
	body.home .rc-home-developments .rc-dev-premium__specs {
		grid-template-columns: 1fr;
	}

	body.home .rc-featured-properties .rc-property-card__body,
	body.home .rc-home-developments .rc-dev-premium__content {
		padding: 22px 20px 0;
	}

	body.home .rc-featured-properties .rc-property-card__actions,
	body.home .rc-home-developments .rc-dev-premium__actions {
		flex-direction: column;
		padding: 20px;
	}

	body.home .rc-featured-properties .rc-property-button,
	body.home .rc-home-developments .rc-dev-premium__btn {
		width: 100%;
	}
}

/* The previous developments stylesheet uses !important heavily; this final
   home-scoped layer must match it to remove the old table/input look. */
body.home .rc-home-developments,
body.home .rc-home-developments * {
	box-sizing: border-box !important;
}

body.home .rc-home-developments {
	background: #F2F2F2 !important;
	border-bottom: 1px solid rgba(11, 11, 11, 0.08) !important;
	border-top: 1px solid rgba(11, 11, 11, 0.08) !important;
	overflow: hidden !important;
	padding: clamp(72px, 7vw, 108px) 0 !important;
}

body.home .rc-home-developments::before {
	content: none !important;
}

body.home .rc-home-developments .rc-dev-premium__wrap {
	margin: 0 auto !important;
	width: min(1240px, calc(100% - 48px)) !important;
}

body.home .rc-home-developments .rc-dev-premium__intro {
	margin: 0 0 clamp(28px, 4vw, 42px) !important;
	max-width: 760px !important;
}

body.home .rc-home-developments .rc-dev-premium__eyebrow {
	background: transparent !important;
	border: 0 !important;
	color: #6F6F6F !important;
	font-size: 0.76rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.12em !important;
	margin: 0 0 12px !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-transform: uppercase !important;
}

body.home .rc-home-developments .rc-dev-premium__intro h2 {
	color: #0B0B0B !important;
	font-size: clamp(2.2rem, 4vw, 3.7rem) !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	margin: 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__intro > p {
	color: rgba(11, 11, 11, 0.68) !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.7 !important;
	margin: 16px 0 0 !important;
	max-width: 720px !important;
}

body.home .rc-home-developments .rc-dev-premium__grid {
	align-items: stretch !important;
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .rc-home-developments .rc-dev-premium__card,
body.home .rc-home-developments .rc-dev-premium__card--featured {
	background: #ffffff !important;
	border: 1px solid rgba(11, 11, 11, 0.09) !important;
	border-radius: 8px !important;
	box-shadow: 0 18px 46px rgba(11, 11, 11, 0.09) !important;
	display: flex !important;
	flex-direction: column !important;
	grid-column: auto !important;
	min-height: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__card::after {
	content: none !important;
}

body.home .rc-home-developments .rc-dev-premium__image {
	aspect-ratio: 16 / 10 !important;
	background: #F2F2F2 !important;
	display: block !important;
	height: auto !important;
	overflow: hidden !important;
	position: relative !important;
}

body.home .rc-home-developments .rc-dev-premium__image::after {
	background: linear-gradient(180deg, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.16)) !important;
	content: "" !important;
	inset: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
}

body.home .rc-home-developments .rc-dev-premium__image img {
	display: block !important;
	filter: none !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	width: 100% !important;
}

body.home .rc-home-developments .rc-dev-premium__content,
body.home .rc-home-developments .rc-dev-premium__card--featured .rc-dev-premium__content {
	background: transparent !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 14px !important;
	padding: 24px 24px 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__card-top,
body.home .rc-home-developments .rc-dev-premium__card-top--inside {
	align-items: center !important;
	display: flex !important;
	gap: 14px !important;
	justify-content: space-between !important;
	margin: 0 0 14px !important;
}

body.home .rc-home-developments .rc-dev-premium__badge {
	background: rgba(217, 168, 78, 0.2) !important;
	border: 1px solid rgba(217, 168, 78, 0.34) !important;
	border-radius: 999px !important;
	color: #0B0B0B !important;
	font-size: 0.68rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	min-height: 28px !important;
	padding: 0 11px !important;
	text-transform: uppercase !important;
}

body.home .rc-home-developments .rc-dev-premium__number {
	color: rgba(11, 11, 11, 0.22) !important;
	font-size: 1.1rem !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
}

body.home .rc-home-developments .rc-dev-premium__type {
	background: transparent !important;
	border: 0 !important;
	color: #6F6F6F !important;
	font-size: 0.72rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase !important;
}

body.home .rc-home-developments .rc-dev-premium__content h3 {
	color: #0B0B0B !important;
	font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
	margin: 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__content p:not(.rc-dev-premium__type) {
	background: transparent !important;
	border: 0 !important;
	color: rgba(11, 11, 11, 0.66) !important;
	font-size: 0.96rem !important;
	font-weight: 500 !important;
	line-height: 1.62 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__specs {
	border: 0 !important;
	display: grid !important;
	gap: 8px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin: 4px 0 0 !important;
	padding: 0 !important;
}

body.home .rc-home-developments .rc-dev-premium__specs div {
	align-items: flex-start !important;
	background: rgba(242, 242, 242, 0.58) !important;
	border: 0 !important;
	border-radius: 999px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 3px !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 10px 14px !important;
}

body.home .rc-home-developments .rc-dev-premium__specs span {
	color: rgba(11, 11, 11, 0.56) !important;
	display: block !important;
	font-size: 0.64rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.06em !important;
	line-height: 1.15 !important;
	text-transform: uppercase !important;
}

body.home .rc-home-developments .rc-dev-premium__specs strong {
	color: #0B0B0B !important;
	display: block !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	text-align: left !important;
}

body.home .rc-home-developments .rc-dev-premium__actions,
body.home .rc-home-developments .rc-dev-premium__card--featured .rc-dev-premium__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: auto !important;
	padding: 22px 24px 24px !important;
}

body.home .rc-home-developments .rc-dev-premium__btn {
	align-items: center !important;
	border-radius: 8px !important;
	display: inline-flex !important;
	font-size: 0.82rem !important;
	font-weight: 850 !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 44px !important;
	padding: 0 16px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease !important;
	white-space: normal !important;
}

body.home .rc-home-developments .rc-dev-premium__btn:hover {
	transform: translateY(-1px) !important;
}

body.home .rc-home-developments .rc-dev-premium__btn--dark {
	background: #0B0B0B !important;
	border: 1px solid #0B0B0B !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

body.home .rc-home-developments .rc-dev-premium__btn--line {
	background: #ffffff !important;
	border: 1px solid rgba(11, 11, 11, 0.14) !important;
	box-shadow: none !important;
	color: #1A1A1A !important;
}

@media (max-width: 1120px) {
	body.home .rc-home-developments .rc-dev-premium__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.home .rc-home-developments .rc-dev-premium__specs {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	body.home .rc-home-developments {
		padding: 64px 0 !important;
	}

	body.home .rc-home-developments .rc-dev-premium__wrap {
		width: min(100% - 34px, 560px) !important;
	}

	body.home .rc-home-developments .rc-dev-premium__grid,
	body.home .rc-home-developments .rc-dev-premium__specs {
		grid-template-columns: 1fr !important;
	}

	body.home .rc-home-developments .rc-dev-premium__content,
	body.home .rc-home-developments .rc-dev-premium__card--featured .rc-dev-premium__content {
		padding: 22px 20px 0 !important;
	}

	body.home .rc-home-developments .rc-dev-premium__actions,
	body.home .rc-home-developments .rc-dev-premium__card--featured .rc-dev-premium__actions {
		flex-direction: column !important;
		padding: 20px !important;
	}

	body.home .rc-home-developments .rc-dev-premium__btn {
		width: 100% !important;
	}
}
