/* BibleQuest v3 visual replacement tranche 7 — Story Journey.
   Presentation only: no layout, scene order, scoring, references, navigation or accessibility ownership. */

.bq-story-card,
.bq-story-scene,
.bq-story-result{
  border-color:rgba(52,79,60,.13);
  background:linear-gradient(155deg,#fff 0%,#f7faf5 100%);
  box-shadow:0 6px 18px rgba(39,60,45,.04),inset 0 1px 0 rgba(255,255,255,.88);
}

.bq-story-icon,
.bq-story-scene>span{
  background:linear-gradient(145deg,#eef5ec 0%,#e2eee4 100%);
  color:#2f704d;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.bq-story-result{
  background:linear-gradient(155deg,#f5f9f3 0%,#eaf3e9 100%);
}

.bq-story-result.is-review{
  background:linear-gradient(155deg,#fdfaf3 0%,#f7eedf 100%);
}

@media(prefers-contrast:more){
  .bq-story-card,.bq-story-scene,.bq-story-result{box-shadow:none;border-color:rgba(31,54,39,.36)}
  .bq-story-icon,.bq-story-scene>span{box-shadow:none}
}
