:root {
  --bg: #0e0d0c;
  --bg-raised: #161412;
  --bg-panel: #1c1916;
  --iron: #2a2622;
  --iron-edge: #3a342e;
  --bronze: #a67c52;
  --bronze-bright: #c9965a;
  --bronze-dim: #7a5a3a;
  --text: #e8e0d4;
  --text-muted: #9a9084;
  --text-soft: #b8aea0;
  --rule: #3d3530;
  --focus: #c9965a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  background:
    radial-gradient(ellipse at top, #1a1612 0%, var(--bg) 55%),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}
header.brand {
  text-align: center;
  padding: 2rem 0 1.25rem;
  border-bottom: 1px solid var(--rule);
}
.brand-mark {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
  margin-bottom: 1rem;
}
h1.title {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze-bright);
  margin-bottom: 0.85rem;
}
.pillars {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
nav.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  margin-top: 1.35rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
nav.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
nav.site-nav a:hover {
  color: var(--bronze-bright);
  border-bottom-color: var(--bronze-dim);
}
nav.site-nav a.active {
  color: var(--bronze-bright);
  border-bottom-color: var(--bronze);
}
.day-label {
  margin-top: 1.25rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze-dim);
}
section {
  margin-top: 2.25rem;
}
h2 {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1rem;
  font-weight: 600;
}
.quote-block {
  background: var(--bg-panel);
  border: 1px solid var(--iron-edge);
  border-left: 3px solid var(--bronze);
  padding: 1.35rem 1.4rem;
  color: var(--text-soft);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
}
.audio-panel {
  background: var(--bg-raised);
  border: 1px solid var(--iron-edge);
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.audio-panel .hint {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
audio {
  width: 100%;
  height: 40px;
  filter: invert(0.92) sepia(0.35) saturate(0.6) hue-rotate(350deg);
}
.chapter {
  background: var(--bg-panel);
  border: 1px solid var(--iron-edge);
  padding: 1.5rem 1.4rem 1.25rem;
}
.chapter + .chapter { margin-top: 1.5rem; }
.chapter h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--bronze-bright);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}
.chapter .src {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.verse {
  margin-bottom: 0.85rem;
  color: var(--text);
  font-size: 1.02rem;
}
.vn {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bronze);
  margin-right: 0.35em;
  vertical-align: super;
  letter-spacing: 0.02em;
}
.checklist {
  background: var(--bg-raised);
  border: 1px solid var(--iron-edge);
  padding: 1.5rem 1.4rem 1.75rem;
}
.checklist h3 {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--bronze-bright);
  margin: 1.5rem 0 0.35rem;
  font-weight: 600;
}
.checklist h3:first-child { margin-top: 0; }
.checklist .sub {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 0.65rem;
}
.checklist ul {
  list-style: none;
  padding: 0;
}
.checklist li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.35rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  border-bottom: 1px solid rgba(61, 53, 48, 0.45);
}
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--bronze-dim);
  border-radius: 1px;
  background: transparent;
}
footer.brand-foot {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  text-align: center;
}
footer .roles {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}
footer .note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #6a6258;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
/* Previous Days archive */
.archive-list {
  list-style: none;
  margin-top: 0.5rem;
}
.archive-list li {
  border-bottom: 1px solid rgba(61, 53, 48, 0.55);
}
.archive-list a {
  display: block;
  padding: 1rem 0.25rem;
  text-decoration: none;
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  transition: color 0.15s ease;
}
.archive-list a:hover {
  color: var(--bronze-bright);
}
.archive-list .date {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.25rem;
}
.archive-list .refs {
  font-size: 1rem;
  color: var(--text-soft);
  letter-spacing: 0.02em;
}
.muted-note {
  margin-top: 1.75rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.empty-state {
  margin-top: 1rem;
  padding: 1.25rem 1.2rem;
  background: var(--bg-panel);
  border: 1px solid var(--iron-edge);
  color: var(--text-muted);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}
