.footer {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(9, 14, 25, 0.88), rgba(5, 9, 17, 0.96));
  margin-top: 2rem;
}

.footer-topline {
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.footer-topline-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .9rem 0;
}

.footer-topline-title {
  color: var(--text);
  font-weight: 700;
  margin: 0;
}

.footer-topline-copy {
  color: var(--muted);
  margin: 0;
  font-size: .92rem;
}
.footer-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); padding: 2rem 0; }
.footer-name { color: var(--text); font-weight: 700; }
.footer-muted { color: var(--muted); }
.footer-blurb { color: var(--muted); margin-top: .6rem; font-size: .92rem; max-width: 42ch; }
.footer h3 { font-size: .95rem; margin-bottom: .6rem; }
.footer a { display: block; color: #dbe5ff; margin: .25rem 0; }
.footer-meta {
  border-top: 1px solid var(--border);
  padding: 1rem 0 1.4rem;
  color: var(--muted);
  font-size: .9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
}
.footer-meta-sep { opacity: .7; }
