:root {
  --saffron: #c17a2e;
  --saffron-deep: #8e4e14;
  --saffron-hot: #e08a2a;
  --ink: #16110c;
  --ink-soft: #3a3228;
  --cream: #f6efe4;
  --paper: #fffbf5;
  --rule: #e6d4b8;
  --gold: #d4a84b;
  --navy: #122047;
  --green: #1a6b3c;
  --white: #fffdf8;
  --shadow: 0 18px 50px rgba(22, 17, 12, 0.12);
  --radius: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--cream); color: var(--ink); }
body {
  font-family: "Source Serif 4", "Noto Serif Devanagari", Georgia, serif;
  line-height: 1.65;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

.tricolor {
  height: 4px;
  background: linear-gradient(90deg, #ff9933 0 33.3%, #fff 33.3% 66.6%, #138808 66.6%);
}

.topbar {
  background: var(--ink);
  color: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 36px;
}
.topbar a { opacity: 0.85; }
.topbar a:hover { opacity: 1; color: var(--gold); }
.topbar-links { display: flex; gap: 18px; align-items: center; }
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #e23d28; display: inline-block; margin-right: 6px;
  box-shadow: 0 0 0 0 rgba(226, 61, 40, 0.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(226, 61, 40, 0); }
}

.masthead {
  background: var(--saffron);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.masthead::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(0,0,0,0.12), transparent 32%);
  pointer-events: none;
}
.masthead .wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 18px 0 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  background: var(--saffron);
  object-fit: cover;
}
.brand-copy h1 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: 0.12em;
  line-height: 1.1;
}
.brand-copy p {
  font-family: "Tiro Devanagari Hindi", serif;
  font-size: 0.95rem;
  opacity: 0.92;
  margin-top: 4px;
}
.mast-meta {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.9;
}
.mast-meta strong { display: block; font-size: 13px; letter-spacing: 0.16em; }

nav.primary {
  background: #9e621f;
  border-top: 1px solid rgba(255,255,255,0.16);
}
nav.primary .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
nav.primary ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
nav.primary ul a {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  padding: 12px 12px;
  display: block;
  opacity: 0.88;
}
nav.primary ul a:hover,
nav.primary ul a.active { opacity: 1; background: rgba(0,0,0,0.12); }
nav.primary .nav-cta {
  flex-shrink: 0;
  background: #fffdf8;
  color: #8e4e14;
  border: 1px solid #fffdf8;
  padding: 8px 16px;
  opacity: 1;
  display: inline-flex;
  white-space: nowrap;
}
nav.primary .nav-cta:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: none;
}
.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
}

.ticker {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  border-bottom: 1px solid rgba(212,168,75,0.25);
}
.ticker-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
}
.ticker-label {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--saffron);
  color: white;
  padding: 6px 10px;
  white-space: nowrap;
}
.ticker-track {
  overflow: hidden;
  flex: 1;
}
.ticker-track p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero {
  padding: 28px 0 8px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 22px;
}
.feature {
  position: relative;
  isolation: isolate;
  min-height: 460px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow);
}
.feature img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.78;
}
.feature::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,32,71,0.1) 20%, rgba(14,10,6,0.88) 100%);
}
.feature-copy {
  position: relative;
  z-index: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 460px;
}
.kicker {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.feature h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  margin: 10px 0 12px;
  font-weight: 650;
}
.feature p { max-width: 42ch; color: rgba(255,251,245,0.86); }
.meta { font-family: "DM Sans", sans-serif; font-size: 12px; letter-spacing: 0.04em; opacity: 0.8; margin-top: 14px; }

.stack { display: grid; gap: 14px; }
.stack-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 14px;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 10px;
  min-height: 110px;
}
.stack-card img { width: 128px; height: 96px; object-fit: cover; }
.stack-card h3 { font-size: 1.05rem; line-height: 1.3; }
.stack-card h3:hover { color: var(--saffron-deep); }
.stack-card p { font-size: 0.92rem; color: var(--ink-soft); }

.section { padding: 42px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 10px;
}
.section-head h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: 0.02em;
}
.section-head a, .text-link {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--saffron-deep);
  font-weight: 700;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.card-body { padding: 16px 16px 18px; }
.card h3 { font-size: 1.15rem; line-height: 1.3; margin: 6px 0 8px; }
.card h3:hover { color: var(--saffron-deep); }
.card p { color: var(--ink-soft); font-size: 0.95rem; }
.desk-note { grid-column: 1 / -1; color: var(--ink-soft); }
.live-flag {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--saffron-deep);
}
.ig-panel {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
.ig-embed {
  width: 100%;
  min-height: 540px;
  border: 1px solid var(--rule);
  background: var(--paper);
}

.videos-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 14px;
}
.video-card {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  position: relative;
}
.video-card img { aspect-ratio: 16/9; width: 100%; object-fit: cover; opacity: 0.88; }
.video-card .play {
  position: absolute; top: 42%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--saffron);
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.video-card .play::before {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent white;
  margin-left: 3px;
}
.video-card figcaption { padding: 12px 14px 16px; font-size: 0.95rem; }
.video-card.lead figcaption { font-size: 1.15rem; }

.services {
  background: var(--ink);
  color: var(--cream);
}
.services .section-head { border-color: rgba(246,239,228,0.25); }
.services .section-head a { color: var(--gold); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service {
  border: 1px solid rgba(212,168,75,0.28);
  padding: 24px;
  background: linear-gradient(180deg, rgba(193,122,46,0.12), transparent 55%);
  min-height: 280px;
}
.service .num {
  font-family: "Cinzel", serif;
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 13px;
}
.service h3 { font-size: 1.45rem; margin: 10px 0 12px; }
.service ul { margin-left: 18px; color: rgba(246,239,228,0.82); }

.cta-band {
  background: var(--saffron);
  color: white;
  padding: 36px 0;
}
.cta-band .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.cta-band h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); max-width: 18ch; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 18px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-light { background: white; color: var(--saffron-deep); }
.btn-ghost { border-color: currentColor; background: transparent; }
.btn:hover { transform: translateY(-1px); }

.page-hero {
  padding: 36px 0 10px;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  max-width: 18ch;
}
.lede { font-size: 1.15rem; max-width: 62ch; color: var(--ink-soft); margin-top: 10px; }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}
.prose p { margin-bottom: 14px; }
.prose h2 { margin: 28px 0 10px; font-size: 1.5rem; }
.prose ul { margin: 0 0 16px 20px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.person {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 22px;
  min-height: 220px;
}
.avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--saffron);
  color: white;
  display: grid; place-items: center;
  font-family: "Cinzel", serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.person h3 { font-size: 1.2rem; }
.person .role {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--saffron-deep);
  margin: 4px 0 10px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
form .row { display: grid; gap: 8px; margin-bottom: 14px; }
label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
input, textarea, select {
  width: 100%;
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 12px 12px;
  color: var(--ink);
}
input:focus, textarea:focus { outline: 2px solid var(--saffron); border-color: var(--saffron); }
.form-note { font-size: 0.9rem; color: var(--ink-soft); margin-top: 10px; }
.form-ok { color: var(--green); font-weight: 600; }
.form-err { color: #9c1c1c; }

.details {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 24px;
}
.details dt {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--saffron-deep);
  margin-top: 14px;
}
.details dd { margin-top: 4px; }

.article {
  display: grid;
  grid-template-columns: minmax(0, 720px) 280px;
  gap: 36px;
}
.article-hero { margin: 8px 0 22px; }
.article-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.sidebar-box {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 16px;
  margin-bottom: 16px;
}
.sidebar-box h3 { font-size: 1.05rem; margin-bottom: 10px; }
.sidebar-box li { list-style: none; padding: 8px 0; border-bottom: 1px solid var(--rule); }

footer.site {
  background: var(--ink);
  color: var(--cream);
  padding: 42px 0 18px;
  margin-top: 40px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}
footer .brand img { width: 58px; height: 58px; }
footer h4 {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold);
  margin-bottom: 10px;
}
footer ul { list-style: none; }
footer li { margin: 6px 0; opacity: 0.85; }
footer a:hover { color: var(--gold); }
.legal {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(246,239,228,0.15);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  opacity: 0.75;
}

.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.chip {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 8px 12px;
  cursor: pointer;
}
.chip.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.yt-frame { width: 100%; aspect-ratio: 16/9; border: 0; background: #000; }

@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .masthead .wrap, .hero-grid, .news-grid, .videos-row, .service-grid,
  .split, .contact-grid, .article, .foot-grid, .ig-panel {
    grid-template-columns: 1fr;
  }
  .videos-row { grid-template-columns: 1fr 1fr; }
  .mast-meta { display: none; }
  .menu-btn { display: block; }
  nav.primary .wrap { flex-wrap: wrap; }
  nav.primary ul { display: none; width: 100%; flex-direction: column; }
  nav.primary.open ul { display: flex; }
  nav.primary .nav-cta { margin-left: auto; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .stack-card { grid-template-columns: 1fr; }
  .stack-card img { width: 100%; height: 160px; }
  .videos-row, .video-grid, .news-grid, .team-grid { grid-template-columns: 1fr; }
  .brand img { width: 56px; height: 56px; }
}
