.about-shell {
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 6%, rgba(100, 255, 146, 0.22), transparent 27%),
    radial-gradient(circle at 90% 18%, rgba(0, 109, 50, 0.11), transparent 31%),
    linear-gradient(180deg, #fbfcfc 0%, #f6f7f7 45%, #eef0f0 100%);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.72fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  min-height: 42rem;
  padding: 4.25rem 0 1.1rem;
}

.about-hero-copy {
  max-width: 52rem;
}

.about-kicker,
.about-shell .section-label {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  margin: 0;
  padding: 0.45rem 0.78rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 209, 102, 0.1);
  color: var(--primary-deep);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero h1,
.about-section h2,
.about-steps h3,
.about-team-grid h3,
.about-contact h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 11ch;
  margin-top: 1rem;
  font-size: 4.85rem;
  line-height: 0.98;
}

.about-lede {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.about-product-frame {
  margin: 0;
  aspect-ratio: 2048 / 1155;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 209, 102, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.26)),
    url("../assets/figma/about-hero-product-stack-dark.png") center / 146% auto no-repeat,
    #020806;
  box-shadow:
    0 34px 68px rgba(25, 28, 29, 0.18),
    inset 0 0 0 1px rgba(187, 203, 185, 0.14);
}

.about-local-nav {
  padding-top: 0.2rem;
  padding-bottom: 1.35rem;
}

.about-steps article,
.about-team-grid article,
.contact-links a,
.program-badge-wrap {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(187, 203, 185, 0.16);
}

.about-steps span,
.contact-links span {
  display: block;
  color: rgba(25, 28, 29, 0.54);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-section {
  padding: 3.2rem 0;
}

.about-section-head {
  max-width: 39rem;
}

.about-section h2 {
  max-width: 13ch;
  margin-top: 0.8rem;
  font-size: 3rem;
  line-height: 1.04;
}

.about-section-head p:not(.section-label),
.about-inception p,
.about-team-grid p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.about-section-head p:not(.section-label) {
  margin: 1rem 0 0;
}

.about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.about-steps article,
.about-team-grid article {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 24px;
}

.about-steps h3 {
  margin-top: 0.75rem;
  font-size: 1.35rem;
  line-height: 1.08;
}

.about-steps p,
.about-team-grid p {
  margin: 0.75rem 0 0;
}

.about-business {
  background: #eef0f0;
  color: var(--text);
}

.about-business .about-section-head p:not(.section-label) {
  color: var(--muted);
}

.about-business-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(30rem, 0.98fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.about-business-layout .about-section-head {
  max-width: 33rem;
}

.about-business-layout .about-section-head h2 {
  max-width: 12ch;
}

.business-details {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0 0;
}

.business-details div {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(248, 249, 250, 0.8);
  box-shadow: inset 0 0 0 1px rgba(187, 203, 185, 0.16);
}

.business-details dt {
  color: rgba(25, 28, 29, 0.54);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.business-details dd {
  margin: 0.38rem 0 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.42;
}

.business-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.business-mockup {
  margin: 0;
  padding: 0.8rem;
  border-radius: 22px;
  background: rgba(248, 249, 250, 0.88);
  box-shadow: inset 0 0 0 1px rgba(187, 203, 185, 0.16);
}

.business-mockup img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #ffffff;
}

.business-mockup figcaption {
  margin: 0.55rem 0 0;
  color: rgba(75, 88, 80, 0.78);
  font-size: 0.82rem;
  line-height: 1.45;
}

.about-programs {
  background:
    radial-gradient(circle at 78% 30%, rgba(100, 255, 146, 0.1), transparent 28%),
    #f8f9fa;
}

.about-inception {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.42fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.about-inception h2 {
  max-width: 20ch;
  margin-top: 0.8rem;
}

.about-inception p {
  max-width: 43rem;
  margin: 1rem 0 0;
}

.program-badge-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-legal.about-inception-legal {
  max-width: 20rem;
  margin: 0.8rem auto 0;
  text-align: center;
  color: rgba(75, 88, 80, 0.66);
  font-size: 0.68rem;
  line-height: 1.38;
}

.program-badges {
  display: grid;
  width: 100%;
  gap: 0.8rem;
}

.program-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.6rem;
  width: 100%;
  padding: 1.45rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 18px 44px rgba(25, 28, 29, 0.04),
    inset 0 0 0 1px rgba(187, 203, 185, 0.16);
}

.program-badge-stack {
  flex-direction: column;
  gap: 0.95rem;
}

.program-badge-name {
  color: rgba(25, 28, 29, 0.68);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.inception-badge {
  width: min(100%, 15.2rem);
  height: auto;
}

.google-startups-badge-image {
  width: min(100%, 13.5rem);
  height: auto;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.65rem;
}

.about-team-grid article > span {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #102017;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.about-team-grid h3 {
  margin-top: 1rem;
  font-size: 1.9rem;
  line-height: 1.08;
}

.team-role {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.25rem;
  color: var(--primary-deep) !important;
  font-weight: 800;
}

.team-role-divider {
  color: rgba(0, 109, 50, 0.42);
  font-weight: 700;
}

.team-link {
  color: var(--primary-deep);
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 109, 50, 0.3);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.team-link:hover {
  color: #102017;
  text-decoration-color: #102017;
}

.team-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(0, 109, 50, 0.42);
  outline-offset: 3px;
}

.about-contact-section {
  background: #eef0f0;
}

.about-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.about-contact h2 {
  max-width: none;
}

.contact-links {
  display: grid;
  gap: 0.75rem;
}

.contact-links a {
  display: block;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(248, 249, 250, 0.82);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.contact-links a:hover {
  transform: translateY(-1px);
  box-shadow:
    0 16px 34px rgba(25, 28, 29, 0.06),
    inset 0 0 0 1px rgba(0, 109, 50, 0.2);
}

.contact-links strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--primary-deep);
  font-size: 1.04rem;
}

.about-legal {
  max-width: 48rem;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .about-hero,
  .about-business-layout,
  .about-inception,
  .about-contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .about-hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 1.6rem;
  }

  .about-hero h1 {
    max-width: 11ch;
    font-size: 2.85rem;
  }

  .about-lede {
    font-size: 1rem;
    line-height: 1.66;
  }

  .about-steps,
  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 2.75rem 0;
  }

  .about-section h2 {
    font-size: 2.05rem;
    max-width: 12ch;
  }

  .about-product-frame {
    border-radius: 24px;
  }

  .business-examples {
    grid-template-columns: 1fr;
  }

  .program-badge-wrap {
    min-height: 7rem;
    padding: 1.25rem;
  }
}
