/* ============================================================
   BEATS & BELLS TEAM PAGE
   ============================================================ */

@keyframes bbTeamRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bbTeamFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes bbTeamPulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.08);
  }
}

.bb-team-page {
  --bb-gold: #c5a14a;
  --bb-magenta: #d81e5b;
  --bb-bg: #0c0b11;
  --bb-bg-soft: #120f1a;
  --bb-text: #f2e9d7;
  --bb-muted: #a59ab3;


  background: var(--bb-bg);
  color: var(--bb-text);
  overflow-x: hidden;
}

.bb-team-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  background: #090714;
  overflow: hidden;
}

.bb-team-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/hero/team-hero.jpeg');
  background-size: cover;
  background-position: center;
  filter: saturate(1.15) contrast(1.08);
  transform: scale(1.04);
}

.bb-team-hero::before,
.bb-team-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bb-team-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 3, 17, 0.88) 0%, rgba(5, 3, 17, 0.62) 46%, rgba(5, 3, 17, 0.3) 100%),
    linear-gradient(180deg, rgba(9, 7, 20, 0.72) 0%, rgba(9, 7, 20, 0.48) 52%, rgba(9, 7, 20, 0.8) 100%);
  z-index: 1;
}

.bb-team-hero::after {
  background-image:
    linear-gradient(rgba(197, 161, 74, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 161, 74, 0.11) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.16;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.bb-team-hero__texture {
  position: absolute;
  right: 6%;
  top: 18%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 30, 91, 0.34) 0%, transparent 68%);
  animation: bbTeamPulse 7s ease-in-out infinite;
  z-index: 3;
}

.bb-team-hero .container {
  position: relative;
  z-index: 4;
}

.bb-team-hero__content {
  max-width: 860px;
}

.bb-team-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--style-font);
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #d879a9;
  margin-bottom: 24px;
}

.bb-team-hero__eyebrow::after {
  content: '';
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(216, 30, 91, 0.95), rgba(197, 161, 74, 0.9), transparent);
}

.bb-team-hero__title {
  font-family: var(--title-font);
  /* font-size: clamp(3rem, 6vw, 6.1rem); */
  line-height: 1.05;
  color: var(--bb-text);
  max-width: 860px;
  margin-bottom: 18px;
  text-shadow: 0 20px 36px rgba(0, 0, 0, 0.45);
  animation: bbTeamRise 0.8s ease both;
}

.bb-team-hero__title span {
  color: inherit;
  font-style: normal;
}

.bb-team-hero__lead {
  font-family: var(--title-font);
  /* font-size: 1.08rem; */
  line-height: 1.84;
  color: #c8bdd6;
  max-width: 660px;
  margin-bottom: 34px;
  animation: bbTeamRise 0.85s ease both;
}

.bb-team-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  animation: bbTeamRise 0.9s ease both;
}

.bb-team-hero .th-btn.blue-btn {
  font-family: var(--style-font);
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  background: linear-gradient(90deg, var(--bb-gold), var(--bb-magenta));
  color: #0c0b11;
  box-shadow: 0 12px 24px rgba(216, 30, 91, 0.33);
}

.bb-team-hero__link {
  position: relative;
  font-family: var(--style-font);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-text);
  padding-bottom: 6px;
}

.bb-team-hero__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--bb-gold), transparent);
}

.bb-team-hero__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding: 0;
  margin: 0;
  animation: bbTeamRise 0.95s ease both;
}

.bb-team-hero__tags li {
  padding: 7px 14px;
  border: 1px solid rgba(197, 161, 74, 0.34);
  border-radius: 999px;
  font-size: 0.72rem;
  font-family: var(--style-font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d6c49f;
  background: rgba(12, 11, 17, 0.56);
}

.bb-team-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 690px;
  gap: 10px;
  margin-top: 26px;
  animation: bbTeamRise 1s ease both;
}

.bb-team-hero__stat {
  border-radius: 12px;
  border: 1px solid rgba(197, 161, 74, 0.34);
  background: rgba(12, 11, 17, 0.58);
  padding: 13px 11px;
  text-align: center;
}

.bb-team-hero__stat strong {
  display: block;
  font-family: var(--title-font);
  font-size: 1.45rem;
  line-height: 1.1;
  color: #fff;
}

.bb-team-hero__stat span {
  display: block;
  margin-top: 5px;
  font-family: var(--style-font);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cabfcd;
}

.bb-team-roster {
  padding: 115px 0;
  background: #0d0b13;
}

.bb-team-roster--founders {
  padding-bottom: 58px;
}

.bb-team-roster--faculty {
  padding-top: 58px;
}

.bb-team-section-head {
  margin-bottom: 38px;
}

.bb-team-section-head__eyebrow {
  display: block;
  font-family: var(--style-font);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bb-gold);
  margin-bottom: 12px;
}

.bb-team-section-head__title {
  margin: 0;
  font-family: var(--title-font);
  /* font-size: clamp(2rem, 3.8vw, 3rem); */
  color: var(--bb-text);
}

.bb-team-chroma-wrap {
  position: relative;
}

.bb-chroma-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;

  --x: 50%;
  --y: 50%;
  --r: 240px;
}

.bb-chroma-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  min-height: 452px;
  justify-self: center;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(197, 161, 74, 0.35);
  transition: border-color 0.3s ease, transform 0.35s ease;
  background: var(--card-gradient);
  perspective: 1400px;

  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(255, 255, 255, 0.26);
}

.bb-chroma-card:hover {
  border-color: var(--card-border);
  transform: translateY(-6px);
}

.bb-chroma-card__inner {
  position: relative;
  width: 100%;
  min-height: 452px;
  transform-style: preserve-3d;
  transition: transform 3.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bb-chroma-card.has-profile:hover .bb-chroma-card__inner,
.bb-chroma-card.has-profile:focus-within .bb-chroma-card__inner {
  transform: rotateY(180deg);
}

.bb-chroma-card:focus-visible {
  outline: 2px solid var(--card-border, #c5a14a);
  outline-offset: 3px;
}

.bb-chroma-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 72%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.bb-chroma-card:hover::before {
  opacity: 1;
}

.bb-chroma-card__face {
  border-radius: inherit;
  overflow: hidden;
  background: var(--card-gradient);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bb-chroma-card__face--front {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.bb-chroma-card__face--back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 18% 14%, color-mix(in srgb, var(--card-border) 34%, transparent), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
    var(--card-gradient);
  transform: rotateY(180deg);
}

.bb-chroma-img-wrapper {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 280px;
  padding: 10px;
  box-sizing: border-box;
}

.bb-chroma-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.bb-chroma-info {
  position: relative;
  z-index: 1;
  padding: 0.82rem 0.95rem 1rem;
  color: #fff;
  font-family: var(--style-font);
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 0.25rem;
  column-gap: 0.6rem;
}

.bb-chroma-info .name {
  grid-column: 1 / 2;
  font-family: var(--title-font);
  font-size: 1.32rem;
  margin: 0;
  color: #f2e9d7;
}

.bb-chroma-info .handle {
  grid-column: 2 / 3;
  align-self: center;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #c9bdcf;
}

.bb-chroma-info .role {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8cc84;
}

.bb-chroma-info .location {
  grid-column: 1 / -1;
  font-size: 0.92rem;
  line-height: 1.62;
  color: #bfb3ca;
}

.bb-chroma-info__cta {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--card-border) 74%, #f6ead1);
  border-bottom: 1px solid color-mix(in srgb, var(--card-border) 34%, rgba(231, 204, 132, 0.22));
}

.bb-chroma-profile {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.95rem 0.88rem 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.68rem;
  overflow-y: auto;
  color: #f5ede2;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 82% 82%, color-mix(in srgb, var(--card-border) 18%, transparent), transparent 22%);
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--card-border) 58%, rgba(255, 255, 255, 0.24)) rgba(255, 255, 255, 0.04);
}

.bb-chroma-profile::-webkit-scrollbar {
  width: 6px;
}

.bb-chroma-profile::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.bb-chroma-profile::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--card-border) 82%, rgba(255, 255, 255, 0.7)),
    color-mix(in srgb, var(--card-border) 52%, rgba(255, 255, 255, 0.36))
  );
  border-radius: 999px;
}

.bb-chroma-profile__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 0.1rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--card-border) 54%, #f6dfaa);
}

.bb-chroma-profile__eyebrow::before {
  content: '';
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--card-border) 64%, #f2d9a1), transparent);
}

.bb-chroma-profile h3 {
  margin: 0;
  font-family: var(--title-font);
  font-size: 1.18rem;
  color: #fff6e7;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.bb-chroma-profile__headline {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #e3d8e4;
}

.bb-chroma-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
}

.bb-chroma-profile__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--card-border) 26%, rgba(255, 255, 255, 0.12));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-border) 12%, rgba(13, 12, 19, 0.46)), rgba(13, 12, 19, 0.34));
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #efe2cb;
}

.bb-chroma-profile__focus {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.bb-chroma-profile__focus li {
  position: relative;
  padding-left: 14px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #eee5ef;
}

.bb-chroma-profile__focus li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--card-border) 74%, #f2d9a1),
    rgba(255, 255, 255, 0.7)
  );
  box-shadow: 0 0 10px color-mix(in srgb, var(--card-border) 42%, transparent);
}

.bb-chroma-profile__note {
  margin: auto 0 0;
  padding-top: 0.72rem;
  border-top: 1px solid color-mix(in srgb, var(--card-border) 18%, rgba(255, 255, 255, 0.1));
  font-size: 0.74rem;
  line-height: 1.5;
  color: #d6cbda;
}

.bb-chroma-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  backdrop-filter: grayscale(1) brightness(0.78);
  -webkit-backdrop-filter: grayscale(1) brightness(0.78);
  background: rgba(0, 0, 0, 0.001);

  mask-image: radial-gradient(
    circle var(--r) at var(--x) var(--y),
    transparent 0%,
    transparent 15%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0.22) 45%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(0, 0, 0, 0.68) 88%,
    white 100%
  );
  -webkit-mask-image: radial-gradient(
    circle var(--r) at var(--x) var(--y),
    transparent 0%,
    transparent 15%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0.22) 45%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(0, 0, 0, 0.68) 88%,
    white 100%
  );
}

.bb-chroma-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  backdrop-filter: grayscale(1) brightness(0.78);
  -webkit-backdrop-filter: grayscale(1) brightness(0.78);
  background: rgba(0, 0, 0, 0.001);

  mask-image: radial-gradient(
    circle var(--r) at var(--x) var(--y),
    white 0%,
    white 15%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.78) 45%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.5) 75%,
    rgba(255, 255, 255, 0.32) 88%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    circle var(--r) at var(--x) var(--y),
    white 0%,
    white 15%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.78) 45%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.5) 75%,
    rgba(255, 255, 255, 0.32) 88%,
    transparent 100%
  );

  opacity: 1;
  transition: opacity 0.25s ease;
}

.bb-team-card {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(240, 237, 230, 0.025);
  border: 1px solid rgba(197, 161, 74, 0.25);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  animation: bbTeamRise 0.8s ease both;
  animation-delay: var(--bb-delay, 0s);
}

.bb-team-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 30, 91, 0.58);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
}

.bb-team-card__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.bb-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.bb-team-card:hover .bb-team-card__media img {
  transform: scale(1.06);
}

.bb-team-card__body {
  padding: 20px 18px 22px;
}

.bb-team-card__role {
  display: inline-block;
  font-family: var(--style-font);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bb-magenta);
  margin-bottom: 10px;
}

.bb-team-card__name {
  font-family: var(--title-font);
  font-size: 1.45rem;
  color: var(--bb-text);
  margin-bottom: 8px;
}

.bb-team-card__style {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #b5aac2;
  font-family: var(--body-font);
}

.bb-team-pillars {
  padding: 0 0 110px;
  background: #0d0b13;
}

.bb-team-pillar {
  height: 100%;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(16, 14, 24, 0.96), rgba(12, 11, 17, 0.95));
  border: 1px solid rgba(197, 161, 74, 0.26);
  padding: 28px 24px 26px;
  position: relative;
  animation: bbTeamRise 0.8s ease both;
  animation-delay: var(--bb-delay, 0s);
}

.bb-team-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bb-gold), var(--bb-magenta), transparent);
}

.bb-team-pillar h3 {
  font-family: var(--title-font);
  font-size: 1.42rem;
  color: var(--bb-text);
  margin-bottom: 12px;
}

.bb-team-pillar p {
  margin: 0;
  font-family: var(--body-font);
  color: #b7adc4;
  line-height: 1.8;
}

.bb-team-flow {
  padding: 112px 0;
  background: #0f0d17;
}

.bb-team-flow__track {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.bb-team-flow__track::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(197, 161, 74, 0.5), rgba(216, 30, 91, 0.5));
  z-index: 0;
}

.bb-team-flow__step {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  background: rgba(240, 237, 230, 0.02);
  border: 1px solid rgba(197, 161, 74, 0.24);
  padding: 24px 22px 24px;
  animation: bbTeamRise 0.8s ease both;
  animation-delay: var(--bb-delay, 0s);
}

.bb-team-flow__num {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(12, 11, 17, 0.95);
  border: 1px solid rgba(216, 30, 91, 0.54);
  color: var(--bb-magenta);
  font-family: var(--style-font);
  font-size: 0.8rem;
  margin-bottom: 16px;
}

.bb-team-flow__step h3 {
  font-family: var(--title-font);
  font-size: 1.26rem;
  color: var(--bb-text);
  margin-bottom: 10px;
}

.bb-team-flow__step p {
  margin: 0;
  font-family: var(--body-font);
  color: #b7adc4;
  line-height: 1.74;
}

.bb-team-cta {
  padding: 0 0 120px;
  background: #0f0d17;
}

.bb-team-cta__box {
  border-radius: 24px;
  text-align: center;
  padding: 54px 24px;
  border: 1px solid rgba(197, 161, 74, 0.35);
  background:
    radial-gradient(circle at 15% 10%, rgba(197, 161, 74, 0.16), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(216, 30, 91, 0.16), transparent 42%),
    #0d0b13;
}

.bb-team-cta__box h2 {
  font-family: var(--title-font);
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  color: var(--bb-text);
  margin-bottom: 12px;
}

.bb-team-cta__box p {
  max-width: 640px;
  margin: 0 auto 24px;
  color: #b6abc2;
  font-family: var(--body-font);
  line-height: 1.8;
}

.bb-team-cta .th-btn.blue-btn {
  font-family: var(--style-font);
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  background: linear-gradient(90deg, var(--bb-gold), var(--bb-magenta));
  color: #0c0b11;
}

.bb-founder-profile {
  --bb-founder-gold: #c5a14a;
  --bb-founder-magenta: #d81e5b;
  --bb-founder-ink: #f3eadc;
  --bb-founder-soft-ink: #c9bfd5;
  position: relative;
  padding: 152px 0 132px;
  background: linear-gradient(180deg, #08070e 0%, #0d0b14 42%, #090811 100%);
  overflow: hidden;
}

.bb-founder-profile__grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(197, 161, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 161, 74, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.bb-founder-profile__glow {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(197, 161, 74, 0.25) 0%, rgba(197, 161, 74, 0.1) 35%, transparent 70%);
  top: -180px;
  left: -160px;
}

.bb-founder-profile__glow--secondary {
  width: 620px;
  height: 620px;
  top: auto;
  left: auto;
  right: -240px;
  bottom: -280px;
  background:
    radial-gradient(circle, rgba(216, 30, 91, 0.24) 0%, rgba(216, 30, 91, 0.08) 35%, transparent 72%);
}

.bb-founder-profile .container {
  position: relative;
  z-index: 2;
}

.bb-founder-profile__backwrap {
  margin-bottom: 20px;
}

.bb-founder-profile__back {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--style-font);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8c8a1;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(197, 161, 74, 0.34);
  background: rgba(9, 8, 14, 0.68);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.bb-founder-profile__back:hover {
  color: #fff3d9;
  border-color: rgba(216, 30, 91, 0.46);
  transform: translateX(-3px);
}

.bb-founder-profile__hero {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.bb-founder-profile__portrait {
  margin: 0;
}

.bb-founder-profile__portrait-frame {
  position: relative;
  border-radius: 26px;
  padding: 10px;
  background:
    linear-gradient(160deg, rgba(197, 161, 74, 0.55) 0%, rgba(216, 30, 91, 0.4) 52%, rgba(12, 11, 17, 0.8) 100%);
  box-shadow:
    0 34px 62px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(197, 161, 74, 0.15);
}

.bb-founder-profile__portrait-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.bb-founder-profile__portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

.bb-founder-profile__portrait-meta {
  margin-top: 14px;
  display: grid;
  gap: 5px;
}

.bb-founder-profile__portrait-meta span {
  font-family: var(--style-font);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4c6a6;
}

.bb-founder-profile__portrait-meta strong {
  font-family: var(--title-font);
  font-size: 1.12rem;
  color: #f4ecdf;
  font-weight: 500;
}

.bb-founder-profile__intro {
  max-width: 900px;
  padding: 34px 38px;
  border-radius: 24px;
  border: 1px solid rgba(197, 161, 74, 0.24);
  background:
    radial-gradient(circle at 84% 16%, rgba(216, 30, 91, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(12, 10, 18, 0.9) 0%, rgba(8, 7, 13, 0.72) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.bb-founder-profile__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--style-font);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bb-founder-gold);
  margin-bottom: 14px;
}

.bb-founder-profile__eyebrow::after {
  content: '';
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--bb-founder-gold), rgba(216, 30, 91, 0.7), transparent);
}

.bb-founder-profile__name {
  margin: 0 0 12px;
  font-family: var(--title-font);
  /* font-size: clamp(2.6rem, 5.2vw, 5.4rem); */
  color: var(--bb-founder-ink);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.bb-founder-profile__role {
  margin: 0 0 10px;
  font-family: var(--style-font);
  font-size: 0.82rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #e7cc84;
}

.bb-founder-profile__style {
  margin: 0;
  font-family: var(--body-font);
  font-size: 1.03rem;
  line-height: 1.72;
  color: var(--bb-founder-soft-ink);
}

.bb-founder-profile__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
}

.bb-founder-profile__tags li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(197, 161, 74, 0.32);
  background: rgba(10, 9, 15, 0.72);
  color: #ddcfb1;
  font-family: var(--style-font);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb-founder-profile__story {
  margin-top: 44px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  border: 1px solid rgba(197, 161, 74, 0.24);
  background:
    linear-gradient(180deg, rgba(240, 237, 230, 0.03), rgba(240, 237, 230, 0.01)),
    radial-gradient(circle at 88% 10%, rgba(216, 30, 91, 0.14), transparent 36%),
    #090810;
  box-shadow: 0 34px 68px rgba(0, 0, 0, 0.34);
  padding: 52px clamp(24px, 4.6vw, 72px) 58px;
}

.bb-founder-profile__story-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.bb-founder-profile__story-head h2 {
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  color: #f2e8d8;
}

.bb-founder-profile__story-deck {
  margin: 10px 0 0;
  font-family: var(--body-font);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #bdb2cb;
}

.bb-founder-profile__story-head span {
  font-family: var(--style-font);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(197, 161, 74, 0.82);
}

.bb-founder-profile__story-rule {
  margin: 18px 0 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(197, 161, 74, 0.72), rgba(216, 30, 91, 0.45), transparent);
}

.bb-founder-profile__pullquote {
  margin: 0 0 24px;
  padding: 16px 20px;
  border-left: 3px solid rgba(197, 161, 74, 0.78);
  background: rgba(11, 10, 16, 0.66);
  border-radius: 8px;
  font-family: var(--title-font);
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  line-height: 1.62;
  color: #f1e7d8;
}

.bb-founder-profile__focus-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
}

.bb-founder-profile__focus-chips li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(197, 161, 74, 0.3);
  background: rgba(11, 10, 16, 0.7);
  color: #d9cdb2;
  font-family: var(--style-font);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bb-founder-profile__bio {
  display: grid;
  gap: 16px;
  max-width: 104ch;
}

.bb-founder-profile__bio p {
  margin: 0;
  font-family: var(--body-font);
  font-size: 1.02rem;
  line-height: 1.9;
  color: #cec4da;
  text-wrap: pretty;
}

.bb-founder-profile__bio p.is-lead {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #f2e8d8;
}

.bb-founder-profile__bio p.is-lead::first-letter {
  float: left;
  font-family: var(--title-font);
  font-size: 3.15em;
  line-height: 0.84;
  margin-right: 0.12em;
  margin-top: 0.08em;
  color: #e7cc84;
}

@media (max-width: 1199px) {
  .bb-founder-profile__hero {
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    gap: 30px;
  }

  .bb-founder-profile__intro {
    padding: 30px 30px;
  }

  .bb-founder-profile__story {
    padding: 44px 32px 48px;
  }
}

@media (max-width: 991px) {
  .bb-team-hero {
    min-height: auto;
    padding: 126px 0 92px;
  }

  .bb-team-hero__title {
    font-size: clamp(2.5rem, 7vw, 4.3rem);
  }

  .bb-team-hero__lead {
    max-width: 100%;
  }

  .bb-team-hero__stats {
    max-width: 100%;
  }

  .bb-team-roster {
    padding: 88px 0;
  }

  .bb-team-roster--founders {
    padding-bottom: 44px;
  }

  .bb-team-roster--faculty {
    padding-top: 44px;
  }

  .bb-chroma-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --r: 210px;
  }

  .bb-team-pillars {
    padding: 0 0 88px;
  }

  .bb-team-flow {
    padding: 90px 0;
  }

  .bb-team-flow__track {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bb-team-flow__track::before {
    display: none;
  }

  .bb-founder-profile {
    padding: 128px 0 96px;
  }

  .bb-founder-profile__hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bb-founder-profile__portrait {
    max-width: 430px;
    margin: 0 auto;
  }

  .bb-founder-profile__intro {
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
  }

  .bb-founder-profile__tags {
    justify-content: flex-start;
  }

  .bb-founder-profile__story {
    margin-top: 34px;
    padding: 36px 28px 40px;
  }
}

@media (max-width: 575px) {
  .bb-team-hero {
    padding: 106px 0 80px;
  }

  .bb-team-hero__title {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .bb-team-hero__lead {
    font-size: 0.98rem;
  }

  .bb-team-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.19em;
  }

  .bb-team-hero__eyebrow::after {
    width: 48px;
  }

  .bb-team-hero__actions {
    gap: 12px;
  }

  .bb-team-hero .th-btn.blue-btn {
    width: 100%;
    text-align: center;
  }

  .bb-team-hero__stats {
    grid-template-columns: 1fr;
  }

  .bb-chroma-grid {
    grid-template-columns: 1fr;
    --r: 170px;
  }

  .bb-chroma-card {
    max-width: 360px;
  }

  .bb-chroma-info {
    padding: 0.82rem 0.86rem 0.9rem;
  }

  .bb-chroma-info .name {
    font-size: 1.22rem;
  }

  .bb-chroma-profile {
    padding: 1rem 0.9rem 0.95rem;
  }

  .bb-chroma-profile h3 {
    font-size: 1.2rem;
  }

  .bb-chroma-profile__headline,
  .bb-chroma-profile__focus li,
  .bb-chroma-profile__note {
    font-size: 0.84rem;
  }

  .bb-team-section-head {
    margin-bottom: 30px;
  }

  .bb-team-cta {
    padding-bottom: 88px;
  }

  .bb-team-cta__box {
    padding: 40px 18px;
  }

  .bb-founder-profile {
    padding: 106px 0 78px;
  }

  .bb-founder-profile__back {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
    padding: 10px 14px;
  }

  .bb-founder-profile__hero {
    gap: 22px;
  }

  .bb-founder-profile__intro {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .bb-founder-profile__portrait-frame {
    padding: 8px;
    border-radius: 20px;
  }

  .bb-founder-profile__portrait-frame::before {
    border-radius: 20px;
  }

  .bb-founder-profile__portrait-frame img {
    border-radius: 14px;
  }

  .bb-founder-profile__name {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }

  .bb-founder-profile__role {
    font-size: 0.74rem;
  }

  .bb-founder-profile__style {
    font-size: 0.92rem;
  }

  .bb-founder-profile__tags {
    gap: 8px;
  }

  .bb-founder-profile__tags li {
    font-size: 0.62rem;
    padding: 7px 10px;
  }

  .bb-founder-profile__story {
    padding: 30px 18px 32px;
    border-radius: 20px;
  }

  .bb-founder-profile__story-head h2 {
    font-size: 1.34rem;
  }

  .bb-founder-profile__story-deck {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .bb-founder-profile__pullquote {
    padding: 12px 13px;
    font-size: 1.02rem;
    line-height: 1.56;
    margin-bottom: 16px;
  }

  .bb-founder-profile__focus-chips {
    margin: 0 0 18px;
    gap: 8px;
  }

  .bb-founder-profile__focus-chips li {
    font-size: 0.6rem;
    padding: 7px 9px;
  }

  .bb-founder-profile__bio p {
    font-size: 0.93rem;
    line-height: 1.78;
  }

  .bb-founder-profile__bio p.is-lead {
    font-size: 1.02rem;
  }

  .bb-founder-profile__bio p.is-lead::first-letter {
    float: left;
    margin-right: 0.12em;
    margin-top: 0.08em;
    color: #e7cc84;
    font-family: var(--title-font);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-team-hero__texture,
  .bb-team-hero__bg,
  .bb-chroma-card,
  .bb-team-card,
  .bb-team-pillar,
  .bb-team-flow__step {
    animation: none !important;
  }

  .bb-chroma-card,
  .bb-chroma-fade,
  .bb-team-card,
  .bb-team-pillar,
  .bb-team-flow__step {
    transition: none !important;
  }
}
