/* =========================================================
   Khabar 1st ??? Premium editorial news UI (v2)
   ========================================================= */
:root {
  --k1-ink: #10141f;
  --k1-ink-soft: #2a3142;
  --k1-paper: #f7f5f1;
  --k1-paper-2: #efebe3;
  --k1-card: #ffffff;
  --k1-line: rgba(16, 20, 31, 0.1);
  --k1-accent: #d90429;
  --k1-accent-deep: #9d0208;
  --k1-gold: #b08900;
  --k1-muted: #5f687a;
  --k1-soft: #f0ece4;
  --k1-font-display: "Syne", "Noto Sans Devanagari", sans-serif;
  --k1-font-body: "Instrument Sans", "Noto Sans Devanagari", sans-serif;
  --k1-radius: 16px;
  --k1-shadow: 0 20px 50px rgba(16, 20, 31, 0.12);
  --k1-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="dark"] {
  --k1-ink: #f5f2eb;
  --k1-ink-soft: #d8d3c8;
  --k1-paper: #0d111a;
  --k1-paper-2: #151b27;
  --k1-card: #171e2c;
  --k1-line: rgba(245, 242, 235, 0.12);
  --k1-muted: #a4adbd;
  --k1-soft: #1c2433;
  --k1-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

/* Force readable text everywhere on Khabar 1st */
body.k1-site,
body.k1-site h1,
body.k1-site h2,
body.k1-site h3,
body.k1-site h4,
body.k1-site p,
body.k1-site a,
body.k1-site span,
body.k1-site strong,
body.k1-site li,
body.k1-site time {
  color: inherit;
}

body.k1-site {
  font-family: var(--k1-font-body);
  background: var(--k1-paper);
  color: var(--k1-ink);
  overflow-x: hidden;
}

body.k1-site .k1-ambient {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(217, 4, 41, 0.1), transparent 55%),
    radial-gradient(700px 360px at 95% 5%, rgba(176, 137, 0, 0.08), transparent 50%);
  animation: k1-ambient 16s ease-in-out infinite;
}
@keyframes k1-ambient {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.k1-main, .k1-masthead, .k1-topbar, .k1-footer, .k1-hero, .news-progress {
  position: relative;
  z-index: 1;
}

.k1-wrap {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.k1-progress {
  height: 3px;
  background: linear-gradient(90deg, var(--k1-accent), var(--k1-gold));
  transform-origin: left;
}

/* Hide old masthead/footer from news.css */
body.k1-site .news-masthead,
body.k1-site .news-topbar,
body.k1-site .news-header,
body.k1-site .news-nav,
body.k1-site .news-footer,
body.k1-site .at-hero-3col-wrap {
  display: none !important;
}

/* ---------- Topbar / Header ---------- */
.k1-topbar {
  background: #111;
  color: #f7f3ea;
  font-size: 0.78rem;
}
.k1-topbar .k1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 12px;
}
.k1-topbar a, .k1-theme-btn {
  color: #f7f3ea;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  opacity: 0.85;
}
.k1-topbar a:hover, .k1-theme-btn:hover { opacity: 1; }
.k1-topbar-tag {
  margin-left: 10px;
  padding: 2px 8px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #f0d78c;
}
.k1-topbar-right { display: flex; gap: 14px; align-items: center; }

.k1-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--k1-ink);
}
.k1-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--k1-font-display);
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--k1-accent), var(--k1-accent-deep));
  box-shadow: 0 10px 24px rgba(217, 4, 41, 0.35);
}
.k1-brand-mark--sm { width: 28px; height: 28px; font-size: 0.7rem; border-radius: 8px; }
.k1-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.k1-brand-text strong {
  font-family: var(--k1-font-display);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--k1-ink);
}
.k1-brand-text em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--k1-muted);
}

.k1-masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--k1-paper) 90%, transparent);
  border-bottom: 1px solid var(--k1-line);
  transition: box-shadow 0.35s var(--k1-ease);
  overflow: visible;
}
.k1-masthead.is-scrolled { box-shadow: 0 10px 30px rgba(16, 20, 31, 0.08); }

.k1-menu-btn {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  background: rgba(0,0,0,0.15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.k1-menu-btn span { width: 16px; height: 2px; background: #fff; display: block; }

.k1-nav {
  border-top: 0;
  background: #c00;
  position: relative;
  z-index: 30;
  overflow: visible;
}
.k1-nav-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  height: 58px;
  overflow: visible;
}
.k1-nav-scroll {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding: 0;
  flex: 1;
  min-width: 0;
  height: 58px;
}
.k1-nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  z-index: 5;
  margin: 0 6px 0 0;
  padding: 0 !important;
  line-height: 0;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 58px;
  overflow: visible !important;
}
.k1-nav-logo:hover { background: transparent !important; }
body.k1-site .k1-nav-logo-img,
.k1-nav-logo-img {
  height: 50px !important;
  width: auto !important;
  max-width: 140px !important;
  max-height: 50px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: transparent !important;
  overflow: visible !important;
}
.k1-nav-back { display: none; }
.k1-nav-scroll::-webkit-scrollbar { display: none; }
.k1-nav-scroll a {
  flex: 0 0 auto;
  text-decoration: none;
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 8px 14px;
  border-radius: 2px;
  transition: 0.2s;
}
.k1-nav-scroll a:hover {
  color: #fff;
  background: rgba(0,0,0,0.18);
}
.k1-nav-scroll a.is-active {
  color: #c00;
  background: #fff;
  box-shadow: none;
}
.k1-nav-tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}
.k1-nav-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.18);
  color: #fff;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.k1-nav-icon-btn:hover,
.k1-nav-icon-btn.is-open {
  background: rgba(0,0,0,0.35);
  transform: translateY(-1px);
}
.k1-theme-icon { font-size: 0.95rem; line-height: 1; }
.k1-nav-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 45;
  background: #8b0000;
  border-bottom: 2px solid #f0d78c;
  padding: 10px 0;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}
.k1-nav-search-form {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.k1-nav-search-form input {
  flex: 1;
  border: 0;
  padding: 12px 16px;
  font: inherit;
  outline: none;
  background: transparent;
  color: #111;
}
.k1-nav-search-form button {
  border: 0;
  background: #111;
  color: #fff;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}
.k1-nav-backdrop { display: none; }

/* Breaking news ? larger text, no black border */
.k1-break {
  display: flex;
  align-items: stretch;
  width: min(1600px, 96%);
  margin: 8px auto;
  min-height: 46px;
  height: 46px;
  border-radius: 6px;
  overflow: hidden;
  background: #c00;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  border: 0 !important;
  outline: none;
}
.k1-break-label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  background: #c00;
  color: #fff !important;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 0.78rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.k1-break-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: k1break-pulse 1.4s ease-out infinite;
}
.k1-break-stage {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 46px;
  overflow: hidden;
  background: #1f1f1f;
  border: 0 !important;
  border-left: 0 !important;
  isolation: isolate;
}
.k1-break-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Sans Devanagari", var(--k1-font-body);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity;
  transition: transform 0.42s cubic-bezier(0.22, 0.82, 0.28, 1), opacity 0.28s ease, visibility 0s linear 0.42s;
}
.k1-break-item:hover { color: #ffd7d7 !important; }
.k1-break-item.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  transition: transform 0.42s cubic-bezier(0.22, 0.82, 0.28, 1), opacity 0.28s ease, visibility 0s;
}
.k1-break-item.is-enter {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: visible;
  z-index: 1;
  transition: none;
}
.k1-break-item.is-exit {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.42s cubic-bezier(0.22, 0.82, 0.28, 1), opacity 0.28s ease;
}
@keyframes k1break-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* Hide legacy horizontal ticker if any remain */
body.k1-site .news-ticker { display: none !important; }
/* ---------- NEW HERO (fixed height ??? images never blow up) ---------- */
.k1-hero {
  margin-bottom: 28px;
  animation: k1-hero-in 0.8s var(--k1-ease) both;
}
@keyframes k1-hero-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.k1-hero-stage {
  width: 100%;
  background: #0b0f16;
}
.k1-hero-slider {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  height: clamp(320px, 52vh, 520px);
  overflow: hidden;
}
.k1-hero-slide {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--k1-ease);
  overflow: hidden;
}
.k1-hero-slide.is-active,
.k1-hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.k1-hero-media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.k1-hero-img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.04);
  transition: transform 8s linear;
}
.k1-hero-slide.is-active .k1-hero-img,
.k1-hero-slide.active .k1-hero-img {
  transform: scale(1);
}
.k1-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 16, 0.82) 0%, rgba(8, 10, 16, 0.35) 48%, rgba(8, 10, 16, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 10, 16, 0.85) 0%, transparent 45%);
}
.k1-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(20px, 4vw, 48px);
  max-width: 720px;
  color: #fff;
  z-index: 2;
}
.k1-hero-copy h1,
.k1-hero-copy p,
.k1-hero-copy span,
.k1-hero-brandline {
  color: #fff !important;
}
.k1-hero-brandline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: var(--k1-font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  opacity: 0.92;
}
.k1-pill {
  display: inline-block;
  margin: 0 6px 12px 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.k1-pill--live {
  background: var(--k1-accent);
  animation: k1-pulse-bg 1.6s ease-in-out infinite;
}
@keyframes k1-pulse-bg {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 4, 41, 0.45); }
  50% { box-shadow: 0 0 0 8px rgba(217, 4, 41, 0); }
}
.k1-hero-copy h1 {
  margin: 0 0 10px;
  font-family: var(--k1-font-display);
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.k1-hero-copy p {
  margin: 0 0 12px;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.88) !important;
  max-width: 52ch;
}
.k1-hero-meta {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7) !important;
}
.k1-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.25s;
}
.k1-hero-nav:hover { background: rgba(255,255,255,0.28); }
.k1-hero-nav--prev { left: 16px; }
.k1-hero-nav--next { right: 16px; }
.k1-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.k1-hero-dots button,
.k1-hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
}
.k1-hero-dots .is-active,
.k1-hero-dots .active {
  width: 24px;
  background: #fff;
}

/* Hero rails ??? light cards, never black-on-dark */
.k1-hero-rail {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-top: -42px;
  position: relative;
  z-index: 4;
}
.k1-rail-col {
  background: var(--k1-card);
  border: 1px solid var(--k1-line);
  border-radius: var(--k1-radius);
  box-shadow: var(--k1-shadow);
  padding: 18px;
  color: var(--k1-ink);
}
.k1-rail-title {
  margin: 0 0 14px;
  font-family: var(--k1-font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--k1-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.k1-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--k1-accent);
  box-shadow: 0 0 0 0 rgba(217, 4, 41, 0.5);
  animation: k1-pulse-bg 1.5s infinite;
}
.k1-rail-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--k1-line);
  text-decoration: none;
  color: var(--k1-ink);
  transition: transform 0.3s var(--k1-ease);
}
.k1-rail-item:last-child { border-bottom: 0; }
.k1-rail-item:hover { transform: translateX(4px); }
.k1-rail-thumb {
  width: 84px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--k1-soft);
}
.k1-rail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--k1-ease);
}
.k1-rail-item:hover img { transform: scale(1.06); }
.k1-rail-cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--k1-accent);
  margin-bottom: 4px;
}
.k1-rail-item h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--k1-ink);
  font-weight: 700;
}
.k1-rail-item time {
  font-size: 0.75rem;
  color: var(--k1-muted);
}

.k1-top-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k1-top-list li + li { margin-top: 4px; }
.k1-top-list a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--k1-ink);
  transition: background 0.25s, transform 0.25s var(--k1-ease);
}
.k1-top-list a:hover {
  background: var(--k1-soft);
  transform: translateX(3px);
}
.k1-top-num {
  font-family: var(--k1-font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--k1-accent);
  line-height: 1;
}
.k1-top-text strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--k1-ink);
  margin-bottom: 4px;
}
.k1-top-text em {
  font-style: normal;
  font-size: 0.74rem;
  color: var(--k1-muted);
}

/* ---------- Page body sections ---------- */
body.k1-site .at-inner,
body.k1-site .at-page-grid {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}
body.k1-site .at-page-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  margin-top: 28px;
}
body.k1-site .at-sec-head h2,
body.k1-site .at-sec-title {
  font-family: var(--k1-font-display) !important;
  color: var(--k1-ink) !important;
  letter-spacing: -0.02em;
}
body.k1-site .at-tri { background: var(--k1-accent) !important; }
body.k1-site .at-more,
body.k1-site .at-nv-more-btn { color: var(--k1-accent) !important; }

body.k1-site .at-latest-card,
body.k1-site .at-grid-card,
body.k1-site .at-tri-card,
body.k1-site .at-tri-lead,
body.k1-site .at-tri-headline,
body.k1-site .at-side-row,
body.k1-site .at-feat-main,
body.k1-site .news-card,
body.k1-site .at-widget {
  background: var(--k1-card);
  color: var(--k1-ink);
  border-radius: 14px;
}
body.k1-site .at-latest-card h4,
body.k1-site .at-grid-card h3,
body.k1-site .at-grid-card h4,
body.k1-site .at-tri-card h3,
body.k1-site .at-tri-lead h2,
body.k1-site .at-tri-headline h4,
body.k1-site .at-side-row h4,
body.k1-site .at-widget,
body.k1-site .at-widget h4,
body.k1-site .at-widget strong,
body.k1-site .at-widget p,
body.k1-site .news-trending-item,
body.k1-site .at-video-row h4 {
  color: var(--k1-ink) !important;
}
body.k1-site .at-cat-sm,
body.k1-site .at-time,
body.k1-site .at-widget-head {
  color: var(--k1-muted) !important;
}
body.k1-site .at-widget-dark,
body.k1-site .at-widget-dark h4,
body.k1-site .at-widget-dark .at-widget-head {
  background: var(--k1-ink) !important;
  color: #f5f2eb !important;
}
body.k1-site .at-widget-dark h4 { color: #f5f2eb !important; }

body.k1-site .at-news-video-zone {
  border-radius: var(--k1-radius);
  overflow: hidden;
}
body.k1-site .at-nv-title {
  color: #fff !important;
}

/* Kill old dark-hero black text rules */
body.k1-site .at-hero-dark,
body.k1-site .at-hero-dark * {
  color: inherit;
}
body.k1-site .at-hero-dark .at-hero-side-text h4,
body.k1-site .at-hero-dark .at-cat-sm,
body.k1-site .at-hero-dark .at-time,
body.k1-site .k1-hero-trend-item,
body.k1-site .k1-hero-trend-item strong,
body.k1-site .k1-hero-trend-item span {
  color: var(--k1-ink) !important;
}

/* Motion */
.k1-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--k1-ease), transform 0.65s var(--k1-ease);
}
.k1-reveal.is-in { opacity: 1; transform: none; }
body.k1-site .at-latest-card,
body.k1-site .at-nv-card,
body.k1-site .k1-rail-item {
  transition: transform 0.4s var(--k1-ease), box-shadow 0.4s var(--k1-ease);
}
body.k1-site .at-latest-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--k1-shadow);
}
body.k1-site .at-img-zoom img {
  transition: transform 0.7s var(--k1-ease);
}
body.k1-site .at-img-zoom:hover img { transform: scale(1.05); }

/* Footer ? always dark + readable (independent of theme ink) */
.k1-footer {
  margin-top: 64px;
  background: #10141f !important;
  color: #f5f2eb !important;
  padding: 56px 0 0;
}
.k1-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}
.k1-footer h4 {
  font-family: var(--k1-font-display);
  font-size: 0.95rem;
  margin: 0 0 14px;
  color: #f0d78c !important;
}
.k1-footer ul { list-style: none; margin: 0; padding: 0; }
.k1-footer li { margin-bottom: 8px; }
.k1-footer a,
.k1-footer a:visited {
  color: rgba(245, 242, 235, 0.9) !important;
  text-decoration: none;
}
.k1-footer a:hover { color: #fff !important; }
.k1-footer p,
.k1-footer-brand p,
.k1-footer span,
.k1-footer li {
  color: rgba(245, 242, 235, 0.82) !important;
}
.k1-footer-brand p {
  margin-top: 14px;
  line-height: 1.55;
  max-width: 36ch;
}
.k1-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.k1-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: #333;
  transition: transform 0.2s, background 0.2s;
}
.k1-social-btn img,
.k1-social-btn .k1-social-svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.k1-social-btn .k1-social-svg { fill: currentColor; }
.k1-social-btn:hover { transform: translateY(-2px); color: #fff !important; }
.k1-social-btn--fb { background: #1877f2; }
.k1-social-btn--yt { background: #ff0000; }
.k1-social-btn--ig { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af); }
.k1-social-btn--tw,
.k1-social-btn--wa,
.k1-social-btn--link { display: none !important; }
.k1-wa-link {
  display: inline-block;
  margin-top: 6px;
  color: #25d366 !important;
  font-weight: 700;
}
.k1-brand--footer .k1-brand-text strong { color: #fff; }
.k1-brand--footer .k1-brand-text em { color: rgba(245, 242, 235, 0.65); }
.k1-footer-bottom {
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 16px 0;
  font-size: 0.82rem;
  color: rgba(245, 242, 235, 0.7) !important;
}
.k1-footer-bottom,
.k1-footer-bottom * {
  color: rgba(245, 242, 235, 0.7) !important;
}
[data-theme="dark"] .k1-footer {
  background: #0b0e14 !important;
  color: #f5f2eb !important;
}
[data-theme="dark"] .k1-footer a,
[data-theme="dark"] .k1-footer a:visited {
  color: rgba(245, 242, 235, 0.92) !important;
}
[data-theme="dark"] .k1-footer h4 {
  color: #ffd27a !important;
}
[data-theme="dark"] .k1-footer p,
[data-theme="dark"] .k1-footer li,
[data-theme="dark"] .k1-footer-brand p {
  color: rgba(245, 242, 235, 0.88) !important;
}
[data-theme="dark"] .k1-footer-bottom,
[data-theme="dark"] .k1-footer-bottom * {
  color: rgba(245, 242, 235, 0.75) !important;
}

/* Topics / ticker polish */
body.k1-site .news-topics,
body.k1-site .news-ticker,
body.k1-site .at-topics {
  background: var(--k1-card);
  border-color: var(--k1-line);
  color: var(--k1-ink);
}
body.k1-site .news-topic-tag {
  color: var(--k1-ink) !important;
  background: var(--k1-soft);
  border-radius: 999px;
}

@media (max-width: 980px) {
  .k1-hero-rail { grid-template-columns: 1fr; margin-top: 16px; }
  body.k1-site .at-page-grid { grid-template-columns: 1fr; }
  .k1-hero-slider, .k1-hero-media { min-height: 420px; }
}
@media (max-width: 900px) {
  .k1-menu-btn { display: inline-flex; }
  .k1-nav-logo { height: auto; margin-bottom: 0; }
  body.k1-site .k1-nav-logo-img,
  .k1-nav-logo-img { height: 38px !important; max-height: 38px !important; max-width: 100px !important; }
  .k1-nav-tools { gap: 4px; }
  .k1-nav-inner { min-height: 48px; height: 48px; }
  /* masthead: no backdrop-filter so fixed drawer isn't trapped */
  body.k1-site .k1-masthead {
    z-index: 10000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }
  .k1-nav {
    position: relative;
    z-index: 10001;
    overflow: visible !important;
  }
  .k1-nav-scroll {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(300px, 86vw) !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    max-height: none !important;
    background: #c00 !important;
    transform: translateX(-105%);
    transition: transform 0.35s ease;
    z-index: 10002 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    display: flex !important;
    padding: 72px 14px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 28px rgba(0,0,0,0.35);
    gap: 2px !important;
  }
  .k1-nav.is-open .k1-nav-scroll,
  .k1-nav.open .k1-nav-scroll {
    transform: translateX(0) !important;
  }
  .k1-nav-scroll a {
    width: 100%;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 1rem !important;
  }
  .k1-nav-back {
    display: none;
  }
  .k1-nav-backdrop,
  .k1-nav-backdrop.show,
  .k1-nav-backdrop.is-show {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 10001 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .k1-nav-backdrop.show,
  .k1-nav-backdrop.is-show {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  body.news-menu-open {
    overflow: hidden !important;
  }
  .k1-break-item { font-size: 0.92rem; padding: 0 12px; color: #fff !important; height: 44px; }
  .k1-break-label { font-size: 0.7rem; padding: 0 12px; letter-spacing: 0.6px; }
  .k1-break, .k1-break-stage { height: 44px; min-height: 44px; }
  .k1-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .k1-footer-grid { grid-template-columns: 1fr; }
  .k1-hero-copy h1 { font-size: 1.45rem; }
  .k1-hero-slider { height: 300px; }
}

/* =========================================================
   HARD IMAGE + LAYOUT CONTAINMENT
   (prevents full-resolution images from breaking the UI)
   ========================================================= */
body.k1-site img {
  max-width: 100%;
  height: auto;
}
body.k1-site .k1-nav-logo-img {
  height: 50px !important;
  max-height: 50px !important;
  width: auto !important;
  max-width: 140px !important;
}

body.k1-site .at-img-zoom,
body.k1-site .at-tri-card-img,
body.k1-site .at-tri-lead-img,
body.k1-site .at-tri-headline-img,
body.k1-site .at-feat-main,
body.k1-site .at-grid-card .at-img-zoom,
body.k1-site .at-latest-img,
body.k1-site .at-visual-card,
body.k1-site .at-nv-thumb,
body.k1-site .at-nv-center-thumb,
body.k1-site .at-state-main,
body.k1-site .at-state-card,
body.k1-site .at-video-thumb,
body.k1-site .news-card .card-img {
  overflow: hidden !important;
  position: relative;
}

body.k1-site .at-img-zoom img,
body.k1-site .at-tri-card-img img,
body.k1-site .at-tri-lead-img img,
body.k1-site .at-tri-headline-img img,
body.k1-site .at-feat-main img,
body.k1-site .at-grid-card img,
body.k1-site .at-latest-img img,
body.k1-site .at-visual-card img,
body.k1-site .at-nv-thumb img,
body.k1-site .at-nv-center-thumb img,
body.k1-site .at-state-main img,
body.k1-site .at-state-card img,
body.k1-site .at-video-thumb img,
body.k1-site .news-card .card-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block;
}

/* Fixed aspect boxes so images never dictate page height */
body.k1-site .at-grid-card .at-img-zoom {
  aspect-ratio: 16 / 10;
  height: auto !important;
  max-height: 180px;
}
body.k1-site .at-tri-card-img {
  aspect-ratio: 16 / 11;
  height: auto !important;
  min-height: 0 !important;
  max-height: 160px;
  flex: 0 0 auto !important;
}
body.k1-site .at-tri-lead-img {
  height: 260px !important;
  max-height: 260px !important;
}
body.k1-site .at-tri-headline-img {
  width: 76px !important;
  height: 58px !important;
  flex-shrink: 0;
}
body.k1-site .at-latest-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  max-height: 160px;
  border-radius: 0;
}
body.k1-site .at-latest-card {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
body.k1-site .at-visual-card {
  width: 160px !important;
  height: 220px !important;
  flex: 0 0 auto;
  border-radius: 12px;
}
body.k1-site .at-nv-thumb {
  aspect-ratio: 16 / 10;
  max-height: 140px;
}
body.k1-site .at-nv-center-thumb {
  aspect-ratio: 16 / 9;
  max-height: 280px;
}
body.k1-site .at-feat-main {
  max-height: 280px;
}
body.k1-site .at-feat-main img {
  height: 280px !important;
}

/* Restore / reinforce grids (in case premium vars missing) */
body.k1-site .at-page-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 24px !important;
  width: min(1240px, calc(100% - 32px));
  margin: 28px auto 0;
  align-items: start;
}
body.k1-site .at-page-main,
body.k1-site .at-page-sidebar {
  min-width: 0;
  max-width: 100%;
}
body.k1-site .at-4grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
body.k1-site .at-3grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.k1-site .at-tri-layout {
  display: grid !important;
  grid-template-columns: 1fr 1.35fr 1fr !important;
  gap: 16px !important;
  align-items: start !important;
  overflow: visible !important;
}
body.k1-site .at-tri-card {
  display: flex !important;
  flex-direction: column;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  flex: 0 0 auto !important;
}
body.k1-site .at-grid-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--k1-ink);
}
body.k1-site .at-grid-body {
  padding: 10px 4px 4px;
}
body.k1-site .at-grid-body h4 {
  margin: 4px 0;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--k1-ink) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Kill old dark-hero black-text combo when premium CSS loads */
body.k1-site .at-hero-3col-wrap { display: none !important; }
body.k1-site .at-hero-dark .at-hero-side-text h4,
body.k1-site .at-hero-dark .at-cat-sm,
body.k1-site .at-hero-dark .at-time,
body.k1-site .at-hero-dark .at-hero-side-item {
  color: var(--k1-ink) !important;
}

body.k1-site .at-widget img.at-promo-logo,
body.k1-site .at-brand-ad-logo {
  width: auto !important;
  height: 48px !important;
  max-width: 160px !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  body.k1-site .at-page-grid {
    grid-template-columns: 1fr !important;
  }
  body.k1-site .at-tri-layout {
    grid-template-columns: 1fr !important;
  }
  body.k1-site .at-4grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  body.k1-site .at-4grid,
  body.k1-site .at-3grid {
    grid-template-columns: 1fr !important;
  }
  body.k1-site .at-tri-lead-img {
    height: 200px !important;
    max-height: 200px !important;
  }
}



/* =========================================================
   CINEMATIC HERO (OTT style) + rail under it
   ========================================================= */
.k1-hero, .k1-hero-stage, .k1-hero-rail { display: none !important; }

/* Gap under video-effect spotlight */
.k1-spot {
  margin-bottom: 16px !important;
}

/* Hero band: cinema + latest side-by-side */
.k1-hero-band {
  width: 100%;
  padding: 0 0 8px;
  margin: 0 0 18px;
  background: #0b0b0b;
}
.k1-hero-band-inner {
  width: min(1280px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.55fr);
  gap: 14px;
  align-items: stretch;
  min-height: 0;
}
.k1-cinema {
  position: relative;
  width: 100%;
  background: #050505;
  margin: 0;
  clear: both;
  border-radius: 10px;
  overflow: hidden;
  min-height: 0;
}
.k1-cinema-slider {
  position: relative;
  width: 100%;
  height: 480px;
  min-height: 480px;
  overflow: hidden;
}
.k1-hero-latest {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 480px;
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
}
.k1-hero-latest-bar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  background: linear-gradient(90deg, #111, #2a0000);
  border-bottom: 2px solid #c00;
}
.k1-hero-latest-bar strong {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 800;
  font-family: "Noto Sans Devanagari", var(--k1-font-display), sans-serif;
}
.k1-hero-latest-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #c00;
  color: #fff !important;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 999px;
}
.k1-hero-latest-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
}
.k1-hero-latest-list {
  flex: 1 1 auto;
  overflow: auto;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #0d0d0d;
}
.k1-hero-latest-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff !important;
  transition: background 0.18s;
}
.k1-hero-latest-item:hover { background: #1c1c1c; }
.k1-hero-latest-thumb {
  width: 72px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  background: #333;
}
.k1-hero-latest-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.k1-hero-latest-body { min-width: 0; }
.k1-hero-latest-body span {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ff6b6b !important;
  margin-bottom: 2px;
}
.k1-hero-latest-body h3 {
  margin: 0 0 3px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff !important;
  font-family: "Noto Sans Devanagari", var(--k1-font-body), sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 1px;
}
.k1-hero-latest-body time {
  font-size: 0.68rem;
  color: #9a9a9a !important;
}

.k1-pulse--solo { margin-top: 4px; }
.k1-pulse-inner--solo { grid-template-columns: 1fr; }
.k1-pulse-rank--grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.k1-pulse-rank--grid li { list-style: none; }

@media (max-width: 980px) {
  .k1-hero-band-inner { grid-template-columns: 1fr; }
  .k1-cinema-slider,
  .k1-hero-latest { height: auto; min-height: 0; }
  .k1-cinema-slider { height: clamp(300px, 50vh, 420px); min-height: 300px; }
  .k1-hero-latest { max-height: 380px; height: auto; }
  .k1-pulse-rank--grid { grid-template-columns: 1fr; }
}
.k1-cinema-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s;
  pointer-events: none;
}
.k1-cinema-slide.active,
.k1-cinema-slide.at-hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.k1-cinema-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.k1-cinema-link:hover .k1-cinema-btn {
  background: #e30613;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200,0,0,0.45);
}
.k1-cinema-bg {
  position: absolute;
  inset: 0;
}
.k1-cinema-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  transform: scale(1.04);
  transition: transform 7s linear;
}
.k1-cinema-slide.active .k1-cinema-bg img {
  transform: scale(1);
}
.k1-cinema-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.97) 0%,
      rgba(0,0,0,0.92) 16%,
      rgba(0,0,0,0.82) 30%,
      rgba(0,0,0,0.5) 48%,
      rgba(0,0,0,0.2) 66%,
      transparent 86%),
    linear-gradient(0deg,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0.45) 28%,
      transparent 55%);
}
.k1-cinema-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  right: auto;
  top: auto !important;
  bottom: 0 !important;
  height: auto;
  max-height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: min(720px, 92%);
  max-width: 720px;
  margin: 0;
  padding: 40px clamp(24px, 4vw, 56px) clamp(56px, 7vw, 80px) clamp(24px, 5vw, 64px);
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}
.k1-cinema-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.k1-cinema-cats {
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.k1-cinema-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(255,255,255,0.16);
  color: #fff !important;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.k1-cinema-pill--live {
  background: #c00;
  animation: k1desk-blink 1.1s ease-in-out infinite;
}
.k1-cinema-title {
  margin: 0 0 12px;
  color: #fff !important;
  font-family: "Noto Sans Devanagari", var(--k1-font-display), sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 4px 22px rgba(0,0,0,0.85);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 0.2em 2px 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.k1-cinema-desc {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.92) !important;
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  max-width: 46ch;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex-shrink: 0;
}
.k1-cinema-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.82rem;
  font-weight: 600;
  flex-shrink: 0;
}
.k1-cinema-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.k1-cinema-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #c00;
  color: #fff !important;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(200,0,0,0.35);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.k1-cinema-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.k1-cinema-nav:hover { background: #c00; }
.k1-cinema-nav--prev { left: 16px; }
.k1-cinema-nav--next { right: 16px; }
.k1-cinema-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  gap: 8px;
}
.k1-cinema-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}
.k1-cinema-dots span.active {
  width: 26px;
  background: #fff;
}

/* =========================================================
   Latest + Top Stories ? premium pulse desk
   ========================================================= */
.k1-desk, .k1-cinema-rail { display: none !important; }

.k1-pulse {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(200,0,0,0.06), transparent 55%),
    linear-gradient(180deg, #f6f7f9 0%, #eef0f4 100%);
  padding: 20px 0 24px;
  margin-bottom: 10px;
}
.k1-pulse-inner {
  width: min(1280px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}
.k1-pulse-latest,
.k1-pulse-top {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.k1-pulse-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  color: #fff;
}
.k1-pulse-bar--dark {
  background: linear-gradient(90deg, #111 0%, #2a2a2a 100%);
}
.k1-pulse-bar--red {
  background: linear-gradient(90deg, #b00000 0%, #e30613 55%, #c00 100%);
}
.k1-pulse-bar strong {
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff !important;
  font-family: "Noto Sans Devanagari", var(--k1-font-display), sans-serif;
  letter-spacing: 0.01em;
}
.k1-pulse-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c00;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 9px;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(200,0,0,0.45);
  animation: k1-pulse-glow 1.6s ease-out infinite;
}
.k1-pulse-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  display: block;
}
.k1-pulse-fire {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.55);
  animation: k1-pulse-glow 1.5s ease-out infinite;
}
@keyframes k1-pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(200,0,0,0.5); }
  70% { box-shadow: 0 0 0 10px rgba(200,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,0,0,0); }
}

.k1-pulse-lead {
  display: block;
  text-decoration: none;
  color: #111 !important;
  border-bottom: 1px solid #f0f1f4;
}
.k1-pulse-lead-img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a1a1a;
}
.k1-pulse-lead-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.55s ease;
}
.k1-pulse-lead:hover .k1-pulse-lead-img img {
  transform: scale(1.05);
}
.k1-pulse-lead-cat {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  background: #c00;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
}
.k1-pulse-lead-copy {
  padding: 14px 16px 16px;
}
.k1-pulse-lead-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.4;
  font-weight: 800;
  color: #121212 !important;
  font-family: "Noto Sans Devanagari", var(--k1-font-body), sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.k1-pulse-lead-copy time,
.k1-pulse-card-copy time,
.k1-pulse-rank-copy time {
  font-size: 0.74rem;
  color: #7a7f89 !important;
  font-weight: 600;
}

.k1-pulse-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 6px 8px 10px;
}
.k1-pulse-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #111 !important;
  transition: background 0.18s ease, transform 0.18s ease;
}
.k1-pulse-card:hover {
  background: #f7f8fb;
  transform: translateX(2px);
}
.k1-pulse-card-img {
  width: 96px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd;
}
.k1-pulse-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.k1-pulse-card-copy {
  min-width: 0;
}
.k1-pulse-card-copy span {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c00 !important;
  margin-bottom: 3px;
}
.k1-pulse-card-copy h4,
.k1-pulse-rank-copy h4 {
  margin: 0 0 4px;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 700;
  color: #151515 !important;
  font-family: "Noto Sans Devanagari", var(--k1-font-body), sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.k1-pulse-rank {
  list-style: none;
  margin: 0;
  padding: 8px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.k1-pulse-rank-item {
  display: grid;
  grid-template-columns: 36px 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #111 !important;
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.k1-pulse-rank-item:hover {
  background: #fff5f5;
  border-color: rgba(200,0,0,0.12);
  transform: translateX(2px);
}
.k1-pulse-n {
  font-size: 1.25rem;
  font-weight: 900;
  color: #c00 !important;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.k1-pulse-rank-img {
  width: 72px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}
.k1-pulse-rank-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.k1-pulse-rank-copy {
  min-width: 0;
}

@media (max-width: 980px) {
  .k1-pulse-inner { grid-template-columns: 1fr; }
  .k1-cinema-title { max-width: 100%; font-size: clamp(1.25rem, 5vw, 1.7rem); line-height: 1.45; }
  .k1-cinema-copy {
    width: calc(100% - 12px);
    max-height: calc(100% - 20px);
    padding: 28px 16px 52px 16px;
  }
  .k1-cinema-nav { display: none; }
}
@media (max-width: 560px) {
  .k1-pulse-card { grid-template-columns: 78px 1fr; gap: 10px; }
  .k1-pulse-card-img { width: 78px; height: 60px; }
  .k1-pulse-rank-item { grid-template-columns: 30px 60px 1fr; gap: 8px; }
  .k1-pulse-rank-img { width: 60px; height: 48px; }
  .k1-pulse-n { font-size: 1.1rem; }
}

/* =========================================================
   CONTRAST FIX ??? never black text on red
   ========================================================= */
body.k1-site .k1-nav-scroll a,
body.k1-site .k1-nav-scroll a:visited {
  color: #ffffff !important;
  background: transparent;
  border-radius: 4px;
  font-weight: 700;
}
body.k1-site .k1-nav-logo,
body.k1-site .k1-nav-logo:hover,
body.k1-site .k1-nav-logo:visited {
  background: transparent !important;
  color: inherit !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.k1-site .k1-nav-scroll a:hover {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.22) !important;
}
body.k1-site .k1-nav-scroll a.k1-nav-home {
  background: transparent !important;
  color: #ffffff !important;
  border: 0 !important;
  padding: 8px 14px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}
body.k1-site .k1-nav-scroll a.k1-nav-home:hover {
  background: rgba(0, 0, 0, 0.18) !important;
  color: #ffffff !important;
}
body.k1-site .k1-nav-scroll a.k1-nav-home.is-active,
body.k1-site .k1-nav-scroll a.is-active {
  background: transparent !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
}
/* no white underline ? was stretching across the whole red bar on category pages */
body.k1-site .k1-nav-scroll a.k1-nav-home.is-active::after,
body.k1-site .k1-nav-scroll a.is-active::after {
  content: none !important;
  display: none !important;
}
body.k1-site .k1-masthead {
  border-bottom: none !important;
}
body.k1-site .k1-nav {
  border-bottom: none !important;
  box-shadow: none !important;
}
body.k1-site .at-section-red .at-sec-title,
body.k1-site .at-sec-head--light .at-sec-title,
body.k1-site .at-section-red .at-sec-head h2,
body.k1-site .at-section-red .at-sec-head .at-sec-title {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none !important;
}
body.k1-site .at-section-red .at-more,
body.k1-site .at-section-red .at-more-light,
body.k1-site .at-sec-head--light .at-more,
body.k1-site .at-sec-head--light .at-more-light {
  color: #ffffff !important;
}
body.k1-site .at-section-red .at-sec-line,
body.k1-site .at-sec-head--light .at-sec-line {
  background: rgba(255, 255, 255, 0.35) !important;
}
body.k1-site .at-section-red .at-state-tabs {
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.k1-site .at-section-red .at-state-tab {
  background: transparent !important;
  color: #ffffff !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important;
}
body.k1-site .at-section-red .at-state-tab:hover,
body.k1-site .at-section-red .at-state-tab.active {
  background: #ffffff !important;
  color: #c00 !important;
}
body.k1-site .at-section-red .at-tri,
body.k1-site .at-sec-head--light .at-tri {
  background: #ffffff !important;
}
body.k1-site .k1desk-badge,
body.k1-site .k1desk-live,
body.k1-site .k1-desk-live,
body.k1-site .news-ticker-label {
  color: #ffffff !important;
}
body.k1-site .k1-search button {
  background: #c00 !important;
  color: #ffffff !important;
}
/* =========================================================
   PREMIUM v4 ??? section heads, columns, no black-on-red EVER
   ========================================================= */

/* New section heads (Aaj Tak style bar + title) */
body.k1-site .k1-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 3px solid #c00;
}
body.k1-site .k1-sec-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans Devanagari", var(--k1-font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #111 !important;
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.k1-site .k1-sec-bar {
  width: 6px;
  height: 1.15em;
  background: #c00;
  border-radius: 2px;
  flex-shrink: 0;
}
body.k1-site .k1-sec-more {
  color: #c00 !important;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  white-space:nowrap;
}
body.k1-site .k1-sec-more:hover { text-decoration: underline; }

/* On red sections: white title */
body.k1-site .k1-sec-head--on-red {
  border-bottom-color: rgba(255,255,255,0.35);
}
body.k1-site .k1-sec-head--on-red .k1-sec-title {
  color: #ffffff !important;
}
body.k1-site .k1-sec-head--on-red .k1-sec-bar {
  background: #ffffff;
}
body.k1-site .k1-sec-more--light {
  color: #ffffff !important;
}

/* Kill old red-pill titles that caused black-on-red */
body.k1-site .at-sec-title,
body.k1-site h2.at-sec-title {
  color: #ffffff !important;
  background: #c00 !important;
  padding: 8px 14px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}
body.k1-site .at-sec-head--light .at-sec-title {
  color: #ffffff !important;
  background: rgba(0,0,0,0.35) !important;
}

/* ALL red buttons / CTAs ??? white text forced */
body.k1-site .at-brand-ad-cta,
body.k1-site .at-promo-cta,
body.k1-site .at-sub-btn,
body.k1-site .at-poll-btn,
body.k1-site .at-nv-more-btn,
body.k1-site a.at-brand-ad-cta,
body.k1-site span.at-promo-cta,
body.k1-site .k1desk-badge,
body.k1-site .k1desk-live,
body.k1-site .news-ticker-label,
body.k1-site .at-cat-label,
body.k1-site .btn-gold,
body.k1-site [class*="cta"] {
  color: #ffffff !important;
}
body.k1-site .at-brand-ad-cta,
body.k1-site .at-promo-cta,
body.k1-site .at-sub-btn,
body.k1-site .at-poll-btn {
  background: #c00 !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  padding: 9px 18px !important;
  display: inline-block;
  text-decoration: none !important;
}
body.k1-site .at-brand-ad-cta:hover,
body.k1-site .at-promo-cta:hover,
body.k1-site .at-sub-btn:hover,
body.k1-site .at-poll-btn:hover {
  background: #a00000 !important;
  color: #ffffff !important;
}

/* Equal premium columns for featured / entertainment */
body.k1-site .at-tri-layout {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr 1fr !important;
  gap: 14px !important;
  align-items: start !important;
  overflow: visible !important;
  isolation: isolate;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-bottom: 4px;
}
body.k1-site .at-tri-side {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  height: auto !important;
}
body.k1-site .at-tri-card {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  overflow: visible !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}
body.k1-site .at-tri-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}
body.k1-site .at-tri-card-img {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 140px !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
  border-radius: 6px 6px 0 0;
}
body.k1-site .at-tri-card-body {
  padding: 12px 12px 18px !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  min-height: auto !important;
}
body.k1-site .at-tri-card-body h4 {
  color: #111 !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 8px !important;
  margin: 4px 0 6px !important;
  max-height: none !important;
}
body.k1-site .at-tri-card-body .at-time {
  display: block !important;
  margin-top: 2px !important;
  padding-bottom: 2px !important;
}
body.k1-site .at-tri-lead {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  overflow: visible !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  height: auto !important;
}
body.k1-site .at-tri-lead-img {
  height: 220px !important;
  max-height: 220px !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
  border-radius: 6px 6px 0 0;
}
body.k1-site .at-tri-lead h3 {
  color: #111 !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  padding: 14px 14px 10px !important;
  margin: 0 !important;
  line-height: 1.55 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.k1-site .at-tri-lead p {
  color: #555 !important;
  padding: 0 14px 18px !important;
  margin: 0 !important;
  font-size: 0.85rem !important;
  line-height: 1.55 !important;
  overflow: visible !important;
}
body.k1-site .at-tri-headlines {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
body.k1-site .at-tri-headline {
  overflow: visible !important;
  align-items: flex-start !important;
  padding: 12px !important;
  gap: 12px !important;
  height: auto !important;
}
body.k1-site .at-tri-headline-img {
  width: 110px !important;
  height: 78px !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  border-radius: 4px !important;
}
body.k1-site .at-tri-headline-text {
  overflow: visible !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
body.k1-site .at-tri-headline-text h4 {
  line-height: 1.5 !important;
  -webkit-line-clamp: 4 !important;
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  font-size: 0.92rem !important;
  max-height: none !important;
}
body.k1-site .at-cat-label,
body.k1-site .at-cat-sm,
body.k1-site .card-cat,
body.k1-site .news-cat-badge,
body.k1-site .at-visual-badge,
body.k1-site .k1-hero-latest-body > span,
body.k1-site .k1-pulse-card-copy > span,
body.k1-site .k1-cinema-cats {
  display: inline-block !important;
  width: fit-content;
  max-width: 100%;
  background: #c00 !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 4px 9px !important;
  border-radius: 4px !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
body.k1-site .at-dharm-zone .at-cat-sm,
body.k1-site .at-dharm-lead-body .at-cat-sm {
  background: linear-gradient(90deg, #c00, #a00000) !important;
  color: #fff !important;
}
/* Dharm zone ? never inherit black body text */
body.k1-site .at-dharm-zone,
body.k1-site .at-dharm-zone * {
  color: #fff;
}
body.k1-site .at-dharm-zone h2,
body.k1-site .at-dharm-zone h3,
body.k1-site .at-dharm-zone h4,
body.k1-site .at-dharm-zone strong,
body.k1-site .at-dharm-lead-body h3,
body.k1-site .at-dharm-side-item h4,
body.k1-site .at-rashi-chip strong,
body.k1-site .at-zodiac-title {
  color: #fff !important;
}
body.k1-site .at-dharm-lead-body p,
body.k1-site .at-dharm-side-item .at-time,
body.k1-site .at-rashi-chip p,
body.k1-site .at-dharm-zone p {
  color: rgba(255, 255, 255, 0.88) !important;
}
body.k1-site .at-grid-body .at-cat-sm,
body.k1-site .at-latest-card .at-cat-sm,
body.k1-site .at-side-row .at-cat-sm {
  display: inline-block !important;
  background: #c00 !important;
  color: #fff !important;
  padding: 4px 9px !important;
  border-radius: 4px !important;
}
body.k1-site .at-tri-headline {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  overflow: visible !important;
}
body.k1-site .at-tri-headline-text h4 {
  color: #111 !important;
  font-weight: 700 !important;
}

/* Grid cards equal */
body.k1-site .at-4grid,
body.k1-site .at-3grid {
  align-items: stretch;
}
body.k1-site .at-grid-card {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
}
body.k1-site .at-grid-card .at-img-zoom {
  aspect-ratio: 16 / 10 !important;
  max-height: 150px !important;
}
body.k1-site .at-grid-body {
  padding: 10px 12px 14px !important;
}
body.k1-site .at-grid-body h4 {
  color: #111 !important;
  font-weight: 800 !important;
}

/* Page grid polish */
body.k1-site .at-page-grid {
  gap: 22px !important;
}
body.k1-site .at-page-sidebar .at-widget {
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

@media (max-width: 980px) {
  body.k1-site .at-tri-layout {
    grid-template-columns: 1fr !important;
  }
  body.k1-site .at-tri-side {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  body.k1-site .at-tri-lead-img {
    height: 200px !important;
    max-height: 200px !important;
  }
}
/* =========================================================
   KHABAR 1ST LOGO + COMPACT VIDEO SPOTLIGHT
   ========================================================= */
body.k1-site .k1-brand-logo {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  background: transparent !important;
}
body.k1-site .k1-brand-logo--footer {
  height: 56px;
  max-width: 220px;
  margin-bottom: 10px;
  background: transparent !important;
}
body.k1-site .k1-brand { gap: 0; background: transparent !important; }
body.k1-admin .k1-admin-logo {
  height: 40px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
  background: transparent !important;
}

/* Compact TV intro banner ? hyperspace + logo fly loop */
.k1-spot {
  position: relative;
  overflow: hidden;
  height: 138px;
  min-height: 138px;
  max-height: 138px;
  display: grid;
  place-items: center;
  border-bottom: 2px solid #8b0000;
  background: #3a0008;
  isolation: isolate;
}
.k1-spot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #8a6a1a 12%,
    #f0d78c 35%,
    #fff6c8 50%,
    #f0d78c 65%,
    #8a6a1a 88%,
    transparent 100%
  );
  box-shadow:
    0 0 10px rgba(240, 215, 140, 0.85),
    0 0 22px rgba(201, 162, 39, 0.55),
    0 2px 12px rgba(240, 215, 140, 0.35);
  animation: k1spot-gold 2.8s ease-in-out infinite;
}
.k1-spot-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.k1-spot-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 120% at 50% 50%, #6b0a12 0%, transparent 70%),
    linear-gradient(90deg, #220006 0%, #4a0a10 25%, #6b0c14 50%, #4a0a10 75%, #220006 100%);
}
.k1-spot-warp {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.k1-spot-streak {
  position: absolute;
  left: -40%;
  height: 2px;
  width: 28%;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), rgba(255,210,120,0.85), transparent);
  box-shadow: 0 0 8px rgba(255,255,255,0.55), 0 0 16px rgba(255,80,80,0.35);
  animation: k1spot-streak 0.85s linear infinite;
  opacity: 0;
}
.k1-spot-streak--1  { top: 8%;  width: 34%; animation-duration: 0.55s; animation-delay: 0s; }
.k1-spot-streak--2  { top: 14%; width: 22%; animation-duration: 0.7s;  animation-delay: 0.08s; height: 1px; }
.k1-spot-streak--3  { top: 20%; width: 40%; animation-duration: 0.48s; animation-delay: 0.14s; }
.k1-spot-streak--4  { top: 26%; width: 18%; animation-duration: 0.9s;  animation-delay: 0.03s; height: 1px; }
.k1-spot-streak--5  { top: 32%; width: 36%; animation-duration: 0.6s;  animation-delay: 0.2s; }
.k1-spot-streak--6  { top: 38%; width: 26%; animation-duration: 0.75s; animation-delay: 0.11s; }
.k1-spot-streak--7  { top: 44%; width: 44%; animation-duration: 0.42s; animation-delay: 0.05s; height: 3px; }
.k1-spot-streak--8  { top: 50%; width: 30%; animation-duration: 0.65s; animation-delay: 0.18s; }
.k1-spot-streak--9  { top: 56%; width: 38%; animation-duration: 0.52s; animation-delay: 0.09s; }
.k1-spot-streak--10 { top: 62%; width: 20%; animation-duration: 0.8s;  animation-delay: 0.22s; height: 1px; }
.k1-spot-streak--11 { top: 68%; width: 42%; animation-duration: 0.5s;  animation-delay: 0.02s; }
.k1-spot-streak--12 { top: 74%; width: 24%; animation-duration: 0.72s; animation-delay: 0.16s; }
.k1-spot-streak--13 { top: 80%; width: 33%; animation-duration: 0.58s; animation-delay: 0.12s; }
.k1-spot-streak--14 { top: 86%; width: 28%; animation-duration: 0.68s; animation-delay: 0.07s; height: 1px; }
.k1-spot-streak--15 { top: 11%; width: 16%; animation-duration: 0.4s;  animation-delay: 0.25s; left: -20%; }
.k1-spot-streak--16 { top: 47%; width: 50%; animation-duration: 0.38s; animation-delay: 0.01s; height: 2px; background: linear-gradient(90deg, transparent, #fff, #ffd27a, transparent); }
.k1-spot-streak--17 { top: 71%; width: 35%; animation-duration: 0.62s; animation-delay: 0.19s; }
.k1-spot-streak--18 { top: 92%; width: 22%; animation-duration: 0.78s; animation-delay: 0.13s; height: 1px; }

.k1-spot-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18) 0%, transparent 55%);
  opacity: 0;
  animation: k1spot-flash 10s linear infinite;
}
.k1-spot-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08), transparent);
  animation: k1spot-scan 2.4s linear infinite;
}
.k1-spot-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 50%, transparent 45%, rgba(0,0,0,0.35) 100%);
  box-shadow: inset 0 0 40px rgba(0,0,0,0.4);
}

.k1-spot-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
}
.k1-spot-logo {
  height: 104px;
  max-height: 104px;
  width: auto;
  max-width: min(320px, 72vw);
  object-fit: contain;
  display: block;
  background: transparent !important;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 14px rgba(255,60,60,0.45)) drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  /* linear = no slow-down; hold center ~5s then exit */
  animation: k1spot-logo-fly 7.5s linear infinite;
}

@keyframes k1spot-gold {
  0%, 100% { opacity: 0.75; filter: brightness(1); }
  50% { opacity: 1; filter: brightness(1.25); }
}
@keyframes k1spot-streak {
  0%   { transform: translateX(0) scaleX(0.4); opacity: 0; }
  8%   { opacity: 1; }
  100% { transform: translateX(520%) scaleX(1.6); opacity: 0; }
}
@keyframes k1spot-flash {
  0%, 8%, 70%, 100% { opacity: 0; }
  12% { opacity: 0.4; }
  16% { opacity: 0; }
}
@keyframes k1spot-scan {
  0% { top: -30%; }
  100% { top: 110%; }
}
@keyframes k1spot-logo-fly {
  /* off-left */
  0% {
    transform: translateX(-140vw) scale(1);
    opacity: 0;
  }
  2% {
    opacity: 1;
    transform: translateX(-140vw) scale(1);
  }
  /* fast to center */
  14% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  /* hold center ~5s (14% ? 78% of 7.5s ? 4.8s) */
  78% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  /* fast exit */
  92% {
    transform: translateX(140vw) scale(1);
    opacity: 1;
  }
  /* almost no wait ? instantly restart */
  100% {
    transform: translateX(140vw) scale(1);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .k1-spot { height: 112px; min-height: 112px; max-height: 112px; }
  .k1-spot-logo { height: 86px; max-height: 86px; max-width: 82vw; }
}

@media (prefers-reduced-motion: reduce) {
  .k1-spot-streak,
  .k1-spot-flash,
  .k1-spot-scan { animation: none !important; opacity: 0.25; }
  .k1-spot-logo {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Hide any leftover Sangam header ads if CSS still targets them */
body.k1-site .news-ad-header { display: none !important; }

body.k1-site .k1-side-promo-stage {
  background: linear-gradient(135deg, #5c0c14, #1a0508) !important;
  min-height: 100px;
  display: grid;
  place-items: center;
}
body.k1-site .k1-side-promo .at-promo-logo,
body.k1-site .at-brand-ad-logo {
  height: 64px !important;
  width: auto !important;
  max-width: 180px !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* Visual stories ? text on black shadow (force) */
body.k1-site .at-visual-card {
  background: #111 !important;
  border: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
body.k1-site .at-visual-media {
  position: relative !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
}
body.k1-site .at-visual-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
body.k1-site .at-visual-shade {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 32%, rgba(0,0,0,0.08) 58%, transparent 78%) !important;
  pointer-events: none !important;
}
body.k1-site .at-visual-cap {
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  z-index: 2 !important;
  padding: 14px 12px 12px !important;
  background: transparent !important;
}
body.k1-site .at-visual-cap h4 {
  color: #fff !important;
  margin: 0 !important;
  font-weight: 800 !important;
}
body.k1-site .at-visual-badge {
  color: #fff !important;
  background: #c00 !important;
}

/* Dharmik zone polish inside page grid */
body.k1-site .at-dharm-zone {
  margin: 18px 0 8px !important;
  border-radius: 10px;
  overflow: hidden;
}
body.k1-site .at-dharm-head h2,
body.k1-site .at-dharm-lead-body h3,
body.k1-site .at-dharm-side-item h4,
body.k1-site .at-rashi-chip strong,
body.k1-site .at-zodiac-core small {
  color: #fff !important;
}
body.k1-site .at-more-light {
  color: #ffd27a !important;
  font-weight: 700;
  text-decoration: none;
}
body.k1-site .at-zodiac-wheel.is-spinning .at-zodiac-ring-img {
  animation: zodiacSpin 28s linear infinite !important;
  background: transparent !important;
}
body.k1-site .at-zodiac-title {
  color: #ffd27a !important;
}
body.k1-site .at-zodiac-wheel {
  width: 220px;
  height: 220px;
  background: transparent !important;
}
body.k1-site .at-zodiac-wheel-wrap {
  background: radial-gradient(circle at 50% 45%, rgba(255, 200, 90, 0.16), transparent 68%) !important;
}
body.k1-site .at-dharm-zone {
  background: transparent !important;
}

/* =========================================================
   MOBILE FRIENDLY ? full site
   ========================================================= */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body.k1-site {
  overflow-x: hidden;
  max-width: 100vw;
}
body.k1-site img,
body.k1-site video,
body.k1-site iframe {
  max-width: 100%;
}

@media (max-width: 980px) {
  .k1-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 22px; }
  .k1-footer { padding: 40px 0 0; margin-top: 40px; }
  .at-state-layout,
  .at-state-main,
  .at-state-grid { height: auto !important; min-height: 0 !important; }
  .at-state-layout { grid-template-columns: 1fr !important; gap: 10px; }
  .at-state-main { min-height: 240px; }
  .at-state-grid { grid-template-columns: 1fr 1fr; height: auto !important; min-height: 280px; }
  .at-dharm-main-grid { grid-template-columns: 1fr !important; }
  .at-dharm-news-col { grid-template-columns: 1fr !important; }
  .at-news-video-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .at-nv-side-col { display: grid !important; grid-template-columns: 1fr 1fr; gap: 10px; }
  body.k1-site .at-page-sidebar { display: none !important; }
  body.k1-site .at-page-main { width: 100% !important; max-width: 100% !important; }
  .k1-hero-band-inner { gap: 14px; }
  .news-article-body,
  .news-article-content,
  .k1-article-body { overflow-wrap: anywhere; word-break: break-word; }
}
@media (max-width: 640px) {
  .k1-wrap { width: calc(100% - 20px) !important; max-width: 100%; }
  .k1-topbar .k1-wrap { min-height: 32px; }
  .k1-topbar time { font-size: 0.75rem; }
  .k1-footer-grid { grid-template-columns: 1fr !important; }
  .k1-footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .k1-social-btn {
    width: 42px;
    height: 42px;
  }
  .k1-hero-band { padding: 0 0 6px; margin-bottom: 12px; }
  .k1-cinema-copy { padding: 22px 14px 48px 14px !important; }
  .k1-cinema-title { font-size: clamp(1.15rem, 5.2vw, 1.55rem) !important; }
  .k1-cinema-nav { display: none !important; }
  .k1-break { width: calc(100% - 16px); margin: 6px auto; border-radius: 4px; }
  .k1-break-label { font-size: 0.62rem; padding: 0 10px; }
  .k1-break-item { font-size: 0.88rem; padding: 0 10px; }
  .at-topics { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .at-state-tab { padding: 9px 12px; font-size: 0.82rem; white-space: nowrap; }
  .at-state-tabs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .at-nv-side-col { grid-template-columns: 1fr !important; }
  .at-state-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .at-zodiac-wheel { width: 180px !important; height: 180px !important; }
  body.k1-site .at-tri-layout { grid-template-columns: 1fr !important; }
  body.k1-site .at-4grid,
  body.k1-site .at-3grid { grid-template-columns: 1fr !important; }
  .k1-pulse-rank--grid { grid-template-columns: 1fr !important; }
  .k1-nav-scroll a { min-height: 44px; display: flex; align-items: center; }
  .k1-menu-btn,
  .k1-nav-icon-btn {
    min-width: 44px;
    min-height: 44px;
  }
  img, video { max-width: 100%; height: auto; }
  table { display: block; max-width: 100%; overflow-x: auto; }
}

/* =========================================================
   CATEGORY PAGE ? compact modern bar (all categories)
   ========================================================= */
body.k1-site .news-cat-banner { display: none !important; }

.k1-cat-bar {
  position: relative;
  margin: 0 0 18px;
  background:
    linear-gradient(105deg, #8b0000 0%, #c00 42%, #a00000 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.k1-cat-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #ffd27a;
}
.k1-cat-bar::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -60%;
  width: 160px;
  height: 220%;
  background: rgba(255, 255, 255, 0.06);
  transform: rotate(18deg);
  pointer-events: none;
}
.k1-cat-bar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 0;
}
.k1-cat-bar-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
}
.k1-cat-bar-label {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a0008;
  background: #ffd27a;
  border-radius: 2px;
  line-height: 1.4;
}
.k1-cat-bar h1 {
  margin: 0;
  font-family: "Noto Sans Devanagari", "Instrument Sans", sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 800;
  color: #fff !important;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.k1-cat-bar p {
  margin: 0;
  flex-basis: 100%;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.35;
}
[data-theme="dark"] .k1-cat-bar {
  background: linear-gradient(105deg, #5a0008 0%, #9a0000 50%, #6e000a 100%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 640px) {
  .k1-cat-bar-inner { min-height: 46px; padding: 8px 0; }
  .k1-cat-bar h1 { font-size: 1.05rem; }
  .k1-cat-bar p { font-size: 0.72rem; }
  .k1-cat-bar-label { font-size: 0.58rem; }
}

/* =========================================================
   ????? / Crime block ? visible title + no bleed from above
   ========================================================= */
body.k1-site .at-section-crime-wrap,
body.k1-site .at-crime-block {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden !important;
  clear: both;
}
body.k1-site .at-crime-block {
  margin: 28px 0 20px !important;
  padding: 18px 16px 16px !important;
  background: linear-gradient(160deg, #14141c 0%, #0e0e14 55%, #1a1018 100%) !important;
  border: 1px solid #2a2a35 !important;
  border-left: 4px solid #c00 !important;
  border-radius: 6px !important;
}
body.k1-site .at-crime-block .k1-sec-head {
  border-bottom: 2px solid #c00 !important;
  margin-bottom: 14px !important;
  padding-bottom: 8px !important;
}
body.k1-site .at-crime-block .k1-sec-title {
  color: #ffffff !important;
}
body.k1-site .at-crime-block .k1-sec-bar {
  background: #ff4d4d !important;
}
body.k1-site .at-crime-block .k1-sec-more {
  color: #ff6b6b !important;
}
body.k1-site .at-crime-block .at-grid-card {
  background: #1c1c26 !important;
  border-color: #333 !important;
}
body.k1-site .at-crime-block .at-grid-body h4 {
  color: #f2f2f2 !important;
}
body.k1-site .at-crime-block .at-time {
  color: #9a9a9a !important;
}
body.k1-site .at-crime-block .at-cat-sm {
  color: #fff !important;
}



/* =========================================================
   TEXT CLIP FIX — columns never crop headline bottoms
   ========================================================= */
body.k1-site .at-tri-layout {
  align-items: start !important;
  overflow: visible !important;
}
body.k1-site .at-tri-card,
body.k1-site .at-tri-lead,
body.k1-site .at-tri-headline,
body.k1-site .at-tri-card-body,
body.k1-site .at-tri-headline-text {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}
body.k1-site .at-tri-card-img,
body.k1-site .at-tri-lead-img,
body.k1-site .at-tri-headline-img,
body.k1-site .at-tri-card-img img,
body.k1-site .at-tri-lead-img img,
body.k1-site .at-tri-headline-img img {
  overflow: hidden !important;
}
body.k1-site .at-tri-card {
  flex: 0 0 auto !important;
}
body.k1-site .at-tri-card-body {
  padding: 12px 12px 18px !important;
}
body.k1-site .at-tri-card-body h4,
body.k1-site .at-tri-lead h3,
body.k1-site .at-tri-headline-text h4,
body.k1-site .at-grid-body h4 {
  line-height: 1.55 !important;
  padding-bottom: 8px !important;
  -webkit-line-clamp: 4 !important;
  max-height: none !important;
}

/* =========================================================
   MOBILE v2 — full width + menu on top
   ========================================================= */
@media (max-width: 900px) {
  .k1-wrap,
  body.k1-site .at-inner,
  body.k1-site .at-page-grid,
  body.k1-site .news-container,
  .k1-hero-band-inner {
    width: calc(100% - 16px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.k1-site .at-dharm-zone {
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
  body.k1-site .at-dharm-wrap,
  body.k1-site .at-dharm-main-grid,
  body.k1-site .at-dharm-news-col,
  body.k1-site .at-dharm-rashi-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.k1-site .at-news-video-zone {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    border-radius: 8px !important;
  }
  .k1-cinema,
  .k1-hero-latest {
    border-radius: 8px !important;
  }
  body.k1-site .at-page-grid {
    gap: 16px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 640px) {
  .k1-wrap,
  body.k1-site .at-inner,
  body.k1-site .at-page-grid,
  body.k1-site .news-container,
  .k1-hero-band-inner {
    width: calc(100% - 12px) !important;
  }
  body.k1-site .at-dharm-zone {
    margin-left: -6px !important;
    margin-right: -6px !important;
    padding: 22px 10px !important;
  }
  body.k1-site .at-dharm-lead-img {
    min-height: 180px !important;
    max-height: 220px !important;
  }
  body.k1-site .at-dharm-side-item {
    gap: 10px !important;
  }
  body.k1-site .at-dharm-side-thumb {
    width: 64px !important;
    height: 48px !important;
  }
  .k1-hero-band {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  .k1-cinema {
    border-radius: 0 !important;
  }
  .k1-hero-band-inner {
    width: 100% !important;
    gap: 10px !important;
  }
  body.k1-site .at-section,
  body.k1-site .at-section-alt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.k1-site .k1-sec-head {
    gap: 8px !important;
  }
  body.k1-site .at-topics {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
