/* ============================================================
   Bageshwar Dham — Premium Design System
   ============================================================ */

:root {
  --maroon: #3f0d0b;
  --maroon-2: #571512;
  --maroon-3: #2a0807;
  --saffron: #e07b24;
  --saffron-deep: #c25f12;
  --gold: #c9a24b;
  --gold-light: #e6c987;
  --ivory: #faf5ea;
  --cream: #f3ead8;
  --paper: #fffdf8;
  --ink: #241915;
  --muted: #7c6c60;
  --line: #e8ddc9;
  --white: #ffffff;

  --font-display: "Fraunces", "Tiro Devanagari Hindi", Georgia, serif;
  --font-body: "Manrope", "Noto Sans Devanagari", "Segoe UI", sans-serif;
  --font-hindi: "Tiro Devanagari Hindi", "Noto Sans Devanagari", serif;

  --container: 1200px;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 10px rgba(63, 13, 11, 0.07);
  --shadow-md: 0 14px 40px -12px rgba(63, 13, 11, 0.22);
  --shadow-lg: 0 30px 70px -20px rgba(63, 13, 11, 0.35);
  --ease: cubic-bezier(0.22, 0.61, 0.21, 1);
  --header-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
input, textarea, select { font: inherit; }

::selection { background: var(--saffron); color: #fff; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.18;
  color: var(--maroon);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }

.hindi { font-family: var(--font-hindi); }
.lead { font-size: 1.13rem; color: var(--muted); font-weight: 500; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--saffron-deep);
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
}
.eyebrow.center::after {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--saffron));
}

/* ---------- Layout ---------- */
.container {
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}
.section { padding: clamp(64px, 9vw, 110px) 0; position: relative; }
.section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }
.section.tint { background: var(--ivory); }
.section.deep {
  background: linear-gradient(160deg, var(--maroon-3), var(--maroon) 55%, var(--maroon-2));
  color: var(--ivory);
}
.section.deep h1, .section.deep h2, .section.deep h3, .section.deep h4 { color: var(--ivory); }
.section.deep .lead { color: rgba(250, 245, 234, 0.75); }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 14px 0 16px; }
.section-head p { color: var(--muted); font-size: 1.06rem; }
.section.deep .section-head p { color: rgba(250, 245, 234, 0.72); }

.grid { display: grid; gap: 26px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex: none; }
.btn-primary {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(224, 123, 36, 0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(224, 123, 36, 0.6); }
.btn-outline { border-color: var(--maroon); color: var(--maroon); background: transparent; }
.btn-outline:hover { background: var(--maroon); color: var(--ivory); }
.btn-light { background: var(--ivory); color: var(--maroon); }
.btn-light:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost-light { border-color: rgba(250, 245, 234, 0.5); color: var(--ivory); }
.btn-ghost-light:hover { border-color: var(--ivory); background: rgba(250, 245, 234, 0.08); }
.btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 3px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.35s, box-shadow 0.35s, height 0.35s;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header.scrolled {
  background: rgba(250, 245, 234, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(63, 13, 11, 0.25);
  height: 66px;
}
.brand { display: flex; align-items: center; gap: 12px; z-index: 110; }
.brand img { height: 46px; width: auto; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand .brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ivory);
  letter-spacing: 0.02em;
}
.site-header.scrolled .brand-name { color: var(--maroon); }
.brand .brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
}
.site-header.scrolled .brand-sub { color: var(--saffron-deep); }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a.nav-link {
  position: relative;
  padding: 10px 15px;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(250, 245, 234, 0.92);
  border-radius: 8px;
  transition: color 0.25s;
}
.site-header.scrolled .main-nav a.nav-link { color: var(--ink); }
.main-nav a.nav-link::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.main-nav a.nav-link:hover::after, .main-nav a.nav-link.active::after { transform: scaleX(1); }
.main-nav a.nav-link.active { color: var(--gold-light); }
.site-header.scrolled .main-nav a.nav-link.active { color: var(--saffron-deep); }

.nav-cta {
  margin-left: 12px;
  padding: 11px 26px;
  font-size: 0.88rem;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 22px -8px rgba(224, 123, 36, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(224, 123, 36, 0.7); }

.nav-toggle {
  display: none;
  z-index: 110;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--ivory);
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.25s, background 0.3s;
}
.site-header.scrolled .nav-toggle span { background: var(--maroon); }
.nav-toggle.open span { background: var(--ivory); }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: var(--ivory);
  overflow: hidden;
  padding: calc(var(--header-h) + 48px) 0 90px;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 20%;
  transform: scale(1.06);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(42, 8, 7, 0.94) 8%, rgba(63, 13, 11, 0.78) 38%, rgba(20, 20, 40, 0.25) 72%, rgba(20, 20, 40, 0.05) 100%),
    linear-gradient(to top, rgba(42, 8, 7, 0.9), transparent 42%);
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 640px; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: linear-gradient(90deg, var(--gold), var(--saffron)); }
.hero h1 { color: #fff; margin: 18px 0 8px; }
.hero .hindi-line {
  font-family: var(--font-hindi);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--gold-light);
  margin-bottom: 18px;
}
.hero p.hero-sub {
  font-size: 1.12rem;
  color: rgba(250, 245, 234, 0.82);
  max-width: 540px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 46px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.hero-meta .meta-item { border-left: 2px solid rgba(201, 162, 75, 0.5); padding-left: 14px; }
.hero-meta .meta-item strong { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--gold-light); }
.hero-meta .meta-item span { font-size: 0.82rem; color: rgba(250, 245, 234, 0.7); letter-spacing: 0.04em; }
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(250, 245, 234, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.scroll-hint::after {
  content: "";
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2.2s infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(70px, 10vw, 120px)) 0 clamp(70px, 9vw, 110px);
  color: var(--ivory);
  overflow: hidden;
  background: var(--maroon-3);
}
.page-hero .hero-bg img { object-position: center 30%; }
.page-hero .hero-bg::after {
  background:
    linear-gradient(100deg, rgba(42, 8, 7, 0.95) 10%, rgba(63, 13, 11, 0.72) 55%, rgba(42, 8, 7, 0.35) 100%),
    linear-gradient(to top, rgba(42, 8, 7, 0.85), transparent 55%);
}
.page-hero h1 { color: #fff; margin: 16px 0 14px; }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero .eyebrow::before { background: linear-gradient(90deg, var(--gold), var(--saffron)); }
.page-hero .lead { color: rgba(250, 245, 234, 0.8); max-width: 640px; }
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: rgba(250, 245, 234, 0.65); margin-bottom: 6px; }
.crumbs a:hover { color: var(--gold-light); }
.crumbs .sep { color: var(--gold); }

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  opacity: 0;
  transition: opacity 0.35s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold-light); }
.card:hover::before { opacity: 1; }
.card .card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(224, 123, 36, 0.12), rgba(201, 162, 75, 0.16));
  color: var(--saffron-deep);
  margin-bottom: 20px;
}
.card .card-icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.split.reverse { grid-template-columns: 1fr 1.05fr; }
.split.reverse .split-media { order: -1; }
.split-media { position: relative; }
.split-media .frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.split-media .frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/4.6; }
.split-media.wide .frame img { aspect-ratio: 16/10; }
.split-media::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1.5px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.55;
}
.split.reverse .split-media::before { inset: 22px 22px -22px -22px; }
.split-body h2 { margin: 12px 0 18px; }
.split-body p { color: var(--muted); margin-bottom: 16px; }
.split-body .hindi-quote {
  font-family: var(--font-hindi);
  color: var(--maroon-2);
  font-size: 1.08rem;
  border-left: 3px solid var(--saffron);
  padding-left: 16px;
  margin: 0 0 20px;
}
.split-body .btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Stats ---------- */
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(201, 162, 75, 0.35);
  border-block: 1px solid rgba(201, 162, 75, 0.35);
}
.stat {
  background: var(--maroon);
  padding: 42px 26px;
  text-align: center;
}
.stat .num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--gold-light);
  font-weight: 700;
  line-height: 1.15;
}
.stat .lbl {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 245, 234, 0.72);
  font-weight: 700;
}
.stat .note { display: block; margin-top: 6px; font-size: 0.8rem; color: rgba(250, 245, 234, 0.5); }

/* ---------- Events ---------- */
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.event-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  display: flex;
  flex-direction: column;
}
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.event-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.event-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.event-card:hover .event-media img { transform: scale(1.06); }
.event-date {
  position: absolute;
  left: 16px;
  bottom: -1px;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 9px 16px;
  text-align: center;
  line-height: 1.15;
  font-weight: 800;
  box-shadow: 0 -6px 18px -6px rgba(0, 0, 0, 0.4);
}
.event-date .d { display: block; font-size: 1.3rem; font-family: var(--font-display); }
.event-date .m { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; }
.event-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.event-body h3 { font-size: 1.2rem; }
.event-loc { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: 0.9rem; }
.event-loc svg { width: 15px; height: 15px; flex: none; margin-top: 4px; color: var(--saffron-deep); }
.event-range { font-size: 0.82rem; color: var(--saffron-deep); font-weight: 700; letter-spacing: 0.04em; }
.event-live { margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line); font-size: 0.82rem; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.event-live svg { width: 15px; height: 15px; color: var(--saffron); flex: none; }

/* ---------- Quote ---------- */
.quote-block {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  padding: clamp(48px, 7vw, 90px) clamp(28px, 6vw, 80px);
  color: var(--ivory);
  text-align: center;
}
.quote-block img.quote-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(42, 8, 7, 0.92), rgba(63, 13, 11, 0.78));
}
.quote-block > * { position: relative; }
.quote-block blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  max-width: 900px;
  margin: 0 auto 22px;
}
.quote-block blockquote::before { content: "\201C"; color: var(--gold); }
.quote-block blockquote::after { content: "\201D"; color: var(--gold); }
.quote-block cite { font-style: normal; color: var(--gold-light); font-size: 0.95rem; letter-spacing: 0.06em; }
.quote-block cite span { display: block; margin-top: 4px; font-size: 0.8rem; color: rgba(250, 245, 234, 0.65); }

/* ---------- Pillars ---------- */
.pillar-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.pillar-tab {
  padding: 12px 24px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  transition: all 0.3s var(--ease);
}
.pillar-tab:hover { border-color: var(--gold); }
.pillar-tab.active {
  background: linear-gradient(135deg, var(--maroon), var(--maroon-2));
  color: var(--ivory);
  border-color: var(--maroon);
}
.pillar-panel { display: none; }
.pillar-panel.active { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; animation: fadeUp 0.5s var(--ease); }
.pillar-panel .frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.pillar-panel .frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pillar-panel h3 { font-size: 1.7rem; margin-bottom: 14px; }
.pillar-panel p { color: var(--muted); }

/* ---------- Timeline / steps ---------- */
.steps { counter-reset: step; display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.step:last-child { border-bottom: 0; }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--saffron-deep);
  background: linear-gradient(135deg, rgba(224, 123, 36, 0.12), rgba(201, 162, 75, 0.16));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step h4 { margin-bottom: 6px; font-size: 1.15rem; }
.step p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Route / travel cards ---------- */
.route-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
}
.route-card .route-media { min-height: 300px; }
.route-card .route-media img { width: 100%; height: 100%; object-fit: cover; }
.route-card .route-body { padding: clamp(28px, 4vw, 48px); }
.route-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.route-card .sub1 { color: var(--saffron-deep); font-weight: 800; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.route-card p { color: var(--muted); margin-bottom: 18px; }
.route-list { display: grid; gap: 12px; }
.route-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
}
.route-list .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--saffron);
  flex: none;
  box-shadow: 0 0 0 4px rgba(224, 123, 36, 0.15);
}
.route-list .name { font-weight: 700; flex: 1; }
.route-list .dist { font-size: 0.85rem; color: var(--muted); text-align: right; }
.route-list .dist strong { display: block; color: var(--maroon); font-size: 0.9rem; }

.travel-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.travel-mode {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.travel-mode:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.travel-mode .t-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-2));
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.travel-mode .t-icon svg { width: 28px; height: 28px; }
.travel-mode h4 { margin-bottom: 8px; font-size: 1.15rem; }
.travel-mode p { font-size: 0.92rem; color: var(--muted); }

/* ---------- Map ---------- */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  line-height: 0;
}
.map-wrap iframe { width: 100%; height: 460px; border: 0; display: block; }

/* ---------- Contact cards ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-card {
  display: flex;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-card .c-icon {
  width: 50px;
  height: 50px;
  flex: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-2));
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card .c-icon svg { width: 22px; height: 22px; }
.contact-card h4 { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron-deep); margin-bottom: 6px; font-family: var(--font-body); font-weight: 800; }
.contact-card a, .contact-card .val { color: var(--ink); font-weight: 600; font-size: 0.98rem; display: block; line-height: 1.6; }
.contact-card a:hover { color: var(--saffron-deep); }

.social-row { display: flex; gap: 12px; }
.social-row a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 245, 234, 0.08);
  border: 1px solid rgba(201, 162, 75, 0.4);
  color: var(--gold-light);
  transition: all 0.3s var(--ease);
}
.social-row a:hover { background: var(--saffron); border-color: var(--saffron); color: #fff; transform: translateY(-3px); }
.social-row svg { width: 18px; height: 18px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  padding: clamp(56px, 8vw, 100px) clamp(28px, 6vw, 72px);
  color: #fff;
}
.cta-band img.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(42, 8, 7, 0.92) 20%, rgba(42, 8, 7, 0.55) 60%, rgba(42, 8, 7, 0.25));
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; max-width: 620px; margin-bottom: 14px; }
.cta-band p { color: rgba(250, 245, 234, 0.82); max-width: 520px; margin-bottom: 30px; font-size: 1.08rem; }

/* ---------- Band strip (seva banners) ---------- */
.band-strip { display: grid; gap: 20px; }
.band-strip img {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

/* ---------- Footer ---------- */
.site-footer {
  background: linear-gradient(170deg, var(--maroon-3), #1c0504);
  color: rgba(250, 245, 234, 0.78);
  padding: clamp(56px, 7vw, 84px) 0 0;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--saffron));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 60px);
  padding-bottom: 50px;
}
.footer-brand img { height: 52px; margin-bottom: 18px; }
.footer-brand .f-name { font-family: var(--font-display); color: #fff; font-size: 1.3rem; font-weight: 700; }
.footer-brand p { font-size: 0.92rem; margin-top: 12px; line-height: 1.75; }
.footer-col h4 {
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: 0.93rem; transition: color 0.25s, padding-left 0.25s; }
.footer-col a:hover { color: var(--gold-light); padding-left: 5px; }
.footer-contact li { display: flex; gap: 12px; font-size: 0.92rem; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; color: var(--saffron); flex: none; margin-top: 4px; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact span { overflow-wrap: anywhere; }
.footer-contact span a { display: block; }
.footer-bottom {
  border-top: 1px solid rgba(201, 162, 75, 0.2);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.84rem;
  color: rgba(250, 245, 234, 0.55);
}
.footer-bottom .hindi { color: var(--gold-light); font-size: 0.95rem; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- Registration ---------- */
.registration-shell { text-align: center; max-width: 640px; margin-inline: auto; }
.registration-shell .reg-mark {
  width: 92px;
  height: 92px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 1.5px dashed var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--saffron-deep);
}
.registration-shell .reg-mark svg { width: 40px; height: 40px; }
.registration-shell p { color: var(--muted); }
.reg-empty-note {
  margin-top: 34px;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  font-size: 0.9rem;
  color: var(--muted);
  background: var(--ivory);
}

/* ---------- Audio list ---------- */
.audio-list { display: grid; gap: 14px; }
.audio-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 18px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 20px 14px 14px;
}
.audio-item img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; }
.audio-item .a-title { font-weight: 700; font-size: 0.98rem; }
.audio-item .a-cat { font-size: 0.8rem; color: var(--saffron-deep); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.audio-item audio { width: 210px; height: 38px; }

/* ---------- Mobile nav ---------- */
@media (max-width: 1023px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    inset: 0;
    background: linear-gradient(165deg, var(--maroon-3), var(--maroon));
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 90px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.45s var(--ease);
    z-index: 105;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a.nav-link {
    color: var(--ivory) !important;
    font-size: 1.5rem;
    font-family: var(--font-display);
    padding: 12px 8px;
  }
  .main-nav a.nav-link::after { left: 8px; right: auto; width: 40px; }
  .main-nav a.nav-link.active { color: var(--gold-light) !important; }
  .nav-cta { margin: 22px 0 0; font-size: 1rem; padding: 16px 38px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .grid.cols-3, .event-grid, .travel-modes { grid-template-columns: 1fr 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .route-card { grid-template-columns: 1fr; }
  .route-card .route-media { min-height: 220px; }
  .pillar-panel.active { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .grid.cols-2, .grid.cols-3, .grid.cols-4, .event-grid, .travel-modes, .contact-cards { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 20px; }
  .btn { width: 100%; }
  .hero-actions .btn { width: auto; flex: 1 1 200px; }
  .audio-item { grid-template-columns: 56px 1fr; }
  .audio-item audio { grid-column: 1 / -1; width: 100%; }
  .map-wrap iframe { height: 320px; }
  .event-date .d { font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}





