/* =============================================
   WONDER CHROME STUDIO — CONTACT
   (imported styles live in investment.css;
    this file is intentionally minimal and
    loads investment.css handles the contact form)
   ============================================= */

/* Additional contact-specific overrides */
.contact-page-wrap {
  min-height: 100vh;
}

.contact-success {
  display: none;
  text-align: center;
  padding: 4rem 2rem;
}

.contact-success.visible {
  display: block;
}

.contact-success__icon {
  width: 64px;
  height: 64px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.contact-success__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold);
  fill: none;
}

.contact-success__title {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--ivory);
  margin-bottom: 1rem;
}

.contact-success__text {
  font-size: 0.875rem;
  color: var(--ivory-dim);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.8;
}
