/* =============================
   CONTACT PAGE
============================= */

.vd-contactHero{
  padding: clamp(34px, 6vw, 70px) 0 18px;
}

.vd-contactHero__title{
  margin: 0 0 10px;
  font-size: clamp(28px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 1000;
}

.vd-contactHero__sub{
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.vd-contactDetails,
.vd-contactOrder{
  padding: 18px 0 0;
}

.vd-contactCard{
  border: 1px solid rgba(245,247,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.vd-contactCard__title{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 1000;
}

.vd-contactCard__sub{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.6;
}

.vd-contactEmail{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(245,247,255,.12);
  background: rgba(255,255,255,.04);
  font-weight: 900;
}

.vd-contactEmail:hover{
  background: rgba(255,255,255,.06);
}

.vd-contactForm{
  margin-top: 12px;
}

/* Tighten spacing on small screens */
@media (max-width: 720px){
  .vd-contactCard{ padding: 14px; }
}