/* ===== ABOUT FACTORY BLOCK ===== */
.about-factory {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-factory__label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bea680;
}
.about-factory__title {
  font-family: "Libertinus Serif", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #453b27;
  line-height: 1.2;
  margin: 0;
}
.about-factory__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5a5040;
  margin: 0;
}
.about-factory__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.about-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.about-stat__num {
  font-family: "Libertinus Serif", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #bea680;
  line-height: 1;
}
.about-stat__label {
  font-size: 0.8rem;
  color: #9d8c6e;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about-factory__title { font-size: 1.6rem; }
  .about-factory__stats { gap: 1.2rem; }
  .about-stat__num { font-size: 1.6rem; }
}
/* ===== END ABOUT FACTORY BLOCK ===== */
