/* jmj.fyi hub — overrides on top of house.css */
h1 { font-size: clamp(2.5rem, 8vw, 6rem); }
.index { margin-top: clamp(3rem, 8vw, 5rem); }
.links {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--rule);
  margin-top: 1rem;
}
.links a {
  display: flex; flex-direction: column; gap: 0.25rem;
  padding: 1rem 0.25rem;
  border-bottom: 1px solid var(--rule);
  text-decoration: none; font-family: var(--font-mono);
}
.links a:hover .link-slug { color: var(--accent); }
.link-slug { font-size: 1.0625rem; text-transform: uppercase; letter-spacing: 0.02em; transition: color .12s; }
.link-meta { font-size: 0.8125rem; color: var(--ink-muted); }
