/**
 * Home page — charte 2026 (accueil v4).
 */

.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;
}

.btn-devis {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: var(--gold);
	color: var(--jade-deep);
	padding: 12px 22px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	transition: background-color 0.15s ease;
}

.btn-devis:hover {
	background: var(--gold-soft);
}

.btn-outline {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: none;
	padding: 11px 21px;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid currentColor;
	display: inline-block;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-outline:hover {
	background: rgba(251, 248, 240, 0.12);
}

/* Home: transparent header that fills on scroll */
body.home .site-header.site {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	border-bottom-color: transparent;
	backdrop-filter: none;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		backdrop-filter 0.25s ease,
		box-shadow 0.25s ease;
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .logo-name,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item > a,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item > button {
	color: var(--white);
	transition: color 0.2s ease, background-color 0.2s ease;
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .logo-tagline {
	color: rgba(251, 248, 240, 0.72);
	transition: color 0.2s ease;
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item > a:hover,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item > button:hover,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item--mega:hover > button,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item--mega:focus-within > button,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .nav-item--mega.is-open > button {
	color: var(--white);
	background: rgba(251, 248, 240, 0.12);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .site-header__toggle {
	border-color: rgba(251, 248, 240, 0.35);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .site-header__toggle-icon,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .site-header__toggle-icon::before,
body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .site-header__toggle-icon::after {
	background: var(--white);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .btn-account {
	color: var(--white);
	border-color: rgba(251, 248, 240, 0.45);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .btn-account:hover {
	background: rgba(251, 248, 240, 0.12);
	border-color: rgba(251, 248, 240, 0.7);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .btn-account--logged {
	background: rgba(251, 248, 240, 0.16);
	border-color: rgba(251, 248, 240, 0.55);
	color: var(--white);
}

body.home .site-header.site:not(.is-scrolled):not(.is-nav-open):not(.is-mega-open):not(.is-account-open) .btn-account--logged:hover {
	background: rgba(251, 248, 240, 0.28);
	border-color: rgba(251, 248, 240, 0.85);
	color: var(--white);
}

body.home .site-header.site.is-scrolled,
body.home .site-header.site.is-nav-open,
body.home .site-header.site.is-mega-open,
body.home .site-header.site.is-account-open,
body.home .site-header.site:has(.nav-item--mega:is(:hover, .is-open, :focus-within)) {
	background: rgba(241, 234, 218, 0.94);
	border-bottom-color: rgba(28, 27, 22, 0.1);
	backdrop-filter: blur(6px);
	box-shadow: 0 8px 24px rgba(27, 50, 56, 0.08);
}

/* Hero */
.home-hero {
	position: relative;
	padding: 4.75rem 0 3.5rem;
	overflow: hidden;
	background: var(--jade-deep);
}

.home-hero--photo {
	min-height: 100vh;
	min-height: 100dvh;
	height: 100vh;
	height: 100dvh;
	display: flex;
	align-items: center;
	padding: 7.5rem 0 4.5rem;
	box-sizing: border-box;
	background-color: var(--jade-deep);
}

.home-hero__slides {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.home-hero__slide {
	position: absolute;
	inset: 0;
	background-color: var(--jade-deep);
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: opacity 1.4s ease-in-out;
	will-change: opacity;
}

.home-hero__slide.is-active {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__slide {
		transition: none;
	}
}

.home-hero--photo::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(27, 50, 56, 0.25) 0%,
		rgba(27, 50, 56, 0.5) 50%,
		rgba(27, 50, 56, 0.92) 100%
	);
}

.home-hero .wrap {
	position: relative;
	z-index: 2;
}

.home-hero--photo .wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-hero__title {
	font-family: var(--font-display);
	font-weight: 800;
	font-style: italic;
	font-size: clamp(4.375rem, 10.5vw, 9.375rem);
	line-height: 0.8;
	letter-spacing: -0.03em;
	margin: 0 0 0.4em -4px;
	color: var(--white);
	text-align: center;
}

.home-hero--photo .home-hero__title {
	font-size: clamp(3.5rem, 8vw, 7.5rem);
	margin-bottom: 0.2em;
	margin-left: 0;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.home-hero__concept {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.5rem, 3.2vw, 2.5rem);
	color: var(--white);
	margin: 0;
	line-height: 1.25;
}

.home-hero--photo .home-hero__concept {
	white-space: normal;
	max-width: 48rem;
}

.home-hero__concept span {
	color: var(--jade-deep);
	background: var(--gold);
	padding: 4px 12px;
	border-radius: 3px;
	font-weight: 700;
	display: inline-block;
}

.home-hero__lead {
	max-width: 30rem;
	margin-top: 1.375rem;
	font-size: 1rem;
	color: rgba(251, 248, 240, 0.72);
}

.home-hero--photo .home-hero__lead {
	max-width: 35rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: rgba(251, 248, 240, 0.85);
}

.home-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: rgba(251, 248, 240, 0.78);
	border: 1px solid rgba(251, 248, 240, 0.35);
	border-radius: 6px;
	padding: 8px;
	margin-top: 1.625rem;
	width: min(100%, 48rem);
	max-width: 48rem;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
}

.home-hero--photo .home-search {
	margin-left: auto;
	margin-right: auto;
}

.home-search select {
	flex: 1 1 22rem;
	min-width: min(100%, 18rem);
	border: none;
	outline: none;
	font-family: var(--font-body);
	font-size: 0.90625rem;
	padding: 10px 36px 10px 14px;
	background: none;
	color: var(--ink);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%234A4739'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}

.home-search select:invalid {
	color: #6b6a5f;
}

.home-search__cta {
	background: var(--jade-deep);
	color: var(--white);
	font-family: var(--font-mono);
	font-size: 0.75rem;
	padding: 0 18px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	min-height: 44px;
	transition: background-color 0.15s ease;
}

.home-search__cta:hover {
	background: var(--jade-mid);
}

/* Sections */
.home-section {
	padding: 5rem 0;
}

.home-section__head {
	margin-bottom: 2rem;
}

.home-section__head h2 {
	font-size: clamp(1.625rem, 3.4vw, 2.375rem);
	margin: 0;
}

.home-section__head p {
	color: var(--ink-soft);
	margin-top: 0.5rem;
	font-size: 0.9375rem;
	max-width: 32.5rem;
}

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

/* Bento removed — see intro, themes, circuits, agents sections */

/* Intro */
.home-intro {
	padding: 3.5rem 0 1rem;
	text-align: center;
}

.home-intro__icon {
	display: block;
	width: min(280px, 72vw);
	height: auto;
	margin: 0 auto 1.15rem;
}

.home-intro__title {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	margin: 0 0 0.5rem;
}

.home-intro__subtitle {
	font-family: var(--font-mono);
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--clay);
	margin: 0 0 1rem;
}

.home-intro__text {
	max-width: none;
	width: 100%;
	margin: 0;
	color: var(--ink-soft);
	font-size: 1.05rem;
	line-height: 1.65;
	text-wrap: pretty;
}

/* Section toolbar */
.home-section__toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.home-section__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0;
}

.home-section__link {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--jade-mid);
	text-decoration: none;
}

.home-section__link:hover {
	color: var(--clay);
}

/* Carousel — first card aligns with .wrap content, track bleeds right */
.home-carousel {
	--carousel-gutter: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter)));
	position: relative;
}

.home-carousel__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-left: var(--carousel-gutter);
	scrollbar-width: none;
	padding: 0 var(--carousel-gutter) 0.5rem;
}

.home-carousel__track::-webkit-scrollbar {
	display: none;
}

.home-carousel__card {
	position: relative;
	flex: 0 0 280px;
	scroll-snap-align: start;
	text-decoration: none;
	color: inherit;
	isolation: isolate;
}

.home-carousel__media {
	position: relative;
	height: 328px;
	border-radius: 4px;
	overflow: hidden;
	isolation: isolate;
}

.home-carousel__media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(15, 42, 48, 0.05) 35%,
		rgba(15, 42, 48, 0.55) 72%,
		rgba(15, 42, 48, 0.88) 100%
	);
	opacity: 1;
	transition: opacity 0.35s ease;
}

.home-carousel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.55s ease;
}

.home-carousel__card:hover .home-carousel__media img,
.home-carousel__card:focus-visible .home-carousel__media img {
	transform: scale(1.07);
}

.home-carousel__card:hover .home-carousel__media::after,
.home-carousel__card:focus-visible .home-carousel__media::after {
	opacity: 0.92;
	background: linear-gradient(
		180deg,
		rgba(15, 42, 48, 0.08) 28%,
		rgba(15, 42, 48, 0.62) 68%,
		rgba(15, 42, 48, 0.92) 100%
	);
}

.home-carousel__label {
	position: absolute;
	left: 0.95rem;
	right: 0.95rem;
	bottom: 1rem;
	z-index: 2;
	margin: 0;
	font-family: var(--font-display);
	font-style: italic;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--white);
	text-shadow: 0 1px 14px rgba(15, 42, 48, 0.35);
	transition: transform 0.25s ease;
}

.home-themes .home-carousel__label {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.home-themes .home-carousel__icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: var(--gold-soft);
	filter: drop-shadow(0 1px 8px rgba(15, 42, 48, 0.35));
}

.home-themes .home-carousel__icon svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
}

.home-carousel__card:hover .home-carousel__label,
.home-carousel__card:focus-visible .home-carousel__label {
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.home-carousel__media img,
	.home-carousel__media::after,
	.home-carousel__label {
		transition: none;
	}

	.home-carousel__card:hover .home-carousel__media img,
	.home-carousel__card:focus-visible .home-carousel__media img {
		transform: none;
	}

	.home-carousel__card:hover .home-carousel__label,
	.home-carousel__card:focus-visible .home-carousel__label {
		transform: none;
	}
}

.home-carousel__nav {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 0.75rem;
	padding: 0 var(--carousel-gutter);
}

.home-carousel__btn {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(28, 27, 22, 0.15);
	background: var(--white);
	color: var(--jade-deep);
	font-family: var(--font-mono);
	cursor: pointer;
}

.home-themes,
.home-countries-carousel {
	padding-top: 2.5rem;
}

/* Best circuits of the moment */
.home-best {
	padding: 4.5rem 0 5rem;
}

.home-best__head {
	max-width: 40rem;
	margin-bottom: 2rem;
}

.home-best__eyebrow {
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--clay);
	margin: 0 0 0.65rem;
}

.home-best__head h2 {
	font-family: var(--font-display);
	font-size: clamp(1.65rem, 3.2vw, 2.25rem);
	color: var(--jade-deep);
	margin: 0 0 0.55rem;
	line-height: 1.15;
}

.home-best__lead {
	margin: 0;
	color: var(--ink-soft);
	font-size: 1rem;
}

.home-best__featured {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 0;
	text-decoration: none;
	color: inherit;
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.1);
	overflow: hidden;
	margin-bottom: 1.15rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-best__featured:hover {
	border-color: var(--gold);
	box-shadow: 0 10px 28px rgba(27, 50, 56, 0.1);
}

.home-best__featured-media {
	aspect-ratio: 16 / 11;
	min-height: 0;
}

.home-best__featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.home-best__featured:hover .home-best__featured-media img {
	transform: scale(1.03);
}

.home-best__featured-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 2.1rem;
	background: var(--white);
}

.home-best__country {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--clay);
	margin: 0 0 0.55rem;
}

.home-best__title {
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	line-height: 1.2;
	color: var(--jade-deep);
	margin: 0 0 0.45rem;
	font-weight: 600;
}

.home-best__card .home-best__title {
	font-size: 1.05rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.5em;
}

.home-best__theme {
	margin: 0 0 1rem;
	color: var(--ink-soft);
	font-size: 0.92rem;
}

.home-best__card .home-best__theme {
	font-size: 0.85rem;
	margin-bottom: 0.85rem;
	min-height: 1.3em;
}

.home-best__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.45rem 1rem;
	font-family: var(--font-mono);
	font-size: 0.75rem;
}

.home-best__meta-duration {
	color: var(--ink-soft);
	letter-spacing: 0.02em;
}

.home-best__meta-price {
	color: var(--jade-deep);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.home-best__card .home-best__meta {
	margin-top: auto;
	padding-top: 0.65rem;
	border-top: 1px solid rgba(28, 27, 22, 0.08);
}

.home-best__cta {
	display: inline-block;
	margin-top: 1.35rem;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--jade-deep);
	border-bottom: 1px solid var(--gold);
	padding-bottom: 0.15rem;
	align-self: flex-start;
}

.home-best__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.home-best__card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.1);
	overflow: hidden;
	min-height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-best__card:hover {
	border-color: var(--gold);
	box-shadow: 0 8px 22px rgba(27, 50, 56, 0.08);
}

.home-best__card-media {
	aspect-ratio: 4 / 3;
	flex: none;
}

.home-best__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.home-best__card:hover .home-best__card-media img {
	transform: scale(1.04);
}

.home-best__card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem 1.05rem 1.15rem;
	gap: 0;
}

/* Legacy class names kept for destinations hub compatibility cleanup */
.home-circuits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.home-circuit-card {
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.1);
	display: flex;
	flex-direction: column;
}

.home-circuit-card__media {
	display: block;
	aspect-ratio: 4 / 3;
}

.home-circuit-card__body {
	padding: 16px;
}

/* Concept — stamp-led jade block */
.home-concept {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 5rem 0 4.75rem;
	color: var(--paper);
	background:
		radial-gradient(ellipse 55% 60% at 12% 20%, rgba(198, 150, 60, 0.22), transparent 58%),
		radial-gradient(ellipse 50% 45% at 92% 85%, rgba(251, 248, 240, 0.06), transparent 55%),
		linear-gradient(145deg, #0f2a30 0%, var(--jade-deep) 48%, #1a454c 100%);
}

.home-concept__atmosphere {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.14;
}

.home-concept__map {
	position: absolute;
	right: -8%;
	bottom: -18%;
	width: min(72vw, 52rem);
	height: auto;
	max-width: none;
	filter: invert(1) brightness(1.15);
	opacity: 0.55;
}

.home-concept__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: 2.5rem 3.25rem;
	align-items: center;
}

.home-concept__stamp-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.15rem;
}

.home-concept__stamp {
	position: relative;
	margin: 0;
	width: min(100%, 22rem);
	aspect-ratio: 280 / 200;
	display: grid;
	place-items: center;
	transform: rotate(-8deg);
	animation: home-concept-stamp-in 0.9s ease both;
}

.home-concept__stamp::before {
	content: '';
	position: absolute;
	inset: -12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 150, 60, 0.28) 0%, transparent 68%);
	z-index: 0;
	pointer-events: none;
}

.home-concept__stamp-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	max-width: none;
	display: block;
	filter:
		invert(1)
		sepia(0.35)
		saturate(2.4)
		hue-rotate(2deg)
		brightness(1.05)
		drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
	transition: transform 0.45s ease;
}

.home-concept__stamp:hover .home-concept__stamp-img {
	transform: scale(1.04) rotate(2deg);
}

.home-concept__stamp-caption {
	margin: 0;
	max-width: 18rem;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.45;
	color: rgba(251, 248, 240, 0.72);
}

.home-concept__eyebrow {
	margin: 0 0 0.55rem;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold-soft);
}

.home-concept__copy h2 {
	margin: 0 0 0.85rem;
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 500;
	line-height: 1.12;
	color: var(--white);
}

.home-concept__lead {
	margin: 0 0 1.75rem;
	max-width: 34rem;
	font-size: 1.08rem;
	line-height: 1.6;
	color: rgba(251, 248, 240, 0.88);
}

.home-concept__points {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: grid;
	gap: 1.05rem;
	max-width: 36rem;
}

.home-concept__points li {
	display: grid;
	gap: 0.25rem;
	padding-left: 1rem;
	border-left: 2px solid rgba(198, 150, 60, 0.65);
}

.home-concept__points strong {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--gold-soft);
}

.home-concept__points span {
	font-size: 0.98rem;
	line-height: 1.5;
	color: rgba(251, 248, 240, 0.82);
}

.home-concept__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.home-concept__actions .btn-devis {
	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;
	background: var(--gold);
	color: var(--jade-deep);
	border: 1px solid var(--gold);
}

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

.home-concept__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;
	background: transparent;
	color: var(--white);
	border: 1px solid rgba(251, 248, 240, 0.4);
}

.home-concept__outline:hover {
	border-color: var(--gold-soft);
	color: var(--gold-soft);
	background: rgba(251, 248, 240, 0.06);
}

@keyframes home-concept-stamp-in {
	from {
		opacity: 0;
		transform: rotate(-14deg) translateY(1rem) scale(0.94);
	}
	to {
		opacity: 1;
		transform: rotate(-8deg) translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-concept__stamp {
		animation: none;
	}

	.home-concept__stamp:hover .home-concept__stamp-img {
		transform: none;
	}
}

/* Local experts spotlight */
.home-experts {
	padding: 4.75rem 0 4.25rem;
	background:
		radial-gradient(ellipse 70% 55% at 12% 0%, rgba(198, 150, 60, 0.12) 0%, transparent 55%),
		linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}

.home-experts__head {
	margin-bottom: 1.75rem;
}

.home-experts__eyebrow {
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
	margin: 0 0 0.65rem;
}

.home-experts__title-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}

.home-experts__title-row h2 {
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--jade-deep);
	margin: 0;
	max-width: 18ch;
	line-height: 1.1;
}

.home-experts__lead {
	margin: 0.85rem 0 0;
	max-width: 36rem;
	color: var(--ink-soft);
	font-size: 1.05rem;
	line-height: 1.55;
}

.home-experts__carousel {
	margin-top: 0.5rem;
}

.home-expert-card {
	flex: 0 0 min(300px, 78vw);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.1);
	overflow: hidden;
	min-height: 100%;
	transition: border-color 0.2s ease, transform 0.25s ease;
}

.home-expert-card:hover {
	border-color: var(--gold);
	transform: translateY(-3px);
}

.home-expert-card__scene {
	position: relative;
	height: 17.5rem;
	overflow: hidden;
	background: var(--jade-deep);
}

.home-expert-card__place {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 0.55s ease;
	filter: saturate(1.05);
}

.home-expert-card__place--empty {
	background: linear-gradient(150deg, var(--jade-mid) 0%, var(--jade-deep) 100%);
}

.home-expert-card__place::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(15, 28, 32, 0.15) 0%,
		rgba(15, 28, 32, 0.55) 100%
	);
}

.home-expert-card:hover .home-expert-card__place {
	transform: scale(1.08);
}

.home-expert-card__portrait {
	position: absolute;
	left: 50%;
	bottom: 0.85rem;
	transform: translateX(-50%);
	width: 7.75rem;
	height: 7.75rem;
	border-radius: 50%;
	border: 3px solid var(--white);
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 28, 32, 0.28);
	z-index: 1;
}

.home-expert-card__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.home-expert-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.15rem 1.15rem 1.25rem;
	text-align: center;
}

.home-expert-card__where {
	margin: 0 0 0.35rem;
	font-family: var(--font-mono);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.home-expert-card__body h3 {
	margin: 0 0 0.45rem;
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 500;
	color: var(--jade-deep);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.home-expert-card__bio {
	margin: 0 0 0.9rem;
	color: var(--ink-soft);
	font-size: 0.9rem;
	line-height: 1.45;
	flex: 1;
}

.home-expert-card__cta {
	margin-top: auto;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--jade-mid);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}

.home-expert-card:hover .home-expert-card__cta {
	color: var(--jade-deep);
}

.home-experts__foot {
	margin-top: 1.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.25rem;
}

.home-experts__foot p {
	margin: 0;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	color: var(--ink-soft);
}

/* Reviews */
.home-reviews {
	padding: 4.75rem 0;
}

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

.home-carousel__card--review {
	flex: 0 0 min(320px, calc(100vw - (2 * var(--gutter))));
}

.home-carousel__card--review .avis-card {
	height: auto;
	min-height: 100%;
}

.home-carousel__card--review.is-expanded,
.home-carousel__card--review:has(.avis-card.is-expanded) {
	align-self: flex-start;
}

.home-reviews--single .home-carousel__track {
	display: block;
	overflow: visible;
	scroll-snap-type: none;
}

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

@media (max-width: 720px) {
	.home-carousel__card--review {
		flex-basis: min(280px, calc(100vw - (2 * var(--gutter))));
	}
}

.avis-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.avis-grid--block {
	margin-top: 1rem;
}

.avis-more-note {
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--ink-soft);
	margin-top: 1rem;
}

.avis-card {
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.1);
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.avis-card__media {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: linear-gradient(150deg, var(--jade-mid) 0%, var(--jade-deep) 100%);
}

.avis-card__trip-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.avis-card:hover .avis-card__trip-image {
	transform: scale(1.04);
}

.avis-card .stars {
	color: var(--gold);
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 0 12px;
	display: block;
	padding: 1.15rem 1.25rem 0;
}

.avis-card--text .stars {
	padding-top: 1.25rem;
}

.avis-card--text .who {
	padding-bottom: 1.25rem;
}

.avis-card .quote {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1rem;
	color: var(--ink-soft);
	line-height: 1.55;
	margin: 0 0 16px;
	padding: 0 1.25rem;
	flex: 1;
}

.avis-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.avis-card__body .quote {
	flex: 0 1 auto;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.avis-card.is-expanded .avis-card__body .quote {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.avis-card__more {
	align-self: flex-start;
	margin: 0.55rem 1.25rem 0.85rem;
	padding: 0;
	border: 0;
	background: none;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--clay);
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.avis-card__more:hover,
.avis-card__more:focus-visible {
	color: var(--jade-deep);
}

.avis-card .who {
	font-family: var(--font-mono);
	font-size: 12px;
	border-top: 1px dashed rgba(28, 27, 22, 0.15);
	padding: 12px 1.25rem 1.15rem;
	margin-top: auto;
}

.avis-card .who .dest {
	display: block;
	color: var(--clay);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 10.5px;
	margin-top: 2px;
}

/* Other countries pills (legacy) */
.home-countries .pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home-countries .pill {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 15px;
	background: var(--white);
	border: 1px solid rgba(28, 27, 22, 0.12);
	padding: 8px 16px;
	text-decoration: none;
	color: var(--ink);
	transition: border-color 0.15s ease, color 0.15s ease;
}

.home-countries .pill:hover {
	border-color: var(--jade-mid);
	color: var(--jade-deep);
}

@media (max-width: 900px) {
	.home-hero--photo {
		padding: 5.625rem 0 3.5rem;
	}

	.home-hero__concept {
		white-space: normal;
	}

	.avis-grid {
		grid-template-columns: 1fr;
	}

	.home-best__featured {
		grid-template-columns: 1fr;
	}

	.home-best__featured-copy {
		padding: 1.5rem 1.35rem 1.75rem;
	}

	.home-best__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-concept {
		padding: 3.75rem 0 3.5rem;
	}

	.home-concept__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.home-concept__stamp {
		width: min(100%, 18rem);
	}

	.home-concept__map {
		right: -20%;
		bottom: -10%;
		width: min(110vw, 40rem);
		opacity: 0.35;
	}

	.home-section__toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 620px) {
	.home-best__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}
