/* =========================================================
   BLOC BLEU — repris du modèle Norvège fourni par l'agence,
   branché sur les données du voyage (destination, capacité,
   intro, carte, galerie, points forts). Préfixe lb-pfn- pour
   ne jamais entrer en conflit avec le reste des styles du plugin.
   ========================================================= */

.lb-pfn-section,
.lb-pfn-section * {
	box-sizing: border-box;
}

.lb-pfn-section {
	position: relative;
	left: 50%;
	width: 100vw;
	margin: 0 0 0 -50vw !important;
	overflow: hidden;

	background:
		radial-gradient(
			circle at 82% 32%,
			rgba(137, 191, 200, 0.11),
			transparent 31%
		),
		#112534;

	color: #fff;
}

/* Grand filigrane */

.lb-pfn-section::before {
	content: attr(data-filigrane);

	position: absolute;
	top: 18px;
	left: 50%;

	transform: translateX(-50%);

	color: rgba(255, 255, 255, 0.037);
	font-family: inherit;
	font-size: clamp(105px, 14vw, 225px);
	font-weight: 300;
	line-height: 0.85;
	letter-spacing: -6px;
	white-space: nowrap;

	pointer-events: none;
}

.lb-pfn-inner {
	position: relative;
	z-index: 1;

	width: min(1240px, calc(100% - 70px));
	margin: 0 auto;
	padding: 82px 0 74px;
}

/* =========================================================
   EN-TÊTE
   ========================================================= */

.lb-pfn-header {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr) auto;
	align-items: end;
	gap: 38px;

	margin-bottom: 40px;
}

.lb-pfn-emblem {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 126px;
	height: 126px;

	border: 1px solid rgba(163, 211, 217, 0.55);
	border-radius: 50%;
}

.lb-pfn-emblem::before,
.lb-pfn-emblem::after {
	content: "";
	position: absolute;
	background: rgba(163, 211, 217, 0.28);
}

.lb-pfn-emblem::before {
	top: 10px;
	bottom: 10px;
	left: 50%;
	width: 1px;
}

.lb-pfn-emblem::after {
	top: 50%;
	right: 10px;
	left: 10px;
	height: 1px;
}

.lb-pfn-emblem-ring {
	position: absolute;
	inset: 10px;

	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
}

.lb-pfn-emblem-text {
	position: relative;
	z-index: 2;

	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2px;
}

.lb-pfn-emblem-caption {
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;

	color: rgba(255, 255, 255, 0.53);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.lb-pfn-heading {
	padding-bottom: 3px;
}

.lb-pfn-kicker {
	display: flex;
	align-items: center;
	gap: 15px;

	margin-bottom: 19px;

	color: #9bcbd0;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.lb-pfn-kicker::before {
	content: "";

	width: 38px;
	height: 1px;

	background: #82b9c1;
}

.lb-pfn-title {
	max-width: 780px;
	margin: 0 !important;
	padding: 0 !important;

	color: #fff !important;
	font-family: inherit;
	font-size: clamp(42px, 4.7vw, 68px);
	font-weight: 300;
	line-height: 0.98;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}

.lb-pfn-title span {
	display: block;
	margin-top: 7px;
	color: #a5d0d4;
}

.lb-pfn-capacity {
	min-width: 145px;
	padding: 9px 0 8px 25px;

	border-left: 1px solid rgba(156, 204, 210, 0.42);
}

.lb-pfn-capacity-number {
	display: block;
	margin-bottom: 8px;

	color: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 0.8;
	letter-spacing: -1px;
}

.lb-pfn-capacity-label {
	display: block;

	color: rgba(255, 255, 255, 0.6);
	font-size: 9px;
	line-height: 1.55;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

/* =========================================================
   DEPARTS (dates / places / réservation) — propre au plugin
   ========================================================= */

.lb-pfn-departs {
	margin-bottom: 46px;
}

.lb-pfn-date-selector-label {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 14px;
}

.lb-pfn-date-pills {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.lb-pfn-date-pill {
	min-width: 190px;
	text-align: left;
	padding: 12px 18px;
	background: rgba(255, 255, 255, 0.04);
	color: #dbe2e5;
	border: 1.5px dashed rgba(255, 255, 255, 0.4);
	cursor: pointer;
	font-family: inherit;
}

.lb-pfn-date-pill.is-active {
	background: #fff;
	color: #112534;
	border-style: solid;
	border-color: #fff;
}

.lb-pfn-date-pill-dates {
	display: block;
	font-weight: 700;
	font-size: 13px;
}

.lb-pfn-date-pill-status {
	display: block;
	font-size: 11px;
	opacity: 0.85;
	margin-top: 3px;
}

.lb-pfn-depart-panel {
	display: none;
}

.lb-pfn-depart-panel.is-active {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.lb-pfn-depart-date {
	font-family: inherit;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.lb-pfn-pill {
	display: inline-block;
	padding: 9px 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.lb-pfn-pill-dispo {
	border: 1.5px solid #9bcbd0;
	color: #fff;
}

.lb-pfn-pill-complet {
	background: #c0533a;
	color: #fff;
}

.lb-pfn-book-btn {
	background: #9bcbd0;
	color: #112534;
	border: none;
	padding: 11px 22px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: inherit;
}

/* =========================================================
   TEXTE ET CARTE
   ========================================================= */

.lb-pfn-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	align-items: center;
	gap: clamp(55px, 7vw, 95px);
}

.lb-pfn-copy {
	max-width: 675px;
	padding-left: 31px;

	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.lb-pfn-lead {
	max-width: 640px;
	margin: 0 0 27px;

	color: #fff;
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 300;
	line-height: 1.55;
}

.lb-pfn-body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 34px;
}

.lb-pfn-body p {
	margin: 0;

	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.8;
}

.lb-pfn-body p + p {
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.lb-pfn-map-card {
	position: relative;

	width: 100%;
	max-width: 400px;
	justify-self: end;

	padding: 10px;

	background: #f4f1e9;
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.25);
}

.lb-pfn-map-card::before {
	content: attr(data-coord);

	position: absolute;
	top: -42px;
	right: 4px;

	color: rgba(255, 255, 255, 0.85);
	font-family: 'Fraunces', serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 3px;
}

.lb-pfn-map-card::after {
	content: "";

	position: absolute;
	top: -15px;
	right: 8px;

	width: 44px;
	height: 1px;

	background: rgba(255, 255, 255, 0.3);
}

.lb-pfn-map {
	position: relative;

	margin: 0;
	overflow: hidden;

	background: #fff;
}

.lb-pfn-map img {
	display: block;

	width: 100%;
	height: 350px;

	object-fit: cover;
	object-position: center;
}

.lb-pfn-map::after {
	content: "";

	position: absolute;
	inset: 0;

	border: 1px solid rgba(17, 37, 52, 0.13);

	pointer-events: none;
}

.lb-pfn-map-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

	padding: 15px 5px 4px;

	color: #112534;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.lb-pfn-map-footer span:last-child {
	color: rgba(17, 37, 52, 0.46);
	font-weight: 400;
	text-align: right;
}

/* =========================================================
   SLIDER
   ========================================================= */

.lb-pfn-slider-section {
	margin-top: 76px;
}

.lb-pfn-slider-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 35px;

	margin-bottom: 25px;
}

.lb-pfn-slider-kicker {
	display: block;
	margin-bottom: 11px;

	color: #91c3c9;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.lb-pfn-slider-title {
	margin: 0 !important;
	padding: 0 !important;

	color: #fff !important;
	font-family: inherit;
	font-size: clamp(27px, 3vw, 41px);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.lb-pfn-slider-status {
	display: flex;
	align-items: center;
	gap: 18px;

	flex: 0 0 auto;
}

.lb-pfn-slider-counter {
	color: rgba(255, 255, 255, 0.51);
	font-size: 11px;
	letter-spacing: 2px;
}

.lb-pfn-slider-counter-current {
	color: #fff;
	font-size: 19px;
}

.lb-pfn-slider-progress {
	position: relative;

	width: 85px;
	height: 1px;

	overflow: hidden;

	background: rgba(255, 255, 255, 0.18);
}

.lb-pfn-slider-progress-bar {
	display: block;

	width: 100%;
	height: 100%;

	background: #9bcbd0;

	transform: scaleX(0);
	transform-origin: left center;
}

.lb-pfn-slider-progress-bar.is-running {
	animation: lb-pfn-progress 4s linear forwards;
}

@keyframes lb-pfn-progress {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

.lb-pfn-slider {
	position: relative;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, 0.17);
	background: #0d1f2c;
}

.lb-pfn-slider-viewport {
	overflow: hidden;
}

.lb-pfn-slider-track {
	display: flex;

	transform: translate3d(0, 0, 0);

	transition:
		transform 0.65s cubic-bezier(.2, .75, .25, 1);
}

.lb-pfn-slide {
	flex: 0 0 100%;
	min-width: 0;
}

.lb-pfn-slide img {
	display: block;

	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;

	object-fit: cover;

	background: #f1f1f1;
}

.lb-pfn-slide-footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;

	min-height: 66px;
	padding: 14px 135px 14px 22px;

	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lb-pfn-slide-index {
	color: #91c3c9;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 2px;
}

.lb-pfn-slide-name {
	overflow: hidden;

	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.lb-pfn-slide-note {
	color: rgba(255, 255, 255, 0.46);
	font-size: 10px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.lb-pfn-slider-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;

	display: grid;
	grid-template-columns: repeat(3, 48px);

	height: 66px;

	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.lb-pfn-slider-button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 48px;
	height: 66px;
	padding: 0;

	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.15);

	background: transparent;
	color: #fff;

	cursor: pointer;

	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

.lb-pfn-slider-button:first-child {
	border-left: 0;
}

.lb-pfn-slider-button:hover,
.lb-pfn-slider-button:focus-visible {
	background: #9bcbd0;
	color: #112534;
}

.lb-pfn-slider-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.lb-pfn-slider-button span {
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

.lb-pfn-slider-toggle span {
	font-size: 13px;
}

.lb-pfn-slider-dots {
	display: flex;
	justify-content: center;
	gap: 10px;

	margin-top: 19px;
}

.lb-pfn-slider-dot {
	width: 23px;
	height: 2px;
	padding: 0;

	border: 0;

	background: rgba(255, 255, 255, 0.22);

	cursor: pointer;

	transition:
		width 0.3s ease,
		background-color 0.3s ease;
}

.lb-pfn-slider-dot.is-active {
	width: 43px;
	background: #9bcbd0;
}

/* =========================================================
   POINTS FORTS
   ========================================================= */

.lb-pfn-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	margin-top: 62px;

	border: 1px solid rgba(255, 255, 255, 0.17);
}

.lb-pfn-highlight {
	position: relative;

	min-height: 155px;
	padding: 28px 25px 26px;

	overflow: hidden;
}

.lb-pfn-highlight + .lb-pfn-highlight {
	border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.lb-pfn-highlight-index {
	display: block;
	margin-bottom: 21px;

	color: #8fc2c8;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 2px;
}

.lb-pfn-highlight-title {
	position: relative;
	z-index: 2;

	display: block;
	margin-bottom: 8px;

	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.lb-pfn-highlight-text {
	position: relative;
	z-index: 2;

	display: block;
	max-width: 220px;

	color: rgba(255, 255, 255, 0.53);
	font-size: 11px;
	line-height: 1.62;
}

.lb-pfn-highlight-watermark {
	position: absolute;
	right: 14px;
	bottom: -14px;

	color: rgba(255, 255, 255, 0.035);
	font-size: 79px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -4px;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media only screen and (max-width: 1050px) {
	.lb-pfn-inner {
		width: min(900px, calc(100% - 48px));
		padding: 70px 0 62px;
	}

	.lb-pfn-header {
		grid-template-columns: 105px minmax(0, 1fr);
		gap: 28px;
	}

	.lb-pfn-emblem {
		width: 105px;
		height: 105px;
	}

	.lb-pfn-emblem-text {
		font-size: 30px;
	}

	.lb-pfn-capacity {
		grid-column: 2;
		width: fit-content;
		margin-top: -12px;
	}

	.lb-pfn-content {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.lb-pfn-copy {
		max-width: none;
	}

	.lb-pfn-map-card {
		width: min(100%, 430px);
		max-width: none;
		justify-self: center;
	}

	.lb-pfn-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lb-pfn-highlight:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, 0.17);
		border-left: 0;
	}

	.lb-pfn-highlight:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.17);
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 700px) {
	.lb-pfn-section::before {
		top: 30px;
		font-size: 82px;
		letter-spacing: -3px;
	}

	.lb-pfn-inner {
		width: calc(100% - 34px);
		padding: 54px 0 48px;
	}

	.lb-pfn-header {
		display: block;
		margin-bottom: 42px;
	}

	.lb-pfn-emblem {
		width: 82px;
		height: 82px;
		margin-bottom: 42px;
	}

	.lb-pfn-emblem-text {
		font-size: 25px;
	}

	.lb-pfn-emblem-caption {
		bottom: -19px;
	}

	.lb-pfn-title {
		font-size: 39px;
		line-height: 1;
	}

	.lb-pfn-capacity {
		margin-top: 27px;
		padding-left: 18px;
	}

	.lb-pfn-capacity-number {
		display: inline;
		margin-right: 6px;
		font-size: 27px;
	}

	.lb-pfn-capacity-label {
		display: inline;
	}

	.lb-pfn-copy {
		padding-left: 18px;
	}

	.lb-pfn-lead {
		font-size: 18px;
	}

	.lb-pfn-body {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lb-pfn-body p,
	.lb-pfn-body p + p {
		padding-left: 0;
		border-left: 0;
		font-size: 13px;
	}

	.lb-pfn-map-card {
		max-width: 100%;
	}

	.lb-pfn-map img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.lb-pfn-slider-section {
		margin-top: 54px;
	}

	.lb-pfn-slider-heading {
		display: block;
	}

	.lb-pfn-slider-status {
		margin-top: 15px;
	}

	.lb-pfn-slider-progress {
		width: 65px;
	}

	.lb-pfn-slide-footer {
		display: block;

		min-height: 96px;
		padding: 15px 155px 15px 16px;
	}

	.lb-pfn-slide-index {
		display: block;
		margin-bottom: 7px;
	}

	.lb-pfn-slide-name {
		display: block;
		white-space: normal;
	}

	.lb-pfn-slide-note {
		display: none;
	}

	.lb-pfn-slider-controls {
		height: 96px;
		grid-template-columns: repeat(3, 46px);
	}

	.lb-pfn-slider-button {
		width: 46px;
		height: 96px;
	}

	.lb-pfn-highlights {
		grid-template-columns: 1fr;
		margin-top: 44px;
	}

	.lb-pfn-highlight {
		min-height: 135px;
		padding: 25px 21px;
	}

	.lb-pfn-highlight + .lb-pfn-highlight,
	.lb-pfn-highlight:nth-child(3),
	.lb-pfn-highlight:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.17);
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lb-pfn-slider-track {
		transition: none;
	}

	.lb-pfn-slider-progress-bar {
		animation: none !important;
	}
}
