.contact-page {
  background: var(--paper);
}

.contact-wrap {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.contact-hero {
  padding: clamp(86px, 10vw, 140px) 0 clamp(56px, 7vw, 86px);
}

.contact-hero p {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(18px, 1.6vw, 22px);
  text-transform: uppercase;
}

.contact-hero h1 {
  width: min(980px, 100%);
  margin: 0;
  color: #1157a0;
  font-family: "Questrial", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(42px, 7vw, 78px);
  align-items: start;
  padding: 0 0 clamp(96px, 12vw, 152px);
}

.contact-copy p {
  width: min(450px, 100%);
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.32;
}

.contact-copy dl {
  margin: 44px 0 0;
}

.contact-copy dt {
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 23px);
  text-transform: uppercase;
}

.contact-copy dd {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(18px, 1.65vw, 23px);
}

.contact-copy a:hover {
  color: #1157a0;
}

.contact-form {
  padding: 36px clamp(36px, 4.8vw, 60px);
  color: var(--white);
  background-color: #1157a0;
  background-image: url("../images/aboutus-v4/aboutus-bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(5, 47, 110, 0.15);
}

.contact-form h3 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
}

.contact-form label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.contact-form input {
  height: 40px;
  padding: 0 12px;
}

.contact-form textarea {
  height: 96px;
  min-height: 76px;
  padding: 12px;
  resize: vertical;
}

.contact-form .button {
  min-width: 150px;
  margin-top: 0;
  border: 0;
}

@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    padding-top: 64px;
  }

  .contact-form {
    padding: 32px 24px;
  }
}

/* Match homepage V4 typography scale. */
.contact-hero h1,
.contact-form h3 {
  font-size: var(--section-heading-size);
}

.contact-hero p,
.contact-copy p,
.contact-copy dt,
.contact-copy dd {
  font-size: var(--body-copy-size);
}

/* Fixed V4 site-wide type scale. */
main h1 {
  font-size: 43px !important;
}

main h2 {
  font-size: 40px !important;
}

main p:not(.product-mark) {
  font-size: 19.4px !important;
}
