/* 06-components/_hyperclank-footer.css
   ── c-hyperclank-footer — hyperclank.com's footer, the app shell's third row. The company
   mark and the two destinations the header carries. Gantry's status bar is product chrome
   and is not rendered on this brand. */
.c-hyperclank-footer {
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  height: 100%;
  padding-inline: var(--gutter-page);
  background: var(--surface-raised);
  border-top: var(--bw) solid var(--line);
  font-size: var(--text-xs);
  color: var(--text-dim);
  letter-spacing: var(--tracking-wide);
}
.c-hyperclank-footer__spacer { flex: 1; }
.c-hyperclank-footer__mark { color: var(--text-muted); font-weight: var(--fw-medium); }
.c-hyperclank-footer__link { color: var(--text-dim); }
.c-hyperclank-footer__link:hover { color: var(--accent); }
