.nbk-sitewide-footer {
  --nbk-footer-sage: #699273;
  --nbk-footer-sage-deep: #587d61;
  --nbk-footer-sage-wash: #f7faf7;
  --nbk-footer-paper: #fffdf8;
  --nbk-footer-white: #ffffff;
  --nbk-footer-ink: #232823;
  --nbk-footer-text: #555d55;
  --nbk-footer-muted: #7a827a;
  --nbk-footer-line: #ded8cd;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--nbk-footer-text);
  background: var(--nbk-footer-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.nbk-sitewide-footer,
.nbk-sitewide-footer * {
  box-sizing: border-box;
}

.nbk-sitewide-footer a {
  color: inherit;
}

.nbk-sitewide-footer a:focus-visible {
  outline: 3px solid rgba(244, 220, 168, 0.92);
  outline-offset: 4px;
}

.nbk-footer-cta {
  position: relative;
  margin: 0;
  border-top: 1px solid var(--nbk-footer-line);
  background:
    linear-gradient(90deg, rgba(105, 146, 115, 0.08) 1px, transparent 1px) 0 0 / 84px 100%,
    var(--nbk-footer-sage-wash);
}

.nbk-footer-cta::before {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--nbk-footer-sage);
  content: "";
}

.nbk-footer-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 0;
}

.nbk-footer-eyebrow {
  margin: 0 0 11px;
  color: var(--nbk-footer-sage-deep);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nbk-footer-cta h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--nbk-footer-ink);
  font-family: "Elms Sans", "Google Sans", "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: 0;
}

.nbk-footer-cta-copy {
  max-width: 650px;
  margin: 0;
  color: var(--nbk-footer-text);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
}

.nbk-footer-cta-action {
  min-width: min(100%, 270px);
  display: grid;
  gap: 10px;
  justify-items: start;
}

.nbk-footer-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid var(--nbk-footer-sage);
  border-radius: 6px;
  color: var(--nbk-footer-white) !important;
  background: var(--nbk-footer-sage);
  box-shadow: 0 12px 30px rgba(35, 40, 35, 0.12);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nbk-footer-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.nbk-footer-button:hover {
  border-color: var(--nbk-footer-sage-deep);
  color: var(--nbk-footer-white) !important;
  background: var(--nbk-footer-sage-deep);
  box-shadow: 0 15px 34px rgba(35, 40, 35, 0.16);
  transform: translateY(-1px);
}

.nbk-footer-button:hover svg {
  transform: translateX(2px);
}

.nbk-footer-action-note {
  margin: 0;
  color: var(--nbk-footer-muted);
  font-size: 13px;
}

.nbk-footer-main {
  color: rgba(255, 255, 255, 0.82);
  background: var(--nbk-footer-sage-deep);
}

.nbk-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 82px) 0 24px;
}

.nbk-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.7fr) minmax(210px, 0.92fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: start;
}

.nbk-footer-brand {
  max-width: 430px;
}

.nbk-footer-logo {
  width: 196px;
  height: 146px;
  display: block;
  margin: -12px 0 15px;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
}

.nbk-footer-logo img {
  width: auto;
  max-width: none;
  height: 146px;
  display: block;
}

.nbk-footer-brand-name {
  margin: 0 0 10px;
  color: var(--nbk-footer-white);
  font-family: "Elms Sans", "Google Sans", "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
}

.nbk-footer-brand p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.nbk-footer-organizes {
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.nbk-footer-organizes-label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nbk-sitewide-footer .nbk-footer-organizes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: var(--nbk-footer-white);
  font-family: "Elms Sans", "Google Sans", "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.nbk-sitewide-footer .nbk-footer-organizes-list li,
.nbk-sitewide-footer .nbk-footer-links li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nbk-sitewide-footer .nbk-footer-organizes-list li {
  position: relative;
}

.nbk-sitewide-footer .nbk-footer-organizes-list li::marker,
.nbk-sitewide-footer .nbk-footer-links li::marker {
  content: "";
}

.nbk-sitewide-footer .nbk-footer-organizes-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(244, 220, 168, 0.86);
  content: "";
}

.nbk-footer-heading {
  margin: 0 0 18px;
  color: var(--nbk-footer-white);
  font-family: "Elms Sans", "Google Sans", "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
}

.nbk-sitewide-footer .nbk-footer-links {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nbk-sitewide-footer .nbk-footer-links li + li {
  margin-top: 8px !important;
}

.nbk-footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.nbk-footer-links a:hover {
  color: var(--nbk-footer-white);
  text-decoration-color: rgba(244, 220, 168, 0.9);
}

.nbk-footer-area-copy {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.76);
}

.nbk-footer-area-copy strong {
  display: block;
  color: var(--nbk-footer-white);
  font-weight: 750;
}

.nbk-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nbk-footer-social {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 6px;
  color: var(--nbk-footer-white) !important;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nbk-footer-social:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--nbk-footer-white) !important;
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-1px);
}

.nbk-footer-social svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.nbk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 34px;
  margin-top: clamp(44px, 6vw, 70px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.nbk-footer-bottom p {
  margin: 0;
}

.nbk-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.nbk-footer-legal a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 700;
  text-underline-offset: 3px;
}

.nbk-footer-legal a:hover {
  color: var(--nbk-footer-white) !important;
}

.nbk-footer-local {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
}

.nbk-footer-local::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #f4dca8;
  box-shadow: 0 0 0 4px rgba(244, 220, 168, 0.12);
  content: "";
}

@media (max-width: 880px) {
  .nbk-footer-cta-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .nbk-footer-cta-action {
    justify-items: start;
  }

  .nbk-footer-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(170px, 0.7fr);
  }

  .nbk-footer-area {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px 40px;
    align-items: end;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nbk-footer-area-copy {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .nbk-footer-cta-inner,
  .nbk-footer-inner {
    width: min(100% - 32px, 1180px);
  }

  .nbk-footer-cta-inner {
    padding: 44px 4px 48px;
  }

  .nbk-footer-button {
    width: 100%;
  }

  .nbk-footer-action-note {
    width: 100%;
    text-align: center;
  }

  .nbk-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nbk-footer-nav {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nbk-footer-area {
    grid-column: auto;
    display: block;
    padding-top: 32px;
  }

  .nbk-footer-area-copy {
    margin-bottom: 22px;
  }

  .nbk-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbk-sitewide-footer *,
  .nbk-sitewide-footer *::before,
  .nbk-sitewide-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
