/* CWP brand lockup — single transparent logo (cwp-logo.png) */

.nav .cwp-nav-lockup__full,
footer .cwp-footer-lockup__full,
.site-footer .cwp-footer-lockup__full,
.nav .cwp-nav-lockup__mark,
footer .cwp-footer-lockup__mark,
.site-footer .cwp-footer-lockup__mark {
  max-width: none;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  flex-shrink: 0;
  display: block;
}

/* ── NAVBAR ── */
.nav a.cwp-nav-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-decoration: none;
  color: #ffffff;
  flex-shrink: 0;
  min-width: 0;
}

.nav a.cwp-nav-lockup:visited,
.nav a.cwp-nav-lockup:hover,
.nav a.cwp-nav-lockup:focus,
.nav a.cwp-nav-lockup:active {
  color: #ffffff;
  text-decoration: none;
}

.nav .cwp-nav-lockup__full {
  max-height: 44px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.nav .cwp-nav-lockup__mark {
  max-height: 36px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.nav .cwp-nav-lockup__text {
  display: none;
}

/* ── FOOTER ── */
footer .cwp-footer-lockup,
.site-footer .cwp-footer-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 0.75rem;
}

footer .cwp-footer-lockup__full,
.site-footer .cwp-footer-lockup__full {
  max-height: 52px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  margin-left: auto;
  margin-right: auto;
}

footer .cwp-footer-lockup__mark,
.site-footer .cwp-footer-lockup__mark {
  max-height: 40px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  margin-left: auto;
  margin-right: auto;
}

footer .cwp-footer-lockup__text,
.site-footer .cwp-footer-lockup__text {
  display: none;
}

footer .ft-in > div:first-child,
.site-footer .footer-inner > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

footer .ft-brand-sub,
.site-footer .ft-brand-sub {
  text-align: center;
  margin: 0;
  max-width: 22rem;
}

@media (max-width: 1100px) {
  .nav .cwp-nav-lockup__full {
    max-height: 40px;
  }

  .nav .cwp-nav-lockup__mark {
    max-height: 32px;
  }
}

@media (max-width: 768px) {
  .nav a.cwp-nav-lockup {
    gap: 0;
  }

  .nav .cwp-nav-lockup__full {
    max-height: 36px;
  }

  .nav .cwp-nav-lockup__mark {
    max-height: 28px;
  }

  footer .cwp-footer-lockup__full,
  .site-footer .cwp-footer-lockup__full {
    max-height: 44px;
  }

  footer .cwp-footer-lockup__mark,
  .site-footer .cwp-footer-lockup__mark {
    max-height: 36px;
  }
}
