/* =========================================================
   Drivelux — Excursion / Private Experience Page
   Optimized clean CSS
   Updated: 2026-05-18
========================================================= */

/* ================================
   01. BASE / TOKENS
================================ */

.dlx-exc {
	--container-max-width: 1410px;

	--dlx-gold: #c99b62;
	--dlx-gold-2: #d8ad72;
	--dlx-gold-dark: #9b7037;
	--dlx-gold-deep: #a97032;
	--dlx-gold-soft: rgba(201, 155, 98, .12);

	--dlx-ink: #15120f;
	--dlx-text: rgba(21, 18, 15, .72);
	--dlx-muted: rgba(21, 18, 15, .54);
	--dlx-line: rgba(21, 18, 15, .10);
	--dlx-line-gold: rgba(201, 155, 98, .22);

	--dlx-white: #fff;
	--dlx-paper: #fffaf3;
	--dlx-cream: #f7f1e7;
	--dlx-cream-2: #f4efe6;
	--dlx-black: #050505;

	--dlx-radius-sm: 12px;
	--dlx-radius-md: 18px;
	--dlx-radius-lg: 26px;
	--dlx-radius-xl: 30px;

	--dlx-shadow-soft: 0 12px 34px rgba(18, 14, 10, .07);
	--dlx-shadow-card: 0 18px 48px rgba(18, 14, 10, .10);
	--dlx-shadow-deep: 0 28px 80px rgba(18, 14, 10, .16);

	font-family: inherit;
	color: var(--dlx-ink);
	background: #fff;
}

.dlx-exc,
.dlx-exc * {
	box-sizing: border-box;
}

.dlx-exc img {
	display: block;
	max-width: 100%;
}

.dlx-exc a {
	color: inherit;
}

.dlx-exc svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dlx-exc .elementor-container,
.dlx-exc .e-con {
	--container-max-width: 1410px;
}

.dlx-exc-container,
.dlx-exc-container--narrow {
	margin-inline: auto;
}

.dlx-exc-container {
	width: min(100% - 48px, var(--container-max-width));
}

.dlx-exc-container--narrow {
	width: min(100% - 48px, 1120px);
}

.dlx-exc-content,
.dlx-exc-section {
	padding-top: 76px;
	background: #fff;
}

/* Typography */

.dlx-exc-overline,
.dlx-exc-section-kicker,
.dlx-exc-format-card__eyebrow,
.dlx-exc-format-panel__eyebrow {
	display: block;
	color: var(--dlx-gold-dark);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.dlx-exc-overline,
.dlx-exc-section-kicker {
	margin-bottom: 10px;
}

.dlx-exc-heading,
.dlx-exc-section-head {
	margin-bottom: 34px;
	text-align: center;
}

.dlx-exc-section-title {
	max-width: 860px;
	margin: 0 auto;
	color: var(--dlx-ink);
	font-size: clamp(34px, 3.8vw,38px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.04em;
}

.dlx-exc-richtext {
	color: var(--dlx-text);
	font-size: 18px;
	line-height: 1.76;
}

.dlx-exc-richtext p {
	margin: 0 0 17px;
}

.dlx-exc-richtext p:last-child {
	margin-bottom: 0;
}

/* ================================
   02. HERO
================================ */

.dlx-exc-hero {
	position: relative;
	min-height: 690px;
	padding: 165px 0 138px;
	overflow: hidden;
	isolation: isolate;
	background-image: var(--dlx-hero);
	background-position: center;
	background-size: cover;
}

.dlx-exc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 68% 24%, rgba(201, 155, 98, .22), transparent 34%),
		linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 35%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.58) 100%);
}

.dlx-exc-hero__shade {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 46%;
	background: linear-gradient(0deg, rgba(0,0,0,.74), transparent);
}

.dlx-exc-hero__inner {
	width: min(100% - 48px, var(--container-max-width));
	max-width: 760px;
	margin-left: max(24px, calc((100vw - var(--container-max-width)) / 2));
}

.dlx-exc-hero__title {
	max-width: 760px;
	margin: 12px 0 14px;
	color: #fff;
	font-size: clamp(54px, 6.4vw, 102px);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.055em;
	text-shadow: 0 18px 46px rgba(0,0,0,.36);
}

.dlx-exc-hero__location {
	margin: 0 0 22px;
	color: #e4b778;
	font-size: clamp(15px, 1.3vw, 20px);
	letter-spacing: .02em;
}

.dlx-exc-hero__subtitle {
	max-width: 620px;
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 18px;
	line-height: 1.72;
}

.dlx-exc-hero__mini-gallery {
	display: flex;
	gap: 10px;
	margin-top: 34px;
}

.dlx-exc-hero__mini-gallery img {
	width: 102px;
	height: 122px;
	object-fit: cover;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 15px;
	box-shadow: 0 16px 36px rgba(0,0,0,.35);
	opacity: .92;
	transition: transform .28s ease, opacity .28s ease;
}

.dlx-exc-hero__mini-gallery img:hover {
	transform: translateY(-4px);
	opacity: 1;
}

/* ================================
   03. FACTS BAR
================================ */

.dlx-exc-facts-wrap {
	position: relative;
	z-index: 4;
	margin-top: -48px;
	background: transparent;
}

.dlx-exc-facts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--dlx-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(18, 14, 10, .10);
}

.dlx-exc-fact {
	display: flex;
	min-height: 96px;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
	background: #fff;
	border-right: 1px solid var(--dlx-line);
}

.dlx-exc-fact:last-child {
	border-right: 0;
}

.dlx-exc-fact__icon {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	color: var(--dlx-gold);
	border-radius: 50%;
}

.dlx-exc-fact__icon svg {
	width: 23px;
	height: 23px;
}

.dlx-exc-fact__label {
	color: var(--dlx-gold-dark);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.dlx-exc-fact__value {
	margin-top: 4px;
	color: var(--dlx-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

/* ================================
   04. INTRO CONTENT
================================ */

.dlx-exc-text-block {
	position: relative;
	width: min(100%, 920px);
	margin: 0 auto 64px;
	padding: 0;
	text-align: center;
}

.dlx-exc-text-block::before {
	content: "";
	display: block;
	width: 78px;
	height: 1px;
	margin: 0 auto 22px;
	background: linear-gradient(90deg, transparent, var(--dlx-gold), transparent);
}

.dlx-exc-text-block .dlx-exc-section-kicker {
	font-size: 10px;
	letter-spacing: .18em;
	margin-bottom: 12px;
}

.dlx-exc-text-block .dlx-exc-section-title {
	max-width: 680px;
	font-size: clamp(34px, 3.6vw, 54px);
}

.dlx-exc-text-block .dlx-exc-richtext,
.dlx-exc-text-block .dlx-exc-richtext p:first-child {
	max-width: 820px;
	margin-top: 22px;
	color: rgba(23, 19, 15, .70);
	font-size: 17px;
	line-height: 1.75;
}

.dlx-exc-text-image {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
	gap: 50px;
	align-items: center;
	width: min(100%, 1220px);
	margin: 0 auto 76px;
}

.dlx-exc-text-image.is-image-left .dlx-exc-text-image__media {
	order: -1;
}

.dlx-exc-text-image__media {
	position: relative;
	display: block;
	height: 430px;
	min-height: 430px;
	overflow: hidden;
	border-radius: 24px;
	background: #15110d;
	box-shadow: var(--dlx-shadow-deep);
}

.dlx-exc-text-image__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(0,0,0,.16), transparent 45%),
		radial-gradient(circle at 18% 18%, rgba(201,155,98,.16), transparent 36%);
	pointer-events: none;
}

.dlx-exc-text-image__media img,
.dlx-exc-image-grid img,
.dlx-exc-format-card__media img,
.dlx-exc-format-panel__media img,
.dlx-exc-format-panel__thumb img,
.dlx-exc-highlight-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dlx-exc-text-image__media img {
	position: absolute;
	inset: 0;
	max-width: none;
	transform: scale(1.01);
	transition: transform .7s ease;
}

.dlx-exc-text-image:hover .dlx-exc-text-image__media img {
	transform: scale(1.045);
}

.dlx-exc-text-image__content {
	position: relative;
	padding: 44px 0 44px 48px;
	border-left: 1px solid rgba(201, 155, 98, .38);
}

.dlx-exc-text-image__content::before {
	content: "";
	position: absolute;
	top: 52px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--dlx-gold);
	box-shadow: 0 0 0 8px rgba(201,155,98,.12);
}

.dlx-exc-text-image__content .dlx-exc-section-title {
	max-width: 520px;
	margin: 0 0 22px;
	text-align: left;
	font-size: clamp(36px, 3.4vw, 56px);
}

.dlx-exc-text-image__content .dlx-exc-richtext {
	max-width: 560px;
	color: rgba(23, 19, 15, .68);
	font-size: 17px;
	line-height: 1.72;
}

/* ================================
   05. FORMAT SECTION / ANCHORS
================================ */

.dlx-exc .dlx-exc-formats--anchors {
	padding-top: 72px;
	padding-bottom: 94px;

}

.dlx-exc-formats--anchors .dlx-exc-heading {
	margin-bottom: 34px;
}

.dlx-exc-formats--anchors .dlx-exc-section-title {
	max-width: 820px;
	font-size: clamp(42px, 4.4vw, 45px);
	letter-spacing: -.055em;
}

.dlx-exc-format-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: min(100% - 64px, 1180px);
	max-width: 1180px;
	margin: 0 auto 42px;
	padding: 0;
}

.dlx-exc-format-links a.dlx-exc-format-card {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: stretch;
	min-height: 142px;
	width: 100%;
	overflow: hidden;
	color: #17130f;
	text-align: left;
	text-decoration: none;
	border: 1px solid rgba(23, 19, 15, .09);
	border-radius: 18px;
	background: rgba(255,255,255,.86);
	box-shadow: 0 14px 38px rgba(35, 27, 18, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dlx-exc-format-links a.dlx-exc-format-card:hover {
	transform: translateY(-5px);
	border-color: rgba(201, 155, 98, .34);
	box-shadow: 0 24px 64px rgba(18, 14, 10, .12);
}

.dlx-exc-format-links a.dlx-exc-format-card::before,
.dlx-exc-format-links a.dlx-exc-format-card::after {
	display: none;
	content: none;
}

.dlx-exc-format-card__media {
	position: relative;
	display: block;
	width: 150px;
	height: 100%;
	min-height: 142px;
	overflow: hidden;
	background: #15110d;
}

.dlx-exc-format-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.18), transparent 68%),
		linear-gradient(0deg, rgba(0,0,0,.24), transparent 50%);
	pointer-events: none;
}

.dlx-exc-format-card__media img {
	transform: scale(1.02);
	transition: transform .55s ease, filter .25s ease;
}

.dlx-exc-format-card:hover .dlx-exc-format-card__media img {
	transform: scale(1.08);
}

.dlx-exc-format-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 21px 20px 20px;
}

.dlx-exc-format-card__eyebrow {
	font-size: 9px;
	letter-spacing: .18em;
}

.dlx-exc-format-card__title {
	color: #17130f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.015em;
}

.dlx-exc-format-card__subtitle {
	display: -webkit-box;
	overflow: hidden;
	color: rgba(23, 19, 15, .62);
	font-size: 13px;
	line-height: 1.45;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dlx-exc-format-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 5px;
}

.dlx-exc-format-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 5px 10px;
	color: var(--dlx-gold-dark);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 999px;
	background: var(--dlx-gold-soft);
}

.dlx-exc-format-card__go {
	position: absolute;
	right: 18px;
	bottom: 16px;
	color: var(--dlx-gold-dark);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.dlx-exc-format-card__go::after {
	content: "↓";
	margin-left: 7px;
	font-size: 12px;
}

/* ================================
   06. FORMAT DETAIL CARDS
================================ */

.dlx-exc-format-sections {
	display: grid;
	gap: 38px;
	width: min(100% - 64px, 1540px);
	max-width: 1540px;
	margin: 38px auto 0;
}

.dlx-exc-format-section {
	position: relative;
	display: block;
	scroll-margin-top: 120px;
	overflow: hidden;
	padding: 34px 34px 30px;
	border: 1px solid rgba(92, 68, 39, .10);
	border-radius: var(--dlx-radius-xl);
 
}

.dlx-exc-format-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 66% 18%, rgba(201,155,98,.10), transparent 26%),
		linear-gradient(90deg, rgba(255,255,255,.15), transparent 42%);
}

.dlx-exc-format-section > * {
	position: relative;
	z-index: 1;
}

.dlx-exc-format-panel__hero {
	display: grid;
	grid-template-columns: minmax(520px, 1.05fr) minmax(420px, .95fr);
	gap: 58px;
	align-items: center;
	padding: 0 0 34px;
	margin: 0 0 34px;
}

.dlx-exc-format-panel__visual {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.dlx-exc-format-panel__media {
	position: relative;
	display: block;
	aspect-ratio: 1.7 / 1;
	overflow: hidden;
	border-radius: 18px;
	background: #15110d;
	box-shadow: 0 22px 58px rgba(35, 27, 18, .14);
	text-decoration: none;
}

.dlx-exc-format-panel__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(0,0,0,.20), transparent 48%),
		radial-gradient(circle at 18% 14%, rgba(201,155,98,.16), transparent 38%);
	pointer-events: none;
}

.dlx-exc-format-panel__media img {
	position: absolute;
	inset: 0;
	max-width: none;
	transform: scale(1.01);
	transition: transform .65s ease, filter .35s ease;
}

.dlx-exc-format-panel__media:hover img {
	transform: scale(1.045);
}

.dlx-exc-format-panel__zoom {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 13px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background: rgba(0,0,0,.55);
	backdrop-filter: blur(7px);
}

.dlx-exc-format-panel__thumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	padding: 0 10px;
}

.dlx-exc-format-panel__thumbs::before,
.dlx-exc-format-panel__thumbs::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 72px;
	flex: 0 0 26px;
	color: var(--dlx-gold-deep);
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	cursor: default;
}

.dlx-exc-format-panel__thumbs::before {
	content: "‹";
}

.dlx-exc-format-panel__thumbs::after {
	content: "›";
}

.dlx-exc-format-panel__thumb {
	position: relative;
	display: block;
	flex: 0 0 114px;
	width: 114px;
	height: 72px;
	overflow: hidden;
	border: 1px solid rgba(92, 68, 39, .14);
	border-radius: 11px;
	background: var(--dlx-cream);
	box-shadow: 0 10px 26px rgba(35, 27, 18, .08);
	text-decoration: none;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.dlx-exc-format-panel__thumb:hover {
	transform: translateY(-3px);
	border-color: rgba(201, 155, 98, .42);
	box-shadow: 0 16px 36px rgba(35, 27, 18, .13);
}

.dlx-exc-format-panel__thumb img {
	transition: transform .35s ease;
}

.dlx-exc-format-panel__thumb:hover img {
	transform: scale(1.06);
}

.dlx-exc-format-panel__intro {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 6px 0 0;
}

.dlx-exc-format-panel__eyebrow {
	margin: 0 0 24px;
	color: var(--dlx-gold-deep);
	font-size: 11px;
	letter-spacing: .34em;
}

.dlx-exc-format-panel__eyebrow::after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	margin-top: 19px;
	background: var(--dlx-gold);
}

.dlx-exc-format-panel__intro h3 {
	max-width: 760px;
	margin: 0 0 24px;
	color: var(--dlx-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 4.9vw, 55px);
	font-weight: 400;
	line-height: .96;
	letter-spacing: -.045em;
}

.dlx-exc-format-panel__subtitle {
	max-width: 700px;
	margin: 0 0 22px;
	color: var(--dlx-gold-deep);
	font-size: clamp(18px, 1.35vw, 23px);
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .01em;
}

.dlx-exc-format-panel__intro p,
.dlx-exc-format-panel p {
	max-width: 760px;
	margin: 0 0 34px;
	color: rgba(23, 19, 15, .68);
	font-size: 18px;
	line-height: 1.78;
}

.dlx-exc-format-panel__specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	max-width: 760px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(92, 68, 39, .13);
	border-radius: 14px;
	background: rgba(255,250,243,.70);
	box-shadow: 0 12px 34px rgba(35, 27, 18, .055);
}

.dlx-exc-format-panel__specs span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 74px;
	padding: 14px 18px;
	color: var(--dlx-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.28;
	text-align: left;
	border-right: 1px solid rgba(92, 68, 39, .13);
}

.dlx-exc-format-panel__specs span:last-child {
	border-right: 0;
}

.dlx-exc-format-panel__specs svg {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	color: var(--dlx-gold-deep);
	stroke-width: 1.55;
}

/* Route */

.dlx-exc-format-detail {
	position: relative;
	margin: 4px 0 0;
	padding: 34px 52px 28px;
	border: 1px solid rgba(92, 68, 39, .14);
	border-radius: 10px;
	background: rgba(255,255,255,.50);
}

.dlx-exc-format-detail h4,
.dlx-exc-price-box h4,
.dlx-exc-info-box h4 {
	color: var(--dlx-gold-deep);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .34em;
	text-transform: uppercase;
}

.dlx-exc-format-detail h4 {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0;
	padding: 0 28px;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255,255,255,.86), var(--dlx-paper));
}

.dlx-exc-route-list {
	position: relative;
	display: grid;
	gap: 0;
	padding: 0;
}

.dlx-exc-route-list::before {
	content: "";
	position: absolute;
	left: 222px;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: linear-gradient(to bottom, transparent, rgba(201,155,98,.38), transparent);
}

.dlx-exc-route-step {
	position: relative;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 46px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(92, 68, 39, .10);
}

.dlx-exc-route-step:last-child {
	border-bottom: 0;
}

.dlx-exc-route-step::before {
	content: "";
	position: absolute;
	left: 217px;
	top: 25px;
	z-index: 2;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--dlx-gold);
	box-shadow: 0 0 0 8px rgba(255,250,243,.95);
}

.dlx-exc-route-step__time {
	display: flex;
	justify-content: flex-end;
	padding-top: 2px;
	color: var(--dlx-gold-deep);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .20em;
	text-align: right;
	text-transform: uppercase;
}

.dlx-exc-route-step strong {
	display: block;
	margin: 0 0 5px;
	color: var(--dlx-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.015em;
}

.dlx-exc-route-step p {
	max-width: 900px;
	margin: 0;
	color: rgba(23, 19, 15, .68);
	font-size: 15.5px;
	line-height: 1.55;
}

/* Price / Info */

.dlx-exc-format-columns {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	gap: 28px;
	width: min(100% - 110px, 1320px);
	margin: -4px auto 0;
}

.dlx-exc-price-box,
.dlx-exc-info-box,
.dlx-exc-condition-box {
	position: relative;
	overflow: hidden;
	padding: 28px 32px;
	border: 1px solid rgba(92, 68, 39, .12);
	border-radius: 16px;
	background: rgba(255,250,243,.78);
	box-shadow: 0 18px 48px rgba(35, 27, 18, .08);
}

.dlx-exc-price-box::after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: -10px;
	width: 160px;
	height: 120px;
	opacity: .11;
	background:
		linear-gradient(135deg, transparent 0 42%, var(--dlx-gold) 43% 44%, transparent 45%),
		radial-gradient(circle at 74% 28%, transparent 0 17px, var(--dlx-gold) 18px 19px, transparent 20px);
	pointer-events: none;
}

.dlx-exc-price-box h4,
.dlx-exc-info-box h4 {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 22px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(201,155,98,.28);
}

.dlx-exc-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px 24px;
	align-items: end;
	padding: 0;
}

.dlx-exc-price-row + .dlx-exc-price-row {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(92, 68, 39, .10);
}

.dlx-exc-price-row span {
	color: var(--dlx-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.dlx-exc-price-row strong {
	color: var(--dlx-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.dlx-exc-price-row em {
	grid-column: 1 / -1;
	max-width: 620px;
	margin: 0;
	color: var(--dlx-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
}

.dlx-exc-info-box p {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin: 0;
	padding: 13px 0;
	color: var(--dlx-text);
	font-size: 15px;
	line-height: 1.55;
	border-bottom: 1px solid rgba(92, 68, 39, .10);
}

.dlx-exc-info-box p:first-of-type {
	padding-top: 0;
}

.dlx-exc-info-box p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.dlx-exc-info-box p span,
.dlx-exc-condition-item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 5px 8px;
	color: var(--dlx-ink);
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em;
	text-transform: uppercase;
	border: 1px solid rgba(201,155,98,.18);
	border-radius: 999px;
	background: rgba(255,255,255,.78);
}

.dlx-exc-info-box p span {
	width: 76px;
}

/* ================================
   07. IMAGE GRID / PLACES
================================ */

.dlx-exc-image-grid-block {
	width: min(100% - 48px, 1180px);
	max-width: 1180px;
	margin: 0 auto 72px;
}

.dlx-exc-image-grid-block > .dlx-exc-section-title {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
	font-size: clamp(34px, 3.6vw, 54px);
}

.dlx-exc-image-grid-block > .dlx-exc-section-title::after {
	content: "";
	display: block;
	width: 72px;
	height: 1px;
	margin: 22px auto 0;
	background: linear-gradient(90deg, transparent, var(--dlx-gold), transparent);
}

.dlx-exc-image-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 145px;
	gap: 10px;
	width: 100%;
	margin: 0 auto;
}

.dlx-exc-image-grid img {
	min-height: 0;
	max-width: none;
	border: 1px solid rgba(23, 19, 15, .08);
	border-radius: 14px;
	background: var(--dlx-cream);
	box-shadow: 0 12px 30px rgba(18, 14, 10, .08);
	filter: saturate(.92) contrast(.98) brightness(.98);
	transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.dlx-exc-image-grid img:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 46px rgba(18, 14, 10, .14);
	filter: saturate(1) contrast(1) brightness(1);
}

.dlx-exc-image-grid img:nth-child(1) { grid-column: 1 / span 4; grid-row: 1 / span 3; }
.dlx-exc-image-grid img:nth-child(2) { grid-column: 5 / span 4; grid-row: 1 / span 1; }
.dlx-exc-image-grid img:nth-child(3) { grid-column: 9 / span 4; grid-row: 1 / span 1; }
.dlx-exc-image-grid img:nth-child(4) { grid-column: 5 / span 3; grid-row: 2 / span 1; }
.dlx-exc-image-grid img:nth-child(5) { grid-column: 8 / span 3; grid-row: 2 / span 1; }
.dlx-exc-image-grid img:nth-child(6) { grid-column: 11 / span 2; grid-row: 2 / span 1; }
.dlx-exc-image-grid img:nth-child(7) { grid-column: 5 / span 8; grid-row: 3 / span 1; }
.dlx-exc-image-grid img:nth-child(n+8) { display: none; }

/* ================================
   08. HIGHLIGHTS / INCLUDED / ADDONS / CONDITIONS
================================ */

.dlx-exc-highlight-grid,
.dlx-exc-included-grid {
	display: grid;
	width: min(100%, 1160px);
	margin: 0 auto;
}

.dlx-exc-highlight-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.dlx-exc-highlight-card {
	overflow: hidden;
	border: 1px solid var(--dlx-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--dlx-shadow-soft);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dlx-exc-highlight-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201,155,98,.22);
	box-shadow: var(--dlx-shadow-card);
}

.dlx-exc-highlight-card img {
	height: 220px;
	transition: transform .55s ease;
}

.dlx-exc-highlight-card:hover img {
	transform: scale(1.04);
}

.dlx-exc-highlight-card__body {
	padding: 20px;
}

.dlx-exc-highlight-card h3,
.dlx-exc-included-card h3,
.dlx-exc-addon-row h3,
.dlx-exc-condition-item h3 {
	margin: 0 0 8px;
	color: var(--dlx-ink);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.01em;
}

.dlx-exc-highlight-card p,
.dlx-exc-included-card p,
.dlx-exc-addon-row p,
.dlx-exc-condition-item p {
	margin: 0;
	color: var(--dlx-text);
	font-size: 14px;
	line-height: 1.58;
}

.dlx-exc-included-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.dlx-exc-included-card {
	min-height: 156px;
	padding: 22px 13px 18px;
	text-align: center;
	border: 1px solid var(--dlx-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(18,14,10,.055);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dlx-exc-included-card:hover {
	transform: translateY(-3px);
	border-color: rgba(201,155,98,.24);
	box-shadow: var(--dlx-shadow-soft);
}

.dlx-exc-included-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0 auto 11px;
	place-items: center;
	color: var(--dlx-gold-dark);
	border-radius: 50%;
	background: var(--dlx-gold-soft);
}

.dlx-exc-included-card__icon svg {
	width: 23px;
	height: 23px;
}

.dlx-exc-included-card h3 {
	font-size: 14px;
}

.dlx-exc-included-card p {
	font-size: 12px;
	line-height: 1.48;
}

.dlx-exc-addon-list,
.dlx-exc-condition-box {
	width: min(100%, 980px);
	margin: 0 auto;
}

.dlx-exc-addon-list {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--dlx-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--dlx-shadow-card);
}

.dlx-exc-addon-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: start;
	padding: 22px 26px;
	border-bottom: 1px solid var(--dlx-line);
	background: #fff;
}

.dlx-exc-addon-row:last-child {
	border-bottom: 0;
}

.dlx-exc-addon-row strong {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 6px 11px;
	color: var(--dlx-gold-dark);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	border-radius: 999px;
	background: var(--dlx-gold-soft);
}

.dlx-exc-addon-row small {
	display: block;
	margin-top: 7px;
	color: var(--dlx-muted);
	font-size: 13px;
	line-height: 1.48;
}

.dlx-exc-conditions {
	padding-top: 76px;
}

.dlx-exc-conditions .dlx-exc-container--narrow {
	width: min(100% - 48px, 1120px);
	max-width: 1120px;
}

.dlx-exc-condition-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
	max-width: 1120px;
	padding: 28px;
	border-radius: 24px;
	background: #fff;
}

.dlx-exc-condition-box > .dlx-exc-section-kicker {
	grid-column: 1 / -1;
	margin: 0 0 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(23, 19, 15, .08);
}

.dlx-exc-condition-item {
	position: relative;
	display: block;
	padding: 22px 22px 24px;
	border: 1px solid rgba(23, 19, 15, .08);
	border-radius: 18px;
	background: var(--dlx-paper);
	box-shadow: 0 10px 28px rgba(18, 14, 10, .045);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.dlx-exc-condition-item:hover {
	transform: translateY(-3px);
	border-color: rgba(201, 155, 98, .24);
	box-shadow: 0 18px 44px rgba(18, 14, 10, .09);
}

.dlx-exc-condition-item:first-of-type {
	background: linear-gradient(135deg, #fffaf3 0%, #f7efe3 100%);
	border-color: rgba(201, 155, 98, .20);
}

.dlx-exc-condition-item:last-child:nth-child(even) {
	grid-column: 1 / -1;
}

.dlx-exc-condition-item > span {
	width: auto;
	margin: 0 0 14px;
	color: var(--dlx-gold-dark);
	background: var(--dlx-gold-soft);
}

.dlx-exc-condition-item h3 {
	font-size: 19px;
}

.dlx-exc-condition-item p {
	font-size: 15px;
	line-height: 1.62;
}

/* ================================
   09. CTA
================================ */

.dlx-exc-cta {
	position: relative;
	margin-top: 86px;
	padding: 78px 0;
	overflow: hidden;
	isolation: isolate;
	background: var(--dlx-black);
}

.dlx-exc-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		radial-gradient(circle at 18% 20%, rgba(201,155,98,.22), transparent 28%),
		linear-gradient(90deg, rgba(0,0,0,.98), rgba(0,0,0,.78), rgba(0,0,0,.62)),
		var(--dlx-cta);
	background-position: center;
	background-size: cover;
}

.dlx-exc-cta__grid {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 52px;
	align-items: center;
	width: min(100% - 48px, 1160px);
	margin: 0 auto;
}

.dlx-exc-cta__copy h2 {
	margin: 12px 0 16px;
	color: #fff;
	font-size: clamp(42px, 4.8vw, 74px);
	font-weight: 500;
	line-height: .98;
	letter-spacing: -.052em;
}

.dlx-exc-cta__copy p {
	max-width: 560px;
	margin: 0;
	color: rgba(255,255,255,.78);
	font-size: 17px;
	line-height: 1.72;
}

.dlx-exc-cta__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.dlx-exc-cta__benefits span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 12px;
	color: rgba(255,255,255,.84);
	font-size: 13px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
}

.dlx-exc-cta__benefits svg {
	width: 16px;
	height: 16px;
	color: var(--dlx-gold);
}

.dlx-exc-cta__form {
	padding: 26px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	background: rgba(0,0,0,.68);
	box-shadow: 0 34px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(201,155,98,.08) inset;
}

.dlx-exc-cta__fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	color: #120e0a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 12px;
	background: linear-gradient(135deg, #d7a760, var(--dlx-gold));
}

/* ================================
   10. LIGHTBOX / REVEAL
================================ */

[data-dlx-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s ease;
}

[data-dlx-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

html.dlx-lightbox-open,
body.dlx-lightbox-open {
	overflow: hidden;
}

.dlx-exc-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(10, 10, 10, .92);
	backdrop-filter: blur(6px);
}

.dlx-exc-lightbox.is-open {
	display: flex;
}

.dlx-exc-lightbox__stage {
	position: relative;
	display: grid;
	width: min(100%, 1180px);
	max-height: 100%;
	gap: 14px;
	justify-items: center;
}

.dlx-exc-lightbox__image {
	max-width: 100%;
	max-height: calc(100vh - 140px);
	border-radius: 18px;
	background: #111;
	box-shadow: 0 28px 80px rgba(0,0,0,.45);
}

.dlx-exc-lightbox__meta {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: rgba(255,255,255,.86);
	font-size: 14px;
	line-height: 1.5;
}

.dlx-exc-lightbox__caption {
	flex: 1 1 auto;
}

.dlx-exc-lightbox__counter {
	flex: 0 0 auto;
	color: #efc780;
	font-weight: 600;
	white-space: nowrap;
}

.dlx-exc-lightbox__close,
.dlx-exc-lightbox__prev,
.dlx-exc-lightbox__next {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.10);
	backdrop-filter: blur(4px);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.dlx-exc-lightbox__close:hover,
.dlx-exc-lightbox__prev:hover,
.dlx-exc-lightbox__next:hover {
	background: rgba(255,255,255,.18);
	transform: scale(1.04);
}

.dlx-exc-lightbox__close {
	top: 24px;
	right: 24px;
	font-size: 28px;
	line-height: 1;
}

.dlx-exc-lightbox__prev,
.dlx-exc-lightbox__next {
	top: 50%;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-50%);
}

.dlx-exc-lightbox__prev {
	left: 24px;
}

.dlx-exc-lightbox__next {
	right: 24px;
}

/* ================================
   11. RESPONSIVE
================================ */

@media (max-width: 1280px) {
	.dlx-exc-format-panel__hero {
		grid-template-columns: minmax(460px, 1fr) minmax(380px, .92fr);
		gap: 42px;
	}

	.dlx-exc-format-panel__intro h3 {
		font-size: clamp(44px, 4.5vw, 64px);
	}

	.dlx-exc-format-panel__thumb {
		flex-basis: 100px;
		width: 100px;
	}
}

@media (max-width: 1200px) {
	.dlx-exc-highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dlx-exc-included-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dlx-exc-cta__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.dlx-exc-format-links {
		grid-template-columns: 1fr;
		width: min(100% - 40px, 760px);
	}

	.dlx-exc-format-links a.dlx-exc-format-card {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.dlx-exc-format-card__media {
		width: 160px;
	}

	.dlx-exc-format-sections {
		width: min(100% - 40px, 900px);
	}

	.dlx-exc-format-panel__hero {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dlx-exc-format-panel__media {
		aspect-ratio: 1.78 / 1;
	}

	.dlx-exc-format-panel__specs {
		max-width: 100%;
	}

	.dlx-exc-route-list::before,
	.dlx-exc-route-step::before {
		display: none;
	}

	.dlx-exc-route-step {
		grid-template-columns: 170px minmax(0, 1fr);
		gap: 26px;
	}

	.dlx-exc-format-columns {
		width: 100%;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.dlx-exc-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dlx-exc-fact:nth-child(2n) {
		border-right: 0;
	}

	.dlx-exc-fact:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid var(--dlx-line);
	}

	.dlx-exc-text-image {
		grid-template-columns: 1fr;
		width: min(100%, 920px);
		gap: 30px;
	}

	.dlx-exc-text-image__media {
		height: 360px;
		min-height: 360px;
	}

	.dlx-exc-text-image__content {
		padding: 10px 0 0 34px;
	}

	.dlx-exc-image-grid {
		grid-template-columns: repeat(6, 1fr);
		grid-auto-rows: 150px;
	}

	.dlx-exc-image-grid img:nth-child(1) { grid-column: 1 / span 3; grid-row: 1 / span 2; }
	.dlx-exc-image-grid img:nth-child(2) { grid-column: 4 / span 3; grid-row: 1 / span 1; }
	.dlx-exc-image-grid img:nth-child(3) { grid-column: 4 / span 3; grid-row: 2 / span 1; }
	.dlx-exc-image-grid img:nth-child(4),
	.dlx-exc-image-grid img:nth-child(5),
	.dlx-exc-image-grid img:nth-child(6),
	.dlx-exc-image-grid img:nth-child(7) {
		grid-column: span 3;
		grid-row: span 1;
	}
}

@media (max-width: 900px) {
	.dlx-exc-condition-box {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.dlx-exc-condition-item:last-child:nth-child(even) {
		grid-column: auto;
	}
}

@media (max-width: 760px) {
	.dlx-exc-container,
	.dlx-exc-container--narrow,
	.dlx-exc-hero__inner,
	.dlx-exc-cta__grid,
	.dlx-exc-format-links,
	.dlx-exc-format-sections,
	.dlx-exc-image-grid-block,
	.dlx-exc-conditions .dlx-exc-container--narrow {
		width: min(100% - 28px, var(--container-max-width));
		margin-left: auto;
		margin-right: auto;
	}

	.dlx-exc-content,
	.dlx-exc-section,
	.dlx-exc-formats--anchors,
	.dlx-exc-conditions {
		padding-top: 58px;
	}

	.dlx-exc-heading,
	.dlx-exc-section-head {
		margin-bottom: 28px;
	}

	.dlx-exc-richtext {
		font-size: 16px;
		line-height: 1.68;
	}

	.dlx-exc-section-title,
	.dlx-exc-text-block .dlx-exc-section-title,
	.dlx-exc-text-image__content .dlx-exc-section-title {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.04;
	}

	.dlx-exc-hero {
		min-height: 620px;
		padding: 136px 0 102px;
	}

	.dlx-exc-hero::before {
		background:
			linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.52)),
			linear-gradient(0deg, rgba(0,0,0,.84), transparent 55%);
	}

	.dlx-exc-hero__title {
		font-size: clamp(46px, 13vw, 64px);
	}

	.dlx-exc-hero__subtitle {
		font-size: 16px;
		line-height: 1.62;
	}

	.dlx-exc-hero__mini-gallery {
		display: none;
	}

	.dlx-exc-facts-wrap {
		margin-top: -30px;
	}

	.dlx-exc-facts {
		grid-template-columns: 1fr;
		border-radius: 18px;
	}

	.dlx-exc-fact,
	.dlx-exc-fact:nth-child(2n),
	.dlx-exc-fact:last-child {
		grid-column: auto;
		min-height: 84px;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid var(--dlx-line);
	}

	.dlx-exc-fact:last-child {
		border-bottom: 0;
	}

	.dlx-exc-text-block,
	.dlx-exc-text-image {
		margin-bottom: 56px;
	}

	.dlx-exc-text-block .dlx-exc-richtext,
	.dlx-exc-text-block .dlx-exc-richtext p:first-child,
	.dlx-exc-text-image__content .dlx-exc-richtext {
		font-size: 16px;
		line-height: 1.65;
	}

	.dlx-exc-text-image__media {
		height: 300px;
		min-height: 300px;
		border-radius: 20px;
	}

	.dlx-exc-text-image__content {
		padding: 0;
		border-left: 0;
	}

	.dlx-exc-text-image__content::before {
		display: none;
	}

	.dlx-exc-text-image__content .dlx-exc-section-title {
		margin-left: auto;
		margin-right: auto;
	}

	.dlx-exc-formats--anchors {
		padding-bottom: 70px;
	}

	.dlx-exc-format-links a.dlx-exc-format-card {
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 138px;
		border-radius: 17px;
	}

	.dlx-exc-format-card__media {
		width: 112px;
		min-height: 138px;
	}

	.dlx-exc-format-card__body {
		padding: 16px 14px;
	}

	.dlx-exc-format-card__title {
		font-size: 16px;
	}

	.dlx-exc-format-card__subtitle {
		font-size: 12px;
	}

	.dlx-exc-format-card__go {
		display: none;
	}

	.dlx-exc-format-section {
		padding: 18px;
		border-radius: 22px;
		scroll-margin-top: 88px;
	}

	.dlx-exc-format-panel__hero {
		gap: 26px;
		padding-bottom: 26px;
		margin-bottom: 26px;
	}

	.dlx-exc-format-panel__media {
		aspect-ratio: 1.34 / 1;
		border-radius: 16px;
	}

	.dlx-exc-format-panel__thumbs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 0;
	}

	.dlx-exc-format-panel__thumbs::before,
	.dlx-exc-format-panel__thumbs::after {
		display: none;
	}

	.dlx-exc-format-panel__thumb {
		width: 100%;
		height: 92px;
		flex: none;
	}

	.dlx-exc-format-panel__eyebrow {
		margin-bottom: 18px;
		font-size: 9px;
		letter-spacing: .25em;
	}

	.dlx-exc-format-panel__eyebrow::after {
		margin-top: 14px;
	}

	.dlx-exc-format-panel__intro h3 {
		font-size: clamp(34px, 10vw, 46px);
		line-height: 1;
	}

	.dlx-exc-format-panel__subtitle {
		font-size: 16px;
	}

	.dlx-exc-format-panel__intro p,
	.dlx-exc-format-panel p {
		margin-bottom: 24px;
		font-size: 15.5px;
		line-height: 1.62;
	}

	.dlx-exc-format-panel__specs {
		grid-template-columns: 1fr;
	}

	.dlx-exc-format-panel__specs span {
		justify-content: flex-start;
		min-height: 60px;
		border-right: 0;
		border-bottom: 1px solid rgba(92, 68, 39, .13);
	}

	.dlx-exc-format-panel__specs span:last-child {
		border-bottom: 0;
	}

	.dlx-exc-format-detail {
		padding: 30px 20px 22px;
	}

	.dlx-exc-format-detail h4 {
		font-size: 10px;
		letter-spacing: .20em;
		padding: 0 14px;
	}

	.dlx-exc-route-step {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 18px 0;
	}

	.dlx-exc-route-step__time {
		justify-content: flex-start;
		text-align: left;
		font-size: 10px;
	}

	.dlx-exc-route-step strong {
		font-size: 19px;
	}

	.dlx-exc-route-step p {
		font-size: 14.5px;
	}

	.dlx-exc-price-box,
	.dlx-exc-info-box,
	.dlx-exc-condition-box {
		padding: 22px;
		border-radius: 15px;
	}

	.dlx-exc-price-row,
	.dlx-exc-info-box p,
	.dlx-exc-addon-row,
	.dlx-exc-condition-item {
		grid-template-columns: 1fr;
	}

	.dlx-exc-price-row {
		gap: 8px;
	}

	.dlx-exc-price-row strong {
		font-size: 25px;
		white-space: normal;
	}

	.dlx-exc-info-box p {
		gap: 8px;
	}

	.dlx-exc-highlight-grid,
	.dlx-exc-included-grid,
	.dlx-exc-condition-box {
		grid-template-columns: 1fr;
	}

	.dlx-exc-highlight-card img {
		height: 220px;
	}

	.dlx-exc-addon-row {
		gap: 10px;
	}

	.dlx-exc-condition-item h3 {
		font-size: 18px;
	}

	.dlx-exc-condition-item p {
		font-size: 14px;
		line-height: 1.56;
	}

	.dlx-exc-image-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 145px;
		gap: 8px;
	}

	.dlx-exc-image-grid img:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.dlx-exc-image-grid img:nth-child(1) {
		grid-column: 1 / -1;
		grid-row: span 2;
	}

	.dlx-exc-image-grid img {
		border-radius: 12px;
	}

	.dlx-exc-cta {
		margin-top: 66px;
		padding: 56px 0;
	}

	.dlx-exc-lightbox {
		padding: 20px;
	}

	.dlx-exc-lightbox__image {
		max-height: calc(100vh - 120px);
		border-radius: 14px;
	}

	.dlx-exc-lightbox__meta {
		flex-direction: column;
		align-items: flex-start;
		font-size: 13px;
	}

	.dlx-exc-lightbox__close,
	.dlx-exc-lightbox__prev,
	.dlx-exc-lightbox__next {
		width: 42px;
		height: 42px;
	}

	.dlx-exc-lightbox__close {
		top: 14px;
		right: 14px;
	}
}
/* =========================================================
   FIX — FORMAT BOTTOM AREA / ROUTE + PRICE + INFO
   Put this block at the END of the excursion CSS file.
   Goal: make the lower part feel like one continuous editorial block.
========================================================= */

.dlx-exc .dlx-exc-format-detail {
	position: relative !important;
	margin: 8px 0 0 !important;
	padding: 36px 52px 30px !important;

	border: 1px solid rgba(92, 68, 39, .14) !important;
	border-bottom-color: rgba(92, 68, 39, .10) !important;
	border-radius: 18px 18px 0 0 !important;

	background: rgba(255, 255, 255, .54) !important;
	box-shadow: none !important;
}

.dlx-exc .dlx-exc-format-detail h4 {
	position: absolute !important;
	top: -10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	margin: 0 !important;
	padding: 0 30px !important;

	color: var(--dlx-viz-gold, #a97032) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .34em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;

	background: linear-gradient(180deg, rgba(255,255,255,.92), #fffaf3) !important;
}

.dlx-exc .dlx-exc-format-detail h4::before,
.dlx-exc .dlx-exc-format-detail h4::after {
	content: "" !important;
	display: block !important;
	width: 86px !important;
	height: 1px !important;
	background: linear-gradient(90deg, transparent, rgba(201,155,98,.55)) !important;
}

.dlx-exc .dlx-exc-format-detail h4::before {
	margin-right: 22px !important;
}

.dlx-exc .dlx-exc-format-detail h4::after {
	margin-left: 22px !important;
	transform: rotate(180deg) !important;
}

/* Route rows: calmer, more connected with the lower panel */
.dlx-exc .dlx-exc-route-list {
	position: relative !important;
	display: grid !important;
	gap: 0 !important;
	padding: 0 !important;
}

.dlx-exc .dlx-exc-route-list::before {
	content: "" !important;
	position: absolute !important;
	left: 222px !important;
	top: 22px !important;
	bottom: 22px !important;
	width: 1px !important;
	background: linear-gradient(to bottom, transparent, rgba(201,155,98,.36), transparent) !important;
}

.dlx-exc .dlx-exc-route-step {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 190px minmax(0, 1fr) !important;
	gap: 46px !important;
	align-items: start !important;

	margin: 0 !important;
	padding: 17px 0 !important;

	border-bottom: 1px solid rgba(92, 68, 39, .10) !important;
}

.dlx-exc .dlx-exc-route-step:last-child {
	border-bottom: 0 !important;
}

.dlx-exc .dlx-exc-route-step::before {
	content: "" !important;
	position: absolute !important;
	left: 217px !important;
	top: 24px !important;
	z-index: 2 !important;

	width: 10px !important;
	height: 10px !important;

	border-radius: 50% !important;
	background: var(--dlx-viz-gold-2, #c99b62) !important;
	box-shadow: 0 0 0 8px rgba(255,250,243,.96) !important;
}

.dlx-exc .dlx-exc-route-step__time {
	display: flex !important;
	justify-content: flex-end !important;
	padding-top: 2px !important;

	color: var(--dlx-viz-gold, #a97032) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: .20em !important;
	text-align: right !important;
	text-transform: uppercase !important;
}

.dlx-exc .dlx-exc-route-step strong {
	display: block !important;
	margin: 0 0 6px !important;

	color: var(--dlx-viz-ink, #17130f) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.18 !important;
	letter-spacing: -.015em !important;
}

.dlx-exc .dlx-exc-route-step p {
	max-width: 920px !important;
	margin: 0 !important;

	color: var(--dlx-viz-text, rgba(23,19,15,.68)) !important;
	font-size: 15px !important;
	line-height: 1.58 !important;
}

/* Unified lower panel */
.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, .92fr) !important;
	gap: 0 !important;
	align-items: stretch !important;

	width: 100% !important;
	margin: -1px 0 0 !important;
	padding: 0 !important;
	overflow: hidden !important;

	border: 1px solid rgba(92, 68, 39, .14) !important;
	border-top: 0 !important;
	border-radius: 0 0 18px 18px !important;

	background: rgb(255 250 243 / 21%) !important;
	box-shadow:
		0 20px 54px rgba(35, 27, 18, .075),
		0 1px 0 rgba(255,255,255,.72) inset !important;
}

.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-price-box,
.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-info-box {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 30px 34px !important;

	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-price-box {
	border-right: 1px solid rgba(92, 68, 39, .12) !important;
}

.dlx-exc .dlx-exc-price-box h4,
.dlx-exc .dlx-exc-info-box h4 {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;

	margin: 0 0 24px !important;
	padding: 0 !important;

	color: var(--dlx-viz-gold, #a97032) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .34em !important;
	text-transform: uppercase !important;
	border: 0 !important;
}

.dlx-exc .dlx-exc-price-box h4::after,
.dlx-exc .dlx-exc-info-box h4::after {
	content: "" !important;
	display: block !important;
	height: 1px !important;
	flex: 1 1 auto !important;
	background: linear-gradient(90deg, rgba(201,155,98,.40), transparent) !important;
}

/* Price card should not look empty */
.dlx-exc .dlx-exc-price-box {
	position: relative !important;
}

.dlx-exc .dlx-exc-price-box::before {
	content: "" !important;
	position: absolute !important;
	right: 28px !important;
	bottom: 24px !important;
	width: 170px !important;
	height: 118px !important;
	opacity: .08 !important;
	pointer-events: none !important;
	background:
		radial-gradient(circle at 76% 22%, transparent 0 17px, #c99b62 18px 19px, transparent 20px),
		linear-gradient(135deg, transparent 0 45%, #c99b62 46% 47%, transparent 48%),
		linear-gradient(45deg, transparent 0 62%, #c99b62 63% 64%, transparent 65%) !important;
}

.dlx-exc .dlx-exc-price-row {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 10px 26px !important;
	align-items: end !important;

	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.dlx-exc .dlx-exc-price-row + .dlx-exc-price-row {
	margin-top: 20px !important;
	padding-top: 20px !important;
	border-top: 1px solid rgba(92, 68, 39, .10) !important;
}

.dlx-exc .dlx-exc-price-row span {
	color: var(--dlx-viz-ink, #17130f) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
}

.dlx-exc .dlx-exc-price-row strong {
	color: var(--dlx-viz-ink, #17130f) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(25px, 1vw, 34px) !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: -.035em !important;
	white-space: nowrap !important;
}

.dlx-exc .dlx-exc-price-row em {
	grid-column: 1 / -1 !important;
	max-width: 620px !important;
	margin: 2px 0 0 !important;

	color: var(--dlx-viz-muted, rgba(23,19,15,.52)) !important;
	font-size: 14px !important;
	font-style: normal !important;
	line-height: 1.5 !important;
}

/* Info rows: less “admin table”, more editorial */
.dlx-exc .dlx-exc-info-box p {
	display: grid !important;
	grid-template-columns: 104px minmax(0, 1fr) !important;
	gap: 18px !important;
	align-items: start !important;

	margin: 0 !important;
	padding: 13px 0 !important;

	color: var(--dlx-viz-text, rgba(23,19,15,.68)) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;

	border-bottom: 1px solid rgba(92, 68, 39, .10) !important;
}

.dlx-exc .dlx-exc-info-box p:first-of-type {
	padding-top: 0 !important;
}

.dlx-exc .dlx-exc-info-box p:last-child {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.dlx-exc .dlx-exc-info-box p span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 86px !important;
	min-height: 25px !important;
	margin: 0 !important;
	padding: 5px 9px !important;

	color: var(--dlx-viz-ink, #17130f) !important;
	font-size: 9px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .06em !important;
	text-transform: uppercase !important;

	border-radius: 999px !important;
	border: 1px solid rgba(201,155,98,.20) !important;
	background: rgba(255,255,255,.72) !important;
}

/* Responsive */
@media (max-width: 1100px) {
	.dlx-exc .dlx-exc-route-list::before,
	.dlx-exc .dlx-exc-route-step::before {
		display: none !important;
	}

	.dlx-exc .dlx-exc-route-step {
		grid-template-columns: 170px minmax(0, 1fr) !important;
		gap: 26px !important;
	}

	.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns {
		grid-template-columns: 1fr !important;
	}

	.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-price-box {
		border-right: 0 !important;
		border-bottom: 1px solid rgba(92, 68, 39, .12) !important;
	}
}

@media (max-width: 760px) {
	.dlx-exc .dlx-exc-format-detail {
		padding: 30px 20px 22px !important;
		border-radius: 16px 16px 0 0 !important;
	}

	.dlx-exc .dlx-exc-format-detail h4 {
		font-size: 10px !important;
		letter-spacing: .20em !important;
		padding: 0 14px !important;
	}

	.dlx-exc .dlx-exc-format-detail h4::before,
	.dlx-exc .dlx-exc-format-detail h4::after {
		width: 28px !important;
	}

	.dlx-exc .dlx-exc-route-step {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		padding: 17px 0 !important;
	}

	.dlx-exc .dlx-exc-route-step__time {
		justify-content: flex-start !important;
		text-align: left !important;
		font-size: 10px !important;
	}

	.dlx-exc .dlx-exc-route-step strong {
		font-size: 19px !important;
	}

	.dlx-exc .dlx-exc-route-step p {
		font-size: 14.5px !important;
		line-height: 1.58 !important;
	}

	.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns {
		border-radius: 0 0 16px 16px !important;
	}

	.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-price-box,
	.dlx-exc .dlx-exc-format-detail + .dlx-exc-format-columns .dlx-exc-info-box {
		padding: 23px 20px !important;
	}

	.dlx-exc .dlx-exc-price-box h4,
	.dlx-exc .dlx-exc-info-box h4 {
		font-size: 10px !important;
		letter-spacing: .22em !important;
	}

	.dlx-exc .dlx-exc-price-row {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.dlx-exc .dlx-exc-price-row strong {
		font-size: 26px !important;
	}

	.dlx-exc .dlx-exc-info-box p {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.dlx-exc .dlx-exc-info-box p span {
		width: fit-content !important;
	}
}
/* =========================================================
   DRIVELUX — Atmosfere veneziane / Image Grid Gallery Fix
   Place at the END of p-tours-excursions-optimized.css
========================================================= */

.dlx-exc .dlx-exc-image-grid-block {
	position: relative;
	width: min(100% - 64px, 1320px);
	max-width: 1320px;
	margin: 0 auto 92px;
	padding: 0;
}

.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title {
	position: relative;
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
	color: #15120f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 4.4vw, 68px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.045em;
}

.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title::after {
	content: "";
	display: block;
	width: 76px;
	height: 1px;
	margin: 24px auto 0;
	background: linear-gradient(90deg, transparent, #c99b62, transparent);
}

.dlx-exc .dlx-exc-image-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(4, 116px);
	gap: 12px;
	width: 100%;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(92, 68, 39, .10);
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 12%, rgba(201,155,98,.12), transparent 32%),
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,243,.82));
	box-shadow: 0 30px 90px rgba(35, 27, 18, .10);
}

.dlx-exc .dlx-exc-image-grid::before {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(201,155,98,.10);
	border-radius: 24px;
	pointer-events: none;
}

.dlx-exc .dlx-exc-image-grid img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-width: none;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
	border: 1px solid rgba(255,255,255,.54);
	border-radius: 18px;
	background: #15110d;
	box-shadow: 0 16px 42px rgba(35, 27, 18, .12);
	filter: saturate(.92) contrast(.98) brightness(.98);
	cursor: zoom-in;
	transition: transform .35s ease, box-shadow .35s ease, filter .35s ease, opacity .35s ease;
}

.dlx-exc .dlx-exc-image-grid img:hover,
.dlx-exc .dlx-exc-image-grid img:focus {
	z-index: 3;
	transform: translateY(-4px) scale(1.012);
	box-shadow: 0 24px 64px rgba(35, 27, 18, .18);
	filter: saturate(1) contrast(1.02) brightness(1);
	outline: none;
}

/* Editorial collage: works well with 7 images */
.dlx-exc .dlx-exc-image-grid img:nth-child(1) {
	grid-column: 1 / span 5;
	grid-row: 1 / span 4;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(2) {
	grid-column: 6 / span 3;
	grid-row: 1 / span 2;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(3) {
	grid-column: 9 / span 4;
	grid-row: 1 / span 2;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(4) {
	grid-column: 6 / span 4;
	grid-row: 3 / span 2;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(5) {
	grid-column: 10 / span 3;
	grid-row: 3 / span 1;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(6) {
	grid-column: 10 / span 3;
	grid-row: 4 / span 1;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
	grid-column: 6 / span 7;
	grid-row: 5 / span 2;
	height: 240px;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(n+8) {
	display: none;
}

/* Lightbox created by JS */
html.dlx-grid-lightbox-open,
body.dlx-grid-lightbox-open {
	overflow: hidden;
}

.dlx-grid-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 42px;
	background: rgba(7, 7, 7, .92);
	backdrop-filter: blur(8px);
}

.dlx-grid-lightbox.is-open {
	display: flex;
}

.dlx-grid-lightbox__stage {
	position: relative;
	display: grid;
	gap: 14px;
	justify-items: center;
	width: min(100%, 1220px);
	max-height: 100%;
}

.dlx-grid-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 150px);
	border-radius: 18px;
	background: #111;
	box-shadow: 0 34px 90px rgba(0,0,0,.48);
}

.dlx-grid-lightbox__meta {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	width: min(100%, 1220px);
	color: rgba(255,255,255,.84);
	font-size: 14px;
	line-height: 1.5;
}

.dlx-grid-lightbox__counter {
	color: #efc780;
	font-weight: 600;
	white-space: nowrap;
}

.dlx-grid-lightbox__close,
.dlx-grid-lightbox__prev,
.dlx-grid-lightbox__next {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(5px);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.dlx-grid-lightbox__close:hover,
.dlx-grid-lightbox__prev:hover,
.dlx-grid-lightbox__next:hover {
	background: rgba(255,255,255,.20);
	transform: scale(1.04);
}

.dlx-grid-lightbox__close {
	top: 22px;
	right: 22px;
	font-size: 28px;
}

.dlx-grid-lightbox__prev,
.dlx-grid-lightbox__next {
	top: 50%;
	font-size: 26px;
	transform: translateY(-50%);
}

.dlx-grid-lightbox__prev:hover,
.dlx-grid-lightbox__next:hover {
	transform: translateY(-50%) scale(1.04);
}

.dlx-grid-lightbox__prev {
	left: 22px;
}

.dlx-grid-lightbox__next {
	right: 22px;
}

@media (max-width: 1100px) {
	.dlx-exc .dlx-exc-image-grid-block {
		width: min(100% - 40px, 940px);
	}

	.dlx-exc .dlx-exc-image-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-template-rows: repeat(5, 132px);
		padding: 22px;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(1) {
		grid-column: 1 / span 3;
		grid-row: 1 / span 3;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(2) {
		grid-column: 4 / span 3;
		grid-row: 1 / span 1;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(3) {
		grid-column: 4 / span 3;
		grid-row: 2 / span 2;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(4),
	.dlx-exc .dlx-exc-image-grid img:nth-child(5),
	.dlx-exc .dlx-exc-image-grid img:nth-child(6),
	.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
		grid-column: span 3;
		grid-row: span 1;
		height: 100%;
	}
}

@media (max-width: 760px) {
	.dlx-exc .dlx-exc-image-grid-block {
		width: min(100% - 28px, 760px);
		margin-bottom: 64px;
	}

	.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title {
		margin-bottom: 28px;
		font-size: clamp(34px, 10vw, 46px);
	}

	.dlx-exc .dlx-exc-image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 8px;
		padding: 14px;
		border-radius: 22px;
	}

	.dlx-exc .dlx-exc-image-grid::before {
		display: none;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		height: 150px;
		border-radius: 13px;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(1),
	.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
		grid-column: 1 / -1;
		height: 230px;
	}

	.dlx-grid-lightbox {
		padding: 18px;
	}

	.dlx-grid-lightbox__image {
		max-height: calc(100vh - 120px);
		border-radius: 14px;
	}

	.dlx-grid-lightbox__meta {
		font-size: 13px;
		flex-direction: column;
		align-items: flex-start;
	}

	.dlx-grid-lightbox__close {
		top: 14px;
		right: 14px;
		width: 42px;
		height: 42px;
	}

	.dlx-grid-lightbox__prev,
	.dlx-grid-lightbox__next {
		width: 42px;
		height: 42px;
	}
}
/* =========================================================
   FIX — Format cards image full cover
   Put at the END of CSS file
========================================================= */

.dlx-exc .dlx-exc-format-card__media {
	position: relative !important;
	display: block !important;
	width: 150px !important;
	height: 100% !important;
	min-height: 142px !important;
	overflow: hidden !important;
	background: #15110d !important;
	line-height: 0 !important;
}

.dlx-exc .dlx-exc-format-card__media img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dlx-exc .dlx-exc-format-links a.dlx-exc-format-card {
	grid-template-columns: 150px minmax(0, 1fr) !important;
	align-items: stretch !important;
}

/* Tablet / mobile */
@media (max-width: 1100px) {
	.dlx-exc .dlx-exc-format-links a.dlx-exc-format-card {
		grid-template-columns: 160px minmax(0, 1fr) !important;
	}

	.dlx-exc .dlx-exc-format-card__media {
		width: 160px !important;
	}
}

@media (max-width: 760px) {
	.dlx-exc .dlx-exc-format-links a.dlx-exc-format-card {
		grid-template-columns: 112px minmax(0, 1fr) !important;
	}

	.dlx-exc .dlx-exc-format-card__media {
		width: 112px !important;
		min-height: 138px !important;
	}
}
/* =========================================================
   DRIVELUX — Atmosfere veneziane / Premium gallery redesign
   Put at the END of CSS file
========================================================= */
html,
body,
.dlx-exc {
	overflow-x: clip !important;
}
.dlx-exc .dlx-exc-image-grid-block {
	position: relative !important;
 
	max-width: none !important;
	width: auto !important;
margin: 16px calc(50% - 50vw) 0px !important;
	padding: 86px max(32px, calc((100vw - 1320px) / 2)) 96px !important;
	overflow: hidden !important;
	
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.75),
		inset 0 -1px 0 rgba(92,68,39,.06) !important;
}

.dlx-exc .dlx-exc-image-grid-block::before {
	content: "" !important;
	position: absolute !important;
	inset: 28px max(20px, calc((100vw - 1400px) / 2)) !important;
	border: 1px solid rgba(201,155,98,.10) !important;
	border-radius: 36px !important;
	pointer-events: none !important;
}

.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title {
	position: relative !important;
	z-index: 2 !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto 36px !important;
	text-align: left !important;
	color: #15120f !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(40px, 4.2vw, 64px) !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: -.045em !important;
}

.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title::before {
	content: "Galleria" !important;
	display: block !important;
	margin: 0 0 12px !important;
	color: #a97032 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .28em !important;
	text-transform: uppercase !important;
}

.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title::after {
	content: "" !important;
	display: block !important;
	width: 86px !important;
	height: 1px !important;
	margin: 22px 0 0 !important;
	background: linear-gradient(90deg, #c99b62, transparent) !important;
}

.dlx-exc .dlx-exc-image-grid {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	grid-template-rows: repeat(5, 112px) !important;
	gap: 12px !important;
	width: min(100%, 1320px) !important;
	margin: 0 auto !important;
	padding: 14px !important;
	overflow: hidden !important;
	border: 1px solid rgba(92,68,39,.11) !important;
	border-radius: 30px !important;
	background: rgba(255,255,255,.58) !important;
	box-shadow: 0 28px 80px rgba(35,27,18,.10) !important;
	backdrop-filter: blur(4px) !important;
}

.dlx-exc .dlx-exc-image-grid::before {
	display: none !important;
}

.dlx-exc .dlx-exc-image-grid img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	border: 1px solid rgba(255,255,255,.62) !important;
	border-radius: 18px !important;
	background: #15110d !important;
	box-shadow: 0 14px 34px rgba(35,27,18,.12) !important;
	filter: saturate(.92) contrast(.98) brightness(.98) !important;
	cursor: zoom-in !important;
	transition:
		transform .38s ease,
		box-shadow .38s ease,
		filter .38s ease !important;
}

.dlx-exc .dlx-exc-image-grid img:hover,
.dlx-exc .dlx-exc-image-grid img:focus {
	z-index: 5 !important;
	transform: translateY(-4px) scale(1.012) !important;
	box-shadow: 0 24px 64px rgba(35,27,18,.20) !important;
	filter: saturate(1) contrast(1.02) brightness(1) !important;
	outline: none !important;
}

/* New balanced collage — no empty hole */
.dlx-exc .dlx-exc-image-grid img:nth-child(1) {
	grid-column: 1 / span 5 !important;
	grid-row: 1 / span 3 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(2) {
	grid-column: 6 / span 3 !important;
	grid-row: 1 / span 2 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(3) {
	grid-column: 9 / span 4 !important;
	grid-row: 1 / span 2 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(4) {
	grid-column: 6 / span 4 !important;
	grid-row: 3 / span 3 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(5) {
	grid-column: 10 / span 3 !important;
	grid-row: 3 / span 1 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(6) {
	grid-column: 10 / span 3 !important;
	grid-row: 4 / span 2 !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
	grid-column: 1 / span 5 !important;
	grid-row: 4 / span 2 !important;
	height: 100% !important;
}

.dlx-exc .dlx-exc-image-grid img:nth-child(n+8) {
	display: none !important;
}

/* Tablet */
@media (max-width: 1100px) {
	.dlx-exc .dlx-exc-image-grid-block {
		margin-bottom: 82px !important;
		padding: 72px 24px 82px !important;
	}

	.dlx-exc .dlx-exc-image-grid-block::before {
		inset: 20px !important;
		border-radius: 28px !important;
	}

	.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title {
		width: min(100%, 940px) !important;
	}

	.dlx-exc .dlx-exc-image-grid {
		width: min(100%, 940px) !important;
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		grid-template-rows: repeat(6, 124px) !important;
		padding: 12px !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(1) {
		grid-column: 1 / span 3 !important;
		grid-row: 1 / span 3 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(2) {
		grid-column: 4 / span 3 !important;
		grid-row: 1 / span 1 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(3) {
		grid-column: 4 / span 3 !important;
		grid-row: 2 / span 2 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(4) {
		grid-column: 1 / span 4 !important;
		grid-row: 4 / span 2 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(5) {
		grid-column: 5 / span 2 !important;
		grid-row: 4 / span 1 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(6) {
		grid-column: 5 / span 2 !important;
		grid-row: 5 / span 1 !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
		grid-column: 1 / span 6 !important;
		grid-row: 6 / span 1 !important;
	}
}

/* Mobile */
@media (max-width: 760px) {
	.dlx-exc .dlx-exc-image-grid-block {
		margin-bottom: 64px !important;
		padding: 56px 14px 64px !important;
	}

	.dlx-exc .dlx-exc-image-grid-block::before {
		display: none !important;
	}

	.dlx-exc .dlx-exc-image-grid-block > .dlx-exc-section-title {
		margin-bottom: 28px !important;
		text-align: left !important;
		font-size: clamp(34px, 10vw, 46px) !important;
	}

	.dlx-exc .dlx-exc-image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: none !important;
		gap: 8px !important;
		padding: 10px !important;
		border-radius: 22px !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(n) {
		grid-column: auto !important;
		grid-row: auto !important;
		height: 150px !important;
		border-radius: 13px !important;
	}

	.dlx-exc .dlx-exc-image-grid img:nth-child(1),
	.dlx-exc .dlx-exc-image-grid img:nth-child(4),
	.dlx-exc .dlx-exc-image-grid img:nth-child(7) {
		grid-column: 1 / -1 !important;
		height: 230px !important;
	}
}
/* =========================================================
   FIX — Format panel gallery with many thumbnails
   Put at the END of excursion CSS
========================================================= */

.dlx-exc .dlx-exc-format-panel__hero {
	grid-template-columns: minmax(0, 58fr) minmax(360px, 42fr) !important;
	gap: clamp(28px, 3.6vw, 58px) !important;
	align-items: center !important;
}

.dlx-exc .dlx-exc-format-panel__visual,
.dlx-exc .dlx-exc-format-panel__intro {
	min-width: 0 !important;
}

.dlx-exc .dlx-exc-format-panel__visual {
	overflow: hidden !important;
}

.dlx-exc .dlx-exc-format-panel__media {
	width: 100% !important;
	aspect-ratio: 1.62 / 1 !important;
}

/* thumbnails: вместо фиксированного flex делаем адаптивную сетку */
.dlx-exc .dlx-exc-format-panel__thumbs {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)) !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* убираем псевдо-стрелки, они ломают ширину ряда */
.dlx-exc .dlx-exc-format-panel__thumbs::before,
.dlx-exc .dlx-exc-format-panel__thumbs::after {
	display: none !important;
	content: none !important;
}

.dlx-exc .dlx-exc-format-panel__thumb {
	display: block !important;
	width: 100% !important;
	height: 74px !important;
	flex: none !important;
	min-width: 0 !important;
	border-radius: 11px !important;
}

.dlx-exc .dlx-exc-format-panel__thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* чуть компактнее текстовый блок, чтобы не наезжал на фото */
.dlx-exc .dlx-exc-format-panel__intro h3 {
	max-width: 620px !important;
	font-size: clamp(42px, 4vw, 58px) !important;
}

.dlx-exc .dlx-exc-format-panel__subtitle,
.dlx-exc .dlx-exc-format-panel__intro p {
	max-width: 620px !important;
}

.dlx-exc .dlx-exc-format-panel__specs {
	max-width: 620px !important;
}

/* tablet */
@media (max-width: 1100px) {
	.dlx-exc .dlx-exc-format-panel__hero {
		grid-template-columns: 1fr !important;
	}

	.dlx-exc .dlx-exc-format-panel__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.dlx-exc .dlx-exc-format-panel__thumb {
		height: 88px !important;
	}

	.dlx-exc .dlx-exc-format-panel__intro h3,
	.dlx-exc .dlx-exc-format-panel__subtitle,
	.dlx-exc .dlx-exc-format-panel__intro p,
	.dlx-exc .dlx-exc-format-panel__specs {
		max-width: 100% !important;
	}
}

/* mobile */
@media (max-width: 760px) {
	.dlx-exc .dlx-exc-format-panel__media {
		aspect-ratio: 1.28 / 1 !important;
	}

	.dlx-exc .dlx-exc-format-panel__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.dlx-exc .dlx-exc-format-panel__thumb {
		height: 92px !important;
	}
}