/* ==============================================================
   PlotSeeker – Hostaway Integration Frontend Styles
   All selectors are scoped under .psh- to avoid colliding with the
   Elementor/Salient/WPBakery theme. No global element selectors
   (body/img/button/input) are used anywhere in this file.

   Typography: Playfair Display (headings) + Hanken Grotesk (body),
   loaded by PSH_Frontend::register_assets(). Navy/gold palette per
   the PlotSeeker brand.
============================================================== */

:root {
	--psh-navy: #152B4B;
	--psh-navy-light: #1e3a63;
	--psh-navy-soft: rgba(21, 43, 75, 0.06);
	--psh-gold: #E8C87E;
	--psh-gold-deep: #D1B166;
	--psh-white: #ffffff;
	--psh-border: #e5e0d5;
	--psh-bg-soft: #faf8f4;
	--psh-text-muted: #5b6472;
	--psh-text-body: #33363d;
	--psh-radius-sm: 8px;
	--psh-radius: 12px;
	--psh-radius-lg: 20px;
	--psh-shadow: 0 4px 18px rgba(21, 43, 75, 0.06);
	--psh-shadow-lg: 0 20px 45px rgba(21, 43, 75, 0.12);
	--psh-font-head: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--psh-font-body: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}

.psh-empty-state,
.psh-notice {
	text-align: center;
	padding: 60px 20px;
	font-family: var(--psh-font-body);
	color: var(--psh-text-muted);
	font-size: 16px;
	max-width: 560px;
	margin: 20px auto;
	line-height: 1.6;
}

/* ==============================================================
   RESIDENCE GRID / CARDS
============================================================== */
.psh-filters-wrap {
	max-width: 1280px;
	margin: 44px auto 0;
	padding: 0 24px;
	box-sizing: border-box;
}
.psh-pill-filter-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	font-family: var(--psh-font-body);
	box-sizing: border-box;
	margin-bottom: 16px;
}
.psh-pill-filter-btn {
	background: var(--psh-white);
	color: var(--psh-navy) !important;
	border: 1px solid var(--psh-border);
	padding: 10px 24px;
	border-radius: 30px;
	font-family: var(--psh-font-body);
	font-weight: 700;
	font-size: 13.5px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	text-decoration: none !important;
}
.psh-pill-filter-btn:hover,
.psh-pill-filter-btn:focus-visible {
	border-color: var(--psh-gold-deep);
	background: var(--psh-bg-soft);
	outline: none;
}
.psh-pill-filter-btn.is-active {
	background: var(--psh-gold);
	color: var(--psh-navy) !important;
	border-color: var(--psh-gold);
}
.psh-pill-filter-btn.is-active:hover,
.psh-pill-filter-btn.is-active:focus-visible {
	background: var(--psh-gold-deep);
	border-color: var(--psh-gold-deep);
}

@media (max-width: 650px) {
	.psh-filters-wrap { padding: 0 18px; margin-top: 30px; }
	.psh-pill-filter-bar { gap: 8px; }
	.psh-pill-filter-btn { padding: 9px 18px; font-size: 13px; }
}

.psh-pill-filter-group-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-family: var(--psh-font-body);
	box-sizing: border-box;
}
.psh-pill-filter-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.psh-pill-filter-group-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--psh-text-muted);
	margin-right: 2px;
}
.psh-pill-filter-reset {
	background: var(--psh-bg-soft) !important;
}
.psh-pill-filter-reset:hover,
.psh-pill-filter-reset:focus-visible {
	background: var(--psh-navy) !important;
}
.psh-card.is-filtered-out {
	display: none;
}
.psh-filter-no-results {
	text-align: center;
	padding: 50px 20px;
	font-family: var(--psh-font-body);
	color: var(--psh-text-muted);
	font-size: 15px;
	display: none;
}
.psh-filter-no-results.is-visible {
	display: block;
}

@media (max-width: 650px) {
	.psh-pill-filter-group-wrap { gap: 14px; }
	.psh-pill-filter-group { width: 100%; justify-content: center; }
	.psh-pill-filter-group-label { width: 100%; text-align: center; margin: 0 0 4px; }
}

.psh-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	max-width: 1280px;
	margin: 50px auto;
	padding: 0 24px;
	font-family: var(--psh-font-body);
	box-sizing: border-box;
}
.psh-card {
	background: var(--psh-white);
	border-radius: var(--psh-radius-lg);
	border: 1px solid var(--psh-border);
	overflow: hidden;
	box-shadow: var(--psh-shadow);
	transition: transform 0.35s cubic-bezier(0.2, 0.6, 0.3, 1), box-shadow 0.35s ease;
	display: flex;
	flex-direction: column;
}
.psh-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--psh-shadow-lg);
}
.psh-card-img-box {
	position: relative;
	height: 280px;
	width: 100%;
	background: var(--psh-bg-soft);
	overflow: hidden;
}
.psh-card-img-box::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 100px;
	background: linear-gradient(to top, rgba(15, 27, 46, 0.62), transparent);
	pointer-events: none;
	z-index: 1;
}
.psh-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.psh-card:hover .psh-card-img {
	transform: scale(1.04);
}
.psh-no-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #a3a9b3;
	font-family: var(--psh-font-body);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.02em;
}
.psh-price-badge {
	position: absolute;
	top: 16px; right: 16px;
	background: var(--psh-white);
	color: #111111;
	padding: 8px 18px;
	border-radius: 30px;
	font-family: var(--psh-font-head);
	font-weight: 700;
	font-size: 17px;
	border: 1px solid rgba(232, 200, 126, 0.55);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	z-index: 3;
	white-space: nowrap;
	letter-spacing: 0.01em;
}
.psh-price-badge small {
	font-family: var(--psh-font-body);
	font-weight: 500;
	font-size: 11px;
	color: #666666;
	margin-left: 3px;
}
.psh-thumb-row {
	position: absolute;
	bottom: 14px; left: 14px; right: 14px;
	display: flex;
	gap: 6px;
	z-index: 2;
}
.psh-thumb-row .psh-thumb-img {
	width: calc(20% - 4.8px);
	height: 46px;
	object-fit: cover;
	border-radius: 7px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.psh-thumb-row .psh-thumb-img:hover,
.psh-thumb-row .psh-thumb-img:focus-visible {
	border-color: var(--psh-gold);
	transform: translateY(-2px);
	outline: none;
}
.psh-card-info {
	padding: 24px 22px 22px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.psh-card-info h3 {
	margin: 0 0 10px;
	font-family: var(--psh-font-head);
	font-size: 21px;
	font-weight: 700;
	color: var(--psh-navy);
	line-height: 1.3;
}
.psh-card-info p {
	margin: 0 0 20px;
	font-size: 14.5px;
	color: var(--psh-text-muted);
	line-height: 1.6;
}
.psh-card-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	margin-top: auto;
}
.psh-card-metrics span {
	background: var(--psh-bg-soft);
	border: 1px solid var(--psh-border);
	padding: 6px 12px;
	border-radius: var(--psh-radius-sm);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--psh-navy);
}
.psh-card-btn {
	background: var(--psh-navy);
	color: var(--psh-gold) !important;
	text-align: center;
	padding: 13px;
	border-radius: var(--psh-radius-sm);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	display: block;
	transition: background-color 0.25s ease, color 0.25s ease;
}
.psh-card-btn:hover,
.psh-card-btn:focus-visible {
	background: var(--psh-gold);
	color: var(--psh-navy) !important;
}

@media (max-width: 991px) {
	.psh-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
	.psh-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 18px; }
}

/* ==============================================================
   HOMEPAGE SLIDER
============================================================== */
.psh-slider {
	position: relative;
	max-width: 1280px;
	margin: 50px auto;
	padding: 0 60px;
	font-family: var(--psh-font-body);
	box-sizing: border-box;
}
.psh-slider-viewport {
	overflow: hidden;
}
.psh-slider-track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.3, 1);
	will-change: transform;
}
.psh-slider-track.is-dragging {
	transition: none;
}
.psh-slide {
	flex: 0 0 calc((100% - 2 * 24px) / 3);
	margin-right: 24px;
	box-sizing: border-box;
	min-width: 0;
}
.psh-card-slim .psh-card-img-box { height: 240px; }
.psh-card-slim .psh-card-info { padding: 20px 20px 20px; }
.psh-card-slim .psh-card-metrics { margin-bottom: 18px; }

.psh-slider-arrow {
	position: absolute;
	top: calc(50% - 24px);
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background: var(--psh-gold);
	color: var(--psh-navy);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(21, 43, 75, 0.2);
	transition: background-color 0.2s ease, transform 0.2s ease;
	z-index: 4;
	line-height: 1;
}
.psh-slider-arrow:hover,
.psh-slider-arrow:focus-visible {
	background: var(--psh-navy);
	color: var(--psh-gold);
	outline: none;
}
.psh-slider-arrow:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}
.psh-slider-prev { left: 4px; }
.psh-slider-next { right: 4px; }

.psh-slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 26px;
}
.psh-slider-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--psh-border);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.psh-slider-dot.is-active {
	background: var(--psh-gold-deep);
	transform: scale(1.3);
}

@media (max-width: 991px) {
	.psh-slide { flex: 0 0 calc((100% - 20px) / 2); margin-right: 20px; }
}
@media (max-width: 650px) {
	.psh-slider { padding: 0 44px; margin: 36px auto; }
	.psh-slide { flex: 0 0 100%; margin-right: 0; }
	.psh-slider-arrow { width: 38px; height: 38px; font-size: 15px; top: calc(50% - 34px); }
	.psh-slider-prev { left: -6px; }
	.psh-slider-next { right: -6px; }
}


/* ==============================================================
   SEARCH BAR — matches the confirmed reference design exactly
============================================================== */
.psh-search-bar {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;

	position: relative !important;
	z-index: 1000 !important;

	width: min(960px, calc(100% - 32px)) !important;
	min-height: 64px !important;

	margin: 36px auto !important;
	padding: 7px 7px 7px 24px !important;

	background: var(--psh-white) !important;
	border: 1px solid var(--psh-border) !important;
	border-radius: 60px !important;

	box-shadow: 0 10px 35px rgba(21, 43, 75, 0.14) !important;

	box-sizing: border-box !important;
	overflow: visible !important;
	font-family: var(--psh-font-body);
}

/* ---------- Fields ---------- */
.psh-search-bar .psh-search-field {
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;

	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;

	padding: 4px 22px !important;

	border-right: 1px solid var(--psh-border) !important;
	border-bottom: none !important;

	box-sizing: border-box !important;
}
.psh-search-bar .psh-search-field:last-of-type {
	border-right: none !important;
}
.psh-search-bar .psh-search-field label {
	display: block !important;
	width: 100% !important;
	margin: 0 0 3px !important;
	padding: 0 !important;
	font-size: 9px !important;
	line-height: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: var(--psh-navy) !important;
	white-space: nowrap !important;
}
.psh-search-bar .psh-search-field input {
	display: block !important;
	width: 100% !important;
	height: 22px !important;
	margin: 0 !important;
	padding: 1px 0 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 13px !important;
	line-height: 20px !important;
	color: var(--psh-text-body) !important;
	box-shadow: none !important;
	cursor: pointer;
}
.psh-search-bar .psh-search-field input::placeholder {
	color: #888888 !important;
	opacity: 1 !important;
}

/* ---------- Search button ---------- */
.psh-search-bar .psh-search-btn {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 92px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: none !important;
	border-radius: 50px !important;
	background: var(--psh-gold) !important;
	color: var(--psh-navy) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	box-shadow: none !important;
	text-decoration: none !important;
	font-family: var(--psh-font-body);
}
.psh-search-bar .psh-search-btn:hover,
.psh-search-bar .psh-search-btn:focus,
.psh-search-bar .psh-search-btn:active {
	background: var(--psh-gold-deep) !important;
	color: var(--psh-navy) !important;
	box-shadow: none !important;
	outline: none !important;
}

/* ---------- Status message — always full-width, below the row ---------- */
.psh-search-bar .psh-search-status {
	flex: 0 0 100% !important;
	width: 100% !important;
	display: block !important;
	margin: 8px 0 0 !important;
	padding: 0 16px !important;
	font-size: 12px !important;
	line-height: 18px !important;
	color: var(--psh-text-muted) !important;
	box-sizing: border-box !important;
}
.psh-search-bar .psh-search-status:empty {
	display: none !important;
}
.psh-search-bar .psh-search-status.is-error {
	color: #b91c1c !important;
}

/* ==============================================================
   INLINE DATE-RANGE PICKER
============================================================== */
.psh-search-bar .psh-datepicker {
	display: none !important;
	position: absolute !important;
	top: calc(100% + 12px) !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 296px !important;
	max-width: calc(100vw - 32px) !important;
	padding: 17px !important;
	background: var(--psh-white) !important;
	border: 1px solid var(--psh-border) !important;
	border-radius: 16px !important;
	box-shadow:
		0 18px 45px rgba(21, 43, 75, 0.18),
		0 4px 12px rgba(21, 43, 75, 0.08) !important;
	box-sizing: border-box !important;
	z-index: 999999 !important;
	overflow: visible !important;
}
.psh-search-bar .psh-datepicker.is-open {
	display: block !important;
}
.psh-search-bar .psh-datepicker-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	margin: 0 0 15px !important;
	gap: 10px !important;
}
.psh-search-bar .psh-datepicker-heading {
	flex: 1 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-align: center !important;
	color: var(--psh-navy) !important;
	font-family: var(--psh-font-head);
}
.psh-search-bar .psh-datepicker-nav {
	flex: 0 0 32px !important;
	width: 32px !important;
	height: 32px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid var(--psh-border) !important;
	border-radius: 50% !important;
	background: var(--psh-white) !important;
	color: var(--psh-navy) !important;
	cursor: pointer !important;
}
.psh-search-bar .psh-datepicker-nav:hover {
	background: var(--psh-navy) !important;
	color: var(--psh-gold) !important;
}
.psh-search-bar .psh-datepicker-grid {
	width: 100% !important;
	max-width: 260px !important;
	margin: 0 auto !important;
}
.psh-search-bar .psh-dp-days-row {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr) !important;
	width: 100% !important;
	margin-bottom: 5px !important;
}
.psh-search-bar .psh-dp-days-row span {
	text-align: center !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	color: var(--psh-text-muted) !important;
	text-transform: uppercase !important;
}
.psh-search-bar .psh-dp-cells {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr) !important;
	width: 100% !important;
	gap: 2px !important;
}
.psh-search-bar .psh-dp-cell {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: transparent !important;
	font-size: 12px !important;
	color: var(--psh-text-body) !important;
	box-sizing: border-box !important;
	font-family: var(--psh-font-body);
	cursor: pointer;
}
.psh-search-bar .psh-dp-cell.is-blank {
	cursor: default;
}
.psh-search-bar .psh-dp-cell.is-disabled {
	color: var(--psh-border) !important;
	cursor: default;
}
.psh-search-bar .psh-dp-cell:not(.is-disabled):not(.is-blank):hover {
	background: rgba(232, 200, 126, 0.25) !important;
	color: var(--psh-navy) !important;
}
.psh-search-bar .psh-dp-cell.is-in-range {
	background: rgba(232, 200, 126, 0.22) !important;
	border-radius: 0 !important;
}
.psh-search-bar .psh-dp-cell.is-range-start,
.psh-search-bar .psh-dp-cell.is-range-end {
	background: var(--psh-navy) !important;
	color: var(--psh-gold) !important;
	font-weight: 700 !important;
}
.psh-search-bar .psh-datepicker-footer {
	margin-top: 16px;
	text-align: center;
}
.psh-search-bar .psh-datepicker-clear {
	background: none !important;
	border: 1px solid var(--psh-border) !important;
	color: var(--psh-navy) !important;
	padding: 8px 20px !important;
	border-radius: 30px !important;
	font-family: var(--psh-font-body);
	font-weight: 600 !important;
	font-size: 13px !important;
	cursor: pointer !important;
}
.psh-search-bar .psh-datepicker-clear:hover,
.psh-search-bar .psh-datepicker-clear:focus-visible {
	border-color: var(--psh-gold-deep) !important;
	outline: none;
}

/* ==============================================================
   SEARCH BAR — MOBILE
============================================================== */
@media (max-width: 700px) {
	.psh-search-bar {
		width: calc(100% - 28px) !important;
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 14px !important;
		gap: 0 !important;
		border-radius: 18px !important;
		min-height: auto !important;
	}
	.psh-search-bar .psh-search-field {
		width: 100% !important;
		flex: none !important;
		padding: 10px 4px !important;
		border-right: none !important;
		border-bottom: 1px solid var(--psh-border) !important;
	}
	.psh-search-bar .psh-search-field:last-of-type {
		border-bottom: none !important;
	}
	.psh-search-bar .psh-search-field label {
		font-size: 9px !important;
		line-height: 12px !important;
	}
	.psh-search-bar .psh-search-field input {
		height: 24px !important;
		font-size: 13px !important;
	}
	.psh-search-bar .psh-search-btn {
		width: 100% !important;
		height: 46px !important;
		margin-top: 9px !important;
	}
	.psh-search-bar .psh-search-status {
		flex: none !important;
		width: 100% !important;
		margin-top: 8px !important;
		padding: 0 4px !important;
	}
	.psh-search-bar .psh-datepicker {
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: calc(100vw - 32px) !important;
		max-width: 340px !important;
		max-height: calc(100vh - 40px) !important;
		overflow-y: auto !important;
		box-shadow:
			0 20px 55px rgba(21, 43, 75, 0.25),
			0 0 0 100vmax rgba(15, 27, 46, 0.45) !important;
	}
}

@media (max-width: 420px) {
	.psh-search-bar {
		width: calc(100% - 20px) !important;
		padding: 13px !important;
	}
	.psh-search-bar .psh-datepicker {
		width: calc(100vw - 24px) !important;
		max-width: 330px !important;
	}
}

/* ==============================================================
   DETAIL PAGE — HEADER
============================================================== */
.psh-det-wrap {
	font-family: var(--psh-font-body);
	color: var(--psh-text-body);
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 60px;
}
.psh-det-header {
	background: var(--psh-navy);
	background-image:
		radial-gradient(circle at 15% 20%, rgba(232, 200, 126, 0.07) 0%, transparent 45%),
		linear-gradient(135deg, var(--psh-navy) 0%, #0e1f38 100%);
	padding: 52px 24px 48px;
	margin-bottom: 34px;
	box-sizing: border-box;
}
.psh-det-header-inner {
	max-width: 1232px;
	margin: 0 auto;
}
.psh-det-category-badge {
	display: inline-block;
	background: rgba(232, 200, 126, 0.14);
	color: var(--psh-gold);
	border: 1px solid rgba(232, 200, 126, 0.4);
	padding: 5px 16px;
	border-radius: 20px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.psh-det-header h1 {
	font-family: var(--psh-font-head);
	font-size: clamp(24px, 4.4vw, 38px);
	font-weight: 700;
	color: var(--psh-white);
	margin: 0 0 10px;
	line-height: 1.25;
	word-break: break-word;
}
.psh-det-location {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13.5px;
	margin: 0 0 22px;
	flex-wrap: wrap;
}
.psh-det-location-icon {
	font-size: 14px;
	flex-shrink: 0;
}
.psh-pill-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.psh-pill {
	background: rgba(255, 255, 255, 0.08);
	color: var(--psh-gold);
	border: 1px solid rgba(232, 200, 126, 0.35);
	padding: 7px 16px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 12.5px;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.psh-det-header {
		padding: 36px 18px 32px;
		margin-bottom: 22px;
	}
	.psh-det-category-badge {
		font-size: 10.5px;
		padding: 4px 13px;
		margin-bottom: 12px;
	}
	.psh-det-location {
		font-size: 12.5px;
		margin-bottom: 16px;
	}
	.psh-pill {
		font-size: 11.5px;
		padding: 6px 13px;
	}
}

/* ==============================================================
   DETAIL PAGE — GALLERY
============================================================== */
.psh-gallery {
	max-width: 1232px;
	margin: 0 auto 44px;
	padding: 0 24px;
	box-sizing: border-box;
}
.psh-gallery-main {
	border-radius: var(--psh-radius-lg);
	overflow: hidden;
	background: var(--psh-bg-soft);
	position: relative;
	height: 480px;
}
.psh-gallery-main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: zoom-in;
}
.psh-gallery-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: var(--psh-gold);
	color: var(--psh-navy);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	line-height: 1;
	z-index: 5;
}
.psh-gallery-nav-btn:hover,
.psh-gallery-nav-btn:focus-visible {
	background: var(--psh-navy);
	color: var(--psh-gold);
	transform: translateY(-50%) scale(1.06);
	outline: none;
}
.psh-gallery-prev { left: 16px; }
.psh-gallery-next { right: 16px; }
.psh-gallery-counter {
	position: absolute;
	bottom: 16px; right: 16px;
	background: var(--psh-navy);
	color: var(--psh-gold);
	font-family: var(--psh-font-body);
	font-size: 12.5px;
	font-weight: 700;
	padding: 7px 16px;
	border-radius: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	z-index: 5;
}
.psh-gallery-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}
.psh-gallery-thumb-btn {
	flex: 0 0 auto;
	width: 104px;
	height: 72px;
	padding: 0;
	border: 3px solid transparent;
	border-radius: var(--psh-radius-sm);
	overflow: hidden;
	cursor: pointer;
	background: none;
	opacity: 0.55;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}
.psh-gallery-thumb-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.psh-gallery-thumb-btn.is-active,
.psh-gallery-thumb-btn:hover,
.psh-gallery-thumb-btn:focus-visible {
	opacity: 1;
	border-color: var(--psh-gold);
	outline: none;
}

/* ==============================================================
   HOSTAWAY WIDGET MODAL
============================================================== */
.psh-widget-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99998;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}
.psh-widget-modal.is-open {
	display: flex;
}
.psh-widget-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 16, 28, 0.6);
}
.psh-widget-modal-panel {
	position: relative;
	background: var(--psh-white);
	border-radius: var(--psh-radius-lg);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	width: 100%;
	max-width: 480px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 28px;
	box-sizing: border-box;
}
.psh-widget-modal-title {
	font-family: var(--psh-font-head);
	font-size: 20px;
	font-weight: 700;
	color: var(--psh-navy);
	margin: 0 0 18px;
	padding-right: 30px;
}
.psh-widget-modal-close {
	position: absolute;
	top: 18px; right: 18px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--psh-border);
	background: var(--psh-white);
	color: var(--psh-navy);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.psh-widget-modal-close:hover,
.psh-widget-modal-close:focus-visible {
	background: var(--psh-navy);
	color: var(--psh-gold);
	outline: none;
}
body.psh-modal-open {
	overflow: hidden;
}

@media (max-width: 600px) {
	.psh-widget-modal { padding: 0; }
	.psh-widget-modal-panel {
		max-width: 100%;
		max-height: 100%;
		height: 100%;
		border-radius: 0;
	}
}

/* Lightbox */
.psh-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(10, 16, 28, 0.94);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
	box-sizing: border-box;
}
.psh-lightbox.is-open { display: flex; }
.psh-lightbox img {
	max-width: 100%;
	max-height: 100%;
	border-radius: var(--psh-radius-sm);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.psh-lightbox-close {
	position: absolute;
	top: 24px; right: 28px;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: var(--psh-white);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	font-family: var(--psh-font-body);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
	z-index: 2;
}
.psh-lightbox-close:hover,
.psh-lightbox-close:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	outline: none;
}
.psh-lightbox .psh-gallery-nav-btn {
	top: 50%;
	z-index: 2;
}

@media (max-width: 700px) {
	.psh-lightbox {
		padding: 16px;
	}
	.psh-lightbox-close {
		top: 12px; right: 12px;
		width: 38px;
		height: 38px;
		font-size: 20px;
	}
	.psh-lightbox .psh-gallery-nav-btn {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.psh-lightbox .psh-gallery-prev { left: 6px; }
	.psh-lightbox .psh-gallery-next { right: 6px; }
	.psh-lightbox .psh-gallery-counter {
		bottom: 10px;
		font-size: 11px;
		padding: 5px 12px;
	}
}

/* ==============================================================
   DETAIL PAGE — LAYOUT
============================================================== */
.psh-det-layout {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 42px;
	align-items: start;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.psh-det-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.psh-box {
	background: var(--psh-white);
	border: 1px solid var(--psh-border);
	border-radius: var(--psh-radius-lg);
	padding: 30px 32px;
	margin: 0;
	box-sizing: border-box;
	min-width: 0;
}
.psh-box h2 {
	font-family: var(--psh-font-head);
	font-size: 23px;
	font-weight: 700;
	color: var(--psh-navy);
	margin: 0 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--psh-border);
}
.psh-text {
	font-size: 15.5px;
	line-height: 1.8;
	color: var(--psh-text-muted);
}
.psh-text p { margin: 0 0 16px; }
.psh-text p:last-child { margin-bottom: 0; }
.psh-text-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: grid;
	gap: 8px;
}
.psh-text-list li {
	position: relative;
	padding-left: 22px;
}
.psh-text-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--psh-gold-deep);
}
.psh-text-list:last-child { margin-bottom: 0; }

.psh-amenities-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	max-height: 420px;
	overflow-y: auto;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: var(--psh-border) transparent;
}
.psh-amenities-grid::-webkit-scrollbar {
	width: 6px;
}
.psh-amenities-grid::-webkit-scrollbar-track {
	background: transparent;
}
.psh-amenities-grid::-webkit-scrollbar-thumb {
	background: var(--psh-border);
	border-radius: 10px;
}
.psh-amenity {
	background: var(--psh-bg-soft);
	padding: 13px 14px;
	border-radius: var(--psh-radius-sm);
	font-size: 13.5px;
	line-height: 1.4;
	color: var(--psh-text-body);
	border: 1px solid var(--psh-border);
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}
.psh-amenity-check {
	color: var(--psh-gold-deep);
	font-weight: 800;
	flex-shrink: 0;
	margin-top: 1px;
}

/* ==============================================================
   DETAIL PAGE — BOOKING PANEL (sidebar: price + CTA only)
============================================================== */
.psh-det-sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.psh-stay-info-card {
	background: var(--psh-white);
	border: 1px solid var(--psh-border);
	border-radius: var(--psh-radius-lg);
	padding: 22px;
}
.psh-stay-info-card h3 {
	font-family: var(--psh-font-head);
	font-size: 16px;
	font-weight: 700;
	color: var(--psh-navy);
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--psh-border);
}
.psh-stay-info-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13.5px;
	padding: 7px 0;
}
.psh-stay-info-row span:first-child {
	color: var(--psh-text-muted);
}
.psh-stay-info-row span:last-child {
	color: var(--psh-navy);
	font-weight: 600;
	text-align: right;
}
.psh-stay-info-row-block {
	flex-direction: column;
	gap: 4px;
}
.psh-stay-info-row-block span {
	font-weight: 700;
	color: var(--psh-navy);
}
.psh-stay-info-row-block p {
	margin: 0;
	font-size: 13px;
	color: var(--psh-text-muted);
	line-height: 1.6;
}
.psh-booking-panel {
	background: var(--psh-white);
	border: 1px solid var(--psh-border);
	border-radius: var(--psh-radius-lg);
	box-shadow: var(--psh-shadow-lg);
	position: sticky;
	top: 30px;
	overflow: hidden;
}
.psh-booking-panel-top {
	background: linear-gradient(135deg, var(--psh-navy) 0%, #0e1f38 100%);
	padding: 26px;
	text-align: center;
}
.psh-bp-price {
	font-family: var(--psh-font-head);
	font-size: 34px;
	font-weight: 700;
	color: var(--psh-gold);
}
.psh-bp-price-fallback { font-size: 20px; font-family: var(--psh-font-body); }
.psh-bp-per-night {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	margin-left: 4px;
}
.psh-booking-panel-body {
	padding: 22px;
}
.psh-bp-cta-text {
	text-align: center;
	margin: 0 0 18px;
	font-size: 14px;
	color: var(--psh-text-muted);
}
.psh-bp-reveal-btn {
	width: 100%;
	border: none;
	cursor: pointer;
}

/* ==============================================================
   DETAIL PAGE — BOOKING PANEL CALENDAR WIDGET
============================================================== */
.psh-calendar-widget {
	min-height: 60px;
	max-width: 100%;
	overflow-x: auto;
	background: var(--psh-white);
	border-radius: var(--psh-radius-lg);
	box-shadow: var(--psh-shadow-lg);
	padding: 24px;
	box-sizing: border-box;
}
.psh-calendar-loading {
	text-align: center;
	padding: 30px 10px;
	font-size: 14px;
	color: var(--psh-text-muted);
}

@media (max-width: 650px) {
	.psh-calendar-widget { padding: 14px; }
}

/* ---------- Stripe direct-checkout booking form ---------- */
.psh-book-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.psh-book-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.psh-book-field {
	display: flex;
	flex-direction: column;
}
.psh-book-field label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--psh-navy);
	margin-bottom: 5px;
}
.psh-book-field input,
.psh-book-field select {
	border: 1px solid var(--psh-border);
	border-radius: var(--psh-radius-sm);
	padding: 11px 12px;
	font-family: var(--psh-font-body);
	font-size: 14.5px;
	color: var(--psh-text-body);
	background: var(--psh-bg-soft);
}
.psh-book-field input:focus,
.psh-book-field select:focus {
	outline: none;
	border-color: var(--psh-gold-deep);
	background: var(--psh-white);
}
.psh-book-pricing {
	display: none;
	background: var(--psh-bg-soft);
	border: 1px solid var(--psh-border);
	border-radius: var(--psh-radius-sm);
	padding: 14px 16px;
}
.psh-book-pricing.is-visible {
	display: block;
}
.psh-book-price-row {
	display: flex;
	justify-content: space-between;
	font-size: 13.5px;
	color: var(--psh-text-muted);
	padding: 5px 0;
}
.psh-book-price-deposit {
	color: var(--psh-gold-deep);
	font-weight: 600;
}
.psh-book-price-total {
	font-weight: 800;
	font-size: 15.5px;
	color: var(--psh-navy);
	border-top: 1px solid var(--psh-border);
	margin-top: 6px;
	padding-top: 10px;
}
.psh-book-price-loading,
.psh-book-price-error {
	font-size: 13px;
	text-align: center;
	color: var(--psh-text-muted);
}
.psh-book-price-error {
	color: #b91c1c;
}
.psh-book-submit {
	width: 100%;
	border: none;
	cursor: pointer;
}
.psh-book-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.psh-book-status {
	font-size: 13px;
	text-align: center;
	color: #b91c1c;
	min-height: 1em;
}

@media (max-width: 420px) {
	.psh-book-form-row { grid-template-columns: 1fr; }
}

.psh-mobile-sticky-bar { display: none; }

.psh-book-confirmation {
	text-align: center;
	padding: 10px 6px 4px;
}
.psh-book-confirmation-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(4, 107, 62, 0.1);
	color: #046b3e;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 14px;
}
.psh-book-confirmation h3 {
	font-family: var(--psh-font-head);
	font-size: 19px;
	color: var(--psh-navy);
	margin: 0 0 8px;
}
.psh-book-confirmation p {
	font-size: 13.5px;
	color: var(--psh-text-muted);
	margin: 0;
	line-height: 1.6;
}

@media (max-width: 950px) {
	.psh-det-layout { grid-template-columns: 1fr; }
	.psh-booking-panel { position: static; }
	.psh-det-wrap { padding-bottom: 104px; }
	.psh-mobile-sticky-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		position: fixed;
		bottom: 0; left: 0; right: 0;
		background: var(--psh-white);
		padding: 15px 20px;
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
		z-index: 9999;
		border-top: 1px solid var(--psh-border);
	}
	.psh-sticky-price { display: flex; align-items: baseline; gap: 6px; }
	.psh-currency { font-family: var(--psh-font-head); font-size: 19px; font-weight: 700; color: var(--psh-navy); }
	.psh-per-night { font-size: 12px; color: var(--psh-text-muted); }
	.psh-sticky-btn {
		background: var(--psh-gold);
		color: var(--psh-navy);
		padding: 13px 24px;
		border: none;
		border-radius: var(--psh-radius-sm);
		font-family: var(--psh-font-body);
		font-weight: 700;
		font-size: 14px;
		cursor: pointer;
		white-space: nowrap;
	}
}
@media (max-width: 700px) {
	.psh-amenities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.psh-amenities-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.psh-gallery-main { height: 260px; }
	.psh-box { padding: 22px 20px; }
	.psh-gallery-nav-btn { width: 38px; height: 38px; font-size: 15px; }
}
@media (max-width: 380px) {
	.psh-amenities-grid { grid-template-columns: 1fr; }
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
	.psh-card,
	.psh-card-img,
	.psh-card-btn,
	.psh-gallery-main-img,
	.psh-slider-track {
		transition: none !important;
	}
}
