.staff-page {
  padding-bottom: 120px;
}

.staff-hero {
  margin: 0 0 28px;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid #ececea;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 32px;
  align-items: end;
}

.staff-hero__eyebrow {
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--fc-bubblegum);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.staff-hero__title {
  margin: 0 0 14px;
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: .95;
  letter-spacing: 0;
  max-width: 12ch;
}

.staff-hero__sub {
  margin: 0;
  font-size: 15px;
  color: rgba(0,0,0,.7);
  line-height: 1.55;
  max-width: 52ch;
}

.staff-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #ececea;
}

.staff-hero__meta > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.staff-hero__label {
  font-family: var(--fc-font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(0,0,0,.5);
  text-transform: uppercase;
}

.staff-hero__meta b {
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.staff-feature {
  margin: 0 0 36px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  overflow: hidden;
}

.staff-feature__art {
  width: 220px;
  height: 220px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--shirt-a), var(--shirt-b));
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.staff-feature__art span {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--fc-font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--fc-volt);
  color: #000;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 700;
}

.staff-shirt {
  width: 130px;
  height: 150px;
  background:
    linear-gradient(90deg, var(--shirt-a) 0 42%, var(--shirt-c, #fff) 42% 58%, var(--shirt-b) 58% 100%);
  clip-path: polygon(15% 0, 85% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.26);
}

.staff-feature__eyebrow {
  font-family: var(--fc-font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--fc-volt);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.staff-feature__eyebrow a {
  color: #fff;
  text-decoration: none;
}

.staff-feature h2 {
  margin: 0 0 14px;
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

.staff-feature__meta {
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.staff-feature__quote {
  margin: 0 0 20px;
  padding: 16px 18px;
  background: rgba(255,255,255,.06);
  border-left: 3px solid var(--fc-volt);
  border-radius: 0 6px 6px 0;
  font-size: 15px;
  line-height: 1.55;
  max-width: 64ch;
}

.staff-feature__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.staff-play,
.staff-feature__link {
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.staff-play {
  width: 38px;
  border: 0;
  background: #000;
  color: #fff;
  transition: background var(--fc-t-fast), transform var(--fc-t-fast);
}

/* FAN-581 (A11Y-M07): inherited white icon on bubblegum was 2.57:1, fails
   even the 3:1 icon floor — ink reaches 8.16:1. */
.staff-play:hover {
  background: var(--fc-bubblegum);
  color: var(--fc-black);
  transform: scale(1.06);
}

.staff-play--feature {
  width: auto;
  padding: 0 22px;
  background: var(--fc-volt);
  color: #000;
}

.staff-play--feature:hover {
  background: #fff;
  color: #000;
}

.staff-feature__link {
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
}

.staff-feature__link:hover {
  background: rgba(255,255,255,.08);
}

.staff-list {
  background: #fff;
  border: 1px solid #ececea;
  border-radius: 8px;
  overflow: hidden;
}

.staff-pg {
  margin: 28px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: var(--fc-font-mono);
  font-size: 12px;
}

.staff-pg a,
.staff-pg span {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  text-decoration: none;
  color: rgba(0,0,0,.65);
  border: 1px solid #ececea;
  background: #fff;
}

.staff-pg a:hover {
  background: #faf9f5;
  color: #000;
}

.staff-pg .cur {
  background: #000;
  color: #fff;
  border-color: #000;
}

.staff-submit {
  margin: 32px 0 0;
  background: var(--fc-volt);
  color: #000;
  border-radius: 8px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.staff-submit h2 {
  margin: 0 0 4px;
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
}

.staff-submit p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  max-width: 58ch;
}

.staff-submit a {
  background: #000;
  color: var(--fc-volt);
  border: 0;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--fc-font-display);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .staff-hero,
  .staff-feature,
  .staff-submit {
    grid-template-columns: 1fr;
  }

  .staff-feature__art {
    width: 100%;
    max-width: 260px;
  }

}

@media (max-width: 680px) {
  .staff-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .staff-hero,
  .staff-feature,
  .staff-submit {
    padding: 24px;
  }

  .staff-hero__title {
    font-size: 42px;
  }

  .staff-hero__meta {
    grid-template-columns: 1fr;
  }

  .staff-feature h2 {
    font-size: 32px;
  }

  .staff-submit a {
    justify-self: start;
  }
}
