:root {
  --ink: #20232a;
  --text: #3f434d;
  --muted: #777d8a;
  --paper: #ffffff;
  --soft: #f7f3ed;
  --cream: #fff9ef;
  --line: #e8e0d4;
  --saffron: #d88918;
  --green: #2d765f;
  --deep: #1f3b34;
  --shadow: 0 16px 36px rgba(55, 42, 26, .09);
  --wrap: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Noto Serif Devanagari", "Kohinoor Devanagari", "Nirmala UI", Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.topbar { border-bottom: 1px solid var(--line); background: #fbf7ef; color: #796b5b; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 28%, #e9ad37, var(--green));
  font-family: Georgia, serif;
  font-size: 25px;
  box-shadow: 0 10px 24px rgba(45, 118, 95, .2);
}
.brand strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.03em;
}
.brand small { display: block; margin-top: 7px; color: var(--muted); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.nav-row { min-height: 50px; display: flex; align-items: center; justify-content: center; border-top: 1px solid var(--line); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.site-nav a { color: var(--ink); font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.site-nav a:hover { color: var(--saffron); }
.language-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 12px 0 16px;
  border: 1px solid rgba(32, 35, 42, .1);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.language-select {
  min-width: 116px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  letter-spacing: .02em;
  outline: 0;
  cursor: pointer;
}
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 24px; }

.home-intro { background: linear-gradient(180deg, #fff, var(--cream)); border-bottom: 1px solid var(--line); }
.intro-inner { min-height: 128px; display: grid; place-items: center; text-align: center; }
.intro-inner span, .eyebrow { color: var(--saffron); font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.intro-inner p { max-width: 780px; margin: 10px 0 0; color: var(--ink); font-size: clamp(22px, 3.2vw, 34px); line-height: 1.35; }

.landing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 0 48px;
  border-bottom: 1px solid rgba(232, 224, 212, .75);
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 137, 24, .18), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(45, 118, 95, .15), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f6f7ef 52%, #eef6f1 100%);
}
.landing-hero:before {
  content: "ॐ";
  position: absolute;
  right: -38px;
  bottom: -150px;
  color: rgba(45, 118, 95, .055);
  font-family: Georgia, serif;
  font-size: clamp(260px, 34vw, 520px);
  line-height: 1;
}
.landing-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}
.landing-copy h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 6.6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}
.landing-copy p {
  max-width: 640px;
  margin: 0;
  color: #5e665f;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}
.landing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.landing-actions .button { border-radius: 999px; }
.landing-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.landing-stats span {
  min-width: 128px;
  padding: 13px 16px;
  border: 1px solid rgba(232, 224, 212, .85);
  border-radius: 18px;
  background: rgba(255, 255, 255, .64);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.landing-stats strong {
  display: block;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
.hero-video-card {
  position: relative;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 30px 90px rgba(45, 65, 52, .18);
  backdrop-filter: blur(18px);
}
.hero-video-card h2 {
  margin: 9px 0 18px;
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.24;
}
.hero-video-card .video {
  margin: 0 0 16px;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(31, 59, 52, .18);
}
.hero-fallback-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 24px;
}
.hero-fallback-image img { width: 100%; height: 100%; object-fit: cover; }
.home-feature-strip {
  padding: 28px 0;
  background: #fff;
}
.feature-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feature-strip-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 124px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(55, 42, 26, .075);
  transition: .2s ease;
}
.feature-strip-card:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(55, 42, 26, .12); }
.feature-strip-card .mini-media { width: 96px; height: 96px; border-radius: 18px; }
.feature-strip-card h2 { margin: 8px 0 0; color: var(--ink); font-size: 16px; line-height: 1.32; }

.lead-section { padding: 44px 0 28px; }
.home-video-hero { padding: 42px 0; border-bottom: 1px solid var(--line); background: #fbf7ef; }
.video-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 34px;
  align-items: center;
}
.video-hero-grid h2 { margin: 10px 0 12px; color: var(--ink); font-size: clamp(28px, 4vw, 48px); line-height: 1.18; }
.video-hero-grid p { margin: 0 0 18px; color: var(--muted); }
.video-hero-grid .video { margin: 0; box-shadow: var(--shadow); }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr); gap: 30px; align-items: stretch; }
.lead-card, .mini-card, .post-card, .sidebar-panel, .quote-panel, .article-aside, .admin-panel {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.lead-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr); min-height: 470px; }
.lead-media { overflow: hidden; background: var(--soft); }
.lead-media img, .mini-media img, .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.lead-card:hover img, .mini-card:hover img, .post-card:hover img { transform: scale(1.04); }
.lead-content { padding: clamp(26px, 4vw, 46px); display: flex; flex-direction: column; justify-content: center; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-meta span + span:before { content: "•"; margin-right: 8px; color: var(--saffron); }
.lead-content h1 { margin: 14px 0 14px; color: var(--ink); font-size: clamp(25px, 2.45vw, 36px); line-height: 1.28; letter-spacing: -.012em; }
.lead-content p { margin: 0 0 24px; color: var(--muted); }
.read-more, .section-heading > a {
  color: var(--green);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.read-more:after { content: " →"; }
.lead-stack { display: grid; grid-template-rows: repeat(4, 1fr); gap: 16px; }
.mini-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 16px; align-items: center; padding: 12px; }
.mini-media { height: 112px; overflow: hidden; background: var(--soft); }
.mini-card h2 { margin: 8px 0 0; color: var(--ink); font-size: 17px; line-height: 1.38; }

.section { padding: 54px 0; }
.category-band { padding: 22px 0 38px; }
.category-pills { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.category-pills a {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fbf7ef;
  text-align: center;
  transition: .2s ease;
}
.category-pills a:hover { border-color: rgba(216, 137, 24, .45); background: #fff4dd; transform: translateY(-2px); }
.category-pills strong { color: var(--ink); font-size: 17px; line-height: 1.25; }
.category-pills span { color: var(--saffron); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .1em; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 34px; align-items: start; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--line); }
.section-heading h2 { margin: 6px 0 0; color: var(--ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.15; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { overflow: hidden; transition: .22s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(55, 42, 26, .13); }
.card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--soft); }
.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(216, 137, 24, .94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.video-card .card-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .22));
}
.video-card .play-badge { z-index: 1; }
.card-body { padding: 18px 18px 20px; }
.card-body h2 { margin: 10px 0 9px; color: var(--ink); font-size: 20px; line-height: 1.35; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.home-sidebar { display: grid; gap: 20px; }
.quote-panel { padding: 28px; background: var(--deep); color: #fff; }
.quote-panel span { display: grid; width: 44px; height: 44px; margin-bottom: 16px; place-items: center; border-radius: 50%; background: var(--saffron); font-family: Georgia, serif; }
.quote-panel p { margin: 0 0 14px; font-size: 19px; line-height: 1.55; }
.quote-panel small { color: rgba(255,255,255,.7); font-family: Arial, sans-serif; font-weight: 700; }
.sidebar-panel { padding: 22px; }
.sidebar-panel h3 { margin: 0 0 14px; color: var(--ink); font-size: 22px; }
.sidebar-panel a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--text); }
.sidebar-panel a:hover { color: var(--saffron); }
.sidebar-panel em { color: var(--muted); font-family: Arial, sans-serif; font-size: 12px; font-style: normal; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.category-grid > a { min-height: 132px; padding: 23px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); color: var(--ink); background: #fbf7ef; }
.category-grid strong { font-size: 22px; line-height: 1.2; }
.category-grid span { margin-top: 8px; color: var(--muted); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.archive-header, .article-header { padding: 58px 0 38px; border-bottom: 1px solid var(--line); background: var(--cream); }
.archive-header h1, .article-title h1 { margin: 12px 0 10px; color: var(--ink); font-size: clamp(36px, 5vw, 64px); line-height: 1.15; letter-spacing: -.02em; }
.archive-header p, .article-title > p { color: var(--muted); }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.pagination a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink); font-family: Arial, sans-serif; font-weight: 800; }
.pagination a.active { color: #fff; border-color: var(--green); background: var(--green); }
.article-title { max-width: 960px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: 64px; padding-top: 48px; padding-bottom: 84px; align-items: start; }
.article-image { width: 100%; max-height: 560px; object-fit: cover; margin-bottom: 36px; border: 1px solid var(--line); }
.article-content { color: #2d3037; font-size: 19px; line-height: 1.9; }
.article-content h1, .article-content h2, .article-content h3 { color: var(--ink); line-height: 1.28; }
.article-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.article-content img { margin: 28px auto; border: 1px solid var(--line); }
.article-content blockquote { padding: 18px 24px; border-left: 4px solid var(--saffron); background: var(--cream); }
.article-content table { max-width: 100%; overflow: auto; border-collapse: collapse; }
.article-content td, .article-content th { padding: 8px; border: 1px solid var(--line); }
.video { position: relative; padding-top: 56.25%; margin: 30px 0; overflow: hidden; background: #000; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-aside { position: sticky; top: 155px; padding: 24px; }
.article-aside h3 { margin: 12px 0; color: var(--ink); font-size: 24px; }
.empty-state { min-height: 60vh; display: grid; place-items: center; text-align: center; }

.events-hero p { max-width: 760px; }
.events-page { background: #fff; }
.event-section { padding: 0 0 56px; }
.event-section + .event-section { padding-top: 18px; border-top: 1px solid var(--line); }
.event-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 22px; align-items: end; margin-bottom: 22px; }
.event-section-head .eyebrow { grid-column: 1 / -1; }
.event-section-head h2 { margin: 0; color: var(--ink); font-size: clamp(28px, 4vw, 44px); line-height: 1.2; }
.event-section-head p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.event-video-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); transition: transform .22s ease, box-shadow .22s ease; }
.event-video-card:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55, 42, 26, .13); }
.event-video-thumb { position: relative; display: block; width: 100%; padding: 0; border: 0; aspect-ratio: 16 / 9; overflow: hidden; background: var(--soft); cursor: pointer; }
.event-video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.event-video-card:hover .event-video-thumb img { transform: scale(1.04); }
.event-video-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.28));
}
.event-video-body { padding: 20px; }
.event-video-card h3 { margin: 0 0 6px; color: var(--ink); font-size: 22px; }
.event-video-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.event-video-card .video { margin: 0; box-shadow: none; }
.event-inline-player { border-bottom: 1px solid var(--line); }

.site-footer { padding: 56px 0 28px; color: rgba(255, 255, 255, .78); background: #182823; }
.enhanced-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(58px, 7vw, 86px);
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 143, 26, .22), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(45, 129, 99, .26), transparent 36%),
    linear-gradient(135deg, #14231f, #1f342d 58%, #16241f);
}
.enhanced-footer::before {
  content: "ॐ";
  position: absolute;
  right: -42px;
  bottom: -112px;
  color: rgba(255, 255, 255, .045);
  font-family: Georgia, serif;
  font-size: clamp(180px, 24vw, 360px);
  line-height: 1;
}
.enhanced-footer::after {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 84px);
  top: 24px;
  width: clamp(220px, 28vw, 420px);
  aspect-ratio: 1;
  background: url('/uploads/2022/10/Logo-for-Dark-BG.png') center / contain no-repeat;
  opacity: .065;
  filter: grayscale(1) brightness(4);
  pointer-events: none;
  z-index: 0;
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, .72fr)); gap: clamp(28px, 4vw, 58px); }
.footer-about p {
  max-width: 520px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.72;
}
.brand-footer { color: #fff; }
.brand-footer strong {
  color: #fff;
}
.brand-footer small { color: rgba(255,255,255,.55); }
.brand-footer .footer-brand-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-footer .footer-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer h3 { margin: 0 0 12px; color: #fff; font-size: 22px; }
.site-footer a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}
.site-footer a:hover { color: #fff; transform: translateX(3px); }
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.footer-contact a {
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, .58);
}

.admin-body { background: #f6f4ef; }
.admin-body .site-header { background: #fff; }
.admin-shell { width: var(--wrap); min-height: 65vh; margin: 0 auto; padding: 58px 0 90px; }
.admin-shell.narrow { max-width: 560px; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.admin-heading h1, .admin-panel h1 { margin: 12px 0; color: var(--ink); font-size: clamp(34px, 5vw, 54px); line-height: 1.15; }
.admin-heading p { color: var(--muted); }
.admin-panel { padding: 28px; }
.editor-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--ink); font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; }
.editor-form input, .editor-form textarea, .editor-form select { width: 100%; padding: 12px 13px; border: 1px solid #cfc6ba; background: #fff; color: var(--ink); }
.editor-form textarea { resize: vertical; }
.content-editor { min-height: 520px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; line-height: 1.55; }
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; }
.editor-sidebar { padding-left: 26px; border-left: 1px solid var(--line); }
.editor-sidebar .button { width: 100%; }
.button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.button-primary { color: #fff; border-color: var(--green); background: var(--green); }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.notice, .alert { margin-bottom: 18px; padding: 12px 15px; background: #e8f5e9; color: #176025; font-family: Arial, sans-serif; font-weight: 750; }
.alert { background: #fdecec; color: #8f1c1c; }
.table-wrap { overflow: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; font-family: Arial, sans-serif; font-size: 13px; }
th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.status { padding: 4px 8px; border-radius: 999px; background: #eceef2; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.status-published { color: #176025; background: #e8f5e9; }
.status-draft { color: #81540a; background: #fff1cf; }

@media (max-width: 1050px) {
  .lead-grid, .lead-card, .content-layout, .article-layout, .video-hero-grid, .landing-hero-grid { grid-template-columns: 1fr; }
  .lead-card { min-height: 0; }
  .lead-media { aspect-ratio: 16 / 9; }
  .home-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-aside { position: static; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-pills { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-video-grid { grid-template-columns: 1fr; }
  .feature-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .brand-row { min-height: 74px; }
  .brand strong { font-size: 24px; }
  .brand small, .language-menu { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-row { min-height: 0; border-top: 0; }
  .site-nav { display: none; position: absolute; top: 74px; inset-inline: 0; padding: 18px; align-items: flex-start; flex-direction: column; gap: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
  .site-nav.open { display: flex; }
  .intro-inner { min-height: 104px; }
  .lead-section { padding-top: 28px; }
  .mini-card { grid-template-columns: 100px minmax(0, 1fr); }
  .mini-media { height: 96px; }
  .post-grid, .home-sidebar, .category-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-strip-grid { grid-template-columns: 1fr; }
  .category-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .landing-hero { padding-top: 42px; }
  .landing-copy h1 { font-size: 38px; }
  .landing-stats span { flex: 1 1 100%; }
  .hero-video-card { border-radius: 24px; }
  .lead-content { padding: 22px; }
  .lead-content h1 { font-size: 28px; }
  .category-pills { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Ideko-style polish pass: sleek header + consistent media cards */
:root {
  --radius-lg: 30px;
  --radius-md: 22px;
  --shadow-soft: 0 18px 48px rgba(31, 35, 42, .08);
  --shadow-lift: 0 26px 70px rgba(31, 35, 42, .13);
}

.site-header {
  border-bottom: 0;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 8px 30px rgba(31, 35, 42, .05);
}
.header-shell {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
}
.brand-row,
.nav-row,
.topbar { display: contents; }
.brand {
  justify-self: start;
  gap: 12px;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 22px;
  box-shadow: 0 12px 26px rgba(45, 118, 95, .18);
}
.brand strong {
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.045em;
}
.brand small { display: none; }
.site-nav {
  justify-self: center;
  gap: 0;
  padding: 7px;
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.site-nav a {
  padding: 10px 15px;
  border-radius: 999px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: none;
}
.site-nav a:hover {
  color: #fff;
  background: var(--ink);
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}
.search-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
.search-toggle:hover,
.search-toggle[aria-expanded="true"] {
  background: var(--ink);
  color: #fff;
}
.search-panel {
  position: sticky;
  top: 82px;
  z-index: 38;
  padding: 18px 0;
  border-top: 1px solid rgba(32, 35, 42, .06);
  border-bottom: 1px solid rgba(32, 35, 42, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(31, 35, 42, .08);
}
.search-panel[hidden] { display: none; }
.search-panel-form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-panel-form input {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(32, 35, 42, .1);
  border-radius: 18px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-weight: 750;
}
.site-search {
  display: flex;
  align-items: center;
  width: clamp(170px, 15vw, 230px);
  height: 40px;
  padding: 4px 5px 4px 14px;
  border: 1px solid rgba(32, 35, 42, .1);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.site-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 650;
}
.site-search input::placeholder { color: #9a9da5; }
.site-search button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.language-select-wrap {
  height: 40px;
  padding-inline: 14px 10px;
}
.language-select {
  min-width: 106px;
}
.header-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.header-icon:hover { background: #f4f1ea; }

.landing-hero {
  padding-top: clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at 7% 0%, rgba(216, 137, 24, .20), transparent 25%),
    radial-gradient(circle at 91% 20%, rgba(45, 118, 95, .15), transparent 32%),
    linear-gradient(135deg, #fffaf0 0%, #fbfaf5 48%, #eef6f1 100%);
}
.archive-search {
  width: min(760px, 100%);
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
}
.archive-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px 0 20px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
}
.archive-search .button {
  min-height: 44px;
  padding-block: 11px;
  white-space: nowrap;
}
.search-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.landing-copy h1 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 950;
  letter-spacing: -.075em;
}
.hero-video-card,
.lead-card,
.mini-card,
.feature-strip-card,
.post-card,
.sidebar-panel,
.quote-panel,
.event-video-card,
.article-aside,
.admin-panel {
  border-color: rgba(32, 35, 42, .08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.hero-video-card,
.lead-card,
.feature-strip-card,
.post-card,
.event-video-card { overflow: hidden; }
.hero-video-card:hover,
.lead-card:hover,
.feature-strip-card:hover,
.post-card:hover,
.event-video-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.hero-video-card .video,
.video-hero-grid .video,
.event-video-card .video { border-radius: var(--radius-md); }

.lead-media,
.mini-media,
.card-media,
.event-video-thumb,
.hero-fallback-image,
.article-image {
  background:
    linear-gradient(135deg, rgba(216,137,24,.08), rgba(45,118,95,.08)),
    #f7f3ed;
}
.lead-media img,
.mini-media img,
.card-media img,
.event-video-thumb img,
.hero-fallback-image img,
.article-image {
  object-fit: contain;
  object-position: center;
}
.lead-media,
.card-media { aspect-ratio: 16 / 10; }
.mini-media,
.feature-strip-card .mini-media {
  aspect-ratio: 1 / 1;
  height: auto;
}
.event-video-thumb { aspect-ratio: 16 / 9; }
.post-card:hover img,
.lead-card:hover img,
.mini-card:hover img,
.feature-strip-card:hover img,
.event-video-card:hover .event-video-thumb img {
  transform: none;
}
.card-body h2,
.mini-card h2,
.feature-strip-card h2,
.event-video-card h3,
.section-heading h2 {
  font-family: "Noto Serif Devanagari", "Kohinoor Devanagari", "Nirmala UI", Georgia, serif;
}
.category-pills a {
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.category-pills a:hover {
  border-color: rgba(216, 137, 24, .25);
  box-shadow: var(--shadow-lift);
}

@media (max-width: 1050px) {
  .header-shell { grid-template-columns: auto 1fr auto; }
  .site-search {
    width: 44px;
    padding-inline: 5px;
  }
  .site-search:focus-within {
    width: min(260px, 42vw);
    padding-left: 14px;
  }
  .site-search input {
    width: 0;
    opacity: 0;
    pointer-events: none;
  }
  .site-search:focus-within input {
    width: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 820px) {
  .header-shell {
    min-height: 74px;
    display: flex;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 74px;
    inset-inline: 12px;
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--shadow-lift);
  }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  .archive-search {
    align-items: stretch;
    flex-direction: column;
    border-radius: 26px;
    padding: 12px;
  }
  .archive-search input {
    width: 100%;
    padding: 11px 12px;
  }
  .archive-search .button { width: 100%; }
  .language-select-wrap span { display: none; }
  .language-select { min-width: 72px; }
}

/* Header refinement: real logo, custom language menu, mobile drawer, filled cards */
.brand-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-mark { display: none; }
.site-nav {
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.site-nav a {
  padding: 10px 8px;
  border-radius: 12px;
}
.site-nav a:hover {
  color: var(--green);
  background: rgba(45, 118, 95, .08);
}
.language-dropdown {
  position: relative;
  z-index: 55;
}
.language-dropdown summary {
  min-width: 132px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 13px;
  border: 1px solid rgba(32, 35, 42, .1);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.language-dropdown summary::-webkit-details-marker { display: none; }
.language-dropdown summary::after {
  content: "⌄";
  color: var(--green);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-2px);
}
.language-dropdown[open] summary::after { transform: translateY(2px) rotate(180deg); }
.language-dropdown summary span {
  display: none;
  color: var(--muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.language-dropdown summary strong {
  margin-left: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 230px;
  padding: 8px;
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--shadow-lift);
}
.language-options a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 15px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
.language-options a span {
  width: 34px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--soft);
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
}
.language-options a em {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.language-options a:hover,
.language-options a.active {
  background: rgba(45, 118, 95, .09);
}
.language-options a.active span {
  background: var(--green);
  color: #fff;
}
.mobile-nav-tools { display: none; }
.archive-search {
  align-items: center;
  padding: 8px;
}
.archive-search .button {
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.archive-search .button:not(.button-primary) {
  border-color: rgba(32, 35, 42, .1);
  background: #fff;
}
.lead-media img,
.mini-media img,
.card-media img,
.hero-fallback-image img {
  object-fit: cover;
}
.lead-media,
.mini-media,
.card-media,
.hero-fallback-image {
  background: #efe7da;
}
.post-card,
.lead-card,
.feature-strip-card,
.event-video-card {
  border-radius: 24px;
}
.post-card .card-media,
.lead-card .lead-media,
.feature-strip-card .mini-media,
.event-video-card .event-video-thumb {
  border-radius: 0;
}

@media (max-width: 1180px) {
  .header-shell {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }
  .site-nav { gap: 10px; }
  .site-nav a { font-size: 13px; }
  .language-dropdown summary { min-width: 126px; }
}

@media (max-width: 920px) {
  .header-actions > .site-search,
  .header-actions > .language-dropdown {
    display: none;
  }
  .header-shell {
    min-height: 76px;
    display: flex;
  }
  .brand-logo {
    width: 48px;
    height: 48px;
  }
  .brand strong { font-size: 20px; }
  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-left: auto;
    border: 1px solid rgba(32, 35, 42, .08);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow-soft);
    font-size: 22px;
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(390px, 88vw);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 92px 22px 24px;
    border: 0;
    border-radius: 28px 0 0 28px;
    background:
      radial-gradient(circle at 100% 0%, rgba(216, 137, 24, .14), transparent 34%),
      #fffaf2;
    box-shadow: -28px 0 80px rgba(31, 35, 42, .18);
    transform: translateX(108%);
    transition: transform .25s ease;
  }
  .site-nav.open {
    display: flex;
    transform: translateX(0);
  }
  .site-nav a {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 17px;
  }
  .mobile-nav-tools {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(32, 35, 42, .08);
  }
  .mobile-nav-tools .site-search {
    width: 100%;
    height: 48px;
    padding: 5px 5px 5px 16px;
  }
  .mobile-nav-tools .site-search input {
    width: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav-tools .language-dropdown summary,
  .mobile-nav-tools .language-options {
    width: 100%;
    min-width: 0;
  }
  .mobile-nav-tools .language-options {
    position: static;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  .search-panel {
    top: 76px;
  }
  .search-panel-form {
    align-items: stretch;
    flex-direction: column;
  }
  .search-panel-form .button {
    width: 100%;
  }
  .live-ticker a {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 9px;
    padding-right: 10px;
  }
  .live-ticker strong {
    font-size: 10px;
  }
}

@media (max-width: 560px) {
  .archive-search .button {
    min-width: 0;
    border-radius: 16px;
  }
}

/* Focused article page */
.post-hero {
  position: relative;
  min-height: clamp(420px, 54vw, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.74)),
    var(--post-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.post-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(255,249,239,.98));
  z-index: -1;
}
.post-hero-inner {
  max-width: 1120px;
  padding-top: 34px;
  padding-bottom: 78px;
}
.post-hero .post-meta {
  justify-content: center;
  color: rgba(255,255,255,.82);
}
.post-hero .post-meta span + span::before {
  background: rgba(255,255,255,.7);
}
.post-hero h1 {
  max-width: 1030px;
  margin: 20px auto 18px;
  color: #fff;
  font-family: "Noto Serif Devanagari", "Kohinoor Devanagari", "Nirmala UI", Georgia, serif;
  font-size: clamp(40px, 6.5vw, 88px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.post-hero p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.7;
}
.post-reader {
  max-width: 900px;
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: 34px;
}
.post-content {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.post-content > :first-child { margin-top: 0; }
.post-content > :last-child { margin-bottom: 0; }
.post-content .video {
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}
.post-navigation {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px;
  padding-bottom: 76px;
}
.post-nav-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(32, 35, 42, .08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 137, 24, .12), transparent 36%),
    #fff;
  box-shadow: var(--shadow-soft);
}
.post-nav-card.next {
  text-align: right;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 118, 95, .12), transparent 36%),
    #fff;
}
.post-nav-card span {
  margin-bottom: 10px;
  color: var(--saffron);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.post-nav-card strong {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
}
.post-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.related-section {
  padding-top: 68px;
  background: linear-gradient(180deg, #fff9ef, #fff);
}
.centered-heading {
  justify-content: center;
  text-align: center;
}

@media (max-width: 760px) {
  .post-hero {
    min-height: 520px;
    background-position: 52% center;
  }
  .post-hero-inner {
    padding-bottom: 58px;
  }
  .post-hero h1 {
    letter-spacing: -.035em;
  }
  .post-content {
    padding: 24px;
    border-radius: 24px;
  }
  .post-navigation {
    grid-template-columns: 1fr;
    padding-bottom: 52px;
  }
  .post-nav-card.next { text-align: left; }
}

/* Focused homepage + live event promotion */
.header-live-pill {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(220, 38, 38, .26);
}
.header-shell:has(.header-live-pill) {
  grid-template-columns: minmax(190px, .7fr) auto auto minmax(220px, .9fr);
}
.header-shell:has(.header-live-pill) .site-nav {
  grid-column: 3;
}
.header-shell:has(.header-live-pill) .header-actions {
  grid-column: 4;
}
.header-live-pill span,
.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.22);
  animation: livePulse 1.2s infinite;
}
.live-ticker {
  position: sticky;
  top: 82px;
  z-index: 35;
  overflow: hidden;
  background: #171a21;
  color: #fff;
  box-shadow: 0 10px 34px rgba(31, 35, 42, .12);
}
.live-ticker a {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #fff;
}
.live-ticker strong {
  flex: 0 0 auto;
  margin-left: 0;
  color: #ffdedb;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ticker-track {
  min-width: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track span {
  display: inline-block;
  min-width: 100%;
  padding-left: 24px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  animation: tickerMove 18s linear infinite;
}
@keyframes tickerMove {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}
@keyframes livePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.78); opacity: .62; }
}
.focused-home-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(62px, 8vw, 112px);
}
.focused-home-hero .landing-hero-grid {
  grid-template-columns: minmax(300px, .72fr) minmax(540px, 1.12fr);
}
.focused-home-hero .landing-copy h1 {
  font-size: clamp(48px, 6vw, 92px);
}
.hero-video-card-large {
  padding: clamp(22px, 3vw, 38px);
}
.hero-video-card-large h2 {
  font-size: clamp(24px, 3vw, 42px);
}
.hero-video-card-large .video {
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(31, 59, 52, .24);
}
.about-malika {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #fff;
}
.about-malika-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}
.about-malika-copy h2 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.about-malika-copy p {
  max-width: 640px;
  margin: 0 0 24px;
  color: #60666f;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.72;
}
.about-malika-images {
  min-height: 560px;
  position: relative;
}
.about-image-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(31, 35, 47, .08);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #fffaf0, #eef8f1);
  box-shadow: var(--shadow-lift);
}
.about-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-malika-images-refined::before {
  content: "";
  position: absolute;
  inset: 10% 6% 8% 8%;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 20%, rgba(224, 143, 26, .18), transparent 32%),
    radial-gradient(circle at 84% 76%, rgba(45, 129, 99, .16), transparent 36%),
    #fff8ea;
  box-shadow: inset 0 0 0 1px rgba(31, 35, 47, .06);
}
.about-image-card.image-sages {
  left: 0;
  right: 10%;
  top: 4%;
  height: 58%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 26px 24px 0;
  background: linear-gradient(180deg, #fff9eb, #f3fbf4);
}
.about-image-card.image-sages img {
  object-fit: contain;
  object-position: center bottom;
}
.about-image-card.image-book {
  right: 0;
  bottom: 2%;
  width: 38%;
  height: 50%;
  padding: 16px;
  background: linear-gradient(145deg, #fffdf8, #fff3dc);
}
.about-image-card.image-book img {
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(92, 52, 23, .18));
}
.about-image-card.image-temple {
  left: 8%;
  bottom: 0;
  width: 48%;
  height: 31%;
  border-radius: 28px;
}
.about-image-card.image-temple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 22, 24, .42), transparent 62%);
}
.about-page-hero {
  padding-bottom: clamp(50px, 7vw, 90px);
}
.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, 420px);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
}
.about-page-grid h1 {
  max-width: 920px;
}
.about-page-book {
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(31, 35, 47, .08);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #fffdf8, #fff3dc);
  box-shadow: var(--shadow-lift);
}
.about-page-book img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 20px 28px rgba(92, 52, 23, .22));
}
.about-story {
  background: #fff;
}
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}
.about-story-art {
  min-height: 500px;
  position: relative;
}
.about-sages-card,
.about-temple-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 47, .08);
  box-shadow: var(--shadow-lift);
}
.about-sages-card {
  inset: 0 0 22% 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 28px 24px 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #fff9eb, #f3fbf4);
}
.about-sages-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.about-temple-card {
  right: 0;
  bottom: 0;
  width: 62%;
  height: 38%;
  border: 8px solid #fff;
  border-radius: 28px;
}
.about-temple-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-story-copy h2 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -.055em;
}
.about-story-copy p {
  color: #60666f;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.75;
}
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.about-malika-detail-hero {
  background:
    radial-gradient(circle at 14% 12%, rgba(224, 143, 26, .17), transparent 32%),
    radial-gradient(circle at 92% 22%, rgba(45, 129, 99, .13), transparent 34%),
    linear-gradient(135deg, #fffaf2, #f5f7ef 58%, #eef7f1);
}
.about-detail-section {
  background: #fff;
}
.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}
.detail-card {
  min-height: 310px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(31, 35, 47, .08);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #fff, #fff9ef);
  box-shadow: 0 20px 52px rgba(31, 35, 47, .08);
}
.detail-card h2 {
  margin: 12px 0;
  color: var(--ink);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.detail-card p {
  color: #60666f;
  font-size: 17px;
  line-height: 1.72;
}
.teacher-hero {
  background:
    radial-gradient(circle at 16% 12%, rgba(224, 143, 26, .18), transparent 32%),
    linear-gradient(135deg, #fffaf2, #f6f8ef 56%, #edf7f2);
}
.teacher-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 500px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}
.teacher-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 47, .08);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-lift);
}
.teacher-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
}
.teacher-content {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 78px);
}
.teacher-content h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.teacher-points p {
  margin: 0 0 18px;
  color: #60666f;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.75;
}
.latest-lite {
  padding-top: 72px;
  background: linear-gradient(180deg, #fff9ef, #fff);
}

@media (max-width: 1050px) {
  .focused-home-hero .landing-hero-grid,
  .about-malika-grid {
    grid-template-columns: 1fr;
  }
  .about-malika-images {
    min-height: 420px;
  }
  .about-page-grid,
  .about-story-grid,
  .teacher-hero-grid,
  .teacher-content {
    grid-template-columns: 1fr;
  }
  .about-page-book {
    max-width: 380px;
  }
  .detail-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .header-live-pill { display: none; }
  .live-ticker {
    top: 76px;
  }
}

@media (max-width: 640px) {
  .ticker-track {
    animation-duration: 18s;
  }
  .focused-home-hero {
    padding-top: 54px;
  }
  .about-malika-images {
    min-height: auto;
    display: grid;
    gap: 16px;
  }
  .about-malika-images-refined::before {
    display: none;
  }
  .about-image-card {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    height: 230px !important;
    margin-bottom: 16px;
  }
  .about-image-card.image-sages {
    padding: 20px 16px 0;
  }
  .about-image-card.image-book {
    padding: 16px;
  }
  .about-story-art {
    min-height: auto;
    display: grid;
    gap: 16px;
  }
  .about-sages-card,
  .about-temple-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: 250px;
  }
  .about-temple-card {
    border-width: 1px;
  }
}

/* Video-first homepage hero */
.video-first-hero {
  padding: clamp(34px, 5vw, 68px) 0 clamp(44px, 6vw, 82px);
}
.video-hero-wrap {
  position: relative;
  z-index: 1;
  max-width: min(1420px, calc(100% - 36px));
}
.video-first-hero .hero-video-card-large {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: clamp(16px, 2vw, 26px);
  border-radius: clamp(26px, 3vw, 42px);
}
.hero-video-head {
  max-width: 980px;
  margin: clamp(16px, 2vw, 24px) auto 0;
  text-align: center;
}
.hero-video-head h1 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 2.8vw, 42px);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.is-live-hero {
  border-color: rgba(220, 38, 38, .28);
  box-shadow: 0 32px 96px rgba(220, 38, 38, .16);
}
.is-live-hero .hero-video-head .eyebrow {
  color: #dc2626;
}
.video-first-hero .hero-video-card-large .video {
  margin: 0;
  border-radius: clamp(20px, 2vw, 32px);
}
.video-first-hero .hero-video-card-large .read-more {
  display: inline-block;
  margin-top: 12px;
}
.hero-intro-below {
  max-width: 840px;
  margin: clamp(34px, 5vw, 64px) auto 0;
  text-align: center;
}
.hero-intro-below h2 {
  max-width: 760px;
  margin: 10px auto 12px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.hero-intro-below p {
  max-width: 760px;
  margin: 0 auto;
  color: #60665f;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.7;
}
.hero-intro-below .landing-actions {
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 700px) {
  .video-first-hero .hero-video-card-large {
    padding: 12px;
  }
  .hero-video-head {
    padding: 4px 8px 0;
  }
  .hero-video-head h1 {
    font-size: clamp(20px, 6vw, 30px);
  }
  .hero-intro-below {
    text-align: left;
  }
  .hero-intro-below .landing-actions {
    justify-content: flex-start;
  }
}
