.prototype-team-section { padding-block: 88px; background: var(--bg); }
.prototype-team-heading { display: grid; grid-template-columns: 1.65fr 1fr; gap: 44px; align-items: center; margin-bottom: 44px; }
.prototype-team-heading .eyebrow { color: #b49ae9; margin-bottom: 20px; }
.prototype-team-heading h2 { font-size: clamp(2.8rem, 4.75vw, 4.9rem); line-height: 1.04; }
.prototype-team-intro { border-left: 1px solid var(--secondary); padding: 20px 0 20px 36px; font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.45; color: #d5d1e2; }
.prototype-team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.stock-player-card { min-width: 0; padding: 0; border: 1px solid #72569b; border-radius: 8px; background: #14162c; text-align: left; transition: border-color .2s, transform .2s; }
.stock-player-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.stock-player-top { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding: 19px 17px; font-size: .6875rem; font-weight: 700; letter-spacing: .06em; }
.stock-player-top > span:last-child { font-size: 1.45rem; line-height: 1; }
.stock-player-photo { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #1d2036; }
.stock-player-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.stock-player-card:nth-child(2) img { object-position: center 28%; }
.stock-player-card:nth-child(4) img { object-position: 60% center; }
.stock-player-photo::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(11,12,28,.92)); pointer-events: none; }
.stock-player-number { position: absolute; z-index: 1; left: 17px; bottom: 13px; color: var(--accent); font-family: var(--serif); font-size: clamp(3.6rem, 5.8vw, 5.6rem); letter-spacing: -.06em; line-height: .9; }
.stock-player-card:nth-child(even) .stock-player-number { color: #b49ae9; }
.stock-photo-label { position: absolute; z-index: 1; right: 14px; bottom: 14px; color: #fff; font-size: .5625rem; font-weight: 700; letter-spacing: .1em; }
.stock-player-bottom { display: flex; flex-direction: column; gap: 8px; padding: 22px 17px 25px; }
.stock-player-bottom strong { font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2.15rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.1; }
.stock-player-bottom > span { color: #c5bfd6; font-size: .75rem; line-height: 1.45; }
.prototype-team-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 36px; margin-top: 30px; }
.prototype-team-note { max-width: 630px; color: #bfbacd; font-size: .75rem; line-height: 1.65; }
.prototype-team-bottom > a { flex-shrink: 0; min-height: 44px; }
.prototype-team-credits { margin-top: 12px; color: #bfbacd; font-size: .6875rem; line-height: 1.7; }
.prototype-team-credits summary { width: fit-content; cursor: pointer; padding-block: 12px; min-height: 44px; }
.prototype-team-credits summary:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.prototype-team-credits p { max-width: 860px; margin-top: 8px; }
.prototype-team-credits a { text-decoration: underline; text-underline-offset: 3px; }
.prototype-team-credits a:hover { color: var(--white); }
@media (max-width: 1050px) {
  .prototype-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prototype-team-heading { grid-template-columns: 1.5fr 1fr; gap: 28px; }
  .prototype-team-heading h2 { font-size: clamp(2.6rem, 4.75vw, 4rem); }
  .prototype-team-intro { padding-left: 25px; }
  .stock-player-top { padding-inline: 22px; font-size: .75rem; }
  .stock-player-photo { aspect-ratio: 1 / 1; }
  .stock-player-bottom { padding-inline: 22px; }
  .stock-player-bottom strong { font-size: 2rem; }
  .prototype-team-bottom { flex-direction: column; gap: 20px; }
}
@media (max-width: 600px) {
  .prototype-team-section { padding-block: 62px; }
  .prototype-team-heading { display: block; margin-bottom: 30px; }
  .prototype-team-heading h2 { font-size: clamp(2.3rem, 8.8vw, 3.35rem); }
  .prototype-team-intro { border: 0; padding: 0; margin-top: 23px; font-size: 1.125rem; max-width: 32em; }
  .prototype-team-grid { gap: 14px; }
  .stock-player-top { padding: 14px 10px; font-size: .625rem; letter-spacing: .015em; }
  .stock-player-top > span:last-child { font-size: 1.125rem; }
  .stock-player-photo { aspect-ratio: 3 / 4; }
  .stock-player-number { font-size: 3.5rem; left: 10px; bottom: 20px; }
  .stock-photo-label { right: 9px; bottom: 7px; font-size: .5rem; }
  .stock-player-bottom { padding: 17px 10px 20px; gap: 6px; }
  .stock-player-bottom strong { font-size: 1.45rem; }
  .stock-player-bottom > span { font-size: .6875rem; }
  .prototype-team-bottom { margin-top: 25px; }
}
@media (max-width: 360px) {
  .prototype-team-grid { grid-template-columns: 1fr; }
  .stock-player-top { padding: 17px; font-size: .75rem; letter-spacing: .06em; }
  .stock-player-photo { aspect-ratio: 4 / 5; }
  .stock-player-bottom { padding-inline: 17px; }
  .stock-player-bottom strong { font-size: 1.85rem; }
  .stock-player-number { left: 17px; font-size: 4.6rem; }
  .stock-photo-label { font-size: .5625rem; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { .stock-player-card { transition: none; } .stock-player-card:hover { transform: none; } }
