.njb-topbar,
.njb-unified-header,
.njb-unified-header *{
  box-sizing:border-box;
}

.njb-topbar{
  position:relative;
  z-index:1001;
  min-height:34px;
  background:#1c1108;
  color:#f3dfa8;
  font-family:'Poppins',Arial,sans-serif;
  font-size:12px;
  line-height:1.4;
}
.njb-topbar__inner{
  width:min(1320px,calc(100% - 32px));
  min-height:34px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.njb-topbar__contact,
.njb-topbar__social{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.njb-topbar a,
.njb-topbar span{color:#f3dfa8;text-decoration:none;}
.njb-topbar a:hover{color:#fff;}
.njb-topbar__divider{opacity:.45;}
.njb-topbar__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border:1px solid rgba(243,223,168,.45);
  border-radius:50%;
  font-weight:700;
}

.njb-unified-header{
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
  border:0;
  border-bottom:1px solid #ead8ab;
  box-shadow:0 7px 20px rgba(36,20,7,.12);
  font-family:'Poppins',Arial,sans-serif;
}
.njb-unified-header__inner{
  width:min(1320px,calc(100% - 32px));
  min-height:82px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:18px;
}
.njb-unified-header__brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  text-decoration:none;
}
.njb-unified-header__logo{
  display:block;
  width:auto;
  height:60px;
  max-width:210px;
  object-fit:contain;
}
.njb-unified-header__toggle{
  display:none;
  width:42px;
  height:38px;
  margin-left:auto;
  padding:8px;
  border:1px solid #c9973f;
  border-radius:8px;
  background:#fff;
  color:#241407;
  cursor:pointer;
}
.njb-unified-header__toggle-lines,
.njb-unified-header__toggle-lines::before,
.njb-unified-header__toggle-lines::after{
  display:block;
  width:22px;
  height:2px;
  background:currentColor;
  content:"";
}
.njb-unified-header__toggle-lines{position:relative;margin:auto;}
.njb-unified-header__toggle-lines::before{position:absolute;top:-7px;left:0;}
.njb-unified-header__toggle-lines::after{position:absolute;top:7px;left:0;}
.njb-unified-header__nav{
  flex:1 1 auto;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-width:0;
}
.njb-unified-header__list{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:1px;
  margin:0;
  padding:0;
  list-style:none;
}
.njb-unified-header__link{
  display:block;
  padding:9px 7px;
  border-radius:6px;
  color:#241a0f;
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  text-decoration:none;
  white-space:nowrap;
}
.njb-unified-header__link:hover,
.njb-unified-header__link:focus-visible{
  color:#7b5115;
  background:#fdf6ea;
  outline:none;
}
.njb-unified-header__link.is-active{
  color:#6d430d;
  background:#f6ead4;
}
.njb-unified-header__login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:38px;
  margin-left:8px;
  padding:8px 14px;
  border:1px solid #8b6914;
  border-radius:999px;
  background:#241407;
  color:#f3dfa8;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
}
.njb-unified-header__login:hover,
.njb-unified-header__login:focus-visible{background:#3a230f;color:#fff;outline:none;}

@media (max-width:1199px){
  .njb-unified-header__inner{flex-wrap:wrap;min-height:72px;padding:6px 0;}
  .njb-unified-header__logo{height:52px;max-width:185px;}
  .njb-unified-header__toggle{display:block;}
  .njb-unified-header__nav{display:none;flex:0 0 100%;padding:8px 0 12px;}
  .njb-unified-header.is-open .njb-unified-header__nav{display:block;}
  .njb-unified-header__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;}
  .njb-unified-header__link{padding:10px 12px;white-space:normal;}
  .njb-unified-header__login{margin:8px 0 0;width:100%;}
}

@media (max-width:767px){
  .njb-topbar{display:none;}
  .njb-unified-header__inner{width:min(100% - 22px,1320px);}
  .njb-unified-header__logo{height:46px;max-width:165px;}
}

@media (max-width:420px){
  .njb-unified-header__list{grid-template-columns:1fr;}
}
