@charset "UTF-8";
/* ==========================================================================
   page: الإعلام الأبرشي — إذاعة صوت السلام
   Loaded after styles.css. Reuses the token system; adds nothing that
   bypasses dark mode.
   ========================================================================== */

/* ---------- compact page hero (not the homepage full-height hero) ---------- */
.phero {
  padding: 148px var(--s5) var(--s7);
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
}
.phero .wrap { max-width: var(--wrap); }
.phero h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.42;
  letter-spacing: normal;
  margin-bottom: var(--s3);
}
.phero-x {
  font-size: 16.5px; line-height: 1.75; color: var(--ink-2);
  max-width: 60ch; letter-spacing: normal;
}

@media (max-width: 860px) { .phero { padding-top: 118px; } }
@media (max-width: 620px) { .phero { padding-top: 104px; } }

/* ---------- breadcrumb ---------- */
.bc {
  display: flex; align-items: center; gap: var(--s2);
  font-size: 13.5px; color: var(--muted); margin-bottom: var(--s5);
  letter-spacing: normal;
}
.bc a { transition: color .25s var(--ease); }
.bc a:hover { color: var(--gold-ink); }
.bc [aria-current] { color: var(--ink-2); font-weight: 500; }
.bc-sep { color: var(--line-2); }

/* ==========================================================================
   station identity card — the signature feature
   ========================================================================== */
.stn {
  position: relative; overflow: hidden;
  background: var(--navy); color: #fff;
  border-radius: 22px;
  padding: clamp(var(--s6), 5vw, var(--s8));
  box-shadow: var(--shadow-l);
}
:root[data-theme="dark"] .stn { background: var(--surface); border: 1px solid var(--line-2); }

.stn-glow {
  position: absolute; inset-block-start: -45%; inset-inline-end: -10%;
  width: 560px; aspect-ratio: 1; pointer-events: none;
  background: radial-gradient(circle, rgba(254,205,7,.24), transparent 66%);
}

.stn-top {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s3); margin-bottom: var(--s6); flex-wrap: wrap;
}
.stn-badge {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-size: 13.5px; font-weight: 600; letter-spacing: normal; color: var(--gold);
}
.stn-badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #ED1B26;
  animation: stn-pulse 2s infinite;
}
@keyframes stn-pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(237,27,38,.5); }
  50%     { opacity: .75; box-shadow: 0 0 0 7px rgba(237,27,38,0); }
}
.stn-freq {
  font-family: var(--ar-body); font-size: 14px; color: rgba(255,255,255,.75);
  letter-spacing: normal;
}
.stn-freq b { font-family: var(--ar-display); font-size: 19px; color: #fff; font-variant-numeric: tabular-nums; }
:root[data-theme="dark"] .stn-freq b { color: var(--gold); }
:root[data-theme="dark"] .stn-freq { color: var(--muted); }

.stn-body {
  position: relative;
  display: grid; grid-template-columns: 1fr auto; gap: var(--s6); align-items: center;
}

.stn-h {
  font-family: var(--ar-display); font-weight: 400;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.35;
  letter-spacing: normal; color: #fff; margin-bottom: var(--s2);
}
:root[data-theme="dark"] .stn-h { color: var(--ink); }
.stn-sy {
  font-family: var(--ar-display); font-size: 22px; color: var(--gold);
  letter-spacing: normal; margin-bottom: var(--s3);
  display: flex; align-items: baseline; gap: var(--s3); flex-wrap: wrap;
}
.stn-translit { font-family: var(--ar-body); font-size: 13.5px; font-style: italic; color: rgba(255,255,255,.6); }
:root[data-theme="dark"] .stn-translit { color: var(--muted); }
.stn-x { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; max-width: 46ch; letter-spacing: normal; }
:root[data-theme="dark"] .stn-x { color: var(--ink-2); }

.stn-tags { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
.tag {
  font-size: 12.5px; letter-spacing: normal; color: #fff;
  padding: 6px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28);
}
:root[data-theme="dark"] .tag { color: var(--ink-2); border-color: var(--line-2); }

/* equaliser motif — decorative only, never implies a working player */
.stn-eq { display: flex; align-items: flex-end; gap: 4px; height: 52px; flex: none; }
.stn-eq i { width: 5px; background: var(--gold); border-radius: 3px; animation: stn-eq 1.15s var(--ease) infinite; }
.stn-eq i:nth-child(1) { height: 35%; animation-delay: 0s; }
.stn-eq i:nth-child(2) { height: 70%; animation-delay: .11s; }
.stn-eq i:nth-child(3) { height: 50%; animation-delay: .22s; }
.stn-eq i:nth-child(4) { height: 95%; animation-delay: .33s; }
.stn-eq i:nth-child(5) { height: 58%; animation-delay: .44s; }
.stn-eq i:nth-child(6) { height: 80%; animation-delay: .55s; }
.stn-eq i:nth-child(7) { height: 42%; animation-delay: .66s; }
@keyframes stn-eq { 0%,100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }

.stn-actions {
  position: relative;
  display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap;
  margin-top: var(--s7);
}
.stn .btn-p { background: var(--gold); color: #12203B; }
.stn .btn-p:hover { background: #fff; }
.stn .btn-s { border-color: rgba(255,255,255,.32); color: #fff; }
.stn .btn-s:hover { border-color: var(--gold); color: var(--gold); }
:root[data-theme="dark"] .stn .btn-s { border-color: var(--line-2); color: var(--ink); }
.stn-fb-note { font-size: 13px; color: rgba(255,255,255,.62); letter-spacing: normal; flex-basis: 100%; }
:root[data-theme="dark"] .stn-fb-note { color: var(--muted); }

.stn-status {
  position: relative;
  font-size: 13.5px; color: var(--gold); letter-spacing: normal;
  min-height: 1.4em; margin-top: var(--s2);
}

.stn-contact {
  position: relative;
  margin-top: var(--s7); padding-top: var(--s5);
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2) var(--s5);
}
:root[data-theme="dark"] .stn-contact { border-color: var(--line-2); }
.stn-contact-lbl { font-size: 12.5px; font-weight: 600; letter-spacing: normal; color: rgba(255,255,255,.6); }
:root[data-theme="dark"] .stn-contact-lbl { color: var(--muted); }
.stn-contact a {
  font-size: 14.5px; color: #fff; font-variant-numeric: tabular-nums;
  border-bottom: 1px solid rgba(255,255,255,.3); transition: color .25s var(--ease), border-color .25s var(--ease);
}
.stn-contact a:hover { color: var(--gold); border-color: var(--gold); }
:root[data-theme="dark"] .stn-contact a { color: var(--ink); border-color: var(--line-2); }
.stn-contact-note { flex-basis: 100%; font-size: 12.5px; color: rgba(255,255,255,.55); letter-spacing: normal; }
:root[data-theme="dark"] .stn-contact-note { color: var(--muted); }

/* ==========================================================================
   the honest player — no fake streaming, ever
   ========================================================================== */
.player {
  margin-top: var(--s5);
  display: flex; gap: var(--s4); align-items: flex-start;
  background: var(--surface); border: 1px dashed var(--line-2); border-radius: 16px;
  padding: var(--s5);
}
.player-ico {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; color: var(--muted);
  background: var(--bg-2); border: 1px solid var(--line);
}
.player-h { font-family: var(--ar-body); font-weight: 600; font-size: 15.5px; letter-spacing: normal; margin-bottom: var(--s2); }
.player-x { font-size: 14.5px; color: var(--ink-2); line-height: 1.75; letter-spacing: normal; max-width: 62ch; }
.player-x a { color: var(--navy); font-weight: 500; }
.player-x a:hover { color: var(--gold-ink); }
:root[data-theme="dark"] .player-x a { color: var(--gold); }

/* ==========================================================================
   programme schedule — قيد الإعداد
   ========================================================================== */
.sched {
  list-style: none; margin-top: var(--s7);
  display: grid; grid-template-columns: repeat(7, 1fr); gap: var(--s3);
}
.sched-day {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: var(--s4) var(--s3); text-align: center;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.sched-day b { display: block; font-family: var(--ar-display); font-size: 17px; font-weight: 400; letter-spacing: normal; margin-bottom: var(--s3); }
.sched-day .pend {
  display: inline-block; font-size: 11.5px; letter-spacing: normal; color: var(--muted);
  padding: 5px 10px; border-radius: 999px; border: 1px dashed var(--line-2);
}
.sched-day.is-today { border-color: var(--gold); background: var(--bg-2); }
.sched-day.is-today b { color: var(--gold-ink); }
:root[data-theme="dark"] .sched-day.is-today b { color: var(--gold); }
.sched-day.is-today .pend { border-style: solid; border-color: var(--gold); color: var(--gold-ink); }
:root[data-theme="dark"] .sched-day.is-today .pend { color: var(--gold); }

/* ==========================================================================
   media office channel cards
   ========================================================================== */
.ch-cards { display: flex; flex-direction: column; gap: var(--s3); }
.ch-card {
  display: flex; align-items: center; gap: var(--s3);
  padding: var(--s4); background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; color: var(--ink);
  transition: transform .3s var(--ease-o), box-shadow .3s var(--ease-o), border-color .3s var(--ease-o);
}
a.ch-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); border-color: var(--line-2); }
.ch-card svg { flex: none; color: var(--navy); }
:root[data-theme="dark"] .ch-card svg { color: var(--gold); }
.ch-card b { display: block; font-family: var(--ar-body); font-size: 15.5px; font-weight: 600; letter-spacing: normal; }
.ch-card span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; letter-spacing: normal; }
.ch-card-pending { border-style: dashed; border-color: var(--line-2); }
.ch-card-pending svg { color: var(--muted); }

/* ==========================================================================
   responsive
   ========================================================================== */
@media (max-width: 860px) {
  .stn-body { grid-template-columns: 1fr; }
  .stn-eq { justify-content: center; }
  .sched { grid-template-columns: repeat(4, 1fr); }
  .player { flex-direction: column; }
}

@media (max-width: 620px) {
  .stn { border-radius: 16px; }
  .sched { grid-template-columns: repeat(2, 1fr); }
  .stn-actions { flex-direction: column; align-items: stretch; }
  .stn-actions .btn { width: 100%; }
  .stn-fb-note { text-align: center; }
}

/* ==========================================================================
   reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .stn-eq i { animation: none; transform: scaleY(.7); }
  .stn-badge .dot { animation: none; }
}
