/**
 * Property Detail — Luxury editorial (Elara-inspired)
 */
.property-detail-page {
	--bg: #ffffff;
	--bg-soft: #f6f7f9;
	--bg-dark: #071225;
	--accent: #f58212;
	--accent-soft: rgba(245, 130, 18, 0.12);
	--navy: #071225;
	--text: #1a2332;
	--muted: #5a6578;
	--faint: #8a94a6;
	--line: #e2e6ee;
	--serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--sans: "Montserrat", system-ui, sans-serif;
	--script: "Caveat", cursive;
	--wrap: min(1140px, calc(100% - 48px));
	--radius: 8px;
	--ease: 0.28s ease;
	--header-h: 72px;
	--pd-sticky-bar-h: 0px;
	font-family: var(--sans);
	background: var(--bg);
	color: var(--text);
	overflow-x: clip;
	font-variant-numeric: lining-nums tabular-nums;
}

/* Compact header on property pages — larger logo, minimal padding change */
.property-detail-page .site-header .nav { padding: 5px 24px; }
.property-detail-page .brand-logo--header { max-width: min(360px, 46vw); }
.property-detail-page .brand-logo--header .brand-logo__img {
	height: 68px;
	max-height: calc(var(--header-h, 72px) - 10px);
	transition: height var(--ease);
}
.property-detail-page .site-header.is-scrolled .brand-logo--header .brand-logo__img { height: 56px; }
.property-detail-page .site-header.is-scrolled .nav { padding: 4px 24px; }
.property-detail-page .navlinks { gap: 20px; }
.property-detail-page .navlinks a { font-size: 12px; }
.property-detail-page .navphone--desktop { padding: 7px 14px; font-size: 11px; }

/* ── Buttons ── */
.pd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.7rem 1.35rem;
	min-height: 44px;
	font-family: var(--sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}

.pd-btn--solid {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.pd-btn--solid:hover,
.pd-btn--solid:focus-visible {
	background: #ff9c2a;
	border-color: #ff9c2a;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.pd-btn--outline,
.pd-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.pd-btn--outline {
	border-color: var(--navy);
	color: var(--navy);
}

.pd-btn--outline:hover,
.pd-btn--ghost:hover,
.pd-btn--outline:focus-visible,
.pd-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}

.pd-btn--outline:hover,
.pd-btn--outline:focus-visible {
	background: var(--navy);
	color: #fff;
}

.pd-btn--lg { padding: 0.85rem 1.75rem; font-size: 0.8rem; }

/* ── Hero ── */
.pd-main { padding-bottom: 0; }

.pd-hero {
	position: relative;
	min-height: min(78vh, 680px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--navy);
}

.pd-hero__media {
	position: absolute;
	inset: 0;
}

.pd-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pd-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(7, 18, 37, 0.15) 0%,
		rgba(7, 18, 37, 0.45) 55%,
		rgba(7, 18, 37, 0.92) 100%
	);
}

.pd-hero__body {
	position: relative;
	z-index: 2;
	width: var(--wrap);
	margin: 0 auto;
	padding: 0 0 2.5rem;
}

.pd-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.pd-chip {
	display: inline-flex;
	padding: 0.3rem 0.7rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var(--accent);
	color: #fff;
	border-radius: 999px;
}

.pd-chip--ghost {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.pd-hero__loc {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 0.65rem;
}

.pd-hero__title {
	font-family: var(--serif);
	font-size: clamp(2.5rem, 5.5vw, 4rem);
	font-weight: 500;
	line-height: 1.05;
	color: #fff;
	margin-bottom: 0.5rem;
	letter-spacing: -0.01em;
}

.pd-hero__tagline {
	font-family: var(--script);
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.pd-hero__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pd-hero__price-label {
	display: block;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 0.2rem;
}

.pd-hero__price strong {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	color: var(--accent);
}

.pd-hero__actions {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
}

/* Hero facts strip */
.pd-hero-facts {
	background: var(--bg);
	border-bottom: 1px solid var(--line);
}

.pd-hero-facts__inner {
	width: var(--wrap);
	max-width: calc(100% - 32px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.15rem 0;
}

.pd-hero-facts__grid {
	flex: 1;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.pd-hero-fact {
	padding: 0.75rem 1rem;
	border-right: 1px solid var(--line);
}

.pd-hero-fact:last-child { border-right: 0; }

.pd-hero-fact__label {
	display: block;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 0.15rem;
}

.pd-hero-fact__value {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--navy);
	line-height: 1.3;
}

.pd-hero-fact:first-child .pd-hero-fact__value { color: var(--accent); }

/* Sticky bar */
.pd-sticky-bar {
	position: fixed;
	top: var(--header-h);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 60;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	transform: translateY(-100%);
	opacity: 0;
	transition: transform var(--ease), opacity var(--ease);
	pointer-events: none;
	box-sizing: border-box;
}

.pd-sticky-bar.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.pd-sticky-bar__inner {
	width: var(--wrap);
	max-width: calc(100% - 32px);
	margin: 0 auto;
	padding: 0.4rem 16px;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.pd-sticky-bar__facts {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.35rem 1rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
	overflow: hidden;
}

.pd-sticky-bar__facts > div {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	flex-shrink: 0;
	white-space: nowrap;
}

.pd-sticky-bar__facts > div:last-child {
	flex-shrink: 1;
	min-width: 0;
	overflow: hidden;
}

.pd-sticky-bar__facts strong {
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--navy);
	text-transform: none;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pd-facts-enquire {
	flex-shrink: 0;
	align-self: center;
	padding: 0.55rem 1.1rem;
	min-height: 38px;
	border: none;
	border-radius: 4px;
	background: var(--accent);
	color: #fff;
	font-family: var(--sans);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	transition: background var(--ease), transform var(--ease);
}

.pd-facts-enquire:hover,
.pd-facts-enquire:focus-visible {
	background: #ff9c2a;
	outline: none;
	transform: translateY(-1px);
}

/* Section nav */
.pd-section-nav {
	position: sticky;
	top: calc(var(--header-h) + var(--pd-sticky-bar-h));
	z-index: 45;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	transition: top var(--ease);
}

.pd-section-nav__inner {
	width: var(--wrap);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0.15rem;
	padding: 0.3rem 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.pd-section-nav__inner::-webkit-scrollbar { display: none; }

.pd-section-nav__link {
	flex-shrink: 0;
	padding: 0.5rem 0.85rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color var(--ease), border-color var(--ease);
}

.pd-section-nav__link:hover,
.pd-section-nav__link.is-active {
	color: var(--navy);
	border-bottom-color: var(--accent);
}

/* Content wrap */
.pd-wrap {
	width: var(--wrap);
	margin: 0 auto;
	padding: 2.5rem 0 0;
}

.pd-block {
	padding: 3rem 0;
	border-bottom: 1px solid var(--line);
}

.pd-block:last-of-type { border-bottom: 0; }

.pd-block--soft {
	background: var(--bg-soft);
	margin-inline: calc(50% - 50vw);
	padding-inline: calc(50vw - 50%);
}

.pd-block[id] {
	scroll-margin-top: calc(var(--header-h) + var(--pd-sticky-bar-h) + 2.75rem);
}

.pd-block.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.pd-block.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pd-kicker {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 0.45rem;
}

.pd-kicker--light { color: rgba(255, 255, 255, 0.75); }

.pd-block__title {
	font-family: var(--serif);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 500;
	line-height: 1.12;
	color: var(--navy);
	letter-spacing: -0.01em;
}

.pd-block__head { margin-bottom: 2rem; }

/* Overview */
.pd-overview {
	display: grid;
	grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
	gap: 2.5rem;
	align-items: start;
}

.pd-overview__stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.pd-stat {
	padding: 1rem;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	text-align: center;
}

.pd-stat__n {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--navy);
	line-height: 1.1;
}

.pd-stat__n--sm { font-size: 0.95rem; font-weight: 700; }

.pd-stat__l {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.pd-prose {
	font-size: 1rem;
	line-height: 1.85;
	color: var(--muted);
	max-width: 68ch;
}

.pd-prose p { margin-bottom: 1rem; }

.pd-highlights {
	list-style: none;
	margin-top: 1.5rem;
	display: grid;
	gap: 0.55rem;
}

.pd-highlights li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.92rem;
	color: var(--text);
	line-height: 1.5;
}

.pd-highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent);
}

/* Unit table */
.pd-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.pd-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.pd-table thead {
	background: var(--bg-soft);
}

.pd-table th {
	padding: 0.85rem 1.1rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
	text-align: left;
	border-bottom: 1px solid var(--line);
}

.pd-table td {
	padding: 1rem 1.1rem;
	border-bottom: 1px solid var(--line);
	color: var(--text);
	vertical-align: middle;
}

.pd-table tbody tr:last-child td { border-bottom: 0; }

.pd-table tbody tr:hover { background: rgba(245, 130, 18, 0.04); }

.pd-table__price {
	font-weight: 700;
	color: var(--accent);
	white-space: nowrap;
}

.pd-pill {
	display: inline-flex;
	padding: 0.2rem 0.55rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--muted);
}

.pd-pill--ok {
	color: #166534;
	background: #ecfdf3;
	border-color: #bbf7d0;
}

/* Gallery */
.pd-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.pd-gallery__cell {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	cursor: pointer;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--line);
}

.pd-gallery__cell--lead {
	grid-column: span 2;
	grid-row: span 2;
	aspect-ratio: auto;
	min-height: 320px;
}

.pd-gallery__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.pd-gallery__cell:hover img { transform: scale(1.04); }

.pd-gallery__cell figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.65rem 0.85rem;
	font-size: 0.75rem;
	color: #fff;
	background: linear-gradient(transparent, rgba(7, 18, 37, 0.75));
}

/* Amenities */
.pd-amenities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 2rem;
}

.pd-amenity-col__title {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--navy);
	margin-bottom: 0.85rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--accent);
}

.pd-amenity-list {
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.pd-amenity-list li {
	font-size: 0.88rem;
	color: var(--muted);
	padding-left: 0.85rem;
	position: relative;
	line-height: 1.45;
}

.pd-amenity-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: 700;
}

/* Location */
.pd-location {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 2rem;
	align-items: start;
}

.pd-location__lead {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 0.65rem;
	line-height: 1.5;
}

.pd-location__addr {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 1rem;
}

.pd-location__map {
	aspect-ratio: 16 / 10;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
}

.pd-location__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Trust */
.pd-rera {
	font-size: 0.95rem;
	color: var(--muted);
	margin-bottom: 1rem;
}

.pd-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.pd-badge {
	padding: 0.45rem 0.85rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--accent);
	color: var(--accent);
	background: var(--accent-soft);
	border-radius: 999px;
}

.pd-banks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pd-banks span {
	padding: 0.5rem 0.85rem;
	font-size: 0.78rem;
	color: var(--muted);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg);
}

/* Builder */
.pd-builder {
	display: flex;
	gap: 2rem;
	align-items: center;
	padding: 2rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg);
}

.pd-builder__logo {
	max-width: 110px;
	max-height: 60px;
	object-fit: contain;
	flex-shrink: 0;
}

.pd-builder__name {
	font-family: var(--serif);
	font-size: 1.65rem;
	font-weight: 500;
	color: var(--navy);
	margin-bottom: 0.35rem;
}

.pd-builder__meta {
	font-size: 0.88rem;
	color: var(--muted);
	margin-bottom: 1rem;
}

/* CTA band */
.pd-cta-band {
	margin-inline: calc(50% - 50vw);
	padding: 3rem calc(50vw - 50%);
	background: linear-gradient(135deg, var(--navy) 0%, #0f2544 100%);
	color: #fff;
	border-bottom: 0;
}

.pd-cta-band__inner {
	width: var(--wrap);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.pd-cta-band__title {
	font-family: var(--serif);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.pd-cta-band__text {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.78);
	max-width: 42ch;
	line-height: 1.6;
}

.pd-cta-band__actions {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
}

/* Enquiry drawer */
.pd-enquiry-backdrop {
	position: fixed;
	inset: 0;
	z-index: 180;
	background: rgba(7, 18, 37, 0.45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.pd-enquiry-backdrop.is-open { opacity: 1; pointer-events: auto; }

.pd-enquiry-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 190;
	width: min(420px, 100vw);
	background: var(--bg);
	box-shadow: -12px 0 48px rgba(7, 18, 37, 0.18);
	transform: translateX(105%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pd-enquiry-drawer.is-open { transform: translateX(0); }

.pd-enquiry-drawer__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.pd-enquiry-fab {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 70;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.85rem 1.15rem;
	border: none;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-family: var(--sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 12px 32px rgba(245, 130, 18, 0.4);
	transition: transform var(--ease), opacity var(--ease);
}

.pd-enquiry-fab svg { width: 20px; height: 20px; }
.pd-enquiry-fab:hover { transform: translateY(-2px); }
.pd-enquiry-fab.is-hidden { opacity: 0; pointer-events: none; }

body.pd-enquiry-open { overflow: hidden; }

.pd-enquiry {
	flex: 1;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.pd-enquiry__header {
	background: linear-gradient(145deg, var(--navy), #0f2544);
	color: #fff;
	padding: 1.35rem 3rem 1.15rem 1.35rem;
}

.pd-enquiry__eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 0.3rem;
}

.pd-enquiry__header h3 {
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 0.3rem;
}

.pd-enquiry__price {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--accent);
	margin-bottom: 0.35rem;
}

.pd-enquiry__subtitle {
	font-size: 0.82rem;
	color: rgba(220, 229, 239, 0.9);
	margin-bottom: 0.65rem;
}

.pd-enquiry__trust {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.pd-enquiry__trust li {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
}

.pd-enquiry__form { padding: 1.25rem 1.35rem; }

.pd-enquiry__fields {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.pd-field label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 0.3rem;
}

.pd-field__optional { font-weight: 500; color: var(--faint); text-transform: none; }

.pd-field input,
.pd-field textarea {
	width: 100%;
	padding: 0.75rem 0.85rem;
	font-family: var(--sans);
	font-size: 0.9rem;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--bg-soft);
	outline: none;
	transition: border-color var(--ease), box-shadow var(--ease);
}

.pd-field input:focus,
.pd-field textarea:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px var(--accent-soft);
	background: #fff;
}

.pd-field textarea { min-height: 96px; resize: vertical; }

.pd-enquiry__submit { width: 100%; margin-top: 0.85rem; }

.pd-enquiry__resources {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0 1.35rem 0.85rem;
	border-top: 1px solid var(--line);
	padding-top: 0.85rem;
}

.pd-enquiry__resource {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--navy);
	padding: 0.35rem 0.7rem;
	border: 1px solid var(--line);
	border-radius: 999px;
}

.pd-enquiry__phone {
	padding: 0 1.35rem 1.15rem;
	font-size: 0.84rem;
	color: var(--muted);
	text-align: center;
}

.pd-enquiry__phone a { color: var(--accent); font-weight: 700; text-decoration: none; }

.pd-enquiry .alert {
	margin-bottom: 0.75rem;
	padding: 0.7rem;
	font-size: 0.82rem;
	border-radius: 4px;
}

.pd-enquiry .alert-success { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.pd-enquiry .alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* Lightbox */
.pd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.pd-lightbox.is-open { opacity: 1; pointer-events: auto; }

.pd-lightbox__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3.5rem 4.5rem;
	box-sizing: border-box;
}

.pd-lightbox__img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

.pd-lightbox__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 1px solid var(--accent);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	color: var(--accent);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background var(--ease), color var(--ease);
}

.pd-lightbox__close:hover,
.pd-lightbox__close:focus-visible {
	background: var(--accent);
	color: #fff;
	outline: none;
}

.pd-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	padding: 0 0 0.1rem;
	transition: background var(--ease), border-color var(--ease), transform var(--ease);
}

.pd-lightbox__nav:hover,
.pd-lightbox__nav:focus-visible {
	background: rgba(245, 130, 18, 0.85);
	border-color: var(--accent);
	outline: none;
}

.pd-lightbox__nav--prev { left: 1rem; }
.pd-lightbox__nav--next { right: 1rem; }

.pd-lightbox__caption {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: min(90vw, 640px);
	margin: 0;
	padding: 0 1rem;
	color: #fff;
	font-size: 0.85rem;
	text-align: center;
	line-height: 1.4;
}

.pd-lightbox__counter {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

/* Mobile CTA */
.pd-mobile-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 65;
	padding: 0.75rem 1rem;
	padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
	border-top: 1px solid var(--line);
}

.pd-mobile-cta .pd-btn { width: 100%; }

#property-enquiry {
	scroll-margin-top: calc(var(--header-h) + var(--pd-sticky-bar-h) + 2rem);
}

/* ── Responsive ── */
@media (max-width: 980px) {
	.property-detail-page .brand-logo--header .brand-logo__img { height: 54px; }
	.property-detail-page .site-header .nav { padding: 4px 16px; }

	.pd-hero { min-height: min(62vh, 520px); }
	.pd-hero__body { padding-bottom: 1.75rem; }

	.pd-facts-enquire { display: none; }

	.pd-hero-facts__inner {
		width: calc(100% - 32px);
	}

	.pd-hero-facts__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pd-hero-fact { border-right: 0; border-bottom: 1px solid var(--line); }
	.pd-hero-fact:nth-last-child(-n+2) { border-bottom: 0; }

	.pd-wrap { width: calc(100% - 32px); padding-top: 1.5rem; }
	.pd-section-nav__inner { width: calc(100% - 32px); }

	.pd-overview { grid-template-columns: 1fr; gap: 1.5rem; }
	.pd-location { grid-template-columns: 1fr; }
	.pd-gallery { grid-template-columns: repeat(2, 1fr); }
	.pd-gallery__cell--lead { grid-column: span 2; grid-row: span 1; min-height: 240px; }

	.pd-cta-band__inner { width: calc(100% - 32px); flex-direction: column; align-items: flex-start; }

	.pd-enquiry-fab {
		bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
		width: 56px;
		height: 56px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}

	.pd-enquiry-fab__label { display: none; }
	.pd-mobile-cta { display: block; }
	.pd-main { padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px)); }

	.pd-lightbox__stage { padding: 3rem 0.5rem; }
	.pd-lightbox__nav {
		width: 40px;
		height: 40px;
		font-size: 1.65rem;
		background: rgba(0, 0, 0, 0.55);
	}
	.pd-lightbox__nav--prev { left: 0.35rem; }
	.pd-lightbox__nav--next { right: 0.35rem; }
}

@media (max-width: 640px) {
	.pd-wrap { width: calc(100% - 24px); }
	.pd-hero-facts__inner { width: calc(100% - 24px); }
	.pd-hero-facts__grid { grid-template-columns: 1fr; }
	.pd-hero-fact:last-child { border-bottom: 0; }

	.pd-gallery { grid-template-columns: 1fr; }
	.pd-gallery__cell--lead { grid-column: span 1; }

	.pd-table thead { display: none; }
	.pd-table tr {
		display: block;
		padding: 1rem;
		border-bottom: 1px solid var(--line);
	}
	.pd-table td {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.35rem 0;
		border: 0;
	}
	.pd-table td::before {
		content: attr(data-label);
		font-size: 0.65rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: var(--muted);
		flex-shrink: 0;
	}

	.pd-builder { flex-direction: column; text-align: center; }
	.pd-amenities { grid-template-columns: 1fr; }
	.pd-field input, .pd-field textarea { font-size: 16px; }
}
