.site-header .brand-logo {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 54px;
}

.contact .honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact .consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.contact label:nth-of-type(4) {
  grid-column: auto;
}

.contact .message-field {
  grid-column: 1 / -1;
}

.contact .consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
}

.gold:disabled {
  cursor: wait;
  opacity: .72;
}

.form-status {
  grid-column: 1 / -1;
  font-size: .78rem;
}

.form-status.success {
  color: var(--green);
  font-weight: 800;
}

.form-status.error {
  color: var(--red);
  font-weight: 800;
}

@media (max-width: 580px) {
  .site-header .brand-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .contact .message-field,
  .contact .consent,
  .form-status {
    grid-column: 1;
  }
}
