/* B4: shared public footer only. */
.site-footer.b4-footer { padding: 28px 0 16px; background: #071e35; color: #d5e1ec; }
.b4-footer > .shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.b4-footer .b4-footer__main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 28px; align-items: start; }
.b4-footer .b4-footer__brand img { display: block; width: 180px; max-width: 100%; height: auto; background: #fff; padding: 8px 10px; }
.b4-footer .b4-footer__brand p { max-width: 28ch; margin: 10px 0 0; color: #fff; font-size: .95rem; line-height: 1.4; }
.b4-footer .b4-footer__nav { display: grid; justify-items: start; gap: 2px; }
.b4-footer .b4-footer__nav h2 { margin: 0 0 6px; color: #d7b76d; font-size: .78rem !important; line-height: 1.3 !important; letter-spacing: .1em; text-transform: uppercase; }
.b4-footer a { display: inline-flex; align-items: center; min-height: 36px; color: #d5e1ec; font-size: .86rem; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; }
.b4-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.b4-footer a:focus-visible { outline: 2px solid #e5bd58; outline-offset: 4px; }
.b4-footer .b4-footer__secondary { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 24px; margin-top: 18px; padding-top: 10px; border-top: 1px solid #345069; }
.b4-footer__secondary nav, .b4-footer__contact { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 18px; }
.b4-footer .b4-footer__secondary a { font-size: .8rem; }
@media (max-width: 720px) {
  .site-footer.b4-footer { padding-top: 24px; }
  .b4-footer > .shell { width: calc(100% - 32px); }
  .b4-footer .b4-footer__main { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .b4-footer__brand { grid-column: 1 / -1; }
  .b4-footer .b4-footer__secondary { display: block; }
  .b4-footer__contact { margin-top: 8px; gap: 2px 14px; }
}
