/* Fellowship story rail — kal_more_grid skin=fellowship */
.jrny-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.jrny-head h2 { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.12; letter-spacing: -0.8px; margin: 12px 0 12px; color: var(--ink); text-wrap: balance; }
.jrny-sub { font-size: 15px; line-height: 1.6; color: var(--ink-3); margin: 0; max-width: 540px; }
.jrny-more { color: var(--ink-3); font-size: 13.5px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; padding-bottom: 4px; transition: color 0.15s, gap 0.15s; text-decoration: none; white-space: nowrap; }
.jrny-more:hover { color: var(--accent); gap: 8px; }
[dir="rtl"] .jrny-more > svg { transform: scaleX(-1); }
.story-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.story-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s; text-decoration: none; color: inherit; }
.story-card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 14px 28px rgba(146,104,170,0.14); }
.story-cv { aspect-ratio: 4/5; position: relative; background: radial-gradient(180% 100% at 0% 100%, hsl(var(--hue), 60%, 30%) 0%, hsl(var(--hue), 50%, 22%) 60%, hsl(var(--hue), 40%, 14%) 100%), hsl(var(--hue), 50%, 24%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.story-cv::after { content: ''; position: absolute; inset: 0; background: radial-gradient(420px 240px at 0% 100%, rgba(255,255,255,0.10), transparent 60%); }
.story-cv > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.story-init { font-family: var(--serif); font-weight: 500; font-size: 64px; color: rgba(255,255,255,0.96); letter-spacing: -1px; position: relative; z-index: 1; }
.story-info { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.story-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--accent); }
.story-info h4 { font-family: var(--serif); font-weight: 500; font-size: 17px; letter-spacing: -0.2px; line-height: 1.3; margin: 0; color: var(--ink); }
.story-by { font-size: 12.5px; color: var(--ink-3); margin-top: 4px; }
@media (max-width: 980px) { .story-rail { grid-template-columns: repeat(2, 1fr); } .jrny-head { flex-direction: column; align-items: flex-start; } }
@media (max-width: 560px) { .story-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 8px; } .story-card { flex: 0 0 240px; scroll-snap-align: start; } }
