/* ICHA V4.3 Contact page: map-led conversion layout, scoped to contact.html only. */
.contact-simple-page {
  background: #f5f3ef;
}

.contact-simple-intro {
  padding: clamp(6.25rem, 8vw, 7.75rem) 0 clamp(1.45rem, 2.6vw, 2.1rem);
  border-bottom: 1px solid rgba(22, 22, 22, .18);
}

.contact-simple-intro .eyebrow {
  margin-bottom: .65rem;
}

.contact-simple-intro h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.35rem, 4.3vw, 3.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.contact-map-section {
  padding: clamp(2.25rem, 4.5vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
}

.contact-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.contact-map-column,
.contact-form-column {
  min-width: 0;
}

.contact-map-frame {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #e8e5df;
  border: 1px solid rgba(22, 22, 22, .2);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.contact-location-details {
  padding-top: 1.45rem;
  border-top: 1px solid rgba(22, 22, 22, .18);
  margin-top: 1.35rem;
}

.contact-location-details h2 {
  margin: 0 0 .65rem;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}

.contact-location-details address {
  margin: 0;
  color: #4a4a46;
  font-style: normal;
  line-height: 1.6;
}

.contact-location-links {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.3rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(22, 22, 22, .13);
}

.contact-location-links a {
  color: #111;
  font-weight: 650;
  text-decoration: none;
}

.contact-location-links a:hover,
.contact-location-links a:focus-visible {
  color: var(--ifrc-red, #d9232e);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.contact-simple-form {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-simple-form-head {
  padding-bottom: 1.15rem;
  margin-bottom: 1.65rem;
  border-bottom: 1px solid rgba(22, 22, 22, .18);
}

.contact-simple-form-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.5rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.contact-simple-form .form-field {
  margin-bottom: 1.35rem;
}

.contact-simple-form textarea {
  min-height: 220px;
}

.contact-simple-form .form-submit {
  margin-top: .35rem;
}

@media (max-width: 920px) {
  .contact-map-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 440px;
    height: 440px;
  }
}

@media (max-width: 640px) {
  .contact-simple-intro {
    padding-top: 5.75rem;
  }

  .contact-map-section {
    padding-top: 1.75rem;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 340px;
    height: 340px;
  }

  .contact-location-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
