.pds-page {
	padding: 2.5rem 0 4rem;
	background:
		radial-gradient(circle at top left, rgba(14, 116, 144, 0.08), transparent 24%),
		linear-gradient(180deg, #f7f7f4 0%, #eef1f5 100%);
	min-height: calc(100vh - 72px);
}

.pds-shell {
	max-width: 1160px;
}

.pds-card {
	background: #f8f8f6;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	padding: 1.8rem;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.pds-header {
	margin-bottom: 1.1rem;
}

.pds-rating {
	margin-bottom: 0.65rem;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	color: #f97316;
}

.pds-header h1 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.08;
	color: #172554;
}

.pds-header p {
	margin: 0.55rem 0 0;
	color: #64748b;
	font-size: 1rem;
	font-weight: 500;
}

.pds-gallery {
	display: grid;
	grid-template-columns: minmax(0, 3.2fr) minmax(260px, 1.05fr);
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.pds-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.pds-gallery-main,
.pds-gallery-thumb {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.pds-gallery-main {
	min-height: 370px;
	border-radius: 12px;
	overflow: hidden;
}

.pds-gallery-stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 0.75rem;
	min-height: 370px;
}

.pds-gallery-more-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.pds-gallery-more {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	border: 0;
	border-radius: 10px;
	padding: 0.72rem 0.95rem;
	background: rgba(255, 255, 255, 0.96);
	color: #334155;
	font-weight: 700;
	font-size: 0.95rem;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
	cursor: pointer;
}

.pds-lightbox-open {
	overflow: hidden;
}

.pds-lightbox {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 1400;
}

.pds-lightbox.is-open {
	display: block;
}

.pds-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.82);
	backdrop-filter: blur(6px);
}

.pds-lightbox-dialog {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1280px, calc(100vw - 2rem));
	height: min(90vh, 820px);
	margin: 5vh auto;
	z-index: 1;
}

.pds-lightbox-topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 0 1rem;
	color: #fff;
	font-weight: 600;
	z-index: 2;
}

.pds-lightbox-actions {
	display: flex;
	gap: 0.75rem;
}

.pds-lightbox-icon,
.pds-lightbox-nav {
	border: 0;
	background: rgba(15, 23, 42, 0.45);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease;
}

.pds-lightbox-icon:hover,
.pds-lightbox-nav:hover {
	background: rgba(15, 23, 42, 0.72);
}

.pds-lightbox-icon {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	font-size: 1.1rem;
}

.pds-lightbox-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.pds-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 999px;
	font-size: 1.4rem;
	z-index: 2;
}

.pds-lightbox-prev {
	left: 0;
	margin-left: -0.5rem;
}

.pds-lightbox-next {
	right: 0;
	margin-right: -0.5rem;
}

.pds-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 2.4fr) minmax(260px, 1fr);
	gap: 2rem;
	align-items: start;
}

.pds-booking-sidebar {
	position: sticky;
	top: 1.5rem;
}

.pds-amenities-block {
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.pds-copy-block h2,
.pds-amenities-block h2 {
	margin: 0 0 1rem;
	font-size: 2rem;
	line-height: 1.1;
	color: #111827;
}

.pds-copy-block p {
	margin: 0 0 1rem;
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.7;
}

.pds-highlights {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.pds-highlights h3 {
	margin: 0 0 0.8rem;
	font-size: 1.12rem;
	color: #0f172a;
}

.pds-highlights ul,
.pds-amenities-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.72rem;
}

.pds-highlights li,
.pds-amenities-list li {
	position: relative;
	padding-left: 1.55rem;
	color: #475569;
	font-size: 1rem;
	line-height: 1.5;
}

.pds-highlights li::before,
.pds-amenities-list li::before {
	content: '●';
	position: absolute;
	left: 0;
	top: 0.08rem;
	font-size: 0.72rem;
	color: #475569;
}


.pds-booking-box {
	margin-top: 2rem;
	padding: 1.2rem;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #edf4ff 100%);
	border: 1px solid rgba(37, 99, 235, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pds-booking-label {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.pds-booking-price {
	margin: 0.45rem 0 1rem;
	font-size: 2rem;
	font-weight: 800;
	color: #1d4ed8;
}

.pds-booking-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	border-radius: 12px;
	font-weight: 700;
}

.pds-location-block {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.pds-section-heading {
	margin: 0 0 0.6rem;
	font-size: 1.6rem;
	line-height: 1.1;
	color: #111827;
}

.pds-location-address {
	margin: 0 0 1rem;
	color: #475569;
	font-size: 0.98rem;
}

.pds-map-wrap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}

.pds-naver-map {
	width: 100%;
	height: 400px;
	display: block;
	border: 0;
}

.pds-map-open-link {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 10;
	padding: 6px 12px;
	border-radius: 8px;
	background: rgba(255,255,255,0.95);
	color: #1d4ed8;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
	transition: background 0.15s;
}

.pds-map-open-link:hover {
	background: #fff;
}

@media (max-width: 960px) {
	.pds-content-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.pds-booking-sidebar {
		position: static;
		order: -1;
	}
}

@media (max-width: 768px) {
	.pds-page {
		padding: 1rem 0 2rem;
	}

	.pds-card {
		padding: 1rem;
		border-radius: 0;
	}

	.pds-gallery {
		grid-template-columns: 1fr;
	}

	.pds-gallery-main,
	.pds-gallery-stack {
		min-height: auto;
	}

	.pds-gallery-main {
		height: 320px;
	}

	.pds-gallery-stack {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
	}

	.pds-gallery-stack img,
	.pds-gallery-more-wrap {
		height: 180px;
	}

	.pds-lightbox-dialog {
		width: min(100vw - 1.5rem, 960px);
		height: min(82vh, 680px);
	}

	.pds-copy-block h2,
	.pds-amenities-block h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 560px) {
	.pds-header h1 {
		font-size: 1.85rem;
	}

	.pds-gallery-main {
		height: 250px;
	}

	.pds-gallery-stack {
		grid-template-columns: 1fr;
	}

	.pds-gallery-stack img,
	.pds-gallery-more-wrap {
		height: 180px;
	}

	.pds-gallery-more {
		left: 0.75rem;
		bottom: 0.75rem;
		padding: 0.65rem 0.85rem;
		font-size: 0.88rem;
	}

	.pds-lightbox-dialog {
		width: calc(100vw - 1rem);
		height: min(78vh, 520px);
	}

	.pds-lightbox-topbar {
		padding-bottom: 0.75rem;
	}

	.pds-lightbox-icon {
		width: 38px;
		height: 38px;
	}

	.pds-lightbox-nav {
		width: 44px;
		height: 44px;
		font-size: 1.1rem;
	}

	.pds-lightbox-prev {
		left: 0.35rem;
		margin-left: 0;
	}

	.pds-lightbox-next {
		right: 0.35rem;
		margin-right: 0;
	}

	.pds-copy-block p,
	.pds-highlights li,
	.pds-amenities-list li {
		font-size: 0.96rem;
	}

	.pds-booking-price {
		font-size: 1.7rem;
	}
}