/**
 * Destinations Index V2 — page-specific composition.
 * Reuses Discovery/Home tokens and components; all additions are page-scoped.
 */

.ch-destinations-index {
	--ch-home-accent-start: #ff7a59;
	--ch-home-accent-end: #ffb347;
	--ch-journey-accent: var(--ch-vl-color-teal, #006d77);
	background: var(--ch-color-ivory);
	color: var(--ch-color-text);
	padding-bottom: 72px;
}

.ch-experiences-index {
	--ch-journey-accent: #b87825;
}

.ch-events-index {
	--ch-journey-accent: var(--ch-vl-color-coral, #ff6f61);
}

/* Front V1.2 · Gate 4: one territorial journey and one ResultSurface. */
.ch-destinations-journey {
	padding: 64px 0 72px;
	background: var(--ch-color-ivory, #f6f3ee);
}

.ch-destinations-journey__context-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 22px;
}

.ch-destinations-journey__eyebrow,
.ch-destinations-journey__head > p {
	margin: 0 0 10px;
	color: var(--ch-color-forest, #1f5c4c);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ch-destinations-journey__context-copy {
	max-width: 22ch;
	margin: 0;
	color: var(--ch-color-forest-deep, #0d2c24);
	font-family: var(--ch-vl-font-editorial, var(--ch-font-display, Georgia, serif));
	font-size: clamp(34px, 3.2vw, 54px);
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.02;
}

.ch-destinations-journey__context-aside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.ch-destinations-journey__context-note {
	max-width: 39ch;
	margin: 0 0 2px;
	color: color-mix(in srgb, var(--ch-color-text, #17211d) 70%, transparent);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 13px;
	line-height: 1.5;
}

.ch-discovery a.ch-destinations-journey__all {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid color-mix(in srgb, var(--ch-color-forest, #1f5c4c) 38%, transparent);
	color: var(--ch-color-forest, #1f5c4c);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ch-discovery a.ch-destinations-journey__all:hover,
.ch-discovery a.ch-destinations-journey__all.is-active {
	border-color: var(--ch-home-accent-start, #ff7a59);
	color: var(--ch-home-accent-start, #e85b2a);
}

.ch-destinations-journey__regions {
	display: flex;
	overflow-x: auto;
	gap: 18px;
	margin-right: calc(50% - 50vw);
	padding: 4px max(24px, calc((100vw - 1200px) / 2)) 18px 0;
	scroll-padding-inline: 0;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: color-mix(in srgb, var(--ch-color-forest, #1f5c4c) 32%, transparent) transparent;
}

.ch-discovery a.ch-destinations-journey__choice {
	position: relative;
	flex: 0 0 clamp(260px, 23vw, 330px);
	min-height: 238px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 20px;
	background: var(--ch-color-forest-deep, #0d2c24);
	color: #fff;
	text-decoration: none;
	scroll-snap-align: start;
	box-shadow: 0 18px 44px rgba(13, 44, 36, .1);
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ch-destinations-journey__choice-media,
.ch-destinations-journey__choice-media > span {
	position: absolute;
	inset: 0;
	display: block;
}

.ch-destinations-journey__choice-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.65,.25,1), filter .4s ease;
}

.ch-destinations-journey__choice-media > span {
	background:
		linear-gradient(180deg, rgba(9, 21, 18, .04) 10%, rgba(9, 21, 18, .15) 42%, rgba(9, 21, 18, .92) 100%),
		linear-gradient(110deg, rgba(232, 91, 42, .08), transparent 48%);
}

.ch-destinations-journey__choice-copy {
	position: absolute;
	right: 22px;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ch-destinations-journey__choice-copy > span {
	margin-bottom: 6px;
	color: var(--ch-vl-color-mystic-light, #ead8a4);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ch-destinations-journey__choice-copy strong {
	display: block;
	min-height: 2.9em;
	max-width: 14ch;
	color: #fff;
	font-family: var(--ch-vl-font-editorial, var(--ch-font-display, Georgia, serif));
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 550;
	letter-spacing: -.02em;
	line-height: 1;
}

.ch-destinations-journey__choice-copy small {
	display: -webkit-box;
	min-height: 2.9em;
	max-height: 3.2em;
	margin-top: 9px;
	overflow: hidden;
	color: rgba(255, 255, 255, .84);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 12px;
	line-height: 1.45;
	opacity: .86;
	transition: opacity .35s ease;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ch-destinations-journey__choice-arrow {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 50%;
	background: rgba(13, 44, 36, .24);
	color: #fff;
	font-size: 16px;
	backdrop-filter: blur(7px);
}

.ch-discovery a.ch-destinations-journey__choice:hover,
.ch-discovery a.ch-destinations-journey__choice.is-active {
	border-color: color-mix(in srgb, var(--ch-home-accent-end, #ffb347) 82%, #fff);
	box-shadow: 0 22px 52px rgba(13, 44, 36, .18);
}

.ch-discovery a.ch-destinations-journey__choice:hover {
	transform: translateY(-4px);
}

.ch-discovery a.ch-destinations-journey__choice.is-active {
	transform: none;
}

.ch-discovery a.ch-destinations-journey__choice:hover .ch-destinations-journey__choice-media img,
.ch-discovery a.ch-destinations-journey__choice.is-active .ch-destinations-journey__choice-media img {
	filter: saturate(1.08);
	transform: scale(1.06);
}

.ch-discovery a.ch-destinations-journey__choice:hover .ch-destinations-journey__choice-copy small,
.ch-discovery a.ch-destinations-journey__choice.is-active .ch-destinations-journey__choice-copy small {
	opacity: 1;
}

.ch-destinations-journey__subregion-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(250px, .8fr) minmax(0, 1.7fr);
	align-items: end;
	gap: clamp(30px, 5vw, 80px);
	min-height: 250px;
	margin-top: 26px;
	overflow: hidden;
	padding: clamp(28px, 4vw, 52px);
	border-radius: 20px;
	background:
		linear-gradient(90deg, rgba(8, 32, 27, .94) 0%, rgba(8, 32, 27, .76) 48%, rgba(8, 32, 27, .52) 100%),
		var(--ch-active-region-image, linear-gradient(135deg, #0d2c24, #1f5c4c)) center / cover no-repeat;
	box-shadow: 0 20px 50px rgba(13, 44, 36, .12);
}

.ch-destinations-journey__subregion-panel[hidden],
.ch-destinations-journey__subregions[hidden] {
	display: none;
}

.ch-destinations-journey__subregion-intro,
.ch-destinations-journey__subregions {
	position: relative;
	z-index: 1;
}

.ch-destinations-journey__subregion-intro p {
	margin: 0 0 8px;
	color: var(--ch-vl-color-mystic-light, #ead8a4);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ch-destinations-journey__subregion-intro strong {
	display: block;
	color: #fff;
	font-family: var(--ch-vl-font-editorial, var(--ch-font-display, Georgia, serif));
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 520;
	letter-spacing: -.02em;
	line-height: 1;
}

.ch-destinations-journey__subregion-intro > span {
	display: block;
	margin-top: 14px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.5;
}

.ch-destinations-journey__subregions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	align-content: flex-end;
}

.ch-discovery a.ch-destinations-journey__subregion {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .34);
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, .88);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.ch-discovery a.ch-destinations-journey__subregion:hover {
	border-color: var(--ch-vl-color-mystic-light, #ead8a4);
	background: transparent;
	color: #fff;
}

.ch-discovery a.ch-destinations-journey__subregion.is-active {
	border-color: var(--ch-home-accent-end, #ffb347);
	background: transparent;
	color: var(--ch-home-accent-end, #ffb347);
}

.ch-destinations-journey__perspective-bar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 42px 0 46px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(13, 44, 36, .14);
}

.ch-destinations-journey__perspective-bar > p {
	margin: 0;
	color: var(--ch-color-forest-deep, #0d2c24);
	font-family: var(--ch-vl-font-editorial, var(--ch-font-display, Georgia, serif));
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 520;
	letter-spacing: -.02em;
}

.ch-destinations-journey__perspectives {
	display: flex;
	gap: clamp(22px, 3vw, 48px);
}

.ch-destinations-journey__perspective[hidden] {
	display: none !important;
}

.ch-discovery a.ch-destinations-journey__perspective {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 130px;
	padding: 0 0 8px;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: var(--ch-color-forest-deep, #0d2c24);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	text-decoration: none;
}

.ch-destinations-journey__perspective strong {
	font-size: 15px;
	font-weight: 700;
}

.ch-destinations-journey__perspective small {
	margin-top: 3px;
	color: color-mix(in srgb, var(--ch-color-text, #17211d) 62%, transparent);
	font-size: 11px;
	font-weight: 500;
}

.ch-discovery a.ch-destinations-journey__perspective:hover,
.ch-discovery a.ch-destinations-journey__perspective.is-active {
	border-color: var(--ch-home-accent-start, #e85b2a);
	background: transparent;
	color: var(--ch-color-forest, #1f5c4c);
}

.ch-discovery a.ch-destinations-journey__choice:focus-visible,
.ch-discovery a.ch-destinations-journey__subregion:focus-visible,
.ch-discovery a.ch-destinations-journey__perspective:focus-visible,
.ch-discovery a.ch-destinations-journey__all:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--ch-home-accent-end, #ffb347) 75%, #fff);
	outline-offset: 3px;
}

/*
 * Compact territorial context.
 * Region imagery belongs to Descubre Veracruz; Index pages only retain the
 * lightweight context controls needed to refine their ResultSurface.
 */
.ch-destinations-journey {
	padding-top: 44px;
}

.ch-destinations-journey__eyebrow {
	margin-bottom: 16px;
}

.ch-destinations-journey__row-label {
	margin: 0 0 8px;
	font-family: var(--ch-font-sans, sans-serif);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ch-journey-accent, var(--ch-color-teal, #006d77));
}

.ch-destinations-journey__regions,
.ch-destinations-journey__subregions,
.ch-destinations-journey__perspectives {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ch-destinations-journey__regions {
	overflow: visible;
	margin: 0;
	padding: 0;
	scroll-snap-type: none;
}

.ch-discovery a.ch-destinations-journey__choice,
.ch-discovery a.ch-destinations-journey__subregion,
.ch-discovery a.ch-destinations-journey__perspective {
	position: static;
	display: inline-flex;
	flex: 0 1 auto;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 40px;
	overflow: visible;
	padding: 0 14px;
	border: 1px solid rgba(13, 44, 36, .2);
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	color: var(--ch-color-forest-deep, #0d2c24);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 14px;
	font-weight: 550;
	line-height: 1.2;
	text-decoration: none;
	transform: none;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.ch-discovery a.ch-destinations-journey__choice:hover,
.ch-discovery a.ch-destinations-journey__subregion:hover,
.ch-discovery a.ch-destinations-journey__perspective:hover {
	border-color: color-mix(in srgb, var(--ch-color-forest, #1f5c4c) 55%, transparent);
	background: color-mix(in srgb, var(--ch-vl-color-mystic-light, #ead8a4) 14%, transparent);
	box-shadow: none;
	color: var(--ch-color-forest-deep, #0d2c24);
	transform: none;
}

.ch-discovery a.ch-destinations-journey__choice.is-active,
.ch-discovery a.ch-destinations-journey__subregion.is-active,
.ch-discovery a.ch-destinations-journey__perspective.is-active {
	border-color: var(--ch-color-forest-deep, #0d2c24);
	background: var(--ch-color-forest-deep, #0d2c24);
	box-shadow: none;
	color: #fff;
	transform: none;
}

.ch-discovery a.ch-destinations-journey__perspective[data-ch-destinations-perspective="experiences"].is-active {
	border-color: var(--ch-color-forest-deep, #0d2c24);
	background: var(--ch-color-forest-deep, #0d2c24);
}

.ch-discovery a.ch-destinations-journey__perspective[data-ch-destinations-perspective="events"].is-active {
	border-color: var(--ch-color-forest-deep, #0d2c24);
	background: var(--ch-color-forest-deep, #0d2c24);
}

.ch-destinations-journey__subregion-panel {
	position: static;
	display: block;
	min-height: 0;
	margin-top: 18px;
	overflow: visible;
	padding: 16px 0 0;
	border: 0;
	border-top: 1px solid rgba(13, 44, 36, .1);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ch-destinations-journey__subregion-label {
	margin: 0 0 8px;
	color: color-mix(in srgb, var(--ch-color-text, #17211d) 68%, transparent);
	font-size: 11px;
}

.ch-destinations-journey__subregion-label strong {
	color: var(--ch-color-forest, #1f5c4c);
}

.ch-discovery a.ch-destinations-journey__subregion {
	min-height: 36px;
	padding-inline: 13px;
	font-size: 13px;
}

.ch-destinations-journey__perspective-bar {
	display: block;
	margin: 24px 0 30px;
	padding: 0 0 18px;
	border: 0;
	border-bottom: 1px solid rgba(13, 44, 36, .12);
}

.ch-destinations-journey__perspectives {
	gap: 10px;
}

.ch-destinations-journey__head h2 {
	margin: 0;
	max-width: 28ch;
	color: var(--ch-vl-color-midnight, #0f172a);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: clamp(30px, 2.6vw, 40px);
	font-weight: 520;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ch-destinations-journey__head {
	position: relative;
	max-width: 920px;
	margin-bottom: 28px;
}

.ch-destinations-journey__head > p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: var(--ch-journey-accent, var(--ch-vl-color-teal, #006d77));
	font-size: 11px;
	letter-spacing: .14em;
}

.ch-destinations-journey__head > p::before {
	width: 34px;
	height: 2px;
	content: '';
	background: currentColor;
}

.ch-destinations-journey__head small {
	display: block;
	max-width: 58ch;
	margin-top: 14px;
	color: var(--ch-vl-color-copy-muted, #526071);
	font-family: var(--ch-vl-font-interface, var(--ch-font-sans, sans-serif));
	font-size: 15px;
	font-weight: 450;
	line-height: 1.55;
}

.ch-destinations-journey__results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(24px, 1.6vw, 28px);
	row-gap: clamp(26px, 2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ch-destinations-journey__results > li {
	min-width: 0;
}

.ch-destinations-result {
	position: relative;
	display: block;
	width: 100%;
	min-height: 360px;
	overflow: hidden;
	border-radius: var(--ch-vl-card-radius, 22px);
	aspect-ratio: 4 / 3;
	background: var(--ch-color-forest-deep, #0d2c24);
	color: #fff;
	text-decoration: none;
}

.ch-destinations-result__media {
	position: absolute;
	inset: 0;
	display: block;
}

.ch-destinations-result__media > span {
	position: absolute;
	inset: 0;
	display: block;
}

.ch-destinations-result__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.ch-destinations-result__media > span {
	background: linear-gradient(180deg, rgba(15, 23, 42, .16) 0%, rgba(15, 23, 42, .08) 45%, rgba(15, 23, 42, .58) 64%, rgba(15, 23, 42, .94) 84%, rgba(15, 23, 42, .98) 100%);
}

.ch-destinations-result--destination .ch-destinations-result__media > span {
	background: var(--ch-vl-overlay-destination);
}

.ch-destinations-result--experience .ch-destinations-result__media > span {
	background: var(--ch-vl-overlay-experience);
}

.ch-destinations-result--event .ch-destinations-result__media > span {
	background: var(--ch-vl-overlay-event);
}

.ch-destinations-result__copy {
	position: absolute;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 18px 20px 16px;
}

.ch-destinations-result__location {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 18px 20px 28px;
	background: linear-gradient(180deg, rgba(15, 23, 42, .72) 0%, rgba(15, 23, 42, .32) 58%, rgba(15, 23, 42, 0) 100%);
	color: var(--ch-home-accent-end, #ffb347);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	line-height: 1.35;
	opacity: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-destinations-result--without-media .ch-destinations-result__location {
	background: none;
}

.ch-destinations-result h3 {
	display: -webkit-box;
	flex-shrink: 0;
	overflow: hidden;
	margin: 6px 0;
	color: #fff;
	font-family: var(--ch-font-display, Georgia, serif);
	font-size: var(--ch-vl-card-title-size, clamp(24px, 1.7vw, 30px));
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ch-destinations-result__reason {
	display: -webkit-box;
	flex-shrink: 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.35;
	opacity: .86;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ch-destinations-result__date {
	flex-shrink: 0;
	margin: 0 0 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	opacity: .9;
}

.ch-destinations-result__action {
	flex-shrink: 0;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

/*
 * Event cards answer cuándo + dónde. Their compact contract deliberately
 * keeps the narrative for Event Detail so a long curation note can never
 * push the title out of the photographic card's lower 40% text well.
 */
.ch-destinations-result--event .ch-destinations-result__copy {
	justify-content: flex-end;
	padding: 12px 18px;
}

.ch-destinations-result--event .ch-destinations-result__location {
	font-size: 10px;
	line-height: 1.25;
}

.ch-destinations-result--event h3 {
	margin: 3px 0 4px;
	font-size: var(--ch-vl-card-title-size, clamp(19px, 1.15vw, 22px));
	line-height: 1.04;
}

.ch-destinations-result--event .ch-destinations-result__date {
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 11px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-destinations-result--event .ch-destinations-result__reason {
	display: none;
}

.ch-destinations-result--event .ch-destinations-result__action {
	margin-top: 6px;
	font-size: 12px;
}

.ch-destinations-result--without-media .ch-destinations-result__copy {
	position: relative;
	top: auto;
	height: 100%;
}

.ch-destinations-journey__empty {
	padding: 28px;
	border: 1px solid rgba(13,44,36,.14);
	border-radius: 16px;
}

.ch-destinations-journey__load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	width: max-content;
	margin: 28px auto 0;
	padding: 4px 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: var(--ch-vl-color-teal, #006d77);
	font-family: var(--ch-vl-font-interface, sans-serif);
	font-size: 14px;
	font-weight: 650;
	white-space: nowrap;
	cursor: pointer;
	transition: color 180ms ease;
}

.ch-destinations-journey__load-more:hover,
.ch-destinations-journey__load-more:focus-visible {
	background: none;
	box-shadow: none;
	color: var(--ch-vl-color-green, #2a9d8f);
}

.ch-destinations-journey__load-more[hidden] {
	display: none;
}

@media (max-width: 980px) {
	.ch-destinations-journey__results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
	.ch-destinations-journey { padding: 36px 0 52px; }
	.ch-destinations-journey__regions {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 8px;
		margin-right: calc(-1 * var(--ch-gutter));
		padding: 2px var(--ch-gutter) 10px 0;
	}
	.ch-discovery a.ch-destinations-journey__choice {
		flex: 0 0 auto;
		min-height: 42px;
	}
	.ch-destinations-journey__subregion-panel { padding: 0; }
	.ch-destinations-journey__subregions { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
	.ch-discovery a.ch-destinations-journey__subregion { flex: 0 0 auto; }
	.ch-destinations-journey__perspective-bar { margin: 24px 0 30px; padding: 18px 0; }
	.ch-destinations-journey__perspectives { gap: 8px; overflow-x: auto; }
	.ch-discovery a.ch-destinations-journey__perspective { flex: 0 0 auto; }
	.ch-destinations-journey__results { grid-template-columns: 1fr; }
	.ch-destinations-result {
		min-height: 420px;
		aspect-ratio: 4 / 5;
	}
	.ch-destinations-result__location {
		display: -webkit-box;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ch-discovery a.ch-destinations-journey__choice,
	.ch-destinations-journey__choice-media img,
	.ch-destinations-journey__choice-copy small {
		transition: none;
	}
}

.ch-destinations-index .ch-destinations-section {
	margin-top: clamp(64px, 8vw, 104px);
}

.ch-destinations-index .ch-destinations-section__head {
	margin-bottom: 24px;
}

.ch-destinations-index .ch-destinations-section__lead {
	max-width: 680px;
	margin: 10px 0 0;
	font-family: var(--ch-font-sans);
	font-size: var(--ch-type-body);
	line-height: var(--ch-type-body-lh);
	color: var(--ch-color-text-muted);
}

/* Hero ------------------------------------------------------------------ */

.ch-destinations-hero {
	margin-bottom: 0;
}

.ch-destinations-index .ch-destinations-hero .ch-destination-hero__overlay {
	background: var(--ch-vl-hero-overlay-destination);
}

.ch-destinations-search {
	position: relative;
	z-index: 5;
	align-self: end;
	padding: 10px;
	border: 1px solid color-mix(in srgb, var(--ch-color-text-on-dark) 26%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--ch-color-forest-deep) 44%, transparent);
	backdrop-filter: blur(14px);
}

.ch-destinations-search .ch-home-search__form {
	max-width: none;
	margin: 0;
}

.ch-destinations-search .ch-home-search__field {
	border: 0;
	box-shadow: 0 14px 42px color-mix(in srgb, var(--ch-color-vignette) 26%, transparent);
}

.ch-destinations-search .ch-home-search__input {
	min-height: 54px;
}

.ch-destinations-search .ch-home-search__panel {
	top: calc(100% + 18px);
}

/* Territorial window --------------------------------------------------- */

.ch-destinations-index .ch-destinations-window {
	margin-bottom: 0;
}

.ch-destinations-window__item {
	flex: 0 0 clamp(310px, 38%, 450px);
	min-width: 0;
	scroll-snap-align: start;
}

.ch-destinations-window__item .ch-destination-card {
	aspect-ratio: 4 / 3;
}

.ch-destinations-window__item .ch-destination-card__title {
	font-size: clamp(24px, 2.6vw, 34px);
}

/* Affinities ----------------------------------------------------------- */

.ch-destinations-affinities {
	padding-block: clamp(56px, 7vw, 88px);
	background: #eef1ed;
}

.ch-destinations-affinities__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.ch-destinations-affinity {
	grid-column: span 4;
	min-width: 0;
}

.ch-destinations-affinity:nth-child(1),
.ch-destinations-affinity:nth-child(2) {
	grid-column: span 6;
}

.ch-destinations-affinity__lead {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 390px;
	overflow: hidden;
	border-radius: var(--ch-radius-large);
	background: var(--ch-color-forest-deep);
	color: var(--ch-color-text-on-dark);
	text-decoration: none;
}

.ch-destinations-affinity__media,
.ch-destinations-affinity__shade {
	position: absolute;
	inset: 0;
}

.ch-destinations-affinity__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ch-focal, center center);
	filter: var(--ch-media-grade);
	transition: transform 0.5s ease;
}

.ch-destinations-affinity__shade {
	background: linear-gradient(0deg, color-mix(in srgb, var(--ch-color-vignette) 78%, transparent) 0%, color-mix(in srgb, var(--ch-color-vignette) 18%, transparent) 62%, transparent 100%);
}

.ch-destinations-affinity__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
}

.ch-destinations-affinity__label {
	font-family: var(--ch-font-display);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 480;
	line-height: 1.04;
	letter-spacing: -0.02em;
}

.ch-destinations-affinity__description {
	max-width: 34em;
	margin-top: 9px;
	font-family: var(--ch-font-sans);
	font-size: 14px;
	line-height: 1.5;
	color: color-mix(in srgb, var(--ch-color-text-on-dark) 82%, transparent);
}

.ch-destinations-affinity__destination {
	display: inline-flex;
	gap: 7px;
	margin-top: 18px;
	font-family: var(--ch-font-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: var(--ch-home-gold);
}

.ch-destinations-affinity__more {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 12px 4px 0;
	font-family: var(--ch-font-sans);
	font-size: 12px;
	line-height: 1.45;
}

.ch-destinations-affinity__more span {
	flex-basis: 100%;
	color: var(--ch-color-text-muted);
}

.ch-destinations-affinity__more a {
	color: var(--ch-color-forest);
	font-weight: 700;
	text-decoration: none;
}

.ch-destinations-affinity__lead:hover .ch-destinations-affinity__media img {
	transform: scale(1.035);
}

.ch-destinations-affinity__lead:focus-visible,
.ch-destinations-affinity__more a:focus-visible {
	outline: 2px solid var(--ch-color-focus);
	outline-offset: 3px;
}

/* Destination in context --------------------------------------------- */

.ch-destinations-context__feature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 0;
	align-items: stretch;
}

.ch-destinations-context__media {
	position: relative;
	min-height: 590px;
	overflow: hidden;
	border-radius: var(--ch-radius-large) 0 0 var(--ch-radius-large);
	background: var(--ch-color-forest-deep);
}

.ch-destinations-context__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ch-focal, center center);
	filter: var(--ch-media-grade);
}

.ch-destinations-context__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 68px);
	border-radius: 0 var(--ch-radius-large) var(--ch-radius-large) 0;
	background: var(--ch-color-forest-deep);
	color: var(--ch-color-text-on-dark);
}

.ch-destinations-context__location {
	margin: 0 0 8px;
	font-family: var(--ch-font-sans);
	font-size: var(--ch-type-kicker);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ch-home-gold);
}

.ch-destinations-context__copy h3 {
	margin: 0;
	font-family: var(--ch-font-display);
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 430;
	line-height: 0.98;
	letter-spacing: -0.035em;
	color: var(--ch-color-text-on-dark);
}

.ch-destinations-context__meaning {
	margin: 22px 0 0;
	font-family: var(--ch-font-sans);
	font-size: 16px;
	line-height: 1.65;
	color: color-mix(in srgb, var(--ch-color-text-on-dark) 80%, transparent);
}

.ch-destinations-context__evidence {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.ch-destinations-context__signal {
	padding: 16px;
	border: 1px solid color-mix(in srgb, var(--ch-color-text-on-dark) 16%, transparent);
	border-radius: var(--ch-radius-medium);
	background: color-mix(in srgb, var(--ch-color-surface) 6%, transparent);
}

.ch-destinations-context__signal > span {
	display: block;
	font-family: var(--ch-font-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ch-home-gold);
}

.ch-destinations-context__signal strong {
	display: block;
	margin-top: 6px;
	font-family: var(--ch-font-display);
	font-size: 19px;
	font-weight: 520;
	line-height: 1.15;
}

.ch-destinations-context__signal p {
	display: -webkit-box;
	margin: 7px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: var(--ch-font-sans);
	font-size: 12px;
	line-height: 1.45;
	color: color-mix(in srgb, var(--ch-color-text-on-dark) 66%, transparent);
}

.ch-destinations-context__cta {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	margin-top: 28px;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--ch-color-accent);
	color: var(--ch-color-text-on-dark);
	font-family: var(--ch-font-sans);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ch-destinations-context__cta:hover,
.ch-destinations-context__cta:focus-visible {
	background: var(--ch-color-accent-hover);
	color: var(--ch-color-text-on-dark);
}

.ch-destinations-context__related {
	margin-top: 24px;
}

.ch-destinations-context__related > p {
	margin: 0 0 12px;
	font-family: var(--ch-font-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ch-color-text-muted);
}

.ch-destinations-context__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

/* Events and Founder --------------------------------------------------- */

.ch-destinations-index .ch-destinations-events {
	margin-bottom: clamp(64px, 8vw, 104px);
}

.ch-destinations-events .ch-home-card--event {
	flex-basis: clamp(230px, 27%, 310px);
}

.ch-destinations-index > .ch-home-founder {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.ch-destinations-search {
		width: min(620px, 100%);
	}

	.ch-destinations-affinity,
	.ch-destinations-affinity:nth-child(1),
	.ch-destinations-affinity:nth-child(2) {
		grid-column: span 6;
	}

	.ch-destinations-affinity:last-child:nth-child(odd) {
		grid-column: 4 / span 6;
	}

	.ch-destinations-context__feature {
		grid-template-columns: minmax(0, 1fr);
	}

	.ch-destinations-context__media {
		min-height: 430px;
		border-radius: var(--ch-radius-large) var(--ch-radius-large) 0 0;
	}

	.ch-destinations-context__copy {
		border-radius: 0 0 var(--ch-radius-large) var(--ch-radius-large);
	}
}

@media (max-width: 720px) {
	.ch-destinations-index {
		padding-bottom: 48px;
	}

	.ch-destinations-index .ch-destinations-section {
		margin-top: 56px;
	}

	.ch-destinations-search {
		padding: 6px;
	}

	.ch-destinations-search .ch-home-search__input {
		min-height: 50px;
		padding-inline: 16px 8px;
	}

	.ch-destinations-search .ch-home-search__submit {
		padding-inline: 15px;
	}

	.ch-destinations-window__item {
		flex-basis: 86%;
	}

	.ch-destinations-affinities {
		padding-block: 52px;
	}

	.ch-destinations-affinity,
	.ch-destinations-affinity:nth-child(1),
	.ch-destinations-affinity:nth-child(2),
	.ch-destinations-affinity:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.ch-destinations-affinity__lead {
		min-height: 360px;
	}

	.ch-destinations-affinity__copy {
		padding: 24px;
	}

	.ch-destinations-context__media {
		min-height: 330px;
	}

	.ch-destinations-context__copy {
		padding: 32px 24px 36px;
	}

	.ch-destinations-context__evidence {
		grid-template-columns: minmax(0, 1fr);
	}

	.ch-destinations-context__related-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.ch-destinations-context__related-grid .ch-destination-card {
		flex: 0 0 84%;
		scroll-snap-align: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ch-destinations-affinity__media img {
		transition: none;
	}

	.ch-destinations-affinity__lead:hover .ch-destinations-affinity__media img {
		transform: none;
	}
}
