.contact-section {
  background: var(--grey-bg);
  border-bottom: 1px solid var(--grey-light);
}

.contact-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700;
  font-style: italic;
  color: var(--dark);
  margin-bottom: var(--sp-xs);
  line-height: 1.3;
}

.contact-body {
  font-size: var(--t-body);
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: var(--sp-md);
}