:root {
	--av-blue: #00a3d9;
	--av-blue-dark: #087eba;
	--av-blue-deep: #075f8f;
	--av-yellow: #f5c400;
	--av-ink: #102333;
	--av-muted: #60798b;
	--av-line: #d7e6ed;
	--av-surface: #f1fafd;
	--av-white: #fff;
	--av-action: #098dfe;
	--av-header-height: 80px;
	--av-shadow: 0 22px 60px rgba(16, 35, 51, 0.14);
}

body.av-nav-active {
	overflow-x: clip;
}

body.av-nav-active #brx-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar.av-nav-active #brx-header {
	top: 32px;
}

body.av-nav-lock {
	overflow: hidden;
}

.av-header-host,
.av-header-host > * {
	width: 100%;
}

.av-site-header,
.av-site-header *,
.av-site-header *::before,
.av-site-header *::after {
	box-sizing: border-box;
}

.av-site-header {
	position: relative;
	width: 100%;
	color: var(--av-ink);
	font-family: Manrope, Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.35;
	-webkit-font-smoothing: antialiased;
}

.av-site-header [hidden] {
	display: none !important;
}

.av-site-header a {
	color: inherit;
	text-decoration: none;
}

.av-site-header button {
	margin: 0;
	border: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	background: none;
	cursor: pointer;
}

.av-site-header svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.av-site-header :is(a, button):focus-visible {
	outline: 3px solid rgba(0, 163, 217, 0.35);
	outline-offset: 3px;
}

.av-svg-sprite {
	position: absolute;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	pointer-events: none;
}

.av-header-bar {
	position: relative;
	z-index: 4;
	width: 100%;
	border-bottom: 1px solid var(--av-line);
	background: var(--av-white);
}

.av-header-inner {
	width: min(100%, 1480px);
	height: 80px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.av-brand {
	min-width: 220px;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.av-brand-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.av-brand-logo-desktop {
	width: 210px;
	height: 54px;
}

.av-brand-logo-desktop .av-brand-image {
	width: 318px;
	height: auto;
	max-width: none;
	flex: 0 0 auto;
}

.av-brand-logo-mobile {
	display: none;
}

.av-brand-mark {
	position: relative;
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 10px 10px 10px 3px;
	color: var(--av-white);
	background: var(--av-blue);
	transform: skew(-7deg);
}

.av-brand-mark::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 5px;
	border-radius: 0 4px 0 3px;
	background: var(--av-yellow);
}

.av-brand-mark svg {
	width: 26px;
	height: 26px;
	stroke-width: 1.7;
	transform: skew(7deg);
}

.av-brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.av-brand-copy strong {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.av-brand-copy small {
	margin-top: 5px;
	color: var(--av-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
}

.av-popover {
	position: relative;
	flex: 0 0 auto;
}

.av-city-trigger,
.av-city-static,
.av-more-trigger {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 160ms ease, background-color 160ms ease;
}

.av-city-trigger {
	padding: 0 8px;
}

.av-city-static {
	padding: 0 10px;
}

.av-city-trigger > svg:first-child,
.av-city-static > svg:first-child {
	width: 18px;
	height: 18px;
	color: var(--av-blue-dark);
}

.av-chevron {
	width: 15px !important;
	height: 15px !important;
	transition: transform 160ms ease;
}

[aria-expanded="true"] > .av-chevron {
	transform: rotate(180deg);
}

.av-city-trigger:hover,
.av-city-static:hover,
.av-more-trigger:hover {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-popover-panel {
	position: absolute;
	top: calc(100% + 13px);
	left: 0;
	z-index: 10;
	min-width: 230px;
	border: 1px solid var(--av-line);
	border-radius: 12px;
	padding: 10px;
	background: var(--av-white);
	box-shadow: var(--av-shadow);
}

.av-popover-title {
	margin: 0;
	padding: 8px 10px 7px;
	color: var(--av-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.av-city-option,
.av-more-panel a {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border-radius: 8px;
	padding: 9px 10px;
	font-size: 14px;
	font-weight: 700;
}

.av-city-option:hover,
.av-more-panel a:hover {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-city-option.is-current {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-city-option small {
	color: var(--av-blue-dark);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.av-desktop-nav {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1 1 auto;
}

.av-nav-link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 8px;
	padding: 0 12px !important;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 160ms ease, background-color 160ms ease;
}

.av-nav-link:hover,
.av-nav-link[aria-expanded="true"] {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-services-trigger {
	color: var(--av-blue-dark) !important;
}

.av-more {
	display: none;
}

.av-more-trigger {
	padding: 0 10px !important;
}

.av-more-panel {
	right: 0;
	left: auto;
}

.av-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.av-phone-link,
.av-whatsapp-link,
.av-call-cta,
.av-mobile-call,
.av-mobile-menu-trigger {
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.av-phone-link {
	gap: 8px;
	padding: 0 8px;
}

.av-phone-link svg {
	color: var(--av-blue-dark);
}

.av-whatsapp-link {
	width: 46px;
	border: 1px solid var(--av-line);
	color: var(--av-blue-dark) !important;
}

.av-whatsapp-link span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.av-call-cta {
	gap: 8px;
	padding: 0 17px;
	color: var(--av-ink) !important;
	background: var(--av-yellow);
	transition: background-color 160ms ease, transform 160ms ease;
}

.av-call-cta:hover,
.av-mobile-primary:hover,
.av-mega-call:hover {
	background: #ffd21a;
	transform: translateY(-1px);
}

.av-mobile-call,
.av-mobile-menu-trigger {
	display: none;
}

.av-mega-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 3;
	border-bottom: 1px solid var(--av-line);
	background: var(--av-surface);
	box-shadow: var(--av-shadow);
}

.av-mega-backdrop {
	position: fixed;
	top: var(--av-header-height);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(16, 35, 51, 0.42);
}

body.admin-bar .av-mega-backdrop {
	top: calc(var(--av-header-height) + 32px);
}

.av-mega-inner {
	width: min(100%, 1320px);
	max-height: calc(100vh - 104px);
	margin: 0 auto;
	padding: 26px 24px 18px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.av-mega-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 18px;
}

.av-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--av-blue-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.av-mega-heading p {
	margin: 0;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.av-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	color: var(--av-blue-dark) !important;
	font-size: 13px;
	font-weight: 800;
}

.av-text-link svg {
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

.av-text-link:hover svg {
	transform: translateX(3px);
}

.av-direction-tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: -2px 0 22px;
	padding: 4px;
	border-radius: 10px;
	background: var(--av-surface);
	overflow-x: auto;
}

.av-direction-tabs a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	border-radius: 7px;
	padding: 0 14px;
	color: var(--av-muted);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.av-direction-tabs a:hover,
.av-direction-tabs a.is-current {
	color: var(--av-blue-dark);
	background: var(--av-white);
}

.av-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--av-line);
	border-radius: 8px;
	background: var(--av-white);
	overflow: hidden;
}

.av-service-group {
	min-width: 0;
	border-right: 1px solid var(--av-line);
	padding: 18px 16px 14px;
	background: var(--av-white);
}

.av-service-group:nth-of-type(3n) {
	border-right: 0;
}

.av-group-title {
	min-height: 42px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 8px 10px;
}

.av-group-title > span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 8px;
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-group-title svg {
	width: 18px;
	height: 18px;
}

.av-group-title p {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.av-service-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.av-service-group li + li {
	border-top: 1px solid #eaf2f5;
}

.av-service-group li a {
	min-height: 44px;
	display: flex;
	align-items: center;
	gap: 9px;
	border-radius: 7px;
	padding: 8px;
	color: #294150;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
	transition: color 150ms ease, background-color 150ms ease;
}

.av-direction-callout {
	min-height: 76px;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 14px;
	border-top: 1px solid var(--av-line);
	padding: 14px 18px;
	background: #f8fdff;
}

.av-direction-callout:hover {
	background: var(--av-surface);
}

.av-direction-callout-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	color: var(--av-white);
	background: var(--av-blue-dark);
}

.av-direction-callout-copy strong,
.av-direction-callout-copy small {
	display: block;
}

.av-direction-callout-copy strong {
	font-size: 15px;
	font-weight: 800;
}

.av-direction-callout-copy small {
	margin-top: 3px;
	color: var(--av-muted);
	font-size: 12px;
}

.av-direction-callout-arrow {
	color: var(--av-blue-dark);
}

.av-service-group li a:hover,
.av-service-group li a.is-current {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-service-group li svg {
	width: 17px;
	height: 17px;
	color: var(--av-blue-dark);
}

.av-services-empty {
	min-height: 88px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 14px;
	border: 1px solid var(--av-line);
	border-left: 4px solid var(--av-blue);
	border-radius: 10px;
	padding: 16px 18px;
	background: var(--av-surface);
}

.av-services-empty:hover {
	border-color: var(--av-blue);
}

.av-services-empty-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	color: var(--av-white);
	background: var(--av-blue);
}

.av-services-empty strong,
.av-services-empty small {
	display: block;
}

.av-services-empty strong {
	font-size: 15px;
	font-weight: 800;
}

.av-services-empty small {
	margin-top: 3px;
	color: var(--av-muted);
	font-size: 12px;
}

.av-services-empty-arrow {
	color: var(--av-blue-dark);
}

.av-mega-footer {
	margin-top: 18px;
	padding-top: 17px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	border-top: 1px solid var(--av-line);
}

.av-mega-context,
.av-mega-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.av-mega-context a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	border-radius: 7px;
	padding: 0 10px;
	color: var(--av-muted);
	font-size: 12px;
	font-weight: 800;
}

.av-mega-context a:hover {
	color: var(--av-blue-dark);
	background: var(--av-surface);
}

.av-mega-whatsapp,
.av-mega-call {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 800;
}

.av-mega-whatsapp {
	border: 1px solid var(--av-blue);
	color: var(--av-blue-dark) !important;
}

.av-mega-call {
	color: var(--av-ink) !important;
	background: var(--av-yellow);
}

.av-mobile-backdrop,
.av-mobile-drawer {
	display: none;
}

@media (max-width: 1350px) {
	.av-header-inner {
		gap: 14px;
	}

	.av-phone-link {
		width: 46px;
		border: 1px solid var(--av-line);
		padding: 0;
	}

	.av-phone-link span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}
}

@media (max-width: 1170px) {
	:root {
		--av-header-height: 72px;
	}

	.av-header-inner {
		height: 72px;
	}

	.av-nav-link-wide {
		display: none;
	}

	.av-more {
		display: block;
	}

	.av-brand {
		min-width: auto;
	}

	.av-brand-copy small {
		display: none;
	}

}

@media (max-width: 920px) {
	.av-header-inner {
		padding: 0 18px;
	}

	.av-brand-copy {
		display: none;
	}

	.av-brand {
		min-width: 48px;
	}

	.av-whatsapp-link {
		display: none;
	}

	.av-call-cta {
		padding: 0 13px;
	}

	.av-call-cta span {
		font-size: 12px;
	}
}

@media (max-width: 959px) {
	:root {
		--av-header-height: 64px;
	}

	.av-header-inner {
		height: 64px;
		padding: 0 12px;
		gap: 8px;
	}

	.av-brand {
		min-width: 0;
		display: flex;
		gap: 8px;
		flex: 1 1 auto;
	}

	.av-brand-logo-desktop {
		display: none;
	}

	.av-brand-logo-mobile {
		width: clamp(145px, 38vw, 174px);
		height: 50px;
		display: flex;
	}

	.av-brand-logo-mobile .av-brand-image {
		position: static;
		width: 151.5%;
		height: auto;
		max-width: none;
		object-fit: initial;
		transform: none;
	}

	.av-brand-mark {
		width: 42px;
		height: 42px;
		border-radius: 8px 8px 8px 3px;
	}

	.av-brand-mark svg {
		width: 23px;
		height: 23px;
	}

	.av-brand-copy {
		display: flex;
		min-width: 0;
	}

	.av-brand-copy strong {
		font-size: 19px;
		letter-spacing: -0.045em;
	}

	.av-brand-copy small {
		display: none;
	}

	.av-city,
	.av-city-static {
		flex: 0 1 auto;
	}

	.av-city-trigger,
	.av-city-static {
		min-height: 48px;
		gap: 5px;
		padding: 0 5px !important;
		font-size: 13px;
	}

	.av-city-trigger > svg:first-child,
	.av-city-static > svg:first-child {
		display: none;
	}

	.av-city-panel {
		right: 0;
		left: auto;
	}

	.av-desktop-nav,
	.av-more,
	.av-header-actions,
	.av-mega-menu {
		display: none !important;
	}

	.av-mobile-call,
	.av-mobile-menu-trigger {
		width: 48px;
		height: 48px;
		display: inline-flex;
		flex: 0 0 48px;
	}

	.av-mobile-call {
		color: var(--av-ink) !important;
		background: var(--av-yellow);
	}

	.av-mobile-menu-trigger {
		color: var(--av-white) !important;
		background: var(--av-action) !important;
	}

	.av-mobile-menu-trigger svg {
		width: 22px;
		height: 22px;
	}

	.av-mobile-menu-trigger .av-close-icon {
		display: none;
	}

	.av-mobile-menu-trigger[aria-expanded="true"] .av-menu-icon {
		display: none;
	}

	.av-mobile-menu-trigger[aria-expanded="true"] .av-close-icon {
		display: block;
	}

	.av-mobile-backdrop {
		position: fixed;
		top: var(--av-header-height);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		display: block;
		background: rgba(16, 35, 51, 0.48);
	}

	.av-mobile-drawer {
		position: fixed;
		top: var(--av-header-height);
		right: 0;
		bottom: 0;
		z-index: 3;
		width: min(100%, 440px);
		display: flex;
		flex-direction: column;
		border-left: 1px solid var(--av-line);
		background: var(--av-white);
		box-shadow: -16px 30px 50px rgba(16, 35, 51, 0.18);
	}

	body.admin-bar .av-mobile-backdrop,
	body.admin-bar .av-mobile-drawer {
		top: calc(var(--av-header-height) + 32px);
	}

	.av-mobile-drawer-header {
		min-height: 58px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 16px;
		border-bottom: 1px solid var(--av-line);
		background: var(--av-white);
	}

	.av-mobile-drawer-header strong {
		font-size: 16px;
		font-weight: 800;
	}

	.av-mobile-drawer-scroll {
		padding: 18px 16px 132px;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.av-mobile-city-block {
		padding-bottom: 16px;
		border-bottom: 1px solid var(--av-line);
	}

	.av-mobile-city-block > p,
	.av-mobile-section-title {
		margin: 0 0 10px;
		color: var(--av-muted);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.av-mobile-cities {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.av-mobile-cities a {
		width: 100%;
		min-height: 42px;
		display: inline-flex;
		align-items: center;
		gap: 7px;
		border: 1px solid var(--av-line);
		border-radius: 8px;
		padding: 0 12px;
		font-size: 13px;
		font-weight: 800;
	}

	.av-mobile-cities a small {
		margin-left: auto;
		color: var(--av-muted);
		font-size: 11px;
		font-weight: 700;
	}

	.av-mobile-cities a.is-current {
		border-color: var(--av-blue);
		color: var(--av-blue-dark);
		background: var(--av-surface);
	}

	.av-mobile-cities svg {
		width: 17px;
		height: 17px;
	}

	.av-mobile-directions {
		margin: 16px 0 0;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.av-mobile-directions a {
		min-height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--av-line);
		border-radius: 8px;
		padding: 7px;
		color: var(--av-muted);
		font-size: 12px;
		font-weight: 800;
		text-align: center;
	}

	.av-mobile-directions a.is-current {
		border-color: var(--av-blue);
		color: var(--av-blue-dark);
		background: var(--av-surface);
	}

	.av-mobile-services {
		padding: 18px 0;
	}

	.av-mobile-section-title {
		margin-bottom: 12px;
		color: var(--av-ink);
		font-size: 13px;
		letter-spacing: 0;
		text-transform: none;
	}

	.av-mobile-group {
		border-top: 1px solid var(--av-line);
	}

	.av-mobile-group:last-of-type {
		border-bottom: 1px solid var(--av-line);
	}

	.av-mobile-group > button {
		width: 100%;
		min-height: 56px;
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr) 18px;
		align-items: center;
		gap: 10px;
		text-align: left;
		font-size: 14px;
		font-weight: 800;
	}

	.av-mobile-group-icon {
		width: 32px;
		height: 32px;
		display: grid;
		place-items: center;
		border-radius: 7px;
		color: var(--av-blue-dark);
		background: var(--av-surface);
	}

	.av-mobile-group-icon svg {
		width: 17px;
		height: 17px;
	}

	.av-mobile-group ul {
		margin: 0 0 9px;
		padding: 0 0 0 44px;
		list-style: none;
	}

	.av-mobile-group li a {
		min-height: 43px;
		display: flex;
		align-items: center;
		gap: 9px;
		border-radius: 7px;
		padding: 7px 8px;
		color: #294150;
		font-size: 13px;
		font-weight: 700;
	}

	.av-mobile-group li a:hover,
	.av-mobile-group li a.is-current {
		color: var(--av-blue-dark);
		background: var(--av-surface);
	}

	.av-mobile-group li svg {
		width: 17px;
		height: 17px;
		color: var(--av-blue-dark);
	}

	.av-mobile-direction-link {
		min-height: 64px;
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr) 18px;
		align-items: center;
		gap: 10px;
		border-top: 1px solid var(--av-line);
		border-bottom: 1px solid var(--av-line);
		padding: 8px 0;
	}

	.av-mobile-direction-link > span:nth-child(2) {
		min-width: 0;
	}

	.av-mobile-direction-link strong,
	.av-mobile-direction-link small {
		display: block;
	}

	.av-mobile-direction-link strong {
		font-size: 14px;
		font-weight: 800;
	}

	.av-mobile-direction-link small {
		margin-top: 2px;
		color: var(--av-muted);
		font-size: 11px;
	}

	.av-mobile-direction-link > svg {
		width: 18px;
		height: 18px;
		color: var(--av-blue-dark);
	}

	.av-mobile-all-services {
		min-height: 48px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		border-radius: 8px;
		padding: 0 13px;
		color: var(--av-blue-dark) !important;
		background: var(--av-surface);
		font-size: 13px;
		font-weight: 800;
	}

	.av-mobile-context {
		display: grid;
		gap: 2px;
		padding-top: 4px;
		border-top: 1px solid var(--av-line);
	}

	.av-mobile-context a {
		min-height: 46px;
		display: flex;
		align-items: center;
		border-radius: 7px;
		padding: 0 10px;
		font-size: 14px;
		font-weight: 750;
	}

	.av-mobile-context a:hover {
		color: var(--av-blue-dark);
		background: var(--av-surface);
	}

	.av-mobile-actions {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		gap: 8px;
		padding: 12px 16px max(12px, env(safe-area-inset-bottom));
		border-top: 1px solid var(--av-line);
		background: var(--av-white);
		box-shadow: 0 -12px 28px rgba(16, 35, 51, 0.08);
	}

	.av-mobile-whatsapp,
	.av-mobile-primary {
		min-height: 50px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		border-radius: 9px;
		font-size: 13px;
		font-weight: 800;
	}

	.av-mobile-whatsapp {
		border: 1px solid var(--av-blue);
		color: var(--av-blue-dark) !important;
	}

	.av-mobile-primary {
		color: var(--av-ink) !important;
		background: var(--av-yellow);
	}
}

@media (max-width: 782px) {
	body.admin-bar.av-nav-active #brx-header {
		top: 46px;
	}

	body.admin-bar .av-mobile-backdrop,
	body.admin-bar .av-mobile-drawer {
		top: calc(var(--av-header-height) + 46px);
	}
}

@media (max-width: 380px) {
	.av-header-inner {
		padding: 0 9px;
		gap: 5px;
	}

	.av-brand {
		gap: 6px;
	}

	.av-brand-mark {
		width: 40px;
		height: 40px;
	}

	.av-brand-logo-mobile {
		width: 145px;
		height: 46px;
	}

	.av-brand-logo-mobile .av-brand-image {
		width: 151.5%;
		height: auto;
	}

	.av-brand-copy strong {
		font-size: 17px;
	}

	.av-city-trigger,
	.av-city-static {
		font-size: 12px;
	}

	.av-city-trigger .av-chevron {
		width: 13px !important;
	}

	.av-mobile-call,
	.av-mobile-menu-trigger {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}
}

@media (max-width: 330px) {
	.av-city-static {
		width: 34px;
		min-width: 34px;
		padding: 0 !important;
	}

	.av-city-static > svg:first-child {
		width: 19px;
		height: 19px;
		display: block;
	}

	.av-city-static span {
		display: none;
	}

	.av-brand-copy {
		display: none;
	}

	.av-brand {
		flex: 1 1 auto;
	}
}

@media (max-width: 390px) {
	body.page-id-3 h1 {
		font-size: clamp(28px, 8.2vw, 32px);
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-site-header *,
	.av-site-header *::before,
	.av-site-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
