.site-header .brand-lockup {
  flex-shrink: 0;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  display: inline-flex;
}

.site-header .brand-copy {
  height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.site-header .brand-descriptor {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.method-sequence {
  gap: 0;
}

.example-tabs button > .tab-arrow {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  font-size: 0;
}

.example-tabs .tab-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.example-tabs .tab-arrow path {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.method-heading h2 {
  color: var(--ink);
}

.method-heading h2 span {
  color: var(--red);
}

.method-item {
  grid-template-columns: 105px 1fr;
  gap: 24px;
  border-top: 1px solid rgb(23 24 22 / 18%);
  padding-block: 26px;
}

.method .method-sequence .method-verb {
  padding-top: 7px;
  color: var(--red);
  font-family: Geist, sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: none;
}

.about-heading h2 {
  max-width: 22ch;
  font-size: clamp(46px, 4.4vw, 67px);
}

.about-heading .about-belief {
  max-width: 34ch;
  margin-top: 22px;
  color: var(--red);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.founder-story .founder-invite {
  border-top: 1px solid rgb(23 24 22 / 18%);
  padding-top: 26px;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .method-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .method .method-sequence .method-verb {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }

  .site-header {
    height: 76px;
  }

  .site-header nav {
    top: 76px;
  }

  .site-header .brand-lockup {
    gap: 10px;
  }

  .site-header .brand-copy {
    height: 30px;
  }

  .site-header .brand-descriptor {
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .method-item {
    padding-block: 24px;
  }

  .method .method-sequence .method-verb {
    font-size: 12px;
  }

  .teammate-art {
    margin-bottom: 0;
    overflow: visible;
  }

  .teammate-art .hand-note {
    bottom: 0;
  }

  .about-heading h2 {
    max-width: 13ch;
    font-size: 39px;
    line-height: 1.08;
  }

  .about-heading .about-belief {
    max-width: 28ch;
    margin-top: 18px;
    font-size: 22px;
  }

  .founder-story .founder-invite {
    padding-top: 24px;
    font-size: 19px;
  }
}

@media (max-width: 359px) {
  .site-header .brand-lockup {
    gap: 8px;
  }

  .site-header .brand-copy {
    height: 27px;
  }

  .site-header .brand-descriptor {
    font-size: 9px;
  }

  .about-heading h2 {
    font-size: 35px;
  }

  .about-heading .about-belief {
    font-size: 20px;
  }
}
