.contact-us-page {
  min-height: 520px;
  background: #ffffff;
}

body.page-template-page-contact-us {
  background: #e7e7e7;
}

body.page-template-page-contact-us .site-header.is-scrolled {
  background-color: #e7e7e7;
  box-shadow: none;
}

.contact-us-hero {
  min-height: clamp(430px, 52vw, 580px);
  padding: clamp(54px, 6vw, 88px) 0 clamp(86px, 9vw, 130px);
}

.contact-us-hero__inner {
  max-width: 880px;
}

.contact-us-section-title {
  margin: 0 auto clamp(84px, 8.8vw, 126px);
  gap: clamp(36px, 5vw, 64px);
}



.contact-us-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(52px, 6.8vw, 98px);
  align-items: start;
}

.contact-us-card h2 {
  margin: 0 0 20px;
  color: #4f4f4f;
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3px;
  ;
}

.contact-us-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-us-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}

.contact-us-list a:hover,
.contact-us-list a:focus-visible {
  color: #1387cf;
}

.contact-us-list__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.contact-us-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .contact-us-hero__inner {
    max-width: 780px;
  }

  .contact-us-grid {
    gap: 34px;
  }

  .contact-us-list li {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .contact-us-hero {
    padding: 42px 0 68px;
  }

  .contact-us-section-title {
    margin-bottom: 54px;
    gap: 18px;
  }

  .contact-us-section-title .nsw-section-title__text {
    font-size: 34px;
    letter-spacing: 0.04em;
  }

  .contact-us-section-title .nsw-section-title__icon {
    width: 62px;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 420px;
    margin: 0 auto;
  }

  .contact-us-card h2 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .contact-us-list li {
    align-items: flex-start;
    font-size: 14px;
  }
}
