/**
 * Destination pages — charte 2026.
 */

.photo-slot {
	position: relative;
	background: linear-gradient(150deg, var(--jade-mid) 0%, var(--jade-deep) 100%);
	overflow: hidden;
}

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

.dest-hero {
	background: var(--jade-deep);
	color: var(--white);
	padding: 4rem 0 0.5rem;
	overflow: hidden;
}

.dest-hero__grid {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 560px);
	gap: 2.5rem;
	align-items: center;
}

.dest-hero__crumb {
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(251, 248, 240, 0.7);
	margin: 0 0 1rem;
}

.dest-hero__crumb a {
	color: inherit;
	text-decoration: none;
}

.dest-hero__crumb a:hover {
	color: var(--gold-soft);
}

.dest-hero__crumb span {
	margin: 0 0.4rem;
	opacity: 0.55;
}

.dest-hero__eyebrow {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold-soft);
	margin: 0 0 1rem;
}

.dest-hero h1 {
	color: var(--white);
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.75rem, 3.6vw, 2.625rem);
	line-height: 1.1;
	margin: 0;
}

.dest-hero h1 em {
	display: block;
	font-style: italic;
	color: var(--gold-soft);
	font-weight: 500;
}

.dest-hero h1 span {
	display: block;
	font-size: 0.72em;
	font-weight: 500;
	opacity: 0.92;
}

.dest-hero__lead {
	color: #cdd8d3;
	font-size: 1.05rem;
	margin-top: 1.25rem;
}

.dest-hero__lead p {
	margin: 0;
}

.dest-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 1.75rem 0 0;
}

.dest-hero .btn-devis,
.dest-hero .btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.75rem 1.35rem;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	line-height: 1.2;
}

.dest-hero .btn-devis {
	background: var(--gold);
	color: var(--jade-deep);
	border: 1px solid var(--gold);
}

.dest-hero .btn-devis:hover {
	background: var(--gold-soft);
	border-color: var(--gold-soft);
}

.dest-hero .btn-outline {
	background: transparent;
	color: var(--white);
	border: 1px solid rgba(251, 248, 240, 0.45);
}

.dest-hero .btn-outline:hover {
	border-color: var(--gold-soft);
	color: var(--gold-soft);
	background: rgba(251, 248, 240, 0.06);
}

.dest-hero__photo {
	border-radius: 0 220px 220px 0;
	height: 22.5rem;
}

.dest-promise {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 2.75rem;
	border-top: 1px dashed rgba(251, 248, 240, 0.25);
}

.dest-promise__item {
	padding: 1.75rem 2rem 2rem;
	border-right: 1px dashed rgba(251, 248, 240, 0.25);
}

.dest-promise__item:first-child {
	padding-left: 0;
}

.dest-promise__item:last-child {
	border-right: none;
}

.dest-promise__num {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	color: var(--gold-soft);
	display: block;
	margin-bottom: 0.65rem;
}

.dest-promise__item h2 {
	color: var(--gold-soft);
	font-size: 1.05rem;
	margin: 0 0 0.5rem;
	font-weight: 500;
	font-family: var(--font-display);
}

.dest-promise__item p {
	margin: 0;
	font-size: 0.85rem;
	color: #cdd8d3;
}

.dest-block {
	padding: 4.5rem 0;
}

.dest-block__head {
	margin-bottom: 1.5rem;
}

.dest-block__head h2 {
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3.4vw, 2.125rem);
	color: var(--jade-deep);
	margin: 0;
}

.brand-badge {
	font-family: var(--font-mono);
	font-weight: 600;
	font-style: italic;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: var(--gold);
	color: var(--jade-deep);
	display: inline-block;
	padding: 0.55rem 1.875rem;
	border-radius: 6px;
	margin-bottom: 0.875rem;
}

.dest-anchors {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.dest-anchors a {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--jade-deep);
	background: var(--white);
	border: 1px solid var(--paper-2);
	padding: 0.65rem 1.125rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
}

.dest-anchors a:hover {
	border-color: var(--gold);
	color: #8a6a3e;
}

.dest-circuits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.dest-circuit-card {
	background: var(--white);
	border: 1px solid var(--paper-2);
	display: block;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dest-circuit-card:hover {
	border-color: var(--gold);
	box-shadow: 0 6px 18px rgba(27, 50, 56, 0.08);
}

.dest-circuit-card.is-extra {
	display: none;
}

.dest-circuit-card.is-extra.is-visible {
	display: block;
}

.dest-circuit-card__photo {
	height: 13.75rem;
	border-radius: 0;
}

.dest-circuit-card__body {
	padding: 1.25rem;
}

.dest-circuit-card__tag {
	font-family: var(--font-mono);
	font-size: 0.65rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gold);
	display: block;
	margin-bottom: 0.5rem;
}

.dest-circuit-card h3 {
	font-family: var(--font-display);
	font-size: 1.2rem;
	margin: 0 0 0.5rem;
	line-height: 1.2;
	color: var(--jade-deep);
}

.dest-circuit-card__desc {
	font-size: 0.85rem;
	color: var(--ink-soft);
	margin: 0 0 0.875rem;
}

.dest-circuit-card__theme {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	color: var(--jade-mid);
	display: block;
	margin-bottom: 0.875rem;
}

.dest-circuit-card__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px dashed var(--paper-2);
	padding-top: 0.75rem;
}

.dest-circuit-card__price {
	font-family: var(--font-display);
	font-size: 1rem;
	color: var(--jade-deep);
}

.dest-load-more {
	display: block;
	margin: 2rem auto 0;
	background: none;
	border: 1px solid var(--jade-deep);
	color: var(--jade-deep);
	padding: 0.75rem 1.625rem;
	border-radius: 2px;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
}

.dest-load-more:hover {
	background: var(--jade-deep);
	color: var(--paper);
}

.dest-empty {
	color: var(--ink-soft);
}

.dest-agents-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.dest-agent-card {
	background: #e3e8e0;
	border-radius: 14px;
	padding: 1.75rem;
	display: block;
	text-decoration: none;
	border: 1px solid transparent;
	transition: border-color 0.15s ease;
}

.dest-agent-card:hover {
	border-color: var(--gold);
}

.dest-agent-card img {
	width: 10rem;
	height: 10rem;
	border-radius: 999px;
	object-fit: cover;
	margin-bottom: 1.25rem;
	border: 3px solid var(--white);
}

.dest-agent-card__tag {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a6a3e;
	display: block;
	margin-bottom: 0.5rem;
}

.dest-agent-card h3 {
	font-family: var(--font-display);
	font-size: 1.25rem;
	margin: 0 0 0.625rem;
	color: var(--jade-deep);
}

.dest-agent-card p {
	font-size: 0.875rem;
	color: var(--jade-mid);
	margin: 0;
	max-width: 30rem;
}

.dest-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--paper-2);
}

.dest-highlight {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--paper-2);
}

.dest-highlight img {
	width: 4rem;
	height: 4rem;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
	background: var(--jade-mid);
}

.dest-highlight strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--jade-deep);
	margin-bottom: 0.35rem;
}

.dest-highlight p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.dest-richtext {
	max-width: 46rem;
	color: var(--ink-soft);
	font-size: 1rem;
}

.dest-richtext h2,
.dest-richtext h3,
.dest-richtext h4 {
	color: var(--jade-deep);
	font-family: var(--font-display);
}

.dest-richtext p {
	margin: 0 0 1rem;
}

.dest-continent__count {
	margin: 0.65rem 0 0;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.dest-continent__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.dest-continent__tile {
	position: relative;
	display: block;
	text-decoration: none;
	color: var(--white);
	overflow: hidden;
	border-radius: 4px;
	isolation: isolate;
}

.dest-continent__tile-photo {
	display: block;
	aspect-ratio: 3 / 4;
	min-height: 16rem;
}

.dest-continent__tile-photo img {
	transition: transform 0.45s ease;
}

.dest-continent__tile:hover .dest-continent__tile-photo img {
	transform: scale(1.04);
}

.dest-continent__tile::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(15, 42, 48, 0) 35%,
		rgba(15, 42, 48, 0.72) 100%
	);
}

.dest-continent__tile-label {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	font-family: var(--font-display);
	font-style: italic;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--white);
}

.dest-continent__agents-k {
	margin: 0 0 0.35rem;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--jade-mid);
}

.dest-continent__agents .dest-block__head h2 {
	margin: 0 0 0.55rem;
	font-family: var(--font-display);
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 500;
	color: var(--jade-deep);
}

.dest-continent__agents-lead {
	margin: 0 0 1.5rem;
	color: var(--ink-soft);
}

.dest-continent__agents-grid {
	margin: 0;
}

.dest-continent__agents-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.dest-continent__agents-actions .btn-devis,
.dest-continent__agents-actions .btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.25rem;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
}

.dest-continent__agents-actions .btn-devis {
	background: var(--gold);
	color: var(--jade-deep);
}

.dest-continent__agents-actions .btn-outline {
	border: 1px solid rgba(31, 92, 102, 0.35);
	color: var(--jade-deep);
	background: transparent;
}

.dest-continent__agents-actions .btn-outline:hover {
	border-color: var(--jade-mid);
	background: rgba(31, 92, 102, 0.06);
}

.dest-continent__editorial .dest-richtext,
.dest-continent__editorial-intro,
.dest-continent__editorial-body,
.dest-continent-faq,
.dest-continent-faq__answer,
.dest-country__faq-block .dest-richtext,
.dest-country__faq-intro,
.dest-faq,
.dest-faq__answer {
	max-width: none;
	width: 100%;
}

.dest-continent__editorial-intro {
	margin: 0 0 1.75rem;
	color: var(--ink-soft);
	font-size: 1.02rem;
	line-height: 1.65;
}

.dest-continent__editorial-intro > *:last-child {
	margin-bottom: 0;
}

.dest-faq,
.dest-continent-faq {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.dest-faq__item,
.dest-continent-faq__item {
	background: var(--white);
	border: 1px solid var(--paper-2);
	border-left: 3px solid var(--gold);
	padding: 0;
}

.dest-faq__item[open],
.dest-continent-faq__item[open] {
	border-color: rgba(31, 92, 102, 0.22);
	border-left-color: var(--jade-mid);
}

.dest-faq__item summary,
.dest-continent-faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 1rem 3rem 1rem 1.15rem;
	position: relative;
	font-family: var(--font-display);
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 500;
	line-height: 1.35;
	color: var(--jade-deep);
}

.dest-faq__item summary::-webkit-details-marker,
.dest-continent-faq__item summary::-webkit-details-marker {
	display: none;
}

.dest-faq__item summary::after,
.dest-continent-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--font-mono);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--gold);
	line-height: 1;
}

.dest-faq__item[open] summary::after,
.dest-continent-faq__item[open] summary::after {
	content: "–";
	color: var(--jade-mid);
}

.dest-faq__answer,
.dest-continent-faq__answer {
	padding: 0 1.15rem 1.15rem;
	color: var(--ink-soft);
	font-size: 0.95rem;
	line-height: 1.6;
}

.dest-faq__answer > *:first-child,
.dest-continent-faq__answer > *:first-child {
	margin-top: 0;
}

.dest-faq__answer > *:last-child,
.dest-continent-faq__answer > *:last-child {
	margin-bottom: 0;
}

.dest-country__count {
	margin: 0.65rem 0 0;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.dest-country__agents-cta {
	margin: 1.75rem 0 0;
}

.dest-country__agents-cta .btn-devis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.75rem 1.35rem;
	background: var(--gold);
	color: var(--jade-deep);
	font-family: var(--font-mono);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
}

.dest-country__spot-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.dest-country__spot {
	display: flex;
	flex-direction: column;
	background: var(--white);
	overflow: hidden;
}

.dest-country__spot-photo {
	display: block;
	aspect-ratio: 4 / 3;
	min-height: 11rem;
}

.dest-country__spot-photo img {
	transition: transform 0.45s ease;
}

.dest-country__spot:hover .dest-country__spot-photo img {
	transform: scale(1.04);
}

.dest-country__spot-body {
	padding: 1.1rem 1.15rem 1.25rem;
}

.dest-country__spot-body h3 {
	margin: 0 0 0.45rem;
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--jade-deep);
}

.dest-country__spot-body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--ink-soft);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dest-country__faq-intro {
	margin: 0 0 1.5rem;
	color: var(--ink-soft);
}

.dest-block .dest-reviews {
	padding: 0;
}

.dest-block .dest-reviews .home-section__head {
	margin-bottom: 1.5rem;
}

.dest-block .dest-reviews .home-section__head h2 {
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3.4vw, 2.125rem);
	color: var(--jade-deep);
	margin: 0 0 0.5rem;
}

.dest-block .dest-reviews .home-section__head p {
	margin: 0;
	color: var(--ink-soft);
}

/* Reviews sit inside .wrap: no home bleed gutter. */
.dest-block .dest-reviews .home-carousel {
	--carousel-gutter: 0px;
}

.dest-block .dest-reviews .home-carousel__track {
	padding-left: 0;
	padding-right: 0;
}

.dest-block .dest-reviews .home-carousel__card--review {
	flex: 0 0 min(320px, calc(100% - 0.5rem));
}

.dest-block .dest-reviews.home-reviews--single .home-carousel__track {
	display: block;
	overflow: visible;
}

.dest-block .dest-reviews.home-reviews--single .home-carousel__card--review {
	flex: none;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 720px) {
	.dest-block .dest-reviews .home-carousel__card--review {
		flex-basis: min(85%, calc(100% - 2.5rem));
	}

	.dest-block .dest-reviews.home-reviews--single .home-carousel__card--review {
		flex-basis: auto;
		width: 100%;
	}
}

.dest-block .bloc-avis .container {
	max-width: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 900px) {
	.dest-hero__grid {
		grid-template-columns: 1fr;
	}

	.dest-hero__photo {
		border-radius: 0 120px 120px 0;
		height: 16rem;
	}

	.dest-circuits-grid,
	.dest-continent__grid,
	.dest-country__spot-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 820px) {
	.dest-promise {
		grid-template-columns: 1fr;
	}

	.dest-promise__item {
		border-right: none;
		border-bottom: 1px dashed rgba(251, 248, 240, 0.15);
		padding-left: 0;
	}

	.dest-agents-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.dest-circuits-grid,
	.dest-continent__grid,
	.dest-country__spot-grid {
		grid-template-columns: 1fr;
	}

	.dest-continent__tile-photo {
		aspect-ratio: 4 / 5;
		min-height: 14rem;
	}
}

/* Destinations hub (page /destinations/) */
.dest-hub__hero {
	background: var(--jade-deep);
	color: var(--white);
	padding: 2.15rem 0 2.5rem;
}

.dest-hub__crumb {
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(251, 248, 240, 0.7);
	margin: 0 0 1rem;
}

.dest-hub__crumb a {
	color: inherit;
	text-decoration: none;
}

.dest-hub__crumb span {
	margin: 0 0.4rem;
	opacity: 0.55;
}

.dest-hub__hero h1 {
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 3.6vw, 2.6rem);
	color: var(--white);
	margin: 0;
	line-height: 1.15;
	max-width: 44rem;
}

.dest-hub__intro {
	padding: 2.25rem 0 0.5rem;
	max-width: 52rem;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.65;
}

.dest-hub__intro p {
	margin: 0 0 1rem;
}

.dest-hub__continents {
	padding: 2rem 0 3.5rem;
}

.dest-hub__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem 1.75rem;
}

.dest-hub__col {
	text-align: center;
}

.dest-hub__icon-link {
	display: inline-block;
	line-height: 0;
	margin-bottom: 0.85rem;
	transition: opacity 0.15s ease;
}

.dest-hub__icon-link:hover {
	opacity: 0.85;
}

.dest-hub__icon {
	display: block;
	width: auto;
	height: 4.5rem;
	max-width: 5.5rem;
	margin: 0 auto 0.85rem;
	object-fit: contain;
}

.dest-hub__continent {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0 0 0.9rem;
	line-height: 1.2;
}

.dest-hub__continent a {
	color: var(--jade-mid);
	text-decoration: none;
	border-bottom: 1px solid var(--gold);
	padding-bottom: 0.35rem;
	display: inline-block;
	transition: color 0.15s ease;
}

.dest-hub__continent a:hover {
	color: var(--clay);
}

.dest-hub__countries {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dest-hub__countries li {
	margin: 0;
}

.dest-hub__countries a {
	display: block;
	font-size: 0.9rem;
	line-height: 1.45;
	padding: 0.15rem 0;
	color: var(--ink-soft);
	text-decoration: none;
	transition: color 0.15s ease;
}

.dest-hub__countries a:hover {
	color: var(--jade-deep);
}

.dest-hub .home-section {
	padding-top: 1.5rem;
}

@media (max-width: 900px) {
	.dest-hub__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 1.25rem;
	}
}

@media (max-width: 620px) {
	.dest-hub__grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin: 0 auto;
	}
}
