.about-page-body {
  background:
    radial-gradient(circle at 12% 10%, rgba(200,240,96,0.32), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(135,198,67,0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfff2 46%, #ffffff 100%);
}

.about-page-body header {
  box-shadow: 0 1px 0 rgba(14,26,10,0.06);
}

.about-page {
  overflow: hidden;
}

.about-hero,
.about-values {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: 74px 0 54px;
}

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.about-hero::before {
  top: 58px;
  right: -90px;
  width: 260px;
  height: 260px;
  background: rgba(182,240,81,0.22);
  filter: blur(20px);
}

.about-hero::after {
  left: -120px;
  bottom: 80px;
  width: 220px;
  height: 220px;
  background: rgba(135,198,67,0.14);
  filter: blur(22px);
}

.about-eyebrow,
.about-value-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-eyebrow::before,
.about-value-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8f060, #87c643);
  box-shadow: 0 0 0 5px rgba(135,198,67,0.12);
}

.about-copy h1 {
  margin: 14px 0 18px;
  color: var(--ink-900);
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.about-copy p {
  max-width: 650px;
  color: var(--ink-500);
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  line-height: 1.8;
}

.about-visual-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(135,198,67,0.24);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 16%, rgba(200,240,96,0.36), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,255,242,0.9) 100%);
  box-shadow: 0 28px 90px rgba(14,26,10,0.14);
  backdrop-filter: blur(14px);
}

.about-hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 28px;
}

.about-floating-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(135,198,67,0.28);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--ink-900);
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(14,26,10,0.12);
  white-space: nowrap;
}

.about-floating-pill span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #87c643;
  box-shadow: 0 0 0 5px rgba(135,198,67,0.14);
}

.about-pill-one {
  top: 54px;
  left: -30px;
}

.about-pill-two {
  right: -26px;
  bottom: 74px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 20px 0 92px;
}

.about-value-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(135,198,67,0.24);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,255,242,0.9) 100%);
  box-shadow: 0 24px 80px rgba(14,26,10,0.11);
  backdrop-filter: blur(14px);
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #c8f060 0%, #87c643 100%);
  color: #102a0d;
  box-shadow: 0 14px 28px rgba(135,198,67,0.28);
}

.about-value-icon svg {
  width: 32px;
  height: 32px;
}

.about-value-card h2 {
  margin: 10px 0 12px;
  color: var(--ink-900);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.about-value-card p {
  color: var(--ink-500);
  font-size: 0.92rem;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .about-hero,
  .about-values {
    width: calc(100% - 48px);
  }

  .about-hero {
    grid-template-columns: 1fr;
    padding: 56px 0 42px;
  }

  .about-copy {
    text-align: center;
  }

  .about-copy p {
    margin: 0 auto;
  }

  .about-values {
    grid-template-columns: 1fr;
    padding-bottom: 76px;
  }
}

@media (max-width: 640px) {
  .about-hero,
  .about-values {
    width: calc(100% - 28px);
  }

  .about-hero {
    padding: 46px 0 34px;
  }

  .about-visual-card,
  .about-value-card {
    border-radius: 24px;
  }

  .about-hero-image {
    border-radius: 20px;
  }

  .about-floating-pill {
    position: static;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }

  .about-value-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
