/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/header-navigation/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ── Desktop nav band ── */
.gnk-header__nav-band {
  background: #1B4A9A;
  position: relative;
}
.gnk-nav-inner {
  padding: 0 max(24px, (100% - 1200px) / 2 + 24px);
  display: flex;
  align-items: center;
  height: 52px;
  position: relative;
}
.gnk-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  gap: 4px;
}
/* Mobile hamburger — hidden on desktop */
.gnk-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  color: #fff;
  align-items: center;
  justify-content: center;
}
/* ── Desktop dropdown ── */
.gnk-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 16px 8px;
  z-index: 200;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
}
.gnk-nav-item.is-open > .gnk-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.gnk-drop-item-wrap {
  list-style: none;
}
.gnk-drop-item {
  padding: 12px 16px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  transition: background 0.12s;
  text-decoration: none;
  color: inherit;
}
.gnk-drop-item:hover {
  background: #F4F8FF;
}
.gnk-drop-item:hover .gnk-drop-label {
  color: #1B4A9A;
}
.gnk-drop-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
}
.gnk-drop-desc {
  display: block;
  font-size: 12px;
  color: #6B7280;
  margin-top: 2px;
}
/* ── Mobile overlay ── */
.gnk-mob-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200;
  display: none;
}
.gnk-mob-overlay.is-open {
  display: block;
}
/* ── Mobile bottom-sheet drawer ── */
.gnk-mob-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 201;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  max-height: 85vh;
  overflow-y: auto;
}
.gnk-mob-drawer.is-open {
  transform: translateY(0);
}
.gnk-mob-drawer[hidden] {
  display: none;
}
.gnk-drawer-handle {
  width: 36px;
  height: 4px;
  background: #D1D5DB;
  border-radius: 2px;
  margin: 12px auto 4px;
}
.gnk-drawer-header {
  padding: 8px 20px 12px;
  border-bottom: 1px solid #E5E9F0;
  font-size: 14px;
  color: #6B7280;
  font-weight: 500;
}
.gnk-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gnk-drawer-item {
  border-bottom: 1px solid #E5E9F0;
}
.gnk-drawer-link {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
}
.gnk-drawer-link.active {
  border-left: 3px solid #1B4A9A;
  background: #F4F8FF;
  color: #1B4A9A;
  padding-left: 17px;
}
.gnk-drawer-children[hidden] {
  display: none;
}
.gnk-drawer-child {
  padding: 12px 20px 12px 32px;
  font-size: 14px;
  color: #6B7280;
  border-bottom: 1px solid #F0F2F7;
  cursor: pointer;
  display: block;
  background: #FAFBFC;
  text-decoration: none;
}
.gnk-drawer-child:hover {
  color: #1B4A9A;
}
.gnk-drawer-chev-svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.gnk-drawer-link[aria-expanded=true] .gnk-drawer-chev-svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .gnk-nav-inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .gnk-nav-inner {
    padding: 0 16px;
    justify-content: space-between;
  }
  .gnk-nav-list {
    display: none;
  }
  .gnk-hamburger {
    margin-left: auto;
    display: flex;
  }
}

/*# sourceMappingURL=style-index.css.map*/