.hero {
  padding-top: 80px;
}

.hero__grid {
  display: grid;
  justify-items: start;
  align-items: center;
  text-align: left;
  gap: 28px;
}

.hero__text {
  max-width: 720px;
}

.hero__text h1 {
  margin: 12px 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  justify-content: center;
}

.lede {
  font-size: 20px;
  margin: 12px 0;
  color: var(--text);
}

.tech-line {
  color: var(--accent);
  font-weight: 600;
  margin: 32px 0 16px;
}

.summary {
  color: var(--text-muted);
  margin-bottom: 32px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }

  .hero__text h1 {
    font-size: 32px;
  }
}
