body.ph-refactor-v1.ph-page-single-property {
	background:
		radial-gradient(circle at top center, rgba(244, 118, 29, 0.12), transparent 24rem),
		linear-gradient(180deg, #faf7f2 0%, #f4ede4 100%);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero {
	display: grid;
	gap: 1.3rem;
	padding-block: clamp(1.1rem, 2vw, 1.6rem) clamp(3rem, 5vw, 4rem);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__topbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: rgba(31, 37, 35, 0.58);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__breadcrumbs strong {
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-topbar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery {
	order: 1;
	overflow: hidden;
	border-radius: 1.7rem;
	box-shadow: 0 24px 48px rgba(26, 31, 28, 0.12);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__content {
	order: 2;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.44fr) minmax(320px, 0.76fr);
	grid-template-areas:
		"summary sidebar"
		"facts sidebar"
		"sections sidebar";
	gap: 1.4rem;
	align-items: start;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout__summary {
	grid-area: summary;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout__facts {
	grid-area: facts;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout__sections {
	grid-area: sections;
	display: grid;
	gap: 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout__sidebar {
	grid-area: sidebar;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary,
body.ph-refactor-v1.ph-page-single-property .ph-single-section,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card,
body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts {
	border: 1px solid rgba(203, 184, 159, 0.3);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ph-shadow-soft);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary {
	display: grid;
	gap: 1rem;
	padding: clamp(1.35rem, 1vw + 1rem, 1.9rem);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-title-block h1 {
	margin: 0;
	font-size: clamp(2.15rem, 4vw, 3.55rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__location {
	margin-top: 0.75rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price-meta {
	display: grid;
	gap: 0.45rem;
	padding: 1rem 1.05rem;
	border-radius: 1.2rem;
	background: rgba(245, 236, 226, 0.72);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price-label,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__eyebrow,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__safety-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(31, 37, 35, 0.56);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__price {
	font-size: clamp(2rem, 3vw, 2.6rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__subprice,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__subprice {
	margin: 0.35rem 0 0;
	font-size: 0.92rem;
	color: rgba(31, 37, 35, 0.66);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 0.35rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-spec {
	display: grid;
	justify-items: center;
	gap: 0.3rem;
	padding: 1rem 0.9rem;
	text-align: center;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section {
	padding: clamp(1.2rem, 1vw + 1rem, 1.75rem);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-richtext,
body.ph-refactor-v1.ph-page-single-property .ph-single-section__intro {
	color: rgba(31, 37, 35, 0.72);
	line-height: 1.72;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid__item {
	display: grid;
	gap: 0.2rem;
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: rgba(246, 239, 232, 0.88);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid__item span {
	font-size: 0.75rem;
	font-weight: 700;
	color: rgba(31, 37, 35, 0.56);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid__item strong {
	font-size: 0.96rem;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-features li {
	display: flex;
	gap: 0.7rem;
	align-items: center;
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: rgba(248, 242, 235, 0.88);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card {
	display: grid;
	gap: 0.9rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__map {
	position: relative;
	min-height: 260px;
	border-radius: 1.25rem;
	overflow: hidden;
	background-color: #dcccb9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__map::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 20, 18, 0.06), rgba(17, 20, 18, 0.6));
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__badge {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 1;
	display: grid;
	gap: 0.25rem;
	max-width: 260px;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255, 250, 244, 0.94);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__badge p,
body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__badge strong {
	margin: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__badge p {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(31, 37, 35, 0.54);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__notes {
	display: grid;
	gap: 0.75rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__notes p {
	margin: 0;
	padding-left: 1rem;
	position: relative;
	color: rgba(31, 37, 35, 0.72);
	line-height: 1.68;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-location-card__notes p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 999px;
	background: #e76b16;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 1.2rem;
	padding: 1.2rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__intro,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__price-block {
	display: grid;
	gap: 0.35rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__intro h2 {
	margin: 0;
	font-size: clamp(1.35rem, 1.8vw, 1.65rem);
	line-height: 1.04;
	letter-spacing: -0.05em;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__intro p:last-child,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__helper,
body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__legal {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.62;
	color: rgba(31, 37, 35, 0.68);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__seller {
	padding: 0.8rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.9);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__stat {
	display: grid;
	gap: 0.25rem;
	padding: 0.8rem 0.7rem;
	border-radius: 0.95rem;
	background: rgba(245, 236, 226, 0.72);
	text-align: center;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__stat span {
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(31, 37, 35, 0.58);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__stat strong {
	font-size: 0.94rem;
	line-height: 1.35;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__actions .ph-button {
	width: 100%;
	justify-content: center;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__safety {
	display: grid;
	gap: 0.65rem;
	padding: 1rem;
	border-radius: 1.2rem;
	background: rgba(255, 247, 233, 0.96);
	border: 1px solid rgba(236, 183, 91, 0.22);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__safety ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__safety li {
	position: relative;
	padding-left: 1rem;
	font-size: 0.88rem;
	line-height: 1.6;
	color: rgba(31, 37, 35, 0.72);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__safety li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58rem;
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 999px;
	background: #e76b16;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-form .directorist-form-element {
	min-height: 3rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(204, 185, 161, 0.36);
	background: rgba(255, 255, 255, 0.95);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-form textarea.directorist-form-element {
	min-height: 7.25rem;
}

body.ph-refactor-v1.ph-page-single-property .directorist-btn-submit {
	min-height: 3.1rem;
	border-radius: 999px;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card .ph-market-listing-card__seller,
body.ph-refactor-v1.ph-page-single-property .ph-single-related-card .ph-market-listing-card__footer {
	display: none;
}

@media (max-width: 1080px) {
	body.ph-refactor-v1.ph-page-single-property .ph-single-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"summary"
			"facts"
			"sidebar"
			"sections";
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card {
		position: static;
	}
}

@media (max-width: 782px) {
	body.ph-refactor-v1.ph-page-single-property .ph-single-gallery,
	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary,
	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts,
	body.ph-refactor-v1.ph-page-single-property .ph-single-section,
	body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card {
		border-radius: 1.2rem;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-topbar__actions,
	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts,
	body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid,
	body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__stats,
	body.ph-refactor-v1.ph-page-single-property .ph-single-inquiry-card__actions,
	body.ph-refactor-v1.ph-page-single-property .ph-single-related-grid {
		grid-template-columns: 1fr;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-title-block h1 {
		font-size: clamp(1.95rem, 10vw, 2.9rem);
	}
}

/* RENAA-19: simplify the single listing surface into the tighter Kimi rhythm */
body.ph-refactor-v1.ph-page-single-property .ph-single-hero {
	gap: 1.5rem;
	padding-block: 1rem 3rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.86fr);
	grid-template-areas:
		"hero stack-top"
		"hero stack-bottom";
	gap: 0.7rem;
	border-radius: 1rem;
	box-shadow: none;
	background: transparent;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item {
	margin: 0;
	overflow: hidden;
	border-radius: 1rem;
	background: #ebe6df;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item--hero {
	grid-area: hero;
	aspect-ratio: 1.34;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item--stack-top {
	grid-area: stack-top;
	aspect-ratio: 1;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item--stack-bottom {
	grid-area: stack-bottom;
	aspect-ratio: 1;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item img,
body.ph-refactor-v1.ph-page-single-property .ph-single-gallery-dialog__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__placeholder,
body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: rgba(31, 37, 35, 0.4);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__view-all {
	bottom: 0.8rem;
	right: 0.8rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 24px rgba(31, 37, 35, 0.15);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout {
	grid-template-columns: minmax(0, 1.72fr) minmax(290px, 360px);
	grid-template-areas:
		"summary sidebar"
		"facts sidebar"
		"sections sidebar";
	gap: 2rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary,
body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts,
body.ph-refactor-v1.ph-page-single-property .ph-single-section {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary {
	padding: 0 0 1.35rem;
	border-bottom: 1px solid rgba(31, 37, 35, 0.12);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-title-block h1 {
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	line-height: 0.96;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__location {
	color: rgba(31, 37, 35, 0.72);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price-meta {
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 0.9rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(228, 173, 97, 0.24);
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(255, 248, 238, 0.98), rgba(248, 241, 233, 0.92));
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price {
	font-size: clamp(2rem, 3vw, 2.3rem);
	color: #ef6b1e;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 1rem 0;
	border-bottom: 1px solid rgba(31, 37, 35, 0.12);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-spec {
	padding: 0 1rem;
	gap: 0.35rem;
	border-right: 1px solid rgba(31, 37, 35, 0.08);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-spec:last-child {
	border-right: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-layout__sections {
	gap: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section {
	padding: 1.45rem 0;
	border-bottom: 1px solid rgba(31, 37, 35, 0.12);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section__header {
	margin-bottom: 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section__header .ph-home-section__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(31, 37, 35, 0.52);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-section__header h2,
body.ph-refactor-v1.ph-page-single-property .ph-single-section h2 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-richtext {
	max-width: 62ch;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-richtext p {
	margin: 0 0 0.9rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-richtext p:last-child {
	margin-bottom: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid {
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	gap: 0.85rem 1.2rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid__item {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid__item span {
	text-transform: none;
	letter-spacing: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-features {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.7rem 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-features li {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-map-placeholder {
	display: grid;
	place-items: center;
	min-height: 210px;
	border: 1px solid rgba(31, 37, 35, 0.08);
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(250, 250, 248, 0.98), rgba(243, 245, 248, 0.98));
	text-align: center;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-map-placeholder__inner {
	display: grid;
	justify-items: center;
	gap: 0.5rem;
	color: rgba(31, 37, 35, 0.72);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-map-placeholder__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #7f8ca0;
	box-shadow: 0 12px 24px rgba(31, 37, 35, 0.08);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-map-placeholder__caption {
	margin: 0.9rem 0 0;
	color: rgba(31, 37, 35, 0.62);
	line-height: 1.6;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-hero__sidebar {
	display: grid;
	gap: 1rem;
	align-self: start;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card {
	display: grid;
	gap: 1rem;
	padding: 1.2rem;
	border: 1px solid rgba(31, 37, 35, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 36px rgba(31, 37, 35, 0.08);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__seller {
	padding: 0;
	background: transparent;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__seller-note,
body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__legal,
body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__intro p {
	margin: 0;
	color: rgba(31, 37, 35, 0.66);
	line-height: 1.55;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__intro h2 {
	margin: 0 0 0.35rem;
	font-size: 1.18rem;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__stat {
	display: grid;
	gap: 0.2rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__stat span {
	font-size: 0.78rem;
	color: rgba(31, 37, 35, 0.56);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__stat strong {
	font-size: 0.92rem;
	color: #1f2523;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__actions .ph-button {
	width: 100%;
	justify-content: center;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(31, 37, 35, 0.52);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__support {
	display: grid;
	gap: 0.35rem;
	padding-top: 0.15rem;
	border-top: 1px solid rgba(31, 37, 35, 0.08);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__tips {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding-left: 1rem;
	color: rgba(31, 37, 35, 0.7);
	line-height: 1.55;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--tips {
	background: linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(255, 248, 234, 0.98));
	border-color: rgba(228, 173, 97, 0.28);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--inquiry .directorist-contact-owner-form-inner {
	display: grid;
	gap: 0.75rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--inquiry .directorist-form-group {
	margin: 0;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--inquiry .directorist-form-element {
	min-height: 2.7rem;
	border-radius: 0.7rem;
	border: 1px solid rgba(31, 37, 35, 0.12);
	background: #fff;
	box-shadow: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--inquiry textarea.directorist-form-element {
	min-height: 5.6rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card--inquiry .directorist-btn-submit {
	width: 100%;
	min-height: 2.95rem;
	border: 0;
	border-radius: 0.7rem;
	background: #1d2436;
	color: #fff;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card {
	overflow: hidden;
	border: 1px solid rgba(31, 37, 35, 0.08);
	border-radius: 0.95rem;
	background: #fff;
	box-shadow: 0 14px 28px rgba(31, 37, 35, 0.06);
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.46;
	background: linear-gradient(135deg, rgba(222, 213, 201, 0.95), rgba(238, 233, 226, 0.95));
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__badge {
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	z-index: 1;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(44, 194, 126, 0.95);
	color: #fff;
	font-size: 0.67rem;
	font-weight: 700;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__body {
	display: grid;
	gap: 0.55rem;
	padding: 0.9rem 0.95rem 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__type {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(31, 37, 35, 0.52);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.25;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card h3 a {
	color: #1f2523;
	text-decoration: none;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__location {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	color: rgba(31, 37, 35, 0.62);
	font-size: 0.84rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__footer strong {
	color: #ef6b1e;
	font-size: 1rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__specs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(31, 37, 35, 0.62);
	font-size: 0.78rem;
}

body.ph-refactor-v1.ph-page-single-property .ph-single-related-card__specs li {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

@media (max-width: 1080px) {
	body.ph-refactor-v1.ph-page-single-property .ph-single-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"summary"
			"facts"
			"sections"
			"sidebar";
		gap: 1.6rem;
	}
}

@media (max-width: 782px) {
	body.ph-refactor-v1.ph-page-single-property .ph-single-topbar__actions {
		justify-content: flex-start;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"hero hero"
			"stack-top stack-bottom";
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts,
	body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid,
	body.ph-refactor-v1.ph-page-single-property .ph-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__stats {
		grid-template-columns: 1fr;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-sidebar-card__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.ph-refactor-v1.ph-page-single-property .ph-single-gallery {
		grid-template-columns: 1fr;
		grid-template-areas: "hero";
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item--stack-top,
	body.ph-refactor-v1.ph-page-single-property .ph-single-gallery__item--stack-bottom {
		display: none;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__summary {
		padding-bottom: 1rem;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__price-meta,
	body.ph-refactor-v1.ph-page-single-property .ph-single-hero__facts,
	body.ph-refactor-v1.ph-page-single-property .ph-single-details-grid,
	body.ph-refactor-v1.ph-page-single-property .ph-single-related-grid {
		grid-template-columns: 1fr;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-spec {
		padding: 0.85rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(31, 37, 35, 0.08);
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-spec:last-child {
		border-bottom: 0;
	}

	body.ph-refactor-v1.ph-page-single-property .ph-single-title-block h1 {
		font-size: clamp(2rem, 8vw, 2.45rem);
	}
}
