/* =========================================================================
   contact.css  ·  Page-scoped styles for /contact (Book 20 Minutes)
   Loads AFTER /css/v2.css. Nothing here overrides the core system beyond
   this page's own blocks. Tokens come from v2.css.
   ========================================================================= */

/* --- What happens on the call --------------------------------------- */
.callsteps {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 1.9rem 0 0;
  border-top: 1px solid rgba(242, 238, 230, 0.14);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46ch;
}

.callsteps__item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: baseline;
}

.callsteps__no {
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.callsteps__h {
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--bone);
  margin: 0;
}

.callsteps__p {
  grid-column: 2;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(242, 238, 230, 0.78);
  margin: 0.35rem 0 0;
}

/* --- The twenty-minute promise line --------------------------------- */
.callpromise {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.6rem 0 0;
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 238, 230, 0.8);
}

.callpromise__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

/* --- Microcopy under the form and the intro ------------------------- */
.callmicro {
  margin: 1.1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.7);
  max-width: 46ch;
}

/* --- Form tuning: three fields, so give the answer real room -------- */
.colophon__form .field--answer textarea { min-height: 132px; }

.colophon__form .field__hint {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(242, 238, 230, 0.6);
}

.colophon__form .colophon__submit { width: 100%; justify-content: center; }

@media (min-width: 720px) {
  .colophon__form .colophon__submit { width: auto; }
}
