.story-journey-section{background:var(--mc-paper-2);border-block:1px solid var(--mc-line)}
.story-journey-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.65fr);gap:24px;align-items:end}
.story-journey-promise{padding:18px;border-left:4px solid var(--mc-gold);background:var(--mc-paper);color:var(--mc-ink)}
.story-journey-promise p{margin:8px 0 0;color:var(--mc-muted);font-size:.9rem}
.story-journey-choices{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 18px}
.story-journey-choices button{min-height:44px;padding:9px 13px;border:1px solid var(--mc-line);border-radius:var(--mc-radius-pill);background:var(--mc-paper);color:var(--mc-ink);font:inherit;font-weight:750;cursor:pointer}
.story-journey-choices button:hover,.story-journey-choices button[aria-pressed="true"]{border-color:var(--mc-teal);background:var(--mc-teal);color:var(--mc-on-teal)}
.story-journey-choices button:focus-visible,.story-journey-clear:focus-visible,.story-journey-link:focus-visible{outline:3px solid var(--mc-gold);outline-offset:3px}
.story-journey-result{min-height:140px;padding:22px;border:1px solid var(--mc-line);border-radius:var(--mc-radius);background:var(--mc-paper)}
.story-journey-result h3{margin:0 0 8px;color:var(--mc-navy)}
.story-journey-result p{max-width:70ch;margin:0;color:var(--mc-muted)}
.story-journey-link{display:inline-flex;min-height:44px;align-items:center;margin-top:14px;color:var(--mc-teal);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.story-journey-clear{margin-left:16px;border:0;background:transparent;color:var(--mc-muted);font:inherit;font-size:.86rem;font-weight:750;text-decoration:underline;cursor:pointer}
.story-journey-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.story-journey-actions a{display:grid;gap:3px;min-height:84px;padding:16px;border:1px solid var(--mc-line);border-radius:var(--mc-radius);background:var(--mc-paper);color:var(--mc-ink);text-decoration:none}
.story-journey-actions a:hover{border-color:var(--mc-teal);box-shadow:0 3px 12px color-mix(in srgb,var(--mc-navy) 14%,transparent)}
.story-journey-actions span{color:var(--mc-muted);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.story-journey-actions strong{color:var(--mc-teal)}
html[data-theme="dark"] .story-journey-choices button[aria-pressed="true"],html[data-theme="dark"] .story-journey-choices button:hover{border-color:var(--mc-gold);background:var(--mc-gold);color:var(--mc-navy-deep)}
@media(max-width:760px){.story-journey-intro,.story-journey-actions{grid-template-columns:1fr}.story-journey-result{min-height:0}.story-journey-clear{margin-left:12px}}
@media(forced-colors:active){.story-journey-promise{border:2px solid CanvasText}.story-journey-choices button,.story-journey-result,.story-journey-actions a{border:1px solid CanvasText}.story-journey-choices button[aria-pressed="true"]{outline:3px solid Highlight}}
