.vcm-resort-page,
.vcm-resort-archive {
	background: #f6f8fb;
	color: #142033;
	font-family: inherit;
}

.vcm-resort-hero {
	position: relative;
	min-height: 520px;
	background: linear-gradient(135deg, #5468AF, #1f2d5c);
	background-position: center;
	background-size: cover;
	display: grid;
	align-items: end;
}

.vcm-resort-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 32, 51, .86), rgba(84, 104, 175, .48) 48%, rgba(237, 38, 73, .28));
}

.vcm-resort-hero-inner,
.vcm-resort-wrap,
.vcm-archive-hero,
.vcm-archive-tools,
.vcm-hotels-section {
	width: min(1180px, calc(100% - 36px));
	margin-inline: auto;
}

.vcm-resort-hero-inner {
	position: relative;
	padding: 72px 0 58px;
	color: #fff;
}

.vcm-kicker,
.vcm-archive-hero span {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.vcm-resort-hero h1,
.vcm-archive-hero h1 {
	max-width: 920px;
	margin: 10px 0 12px;
	font-size: clamp(36px, 5vw, 70px);
	line-height: 1.02;
	letter-spacing: 0;
}

.vcm-resort-hero p {
	max-width: 720px;
	font-size: 20px;
	line-height: 1.5;
}

.vcm-stars {
	color: #ffd66b;
	font-size: 20px;
}

.vcm-badge-row,
.vcm-highlight-row,
.vcm-amenity-chips,
.vcm-trust-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vcm-badge-row span,
.vcm-highlight-row span,
.vcm-amenity-chips span,
.vcm-trust-panel span {
	border-radius: 999px;
	background: #fff;
	color: #33439a;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
	box-shadow: 0 8px 22px rgba(20, 32, 51, .08);
}

.vcm-resort-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
	padding: 34px 0 72px;
}

.vcm-resort-main {
	min-width: 0;
}

.vcm-photo-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
	gap: 10px;
	overflow: hidden;
	border-radius: 8px;
	background: #d9deea;
}

.vcm-photo-grid button {
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.vcm-photo-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vcm-photo-main {
	aspect-ratio: 16 / 10;
}

.vcm-photo-thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.vcm-view-photos {
	position: absolute;
	right: 14px;
	bottom: 14px;
	border-radius: 999px;
	background: #fff !important;
	color: #142033;
	font-weight: 800;
	padding: 10px 14px !important;
	box-shadow: 0 14px 34px rgba(20, 32, 51, .24);
}

.vcm-section,
.vcm-booking-card,
.vcm-trust-panel {
	margin-top: 24px;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 14px 34px rgba(20, 32, 51, .06);
}

.vcm-section h2 {
	margin: 0 0 14px;
	font-size: 26px;
}

.vcm-lede {
	font-size: 19px;
	line-height: 1.55;
	color: #34415a;
}

.vcm-description {
	line-height: 1.65;
	color: #2d3a51;
}

.vcm-highlight-row,
.vcm-amenity-chips {
	margin-top: 18px;
}

.vcm-highlight-row span {
	background: #eef2ff;
	color: #314197;
}

.vcm-amenity-chips span {
	background: #f7f8fb;
	color: #2d3a51;
	box-shadow: none;
}

.vcm-booking-card {
	position: sticky;
	top: 24px;
	margin-top: 0;
}

.vcm-booking-card > span {
	color: #667085;
	font-weight: 800;
}

.vcm-booking-card strong {
	display: block;
	margin: 4px 0;
	color: #ED2649;
	font-size: 42px;
	line-height: 1;
}

.vcm-booking-card p {
	color: #42506a;
}

.vcm-button,
.vcm-card .vcm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 6px;
	background: #ED2649;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	padding: 10px 16px;
}

.vcm-button:hover {
	background: #c81d3b;
	color: #fff;
}

.vcm-button-secondary {
	width: 100%;
	margin-top: 10px;
	background: #5468AF;
}

.vcm-booking-card .vcm-button:first-of-type {
	width: 100%;
}

.vcm-rate-cards {
	display: grid;
	gap: 12px;
}

.vcm-rate-card {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto auto auto;
	gap: 14px;
	align-items: center;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	padding: 16px;
}

.vcm-rate-card h3 {
	margin: 0 0 6px;
	font-size: 17px;
}

.vcm-rate-price strong {
	display: block;
	font-size: 22px;
	color: #142033;
}

.vcm-rate-price span,
.vcm-rate-stock {
	display: inline-flex;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 9px;
}

.vcm-rate-price span,
.vcm-rate-stock.is-available {
	background: #e7f7ee;
	color: #0f6b3d;
}

.vcm-rate-stock.is-sold {
	background: #f2f4f7;
	color: #667085;
}

.vcm-trust-panel {
	background: #142033;
	color: #fff;
}

.vcm-trust-panel span {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	box-shadow: none;
}

.vcm-lightbox[hidden] {
	display: none;
}

.vcm-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(20, 32, 51, .92);
	padding: 52px 22px 24px;
	overflow: auto;
}

.vcm-lightbox-close {
	position: fixed;
	top: 14px;
	right: 18px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #142033;
	font-weight: 800;
	padding: 10px 14px;
}

.vcm-lightbox-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 14px;
}

.vcm-lightbox-track img {
	width: 100%;
	border-radius: 8px;
}

.vcm-archive-hero {
	padding: 54px 0 24px;
}

.vcm-archive-hero p {
	max-width: 700px;
	color: #42506a;
	font-size: 18px;
}

.vcm-archive-tools {
	margin-bottom: 24px;
}

.vcm-archive-tools form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px auto;
	gap: 10px;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background: #fff;
	padding: 12px;
}

.vcm-archive-tools input,
.vcm-archive-tools select {
	min-height: 42px;
	border: 1px solid #d8deea;
	border-radius: 6px;
	padding: 0 12px;
}

.vcm-card.vcm-hotel-card {
	overflow: hidden;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(20, 32, 51, .06);
}

.vcm-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #d9deea;
}

.vcm-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 980px) {
	.vcm-resort-wrap,
	.vcm-archive-tools form {
		grid-template-columns: 1fr;
	}

	.vcm-booking-card {
		position: static;
		order: -1;
	}

	.vcm-rate-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.vcm-resort-hero {
		min-height: 430px;
	}

	.vcm-photo-grid,
	.vcm-photo-thumbs {
		grid-template-columns: 1fr;
	}

	.vcm-photo-thumbs button:nth-child(n+3) {
		display: none;
	}
}
