.content-page {
  padding-top: 131px;
  padding-bottom: 80px;
}

.content-page__title {
  font-family: 'Forum', 'Songti TC', 'Noto Serif TC', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.025em;
  padding: 0 26px 24px;
  border-bottom: 1px solid #999;
}

.content-page__body {
  padding: 32px 26px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-page__body p {
  font-family: 'Noto Serif TC', serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 20px;
  color: #333;
}

.content-page__body p.content-page__emphasis {
  font-weight: 500;
  color: #1a1a1a;
}

.content-page__placeholder {
  padding: 80px 26px;
  text-align: center;
  font-family: 'Noto Serif TC', serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.025em;
  color: #999;
}

@media (min-width: 700px) {
  .content-page__title,
  .content-page__body {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* ---------- Story page ---------- */
.story-page {
  padding: 160px 26px 26px;
  background: #fff;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-bottom: 40px;
}

.story-text p {
  font-family: 'Forum', 'Songti TC', 'Noto Serif TC', serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #333;
  text-align: left;
  background: none;
}

.story-text__quote {
  margin: 32px 0;
}

.story-text p .story-text__en {
  font-family: 'Quiche Sans', 'Montserrat', sans-serif;
  font-weight: 300;
}

.story-text p.story-text__quote {
  font-family: 'Quiche Sans', 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.story-photo {
  width: 100%;
  aspect-ratio: 1307 / 1731;
  overflow: hidden;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 700px) {
  .story-page {
    padding: 160px 48px 48px;
  }

  .story-text p {
    font-size: 14px;
  }

  .story-text__quote {
    margin: 48px 0;
  }

  .story-photo {
    aspect-ratio: 16 / 10;
  }
}
