/*
 * Saga section hierarchy v22.
 *
 * One shared hierarchy for every phase transition and every resolution screen:
 * phase markers orient the life journey; "what followed" labels remain clear
 * while sitting one level below them.
 */

/* All three life-phase transition screens: II, III and IV. */
.scene-transition .transition-copy .eyebrow {
  color: #efb66f;
  font-size: clamp(1.04rem, 1.22vw, 1.2rem);
  font-weight: 750;
  letter-spacing: 0.19em;
  line-height: 1.2;
  margin-bottom: 22px;
  text-shadow:
    0 2px 22px rgba(0, 0, 0, 1),
    0 0 30px rgba(210, 154, 85, 0.24);
}

.scene-transition .transition-copy .text-action {
  border-bottom: 2px solid rgba(239, 182, 111, 0.98);
  color: #fffaf0;
  font-size: 1rem;
  font-weight: 740;
  letter-spacing: 0.13em;
  margin-top: 34px;
  min-height: 56px;
  padding: 14px 4px 10px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 1);
}

.scene-transition .transition-copy .text-action svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.65;
}

/* Every question resolution, including all "... · what followed" screens. */
.scene-resolution .resolution-copy .eyebrow {
  color: #e7ad68;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 710;
  letter-spacing: 0.18em;
  line-height: 1.25;
  margin-bottom: 15px;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 1),
    0 0 26px rgba(210, 154, 85, 0.18);
}

.scene-resolution .resolution-copy .text-action {
  border-bottom-color: rgba(231, 173, 104, 0.92);
  color: #fffaf0;
  font-size: 0.86rem;
  font-weight: 710;
  letter-spacing: 0.12em;
  margin-top: 25px;
  min-height: 48px;
  padding-block: 11px 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 1);
}

.scene-resolution .resolution-copy .text-action svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.6;
}

@media (min-width: 701px) and (max-height: 759px) {
  .scene-transition .transition-copy .eyebrow {
    font-size: 0.96rem;
    margin-bottom: 15px;
  }

  .scene-transition .transition-copy .text-action {
    font-size: 0.92rem;
    margin-top: 22px;
    min-height: 48px;
    padding-block: 10px 8px;
  }

  .scene-resolution .resolution-copy .eyebrow {
    font-size: 0.82rem;
    margin-bottom: 10px;
  }

  .scene-resolution .resolution-copy .text-action {
    font-size: 0.8rem;
    margin-top: 16px;
    min-height: 44px;
    padding-block: 8px 6px;
  }
}

@media (max-width: 700px) {
  .scene-transition .transition-copy .eyebrow {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .scene-transition .transition-copy .text-action {
    font-size: 0.9rem;
    margin-top: 24px;
    min-height: 50px;
    padding-block: 11px 8px;
  }

  .scene-resolution .resolution-copy .eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    margin-bottom: 11px;
  }

  .scene-resolution .resolution-copy .text-action {
    font-size: 0.82rem;
    margin-top: 20px;
    min-height: 48px;
    padding-block: 10px 7px;
  }
}
