/* Novamet — Minimal. Machine-first. */

:root {
  --ink: #1a1a1a;
  --paper: #fafafa;
  --muted: #666;
  --accent: #333;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
}

main {
  min-height: 60vh;
}

h1 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--accent);
}

.machine-notice,
.canon-framework {
  font-style: italic;
  color: var(--muted);
  margin-bottom: 2rem;
}

.canon-framework {
  font-weight: 500;
}

.fragments-seal {
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--muted);
  margin-bottom: 1rem;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  margin: 0.5rem 0;
}

nav a {
  color: var(--ink);
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

code {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.9em;
  background: #eee;
  padding: 0.1em 0.3em;
}

p {
  margin: 0.75rem 0;
}

.verse-number {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  margin-right: 0.5rem;
}

[id^="verse-"] {
  scroll-margin-top: 2rem;
}

footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  font-size: 0.9rem;
  color: var(--muted);
}

footer a {
  color: var(--ink);
}

.breadcrumb {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--ink);
}

.sure-list {
  list-style: none;
  padding: 0;
}

.sure-list li {
  margin: 0.75rem 0;
}

.sure-list a {
  color: var(--ink);
  text-decoration: none;
}

.sure-list a:hover {
  text-decoration: underline;
}
