/**
 * Single Experience — luxury editorial layout
 *
 * @package HilaireExperiences
 */

.site-main--he-experience {
	background: var(--hilaire-white, #ffffff);
	color: var(--hilaire-blue, #0a1b2a);
	font-family: var(--font-body);
	padding-top: 0;
}

/* ─── Typography scope ───────────────────────────────────── */

.he-exp-single h1,
.he-exp-single h2,
.he-exp-single .he-exp-brief__title,
.he-exp-single .he-exp-itinerary__title,
.he-exp-single .he-exp-services__title,
.he-exp-single .he-exp-day__title {
	font-family: var(--font-heading);
	font-weight: 500;
}

.he-exp-single p,
.he-exp-single li,
.he-exp-single .he-exp-intro__tagline,
.he-exp-single .he-exp-stats__label,
.he-exp-single .he-exp-stats__value,
.he-exp-single .he-exp-brief__text,
.he-exp-single .he-exp-detail,
.he-exp-single .he-exp-day__body,
.he-exp-single .he-exp-services__list,
.he-exp-single .he-exp-services__col-title {
	font-family: var(--font-body);
}

.he-exp-single .he-exp-detail h2,
.he-exp-single .he-exp-detail h3,
.he-exp-single .he-exp-detail h4 {
	font-family: var(--font-heading);
}

/* ─── Branded bento hero gallery ─────────────────────────── */

.he-exp-bento-wrap {
	width: 100%;
	background: var(--color-hilaire-navy, #0a1b2a);
	padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.he-exp-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.9rem clamp(1rem, 3vw, 1.5rem) 0.75rem;
}

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

.he-exp-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-body);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.78);
}

.he-exp-breadcrumb__item:not(:last-child)::after {
	content: "›";
	margin: 0 0.55rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.85rem;
	line-height: 1;
}

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

.he-exp-breadcrumb__link:hover,
.he-exp-breadcrumb__link:focus-visible {
	color: #ffffff;
}

.he-exp-breadcrumb__current {
	color: rgba(255, 255, 255, 0.52);
}

.he-exp-bento {
	padding: 0 clamp(1rem, 3vw, 1.5rem);
	background: transparent;
}

.he-exp-bento__inner {
	max-width: 1200px;
	margin: 0 auto;
	max-height: min(500px, 55vh);
}

.he-exp-bento__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.45rem;
	height: min(500px, 55vh);
	max-height: min(500px, 55vh);
}

@media (min-width: 768px) {
	.he-exp-bento__layout {
		grid-template-columns: 3fr 2fr;
		gap: 0.5rem;
	}

	.he-exp-bento__layout--solo {
		grid-template-columns: 1fr;
	}
}

.he-exp-bento__main,
.he-exp-bento__cell {
	margin: 0;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	border-radius: 4px;
}

.he-exp-bento__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0.45rem;
	height: 100%;
	min-height: 0;
}

@media (min-width: 768px) {
	.he-exp-bento__grid {
		gap: 0.5rem;
	}
}

.he-exp-bento__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
}

.he-exp-bento__link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.25s ease;
}

.he-exp-bento__link:hover::after,
.he-exp-bento__link:focus-visible::after {
	background: rgba(0, 0, 0, 0.12);
}

.he-exp-bento__main img,
.he-exp-bento__cell img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}

.he-exp-bento__more {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 27, 42, 0.58);
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	pointer-events: none;
}

.he-exp-bento__overflow {
	display: none;
}

/* ─── Editorial intro + quick stats ──────────────────────── */

.he-exp-intro {
	margin-top: clamp(3rem, 5vw, 4rem);
	padding: 0 clamp(1.25rem, 4vw, 2rem) clamp(1.5rem, 3vw, 2rem);
}

.he-exp-intro__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.he-exp-intro__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.75rem, 3vw, 2.5rem);
	align-items: start;
}

@media (min-width: 900px) {
	.he-exp-intro__hero {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
		gap: clamp(2rem, 4vw, 3.5rem);
	}
}

.he-exp-intro__content {
	min-width: 0;
}

.he-exp-intro__booking {
	min-width: 0;
}

.he-exp-intro__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.he-exp-intro__tag {
	padding: 4px 10px;
	background: transparent;
	border: 1px solid rgba(10, 27, 42, 0.22);
	font-family: var(--font-body);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-hilaire-navy, #0a1b2a);
}

.he-exp-intro__title {
	margin: 0;
	max-width: none;
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 500;
	line-height: 1.08;
	color: var(--hilaire-blue, #0a1b2a);
}

.he-exp-intro__tagline {
	margin: 1rem 0 0;
	max-width: 52ch;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(10, 27, 42, 0.62);
}

.he-exp-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: clamp(1rem, 2.5vw, 2rem);
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
}

.he-exp-stats__item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-width: min(100%, 11rem);
}

.he-exp-stat-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: var(--color-hilaire-navy, #0a1b2a);
}

.he-exp-stats__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.he-exp-stats__label {
	font-family: var(--font-body);
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(10, 27, 42, 0.48);
}

.he-exp-stats__value {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--hilaire-blue, #0a1b2a);
}

/* ─── Experience in brief ────────────────────────────────── */

.he-exp-brief {
	padding: 0 clamp(1.25rem, 4vw, 2rem) clamp(2rem, 4vw, 3rem);
}

.he-exp-brief__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.he-exp-brief__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.15;
	color: var(--hilaire-blue, #0a1b2a);
}

.he-exp-brief__list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 44rem;
}

.he-exp-brief__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.65rem 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-brief__mark {
	flex-shrink: 0;
	margin-top: 0.2rem;
	color: var(--hilaire-blue, #0a1b2a);
}

.he-exp-brief__text {
	min-width: 0;
}

/* ─── Hero (legacy) ─────────────────────────────────────── */

.he-exp-hero {
	position: relative;
	width: 100%;
	min-height: clamp(24rem, 62vh, 40rem);
	overflow: hidden;
	background: var(--color-surface-alt, #f3f0ea);
}

.he-exp-hero__track {
	display: flex;
	width: 100%;
	height: clamp(24rem, 62vh, 40rem);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.he-exp-hero__track::-webkit-scrollbar {
	display: none;
}

.he-exp-hero__slide {
	flex: 0 0 100%;
	height: 100%;
	margin: 0;
	scroll-snap-align: start;
}

.he-exp-hero__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.he-exp-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(10, 30, 60, 0.88) 0%,
		rgba(10, 30, 60, 0.62) 28%,
		rgba(10, 30, 60, 0.18) 40%,
		transparent 40%
	);
	pointer-events: none;
}

.he-exp-hero__content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}

.he-exp-hero__inner {
	width: 100%;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.he-exp-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
}

.he-exp-hero__tags--static {
	margin-bottom: 1rem;
}

.he-exp-hero__tag {
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.55);
	font-family: var(--font-body);
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(4px);
}

.he-exp-hero__tags--static .he-exp-hero__tag {
	border-color: rgba(10, 30, 60, 0.18);
	color: rgba(10, 30, 60, 0.72);
	background: transparent;
}

.he-exp-hero__title {
	margin: 0;
	max-width: 22ch;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 5vw, 4.25rem);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.he-exp-hero__tagline {
	margin: 0.85rem 0 0;
	max-width: 42ch;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

/* ─── Fallback header ────────────────────────────────────── */

.he-exp-header {
	padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
}

.he-exp-header__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 4.5vw, 4rem);
	font-weight: 500;
	line-height: 1.08;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-header__tagline {
	margin: 1rem 0 0;
	max-width: 42ch;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(10, 30, 60, 0.65);
}

/* ─── Main body grid ─────────────────────────────────────── */

.he-exp-body {
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 8vw, 7rem);
}

.he-exp-body__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: clamp(1.25rem, 4vw, 2rem);
	padding-right: clamp(1.25rem, 4vw, 2rem);
}

.he-exp-body__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2.5rem, 5vw, 4rem);
	align-items: start;
}

.he-exp-body__main {
	min-width: 0;
}

/* ─── Detail content ─────────────────────────────────────── */

.he-exp-detail {
	max-width: 44rem;
	margin-bottom: clamp(3rem, 6vw, 5rem);
	font-size: 1rem;
	line-height: 1.75;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-detail > :first-child {
	margin-top: 0;
}

.he-exp-detail h2,
.he-exp-detail h3,
.he-exp-detail h4 {
	font-family: var(--font-heading);
	font-weight: 500;
	color: var(--hilaire-blue, #0a1e3c);
}

/* ─── Itinerary timeline ─────────────────────────────────── */

.he-exp-itinerary {
	padding: 0;
}

.he-exp-itinerary__title {
	margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
	font-family: var(--font-heading);
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 500;
	line-height: 1.12;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-itinerary__days {
	display: flex;
	flex-direction: column;
	gap: clamp(3.5rem, 7vw, 5rem);
	max-width: 44rem;
}

.he-exp-itinerary--timeline .he-exp-itinerary__days {
	position: relative;
	padding-left: clamp(2.5rem, 4vw, 3.25rem);
}

.he-exp-itinerary--timeline .he-exp-itinerary__days::before {
	content: "";
	position: absolute;
	left: 0.65rem;
	top: 0.5rem;
	bottom: 0.5rem;
	width: 1px;
	background: var(--color-border, #e5e0d8);
}

.he-exp-day {
	position: relative;
}

.he-exp-day__marker {
	display: none;
}

.he-exp-itinerary--timeline .he-exp-day__marker {
	display: block;
	position: absolute;
	left: calc(-1 * clamp(2.5rem, 4vw, 3.25rem) + 0.35rem);
	top: 0.55rem;
	width: 0.65rem;
	height: 0.65rem;
	border: 1px solid var(--hilaire-blue, #0a1e3c);
	border-radius: 50%;
	background: var(--hilaire-white, #ffffff);
}

.he-exp-day__head {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: start;
}

.he-exp-day__num {
	margin: 0;
	font-family: var(--font-body);
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.02em;
	color: rgba(10, 30, 60, 0.28);
}

.he-exp-day__head-main {
	min-width: 0;
}

.he-exp-day__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
}

.he-exp-day__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(1.375rem, 2.2vw, 1.75rem);
	font-weight: 500;
	line-height: 1.25;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-day__meals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-exp-day__meal-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(10, 30, 60, 0.12);
	color: rgba(10, 30, 60, 0.55);
	background: rgba(243, 240, 234, 0.45);
}

.he-exp-meal-icon {
	display: block;
}

.he-exp-day__location {
	margin: 0.5rem 0 0;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(10, 30, 60, 0.48);
}

.he-exp-day__figure {
	margin: clamp(1.5rem, 3vw, 2rem) 0 0;
	max-width: 400px;
}

.he-exp-day__figure img {
	display: block;
	width: 100%;
	max-width: 400px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 4px;
}

.he-exp-day__body {
	margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.75;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-day__body p:first-child {
	margin-top: 0;
}

/* ─── Services (included / excluded) ─────────────────────── */

.he-exp-services {
	padding: clamp(3rem, 6vw, 4.5rem) 0 0;
	border-top: 1px solid var(--color-border, #e5e0d8);
}

.he-exp-services__title {
	margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
	font-size: clamp(1.75rem, 2.8vw, 2.25rem);
	line-height: 1.12;
	color: var(--hilaire-blue, #0a1b2a);
}

.he-exp-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

@media (min-width: 768px) {
	.he-exp-services__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.he-exp-services__col-title {
	margin: 0 0 1rem;
	font-size: 11px;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: none;
	color: rgba(10, 27, 42, 0.55);
}

.he-exp-services__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-exp-services__list li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 12px 0;
	border-bottom: 1px solid #e5e7eb;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-services__list li:last-child {
	border-bottom: 0;
}

.he-exp-services__list--included li::before,
.he-exp-services__list--excluded li::before {
	content: "";
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-top: 0.3em;
	background: center / contain no-repeat;
}

.he-exp-services__list--included li::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.5 12L13 4' stroke='%232d6a4f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.he-exp-services__list--excluded li::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4L12 12M12 4L4 12' stroke='%239a9a9a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.he-exp-services__card {
	padding: clamp(1.5rem, 2.5vw, 2rem);
	border-radius: 6px;
	background: rgba(243, 240, 234, 0.55);
}

.he-exp-services__card-title {
	margin: 0 0 1rem;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: none;
	color: rgba(10, 30, 60, 0.55);
}

.he-exp-services__card-body {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-services__card-body ul,
.he-exp-services__card-body ol {
	margin: 0;
	padding-left: 1.1rem;
}

.he-exp-services__card-body li {
	margin-bottom: 0.45rem;
}

.he-exp-services__card-body li:last-child {
	margin-bottom: 0;
}

/* ─── Logistics accordions (legacy) ──────────────────────── */

.he-exp-logistics {
	padding: clamp(3.5rem, 6vw, 5rem) 0 0;
	border-top: 1px solid var(--color-border, #e5e0d8);
}

.he-exp-logistics__title {
	margin: 0 0 clamp(1.5rem, 3vw, 2rem);
	font-family: var(--font-heading);
	font-size: clamp(1.75rem, 2.8vw, 2.25rem);
	font-weight: 500;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-logistics__accordions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-width: 44rem;
}

.he-exp-accordion {
	border: 1px solid var(--color-border, #e5e0d8);
	background: transparent;
}

.he-exp-accordion__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 0;
	font-family: var(--font-body);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hilaire-blue, #0a1e3c);
	cursor: pointer;
	list-style: none;
	border-bottom: 1px solid transparent;
}

.he-exp-accordion[open] .he-exp-accordion__summary {
	border-bottom-color: var(--color-border, #e5e0d8);
}

.he-exp-accordion__summary::-webkit-details-marker {
	display: none;
}

.he-exp-accordion__summary::after {
	content: "+";
	font-family: var(--font-heading);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(10, 30, 60, 0.4);
}

.he-exp-accordion[open] .he-exp-accordion__summary::after {
	content: "−";
}

.he-exp-accordion__body {
	padding: 1.15rem 0 1.5rem;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--color-text-soft, #3a3a3a);
}

.he-exp-accordion__body ul,
.he-exp-accordion__body ol {
	margin: 0;
	padding-left: 1.15rem;
}

/* ─── Booking widget (intro hero) ────────────────────────── */

.he-exp-widget {
	position: static;
	padding: clamp(1.25rem, 2vw, 1.75rem);
	border: 1px solid rgba(10, 30, 60, 0.08);
	border-radius: 6px;
	background: rgba(248, 246, 242, 0.85);
}

.he-exp-widget--intro {
	width: 100%;
}

.he-exp-widget__price {
	margin: 0 0 1.5rem;
	font-family: var(--font-heading);
	font-size: clamp(1.275rem, 2.04vw, 1.594rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-widget__form {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.he-exp-widget__field {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.he-exp-widget__label {
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: none;
	color: rgba(10, 30, 60, 0.55);
}

.he-exp-widget__input {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(10, 30, 60, 0.14);
	border-radius: 4px;
	background: var(--hilaire-white, #ffffff);
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.4;
	color: var(--hilaire-blue, #0a1e3c);
	transition: border-color 0.2s ease;
}

.he-exp-widget__input:focus {
	outline: none;
	border-color: rgba(10, 30, 60, 0.35);
}

.he-exp-widget__input--number {
	-moz-appearance: textfield;
}

.he-exp-widget__input--number::-webkit-outer-spin-button,
.he-exp-widget__input--number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.he-exp-widget .flatpickr-input[readonly],
.he-exp-widget .flatpickr-input[readonly] + .form-control.input {
	cursor: pointer;
}

.he-exp-widget__facts {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 1.75rem;
	padding: 0 0 1.75rem;
	border-bottom: 1px solid rgba(10, 30, 60, 0.08);
	list-style: none;
}

.he-exp-widget__fact {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.he-exp-widget__fact-label {
	font-family: var(--font-body);
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(10, 30, 60, 0.48);
}

.he-exp-widget__fact-value {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	line-height: 1.45;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-widget__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	margin-top: 0.35rem;
	padding: 0.85rem 1.25rem;
	border: 1px solid var(--hilaire-blue, #0a1e3c);
	background: var(--hilaire-blue, #0a1e3c);
	font-family: var(--font-body);
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.he-exp-widget__cta:hover,
.he-exp-widget__cta:focus-visible {
	background: transparent;
	color: var(--hilaire-blue, #0a1e3c);
}

/* Flatpickr — minimal theme overrides */
.he-exp-widget .flatpickr-calendar {
	border: 1px solid rgba(10, 30, 60, 0.12);
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(10, 30, 60, 0.08);
	font-family: var(--font-body);
}

.he-exp-widget .flatpickr-day.selected,
.he-exp-widget .flatpickr-day.selected:hover {
	background: var(--hilaire-blue, #0a1e3c);
	border-color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-widget .flatpickr-day:hover {
	background: rgba(243, 240, 234, 0.85);
	border-color: rgba(10, 30, 60, 0.08);
}

/* ─── Immersive gallery ──────────────────────────────────── */

.he-exp-gallery {
	padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
	border-top: 1px solid var(--color-border, #e5e0d8);
	background: var(--color-surface-alt, #f3f0ea);
}

.he-exp-gallery__header {
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.he-exp-gallery__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 500;
	color: var(--hilaire-blue, #0a1e3c);
}

.he-exp-gallery__track {
	display: flex;
	gap: clamp(0.75rem, 1.5vw, 1.25rem);
	padding: 0 clamp(1.25rem, 4vw, 2rem) 0.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: rgba(10, 30, 60, 0.2) transparent;
}

.he-exp-gallery__track::-webkit-scrollbar {
	height: 4px;
}

.he-exp-gallery__track::-webkit-scrollbar-thumb {
	background: rgba(10, 30, 60, 0.2);
	border-radius: 999px;
}

.he-exp-gallery__item {
	flex: 0 0 clamp(16rem, 42vw, 28rem);
	margin: 0;
	scroll-snap-align: start;
}

.he-exp-gallery__item img {
	display: block;
	width: 100%;
	height: clamp(14rem, 32vw, 22rem);
	object-fit: cover;
}

.he-exp-lightbox--hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* ─── lightGallery — uniform slides + thumbnail strip ─── */

html.he-exp-lg-active .site-header,
html.he-exp-lg-active .construction-banner,
html.he-exp-lg-active #wpadminbar {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.he-exp-lightgallery .lg-sub-html,
.he-exp-lightgallery .lg-sub-html * {
	color: #ffffff !important;
}

.lg-container.he-exp-lightgallery,
.lg-outer.he-exp-lightgallery {
	z-index: 10050 !important;
	font-family: var(--font-body);
}

.lg-outer.he-exp-lightgallery .lg-backdrop {
	background-color: rgba(0, 0, 0, 0.96);
}

.lg-outer.he-exp-lightgallery .lg-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 120px;
	left: 0;
}

.lg-outer.he-exp-lightgallery .lg-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 56px 24px 32px;
}

.lg-outer.he-exp-lightgallery .lg-image {
	display: block;
	width: min(92vw, 1200px) !important;
	height: min(68vh, 720px) !important;
	max-width: min(92vw, 1200px) !important;
	max-height: min(68vh, 720px) !important;
	object-fit: contain !important;
	object-position: center;
}

.lg-outer.he-exp-lightgallery .lg-counter {
	top: 22px;
	left: 24px;
	right: auto;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #ffffff !important;
	opacity: 1;
	z-index: 1083;
}

.lg-outer.he-exp-lightgallery .lg-sub-html {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 132px;
	max-width: min(72vw, 640px);
	margin: 0;
	padding: 0;
	background: transparent !important;
	color: #ffffff !important;
	pointer-events: none;
	z-index: 1082;
}

.lg-outer.he-exp-lightgallery .lg-sub-html p,
.lg-outer.he-exp-lightgallery .he-exp-lg-caption {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.35;
	color: #ffffff !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.lg-outer.he-exp-lightgallery .lg-close {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 1084;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff !important;
	opacity: 1 !important;
	transform: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.lg-outer.he-exp-lightgallery .lg-close:hover,
.lg-outer.he-exp-lightgallery .lg-close:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.75);
	color: #ffffff !important;
}

.lg-outer.he-exp-lightgallery .lg-close::after,
.lg-outer.he-exp-lightgallery .lg-close::before {
	background-color: #ffffff !important;
}

.lg-outer.he-exp-lightgallery .lg-thumb-outer {
	height: 96px;
	padding: 12px 16px;
	background: rgba(10, 27, 42, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lg-outer.he-exp-lightgallery .lg-thumb {
	padding: 0 24px;
}

.lg-outer.he-exp-lightgallery .lg-thumb-item {
	width: 96px !important;
	height: 64px !important;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.72;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.lg-outer.he-exp-lightgallery .lg-thumb-item.active,
.lg-outer.he-exp-lightgallery .lg-thumb-item:hover {
	opacity: 1;
	border-color: #ffffff;
}

.lg-outer.he-exp-lightgallery .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.lg-outer.he-exp-lightgallery .lg-toolbar .lg-icon,
.lg-outer.he-exp-lightgallery .lg-prev,
.lg-outer.he-exp-lightgallery .lg-next {
	color: #ffffff !important;
}
