/* Contact us — matched to versacontrols.com/contact-us/ */

.page-contact-us .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-contact-us .contact-kicker {
  margin: 0 0 0.55rem;
  color: #EC7626;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.4;
}

.page-contact-us .contact-kicker--light {
  color: #EC7626;
}

/* Reach out — form left + details right */
.page-contact-us .contact-reach {
  background: #fff;
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.page-contact-us .contact-reach__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.page-contact-us .contact-reach__form-col h2 {
  margin: 0 0 0.7rem;
  color: #434242;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-contact-us .contact-reach__lead {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: #616161;
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-contact-us .contact-enquiry {
  display: grid;
  gap: 0.85rem;
}

.page-contact-us .contact-enquiry input,
.page-contact-us .contact-enquiry textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: #434242;
  background: #fff;
}

.page-contact-us .contact-enquiry input::placeholder,
.page-contact-us .contact-enquiry textarea::placeholder {
  color: #9a9a9a;
}

.page-contact-us .contact-enquiry input:focus,
.page-contact-us .contact-enquiry textarea:focus {
  outline: none;
  border-color: #EC7626;
  box-shadow: 0 0 0 2px rgba(236, 118, 38, 0.15);
}

.page-contact-us .contact-enquiry textarea {
  min-height: 140px;
  resize: vertical;
}

.page-contact-us .contact-enquiry__submit {
  justify-self: start;
  min-width: 140px;
  min-height: 46px;
  margin-top: 0.25rem;
  border: 0;
  border-radius: 2px;
  padding: 0.75rem 1.6rem;
  background: #EC7626;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page-contact-us .contact-enquiry__submit:hover,
.page-contact-us .contact-enquiry__submit:focus-visible {
  background: #d4651a;
  outline: none;
}

.page-contact-us .contact-form-error {
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.9rem;
  border-radius: 4px;
  background: rgba(236, 118, 38, 0.1);
  color: #a34d0f;
  font-size: 0.9rem;
  font-weight: 500;
}

.page-contact-us .contact-form-success {
  margin: 0;
  padding: 1rem 0;
  color: #616161;
  font-size: 0.98rem;
  line-height: 1.6;
}

.page-contact-us .contact-aside-block {
  margin: 0 0 1.15rem;
  padding: 0 0 1.15rem;
  border-bottom: 1px dashed #d8d8d8;
}

.page-contact-us .contact-aside-block--social {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-contact-us .contact-aside-block h3 {
  margin: 0 0 0.55rem;
  color: #EC7626;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
}

.page-contact-us .contact-aside-block p {
  margin: 0;
  color: #616161;
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-contact-us .contact-aside-block__stack {
  display: grid;
  gap: 0.2rem;
}

.page-contact-us .contact-aside-block a {
  color: #616161;
  text-decoration: none;
}

.page-contact-us .contact-aside-block a:hover,
.page-contact-us .contact-aside-block a:focus-visible {
  color: #EC7626;
  outline: none;
}

.page-contact-us .contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.page-contact-us .contact-social a {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 4px;
  background: #434242;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-contact-us .contact-social a:hover,
.page-contact-us .contact-social a:focus-visible {
  background: #EC7626;
  color: #fff;
  outline: none;
}

/* Our Presence + maps */
.page-contact-us .contact-presence {
  background: #f7f7f7;
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.page-contact-us .contact-presence__head {
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.page-contact-us .contact-presence__head h2 {
  margin: 0;
  color: #434242;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page-contact-us .contact-presence__map-art {
  margin: 0 0 1.5rem;
}

.page-contact-us .contact-presence__map-art img {
  display: block;
  width: 100%;
  height: auto;
}

.page-contact-us .contact-presence__gmap {
  overflow: hidden;
  border-radius: 4px;
  background: #eaeaea;
}

.page-contact-us .contact-presence__gmap iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* Partners band — exact match: globe left, content on orange right */
.page-contact-us .contact-partners {
  position: relative;
  margin: 0;
  padding: 0;
  background: #EC7626 url("../images/contact/partners-globe.png") left center / cover no-repeat;
  color: #fff;
}

.page-contact-us .contact-partners__shell {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: clamp(2.75rem, 5vw, 4.5rem) 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: clamp(320px, 42vw, 460px);
}

.page-contact-us .contact-partners__content {
  width: min(100%, 58%);
  max-width: 640px;
}

.page-contact-us .contact-partners__head {
  margin: 0 0 1.75rem;
}

.page-contact-us .contact-partners__kicker {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
}

.page-contact-us .contact-partners__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  max-width: 34rem;
}

.page-contact-us .contact-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
  align-items: start;
}

.page-contact-us .contact-partners__item {
  min-width: 0;
}

.page-contact-us .contact-partners__item img {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 52px;
  height: auto;
  margin: 0 0 0.85rem;
  object-fit: contain;
  object-position: left center;
}

.page-contact-us .contact-partners__item h3 {
  margin: 0 0 0.4rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

.page-contact-us .contact-partners__item p {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .page-contact-us .contact-reach__grid {
    grid-template-columns: 1fr;
  }

  .page-contact-us .contact-partners {
    background-position: 20% center;
  }

  .page-contact-us .contact-partners__shell {
    justify-content: flex-start;
    min-height: 0;
  }

  .page-contact-us .contact-partners__content {
    width: 100%;
    max-width: none;
    background: rgba(236, 118, 38, 0.92);
    border-radius: 12px;
    padding: 1.35rem 1.2rem;
  }

  .page-contact-us .contact-partners__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-contact-us .contact-partners__content {
    padding: 1.25rem 1rem;
  }
}
