.about-body {
  background: #060706;
}

.about-manifesto {
  background:
    linear-gradient(180deg, #0a0b0a 0%, #181b18 42%, #0a0b0a 100%);
  color: #fff;
  padding: 150px 0 76px;
}
.about-article {
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
  text-wrap: pretty;
}
.about-letter-label {
  font-family: Georgia, "Times New Roman", "Songti SC", STSong, SimSun, serif;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 38px;
}
.about-article p {
  font-family: "Songti SC", "Noto Serif SC", STSong, SimSun, serif;
  font-size: 17px;
  line-height: 1.82;
  color: rgba(255,255,255,0.88);
  margin-bottom: 25px;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
}
.about-feature-figure {
  width: 100%;
  margin: 64px 0 60px;
}
.about-feature-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}
.about-doodle {
  max-width: 430px;
  margin: 78px auto 72px;
  color: rgba(255,255,255,0.42);
}
.about-doodle-small {
  max-width: 320px;
}
.about-doodle svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-signature {
  width: min(128px, 42vw);
  margin: 40px 0 0 auto;
}
.about-signature img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.62;
}

@media (max-width: 760px) {
  .about-manifesto {
    padding: 118px 0 54px;
  }
  .about-article {
    max-width: none;
  }
  .about-article p {
    font-family: var(--ff-cn);
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 20px;
    text-align: justify;
    text-align-last: auto;
    text-justify: inter-ideograph;
  }
  .about-feature-figure {
    margin: 44px 0 42px;
  }
  .about-doodle {
    max-width: min(300px, 82vw);
    margin: 48px auto 44px;
  }
  .about-doodle-small {
    max-width: min(220px, 70vw);
  }
}
