/* Original transparent logo is unchanged; lighting follows its exact alpha. */
.wordmark .logo-sign,.wordmark .logo-glint{padding:0;border:0;letter-spacing:normal;font-size:inherit}
.wordmark .logo-sign{position:relative;display:block;width:fit-content;max-width:100%;isolation:isolate;line-height:0}
.site-header .logo-sign .brand-logo,.site-footer .logo-sign .brand-logo{display:block;width:260px;max-width:100%;height:auto;filter:none}
.wordmark .logo-glint{display:none;pointer-events:none;position:absolute;inset:0}
@media(max-width:1024px){.header-inner .wordmark{flex:0 1 240px}.site-header .logo-sign .brand-logo{width:240px}.header-inner .mobile-menu{flex-shrink:0}}
@supports ((mask-image:url('brand/logo.png')) or (-webkit-mask-image:url('brand/logo.png'))){
  .wordmark .logo-glint{display:block;-webkit-mask:url('brand/logo.png') center/100% 100% no-repeat;mask:url('brand/logo.png') center/100% 100% no-repeat;background:linear-gradient(110deg,transparent 38%,#d4af6833 43%,#ffedb7c9 48%,#fff9eaf2 50%,#e4bb6580 53%,transparent 59%) 120% 0/300% 100% no-repeat;opacity:0;animation:heha-logo-sheen 6s ease-in-out infinite}
}
@keyframes heha-logo-sheen{
  0%{background-position:120% 0;opacity:0}
  4%{opacity:.9}
  27%{background-position:-20% 0;opacity:.9}
  32%,100%{background-position:-20% 0;opacity:0}
}
.logo-motion-option{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:.875rem;color:#455e7a;cursor:pointer}
.logo-motion-option input{width:18px;height:18px;accent-color:#004098}
body:has(#static-logo:checked) .logo-glint{animation:none;opacity:0}
@media(prefers-reduced-motion:reduce){.wordmark .logo-glint{animation:none;opacity:0}}
@media print{.wordmark .logo-glint,.logo-motion-option{display:none}}
