body {
  background: #f6fbf8;
}

.about-hero,
.about-section {
  max-width: 1080px;
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: clamp(30px, 6vw, 58px);
  align-items: center;
  padding: 34px clamp(18px, 5vw, 54px) 48px;
  background: #fff;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 18px;
  color: var(--green-800);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(6, 61, 34, 0.06);
  font-size: 13px;
  font-weight: 600;
}

.about-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #07150d;
  font-size: clamp(32px, 4.4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.about-hero h1 span {
  display: block;
  color: var(--green-700);
}

.about-hero p {
  max-width: 550px;
  margin: 16px 0 0;
  color: #1f2d25;
  font-size: clamp(16px, 1.8vw, 19px);
}

.about-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin-top: 22px;
}

.about-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #123d27;
  font-weight: 600;
}

.about-hero-points .icon {
  color: var(--green-700);
}

.about-hero-media,
.story-media {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(6, 61, 34, 0.12);
}

.about-hero-media {
  aspect-ratio: 1.46 / 1;
}

.about-hero-media img {
  object-position: center;
}

.story-media {
  aspect-ratio: 3 / 2;
}

.about-hero-media img,
.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  color: var(--green-800);
  background: linear-gradient(135deg, #eef8f2, #dcefe4);
  border: 1px dashed #8bc7a5;
  font-weight: 700;
}

.about-section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.story-section h2,
.about-heading h2,
.sustainability-block h2,
.about-cta h2 {
  margin: 0;
  color: #07150d;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: 0;
}

.about-heading {
  margin-bottom: 24px;
}

.about-heading p {
  margin: 8px 0 0;
  color: var(--muted);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: clamp(34px, 7vw, 68px);
  align-items: center;
  margin-top: 32px;
}

.story-copy p {
  margin: 0 0 18px;
  color: #1f2d25;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.mission-card,
.value-card,
.leader-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 61, 34, 0.1);
}

.mission-card {
  min-height: 205px;
  padding: 28px;
}

.mission-card h3,
.value-card h3,
.leader-card h3,
.journey-item h3 {
  margin: 0;
  color: #07150d;
  line-height: 1.2;
  letter-spacing: 0;
}

.mission-card h3 {
  margin-top: 18px;
  font-size: 21px;
}

.mission-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.vision-card {
  color: #fff;
  background: var(--green-700);
  border-color: var(--green-700);
}

.vision-card h3,
.vision-card p {
  color: #fff;
}

.vision-card .about-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.about-icon,
.sustainability-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green-700);
  background: #e7f8ef;
  border: 1px solid #ccefdc;
  border-radius: 50%;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.value-card {
  min-height: 112px;
  padding: 24px;
}

.value-card .about-icon {
  margin-bottom: 18px;
}

.value-card h3 {
  font-size: 16px;
}

.about-stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin: 28px 0 0;
  padding: 34px clamp(18px, 7vw, 100px);
  color: #fff;
  background: var(--green-800);
}

.about-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
}

.about-stat span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--green-800);
  background: #fff;
  border-radius: 50%;
}

.about-stat strong {
  font-size: 28px;
  line-height: 1;
}

.about-stat small {
  color: #dff5e6;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.leader-card {
  padding: 24px 22px;
  text-align: center;
}

.leader-photo {
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 3px solid var(--green-700);
  border-radius: 50%;
  box-shadow: 0 0 0 7px #eef8f2;
}

.leader-photo img,
.leader-photo .about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 0;
  border-radius: 50%;
  font-size: 11px;
}

.leader-card h3 {
  font-size: 16px;
}

.leader-card > strong {
  display: block;
  margin-top: 6px;
  color: var(--green-700);
  font-size: 11px;
  text-transform: uppercase;
}

.leader-card p {
  min-height: 54px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.leader-links {
  display: inline-flex;
  gap: 9px;
}

.leader-links span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green-700);
  border: 1px solid var(--green-700);
  border-radius: 50%;
}

.leader-links .icon {
  width: 17px;
  height: 17px;
}

.journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.journey-timeline::before {
  content: "";
  position: absolute;
  top: 25px;
  left: calc(12.5% + 32px);
  right: calc(12.5% + 32px);
  height: 2px;
  background: #b8d9c6;
}

.journey-item {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.journey-item span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  color: var(--green-800);
  background: #e7f8ef;
  border: 1px solid #ccefdc;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #f6fbf8;
  font-weight: 800;
  z-index: 1;
}

.journey-item h3 {
  font-size: 15px;
}

.journey-item p {
  max-width: 190px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.sustainability-block {
  display: grid;
  justify-items: center;
  padding-top: 36px;
  text-align: center;
}

.sustainability-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 14px;
}

.sustainability-block p {
  max-width: 880px;
  margin: 18px 0 0;
  color: #1f2d25;
}

.about-cta {
  display: grid;
  justify-items: center;
  padding: 42px 24px;
  color: #fff;
  text-align: center;
  background: var(--green-800);
  border-radius: 8px;
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

.about-cta p {
  margin: 10px 0 0;
  opacity: 0.9;
}

.about-cta .hero-actions {
  justify-content: center;
  margin-top: 22px;
}

.about-cta .btn {
  min-width: 210px;
}

.about-cta .btn.primary {
  color: #fff;
  background: var(--green-700);
  border-color: var(--green-700);
}

.about-cta .btn.light {
  color: var(--green-800);
  background: #fff;
  border-color: #fff;
}

@media (max-width: 960px) {
  .about-hero,
  .story-grid,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .values-grid,
  .leader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats-band,
  .journey-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-timeline::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .about-hero-points,
  .values-grid,
  .leader-grid,
  .about-stats-band,
  .journey-timeline {
    grid-template-columns: 1fr;
  }

  .about-hero,
  .about-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-stats-band {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-cta {
    justify-items: stretch;
  }
}
