.people-page-shell {
  background: #fff;
}

.people-page {
  position: relative;
  padding-bottom: 0;
}

.people-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 436px;
  background: linear-gradient(-66.61deg, #f9f9fe 37.98%, #f9fff7 71.15%, #f9f9f9 93.27%);
  pointer-events: none;
  z-index: 0;
}

.people-page > section {
  position: relative;
  z-index: 1;
}

.people-hero {
  padding-top: clamp(2rem, 3vw, 3.25rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.people-hero__breadcrumb {
  margin: 0;
  font: 300 0.75rem/0.875rem 'Exo 2', sans-serif;
  color: #7d758d;
}

.people-hero__breadcrumb span {
  font-weight: 600;
}

.people-hero h1 {
  margin: 3.25rem 0 0.6875rem;
  font: 600 clamp(2.25rem, 5vw, 3.125rem)/1 'Exo 2', sans-serif;
  color: #150f2a;
}

.people-hero__description {
  margin: 0;
  color: #7d758d;
  font: 400 1.125rem/1.6667 'Inter', sans-serif;
  max-width: 56rem;
}

.people-team {
  padding-top: 0;
  padding-bottom: clamp(3.5rem, 6vw, 5.25rem);
}

.people-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.people-tabs .home-tabs__button {
  width: 100%;
  border-bottom: 1px solid #e1e4ed;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  min-height: 2.75rem;
  color: #b1b1b1;
  font: 300 1.125rem/1.25rem 'Exo 2', sans-serif;
}

.people-tabs .home-tabs__button--active {
  color: #150f2a;
  border-bottom-color: #150f2a;
  font-weight: 600;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.3125rem 1.3125rem;
}

.people-card {
  min-width: 0;
}

.people-card__media {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #d9d9d9;
  aspect-ratio: 314 / 319;
}

.people-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-card__arrow {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  display: inline-flex;
  width: 3.375rem;
  height: 2.5rem;
  border-radius: 1.25rem;
}

.people-card__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.people-card h3 {
  margin: 1.125rem 0 1.125rem;
  color: #150f2a;
  font: 600 clamp(1.5rem, 2vw, 1.75rem)/1.1 'Exo 2', sans-serif;
}

.people-card p {
  margin: 0;
  color: #7d758d;
  font: 300 1.0625rem/1.35 'Exo 2', sans-serif;
}

.people-news {
  padding-top: 0;
  padding-bottom: clamp(4rem, 7vw, 5.75rem);
}

.people-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: clamp(1.75rem, 4vw, 3.25rem);
}

.people-news__head h2 {
  margin: 0;
  color: #150f2a;
  font: 600 clamp(2rem, 4vw, 2.875rem)/1.087 'Exo 2', sans-serif;
}

.people-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}

.people-news-card {
  min-width: 0;
}

.people-news-card__media {
  position: relative;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  height: 12.3125rem;
}

.people-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-news-card__type {
  position: absolute;
  top: 0.625rem;
  right: 1rem;
  background: #8163ea;
  color: #fff;
  font: 400 1rem/1.35 'Inter', sans-serif;
  padding: 0.3125rem 1rem;
  border-radius: 0.5rem;
}

.people-news-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.people-news-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  border: 1px solid #8163ea;
  border-radius: 0.5rem;
  padding: 0.3125rem 1rem;
  color: #8163ea;
  font: 400 1rem/1.35 'Inter', sans-serif;
}

.people-news-tag img {
  width: 1.25rem;
  height: 1.25rem;
}

.people-news-card h3 {
  margin: 1rem 0 0.875rem;
  color: #150f2a;
  font: 600 clamp(1.375rem, 2vw, 1.75rem)/1.25 'Exo 2', sans-serif;
}

.people-news-card > p {
  margin: 0;
  color: #7d758d;
  font: 400 1rem/1.5 'Inter', sans-serif;
}

.people-instagram {
  background: #f9f9fe;
  padding: 1.75rem 0 4rem;
}

.people-instagram__inner h2 {
  margin: 0;
  text-align: center;
  color: #150f2a;
  font: 600 1.75rem/1.0714 'Exo 2', sans-serif;
}

.people-instagram__cta {
  margin: 2.25rem auto 2rem;
  width: min(100%, 37.25rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.people-instagram__account {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #150f2a;
  font: 600 0.875rem/1.2857 'Inter', sans-serif;
}

.people-instagram__account img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
}

.people-instagram__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}

.people-instagram__grid img {
  width: 100%;
  border-radius: 0.625rem;
  display: block;
  aspect-ratio: 245/316;
  object-fit: cover;
}

@media (max-width: 84rem) {
  .people-hero__description {
    max-width: 48rem;
  }

  .people-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .people-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .people-instagram__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 64rem) {
  .people-page::before {
    height: 360px;
  }

  .people-hero {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .people-hero h1 {
    margin-top: 1.5rem;
  }

  .people-hero__description {
    max-width: none;
    font-size: 1rem;
    line-height: 1.5;
  }

  .people-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
  }

  .people-tabs::-webkit-scrollbar {
    display: none;
  }

  .people-tabs .home-tabs__button {
    flex: 0 0 auto;
    min-width: 10.25rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .people-card h3 {
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
  }

  .people-card p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .people-news__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .people-news__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .people-news-card__media {
    height: 11rem;
  }

  .people-instagram__cta {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .people-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 40rem) {
  .people-page::before {
    height: 300px;
  }

  .people-hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .people-hero__breadcrumb {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }

  .people-hero h1 {
    margin-top: 1rem;
    font-size: 2.125rem;
  }

  .people-hero__description {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .people-tabs {
    margin-bottom: 1rem;
  }

  .people-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .people-card__media {
    aspect-ratio: 314 / 300;
  }

  .people-card__arrow {
    width: 2.875rem;
    height: 2.125rem;
    top: 0.75rem;
    right: 0.75rem;
  }

  .people-card h3 {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
  }

  .people-card p {
    font-size: 0.9375rem;
    line-height: 1.3;
  }

  .people-news-card h3 {
    font-size: 1.375rem;
    line-height: 1.25;
  }

  .people-news-tag,
  .people-news-card__type {
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .people-news-card__type {
    padding: 0.25rem 0.75rem;
  }

  .people-news-tag {
    padding: 0.25rem 0.75rem;
  }

  .people-news-tag img {
    width: 1rem;
    height: 1rem;
  }

  .people-instagram {
    padding-bottom: 2.5rem;
  }

  .people-instagram__inner h2 {
    text-align: left;
    font-size: 1.75rem;
  }

  .people-instagram__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .people-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
