/* ============================================================
   618-network.css — the cross-institute footer bars
   The two bottom rows shared across every 618 Institute:
   the network bar ("618 Institutes" + siblings + explore-all)
   and the legal bar (licence · standards · privacy/terms).

   PORTABLE: copy this file into any 618 institute. It styles by
   CSS custom properties, so it inherits each institute's own
   palette + type (define these in the host site's stylesheet):
     --paper --plate --ink --muted --line --rubric --serif --mono
   Only the HTML content (sibling links, colophon, legal links)
   adapts per institute; the template stays identical.
   ============================================================ */

.foot-network{border-top:1px solid var(--line)}
.foot-network-in{max-width:1060px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.net-label{font-family:var(--serif);font-weight:600;font-size:14px}
.net-links{font-family:var(--mono);font-size:11.5px;color:var(--muted)}
.net-links a{color:var(--muted);text-decoration:none}
.net-links a:hover{color:var(--rubric)}
.net-all{margin-left:auto;font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--rubric);text-decoration:none;border:1px solid var(--line);padding:8px 13px}
.net-all:hover{border-color:var(--rubric)}
.foot-legal{border-top:1px solid var(--ink);background:var(--plate)}
.foot-legal-in{max-width:1060px;margin:0 auto;padding:14px 20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-family:var(--mono);font-size:10.5px;color:var(--muted);letter-spacing:.03em}
.foot-legal-in .legal-links a{color:var(--muted);text-decoration:none}
.foot-legal-in .legal-links a:hover{color:var(--rubric)}
@media(max-width:840px){.net-all{margin-left:0}}
