.yepx-btn,
.yepx .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	min-width: 52px;
	padding: 0.9rem 1.7rem;
	gap: 0.45rem;
	border-radius: var(--yepx-btn-radius);
	background: var(--yepx-gradient-brand);
	color: var(--yepx-btn-text);
	text-decoration: none;
	border: 0;
	font: inherit;
	font-weight: 700;
	box-shadow: var(--yepx-shadow-brand);
	transition: transform var(--yepx-duration) var(--yepx-ease), box-shadow var(--yepx-duration) var(--yepx-ease), background var(--yepx-duration) var(--yepx-ease);
}

.yepx-btn:hover,
.yepx-btn:focus {
	background: var(--yepx-btn-hover);
	transform: translateY(-2px);
}

.yepx-btn:active {
	transform: translateY(0);
}

.yepx-btn:focus-visible {
	outline: 3px solid var(--yepx-color-focus);
	outline-offset: 3px;
}

.yepx-btn[aria-disabled="true"],
.yepx-btn:disabled {
	opacity: 0.5;
	pointer-events: none;
	transform: none;
}

/* Modal triggers: gradient→solid cannot interpolate; background fades through transparent. */
.yepx-btn[data-yepx-lead-modal],
.yepx-btn[data-yepx-hero-youtube],
.yepx-btn[data-yepx-hero-video],
.yepx-btn[href="#yepx-lead-modal"],
.yepx-btn[href="#yepx-hero-video-modal"] {
	transition-property: transform, box-shadow;
}

.yepx-btn--primary[data-yepx-lead-modal],
.yepx-btn--primary[href="#yepx-lead-modal"],
.yepx-btn--primary[data-yepx-hero-youtube],
.yepx-btn--primary[data-yepx-hero-video],
.yepx-btn--primary[href="#yepx-hero-video-modal"] {
	background-color: var(--yepx-color-primary);
}

.yepx-btn--primary[data-yepx-lead-modal]:hover,
.yepx-btn--primary[data-yepx-lead-modal]:focus,
.yepx-btn--primary[href="#yepx-lead-modal"]:hover,
.yepx-btn--primary[href="#yepx-lead-modal"]:focus,
.yepx-btn--primary[data-yepx-hero-youtube]:hover,
.yepx-btn--primary[data-yepx-hero-youtube]:focus,
.yepx-btn--primary[data-yepx-hero-video]:hover,
.yepx-btn--primary[data-yepx-hero-video]:focus,
.yepx-btn--primary[href="#yepx-hero-video-modal"]:hover,
.yepx-btn--primary[href="#yepx-hero-video-modal"]:focus {
	background-image: none;
	background-color: var(--yepx-btn-hover);
}

.yepx-btn--secondary {
	background: var(--yepx-color-navy);
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--soft {
	background: var(--yepx-color-primary-soft);
	color: var(--yepx-color-navy);
	box-shadow: none;
}

.yepx-btn--text {
	background: transparent;
	color: var(--yepx-color-navy);
	box-shadow: none;
	min-height: 44px;
	padding-inline: 0.25rem;
}

.yepx-btn--header {
	min-height: 48px;
	height: 48px;
	padding: 0 1.25rem;
}

.yepx-btn--ghost {
	background: transparent;
	color: var(--yepx-color-navy);
	border: 1px solid var(--yepx-color-border);
}

.yepx-btn--ghost:hover,
.yepx-btn--ghost:focus {
	background: var(--yepx-color-surface);
	color: var(--yepx-color-dark);
}

.yepx-btn--dark {
	background: var(--yepx-color-navy);
	color: #fff;
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--orange {
	background: var(--yepx-color-orange);
	color: #fff;
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--coral {
	background: var(--yepx-color-coral);
	color: #fff;
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--green {
	background: var(--yepx-color-success);
	color: #fff;
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--green:hover,
.yepx-btn--green:focus {
	background: var(--yepx-color-success-hover);
}

.yepx-btn--custom {
	background: var(--yepx-btn-bg);
	color: var(--yepx-btn-ink, #fff);
	box-shadow: var(--yepx-shadow-md);
}

.yepx-btn--compact {
	padding: 0.5rem 0.85rem;
	font-size: 0.9375rem;
	max-width: none;
	white-space: nowrap;
}

.yepx-btn__short {
	display: none;
}

.yepx-btn--compact .yepx-btn__full {
	display: none;
}

.yepx-btn--compact .yepx-btn__short {
	display: inline;
}

.yepx-topbar {
	background: var(--yepx-color-navy);
	color: #e8f1f6;
	font-size: 0.8125rem;
	min-height: 34px;
}

.yepx-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 34px;
	padding-block: 0.25rem;
}

.yepx-topbar a {
	color: inherit;
	text-decoration: none;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
}

.yepx-topbar__meta {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yepx-topbar__announce {
	margin: 0;
	font-weight: 600;
}

.yepx-header {
	background: color-mix(in srgb, var(--yepx-color-surface) 86%, transparent);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid transparent;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	transition: box-shadow var(--yepx-duration) var(--yepx-ease), min-height var(--yepx-duration) var(--yepx-ease);
}

.yepx-header.is-compact {
	box-shadow: var(--yepx-shadow-sm);
	border-bottom-color: var(--yepx-color-border);
}

.yepx-header--sticky {
	position: sticky;
	top: 0;
	z-index: 40;
}

.yepx-header--sticky.is-away {
	position: static;
	visibility: hidden;
	pointer-events: none;
	overflow-anchor: none;
}

.admin-bar .yepx-header--sticky {
	top: 32px;
}

.yepx-header__inner {
	width: min(var(--yepx-wide), calc(100% - (var(--yepx-gutter) * 2)));
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: var(--yepx-header-main);
	padding-block: 0;
}

.yepx-header.is-compact .yepx-header__inner {
	min-height: var(--yepx-header-main);
}

.yepx-branding,
.yepx-site-branding {
	flex: 1 1 auto;
	min-width: 0;
	max-width: min(12.5rem, 56vw);
}

.yepx-branding img,
.yepx-site-branding img,
.yepx-logo {
	display: block;
	width: auto;
	height: auto;
	max-height: 36px;
	max-width: min(174px, 100%);
}

.yepx-site-title {
	margin: 0;
	font-weight: 700;
	font-size: 1.125rem;
}

.yepx-site-title a {
	color: inherit;
	text-decoration: none;
}

.yepx-header__cta,
.yepx-header__bar-cta {
	margin-inline-start: auto;
}

.yepx-drawer__cta {
	display: none;
	margin-top: 1.25rem;
}

.yepx-drawer__cta .yepx-btn {
	width: 100%;
}

@media (max-width: 240px) {
	.yepx-slider__actions,
	.yepx-hero-stage .yepx-slider__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.yepx-slider__actions .yepx-btn,
	.yepx-hero-stage .yepx-btn {
		width: 100%;
		max-width: 100%;
	}

	.yepx-header__cta {
		display: none;
	}
}

.yepx-nav-toggle {
	min-width: 44px;
	min-height: 44px;
	border: 1px solid var(--yepx-color-border);
	background: var(--yepx-color-surface);
	border-radius: var(--yepx-radius);
}

.yepx-nav-toggle__bars,
.yepx-nav-toggle__bars::before,
.yepx-nav-toggle__bars::after {
	display: block;
	width: 1.25rem;
	height: 2px;
	background: var(--yepx-color-heading);
	margin-inline: auto;
}

.yepx-nav-toggle__bars::before,
.yepx-nav-toggle__bars::after {
	content: "";
	margin-top: 5px;
}

.yepx-nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(11, 44, 61, 0.46);
	z-index: var(--yepx-z-nav-overlay);
}

.yepx-nav-overlay[hidden] {
	display: none !important;
}

.yepx-drawer__topbar {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 1rem;
}

.yepx-drawer__contact {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--yepx-color-navy);
	text-decoration: none;
	font-weight: 600;
}

.yepx-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: min(22rem, 100vw);
	max-width: 100vw;
	background: var(--yepx-color-surface);
	z-index: var(--yepx-z-drawer);
	padding: calc(1rem + env(safe-area-inset-top)) 1.25rem calc(1.25rem + env(safe-area-inset-bottom));
	overflow: auto;
	transform: translateX(100%);
	visibility: hidden;
	box-shadow: var(--yepx-shadow-lg);
	border-radius: var(--yepx-radius-lg) 0 0 var(--yepx-radius-lg);
}

.yepx-drawer.is-open {
	transform: translateX(0);
	visibility: visible;
}

.admin-bar .yepx-drawer {
	top: 46px;
}

.yepx-nav--primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yepx-nav--primary > ul {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.yepx-nav--primary a,
.yepx-submenu-toggle {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.5rem 0.75rem;
	color: inherit;
	text-decoration: none;
	background: none;
	border: 0;
	font-size: 1rem;
}

.yepx-submenu-toggle {
	min-width: 44px;
}

.yepx-sub-menu {
	padding-inline-start: 0.75rem;
}

.yepx-sub-menu[hidden] {
	display: none;
}

.yepx-nav--primary li.menu-item-has-children > ul.yepx-sub-menu[hidden] {
	display: none;
}

body.yepx-nav-open {
	overflow: hidden;
}

.yepx-header__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-top: 1rem;
}

.yepx-header__contact {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.yepx-footer {
	margin-top: 3rem;
	padding: 2.5rem 0 calc(2rem + env(safe-area-inset-bottom));
	background: var(--yepx-color-navy);
	color: #e8f1f6;
}

.yepx-footer a,
.yepx-footer a:hover,
.yepx-footer a:focus,
.yepx-footer a:focus-visible {
	color: #fff;
	text-decoration: none;
}

.yepx-footer h1,
.yepx-footer h2,
.yepx-footer h3,
.yepx-footer h4,
.yepx-footer h5,
.yepx-footer h6,
.yepx-footer .wp-block-heading,
.yepx-footer h1:hover,
.yepx-footer h2:hover,
.yepx-footer h3:hover,
.yepx-footer h4:hover,
.yepx-footer .wp-block-heading:hover {
	text-decoration: none;
	border-bottom: none;
}

.yepx-footer__inner {
	width: min(var(--yepx-wide), calc(100% - (var(--yepx-gutter) * 2)));
	margin-inline: auto;
	display: grid;
	gap: 1.25rem;
}

/* Footer menu grid BP = ContactButtons/Footer Store: mobile ≤767, tablet 768–1024, desktop ≥1025. */
.yepx-footer__menus {
	display: grid;
	gap: 1.25rem;
	align-items: start;
	min-width: 0;
}

.yepx-footer__menus--mcols-1 { grid-template-columns: minmax(0, 1fr); }
.yepx-footer__menus--mcols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.yepx-footer__menus--mcols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yepx-footer__menus--mcols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.yepx-footer-col--hide-mobile {
	display: none;
}

@media (min-width: 768px) {
	.yepx-footer__menus--tcols-1 { grid-template-columns: minmax(0, 1fr); }
	.yepx-footer__menus--tcols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yepx-footer__menus--tcols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.yepx-footer__menus--tcols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

	.yepx-footer-col--hide-mobile {
		display: block;
	}

	.yepx-footer-col--hide-tablet {
		display: none;
	}
}

@media (min-width: 1025px) {
	.yepx-footer__inner,
	.yepx-footer__inner--n1,
	.yepx-footer__inner--n2,
	.yepx-footer__inner--n3,
	.yepx-footer__inner--n4 {
		grid-template-columns: 1.5fr minmax(0, 1fr);
		align-items: start;
		gap: 2rem 1.5rem;
	}

	.yepx-footer__menus--dcols-1 { grid-template-columns: minmax(0, 1fr); }
	.yepx-footer__menus--dcols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yepx-footer__menus--dcols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.yepx-footer__menus--dcols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

	.yepx-footer-col--hide-mobile,
	.yepx-footer-col--hide-tablet {
		display: block;
	}

	.yepx-footer-col--hide-desktop {
		display: none;
	}
}

.yepx-footer__heading,
.yepx-footer__acc summary,
.yepx-footer__heading:hover,
.yepx-footer__acc summary:hover {
	font-size: 1rem;
	margin: 0 0 0.5rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	box-shadow: none;
}

.yepx-footer__acc summary {
	min-height: 0;
	display: flex;
	align-items: center;
	cursor: default;
	pointer-events: none;
	list-style: none;
}

.yepx-footer__acc summary::-webkit-details-marker {
	display: none;
}

.yepx-footer__col ul,
.yepx-footer__social,
.yepx-footer__fallback {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yepx-footer__col a,
.yepx-footer__fallback a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.yepx-footer__name {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
}

.yepx-footer__desc {
	margin: 0 0 1rem;
	color: #c5d4de;
	max-width: 28rem;
}

.yepx-footer__legal {
	grid-column: 1 / -1;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	align-items: center;
	justify-content: space-between;
}

.yepx-footer__logo {
	display: block;
	max-height: 40px;
	width: auto;
	margin: 0 0 0.75rem;
}

.yepx-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin-top: 1rem;
}

.yepx-footer__social a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 44px;
	min-width: 44px;
}

.yepx-footer__social-label {
	font-size: 0.875rem;
}

.yepx-footer__cta {
	margin: 0;
}

@media (max-width: 1279px) {
	.yepx-footer__acc,
	.yepx-footer__col {
		overflow: visible;
	}

	.yepx-footer__acc[open] > *:not(summary),
	.yepx-footer__col ul,
	.yepx-footer__col nav,
	.yepx-footer__fallback {
		display: block;
		visibility: visible;
		height: auto;
		max-height: none;
		overflow: visible;
		font-size: inherit;
		clip: auto;
		clip-path: none;
	}

	.yepx-footer__col a,
	.yepx-footer__fallback a {
		display: inline-flex;
		visibility: visible;
		height: auto;
		overflow: visible;
		font-size: inherit;
		color: #fff;
	}
}

.yepx-announce {
	background: var(--yepx-color-primary);
	color: #fff;
	text-align: center;
	padding: 0.5rem;
}

.yepx-announce a {
	color: inherit;
}

@media (max-width: 767px) {
	.yepx-topbar {
		display: none;
	}
}

@media (max-width: 430px) {
	.yepx-header__cta {
		display: none;
	}

	.yepx-drawer__cta {
		display: block;
	}

	.yepx-header__inner {
		justify-content: space-between;
	}

	.yepx-nav-toggle {
		margin-inline-start: auto;
	}
}

@media (max-width: 1279px) {
	.yepx-header__cta .yepx-btn {
		min-height: 44px;
		height: 44px;
		white-space: nowrap;
		padding-inline: 1rem;
	}

	.yepx-drawer:not(.is-open) {
		display: none;
		width: 0;
		padding: 0;
		transform: none;
	}

	.yepx-drawer.is-open {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		width: min(22rem, 100vw);
		height: 100dvh;
		max-height: 100dvh;
		transform: none;
		visibility: visible;
		overflow: auto;
		background: var(--yepx-color-surface);
		padding: calc(1rem + env(safe-area-inset-top)) 1.25rem calc(1.25rem + env(safe-area-inset-bottom));
		z-index: var(--yepx-z-drawer);
	}

	.yepx-nav--primary {
		width: 100%;
	}

	.yepx-drawer__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		margin-bottom: 0.75rem;
		padding-bottom: 0.75rem;
		border-bottom: 1px solid var(--yepx-color-border);
	}

	.yepx-drawer__title {
		margin: 0;
		font-weight: 800;
		font-size: 1.05rem;
	}

	.yepx-drawer-close {
		min-width: 44px;
		min-height: 44px;
		border: 1px solid var(--yepx-color-border);
		background: var(--yepx-color-surface);
		border-radius: var(--yepx-radius-sm);
		font-size: 1.5rem;
		line-height: 1;
	}

	.yepx-header__inner {
		min-height: 56px;
	}

	.yepx-header__actions .yepx-btn {
		width: 100%;
	}

	.yepx-nav-toggle {
		display: inline-flex;
	}
}

@media (min-width: 1280px) {
	.yepx-nav-toggle,
	.yepx-nav-overlay {
		display: none !important;
	}

	.yepx-header__cta {
		display: block;
		order: 3;
		margin-inline-start: 0;
	}

	.yepx-drawer__cta {
		display: none !important;
	}

	.yepx-header__cta .yepx-btn--compact .yepx-btn__full {
		display: inline;
	}

	.yepx-header__cta .yepx-btn--compact .yepx-btn__short {
		display: none;
	}

	.yepx-branding,
	.yepx-site-branding {
		order: 1;
	}

	.yepx-drawer {
		position: static;
		inset: auto;
		width: auto;
		max-width: none;
		transform: none;
		visibility: visible;
		padding: 0;
		overflow: visible;
		background: transparent;
		box-shadow: none;
		display: flex;
		flex: 1;
		align-items: center;
		gap: 1rem;
		order: 2;
	}

	.admin-bar .yepx-drawer {
		top: auto;
	}

	.yepx-nav--primary {
		flex: 1;
		min-width: 0;
	}

	.yepx-header {
		height: 74px;
	}

	.yepx-header__inner {
		flex-wrap: nowrap;
		height: 74px;
		min-height: 74px;
		max-height: 74px;
	}

	.yepx-header.is-compact,
	.yepx-header.is-compact .yepx-header__inner {
		height: 74px;
		min-height: 74px;
		max-height: 74px;
	}

	.yepx-header__cta .yepx-btn,
	.yepx-header__cta .yepx-btn--header,
	.yepx-header__cta .yepx-btn--compact {
		min-height: 48px;
		height: 48px;
		padding-block: 0;
		padding-inline: 1.25rem;
	}

	.yepx-nav--primary > ul {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 0;
	}

	.yepx-nav--primary > ul > li {
		flex: 0 1 auto;
	}

	.yepx-nav--primary a,
	.yepx-submenu-toggle {
		font-size: 0.6875rem;
		padding: 0.3rem 0.28rem;
		white-space: nowrap;
		min-height: 42px;
	}

	@media (min-width: 1100px) {
		.yepx-nav--primary a,
		.yepx-submenu-toggle {
			font-size: 0.75rem;
			padding: 0.35rem 0.38rem;
		}
	}

	.yepx-header__cta .yepx-btn--compact .yepx-btn__full {
		display: none;
	}

	.yepx-header__cta .yepx-btn--compact .yepx-btn__short {
		display: inline;
	}

	.yepx-logo {
		height: 26px;
		max-height: 28px;
	}

	.yepx-branding,
	.yepx-site-branding {
		max-width: 8.75rem;
	}

	@media (min-width: 1280px) {
		.yepx-header__inner {
			height: 74px;
			min-height: 74px;
			max-height: 74px;
		}

		.yepx-nav--primary a,
		.yepx-submenu-toggle {
			font-size: 0.875rem;
			padding: 0.4rem 0.55rem;
		}

		.yepx-header__cta .yepx-btn--compact .yepx-btn__full {
			display: inline;
		}

		.yepx-header__cta .yepx-btn--compact .yepx-btn__short {
			display: none;
		}

		.yepx-logo {
			height: 36px;
			max-height: 40px;
			max-width: 185px;
		}

		.yepx-branding,
		.yepx-site-branding {
			max-width: 12.5rem;
		}
	}

	@media (min-width: 1440px) {
		.yepx-nav--primary > ul {
			justify-content: center;
		}

		.yepx-nav--primary a,
		.yepx-submenu-toggle {
			font-size: 0.9375rem;
		}
	}

	.yepx-nav--primary .menu-item-has-children {
		position: relative;
	}

	.yepx-nav--primary .yepx-mega-parent {
		position: static;
	}

	.yepx-nav--primary .yepx-sub-menu {
		position: absolute;
		inset-inline-start: 0;
		min-width: 16rem;
		background: var(--yepx-color-surface);
		color: var(--yepx-color-text);
		box-shadow: var(--yepx-shadow-lg);
		padding: 0.35rem;
		z-index: var(--yepx-z-mega);
		border-radius: var(--yepx-radius-md);
	}

	.yepx-header {
		position: sticky;
	}

	.yepx-nav--primary .yepx-mega {
		display: grid;
		grid-template-columns: 14.75rem minmax(0, 1fr);
		grid-template-rows: auto auto;
		grid-auto-rows: min-content;
		align-items: start;
		left: 50%;
		right: auto;
		inset-inline-start: 50%;
		top: calc(100% + 10px);
		width: min(68rem, calc(100vw - 48px));
		max-width: 68rem;
		max-height: calc(100vh - 106px);
		padding: 1.25rem 1.4rem 1rem;
		border-radius: 24px;
		transform: translateX(-50%);
		gap: 0.65rem 1.15rem;
		background:
			radial-gradient(circle at 88% 0, rgba(6, 186, 243, 0.12), transparent 36%),
			#fff;
		border: 1px solid var(--yepx-color-border);
		box-shadow: var(--yepx-shadow-lg);
		overflow: hidden;
	}

	.yepx-nav--primary .yepx-mega__group {
		display: contents;
	}

	.yepx-nav--primary .yepx-mega__rail {
		grid-column: 1;
		grid-row: 1;
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.yepx-nav--primary .yepx-mega__rail-btn {
		grid-column: auto;
		display: flex;
		align-items: center;
		gap: 0.65rem;
		min-height: 42px;
		width: 100%;
		padding: 0.4rem 0.7rem;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: var(--yepx-color-navy);
		font: inherit;
		font-weight: 700;
		text-align: left;
		cursor: pointer;
	}

	.yepx-nav--primary .yepx-mega__group:first-child > .yepx-mega__rail-btn,
	.yepx-nav--primary .yepx-mega__group.is-cat-active > .yepx-mega__rail-btn {
		background: var(--yepx-color-primary-soft);
	}

	.yepx-nav--primary .yepx-mega__group.is-cat-active > .yepx-mega__rail-btn {
		box-shadow: inset 3px 0 0 var(--yepx-color-primary);
	}

	.yepx-nav--primary .yepx-mega:has(.yepx-mega__group.is-cat-active) .yepx-mega__group:not(.is-cat-active) > .yepx-mega__rail-btn {
		background: transparent;
		box-shadow: none;
	}

	.yepx-nav--primary .yepx-mega__rail-chevron {
		margin-inline-start: auto;
	}

	.yepx-nav--primary .yepx-mega__group > .yepx-submenu-toggle {
		display: none;
	}

	.yepx-nav--primary .yepx-mega__links {
		grid-column: 2;
		grid-row: 1;
		display: none;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.45rem 0.7rem;
		align-content: start;
		align-self: start;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: calc(100vh - 200px);
		padding-inline-start: 0;
	}

	.yepx-nav--primary .yepx-mega__group:first-child > .yepx-mega__links,
	.yepx-nav--primary .yepx-mega__group.is-cat-active > .yepx-mega__links {
		display: grid;
	}

	.yepx-nav--primary .yepx-mega:has(.yepx-mega__group.is-cat-active) .yepx-mega__group:not(.is-cat-active) > .yepx-mega__links {
		display: none;
	}

	.yepx-nav--primary .yepx-mega__links a {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 0.7rem;
		white-space: normal;
		font-weight: 500;
		font-size: 0.875rem;
		min-height: 52px;
		align-items: start;
		border-radius: 14px;
		border: 1px solid var(--yepx-color-border);
		padding: 0.7rem 0.8rem;
	}

	.yepx-nav--primary .yepx-mega__links .yepx-nav__label,
	.yepx-nav--primary .yepx-mega__links .yepx-nav__desc {
		grid-column: 2;
	}

	.yepx-nav--primary .yepx-mega__links .yepx-nav__label {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.yepx-nav--primary .yepx-mega__links a:hover {
		background: var(--yepx-color-primary-soft);
		border-color: #b7e6f5;
	}

	.yepx-nav--primary .yepx-mega[hidden] {
		display: none;
	}

	.yepx-nav--primary .yepx-mega .yepx-sub-menu,
	.yepx-nav--primary .yepx-mega .yepx-sub-menu[hidden] {
		position: static;
		min-width: 0;
		width: auto;
		transform: none;
		box-shadow: none;
		padding: 0;
		background: transparent;
	}

	.yepx-nav--primary .yepx-mega .yepx-nav__desc {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 0.75rem;
		font-weight: 400;
		color: var(--yepx-color-muted);
		white-space: normal;
	}

	.yepx-nav--primary .yepx-mega__all {
		grid-column: 1 / -1;
		grid-row: 2;
		border-top: 1px solid var(--yepx-color-border);
		margin-top: 0;
		padding-top: 0.45rem;
	}

	.yepx-nav--primary .menu-item-has-children:hover > .yepx-sub-menu,
	.yepx-nav--primary .menu-item-has-children:focus-within > .yepx-sub-menu,
	.yepx-nav--primary .menu-item-has-children.is-mega-open > .yepx-sub-menu {
		display: grid;
	}

	.yepx-nav--primary .menu-item-has-children:hover > .yepx-sub-menu:not(.yepx-mega):not(.yepx-mega__links),
	.yepx-nav--primary .menu-item-has-children:focus-within > .yepx-sub-menu:not(.yepx-mega):not(.yepx-mega__links),
	.yepx-nav--primary .menu-item-has-children.is-mega-open > .yepx-sub-menu:not(.yepx-mega):not(.yepx-mega__links) {
		display: block;
	}

	.yepx-logo {
		height: 38px;
		max-height: 40px;
		max-width: 185px;
	}

	.yepx-branding,
	.yepx-site-branding {
		max-width: 12.5rem;
	}

	.yepx-drawer__topbar,
	.yepx-drawer__head {
		display: none;
	}

	.yepx-header__actions {
		margin-top: 0;
		flex: 0 0 auto;
	}

	.yepx-footer__inner,
	.yepx-footer__inner--n1,
	.yepx-footer__inner--n2,
	.yepx-footer__inner--n3,
	.yepx-footer__inner--n4 {
		grid-template-columns: 1.5fr minmax(0, 1fr);
		align-items: start;
		gap: 2rem 1.5rem;
	}

	.yepx-footer__acc summary {
		pointer-events: none;
		min-height: 0;
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 781px) {
	.admin-bar .yepx-header--sticky {
		top: 46px;
	}
}

@media (min-width: 783px) {
	.admin-bar .yepx-header--sticky {
		top: 32px;
	}

	.admin-bar .yepx-drawer {
		top: 32px;
	}
}

@media (min-width: 1280px) {
	.admin-bar .yepx-drawer {
		top: auto;
	}
}
