/* /assessment/ — the service-fit assessment.
   One question at a time on the warm dark stage; the answer is a card, not a
   field. Deliberately unlike the client intake (a document you fill in): this
   is a conversation with a result at the end. Tokens from site.css. */

.fit { max-width: 720px; margin: 0 auto; }
.fit-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.fit-dots { list-style: none; display: flex; gap: 7px; margin: 0; padding: 0; }
.fit-dots li { width: 26px; height: 4px; border-radius: 2px; background: rgba(255, 255, 240, 0.18); transition: background 0.4s var(--ease-settle); }
.fit-dots li.is-done { background: var(--sage); }
.fit-dots li.is-now { background: var(--ivory); }
.fit-count { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: rgba(255, 255, 240, 0.62); white-space: nowrap; }

.fit-q { transition: opacity 0.26s var(--ease-settle), transform 0.26s var(--ease-settle); }
.fit-q.is-leaving { opacity: 0; transform: translateX(-14px); }
.fit-q.is-arriving { opacity: 0; transform: translateX(14px); }
.fit-ask {
  font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 400;
  font-size: clamp(26px, 3.3vw, 38px); line-height: 1.18; letter-spacing: -0.01em;
  color: var(--ivory); margin: 0 0 26px;
}
.fit-opts { display: grid; gap: 10px; }
.fit-opt {
  display: flex; align-items: flex-start; gap: 16px; width: 100%; text-align: left;
  padding: 17px 20px; border-radius: 14px; cursor: pointer; font: inherit; color: var(--ivory);
  border: 1px solid rgba(255, 255, 240, 0.18); background: rgba(255, 255, 240, 0.04);
  transition: border-color 0.22s, background 0.22s, transform 0.3s var(--ease-settle);
}
.fit-opt:hover, .fit-opt:focus-visible { border-color: rgba(255, 255, 240, 0.52); background: rgba(255, 255, 240, 0.08); transform: translateY(-1px); outline: none; }
.fit-opt.is-picked { border-color: var(--dusk); background: rgba(214, 148, 164, 0.14); }
.fit-key {
  flex: none; width: 26px; height: 26px; margin-top: 1px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 240, 0.3); font-size: 12px; font-weight: 600; color: rgba(255, 255, 240, 0.72);
}
.fit-opt.is-picked .fit-key { background: var(--dusk); border-color: var(--dusk); color: var(--seal); }
.fit-opt b { display: block; font-weight: 600; font-size: 16px; line-height: 1.3; }
.fit-opt small { display: block; margin-top: 4px; font-size: 13px; line-height: 1.5; color: rgba(255, 255, 240, 0.66); }
.fit-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.fit-back { background: none; border: 0; padding: 6px 0; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; color: rgba(255, 255, 240, 0.7); }
.fit-back:hover { color: var(--ivory); }
.fit-hint { font-size: 12px; color: rgba(255, 255, 240, 0.5); }

/* the last step — where the copy goes */
.fit-contact { display: grid; gap: 18px; }
.fit-contact .fit-ask { margin-bottom: 4px; }
.fit-lede { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 240, 0.76); max-width: 52ch; }
.fit-fields { display: grid; gap: 14px; }
.fit-field { display: grid; gap: 6px; }
.fit-field > span { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: rgba(255, 255, 240, 0.66); }
.fit-field > span em { font-style: normal; font-weight: 500; letter-spacing: 0.04em; text-transform: none; color: rgba(255, 255, 240, 0.5); }
.fit-field input {
  width: 100%; padding: 13px 14px; border-radius: 10px; font: inherit; font-size: 15px; color: var(--ivory);
  border: 1px solid rgba(255, 255, 240, 0.22); background: rgba(255, 255, 240, 0.06);
}
.fit-field input::placeholder { color: rgba(255, 255, 240, 0.38); }
.fit-field input:focus { outline: none; border-color: rgba(255, 255, 240, 0.62); background: rgba(255, 255, 240, 0.09); }
.fit-tick { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 13.5px; line-height: 1.55; color: rgba(255, 255, 240, 0.82); }
.fit-tick input { flex: none; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--dusk); }
.fit-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.fit-error { margin: 0; font-size: 13px; font-weight: 600; color: var(--dusk); }
.fit-fine { margin: 0; font-size: 12px; line-height: 1.65; color: rgba(255, 255, 240, 0.5); max-width: 56ch; }

/* the result */
.fit-result { display: grid; gap: 18px; }
.fit-name {
  font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 400;
  font-size: clamp(34px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -0.015em; color: var(--ivory); margin: 0;
}
.fit-name .dot { display: inline-block; width: 0.22em; height: 0.22em; border-radius: 50%; background: var(--dusk); margin-left: 0.08em; vertical-align: baseline; }
.fit-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.fit-blurb { margin: 0; font-size: 17px; line-height: 1.65; color: rgba(255, 255, 240, 0.86); max-width: 56ch; }
.fit-sub { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: rgba(255, 255, 240, 0.62); margin: 8px 0 0; }
.fit-why { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.fit-why li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: rgba(255, 255, 240, 0.82); }
.fit-why li::before { content: ''; flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); margin-top: 8px; }
.fit-fits { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 240, 0.76); max-width: 56ch; }
.fit-second { margin: 0; font-size: 14px; line-height: 1.65; color: rgba(255, 255, 240, 0.62); max-width: 56ch; }
.fit-second a { color: var(--ivory); font-weight: 600; border-bottom: 1px solid rgba(255, 255, 240, 0.3); }
.fit-second a:hover { color: var(--dusk); border-color: var(--dusk); }
.fit-status { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255, 255, 240, 0.6); }
.fit-again { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; color: rgba(255, 255, 240, 0.7); border-bottom: 1px solid rgba(255, 255, 240, 0.25); }
.fit-again:hover { color: var(--ivory); }

.fit-noscript { color: rgba(255, 255, 240, 0.8); font-size: 15px; line-height: 1.7; }
.fit-noscript a { color: var(--ivory); text-decoration: underline; }

@media (max-width: 640px) {
  .fit-top { margin-bottom: 22px; }
  .fit-dots li { width: 18px; }
  .fit-opt { padding: 15px 16px; gap: 12px; }
  .fit-opt b { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .fit-q, .fit-opt, .fit-dots li { transition: none; }
}
