
:root{
 --ric-friday-green:#063f31;
 --ric-friday-green2:#0a5a43;
 --ric-friday-gold:#e0b14b;
 --ric-friday-cream:#fffaf0;
}
.ric-friday-surface{
 position:relative;overflow:hidden;box-sizing:border-box;
 border:1px solid rgba(224,177,75,.62);
 background:
   radial-gradient(circle at 85% 15%,rgba(224,177,75,.20),transparent 18rem),
   linear-gradient(135deg,#063f31,#0a5a43);
 color:#fff;border-radius:22px;box-shadow:0 18px 48px rgba(4,55,43,.16)
}
.ric-friday-surface::after{
 content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;
 background:
 linear-gradient(30deg,transparent 44%,rgba(255,255,255,.8) 45%,rgba(255,255,255,.8) 46%,transparent 47%),
 linear-gradient(-30deg,transparent 44%,rgba(224,177,75,.9) 45%,rgba(224,177,75,.9) 46%,transparent 47%);
 background-size:58px 58px
}
.ric-friday-surface.has-image{
 background:
   linear-gradient(90deg,rgba(4,51,40,.96),rgba(4,51,40,.62)),
   var(--ric-friday-image) center/cover no-repeat
}
.ric-friday-surface-inner{position:relative;z-index:2;padding:clamp(18px,3vw,32px)}
.ric-friday-kicker{font-size:.73rem;font-weight:950;letter-spacing:.14em;color:#f3cf77}
.ric-friday-headline{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,3vw,3.1rem);line-height:1.04;margin:.22em 0;color:#fff!important}
.ric-friday-message{max-width:840px;line-height:1.6;color:#dce9e4;margin:.45em 0}
.ric-friday-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:13px}
.ric-friday-chip{
 display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;
 background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-size:.8rem
}
.ric-friday-cta{
 display:inline-flex;align-items:center;gap:7px;background:linear-gradient(180deg,#f2cb6f,#d7a63f);
 color:#1e3329!important;text-decoration:none!important;font-weight:900;padding:10px 15px;border-radius:999px
}
.ric-friday-source-note{font-size:.72rem;color:#bfd3ca;margin-top:10px}
.ric-friday-rich{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ric-friday-rich-item{
 background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
 border-radius:14px;padding:12px
}
.ric-friday-rich-item strong{display:block;color:#f1d587;font-size:.77rem;margin-bottom:6px}
.ric-friday-rich-item p{margin:0;color:#e3eee9;line-height:1.5}
.ric-friday-home-banner{margin:16px clamp(12px,3vw,42px)}
.ric-friday-event-card{margin:18px auto;max-width:1380px}
.ric-friday-member-card{margin:18px auto;max-width:1380px}

/* Creative visual rotation variants */
.ric-friday-visual-quran-light{background:radial-gradient(circle at 80% 30%,rgba(255,232,165,.32),transparent 18rem),linear-gradient(135deg,#134b3b,#8c6d2f)}
.ric-friday-visual-sunset-dua{background:radial-gradient(circle at 78% 16%,rgba(244,190,105,.42),transparent 22rem),linear-gradient(135deg,#4a2b3d,#876145)}
.ric-friday-visual-night-noor{background:radial-gradient(circle at 80% 20%,rgba(244,213,126,.24),transparent 18rem),linear-gradient(135deg,#071f2e,#123c42)}
.ric-friday-visual-family-warmth{background:linear-gradient(135deg,#4b5a37,#896f3e)}
.ric-friday-visual-youth-modern{background:linear-gradient(135deg,#005845,#156b65)}
.ric-friday-visual-heritage-story{background:linear-gradient(135deg,#513d2b,#806f4b)}
.ric-friday-visual-community-care{background:linear-gradient(135deg,#094b3e,#336b54)}
.ric-friday-visual-rain-reflection{background:linear-gradient(135deg,#173b42,#3d5d59)}
.ric-friday-visual-dawn-renewal{background:linear-gradient(135deg,#345b50,#9a7542)}

/* Masjid TV Friday scene */
.ric-friday-tv-slide{
 position:fixed;inset:7vh 6vw;z-index:72;display:none;
 border-radius:34px;overflow:hidden;
 background:
   radial-gradient(circle at 78% 18%,rgba(239,198,101,.28),transparent 24rem),
   linear-gradient(135deg,rgba(2,44,37,.98),rgba(8,85,64,.97));
 color:#fff;border:2px solid rgba(224,177,75,.70);
 box-shadow:0 30px 100px rgba(0,0,0,.48)
}
.ric-friday-tv-slide.is-visible{display:grid;grid-template-columns:1fr auto;align-items:center}
.ric-friday-tv-content{padding:clamp(34px,5vw,74px);position:relative;z-index:2}
.ric-friday-tv-kicker{color:#f0cb71;font-size:clamp(.9rem,1.2vw,1.35rem);font-weight:950;letter-spacing:.15em}
.ric-friday-tv-slide h2{color:#fff!important;font-family:Georgia,serif;font-size:clamp(3rem,6vw,7.4rem);line-height:.98;margin:.16em 0}
.ric-friday-tv-slide p{font-size:clamp(1.2rem,2vw,2rem);line-height:1.45;color:#dcebe4;max-width:1100px}
.ric-friday-tv-time{display:inline-block;margin-top:15px;background:#e0b14b;color:#17352b;padding:12px 20px;border-radius:999px;font-size:clamp(1.2rem,2vw,2.2rem);font-weight:950}
.ric-friday-tv-logo{width:18vw;max-width:280px;margin-right:5vw;filter:drop-shadow(0 18px 32px rgba(0,0,0,.35))}
.ric-friday-tv-progress{position:absolute;left:0;right:0;bottom:0;height:7px;background:rgba(255,255,255,.12)}
.ric-friday-tv-progress i{display:block;height:100%;width:0;background:#e0b14b}
.ric-friday-tv-slide.is-visible .ric-friday-tv-progress i{animation:ricFridayTvProgress var(--ric-friday-tv-duration,40s) linear forwards}
@keyframes ricFridayTvProgress{to{width:100%}}
@media(max-width:760px){
 .ric-friday-rich{grid-template-columns:1fr}
 .ric-friday-tv-slide{inset:4vh 4vw}
 .ric-friday-tv-slide.is-visible{grid-template-columns:1fr}
 .ric-friday-tv-logo{display:none}
}
@media(prefers-reduced-motion:reduce){
 .ric-friday-tv-progress i{animation:none}
}
