/* Compact answer guidance for the active Saga journey. */
.method-scrim {
  align-items: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
}

.method-panel {
  width: min(100%, 540px);
  max-height: calc(100dvh - 32px);
  padding: 30px 32px 29px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.method-panel .eyebrow {
  margin-bottom: 9px;
  padding-right: 48px;
}

.method-panel h2 {
  max-width: 420px;
  margin: 0 48px 14px 0;
  font-size: clamp(2.05rem, 3vw, 2.5rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.method-copy {
  display: grid;
  max-width: 50ch;
  gap: 13px;
}

.method-copy p {
  max-width: 50ch;
  margin: 0;
  color: rgba(243, 240, 231, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.question-answer-guidance {
  max-width: 62ch;
  margin: 12px 0 -2px;
  color: rgba(243, 240, 231, 0.76);
  font-size: 0.82rem;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.005em;
}

.method-close.icon-button {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
}

@media (max-width: 700px) {
  .method-scrim {
    align-items: flex-end;
    padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  }

  .method-panel {
    max-height: calc(100dvh - 28px);
    padding: 25px 22px 23px;
  }

  .method-panel .eyebrow {
    margin-bottom: 8px;
    padding-right: 44px;
  }

  .method-panel h2 {
    margin: 0 44px 12px 0;
    font-size: clamp(1.85rem, 8vw, 2.15rem);
    line-height: 1.04;
  }

  .method-copy {
    gap: 11px;
  }

  .method-copy p {
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .question-answer-guidance {
    margin-top: 9px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .method-close.icon-button {
    top: 10px;
    right: 10px;
  }
}

@media (max-height: 720px) {
  .question-answer-guidance {
    margin-top: 7px;
    font-size: 0.74rem;
    line-height: 1.3;
  }
}
