/* A compact footer that continues the homepage's navy and blue palette. */
.site-footer.footer-refresh { padding: 44px 0 20px; background: var(--ink-3); }
.footer-intro { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 34px; }
.footer-identity { display: flex; align-items: center; gap: 32px; min-width: 0; }
.footer-logo { display: block; flex: 0 0 136px; }
.footer-logo img { width: 136px; height: auto; display: block; }
.footer-message p { margin: 0; color: var(--text-mute); font-size: 14px; line-height: 1.65; text-wrap: pretty; }
.footer-message .footer-welcome { max-width: 24ch; margin-bottom: 10px; font: 600 23px/1.25 var(--display); color: var(--text); text-wrap: balance; }
.footer-reach { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.footer-reach a { display: inline-flex; align-items: center; min-height: 44px; color: var(--text-soft); text-decoration: none; }
.footer-reach .footer-call { color: var(--text); font: 600 30px/1.3 var(--display); white-space: nowrap; }
.footer-reach .footer-email { font-size: 15px; }
.footer-refresh .footer-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 28px; border-block: 1px solid var(--rule); padding-block: 18px; }
.footer-refresh .footer-services a { display: flex; align-items: center; min-height: 44px; padding: 8px 0; font-size: 15px; line-height: 1.5; text-wrap: balance; }
.footer-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; padding-top: 18px; }
.footer-bottom-row p { margin: 0; color: var(--text-mute); font-size: 12px; text-wrap: pretty; }
.footer-utility { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 26px; }
.footer-utility a { display: inline-flex; gap: 6px; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; color: var(--text-soft); }
.footer-utility svg { width: 14px; height: 14px; }
.footer-refresh a:hover { color: var(--blue-soft); }
.footer-refresh a:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
@media (max-width: 1050px) {
  .footer-identity { gap: 22px; }
  .footer-logo { flex-basis: 110px; }
  .footer-logo img { width: 110px; }
  .footer-message .footer-welcome { font-size: 21px; }
  .footer-reach .footer-call { font-size: 26px; }
  .footer-bottom-row { align-items: flex-start; flex-direction: column-reverse; gap: 12px; }
}
@media (max-width: 700px) {
  .site-footer.footer-refresh { padding-top: 36px; }
  .footer-intro { align-items: flex-start; flex-direction: column; gap: 22px; padding-bottom: 24px; }
  .footer-identity { gap: 22px; }
  .footer-logo { flex-basis: 90px; }
  .footer-logo img { width: 90px; }
  .footer-message .footer-welcome { font-size: 20px; max-width: 21ch; }
  .footer-message p { font-size: 13px; }
  .footer-reach { align-items: flex-start; gap: 0; }
  .footer-refresh .footer-services { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 4px; padding-block: 14px; }
  .footer-utility { gap: 4px 22px; }
}
