.contact-bar{
  display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center;
  padding:12px clamp(12px,3vw,28px);
  background:rgba(255,250,244,.72);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(139,74,43,.14);
}
.contact-item{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  background:#fff;padding:10px 14px;border-radius:999px;text-decoration:none;color:#5f2f1c;
  border:1px solid rgba(139,74,43,.16);font-weight:850;font-size:14px;
  box-shadow:0 8px 20px rgba(63,35,22,.08);
}
.contact-item:last-child{max-width:680px;border-radius:18px;line-height:1.35;text-align:center;color:#345045}
@media(max-width:560px){.contact-bar{justify-content:stretch}.contact-item{width:100%}}
