/* Main-site footer structure, using the council site's rag palette. */
.network-footer { box-sizing: border-box; background: #f2f2ef; color: #4a4a47; border-top: 1px solid #c9c9c5; margin-top: 40px; padding: 40px 0 24px; font: 16px/1.65 var(--font-sans, system-ui, sans-serif); }
.network-footer * { box-sizing: border-box; }
.network-footer .ftin { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.network-footer .ftbrand { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.network-footer a { color: #4a4a47; min-height: 44px; text-decoration: none; }
.network-footer a:hover { text-decoration: underline; }
.network-footer a:focus-visible { outline: 2px solid #4a4a47; outline-offset: 3px; }
.network-footer .logo-row { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; white-space: nowrap; }
.network-footer .logo-row img { display: block; height: 36px; width: auto; max-width: 100%; }
.network-footer .ftbrand .name { font-size: 22px; font-weight: 900; letter-spacing: 1px; color: #4a4a47; margin: 0; }
.network-footer .tagline { color: #4a4a47; font-weight: 500; line-height: 1.6; margin: 0; }
.network-footer .ftnl { margin-top: 8px; }
.network-footer .ftnl-t { font-weight: 900; margin-bottom: 8px; }
.network-footer a.footer-subscribe { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 24px; border-radius: 999px; background: #e3ac2f; color: #2b1f45; font-weight: 700; text-decoration: none; }
.network-footer a.footer-subscribe:hover { filter: brightness(.96); }
.network-footer .ftcol { min-width: 0; }
.network-footer .ftcol h3 { font-size: 16px; font-weight: 900; color: #4a4a47; margin: 0 0 8px; letter-spacing: 1px; }
.network-footer .ftcol a { display: flex; align-items: center; padding: 8px 0; font-size: 16px; }
.network-footer .ftbottom { max-width: 1080px; margin: 32px auto 0; padding-top: 18px; border-top: 1px solid #c9c9c5; font-size: 14px; color: #4a4a47; line-height: 1.7; text-align: center; }
.network-footer .plogos { display: flex; gap: 12px; align-items: stretch; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.network-footer .plogos a { display: flex; align-items: center; justify-content: center; height: 46px; padding: 0 16px; background: #e9e9e6; border: 1px solid #c9c9c5; border-radius: 8px; }
.network-footer .plogos img { height: 26px; width: auto; max-width: 112px; object-fit: contain; display: block; }
.network-footer .ftbottom > div:last-child a { display: inline-flex; align-items: center; text-decoration: underline; white-space: nowrap; }
body > .network-footer { padding-inline: 24px; }
@media (max-width: 779px) {
  .network-footer { margin-top: 32px; padding-top: 32px; }
  .network-footer .ftin { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .network-footer .ftbrand .name { font-size: 22px; }
}

/* Round56: two copyright blocks and space above the fixed 44px back-to-top button. */
.network-footer .copyright-name, .network-footer .copyright-contact { display: inline; }
.network-footer .copyright-name::after { content: " · "; }
@media (max-width: 779px) {
  .network-footer { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .network-footer .copyright-name, .network-footer .copyright-contact { display: block; }
  .network-footer .copyright-name::after { content: none; }
}
