/**
 * Header & footer parity — loaded on all pages.
 */

body.duende-site:not(.home):not(.error404):not(.duende-manifesto-page):not(.duende-company-history-page):not(.duende-team-page):not(.duende-work-page):not(.duende-references-page):not(.duende-services-page):not(.duende-sector-reports-page):not(.duende-process-page):not(.duende-contact-page):not(.duende-journal-page):not(.duende-journal-detail):not(.duende-legal-page) {
	background: #050714 !important;
	color: rgba(255, 255, 255, 0.7);
}

body.duende-site :focus-visible {
	outline: 2px solid var(--duende-accent);
	outline-offset: 2px;
}

/* Header/footer + cursor stay on brand red even when a page overrides body accent (e.g. hizmetler labels). */
body.duende-site .elementor-location-header,
body.duende-site .elementor-location-footer {
	--duende-accent: #e63946;
	--duende-accent-2: #ff4655;
}

body.duende-site .elementor-location-header :focus-visible,
body.duende-site .elementor-location-footer :focus-visible {
	outline-color: #e63946;
}

body.duende-site.elementor-kit-5,
body.duende-site .elementor-kit-5 {
	--e-global-color-primary: #ffffff;
	--e-global-color-secondary: #ffffff;
	--e-global-color-text: rgba(255, 255, 255, 0.7);
	--e-global-color-accent: #e63946;
	--e-global-typography-primary-font-family: "DM Sans", system-ui, sans-serif;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-text-font-family: "DM Sans", system-ui, sans-serif;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "DM Sans", system-ui, sans-serif;
	--e-global-typography-accent-font-weight: 500;
}
body.duende-site .elementor,
body.duende-site .elementor-location-header,
body.duende-site .elementor-location-footer,
body.duende-site .site-main {
	position: relative;
	z-index: 2;
}

/* Header shell — match homepage on every route (fixed, transparent, z-index 50). */
body.duende-site .elementor-location-header,
body.duende-site .elementor-location-header.elementor {
	position: fixed !important;
	inset: 0 0 auto !important;
	z-index: 50 !important;
	height: 5rem !important;
	background: transparent !important;
	pointer-events: none;
}

body.admin-bar.duende-site .elementor-location-header {
	inset: 32px 0 auto !important;
}

@media (max-width: 782px) {
	body.admin-bar.duende-site .elementor-location-header {
		inset: 46px 0 auto !important;
	}
}

body.duende-site .elementor-location-header .duende-native-header {
	position: relative !important;
	z-index: 1 !important;
	pointer-events: auto;
}
/* Header scroll state (Navigation.jsx) */
body.duende-site .duende-native-header {
	background: transparent !important;
	border-bottom: 1px solid transparent !important;
	backdrop-filter: none !important;
	transition:
		background 0.5s ease,
		border-color 0.5s ease,
		backdrop-filter 0.5s ease !important;
}

body.duende-site .duende-native-header.is-scrolled {
	background: rgba(5, 7, 20, 0.8) !important;
	border-bottom-color: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(24px) !important;
}

/* Nav — text-white/70 → hover:text-white (no underline) */
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item:hover,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item:focus {
	color: rgba(255, 255, 255, 0.7) !important;
	fill: rgba(255, 255, 255, 0.7) !important;
	background: transparent !important;
	font-family: var(--duende-body) !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	line-height: 1.25rem !important;
	letter-spacing: 0.025em !important;
	padding: 0 !important;
	text-decoration: none !important;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item:hover,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-item:focus,
body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children:hover > .elementor-item {
	color: #fff !important;
	fill: #fff !important;
	text-decoration: none !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .duende-nav-line {
	display: none !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
body.duende-site .duende-native-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
body.duende-site .duende-native-menu .e--pointer-framed .elementor-item:before,
body.duende-site .duende-native-menu .e--pointer-framed .elementor-item:after {
	display: none !important;
	content: none !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children {
	position: relative !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children > .elementor-item {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.375rem !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children > .elementor-item .sub-arrow {
	display: none !important;
}

body.duende-site .duende-native-menu .duende-nav-chevron {
	flex-shrink: 0;
	display: block;
	width: 14px;
	height: 14px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.duende-site .duende-native-menu .menu-item-has-children:hover > .elementor-item .duende-nav-chevron,
body.duende-site .duende-native-menu .menu-item-has-children:focus-within > .elementor-item .duende-nav-chevron {
	transform: rotate(180deg);
}

body.duende-site .duende-native-menu .elementor-nav-menu--main > .menu-item > .elementor-item {
	position: relative;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
	position: absolute !important;
	top: calc(100% + 1rem) !important;
	left: 0 !important;
	z-index: 10010 !important;
	display: block !important;
	min-width: 14rem !important;
	margin: 0 !important;
	padding: 0.5rem 0 !important;
	background: rgba(10, 14, 39, 0.95) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	box-shadow: none !important;
	backdrop-filter: blur(18px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-0.5rem);
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children:hover > .sub-menu,
body.duende-site .duende-native-menu .elementor-nav-menu--main .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1rem;
	height: 1rem;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .sub-menu .menu-item {
	display: block !important;
	width: 100%;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-sub-item {
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 0.875rem !important;
	letter-spacing: 0.025em !important;
	transition: color 0.15s ease, background 0.15s ease !important;
}

body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-sub-item:hover,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-sub-item:focus,
body.duende-site .duende-native-menu .elementor-nav-menu--main .elementor-sub-item.elementor-item-active {
	color: var(--duende-accent) !important;
	background: rgba(255, 255, 255, 0.03) !important;
}

/* Lang toggle */
body.duende-site .duende-native-lang .elementor-heading-title {
	display: inline-flex !important;
	align-items: center;
	gap: 0;
	padding: 0.5rem 0.75rem !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-family: var(--duende-display) !important;
	font-size: 0.75rem !important;
	font-weight: 400 !important;
	line-height: 1rem !important;
	letter-spacing: 0.25em !important;
	transition:
		color 0.15s ease,
		border-color 0.15s ease !important;
}

body.duende-site .duende-native-lang .elementor-heading-title:hover {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

body.duende-site .duende-native-lang .duende-lang-slash {
	margin-inline: 0.25rem;
	color: rgba(255, 255, 255, 0.3);
}

body.duende-site .duende-native-lang .duende-lang-part.is-active {
	color: rgba(255, 255, 255, 0.8) !important;
}

body.duende-site .duende-native-lang .duende-lang-part {
	cursor: pointer;
	transition: color 0.15s ease;
}

body.duende-site .duende-native-lang .duende-lang-part:hover {
	color: #fff !important;
}

/* Header CTAs — always text-style like reference (no red boxes) */
body.duende-site .duende-native-header .duende-native-primary .elementor-button,
body.duende-site .duende-native-header .duende-native-catalog .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 0 !important;
	padding: 0.95rem 1.6rem !important;
	border: 1px solid transparent !important;
	background: transparent !important;
	color: #fff !important;
	font-family: var(--duende-body) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	line-height: 1.25rem !important;
	letter-spacing: 0.02em !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease !important;
}

body.duende-site .duende-native-header .duende-native-primary .elementor-button:hover,
body.duende-site .duende-native-header .duende-native-catalog .elementor-button:hover {
	background: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}

body.duende-site .duende-native-header .duende-native-primary .elementor-button:focus,
body.duende-site .duende-native-header .duende-native-primary .elementor-button:focus-visible,
body.duende-site .duende-native-header .duende-native-catalog .elementor-button:focus,
body.duende-site .duende-native-header .duende-native-catalog .elementor-button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}
/* Footer — reference Footer.jsx parity */
body.duende-site .duende-native-footer-logo,
body.duende-site .duende-native-footer-logo .elementor-widget-container,
body.duende-site .duende-native-footer-logo .elementor-widget-container a {
	margin: 0 !important;
	text-align: left !important;
}

body.duende-site .duende-native-footer-logo .elementor-widget-container a {
	display: block !important;
	width: fit-content !important;
}

body.duende-site .duende-native-footer-logo img {
	height: 2.5rem !important;
	width: auto !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:first-child .duende-native-text .elementor-widget-container,
body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:first-child .duende-native-text p {
	margin: 2rem 0 0 !important;
	max-width: 36rem !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-family: var(--duende-serif) !important;
	font-size: clamp(1.5rem, 2vw, 1.875rem) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.375 !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:first-child .duende-native-text em {
	font: inherit !important;
	color: inherit !important;
}

@media (min-width: 1024px) {
	body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 3.5rem !important;
	}

	body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:nth-child(1) {
		flex: 0 1 17.5rem !important;
		width: auto !important;
		max-width: 20rem !important;
		min-width: 0 !important;
	}

	body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:nth-child(n+2) {
		flex: 1 1 0 !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:nth-child(2) {
		margin-left: 4rem !important;
	}

	body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:nth-child(4) {
		margin-left: 2rem !important;
	}
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-wrap,
body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-container,
body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .duende-native-text {
	min-width: 0 !important;
	max-width: 100% !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .duende-native-text p,
body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .duende-native-text a {
	overflow-wrap: anywhere !important;
	word-break: break-word !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-heading .elementor-heading-title {
	margin: 0 0 1.25rem !important;
	color: rgba(255, 255, 255, 0.4) !important;
	font-family: var(--duende-display) !important;
	font-size: 0.625rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.3em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .duende-native-text p {
	margin: 0 0 0.75rem !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) .duende-native-text p:last-child {
	margin-bottom: 0 !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) a {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
	white-space: normal !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) > .elementor-container > .elementor-column:not(:first-child) a {
	display: inline-block !important;
	max-width: 100% !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) a.duende-footer-sub-link {
	padding-left: 0.75rem !important;
	color: rgba(255, 255, 255, 0.55) !important;
}

body.duende-site .duende-native-footer:not(.duende-native-footer-bottom):not(.duende-native-footer-word) a:hover {
	color: var(--duende-accent) !important;
}

body.duende-site .duende-native-footer-word {
	margin-top: 5rem !important;
	overflow: hidden !important;
}

body.duende-site .duende-native-footer-word .elementor-heading-title {
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: 22vw !important;
	font-weight: 900 !important;
	letter-spacing: -0.04em !important;
	line-height: 0.85 !important;
	text-transform: lowercase !important;
}

body.duende-site .duende-native-footer-word .elementor-heading-title span {
	color: rgba(255, 255, 255, 0.95) !important;
}

body.duende-site .duende-native-footer-bottom .elementor-widget-wrap,
body.duende-site .duende-native-footer-bottom .elementor-widget-container,
body.duende-site .duende-native-footer-bottom .duende-native-text {
	width: 100% !important;
}

body.duende-site .duende-footer-bottomline {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	width: 100% !important;
	margin-top: 2.5rem !important;
	color: rgba(255, 255, 255, 0.4) !important;
	font-family: var(--duende-display) !important;
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

body.duende-site .duende-footer-meta,
body.duende-site .duende-footer-built {
	display: flex !important;
	align-items: center !important;
	gap: 1.5rem !important;
	flex-wrap: wrap !important;
}

body.duende-site .duende-footer-built {
	flex-shrink: 0 !important;
}

body.duende-site .duende-footer-bottomline a {
	color: rgba(255, 255, 255, 0.4) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

body.duende-site .duende-footer-bottomline a:hover {
	color: var(--duende-accent) !important;
}

body.duende-site .duende-footer-lang {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 4rem !important;
	padding: 0.375rem 0.75rem !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	color: rgba(255, 255, 255, 0.75) !important;
	letter-spacing: 0.2em !important;
	cursor: pointer !important;
}

body.duende-site .duende-footer-lang .duende-lang-slash {
	margin-inline: 0.25rem;
	color: rgba(255, 255, 255, 0.3);
}

body.duende-site .duende-footer-lang .duende-lang-part {
	cursor: pointer;
	transition: color 0.15s ease;
}

body.duende-site .duende-footer-lang .duende-lang-part.is-active {
	color: rgba(255, 255, 255, 0.95) !important;
}

body.duende-site .duende-footer-lang .duende-lang-part:hover {
	color: #fff !important;
}

/* Final header guard: page-level Elementor wrappers must not push the fixed header down. */
body.duende-site .elementor-location-header,
body.duende-site .elementor-location-header.elementor {
	height: 5rem !important;
	min-height: 5rem !important;
	padding: 0 !important;
}

body.duende-site .elementor-location-header .duende-native-header {
	height: 5rem !important;
	min-height: 5rem !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
	body.duende-site .duende-native-header > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(10rem, 13rem) minmax(25rem, 1fr) auto auto auto !important;
		align-items: center !important;
		column-gap: 1rem !important;
		width: min(90rem, 100%) !important;
		max-width: 90rem !important;
		height: 5rem !important;
		min-height: 5rem !important;
		padding-inline: 3rem !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column {
		display: block !important;
		position: relative !important;
		inset: auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		flex: none !important;
		order: initial !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(1) {
		justify-self: start !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(2) {
		justify-self: center !important;
		min-width: max-content !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(3),
	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(4),
	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(5) {
		justify-self: end !important;
		min-width: max-content !important;
	}

	body.duende-site .duende-native-logo,
	body.duende-site .duende-native-lang,
	body.duende-site .duende-native-menu {
		position: relative !important;
		inset: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: auto !important;
		z-index: auto !important;
	}

	body.duende-site .duende-native-logo img {
		width: auto !important;
		height: 2.2rem !important;
	}

	body.duende-site .duende-native-menu,
	body.duende-site .duende-native-menu nav,
	body.duende-site .duende-native-menu .elementor-nav-menu--main,
	body.duende-site .duende-native-menu .elementor-nav-menu {
		width: max-content !important;
		max-width: none !important;
	}

	body.duende-site .duende-native-menu .elementor-nav-menu--main,
	body.duende-site .duende-native-menu .elementor-nav-menu {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		grid-template-columns: none !important;
		gap: 1.45rem !important;
	}

	body.duende-site .duende-native-menu .elementor-nav-menu > li,
	body.duende-site .duende-native-menu .elementor-item {
		flex: 0 0 auto !important;
		justify-content: flex-start !important;
		white-space: nowrap !important;
	}

	body.duende-site .duende-native-menu .elementor-menu-toggle,
	body.duende-site .duende-native-menu .elementor-nav-menu--dropdown {
		display: none !important;
	}

	body.duende-site .duende-native-header .duende-native-primary,
	body.duende-site .duende-native-header .duende-native-catalog {
		display: block !important;
	}

	body.duende-site .duende-native-menu .elementor-item,
	body.duende-site .duende-native-header .elementor-button {
		font-size: 0.82rem !important;
	}

	body.duende-site .duende-native-header .elementor-button {
		padding: 0.82rem 1.05rem !important;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
	body.duende-site .duende-native-header > .elementor-container {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 1rem !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column {
		flex: 0 0 auto !important;
		align-self: center !important;
		justify-self: auto !important;
	}

	body.duende-site .duende-native-header > .elementor-container > .elementor-column:nth-child(2) {
		flex: 1 1 auto !important;
		display: flex !important;
		justify-content: center !important;
		min-width: 0 !important;
	}

	body.duende-site .duende-native-logo img {
		height: 2rem !important;
	}

	body.duende-site .duende-native-menu {
		justify-self: auto !important;
		width: auto !important;
		max-width: 100% !important;
	}

	body.duende-site .duende-native-menu .elementor-nav-menu {
		gap: 1.35rem !important;
	}

	body.duende-site .duende-native-header .duende-native-primary .elementor-button,
	body.duende-site .duende-native-header .duende-native-catalog .elementor-button {
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}
}

@media (max-width: 1023px) {
	body.duende-site .duende-native-menu .elementor-nav-menu--main {
		display: none !important;
	}

	body.duende-site .duende-native-menu .elementor-menu-toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 2.25rem !important;
		height: 2.25rem !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #fff !important;
		box-shadow: none !important;
	}

	body.duende-site .duende-native-menu .elementor-menu-toggle svg {
		width: 1.25rem !important;
		height: 1.25rem !important;
		fill: currentColor !important;
	}

	body.duende-site .duende-native-menu .elementor-nav-menu--dropdown {
		display: none !important;
	}

	body.duende-mobile-menu-open {
		overflow: hidden !important;
	}
}

.duende-mobile-menu {
	position: fixed;
	inset: 0;
	top: 5rem;
	z-index: 9998;
	overflow-y: auto;
	background: #050714;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-1rem);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.duende-mobile-menu[hidden] {
	display: none !important;
}

.duende-mobile-menu.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.duende-mobile-menu__inner {
	display: flex;
	min-height: calc(100vh - 5rem);
	flex-direction: column;
	gap: 2rem;
	padding: 3rem 1.5rem;
}

.duende-mobile-menu__list {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1.25rem;
}

.duende-mobile-menu__item {
	display: flex;
	flex-direction: column;
}

.duende-mobile-menu__link {
	color: #fff !important;
	font-family: var(--duende-display) !important;
	font-size: clamp(2.5rem, 11vw, 4.5rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em !important;
	line-height: 0.95 !important;
	text-decoration: none !important;
}

.duende-mobile-menu__sub {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0.9rem 0 0 0.25rem;
	padding-left: 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.duende-mobile-menu__sub-link {
	color: rgba(255, 255, 255, 0.7) !important;
	font-family: var(--duende-display) !important;
	font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.duende-mobile-menu__sub-link:hover,
.duende-mobile-menu__sub-link:focus {
	color: var(--duende-accent) !important;
}

.duende-mobile-menu__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	padding-top: 0.75rem;
}

.duende-mobile-menu__action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	padding: 0.95rem 1.2rem !important;
	border: 1px solid rgba(255, 255, 255, 0.75) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-family: var(--duende-body) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

@media (min-width: 1024px) {
	.duende-mobile-menu {
		display: none !important;
	}
}
