/* ==========================================================================
   footer.css — footer bar, credit, links
   Split out of the original components.css; load order is preserved
   exactly, because several rules here depend on source order.
   ========================================================================== */

/* ---- Footer ---- */
/* logo-lime.svg already carries the brand green — no colour filter here. */
.footer-logo img { width: 217px; height: 24px; }
.footer-copy img { width: 16px; height: 16px; filter: brightness(0) invert(1); }

/* Design: Aeonik Medium 16 / 24 */
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--w-medium);
  transition: opacity 0.2s var(--ease);
}
.footer-links a:hover { opacity: 0.7; }
.footer-links img { width: 20px; height: 20px; }

/* The icon set ships with the correct fills baked in (white for dark surfaces,
   #0C0C0C for light ones), so no colour filters are needed here. Only the
   black-sourced wordmark and copyright glyph are inverted for the dark footer. */

