.lotus-late-release {
  --absence-gold: #d8b86f;
  --absence-ivory: #f7f0df;
}

.lotus-late-release .article-header h1 {
  max-width: 8ch;
  letter-spacing: .08em;
}

.lotus-late-release .article-cover figcaption {
  background: linear-gradient(180deg, transparent, rgba(5, 10, 12, .94));
}

.lotus-late-release .article-cover span {
  letter-spacing: .06em;
}

.lotus-origin {
  margin: 42px auto 54px;
  text-align: center;
}

.lotus-origin p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.8;
  letter-spacing: .1em;
}

.lotus-lyrics {
  max-width: 760px;
  margin: clamp(64px, 9vw, 110px) auto 0;
  padding-top: 44px;
  border-top: 1px solid color-mix(in srgb, var(--gold) 34%, transparent);
}

.lotus-lyrics h2 {
  margin-bottom: 28px;
}

.lotus-lyrics-copy {
  columns: 2;
  column-gap: clamp(32px, 7vw, 72px);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.95;
}

.lotus-lyrics-copy p {
  margin: 0 0 1.65em;
  break-inside: avoid;
  white-space: pre-line;
}

@media (max-width: 720px) {
  .lotus-late-release .article-header h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .lotus-origin p {
    font-size: 21px;
  }

  .lotus-lyrics-copy {
    columns: 1;
  }
}
