.story-wall-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:start}.story-card{background:var(--white,#fff);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-card)}.story-card-photo{width:100%;max-height:220px;object-fit:cover;border-radius:12px;margin-bottom:1rem}.story-chip{display:inline-block;font-size:.78rem;font-weight:600;color:var(--primary);background:var(--cream-light,#f5f0e8);border-radius:999px;padding:.25rem .7rem;margin-bottom:.75rem}.story-text{color:var(--text);line-height:1.65;white-space:pre-wrap;margin:0}.story-readmore{background:none;border:none;color:var(--accent,#c89a77);font-weight:600;cursor:pointer;padding:.4rem 0 0;font-size:.9rem;display:block}.story-byline{margin:1rem 0 0;font-size:.85rem;color:var(--text-muted);font-style:italic}.stories-empty{text-align:center;padding:4rem 0}.stories-empty p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem}.stories-cta{text-align:center;padding:3rem 0 1rem}.stories-cta p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1rem}