/* [project]/src/app/about/about.module.css [app-client] (css) */
.about-module__8TymFG__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.about-module__8TymFG__hero {
  text-align: center;
  background: linear-gradient(#f9fafb, #fff);
  border-radius: 0 0 2rem 2rem;
  margin-bottom: 3rem;
  padding: 4rem 0;
}

.about-module__8TymFG__title {
  font-family: var(--font-heading);
  color: #111;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.about-module__8TymFG__subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.about-module__8TymFG__storySection {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  margin-bottom: 5rem;
  display: grid;
}

@media (max-width: 768px) {
  .about-module__8TymFG__storySection {
    grid-template-columns: 1fr;
  }
}

.about-module__8TymFG__storyContent h2 {
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
}

.about-module__8TymFG__storyContent p {
  color: #444;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.about-module__8TymFG__storyImage {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.about-module__8TymFG__gallerySection h2 {
  text-align: center;
  font-family: var(--font-heading);
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

.about-module__8TymFG__galleryGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.about-module__8TymFG__galleryItem {
  border-radius: 8px;
  height: 300px;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000000d;
}

.about-module__8TymFG__galleryItem:hover {
  transform: translateY(-5px);
}

/*# sourceMappingURL=src_app_about_about_module_35cd7e03.css.map*/