/**
 * Aadyanex global header design — contact strip, nav bar, mobile menu, classic theme.
 * Colors & typography tokens: adyanex-brand.css
 */

/* ------------------------------------------------------------------ */
/* Contact strip                                                       */
/* ------------------------------------------------------------------ */

.adyanex-header-contact {
	position: relative;
	overflow: hidden;
	font-family: var(--adyanex-font-family);
}

.adyanex-header-contact__glow {
	position: absolute;
	inset: -40% auto auto 50%;
	width: min(520px, 80vw);
	height: 120px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(var(--adyanex-accent-rgb), 0.28) 0%, transparent 70%);
	pointer-events: none;
	opacity: 0.85;
}

.adyanex-header-contact__inner {
	position: relative;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04) 100%),
		linear-gradient(180deg, rgba(8, 47, 73, 0.98) 0%, rgba(15, 78, 73, 0.96) 100%);
	border: 1px solid var(--adyanex-header-border);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 10px 30px rgba(7, 21, 37, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.adyanex-header-contact__label,
.adyanex-header-contact__social-label {
	font-family: var(--adyanex-font-family);
	letter-spacing: 0.08em;
}

.adyanex-header-contact__value {
	font-family: var(--adyanex-font-family);
}

.adyanex-header-contact__social-link {
	border-radius: 10px;
	background: var(--adyanex-header-surface);
	border: 1px solid var(--adyanex-header-border);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.adyanex-header-contact__social-link:hover,
.adyanex-header-contact__social-link:focus-visible {
	transform: translateY(-1px);
	background: rgba(var(--adyanex-primary-rgb), 0.28);
	border-color: rgba(var(--adyanex-primary-rgb), 0.5);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.adyanex-header-contact__item--phone,
.adyanex-header-contact__item--email {
	border-radius: 12px;
	padding: 0.35rem 0.55rem;
	transition: background 0.2s ease, transform 0.2s ease;
}

.adyanex-header-contact__item--phone:hover,
.adyanex-header-contact__item--phone:focus-visible,
.adyanex-header-contact__item--email:hover,
.adyanex-header-contact__item--email:focus-visible {
	background: var(--adyanex-header-surface-hover);
	transform: translateY(-1px);
}

.adyanex-header-contact__icon {
	background: var(--adyanex-header-surface);
	border: 1px solid var(--adyanex-header-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ------------------------------------------------------------------ */
/* FSE header shell                                                    */
/* ------------------------------------------------------------------ */

header.swt-transparent-header.adyanex-site-header,
header.swt-transparent-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10050;
	width: 100%;
	font-family: var(--adyanex-font-family);
	transition: transform 0.28s ease, filter 0.28s ease;
}

header.swt-transparent-header .adyanex-header-bar,
header.swt-transparent-header > .has-foreground-background-color.has-background.adyanex-header-bar,
header.swt-transparent-header > .has-foreground-background-color.has-background {
	position: relative;
	overflow: visible;
	background:
		radial-gradient(ellipse 120% 80% at 0% 0%, rgba(255, 255, 255, 0.14), transparent 55%),
		radial-gradient(ellipse 90% 70% at 100% 100%, rgba(var(--adyanex-accent-rgb), 0.12), transparent 50%),
		var(--adyanex-gradient) !important;
	border: 1px solid var(--adyanex-header-border) !important;
	border-top: none !important;
	box-shadow: var(--adyanex-header-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
	backdrop-filter: blur(14px) saturate(120%);
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	transition: box-shadow 0.25s ease, padding 0.25s ease;
}

header.swt-transparent-header.adyanex-header-scrolled > .has-foreground-background-color.has-background {
	box-shadow: var(--adyanex-header-shadow-scrolled), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

header.swt-transparent-header.adyanex-header-compact .adyanex-header-contact {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

header.swt-transparent-header .adyanex-header-contact {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
	transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

/* Logo capsule */
.swt-transparent-header .site-logo-img,
.swt-transparent-header .adyanex-site-logo-wrap,
.swt-transparent-header figure.site-logo-img {
	padding: clamp(6px, 0.9vw, 10px) clamp(10px, 1.4vw, 14px);
	border-radius: calc(var(--adyanex-header-radius) - 4px);
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

/* Top-level nav pills */
@media (min-width: 1281px) {
	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle {
		border-radius: 999px;
		font-family: var(--adyanex-nav-font);
		font-weight: var(--adyanex-nav-top-weight);
		font-size: var(--adyanex-nav-top-size);
		color: var(--adyanex-header-text);
		letter-spacing: 0.01em;
		transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
	}

	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle:hover,
	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child:hover > .wp-block-navigation-submenu__toggle {
		background: var(--adyanex-header-surface-hover) !important;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
		transform: translateY(-1px);
	}

	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .current-menu-item > .wp-block-navigation-item__content,
	.swt-transparent-header .adyanex-primary-nav > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content[aria-current="page"] {
		background: rgba(255, 255, 255, 0.18) !important;
		box-shadow: inset 0 -2px 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
	}
}

/* CTA buttons — aligned with brand palette */
.swt-transparent-header .adyanex-header-ctas .wp-block-button__link {
	border-radius: 999px !important;
	font-family: var(--adyanex-font-family) !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	min-height: 42px;
	padding: 0.6rem 1.15rem !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.swt-transparent-header .adyanex-header-ctas > .wp-block-button:not(.adyanex-header-login) .wp-block-button__link {
	background: var(--adyanex-header-cta-bg) !important;
	color: var(--adyanex-header-cta-color) !important;
	border: 1px solid #fff !important;
	box-shadow: var(--adyanex-header-cta-shadow) !important;
}

.swt-transparent-header .adyanex-header-ctas > .wp-block-button:not(.adyanex-header-login) .wp-block-button__link:hover {
	background: var(--adyanex-header-cta-hover-bg) !important;
	color: var(--adyanex-primary-deep) !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16) !important;
}

.swt-transparent-header .adyanex-header-login .wp-block-button__link {
	border-radius: 999px !important;
	font-family: var(--adyanex-font-family) !important;
}

/* Hamburger */
.adyanex-primary-nav .wp-block-navigation__responsive-container-open {
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 14px;
	border: 1px solid var(--adyanex-header-border) !important;
	background: var(--adyanex-header-surface) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.adyanex-primary-nav .wp-block-navigation__responsive-container-open:hover,
.adyanex-primary-nav .wp-block-navigation__responsive-container-open:focus-visible {
	background: var(--adyanex-header-surface-hover) !important;
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.45) !important;
}

/* Mobile / tablet drawer */
@media (max-width: 1280px) {
	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
		background:
			linear-gradient(180deg, rgba(8, 47, 73, 0.98) 0%, rgba(15, 78, 73, 0.96) 14%, rgba(255, 255, 255, 0.98) 14%, #fff 100%) !important;
	}

	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding: 1rem 1.1rem 1.5rem;
		gap: 0.15rem;
	}

	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
		top: 0.85rem;
		right: 0.85rem;
		width: 2.6rem;
		height: 2.6rem;
		border-radius: 12px;
		background: var(--adyanex-header-surface);
		color: var(--adyanex-header-text);
	}

	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle {
		color: var(--adyanex-header-text) !important;
		font-family: var(--adyanex-nav-font);
		font-size: 1rem;
		font-weight: 600;
		padding: 0.8rem 0.9rem;
		border-radius: 12px;
	}

	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle:hover {
		background: var(--adyanex-header-surface-hover);
	}

	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:not(:first-child) > .wp-block-navigation-item__content,
	.adyanex-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:not(:first-child) > .wp-block-navigation-submenu__toggle {
		color: var(--adyanex-black) !important;
	}

	.adyanex-mobile-menu-ctas {
		display: grid;
		gap: 0.65rem;
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(15, 23, 42, 0.08);
	}

	.adyanex-mobile-menu-ctas .wp-block-button__link {
		width: 100%;
		text-align: center;
		border-radius: 999px !important;
		min-height: 46px;
		font-family: var(--adyanex-font-family) !important;
		font-weight: 700 !important;
	}
}

/* Mega menus — subtle lift */
@media (min-width: 1281px) {
	.adyanex-primary-nav .wp-block-navigation-item.adyanex-services-mega > .wp-block-navigation__submenu-container,
	.adyanex-primary-nav .wp-block-navigation-item.adyanex-erp-menu > .wp-block-navigation__submenu-container,
	.adyanex-primary-nav .wp-block-navigation-item.adyanex-industry-menu > .wp-block-navigation__submenu-container {
		margin-top: 0.55rem;
		animation: adyanexHeaderMenuIn 0.22s ease;
	}

	@keyframes adyanexHeaderMenuIn {
		from {
			opacity: 0;
			transform: translateY(8px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}

/* ------------------------------------------------------------------ */
/* Classic theme header                                                */
/* ------------------------------------------------------------------ */

.adyanex-classic-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10050;
	width: 100%;
	font-family: var(--adyanex-font-family);
	padding: clamp(8px, 1.2vw, 14px) var(--adyanex-header-inset) 0;
	box-sizing: border-box;
}

.adyanex-classic-header__bar {
	background:
		radial-gradient(ellipse 120% 80% at 0% 0%, rgba(255, 255, 255, 0.14), transparent 55%),
		radial-gradient(ellipse 90% 70% at 100% 100%, rgba(var(--adyanex-accent-rgb), 0.1), transparent 50%),
		var(--adyanex-gradient);
	border-bottom-left-radius: var(--adyanex-header-radius);
	border-bottom-right-radius: var(--adyanex-header-radius);
	border: 1px solid var(--adyanex-header-border);
	border-top: none;
	box-shadow: var(--adyanex-header-shadow);
	backdrop-filter: blur(14px) saturate(120%);
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	transition: box-shadow 0.25s ease;
}

.adyanex-classic-header.adyanex-header-scrolled .adyanex-classic-header__bar {
	box-shadow: var(--adyanex-header-shadow-scrolled);
}

.adyanex-classic-header.adyanex-header-compact .adyanex-header-contact {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.adyanex-classic-header .adyanex-header-contact {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
	transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.adyanex-classic-header .site-logo-wrap {
	padding: clamp(6px, 0.9vw, 10px) clamp(10px, 1.2vw, 14px);
	border-radius: calc(var(--adyanex-header-radius) - 4px);
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

.adyanex-classic-header .site-logo-wrap .custom-logo,
.adyanex-classic-header .site-logo-wrap .adyanex-site-logo-img {
	max-height: clamp(36px, 4vw, 52px);
}

.adyanex-classic-header .header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	height: auto;
	min-height: var(--adyanex-header-bar-height);
	padding: clamp(0.45rem, 1vw, 0.65rem) clamp(1rem, 2.5vw, 1.5rem);
}

.adyanex-classic-header .main-nav {
	justify-self: center;
	font-family: var(--adyanex-nav-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adyanex-classic-header .nav-list {
	font-family: inherit;
}

.adyanex-classic-header .nav-link {
	color: var(--adyanex-header-text);
	font-family: var(--adyanex-nav-font);
	font-weight: var(--adyanex-nav-top-weight);
	font-size: var(--adyanex-nav-top-size);
	border-radius: 999px;
	padding: 0.5rem 0.85rem;
	margin: 0 0.1rem;
	letter-spacing: 0.01em;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.adyanex-classic-header .nav-link:visited {
	color: var(--adyanex-header-text);
}

.adyanex-classic-header .nav-link::after {
	display: none;
}

.adyanex-classic-header .nav-link:hover,
.adyanex-classic-header .nav-item:hover > .nav-link,
.adyanex-classic-header .nav-link:focus-visible {
	color: var(--adyanex-header-text);
	font-family: var(--adyanex-nav-font);
	font-weight: var(--adyanex-nav-top-weight);
	background: var(--adyanex-header-surface-hover);
	transform: translateY(-1px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.adyanex-classic-header .nav-item.current-menu-item > .nav-link,
.adyanex-classic-header .nav-link[aria-current="page"] {
	background: rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 -2px 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.adyanex-classic-header__actions {
	display: flex;
	align-items: center;
	gap: clamp(0.4rem, 1vw, 0.65rem);
	justify-self: end;
}

.adyanex-classic-header__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 12px;
	color: var(--adyanex-header-text) !important;
	border: 1px solid var(--adyanex-header-border) !important;
	background: var(--adyanex-header-surface) !important;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.adyanex-classic-header__phone:hover {
	background: var(--adyanex-header-surface-hover) !important;
	transform: translateY(-1px);
}

.adyanex-classic-header__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	font-family: var(--adyanex-font-family);
	font-weight: 700;
	font-size: clamp(0.8125rem, 1vw, 0.875rem);
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.adyanex-classic-header__btn--primary {
	background: var(--adyanex-header-cta-bg);
	color: var(--adyanex-header-cta-color);
	border: 1px solid #fff;
	box-shadow: var(--adyanex-header-cta-shadow);
}

.adyanex-classic-header__btn--primary:hover {
	background: var(--adyanex-header-cta-hover-bg);
	color: var(--adyanex-primary-deep);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.adyanex-classic-header__btn--ghost {
	color: var(--adyanex-header-text);
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: var(--adyanex-header-surface);
}

.adyanex-classic-header__btn--ghost:hover {
	background: var(--adyanex-header-surface-hover);
	color: var(--adyanex-header-text);
	transform: translateY(-1px);
}

.adyanex-classic-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 14px;
	border: 1px solid var(--adyanex-header-border) !important;
	background: var(--adyanex-header-surface) !important;
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.adyanex-classic-header__toggle:hover {
	background: var(--adyanex-header-surface-hover) !important;
	transform: translateY(-1px);
}

.adyanex-classic-header__toggle span {
	display: block;
	width: 1.35rem;
	height: 2px;
	background: var(--adyanex-header-text) !important;
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.adyanex-classic-header__toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.adyanex-classic-header__toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.adyanex-classic-header__toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.adyanex-classic-header .mega-menu {
	border-radius: var(--adyanex-header-radius);
	border: 1px solid var(--adyanex-nav-panel-border);
	box-shadow: var(--adyanex-nav-panel-shadow);
	margin-top: 0.5rem;
	font-family: var(--adyanex-font-family);
}

.adyanex-classic-header__mobile-ctas {
	display: none;
}

body:has(.adyanex-classic-header) {
	--header-h: var(--adyanex-header-height);
}

body:has(.adyanex-classic-header) .site-header {
	background: transparent;
	backdrop-filter: none;
	border: none;
	box-shadow: none;
}

/* Classic header — tablet & mobile */
@media (max-width: 1280px) {
	.adyanex-classic-header .header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.adyanex-classic-header .main-nav {
		display: none;
	}

	.adyanex-classic-header__toggle {
		display: flex;
	}

	.adyanex-classic-header__btn--ghost {
		display: none;
	}

	.adyanex-classic-header .main-nav.open {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100dvh;
		z-index: 100000;
		background: #fff;
		padding: calc(var(--adyanex-header-height) + 1rem) clamp(1rem, 3vw, 1.5rem) 2rem;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
		animation: adyanexClassicNavIn 0.28s ease;
	}

	@keyframes adyanexClassicNavIn {
		from {
			opacity: 0;
			transform: translateY(-12px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.adyanex-classic-header .main-nav.open .nav-list {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0.15rem;
	}

	.adyanex-classic-header .main-nav.open .nav-link {
		color: var(--adyanex-black);
		font-family: var(--adyanex-nav-font);
		font-size: 1.05rem;
		padding: 0.85rem 1rem;
		margin: 0;
		border-radius: 12px;
	}

	.adyanex-classic-header .main-nav.open .nav-link:hover {
		background: var(--adyanex-primary-pale);
		color: var(--adyanex-primary-deep);
		transform: none;
		box-shadow: none;
	}

	.adyanex-classic-header .main-nav.open .nav-item.current-menu-item > .nav-link {
		background: var(--adyanex-primary-pale);
		color: var(--adyanex-primary-deep);
		box-shadow: inset 0 0 0 1px rgba(var(--adyanex-primary-rgb), 0.2);
	}

	.adyanex-classic-header .main-nav.open .mega-menu {
		position: static;
		transform: none;
		min-width: auto;
		opacity: 1;
		visibility: visible;
		display: none;
		box-shadow: none;
		border: none;
		padding: 0 0 0 1rem;
		margin-top: 0;
	}

	.adyanex-classic-header .main-nav.open .has-dropdown.open .mega-menu {
		display: grid;
	}

	.adyanex-classic-header__mobile-ctas {
		display: grid;
		gap: 0.65rem;
		width: 100%;
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		border-top: 1px solid rgba(15, 23, 42, 0.08);
	}

	.adyanex-classic-header__mobile-ctas .adyanex-classic-header__btn {
		width: 100%;
		min-height: 46px;
	}

	.adyanex-classic-header__mobile-ctas .adyanex-classic-header__btn--ghost {
		display: inline-flex;
		color: var(--adyanex-primary-deep);
		border-color: rgba(var(--adyanex-primary-rgb), 0.35);
		background: var(--adyanex-primary-pale);
	}

	.adyanex-classic-header__mobile-ctas .adyanex-classic-header__btn--primary {
		display: inline-flex;
	}
}

@media (max-width: 781px) {
	:root {
		--adyanex-header-bar-height: 68px;
		--adyanex-header-stack-height: clamp(118px, 22vw, 148px);
	}

	.adyanex-classic-header__btn--primary {
		display: none;
	}

	.adyanex-classic-header__phone {
		display: inline-flex;
	}
}

@media (max-width: 480px) {
	.adyanex-classic-header {
		padding-left: max(0.75rem, env(safe-area-inset-left));
		padding-right: max(0.75rem, env(safe-area-inset-right));
	}

	.adyanex-classic-header .header-inner {
		gap: 0.5rem;
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.adyanex-classic-header .site-logo-wrap {
		max-width: min(180px, 48vw);
	}
}
