/* MOCK 2026-09-24: VA logo placements (brand-mock.js). Promote into site-chrome/burst once approved. */
.acq-pull__tab .va-tab-mark { height: 22px; width: auto; margin-right: 10px; vertical-align: -6px; opacity: 1; filter: drop-shadow(0 0 6px rgba(143, 208, 255, 0.35)); }
@media (max-width: 560px) { .acq-pull__tab .va-tab-mark { height: 17px; margin-right: 7px; } }
/* The VA mark rides the arrival light for a beat, then fades as the page populates. */
html.va-arrive::before {
  content: ""; position: fixed; inset: 0; z-index: 2147482000; pointer-events: none;
  background: url("../../assets/brand/va-logo-white.png?v=b1") center / min(52vw, 560px) auto no-repeat;
  opacity: 0; animation: va-logo-flash 1.35s ease-out forwards;
}
@keyframes va-logo-flash { 0% { opacity: 0; transform: scale(1.04); } 18% { opacity: 0.9; } 100% { opacity: 0; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html.va-arrive::before { animation: none; opacity: 0; } }
/* LLRHO: the VA mark beside the RHO logo */
.va-llrho-mark { height: 22px; width: auto; margin-right: 10px; vertical-align: middle; opacity: 0.95; }
.llrho-boot-1 .va-llrho-mark { display: block; height: 34px; margin: 0 auto 14px; }
