.page-verhaal {
  background: var(--cream);
}

.page-verhaal .page-header {
  background: var(--brown);
  padding-bottom: 0.5rem;
}

.verhaal-main {
  padding: 2.5rem 1.5rem 4rem;
}

.container--verhaal {
  max-width: 42rem;
}

.verhaal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--amber-dark);
  text-decoration: none;
  transition: color 0.2s;
}

.verhaal-back:hover {
  color: var(--brown);
}

.verhaal-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.verhaal-header .logo--section {
  width: 72px;
  height: auto;
  margin: 0 auto 1rem;
}

.verhaal-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--brown);
}

.verhaal-intro {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.story-article {
  background: #fff;
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-body p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
}

.story-body p:last-child {
  margin-bottom: 0;
}

.story-epilogue {
  margin: 2rem 0 0;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
  background: var(--cream);
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.story-epilogue p {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--brown);
}

.story-epilogue .story-closing {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  color: var(--amber-dark);
}

.story-epilogue .story-closing strong {
  font-weight: 400;
}

@media (max-width: 600px) {
  .story-article {
    padding: 1.5rem 1.15rem;
  }

  .story-body p {
    font-size: 1rem;
  }
}
