.about-page {
  overflow-x: hidden;
}

.about-main {
  max-width: none;
  overflow: hidden;
  padding: 0;
}

.about-shell {
  margin: 0 auto;
  max-width: 1148px;
  padding-left: 48px;
  padding-right: 48px;
}

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

.about-main h1,
.about-main h2,
.about-main h3 {
  color: var(--home-ink);
  font-weight: 900;
}

.about-main h2 {
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1.02;
  margin: 0;
}

.about-main h3 {
  margin-top: 0;
}

.about-main .eyebrow {
  color: #537348;
  font-weight: 900;
}

.about-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(166, 245, 139, 0.26), transparent 27%),
    linear-gradient(90deg, rgba(66, 81, 60, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(66, 81, 60, 0.055) 1px, transparent 1px),
    var(--home-bg);
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.about-hero-grid {
  align-items: center;
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  min-height: 610px;
  padding-bottom: 72px;
  padding-top: 72px;
}

.about-hero-grid > *,
.about-intro-grid > *,
.about-project-grid > *,
.about-cta-inner > * {
  min-width: 0;
}

.about-hero-copy h1 {
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.98;
  margin: 0 0 28px;
  max-width: 680px;
}

.about-hero-copy h1 span {
  color: #4b7c3d;
}

.about-lead,
.about-copy p,
.about-project-story > .about-copy p {
  color: #65715e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.about-lead {
  font-size: 17px;
  margin-bottom: 32px;
  max-width: 650px;
}

.about-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-button-secondary {
  background: transparent;
  border: 1px solid #8e9a88;
}

.about-product-visual {
  background: var(--home-dark);
  border: 1px solid rgba(47, 67, 41, 0.3);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(47, 67, 41, 0.18);
  min-height: 430px;
  overflow: hidden;
  padding: 52px 34px 34px;
  position: relative;
}

.about-radar {
  border: 1px solid rgba(166, 245, 139, 0.28);
  border-radius: 50%;
  height: 280px;
  position: absolute;
  right: -55px;
  top: -66px;
  width: 280px;
}

.about-radar-ring,
.about-radar-line,
.about-radar-sweep,
.about-radar-dot {
  position: absolute;
}

.about-radar-ring {
  border: 1px solid rgba(166, 245, 139, 0.2);
  border-radius: 50%;
  inset: 24%;
}

.about-radar-ring-two {
  inset: 39%;
}

.about-radar-line-horizontal {
  border-top: 1px solid rgba(166, 245, 139, 0.2);
  left: 0;
  right: 0;
  top: 50%;
}

.about-radar-line-vertical {
  border-left: 1px solid rgba(166, 245, 139, 0.2);
  bottom: 0;
  left: 50%;
  top: 0;
}

.about-radar-sweep {
  background: conic-gradient(from 270deg, rgba(166, 245, 139, 0), rgba(166, 245, 139, 0.22) 40deg, transparent 42deg);
  border-radius: 50%;
  inset: 0;
}

.about-radar-dot {
  background: var(--home-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(166, 245, 139, 0.16);
  height: 7px;
  width: 7px;
}

.about-radar-dot-one {
  left: 31%;
  top: 35%;
}

.about-radar-dot-two {
  bottom: 27%;
  right: 30%;
}

.about-interface-card {
  background: #fff;
  border: 1px solid #d9d8cf;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 29, 18, 0.24);
  padding: 20px;
  position: relative;
  z-index: 2;
}

.about-interface-topline,
.about-score-row,
.about-metric-grid {
  display: flex;
}

.about-interface-topline {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about-interface-topline span,
.about-prize-placeholder span,
.about-metric-grid span,
.about-score-row span,
.about-data-tag span {
  color: #788272;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-interface-topline b {
  background: #f0d7ad;
  border-radius: 999px;
  color: #644515;
  font-size: 9px;
  padding: 6px 9px;
  text-transform: uppercase;
}

.about-prize-placeholder {
  background:
    radial-gradient(circle at 76% 25%, rgba(166, 245, 139, 0.45), transparent 22%),
    linear-gradient(135deg, #273b25, #50644a);
  border-radius: 7px;
  min-height: 128px;
  padding: 22px;
}

.about-prize-placeholder span {
  color: #bfd1b8;
}

.about-prize-placeholder strong {
  color: var(--home-green);
  display: block;
  font-size: 21px;
  line-height: 1.08;
  margin-top: 38px;
  max-width: 230px;
}

.about-metric-grid {
  border-bottom: 1px solid #e3e0d7;
  gap: 10px;
  justify-content: space-between;
  padding: 18px 0;
}

.about-metric-grid div {
  flex: 1;
}

.about-metric-grid strong,
.about-data-tag strong {
  color: var(--home-ink);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.about-score-row {
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}

.about-score-row div {
  align-items: center;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.about-score-row strong {
  color: #426b35;
  font-size: 20px;
}

.about-score-row i {
  background: #e2e2da;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
  width: 100%;
}

.about-score-row i span {
  background: var(--action-gradient);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 84%;
}

.about-data-tag {
  background: var(--home-green);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(20, 29, 18, 0.2);
  padding: 12px 14px;
  position: absolute;
  z-index: 3;
}

.about-data-tag-value {
  bottom: 19px;
  left: 19px;
}

.about-data-tag-tracked {
  right: 15px;
  top: 25px;
}

.about-intro {
  padding-bottom: 48px;
}

.about-intro-grid,
.about-transparency-panel,
.about-project-grid,
.about-cta-inner {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-copy {
  max-width: 660px;
}

.about-copy p {
  margin-bottom: 18px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-benefits {
  padding-top: 0;
}

.about-card-grid,
.about-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-benefit-card {
  background: #fff;
  border: 1px solid #d9d8cf;
  border-radius: 8px;
  min-height: 270px;
  padding: 28px;
}

.about-icon {
  align-items: center;
  background: var(--action-gradient);
  border-radius: 8px;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 34px;
  width: 46px;
}

.about-icon svg {
  fill: none;
  height: 23px;
  stroke: var(--home-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 23px;
}

.about-benefit-card h3 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.about-benefit-card p {
  color: #65715e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.about-process {
  background: var(--home-dark);
  color: #eaf0e6;
  padding: 80px 0 84px;
}

.about-kicker-light {
  color: var(--home-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.about-process h2 {
  color: var(--home-green);
  max-width: 780px;
}

.about-process-heading {
  margin-bottom: 46px;
}

.about-step-grid {
  list-style: none;
  margin: 0 0 38px;
  padding: 0;
}

.about-step-grid li {
  border-top: 1px solid rgba(222, 237, 216, 0.25);
  padding: 25px 22px 8px 0;
}

.about-step-grid span {
  color: var(--home-gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.about-step-grid h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}

.about-step-grid p {
  color: #d1ddcc;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.about-transparency {
  padding-bottom: 48px;
}

.about-transparency-panel {
  background: #e0e9dc;
  border: 1px solid #c5d2c0;
  border-left: 5px solid #79aa65;
  border-radius: 8px;
  padding: 48px;
}

.about-transparency-heading h2 {
  font-size: clamp(31px, 4vw, 47px);
}

.about-text-link {
  color: var(--home-ink);
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 12px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.about-project {
  padding-top: 28px;
}

.about-project-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.about-project-story h2 {
  margin-bottom: 28px;
}

.about-built-by {
  background: #fff;
  border: 1px solid #d9d8cf;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.about-built-by > span {
  color: rgba(166, 245, 139, 0.38);
  font-size: 116px;
  font-weight: 900;
  line-height: 0.78;
  position: absolute;
  right: -8px;
  top: 17px;
}

.about-built-by .eyebrow,
.about-built-by h3,
.about-built-by p {
  position: relative;
}

.about-built-by h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.about-built-by h3 a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.about-built-by > p:last-child {
  color: #65715e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.about-cta {
  background: #33422f;
  padding: 58px 0;
}

.about-cta-inner {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.about-cta h2 {
  color: var(--home-green);
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 14px;
}

.about-cta p {
  color: #d2decf;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  max-width: 650px;
}

.about-button-on-dark {
  border-color: #96a78f;
  color: #fff;
}

.about-page a:focus-visible,
.about-page button:focus-visible {
  outline: 3px solid #e2a94e;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .about-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .about-hero-grid,
  .about-intro-grid,
  .about-transparency-panel,
  .about-project-grid,
  .about-cta-inner {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero-grid {
    min-height: 0;
    padding-bottom: 56px;
    padding-top: 52px;
  }

  .about-product-visual {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }

  .about-card-grid,
  .about-step-grid {
    grid-template-columns: 1fr;
  }

  .about-benefit-card {
    min-height: 0;
  }

  .about-process {
    padding: 62px 0 66px;
  }

  .about-step-grid li {
    padding-bottom: 16px;
  }

  .about-transparency-panel {
    padding: 36px;
  }

  .about-cta .about-actions {
    justify-content: start;
  }
}

@media (max-width: 560px) {
  .about-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

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

  .about-actions .home-button {
    min-width: 0;
    width: 100%;
  }

  .about-product-visual {
    min-height: 380px;
    padding: 64px 16px 20px;
  }

  .about-data-tag-tracked {
    right: 12px;
    top: 18px;
  }

  .about-data-tag-value {
    display: none;
  }

  .about-interface-card {
    padding: 14px;
  }

  .about-prize-placeholder {
    min-height: 112px;
    padding: 17px;
  }

  .about-prize-placeholder strong {
    font-size: 18px;
    margin-top: 32px;
  }

  .about-metric-grid {
    gap: 6px;
  }

  .about-metric-grid strong {
    font-size: 11px;
  }

  .about-score-row div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .about-transparency-panel {
    gap: 28px;
    padding: 30px 24px;
  }

  .about-built-by {
    padding: 26px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
