/* Luxury Properties — single & archive styles.
   Uses the theme's design tokens when present, with safe fallbacks. */

.luxprop-single {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 5rem) 1.25rem;
	color: var(--lhe-ink, #00296b);
	font-family: var(--lhe-body, "Jost", system-ui, sans-serif);
}

.luxprop-single__hero {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 2.5rem;
}

.luxprop-single__hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luxprop-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.28em;
	font-size: 0.72rem;
	color: var(--lhe-gold, #fdc500);
	margin: 0 0 0.75rem;
}

.luxprop-single__head h1 {
	font-family: var(--lhe-display, "Cormorant Garamond", Georgia, serif);
	font-weight: 500;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	line-height: 1.05;
	margin: 0 0 0.5rem;
}

.luxprop-single__price {
	font-size: 1.35rem;
	color: var(--lhe-gold, #fdc500);
	letter-spacing: 0.02em;
	margin: 0 0 2rem;
}

.luxprop-facts {
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 2rem 0;
	border-top: 1px solid var(--lhe-line, #d5ddec);
	border-bottom: 1px solid var(--lhe-line, #d5ddec);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1.5rem;
}

.luxprop-facts__label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.66rem;
	color: #8a8172;
	margin-bottom: 0.3rem;
}

.luxprop-facts__value {
	display: block;
	font-size: 1.05rem;
	font-weight: 500;
}

.luxprop-single__body {
	font-size: 1.05rem;
	line-height: 1.8;
	max-width: 62ch;
}

.luxprop-terms {
	margin-top: 2rem;
	color: #6b6355;
}
