/* ============================================================
   CLOSING SLIDE — Collaboration
   ============================================================ */

.collab {
  text-align: center;
}

.collab__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 36px;
}

.collab__logo--cigweld {
  height: 48px;
  width: auto;
}

.collab__logo--intuji {
  height: 48px;
  width: auto;
}

.collab__x {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
}

.collab__heading {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.02em;
}
