.founder-mark {
  isolation: isolate;
  overflow: hidden;
}

.founder-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 62%, rgba(8, 10, 18, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.founder-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
}

@media (max-width: 700px) {
  .discipline-strip {
    padding-right: 16px;
    padding-left: 16px;
    display: grid;
    grid-template-columns: auto 3px auto 3px auto 3px auto;
    gap: clamp(5px, 1.5vw, 9px);
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    font-size: clamp(10px, 2.7vw, 13px);
  }

  .discipline-strip span:nth-of-type(3),
  .discipline-strip span:nth-of-type(4),
  .discipline-strip i:nth-of-type(2),
  .discipline-strip i:nth-of-type(3) {
    display: inline-block;
  }

  .discipline-strip i {
    width: 3px;
    height: 3px;
  }

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

  .approach-section .section-heading {
    margin-bottom: 34px;
  }

  .approach-grid {
    gap: 12px;
  }

  .approach-grid article,
  .approach-grid article:not(:first-child) {
    min-height: 0;
    padding: 24px 22px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 9px;
    border: 1px solid rgba(9, 10, 13, 0.09);
  }

  .approach-grid span {
    grid-row: 1 / span 2;
    padding-top: 4px;
  }

  .approach-grid h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
  }

  .approach-grid p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.65;
  }
}
