/* Home v2 layout — structure only; theme colors/fonts unchanged */

.homeV2 .homeTop {
	min-height: 88vh;
	padding-top: 160px;
	padding-bottom: 0;
}

.homeV2 .homeTop .shadow {
	background: linear-gradient(to bottom, rgba(30, 0, 58, 0.55) 0%, rgba(30, 0, 58, 0.25) 45%, rgba(30, 0, 58, 0.75) 100%);
}

.homeV2 .homeHero-slide {
	text-align: center;
}

.homeV2 .homeHero-kicker {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.homeV2 .homeHero-slide h1 {
	font-size: 56px;
	line-height: 1.08;
	margin-bottom: 18px;
}

.homeV2 .homeHero-slide p {
	max-width: 720px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7;
}

.homeV2 .homeHero-search {
	margin-top: 48px;
	padding-bottom: 48px;
}

.homeV2 .homeHero-searchInner {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0;
	background: #fff;
	border-radius: 999px;
	padding: 18px 18px 18px 28px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.homeV2 .homeHero-searchField {
	flex: 1 1 180px;
	min-width: 160px;
	padding: 0 18px;
	border-right: 1px solid rgba(69, 45, 91, 0.12);
}

.homeV2 .homeHero-searchField:last-of-type {
	border-right: 0;
}

.homeV2 .homeHero-searchField label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #452d5b;
	margin-bottom: 8px;
}

.homeV2 .homeHero-search .bootstrap-select {
	background: transparent;
	border-radius: 0;
	margin-bottom: 0;
	width: 100% !important;
}

.homeV2 .homeHero-search .bootstrap-select > .dropdown-toggle {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #452d5b !important;
	padding: 0;
	font-weight: 500;
	text-transform: none;
}

.homeV2 .homeHero-searchBtn {
	flex: 0 0 auto;
	border-radius: 999px;
	padding: 16px 34px;
	margin-left: 8px;
	white-space: nowrap;
}

.homeSection-kicker {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #452d5b;
	margin-bottom: 14px;
}

.homeCollections {
	padding: 90px 0;
	background: #fff;
	color: #452d5b;
}

.homeCollections-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.homeCollections-intro h2 {
	font-size: 42px;
	line-height: 1.15;
	margin: 0 0 12px;
	color: #452d5b;
}

.homeCollections-slogan {
	max-width: 640px;
	margin: 0;
	line-height: 1.7;
}

.homeCollections-link {
	flex: 0 0 auto;
	align-self: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #452d5b;
	border-bottom: 1px solid currentColor;
	padding-bottom: 4px;
}

.homeCollections-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	grid-auto-rows: 260px;
	gap: 18px;
}

.homeCollections-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	color: #fff;
}

.homeCollections-card--1 {
	grid-row: span 2;
	min-height: 540px;
}

.homeCollections-card--4 {
	grid-column: 2 / 4;
}

.homeCollections-cardOverlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(30, 0, 58, 0.72) 0%, rgba(30, 0, 58, 0.08) 55%, rgba(30, 0, 58, 0) 100%);
}

.homeCollections-cardCopy {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
}

.homeCollections-cardCopy p {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.homeCollections-cardCopy h3 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.homePrivate {
	padding: 90px 0;
	background: #fff;
	color: #452d5b;
}

.homePrivate-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.homePrivate-media {
	min-height: 420px;
	border-radius: 8px;
}

.homePrivate-copy {
	padding: 24px 0 24px 24px;
	max-width: 520px;
}

.homePrivate-copy h2 {
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.homePrivate-copy p {
	line-height: 1.75;
	margin-bottom: 28px;
}

.homeStandard {
	padding: 90px 0;
	background: #f7f5fa;
	color: #452d5b;
}

.homeStandard-copy h2 {
	font-size: 40px;
	line-height: 1.15;
	margin-bottom: 18px;
}

.homeStandard-copy > p {
	line-height: 1.75;
	margin-bottom: 28px;
	max-width: 420px;
}

.homeStandard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.homeStandard-secondary {
	border: 1px solid rgba(69, 45, 91, 0.18);
}

.homeStandard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 36px;
}

.homeStandard-num {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}

.homeStandard-item h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.homeStandard-item p {
	line-height: 1.7;
	margin: 0;
}

.homeV2 .featuredTrips {
	padding-top: 90px;
}

@media (max-width: 991px) {
	.homeV2 .homeHero-slide h1 {
		font-size: 38px;
	}

	.homeV2 .homeHero-searchInner {
		border-radius: 24px;
		padding: 20px;
	}

	.homeV2 .homeHero-searchField {
		flex: 1 1 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(69, 45, 91, 0.12);
		padding: 12px 0;
	}

	.homeV2 .homeHero-searchField:last-of-type {
		border-bottom: 0;
	}

	.homeV2 .homeHero-searchBtn {
		width: 100%;
		margin: 12px 0 0;
	}

	.homeCollections-head {
		flex-direction: column;
	}

	.homeCollections-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 220px;
	}

	.homeCollections-card--1 {
		grid-row: span 1;
		grid-column: 1 / 3;
		min-height: 320px;
	}

	.homeCollections-card--4 {
		grid-column: 1 / 3;
	}

	.homePrivate-copy {
		padding: 28px 0 0;
	}

	.homeStandard-grid {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}
}

@media (max-width: 767px) {
	.homeV2 .homeTop {
		padding-top: 120px;
		min-height: 720px;
	}

	.homeCollections-grid {
		grid-template-columns: 1fr;
	}

	.homeCollections-card--1,
	.homeCollections-card--4 {
		grid-column: auto;
	}
}
