/**
 * Destination single / taxonomy landing page.
 */

.tt-dest-single {
	overflow-x: hidden;
	background: #fff;
}

/* Hero — keep headline inside the gallery overlay (prevents title clipping) */
.tt-dest-hero {
	position: relative;
	overflow: visible;
}

.tt-dest-hero .tt-tour-hero__gallery {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(480px, 58vh, 660px);
}

.tt-dest-hero .tt-tour-hero__overlay {
	background:
		linear-gradient(180deg, rgba(26, 10, 46, 0.22) 0%, rgba(26, 10, 46, 0.62) 52%, rgba(26, 10, 46, 0.96) 100%),
		linear-gradient(90deg, rgba(91, 33, 182, 0.3) 0%, transparent 58%);
}

.tt-dest-hero .tt-tour-hero__content {
	position: relative;
	margin-top: 0;
	padding-top: 5rem;
	padding-bottom: 3.5rem;
	z-index: 3;
}

.tt-dest-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.85rem;
}

.tt-dest-hero__tagline {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.55;
	margin: 0 0 1.15rem;
	max-width: 640px;
	opacity: 0.95;
	text-shadow: 0 1px 10px rgba(26, 10, 46, 0.45);
}

.tt-dest-hero .tt-tour-hero__headline-main {
	overflow: visible;
}

.tt-dest-hero .tt-tour-hero__headline {
	align-items: flex-start;
}

.tt-dest-hero .tt-tour-hero__title {
	line-height: 1.25;
	padding-bottom: 0.4em;
	margin: 0 0 1.75rem;
	overflow: visible;
	text-shadow: 0 2px 18px rgba(26, 10, 46, 0.55), 0 1px 4px rgba(0, 0, 0, 0.35);
}

.tt-dest-hero__actions {
	margin-top: 1.35rem;
}

.tt-dest-hero__actions .btn {
	min-width: 210px;
}

.tt-dest-hero .tt-tour-hero__thumbs {
	z-index: 4;
}

/* Sections */
.tt-dest-section {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.tt-dest-section__eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--tt-accent);
	margin-bottom: 0.4rem;
}

.tt-dest-section__title {
	font-size: clamp(1.65rem, 3.2vw, 2.25rem);
	font-weight: 800;
	color: var(--tt-dark);
	margin: 0;
	letter-spacing: -0.02em;
}

/* Overview */
.tt-dest-overview {
	background: linear-gradient(180deg, #faf8ff 0%, #fff 100%);
	position: relative;
	z-index: 1;
}

.tt-dest-overview__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.tt-dest-overview__body {
	color: var(--tt-muted);
	line-height: 1.75;
	font-size: 1.02rem;
	margin: 0;
}

.tt-dest-overview__aside {
	padding: 1.35rem;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid rgba(var(--tt-primary-rgb), 0.1);
	box-shadow: 0 12px 36px rgba(var(--tt-primary-rgb), 0.08);
}

.tt-dest-overview__aside-title {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--tt-dark);
	margin: 0 0 1rem;
}

.tt-dest-highlights__item {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.45rem 0;
	color: var(--tt-dark);
	line-height: 1.5;
	font-size: 0.9375rem;
}

.tt-dest-highlights__item i {
	color: var(--tt-primary);
	flex-shrink: 0;
	margin-top: 0.15rem;
}

/* Gallery section on light background */
.tt-dest-gallery {
	background: #fff;
}

.tt-dest-gallery .tt-tour-section__head {
	margin-bottom: 1.5rem;
}

/* Tours grid */
.tt-dest-tours {
	background: linear-gradient(180deg, #fff 0%, #f8f5ff 100%);
}

.tt-dest-tours__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.tt-dest-tours__count {
	color: var(--tt-muted);
	font-size: 0.9375rem;
}

.tt-dest-tours__count strong {
	color: var(--tt-primary-dark);
	font-size: 1.35rem;
	margin-right: 0.25rem;
}

.tt-dest-tours__grid {
	margin-bottom: 0;
}

.tt-dest-tours__empty {
	text-align: center;
	padding: 3rem 1.5rem;
	border-radius: 1.25rem;
	background: #fff;
	border: 1px dashed rgba(var(--tt-primary-rgb), 0.2);
}

.tt-dest-tours__empty i {
	font-size: 2.5rem;
	color: var(--tt-primary);
	margin-bottom: 1rem;
	display: block;
}

.tt-dest-tours__empty h3 {
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.tt-dest-tours__empty p {
	color: var(--tt-muted);
	max-width: 480px;
	margin: 0 auto 1.25rem;
}

/* Bottom CTA */
.tt-dest-cta {
	padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.tt-dest-cta__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	border-radius: 1.35rem;
	background: linear-gradient(135deg, var(--tt-primary) 0%, var(--tt-primary-dark) 100%);
	color: #fff;
	box-shadow: 0 20px 56px rgba(var(--tt-primary-rgb), 0.25);
}

.tt-dest-cta__card .tt-dest-section__eyebrow {
	color: var(--tt-accent);
}

.tt-dest-cta__title {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	margin: 0 0 0.5rem;
	color: #fff;
}

.tt-dest-cta__card p {
	opacity: 0.92;
	max-width: 520px;
}

.tt-dest-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	flex-shrink: 0;
}

.tt-dest-cta__actions .btn-tt-hero-outline {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
}

.tt-dest-cta__actions .btn-tt-hero-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
	.tt-dest-hero .tt-tour-hero__gallery {
		min-height: clamp(420px, 54vh, 580px);
	}

	.tt-dest-hero .tt-tour-hero__content {
		margin-top: 0;
		padding-top: 3.5rem;
		padding-bottom: 2.5rem;
	}

	.tt-dest-overview__layout {
		grid-template-columns: 1fr;
	}

	.tt-dest-tours__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.tt-dest-cta__card {
		flex-direction: column;
		align-items: flex-start;
	}

	.tt-dest-cta__actions {
		width: 100%;
	}

	.tt-dest-cta__actions .btn {
		width: 100%;
	}
}
