body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fffaf5;
  color: #3e2f1c;
}

.story-header {
  text-align: center;
  padding: 4rem 2rem 2rem;
  background-color: #f0e6d8;
  background-color: #e8d8c3;
}

.story-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.story-header p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 2rem;
  gap: 2rem;
}

.text-block {
  flex: 1;
  min-width: 280px;
}

.text-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-block p {
  font-size: 1rem;
  line-height: 1.6;
}

section img {
  flex: 1;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
}

.mission {
  text-align: center;
  background-color: #e8d8c3;
  padding: 3rem 2rem;
}

.mission h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.mission p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.cta-button {
  background-color: #a67c52;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}