/* ===================================================================
   INDEX / HOME PAGE
   =================================================================== */

/* ---- Greeting ---- */
.greet-block{
  padding:18px 16px 4px;
}
.greet-line{
  font-family:var(--font-display);
  font-weight:600;
  font-size:17px;
  color:var(--rawm-ink);
  margin:0;
}
.greet-sub{
  font-size:12px;
  color:var(--rawm-charcoal-2);
  margin:2px 0 0;
}

/* ---- Promo slider ---- */
.promo-section .carousel{ overflow:visible; }

.promo-card{
  height:160px;
  border-radius:18px;
  padding:16px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  position:relative;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  background-color:var(--rawm-ink);
}
.promo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(17,16,18,.06) 38%, rgba(17,16,18,.86) 100%);
  pointer-events:none;
}

.promo-badge{
  position:absolute;
  top:12px;
  left:12px;
  width:34px;
  height:34px;
  border-radius:10px;
  background:var(--rawm-orange);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:15px;
  z-index:2;
  box-shadow:0 10px 20px -8px rgba(0,0,0,.5);
}

.promo-text{
  position:relative;
  z-index:2;
}
.promo-text .promo-eyebrow{
  display:block;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.8;
  margin-bottom:4px;
}
.promo-text h3{
  font-family:var(--font-display);
  font-size:15px;
  font-weight:600;
  line-height:1.25;
  margin:0 0 4px;
}
.promo-text p{
  font-size:11.5px;
  opacity:.85;
  margin:0;
}

.carousel-indicators.promo-indicators{
  position:static;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:5px;
  margin:10px 0 0;
  padding:0;
}
.carousel-indicators.promo-indicators [data-bs-target]{
  box-sizing:content-box;
  flex:0 0 auto;
  width:18px;
  height:3px;
  padding:0;
  margin:0;
  text-indent:0;
  background-color:var(--rawm-line-strong);
  border:0;
  border-radius:2px;
  opacity:1;
  transition:background-color .2s ease, width .2s ease;
}
.carousel-indicators.promo-indicators [data-bs-target].active{
  background-color:var(--rawm-orange);
  width:24px;
}

/* ---- Announcements ---- */
.announce-list{
  overflow:hidden;
}
.announce-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-bottom:1px solid var(--rawm-line);
  color:var(--rawm-charcoal);
}
.announce-row:last-child{ border-bottom:none; }

.announce-date{
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:11px;
  background:var(--rawm-orange-tint);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.announce-date span{
  font-family:var(--font-display);
  font-weight:600;
  font-size:14px;
  color:var(--rawm-orange-deep);
}
.announce-date small{
  font-size:8.5px;
  font-weight:600;
  letter-spacing:.04em;
  color:var(--rawm-orange-deep);
}

.announce-body{ flex:1 1 auto; min-width:0; }
.announce-body h4{
  font-size:13px;
  font-weight:600;
  color:var(--rawm-ink);
  margin:0 0 2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.announce-body p{
  font-size:11.5px;
  color:var(--rawm-charcoal-2);
  margin:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.announce-chevron{
  flex:0 0 auto;
  color:var(--rawm-line-strong);
  font-size:13px;
}

/* ---- Academic calendar strip ---- */
.calendar-card{ padding:14px 0 0; }

.calendar-strip{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:0 14px 14px;
  scrollbar-width:none;
}
.calendar-strip::-webkit-scrollbar{ display:none; }

.cal-day{
  flex:0 0 auto;
  width:46px;
  height:64px;
  border-radius:13px;
  border:1px solid var(--rawm-line);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
}
.cal-day .dow{
  font-size:10px;
  font-weight:600;
  color:var(--rawm-charcoal-2);
  text-transform:uppercase;
}
.cal-day .dom{
  font-family:var(--font-display);
  font-size:16px;
  font-weight:600;
  color:var(--rawm-ink);
}
.cal-day .dot{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--rawm-orange);
  visibility:hidden;
}
.cal-day.has-event .dot{ visibility:visible; }

.cal-day.is-today{
  background:var(--rawm-ink);
  border-color:var(--rawm-ink);
}
.cal-day.is-today .dow{ color:#A8A6A3; }
.cal-day.is-today .dom{ color:#fff; }
.cal-day.is-today .dot{ background:var(--rawm-orange); }

.calendar-today-event{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border-top:1px solid var(--rawm-line);
  font-size:12px;
  color:var(--rawm-charcoal);
}
.calendar-today-event i{ color:var(--rawm-orange-deep); }

/* ---- Promotional videos: highlighted card ---- */
.promo-video-card{
  background:var(--rawm-ink);
  background-image:
    repeating-linear-gradient(180deg, rgba(255,255,255,.035) 0px, rgba(255,255,255,.035) 2px, transparent 2px, transparent 7px),
    radial-gradient(circle at 85% 0%, rgba(238,127,45,.20), transparent 55%);
  border-radius:18px;
  padding:16px 14px 18px;
  box-shadow:0 16px 32px -18px rgba(0,0,0,.45);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:140px;
}
.promo-video-card .eyebrow-title{
  color:#fff;
}
.promo-video-card .eyebrow-link{
  color:var(--rawm-orange);
}
.promo-video-card .section-eyebrow{
  margin-bottom:12px;
}

/* Single-row horizontal strip — used for the index preview so it
   stays compact; the full grid lives on promo-videos.html */
.video-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:2px;
  scrollbar-width:none;
}
.video-strip::-webkit-scrollbar{ display:none; }
.video-strip .video-card{
  flex:0 0 148px;
  width:148px;
}
.video-strip .video-title{
  font-size:11px;
}
.video-strip .video-sub{
  font-size:9.5px;
}

.promo-video-card .video-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.promo-video-card .video-title{
  color:#fff;
}
.promo-video-card .video-sub{
  color:rgba(255,255,255,.55);
}
.promo-video-card .video-thumb{
  background:rgba(255,255,255,.08);
}

/* ---- Quick menu grid ---- */
.menu-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.menu-tile{
  background:var(--rawm-surface);
  border:1px solid var(--rawm-line);
  border-radius:16px;
  padding:16px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  color:var(--rawm-charcoal);
  transition:transform .12s ease;
}
.menu-tile:active{ transform:scale(.97); }

.menu-icon{
  width:46px;
  height:46px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}
.menu-icon-ink{
  background:var(--rawm-ink);
  color:#fff;
}
.menu-icon-orange{
  background:var(--rawm-orange-tint);
  color:var(--rawm-orange-deep);
}

.menu-label{
  font-size:12.5px;
  font-weight:600;
  color:var(--rawm-ink);
  line-height:1.2;
}

/* ---- Attendance quick-link card ---- */
.att-index-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:var(--rawm-surface);
  border:1px solid var(--rawm-line);
  border-radius:16px;
  padding:14px 16px;
  text-decoration:none;
  color:var(--rawm-charcoal);
  transition:background .12s ease;
}
.att-index-card:active{ background:var(--rawm-cream); }
.att-index-left{
  display:flex;
  align-items:center;
  gap:12px;
}
.att-index-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  background:var(--rawm-ink);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex:0 0 auto;
}
.att-index-title{
  font-size:13.5px;
  font-weight:700;
  color:var(--rawm-ink);
  margin:0 0 2px;
}
.att-index-sub{
  font-size:11px;
  color:var(--rawm-charcoal-2);
  margin:0;
}
.att-index-chevron{
  color:var(--rawm-line-strong);
  font-size:14px;
}

/* ===================================================================
   ANNOUNCEMENT — single card
   =================================================================== */
.announce-badge-live{
  font-size:10.5px;
  font-weight:700;
  color:var(--rawm-orange-deep);
  display:flex;
  align-items:center;
  gap:4px;
}
.announce-badge-live i{ font-size:11px; }

.announce-single-card{
  background:var(--rawm-surface);
  border:1px solid var(--rawm-line);
  border-left:4px solid var(--rawm-orange);
  border-radius:14px;
  padding:14px;
}
.announce-single-top{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.announce-single-date-box{
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:11px;
  background:var(--rawm-orange-tint);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.announce-single-date-box .asd-d{
  font-family:var(--font-display);
  font-size:16px;
  font-weight:700;
  color:var(--rawm-orange-deep);
}
.announce-single-date-box small{
  font-size:8.5px;
  font-weight:700;
  letter-spacing:.05em;
  color:var(--rawm-orange-deep);
}
.announce-single-body h4{
  font-size:13.5px;
  font-weight:700;
  color:var(--rawm-ink);
  margin:0 0 5px;
  line-height:1.3;
}
.announce-single-body p{
  font-size:12px;
  color:var(--rawm-charcoal-2);
  margin:0;
  line-height:1.5;
}

/* ===================================================================
   INDEX — POINT WALLET PREVIEW CARD
   =================================================================== */
.idx-wallet-card{
  background:var(--rawm-ink);
  background-image:
    repeating-linear-gradient(180deg, rgba(255,255,255,.035) 0px, rgba(255,255,255,.035) 2px, transparent 2px, transparent 7px),
    radial-gradient(circle at 90% 10%, rgba(238,127,45,.28), transparent 55%);
  border-radius:18px;
  padding:18px 18px 0;
  box-shadow:0 12px 28px -14px rgba(0,0,0,.45);
}
.idx-wallet-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.idx-wallet-balance-wrap{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.idx-wallet-label{
  font-size:10.5px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}
.idx-wallet-balance{
  font-family:var(--font-display);
  font-size:36px;
  font-weight:700;
  color:#fff;
  line-height:1;
}
.idx-wallet-bigicon{
  font-size:30px;
  color:var(--rawm-orange);
  opacity:.85;
}
.idx-wallet-footer{
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.1);
  padding:12px 0 16px;
}
.idx-wallet-stat{
  flex:1 1 0;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.idx-wallet-stat-label{
  font-size:9.5px;
  font-weight:600;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
}
.idx-wallet-stat-val{
  font-family:var(--font-display);
  font-size:17px;
  font-weight:700;
}
.idx-wallet-stat-val.earned{ color:#6EE7B7; }
.idx-wallet-stat-val.redeemed{ color:#FCA5A5; }
.idx-wallet-sep{
  width:1px;
  height:30px;
  background:rgba(255,255,255,.1);
  margin:0 16px;
}

/* ===================================================================
   INDEX — PERFORMER PREVIEW
   =================================================================== */
.idx-perf-wrap{
  background:var(--rawm-surface);
  border:1px solid var(--rawm-line);
  border-radius:16px;
  padding:12px 14px 14px;
}
.idx-perf-month{
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--rawm-charcoal-2);
  margin:0 0 10px;
}
.idx-perf-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scrollbar-width:none;
  padding-bottom:2px;
}
.idx-perf-strip::-webkit-scrollbar{ display:none; }
.idx-perf-card{
  flex:0 0 90px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}
.idx-perf-avatar{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-display);
  font-size:20px;
  font-weight:700;
  color:#fff;
  flex:0 0 auto;
}
.idx-perf-avatar img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
}
.idx-perf-name{
  font-size:10.5px;
  font-weight:700;
  color:var(--rawm-ink);
  text-align:center;
  line-height:1.2;
  max-width:88px;
}
.idx-perf-inst{
  font-size:9.5px;
  color:var(--rawm-charcoal-2);
  text-align:center;
}
