/* ===================================================================
   Ikejiq — Category / Channel Page Styles
   Tropical sunset gaming theme
   =================================================================== */

/* ---------- Channel Hero ---------- */
.channel-hero {
  position: relative;
  padding: 52px 0 36px;
  text-align: center;
}

.channel-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(249, 115, 22, 0.1), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.channel-hero > * { position: relative; z-index: 1; }

.channel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.25);
  color: var(--primary-l);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.channel-title {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 12px;
}

.channel-desc {
  color: var(--text-mid);
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto 14px;
  line-height: 1.65;
}

.channel-count {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 600;
}

.channel-count strong {
  color: var(--primary-l);
  font-weight: 800;
}

/* ---------- Game List (standard grid) ---------- */
.game-list {
  margin-top: 24px;
}

.game-list.ikq-grid {
  margin-top: 0;
}

/* ---------- More Section ---------- */
.more-section {
  margin-top: 56px;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .channel-hero { padding: 36px 0 24px; }
}
