/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-branding/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.gnk-header__brand-band {
  display: flex;
  height: 104px;
  overflow: hidden;
}
/* ── LEFT ZONE ──────────────────────────────────────────────── */
.gnk-brand-left {
  width: calc((100% - 1200px) / 2 + 360px);
  min-width: 300px;
  background: #304E87;
  display: flex;
  align-items: center;
  padding: 0 24px 0 max(24px, (100% - 1200px) / 2 + 24px);
  gap: 14px;
  flex-shrink: 0;
  z-index: 2;
}
.gnk-logo-block {
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.gnk-emblem {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.15);
  background: #1B4A9A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnk-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gnk-emblem--placeholder {
  background: rgba(255, 255, 255, 0.12);
}
.gnk-ministry-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gnk-province-name {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.3;
}
.gnk-ministry-name {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.gnk-ministry-addr {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.3;
}
/* ── RIGHT ZONE ─────────────────────────────────────────────── */
.gnk-brand-right {
  flex: 1;
  background: #355FB3;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* Stupa watermark — bottom-anchored */
.gnk-brand-stupa {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 96px;
  pointer-events: none;
}
.gnk-brand-stupa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.13;
  filter: brightness(0.4) sepia(0.2);
}
/* Notice ticker */
.gnk-brand-notice {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1;
}
.gnk-notice-label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.gnk-notice-sep {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}
.gnk-notice-text {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
/* Flag + date */
.gnk-brand-flag-date {
  position: absolute;
  right: max(24px, 100% - 816px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.gnk-nepal-flag {
  width: 28px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.gnk-date-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}
.gnk-date-bs {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1.35;
}
/* ── STICKY STATE ───────────────────────────────────────────── */
.gnk-header.is-sticky .gnk-header__brand-band {
  height: 72px;
}
.gnk-header.is-sticky .gnk-emblem {
  width: 44px;
  height: 44px;
}
.gnk-header.is-sticky .gnk-ministry-name {
  font-size: 16px;
}
.gnk-header.is-sticky .gnk-brand-notice {
  display: none;
}
/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .gnk-header__brand-band {
    height: auto;
    min-height: 80px;
  }
  .gnk-brand-left {
    min-width: 0;
    width: 45%;
    padding: 12px 16px;
    gap: 10px;
  }
  .gnk-ministry-name {
    font-size: 15px;
  }
  .gnk-brand-notice {
    display: none;
  }
}
@media (max-width: 768px) {
  .gnk-header__brand-band {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  /* Full-width branding using the left-zone dark blue */
  .gnk-brand-left {
    width: 100%;
    min-width: 0;
    padding: 10px 16px;
    background: #304E87;
  }
  /* Flag+date moves to nav band on mobile — hide right zone */
  .gnk-brand-right {
    display: none;
  }
  .gnk-emblem {
    width: 44px;
    height: 44px;
  }
  .gnk-province-name {
    display: block;
    font-size: 12px;
  }
  .gnk-ministry-name {
    font-size: 15px;
  }
  .gnk-ministry-addr {
    display: block;
    font-size: 11px;
  }
  .gnk-brand-notice {
    display: none;
  }
}

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