.about-body {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.06) 0%, transparent 26%),
    linear-gradient(180deg, #f7f7f3 0%, #f2f3ee 100%);
}

.about-page {
  display: grid;
  gap: 4.5rem;
  padding: 2.25rem 0 1rem;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.about-eyebrow,
.about-section__eyebrow {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent);
}

.about-hero h1,
.about-section h2,
.about-cta h2 {
  margin: 0;
  letter-spacing: -0.04em;
  color: #101010;
}

.about-hero h1 {
  max-width: 10.5ch;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.95;
}

.about-lead {
  margin: 1.15rem 0 0;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #525a54;
}

.about-hero__panel {
  display: flex;
  justify-content: flex-end;
}

.about-hero-card,
.about-card,
.about-solution__panel,
.about-sustainability,
.about-cta {
  border-radius: 24px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(16, 16, 16, 0.03);
}

.about-hero-card {
  width: min(100%, 380px);
  padding: 1.25rem;
  display: grid;
  gap: 0.8rem;
}

.about-hero-card__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #666c67;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about-hero-card__row,
.about-mini-ui__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}

.about-hero-card__row:last-child,
.about-mini-ui__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.about-hero-card__row span,
.about-mini-ui__row span {
  color: #666c67;
  font-size: 0.9rem;
}

.about-hero-card__row strong,
.about-mini-ui__row strong {
  font-size: 0.94rem;
  line-height: 1.45;
  text-align: right;
}

.about-section {
  display: grid;
  gap: 1.25rem;
}

.about-section__head {
  max-width: 760px;
}

.about-section h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
}

.about-grid {
  display: grid;
  gap: 1rem;
}

.about-grid--problem,
.about-grid--difference {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card {
  padding: 1.15rem 1.2rem;
}

.about-card p,
.about-solution__copy p,
.about-sustainability__content p {
  margin: 0;
  color: #525a54;
  line-height: 1.72;
}

.about-card--feature h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.about-section--split .about-section__head {
  max-width: 520px;
}

.about-solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: stretch;
}

.about-solution__copy {
  display: grid;
  gap: 0.95rem;
  padding: 0.2rem 0;
}

.about-solution__panel {
  padding: 1rem;
}

.about-mini-ui {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: #f7f7f3;
  padding: 0.95rem;
  display: grid;
  gap: 0.75rem;
}

.about-sustainability {
  padding: 1.35rem;
}

.about-sustainability__content {
  display: grid;
  gap: 0.9rem;
  max-width: 68ch;
}

.about-founder {
  display: grid;
}

.about-founder__inner {
  width: min(760px, 100%);
  padding: 0.25rem 0;
}

.about-founder h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #101010;
}

.about-founder__copy {
  margin-top: 1rem;
  display: grid;
  gap: 0.95rem;
  max-width: 66ch;
}

.about-founder__copy p {
  margin: 0;
  color: #525a54;
  line-height: 1.78;
  font-size: 1rem;
}

.about-cta {
  padding: 1.35rem 1.45rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.about-cta__copy {
  max-width: 560px;
}

.about-cta h2 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.04;
}
