.about-hero {
  padding: 4.5rem 0 4rem;
  background: radial-gradient(circle at top, #ffffff 0%, #edf5ef 55%, #fbfaf6 100%);
}

.about-hero .hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.about-hero h1 {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  font-weight: 700;
  color: var(--green);
}

.about-hero .lead {
  color: var(--muted);
  margin-top: 1rem;
}

.story-section,
.pillars-section,
.guides-section,
.timeline-section,
.committee-section,
.facilities-section {
  padding: 4.5rem 0;
}

.story-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.story-section p {
  color: var(--muted);
}

.story-visual {
  min-height: 300px;
  border-radius: 26px;
  background: linear-gradient(135deg, #d8e7df, #f2f4f1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  border: 1px solid #e1ebe5;
}

.story-visual i {
  font-size: 3.5rem;
  color: #7fa696;
}
.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.about-card {
  background: var(--card);
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
  border: 1px solid #eff2ed;
  height: 100%;
}

.about-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1rem;
}

.about-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.value-card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  text-align: center;
  height: 100%;
  border: 1px solid #eef1ec;
}

.value-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f3f7f2;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.value-card h4 {
  font-size: 1rem;
  font-weight: 700;
}

.value-card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.timeline {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  padding-left: 0.5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(15, 106, 79, 0.2);
}

.timeline-item {
  position: relative;
  padding: 0 0 1.8rem 3.5rem;
  font-weight: 600;
  color: var(--ink);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(15, 106, 79, 0.2);
}

.timeline-content {
  color: var(--ink);
  font-weight: 600;
}

.section-subtitle {
  color: var(--muted);
  margin-top: 0.5rem;
  max-width: 520px;
}

.member-card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.3rem;
  box-shadow: var(--shadow);
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid #edf1eb;
}

.member-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9f2ed;
  color: var(--green);
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 48px;
}
.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.member-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.member-card p {
  margin-bottom: 0.1rem;
  color: var(--muted);
}

.member-card span {
  font-size: 0.85rem;
  color: var(--green);
  font-weight: 600;
}

.facility-card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid #eef1ec;
  height: 100%;
}

.facility-card i {
  font-size: 1.6rem;
  color: var(--green);
  margin-bottom: 0.6rem;
}

.facility-card h4 {
  font-size: 1rem;
  font-weight: 700;
}

.facility-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.community-cta {
  background: var(--green);
  color: #fff;
  padding: 3.5rem 0;
}

.cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-input {
  max-width: 240px;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .timeline {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .member-card {
    align-items: flex-start;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
