:root {
  --paper: #f8f6ef;
  --ink: #22201c;
  --muted: #6f6a61;
  --rule: #b8b0a4;
}

* { box-sizing: border-box; }

html { background: var(--paper); }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

.leaf {
  width: min(44rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: 5.5rem 0 4.5rem;
}

.masthead { text-align: center; margin-bottom: 3.25rem; }

.kicker,
.progression,
.part-of-speech,
.site-footer,
.translation {
  color: var(--muted);
}

.kicker,
.progression,
.part-of-speech,
h3 {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  font-size: clamp(2.45rem, 6vw, 4.5rem);
  line-height: 1.03;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-weight: 400;
  margin: .25rem 0 1.1rem;
}

.motto {
  font-size: 1.22rem;
  line-height: 1.55;
  margin-bottom: 1.8rem;
}

.progression { margin-bottom: 0; }

h2 {
  font-size: 1.55rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.creed,
.conversation-note,
.entry { margin: 0; }

.pause {
  width: 7rem;
  height: 1px;
  background: var(--rule);
  margin: 3.25rem auto;
}

.entry-header { margin-bottom: .75rem; }

.headword {
  font-size: 2rem;
  letter-spacing: .015em;
  margin-bottom: .2rem;
}

.pronunciation {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 400;
  white-space: nowrap;
}

.part-of-speech { margin-bottom: 1rem; }

h3 {
  color: var(--muted);
  font-weight: 400;
  margin: 1.65rem 0 .65rem;
}

.site-footer {
  text-align: center;
  font-size: .95rem;
  line-height: 1.55;
}

.site-footer p { margin-bottom: .35rem; }

@media (max-width: 40rem) {
  body { font-size: 1.08rem; }
  .leaf { width: min(100% - 2rem, 44rem); padding-top: 3.75rem; }
  .pause { margin: 2.6rem auto; }
}
