.map-embed { filter: saturate(1.05); }
input, textarea { transition: box-shadow .2s ease, border-color .2s ease; }
input:focus, textarea:focus { box-shadow: 0 0 0 4px rgba(33,112,145,0.15); border-color: rgba(33,112,145,0.4); }

/* Global base.css section padding stacks here and leaves a huge white band above “Sales” etc. */
.contact-page section.contact-form-block {
  padding-top: 2.5rem !important;
  padding-bottom: 2rem !important;
}
.contact-page section.contact-bridge {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.contact-page section.contact-follow {
  padding-top: 1.5rem !important;
}
@media (min-width: 641px) {
  .contact-page section.contact-form-block {
    padding-top: 3rem !important;
    padding-bottom: 2.5rem !important;
  }
  .contact-page section.contact-bridge {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .contact-page section.contact-follow {
    padding-top: 2rem !important;
  }
}

.contact-bridge .contact-bridge-bg {
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(33, 112, 145, 0.12) 0, transparent 45%),
    radial-gradient(circle at 80% 40%, rgba(197, 80, 77, 0.08) 0, transparent 40%);
}

/* Responsive improvements for contact page */
@media (max-width: 640px) {
  .map-embed {
    height: 250px !important;
    min-height: 250px;
  }
  
  input, textarea {
    font-size: 16px !important; /* Prevents zoom on iOS */
  }
}
