/* Equipment heading: two intentional lines */

.equipment-copy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4) clamp(2.5rem, 5vw, 5rem);
}

.equipment-copy h2 {
  max-width: none;
  font-size: clamp(2rem, 1.7rem + 0.8vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.equipment-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .equipment-title span {
    white-space: normal;
  }
}

@media (max-width: 880px) {
  .equipment-copy h2 {
    max-width: 19ch;
  }
}
