nav { font-family: monospace; font-size: 0.85em; padding: 12px 20px; }
nav a { color: inherit; text-decoration: none; }
nav a:hover { text-decoration: underline; }

body { margin: 0; font-family: monospace; background: white; }

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  color: #aaa;
}

.section {
  padding: 80px 40px;
  max-width: 640px;
  margin: 0 auto;
}

.reveal-block {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.1;
  color: #222;
}

.line-wrap {
  overflow: hidden;
  padding-bottom: 0.05em;
}

.line {
  display: block;
  transform: translateY(100%);
}

.words-block {
  font-size: 2.4em;
  font-weight: bold;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}

.word-wrap {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 0.05em;
}

.word {
  display: inline-block;
  transform: translateY(100%);
}
