.about-page { background: white; }

.about-wrap {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.about-intro {
  padding: 112px 0 96px;
  border-bottom: 1px solid var(--line);
}

.about-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: #666666;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(39, 106, 96, .12);
}

.about-intro h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(54px, 7vw, 82px);
  font-weight: 730;
  letter-spacing: -.065em;
  line-height: .99;
  text-wrap: balance;
}

.about-lede {
  max-width: 750px;
  margin: 32px 0 0;
  color: #5f5f5f;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.68;
}

.about-body { padding: 92px 0 110px; }

.about-prose { max-width: 730px; }

.about-prose h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 45px);
  letter-spacing: -.055em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-prose p {
  margin: 21px 0 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.8;
}

.experience-list {
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.experience-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 44px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.experience-row h3 {
  margin: 2px 0 0;
  color: #333333;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.experience-content { min-width: 0; }

.experience-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  min-height: 38px;
  margin-bottom: 17px;
}

.experience-logos-education { gap: 30px; }

.experience-logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.logo-gensler { height: 27px; }
.logo-som { height: 40px; }
.logo-google { height: 29px; }
.logo-airbnb { height: 31px; }
.logo-cmu { height: 25px; }
.logo-michigan { height: 34px; }
.logo-washington { height: 29px; }

.experience-row p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.75;
}

.experience-row strong { color: #222222; }

.about-disclosure {
  max-width: 730px;
  margin: 18px 0 0;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 1.6;
}

.about-story {
  margin-top: 94px;
  padding-top: 86px;
  border-top: 1px solid var(--line);
}

.about-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 88px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-close span,
.about-close strong { display: block; }

.about-close span {
  color: #777777;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-close strong {
  margin-top: 6px;
  font-size: 17px;
  letter-spacing: -.02em;
}

.about-contact-link {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.about-contact-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 620px) {
  .about-wrap { width: min(100% - 34px, 900px); }
  .about-intro { padding: 72px 0 66px; }
  .about-intro h1 { font-size: clamp(47px, 14vw, 62px); }
  .about-lede { margin-top: 26px; font-size: 17px; }
  .about-body { padding: 66px 0 78px; }
  .about-prose p { font-size: 15px; }
  .experience-list { margin-top: 42px; }
  .experience-row { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .experience-logos { gap: 20px; margin-bottom: 15px; }
  .experience-logos-education { align-items: flex-start; flex-direction: column; gap: 17px; }
  .logo-washington { max-width: 100%; height: auto; width: 310px; }
  .about-story { margin-top: 68px; padding-top: 64px; }
  .about-close { align-items: flex-start; flex-direction: column; margin-top: 64px; }
}
