/* Team profiles share the site glass, imagery and inner sheen. */
#team.team-section {
  scroll-margin-top: 128px;
  border-color: rgba(221, 195, 125, .18);
}

#team .section-header {
  max-width: 880px;
}

#team .section-header .eyebrow {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #c7b68e;
  backdrop-filter: none;
}

#team .section-header .eyebrow::before {
  content: none;
}

#team .section-header h2 {
  margin: .75rem 0 .7rem;
  font-size: clamp(2.1rem, 3.7vw, 3rem);
  line-height: 1.12;
  font-weight: 400;
}

#team .section-header > p:last-child {
  max-width: 740px;
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.65;
}

#team .team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.8rem;
}

#team .team-card {
  min-width: 0;
  padding: clamp(1.3rem, 2.3vw, 1.9rem);
  border: 1px solid rgba(203, 194, 170, .21);
  border-radius: 6px;
}

#team .team-card h3 {
  margin: 0 0 .55rem;
  color: #f7f5ed;
  font-size: clamp(1.7rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.015em;
}

#team .team-card-role {
  margin: 0;
  color: #cebc94;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

#team .team-card-bio {
  margin: 1.25rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(203, 194, 170, .14);
  color: #d5d9da;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  #team.team-section {
    padding: 1.1rem;
    scroll-margin-top: 112px;
  }

  #team .team-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1.4rem;
  }

  #team .team-card {
    padding: 1.25rem;
  }

  #team .team-card h3 {
    font-size: 1.8rem;
  }

  #team .team-card-bio {
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (max-width: 380px) {
  #team .team-card {
    padding: 1rem;
  }

  #team .team-card h3 {
    font-size: 1.65rem;
  }
}
