/* Weekly Fellowship — featured "this week" card + recent-weeks shelf.
   Ported verbatim from the mockup; the legacy --fel accent maps to the theme
   --accent system via the .section--fellowship scope. */

.crumb { padding: 22px 0 0; }
.crumb a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-3); text-decoration: none; }
.crumb a:hover { color: var(--accent); }
[dir="rtl"] .crumb a > svg { transform: scaleX(-1); }
.wf-hero { position: relative; overflow: hidden; padding: 36px 0 64px;
  background:
    radial-gradient(900px 480px at 8% 0%, rgba(146,104,170,0.12), transparent 70%),
    radial-gradient(700px 400px at 95% 60%, rgba(114,52,92,0.06), transparent 70%),
    var(--paper-3);
  border-bottom: 1px solid var(--line);
}
.wf-sec { padding: 64px 0; border-bottom: 1px solid var(--line); }
.wf-sec:last-of-type { border-bottom: none; }

.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; flex-wrap: wrap; }
.sec-head .sec-ttl { font-family: var(--serif); font-weight: 500; font-size: 32px; letter-spacing: -0.6px; margin: 8px 0 0; color: var(--ink); line-height: 1.18; }
[dir="rtl"] .sec-head .sec-ttl { font-family: var(--farsi); font-weight: 600; }
.sec-head .sec-sub { font-size: 14px; color: var(--ink-3); margin: 8px 0 0; max-width: 540px; line-height: 1.55; }

.fel-btn-primary { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: background 0.15s, transform 0.15s, box-shadow 0.15s; }
.fel-btn-primary:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(146,104,170,0.40); }
.fel-btn-primary .play { display: inline-flex; }

/* This-week hero card */
.wf-tw-hero { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 72px rgba(58,27,48,0.30); display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 360px; background: #5A3D75; color: #fff; }
.wf-tw-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: 28px;
  background: radial-gradient(720px 380px at 0% 100%, rgba(255,255,255,0.08), transparent 60%), radial-gradient(480px 280px at 100% 0%, rgba(255,255,255,0.06), transparent 60%); }
.wf-tw-cover { position: relative; overflow: visible; min-height: 0; padding: 40px 26px; display: flex; align-items: center; justify-content: center; }
.wf-tw-cover img,
.wf-tw-cover-fallback {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.32);
}
.wf-tw-cover-fallback { background-size: cover; background-position: center; }
.wf-cover-fallback { position: relative; overflow: hidden; }
.wf-cover-fallback::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: radial-gradient(420px 240px at 100% 0%, rgba(255,255,255,0.14), transparent 55%); }
.rw-cv.wf-cover-fallback::after { border-radius: 12px; }
.sc-art.wf-cover-fallback::after { border-radius: 0; }
.wf-tw-art { position: relative; padding: 40px 44px; color: #fff; display: flex; flex-direction: column; }
.wf-tw-pill { position: relative; z-index: 1; display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,0.18); margin-bottom: 18px; backdrop-filter: blur(6px); }
[dir="rtl"] .wf-tw-pill { letter-spacing: 0.2px; text-transform: none; }
.wf-tw-art h2 { position: relative; z-index: 1; font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.1; letter-spacing: -0.9px; margin: 0 0 14px; max-width: 480px; text-wrap: balance; }
[dir="rtl"] .wf-tw-art h2 { font-family: var(--farsi); font-weight: 600; letter-spacing: 0; }
.wf-tw-art > p { position: relative; z-index: 1; font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,0.86); margin: 0 0 20px; max-width: 480px; }
.wf-tw-meta { position: relative; z-index: 1; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.16); border-bottom: 1px solid rgba(255,255,255,0.16); max-width: 480px; }
.wf-tw-meta .meta-i { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: rgba(255,255,255,0.86); font-weight: 500; }
.wf-tw-cta { position: relative; z-index: 1; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: auto; }
.wf-tw-btn-light { background: #fff; color: var(--accent-deep); box-shadow: 0 10px 24px rgba(0,0,0,0.22); }
.wf-tw-btn-light:hover { background: #fff; color: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 14px 32px rgba(0,0,0,0.30); }
.wf-tw-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #fff; opacity: 0.92; background: transparent; border: none; cursor: pointer; padding: 6px 4px; transition: opacity 0.15s, gap 0.15s; font-family: inherit; }
.wf-tw-link:hover { opacity: 1; gap: 10px; }
[dir="rtl"] .wf-tw-link svg { transform: scaleX(-1); }
@media (max-width: 980px) { .wf-tw-hero { grid-template-columns: 1.15fr 0.85fr; } .wf-tw-art { padding: 36px 32px; } .wf-tw-art h2 { font-size: 32px; } }
@media (max-width: 880px) { .wf-tw-hero { grid-template-columns: 1fr; min-height: 0; } .wf-tw-cover { padding: 20px 20px 0; } .wf-tw-art { padding: 28px 26px 32px; } .wf-tw-art h2 { font-size: 28px; } }

/* Recent weeks shelf */
.rw-wrap { position: relative; padding: 0 64px; }
.rw-shelf { display: grid; grid-auto-flow: column; grid-auto-columns: 240px; gap: 18px; overflow-x: hidden; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0; margin: 0; }
.rw-shelf::-webkit-scrollbar { display: none; }
.rw-arrow { position: absolute; top: 0; bottom: 70px; display: flex; align-items: center; justify-content: center; z-index: 4; transition: opacity 0.2s; }
.rw-arrow.prev { left: 0; }
.rw-arrow.next { right: 0; }
.rw-arrow button { pointer-events: auto; width: 44px; height: 44px; border-radius: 999px; background: #fff; color: var(--ink); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 22px rgba(20,24,30,0.18), 0 2px 6px rgba(20,24,30,0.08); transition: background 0.15s, color 0.15s, transform 0.15s; font: inherit; }
.rw-arrow button:hover { background: var(--ink); color: #fff; transform: scale(1.06); }
.rw-arrow.hide { opacity: 0; pointer-events: none; }
@media (max-width: 880px) {
  .rw-arrow { display: none; }
  .rw-wrap { padding: 0; }
  .rw-shelf { overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding: 0 32px 4px 0; grid-auto-columns: 220px; gap: 14px; }
  [dir="rtl"] .rw-shelf { padding: 0 0 4px 32px; }
}
@media (max-width: 540px) { .rw-shelf { grid-auto-columns: 200px; } }
.rw-card { scroll-snap-align: start; display: flex; flex-direction: column; gap: 8px; text-decoration: none; }
.rw-cv { aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; position: relative; padding: 16px; display: flex; align-items: flex-end; transition: transform 0.18s, box-shadow 0.18s; box-shadow: 0 8px 20px rgba(90,61,117,0.16); color: #fff; }
.rw-card:hover .rw-cv { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(90,61,117,0.22); }
.rw-w { font-family: var(--serif); font-weight: 500; font-size: 14px; letter-spacing: 0.4px; color: rgba(255,255,255,0.92); padding: 4px 10px; border-radius: 999px; background: rgba(0,0,0,0.22); backdrop-filter: blur(6px); }
[dir="rtl"] .rw-w { font-family: var(--farsi); }
.rw-series { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--accent); margin: 4px 0 0; }
.rw-t { font-family: var(--serif); font-weight: 500; font-size: 16px; letter-spacing: -0.2px; line-height: 1.3; margin: 4px 0 0; color: var(--ink); }
[dir="rtl"] .rw-t { font-family: var(--farsi); }
.rw-meta { font-size: 12px; color: var(--ink-3); margin: 4px 0 0; }
