/* White, full-height navigation. Scoped to the enhancement; original navigation remains the no-JS fallback. */
html.vmb-nav-locked { overflow: hidden !important; scroll-behavior: auto !important; }
.site-mobile-menu[data-drawer-ready] > nav { display: none !important; }
.site-mobile-menu[data-drawer-ready] > summary { width: 44px; height: 44px; }
body dialog.vmb-nav-drawer {
  --mn-ink: #18191d; --mn-muted: #68696f; --mn-line: #e9e9eb; --mn-red: #d71920; --mn-soft: #f5f5f6; --mn-white: #fff;
  position: fixed; inset: 0 0 0 auto; width: min(460px, 100%); max-width: 100%; height: 100vh; height: 100dvh; max-height: none;
  margin: 0; padding: 0; border: 0; border-radius: 0; color: var(--mn-ink); background: var(--mn-white); overflow: hidden;
  font-family: Arial, Helvetica, sans-serif; line-height: 1.4; text-align: left; color-scheme: light; box-shadow: -24px 0 80px #0002;
}
body dialog.vmb-nav-drawer:not([open]) { display: none; }
body dialog.vmb-nav-drawer[open] { display: flex; flex-direction: column; animation: vmb-drawer-in 280ms cubic-bezier(.2,.8,.2,1) both; }
body dialog.vmb-nav-drawer::backdrop { background: #10111685; backdrop-filter: blur(4px); animation: vmb-backdrop-in 250ms ease both; }
body dialog.vmb-nav-drawer.is-closing { animation: vmb-drawer-out 200ms ease-in both; }
body dialog.vmb-nav-drawer.is-closing::backdrop { animation: vmb-backdrop-out 200ms ease both; }
.vmb-nav-drawer *, .vmb-nav-drawer *::before, .vmb-nav-drawer *::after { box-sizing: border-box; }
body .vmb-nav-drawer a, body .vmb-nav-drawer button { color: var(--mn-ink); font-family: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
body .vmb-nav-drawer button { appearance: none; cursor: pointer; border: 0; box-shadow: none; margin: 0; }
body .vmb-nav-drawer :is(button,a):focus-visible { outline: 2px solid var(--mn-red); outline-offset: 3px; }
.vmb-nav-drawer svg { width: 22px; height: 22px; flex: 0 0 22px; }
.vmb-nav-top { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 16px; padding: max(16px,env(safe-area-inset-top)) 26px 16px; border-bottom: 1px solid var(--mn-line); }
body .vmb-nav-drawer .vmb-nav-brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; }
.vmb-nav-brand img { width: 36px; height: 36px; object-fit: contain; }
.vmb-nav-brand > span { font-family: var(--vmb-heading, 'Arial Narrow', Arial, sans-serif); font-size: 20px; font-weight: 450; letter-spacing: .02em; white-space: nowrap; }
.vmb-nav-brand strong { font-weight: 700; }
body .vmb-nav-drawer .vmb-nav-close { width: 44px; height: 44px; flex: 0 0 44px; padding: 11px; border-radius: 50%; background: var(--mn-soft); transition: background 180ms ease, transform 180ms ease; }
.vmb-nav-scroll { flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d7d7da transparent; padding: 0 26px 18px; -webkit-overflow-scrolling: touch; }
.vmb-nav-view[hidden] { display: none !important; }
.vmb-nav-view:not([hidden]) { animation: vmb-view-in 220ms ease both; }
.vmb-nav-intro { padding: 30px 0 23px; }
.vmb-nav-eyebrow { display: block; font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; color: var(--mn-muted); }
body .vmb-nav-drawer h2 { color: var(--mn-ink); margin: 10px 0 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(34px,9vw,42px); font-weight: 750; line-height: 1.02; letter-spacing: -.055em; text-transform: none; }
.vmb-nav-drawer h2 em { color: var(--mn-red); font-style: normal; }
.vmb-nav-main { display: grid; }
body .vmb-nav-main > :is(a,button) { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 56px; width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--mn-line); border-radius: 0; background: transparent; text-align: left; font-size: 20px; font-weight: 600; letter-spacing: -.025em; line-height: 1.25; }
.vmb-nav-main > :is(a,button) > svg { color: #909197; width: 19px; height: 19px; }
.vmb-nav-main small { display: block; margin-top: 5px; color: var(--mn-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
body .vmb-nav-main > [aria-current='page'] { color: var(--mn-red); }
body .vmb-nav-main > [aria-current='page'] svg { color: var(--mn-red); }
body .vmb-nav-main > .vmb-nav-solutions { background: var(--mn-soft); padding: 14px; margin: 5px 0; border: 0; border-radius: 10px; }
.vmb-nav-main > .vmb-nav-solutions svg { color: var(--mn-red); }
.vmb-nav-bottom { flex: 0 0 auto; padding: 17px 26px max(22px,env(safe-area-inset-bottom)); border-top: 1px solid var(--mn-line); background: var(--mn-white); box-shadow: 0 -9px 24px #fff; }
body .vmb-nav-bottom p { margin: 0 0 10px; color: var(--mn-muted); font-size: 12px; line-height: 1.4; }
body .vmb-nav-drawer .vmb-nav-cta { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 19px; color: var(--mn-white); background: var(--mn-red); border: 1px solid #bd131a; border-radius: 8px; font-size: 15px; font-weight: 700; transition: background 180ms ease; }
body .vmb-nav-drawer .vmb-nav-back { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0; margin-top: 10px; background: transparent; font-size: 13px; font-weight: 600; }
.vmb-nav-services-title { padding: 16px 0 20px; }
body .vmb-nav-services-title h2 { font-size: 30px; line-height: 1.08; letter-spacing: -.045em; }
.vmb-nav-services { display: flex; flex-direction: column; }
body .vmb-nav-services > a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 74px; padding: 16px 0; border-bottom: 1px solid var(--mn-line); font-size: 16px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.vmb-nav-services small { display: block; margin-top: 5px; color: var(--mn-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.vmb-nav-services svg { color: var(--mn-red); width: 20px; height: 20px; }
body .vmb-nav-services > .vmb-nav-all { order: 2; min-height: 50px; padding: 15px; margin-top: 18px; border: 0; border-radius: 8px; font-size: 14px; background: var(--mn-soft); }
body .vmb-nav-services > a[aria-current='page'] { color: var(--mn-red); }
@media (hover:hover) { body .vmb-nav-drawer .vmb-nav-close:hover { background: #e7e7e9; transform: rotate(90deg); } body .vmb-nav-main > :is(a,button):hover, body .vmb-nav-services > a:hover { color: var(--mn-red); } body .vmb-nav-drawer .vmb-nav-cta:hover { color: #fff; background: #bc141b; } }
@media (max-width: 480px) { body dialog.vmb-nav-drawer { width: 100%; } }
@media (max-width: 360px) { .vmb-nav-top, .vmb-nav-bottom { padding-left: 20px; padding-right: 20px; } .vmb-nav-scroll { padding-left: 20px; padding-right: 20px; } .vmb-nav-brand > span { font-size: 18px; } body .vmb-nav-main > :is(a,button) { font-size: 18px; } }
@media (max-height: 740px) { .vmb-nav-intro { padding: 21px 0 16px; } body .vmb-nav-intro h2 { font-size: 34px; } body .vmb-nav-main > :is(a,button) { min-height: 49px; padding-top: 12px; padding-bottom: 12px; font-size: 18px; } .vmb-nav-bottom { padding-top: 12px; padding-bottom: max(14px,env(safe-area-inset-bottom)); } }
@keyframes vmb-drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes vmb-drawer-out { from { transform: translateX(0); } to { transform: translateX(100%); } }
@keyframes vmb-backdrop-in { from { background: #10111600; backdrop-filter: blur(0); } to { background: #10111685; backdrop-filter: blur(4px); } }
@keyframes vmb-backdrop-out { to { background: #10111600; backdrop-filter: blur(0); } }
@keyframes vmb-view-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { body dialog.vmb-nav-drawer, body dialog.vmb-nav-drawer::backdrop, .vmb-nav-drawer *, .vmb-nav-drawer *::before, .vmb-nav-drawer *::after { animation: none !important; transition: none !important; } }

/* The page padding sits behind the translucent header; paint only that strip black. */
.v39.v40 { background-image: linear-gradient(#030303,#030303); background-size: 100% 80px; background-repeat: no-repeat; }
@media (max-width:760px) { .v39.v40 { background-size: 100% 72px; } }
