body {
  background: #faf9f5;
  color: #24211c;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.68;
}

.article {
  width: min(100% - 40px, 680px);
  margin: 0 auto;
  padding: 64px 0 88px;
}

.article-header {
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ded8ca;
}

.kicker {
  margin: 0 0 14px;
  color: #7b735f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 18px;
  color: #1d1914;
  font-size: clamp(42px, 8vw, 68px);
  line-height: 0.96;
  font-weight: 500;
}

.dek {
  max-width: 620px;
  margin: 0 0 20px;
  color: #5f594d;
  font-size: 22px;
  line-height: 1.42;
}

.byline {
  margin: 0;
  color: #756e61;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

p {
  margin: 0 0 1.25em;
}

h2 {
  margin: 2.25em 0 0.55em;
  color: #2f291f;
  font-size: 29px;
  line-height: 1.16;
  font-weight: 500;
}

h3 {
  margin: 1.9em 0 0.5em;
  color: #3b3428;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

blockquote {
  margin: 2em 0;
  padding: 0.1em 0 0.1em 1.25em;
  border-left: 3px solid #b79f68;
  color: #4b4438;
  font-size: 23px;
  line-height: 1.48;
  font-style: italic;
}

blockquote p {
  margin: 0;
}

ul,
ol {
  margin: 0 0 1.55em;
  padding-left: 1.45em;
}

li {
  margin: 0 0 0.55em;
  padding-left: 0.1em;
  line-height: 1.55;
}

li::marker {
  color: #8d7a4f;
}

@media (max-width: 560px) {
  body {
    font-size: 17px;
    line-height: 1.62;
  }

  .article {
    width: min(100% - 32px, 680px);
    padding: 40px 0 64px;
  }

  .article-header {
    margin-bottom: 34px;
    padding-bottom: 22px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .dek {
    font-size: 20px;
    line-height: 1.4;
  }

  h2 {
    font-size: 25px;
  }

  blockquote {
    font-size: 20px;
    padding-left: 1em;
  }
}
