/* W2HDRLIGHT_V1 — pin the constructor header to the LIGHT (skin) glass in BOTH
   themes, so theme switching never darkens it and the logo stays readable.
   Loaded AFTER w2dark.css; re-asserts the w2skin light values under html.w2-dark.
   Header only — body/cards/footer stay dark in dark theme. */

/* light glass (exact values from w2skin .hdr-glass) */
html.w2-dark .hdr-glass{
  background:linear-gradient(180deg, rgba(248,239,233,.60), rgba(243,232,226,.50)) !important;
  -webkit-backdrop-filter:blur(3px) saturate(1.7) brightness(1.05) url(#w2lens) !important;
  backdrop-filter:blur(3px) saturate(1.7) brightness(1.05) url(#w2lens) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  box-shadow:0 10px 34px rgba(60,40,28,.16), inset 0 1px 0 rgba(255,255,255,.88), inset 0 -9px 16px rgba(120,90,70,.06) !important;
}
/* light sheen */
html.w2-dark .hdr-glass::after{
  background:linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,0) 42%) !important;
  mix-blend-mode:screen !important;
}
/* header phrase: light-theme ink (dark text on light glass) */
html.w2-dark .hdr-phrase{ color:rgba(74,66,58,.60) !important; }
html.w2-dark .hdr-phrase .w2ink{ color:#46413a !important; }
/* maps pin: dark stroke for the light glass (override the dark-theme white) */
html.w2-dark .w2hdr-maps svg{ stroke:#46413a !important; }
