/**
 * Experiencias Index V2 — page-specific styles.
 *
 * Additive only. Reuses discovery.css tokens / .ch-section / .ch-container
 * and home.css founder + destination-hero chrome. No new library.
 */

.ch-experiences-index {
	--ch-home-accent-start: #ff7a59;
	--ch-home-accent-end: #ffb347;
}

/* ---------------------------------------------------------------------
 * 01 · HERO — photograph of the protagonist Experience
 * ------------------------------------------------------------------- */
.ch-experiences-index .ch-experiences-hero {
	margin-bottom: 0;
}

.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__media {
	aspect-ratio: 16 / 7;
	min-height: 480px;
	max-height: 620px;
}

.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__content {
	top: 0;
	bottom: 0;
	justify-content: center;
	padding-block: var(--ch-vl-hero-content-padding-top) var(--ch-vl-hero-content-padding-bottom);
	align-items: flex-start;
}

.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__media img {
	filter: contrast(1.03) saturate(1.01);
}

.ch-experiences-index .ch-experiences-hero .ch-destination-hero__title {
	max-width: var(--ch-vl-hero-copy-max);
	font-family: var(--ch-vl-hero-title-font);
	font-size: var(--ch-vl-hero-title-size);
	font-weight: var(--ch-vl-hero-title-weight);
	letter-spacing: var(--ch-vl-hero-title-tracking);
	line-height: var(--ch-vl-hero-title-line-height);
}

.ch-experiences-index .ch-experiences-hero .ch-destination-hero__lede {
	max-width: var(--ch-vl-hero-lede-max);
	font-family: var(--ch-vl-font-interface);
	font-size: var(--ch-vl-hero-lede-size);
	line-height: var(--ch-vl-hero-lede-line-height);
	color: rgba(255, 255, 255, 0.86);
}

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

.ch-experiences-index .ch-experiences-hero .ch-destination-hero__kicker {
	gap: 12px;
	color: var(--ch-vl-color-mystic-light);
	font-family: var(--ch-vl-font-interface);
	font-weight: 800;
	letter-spacing: 0.18em;
}

.ch-experiences-index .ch-experiences-hero .ch-destination-hero__kicker::before {
	width: 42px;
	height: 2px;
	content: '';
	background: currentColor;
}

/* ---------------------------------------------------------------------
 * ResultSurface · Experience Card — Visual Language V2
 * ------------------------------------------------------------------- */
.ch-experiences-index .ch-destinations-journey__results {
	gap: 24px;
}

.ch-experiences-index .ch-destinations-journey__head h2 {
	max-width: 28ch;
	font-family: var(--ch-vl-font-interface);
	font-size: clamp(30px, 2.6vw, 40px);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ch-experiences-index .ch-destinations-result--experience {
	aspect-ratio: 4 / 3;
	min-height: 360px;
	max-height: 520px;
	border-radius: var(--ch-vl-card-radius);
	background: #043f44;
	box-shadow: var(--ch-vl-card-shadow);
	isolation: isolate;
}

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

.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__media img {
	transition: transform var(--ch-vl-motion-image) var(--ch-vl-motion-ease);
}

.ch-experiences-index .ch-destinations-result--experience:hover .ch-destinations-result__media img,
.ch-experiences-index .ch-destinations-result--experience:focus-visible .ch-destinations-result__media img {
	transform: scale(1.025);
}

.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__copy {
	padding: 14px 22px 16px;
}

.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__location {
	color: var(--ch-home-accent-end, #ffb347);
	font-family: var(--ch-vl-font-interface);
	font-size: var(--ch-vl-card-context-size);
	font-weight: 760;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
	opacity: 1;
}

.ch-experiences-index .ch-destinations-result--experience h3 {
	margin: 4px 0;
	font-family: var(--ch-vl-card-title-font);
	font-size: var(--ch-vl-card-title-size, clamp(19px, 1.15vw, 22px));
	font-weight: var(--ch-vl-card-title-weight);
	letter-spacing: var(--ch-vl-card-title-tracking);
	line-height: var(--ch-vl-card-title-line-height);
}

.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__reason {
	margin-top: 2px;
	font-family: var(--ch-vl-font-interface);
	font-size: 13px;
	line-height: 1.4;
	opacity: 0.84;
	-webkit-line-clamp: 2;
}

.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__action {
	display: inline-flex;
	gap: 9px;
	margin-top: 7px;
	font-family: var(--ch-vl-cta-font);
	font-size: var(--ch-vl-cta-size);
	font-weight: var(--ch-vl-cta-weight);
	letter-spacing: var(--ch-vl-cta-tracking);
}

.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media {
	background: var(--ch-vl-color-sand);
	box-shadow: none;
}

.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media .ch-destinations-result__copy {
	position: relative;
	justify-content: flex-end;
	height: 100%;
	color: var(--ch-vl-color-midnight);
}

.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media .ch-destinations-result__location,
.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media h3,
.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media .ch-destinations-result__reason,
.ch-experiences-index .ch-destinations-result--experience.ch-destinations-result--without-media .ch-destinations-result__action {
	color: var(--ch-vl-color-midnight);
}

.ch-experiences-hero__protagonist {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 10px 0 0;
}

.ch-experiences-hero__protagonist-name {
	font-family: var(--ch-font-display);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 550;
	letter-spacing: -0.02em;
	color: var(--ch-color-text-on-dark);
}

.ch-experiences-hero__protagonist-place {
	font-family: var(--ch-font-sans);
	font-size: var(--ch-type-small);
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--ch-color-text-on-dark) 72%, transparent);
}

.ch-experiences-hero__line {
	margin: 8px 0 0;
	max-width: 36ch;
	font-size: var(--ch-type-small);
	line-height: 1.45;
	color: color-mix(in srgb, var(--ch-color-text-on-dark) 78%, transparent);
}

/* ---------------------------------------------------------------------
 * Shared photographic card
 * ------------------------------------------------------------------- */
.ch-experiences-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--ch-radius-medium);
	color: inherit;
	text-decoration: none;
	background: var(--ch-color-forest-deep);
	min-height: 0;
}

a.ch-experiences-card:hover .ch-experiences-card__photo,
a.ch-experiences-card:focus-visible .ch-experiences-card__photo {
	transform: scale(1.04);
}

a.ch-experiences-card:focus-visible {
	outline: 2px solid var(--ch-color-accent);
	outline-offset: 3px;
}

.ch-experiences-card__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ch-focal, center center);
	transition: transform 0.6s ease;
}

.ch-experiences-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 28%,
		color-mix(in srgb, var(--ch-color-vignette) 78%, transparent) 100%
	);
	pointer-events: none;
}

.ch-experiences-card__copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 18px 20px 20px;
	color: var(--ch-color-text-on-dark);
}

.ch-experiences-card__kicker {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.78;
}

.ch-experiences-card__name {
	margin: 0;
	font-family: var(--ch-font-display);
	font-size: clamp(1.05rem, 1.8vw, 1.55rem);
	font-weight: 550;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: inherit;
}

.ch-experiences-card--lead .ch-experiences-card__name {
	font-size: clamp(1.4rem, 2.4vw, 2.15rem);
}

.ch-experiences-card__line {
	max-width: 36ch;
	margin-top: 4px;
	font-size: var(--ch-type-small);
	line-height: 1.4;
	opacity: 0.88;
}

.ch-experiences-card__place {
	margin-top: 6px;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.72;
}

.ch-experiences-card--without-media {
	background: var(--ch-color-surface);
	color: var(--ch-color-text);
	min-height: 180px;
}

.ch-experiences-card--without-media .ch-experiences-card__overlay {
	display: none;
}

.ch-experiences-card--without-media .ch-experiences-card__copy {
	position: relative;
	color: var(--ch-color-text);
}

.ch-experiences-card--without-media .ch-experiences-card__kicker,
.ch-experiences-card--without-media .ch-experiences-card__place {
	color: var(--ch-color-forest);
	opacity: 1;
}

/* ---------------------------------------------------------------------
 * 02 · DESTACADAS — 1 lead + stack
 * ------------------------------------------------------------------- */
.ch-experiences-featured__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
	gap: 14px;
	height: 560px;
}

.ch-experiences-featured--count-1 .ch-experiences-featured__stage {
	grid-template-columns: minmax(0, 1fr);
	height: 420px;
}

.ch-experiences-featured__lead,
.ch-experiences-featured__stack {
	min-height: 0;
}

.ch-experiences-featured__lead .ch-experiences-card,
.ch-experiences-featured__stack .ch-experiences-card {
	height: 100%;
}

.ch-experiences-featured__stack {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ch-experiences-featured--count-2 .ch-experiences-featured__stack {
	grid-template-rows: minmax(0, 1fr);
}

.ch-experiences-featured--count-3 .ch-experiences-featured__stack {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

/* ---------------------------------------------------------------------
 * 03 · EXPLORAR — irregular mosaic
 * ------------------------------------------------------------------- */
.ch-experiences-explore__mosaic {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 210px;
	gap: 12px;
}

.ch-experiences-explore__mosaic .ch-experiences-card {
	height: 100%;
}

.ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead {
	grid-column: span 2;
	grid-row: span 2;
}

.ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead .ch-experiences-card__name {
	font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.ch-experiences-explore--count-3 .ch-experiences-explore__mosaic,
.ch-experiences-explore--count-4 .ch-experiences-explore__mosaic {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-experiences-explore--count-3 .ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead,
.ch-experiences-explore--count-4 .ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead {
	grid-column: span 2;
}

/* ---------------------------------------------------------------------
 * 04 · EMPIEZA — alternating editorial moments
 * ------------------------------------------------------------------- */
.ch-experiences-start__lede {
	margin: 10px 0 0;
	max-width: 42ch;
	font-size: var(--ch-type-lede);
	line-height: var(--ch-type-lede-lh);
	color: var(--ch-color-text-muted);
}

.ch-experiences-start__list {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-top: var(--ch-space-16);
}

.ch-experiences-start__item {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 28px 40px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.ch-experiences-start__item--flip {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.ch-experiences-start__item--flip .ch-experiences-start__media {
	order: 2;
}

a.ch-experiences-start__item:hover .ch-experiences-start__name,
a.ch-experiences-start__item:focus-visible .ch-experiences-start__name {
	color: var(--ch-color-forest);
}

.ch-experiences-start__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: var(--ch-radius-medium);
	overflow: hidden;
}

.ch-experiences-start__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ch-focal, center center);
}

.ch-experiences-start__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.ch-experiences-start__verb {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ch-color-forest);
}

.ch-experiences-start__name {
	margin: 0;
	font-family: var(--ch-font-display);
	font-size: clamp(1.45rem, 2.6vw, 2.2rem);
	font-weight: 550;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--ch-color-text);
}

.ch-experiences-start__line {
	max-width: 36ch;
	font-size: var(--ch-type-lede);
	line-height: 1.45;
	color: var(--ch-color-text-muted);
}

.ch-experiences-start__place {
	margin-top: 6px;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ch-color-text-muted);
}

/* ---------------------------------------------------------------------
 * 05 · ALREDEDOR — origin story + related tiles
 * ------------------------------------------------------------------- */
.ch-experiences-around__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 16px;
	align-items: stretch;
}

.ch-experiences-around__origin {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--ch-radius-medium);
	min-height: 420px;
	color: var(--ch-color-text-on-dark);
	text-decoration: none;
	background: var(--ch-color-forest-deep);
}

.ch-experiences-around__origin-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ch-experiences-around__origin-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 28px 28px 32px;
	background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--ch-color-vignette) 82%, transparent) 100%);
}

.ch-experiences-around__origin-kicker,
.ch-experiences-around__origin-note {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.78;
}

.ch-experiences-around__origin-name {
	margin: 0;
	font-family: var(--ch-font-display);
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
	font-weight: 550;
	line-height: 1.12;
	color: inherit;
}

.ch-experiences-around__origin-place {
	font-size: var(--ch-type-small);
	opacity: 0.8;
}

.ch-experiences-around__related {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ch-experiences-around__tile {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	min-height: 168px;
	border-radius: var(--ch-radius-medium);
	color: var(--ch-color-text-on-dark);
	text-decoration: none;
	background: var(--ch-color-forest);
}

.ch-experiences-around__tile-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ch-experiences-around__tile-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 14px 16px 16px;
	background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--ch-color-vignette) 78%, transparent) 100%);
}

.ch-experiences-around__tile-kicker {
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.78;
}

.ch-experiences-around__tile-name {
	font-family: var(--ch-font-display);
	font-size: 1rem;
	font-weight: 550;
	line-height: 1.2;
}

.ch-experiences-around__more {
	margin: 18px 0 0;
}

.ch-experiences-around__more a {
	font-size: var(--ch-type-small);
	font-weight: 600;
	color: var(--ch-color-forest);
	text-decoration: none;
}

.ch-experiences-around__more a:hover,
.ch-experiences-around__more a:focus-visible {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
 * 06 · DESDE UN DESTINO
 * ------------------------------------------------------------------- */
.ch-experiences-destinations__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: var(--ch-space-16) 0 0;
	list-style: none;
}

.ch-experiences-destinations__card {
	display: grid;
	grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	border-radius: var(--ch-radius-medium);
	background: color-mix(in srgb, var(--ch-color-forest) 6%, var(--ch-color-surface));
	color: inherit;
	text-decoration: none;
	min-height: 168px;
}

.ch-experiences-destinations__media {
	position: relative;
	display: block;
	min-height: 168px;
}

.ch-experiences-destinations__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ch-experiences-destinations__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 20px 22px;
	min-width: 0;
}

.ch-experiences-destinations__place {
	font-family: var(--ch-font-display);
	font-size: 1.35rem;
	font-weight: 550;
	letter-spacing: -0.02em;
}

.ch-experiences-destinations__count {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ch-color-forest);
}

.ch-experiences-destinations__samples {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 6px;
}

.ch-experiences-destinations__sample {
	font-size: var(--ch-type-small);
	line-height: 1.35;
	color: var(--ch-color-text-muted);
}

a.ch-experiences-destinations__card:hover .ch-experiences-destinations__place,
a.ch-experiences-destinations__card:focus-visible .ch-experiences-destinations__place {
	color: var(--ch-color-forest);
}

/* ---------------------------------------------------------------------
 * Hospedaje Fundador — experiences narrative + fade
 * ------------------------------------------------------------------- */
.ch-experiences-index .ch-home-founder {
	margin-block: var(--ch-space-32) var(--ch-space-48);
}

.ch-experiences-index .ch-home-founder__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, transparent 55%, #0f2e26 100%);
}

.ch-experiences-index .ch-home-founder__cta {
	color: #2a1608;
	text-decoration: none;
}

/* ---------------------------------------------------------------------
 * Responsive
 * ------------------------------------------------------------------- */
@media (max-width: 1023px) {
	.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__media {
		min-height: 420px;
		max-height: 520px;
		aspect-ratio: 16 / 9;
	}

	.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__content {
		padding-block: 40px;
	}

	.ch-experiences-featured__stage,
	.ch-experiences-featured--count-1 .ch-experiences-featured__stage {
		grid-template-columns: minmax(0, 1fr);
		height: auto;
	}

	.ch-experiences-featured__lead {
		min-height: 280px;
		aspect-ratio: 16 / 10;
	}

	.ch-experiences-featured__stack {
		grid-template-rows: none;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		min-height: 180px;
	}

	.ch-experiences-featured--count-2 .ch-experiences-featured__stack,
	.ch-experiences-featured--count-3 .ch-experiences-featured__stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ch-experiences-explore__mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 220px;
	}

	.ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead {
		grid-column: span 2;
		grid-row: span 1;
		min-height: 280px;
	}

	.ch-experiences-start__item,
	.ch-experiences-start__item--flip {
		grid-template-columns: minmax(0, 1fr);
	}

	.ch-experiences-start__item--flip .ch-experiences-start__media {
		order: 0;
	}

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

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

@media (max-width: 767px) {
	.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__media {
		min-height: 440px;
		max-height: 520px;
		aspect-ratio: 4 / 5;
	}

	.ch-experiences-index .ch-experiences-hero.ch-destination-hero--with-media .ch-destination-hero__content {
		padding-block: 32px;
	}

	.ch-experiences-index .ch-destinations-result--experience {
		min-height: 420px;
		max-height: none;
		aspect-ratio: 4 / 5;
	}

	.ch-experiences-index .ch-destinations-result--experience .ch-destinations-result__copy {
		padding: 22px 24px 20px;
	}

	.ch-experiences-featured__lead {
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

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

	.ch-experiences-featured__stack .ch-experiences-card {
		aspect-ratio: 16 / 10;
	}

	.ch-experiences-explore__mosaic {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-rows: auto;
	}

	.ch-experiences-explore__mosaic .ch-experiences-card,
	.ch-experiences-explore__mosaic .ch-experiences-card--mosaic-lead {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

	.ch-experiences-start__media {
		aspect-ratio: 4 / 5;
	}

	.ch-experiences-around__origin {
		min-height: 360px;
		aspect-ratio: 4 / 5;
	}

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

	.ch-experiences-around__tile {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

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

	.ch-experiences-destinations__media {
		min-height: 200px;
		aspect-ratio: 16 / 10;
	}

	.ch-experiences-index .ch-home-founder__media::after {
		background: linear-gradient(180deg, transparent 40%, #0f2e26 100%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ch-experiences-card__photo {
		transition: none;
	}

	a.ch-experiences-card:hover .ch-experiences-card__photo {
		transform: none;
	}
}
