html {
  background: #2a0f12;
}

body {
  margin: 0;
  background: #2a0f12;
  color: #f2eee8;
  font-family: Georgia, "Times New Roman", serif;
}

.page {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.masthead {
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 6.8rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f2eee8;
}

.subtitle {
  margin-top: 18px;
  font-size: clamp(1.4rem, 3.5vw, 2.35rem);
  line-height: 1.1;
  color: #dccaa5;
}

.cast-block {
  margin-top: 52px;
}

.cast-title {
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #dccaa5;
}

.cast-list {
  margin-top: 18px;
  display: grid;
  gap: 8px;
  font-size: 1.12rem;
  letter-spacing: 0.06em;
  color: #f2eee8;
}

.hero-symbol {
  display: block;
  margin: 62px auto 84px;
  width: min(88%, 620px);
  opacity: 0.96;
}

.play {
  max-width: 680px;
  margin: 0 auto;
}

.speech {
  margin: 0;
}

.speaker {
  margin: 0 0 5px 0;
  color: #e3d7b5;
  font-size: 0.98rem;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.line {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.62;
  color: #f2eee8;
}

.stage {
  margin: 8px 0 12px 0;
  font-size: 1.12rem;
  line-height: 1.58;
  color: #c9bea9;
  font-style: italic;
}

/* Tighten space above stage directions, keep a little more space after them */
.speech + .stage {
  margin-top: 4px;
}

.stage + .speech {
  margin-top: 10px;
}

/* Normal breathing room between two speech blocks */
.speech + .speech {
  margin-top: 14px;
}

.signature {
  margin-top: 120px;
  text-align: center;
}

.signature a {
  text-decoration: none;
  color: #cbb89d;
  opacity: 0.35;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: lowercase;
}

@media (max-width: 720px) {
  .page {
    padding: 36px 18px 64px;
  }

  .cast-block {
    margin-top: 42px;
  }

  .hero-symbol {
    margin: 52px auto 70px;
    width: 94%;
  }

  .line {
    font-size: 1.12rem;
  }

  .stage {
    font-size: 1.04rem;
    margin: 6px 0 10px 0;
  }

  .speech + .stage {
    margin-top: 2px;
  }

  .stage + .speech {
    margin-top: 8px;
  }

  .speech + .speech {
    margin-top: 12px;
  }
}
