/* Remove the milky wash; local contrast protects the copy without bleaching the room. */
.membership-page > section:first-child [class*="heroShade"] {
  background:linear-gradient(90deg,rgba(12,24,19,.68) 0%,rgba(12,24,19,.48) 40%,rgba(12,24,19,.08) 70%,transparent 100%)!important;
  backdrop-filter:none!important;
}
.membership-page > section:first-child [class*="heroImage"] { opacity:1!important; filter:none!important; }
.membership-page > section:first-child [class*="heroCopy"] h1,
.membership-page > section:first-child [class*="heroCopy"] p { color:#fffdf6!important; text-shadow:0 1px 8px rgba(0,0,0,.18); }
.membership-page > section:first-child [class*="heroCopy"] [class*="eyebrow"] { color:#f5d69c!important; }
@media(max-width:600px) {
  .membership-page > section:first-child [class*="heroShade"] {
    background:linear-gradient(180deg,rgba(12,24,19,.64),rgba(12,24,19,.48) 47%,rgba(12,24,19,.06) 75%)!important;
  }
}
