/**
 * HQ Saga header — ebury-inspired: white bar, logo + links left, CTA right.
 */

.hq-announcement {
	background: var(--hq-ink);
	color: #fff;
	font-size: var(--fs-meta);
}

.hq-announcement__inner {
	padding: var(--space-2) var(--space-4);
}

.hq-announcement__message {
	margin: 0;
	text-align: center;
}

.hq-saga-theme :is(#header, #masthead).header-page,
.hq-saga-theme :is(#header, #masthead).header-default,
.hq-saga-theme #masthead {
	position: sticky;
	top: 0;
	z-index: 999;
	background: var(--hq-warm-white);
	border-bottom: 1px solid var(--hq-hairline);
	transition: box-shadow var(--duration) var(--ease);
}

.hq-saga-theme :is(#header, #masthead) .elementor-21141,
.hq-saga-theme #masthead .elementor-21141 {
	background: var(--hq-warm-white);
}

/* White navbar — natural orange logo + dark links/icons */
.hq-saga-theme :is(#header, #masthead) .hq-header-logo,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bbc5454 img {
	filter: none;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item a.hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu a.hfe-menu-item {
	color: var(--hq-ink) !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item a.hfe-menu-item:hover,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item a.hfe-menu-item:focus-visible,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu a.hfe-menu-item:hover,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu a.hfe-menu-item:focus-visible {
	color: var(--hq-terracotta) !important;
}

/* Active page — terracotta with underline indicator */
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item.current-menu-item > a.hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item.current_page_item > a.hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu .menu-item.current-menu-item > a.hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu .menu-item.current_page_item > a.hfe-menu-item {
	color: var(--hq-terracotta) !important;
	font-weight: var(--fw-semibold) !important;
	box-shadow: inset 0 -2px 0 var(--hq-terracotta);
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-link,
.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-icon i,
.hq-saga-theme :is(#header, #masthead) .search-icon-popup,
.hq-saga-theme :is(#header, #masthead) .search-icon-popup i,
.hq-saga-theme :is(#header, #masthead) .hq-header-search-toggle,
.hq-saga-theme :is(#header, #masthead) .hq-header-search-toggle i,
.hq-saga-theme :is(#header, #masthead) .elbzotech-list-link-global .item-link,
.hq-saga-theme :is(#header, #masthead) .elbzotech-list-link-global .item-link i,
.hq-saga-theme :is(#header, #masthead) .elbzotech-account-global .button-account-manager,
.hq-saga-theme :is(#header, #masthead) .elbzotech-account-global .button-account-manager i,
.hq-saga-theme :is(#header, #masthead) .hfe-nav-menu__toggle {
	color: var(--hq-ink) !important;
}

/* Cart count badge — terracotta pill on white bar */
.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-number {
	background: var(--hq-terracotta) !important;
	color: #fff !important;
	min-width: 1.15rem;
	height: 1.15rem;
	line-height: 1.15rem;
	font-size: 0.7rem;
	font-weight: 700;
	border-radius: 999px;
}

/* Hamburger icon dark on mobile (SVG path fill) */
.hq-saga-theme :is(#header, #masthead) .hfe-nav-menu__toggle,
.hq-saga-theme :is(#header, #masthead) .hfe-nav-menu-icon,
.hq-saga-theme :is(#header, #masthead) .hfe-nav-menu__toggle svg {
	background: transparent !important;
	color: var(--hq-ink) !important;
	fill: var(--hq-ink) !important;
}

.hq-saga-theme :is(#header, #masthead) .hfe-nav-menu__toggle svg path {
	fill: var(--hq-ink) !important;
}

/* Hide Elementor orange scrolling marquee — announcement HTML widget */
.hq-saga-theme #masthead [data-id="ff945db"],
.hq-saga-theme :is(#header, #masthead) [data-id="ff945db"],
.hq-saga-theme .elementor-21141 [data-id="ff945db"],
.hq-saga-theme :is(#header, #masthead) [data-id="e3e7d53"],
.hq-saga-theme .elementor-21141 [data-id="e3e7d53"],
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row ~ [data-id="601190f"],
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row ~ [data-id="eec29e1"],
.hq-saga-theme #masthead .announcement-bar,
.hq-saga-theme :is(#header, #masthead) .announcement-bar,
.hq-saga-theme .elementor-21141 .announcement-bar {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead).hq-header-scrolled {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.hq-saga-theme :is(#header, #masthead) .menu-global-style- .bzotech-navbar-nav > li > a {
	font-family: var(--hq-font-ui);
	font-weight: 500;
	font-size: 0.92rem;
	padding: var(--space-3) var(--space-4);
	color: var(--hq-ink);
}

.hq-saga-theme :is(#header, #masthead) .logo-default img {
	max-height: none;
	width: auto;
}

/* One search control — hide duplicate sticky/mobile bar search */
.hq-saga-theme .elementor-element-d098781,
.hq-saga-theme [data-id="d098781"] {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .bzotech-container-width,
.hq-saga-theme :is(#header, #masthead) .bzotech-container {
	padding-top: 0;
	padding-bottom: 0;
}

/* Single HQ announcement — hide Elementor marquee inside header */
.hq-saga-theme :is(#header, #masthead) .announcement-bar,
.hq-saga-theme #masthead .announcement-bar {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-widget-image .elementor-widget-container,
.hq-saga-theme :is(#header, #masthead) .elbzotech-logo-global .logo-default,
.hq-saga-theme :is(#header, #masthead) .logo-default {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a .yith-wcwl-icon,
.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a svg {
	margin: 0;
}

.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a .yith-wcwl-add-button__label,
.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a .yith-wcwl-add-button__text,
.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist .feedback,
.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a:not([aria-label]) span:not(.yith-wcwl-icon),
.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block .yith-wcwl-add-button__label,
.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block .yith-wcwl-add-button__text,
.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label,
.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block a span:not(.yith-wcwl-icon):not(.yith-wcwl-add-to-wishlist-button-icon):not(svg),
.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block button span:not(.yith-wcwl-icon):not(.yith-wcwl-add-to-wishlist-button-icon):not(svg) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	white-space: nowrap !important;
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: var(--space-2) !important;
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-number {
	position: relative;
	top: auto;
	right: auto;
	margin: 0;
	min-width: 1.25rem;
	text-align: center;
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-total-price,
.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .set-cart-price {
	display: none;
}

/* Hide duplicate Elementor marquee (HQ announcement bar is canonical) */
.hq-saga-theme :is(#header, #masthead) [data-id="ff945db"],
.hq-saga-theme #masthead [data-id="ff945db"],
.hq-saga-theme .elementor-21141 [data-id="ff945db"],
.hq-saga-theme :is(#header, #masthead) .announcement-bar,
.hq-saga-theme #masthead .announcement-bar {
	display: none !important;
}

/* ── Centered-logo row: [left links] logo [right links] [icons] ── */
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 2rem);
	min-height: 112px;
}

/* Right zone — Contact/About + icons grouped on desktop */
.hq-saga-theme :is(#header, #masthead) .hq-header-right-zone {
	display: none;
	flex: 1 1 0;
	min-width: 0;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(0.75rem, 2vw, 1.75rem);
}

/* Split nav groups (cloned menu items shown on desktop only) */
.hq-saga-theme :is(#header, #masthead) .hq-split-nav {
	display: none;
	flex: 1 1 0;
	min-width: 0;
}

.hq-saga-theme :is(#header, #masthead) .hq-split-menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(0.25rem, 1.5vw, 1rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hq-saga-theme :is(#header, #masthead) .hq-split-nav--left .hq-split-menu {
	justify-content: flex-start;
}

.hq-saga-theme :is(#header, #masthead) .hq-split-nav--right .hq-split-menu {
	justify-content: flex-end;
}

.hq-saga-theme :is(#header, #masthead) .hq-split-menu .menu-item {
	margin: 0;
	list-style: none;
}

.hq-saga-theme :is(#header, #masthead) .hq-split-menu .sub-menu {
	display: none;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-675c136,
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-35d7e4c,
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-867f0e5 {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-675c136 {
	flex: 0 0 auto;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-35d7e4c {
	flex: 1 1 auto;
	min-width: 0;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-867f0e5 {
	flex: 0 0 auto;
	margin-left: auto !important;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-675c136 .elementor-widget-wrap,
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-35d7e4c .elementor-widget-wrap,
.hq-saga-theme :is(#header, #masthead) .hq-header-main-row .elementor-element-867f0e5 .elementor-widget-wrap {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bbc5454 {
	text-align: center !important;
}

/* Override Elementor inline logo width (14% / 50%) — crisp header mark */
.hq-saga-theme .elementor-21141 .elementor-element-bbc5454 img,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bbc5454 img,
.hq-saga-theme :is(#header, #masthead) .hq-header-logo {
	width: auto !important;
	max-width: min(320px, 56vw) !important;
	max-height: 100px !important;
	height: auto !important;
	object-fit: contain;
	image-rendering: auto;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee.hfe-nav-menu__align-right .hfe-nav-menu {
	justify-content: flex-start;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-nav-menu,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee nav.hfe-nav-menu__layout-horizontal,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul {
	justify-content: flex-start;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .menu-item a.hfe-menu-item,
.hq-saga-theme :is(#header, #masthead) .hq-split-menu a.hfe-menu-item {
	display: inline-flex;
	align-items: center;
	font-family: var(--hq-font-ui);
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--hq-ink) !important;
	padding: 0.5rem 1.15rem !important;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.01em;
	transition: color var(--duration) var(--ease);
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-nav-menu .menu-item {
	margin: 0;
}

/* Hide redundant nav items — cart icon covers cart link */
.hq-saga-theme :is(#header, #masthead) .menu-item-21153,
.hq-saga-theme :is(#header, #masthead) .menu-item-22005 {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-f2d1f09 {
	width: auto !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-f2d1f09 > .elementor-container,
.hq-saga-theme :is(#header, #masthead) .elementor-element-9d98d37 {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	flex: 0 0 auto;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-login {
	font-family: var(--hq-font-ui);
	font-size: var(--fs-card);
	font-weight: var(--fw-medium);
	color: var(--hq-ink);
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--duration) var(--ease);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-login:hover,
.hq-saga-theme :is(#header, #masthead) .hq-header-login:focus-visible {
	color: var(--hq-terracotta);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-greeting {
	font-weight: var(--fw-medium);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-greeting__text {
	white-space: nowrap;
}

/* CTA inherits the unified button system (see hq-buttons.css);
   only header-specific sizing tweaks live here. */
.hq-saga-theme :is(#header, #masthead) .hq-header-cta {
	min-height: 42px;
	padding: 0 var(--space-5);
	white-space: nowrap;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-e31b44f {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-e31b44f,
.hq-saga-theme :is(#header, #masthead) .elementor-element-dc764d4,
.hq-saga-theme :is(#header, #masthead) .elementor-element-1ad8cfc {
	width: auto !important;
	flex: 0 0 auto !important;
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-link,
.hq-saga-theme :is(#header, #masthead) .elbzotech-list-link-global .item-link,
.hq-saga-theme :is(#header, #masthead) .search-icon-popup,
.hq-saga-theme :is(#header, #masthead) .hq-header-search-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a1a1a;
	cursor: pointer;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search-panel {
	position: absolute;
	top: calc(100% + 0.5rem);
	right: 0;
	z-index: 1001;
	width: min(320px, 88vw);
	padding: var(--space-3);
	border: 1px solid var(--hq-hairline);
	border-radius: var(--radius-chip);
	background: #fff;
	box-shadow: var(--shadow-card);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search-panel[hidden] {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search-form {
	display: flex;
	gap: var(--space-2);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search-form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 40px;
	padding: 0 var(--space-3);
	border: 1px solid var(--hq-hairline);
	border-radius: var(--radius-btn);
	font-family: var(--hq-font-ui);
	font-size: var(--fs-meta);
}

.hq-saga-theme :is(#header, #masthead) .hq-header-search-form button[type="submit"] {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0 var(--space-4);
	border: 0;
	border-radius: var(--radius-btn);
	background: var(--hq-ink) !important;
	color: #fff !important;
	font-family: var(--hq-font-ui);
	font-size: var(--fs-meta);
	font-weight: var(--fw-semibold);
	cursor: pointer;
}

.hq-saga-theme :is(#header, #masthead) .elbzotech-list-link-global .item-link i,
.hq-saga-theme :is(#header, #masthead) .search-icon-popup i,
.hq-saga-theme :is(#header, #masthead) .hq-header-search-toggle i {
	font-size: 1.4rem;
}

/* Cart icon — slightly larger than the rest */
.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-icon i,
.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global .mini-cart-link i {
	font-size: 1.75rem !important;
}

/* Search removed from header */
.hq-saga-theme :is(#header, #masthead) .hq-header-search,
.hq-saga-theme :is(#header, #masthead) .search-icon-popup,
.hq-saga-theme :is(#header, #masthead) .elbzotech-search-wrap-global {
	display: none !important;
}

.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block a,
.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.hq-saga-theme :is(#header, #masthead) .yith-add-to-wishlist-button-block {
	width: auto !important;
	margin: 0 !important;
}

.hq-saga-theme :is(#header, #masthead) .yith-wcwl-add-to-wishlist-button {
	flex-direction: row !important;
	gap: 0 !important;
	font-size: 0 !important;
}

@media (min-width: 992px) {
	.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee .hfe-nav-menu__toggle {
		display: none !important;
	}

	.hq-saga-theme :is(#header, #masthead) .elementor-element-bea76ee nav.hfe-nav-menu__layout-horizontal {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
	}

	/* Centered-logo layout: [left links] logo [right links + icons] */
	.hq-saga-theme :is(#header, #masthead) .hq-header-main-row {
		position: relative;
		justify-content: space-between;
		gap: clamp(0.75rem, 2vw, 1.5rem);
	}

	/* Logo dead-center, out of flow so the icons never push it off-axis */
	.hq-saga-theme :is(#header, #masthead) .hq-header-main-row > .elementor-element-675c136 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		flex: 0 0 auto;
		z-index: 2;
	}

	/* Show cloned split groups + right zone, hide the original (kept only for mobile) */
	.hq-saga-theme :is(#header, #masthead) .hq-split-nav,
	.hq-saga-theme :is(#header, #masthead) .hq-header-right-zone {
		display: flex;
		align-items: center;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-split-nav--left {
		flex: 1 1 0;
		justify-content: flex-start;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-split-nav--right {
		flex: 0 0 auto;
		justify-content: flex-end;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-header-right-zone {
		flex: 1 1 0;
		justify-content: flex-end;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-header-right-zone > .elementor-element-867f0e5 {
		flex: 0 0 auto;
		margin-left: 0 !important;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-header-main-row > .elementor-element-35d7e4c {
		display: none !important;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-split-menu a.hfe-menu-item {
		padding: 0.5rem 0.85rem !important;
		white-space: nowrap;
	}

	/* Icons: wishlist + cart + search (no account on desktop) */
	.hq-saga-theme :is(#header, #masthead) .elementor-element-d477a9a {
		display: none !important;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-header-actions {
		display: inline-flex;
	}

	.hq-saga-theme :is(#header, #masthead) .hq-header-login,
	.hq-saga-theme :is(#header, #masthead) .hq-header-cta {
		display: inline-flex;
	}
}

@media (max-width: 991px) {
	.hq-announcement__message {
		font-size: 0.75rem;
	}

	.hq-saga-theme :is(#header, #masthead) .logo-default img,
	.hq-saga-theme :is(#header, #masthead) .elbzotech-logo-global img {
		max-height: 52px;
	}

	/* Mobile header: hamburger + logo + cart only — auth lives in the menu drawer */
	.hq-saga-theme :is(#header, #masthead) .hq-header-actions {
		display: none !important;
	}

	.hq-saga-theme :is(#header, #masthead) .menu-item-21152,
	.hq-saga-theme :is(#header, #masthead) .menu-item-22005 {
		display: list-item !important;
	}

	.hq-saga-theme :is(#header, #masthead) .elbzotech-mini-cart-global,
	.hq-saga-theme :is(#header, #masthead) .elbzotech-account-global,
	.hq-saga-theme :is(#header, #masthead) .elbzotech-search-wrap-global {
		display: inline-flex;
		align-items: center;
	}

	.hq-saga-theme :is(#header, #masthead) .bzotech-navbar-nav > li > a,
	.hq-saga-theme :is(#header, #masthead) .elementor-nav-menu a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}
}

/* ── Site-wide orange header bar ── */
.hq-saga-theme :is(#header, #masthead).header-page,
.hq-saga-theme :is(#header, #masthead).header-default,
.hq-saga-theme #masthead,
.hq-saga-theme :is(#header, #masthead) .elementor-21141 {
	background: color-mix(in srgb, var(--hq-terracotta) 30%, #fff) !important;
	border-bottom-color: color-mix(in srgb, var(--hq-terracotta) 45%, #fff) !important;
}

.hq-saga-theme :is(#header, #masthead) .hq-header-main-row {
	min-height: 86px;
}

.hq-saga-theme :is(#header, #masthead) .elementor-element-bbc5454 img,
.hq-saga-theme :is(#header, #masthead) .hq-header-logo {
	max-height: 84px !important;
	max-width: min(380px, 64vw) !important;
}
