/**
 * Africapture Hero — scoped, modern UI (glass + soft depth).
 *
 * @package Authentic_Media_Hero_Elementor
 */

.elementor-widget-amh_authentic_hero {
	--amh-accent: #6b38c1;
	--amh-accent-soft: rgba(107, 56, 193, 0.35);
	--amh-active-pill-bg: #6b38c1;
	--amh-active-pill-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45), 0 4px 16px rgba(107, 56, 193, 0.42);
	--amh-submenu-bg: #ffffff;
	--amh-radius-pill: 9999px;
	--amh-radius-card: 14px;
	--amh-blur: 18px;
	overflow: visible;
}

.elementor-widget-amh_authentic_hero > .elementor-widget-container {
	overflow: visible;
	max-width: none;
}

.elementor-widget-amh_authentic_hero .amh-hero {
	position: relative;
	isolation: isolate;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	left: auto;
	right: auto;
	transform: none;
	background-color: #0f172a;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

/* Mobile height overrides (Elementor: Background → Mobile height) */
@media (max-width: 767px) {
	.elementor-widget-amh_authentic_hero.amh-hero--mobile-vh .amh-hero {
		min-height: clamp(400px, 68vh, 600px) !important;
		min-height: var(--amh-hero-mobile-min-height, clamp(400px, 68vh, 600px)) !important;
	}

	.elementor-widget-amh_authentic_hero.amh-hero--mobile-full .amh-hero {
		min-height: 100vh !important;
		min-height: 100dvh !important;
	}
}

.elementor-widget-amh_authentic_hero .amh-hero *,
.elementor-widget-amh_authentic_hero .amh-hero *::before,
.elementor-widget-amh_authentic_hero .amh-hero *::after {
	box-sizing: border-box;
}

.elementor-widget-amh_authentic_hero .amh-hero--video {
	background-image: none !important;
}

.elementor-widget-amh_authentic_hero .amh-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__media--interactive {
	pointer-events: auto;
}

.elementor-widget-amh_authentic_hero .amh-hero__media--interactive .amh-hero__video {
	pointer-events: auto;
}

.elementor-widget-amh_authentic_hero .amh-hero__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.elementor-widget-amh_authentic_hero .amh-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar {
	position: sticky;
	top: var(--amh-topbar-sticky-top, 0px);
	z-index: 1020;
	width: 100%;
	margin-top: var(--amh-topbar-layout-shift, 0px);
	overflow: visible;
	backdrop-filter: blur(var(--amh-blur));
	-webkit-backdrop-filter: blur(var(--amh-blur));
	border: none;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

:where(.elementor-widget-amh_authentic_hero) .amh-hero__topbar {
	background-color: rgba(248, 250, 252, 0.98);
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-list {
	list-style: none;
	margin: 0;
	padding: 0.5rem clamp(0.75rem, 3vw, 1.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: var(--amh-topbar-justify, center);
	gap: 0.25rem 0.5rem;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-item {
	position: static;
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown {
	position: static;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.35rem 0.5rem;
	border-radius: var(--amh-radius-pill);
	text-decoration: none;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-link-text {
	min-width: 0;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown > .amh-hero__topbar-link .amh-hero__chevron {
	flex-shrink: 0;
}

:where(.elementor-widget-amh_authentic_hero) .amh-hero__topbar-link {
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	color: #1e293b;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-link:hover,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-link:focus,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-open > .amh-hero__topbar-link,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:hover > .amh-hero__topbar-link {
	text-decoration: none;
	background: #e8eaed;
	outline: none;
	box-shadow: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-link.is-active,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-link.is-active:hover,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-link.is-active:focus,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-active.is-open > .amh-hero__topbar-link,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-active.has-dropdown:hover > .amh-hero__topbar-link {
	color: #ffffff;
	background: var(--amh-active-pill-bg);
	box-shadow: var(--amh-active-pill-shadow);
}

/* Full-width mega dropdown (Getty-style) */
.elementor-widget-amh_authentic_hero .nav-dropdown-menu-container.amh-hero__dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 25;
	background: var(--amh-submenu-bg);
	border: none;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	pointer-events: none;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		transform 0.2s ease;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-open .amh-hero__dropdown,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:hover .amh-hero__dropdown,
.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:focus-within .amh-hero__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-open .amh-hero__dropdown[hidden] {
	display: block;
}

/* Simple dropdowns (Photo, Video, Audio) — full-width bar like Photo */
.elementor-widget-amh_authentic_hero .amh-hero__dropdown:not(.amh-hero__dropdown--collections-mega) .amh-hero__dropdown-inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1.35rem clamp(1rem, 4vw, 2rem) 1.5rem;
	background: var(--amh-submenu-bg);
	box-sizing: border-box;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem 2.5rem;
	box-sizing: border-box;
}

/* Video: 2 equal columns across full width */
.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid--cols-2,
.elementor-widget-amh_authentic_hero .amh-hero__dropdown--video .amh-hero__dropdown-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 2.5rem;
}

/* Audio / Photo: 3 equal columns across full width */
.elementor-widget-amh_authentic_hero .amh-hero__dropdown--audio .amh-hero__dropdown-grid,
.elementor-widget-amh_authentic_hero .amh-hero__dropdown--photo .amh-hero__dropdown-grid,
.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem 2.5rem;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown--audio .amh-hero__dropdown-item-icon--audio {
	width: 1.35rem;
	height: 1.35rem;
}

/* Collections mega menu — full width (sidebar + panel) */
.elementor-widget-amh_authentic_hero .amh-hero__dropdown--collections-mega {
	width: 100%;
	left: 0;
	right: 0;
	background: var(--amh-submenu-bg);
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-inner--collections {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: var(--amh-submenu-bg);
	box-sizing: border-box;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-mega {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 220px;
	background: var(--amh-submenu-bg);
	box-sizing: border-box;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-sidebar {
	flex: 0 0 280px;
	max-width: 32%;
	padding: 1.5rem 0 1.75rem;
	background: var(--amh-submenu-bg);
	border: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-sidebar-title {
	margin: 0 0 1.1rem;
	padding: 0 1.35rem;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	color: #1e293b;
	letter-spacing: -0.02em;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-li {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	margin: 0;
	padding: 0.7rem 1.35rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	color: #334155;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	transition:
		color 0.15s ease,
		background 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item:hover,
.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item:focus {
	color: #0f172a;
	background: rgba(15, 23, 42, 0.04);
	outline: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active,
.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active:hover,
.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active:focus {
	font-weight: 600;
	color: #ffffff;
	background: var(--amh-active-pill-bg);
	border-radius: 0;
	box-shadow: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active .amh-hero__collections-nav-chevron {
	color: rgba(255, 255, 255, 0.9);
	opacity: 1;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-chevron {
	flex: 0 0 auto;
	display: inline-flex;
	color: #94a3b8;
	opacity: 0.85;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panels {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	background: var(--amh-submenu-bg);
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 100%;
	padding: 2rem clamp(1.5rem, 4vw, 3rem);
	background: var(--amh-submenu-bg);
	box-sizing: border-box;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel.is-active {
	display: flex;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel[hidden] {
	display: none !important;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel.is-active[hidden] {
	display: flex !important;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-title {
	margin: 0 0 0.85rem;
	max-width: 36rem;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: #312e81;
	letter-spacing: -0.02em;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-desc {
	margin: 0 0 1.35rem;
	max-width: 34rem;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	color: #475569;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--amh-accent);
	transition: color 0.15s ease, opacity 0.15s ease;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta:hover,
.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta:focus {
	color: #4c1d95;
	text-decoration: none;
	outline: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--amh-accent);
}

.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta-icon svg {
	display: block;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid--cols-1 {
	grid-template-columns: minmax(0, 1fr);
	max-width: 480px;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	min-width: 0;
	padding: 0.65rem 0.5rem;
	border-radius: 8px;
	text-decoration: none;
	color: #1e293b;
	box-sizing: border-box;
	transition: background 0.15s ease;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item:hover,
.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item:focus {
	text-decoration: none;
	background: #f1f5f9;
	color: #0f172a;
	outline: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item-icon-wrap {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	color: #475569;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item-icon {
	display: block;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item-label {
	flex: 1 1 auto;
	min-width: 0;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item-arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	color: #94a3b8;
	margin-left: auto;
}

.elementor-widget-amh_authentic_hero .amh-hero__chevron {
	display: inline-flex;
	opacity: 0.55;
}

.elementor-widget-amh_authentic_hero .amh-hero__inner {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: left;
}

@media (min-width: 1024px) {
	.elementor-widget-amh_authentic_hero .amh-hero__inner {
		margin-left: clamp(1rem, 3vw, 3.5rem);
	}
}

.elementor-widget-amh_authentic_hero .amh-hero__title {
	margin: 0;
	text-align: left;
	width: 100%;
	font-weight: 800;
	line-height: 1.12;
	max-width: 100%;
	text-shadow: 0 2px 32px rgba(0, 0, 0, 0.35);
}

:where(.elementor-widget-amh_authentic_hero) .amh-hero__title {
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	letter-spacing: -0.03em;
	color: #fff;
}

.elementor-widget-amh_authentic_hero .amh-hero__cats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	gap: 0.5rem;
}

.elementor-widget-amh_authentic_hero .amh-hero__cat {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.1rem;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	border-radius: var(--amh-radius-card);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

:where(.elementor-widget-amh_authentic_hero) .amh-hero__cat {
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.875rem;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 4px 20px rgba(15, 23, 42, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.elementor-widget-amh_authentic_hero .amh-hero__cat:hover,
.elementor-widget-amh_authentic_hero .amh-hero__cat:focus {
	transform: translateY(-2px);
	box-shadow:
		0 12px 36px rgba(15, 23, 42, 0.18),
		0 1px 0 rgba(255, 255, 255, 1) inset;
	border-color: rgba(107, 56, 193, 0.35);
	outline: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__cat-icon {
	flex-shrink: 0;
	opacity: 0.88;
	display: block;
}

.elementor-widget-amh_authentic_hero .amh-hero__search {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
	text-align: left;
	gap: 0.4rem;
	padding: 0.4rem;
	margin-top: 0.15rem;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(var(--amh-blur));
	-webkit-backdrop-filter: blur(var(--amh-blur));
	border-radius: var(--amh-radius-pill);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.elementor-widget-amh_authentic_hero .amh-hero__search-media {
	flex: 0 0 auto;
	max-width: 9.5rem;
	min-width: 6.5rem;
	border: 0;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.96);
	border-radius: var(--amh-radius-pill);
	padding: 0.7rem 0.85rem;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-media:focus {
	outline: 2px solid var(--amh-accent-soft);
	outline-offset: 2px;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.96);
	border-radius: var(--amh-radius-pill);
	padding: 0.85rem 1.15rem;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-input::placeholder {
	color: #64748b;
	opacity: 1;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-input:focus {
	outline: 2px solid var(--amh-accent-soft);
	outline-offset: 2px;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.75rem 1.35rem;
	border: 1px solid transparent;
	font-family: "Montserrat", "Poppins", "Roboto", system-ui, -apple-system, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(135deg, var(--amh-accent) 0%, #4c1d95 100%);
	border-radius: var(--amh-radius-pill);
	cursor: pointer;
	box-shadow: 0 6px 24px rgba(107, 56, 193, 0.45);
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-btn:hover,
.elementor-widget-amh_authentic_hero .amh-hero__search-btn:focus {
	filter: brightness(1.05);
	box-shadow: 0 10px 32px rgba(107, 56, 193, 0.5);
	outline: none;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-btn:active {
	transform: scale(0.98);
}

.elementor-widget-amh_authentic_hero .amh-hero__search-btn-icon {
	display: inline-flex;
	line-height: 0;
}

.elementor-widget-amh_authentic_hero .amh-hero__search-btn-icon svg {
	display: block;
}

@media (max-width: 767px) {
	/* One full-bleed layer only (.amh-hero). Double 100vw on widget + hero shifts content. */
	.elementor-widget-amh_authentic_hero {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		overflow: visible;
	}

	.elementor-widget-amh_authentic_hero > .elementor-widget-container {
		overflow: visible;
		max-width: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.elementor-widget-amh_authentic_hero .amh-hero {
		position: relative;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 100vw;
		width: 100dvw;
		max-width: 100dvw;
		margin-left: 0;
		margin-right: 0;
		overflow-x: hidden;
		overflow-y: visible;
		min-height: clamp(380px, 62vh, 560px) !important;
	}

	.elementor-widget-amh_authentic_hero.amh-hero--mobile-vh .amh-hero {
		min-height: clamp(400px, 68vh, 600px) !important;
	}

	.elementor-widget-amh_authentic_hero.amh-hero--mobile-full .amh-hero {
		min-height: 100dvh !important;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__title {
		font-size: clamp(1.35rem, 6.2vw, 1.85rem);
		line-height: 1.2;
		margin-bottom: 0.35rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__inner {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		align-items: stretch;
		align-self: stretch;
		justify-content: center;
		padding: 1rem 16px 1.1rem !important;
		gap: 0.65rem;
		box-sizing: border-box;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__title,
	.elementor-widget-amh_authentic_hero .amh-hero__cats,
	.elementor-widget-amh_authentic_hero .amh-hero__search {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar {
		width: 100%;
		overflow: visible;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-list {
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		max-width: 100%;
		padding: 0.35rem 8px;
		gap: 0.35rem;
		box-sizing: border-box;
		justify-content: var(--amh-topbar-justify, center);
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scroll-padding-inline: 8px;
		scrollbar-width: none;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-list::-webkit-scrollbar {
		display: none;
	}

	.elementor-widget-amh_authentic_hero.amh-topbar-align-mobile-center .amh-hero__topbar-list,
	.elementor-widget-amh_authentic_hero .amh-hero__topbar--mobile-align-center .amh-hero__topbar-list {
		justify-content: center !important;
	}

	.elementor-widget-amh_authentic_hero.amh-topbar-align-mobile-left .amh-hero__topbar-list,
	.elementor-widget-amh_authentic_hero .amh-hero__topbar--mobile-align-left .amh-hero__topbar-list {
		justify-content: flex-start !important;
	}

	.elementor-widget-amh_authentic_hero.amh-topbar-align-mobile-right .amh-hero__topbar-list,
	.elementor-widget-amh_authentic_hero .amh-hero__topbar--mobile-align-right .amh-hero__topbar-list {
		justify-content: flex-end !important;
	}

	/* Each tab is only as wide as its label (no equal columns / ellipsis). */
	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item {
		flex: 0 0 auto;
		width: auto;
		min-width: auto;
		max-width: none;
		position: static;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-link {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: auto;
		max-width: none;
		min-width: 0;
		min-height: 38px;
		padding: 0.35rem 0.5rem;
		font-size: clamp(0.7rem, 2.8vw, 0.8125rem);
		white-space: nowrap;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown > .amh-hero__topbar-link {
		gap: 0.2rem;
		overflow: visible;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-link-text {
		overflow: visible;
		text-overflow: clip;
		white-space: nowrap;
		flex: 0 1 auto;
		min-width: auto;
		max-width: none;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown > .amh-hero__topbar-link .amh-hero__chevron {
		display: inline-flex !important;
		flex: 0 0 auto;
		flex-shrink: 0;
		margin-left: 0;
		opacity: 0.85;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown > .amh-hero__topbar-link .amh-hero__chevron svg {
		display: block;
		width: 10px;
		height: 10px;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-open > .amh-hero__topbar-link .amh-hero__chevron svg {
		transform: rotate(180deg);
	}

	/* All submenus — align to full-width hero (fix Collections offset on mobile) */
	.elementor-widget-amh_authentic_hero .nav-dropdown-menu-container.amh-hero__dropdown,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--photo,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--video,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--audio,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--collections-mega {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		transform: translateY(-4px);
		z-index: 30;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.is-open .amh-hero__dropdown,
	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:hover .amh-hero__dropdown,
	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:focus-within .amh-hero__dropdown {
		transform: translateY(0);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown:not(.amh-hero__dropdown--collections-mega) .amh-hero__dropdown-inner,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--photo .amh-hero__dropdown-inner,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--video .amh-hero__dropdown-inner,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--audio .amh-hero__dropdown-inner {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 1rem 14px 1.1rem;
		background: var(--amh-submenu-bg);
		box-sizing: border-box;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown-grid,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--photo .amh-hero__dropdown-grid,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--video .amh-hero__dropdown-grid,
	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--audio .amh-hero__dropdown-grid {
		grid-template-columns: 1fr;
		gap: 0.25rem;
		width: 100%;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown-item {
		width: 100%;
		padding: 0.75rem 0.35rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown-inner--collections {
		width: 100%;
		max-width: none;
		padding: 0;
		background: var(--amh-submenu-bg);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-mega {
		flex-direction: column;
		width: 100%;
		min-height: auto;
		align-items: stretch;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-sidebar {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		padding: 0;
		border: none;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-sidebar-title {
		padding: 1rem 14px 0.65rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		width: 100%;
		overflow: visible;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-li {
		flex: 0 0 auto;
		width: 100%;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item {
		width: 100%;
		padding: 0.75rem 14px;
		border-radius: 0;
		white-space: nowrap;
		box-sizing: border-box;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active,
	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active:hover,
	.elementor-widget-amh_authentic_hero .amh-hero__collections-nav-item.is-active:focus {
		color: #ffffff;
		background: var(--amh-active-pill-bg);
		border-radius: 0;
		box-shadow: none;
		width: 100%;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown--collections-mega {
		overflow: visible;
		max-height: none;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__dropdown-inner--collections {
		overflow: visible;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panels {
		position: static;
		width: 100%;
		min-height: auto;
		overflow: visible;
		background: var(--amh-submenu-bg);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel {
		width: 100%;
		min-height: auto;
		padding: 1.25rem 14px 1.5rem;
		background: var(--amh-submenu-bg);
		box-sizing: border-box;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel.is-active {
		display: flex;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-cta {
		flex-shrink: 0;
		margin-top: 0.35rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-title,
	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-desc {
		max-width: none;
		width: 100%;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__collections-panel-title {
		font-size: 1.15rem;
	}

	/* Touch: hover CSS disabled; JS opens via .is-open */
	@media (hover: none) {
		.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown:hover .amh-hero__dropdown {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
		}

		.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown.is-open .amh-hero__dropdown {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			transform: translateY(0);
		}
	}

	/* Category chips — 2 per row on mobile */
	.elementor-widget-amh_authentic_hero .amh-hero__cats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		max-width: 100%;
		gap: 0.5rem;
		padding: 0.35rem;
		margin: 0;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(255, 255, 255, 0.65);
		border-radius: var(--amh-radius-card);
		box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat {
		flex: none;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.35rem;
		justify-content: flex-start;
		align-items: center;
		min-height: 44px;
		padding: 0.5rem 0.65rem;
		font-size: 0.75rem;
		line-height: 1.15;
		border-radius: var(--amh-radius-card);
		box-shadow:
			0 2px 10px rgba(15, 23, 42, 0.08),
			0 1px 0 rgba(255, 255, 255, 0.9) inset;
		border-color: rgba(255, 255, 255, 0.65);
		background: rgba(255, 255, 255, 0.98);
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat:hover,
	.elementor-widget-amh_authentic_hero .amh-hero__cat:focus {
		transform: none;
		background: rgba(255, 255, 255, 0.65);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat-label {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
		line-height: 1.15;
		word-break: normal;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat-icon {
		flex-shrink: 0;
		width: 1.1rem;
		height: 1.1rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search {
		flex-wrap: nowrap;
		gap: 0.3rem;
		padding: 0.28rem;
		margin-top: 0;
		border-radius: var(--amh-radius-pill);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search-media {
		flex: 0 0 auto;
		max-width: 5.25rem;
		min-width: 4.25rem;
		min-height: 40px;
		padding: 0.5rem 0.45rem;
		font-size: 0.75rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search-input {
		flex: 1 1 auto;
		min-width: 0;
		min-height: 40px;
		padding: 0.55rem 0.7rem;
		font-size: 0.8125rem;
		border-radius: var(--amh-radius-pill);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search-btn {
		flex: 0 0 40px;
		width: 40px;
		min-width: 40px;
		padding: 0;
		min-height: 40px;
		border-radius: var(--amh-radius-pill);
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search-btn .amh-hero__search-btn-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__search-btn {
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}
}

@media (max-width: 399px) {
	.elementor-widget-amh_authentic_hero .amh-hero__inner {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-list {
		padding-left: 4px;
		padding-right: 4px;
		gap: 0.1rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-link {
		font-size: 0.65rem;
		padding: 0.3rem 0.15rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__topbar-item.has-dropdown > .amh-hero__topbar-link .amh-hero__chevron svg {
		width: 9px;
		height: 9px;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat {
		font-size: 0.68rem;
		padding: 0.35rem 0.25rem;
	}

	.elementor-widget-amh_authentic_hero .amh-hero__cat-icon {
		width: 1rem;
		height: 1rem;
	}
}

@media (hover: none) {
	.elementor-widget-amh_authentic_hero .amh-hero__cat:hover,
	.elementor-widget-amh_authentic_hero .amh-hero__cat:focus {
		transform: none;
	}
}
