.home-intro {
  background-color: #fffaf4;
  padding: 60px 20px;
  font-family: 'Cinzel', serif;
  color: #3a2e1d;
}

.home-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.home-text {
  flex: 1 1 500px;
}

.home-text h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #6c5233;
}

.home-text p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.home-image {
  flex: 1 1 400px;
  text-align: center;
}

.home-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
