.prototype-partners-section { padding-block: clamp(72px, 6.5vw, 108px); background: var(--bg); color: var(--white); }
.prototype-partners-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: clamp(28px, 3.5vw, 56px); margin-bottom: 48px; }
.prototype-partners-heading .eyebrow { color: #b49ae9; margin-bottom: 25px; letter-spacing: .17em; }
.prototype-partners-heading h2 { font-size: clamp(2.8rem, 5.45vw, 5.5rem); line-height: 1.04; }
.prototype-partners-intro { border-left: 1px solid var(--secondary); padding: 22px 0 22px clamp(28px, 3.1vw, 50px); font-family: var(--serif); font-size: clamp(1.2rem, 1.95vw, 1.85rem); line-height: 1.45; color: #e2deec; }
.prototype-partners-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 26px 0; border-block: 1px solid var(--secondary); }
.prototype-partners-band li { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 18px 28px 12px; }
.prototype-partners-band li + li { border-left: 1px solid var(--secondary); }
.prototype-partners-band h3 { font-family: var(--sans); font-size: .75rem; line-height: 1.5; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.prototype-partners-band img { width: min(100%, 330px); height: auto; aspect-ratio: 9 / 4; object-fit: contain; }
.prototype-partners-bottom { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 32px; }
.prototype-partners-bottom p { max-width: 720px; color: #c9c4d7; font-size: .875rem; line-height: 1.65; }
.prototype-partners-bottom .button { flex-shrink: 0; border-radius: 999px; padding-inline: 28px; }
.prototype-partners-disclosure { margin-top: 62px; padding-top: 22px; border-top: 1px solid var(--secondary); color: #bfbacd; font-size: .6875rem; line-height: 1.7; letter-spacing: .11em; }
@media (max-width: 1000px) {
  .prototype-partners-band li { padding-inline: 18px; }
  .prototype-partners-band h3 { font-size: .6875rem; letter-spacing: .07em; }
}
@media (max-width: 760px) {
  .prototype-partners-section { padding-block: 62px; }
  .prototype-partners-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 34px; }
  .prototype-partners-heading h2 { font-size: clamp(2.8rem, 9.8vw, 4.4rem); line-height: 1.04; }
  .prototype-partners-heading .eyebrow { margin-bottom: 22px; }
  .prototype-partners-intro { border-left: 0; padding: 0; max-width: 32em; font-size: 1.25rem; }
  .prototype-partners-band { grid-template-columns: 1fr; padding: 0; }
  .prototype-partners-band li { padding: 28px 12px 23px; gap: 14px; }
  .prototype-partners-band li + li { border-left: 0; border-top: 1px solid var(--secondary); }
  .prototype-partners-band h3 { font-size: .75rem; letter-spacing: .1em; }
  .prototype-partners-band img { width: min(100%, 290px); }
  .prototype-partners-bottom { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 26px; }
  .prototype-partners-bottom p { font-size: .8125rem; }
  .prototype-partners-disclosure { margin-top: 42px; font-size: .625rem; }
}
