.contact-section {
  padding: 80px 0 48px;
}

.section-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

.contact-section h1 {
  margin: 0;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 650;
}

.contact-lead {
  margin: 12px 0 48px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  white-space: nowrap;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.contact-links a {
  display: block;
}

@media (max-width: 860px) {
  .contact-section {
    padding: 56px 0 80px;
  }

  .contact-section h1 {
    font-size: 36px;
  }

  .contact-lead {
    font-size: 16px;
    line-height: 1.7;
    white-space: normal;
  }

  .contact-links {
    gap: 24px;
    font-size: 16px;
  }
}
