.prototype-club-section {
  padding-block: clamp(80px, 7vw, 118px);
}

.prototype-club-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: stretch;
}

.prototype-club-heading {
  min-width: 0;
  padding-right: clamp(32px, 4vw, 64px);
}

.prototype-club-heading .eyebrow {
  color: var(--secondary);
  letter-spacing: .19em;
  margin-bottom: 30px;
}

.prototype-club-heading h2 {
  font-size: clamp(3rem, 6.45vw, 6.75rem);
  line-height: 1.01;
  letter-spacing: -.055em;
}

.prototype-club-details {
  min-width: 0;
  border-left: 1px solid var(--secondary);
  padding: 48px 0 48px clamp(32px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.prototype-club-description {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: 1.4;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.prototype-club-note {
  margin-top: 35px;
  font-size: .6875rem;
  line-height: 1.7;
  letter-spacing: .11em;
}

.prototype-club-details .button {
  margin-top: 29px;
  border-radius: 999px;
  padding-inline: 27px;
}

@media (max-width: 760px) {
  .prototype-club-section { padding-block: 62px; }
  .prototype-club-grid { grid-template-columns: 1fr; gap: 34px; }
  .prototype-club-heading { padding-right: 0; }
  .prototype-club-heading .eyebrow { margin-bottom: 24px; }
  .prototype-club-heading h2 { font-size: clamp(2.55rem, 10.8vw, 4.7rem); line-height: 1.04; }
  .prototype-club-details { border-left: 0; border-top: 1px solid var(--secondary); padding: 29px 0 0; }
  .prototype-club-description { font-size: 1.25rem; line-height: 1.45; max-width: 34em; }
  .prototype-club-note { margin-top: 25px; font-size: .625rem; }
  .prototype-club-details .button { margin-top: 23px; }
}
