.contact-page {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #111111;
  font-family: "Passion Colin Title", sans-serif;
}

.contact-stage {
  --desktop-ratio: calc(1512 / 982);

  position: relative;
  width: min(100vw, calc(100dvh * var(--desktop-ratio)));
  aspect-ratio: 1512 / 982;
  overflow: hidden;
  container-type: inline-size;
  background: #ffffff;
}

.contact-site-title,
.contact-heading,
.contact-form,
.contact-form input,
.contact-form textarea,
.contact-form button,
.contact-status,
.contact-direct {
  font-family: "Passion Colin Title", sans-serif;
  font-weight: 400;
}

.contact-site-title {
  position: absolute;
  top: 4.43cqw;
  left: 50.20%;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding-left: 0.43em;
  transform: translateX(-50%);
  font-size: clamp(30px, 3.44vw, 52px);
  line-height: 1;
  letter-spacing: 0.43em;
  white-space: nowrap;
}

.contact-site-title:hover,
.contact-site-title:focus-visible,
.contact-direct a:hover,
.contact-direct a:focus-visible {
  opacity: 0.5;
}

.contact-heading {
  position: absolute;
  top: 12.70cqw;
  left: 7.67cqw;
  margin: 0;
  font-size: 2.84cqw;
  line-height: 1;
  letter-spacing: 0.43em;
  white-space: nowrap;
}

.contact-form {
  position: absolute;
  inset: 0;
  margin: 0;
  font-size: 1.70cqw;
  line-height: 1;
  letter-spacing: 0.43em;
}

.contact-row {
  position: absolute;
  left: 7.61cqw;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contact-row--name {
  top: 21.22cqw;
}

.contact-row--email {
  top: 26.25cqw;
}

.contact-row label,
.contact-message-field > label {
  display: block;
  flex: none;
}

.contact-row label {
  transform: translate(1px, 1px);
}

.contact-row input {
  height: 1.79cqw;
  margin-left: 0;
  border: 0;
  border-bottom: 0.6px dashed rgba(17, 17, 17, 0.42);
  border-radius: 0;
  padding: 0 0.12cqw 0.03cqw;
  background: transparent;
  color: #111111;
  font-size: 1.18cqw;
  line-height: 1;
  letter-spacing: 0.05em;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.contact-row--name input {
  width: 20.44cqw;
  position: absolute;
  left: 6.88cqw;
}

.contact-row--email input {
  width: 20.44cqw;
  position: absolute;
  left: 7.34cqw;
}

.contact-row input:focus,
.contact-message-field textarea:focus {
  outline: 0.5px solid rgba(17, 17, 17, 0.75);
  outline-offset: 2px;
}

.contact-message-field {
  position: absolute;
  top: 31.61cqw;
  left: 7.61cqw;
  width: 43.39cqw;
}

.contact-message-field textarea {
  display: block;
  width: 100%;
  height: 14.81cqw;
  margin-top: 0.89cqw;
  margin-left: 0.07cqw;
  border: 0.25px solid #111111;
  border-radius: 0;
  padding: 0.55cqw;
  resize: none;
  background: #ffffff;
  color: #111111;
  font-size: 1.18cqw;
  line-height: 1.35;
  letter-spacing: 0.04em;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.contact-submit-line {
  position: absolute;
  top: 49.67cqw;
  left: 7.67cqw;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.contact-submit-line button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #111111;
  font-size: 1.30cqw;
  line-height: 1;
  letter-spacing: 0.69em;
  text-transform: none;
  cursor: pointer;
}

.contact-submit-line button:hover,
.contact-submit-line button:focus-visible {
  opacity: 0.5;
}

.contact-submit-line button:disabled {
  cursor: default;
  opacity: 0.5;
}

.contact-status {
  min-height: 1em;
  margin: 0 0 0 2.2cqw;
  font-size: 1.46cqw;
  line-height: 1;
  letter-spacing: 0.23em;
  white-space: nowrap;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-images {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-image {
  position: absolute;
  width: 28.70cqw;
  height: auto;
}

.contact-image--upper {
  top: 12.90cqw;
  left: 59.79cqw;
}

.contact-image--lower {
  top: 32.47cqw;
  left: 59.26cqw;
}

.contact-direct {
  position: absolute;
  left: 7.67cqw;
  margin: 0;
  font-size: 1.72cqw;
  line-height: 1.24;
  letter-spacing: 0.432em;
  white-space: nowrap;
}

.contact-direct span {
  display: block;
}

.contact-direct--desktop {
  top: 56.57cqw;
}

.contact-direct--mobile {
  display: none;
}

@media (max-width: 700px) {
  .contact-page {
    display: block;
  }

  .contact-stage {
    width: 100vw;
    aspect-ratio: 402 / 1386;
    overflow: hidden;
  }

  .contact-site-title {
    top: 21.64cqw;
    left: 48.90%;
    font-size: 8.68vw;
    letter-spacing: 0.43em;
  }

  .contact-heading {
    top: 50.25cqw;
    left: 17.91cqw;
    font-size: 10.65cqw;
    letter-spacing: 0.43em;
  }

  .contact-form {
    display: block;
    font-size: 5.15cqw;
    line-height: 1;
    letter-spacing: 0.439em;
  }

  .contact-row {
    left: 6.72cqw;
    height: 4.98cqw;
  }

  .contact-row--name {
    top: 81.34cqw;
  }

  .contact-row--email {
    top: 95.27cqw;
  }

  .contact-row label {
    transform: translateY(1.00cqw);
  }

  .contact-row input,
  .contact-row--name input,
  .contact-row--email input {
    position: absolute;
    left: 28.36cqw;
    width: 41.29cqw;
    height: 4.98cqw;
    margin: 0;
    padding: 0 0.5cqw 0.12cqw;
    font-size: 4.2cqw;
  }

  .contact-message-field {
    top: 109.45cqw;
    left: 6.72cqw;
    width: 87.56cqw;
  }

  .contact-message-field > label {
    transform: translateY(0.25cqw);
  }

  .contact-message-field textarea {
    width: 100%;
    height: 40.80cqw;
    margin-top: 0.57cqw;
    margin-left: 0;
    padding: 1.2cqw;
    font-size: 4.2cqw;
  }

  .contact-submit-line {
    top: 160.20cqw;
    left: 6.72cqw;
  }

  .contact-submit-line button {
    font-size: 4.15cqw;
    letter-spacing: 0.69em;
  }

  .contact-status {
    margin-left: 3.2cqw;
    font-size: 4.15cqw;
    letter-spacing: 0.15em;
  }

  .contact-images {
    display: block;
  }

  .contact-image {
    width: 70.72cqw;
  }

  .contact-image--upper {
    top: 235.07cqw;
    left: 15.17cqw;
  }

  .contact-image--lower {
    top: 283.36cqw;
    left: 14.03cqw;
  }

  .contact-direct--desktop {
    display: none;
  }

  .contact-direct--mobile {
    top: 184.08cqw;
    left: 9.45cqw;
    display: block;
    width: 81.10cqw;
    font-size: 5.05cqw;
    line-height: 1.20;
    letter-spacing: 0.439em;
    white-space: nowrap;
  }

  .contact-direct--mobile > a {
    display: block;
  }

  .contact-direct--mobile > a span:last-child {
    padding-left: 0;
  }
}
