/* =============================
   Contact Us Section
   ============================= */
.contact{
  padding: clamp(48px, 8vw, 72px) 0;
}

.contact h2{
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 6px;
}

.contact-subtitle{
  font-size: 14px;
  opacity: .75;
  margin-bottom: 32px;
  max-width: 520px;
}

/* Honeypot hidden field */
.hp-field{
  position:absolute;
  left:-9999px;
  opacity:0;
}

.contact-success{
  display: none;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gold-soft);
  opacity: .9;
}