/**
 * Single Voyage — itinerary page shell
 *
 * @package HilaireExperiences
 */

.he-voyage-page {
	--he-navy: #1b3a4b;
	--he-true-navy: var(--hilaire-blue, #0a1e3c);
	--he-ivory: #faf8f5;
	--he-stone: #9a9590;
	--he-font-serif: "Cormorant Garamond", "Times New Roman", serif;
	--he-font-sans: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
	--he-header-h: var(--site-header-height, 80px);
	--he-tabs-h: 52px;
	--he-section-pad: 48px;
	--he-navy-rgb: 27, 58, 75;
	--he-stone-surface: #e8e4df;

	background: var(--he-ivory);
	color: var(--he-navy);
	font-family: var(--he-font-sans);
}

/* Flush hero under sticky header (global .site-main adds top padding). */
.site-main--voyage.he-voyage-page {
	padding-top: 0;
}

@media (min-width: 48rem) {
	.he-voyage-page {
		--he-section-pad: 80px;
	}
}

.he-voyage-page .he-voyage {
	max-width: none;
	padding: 0;
	margin: 0;
}

/* ── Hero ─────────────────────────────────────────────────────────── */

.he-voyage-hero {
	position: relative;
	width: 100%;
	min-height: clamp(18rem, 42vw, 32rem);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.he-voyage-hero__frame {
	position: relative;
	width: 100%;
	min-height: clamp(18rem, 42vw, 32rem);
	overflow: hidden;
}

.he-voyage-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(18rem, 42vw, 32rem);
	object-fit: cover;
}

.he-voyage-hero__image--placeholder {
	background: var(--he-stone-surface);
}

.he-voyage-hero__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 2rem);
	background: linear-gradient(
		to top,
		rgba(var(--he-navy-rgb), 0.82) 0%,
		rgba(var(--he-navy-rgb), 0.45) 55%,
		transparent 100%
	);
	color: var(--he-ivory);
}

.he-voyage-hero__title {
	margin: 0 0 1rem;
	max-width: 18ch;
	font-family: var(--he-font-serif);
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	font-weight: 600;
	line-height: 1.05;
	color: var(--he-ivory);
}

.he-voyage-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-voyage-hero__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 1rem;
	border: none;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

/* Voyage type — gold (bespoke) or navy (fixed departure) */
.he-voyage-hero__pill--type-bespoke {
	background: var(--he-navy);
	color: var(--he-navy);
}

.he-voyage-hero__pill--type-fixed {
	background: var(--he-navy);
	color: var(--he-navy);
}

/* Duration — deep teal */
.he-voyage-hero__pill--duration {
	background: #1a7a7a;
	color: #ffffff;
}

/* Country — warm terracotta */
.he-voyage-hero__pill--country {
	background: #c45c26;
	color: #ffffff;
}

/* ── Sticky tabs ──────────────────────────────────────────────────── */

.he-voyage-tabs {
	position: sticky;
	top: var(--he-header-h);
	z-index: 50;
	height: var(--he-tabs-h);
	background: var(--he-ivory);
	border-bottom: 1px solid rgba(var(--he-navy-rgb), 0.1);
}

.admin-bar .he-voyage-tabs {
	top: calc(var(--he-header-h) + 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .he-voyage-tabs {
		top: calc(var(--he-header-h) + 46px);
	}
}

.he-voyage-tabs__inner {
	display: flex;
	align-items: stretch;
	height: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.he-voyage-tabs__inner::-webkit-scrollbar {
	display: none;
}

.he-voyage-tabs__tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding-inline: 1.25rem;
	border-bottom: 2px solid transparent;
	font-family: var(--he-font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--he-stone);
	white-space: nowrap;
	transition:
		color 0.25s ease,
		border-color 0.25s ease;
}

.he-voyage-tabs__tab:hover {
	color: var(--he-navy);
}

.he-voyage-tabs__tab.is-active {
	border-bottom-color: var(--he-navy);
	color: var(--he-navy);
}

/* ── Sections ─────────────────────────────────────────────────────── */

.he-voyage-section {
	scroll-margin-top: calc(var(--he-header-h) + var(--he-tabs-h) + 12px);
	padding-block: var(--he-section-pad);
}

.he-voyage-section__inner {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.he-voyage-section__header {
	margin-bottom: 2rem;
}

.he-voyage-section__title {
	margin: 0 0 0.5rem;
	font-family: var(--he-font-serif);
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--he-navy);
}

.he-voyage-section__subtitle {
	margin: 0;
	font-size: 1.0625rem;
	color: rgba(var(--he-navy-rgb), 0.62);
}

/* ── Aperçu — magazine float layout ───────────────────────────────── */

.he-apercu-container {
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.he-apercu-container::after {
	content: '';
	display: block;
	clear: both;
}

.he-apercu-clearfix {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#he-section-glance.he-voyage-glance {
	overflow: hidden;
}

.he-apercu-magazine-layout {
	position: relative;
	overflow: hidden;
}

.he-apercu-sidebar {
	box-sizing: border-box;
	float: left;
	width: 32%;
	margin-right: 5%;
	margin-bottom: 2rem;
	padding-top: 0.35rem;
	padding-right: clamp(0.5rem, 2vw, 1.5rem);
	border-right: 1px solid rgba(var(--he-navy-rgb), 0.1);
}

.he-apercu-magazine-layout .he-apercu-title,
.he-apercu-magazine-layout .he-apercu-meta-bar,
.he-apercu-magazine-layout .he-apercu-body {
	max-width: none;
}

/* Read more — magazine truncation (max-height set dynamically via JS) */
.he-apercu-magazine-layout.content-truncate {
	transition: max-height 0.6s ease-in-out;
}

.he-apercu-magazine-layout.content-truncate::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: 1;
	width: 65%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(250, 248, 245, 0), rgba(250, 248, 245, 1));
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.he-apercu-magazine-layout.content-truncate.is-expanded::after {
	opacity: 0;
}

.he-apercu-sidebar .he-read-more-btn {
	display: inline-flex;
	width: 100%;
	margin-top: 1.5rem;
}

@media (max-width: 992px) {
	.he-apercu-magazine-layout.content-truncate::after {
		left: 0;
		right: 0;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.he-apercu-magazine-layout {
		display: flex;
		flex-direction: column;
	}

	.he-apercu-sidebar {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 3rem;
		padding-right: 0;
		border-right: 0;
		order: 3;
	}

	.he-apercu-magazine-layout .he-apercu-title {
		order: 1;
	}

	.he-apercu-magazine-layout .he-apercu-meta-bar {
		order: 2;
	}

	.he-apercu-magazine-layout .he-apercu-body {
		order: 4;
	}
}

/* ── Sidebar (highlights & stops) ─────────────────────────────────── */

.he-apercu-block + .he-apercu-block {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(var(--he-navy-rgb), 0.1);
}

.he-apercu-sidebar__title {
	margin: 0 0 1.25rem;
	font-family: var(--he-font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--he-navy);
}

.he-apercu-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.he-apercu-sidebar__list li {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0 0 0 1.35rem;
	font-family: var(--he-font-sans);
	font-size: 1.125rem !important;
	font-weight: 400;
	line-height: 1.6;
	color: #2c3e50;
}

.he-apercu-sidebar__list li:last-child {
	margin-bottom: 0;
}

.he-apercu-sidebar__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	background: #c4a858;
	border-radius: 1px;
}

.he-apercu-stops {
	margin: 0;
	font-family: var(--he-font-serif);
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--he-navy);
}

.he-apercu-stops__name {
	font-weight: 700;
	font-style: italic;
}

.he-apercu-stops__sep {
	font-style: normal;
	font-weight: 400;
	color: rgba(var(--he-navy-rgb), 0.45);
}

/* ── Editorial column (narrative) ─────────────────────────────────── */

.he-apercu-editorial {
	max-width: 100%;
}

.he-apercu-title {
	margin: 0 0 2rem;
	font-family: var(--he-font-serif);
	font-size: clamp(2.25rem, 5vw, 2.875rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.12;
	letter-spacing: -0.01em;
	color: var(--he-navy);
}

@media (min-width: 48rem) {
	.he-apercu-title {
		font-size: clamp(2.625rem, 4.5vw, 2.875rem);
	}
}

.he-apercu-meta-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: var(--he-font-sans);
	font-size: 1.0625rem;
	line-height: 1.55;
	color: #555555;
}

.he-apercu-meta-bar__facts {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0;
	min-width: 0;
	flex: 1 1 auto;
}

.he-apercu-meta-bar__item {
	display: inline;
}

.he-apercu-meta-bar__label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--he-navy);
}

.he-apercu-meta-bar__separator.separator {
	margin: 0 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
}

.he-link-underline,
.he-apercu-meta-bar #he-trigger-inclusions.he-link-underline {
	flex-shrink: 0;
	display: inline;
	margin: 0;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	font-family: var(--he-font-sans);
	font-size: 0.9375rem;
	font-weight: 500 !important;
	line-height: 1.4;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: var(--he-navy) !important;
	text-decoration: none;
	border-bottom: 1px solid transparent !important;
	cursor: pointer;
	transform: none !important;
	transition: border-color 0.3s ease, opacity 0.3s ease;
}

.he-link-underline:hover,
.he-link-underline:focus-visible,
.he-apercu-meta-bar #he-trigger-inclusions.he-link-underline:hover,
.he-apercu-meta-bar #he-trigger-inclusions.he-link-underline:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--he-navy) !important;
	border-bottom-color: var(--he-navy) !important;
	opacity: 0.88;
	outline: none;
	transform: none !important;
}

.he-apercu-meta-bar #he-trigger-inclusions.he-link-underline {
	border-bottom-color: rgba(var(--he-navy-rgb), 0.35) !important;
}

@media (max-width: 47.99rem) {
	.he-apercu-meta-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
		font-size: 1rem;
	}

	.he-apercu-meta-bar__facts {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.he-apercu-meta-bar__separator.separator {
		display: none;
	}
}

.he-apercu-body {
	font-family: var(--he-font-serif);
	font-size: 1.375rem !important;
	line-height: 1.9 !important;
	color: #333333;
	text-align: left;
}

.he-read-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	padding: 12px 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	font-family: var(--he-font-sans);
	font-size: 1rem;
	font-weight: 600 !important;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase !important;
	color: var(--he-navy) !important;
	text-decoration: underline;
	text-decoration-color: rgba(var(--he-navy-rgb), 0.35);
	text-underline-offset: 0.2em;
	cursor: pointer;
	transform: none !important;
	transition: opacity 0.25s ease, text-decoration-color 0.25s ease;
}

.he-read-more-btn:hover,
.he-read-more-btn:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--he-navy) !important;
	opacity: 0.82;
	text-decoration-color: var(--he-navy);
	outline: none;
	transform: none !important;
}

.he-read-more-btn__icon {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
}

.he-apercu-editorial p {
	margin: 0 0 2rem;
	font-family: var(--he-font-serif);
	font-size: 1.375rem !important;
	font-weight: 400;
	line-height: 1.9 !important;
	color: #333333;
}

.he-apercu-editorial p:last-child {
	margin-bottom: 0;
}

.he-apercu-body .he-keyword-highlight,
.he-apercu-editorial .he-keyword-highlight {
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	color: var(--he-navy);
}

.he-apercu-body h3,
.he-apercu-body h4,
.he-apercu-editorial h3,
.he-apercu-editorial h4 {
	margin: 2.5rem 0 1rem;
	font-family: var(--he-font-serif);
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	color: var(--he-navy);
	text-align: left;
}

.he-apercu-body h3,
.he-apercu-editorial h3 {
	font-size: clamp(1.75rem, 3vw, 2rem);
}

.he-apercu-body h4,
.he-apercu-editorial h4 {
	font-size: clamp(1.5rem, 2.5vw, 1.75rem);
}

.he-apercu-body h3:first-child,
.he-apercu-body h4:first-child,
.he-apercu-editorial h3:first-child,
.he-apercu-editorial h4:first-child {
	margin-top: 0;
}

.he-apercu-body.he-apercu-editorial > p:first-of-type::first-letter,
.he-apercu-editorial > p:first-of-type::first-letter {
	float: left;
	margin: 0.02em 0.16em 0 0;
	padding: 0;
	font-family: var(--he-font-serif);
	font-size: 6.25rem;
	font-weight: 400;
	font-style: italic;
	line-height: 0.68;
	color: var(--he-navy);
}

@media (max-width: 47.99rem) {
	.he-apercu-title {
		margin-bottom: 1.75rem;
		font-size: clamp(2rem, 8vw, 2.375rem);
	}

	.he-apercu-body,
	.he-apercu-editorial p {
		font-size: 1.25rem !important;
		line-height: 1.85 !important;
	}

	.he-apercu-body.he-apercu-editorial > p:first-of-type::first-letter,
	.he-apercu-editorial > p:first-of-type::first-letter {
		font-size: 5rem;
		line-height: 0.7;
	}
}

/* Legacy glance grid (itinerary table etc.) ───────────────────────── */

.he-voyage-glance__grid {
	display: grid;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
	.he-voyage-glance__grid {
		grid-template-columns: 3fr 2fr;
		align-items: start;
		gap: 2.5rem;
	}
}

.he-voyage-glance__facts {
	display: grid;
	gap: 1.5rem;
}

.he-voyage-glance__fact {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.he-voyage-glance__label {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--he-navy);
}

.he-voyage-glance__value {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--he-navy);
}

.he-pdf-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: var(--he-navy);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	margin-top: 24px;
	transition: background 0.2s ease, color 0.2s ease;
}

.he-pdf-btn:hover {
	background: var(--he-navy);
	color: var(--he-navy);
}

/* ── Practical info dashboard (Infos & Tarifs) ────────────────────── */

.he-practical-dashboard {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px 32px;
	background-color: var(--he-true-navy) !important;
	border: none;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(27, 58, 75, 0.15);
	padding: 30px 40px;
	margin-bottom: 4rem;
}

.he-practical-item {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	flex: 1 1 160px;
	min-width: 0;
}

.he-practical-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -16px;
	top: 10%;
	height: 80%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.15);
}

.he-practical-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.he-practical-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #d3c0a3;
	stroke-width: 1.5;
}

.he-practical-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.he-practical-label {
	font-family: var(--he-font-sans);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d3c0a3;
	line-height: 1.3;
}

.he-practical-value {
	font-family: var(--he-font-serif);
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.3;
}

.he-practical-value#he-w-inline {
	font-weight: 600;
}

@media (max-width: 768px) {
	.he-practical-dashboard {
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
		gap: 20px;
	}

	.he-practical-item {
		flex: 1 1 auto;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.he-practical-item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.he-practical-item:not(:last-child)::after {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.he-practical-dashboard {
		padding: 24px 28px;
		gap: 20px;
	}

	.he-practical-item:not(:last-child)::after {
		right: -10px;
	}
}

/* Legacy alias — weather widget hooks */
.he-weather-row.he-practical-dashboard {
	border-top: none;
	border-bottom: none;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Administrative CTA — Infos & Tarifs tab */
.he-infos-footer-split {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	align-items: flex-start;
	margin-top: 2rem;
}

.he-administrative-cta,
.he-download-cta {
	flex: 1;
	text-align: left;
	padding: 0;
}

.he-admin-title {
	font-family: var(--he-font-serif);
	font-size: 20px;
	color: var(--he-true-navy);
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 1rem;
	line-height: 1.25;
}

.he-admin-desc {
	font-family: var(--he-font-sans);
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 1.5rem;
	max-width: 500px;
}

.he-voyage-pricing .he-btn-outline {
	background: transparent;
	border: 2px solid var(--he-true-navy);
	color: var(--he-true-navy);
	padding: 10px 24px;
	font-family: var(--he-font-sans);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
}

.he-voyage-pricing .he-btn-outline:hover,
.he-voyage-pricing .he-btn-outline:focus-visible {
	background-color: var(--he-true-navy);
	color: #ffffff;
}

.he-voyage-pricing .he-btn-outline.he-disabled,
.he-voyage-pricing .he-btn-outline.he-disabled:hover {
	background: transparent;
	color: #999;
	border-color: #ccc;
	cursor: not-allowed;
}

.he-voyage-pricing .he-btn-solid {
	background-color: var(--he-true-navy);
	color: #ffffff;
	border: 2px solid var(--he-true-navy);
	padding: 10px 24px;
	font-family: var(--he-font-sans);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 0;
}

.he-voyage-pricing .he-btn-solid:hover,
.he-voyage-pricing .he-btn-solid:focus-visible {
	background-color: transparent;
	color: var(--he-true-navy);
}

@media (max-width: 768px) {
	.he-infos-footer-split {
		flex-direction: column;
		gap: 40px;
	}
}

.he-glance-table-placeholder p,
.he-dbd-placeholder p {
	margin: 0;
	max-width: 28ch;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: rgba(var(--he-navy-rgb), 0.65);
}

.he-glance-table-placeholder,
.he-dbd-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 10rem;
	padding: 2rem;
	border: 1px dashed rgba(var(--he-navy-rgb), 0.2);
	background: rgba(255, 255, 255, 0.55);
	text-align: center;
}

/* ── Seasonal climate (Open-Meteo) ────────────────────────────────── */

.he-voyage-weather {
	margin-bottom: 2.5rem;
	padding: 1.75rem 2rem;
	background: #fff;
	border: 1px solid rgba(var(--he-navy-rgb), 0.1);
	box-shadow: 0 4px 24px rgba(var(--he-navy-rgb), 0.06);
}

.he-voyage-weather__title {
	margin: 0 0 0.5rem;
	font-family: var(--he-font-serif);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--he-navy);
}

.he-voyage-weather__intro {
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(var(--he-navy-rgb), 0.72);
}

.he-voyage-weather__list {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 36rem) {
	.he-voyage-weather__list {
		grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
	}
}

.he-voyage-weather__item {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.85rem 1rem;
	background: var(--he-ivory);
	border: 1px solid rgba(var(--he-navy-rgb), 0.08);
}

.he-voyage-weather__month {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--he-navy);
}

.he-voyage-weather__temps {
	font-size: 1rem;
	font-weight: 600;
	color: var(--he-navy);
}

.he-voyage-weather__precip {
	font-size: 0.8125rem;
	color: rgba(var(--he-navy-rgb), 0.65);
}

.he-voyage-weather__source {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	color: rgba(var(--he-navy-rgb), 0.5);
}

/* ── Adresses d'Exception ─────────────────────────────────────────── */

.he-voyage-adresses,
#he-section-adresses,
#tab-adresses {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.he-voyage-adresses .he-section-title-elegant,
#he-section-adresses .he-section-title-elegant,
#tab-adresses .he-section-title-elegant {
	display: block;
	font-family: var(--he-font-serif);
	color: #1b3a4b;
	font-size: 2rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-top: 0;
	clear: both;
	letter-spacing: 0.01em;
}

.he-voyage-adresses .he-section-subtitle,
#he-section-adresses .he-section-subtitle,
#tab-adresses .he-section-subtitle {
	display: block;
	font-family: var(--he-font-sans);
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 3.5rem;
	max-width: 700px;
}

.he-hotels-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.he-hotel-card-horizontal {
	display: flex;
	flex-direction: row;
	background: #ffffff;
	border: 1px solid #eaeaea;
	overflow: hidden;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	min-height: 300px;
}

.he-hotel-card-horizontal:hover {
	box-shadow: 0 15px 35px rgba(27, 58, 75, 0.08);
	transform: translateY(-3px);
}

.he-hotel-img-wrapper {
	width: 45%;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.he-hotel-bg {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	transition: transform 0.7s ease;
}

.he-hotel-bg--placeholder {
	background-color: #f4f7f9;
}

.he-hotel-card-horizontal:hover .he-hotel-bg {
	transform: scale(1.06);
}

.he-voyage-adresses .he-hotel-details,
#he-section-adresses .he-hotel-details {
	width: 55%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.he-voyage-adresses .he-hotel-meta,
#he-section-adresses .he-hotel-meta {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 12px;
	align-items: center;
	gap: 12px;
}

.he-hotel-stars {
	color: #d3c0a3;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1;
}

.he-hotel-style {
	background: #f4f7f9;
	color: #1b3a4b;
	padding: 4px 10px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	font-family: var(--he-font-sans);
	white-space: nowrap;
}

.he-hotel-name {
	font-family: var(--he-font-serif);
	color: #1b3a4b;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 12px;
	line-height: 1.25;
}

.he-hotel-desc {
	font-family: var(--he-font-sans);
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	margin-bottom: 20px;
}

.he-hotel-address {
	font-family: var(--he-font-sans);
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	line-height: 1.5;
}

.he-hotel-address .icon-pin {
	flex-shrink: 0;
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-top: 1px;
	background-color: #888;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

@media (max-width: 768px) {
	.he-hotel-card-horizontal {
		flex-direction: column;
	}

	.he-hotel-img-wrapper {
		width: 100%;
		height: 250px;
	}

	.he-hotel-bg {
		min-height: 250px;
	}

	.he-voyage-adresses .he-hotel-details,
	#he-section-adresses .he-hotel-details {
		width: 100%;
		padding: 25px;
	}
}

.he-placeholder-text {
	color: #666;
	font-family: var(--he-font-sans);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.he-map-canvas {
	width: 100%;
	min-height: 350px;
	background: var(--he-stone-surface);
}

@media (min-width: 48rem) {
	.he-map-canvas {
		min-height: 550px;
	}
}

/* ── Pricing cards ────────────────────────────────────────────────── */

.he-voyage-pricing__grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 2rem;
}

@media (min-width: 48rem) {
	.he-voyage-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.he-voyage-pricing__card {
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(var(--he-navy-rgb), 0.1);
	box-shadow: 0 4px 24px rgba(var(--he-navy-rgb), 0.06);
}

.he-voyage-pricing__card--wide {
	grid-column: 1 / -1;
}

.he-voyage-pricing__card-title {
	margin: 0 0 1rem;
	font-family: var(--he-font-serif);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--he-navy);
}

.he-voyage-pricing__card-body > :first-child {
	margin-top: 0;
}

.he-voyage-pricing__card-body > :last-child {
	margin-bottom: 0;
}

/* ── Desktop CTA ────────────────────────────────────────────────────── */

.he-voyage-cta {
	display: none;
	padding-block: var(--he-section-pad);
	background-color: var(--he-true-navy, #0a1e3c);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: var(--he-ivory);
	text-align: center;
}

@media (min-width: 48rem) {
	.he-voyage-cta {
		display: block;
	}
}

.he-voyage-cta__inner {
	max-width: 42rem;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.he-voyage-cta__title {
	margin: 0 0 0.75rem;
	font-family: var(--he-font-serif);
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 600;
	color: var(--he-ivory);
}

.he-voyage-cta__text {
	margin: 0 0 1.75rem;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: rgba(250, 248, 245, 0.85);
}

.he-voyage-cta__button.button {
	background: var(--he-navy);
	border-color: var(--he-navy);
	color: var(--he-navy);
}

.he-voyage-cta__button.button:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--he-ivory);
}

/* ── Mobile sticky CTA bar ────────────────────────────────────────── */

.he-voyage-cta-bar {
	position: fixed;
	inset: auto 0 0 0;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1rem;
	background: var(--he-ivory);
	border-top: 1px solid rgba(var(--he-navy-rgb), 0.12);
	box-shadow: 0 -4px 20px rgba(var(--he-navy-rgb), 0.08);
}

@media (min-width: 48rem) {
	.he-voyage-cta-bar {
		display: none;
	}
}

.he-voyage-page {
	padding-bottom: 4.5rem;
}

@media (min-width: 48rem) {
	.he-voyage-page {
		padding-bottom: 0;
	}
}

.he-voyage-cta-bar__title {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	font-size: 0.875rem;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--he-navy);
}

.he-voyage-cta-bar__button.button {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 0.55rem 0.85rem;
	font-size: 0.72rem;
	background: var(--he-navy);
}

.he-voyage-cta-bar__button.button:hover {
	background: #254a5f;
}

/* ── Itinéraire — full-bleed beige band & layout break ─ */

#he-section-itinerary.he-voyage-itinerary,
.he-itinerary-section {
	clear: both;
	position: relative;
	background-color: #f7f5f0;
	padding-block: 5rem;
	box-shadow: 0 0 0 100vmax #f7f5f0;
	clip-path: inset(0 -100vmax);
}

.he-itinerary-tab-content {
	clear: both;
	position: relative;
}

.he-voyage-itinerary .he-voyage-section__inner {
	overflow: visible;
}

/* ── Itinéraire split-screen, timeline & lead gating ── */

.he-itinerary-section {
	--he-nav-height: calc(var(--he-header-h, 80px) + var(--he-tabs-h, 54px));
	overflow-x: clip;
}

.he-itinerary-split-wrapper {
	display: flex;
	gap: 0;
	width: 100vw;
	max-width: 100vw;
	margin-top: 5rem;
	margin-bottom: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 5rem;
	padding-left: 0;
	padding-right: 0;
	align-items: stretch;
}

.he-itinerary-map-sticky {
	flex: 0 0 52vw;
	width: 52vw;
	max-width: 52vw;
	position: sticky;
	top: 0;
	align-self: flex-start;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin-left: 0;
	border-radius: 0;
	box-shadow: none;
	z-index: 1;
}

.he-itinerary-map-sticky .he-map-canvas {
	flex: 1 1 auto;
	width: 100%;
	min-height: 280px;
	background: #e0e8ed;
}

.he-map-caption {
	margin: 0;
	padding: 14px 18px;
	font-family: var(--he-font-sans);
	font-size: 0.8125rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: rgba(27, 58, 75, 0.72);
	text-align: center;
	background: #fcfaf7;
	border-top: 1px solid #e0e8ed;
}

.he-itinerary-details-scroll {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 800px;
	padding: 0 clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 5rem);
	font-family: var(--he-font-sans);
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
}

.he-itinerary-tab-content .he-voyage-section__header {
	text-align: center;
	margin-bottom: 0;
}

.he-itinerary-tab-content #he-itinerary-heading.he-voyage-section__title {
	font-family: var(--he-font-serif);
	color: #1b3a4b;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 3rem;
}

.he-itinerary-tab-content .he-voyage-section__subtitle {
	font-family: var(--he-font-sans);
	font-size: 15px;
	color: #333333;
	text-align: center;
	margin-top: -2rem;
	margin-bottom: 0;
}

.he-itinerary-details-scroll .he-period-content,
.he-itinerary-details-scroll .he-period-content p {
	font-family: var(--he-font-sans);
	font-size: 15px;
	line-height: 1.8;
	color: #333333;
}

@media (min-width: 769px) {
	.he-itinerary-details-scroll .he-period-content {
		font-size: 16px;
	}
}

/* Timeline — line of life */

.he-itinerary-details-scroll .he-day-container {
	position: relative;
	--he-timeline-anchor: 24px;
	--he-timeline-padding-left: 48px;
	--he-timeline-dot-size: 12px;
	padding-left: var(--he-timeline-padding-left);
}

/* Main route — spans day blocks only */
.he-itinerary-details-scroll .he-day-track {
	position: relative;
}

.he-itinerary-details-scroll .he-day-track::before {
	content: '';
	position: absolute;
	left: calc(var(--he-timeline-anchor) - var(--he-timeline-padding-left));
	margin-left: -1px;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: 2px dashed #1b3a4b;
	z-index: 1;
}

/* Connector through gap → final dot center (no overshoot below) */
.he-itinerary-details-scroll .he-itinerary-conclusion::before {
	content: '';
	position: absolute;
	left: calc(var(--he-timeline-anchor) - var(--he-timeline-padding-left));
	margin-left: -1px;
	top: calc(-1 * var(--he-timeline-conclusion-gap, 3rem));
	height: calc(var(--he-timeline-conclusion-gap, 3rem) + 50%);
	width: 0;
	border-left: 2px dashed #1b3a4b;
	z-index: 1;
}

.he-itinerary-details-scroll .he-day-block {
	position: relative;
	display: block;
	padding: 48px 0;
	border-bottom: 1px solid rgba(27, 58, 75, 0.1);
}

.he-itinerary-details-scroll .he-day-block:last-child {
	border-bottom: none;
}

.he-itinerary-details-scroll .he-day-heading {
	margin-bottom: 1.25rem;
}

.he-itinerary-details-scroll .he-day-label {
	margin: 0 0 0.5rem;
	color: #1b3a4b;
	font-family: var(--he-font-sans);
	font-weight: 700;
	font-size: 1.1rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}

.he-itinerary-details-scroll .he-day-title {
	margin: 0 0 1rem;
	font-family: var(--he-font-sans);
	font-weight: 700;
	font-style: normal;
	color: #1b3a4b;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.he-itinerary-details-scroll .he-day-meals {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.he-itinerary-details-scroll .he-day-meals:has(+ .he-transport-pills) {
	margin-bottom: 0.5rem;
}

.he-itinerary-details-scroll .he-meal-pill {
	background-color: #1b3a4b;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 4px;
	border: none;
	font-family: var(--he-font-sans);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-right: 8px;
	transition: none;
	transform: none;
}

.he-itinerary-details-scroll .he-meal-pill:hover {
	background-color: #1b3a4b;
	color: #ffffff;
	border: none;
	transform: none;
}

.he-itinerary-details-scroll .he-transport-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
	margin-bottom: 1.5rem;
}

.he-itinerary-details-scroll .he-pill-transport {
	background-color: #d3c0a3;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 4px;
	border: none;
	font-family: var(--he-font-sans);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-right: 8px;
	margin-top: 0;
	transition: none;
	transform: none;
}

.he-itinerary-details-scroll .he-pill-transport:hover {
	background-color: #d3c0a3;
	color: #ffffff;
	border: none;
	transform: none;
}

.he-itinerary-details-scroll .he-day-block::after {
	content: '';
	position: absolute;
	left: calc(
		var(--he-timeline-anchor)
		- var(--he-timeline-padding-left)
		- (var(--he-timeline-dot-size) / 2)
	);
	margin-left: 0;
	top: 10px;
	width: var(--he-timeline-dot-size);
	height: var(--he-timeline-dot-size);
	border-radius: 50%;
	background-color: #1b3a4b;
	transform: none;
	z-index: 2;
}

.he-itinerary-details-scroll .he-day-block.is-active::after {
	background-color: #1b3a4b;
	box-shadow: none;
}

.he-itinerary-conclusion {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: var(--he-timeline-conclusion-gap, 3rem);
	position: relative;
	min-height: var(--he-timeline-dot-size, 12px);
}

.he-itinerary-conclusion .he-dot-final {
	position: absolute;
	left: calc(
		var(--he-timeline-anchor)
		- var(--he-timeline-padding-left)
		- (var(--he-timeline-dot-size) / 2)
	);
	margin-left: 0;
	top: calc(50% - (var(--he-timeline-dot-size) / 2));
	width: var(--he-timeline-dot-size);
	height: var(--he-timeline-dot-size);
	background-color: #1b3a4b;
	border-radius: 50%;
	transform: none;
	flex-shrink: 0;
	z-index: 2;
}

.he-itinerary-conclusion .he-conclusion-text {
	font-family: var(--he-font-sans);
	color: #1b3a4b;
	font-weight: 700;
	font-size: 1.05rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1.3;
}

/* Gated content & premium callout */

.he-gated-overlay-wrap {
	position: relative;
	margin-top: 1rem;
	min-height: 260px;
}

.he-day-block--gated .he-day-right {
	position: relative;
}

.he-content-gated-blur {
	position: relative;
	overflow: hidden;
	max-height: 260px;
}

.he-content-gated-blur .he-day-periods--gated {
	filter: blur(8px);
	pointer-events: none;
	user-select: none;
}

.he-content-gated-blur::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		to bottom,
		rgba(247, 245, 240, 0) 0%,
		rgba(247, 245, 240, 0.55) 45%,
		rgba(247, 245, 240, 1) 100%
	);
	pointer-events: none;
}

.he-gated-callout {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: min(calc(100% - 2rem), 420px);
	padding: 2rem 2.25rem;
	text-align: center;
	background: #fcfaf7;
	border: 1px solid rgba(27, 58, 75, 0.08);
	box-shadow: 0 12px 40px rgba(27, 58, 75, 0.12);
}

.he-gated-callout h3 {
	margin: 0 0 0.75rem;
	font-family: var(--he-font-sans);
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.35;
	color: #222222;
}

.he-gated-callout p {
	margin: 0 0 1.5rem;
	font-family: var(--he-font-sans);
	font-size: 15px;
	line-height: 1.65;
	color: #333333;
}

.he-btn-gated-login {
	display: inline-block;
	margin: 0;
	padding: 16px 36px;
	border: none;
	border-radius: 0;
	font-family: var(--he-font-sans);
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #ffffff;
	background-color: #1b3a4b;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.2s ease;
}

.he-btn-gated-login:hover,
.he-btn-gated-login:focus-visible {
	background-color: #254a5f;
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.he-itinerary-split-wrapper {
		flex-direction: column;
		gap: 28px;
		width: auto;
		max-width: none;
		margin-top: 3rem;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 3rem;
	}

	.he-itinerary-map-sticky {
		flex: none;
		width: 100%;
		max-width: none;
		position: relative;
		top: auto;
		height: min(420px, 60vh);
	}

	.he-itinerary-details-scroll {
		max-width: none;
		padding: 0 clamp(1.25rem, 4vw, 2rem);
	}

	.he-itinerary-details-scroll .he-day-container {
		--he-timeline-anchor: 20px;
		--he-timeline-padding-left: 40px;
		--he-timeline-dot-size: 10px;
		--he-timeline-conclusion-gap: 2rem;
	}

	.he-itinerary-details-scroll .he-day-block::after {
		top: 10px;
	}

	.he-gated-overlay-wrap {
		min-height: auto;
		padding-bottom: 1rem;
	}

	.he-gated-callout {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		margin-top: 1.5rem;
		padding: 1.5rem 1.25rem;
	}
}

/* ── Itinerary at a Glance — header & table ─────────── */

.he-glance-table-wrap {
	overflow-x: auto;
	margin: 0;
	text-align: center;
}

.he-glance-header-wrapper {
	display: inline-block;
	box-sizing: border-box;
	background-color: #1b3a4b;
	padding: 15px 40px;
	margin-bottom: 2.5rem;
	text-align: center;
	border-radius: 0;
}

.he-glance-title {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-family: var(--he-font-serif);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.he-glance-table-wrap > .he-glance-table {
	text-align: left;
}

.he-glance-table {
	width: 100%;
	margin-bottom: 3rem;
	border-collapse: collapse;
	text-align: left;
}

.he-glance-table th,
.he-glance-table td {
	padding: 10px 15px;
	line-height: 1.2;
	border-left: none;
	border-right: none;
}

.he-glance-table thead th {
	background-color: #1b3a4b;
	color: #ffffff;
	font-family: var(--he-font-sans);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}

.he-glance-table tbody td {
	font-family: var(--he-font-sans);
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #ebf0f5;
}

.he-glance-table tbody tr:nth-child(even) {
	background-color: #f7f9fb;
}

.he-glance-table tbody tr:nth-child(odd),
.he-glance-table tbody tr:nth-child(odd) td {
	background-color: #ffffff;
}

.he-glance-table tbody tr {
	border-bottom: 1px solid #ebf0f5;
}

.he-glance-table tbody tr:hover {
	background-color: #eef3f7;
	transition: background-color 0.2s ease;
}

.he-gt-day {
	font-weight: 700;
	white-space: nowrap;
	font-size: 14px;
}

.he-gt-visit {
	font-style: italic;
}

/* ── Day by Day ───────────────────────────────── */
.he-dbd-wrap { margin: 0; }

.he-day-block {
	padding: 56px 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.he-day-block:last-child { border-bottom: none; }

.he-day-number {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--he-navy);
	margin-bottom: 8px;
}
.he-day-title {
	font-family: var(--he-font-serif);
	font-size: clamp(1.3rem, 2.5vw, 1.9rem);
	font-weight: 400;
	color: var(--he-navy);
	margin: 0 0 16px 0;
	line-height: 1.3;
}
.he-day-meals {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}
.he-meal-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 12px;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 20px;
	font-size: 0.75rem;
	color: var(--he-navy);
	background: #fff;
}
.he-period { margin-bottom: 28px; }
.he-period-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--he-navy);
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--he-navy);
	display: inline-block;
}
.he-period-content {
	font-size: 1rem;
	line-height: 1.85;
	color: #444;
}
.he-period-content p { margin: 0 0 1em 0; }

@media (max-width: 768px) {
	.he-day-block  { padding: 40px 0; }
	.he-glance-header-wrapper {
		padding: 12px 24px;
		margin-bottom: 2rem;
	}

	.he-glance-title {
		font-size: 1.05rem;
		letter-spacing: 1.5px;
	}

	.he-glance-table th,
	.he-glance-table td {
		padding: 8px 10px;
	}

	.he-glance-table thead th {
		font-size: 11px;
	}

	.he-glance-table tbody td {
		font-size: 13px;
	}
}

/* ═══════════════════════════════════════════════════════
 * Phase 1 — Typography, Color, Visual Hierarchy
 * Luxury editorial magazine language (overrides above)
 * ═══════════════════════════════════════════════════════ */

:root {
	--hv-serif:      'Cormorant Garamond', Georgia, serif;
	--hv-sans:       'Jost', system-ui, sans-serif;
	--hv-navy:       #1a2340;
	--hv-accent:     #1a2340;
	--hv-ivory:      #f7f4f0;
	--hv-ivory-dark: #f0ebe3;
	--hv-stone:      #e5e0d8;
	--hv-text:       #1a2340;
	--hv-text-muted: #6b6b6b;
	--hv-white:      #ffffff;
}

/* ── Hero — cinematic 100vh ───────────────────────────── */

.he-voyage-hero {
	position: relative;
	height: 56vh;
	min-height: 420px;
	max-height: 520px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.he-voyage-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			ellipse 70% 80% at 50% 55%,
			rgba(26, 35, 64, 0.45) 0%,
			rgba(26, 35, 64, 0.15) 55%,
			transparent 100%
		),
		linear-gradient(
			to bottom,
			rgba(26, 35, 64, 0.15) 0%,
			rgba(26, 35, 64, 0.25) 50%,
			rgba(26, 35, 64, 0.72) 100%
		);
	z-index: 1;
}

.he-voyage-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 64px 48px 48px;
	display: flex;
	justify-content: center;
}

.he-voyage-hero__content {
	position: relative;
	z-index: 2;
	padding: 0;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.he-voyage-hero__tagline {
	margin: 0 0 14px;
	font-family: var(--hv-sans);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.he-voyage-hero h1 {
	font-family: var(--hv-serif);
	font-size: clamp(2rem, 4.5vw, 3.75rem);
	font-weight: 300;
	font-style: italic;
	color: var(--hv-white);
	line-height: 1.08;
	letter-spacing: 0.01em;
	margin: 0 0 18px;
	font-variant-ligatures: common-ligatures;
}

.he-voyage-hero .he-meta-pills {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	justify-content: center;
}

.he-meta-pills {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	justify-content: center;
}

.he-meta-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 17px;
	border-radius: 20px;
	font-family: var(--hv-sans);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.he-meta-pill--type {
	background: rgba(196, 168, 90, 0.82);
}

.he-meta-pill--duration {
	background: rgba(74, 130, 122, 0.82);
}

.he-meta-pill--country {
	background: rgba(168, 118, 88, 0.82);
}

/* Breadcrumb — top-left, Voyageurs du Monde style */
.he-hero-breadcrumb {
	position: absolute;
	top: 24px;
	left: 60px;
	right: 60px;
	z-index: 3;
}

.he-hero-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-hero-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	font-family: var(--hv-sans);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.82);
}

.he-hero-breadcrumb__item:not(:last-child)::after {
	content: '›';
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.85rem;
}

.he-hero-breadcrumb__link {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.2s ease;
}

.he-hero-breadcrumb__link:hover {
	color: #fff;
}

.he-hero-breadcrumb__current {
	color: rgba(255, 255, 255, 0.55);
}

/* Signature stops — white, centred above pills */
.he-hero-route {
	margin: 0 0 18px;
	font-family: var(--hv-serif);
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.92);
}

.he-hero-route__sep {
	font-style: normal;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.4);
	padding: 0 4px;
}

.he-hero-route__stop {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.95);
}

.he-scroll-indicator {
	position: absolute;
	bottom: 8px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, 0.45);
	font-family: var(--hv-sans);
	font-size: 0.52rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	pointer-events: none;
}

.he-scroll-indicator::after {
	content: '';
	display: block;
	width: 1px;
	height: 22px;
	background: rgba(255, 255, 255, 0.35);
	animation: he-scroll-line 2.2s ease-in-out infinite;
}

@keyframes he-scroll-line {
	0%, 100% { transform: scaleY(1); opacity: 0.3; }
	50%       { transform: scaleY(0.5); opacity: 0.55; }
}

/* ── Tab navigation ───────────────────────────────────── */

.he-voyage-tabs {
	position: sticky;
	top: var(--he-header-h, 80px);
	z-index: 100;
	background: var(--hv-white);
	border-bottom: 1px solid var(--hv-stone);
	display: flex;
	gap: 0;
}

.he-tab {
	font-family: var(--hv-sans);
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hv-text-muted);
	padding: 18px 32px;
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
	border: none;
	background: none;
	text-decoration: none;
	display: block;
}

.he-tab::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #1a2340;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.he-tab.active,
.he-tab:hover { color: var(--hv-navy); }

.he-tab.active::after { transform: scaleX(1); }

/* ── Section containers ───────────────────────────────── */

.he-section {
	padding: 96px 60px;
	max-width: 1200px;
	margin: 0 auto;
}

.he-section--ivory {
	background: var(--hv-ivory);
	max-width: 100%;
	padding: 96px 0;
}

.he-section--ivory .he-section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}

.he-section-eyebrow {
	font-family: var(--hv-sans);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #1a2340;
	margin-bottom: 12px;
}

.he-section-title {
	font-family: var(--hv-serif);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 300;
	color: var(--hv-navy);
	line-height: 1.15;
	margin: 0 0 48px;
}

.he-section-title + .he-section-subtitle {
	font-family: var(--hv-sans);
	font-size: 0.9rem;
	color: var(--hv-text-muted);
	margin-top: -36px;
	margin-bottom: 48px;
	font-weight: 300;
}

/* ── Key facts grid ───────────────────────────────────── */

.he-facts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0;
	border-top: 1px solid var(--hv-stone);
	border-left: 1px solid var(--hv-stone);
	margin-bottom: 64px;
}

.he-fact {
	padding: 28px 24px;
	border-right: 1px solid var(--hv-stone);
	border-bottom: 1px solid var(--hv-stone);
}

.he-fact__label {
	font-family: var(--hv-sans);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hv-accent);
	margin-bottom: 8px;
}

.he-fact__value {
	font-family: var(--hv-serif);
	font-size: 1.15rem;
	font-weight: 400;
	color: var(--hv-navy);
	line-height: 1.3;
}

/* Glance table — full-width within Itinéraire section */

.he-voyage-itinerary .he-glance-table-wrap {
	margin: 0;
}

/* ── Day-by-day — editorial heart ─────────────────────── */

.he-day-block {
	padding: 72px 0;
	border-bottom: 1px solid var(--hv-stone);
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 0 64px;
	align-items: start;
}

.he-day-block:last-child { border-bottom: none; }

.he-day-left {
	padding-top: 6px;
}

.he-day-number {
	font-family: var(--hv-sans);
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #bbb;
	display: block;
	margin-bottom: 4px;
}

.he-day-number-large {
	font-family: var(--hv-serif);
	font-size: 5rem;
	font-weight: 300;
	color: rgba(26, 35, 64, 0.06);
	line-height: 1;
	display: block;
	letter-spacing: -0.04em;
}

.he-day-title {
	font-family: var(--hv-serif);
	font-size: clamp(1.5rem, 2.8vw, 2.2rem);
	font-weight: 300;
	font-style: italic;
	color: var(--hv-text);
	line-height: 1.2;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.he-day-meals {
	display: flex;
	gap: 8px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.he-meal-pill {
	font-family: var(--hv-sans);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	padding: 5px 14px;
	border: 1px solid var(--hv-stone);
	border-radius: 20px;
	color: var(--hv-text-muted);
	background: transparent;
	transition: border-color 0.2s;
}

.he-meal-pill:hover { border-color: var(--hv-text); }

.he-period {
	margin-bottom: 32px;
}

.he-period-label {
	font-family: var(--hv-sans);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #1a2340;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.he-period-label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--hv-stone);
	max-width: 40px;
}

.he-period-content {
	font-family: var(--hv-sans);
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.9;
	color: var(--hv-text-muted);
}

.he-period-content p { margin: 0 0 1em; }

/* ── Pricing cards ────────────────────────────────────── */

.he-pricing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--hv-stone);
	border: 1px solid var(--hv-stone);
	margin-bottom: 24px;
}

.he-pricing-card {
	background: var(--hv-white);
	padding: 40px;
}

.he-pricing-card--full {
	grid-column: 1 / -1;
}

.he-pricing-card__label {
	font-family: var(--hv-sans);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #1a2340;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--hv-stone);
}

.he-pricing-card__content {
	font-family: var(--hv-sans);
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.8;
	color: var(--hv-text-muted);
}

/* ── CTA section ──────────────────────────────────────── */

.he-voyage-cta.he-bottom-cta {
	background-color: var(--he-true-navy, #0a1e3c);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 96px 60px;
	text-align: center;
}

.he-voyage-cta.he-bottom-cta .he-voyage-cta__title {
	font-family: var(--he-font-serif, var(--hv-serif));
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 600;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0 0 16px;
	line-height: 1.15;
}

.he-voyage-cta {
	padding: 96px 60px;
	text-align: center;
}

.he-voyage-cta__eyebrow {
	font-family: var(--hv-sans);
	font-size: 0.65rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.he-voyage-cta__title {
	font-family: var(--hv-serif);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 300;
	font-style: italic;
	color: var(--hv-white);
	margin: 0 0 16px;
	line-height: 1.15;
}

.he-voyage-cta__sub {
	font-family: var(--hv-sans);
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.55);
	margin: 0 0 40px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

.he-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 40px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--hv-sans);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.he-cta-btn:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

/* ── Mobile sticky CTA bar ────────────────────────────── */

.he-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--hv-navy);
	padding: 12px 24px;
	z-index: 200;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.he-sticky-cta__title {
	font-family: var(--hv-serif);
	font-size: 0.95rem;
	color: var(--hv-white);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 55%;
}

.he-sticky-cta__btn {
	font-family: var(--hv-sans);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hv-white);
	background: #1a2340;
	padding: 10px 20px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.he-sticky-cta { display: flex; }
	.he-section { padding: 64px 24px; }
	.he-voyage-hero__inner {
		padding: 56px 24px 40px;
	}
	.he-hero-breadcrumb {
		top: 16px;
		left: 24px;
		right: 24px;
	}
	.he-hero-breadcrumb__item {
		font-size: 0.62rem;
	}
	.he-hero-route {
		font-size: 0.95rem;
	}
	.he-day-block {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 48px 0;
	}
	.he-day-number-large { display: none; }
	.he-pricing-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════
 * Design Reset — Editorial meta strip + PDF panel
 * ═══════════════════════════════════════════════════════ */

.he-voyage-meta-strip {
	display: flex;
	align-items: flex-start;
	gap: 0;
	padding: 48px 0 56px;
	border-bottom: 1px solid var(--hv-stone);
	margin-bottom: 56px;
	flex-wrap: wrap;
}

.he-voyage-meta-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 40px 0 0;
	flex: 0 0 auto;
}

.he-voyage-meta-item:first-child { padding-left: 0; }

.he-voyage-meta-divider {
	width: 1px;
	height: 80px;
	background: var(--hv-stone);
	margin: 0 40px 0 0;
	align-self: center;
	flex-shrink: 0;
}

.he-voyage-meta-label {
	font-family: var(--hv-sans);
	font-size: 0.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #999;
}

.he-voyage-meta-value--large {
	font-family: var(--hv-serif);
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1;
	color: var(--hv-text);
	font-style: italic;
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.he-voyage-meta-unit {
	font-family: var(--hv-sans);
	font-size: 0.75rem;
	font-weight: 300;
	color: var(--hv-text-muted);
	letter-spacing: 0.08em;
}

.he-voyage-meta-sub {
	font-family: var(--hv-sans);
	font-size: 0.78rem;
	color: var(--hv-text-muted);
	margin-top: -4px;
}

.he-voyage-meta-value {
	font-family: var(--hv-serif);
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--hv-text);
}

.he-voyage-meta-stop {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--hv-sans);
	font-size: 0.78rem;
	font-weight: 300;
	color: var(--hv-text-muted);
}

.he-voyage-meta-stop-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--hv-text);
	flex-shrink: 0;
}

.he-voyage-meta-season-pill {
	display: inline-block;
	font-family: var(--hv-sans);
	font-size: 0.7rem;
	font-weight: 400;
	color: var(--hv-text-muted);
	padding: 3px 0;
}

.he-voyage-meta-season-pill::after {
	content: ' ·';
	color: var(--hv-stone);
}

.he-voyage-meta-season-pill:last-child::after { content: ''; }

.he-pdf-trigger {
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 150;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: var(--hv-text);
	color: var(--hv-white);
	border: none;
	cursor: pointer;
	font-family: var(--hv-sans);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 0.2s ease;
	border-radius: 2px;
}

.he-pdf-trigger:hover {
	background: #2d3f6b;
}

.he-pdf-panel {
	position: fixed;
	top: 0;
	right: -420px;
	width: 380px;
	height: 100vh;
	background: var(--hv-white);
	z-index: 300;
	transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0;
	box-shadow: -4px 0 32px rgba(0, 0, 0, 0.12);
}

.he-pdf-panel.he-pdf-panel--open {
	right: 0;
}

.he-pdf-panel__inner {
	padding: 56px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.he-pdf-panel__close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--hv-text-muted);
	padding: 8px;
	transition: color 0.2s;
}

.he-pdf-panel__close:hover { color: var(--hv-text); }

.he-pdf-panel__eyebrow {
	font-family: var(--hv-sans);
	font-size: 0.6rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 16px;
}

.he-pdf-panel__title {
	font-family: var(--hv-serif);
	font-size: 1.8rem;
	font-weight: 300;
	font-style: italic;
	color: var(--hv-text);
	line-height: 1.2;
	margin: 0 0 20px;
}

.he-pdf-panel__desc {
	font-family: var(--hv-sans);
	font-size: 0.88rem;
	font-weight: 300;
	color: var(--hv-text-muted);
	line-height: 1.7;
	margin: 0 0 40px;
}

.he-pdf-panel__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: var(--hv-text);
	color: var(--hv-white);
	font-family: var(--hv-sans);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease;
	border-radius: 2px;
	align-self: flex-start;
	margin-top: auto;
}

.he-pdf-panel__btn:hover { background: #2d3f6b; }

.he-pdf-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(26, 35, 64, 0.4);
	z-index: 250;
	backdrop-filter: blur(2px);
}

.he-pdf-overlay.he-pdf-overlay--visible {
	display: block;
}

@media (max-width: 600px) {
	.he-pdf-panel { width: 100vw; right: -100vw; }
	.he-pdf-trigger { bottom: 80px; right: 20px; }
	.he-voyage-meta-divider { display: none; }
	.he-voyage-meta-item { padding-right: 0; margin-bottom: 24px; }
}

/* ═══════════════════════════════════════════════════════
 * Navy tab bar + Galerie section
 * ═══════════════════════════════════════════════════════ */

.he-voyage-page .he-voyage-tabs {
	background: #1a2340;
	border-bottom: none;
	height: 54px;
}

.he-voyage-page .he-voyage-tabs__inner {
	justify-content: center;
	gap: 4px;
	max-width: none;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.he-voyage-page .he-voyage-tabs__tab {
	font-family: var(--hv-sans, 'Jost', system-ui, sans-serif);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	color: rgba(255, 255, 255, 0.45);
	border-bottom: 2px solid transparent;
	padding-inline: 1.5rem;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.he-voyage-page .he-voyage-tabs__tab:hover {
	color: rgba(255, 255, 255, 0.85);
}

.he-voyage-page .he-voyage-tabs__tab.is-active {
	color: #f7f4f0;
	border-bottom-color: #c4a858;
}

/* Galerie */
.he-voyage-gallery {
	background: var(--hv-ivory, #f7f4f0);
}

.he-voyage-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.he-voyage-gallery__item {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #e5e0d8;
}

.he-voyage-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.he-voyage-gallery__item:hover img {
	transform: scale(1.03);
}

@media (max-width: 900px) {
	.he-voyage-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.he-voyage-page .he-voyage-tabs__tab {
		padding-inline: 1rem;
		font-size: 0.65rem;
	}
	.he-voyage-gallery__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Inclusions off-canvas panel ──────────────────────────────────── */

.he-overlay {
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.he-overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

.he-offcanvas-right {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 450px;
	max-width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: var(--he-ivory, #faf8f5);
	box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: hidden;
}

.he-offcanvas-right.is-open {
	transform: translateX(0);
}

.he-offcanvas-right__inner {
	height: 100%;
	padding: 2.5rem 2rem 3rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.he-offcanvas-right__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	font-family: var(--he-font-sans);
	font-size: 2rem;
	font-weight: 300 !important;
	line-height: 1;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: var(--he-navy) !important;
	cursor: pointer;
	transform: none !important;
	transition: opacity 0.2s ease;
}

.he-offcanvas-right__close:hover,
.he-offcanvas-right__close:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--he-navy) !important;
	opacity: 0.65;
	outline: none;
	transform: none !important;
}

.he-offcanvas-right__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--he-font-sans);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(var(--he-navy-rgb), 0.55);
}

.he-offcanvas-right__title {
	margin: 0 0 0.75rem;
	padding-right: 2.5rem;
	font-family: var(--he-font-serif);
	font-size: clamp(1.75rem, 4vw, 2rem);
	font-weight: 500;
	line-height: 1.15;
	color: var(--he-navy);
}

.he-panel-subtitle {
	margin: 0 0 1.25rem;
	font-family: var(--he-font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #555555;
}

.he-offcanvas-right__intro {
	margin: 0 0 2rem;
	font-family: var(--he-font-sans);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.65;
	color: #1a202c;
}

.he-offcanvas-right__block + .he-offcanvas-right__block {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.he-offcanvas-right__block-title {
	margin: 0 0 1rem;
	font-family: var(--he-font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--he-navy);
}

h4.he-offcanvas-right__block-title {
	font-size: 0.8125rem;
}

.he-offcanvas-right__content {
	font-family: var(--he-font-sans);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.65;
	color: #111111;
}

.he-offcanvas-right__content p {
	margin: 0 0 0.85em;
	font-weight: 500;
	color: #111111;
}

.he-offcanvas-right__content p:last-child {
	margin-bottom: 0;
}

.he-offcanvas-right__content ul,
.he-offcanvas-right__content ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-offcanvas-right__content li {
	position: relative;
	padding: 0 0 0.85rem 1.125rem;
	font-weight: 500;
	color: #111111;
}

.he-offcanvas-right__content li:last-child {
	padding-bottom: 0;
}

.he-offcanvas-right__content li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--he-navy);
	opacity: 0.7;
}

.he-offcanvas-right__content--excludes li::before {
	background: rgba(var(--he-navy-rgb), 0.35);
}

@media (max-width: 47.99rem) {
	.he-offcanvas-right__inner {
		padding: 2rem 1.25rem 2.5rem;
	}
}

/* ── Voyage actions & share modal ─────────────────────────────────── */

.he-voyage-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	margin-bottom: 1.75rem;
}

.he-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	font-family: var(--he-font-sans);
	font-size: 0.9375rem;
	font-weight: 500 !important;
	line-height: 1.4;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: var(--he-navy) !important;
	cursor: pointer;
	transform: none !important;
	transition: opacity 0.25s ease, text-decoration-color 0.25s ease;
}

.he-action-btn .he-text {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.18em;
	transition: text-decoration-color 0.25s ease;
}

.he-action-btn:hover,
.he-action-btn:focus-visible {
	background: transparent !important;
	color: var(--he-navy) !important;
	opacity: 0.85;
	outline: none;
	transform: none !important;
}

.he-action-btn:hover .he-text,
.he-action-btn:focus-visible .he-text {
	text-decoration-color: var(--he-navy);
}

.he-action-btn.is-saved .he-icon--heart {
	color: #b45309;
}

.he-action-btn .he-icon {
	font-size: 1.05rem;
	line-height: 1;
}

.he-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.he-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.he-auth-modal__intro {
	margin: 0 0 1.25rem;
	font-family: var(--he-font-sans);
	font-size: 15px;
	line-height: 1.6;
	color: #333333;
}

.he-auth-modal__field {
	margin: 0 0 1rem;
}

.he-auth-modal__field label {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--he-font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	color: #222222;
}

.he-auth-modal__field input {
	width: 100%;
	padding: 0.65rem 0.75rem;
	border: 1px solid #e0e8ed;
	background: #fff;
	font-family: var(--he-font-sans);
	font-size: 15px;
	color: #333333;
}

.he-auth-modal__remember {
	margin: 0 0 1.25rem;
	font-family: var(--he-font-sans);
	font-size: 14px;
	color: #333333;
}

.he-auth-modal__submit {
	width: 100%;
	border: none;
	cursor: pointer;
}

.he-modal-content {
	width: 400px;
	max-width: 100%;
	padding: 2rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.he-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.he-modal-header h3 {
	margin: 0;
	font-family: var(--he-font-serif);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--he-navy);
}

.he-close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 1.75rem;
	font-weight: 300 !important;
	line-height: 1;
	color: var(--he-navy) !important;
	cursor: pointer;
}

.he-close-btn:hover,
.he-close-btn:focus-visible {
	opacity: 0.65;
	outline: none;
}

.he-share-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.he-share-list__item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.85rem 1rem !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--he-font-sans);
	font-size: 1rem;
	font-weight: 500 !important;
	line-height: 1.45;
	letter-spacing: normal !important;
	text-align: left;
	text-transform: none !important;
	text-decoration: none;
	color: var(--he-navy) !important;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.he-share-list__item:hover,
.he-share-list__item:focus-visible {
	background: rgba(var(--he-navy-rgb), 0.06) !important;
	color: var(--he-navy) !important;
	outline: none;
}

.he-share-list__item.he-copy-success {
	background: rgba(34, 139, 34, 0.12) !important;
	color: #1f6b1f !important;
}

@media (max-width: 47.99rem) {
	.he-voyage-actions {
		justify-content: flex-start;
	}
}
