/* 2019-site theme overrides: distinct accent so readers always know which
 * prayer book they are in. The base visual language lives in
 * shared/style.css (symlinked as css/style.css). */
:root {
  --accent: #1d4e6b;      /* slate blue, vs the 1928 site's oxblood */
  --accent-soft: #eaf1f5;
}
.brand .edition {
  font-variant: small-caps;
  letter-spacing: .06em;
  color: var(--accent, #1d4e6b);
  margin-left: .35em;
}
nav.site a.cross-edition { color: var(--muted); font-size: 0.9em; }

/* two-column traditional/contemporary parallel texts */
.parallel { margin: 0.6rem 0; }
.parallel .prow {
  display: flex; gap: 1.4rem; margin: 0.12rem 0; flex-wrap: wrap;
}
.parallel .pl, .parallel .pr { flex: 1 1 44%; min-width: 12rem; }
.parallel .pr { color: var(--muted); }
.parallel.unison { font-weight: 600; }

/* canticles */
.canticle .cant-subtitle {
  font-style: italic; color: var(--muted); margin: 0.1rem 0 0.35rem;
}
.canticle .cant-verse { margin: 0.3rem 0; padding-left: 1.4rem; text-indent: -1.4rem; }
.canticle .cant-subsection {
  font-variant: small-caps; letter-spacing: 0.05em; color: var(--muted);
  margin: 0.5rem 0 0.2rem; font-size: 0.92em;
}
.canticle .cant-cite, .cant-cite {
  font-style: italic; color: var(--muted); font-size: 0.88em; margin-top: 0.3rem;
}
.cant-number, .cant-title .cant-number {
  font-family: Georgia, serif; color: var(--accent); font-weight: 700;
  margin: 1.4rem 0 0.1rem;
}
.canticle .cant-title { font-variant: small-caps; letter-spacing: 0.04em; font-size: 1.05em; }

/* office extras */
.alt-or { font-style: italic; color: var(--muted); }
.collect-label { font-style: italic; color: var(--muted); }
.lesson-source {
  margin: 2rem 0 0.5rem; font-size: 0.85rem; color: var(--muted);
  border-top: 1px solid var(--line); padding-top: 0.6rem;
}
.psalm-incipit { font-style: italic; color: var(--muted); font-size: 0.9em; }

/* psalter page */
.psalm { margin: 0.6rem 0 1.4rem; }
.psalm-head { margin: 0.3rem 0; }
.psalm-head .psalm-num {
  font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700;
  color: var(--accent); margin-right: 0.5rem; text-decoration: none;
}
.day-grid { flex-wrap: wrap; }
.day-grid a, .day-grid .cur { min-width: 1.6rem; text-align: center; }
.course-title { font-variant: small-caps; letter-spacing: 0.05em; margin-right: 0.8rem; }

/* prayers page */
.prayer-toc {
  columns: 2; column-gap: 1.6rem; margin: 0.8rem 0 1.6rem;
  font-size: 0.9rem; line-height: 1.7;
}
.prayer-toc a { display: block; text-decoration: none; }
.attribution { font-style: italic; color: var(--muted); font-weight: normal; font-size: 0.85em; }

/* Communion propers */
.proper-reading { margin: 0.25rem 0; }
.proper-reading .what {
  font-variant: small-caps; letter-spacing: 0.04em; color: var(--muted);
  margin-right: 0.5rem;
}
.slot-note { color: var(--muted); }

/* prose pages (About) */
.prose { max-width: 42rem; }
.prose h2 { font-variant: small-caps; font-weight: normal; margin-top: 1.6rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin: 0.4rem 0; }
