/* Chapter 0 — published Codex, not a service page */
body.codex-body{background:#efe8d8;color:#1c1914}
body.codex-body .svc{background:#1c1914}
body.codex-body main{padding:0 0 4rem}

.codex-sheet{
  background:#f7f1e4;
  color:#1c1914;
  margin:0 auto;
  max-width:46rem;
  padding:clamp(2rem,8vw,4.25rem) clamp(1.35rem,6.5vw,3.6rem) clamp(3.5rem,10vw,5.5rem);
  box-shadow:0 0 0 1px rgba(28,25,20,.08), 0 18px 50px rgba(28,25,20,.08);
  font-family:"Source Serif 4","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  font-size:16pt;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
@media(min-width:48em){
  .codex-wrap{padding:1.75rem 1rem 4rem}
  .codex-sheet{margin-top:.25rem}
}

.codex-id{
  font-family:var(--font);
  font-size:10.5pt;
  line-height:1.55;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#5c564c;
  border-bottom:1px solid #c9c0ae;
  padding:0 0 1.15rem;
  margin:0 0 2.4rem;
}
.codex-id p{margin:0}
.codex-id .mark{color:#1c1914;letter-spacing:.14em;margin-top:.55rem}

.codex-kicker{
  font-family:var(--font);
  font-size:11pt;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#5c564c;
  margin:0 0 .55rem;
}
.codex-sheet h1{
  font-family:"Source Serif 4",Georgia,serif;
  font-size:30pt;
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.015em;
  margin:0 0 2.6rem;
  color:#1c1914;
  overflow-wrap:anywhere;
}

.codex-sec{margin:0 0 3.1rem}
.codex-sec h2{
  font-family:var(--font);
  font-size:12pt;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  margin:0 0 1.05rem;
  color:#1c1914;
}
.codex-sheet p{margin:0 0 1em}
.codex-sheet p:last-child{margin-bottom:0}

.codex-stack p{margin:0 0 .28em}
.codex-stack p:last-child{margin-bottom:0}
.codex-stack{margin:0 0 1em}
.codex-stack + p, .codex-sec > p + .codex-stack{margin-top:1em}

.codex-axiom{
  margin:1.6rem 0 0;
  padding:1.15rem 0 0;
  border-top:1px solid #c9c0ae;
}
.codex-axiom p{margin:0 0 .35em;font-size:17pt;line-height:1.45}
.codex-axiom p:last-child{margin:0}

.codex-duty{margin:1.05rem 0 0}
.codex-duty p{margin:0 0 .85em}
.codex-duty p:last-child{margin:0}

.codex-close{
  margin:3.2rem 0 0;
  padding-top:1.4rem;
  border-top:1px solid #c9c0ae;
  font-style:italic;
}
.codex-close p{margin:0}

.codex-after{
  max-width:46rem;
  margin:1.75rem auto 0;
  padding:0 clamp(1.35rem,6.5vw,3.6rem);
  font-family:var(--font);
  font-size:1.1875rem;
}
.codex-after a{font-weight:700}

@media(max-width:40em){
  .codex-sheet{font-size:15.5pt;line-height:1.6}
  .codex-sheet h1{font-size:28pt}
  .codex-axiom p{font-size:16.5pt}
}

@media print{
  body.codex-body{background:#fff}
  .codex-sheet{box-shadow:none;max-width:none;padding:0;background:#fff}
  .codex-after,.crumbs,.phase{display:none!important}
}
