/* ============================
	THH MOBILE NAVIGATION
	THE HOLIDAY HOME - MOBILE INJECTION
============================ */


/* ============================
	MOBILE HEADER ACTIONS
============================ */
.thh-mobile-actions {
	align-items: center;
	display: none;
	gap: 0.5rem;
	margin-left: auto;
}


/* ============================
	MOBILE LANGUAGE SELECTOR
============================ */
.thh-mobile-language {
	position: relative;
}

.thh-mobile-language-toggle {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 999px;
	display: inline-flex;
	gap: 0.45rem;
	height: 44px;
	justify-content: center;
	padding: 0 0.75rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.thh-mobile-language-toggle:hover,
.thh-mobile-language-toggle:focus-visible,
.thh-mobile-language-toggle[aria-expanded="true"] {
	background-color: #F6F6F6;
	border-color: #DCDCDC;
	outline: none;
	transform: translateY(-1px);
}

.thh-mobile-language-toggle img {
	height: 22px;
	object-fit: contain;
	width: 22px;
}

.thh-mobile-language-toggle i {
	color: #666666;
	font-size: 0.7rem;
	transition: transform 0.2s ease;
}

.thh-mobile-language-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.thh-mobile-language-menu {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 1rem;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12) !important;
	margin-top: 0.7rem !important;
	min-width: 190px;
	overflow: hidden;
	padding: 0.4rem;
}

.thh-mobile-language-menu .dropdown-item {
	align-items: center;
	background-color: transparent;
	border-radius: 0.75rem;
	color: #111111;
	display: flex;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 0.7rem;
	min-height: 44px;
	padding: 0.55rem 0.65rem;
	text-decoration: none;
}

.thh-mobile-language-menu .dropdown-item:hover,
.thh-mobile-language-menu .dropdown-item:focus {
	background-color: #F6F6F6;
	color: #000000;
}

.thh-mobile-language-menu .dropdown-item.active,
.thh-mobile-language-menu .dropdown-item:active {
	background-color: #F2FAFF;
	color: #000000;
}

.thh-mobile-language-menu .dropdown-item img {
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.thh-mobile-language-menu .dropdown-item span {
	flex: 1 1 auto;
}

.thh-mobile-language-menu .dropdown-item i {
	color: #00C3FF;
	font-size: 0.8rem;
}


/* ============================
	MOBILE MENU TOGGLE
============================ */
.thh-mobile-menu-toggle {
	align-items: center;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 999px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: 44px;
}

.thh-mobile-menu-toggle:hover,
.thh-mobile-menu-toggle:focus-visible {
	background-color: #00C3FF;
	border-color: #00C3FF;
	outline: none;
	transform: translateY(-1px);
}

.thh-mobile-menu-toggle-lines {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 18px;
}

.thh-mobile-menu-toggle-lines span {
	background-color: #FFFFFF;
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: width 0.2s ease;
	width: 100%;
}

.thh-mobile-menu-toggle-lines span:nth-child(2) {
	width: 72%;
}

.thh-mobile-menu-toggle:hover .thh-mobile-menu-toggle-lines span:nth-child(2),
.thh-mobile-menu-toggle:focus-visible .thh-mobile-menu-toggle-lines span:nth-child(2) {
	width: 100%;
}


/* ============================
	OFFCANVAS
============================ */
.thh-mobile-offcanvas {
	--bs-offcanvas-width: min(90vw, 420px);
	background-color: #FFFFFF;
	border-left: 0;
	box-shadow: -24px 0 60px rgba(0, 0, 0, 0.16);
	z-index: 10020;
}

.thh-mobile-menu-open .offcanvas-backdrop {
	background-color: #111111;
	opacity: 0.56;
	z-index: 10010;
}

.thh-mobile-offcanvas-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.thh-mobile-offcanvas-header {
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	justify-content: space-between;
	min-height: 78px;
	padding: max(1rem, env(safe-area-inset-top)) 1.25rem 1rem;
}

.thh-mobile-offcanvas-logo {
	display: inline-flex;
	max-width: 180px;
}

.thh-mobile-offcanvas-logo img {
	height: 46px;
	object-fit: contain;
	width: auto;
}

.thh-mobile-offcanvas-close {
	align-items: center;
	background-color: #F6F6F6;
	border: 1px solid #EEEEEE;
	border-radius: 999px;
	color: #000000;
	display: inline-flex;
	font-size: 1.2rem;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 42px;
}

.thh-mobile-offcanvas-close:hover,
.thh-mobile-offcanvas-close:focus-visible {
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
	outline: none;
	transform: rotate(4deg);
}

.thh-mobile-offcanvas-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1.6rem 1.25rem max(1.25rem, env(safe-area-inset-bottom));
}

.thh-mobile-offcanvas-intro {
	background: linear-gradient(135deg, #F2FAFF 0%, #FFFFFF 68%);
	border: 1px solid #E9F7FC;
	border-radius: 1.25rem;
	margin-bottom: 1.4rem;
	padding: 1.15rem 1.2rem;
	position: relative;
}

.thh-mobile-offcanvas-intro::before {
	background-color: #00C3FF;
	border-radius: 999px;
	content: '';
	height: 4px;
	left: 1.2rem;
	position: absolute;
	top: 0;
	width: 52px;
}

.thh-mobile-offcanvas-eyebrow {
	color: #000000;
	display: block;
	font-family: 'FinalSixBlack', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 0.4rem;
}

.thh-mobile-offcanvas-intro p {
	color: #666666;
	font-size: 0.92rem;
	line-height: 1.5;
}


/* ============================
	OFFCANVAS NAVIGATION
============================ */
.thh-mobile-navigation {
	margin-bottom: 1.5rem;
}

.thh-mobile-navigation ul {
	border-top: 1px solid #EEEEEE;
}

.thh-mobile-navigation li {
	border-bottom: 1px solid #EEEEEE;
}

.thh-mobile-navigation-link,
.thh-mobile-navigation-link.nav--menu--link {
	align-items: center;
	color: #111111;
	display: flex;
	font-family: 'FinalSixExtraBold', Arial, sans-serif;
	font-size: clamp(1.2rem, 5vw, 1.45rem);
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 1rem 0 !important;
	text-align: left;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
	width: 100%;
}

.thh-mobile-navigation-link.nav--menu--link::after {
	display: none;
}

.thh-mobile-navigation-link i {
	align-items: center;
	background-color: #F6F6F6;
	border-radius: 999px;
	color: #777777;
	display: inline-flex;
	flex: 0 0 34px;
	font-size: 0.85rem;
	height: 34px;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.thh-mobile-navigation-link:hover,
.thh-mobile-navigation-link:focus-visible,
.thh-mobile-navigation-link.is-active {
	color: #00C3FF;
	outline: none;
	padding-left: 0.25rem !important;
	text-decoration: none;
}

.thh-mobile-navigation-link:hover i,
.thh-mobile-navigation-link:focus-visible i,
.thh-mobile-navigation-link.is-active i {
	background-color: #00C3FF;
	color: #FFFFFF;
	transform: translateX(2px);
}


/* ============================
	OFFCANVAS CONTACT
============================ */
.thh-mobile-contact {
	background-color: #171717;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 1.35rem;
	color: #FFFFFF;
	margin-top: auto;
	overflow: hidden;
	padding: 1.2rem;
}

.thh-mobile-contact-heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	margin-bottom: 0.9rem;
	padding-bottom: 0.95rem;
	position: relative;
}

.thh-mobile-contact-heading::after {
	background-color: #A3D200;
	border-radius: 999px;
	bottom: -1px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 42px;
}

.thh-mobile-contact-heading>span {
	color: #FFFFFF;
	display: block;
	font-family: 'FinalSixExtraBold', Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.thh-mobile-contact-heading p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.45;
}

.thh-mobile-contact-links {
	display: grid;
	gap: 0.6rem;
}

.thh-mobile-contact-link {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #E2E4DF;
	border-radius: 0.9rem;
	color: #111111;
	display: flex;
	gap: 0.75rem;
	min-height: 58px;
	padding: 0.65rem 0.75rem;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.thh-mobile-contact-link:hover,
.thh-mobile-contact-link:focus-visible {
	background-color: #FFFFFF;
	border-color: #A3D200;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.08);
	color: #111111;
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.thh-mobile-contact-icon {
	align-items: center;
	background-color: #F3F7EB;
	border: 1px solid #DFE9CE;
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	flex: 0 0 36px;
	font-size: 0.95rem;
	height: 36px;
	justify-content: center;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.thh-mobile-contact-link:hover .thh-mobile-contact-icon,
.thh-mobile-contact-link:focus-visible .thh-mobile-contact-icon {
	background-color: #A3D200;
	border-color: #A3D200;
}

.thh-mobile-contact-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.thh-mobile-contact-copy small {
	color: #858585;
	font-size: 0.72rem;
	line-height: 1.2;
	margin-bottom: 0.15rem;
}

.thh-mobile-contact-copy strong {
	color: #111111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.thh-mobile-instagram {
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	font-size: 0.9rem;
	gap: 0.6rem;
	margin-top: 0.95rem;
	padding: 0.2rem 0.1rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.thh-mobile-instagram span {
	flex: 1 1 auto;
}

.thh-mobile-instagram>i:first-child {
	background: linear-gradient(135deg,
			#833AB4 0%,
			#C13584 30%,
			#E1306C 50%,
			#FD1D1D 68%,
			#FCAF45 100%);
	background-clip: text;
	color: transparent;
	font-size: 1.5rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.thh-mobile-instagram>i:last-child {
	color: #A3D200;
	font-size: 0.95rem;
	transition: transform 0.2s ease;
}

.thh-mobile-instagram:hover,
.thh-mobile-instagram:focus-visible {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

.thh-mobile-instagram:hover>i:last-child,
.thh-mobile-instagram:focus-visible>i:last-child {
	transform: translate(2px, -2px);
}


/* ============================
	RESPONSIVE
============================ */
@media (max-width: 991.98px) {
	.section--nav {
		padding-bottom: 0.6rem;
		padding-top: 0.6rem;
	}

	.section--nav .nav--inner {
		gap: 0.75rem;
	}

	.section--nav .nav--brand {
		margin-right: auto;
		padding-bottom: 0;
		padding-top: 0;
	}

	.section--nav .nav--brand img {
		height: 50px;
		max-width: 250px;
		object-fit: contain;
		width: auto;
	}

	.section--nav #mainNav {
		display: none !important;
	}

	.thh-mobile-actions {
		display: flex;
	}
}

@media (max-width: 575.98px) {
	.section--nav .nav--inner {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	.section--nav .nav--brand img {
		height: 40px;
		max-width: 200px;
	}

	.thh-mobile-actions {
		gap: 0.4rem;
	}

	.thh-mobile-language-toggle,
	.thh-mobile-menu-toggle {
		height: 42px;
	}

	.thh-mobile-language-toggle {
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.thh-mobile-menu-toggle {
		width: 42px;
	}

	.thh-mobile-offcanvas {
		--bs-offcanvas-width: min(92vw, 390px);
	}

	.thh-mobile-offcanvas-body {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.thh-mobile-offcanvas-header {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* 992 - 1199: COMPACT DESKTOP NAVIGATION */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.section--nav .nav--brand {
		flex: 0 0 auto;
		margin-right: 1.25rem;
	}

	.section--nav .nav--brand img {
		height: 50px;
		max-width: 250px;
		object-fit: contain;
		width: auto;
	}

	.section--nav #mainNav {
		flex: 0 1 auto;
		min-width: 0;
	}

	.section--nav .nav--menu {
		gap: 0.85rem;
	}

	.section--nav .nav--menu--link {
		font-size: 1rem;
	}

	.section--nav .nav--menu--language-toggle img {
		height: 22px;
	}
}

/* 1200 - 1399: INTERMEDIATE DESKTOP NAVIGATION */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.section--nav .nav--brand {
		flex: 0 0 auto;
		margin-right: 1.5rem;
	}

	.section--nav .nav--brand img {
		height: 50px;
		max-width: 250px;
		object-fit: contain;
		width: auto;
	}

	.section--nav #mainNav {
		flex: 0 1 auto;
		min-width: 0;
	}

	.section--nav .nav--menu {
		gap: 1.35rem;
	}

	.section--nav .nav--menu--link {
		font-size: 1.125rem;
	}

	.section--nav .nav--menu--language-toggle img {
		height: 23px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.thh-mobile-language-toggle,
	.thh-mobile-language-toggle i,
	.thh-mobile-menu-toggle,
	.thh-mobile-menu-toggle-lines span,
	.thh-mobile-offcanvas-close,
	.thh-mobile-navigation-link,
	.thh-mobile-navigation-link i,
	.thh-mobile-contact-link {
		transition: none;
	}
}