.contact-unified-hero--short .contact-unified-hero__grid {
  align-items: center;
}

.contact-short-options {
  border-top: 1px solid var(--site-line);
}

.contact-short-options article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--site-line);
}

.contact-short-options article > span {
  color: #aa7aef;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.contact-short-options p {
  margin: 0 0 8px;
  color: var(--site-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-short-options h2 {
  margin: 0;
  color: #f8f5fb;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.contact-short-options a {
  display: inline-flex;
  margin-top: 17px;
  color: #c8a4fa;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-short-options a:hover,
.contact-short-options a:focus-visible {
  color: #fff;
}

.contact-form-layout--short {
  align-items: start;
}

.contact-form-layout--short .contact-form-aside {
  position: sticky;
  top: 112px;
}

@media (max-width: 900px) {
  .contact-form-layout--short .contact-form-aside {
    position: static;
  }
}

@media (max-width: 600px) {
  .contact-unified-hero--short .contact-unified-hero__grid > * { min-width: 0; }

  .contact-unified-hero--short .unified-title {
    max-width: 100%;
    font-size: clamp(2.5rem, 11vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .contact-short-options {
    margin-top: 18px;
  }
}
