/**
 * Melanin Stories — assets/css/components/page.css
 * Pages statiques — pleine largeur, lecture confortable.
 */

.ms-page__wrap {
  max-width: 760px;
  padding-top: 70px;
  padding-bottom: 90px;
}

.ms-page__title {
  font-family: var(--ms-font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

.ms-page__thumbnail {
  margin-bottom: 30px;
}

.ms-page__thumbnail img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .ms-page__wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
