/* Shared article footer aligned with the home footer */
.site-footer{margin-top:90px;padding:58px 0 28px;background:var(--ink);color:var(--inverse)}.site-footer .site-shell{width:min(calc(100% - 48px),var(--content-max));margin:auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:60px}.footer-brand-lockup{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footer-brand-lockup .brand-mark{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border:1px solid #d9e2dd;border-radius:50%}.footer-brand-lockup .brand-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.footer-brand-name{max-width:180px;font:700 .72rem/1.05 var(--sans);letter-spacing:.08em;text-transform:uppercase}.site-footer h2{margin:0 0 18px;color:var(--inverse);font:500 2.1rem/.98 var(--serif)}.site-footer h3{margin:0 0 18px;color:var(--accent-soft);font:700 .68rem/1.2 var(--sans);letter-spacing:.13em;text-transform:uppercase}.site-footer p{max-width:280px;color:#d9e2dd;font-size:.9rem}.site-footer a{display:block;margin:0 0 9px;color:#d9e2dd;font-size:.86rem;text-decoration:none}.site-footer a:hover{color:var(--accent-soft)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid #41615c;color:#b9c9c2;font-size:.75rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media(max-width:640px){.site-footer{margin-top:64px}.site-footer .site-shell{width:min(calc(100% - 32px),var(--content-max))}.footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:38px}.footer-brand{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
