.about-hero {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}

.container-about-hero-inner{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.about-hero-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.about-hero-text{
  width: 70%;
  height: auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-hero-text h1 {
  font-size: 5rem;
   text-align: center;
}

.about-hero-text p {
  margin-top: var(--space-xs);
  text-align: center;
}

.about-hero-media{
  max-width: 600px;
}

.section-story{
  width:100% ;
  height: auto;
  padding: 0 6rem ;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.story-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-xl);
  align-items: center;
}

.story-text{
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.story-media img {
  border-radius: var(--radius-lg);
}

.sectionFeature{
  width:100% ;
  height: auto;
  padding: 0 6rem ;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.card-grid-three-cols{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

/* MISSION & VISION SECTION */
.section-mission{
  width: 100%;
  height: auto;
  /* padding: 0 6rem; removed to match other sections */
  margin-bottom: 8rem;
}

.container-mission-inner{
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 3rem; /* matches global .container on desktop */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.card-grid-two-cols{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section-values{
  width: 100%;
  height: auto;
  padding: 0 6rem ;
  margin-bottom: 8rem;
}

.value-container{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.card-grid-four-cols-values-grid{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.team {
  background: #ffffff;
}

.section-team{
  width: 100%;
  height: auto;
  padding: 0 6rem ;
  margin-bottom: 8rem;
}

.team-container{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction:column ;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.card-grid-three-cols-team-grid{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.journey {
  background: #ffffff;
}

/* JOURNEY SECTION */
.section-journey{
  width: 100%;
  height: auto;
  /* padding: 0 6rem; removed to match other sections */
  margin-bottom: 8rem;
}

.container-journey-inner{
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 3rem; /* align with other content widths on desktop */
  display: flex;
  flex-direction: column;
  justify-content:start ;
  align-items:flex-start ;
}

.journey-section-title{
  font-size: 1rem;
}

.section-section-highlight-alt{
  width: 100%;
  height: auto;
  padding: 3rem 6rem 0 6rem ;
  background: #faf5f0;
}




@media (max-width: 768px) {
  .about-hero-inner,
  .story-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 1rem 0 1rem ;
  }

  .about-hero-text{
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-hero-text h1{
    font-size: 2rem;
  }

  .section-story{
    width:100% ;
    height: auto;
    padding: 0 1rem ;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sectionFeature{
    width:100% ;
    height: auto;
    padding: 0 1rem ;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .card-grid-three-cols{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .section-mission{
    width: 100%;
    height: auto;
    padding: 0 1rem ;
    margin-bottom: 8rem;
  }

  .container-mission-inner{
    padding-inline: 0; /* rely on 1rem from .section-mission above */
  }

  .card-grid-two-cols{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .section-values{
    width: 100%;
    height: auto;
    padding: 0 1rem ;
    margin-bottom: 8rem;
  }

  .card-grid-four-cols-values-grid{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .section-team{
    width: 100%;
    height: auto;
    padding: 0 1rem ;
    margin-bottom: 8rem;
  }

  .card-grid-three-cols-team-grid{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .team-card{
    width: 100%;
    height: auto;
  }

  .section-journey{
    width: 100%;
    height: auto;
    padding: 0 1rem ;
    margin-bottom: 8rem;
  }

  .container-journey-inner{
    padding-inline: 0; /* use 1rem from .section-journey above */
  }

  .section-highlight-alt {
    width: 100%;
    height: auto;
    padding: 6rem 1rem;
  }

  .feature-split {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
