.wmtx-topbar {
	position: relative;
	z-index: 32;
	min-height: 38px;
	background: var(--wmtx-navy);
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #e8eaf0;
	font: 700 12px/1.4 Lato, Arial, sans-serif;
	letter-spacing: .02em;
}
.wmtx-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 38px; }
.wmtx-topbar__message { margin: 0; }
.wmtx-topbar__phone { display: inline-flex; align-items: center; min-height: 38px; gap: 6px; color: var(--wmtx-white); text-decoration: none; }
.wmtx-header { z-index: 30; width: 100%; font-family: Lato, Arial, sans-serif; }
.wmtx-header--overlay { position: absolute; padding-top: 18px; }
.wmtx-header--standard { position: sticky; top: 0; padding-block: 10px; background: var(--wmtx-paper); border-bottom: 1px solid var(--wmtx-border); }
.admin-bar .wmtx-header--standard { top: 32px; }
.wmtx-header__shell {
	display: grid;
	grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 2.5vw, 38px);
	min-height: 92px;
	padding: 12px 20px;
	background: rgba(255,253,248,.96);
	border: 1px solid rgba(255,255,255,.7);
	box-shadow: 0 18px 50px rgba(6,12,30,.16);
	backdrop-filter: blur(10px);
	transition: min-height .2s ease, box-shadow .2s ease, padding .2s ease;
}
.wmtx-header__brand .custom-logo-link,
.wmtx-header__fallback-logo-link { display: flex; align-items: center; min-height: 68px; }
.wmtx-header__brand .custom-logo,
.wmtx-header__fallback-logo { display: block; width: auto; max-width: 174px; height: 68px; object-fit: contain; transition: height .2s ease, max-width .2s ease; }
.wmtx-header__site-name { color: var(--wmtx-navy); font: 700 clamp(19px, 2vw, 27px)/1.1 Georgia, "Times New Roman", serif; text-decoration: none; }
.wmtx-navigation { justify-self: center; }
.wmtx-navigation__list { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.7vw, 27px); margin: 0; padding: 0; list-style: none; }
.wmtx-navigation__list li { position: relative; margin: 0; }
.wmtx-navigation__list a { display: flex; align-items: center; min-height: 44px; color: var(--wmtx-navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.wmtx-navigation__list > li > a::after { position: absolute; inset: auto 0 6px; height: 1px; background: var(--wmtx-wine); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.wmtx-navigation__list > li > a:hover::after,
.wmtx-navigation__list > li > a:focus-visible::after,
.wmtx-navigation__list > .current-menu-item > a::after { transform: scaleX(1); }
.wmtx-navigation__list .sub-menu { position: absolute; top: 100%; left: -18px; width: 240px; margin: 0; padding: 10px; list-style: none; visibility: hidden; opacity: 0; background: var(--wmtx-paper); border-top: 2px solid var(--wmtx-gold); box-shadow: 0 20px 44px rgba(6,12,30,.16); transform: translateY(7px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.wmtx-navigation__list li:hover > .sub-menu,
.wmtx-navigation__list li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.wmtx-navigation__list .sub-menu a { padding: 9px 11px; }
.wmtx-navigation__list .sub-menu a:hover,
.wmtx-navigation__list .sub-menu a:focus-visible { background: var(--wmtx-ivory); color: var(--wmtx-wine); }
.wmtx-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.wmtx-header__phone { display: none; align-items: center; min-height: 44px; gap: 7px; color: var(--wmtx-navy); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.wmtx-header__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; background: var(--wmtx-wine); color: var(--wmtx-white); font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; white-space: nowrap; transition: background .18s ease, transform .18s ease; }
.wmtx-header__cta:hover,
.wmtx-header__cta:focus-visible { background: #5e0909; color: var(--wmtx-white); transform: translateY(-1px); }
.wmtx-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 1px solid var(--wmtx-border); cursor: pointer; }
.wmtx-menu-toggle__line { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--wmtx-navy); transition: transform .18s ease, opacity .18s ease; }
.wmtx-header.is-menu-open .wmtx-menu-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wmtx-header.is-menu-open .wmtx-menu-toggle__line:nth-child(2) { opacity: 0; }
.wmtx-header.is-menu-open .wmtx-menu-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.wmtx-mobile-overlay { position: fixed; inset: 0; z-index: 28; visibility: hidden; opacity: 0; background: rgba(7,13,28,.66); transition: opacity .18s ease, visibility .18s; }
.wmtx-mobile-overlay.is-visible { visibility: visible; opacity: 1; }
.wmtx-header.is-scrolled { position: fixed; top: 0; padding: 0; }
.admin-bar .wmtx-header.is-scrolled { top: 32px; }
.wmtx-header.is-scrolled .wmtx-header__container { width: 100%; }
.wmtx-header.is-scrolled .wmtx-header__shell { min-height: 72px; padding-inline: max(24px, calc((100vw - var(--wmtx-container)) / 2)); border-inline: 0; box-shadow: 0 12px 34px rgba(6,12,30,.13); }
.wmtx-header.is-scrolled .custom-logo,
.wmtx-header.is-scrolled .wmtx-header__fallback-logo { max-width: 142px; height: 52px; }
.wmtx-header a:focus-visible,
.wmtx-header button:focus-visible,
.wmtx-topbar a:focus-visible { outline: 3px solid var(--wmtx-gold); outline-offset: 3px; }

@media (min-width: 1200px) { .wmtx-header__phone { display: inline-flex; } }
@media (max-width: 1024px) {
	.wmtx-header--overlay,
	.wmtx-header--standard { position: sticky; top: 0; padding: 0; background: var(--wmtx-paper); }
	.admin-bar .wmtx-header--overlay,
	.admin-bar .wmtx-header--standard { top: 32px; }
	.wmtx-header__container,
	.wmtx-header.is-scrolled .wmtx-header__container { width: 100%; }
	.wmtx-header__shell,
	.wmtx-header.is-scrolled .wmtx-header__shell { grid-template-columns: minmax(100px, auto) 1fr; min-height: 78px; padding: 9px 16px; border: 0; box-shadow: 0 8px 24px rgba(6,12,30,.1); }
	.wmtx-header__brand .custom-logo,
	.wmtx-header__fallback-logo,
	.wmtx-header.is-scrolled .custom-logo,
	.wmtx-header.is-scrolled .wmtx-header__fallback-logo { max-width: 148px; height: 58px; }
	.wmtx-menu-toggle { display: block; }
	.wmtx-navigation { position: fixed; top: 0; right: 0; z-index: 31; width: min(88vw, 420px); height: 100dvh; padding: 110px 30px 40px; overflow-y: auto; visibility: hidden; opacity: 0; background: var(--wmtx-paper); box-shadow: -20px 0 50px rgba(6,12,30,.2); transform: translateX(100%); transition: transform .22s ease, opacity .22s ease, visibility .22s; }
	.wmtx-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
	.wmtx-navigation__list { display: block; }
	.wmtx-navigation__list > li { border-bottom: 1px solid var(--wmtx-border); }
	.wmtx-navigation__list > li > a { width: 100%; min-height: 58px; font: 400 21px/1.25 Georgia, "Times New Roman", serif; }
	.wmtx-navigation__list > li > a::after { display: none; }
	.wmtx-navigation__list .sub-menu { position: static; width: 100%; padding: 0 0 12px 16px; visibility: visible; opacity: 1; background: transparent; border: 0; box-shadow: none; transform: none; }
}
@media (max-width: 767px) {
	.wmtx-topbar__inner { justify-content: center; min-height: 34px; }
	.wmtx-topbar__message { display: none; }
	.wmtx-header__brand .custom-logo,
	.wmtx-header__fallback-logo,
	.wmtx-header.is-scrolled .custom-logo,
	.wmtx-header.is-scrolled .wmtx-header__fallback-logo { max-width: 126px; height: 50px; }
	.wmtx-header__actions { gap: 8px; }
	.wmtx-header__cta { max-width: 126px; min-height: 44px; padding: 8px 10px; font-size: 10px; white-space: normal; }
	.wmtx-navigation { width: min(92vw, 390px); padding: 100px 24px 32px; }
}
@media (max-width: 350px) { .wmtx-header__cta { display: none; } }
@media (max-width: 782px) { .admin-bar .wmtx-header--overlay, .admin-bar .wmtx-header--standard, .admin-bar .wmtx-header.is-scrolled { top: 46px; } }
