/* Sitewide AllClimate header logo contrast — 2026-09-11 */
/* Transparent/top state: white logo on hero imagery. */
html body .ac-shared-header:not(.ac-header-scrolled) .ac-shared-logo,
html body .ac-header-bar:not(.scrolled):not(.ac-menu-scrolled) .ac-header-logo,
html body .site-header#masthead:not(.scrolled):not(.ac-menu-scrolled) .site-title a,
html body .site-header#masthead:not(.scrolled):not(.ac-menu-scrolled) .custom-logo,
html body .brand-mark:not(.ac-logo-scrolled),
html body .brand-mark.on-dark:not(.ac-logo-scrolled),
html body.enroll-page .enroll-header:not(.enroll-scrolled) .enroll-logo {
  color:#fff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.5)!important;
}
/* Sticky/scrolled state: black logo on the light sticky header. */
html body .ac-shared-header.ac-header-scrolled .ac-shared-logo,
html body .ac-header-bar.scrolled .ac-header-logo,
html body .ac-header-bar.ac-menu-scrolled .ac-header-logo,
html body .site-header#masthead.scrolled .site-title a,
html body .site-header#masthead.ac-menu-scrolled .site-title a,
html body .brand-mark.ac-logo-scrolled,
html body.enroll-page .enroll-header.enroll-scrolled .enroll-logo {
  color:#111!important;
  text-shadow:none!important;
}
/* Enrollment is sticky too, with the same white-to-black logo transition. */
html body.enroll-page .enroll-header {
  position:fixed!important;
  transition:background .28s ease,color .28s ease,box-shadow .28s ease!important;
}
html body.enroll-page .enroll-header.enroll-scrolled {
  background:rgba(255,255,255,.97)!important;
  color:#111!important;
  box-shadow:0 5px 24px rgba(8,12,16,.14)!important;
  border-bottom:1px solid rgba(17,17,17,.12)!important;
}
html body.enroll-page .enroll-header.enroll-scrolled .enroll-nav a,
html body.enroll-page .enroll-header.enroll-scrolled .enroll-call { color:#111!important; }
html body.enroll-page .enroll-header.enroll-scrolled .enroll-call { color:#fff!important; }
