/* Purpose-led story content within the existing design system. */
.story-copy { max-width: 72ch; }
.story-copy p + p { margin-top: 20px; }
.story-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.story-example { border: 1px solid var(--border); border-left: 3px solid var(--teal); border-radius: 10px; padding: 24px; margin-top: 28px; background: var(--white); }
.story-example dl { margin: 24px 0; }
.story-example dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.story-example dt { font-weight: 600; color: var(--navy); }
.story-example dd { margin: 0; }
.story-label { font: 600 12px/1.5 "DM Sans", system-ui, sans-serif; color: #435062; margin-bottom: 16px; }
@media (max-width: 640px) { .story-example { padding: 20px; } .story-example dl > div { grid-template-columns: 1fr; gap: 4px; } }
