/* ============================================================
   Namo Nama cinematic broadcast hero
   ============================================================ */

.nn-main-wrapper{
  padding: 40px 0;
}
.nn-hero {
 --nn-hero-glass: rgba(10, 6, 6, 0.46);
    position: relative;
    isolation: isolate;
    height: calc(100svh - 10.75rem);
    min-height: 560px;
    color: #fff;
    padding: 70px 50px 0;
    /* margin: 70px; */
    overflow: hidden;
    border-radius: 20px;
    background: #070303;
    font-family: "Mukta", sans-serif;
}

.nn-hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.nn-hero-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.7s ease;
  background: #070303;
  pointer-events: none;
}

.nn-hero-layer.is-on {
  opacity: 1;
}

.nn-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 3, 3, 0.78) 0%, rgba(7, 3, 3, 0.28) 42%, rgba(7, 3, 3, 0.12) 70%, rgba(7, 3, 3, 0.45) 100%),
    linear-gradient(180deg, rgba(7, 3, 3, 0.2) 0%, rgba(7, 3, 3, 0.08) 40%, rgba(7, 3, 3, 0.72) 100%);
  pointer-events: none;
}

.nn-hero-orb {
  position: absolute;
  width: 42vw;
  height: 42vw;
  max-width: 520px;
  max-height: 520px;
  right: -8%;
  top: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 175, 31, 0.28), rgba(150, 6, 5, 0.08) 58%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  animation: nn-hero-orb 12s ease-in-out infinite alternate;
}

.nn-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes nn-hero-orb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-6%, 8%) scale(1.12); }
}

.nn-hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: inherit;
  padding-top: 28px;
  padding-bottom: 22px;
}

.nn-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--nn-hero-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.nn-hero-live b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #960605;
  box-shadow: 0 0 0 0 rgba(150, 6, 5, 0.7);
  animation: nn-hero-pulse 1.6s infinite;
}

@keyframes nn-hero-pulse {
  70% { box-shadow: 0 0 0 8px rgba(150, 6, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(150, 6, 5, 0); }
}

.nn-hero-story {
  /* max-width: 640px;
  padding-top: 4vh; */
}

.nn-hero-count {
  margin: 18px 0 10px;
  color: var(--nn-gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
}

.nn-hero-title {
  margin: 0;
  /* min-height: 2.3em; */
  font-family: "Mukta", sans-serif;
  font-size: clamp(38px, 5.4vw, 81px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.nn-hero-place {
  margin: 12px 0 0;
  min-height: 1.5em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.nn-hero-place span {
  color: var(--nn-gold);
}

.nn-hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.nn-hero-transport {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.25s ease;
}

.nn-hero-yt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 175, 31, 0.55);
  background: rgba(150, 6, 5, 0.72);
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.25s ease;
}

.nn-hero-yt i {
  color: var(--nn-gold);
  font-size: 16px;
}

.nn-hero-yt:hover {
  background: var(--nn-gold);
  color: #1a0d00;
  border-color: var(--nn-gold);
}

.nn-hero-yt:hover i {
  color: #960605;
}

.nn-hero-transport:hover,
.nn-hero-transport:focus-visible {
  background:#960605;
  color: #fff;
  border-color:#960605;
  outline: none;
}

.nn-hero-transport-orb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #960605;
  color: #fff;
  flex-shrink: 0;
}

.nn-hero-transport:hover .nn-hero-transport-orb,
.nn-hero-transport:focus-visible .nn-hero-transport-orb {
  background: #1a0d00;
  color: #fff;
}

.nn-hero-transport small {
  display: block;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 0.72;
}

.nn-hero-transport strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.nn-hero-rail-stack {
  position: absolute;
  right: 50px;
  bottom: 22px;
  z-index: 2;
  align-self: flex-end;
  width: min(100%, 510px);
}

.nn-hero-rail {
  display: flex;
  flex-wrap: nowrap;
  /* Match index3: a three-card viewport that the arrows slide through. */
  gap: 15px;
  width: 510px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  overflow: hidden;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  
}

.nn-hero-rail > .col {
  display: flex;
  flex: 0 0 160px;
  max-width: 160px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.nn-hero-rail .nn-hero-tab {
  width: 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.nn-hero-tab {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  border-radius: 18px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.nn-hero-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a0c0a;
  background-image:
    linear-gradient(180deg, rgba(7, 3, 3, 0.12) 8%, rgba(7, 3, 3, 0.82) 100%),
    var(--nn-tab-art);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 0.7s ease;
}

.nn-hero-tab:hover {
  border-color: rgba(249, 175, 31, 0.55);
}

.nn-hero-tab:hover::before {
  transform: scale(1);
}

.nn-hero-tab.is-active {
  border-color: var(--nn-gold);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(249, 175, 31, 0.25);
}

.nn-hero-tab.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  z-index: 2;
  height: 3px;
  background: var(--nn-gold);
}

.nn-hero-tab-num {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--nn-gold);
}

.nn-hero-tab-name {
  position: relative;
  z-index: 1;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.nn-hero-tab-loc {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.72);
}

.nn-hero-tab:focus-visible {
  outline: 2px solid var(--nn-gold);
  outline-offset: 3px;
}

/* Thumbnail navigation — matches the index3 arrow and progress-line treatment. */
.nn-hero-rail-controls {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-top: 14px;
  gap: 10px;
}

.nn-hero-rail-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(7, 3, 3, 0.78);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}

.nn-hero-rail-arrow i {
  display: none;
}

.nn-hero-rail-arrow::before {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.nn-hero-rail-arrow[data-nn-hero-prev]::before { content: "←"; }
.nn-hero-rail-arrow[data-nn-hero-next]::before { content: "→"; }

.nn-hero-rail-arrow:hover,
.nn-hero-rail-arrow:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #1a0d00;
  outline: none;
}

.nn-hero-rail-progress {
  position: relative;
  height: 2px;
  flex: 1;
  margin: 0 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
}

.nn-hero-rail-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--nn-gold);
  transition: width 0.3s ease;
}

.nn-hero-rail-counter {
  min-width: 48px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .nn-hero-title {
    font-size: clamp(34px, 5vw, 63px);
  }

  .nn-hero-tab {
    min-height: 132px;
  }
}

@media (max-width: 991.98px) {
  .nn-hero {
    height: auto;
    min-height: 620px;
    padding: 48px 20px 0;
    /* min-height: calc(100svh - 10.5rem); */
  }
  .nn-main-wrapper.new{
    padding: 150px 0 70px!important;
  }

  .nn-hero-shell {
    padding: 24px var(--nn-gutter, 24px) 20px;
    max-width: 100%;
  }

  .nn-hero-story {
    padding-top: 2vh;
  }

  .nn-hero-rail {
    overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  }

  .nn-hero-rail-controls {
    width: 100%;
  }

  .nn-hero-rail-stack {
    right: 24px;
    bottom: 20px;
    left: 24px;
    width: auto;
  }

  .nn-hero-rail > .col {
    flex-basis: 160px;
    max-width: 160px;
  }

  .nn-hero-tab {
    min-height: 124px;
  }
}
.nn-main-wrapper.new{
  padding: 150px 0 40px;
}
@media (max-width: 575.98px) {
  .nn-hero {
    min-height: 600px;
    padding: 36px 14px 0;
  }

  .nn-hero-shell {
    padding: 18px var(--nn-gutter, 16px) 16px;
  }

  .nn-hero-rail-stack {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .nn-hero-title {
    font-size: 30px;
  }

  .nn-hero-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .nn-hero-transport {
    width: 100%;
    justify-content: flex-start;
  }

  .nn-hero-rail > .col {
    flex-basis: 150px;
    max-width: 150px;
  }

  .nn-hero-tab {
    min-height: 118px;
    padding: 12px;
  }

  .nn-hero-tab-name {
    font-size: 16px;
  }
}
.nn-site-header.new .nn-nav-donate{
  align-self: center;
}
/* Keep the selected broadcast artwork visible until Play is pressed. */
.nn-hero-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.nn-hero.is-playing .nn-hero-thumbnail { visibility: hidden; }
