.story-content { font-size: 1.3rem; line-height: 1.9; color: #44403c; }

.story-content > p:first-child::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  font-weight: 700;
  float: left;
  line-height: 0.78;
  margin-right: 0.1em;
  margin-top: 0.06em;
  color: var(--c-primary);
}

.story-content p { margin-bottom: 1.4rem; }

.story-content h2,
.story-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c1a18;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.story-content blockquote {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem 1.75rem 1.5rem 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  font-style: italic;
  font-size: 1.2rem;
  color: #44403c;
}

.story-content blockquote::before {
  content: '\AB';
  font-size: 3rem;
  color: var(--c-accent);
  line-height: 1;
  display: block;
  margin-bottom: 0.25rem;
  font-family: Georgia, serif;
  font-style: normal;
}

.story-content img {
  border-radius: 1rem;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  margin: 2rem 0;
  display: block;
}

.story-content ul,
.story-content ol { padding-left: 1.5rem; margin-bottom: 1.4rem; }

.story-content li { margin-bottom: 0.4rem; }


/* General page content (Pages app) */

.page-content { font-size: 1.05rem; line-height: 1.9; color: #57534e; }

.page-content p { margin-bottom: 1.2rem; }

.page-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1a18;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.page-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1a18;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.page-content a { color: var(--c-primary); text-decoration: underline; }
.page-content a:hover { opacity: 0.75; }

.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.page-content li { margin-bottom: 0.4rem; }

.page-content strong { font-weight: 600; color: #44403c; }

.page-content blockquote {
  border-left: 3px solid var(--c-primary);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #78716c;
}
