.grayscale {
  filter: grayscale(100%) blur(0.25px)
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));

  transform: scale(1.01);
}

/* Reduce spacing in left nav logo to match mobile */
#addo-aside .addo-logo a span {
  margin-top: 10px !important;
}

/* Make rotating service words lighter to let the title stand out */
.cd-headline.clip b {
  font-weight: 400 !important;
}

/* Hide mobile logo on desktop (when sidebar is visible) */
.mobile-only-logo {
  display: none;
}

/* Show mobile logo only on mobile (when sidebar is hidden) */
@media (max-width: 768px) {
  /* Make hero fill the screen on mobile */
  .addo-hero .flexslider .slides li {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  .addo-hero .flexslider .slider-text {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  /* Override vertical centering for mobile when logo is present */
  .addo-hero .flexslider .slider-text > .slider-text-inner {
    vertical-align: top !important;
    padding-top: 80px !important;
  }

  .mobile-only-logo {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }

  .mobile-only-logo h1 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 1em !important;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
    color: #101010 !important;
    text-align: center;
    letter-spacing: 0px !important;
  }

  /* Therapist card overlay - bottom only, white text */
  .team .desc {
    top: auto !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.4) !important;
  }

  .team .desc h3 {
    color: #fff !important;
  }

  .team .desc span {
    color: #fff !important;
  }

  .mobile-only-logo span {
    display: block;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #101010 !important;
    font-weight: 400 !important;
    letter-spacing: 3px !important;
    margin-top: 10px !important;
  }
}
