/* Article footer: independent of the narrow reading column. */
footer > .wrap { max-width:1320px; }
footer .footer-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; padding-bottom:32px; border-bottom:1px solid rgba(245,241,234,.12); }
footer .footer-brand { grid-column:1 / -1; }
footer .footer-brand p { max-width:36ch; color:rgba(245,241,234,.7); }
footer .col { min-width:0; overflow-wrap:anywhere; }
footer .col h5 { margin:0 0 12px; font-family:var(--body); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.12em; color:rgba(245,241,234,.6); }
footer .col ul { list-style:none; padding:0; margin:0; font-size:14px; }
footer .col li { margin:0; }
footer .col a { display:inline-flex; align-items:center; min-height:44px; text-decoration:none; color:rgba(245,241,234,.8); }
footer .col a:hover, footer .footer-bottom a:hover { color:var(--orange); }
footer .footer-bottom { display:flex; align-items:center; flex-wrap:wrap; gap:12px 24px; padding-top:24px; font-size:12px; color:rgba(245,241,234,.6); }
footer .footer-bottom a { display:inline-flex; align-items:center; min-height:44px; }
@media(min-width:900px) {
  footer .footer-grid { grid-template-columns:1.4fr repeat(3,minmax(0,1fr)); gap:40px; padding-bottom:40px; }
  footer .footer-brand { grid-column:auto; }
  footer .footer-bottom { justify-content:space-between; }
}
