.section { padding: var(--section-py) var(--px) }
.section.gray { background: var(--light) }

.sec-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 10px;
}

.sec-title {
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  word-break: keep-all;
  margin-bottom: clamp(24px, 3.5vw, 40px);
}
