/* psaume23.org — archétype « two-column-marginalia », palette « linen-and-sanguine »,
   ornement « manicules-and-side-notes ». Feuille propre à ce site : rien ici
   n'est partagé avec un autre répertoire de la flotte, ni avec psaume91.org.

   POLICES. La matrice assigne Sorts Mill Goudy (titrage) et Charis SIL
   (labeur), auto-hébergées et sous-ensemblées. Cette construction ne livre
   aucun fichier de police : la licence exacte de chaque artefact téléchargé
   (redistribution, attribution, sous-ensemble) reste à vérifier avant
   d'entrer dans un build. En attendant, les piles ci-dessous approchent le
   dessin voulu avec des caractères déjà installés. Aucun CDN de polices. */

:root {
  --lin: #f4efe6;
  --lin-ombre: #e7dfd0;
  --brou: #2b2117;
  --sanguine: #9e3b25;
  --colonne-texte: 37rem;
  --colonne-marge: 15rem;
  --romain-titrage: "Sorts Mill Goudy", "Goudy Old Style", "Palatino", Georgia, serif;
  --romain-labeur: "Charis SIL", "Gentium", "Iowan Old Style", Georgia, serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--lin);
  color: var(--brou);
  font-family: var(--romain-labeur);
  font-size: clamp(1.03rem, 0.97rem + 0.3vw, 1.17rem);
  line-height: 1.68;
}

.bandeau-chemin {
  background: var(--brou);
  color: var(--lin);
  padding: 0.85rem 1.3rem;
  font-family: var(--romain-titrage);
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.5rem;
}
.bandeau-chemin a { color: var(--lin); text-decoration: none; }
.bandeau-chemin a:hover, .bandeau-chemin a:focus { text-decoration: underline; text-underline-offset: 0.22em; }
.bandeau-chemin [aria-current="page"] { color: #e8a68f; }

.seuil {
  max-width: calc(var(--colonne-texte) + var(--colonne-marge) + 5rem);
  margin: 0 auto;
  padding: clamp(2.2rem, 6vw, 4.2rem) 1.3rem 0.5rem;
}
.seuil h1 {
  font-family: var(--romain-titrage);
  font-weight: 400;
  font-size: clamp(1.85rem, 1.3rem + 2.4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 0.8rem;
  max-width: 30ch;
}
.question-du-seuil {
  color: var(--sanguine);
  font-style: italic;
  margin: 0;
  max-width: 52ch;
}

.lecture-accompagnee {
  max-width: calc(var(--colonne-texte) + var(--colonne-marge) + 5rem);
  margin: 0 auto;
  padding: 1rem 1.3rem 3.5rem;
}
.couplet {
  display: grid;
  grid-template-columns: minmax(0, var(--colonne-texte)) var(--colonne-marge);
  column-gap: 2.4rem;
  align-items: start;
}
.couplet > .corps { grid-column: 1; }
.couplet > .apostille { grid-column: 2; }
@media (max-width: 52rem) {
  .couplet { grid-template-columns: minmax(0, 1fr); }
  .couplet > .apostille { grid-column: 1; margin: 0 0 1.4rem; }
}

.lecture-accompagnee h2 {
  font-family: var(--romain-titrage);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 2.4rem 0 0.8rem;
  max-width: var(--colonne-texte);
}
.lecture-accompagnee h3 {
  font-family: var(--romain-titrage);
  font-weight: 400;
  font-size: 1.14rem;
  margin: 1.7rem 0 0.45rem;
}
.lecture-accompagnee p { margin: 0 0 1.1rem; }

/* apostilles : les notes marginales, avec leur manicule */
.apostille {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #5d4a38;
  border-top: 2px solid var(--sanguine);
  padding-top: 0.5rem;
  margin-top: 0.35rem;
}
.apostille::before {
  content: "☞";
  display: block;
  color: var(--sanguine);
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}
.apostille a { color: var(--sanguine); }

q { quotes: "«\202F" "\202F»"; font-style: normal; }
q::before, q::after { color: var(--sanguine); }

.texte-sacre {
  background: #fffdf8;
  border: 1px solid var(--lin-ombre);
  padding: 1.1rem 1.3rem;
  margin: 1.4rem 0;
}
.texte-sacre .source-texte {
  display: block;
  font-family: var(--romain-titrage);
  font-size: 0.83rem;
  letter-spacing: 0.05em;
  color: var(--sanguine);
  margin-bottom: 0.3rem;
}

.entretien { list-style: none; margin: 0; padding: 0; }
.entretien > li { margin: 0 0 1.7rem; }

.pied-d-atelier {
  background: var(--brou);
  color: #cfc3b2;
  font-size: 0.86rem;
}
.pied-d-atelier > div {
  max-width: calc(var(--colonne-texte) + var(--colonne-marge) + 5rem);
  margin: 0 auto;
  padding: 1.7rem 1.3rem 2.3rem;
}
.pied-d-atelier a { color: var(--lin); }
