/* Homepage craft visual supplied by ImageGen; preserves the approved section layout. */
.traditional-neon {
  background-image: linear-gradient(90deg, #080b11e6, #080b1199), url('../images/homepage-neon-craft.png');
  background-position: center;
  background-size: cover;
  color: var(--text);
}

.traditional-neon h2 {
  color: var(--text);
}

.traditional-neon p:not(.eyebrow) {
  color: #e4e8ed;
}

.traditional-neon .text-link {
  color: var(--lime);
}

.traditional-neon .text-link:hover {
  color: var(--text);
}

/* Keep the What We Do cards easy to scan across uneven copy lengths. */
.solution-card h3 {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.3vw, 1.35rem);
  overflow-wrap: break-word;
}

.solution-card b {
  margin-top: auto;
}

.solution-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.project-image span {
  display: none;
}

.project-image.one,
.project-image.two,
.project-image.three {
  background-position: center;
  background-size: cover;
}

.project-image.one {
  background-image: linear-gradient(180deg, #080b1126, #080b11a6), url('../images/project-mandarin.png');
}

.project-image.two {
  background-image: linear-gradient(180deg, #080b1126, #080b11a6), url('../images/project-industrial.png');
}

.project-image.three {
  background-image: linear-gradient(180deg, #080b1126, #080b11a6), url('../images/project-institutional.png');
}

@media (max-width: 900px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#capabilities {
  background-image: linear-gradient(90deg, #080b11f2, #080b11cc), url('../images/service-matrix.png');
  background-position: center right;
  background-size: cover;
}
