#fw-section-header {

/* Executive Liquid Glass Header (High Refraction, No Toy Tints) */
header, 
.site-header, 
.header-wrapper,
[data-element="header"] {
  /* Water-clear liquid core with deep midnight undertone */
  background: 
    radial-gradient(120% 90% at 50% -20%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.03) 55%, transparent 85%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(15, 23, 42, 0.25) 40%,
      rgba(2, 6, 23, 0.65) 100%
    ) !important;
  
  /* Crystal-clear fluid refraction */
  backdrop-filter: blur(8px) contrast(115%) brightness(118%) saturate(140%) !important;
  -webkit-backdrop-filter: blur(8px) contrast(115%) brightness(118%) saturate(140%) !important;
  
  border-radius: 16px !important;
  
  /* Symmetrical, polished glass rim */
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  
  /* 3D liquid meniscus reflections: sharp top specular highlight + internal fluid bounce */
  box-shadow: 
    inset 0 1.5px 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1.5px 2px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 16px 1px rgba(255, 255, 255, 0.14),
    0 12px 32px -4px rgba(0, 0, 0, 0.65) !important;
}

/* Icon & Nav Clarity */
header svg,
.site-header svg,
.header-wrapper svg {
  overflow: visible !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
}

}