/* Keep the original line spacing while allowing lowercase descenders inside
   the reveal mask. Padding travels with the animated text, so it stays fully
   hidden before the entrance animation starts. */
html[lang="en"] #top h1 {
  display: flow-root;
}

html[lang="en"] #top h1 > span {
  margin-bottom: -0.2em;
}

html[lang="en"] #top h1 > span > span {
  padding-bottom: 0.2em;
}
