.crwda-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.admin-bar .crwda-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .crwda-header { top: 46px; }
}

.crwda-header__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.crwda-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(60vw, 720px);
  text-decoration: none;
  color: inherit;
}

.crwda-brand--text {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.crwda-brand__logo {
  display: block;
  width: var(--crwda-logo-w, 180px);
  height: var(--crwda-logo-h, auto);
  max-width: 100%;
  max-height: var(--crwda-logo-max-h, 96px);
  object-fit: var(--crwda-logo-fit, contain);
  object-position: var(--crwda-logo-pos-x, 50%) var(--crwda-logo-pos-y, 50%);
  flex: 0 1 auto;
}

.crwda-nav-toggle {
  display: none;
}

.crwda-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.crwda-nav__list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.crwda-nav__list li {
  margin: 0;
  padding: 0;
}

.crwda-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #111111;
  background: transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.crwda-nav__list a:hover {
  background: rgba(17, 24, 39, 0.04);
  border-color: rgba(17, 24, 39, 0.10);
  transform: translateY(-1px);
}

.crwda-nav__list .current-menu-item > a,
.crwda-nav__list .current_page_item > a,
.crwda-nav__list .current-menu-ancestor > a,
.crwda-nav__list .current-page-ancestor > a {
  background: rgba(21, 101, 192, 0.08);
  border-color: rgba(21, 101, 192, 0.18);
  color: #111111;
}

.crwda-nav__inventory {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #111111;
  border-radius: 4px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.crwda-nav__inventory:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.crwda-nav-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.crwda-nav-btn span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 0;
  background: #111111;
}

.crwda-nav-backdrop {
  display: none;
}

@media (max-width: 900px) {
  .crwda-header__inner {
    min-height: 64px;
    gap: 14px;
  }

  .crwda-brand {
    max-width: min(72vw, 480px);
  }

  .crwda-brand__logo {
    width: var(--crwda-logo-w-mobile, var(--crwda-logo-w, 160px));
    height: var(--crwda-logo-h-mobile, var(--crwda-logo-h, auto));
    max-width: 100%;
    max-height: var(--crwda-logo-max-h-mobile, 72px);
    object-fit: var(--crwda-logo-fit-mobile, var(--crwda-logo-fit, contain));
    object-position: var(--crwda-logo-pos-x-mobile, var(--crwda-logo-pos-x, 50%)) var(--crwda-logo-pos-y-mobile, var(--crwda-logo-pos-y, 50%));
  }

  .crwda-nav-btn {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .crwda-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100vh;
    padding: 78px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    background: #ffffff;
    border-left: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(104%);
    transition: transform 0.22s ease;
    z-index: 10002;
  }

  .crwda-nav__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .crwda-nav__list a {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 13px;
  }

  .crwda-nav__inventory {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 4px;
  }

  .crwda-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 10001;
  }

  #crwda-nav-toggle:checked ~ .crwda-nav {
    transform: translateX(0);
  }

  #crwda-nav-toggle:checked ~ .crwda-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
}

.wpdevart-top-header,
.wpdevart-main-header-bg,
.site-header,
#masthead {
  display: none !important;
}