.tao-page__content.tao-prose {
  max-width: none;
  margin-inline: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.tao-about {
  --about-red: #ff4b38;
  display: grid;
  gap: clamp(90px, 12vw, 180px);
  padding-bottom: 40px;
}

.tao-about h2,
.tao-about h3,
.tao-about p {
  margin-top: 0;
}

.tao-about__statement {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  padding-top: 20px;
}

.tao-about__statement .tao-eyebrow,
.tao-about__definition .tao-eyebrow {
  grid-column: 1 / -1;
  color: var(--about-red);
}

.tao-about__statement h2 {
  margin-bottom: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(72px, 9vw, 145px);
  font-weight: 300;
  line-height: .8;
  letter-spacing: -.065em;
}

.tao-about__statement > p:last-child {
  max-width: 520px;
  color: var(--tao-muted);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.5;
}

.tao-about__manifesto {
  padding: clamp(36px, 7vw, 95px);
  border-radius: var(--tao-radius);
  background: var(--tao-ink);
  color: #fff;
}

.tao-about__manifesto > p {
  color: #aaa;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tao-about__manifesto h2 {
  max-width: 1260px;
  margin: 28px 0 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.05em;
}

.tao-about__people > header {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 60px;
}

.tao-about__people > header .tao-eyebrow {
  color: var(--about-red);
}

.tao-about__people > header h2 {
  margin-bottom: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.05em;
}

.tao-about__people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--tao-line);
}

.tao-about__people-grid article {
  display: grid;
  grid-template-columns: 52px minmax(150px, .45fr) 1fr;
  gap: 24px;
  padding: 34px 26px 38px 0;
  border-bottom: 1px solid var(--tao-line);
}

.tao-about__people-grid article:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid var(--tao-line);
}

.tao-about__people-grid article:nth-child(even) {
  padding-left: 34px;
}

.tao-about__people-grid span,
.tao-about__rhythm span {
  color: var(--about-red);
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.tao-about__people-grid h3 {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(28px, 2.6vw, 43px);
  font-weight: 400;
  line-height: .95;
}

.tao-about__people-grid p {
  color: var(--tao-muted);
  font-size: 14px;
  line-height: 1.6;
}

.tao-about__rhythm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tao-line);
  border-radius: var(--tao-radius);
  background: #fff;
}

.tao-about__rhythm article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--tao-line);
}

.tao-about__rhythm article:last-child {
  border-right: 0;
}

.tao-about__rhythm h3 {
  margin: auto 0 10px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 400;
}

.tao-about__rhythm p {
  color: var(--tao-muted);
  font-size: 13px;
}

.tao-about__definition {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .45fr);
  gap: clamp(40px, 9vw, 150px);
  align-items: end;
}

.tao-about__definition h2 {
  margin-bottom: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.05em;
}

.tao-about__definition > p:last-child {
  color: var(--tao-muted);
  font-size: 18px;
  line-height: 1.55;
}

.tao-about__cta {
  padding: clamp(38px, 7vw, 90px);
  border-radius: var(--tao-radius);
  background: var(--about-red);
  color: #fff;
}

.tao-about__cta h2 {
  max-width: 1050px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(54px, 7vw, 110px);
  font-weight: 300;
  line-height: .86;
  letter-spacing: -.055em;
}

.tao-about__cta > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 45px;
}

.tao-about__cta .tao-button--ghost {
  border-color: rgba(255, 255, 255, .75);
  color: #fff;
}

@media (max-width: 900px) {
  .tao-about__statement,
  .tao-about__definition,
  .tao-about__people > header {
    grid-template-columns: 1fr;
  }

  .tao-about__people-grid {
    grid-template-columns: 1fr;
  }

  .tao-about__people-grid article:nth-child(odd),
  .tao-about__people-grid article:nth-child(even) {
    padding: 28px 0;
    border-right: 0;
  }

  .tao-about__rhythm {
    grid-template-columns: repeat(2, 1fr);
  }

  .tao-about__rhythm article:nth-child(2) {
    border-right: 0;
  }

  .tao-about__rhythm article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tao-line);
  }
}

@media (max-width: 600px) {
  .tao-about {
    gap: 92px;
  }

  .tao-about__statement h2 {
    font-size: clamp(62px, 20vw, 88px);
  }

  .tao-about__manifesto {
    padding: 34px 24px;
  }

  .tao-about__people-grid article {
    grid-template-columns: 35px 1fr;
  }

  .tao-about__people-grid article p {
    grid-column: 2;
  }

  .tao-about__rhythm {
    grid-template-columns: 1fr;
  }

  .tao-about__rhythm article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--tao-line);
  }

  .tao-about__rhythm article:last-child {
    border-bottom: 0;
  }

  .tao-about__cta > div {
    display: grid;
  }

  .tao-about__cta .tao-button {
    width: 100%;
  }
}
