@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Noto+Sans+TC:wght@400;500;700;900&family=Noto+Serif+TC:wght@500;600;700&display=swap");

:root {
	--jx-font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
	--jx-font-serif: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif;
	--jx-font-display: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif;
	--jx-font-number: "Cormorant Garamond", "Times New Roman", serif;
	--jx-ink: #06283d;
	--jx-muted: #5c7885;
	--jx-paper: #fbfaf4;
	--jx-mist: #edf8fa;
	--jx-line: rgba(7, 75, 112, 0.15);
	--jx-forest: #074b70;
	--jx-ocean: #0a6f8d;
	--jx-deep: #031d34;
	--jx-gold: #e9c568;
	--jx-moon: #f4dc91;
	--jx-pink: #f2a98c;
	--jx-shadow: 0 28px 90px rgba(5, 47, 74, 0.16);
}

.jx-premium-main,
.jx-premium-main * {
	box-sizing: border-box;
}

body.jx-premium-home {
	background: var(--jx-paper);
}

.jx-premium-main {
	overflow: clip;
	background: var(--jx-paper);
	color: var(--jx-ink);
	font-family: var(--jx-font-sans);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.65;
	font-feature-settings: "palt" 1;
	text-rendering: geometricPrecision;
}

.jx-premium-main a {
	color: inherit;
	text-decoration: none;
}

.jx-premium-main img {
	display: block;
	max-width: 100%;
	height: auto;
}

.jx-section-inner {
	width: min(1120px, calc(100% - 36px));
	margin-inline: auto;
}

.jx-kicker {
	margin: 0 0 12px;
	color: var(--jx-ocean);
	font-family: var(--jx-font-number), var(--jx-font-sans);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.jx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.jx-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid var(--jx-forest);
	border-radius: 6px;
	color: var(--jx-forest);
	font-family: var(--jx-font-sans);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.jx-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(5, 47, 74, 0.16);
}

.jx-premium-main .jx-button-primary,
.jx-premium-main .jx-button-primary:visited {
	background: var(--jx-forest);
	color: #fff;
}

.jx-ocean-hero {
	--jx-mx: 0;
	--jx-my: 0;
	--jx-moon-size: 780px;
	--jx-moon-top: 94px;
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 30%, rgba(255, 219, 124, 0.13), rgba(37, 142, 176, 0.42) 34%, rgba(11, 95, 136, 0.58) 58%, #063352 100%),
		linear-gradient(180deg, #0c7699 0%, #074568 58%, #052137 100%);
	background-size: 130% 130%, 100% 100%;
	color: #fff;
	cursor: grab;
	isolation: isolate;
	perspective: 1000px;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
	animation: jx-sky-drift 18s ease-in-out infinite alternate;
}

.jx-ocean-hero * {
	user-select: none;
	-webkit-user-select: none;
}

.jx-ocean-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: var(--jx-moon-top);
	left: 50%;
	width: var(--jx-moon-size);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at calc(42% + var(--jx-mx) * 5%) calc(30% + var(--jx-my) * 4%), rgba(255, 255, 236, 0.24), rgba(255, 238, 160, 0.1) 22%, transparent 42%),
		radial-gradient(circle at 50% 50%, transparent 54%, rgba(255, 222, 123, 0.08) 68%, rgba(48, 43, 27, 0.2) 91%, rgba(13, 34, 48, 0.28) 100%),
		linear-gradient(135deg, rgba(255, 246, 190, 0.16), transparent 46%, rgba(74, 52, 24, 0.16));
	box-shadow:
		inset -34px -42px 72px rgba(74, 52, 24, 0.18),
		inset 24px 28px 62px rgba(255, 252, 214, 0.14),
		0 0 56px rgba(255, 227, 128, 0.12);
	mix-blend-mode: soft-light;
	opacity: 0.72;
	pointer-events: none;
	transform:
		translate3d(-50%, calc(var(--jx-my) * -10px), 42px)
		rotateX(calc(var(--jx-my) * -2.8deg))
		rotateY(calc(var(--jx-mx) * 3.6deg));
	transform-origin: center;
	will-change: transform;
}

.jx-ocean-hero.is-webgl-ready .jx-ocean-photo,
.jx-ocean-hero.is-webgl-ready::before {
	opacity: 0;
}

.jx-ocean-hero.is-dragging {
	cursor: grabbing;
}

.jx-ocean-hero::after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 210px;
	background: linear-gradient(180deg, transparent 0%, rgba(251, 250, 245, 0.06) 32%, rgba(251, 250, 245, 0.76) 76%, var(--jx-paper) 100%);
	pointer-events: none;
}

.jx-ocean-photo,
.jx-ocean-webgl,
.jx-ocean-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.jx-ocean-photo {
	z-index: 0;
	background-image:
		var(--hero-image),
		radial-gradient(ellipse at 50% 30%, rgba(255, 219, 118, 0.22), rgba(31, 133, 158, 0.34) 42%, #083d60 100%);
	background-color: #0a5e7b;
	background-position: center 12%, center center;
	background-repeat: no-repeat;
	background-size: 1400px auto, cover;
	filter: saturate(1.06) contrast(1.03) brightness(0.98);
	opacity: 1;
	transform:
		translate3d(calc(var(--jx-mx) * -10px), calc(var(--jx-my) * -6px), 0)
		scale(1.012);
	transform-origin: center;
	transition: opacity 0.7s ease;
	will-change: transform;
}

.jx-ocean-webgl {
	z-index: 1;
	display: block;
	opacity: 1;
	pointer-events: none;
	transform: translate3d(0, var(--jx-webgl-y, 0), 0) scale(var(--jx-webgl-scale, 1));
	transform-origin: center center;
	will-change: transform;
}

.jx-ocean-shade {
	z-index: 2;
	background:
		radial-gradient(ellipse at 50% 58%, rgba(255, 176, 139, 0.105), rgba(255, 222, 164, 0.048) 20%, transparent 38%),
		linear-gradient(90deg, transparent 30%, rgba(255, 151, 126, 0.036) 43%, rgba(255, 213, 156, 0.064) 50%, rgba(255, 151, 126, 0.036) 57%, transparent 70%),
		linear-gradient(90deg, rgba(1, 18, 32, 0.28), rgba(6, 72, 104, 0.02) 25%, rgba(6, 72, 104, 0.02) 75%, rgba(1, 18, 32, 0.28)),
		linear-gradient(180deg, rgba(20, 117, 150, 0.03), rgba(7, 66, 98, 0.02) 42%, rgba(3, 37, 62, 0.18) 72%, rgba(2, 23, 39, 0.5));
	opacity: var(--jx-shade-opacity, 1);
	pointer-events: none;
	will-change: opacity;
}

.jx-ocean-copy {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: min(1180px, calc(100% - 36px));
	min-height: 100svh;
	margin-inline: auto;
	align-items: center;
	justify-content: center;
	padding: 118px 0 78px;
	text-align: center;
	text-shadow: 0 20px 60px rgba(0, 0, 0, 0.62);
	opacity: var(--jx-copy-opacity, 1);
	transform:
		translate3d(0, calc(140px + var(--jx-copy-y, 0px)), 0)
		scale(var(--jx-copy-scale, 1));
	transform-origin: center center;
	will-change: opacity, transform;
}

.jx-ocean-copy h1 {
	position: relative;
	margin: 0;
	color: #fff;
	font-family: var(--jx-font-display);
	font-size: 124px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.92;
	text-wrap: balance;
	text-rendering: geometricPrecision;
	-webkit-text-stroke: 0.35px rgba(255, 231, 176, 0.28);
	-webkit-text-fill-color: #fff;
	filter: drop-shadow(0 0 18px rgba(255, 242, 196, 0.2));
	text-shadow:
		0 1px 0 rgba(255, 247, 221, 0.26),
		0 18px 30px rgba(0, 16, 28, 0.55),
		0 0 30px rgba(255, 255, 255, 0.2),
		0 0 52px rgba(255, 216, 132, 0.2);
}

.jx-ocean-copy h1::after {
	content: "心如明月";
	position: absolute;
	inset: 74% 0 auto;
	color: rgba(255, 255, 255, 0.16);
	-webkit-text-fill-color: rgba(255, 255, 255, 0.16);
	transform: scaleY(-0.32);
	transform-origin: top center;
	filter: blur(2.2px);
	opacity: 0.42;
	pointer-events: none;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 72%);
}

.jx-ocean-copy p {
	max-width: 42em;
	margin: 28px auto 0;
	color: rgba(255, 248, 226, 0.82);
	font-family: var(--jx-font-serif);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.72;
	text-shadow:
		0 1px 0 rgba(255, 240, 188, 0.18),
		0 12px 28px rgba(0, 12, 22, 0.82),
		0 0 18px rgba(255, 214, 120, 0.12);
}

.jx-ocean-scroll {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 30px;
	width: 32px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 999px;
	opacity: var(--jx-scroll-cue-opacity, 1);
	transform: translate3d(-50%, var(--jx-scroll-cue-y, 0), 0);
	will-change: opacity, transform;
}

.jx-ocean-scroll::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	width: 4px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	transform: translateX(-50%);
	animation: jx-scroll-dot 1.8s ease-in-out infinite;
}

@keyframes jx-scroll-dot {
	0%,
	100% {
		opacity: 0.28;
		transform: translate(-50%, 0);
	}
	45% {
		opacity: 1;
		transform: translate(-50%, 18px);
	}
}

@keyframes jx-sky-drift {
	0% {
		background-position: 42% 22%, center;
	}
	100% {
		background-position: 58% 34%, center;
	}
}

.jx-decision-strip,
.jx-atelier-section,
.jx-room-stage,
.jx-package-section,
.jx-compare-section,
.jx-trust-section,
.jx-booking-flow,
.jx-final-cta {
	position: relative;
	overflow: clip;
}

.jx-motion-section {
	--jx-motion-y: 0px;
	--jx-motion-line: 0.36;
	scroll-margin-top: 104px;
}

.jx-motion-section > .jx-section-inner {
	position: relative;
	z-index: 1;
}

.jx-motion-section::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 22px 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(233, 197, 104, var(--jx-motion-line)), rgba(10, 111, 141, 0.12), transparent);
	opacity: 0.68;
	pointer-events: none;
	transform: translate3d(var(--jx-motion-y), 0, 0);
	transition: opacity 0.28s ease;
}

.jx-decision-strip {
	margin-top: -1px;
	padding: 92px 0 84px;
	background:
		linear-gradient(160deg, rgba(244, 220, 145, 0.28) 0%, transparent 28%),
		linear-gradient(180deg, #dff3f7 0%, #fbfaf4 92%);
}

.jx-decision-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
	gap: 64px;
	align-items: center;
}

.jx-decision-copy h2,
.jx-stage-heading h2,
.jx-final-cta h2 {
	max-width: 800px;
	margin: 0;
	color: var(--jx-ink);
	font-family: var(--jx-font-display);
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.14;
	text-wrap: balance;
}

.jx-decision-copy p {
	max-width: 520px;
	margin: 22px 0 0;
	color: #5b7480;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
}

.jx-decision-board {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.jx-decision-room,
.jx-decision-line {
	position: relative;
	display: grid;
	min-height: 248px;
	align-content: space-between;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(7, 75, 112, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 250, 0.76));
	box-shadow: 0 24px 74px rgba(5, 47, 74, 0.1);
	text-align: left;
}

.jx-decision-room-package {
	text-decoration: none;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 248, 214, 0.52), transparent 28%),
		linear-gradient(145deg, rgba(255, 252, 238, 0.96), rgba(226, 245, 249, 0.82));
}

.jx-decision-room-package span {
	border-color: rgba(233, 197, 104, 0.56);
	background: rgba(244, 220, 145, 0.34);
}

.jx-decision-room {
	appearance: none;
	font: inherit;
	color: var(--jx-ink);
	cursor: pointer;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.jx-decision-room::before,
.jx-decision-line::before {
	content: "";
	position: absolute;
	inset: auto 18px 18px;
	height: 52px;
	border-top: 1px solid rgba(233, 197, 104, 0.28);
	border-bottom: 1px solid rgba(7, 75, 112, 0.08);
	background:
		linear-gradient(90deg, transparent, rgba(244, 220, 145, 0.22), transparent),
		repeating-linear-gradient(0deg, transparent 0 12px, rgba(7, 75, 112, 0.04) 12px 13px);
	pointer-events: none;
	transform:
		translate3d(calc(var(--jx-card-x, 0) * 14px), calc(var(--jx-card-y, 0) * 10px), 0);
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.jx-decision-room span,
.jx-decision-line span {
	display: grid;
	width: fit-content;
	min-width: 66px;
	min-height: 50px;
	place-items: center;
	border: 1px solid rgba(7, 75, 112, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: var(--jx-forest);
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.jx-decision-line span {
	min-width: 118px;
	padding: 10px 14px;
	color: rgba(255, 250, 230, 0.92);
	font-family: var(--jx-font-sans);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.jx-decision-room strong,
.jx-decision-line strong {
	display: block;
	position: relative;
	z-index: 2;
	color: var(--jx-ink);
	font-family: var(--jx-font-display);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.18;
	text-wrap: balance;
}

.jx-decision-room em,
.jx-decision-line em {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 10px;
	color: #5b7480;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.45;
}

.jx-decision-room small {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 20px;
	color: rgba(6, 40, 61, 0.78);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.45;
}

.jx-decision-board.is-visible .jx-decision-room,
.jx-decision-board.is-visible .jx-decision-line {
	animation: jx-soft-clarify 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(2) {
	animation-delay: 0.08s;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(3) {
	animation-delay: 0.16s;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(4) {
	animation-delay: 0.22s;
}

.jx-decision-board.is-visible .jx-decision-line {
	animation-delay: 0.3s;
}

.jx-decision-board.is-visible .jx-decision-room::after,
.jx-decision-board.is-visible .jx-decision-line::after {
	animation: jx-card-moon-pass 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(2)::after {
	animation-delay: 0.08s;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(3)::after {
	animation-delay: 0.16s;
}

.jx-decision-board.is-visible .jx-decision-room:nth-child(4)::after {
	animation-delay: 0.22s;
}

.jx-decision-room:hover,
.jx-decision-room.is-active-cue {
	border-color: rgba(233, 197, 104, 0.64);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 251, 0.86));
	box-shadow: 0 30px 88px rgba(5, 47, 74, 0.15);
}

.jx-decision-room.is-active-cue span,
.jx-decision-room:hover span {
	border-color: rgba(233, 197, 104, 0.58);
	background: rgba(244, 220, 145, 0.28);
}

@keyframes jx-card-moon-pass {
	0% {
		opacity: 0;
		transform: translate3d(-38%, -18%, 0) rotate(8deg);
	}
	34% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(38%, 18%, 0) rotate(8deg);
	}
}

.jx-story-card.is-active-cue {
	border-color: rgba(233, 197, 104, 0.64);
	box-shadow: 0 30px 88px rgba(5, 47, 74, 0.2);
}

.jx-story-card.is-active-cue > span {
	background: rgba(244, 220, 145, 0.9);
	color: #06283d;
}

.jx-decision-line {
	grid-column: 1 / -1;
	min-height: 112px;
	grid-template-columns: max-content minmax(0, 1fr) max-content;
	gap: 22px;
	align-items: center;
	align-content: center;
	background:
		linear-gradient(135deg, rgba(5, 40, 63, 0.98), rgba(7, 75, 112, 0.94) 62%, rgba(10, 111, 141, 0.92));
	color: #fff;
}

@keyframes jx-soft-clarify {
	from {
		opacity: 0;
		filter: blur(12px);
	}
	to {
		opacity: 1;
		filter: blur(0);
	}
}

.jx-decision-line strong {
	color: #fff8df;
	font-size: 23px;
}

.jx-decision-line em {
	margin-top: 0;
	color: rgba(255, 250, 230, 0.76);
	white-space: nowrap;
}

.jx-atelier-section {
	padding: 124px 0 132px;
	background:
		radial-gradient(circle at 78% 9%, rgba(255, 248, 214, 0.96) 0 2px, transparent 3px),
		radial-gradient(circle at 88% 24%, rgba(160, 219, 239, 0.82) 0 1px, transparent 2px),
		radial-gradient(circle at 17% 18%, rgba(255, 255, 255, 0.95) 0 1px, transparent 2px),
		radial-gradient(circle at 47% 31%, rgba(244, 220, 145, 0.72) 0 1px, transparent 2px),
		radial-gradient(circle at 63% 64%, rgba(255, 255, 255, 0.86) 0 1px, transparent 2px),
		radial-gradient(circle at 31% 58%, rgba(255, 231, 156, 0.68) 0 1px, transparent 2px),
		radial-gradient(ellipse at 74% 18%, rgba(255, 232, 158, 0.42), transparent 24%),
		radial-gradient(ellipse at 20% 76%, rgba(123, 198, 225, 0.28), transparent 34%),
		linear-gradient(150deg, #fffaf1 0%, #f2fbff 39%, #eef1ff 74%, #fff8ee 100%);
	background-size: auto, auto, auto, auto, 100% 100%, 100% 100%, 100% 100%;
}

.jx-atelier-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 72% 16%, rgba(255, 247, 209, 0.42), transparent 9%),
		linear-gradient(112deg, transparent 0 11%, rgba(255, 255, 255, 0.62) 17%, rgba(244, 220, 145, 0.18) 28%, transparent 47%),
		linear-gradient(144deg, transparent 10%, rgba(105, 186, 220, 0.12) 28%, transparent 52%),
		repeating-linear-gradient(124deg, transparent 0 76px, rgba(7, 75, 112, 0.035) 77px 78px, transparent 79px 138px);
	opacity: 0.84;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-motion-y, 0px) * -0.46), 0, 0);
	animation: jx-atelier-light-flow 18s ease-in-out infinite alternate;
}

.jx-atelier-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.jx-atelier-copy {
	position: sticky;
	top: 110px;
	align-self: start;
	z-index: 1;
}

.jx-atelier-copy::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -76px;
	right: -92px;
	width: 280px;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 43% 38%, rgba(255, 255, 246, 0.86) 0 12%, rgba(255, 235, 169, 0.46) 30%, rgba(244, 220, 145, 0.18) 52%, transparent 72%);
	box-shadow: 0 0 72px rgba(244, 220, 145, 0.3);
	opacity: 0.78;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-motion-y, 0px) * -0.18), calc(var(--jx-motion-y, 0px) * 0.08), 0);
}

.jx-atelier-copy::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 28px;
	right: -150px;
	width: 340px;
	height: 220px;
	background:
		linear-gradient(34deg, transparent 0 48%, rgba(7, 75, 112, 0.14) 49%, transparent 50%),
		linear-gradient(151deg, transparent 0 56%, rgba(233, 197, 104, 0.18) 57%, transparent 58%),
		radial-gradient(circle at 18% 22%, rgba(7, 75, 112, 0.28) 0 2px, transparent 3px),
		radial-gradient(circle at 54% 38%, rgba(233, 197, 104, 0.5) 0 2px, transparent 3px),
		radial-gradient(circle at 78% 70%, rgba(10, 111, 141, 0.28) 0 2px, transparent 3px),
		radial-gradient(circle at 30% 74%, rgba(255, 255, 255, 0.82) 0 1px, transparent 2px);
	opacity: 0.5;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-motion-y, 0px) * -0.25), calc(var(--jx-motion-y, 0px) * 0.12), 0);
}

.jx-atelier-copy h2 {
	max-width: 620px;
	margin: 0;
	color: var(--jx-ink);
	font-family: var(--jx-font-display);
	font-size: 52px;
	font-weight: 600;
	line-height: 1.14;
	text-wrap: balance;
}

.jx-atelier-copy p {
	max-width: 500px;
	margin: 22px 0 0;
	color: #5b7480;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
}

.jx-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.jx-story-card {
	position: relative;
	display: grid;
	min-height: 430px;
	align-content: end;
	padding: 30px;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 8px;
	background: #06283d;
	box-shadow: 0 26px 82px rgba(5, 47, 74, 0.16);
	cursor: pointer;
}

.jx-story-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(4, 31, 50, 0) 0%, rgba(4, 31, 50, 0.16) 39%, rgba(3, 29, 52, 0.78) 100%),
		radial-gradient(ellipse at 72% 15%, rgba(244, 220, 145, 0.34), transparent 34%),
		linear-gradient(124deg, rgba(105, 190, 226, 0.18) 0%, transparent 42%, rgba(242, 169, 140, 0.2) 100%);
	opacity: 0.98;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-card-x, 0) * -9px), calc(var(--jx-card-y, 0) * -5px), 0);
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.jx-story-card:focus-visible {
	outline: 3px solid rgba(233, 197, 104, 0.72);
	outline-offset: 4px;
}

.jx-story-card:nth-child(2),
.jx-story-card:nth-child(3) {
	margin-top: 34px;
}

.jx-story-card > span {
	position: relative;
	z-index: 2;
	width: fit-content;
	margin-bottom: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 248, 219, 0.38);
	background: rgba(255, 255, 255, 0.16);
	color: #fff8df;
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(12px);
}

.jx-story-card h3 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #ffffff;
	font-family: var(--jx-font-display);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.18;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.jx-story-card p {
	position: relative;
	z-index: 2;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.72;
	text-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
}

.jx-story-card em {
	position: relative;
	z-index: 2;
	display: inline-flex;
	width: fit-content;
	margin-top: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(244, 220, 145, 0.56);
	color: #fff0a8;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
}

.jx-story-photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 248, 219, 0.18), rgba(99, 180, 216, 0.16));
}

.jx-story-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 70% 18%, rgba(244, 220, 145, 0.28), transparent 33%),
		linear-gradient(114deg, transparent 0 22%, rgba(255, 255, 255, 0.18) 35%, transparent 52%);
	mix-blend-mode: screen;
	opacity: 0.72;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-card-x, 0) * 18px), calc(var(--jx-card-y, 0) * 12px), 0);
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.jx-story-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.98) contrast(1.02) brightness(1.06);
	transform: scale(1.045) translate3d(calc(var(--jx-card-x, 0) * -10px), calc(var(--jx-card-y, 0) * -8px), 0);
	transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.72s ease;
}

.jx-story-card:nth-child(2) .jx-story-photo img,
.jx-story-card:nth-child(3) .jx-story-photo img {
	object-position: center 45%;
}

.jx-story-card:nth-child(4) .jx-story-photo img {
	object-position: center 48%;
}

.jx-story-card:hover .jx-story-photo img,
.jx-story-card.is-interacting .jx-story-photo img {
	filter: saturate(1.04) contrast(1.06) brightness(1.06);
	transform: scale(1.095) translate3d(calc(var(--jx-card-x, 0) * -14px), calc(var(--jx-card-y, 0) * -10px), 0);
}

.jx-story-card:hover .jx-story-photo::after,
.jx-story-card.is-interacting .jx-story-photo::after {
	opacity: 0.92;
}

@keyframes jx-atelier-light-flow {
	0% {
		background-position: 42% 18%, 0 0, 0 0, 0 0;
	}
	100% {
		background-position: 74% 24%, 4vw 0, -5vw 2vw, 8vw 0;
	}
}

.jx-final-cta p {
	max-width: 540px;
	margin: 22px 0 0;
	color: #5b7480;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
}

.jx-room-selector-button {
	appearance: none;
	border: 0;
	font: inherit;
	cursor: pointer;
}

.jx-room-detail h3 {
	margin: 0;
	font-family: var(--jx-font-display);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	text-wrap: balance;
}

.jx-room-stage {
	padding: 124px 0 132px;
	background:
		linear-gradient(128deg, rgba(242, 169, 140, 0.14) 0%, transparent 30%),
		linear-gradient(180deg, #e3f3f7 0%, #d8edf3 100%);
}

.jx-room-stage-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 39%, rgba(10, 111, 141, 0.08) 39% 56%, transparent 56%),
		repeating-linear-gradient(90deg, rgba(7, 75, 112, 0.035) 0 1px, transparent 1px 92px),
		repeating-linear-gradient(0deg, transparent 0 92px, rgba(233, 197, 104, 0.045) 92px 93px);
	mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
	pointer-events: none;
}

.jx-stage-heading {
	display: grid;
	gap: 14px;
	max-width: 840px;
	margin-bottom: 50px;
}

.jx-stage-heading p {
	max-width: 650px;
	margin: 0;
	color: #5d7884;
	font-size: 18px;
	font-weight: 500;
}

.jx-room-showcase {
	position: relative;
	min-height: 690px;
}

.jx-room-showcase::before {
	content: "";
	position: absolute;
	inset: -18px;
	z-index: 0;
	border: 1px solid rgba(7, 75, 112, 0.08);
	border-radius: 10px;
	background:
		linear-gradient(90deg, transparent, rgba(233, 197, 104, 0.12), transparent),
		repeating-linear-gradient(90deg, transparent 0 74px, rgba(255, 255, 255, 0.22) 74px 75px);
	opacity: 0.74;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-motion-y, 0px) * -0.35), 0, 0);
}

.jx-room-media {
	position: relative;
	z-index: 1;
	min-height: 690px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 8px;
	background: #dcebef;
	box-shadow: 0 34px 100px rgba(5, 47, 74, 0.22);
}

.jx-room-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.045);
	transition: opacity 0.52s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.jx-premium-main .jx-room-photo {
	height: 100%;
	max-width: none;
}

.jx-room-photo.is-active {
	opacity: 1;
	transform: scale(1);
}

.jx-room-showcase.is-switching .jx-room-photo.is-active {
	animation: jx-room-focus-settle 0.86s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jx-room-media::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 232, 164, 0.18), transparent 36%),
		linear-gradient(90deg, rgba(3, 24, 42, 0.34), transparent 34%, transparent 62%, rgba(3, 24, 42, 0.22)),
		linear-gradient(180deg, rgba(3, 24, 42, 0.02) 0%, rgba(3, 24, 42, 0.12) 70%, rgba(3, 24, 42, 0.38) 100%);
	pointer-events: none;
}

.jx-room-light-sweep {
	position: absolute;
	z-index: 3;
	inset: 0;
	background:
		linear-gradient(105deg, transparent 24%, rgba(255, 240, 185, 0.3) 43%, rgba(244, 220, 145, 0.16) 50%, transparent 70%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-26%);
}

.jx-room-showcase.is-switching .jx-room-light-sweep {
	animation: jx-light-sweep 0.78s ease;
}

@keyframes jx-room-focus-settle {
	from {
		transform: scale(1.025);
	}
	to {
		transform: scale(1);
	}
}

@keyframes jx-light-sweep {
	0% {
		opacity: 0;
		transform: translateX(-28%);
	}
	36% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(28%);
	}
}

.jx-room-selector {
	position: absolute;
	z-index: 4;
	left: 24px;
	bottom: 24px;
	display: flex;
	gap: 10px;
	max-width: calc(100% - 470px);
}

.jx-room-selector-button {
	position: relative;
	display: grid;
	min-width: 132px;
	gap: 5px;
	padding: 14px 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: rgba(3, 29, 52, 0.54);
	color: rgba(255, 255, 255, 0.82);
	text-align: left;
	backdrop-filter: blur(18px);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.jx-room-selector-button::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	left: 12px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(244, 220, 145, 0.92), transparent);
	opacity: 0;
	transform: scaleX(0.42);
	transform-origin: center;
	transition: opacity 0.2s ease, transform 0.22s ease;
}

.jx-room-selector-button strong {
	color: #fff;
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.jx-room-selector-button span {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.jx-room-selector-button:hover,
.jx-room-selector-button.is-active,
.jx-room-selector-button.is-active-cue {
	border-color: rgba(244, 220, 145, 0.78);
	background: rgba(244, 220, 145, 0.95);
	color: #06283d;
	transform: translateY(-2px);
}

.jx-room-selector-button.is-active strong,
.jx-room-selector-button:hover strong,
.jx-room-selector-button.is-active-cue strong {
	color: #06283d;
}

.jx-room-selector-button.is-active::after,
.jx-room-selector-button:hover::after,
.jx-room-selector-button.is-active-cue::after {
	opacity: 1;
	transform: scaleX(1);
}

.jx-room-glass-panel {
	position: absolute;
	z-index: 5;
	right: 28px;
	bottom: 28px;
	width: min(410px, calc(100% - 56px));
	max-height: calc(100% - 56px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 8px;
	background:
		linear-gradient(138deg, rgba(244, 220, 145, 0.18), transparent 36%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(231, 246, 249, 0.78));
	box-shadow: 0 28px 80px rgba(2, 22, 38, 0.22);
	backdrop-filter: blur(22px);
	transform: translate3d(0, calc(var(--jx-motion-y, 0px) * 0.12), 0);
}

.jx-room-detail {
	display: grid;
	align-content: center;
	padding: 30px;
	color: var(--jx-ink);
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.34s ease, transform 0.34s ease;
}

.jx-room-detail[hidden] {
	display: none;
}

.jx-room-detail.is-active {
	opacity: 1;
	transform: translateY(0);
}

.jx-room-label {
	margin: 0 0 12px;
	color: var(--jx-ocean);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.jx-room-detail p {
	margin: 18px 0 0;
	color: #5b7480;
	font-size: 16.5px;
	font-weight: 500;
	line-height: 1.74;
}

.jx-room-specs {
	display: grid;
	gap: 1px;
	margin: 24px 0 0;
	overflow: hidden;
	border: 1px solid rgba(7, 75, 112, 0.12);
	border-radius: 8px;
	background: rgba(7, 75, 112, 0.12);
}

.jx-room-specs div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, 0.68);
}

.jx-room-specs dt,
.jx-room-specs dd {
	margin: 0;
}

.jx-room-specs dt {
	color: #6a8089;
	font-size: 14px;
	font-weight: 800;
}

.jx-room-specs dd {
	color: var(--jx-ink);
	font-size: 15px;
	font-weight: 900;
}

.jx-package-section {
	padding: 112px 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 248, 214, 0.72) 0 2px, transparent 3px),
		radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.86) 0 1px, transparent 2px),
		radial-gradient(ellipse at 80% 24%, rgba(244, 220, 145, 0.3), transparent 28%),
		linear-gradient(136deg, #eef8fa 0%, #fffaf1 48%, #eaf1ff 100%);
}

.jx-package-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(108deg, transparent 0 18%, rgba(255, 255, 255, 0.58) 26%, rgba(244, 220, 145, 0.18) 39%, transparent 56%),
		repeating-linear-gradient(128deg, transparent 0 84px, rgba(7, 75, 112, 0.045) 85px 86px, transparent 87px 152px);
	opacity: 0.7;
	pointer-events: none;
	transform: translate3d(calc(var(--jx-motion-y, 0px) * -0.36), 0, 0);
}

.jx-package-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
	gap: 48px;
	align-items: center;
}

.jx-package-copy h2 {
	max-width: 760px;
	margin: 0;
	color: var(--jx-ink);
	font-family: var(--jx-font-display);
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.14;
	text-wrap: balance;
}

.jx-package-copy p {
	max-width: 680px;
	margin: 22px 0 0;
	color: #5b7480;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.78;
}

.jx-package-panel {
	position: relative;
	display: grid;
	min-height: 440px;
	align-content: end;
	padding: 34px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 8px;
	background:
		radial-gradient(circle at 70% 16%, rgba(255, 248, 214, 0.48), transparent 23%),
		linear-gradient(145deg, rgba(4, 44, 68, 0.96), rgba(9, 100, 130, 0.9) 62%, rgba(242, 169, 140, 0.62));
	box-shadow: 0 30px 90px rgba(5, 47, 74, 0.18);
	color: #fff;
}

.jx-package-panel::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 248, 219, 0.22);
	border-radius: 6px;
	background:
		linear-gradient(118deg, transparent 0 28%, rgba(255, 255, 255, 0.16) 41%, transparent 58%),
		radial-gradient(circle at 20% 22%, rgba(255, 248, 214, 0.68) 0 2px, transparent 3px),
		radial-gradient(circle at 56% 36%, rgba(255, 255, 255, 0.74) 0 1px, transparent 2px),
		radial-gradient(circle at 84% 72%, rgba(244, 220, 145, 0.56) 0 2px, transparent 3px);
	pointer-events: none;
	transform: translate3d(calc(var(--jx-card-x, 0) * 14px), calc(var(--jx-card-y, 0) * 10px), 0);
	transition: transform 0.24s ease;
}

.jx-package-panel span,
.jx-package-panel strong,
.jx-package-panel p,
.jx-package-panel ul {
	position: relative;
	z-index: 2;
}

.jx-package-panel span {
	width: fit-content;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(244, 220, 145, 0.22);
	color: #fff8df;
	font-size: 14px;
	font-weight: 900;
}

.jx-package-panel strong {
	margin-top: 22px;
	color: #fff;
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
}

.jx-package-panel p {
	max-width: 320px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
	line-height: 1.6;
}

.jx-package-panel ul {
	display: grid;
	gap: 9px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.jx-package-panel li {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.jx-package-panel li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: #f4dc91;
	box-shadow: 0 0 12px rgba(244, 220, 145, 0.54);
}

.jx-compare-section {
	padding: 104px 0;
	background:
		linear-gradient(118deg, rgba(233, 197, 104, 0.16), transparent 32%),
		linear-gradient(180deg, #d8edf3 0%, #fbfaf4 84%);
}

.jx-compare-grid {
	display: grid;
	gap: 10px;
}

.jx-compare-row {
	display: grid;
	grid-template-columns: 86px 1.25fr 0.7fr 0.9fr 92px;
	gap: 18px;
	align-items: center;
	min-height: 84px;
	padding: 20px 24px;
	border: 1px solid rgba(7, 75, 112, 0.13);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(235, 247, 250, 0.76));
	color: #526f7b;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 16px 46px rgba(5, 47, 74, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jx-compare-row:hover {
	border-color: rgba(233, 197, 104, 0.58);
	box-shadow: 0 22px 62px rgba(5, 47, 74, 0.1);
	transform: translateY(-2px);
}

.jx-compare-row-package {
	border-color: rgba(233, 197, 104, 0.34);
	background:
		linear-gradient(100deg, rgba(255, 248, 219, 0.9), rgba(232, 247, 250, 0.78));
}

.jx-compare-row strong {
	color: var(--jx-forest);
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.jx-compare-row-package strong {
	font-family: var(--jx-font-serif);
	font-size: 28px;
}

.jx-compare-row a {
	justify-self: end;
	padding: 9px 14px;
	border-radius: 6px;
	background: var(--jx-forest);
	color: #fff;
	font-weight: 900;
}

.jx-trust-section {
	padding: 100px 0 108px;
	background:
		linear-gradient(132deg, rgba(242, 169, 140, 0.11), transparent 30%),
		linear-gradient(180deg, #fbfaf4 0%, #eef8fa 100%);
}

.jx-trust-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.jx-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.jx-trust-item {
	position: relative;
	min-height: 236px;
	padding: 28px;
	border: 1px solid rgba(7, 75, 112, 0.13);
	border-radius: 8px;
	background:
		linear-gradient(122deg, rgba(244, 220, 145, 0.16), transparent 42%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(231, 247, 250, 0.72));
	box-shadow: 0 18px 54px rgba(5, 47, 74, 0.08);
	transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.jx-trust-item span {
	position: relative;
	display: block;
	color: rgba(10, 111, 141, 0.48);
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

.jx-trust-item span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 54px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(233, 197, 104, 0.76);
	box-shadow: 0 0 18px rgba(233, 197, 104, 0.34);
}

.jx-trust-item:hover {
	border-color: rgba(233, 197, 104, 0.52);
	box-shadow: 0 22px 64px rgba(5, 47, 74, 0.1);
}

.jx-trust-item h3 {
	margin: 42px 0 0;
	color: var(--jx-ink);
	font-family: var(--jx-font-serif);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
}

.jx-trust-item p {
	margin: 14px 0 0;
	color: #5c7885;
	font-weight: 500;
	line-height: 1.72;
}

.jx-booking-flow {
	padding: 108px 0;
	background:
		linear-gradient(180deg, #eef8fa 0%, #fbfaf4 100%);
}

.jx-flow-track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.jx-flow-track li {
	position: relative;
	min-height: 240px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(7, 75, 112, 0.13);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 246, 248, 0.72));
	box-shadow: 0 16px 44px rgba(5, 47, 74, 0.07);
}

.jx-flow-track li::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, transparent 0 34%, rgba(244, 220, 145, 0.18) 46%, transparent 58%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-42%);
}

.jx-flow-track li.is-visible::before {
	animation: jx-step-sheen 1.25s ease both;
}

.jx-flow-track li:nth-child(2).is-visible::before {
	animation-delay: 0.12s;
}

.jx-flow-track li:nth-child(3).is-visible::before {
	animation-delay: 0.24s;
}

.jx-flow-track li:nth-child(4).is-visible::before {
	animation-delay: 0.36s;
}

.jx-flow-track li::after {
	content: "";
	position: absolute;
	top: 47px;
	right: -11px;
	width: 12px;
	height: 1px;
	background: rgba(7, 75, 112, 0.2);
}

.jx-flow-track li:last-child::after {
	display: none;
}

@keyframes jx-step-sheen {
	0% {
		opacity: 0;
		transform: translateX(-46%);
	}
	38% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(46%);
	}
}

.jx-flow-track span {
	display: block;
	color: rgba(10, 111, 141, 0.58);
	font-family: var(--jx-font-number), var(--jx-font-serif);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.jx-flow-track strong {
	display: block;
	margin-top: 42px;
	color: var(--jx-ink);
	font-family: var(--jx-font-serif);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.jx-flow-track p {
	margin: 14px 0 0;
	color: #617983;
	font-weight: 500;
}

.jx-final-cta {
	padding: 108px 0;
	background:
		linear-gradient(128deg, rgba(244, 220, 145, 0.18), transparent 36%),
		linear-gradient(135deg, #05283f 0%, #074b70 58%, #0a6f8d 100%);
	color: #fff;
}

.jx-final-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
	gap: 70px;
	align-items: center;
}

.jx-final-cta .jx-kicker,
.jx-final-cta h2,
.jx-final-cta p {
	color: rgba(255, 250, 230, 0.94);
}

.jx-final-cta .jx-button {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.jx-final-cta .jx-button-primary {
	border-color: #f4dc91;
	background: #f4dc91;
	color: #06283d;
}

.jx-content-links {
	display: grid;
	gap: 10px;
}

.jx-content-links a {
	padding: 22px 24px;
	border: 1px solid rgba(244, 220, 145, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 250, 230, 0.94);
	font-family: var(--jx-font-display);
	font-size: 28px;
	font-weight: 600;
	transition: background 0.2s ease, transform 0.2s ease;
}

.jx-content-links a:hover {
	background: rgba(255, 255, 255, 0.14);
	transform: translateX(4px);
}

[data-reveal] {
	--jx-reveal-y: 36px;
	--jx-reveal-scale: 0.985;
	opacity: 0;
	filter: blur(8px);
	transform: translateY(var(--jx-reveal-y)) scale(var(--jx-reveal-scale));
	transition: opacity 0.86s cubic-bezier(0.22, 1, 0.36, 1), transform 0.86s cubic-bezier(0.22, 1, 0.36, 1), filter 0.86s ease;
}

[data-reveal].is-visible {
	--jx-reveal-y: 0;
	--jx-reveal-scale: 1;
	opacity: 1;
	filter: blur(0);
}

.jx-interactive-card {
	--jx-card-x: 0;
	--jx-card-y: 0;
	--jx-card-lift: 0px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.22s ease, border-color 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
	will-change: transform;
}

.jx-interactive-card[data-reveal] {
	transform:
		perspective(900px)
		translate3d(0, var(--jx-reveal-y, 0), 0)
		scale(var(--jx-reveal-scale, 1))
		rotateX(calc(var(--jx-card-y) * -4deg))
		rotateY(calc(var(--jx-card-x) * 5deg))
		translate3d(0, var(--jx-card-lift), 0);
}

.jx-interactive-card:not([data-reveal]) {
	transform:
		perspective(900px)
		rotateX(calc(var(--jx-card-y) * -4deg))
		rotateY(calc(var(--jx-card-x) * 5deg))
		translate3d(0, var(--jx-card-lift), 0);
}

.jx-interactive-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: inherit;
	background:
		radial-gradient(circle at calc(50% + var(--jx-card-x) * 78%) calc(50% + var(--jx-card-y) * 78%), rgba(255, 245, 205, 0.18), transparent 38%),
		linear-gradient(125deg, transparent 0%, rgba(255, 255, 255, 0.12) 42%, transparent 62%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.jx-interactive-card.is-interacting {
	--jx-card-lift: -4px;
	z-index: 2;
}

.jx-interactive-card.is-interacting::after {
	opacity: 1;
}

.jx-interactive-card.is-pressed {
	filter: saturate(1.04) brightness(0.99);
}

@media (max-width: 1100px) {
	.jx-decision-layout,
	.jx-atelier-layout,
	.jx-package-layout,
	.jx-trust-layout,
	.jx-final-layout {
		grid-template-columns: 1fr;
	}

	.jx-decision-layout,
	.jx-atelier-layout,
	.jx-package-layout,
	.jx-trust-layout,
	.jx-final-layout {
		gap: 34px;
	}

	.jx-atelier-copy {
		position: relative;
		top: auto;
	}

	.jx-room-selector {
		max-width: calc(100% - 420px);
	}

	.jx-flow-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.jx-motion-section {
		scroll-margin-top: 148px;
	}

	.jx-ocean-hero {
		--jx-moon-size: 620px;
		--jx-moon-top: 176px;
	}

	.jx-ocean-photo {
		background-position: center top, center center;
		background-size: 760px auto, cover;
	}

	.jx-ocean-copy {
		width: min(100% - 28px, 1180px);
		justify-content: flex-end;
		padding: 0 0 248px;
		transform:
			translate3d(0, var(--jx-copy-y, 0), 0)
			scale(var(--jx-copy-scale, 1));
	}

	.jx-ocean-copy h1 {
		font-size: 64px;
		line-height: 0.94;
	}

	.jx-ocean-copy h1::after {
		inset: 70% 0 auto;
		opacity: 0.34;
	}

	.jx-ocean-copy p {
		max-width: 18em;
		margin-top: 14px;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.62;
	}

	.jx-ocean-scroll {
		display: none;
	}

	.jx-decision-strip,
	.jx-atelier-section,
	.jx-room-stage,
	.jx-package-section,
	.jx-compare-section,
	.jx-trust-section,
	.jx-booking-flow,
	.jx-final-cta {
		padding: 66px 0;
	}

	.jx-section-inner {
		width: min(100% - 28px, 1120px);
	}

	.jx-decision-copy h2,
	.jx-atelier-copy h2,
	.jx-package-copy h2,
	.jx-stage-heading h2,
	.jx-final-cta h2 {
		font-size: 37px;
		line-height: 1.14;
	}

	.jx-atelier-copy p,
	.jx-package-copy p {
		font-size: 16px;
	}

	.jx-decision-copy p {
		font-size: 16px;
	}

	.jx-decision-board {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.jx-decision-room {
		min-height: 178px;
		padding: 22px;
	}

	.jx-package-panel {
		min-height: 360px;
		padding: 24px;
	}

	.jx-package-panel strong {
		font-size: 44px;
	}

	.jx-decision-line {
		grid-template-columns: 1fr;
		min-height: 154px;
		gap: 10px;
		padding: 22px;
	}

	.jx-decision-line span,
	.jx-decision-line em {
		white-space: normal;
	}

	.jx-decision-line strong {
		font-size: 23px;
	}

	.jx-story-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.jx-story-card,
	.jx-story-card:nth-child(2),
	.jx-story-card:nth-child(3) {
		min-height: 360px;
		margin-top: 0;
		padding: 22px;
		transform: none;
	}

	.jx-story-card h3 {
		font-size: 27px;
	}

	.jx-trust-grid,
	.jx-flow-track {
		grid-template-columns: 1fr;
	}

	.jx-trust-item,
	.jx-flow-track li,
	.jx-room-detail {
		padding: 22px;
	}

	.jx-flow-track li::after {
		display: none;
	}

	.jx-room-detail h3 {
		font-size: 27px;
	}

	.jx-room-showcase {
		display: grid;
		min-height: auto;
	}

	.jx-room-media {
		min-height: auto;
		aspect-ratio: 4 / 5;
	}

	.jx-room-selector {
		position: absolute;
		z-index: 6;
		right: 14px;
		bottom: 14px;
		left: 14px;
		display: flex;
		max-width: none;
		margin-top: 0;
		overflow-x: auto;
		padding: 0 0 4px;
		scroll-snap-type: x mandatory;
	}

	.jx-room-selector-button {
		flex: 0 0 calc((100% - 20px) / 3);
		min-width: 0;
		padding: 12px 10px;
		background: rgba(3, 29, 52, 0.78);
		scroll-snap-align: start;
	}

	.jx-room-selector-button strong {
		font-size: 34px;
	}

	.jx-room-selector-button span {
		font-size: 12px;
	}

	.jx-room-glass-panel {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		max-height: none;
		margin-top: 12px;
	}

	.jx-room-specs div {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.jx-compare-row {
		grid-template-columns: 1fr;
		gap: 8px;
		align-items: start;
		min-height: auto;
		padding: 20px;
	}

	.jx-compare-row a {
		justify-self: stretch;
		text-align: center;
	}

	.jx-actions {
		display: grid;
	}

	.jx-button {
		width: 100%;
	}

	.jx-content-links a {
		font-size: 23px;
	}

	.jx-interactive-card,
	.jx-interactive-card[data-reveal],
	.jx-interactive-card:not([data-reveal]) {
		transform: translate3d(0, var(--jx-reveal-y, 0), 0) scale(var(--jx-reveal-scale, 1));
	}
}

@media (prefers-reduced-motion: reduce) {
	.jx-premium-main *,
	.jx-premium-main *::before,
	.jx-premium-main *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
