.zbn-navigation {
  --zbn-green: #24783f;
  --zbn-green-soft: #eef7f1;
  --zbn-orange: #ed7a16;
  --zbn-orange-soft: #fff4e8;
  --zbn-ink: #173328;
  --zbn-muted: #63756e;
  --zbn-border: #dce7e1;
  margin: 0 0 22px;
  border: 1px solid var(--zbn-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 51, 40, .06);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.zbn-navigation__heading { padding: 17px 18px 14px; color: var(--zbn-ink); font-size: 18px; line-height: 1.25; font-weight: 800; letter-spacing: -.01em; }
.zbn-departments { border-top: 1px solid var(--zbn-border); border-left: 4px solid var(--zbn-orange); padding: 5px 10px 7px 10px; }
.zbn-department { min-height: 48px; padding: 12px 8px; border-bottom: 1px solid #edf2ef; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--zbn-ink); font-size: 15px; line-height: 1.35; font-weight: 700; text-decoration: none; }
.zbn-department:last-child { border-bottom: 0; }
.zbn-department__label { display: flex; align-items: center; gap: 9px; }
.zbn-department__arrow { color: var(--zbn-muted); font-size: 18px; transition: transform .18s ease, color .18s ease; }
.zbn-department:hover, .zbn-department:focus { color: var(--zbn-orange); text-decoration: none; outline: none; }
.zbn-department:hover .zbn-department__arrow, .zbn-department:focus .zbn-department__arrow { color: var(--zbn-orange); transform: translateX(2px); }
.zbn-department.is-current { margin: 3px 0; padding-left: 12px; border-bottom-color: transparent; border-radius: 8px; background: var(--zbn-orange-soft); color: var(--zbn-ink); font-weight: 800; }
.zbn-departments .zbn-menu__icon { color: var(--zbn-orange); }
.zbn-menu { --zbn-accent: var(--zbn-green); --zbn-soft: var(--zbn-green-soft); border-top: 1px solid var(--zbn-border); border-left: 4px solid transparent; }
.zbn-menu--grocery { --zbn-accent: var(--zbn-orange); --zbn-soft: var(--zbn-orange-soft); }
.zbn-menu.is-active { border-left-color: var(--zbn-accent); }
.zbn-menu__toggle { width: 100%; min-height: 48px; padding: 12px 14px; border: 0; background: #fff; color: var(--zbn-ink); display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; cursor: pointer; }
.zbn-menu__toggle--linked { cursor: default; padding: 0 6px 0 14px; }
.zbn-menu__toggle--linked .zbn-menu__title { min-height: 48px; flex: 1 1 auto; color: var(--zbn-ink); text-decoration: none; }
.zbn-menu__title-toggle { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.zbn-menu__title-toggle:hover, .zbn-menu__title-toggle:focus { color: var(--zbn-accent); outline: none; }
.zbn-menu__expand { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 0; border-radius: 8px; background: transparent; color: var(--zbn-muted); cursor: pointer; }
.zbn-menu__expand:hover, .zbn-menu__expand:focus { background: rgba(36, 120, 63, .08); }
.zbn-menu.is-active .zbn-menu__toggle { background: var(--zbn-soft); }
.zbn-menu__title { display: flex; align-items: center; gap: 9px; font-size: 16px; line-height: 1.3; font-weight: 800; }
.zbn-menu__icon { color: var(--zbn-accent); font-size: 11px; }
.zbn-menu__chevron { color: var(--zbn-muted); font-size: 18px; transition: transform .2s ease; }
.zbn-menu.is-active .zbn-menu__chevron { transform: rotate(180deg); }
.zbn-menu__items { display: none; padding: 4px 10px 9px 14px; background: #fff; }
.zbn-menu.is-active .zbn-menu__items { display: block; }
.zbn-menu--always-open .zbn-menu__items { display: block; }
.zbn-menu--always-open .zbn-menu__toggle--linked { padding-right: 14px; cursor: default; }
.zbn-menu__item { min-height: 45px; padding: 11px 8px; border-bottom: 1px solid #edf2ef; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #385048; font-size: 15px; line-height: 1.4; text-decoration: none; }
.zbn-menu__item:last-child { border-bottom: 0; }
.zbn-menu__item:hover, .zbn-menu__item:focus { color: var(--zbn-accent); text-decoration: none; }
.zbn-menu__item.is-current { margin-left: -8px; padding-left: 16px; border-radius: 8px; border-bottom-color: transparent; background: var(--zbn-soft); color: var(--zbn-ink); font-weight: 700; }
.zbn-menu__item--all { font-weight: 700; }
.zbn-menu__item--unavailable { cursor: default; color: var(--zbn-muted); }
.zbn-menu__item--unavailable small { padding: 2px 6px; border-radius: 999px; background: #f1f4f2; color: var(--zbn-muted); font-size: 10px; font-weight: 700; white-space: nowrap; }
.zbn-menu__empty { display: block; padding: 10px 8px; color: var(--zbn-muted); font-size: 14px; line-height: 1.45; }
@media (max-width: 1199px) { .zbn-navigation { margin-top: 18px; } }
.zbn-layout-column { align-self: flex-start; }
@media (min-width: 1200px) {
  #left-column.zbn-layout-column,
  #zbn-left-column.zbn-layout-column { flex: 0 0 22% !important; width: 22% !important; max-width: 22% !important; }
  #left-column.zbn-layout-column + #content-wrapper,
  #zbn-left-column.zbn-layout-column + #content-wrapper { flex: 0 0 78% !important; width: 78% !important; max-width: 78% !important; }
  body#module-paykumba-launcher #zbn-left-column + #content-wrapper,
  body[id*="paykumba-launcher"] #zbn-left-column + #content-wrapper,
  body.pkm-launcher-active #zbn-left-column + #content-wrapper {
    flex: 0 0 78% !important;
    width: 78% !important;
    max-width: 78% !important;
  }
}
@media (min-width: 1660px) {
  #left-column.zbn-layout-column,
  #zbn-left-column.zbn-layout-column { flex-basis: 20% !important; width: 20% !important; max-width: 20% !important; }
  #left-column.zbn-layout-column + #content-wrapper,
  #zbn-left-column.zbn-layout-column + #content-wrapper { flex-basis: 80% !important; width: 80% !important; max-width: 80% !important; }
}
.zbn-navigation-mount[hidden] { display: none !important; }

/* The category tree is contextual navigation, not a second global menu. */
body#index #left-column .block-categories,
body#module-paykumba-launcher #left-column .block-categories,
body.pkm-launcher-active #left-column .block-categories {
  display: none !important;
}

#left-column.zbn-layout-column .block-categories {
  margin: 0 0 22px;
  border: 1px solid var(--zbn-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 51, 40, .06);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#left-column.zbn-layout-column .block-categories .category-top-menu {
  margin: 0;
  padding: 0;
}
#left-column.zbn-layout-column .block-categories .category-top-menu > li > a,
#left-column.zbn-layout-column .block-categories .tv-main-category-title {
  display: block;
  padding: 17px 18px 14px;
  border: 0;
  background: #fff;
  color: var(--zbn-ink);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.01em;
  text-decoration: none;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu {
  margin: 0;
  padding: 5px 14px 12px;
  border-top: 1px solid var(--zbn-border);
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li {
  border-bottom: 1px solid #edf2ef;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li:last-child {
  border-bottom: 0;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li > a {
  display: block;
  min-height: 45px;
  padding: 11px 6px;
  color: #385048;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li > a:hover,
#left-column.zbn-layout-column .block-categories .category-sub-menu li > a:focus {
  color: var(--zbn-orange);
  outline: none;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li.is-current > a {
  margin: 3px -4px;
  padding-left: 12px;
  border-radius: 8px;
  background: var(--zbn-orange-soft);
  color: var(--zbn-ink);
  font-weight: 800;
}
#left-column.zbn-layout-column .block-categories .category-sub-menu li.is-current > a::before {
  display: none !important;
}

@media (max-width: 1199px) {
  .zbn-layout-column { order: 2; }
  .zbn-layout-column + #content-wrapper { order: 1; }
  .zbn-navigation,
  #left-column.zbn-layout-column .block-categories { border-radius: 12px; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { .zbn-menu__chevron, .zbn-department__arrow { transition: none; } }
