.ritualis-hero {
  margin-top: 80px;
  height: 70vh;
  background: radial-gradient(circle at center, #6c4e87, #2a163e);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.ritualis-hero h1 {
  font-size: 3rem;
  letter-spacing: 6px;
}

.ritualis-hero p {
  margin-top: 16px;
  font-size: 1.1rem;
  opacity: 0.9;
}

/* HİKÂYE */
.ritualis-story {
  max-width: 700px;
  margin: 80px auto;
  text-align: center;
  color: #5a4a68;
}

.ritualis-story p {
  margin-bottom: 24px;
  line-height: 1.9;
}

/* ÜRÜNLER */
.ritualis-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 140px;
}

.product-card {
  padding: 60px 40px;
  border-radius: 20px;
  background: #f8f5f0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.product-card h3 {
  color: #4c2f64;
  margin-bottom: 10px;
}

.product-card span {
  color: #7a6b87;
}