/*
 RIC Homepage 2026 — Stage I.1

 Visual repair:
 The existing prayer section already owns its correct
 desktop/mobile grid. Do NOT wrap or resize Next Salah
 and Live Qur'an from this layer.

 Stage I now handles:
 - member presentation
 - light vertical compaction
 - no prayer-layout ownership
*/

/* =========================================================
   MEMBER PRESENTATION
========================================================= */

a.ric-i-member-link{
  white-space:nowrap;
}

a.ric-i-member-link[data-member-state="visitor"]{
  font-weight:800;
}

a.ric-i-member-link[data-member-state="member"]{
  font-weight:850;
}


/* =========================================================
   SAFETY FOR ANY OLD WRAPPER LEFT IN LIVE DOM
========================================================= */

/*
 If an old cached Stage I script created this wrapper,
 make it layout-transparent until the new JavaScript
 removes it completely.
*/
.ric-i-prayer-intelligence{
  display:contents !important;
}


/* =========================================================
   LIGHT HOMEPAGE COMPACTION
========================================================= */

.ric-f-season{
  margin-top:
    clamp(12px,1.6vw,20px);

  margin-bottom:
    clamp(12px,1.6vw,20px);
}

.ric-g-expansion{
  margin-top:
    clamp(14px,2vw,25px);

  margin-bottom:
    clamp(14px,2vw,25px);

  padding:
    clamp(18px,2.4vw,30px);
}

.ric-b-footer-spotlight{
  min-height:
    clamp(175px,19vw,255px);

  padding:
    clamp(25px,3.5vw,48px)
    clamp(18px,5vw,80px);
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }

}
