/* About-page composition. The shared apps styles supply the visual tokens;
   this file owns the wider editorial layout and responsive hero artwork. */
.about2 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.about2 .about2-hero {
  grid-template-columns: minmax(340px, 0.85fr) minmax(500px, 1.15fr);
  min-height: 510px;
  gap: clamp(24px, 3.5vw, 52px);
  padding: clamp(38px, 4.5vw, 58px);
  background:
    radial-gradient(520px 360px at 85% 48%, rgba(11, 168, 210, 0.09), transparent 70%),
    linear-gradient(145deg, #eff6ff 0%, #ffffff 58%, #ecfdf5 100%);
}

.about2 .apps-copy {
  align-self: center;
}

.about2 .apps-eyebrow,
.about2 .about-kicker,
.about2-reach p.about2-reach-kicker {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.about2 .about2-title {
  max-width: 620px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.about2 .apps-lead {
  max-width: 590px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.7;
}

.about2-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin: -24px -30px -24px -14px;
}

.about2-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about2 .about2-story {
  max-width: 760px;
  margin-top: 64px;
}

.about2 .about2-story h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
}

.about2 .about2-story p {
  font-size: 17px;
}

.about2 .apps-purpose,
.about2 .about2-reach,
.about2 .about-name-story,
.about2 .about2-platforms {
  margin-top: 56px;
}

.about2 .apps-purpose h2 {
  font-size: 22px;
}

.about2 .about2-reach {
  padding: clamp(38px, 5vw, 56px);
  border-radius: 14px;
}

.about2 .about2-reach h2 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.about2 .about2-reach > p:not(.about2-reach-kicker) {
  max-width: 820px;
  font-size: 18px;
}

.about2 .about-name-story {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 40px;
  padding: 38px;
  border-radius: 14px;
}

.about2 .about-name-logo {
  width: 180px;
  height: 180px;
}

.about2 .about-name-copy h2 {
  font-size: 32px;
  letter-spacing: -0.02em;
}

.about2 .about-name-copy p:not(.about-kicker) {
  max-width: 720px;
  font-size: 16px;
}

.about2 .about2-platforms {
  gap: 20px;
}

.about2 .about2-platform-card {
  padding: 30px;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .about2 .about2-hero {
    grid-template-columns: minmax(280px, 0.9fr) minmax(380px, 1.1fr);
    min-height: 450px;
    padding: 38px 32px;
  }

  .about2 .about2-title {
    font-size: clamp(40px, 6vw, 52px);
  }

  .about2-visual {
    margin: -12px -26px -12px -18px;
  }
}

@media (max-width: 720px) {
  .simple-main.public-main--about {
    padding: 24px 16px 36px;
  }

  .about2 .about2-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 30px 24px 20px;
  }

  .about2 .about2-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .about2 .apps-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .about2-visual {
    width: calc(100% + 20px);
    margin: 0 -10px -6px;
  }

  .about2-visual img {
    width: 100%;
    max-height: none;
  }

  .about2 .about2-story,
  .about2 .apps-purpose,
  .about2 .about2-reach,
  .about2 .about-name-story,
  .about2 .about2-platforms {
    margin-top: 32px;
  }

  .about2 .about2-reach {
    padding: 30px 24px;
  }

  .about2 .about2-reach h2 {
    font-size: 30px;
  }

  .about2 .about2-reach > p:not(.about2-reach-kicker) {
    font-size: 16px;
  }

  .about2 .about-name-story {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }

  .about2 .about-name-logo {
    width: 120px;
    height: 120px;
    border-radius: 22px;
  }

  .about2 .about-name-copy h2 {
    font-size: 28px;
  }
}
