:root {
	--home-ink: #183b55;
	--home-muted: #6f808a;
	--home-blue: #3d7ee8;
	--home-blue-dark: #183b55;
	--home-sky: #f5f9fc;
	--home-sand: #f5f9fc;
	--home-orange: #f28a2e;
}

.home-page {
	background: #fff;
	color: var(--home-ink);
}

.home-page .site-header {
	background: #fff;
	box-shadow: 0 1px 0 rgba(20, 58, 75, 0.1);
}

.home-page .head-inner {
	height: 96px;
	max-width: 1240px;
	padding: 0 30px;
	gap: 44px;
}

.home-page .brand {
	gap: 12px;
	min-width: 280px;
}

.home-page .brand img {
	height: 58px;
}

.home-page .brand strong {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}

.home-page .brand small {
	display: block;
	margin-top: 1px;
	color: #7f9099;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-page .search {
	width: 280px;
	height: 44px;
	margin-left: auto;
	padding: 0 16px;
	border: 1px solid #c8d5dc;
	background: #f8fafc;
	border-radius: 3px;
	color: var(--home-ink);
	font-size: 13px;
}

.home-page .search:focus {
	border-color: var(--home-blue);
	box-shadow: 0 0 0 4px rgba(61, 126, 232, 0.12);
}

.home-page .header-contact {
	display: flex;
	min-width: 155px;
	flex-direction: column;
	gap: 1px;
	color: #6f808a;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.home-page .header-contact b {
	color: var(--home-ink);
	font-size: 19px;
	letter-spacing: 1px;
}

.home-page .nav {
	height: 58px;
	background: #fff;
	border-bottom: 1px solid #e3edf2;
}

.home-page .nav ul {
	max-width: 1240px;
	padding: 0 30px;
	justify-content: flex-start;
	gap: 4px;
}

.home-page .nav ul {
	justify-content: center;
}

.home-page .nav li {
	flex: 0 0 128px;
}

.home-page .nav a {
	font-size: 14px;
	color: #526a78;
	letter-spacing: 1px;
	border-radius: 0;
	transition:
		background 0.2s ease,
		color 0.2s ease;
}

.home-page .nav a:hover,
.home-page .nav a.active {
	background: var(--home-blue);
	color: #fff;
	box-shadow: none;
}

.home-page .intro-band {
	height: 560px;
	min-height: 0;
	background: #153b5c;
}

.home-page .home-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
}

.home-page .home-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	filter: saturate(1.04);
	transform: scale(1.12);
}

.home-page .home-slide:after {
	background:
		linear-gradient(
			90deg,
			rgba(21, 59, 92, 0.2),
			rgba(21, 59, 92, 0.04) 65%,
			rgba(21, 59, 92, 0.2)
		),
		linear-gradient(0deg, rgba(21, 59, 92, 0.36), transparent 55%);
}

.home-page .home-slide-active > img,
.home-page .swiper-slide-active > img {
	transform: scale(1);
}

.home-page .home-slider.swiper .home-slide {
	position: absolute;
	inset: 0;
	opacity: 0 !important;
	visibility: visible;
	transition: opacity 1.2s ease !important;
}

.home-page .home-slider:not(.swiper-initialized) .home-slide:first-child,
.home-page .home-slider.swiper .swiper-slide-active {
	opacity: 1 !important;
}

.home-page
	.home-slider:not(.swiper-initialized)
	.home-slide:first-child
	.slide-panel,
.home-page .home-slider.swiper .swiper-slide-active .slide-panel {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.home-page .home-slider.swiper .home-slide > img {
	position: absolute;
	inset: 0;
}

.home-page .slide-panel {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: min(700px, 72vw);
	padding: 36px 46px 34px;
	transform: translate(-50%, -50%);
	background: rgba(28, 24, 20, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	text-align: center;
	box-shadow: 0 18px 40px rgba(24, 59, 85, 0.14);
}

.home-page .slide-panel .eyebrow {
	margin: 0 0 12px;
	color: #d8ecff;
	font-size: 10px;
	letter-spacing: 4px;
	text-shadow: none;
}

.home-page .slide-panel h2 {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.3;
	letter-spacing: 2px;
	font-weight: 600;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.home-page .slide-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 22px;
	background: linear-gradient(
		120deg,
		rgba(28, 24, 20, 0.2),
		rgba(28, 24, 20, 0.3)
	);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 4px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow:
		0 6px 16px rgba(8, 26, 43, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-page .slide-copy {
	max-width: 470px;
	margin: 18px auto 22px;
	color: #f7fbff;
	font-size: 13px;
	line-height: 1.8;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.38);
}

.home-page .slide-panel .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 26px;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0.06)
	);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow:
		0 10px 24px rgba(8, 26, 43, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition:
		background 0.3s ease,
		border-color 0.3s ease,
		color 0.3s ease,
		transform 0.35s cubic-bezier(0.22, 0.8, 0.32, 1),
		box-shadow 0.3s ease,
		text-shadow 0.3s ease;
}

.home-page .slide-panel .btn:hover {
	background: linear-gradient(120deg, var(--home-blue), #62b8dd);
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
	transform: translateY(-2px);
	box-shadow:
		0 16px 30px rgba(8, 26, 43, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.home-page .slide-panel .btn span {
	transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.32, 1);
}

.home-page .slide-panel .btn:hover span {
	transform: translate(2px, -2px);
}

.home-page .intro-content .btn span {
	font-size: 18px;
	line-height: 1;
}

.home-page .slider-arrow {
	z-index: 2;
	width: 58px;
	height: 88px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(21, 59, 92, 0.18);
	font-size: 42px;
	line-height: 1;
	color: #fff;
	opacity: 0.9;
	transition:
		background 0.25s ease,
		transform 0.25s ease;
}

.home-page .slider-arrow:hover {
	background: rgba(61, 126, 232, 0.8);
	transform: translateY(-50%) scale(1.03);
}

.home-page .slider-arrow.prev {
	left: 7%;
}

.home-page .slider-arrow.next {
	right: 7%;
}

.home-page .slider-dots {
	z-index: 2;
	bottom: 24px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.home-page .slider-dots .swiper-dot {
	width: 28px;
	height: 3px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition:
		width 0.25s ease,
		background 0.25s ease;
}

.home-page .slider-dots .swiper-dot.active {
	width: 48px;
	background: #fff;
}

.home-page .home-slider.swiper .slide-panel {
	opacity: 0;
	transform: translate(-50%, -46%);
	transition:
		opacity 0.7s ease,
		transform 0.9s cubic-bezier(0.22, 0.8, 0.32, 1);
}

.home-page .home-slider.swiper .swiper-slide-active .slide-panel {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-delay: 0.22s;
}

.home-page .home-slider.swiper .home-slide.is-animating > img {
	animation: home-banner-image-in 7s ease both;
}

.home-page .home-slider.swiper .home-slide.is-animating .slide-panel {
	animation: home-banner-panel-in 0.9s cubic-bezier(0.22, 0.8, 0.32, 1) 0.18s
		both;
}

@keyframes home-banner-image-in {
	from {
		transform: scale(1.12);
	}

	to {
		transform: scale(1);
	}
}

@keyframes home-banner-panel-in {
	from {
		opacity: 0;
		transform: translate(-50%, -46%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.home-page .travel-benefits-section,
.home-page .editorial-section,
.home-page .city-explore-section,
.home-page .travel-guide-section {
	background: #fff !important;
}

.home-page .travel-benefits-section {
	padding: 42px 30px 40px;
	background: #fff !important;
	border-bottom: 1px solid #edf1f2;
}

.home-page .travel-benefits-inner {
	width: 80%;
	max-width: none;
}

.home-page .travel-benefits-grid {
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
}

.home-page .travel-benefit-card {
	min-height: 96px;
	padding: 2px 28px;
	border-right: 1px solid #e3edf2;
	display: flex;
}

.home-page .travel-benefit-card:first-child {
	padding-left: 0;
}

.home-page .travel-benefit-card:last-child {
	padding-right: 0;
	border-right: 0;
}

.home-page .travel-benefit-card .benefit-icon {
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	filter: brightness(0) saturate(100%);
}

.home-page .travel-benefit-card h3 {
	margin-bottom: 5px;
	color: var(--home-ink);
	font-size: 18px;
}

.home-page .travel-benefit-card p {
	max-width: 220px;
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.7;
}

.home-page .travel-benefit-card strong {
	color: var(--home-orange);
}

.home-page .benefits-note {
	display: none;
}

.home-page .editorial-section {
	padding: 88px 30px 94px;
}

.home-page .editorial-inner,
.home-page .domestic-inner,
.home-page .city-explore-inner,
.home-page .custom-routes-inner {
	width: 80%;
	max-width: none;
}

.home-page .editorial-heading {
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 90px;
	margin-bottom: 34px;
	padding: 0;
}

.home-page .editorial-title h2 {
	color: var(--home-ink);
	font-size: 42px;
	letter-spacing: 2px;
}

.home-page .editorial-intro p {
	font-size: 14px;
	line-height: 1.9;
}

.home-page .editorial-grid {
	gap: 16px;
}

.home-page .editorial-media {
	border-radius: 3px;
	aspect-ratio: 1.7/1;
}

.home-page .editorial-card-copy {
	padding: 22px 24px;
}

.home-page .editorial-card-copy h3 {
	font-size: 25px;
}

.home-page .domestic-section {
	padding: 86px 30px 94px;
	background: var(--home-sand) !important;
}

.home-page .domestic-heading,
.home-page .custom-routes-heading,
.home-page .travel-guide-heading {
	margin-bottom: 32px;
}

.home-page .domestic-heading h2,
.home-page .custom-routes-heading h2,
.home-page .travel-guide-heading h2 {
	font-size: 32px;
	color: var(--home-ink);
}

.home-page .domestic-feature {
	min-height: 510px;
	border-radius: 3px;
}

.home-page .domestic-list {
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.home-page .domestic-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	border: 1px solid #e3edf2 !important;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(24, 59, 85, 0.07) !important;
}

.home-page .domestic-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(24, 59, 85, 0.13) !important;
}

.home-page .domestic-card img {
	width: 100%;
	height: 148px;
	min-height: 0;
	flex: 0 0 148px;
	object-fit: cover;
}

.home-page .domestic-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 13px 16px 14px;
}

.home-page .domestic-card h3 {
	margin: 0 0 5px;
	color: var(--home-ink);
	font-size: 17px;
	line-height: 1.4;
}

.home-page .domestic-card p {
	min-height: 0;
	margin: 0 0 10px;
	color: var(--home-muted);
	font-size: 12px;
	line-height: 1.55;
}

.home-page .domestic-card b {
	margin-top: auto;
	color: var(--home-blue-dark);
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
}

.home-page .domestic-card b small,
.home-page .domestic-card b em {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.home-page .city-explore-section {
	padding: 88px 30px 94px;
	overflow-x: hidden;
}

.home-page .city-explore-heading h2 {
	font-size: 32px;
}

.home-page .city-feature {
	min-height: 500px;
	border-radius: 3px;
}

.home-page .city-deals-grid {
	gap: 16px;
}

.home-page .city-deal {
	border: 1px solid #e3edf2 !important;
}

.home-page .custom-routes-section {
	padding: 88px 30px 96px;
	background: var(--home-sky) !important;
}

.home-page .custom-routes-stepper:before {
	background: #a8c5d7;
}

.home-page .custom-route-step .custom-route-step-no {
	background: var(--home-blue);
	border-color: var(--home-sky);
	box-shadow: 0 0 0 1px #9db8ca;
}

.home-page .custom-route-step:last-child .custom-route-step-no {
	background: var(--home-orange);
	box-shadow: 0 0 0 1px #f7b06b;
}

.home-page .custom-route-step > div > span {
	color: var(--home-blue-dark);
}

.home-page .footer {
	background: #102a37;
}

.home-page .domestic-heading > a,
.home-page .custom-routes-heading > a,
.home-page .editorial-intro > a {
	color: var(--home-blue-dark);
}

.home-page .travel-benefit-card strong,
.home-page .city-deal span {
	color: var(--home-orange);
}

.home-page .city-deal p {
	color: var(--home-blue-dark);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home-page .city-deal h3 {
	color: var(--home-ink);
}

.home-page .city-tab {
	color: var(--home-muted) !important;
	border-bottom-color: transparent;
	transition:
		color 0.25s ease,
		border-color 0.25s ease;
}

.home-page .city-tab:hover {
	color: var(--home-ink) !important;
	border-bottom-color: var(--home-orange) !important;
}

.home-page .city-tab.is-active {
	color: var(--home-ink) !important;
	border-bottom-color: var(--home-orange) !important;
	font-weight: 600;
}

.home-page .domestic-feature-copy span strong {
	color: #fff !important;
}

.home-page .domestic-section {
	background: var(--home-sky) !important;
}

.home-page .city-explore-section {
	background: #fff !important;
}

.home-page .domestic-heading,
.home-page .city-explore-heading {
	margin-bottom: 30px;
}

.home-page .domestic-heading h2,
.home-page .city-explore-heading h2 {
	color: var(--home-ink);
	font-weight: 600;
	letter-spacing: 0;
}

.home-page .domestic-heading p,
.home-page .city-explore-heading > p:last-child {
	color: var(--home-muted);
}

.home-page .domestic-heading > a {
	color: var(--home-blue-dark);
}

.home-page .domestic-layout,
.home-page .city-panel {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
}

.home-page .city-panel[hidden] {
	display: none;
}

.home-page .city-panel.is-entering {
	animation: city-panel-in 0.42s cubic-bezier(0.22, 0.8, 0.32, 1) both;
}

.home-page .city-feature-copy h3 + p {
	max-width: 410px;
	margin-bottom: 17px;
	color: #e7f5f7;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0;
}

@keyframes city-panel-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-page .home-slider.swiper .home-slide.is-animating > img,
	.home-page .home-slider.swiper .home-slide.is-animating .slide-panel,
	.home-page .city-panel.is-entering {
		animation: none;
	}

	.home-page .home-slide > img {
		transform: scale(1);
	}

	.home-page .home-slider.swiper .slide-panel {
		transition: none;
	}
}

.home-page .domestic-feature,
.home-page .city-feature {
	border-radius: 4px;
}
.home-page .domestic-feature img {
	object-fit: cover;
}
.home-page .domestic-feature-copy p,
.home-page .city-feature-copy p[data-city-feature-kicker] {
	color: rgba(255, 255, 255, 0.88);
}

.home-page .domestic-feature-copy h3,
.home-page .city-feature-copy h3 {
	color: #fff;
}

.home-page .domestic-feature-copy span strong,
.home-page .city-feature-copy strong {
	color: var(--home-orange) !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.home-page .domestic-feature-copy span > em {
	color: rgba(255, 255, 255, 0.92);
}

.home-page .domestic-card,
.home-page .city-deal {
	border: 1px solid #e3edf2 !important;
	border-radius: 4px;
	background: #fff;
}

.home-page .domestic-card h3,
.home-page .city-deal h3 {
	color: var(--home-ink);
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home-page .domestic-card p,
.home-page .city-deal p[data-city-deal-type] {
	color: var(--home-muted);
}

.home-page .domestic-card b,
.home-page .city-deal span {
	color: var(--home-orange) !important;
}

.home-page .domestic-card b small,
.home-page .domestic-card b em {
	color: var(--home-muted);
}

.home-page .city-deal p[data-city-deal-type] {
	margin-bottom: 5px;
	color: var(--home-blue-dark);
}

.home-page .city-deal > div {
	padding: 13px 16px 16px;
}

.home-page .city-deal span {
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
}

.home-page .city-deal span small {
	font-size: 12px;
	font-weight: 400;
	margin-left: 4px;
	color: var(--home-muted);
}

@media (max-width: 820px) {
	.home-page .head-inner {
		height: 82px;
		padding: 0 16px;
		gap: 12px;
	}

	.home-page .brand {
		min-width: 0;
		gap: 8px;
	}

	.home-page .brand img {
		height: 42px;
	}

	.home-page .brand strong {
		font-size: 18px;
	}

	.home-page .brand small {
		font-size: 9px;
		letter-spacing: 1px;
	}

	.home-page .search {
		width: 132px;
		height: 36px;
		margin-left: auto;
		padding: 0 10px;
		font-size: 11px;
	}

	.home-page .header-contact {
		display: none;
	}

	.home-page .nav {
		height: 52px;
		overflow: hidden;
	}

	.home-page .nav ul {
		padding: 0 10px;
		overflow-x: auto;
	}

	.home-page .nav li {
		flex: 0 0 77px;
	}

	.home-page .nav a {
		font-size: 13px;
	}

	.home-page .intro-band {
		height: 500px;
	}

	.home-page .slide-panel {
		width: calc(100% - 32px);
		padding: 27px 17px 25px;
	}

	.home-page .slide-panel .eyebrow {
		font-size: 8px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.home-page .slide-panel h2 {
		font-size: 22px;
		letter-spacing: 1px;
	}

	.home-page .slide-label {
		padding: 7px 16px;
		font-size: 11px;
		letter-spacing: 3px;
	}

	.home-page .slide-copy {
		font-size: 12px;
		margin: 15px auto 19px;
	}

	.home-page .slider-arrow {
		width: 38px;
		height: 62px;
		font-size: 31px;
	}

	.home-page .slider-arrow.prev {
		left: 9px;
	}

	.home-page .slider-arrow.next {
		right: 9px;
	}

	.home-page .slider-dots {
		bottom: 18px;
	}

	.home-page .travel-benefits-inner,
	.home-page .editorial-inner,
	.home-page .domestic-inner,
	.home-page .city-explore-inner,
	.home-page .custom-routes-inner {
		width: 100%;
	}

	.home-page .travel-benefits-section {
		padding: 30px 16px 28px;
	}

	.home-page .travel-benefits-grid {
		grid-template-columns: 1fr;
		gap: 22px 0;
	}

	.home-page .travel-benefit-card,
	.home-page .travel-benefit-card:first-child,
	.home-page .travel-benefit-card:last-child {
		min-height: 0;
		padding: 0 13px;
		border-right: 0;
	}

	.home-page .travel-benefit-card:nth-child(odd) {
		border-right: 1px solid #e3edf2;
	}

	.home-page .travel-benefit-card h3 {
		font-size: 16px;
	}

	.home-page .travel-benefit-card p {
		font-size: 12px;
	}

	.home-page .editorial-section,
	.home-page .domestic-section,
	.home-page .city-explore-section,
	.home-page .custom-routes-section,
	.home-page .travel-guide-section {
		padding: 58px 16px 64px;
	}

	.home-page .editorial-title h2,
	.home-page .city-explore-heading h2,
	.home-page .domestic-heading h2,
	.home-page .custom-routes-heading h2,
	.home-page .travel-guide-heading h2 {
		font-size: 28px;
	}

	.home-page .editorial-heading {
		gap: 18px;
		margin-bottom: 24px;
	}

	.home-page .editorial-grid {
		gap: 14px;
	}

	.home-page .domestic-feature {
		min-height: 390px;
	}

	.home-page .domestic-list {
		gap: 12px;
	}

	.home-page .domestic-card img {
		height: 120px;
		flex-basis: 120px;
	}

	.home-page .domestic-card > div {
		padding: 11px 12px 12px;
	}

	.home-page .domestic-card h3 {
		font-size: 14px;
	}

	.home-page .domestic-card p {
		font-size: 11px;
	}

	.home-page .domestic-card b {
		font-size: 18px;
	}

	.home-page .city-deal > div {
		padding: 11px 12px 13px;
	}

	.home-page .city-deal h3 {
		font-size: 14px;
	}

	.home-page .city-deal span {
		font-size: 18px;
	}

	.home-page .city-deal span small {
		font-size: 10px;
	}

	.home-page .city-panel {
		grid-template-columns: 1fr;
	}
}

.home-page .domestic-section {
	background: var(--home-sky) !important;
}

.home-page .domestic-showcase {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 26px;
}

.home-page .domestic-feature {
	min-height: 522px;
	border-radius: 4px;
}

.home-page .domestic-route-list {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #dce8ee;
}

.home-page .domestic-route-row {
	display: grid;
	grid-template-columns: 38px 112px minmax(0, 1fr) auto 28px;
	align-items: center;
	gap: 15px;
	padding: 13px 0;
	border-bottom: 1px solid #dce8ee;
	transition:
		background 0.25s ease,
		padding 0.25s ease;
}

.home-page .domestic-route-row:hover {
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.72);
}

.home-page .domestic-route-index {
	color: #9aabb4;
	font-size: 13px;
	letter-spacing: 1px;
}

.home-page .domestic-route-row img {
	width: 112px;
	height: 88px;
	object-fit: cover;
	border-radius: 3px;
}

.home-page .domestic-route-row > div {
	min-width: 0;
}

.home-page .domestic-route-row p {
	margin: 0 0 4px;
	color: var(--home-blue-dark);
	font-size: 11px;
	letter-spacing: 1px;
}

.home-page .domestic-route-row h3 {
	margin: 0 0 5px;
	overflow: hidden;
	color: var(--home-ink);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-page .domestic-route-row > div > span {
	color: var(--home-muted);
	font-size: 12px;
}

.home-page .domestic-route-row > strong {
	color: var(--home-orange);
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
}

.home-page .domestic-route-row > strong small {
	font-size: 11px;
	font-weight: 400;
}

.home-page .domestic-row-arrow {
	color: var(--home-orange);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.home-page .custom-routes-section {
	background: var(--home-ink) !important;
}

.home-page .custom-routes-heading h2 {
	color: #fff;
}

.home-page .custom-routes-heading p {
	color: #b9cbd5;
}

.home-page .custom-routes-heading > a {
	color: var(--home-orange);
}

.home-page .custom-routes-stepper:before {
	background: rgba(255, 255, 255, 0.3);
}

.home-page .custom-route-step .custom-route-step-no {
	background: var(--home-orange);
	border-color: var(--home-ink);
	color: #fff;
	box-shadow: 0 0 0 1px rgba(242, 138, 46, 0.7);
}

.home-page .custom-route-step:last-child .custom-route-step-no {
	background: var(--home-orange);
	box-shadow: 0 0 0 1px rgba(242, 138, 46, 0.7);
}

.home-page .custom-route-step > div > span {
	color: #a9d7ed;
}

.home-page .custom-route-step h3 {
	color: #fff;
}

.home-page .custom-route-step p {
	color: #b9cbd5;
}

@media (max-width: 800px) {
	.home-page .domestic-showcase {
		display: block;
	}

	.home-page .domestic-feature {
		min-height: 240px;
		margin-bottom: 23px;
	}

	.home-page .domestic-route-list {
		display: block;
	}

	.home-page .domestic-route-row {
		grid-template-columns: 25px 78px minmax(0, 1fr) 22px;
		gap: 10px;
		padding: 11px 0;
	}

	.home-page .domestic-route-row img {
		width: 78px;
		height: 67px;
	}

	.home-page .domestic-route-row h3 {
		font-size: 14px;
	}

	.home-page .domestic-route-row > div > span {
		font-size: 10px;
	}

	.home-page .domestic-route-row > strong {
		grid-column: 3;
		font-size: 17px;
	}

	.home-page .domestic-row-arrow {
		grid-column: 4;
		grid-row: 1/3;
	}
}

.home-page .domestic-heading > a,
.home-page .editorial-intro > a,
.home-page .custom-routes-heading > a {
	color: var(--home-orange) !important;
}

.home-page .domestic-heading > a img,
.home-page .editorial-intro > a img {
	filter: sepia(1) saturate(5) hue-rotate(335deg) brightness(0.95);
}

.home-page .custom-routes-section {
	background: var(--home-sky) !important;
}

.home-page .custom-routes-heading h2 {
	color: var(--home-ink);
}

.home-page .custom-routes-heading p {
	color: var(--home-muted);
}

.home-page .custom-routes-heading > a {
	color: var(--home-orange) !important;
}

.home-page .custom-routes-stepper:before {
	background: #b7cbd7;
}

.home-page .custom-route-step .custom-route-step-no {
	background: var(--home-orange);
	border-color: var(--home-sky);
	color: #fff;
	box-shadow: 0 0 0 1px #eeb16f;
}

.home-page .custom-route-step:last-child .custom-route-step-no {
	background: var(--home-orange);
	box-shadow: 0 0 0 1px #eeb16f;
}

.home-page .custom-route-step > div > span {
	color: var(--home-blue-dark);
}

.home-page .custom-route-step h3 {
	color: var(--home-ink);
}

.home-page .custom-route-step p {
	color: var(--home-muted);
}

.home-page .city-feature {
	display: flex;
	min-height: 500px;
	align-items: flex-end;
	background: #153b5c;
	border: 1px solid #dceaf1;
	color: #fff;
}

.home-page .city-feature > img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.home-page .city-feature:hover > img {
	transform: scale(1.04);
}

.home-page .city-feature:after {
	display: block;
	content: "";
	position: absolute;
	inset: 25% 0 0;
	background: linear-gradient(180deg, transparent, rgba(14, 42, 62, 0.88));
}

.home-page .city-feature:before {
	display: none;
}

.home-page .city-feature-copy {
	position: relative;
	z-index: 1;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	padding: 42px 46px 38px;
}

.home-page .city-feature-copy h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 34px;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home-page .city-feature-copy p[data-city-feature-description] {
	max-width: 390px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.9;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 800px) {
	.home-page .city-feature {
		min-height: 360px;
	}

	.home-page .city-feature-copy {
		padding: 32px 24px;
	}

	.home-page .city-feature-copy h3 {
		font-size: 26px;
	}

	.home-page .city-feature-copy p[data-city-feature-description] {
		font-size: 13px;
	}
}

.home-page .site-header {
	display: flex;
	flex-direction: column;
	background: #fff;
	color: var(--home-ink);
	box-shadow: 0 1px 0 rgba(24, 59, 85, 0.1);
}

.home-page .site-header .head-inner {
	order: 2;
	width: 100%;
	height: 96px;
	max-width: 1440px;
	gap: 44px;
	padding: 0 30px;
	background: #fff;
}

.home-page .site-header .brand {
	gap: 12px;
	min-width: 280px;
}

.home-page .site-header .brand img {
	height: 58px;
}

.home-page .site-header .brand strong {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}

.home-page .site-header .brand small {
	display: block;
	margin-top: 1px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-page .site-header .brand strong {
	color: var(--home-ink);
}

.home-page .site-header .brand small {
	color: #71838d;
}

.home-page .site-header .search {
	width: 280px;
	height: 44px;
	margin-left: auto;
	padding: 0 16px;
	border: 1px solid #b9d3e0;
	border-radius: 3px;
	background: #f8fbfd;
	color: var(--home-ink);
	font-size: 13px;
}

.home-page .site-header .nav {
	order: 1;
	width: 100%;
	height: 60px;
	background-color: #268bd0;
	background-image:
		linear-gradient(
			90deg,
			rgba(8, 77, 130, 0.38),
			rgba(30, 135, 202, 0.16) 50%,
			rgba(8, 77, 130, 0.32)
		),
		url("../images/header-sky-clouds-v3.jpg");
	background-position: center 24%;
	background-size: cover;
	border-bottom: 1px solid #62b8dd;
	box-shadow: 0 3px 10px rgba(21, 93, 137, 0.12);
}

.home-page .site-header .nav ul {
	max-width: 1440px;
	justify-content: center;
}

.home-page .site-header .nav a {
	color: #fff;
	text-shadow: 0 1px 4px rgba(14, 66, 101, 0.42);
}

.home-page .site-header .nav a:hover,
.home-page .site-header .nav a.active {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	box-shadow: inset 0 -3px var(--home-orange);
}

.home-page .custom-routes-stepper {
	gap: 20px;
}

.home-page .custom-routes-stepper:before {
	top: 41px;
	background: #9ebdcd;
}

.home-page .custom-route-step .custom-route-step-no {
	width: 58px;
	height: 58px;
	margin-bottom: 24px !important;
	border-width: 5px;
	font-size: 20px;
	font-weight: 600;
}

.home-page .custom-route-step > div {
	padding: 0 8px;
}

.home-page .custom-route-step > div > span {
	margin-bottom: 9px;
	font-size: 13px;
}

.home-page .custom-route-step h3 {
	font-size: 20px;
	line-height: 1.4;
}

.home-page .custom-route-step p {
	font-size: 14px;
	line-height: 1.8;
}

@media (max-width: 800px) {
	.home-page .site-header .head-inner {
		height: 82px;
		gap: 12px;
		padding: 0 16px;
	}

	.home-page .site-header .brand {
		min-width: 0;
		gap: 8px;
	}

	.home-page .site-header .brand img {
		height: 42px;
	}

	.home-page .site-header .brand strong {
		font-size: 18px;
	}

	.home-page .site-header .brand small {
		font-size: 9px;
		letter-spacing: 1px;
	}

	.home-page .site-header .search {
		width: 132px;
		height: 36px;
		padding: 0 10px;
		font-size: 11px;
	}

	.home-page .site-header .nav {
		height: 52px;
	}

	.home-page .custom-routes-stepper {
		gap: 0;
	}

	.home-page .custom-routes-stepper:before {
		top: 29px;
		bottom: 29px;
		left: 22px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.home-page .custom-route-step .custom-route-step-no {
		width: 46px;
		height: 46px;
		margin: 0 !important;
		border-width: 4px;
		font-size: 17px;
	}

	.home-page .custom-route-step > div {
		padding: 1px 0 25px;
	}

	.home-page .custom-route-step h3 {
		font-size: 18px;
	}

	.home-page .custom-route-step p {
		font-size: 13px;
	}
}

.home-page .editorial-title h2 {
	font-size: 46px;
}

.home-page .editorial-intro {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 0 5px;
}

.home-page .editorial-intro > a {
	font-size: 14px;
}

@media (max-width: 800px) {
	.home-page .editorial-title h2 {
		font-size: 34px;
	}

	.home-page .editorial-intro {
		justify-content: flex-start;
		padding: 0;
		margin-top: 2px;
	}

	.home-page .editorial-intro > a {
		font-size: 13px;
	}
}

.home-page .editorial-heading {
	display: block;
	margin-bottom: 34px;
}

.home-page .editorial-title h2 {
	font-size: 44px;
	line-height: 1.3;
}

.home-page .editorial-card {
	position: relative;
	overflow: hidden;
}

.home-page .editorial-card:focus-visible {
	outline: 3px solid var(--home-orange);
	outline-offset: 4px;
}

.home-page .editorial-card-copy {
	justify-content: flex-end;
	padding: 30px 28px 26px;
	background: linear-gradient(
		180deg,
		transparent 28%,
		rgba(12, 40, 61, 0.88) 100%
	);
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.home-page .editorial-card:hover .editorial-card-copy,
.home-page .editorial-card:focus .editorial-card-copy {
	opacity: 1;
	transform: translateY(0);
}

.home-page .editorial-card-copy h3 {
	font-size: 24px;
	line-height: 1.45;
}

.home-page .editorial-card-copy span {
	font-size: 13px;
}

@media (max-width: 800px) {
	.home-page .editorial-heading {
		margin-bottom: 24px;
	}

	.home-page .editorial-title h2 {
		font-size: 32px;
	}

	.home-page .editorial-card-copy {
		opacity: 1;
		transform: none;
		padding: 22px 20px 20px;
	}

	.home-page .editorial-card-copy h3 {
		font-size: 21px;
	}
}

.home-page {
	font-size: 16px;
}

.home-page .editorial-title h2 {
	font-size: 44px;
	line-height: 1.3;
}

.home-page .editorial-card-copy h3 {
	font-size: 24px;
	line-height: 1.45;
}

.home-page .editorial-card-copy span {
	font-size: 13px;
}

.home-page .domestic-heading h2,
.home-page .city-explore-heading h2,
.home-page .custom-routes-heading h2,
.home-page .travel-guide-heading h2 {
	font-size: 34px;
	line-height: 1.35;
}

.home-page .domestic-heading p,
.home-page .city-explore-heading > p:last-child,
.home-page .custom-routes-heading p,
.home-page .travel-guide-heading p {
	font-size: 14px;
	line-height: 1.7;
}

.home-page .domestic-route-row h3 {
	font-size: 18px;
	line-height: 1.45;
}

.home-page .domestic-route-row > div > span {
	font-size: 13px;
}

.home-page .city-deal h3 {
	font-size: 17px;
	line-height: 1.45;
}

.home-page .city-deal p[data-city-deal-type] {
	font-size: 12px;
}

.home-page .custom-route-step h3 {
	font-size: 20px;
	line-height: 1.45;
}

.home-page .custom-route-step p {
	font-size: 14px;
	line-height: 1.8;
}

@media (max-width: 800px) {
	.home-page .editorial-title h2 {
		font-size: 32px;
	}

	.home-page .editorial-card-copy h3 {
		font-size: 21px;
	}

	.home-page .domestic-heading h2,
	.home-page .city-explore-heading h2,
	.home-page .custom-routes-heading h2,
	.home-page .travel-guide-heading h2 {
		font-size: 28px;
	}

	.home-page .domestic-heading p,
	.home-page .city-explore-heading > p:last-child,
	.home-page .custom-routes-heading p,
	.home-page .travel-guide-heading p {
		font-size: 13px;
	}

	.home-page .domestic-route-row h3 {
		font-size: 15px;
	}

	.home-page .domestic-route-row > div > span {
		font-size: 11px;
	}

	.home-page .city-deal h3 {
		font-size: 15px;
	}

	.home-page .custom-route-step h3 {
		font-size: 18px;
	}

	.home-page .custom-route-step p {
		font-size: 13px;
	}
}

.home-page .editorial-title h2,
.home-page .domestic-heading h2,
.home-page .city-explore-heading h2,
.home-page .custom-routes-heading h2,
.home-page .travel-guide-heading h2 {
	font-size: 34px;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 0;
}

@media (max-width: 800px) {
	.home-page .editorial-title h2,
	.home-page .domestic-heading h2,
	.home-page .city-explore-heading h2,
	.home-page .custom-routes-heading h2,
	.home-page .travel-guide-heading h2 {
		font-size: 28px;
		line-height: 1.4;
	}
}

.home-page .domestic-heading,
.home-page .custom-routes-heading,
.home-page .travel-guide-heading,
.home-page .editorial-heading {
	display: block;
	text-align: center;
}

.home-page .domestic-heading > div,
.home-page .custom-routes-heading > div,
.home-page .travel-guide-heading > div {
	width: 100%;
}

.home-page .domestic-heading p,
.home-page .custom-routes-heading p,
.home-page .travel-guide-heading p {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 800px) {
	.home-page .domestic-heading,
	.home-page .custom-routes-heading,
	.home-page .travel-guide-heading,
	.home-page .editorial-heading {
		text-align: center;
	}
}

.home-page .editorial-title,
.home-page .domestic-heading,
.home-page .city-explore-heading,
.home-page .custom-routes-heading,
.home-page .travel-guide-heading,
.home-page .travel-benefits-heading {
	text-align: center;
}

.home-page .editorial-heading > a,
.home-page .editorial-intro > a,
.home-page .domestic-heading > a,
.home-page .city-explore-heading > a,
.home-page .custom-routes-heading > a,
.home-page .travel-guide-heading > a,
.home-page .travel-benefits-heading > a {
	display: none !important;
}

/* journey showcase */
.home-page .editorial-section {
	padding: 0 !important;
	background: #fff !important;
	min-height: 100vh;
	display: flex;
}

.home-page .editorial-inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	flex: 1;
	min-height: 0;
}

.home-page .editorial-showcase {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.34fr) minmax(0, 1fr);
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	background: var(--home-ink);
	box-shadow: 0 20px 50px rgba(36, 95, 196, 0.16);
}

.home-page .editorial-showcase-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 90px 42px 36px 56px;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(
		90deg,
		rgba(28, 24, 20, 0.88) 0%,
		rgba(28, 24, 20, 0.55) 48%,
		rgba(28, 24, 20, 0) 94%
	);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.home-page .editorial-showcase-circle,
.home-page .editorial-showcase-circle:before {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.home-page .editorial-showcase-circle {
	right: -96px;
	bottom: -120px;
	width: 268px;
	height: 268px;
	background: rgba(255, 255, 255, 0.1);
}

.home-page .editorial-showcase-circle:before {
	content: "";
	inset: -42px;
	border: 36px solid rgba(255, 255, 255, 0.08);
}

.home-page .editorial-showcase-eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.home-page .editorial-showcase-copy h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
	color: #fff !important;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
}

.home-page .editorial-showcase-description {
	position: relative;
	z-index: 1;
	max-width: 240px;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	line-height: 1.9;
}

.home-page .editorial-showcase-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.4px;
}

.home-page .editorial-showcase-link span {
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

.home-page .editorial-showcase-link b {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-1px);
}

.home-page .editorial-showcase-counter {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: auto;
	padding-top: 32px;
	color: #fff;
}

.home-page .editorial-showcase-counter strong {
	font-size: 50px;
	line-height: 0.9;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
}

@keyframes counter-pop {
	0% {
		transform: translateY(14px) scale(0.9);
		opacity: 0;
	}

	60% {
		transform: translateY(0) scale(1.04);
		opacity: 1;
	}

	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

.home-page .editorial-showcase-counter span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	letter-spacing: 0.5px;
}

.home-page .editorial-showcase-media {
	position: absolute;
	inset: 0;
	min-width: 0;
	overflow: hidden;
	background: var(--home-ink);
}

.home-page .editorial-showcase-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
		visibility 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .editorial-showcase-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}

.home-page .editorial-showcase-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: transform 6.8s ease;
}

.home-page .editorial-showcase-slide.is-active img {
	transform: scale(1);
}

.home-page .editorial-showcase-slide:after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 50%;
	background: linear-gradient(
		180deg,
		rgba(24, 59, 85, 0),
		rgba(24, 59, 85, 0.62)
	);
}

.home-page .editorial-showcase-caption {
	position: absolute;
	right: 44px;
	left: auto;
	bottom: 80px;
	z-index: 2;
	max-width: 50%;
	text-align: right;
	color: #fff;
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.8s cubic-bezier(0.22, 0.8, 0.32, 1) 0.25s,
		transform 0.8s cubic-bezier(0.22, 0.8, 0.32, 1) 0.25s;
}

.home-page .editorial-showcase-slide.is-active .editorial-showcase-caption {
	opacity: 1;
	transform: translateY(0);
}

.home-page .editorial-showcase-caption h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
	transition:
		opacity 0.7s ease 0.35s,
		transform 0.7s cubic-bezier(0.22, 0.8, 0.32, 1) 0.35s;
	opacity: 0;
	transform: translateY(12px);
}

.home-page .editorial-showcase-slide.is-active .editorial-showcase-caption h3 {
	opacity: 1;
	transform: translateY(0);
}

.home-page .editorial-showcase-caption p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.6;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
	transition:
		opacity 0.7s ease 0.5s,
		transform 0.7s cubic-bezier(0.22, 0.8, 0.32, 1) 0.5s;
	opacity: 0;
	transform: translateY(12px);
}

.home-page .editorial-showcase-slide.is-active .editorial-showcase-caption p {
	opacity: 1;
	transform: translateY(0);
}

.home-page .editorial-showcase-arrows {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.home-page .editorial-showcase-arrow {
	position: relative;
	top: auto;
	z-index: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transform: none;
	appearance: none;
	-webkit-appearance: none;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.home-page .editorial-showcase-arrow.prev,
.home-page .editorial-showcase-arrow.next {
	right: auto;
	left: auto;
}

.home-page .editorial-showcase-arrow:hover {
	background: rgba(244, 138, 46, 0.82);
	border-color: rgba(244, 138, 46, 0.82);
	transform: translateY(-1px);
}

.home-page .editorial-showcase-dots {
	position: absolute;
	right: 44px;
	bottom: 48px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
}

.home-page .editorial-showcase-dots button {
	width: 26px;
	min-width: 26px;
	height: 2px;
	min-height: 2px;
	padding: 0;
	border: 0;
	border-radius: 1px;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition:
		width 0.4s cubic-bezier(0.22, 0.8, 0.32, 1),
		background 0.4s cubic-bezier(0.22, 0.8, 0.32, 1),
		min-width 0.4s cubic-bezier(0.22, 0.8, 0.32, 1);
}

.home-page .editorial-showcase-dots button.is-active {
	width: 40px;
	min-width: 40px;
	background: #fff;
}

@media (max-width: 1100px) {
	.home-page .editorial-inner {
		width: 80%;
		max-width: none;
	}

	.home-page .editorial-showcase {
		grid-template-columns: 300px minmax(0, 1fr);
		height: 420px;
	}

	.home-page .editorial-showcase-copy {
		padding: 64px 32px 28px 36px;
	}

	.home-page .editorial-showcase-eyebrow {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.home-page .editorial-showcase-copy h2 {
		font-size: 20px;
	}

	.home-page .editorial-showcase-caption {
		right: 28px;
		bottom: 30px;
	}

	.home-page .editorial-showcase-caption h3 {
		font-size: 24px;
	}

	.home-page .editorial-showcase-dots {
		right: 28px;
		bottom: 36px;
	}
}

@media (max-width: 800px) {
	.home-page .editorial-section {
		padding: 0 !important;
		min-height: 0;
	}

	.home-page .editorial-inner {
		width: 100%;
		max-width: none;
	}

	.home-page .editorial-showcase {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.home-page .editorial-showcase-copy {
		min-height: 300px;
		padding: 48px 28px 24px;
	}

	.home-page .editorial-showcase-circle {
		width: 210px;
		height: 210px;
		right: -72px;
		bottom: -86px;
	}

	.home-page .editorial-showcase-circle:before {
		inset: -32px;
		border-width: 28px;
	}

	.home-page .editorial-showcase-eyebrow {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.home-page .editorial-showcase-copy h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.home-page .editorial-showcase-description {
		max-width: none;
		font-size: 13px;
	}

	.home-page .editorial-showcase-link {
		margin-top: 24px;
	}

	.home-page .editorial-showcase-counter strong {
		font-size: 40px;
	}

	.home-page .editorial-showcase-media {
		position: relative;
		inset: auto;
		height: 260px;
	}

	.home-page .editorial-showcase-caption {
		left: 20px;
		right: auto;
		bottom: 22px;
		max-width: 78%;
		text-align: left;
	}

	.home-page .editorial-showcase-caption h3 {
		font-size: 20px;
	}

	.home-page .editorial-showcase-caption p {
		font-size: 12px;
	}

	.home-page .editorial-showcase-arrows {
		margin-top: 20px;
		gap: 10px;
	}

	.home-page .editorial-showcase-arrow {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.home-page .editorial-showcase-dots {
		right: 18px;
		bottom: 24px;
	}
}

/* domestic route index */
.home-page .domestic-route-row {
	grid-template-columns: 56px 112px minmax(0, 1fr) auto 28px;
	gap: 16px;
}

.home-page .domestic-route-index {
	position: relative;
	display: block;
	width: 46px;
	height: 58px;
	color: var(--home-blue);
}

.home-page .domestic-route-row:nth-child(1) .domestic-route-index {
	color: #ff7a00;
}

.home-page .domestic-route-row:nth-child(2) .domestic-route-index {
	color: #ffb000;
}

.home-page .domestic-route-row:nth-child(3) .domestic-route-index {
	color: #f0c400;
}

.home-page .domestic-route-row:nth-child(4) .domestic-route-index {
	color: #c5c9cc;
}

.home-page .domestic-route-index svg {
	display: block;
	width: 100%;
	height: 100%;
}

.home-page .domestic-route-index b {
	position: absolute;
	left: 50%;
	top: 40%;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	font-style: normal;
	font-variant-numeric: tabular-nums;
	transform: translate(-50%, -50%);
}

.home-page .domestic-route-row:nth-child(1):hover .domestic-route-index {
	color: #e86d00;
}

.home-page .domestic-route-row:nth-child(2):hover .domestic-route-index {
	color: #e59a00;
}

.home-page .domestic-route-row:nth-child(3):hover .domestic-route-index {
	color: #d4aa10;
}

.home-page .domestic-route-row:nth-child(4):hover .domestic-route-index {
	color: #b5b9bd;
}

@media (max-width: 800px) {
	.home-page .domestic-route-row {
		grid-template-columns: 44px 78px minmax(0, 1fr) 22px;
		gap: 10px;
	}

	.home-page .domestic-route-index {
		width: 38px;
		height: 48px;
	}

	.home-page .domestic-route-index b {
		font-size: 12px;
	}
}

/* how it works section */
.home-page .how-it-works-section {
	position: relative;
	padding: 96px 30px 120px;
	background: #fff;
	overflow: hidden;
}

.home-page .how-it-works-section:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.08;
	background-image: linear-gradient(#000 1px, transparent 1px);
	background-size: 100% 32px;
	background-position: 0 4px;
}

.home-page .how-it-works-section:after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#fff,
		transparent 12%,
		transparent 88%,
		#fff
	);
}

.home-page .how-it-works-inner {
	position: relative;
	z-index: 1;
	max-width: 1600px;
	margin: 0 auto;
}

.home-page .how-it-works-heading {
	text-align: center;
	margin-bottom: 100px;
}

.home-page .how-it-works-heading h2 {
	margin: 0 0 10px;
	color: var(--home-ink);
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.35;
}

.home-page .how-it-works-heading p {
	margin: 0;
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.7;
}

.home-page .how-it-works-canvas {
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 380px;
	margin: 0 auto;
}

.home-page .how-it-works-path {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #c8d1d9;
	pointer-events: none;
	z-index: 0;
}

.home-page .how-it-works-path path {
	stroke-dasharray: 8 6;
	animation: how-it-works-dash 3s linear infinite;
}

@keyframes how-it-works-dash {
	to {
		stroke-dashoffset: -140;
	}
}

.home-page .how-it-works-card {
	position: absolute;
	width: 240px;
	z-index: 1;
	transition:
		transform 0.35s cubic-bezier(0.22, 0.8, 0.32, 1),
		z-index 0s;
	will-change: transform;
}

.home-page .how-it-works-card[data-rotate="8"] {
	transform: rotate(8deg);
}

.home-page .how-it-works-card[data-rotate="-8"] {
	transform: rotate(-8deg);
}

.home-page .how-it-works-card:hover {
	z-index: 30;
	transform: rotate(0) scale(1.05);
}

.home-page .how-it-works-card-shell {
	background: #fff;
	padding: 8px;
	border-radius: 25px;
	border: 1px solid #f1f3f5;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.home-page .how-it-works-pin {
	width: 32px;
	height: 32px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
}

.home-page .how-it-works-pin svg {
	width: 100%;
	height: 100%;
	display: block;
}

.home-page .how-it-works-card-body {
	border-radius: 15px;
	padding: 20px 18px 22px;
	position: relative;
	overflow: hidden;
	min-height: 200px;
}

.home-page .how-it-works-number {
	display: block;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 14px;
	font-family: "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive;
	letter-spacing: 1px;
}

.home-page .how-it-works-card-body h3 {
	margin: 0 0 10px;
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.home-page .how-it-works-card-body p {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.6;
}

/* color themes */
.home-page .how-it-works-card.is-orange .how-it-works-pin {
	color: #f97316;
}

.home-page .how-it-works-card.is-orange .how-it-works-card-body {
	background: #fff7ed;
	border: 1px solid #ffedd5;
}

.home-page .how-it-works-card.is-orange .how-it-works-number {
	color: #f97316;
}

.home-page .how-it-works-card.is-blue .how-it-works-pin {
	color: #2563eb;
}

.home-page .how-it-works-card.is-blue .how-it-works-card-body {
	background: #eff6ff;
	border: 1px solid #dbeafe;
}

.home-page .how-it-works-card.is-blue .how-it-works-number {
	color: #2563eb;
}

.home-page .how-it-works-card.is-purple .how-it-works-pin {
	color: #9333ea;
}

.home-page .how-it-works-card.is-purple .how-it-works-card-body {
	background: #faf5ff;
	border: 1px solid #f3e8ff;
}

.home-page .how-it-works-card.is-purple .how-it-works-number {
	color: #9333ea;
}

@media (max-width: 1200px) and (min-width: 801px) {
	.home-page .how-it-works-canvas {
		height: 560px;
	}

	.home-page .how-it-works-card {
		width: 200px;
	}

	.home-page .how-it-works-card[style*="top:90px"] {
		top: 70px !important;
	}

	.home-page .how-it-works-number {
		font-size: 34px;
	}

	.home-page .how-it-works-card-body {
		padding: 16px 14px 18px;
	}

	.home-page .how-it-works-card-body h3 {
		font-size: 19px;
	}

	.home-page .how-it-works-card-body p {
		font-size: 12px;
	}
}

@media (max-width: 800px) {
	.home-page .how-it-works-section {
		padding: 60px 16px 80px;
	}

	.home-page .how-it-works-heading {
		margin-bottom: 40px;
	}

	.home-page .how-it-works-heading h2 {
		font-size: 26px;
	}

	.home-page .how-it-works-heading p {
		font-size: 13px;
	}

	.home-page .how-it-works-canvas {
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.home-page .how-it-works-path {
		display: none;
	}

	.home-page .how-it-works-card {
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		transform: none !important;
	}

	.home-page .how-it-works-card:hover {
		transform: none;
	}

	.home-page .how-it-works-card-body {
		min-height: 0;
	}

	.home-page .how-it-works-card-body h3 {
		font-size: 19px;
	}

	.home-page .how-it-works-number {
		font-size: 34px;
	}
}

/* how it works CTA button */
.home-page .how-it-works-cta {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.home-page .how-it-works-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 36px 16px 40px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(
		120deg,
		#268bd0 0%,
		#3a96d6 30%,
		#62b8dd 50%,
		#3a96d6 70%,
		#268bd0 100%
	);
	background-size: 280% 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	overflow: hidden;
	box-shadow:
		0 12px 28px rgba(21, 93, 137, 0.32),
		0 0 0 1px rgba(98, 184, 221, 0.4) inset;
	text-shadow: 0 1px 2px rgba(8, 77, 130, 0.35);
	transition:
		transform 0.35s cubic-bezier(0.22, 0.8, 0.32, 1),
		box-shadow 0.35s ease;
	animation:
		qr-btn-flow 9s linear infinite,
		qr-btn-glow 4s ease-in-out infinite;
}

.home-page .how-it-works-btn:hover {
	transform: translateY(-3px);
	box-shadow:
		0 18px 36px rgba(21, 93, 137, 0.4),
		0 0 0 1px rgba(98, 184, 221, 0.6) inset;
}

.home-page .how-it-works-btn:active {
	transform: translateY(-1px);
}

.home-page .how-it-works-btn svg {
	width: 18px;
	height: 18px;
	transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.32, 1);
	animation: qr-btn-arrow 3.5s ease-in-out infinite;
	animation-delay: 1s;
}

.home-page .how-it-works-btn:hover svg {
	transform: translateX(4px);
	animation: none;
}

@keyframes qr-btn-glow {
	0%,
	100% {
		box-shadow:
			0 12px 28px rgba(21, 93, 137, 0.32),
			0 0 0 1px rgba(98, 184, 221, 0.4) inset,
			0 0 0 0 rgba(98, 184, 221, 0);
	}

	50% {
		box-shadow:
			0 14px 30px rgba(21, 93, 137, 0.36),
			0 0 0 1px rgba(98, 184, 221, 0.5) inset,
			0 0 16px 1px rgba(98, 184, 221, 0.15);
	}
}

@keyframes qr-btn-flow {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 300% 50%;
	}
}

@keyframes qr-btn-arrow {
	0%,
	70% {
		transform: translateX(0);
	}

	85% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(0);
	}
}

/* QR modal */
.qr-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.qr-modal[hidden] {
	display: none;
}

.qr-modal-backdrop {
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at 50% 38%,
		rgba(38, 131, 208, 0.32),
		rgba(8, 26, 43, 0.72) 64%
	);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	animation: qr-fade-in 0.35s ease both;
}

.qr-modal.is-closing .qr-modal-backdrop {
	animation: qr-fade-out 0.3s ease forwards;
}

.qr-modal-card {
	position: relative;
	width: 100%;
	max-width: 360px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 22px;
	padding: 38px 32px 30px;
	box-shadow:
		0 28px 64px rgba(15, 30, 45, 0.38),
		0 0 0 1px rgba(98, 184, 221, 0.18) inset;
	animation: qr-pop-in 0.45s cubic-bezier(0.22, 0.8, 0.32, 1) both;
}

.qr-modal.is-closing .qr-modal-card {
	animation: qr-pop-out 0.32s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.qr-modal-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, #268bd0, #62b8dd, #268bd0);
	background-size: 200% 100%;
	animation: qr-bar-flow 4s linear infinite;
}

.qr-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: rgba(241, 243, 245, 0.7);
	color: #6f808a;
	cursor: pointer;
	transition:
		background 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.qr-modal-close:hover {
	background: #e7ecf0;
	color: #183b55;
	transform: rotate(90deg);
}

.qr-modal-close svg {
	width: 16px;
	height: 16px;
}

.qr-modal-inner {
	text-align: center;
}

.qr-modal-inner h3 {
	margin: 0 0 8px;
	color: #183b55;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
}

.qr-modal-inner > p {
	margin: 0 0 22px;
	color: #6f808a;
	font-size: 13px;
	line-height: 1.7;
}

.qr-modal-code {
	display: inline-flex;
	padding: 14px;
	background: #fff;
	border: 1px solid #e7ecf0;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(24, 59, 85, 0.08);
	margin-bottom: 18px;
}

.qr-modal-code img {
	width: 200px;
	height: 200px;
	display: block;
}

.qr-modal-tip {
	margin: 0;
	color: #9aa9b3;
	font-size: 12px;
	line-height: 1.7;
}

@keyframes qr-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes qr-fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes qr-pop-in {
	from {
		opacity: 0;
		transform: translateY(24px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes qr-pop-out {
	from {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	to {
		opacity: 0;
		transform: translateY(16px) scale(0.96);
	}
}

@keyframes qr-bar-flow {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 200% 50%;
	}
}

@media (max-width: 800px) {
	.home-page .how-it-works-cta {
		margin-top: 36px;
	}

	.home-page .how-it-works-btn {
		padding: 14px 30px 14px 32px;
		font-size: 15px;
		letter-spacing: 1.5px;
	}

	.qr-modal {
		padding: 16px;
	}

	.qr-modal-card {
		max-width: none;
		padding: 32px 22px 26px;
		border-radius: 20px;
	}

	.qr-modal-code img {
		width: 170px;
		height: 170px;
	}

	.qr-modal-inner h3 {
		font-size: 18px;
	}
}
