/* Triple-Veda journey + part reader */
.tv-page {
  --tv-ink: #211710;
  --tv-muted: #6a5b50;
  --tv-line: rgba(114, 44, 18, 0.16);
  --tv-accent: #8b3a1a;
}

.tv-wrap {
  max-width: 52rem;
}

.tv-hero .bk-lede {
  max-width: 38rem;
}

.tv-access {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
}

.tv-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--tv-line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tv-muted);
  background: rgba(255, 252, 246, 0.9);
}

.tv-chip.is-free {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(120deg, #b45309, #9a3412);
}

.tv-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.25rem;
}

.tv-control-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--tv-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tv-toggle {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.2rem;
  border: 1px solid var(--tv-line);
  border-radius: 0.75rem;
  background: rgba(255, 252, 246, 0.95);
}

.tv-toggle button {
  border: 0;
  border-radius: 0.55rem;
  padding: 0.45rem 0.85rem;
  background: transparent;
  color: var(--tv-ink);
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.tv-toggle button.is-active {
  background: color-mix(in srgb, var(--tv-accent) 14%, #fff8ef);
  color: var(--tv-accent);
}

.tv-stations {
  display: grid;
  gap: 1rem;
  margin: 1.75rem 0 1.5rem;
}

.tv-station {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.9rem 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--tv-line);
  border-radius: 1rem;
  background: rgba(255, 252, 246, 0.92);
}

.tv-station-orb {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  color: #fff8ef;
  background: radial-gradient(circle at 30% 25%, #c9853a, #6c2c1a 70%);
  box-shadow: inset 0 0 0 2px rgba(255, 248, 239, 0.25);
}

.tv-station.is-locked .tv-station-orb {
  background: radial-gradient(circle at 30% 25%, #8a7a6c, #43352c 70%);
}

.tv-station-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0 0 0.25rem;
  color: var(--tv-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tv-station-kicker em {
  font-style: normal;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, #b45309 16%, #fff);
  color: #9a3412;
}

.tv-station-kicker em.is-lock {
  background: rgba(67, 53, 44, 0.1);
  color: #43352c;
}

.tv-station h2 {
  margin: 0 0 0.25rem;
  color: var(--tv-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.25rem;
}

.tv-station-sub,
.tv-station-meta,
.tv-station-insight,
.tv-deities {
  margin: 0.25rem 0 0;
  color: var(--tv-muted);
  line-height: 1.5;
}

.tv-theme {
  color: #6c2c1a !important;
  font-weight: 600;
}

.tv-open {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--tv-accent);
  font-weight: 700;
  text-decoration: none;
}

.tv-open:hover {
  text-decoration: underline;
}

.tv-open.is-lock {
  color: #43352c;
}

.tv-intro,
.tv-mantra {
  position: relative;
  margin: 1.35rem auto;
  padding: 1.45rem 1.4rem 1.35rem;
  border: 1px solid color-mix(in srgb, #8b5a2b 28%, transparent);
  border-radius: 1.15rem;
  text-align: center;
  max-width: 42rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 236, 200, 0.55), transparent 42%),
    radial-gradient(ellipse at 88% 100%, rgba(180, 110, 40, 0.12), transparent 45%),
    linear-gradient(165deg, #fff9ef 0%, #f4e6c8 48%, #ead5a8 100%);
  box-shadow:
    0 0.85rem 1.8rem rgba(68, 35, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tv-mantra::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(139, 58, 26, 0.12);
  pointer-events: none;
}

.tv-mantra::after {
  content: "॥";
  position: absolute;
  top: 0.55rem;
  right: 0.85rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  color: rgba(139, 58, 26, 0.28);
  pointer-events: none;
}

.tv-mantras {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.tv-data-note {
  max-width: 42rem;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px dashed var(--tv-line);
  color: var(--tv-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
  background: rgba(255, 252, 246, 0.7);
}

.tv-mantra-head {
  position: relative;
  z-index: 1;
  margin-bottom: 0.35rem;
}

.tv-mantra-id {
  margin: 0;
  display: inline-block;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff8ef;
  background: linear-gradient(120deg, #b45309, #7c2d12);
  box-shadow: 0 0.35rem 0.8rem rgba(124, 45, 18, 0.25);
}

.tv-mantra-meta {
  margin: 0.55rem 0 0;
  color: var(--tv-muted);
  font-size: 0.9rem;
}

.tv-intro h2,
.tv-mantra h3 {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0 0.45rem;
  color: #6c2c1a;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.tv-sa {
  position: relative;
  z-index: 1;
  margin: 0.85rem auto 0.45rem;
  padding: 0.85rem 1rem;
  max-width: 36rem;
  color: #2a1810;
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: pre-line;
  border-radius: 0.85rem;
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid rgba(139, 58, 26, 0.1);
}

.tv-iast,
.tv-ritual,
.tv-traditional,
.tv-story,
.tv-symbol,
.tv-quest {
  position: relative;
  z-index: 1;
  margin: 0.45rem auto 0;
  max-width: 34rem;
  color: var(--tv-muted);
  line-height: 1.55;
}

.tv-symbol {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #7c2d12;
  background: rgba(255, 248, 239, 0.9);
  border: 1px solid rgba(180, 83, 9, 0.2);
}

.tv-story {
  font-style: italic;
}

.tv-remember {
  position: relative;
  z-index: 1;
  margin: 1rem auto 0;
  max-width: 34rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(255, 248, 239, 0.95));
  border: 1px solid color-mix(in srgb, var(--tv-accent) 28%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.tv-remember-label {
  margin: 0 0 0.3rem;
  color: var(--tv-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tv-takeaway {
  margin: 0;
  color: var(--tv-ink);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 640px) {
  .tv-station {
    grid-template-columns: 1fr;
  }

  .tv-sa {
    font-size: 1.2rem;
  }
}
