/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --spacing: 0.25rem;
  --font-weight-bold: 700;
  --color-purple-tint: var(--wp--custom--color--purple-tint);
}
.team-page {
  min-height: 70vh;
  padding-bottom: 92px;
}
.team-page .container {
  --container-max: var(--layout-reading);
}
.team-hero {
  padding-top: 54px;
  padding-bottom: 34px;
}
.team-hero h1 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  --tw-tracking: -0.055em;
  letter-spacing: -0.055em;
}
.team-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--wp--custom--color--text);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}
.team-intro {
  max-width: 860px;
  padding: 10px 0 18px;
  color: var(--wp--custom--color--text);
  font-size: 17px;
  line-height: 1.72;
}
.team-intro>:first-child {
  margin-top: calc(var(--spacing) * 0);
}
.team-intro>:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.team-list {
  padding-top: 42px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 56px 42px;
}
.team-card {
  min-width: calc(var(--spacing) * 0);
  text-align: center;
}
.team-card__image {
  display: grid;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  place-items: center;
  color: var(--wp--custom--color--muted);
  border-radius: 50%;
  box-shadow: 0 18px 48px rgb(7 10 32 / 10%);
}
.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card__image span {
  font-family: var(--wp--preset--font-family--bravecamp-display);
  font-size: 58px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.05em;
  letter-spacing: -0.05em;
}
.team-card__content {
  max-width: 340px;
  margin: 22px auto 0;
}
.team-card h2 {
  margin: calc(var(--spacing) * 0);
  font-size: 26px;
  line-height: 1.08;
}
.team-card__role {
  margin: 10px 0 0;
  color: var(--wp--preset--color--purple);
  font-size: 13px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.04em;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}
.team-card__bio {
  margin: 16px 0 0;
  color: var(--wp--custom--color--text);
  font-size: 15.5px;
  line-height: 1.65;
}
.team-card__link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--wp--preset--color--purple);
  font-size: 13px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.team-card__link svg {
  width: 15px;
  height: 15px;
  transition: transform var(--transition-fast);
}
.team-card__link:hover svg, .team-card__link:focus-visible svg {
  transform: translateX(3px);
}
.team-list__empty {
  margin: calc(var(--spacing) * 0);
  padding: 24px;
  border: 1px dashed rgb(75 36 232 / 24%);
  border-radius: var(--wp--preset--border-radius--lg);
  color: var(--wp--custom--color--muted);
  background: var(--color-purple-tint);
}
@media (min-width:1440px) {
  .team-page .container {
    --container-max: 1320px;
  }
  .team-grid {
    gap: 64px 48px;
  }
}
@media (max-width:980px) {
  .team-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px) {
  .team-page {
    padding-bottom: 64px;
  }
  .team-hero {
    padding-top: 36px;
  }
  .team-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }
  .team-hero__lead, .team-intro {
    font-size: 16px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .team-card__image {
    width: min(300px, calc(100vw - 48px));
    height: min(300px, calc(100vw - 48px));
  }
  .team-card__content {
    margin-top: 18px;
  }
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-tracking: initial;
      --tw-font-weight: initial;
    }
  }
}
