/* ART_CONTAINED_HEADER_FINAL_20260724
 * Loaded after all child-theme styles so every route shares one header system. */
:root { --art-header: #070b11; --art-header-line: rgba(125,232,255,.16); }

body.art-elite-experience #header.header,
body.art-elite-experience.home #header.header,
body.art-elite-experience.home #header.transparent,
body.art-elite-experience #header .header-wrapper {
	background: var(--art-header) !important;
	bottom: auto !important;
	left: auto !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
	width: 100% !important;
	z-index: 90 !important;
}

body.art-elite-experience #header .header-wrapper {
	border-bottom: 1px solid var(--art-header-line) !important;
	box-shadow: 0 12px 30px rgba(0,0,0,.2) !important;
}

body.art-elite-experience #masthead.header-main,
body.art-elite-experience.home #masthead.header-main {
	background: var(--art-header) !important;
	box-sizing: border-box !important;
	height: 94px !important;
	max-height: 94px !important;
	min-height: 94px !important;
	padding: 0 !important;
	position: relative !important;
}

body.art-elite-experience #masthead.header-main .header-inner,
body.art-elite-experience.home #masthead.header-main .header-inner {
	height: 94px !important;
	max-height: 94px !important;
	min-height: 94px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	position: relative !important;
}

/* The wrapper, not the image, owns centering. */
body.art-elite-experience #masthead.header-main #logo,
body.art-elite-experience.home #masthead.header-main #logo {
	height: 94px !important;
	left: 50% !important;
	margin: 0 !important;
	position: absolute !important;
	right: auto !important;
	top: 50% !important;
	transform: translate(-50%,-50%) !important;
	width: min(576px, 45vw) !important;
	z-index: 5 !important;
}

body.art-elite-experience #masthead.header-main #logo > a,
body.art-elite-experience.home #masthead.header-main #logo > a { display:block !important; line-height:0 !important; }

body.art-elite-experience #masthead.header-main img.header-logo,
body.art-elite-experience #masthead.header-main img.header_logo,
body.art-elite-experience.home #masthead.header-main img.header-logo,
body.art-elite-experience.home #masthead.header-main img.header_logo {
	display: none !important;
	left: auto !important;
	margin: 0 !important;
	max-height: 60px !important;
	max-width: min(280px, 22vw) !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: scale(1.3) !important;
	transform-origin: center center !important;
	width: auto !important;
}

/* Flatsome's dark logo is the image displayed on this header variant. */
body.art-elite-experience #masthead.header-main img.header-logo-dark,
body.art-elite-experience.home #masthead.header-main img.header-logo-dark {
	display: block !important;
	height: 94px !important;
	left: auto !important;
	margin: 0 !important;
	max-height: 94px !important;
	max-width: none !important;
	object-fit: contain !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
}

body.art-elite-experience #header .header-bottom,
body.art-elite-experience.home #header .header-bottom,
body.art-elite-experience #header .header-bottom .container,
body.art-elite-experience.home #header .header-bottom .container {
	background: var(--art-header) !important;
	height: 50px !important;
	max-height: 50px !important;
	min-height: 50px !important;
	position: relative !important;
}

body.art-elite-experience #header .header-bottom .header-nav-main > li > a,
body.art-elite-experience.home #header .header-bottom .header-nav-main > li > a {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

body.art-elite-experience.home #main { padding-top: 0 !important; }

@media only screen and (max-width: 48em) {
	body.art-elite-experience #masthead.header-main,
	body.art-elite-experience.home #masthead.header-main,
	body.art-elite-experience #masthead.header-main .header-inner,
	body.art-elite-experience.home #masthead.header-main .header-inner {
		height: 72px !important;
		max-height: 72px !important;
		min-height: 72px !important;
	}
	body.art-elite-experience #masthead.header-main img.header-logo,
	body.art-elite-experience #masthead.header-main img.header_logo,
	body.art-elite-experience.home #masthead.header-main img.header-logo,
	body.art-elite-experience.home #masthead.header-main img.header_logo {
		max-height: 42px !important;
		max-width: min(220px,58vw) !important;
		transform: scale(1.15) !important;
	}
	/* Keep the same visible-logo centering model on the mobile header. */
	body.art-elite-experience #masthead.header-main #logo,
	body.art-elite-experience.home #masthead.header-main #logo {
		height: 72px !important;
		width: min(360px, 70vw) !important;
	}
	body.art-elite-experience #masthead.header-main img.header-logo-dark,
	body.art-elite-experience.home #masthead.header-main img.header-logo-dark {
		height: 72px !important;
		max-height: 72px !important;
		width: 100% !important;
	}
	body.art-elite-experience #header .header-bottom,
	body.art-elite-experience.home #header .header-bottom,
	body.art-elite-experience #header .header-bottom .container,
	body.art-elite-experience.home #header .header-bottom .container {
		height: 48px !important;
		max-height: 48px !important;
		min-height: 48px !important;
	}
}

/* Newsletter header control: replace the browser's light native title bubble
 * with a scoped, keyboard-accessible ART dark-mode tooltip. */
body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"] {
	position: relative !important;
}

body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]::after {
	background: rgba(8, 15, 23, 0.98) !important;
	border: 1px solid rgba(94, 214, 244, 0.56) !important;
	border-radius: 7px !important;
	bottom: calc(100% + 12px) !important;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5), 0 0 22px rgba(94, 214, 244, 0.1) !important;
	color: #effbff !important;
	content: attr(data-art-tooltip) !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	left: 50% !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	opacity: 0 !important;
	padding: 10px 13px !important;
	pointer-events: none !important;
	position: absolute !important;
	text-transform: uppercase !important;
	transform: translate(-50%, 5px) !important;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
	visibility: hidden !important;
	white-space: nowrap !important;
	z-index: 10010 !important;
}

body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]::before {
	border-left: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
	border-top: 7px solid rgba(94, 214, 244, 0.56) !important;
	bottom: calc(100% + 5px) !important;
	content: "" !important;
	left: 50% !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	transform: translate(-50%, 5px) !important;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
	visibility: hidden !important;
	z-index: 10011 !important;
}

body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]:hover::after,
body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]:focus-visible::after,
body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]:hover::before,
body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]:focus-visible::before {
	opacity: 1 !important;
	transform: translate(-50%, 0) !important;
	visibility: visible !important;
}

/* Flatsome renders this desktop rail as .header-nav (not .header-nav-main).
 * Keep every link legible, then give the active branch a clear ART accent. */
body.art-elite-experience #header .header-bottom .header-nav > li > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li > a {
	color: rgba(239, 246, 250, 0.78) !important;
	transition: color 180ms ease, text-shadow 180ms ease !important;
}

body.art-elite-experience #header .header-bottom .header-nav > li:hover > a,
body.art-elite-experience #header .header-bottom .header-nav > li.active > a,
body.art-elite-experience #header .header-bottom .header-nav > li.current-menu-item > a,
body.art-elite-experience #header .header-bottom .header-nav > li.current-menu-ancestor > a,
body.art-elite-experience #header .header-bottom .header-nav > li.current-page-ancestor > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li:hover > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li.active > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li.current-menu-item > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li.current-menu-ancestor > a,
body.art-elite-experience.home #header .header-bottom .header-nav > li.current-page-ancestor > a {
	color: #d0ff63 !important;
	text-shadow: 0 0 18px rgba(208, 255, 99, 0.2) !important;
}

body.art-elite-experience #header .header-bottom .header-nav .nav-dropdown > li > a {
	color: rgba(239, 246, 250, 0.78) !important;
}

body.art-elite-experience #header .header-bottom .header-nav .nav-dropdown > li:hover > a,
body.art-elite-experience #header .header-bottom .header-nav .nav-dropdown > li.current-menu-item > a {
	background: rgba(125, 232, 255, 0.08) !important;
	color: #7de8ff !important;
}

@media (max-width: 549px) {
	body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]::after,
	body.art-elite-experience #header a.tooltip[data-art-tooltip="Signup for Newsletter"]::before {
		display: none !important;
	}
}
