/**
 * Travel & Luxury landing — SYT /travel style.
 */

.myh-travel {
	background: #fff;
	padding-bottom: 3.5rem;
	font-family: "Gotham Book", sans-serif;
}

.myh-travel__header {
	padding: 2.5rem 0 1.5rem;
	background: #0b1c2c;
	color: #fff;
}

.myh-travel__page-title {
	margin: 0 0 0.65rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 4vw, 3.25rem);
	font-weight: 500;
	color: #c5d4e8;
}

.myh-travel__powered,
.myh-travel-hero__powered {
	margin: 0 0 0.85rem;
	color: #9eb6c8;
	font-size: 0.88rem;
}

.myh-travel__lead,
.myh-travel-hero__lead {
	max-width: 40rem;
	margin: 0 auto;
	color: #7ec8e8;
	font-size: 0.92rem;
	line-height: 1.5;
}

.myh-travel-hero__content {
	text-align: center;
}

.myh-travel-hero .myh-yl-hero__page-title {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	color: #c5d4e8;
}

.myh-travel__section-title {
	margin: 0 0 1.35rem;
	color: #0a2540;
	font-family: "Gotham Bold", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
}

.myh-travel__hot,
.myh-travel__explore,
.myh-travel__latest {
	padding: 2.5rem 0;
}

.myh-travel-hot {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 1.75rem;
}

.myh-travel-hot__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 4px;
	background: #eef1f4;
	margin-bottom: 0.9rem;
}

.myh-travel-hot__img,
.myh-travel-hot__ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-hot__ph {
	min-height: 180px;
	background: #e8eef3;
}

.myh-travel-cat {
	margin: 0 0 0.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.65rem;
	font-size: 0.78rem;
	font-weight: 700;
}

.myh-travel-cat a {
	color: #0a2540;
	text-decoration: none;
}

.myh-travel-cat a:hover {
	color: #0096e1;
}

.myh-travel-cat__view {
	color: #0096e1 !important;
	font-weight: 600;
	font-size: 0.72rem;
}

.myh-travel-hot__title {
	margin: 0 0 0.55rem;
	font-family: "Gotham Bold", sans-serif;
	font-size: 1.15rem;
	line-height: 1.35;
	color: #0a2540;
}

.myh-travel-hot__title a {
	color: inherit;
	text-decoration: none;
}

.myh-travel-hot__title a:hover {
	color: #0096e1;
}

.myh-travel-hot__excerpt,
.myh-travel-list__excerpt {
	margin: 0 0 0.55rem;
	color: #4b5563;
	font-size: 0.9rem;
	line-height: 1.55;
}

.myh-travel-meta {
	margin: 0;
	color: #9ca3af;
	font-size: 0.75rem;
}

/* Explore Dubai */
.myh-travel__explore {
	padding-top: 4rem;
	padding-bottom: 2.5rem;
	background: #f3f4f6;
}

.myh-travel-explore {
	position: relative;
	padding: 1.25rem 0 0.5rem;
}

.myh-travel-explore__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	position: relative;
	z-index: 1;
	margin-bottom: -2.75rem;
	pointer-events: none;
}

.myh-travel-explore__card {
	pointer-events: auto;
	max-width: 28rem;
	background: #008bff;
	color: #fff;
	border-radius: 0 0 0 18px;
	padding: 1.35rem 1.5rem 1.45rem;
	box-shadow: 0 8px 24px rgba(0, 80, 160, 0.18);
}

.myh-travel-explore__title {
	margin: 0 0 0.7rem;
	font-family: "Gotham Bold", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.myh-travel-explore__body {
	margin: 0;
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.875rem;
	line-height: 1.55;
}

.myh-travel-explore__cta {
	display: inline-block;
	margin-top: 0.85rem;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.myh-travel-explore__cta:hover {
	color: #e8f4ff;
}

.myh-travel-explore__brand {
	pointer-events: auto;
	flex-shrink: 0;
	padding-top: 0.15rem;
}

.myh-travel-explore__logo {
	display: block;
	width: auto;
	height: 36px;
	max-width: 160px;
	object-fit: contain;
}

.myh-travel-explore__logo--svg {
	overflow: visible;
}

/* Center-mode destination carousel (track + transform) */
.myh-travel-explore-slider {
	position: relative;
	padding: 3.25rem 0 1.25rem;
}

.myh-travel-explore-slider__viewport {
	overflow: hidden;
	min-height: 420px;
	display: flex;
	align-items: center;
}

.myh-travel-explore-slider__track {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	will-change: transform;
	transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.myh-travel-explore-slider__slide {
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #dbe3ea;
	flex: 0 0 clamp(110px, 16vw, 180px);
	width: clamp(110px, 16vw, 180px);
	height: clamp(300px, 42vw, 420px);
	opacity: 0.92;
	transition: flex-basis 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
		width 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
		height 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
		opacity 0.3s ease,
		box-shadow 0.3s ease;
}

.myh-travel-explore-slider__slide.is-active {
	flex-basis: min(640px, 58vw);
	width: min(640px, 58vw);
	height: clamp(240px, 34vw, 340px);
	opacity: 1;
	z-index: 1;
	box-shadow: 0 10px 28px rgba(15, 40, 70, 0.18);
}

.myh-travel-explore-slider__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-explore-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1rem));
	z-index: 4;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #9ca3af;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	transition: color 0.2s ease, box-shadow 0.2s ease;
}

.myh-travel-explore-slider__nav:hover {
	color: #374151;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.myh-travel-explore-slider__nav--prev {
	left: clamp(0.5rem, 8vw, 5.5rem);
}

.myh-travel-explore-slider__nav--next {
	right: clamp(0.5rem, 8vw, 5.5rem);
}

/* Featured Marinas (below Explore) */
.myh-travel-marinas {
	margin-top: 2.5rem;
	padding: 1.5rem 1.5rem 1.75rem;
	background: #0b1c2c;
	color: #fff;
	border-radius: 6px;
}

.myh-travel-marinas__title {
	margin: 0 0 1rem;
	color: #fff;
	font-family: "Gotham Bold", sans-serif;
	font-size: 1rem;
}

.myh-travel-marinas__carousel {
	position: relative;
}

.myh-travel-marinas__viewport {
	overflow: hidden;
}

.myh-travel-marinas__track {
	display: flex;
	gap: 1rem;
	transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	will-change: transform;
}

.myh-travel-marinas__slide {
	flex: 0 0 calc((100% - 3rem) / 4);
	min-width: 0;
	margin: 0;
}

.myh-travel-marinas__nav {
	position: absolute;
	top: 32%;
	transform: translateY(-50%);
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #0a2540;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.myh-travel-marinas__nav--prev {
	left: -0.35rem;
}

.myh-travel-marinas__nav--next {
	right: -0.35rem;
}

.myh-travel-marinas__nav[hidden] {
	display: none !important;
}

.myh-travel-marina__link {
	display: block;
	color: #fff;
}

.myh-travel-marina__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 6px;
	background: #1a3348;
	margin-bottom: 0.55rem;
}

.myh-travel-marina__img,
.myh-travel-marina__ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-marina__name {
	display: block;
	font-family: "Gotham Bold", sans-serif;
	font-size: 0.82rem;
	line-height: 1.3;
	margin-bottom: 0.2rem;
}

.myh-travel-marina__loc {
	display: block;
	color: #9eb6c8;
	font-size: 0.72rem;
}

/* Travel Inspiration */
.myh-travel__insp {
	padding-top: 4rem;
	padding-bottom: 1rem;
	background: #fff;
}

.myh-travel-insp {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: 2rem 2.25rem;
	align-items: start;
}

.myh-travel-insp__feat-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 10px;
	background: #eef1f4;
	margin-bottom: 1rem;
}

.myh-travel-insp__feat-img,
.myh-travel-insp__feat-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-insp__feat-ph,
.myh-travel-insp__side-ph {
	background: linear-gradient(135deg, #dbe3ea, #c5d0db);
}

.myh-travel-insp__cat {
	margin: 0 0 0.4rem;
	font-family: "Gotham Bold", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.myh-travel-insp__cat a {
	color: #4aa3d9;
	text-decoration: none;
}

.myh-travel-insp__cat a:hover {
	color: #0a7ec2;
}

.myh-travel-insp__feat-title {
	margin: 0 0 0.65rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
}

.myh-travel-insp__feat-title a {
	color: #0a2540;
}

.myh-travel-insp__feat-title a:hover {
	color: #008bff;
}

.myh-travel-insp__feat-excerpt {
	margin: 0 0 0.85rem;
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.55;
}

.myh-travel-insp__meta {
	margin: 0;
	color: #9ca3af;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
}

.myh-travel-insp__side {
	display: flex;
	flex-direction: column;
}

.myh-travel-insp__side-item {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	padding: 1rem 0;
	margin: 0;
	border-bottom: 1px solid #e5e7eb;
}

.myh-travel-insp__side-item:first-child {
	padding-top: 0;
}

.myh-travel-insp__side-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.myh-travel-insp__side-media {
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	border-radius: 8px;
	background: #eef1f4;
}

.myh-travel-insp__side-img,
.myh-travel-insp__side-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-insp__side-title {
	margin: 0 0 0.4rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.myh-travel-insp__side-title a {
	color: #0a2540;
}

.myh-travel-insp__side-title a:hover {
	color: #008bff;
}

/* Video banner */
.myh-travel__video {
	padding-top: 2.5rem;
	padding-bottom: 0.5rem;
}

.myh-travel-video {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0 72px 0 0;
	aspect-ratio: 21 / 9;
	min-height: 280px;
	background: #0b1c2c;
	text-decoration: none;
	color: inherit;
}

.myh-travel-video:hover,
.myh-travel-video:focus {
	color: inherit;
	text-decoration: none;
}

.myh-travel-video__media {
	display: block;
	position: absolute;
	inset: 0;
}

.myh-travel-video__poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-video__logo {
	position: absolute;
	top: 1.25rem;
	left: 1.5rem;
	z-index: 2;
	pointer-events: none;
}

.myh-travel-video__logo-img,
.myh-travel-video__logo-svg {
	display: block;
	height: 36px;
	width: auto;
	max-width: 180px;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.myh-travel-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
	transition: background 0.2s ease, transform 0.2s ease;
}

.myh-travel-video__play svg {
	margin-left: 3px;
}

.myh-travel-video:hover .myh-travel-video__play,
.myh-travel-video:focus .myh-travel-video__play {
	background: #fff;
	transform: translate(-50%, -50%) scale(1.04);
}

/* Latest list */
.myh-travel-list {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.myh-travel-list__item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
}

.myh-travel-list__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 4px;
	background: #eef1f4;
}

.myh-travel-list__img,
.myh-travel-list__ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myh-travel-list__title {
	margin: 0 0 0.45rem;
	font-family: "Gotham Bold", sans-serif;
	font-size: 1.05rem;
	line-height: 1.35;
	color: #0a2540;
}

.myh-travel-list__title a {
	color: inherit;
	text-decoration: none;
}

.myh-travel-list__title a:hover {
	color: #0096e1;
}

.myh-travel__more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.myh-travel__more {
	border: 1px solid #0a2540;
	background: #fff;
	color: #0a2540;
	font-family: "Gotham Bold", sans-serif;
	font-size: 0.9rem;
	padding: 0.65rem 1.75rem;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.myh-travel__more:hover,
.myh-travel__more:focus {
	background: #0a2540;
	color: #fff;
}

.myh-travel__more:disabled {
	opacity: 0.55;
	cursor: wait;
}

.myh-travel__empty {
	color: #6b7280;
	text-align: center;
	padding: 2rem 0;
}

@media (max-width: 991.98px) {
	.myh-travel-hot {
		grid-template-columns: 1fr;
	}

	.myh-travel-insp {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.myh-travel-marinas__slide {
		flex-basis: calc((100% - 2rem) / 3);
	}

	.myh-travel-list__item {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.myh-travel-explore__top {
		margin-bottom: -1.5rem;
	}

	.myh-travel-explore-slider__nav--prev {
		left: 0.35rem;
	}

	.myh-travel-explore-slider__nav--next {
		right: 0.35rem;
	}

	.myh-travel-video {
		border-radius: 0 48px 0 0;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 575.98px) {
	.myh-travel-marinas__slide {
		flex-basis: calc((100% - 1rem) / 2);
	}

	.myh-travel-list__item {
		grid-template-columns: 1fr;
	}

	.myh-travel-insp__side-item {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.myh-travel-explore__top {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 0.75rem;
	}

	.myh-travel-explore__brand {
		align-self: flex-end;
	}

	.myh-travel-explore__card {
		max-width: none;
		border-radius: 0 0 12px 12px;
	}

	.myh-travel-explore-slider {
		padding-top: 0.75rem;
	}

	.myh-travel-explore-slider__viewport {
		min-height: 220px;
	}

	.myh-travel-explore-slider__slide {
		flex-basis: 100%;
		width: 100%;
		height: 220px;
		opacity: 0.35;
	}

	.myh-travel-explore-slider__slide.is-active {
		flex-basis: 100%;
		width: 100%;
		height: 220px;
		opacity: 1;
	}

	.myh-travel-explore-slider__nav {
		transform: translateY(-50%);
	}

	.myh-travel-explore-slider__nav--prev {
		left: 0.5rem;
	}

	.myh-travel-explore-slider__nav--next {
		right: 0.5rem;
	}

	.myh-travel-video {
		border-radius: 0 28px 0 0;
		min-height: 200px;
	}

	.myh-travel-video__play {
		width: 56px;
		height: 56px;
		border-radius: 12px;
	}

	.myh-travel-video__logo {
		top: 0.85rem;
		left: 1rem;
	}

	.myh-travel-video__logo-img,
	.myh-travel-video__logo-svg {
		height: 28px;
	}
}
