/* Nakshatra Nirvaana Premium Spiritual Full-Stack MVP Theme */

:root {
  --brown-950: #1d130d;
  --brown-900: #2a1a11;
  --brown-800: #3a2418;
  --brown-700: #5b3924;
  --sand-600: #a98558;
  --sand-500: #c6a26c;
  --sand-300: #e4cfac;
  --cream-100: #fff9ef;
  --cream-200: #f8ecd9;
  --cream-300: #eedfc6;
  --text-dark: #251912;
  --text-muted: #796654;
  --border-light: rgba(255, 249, 239, 0.22);
  --shadow-strong: 0 28px 80px rgba(29, 19, 13, 0.28);
  --shadow-soft: 0 18px 50px rgba(58, 36, 24, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  color: var(--text-dark);
  background:
    radial-gradient(circle at top left, rgba(198, 162, 108, 0.32), transparent 28rem),
    radial-gradient(circle at top right, rgba(91, 57, 36, 0.18), transparent 26rem),
    linear-gradient(135deg, #fff9ef 0%, #f6e8d2 42%, #ead7b8 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.navbar {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(91, 57, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 249, 239, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(58, 36, 24, 0.1);
}

.brand { display: flex; align-items: center; gap: 12px; }

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brown-900), var(--brown-700));
  color: var(--cream-100);
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(255, 249, 239, 0.22);
}

.brand strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand small {
  display: block;
  color: var(--text-muted);
  font-size: 0.74rem;
  margin-top: 2px;
}

.nav-links { display: flex; align-items: center; gap: 8px; }

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #4d3a2d;
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.25s ease;
}

.nav-links a:hover {
  background: rgba(91, 57, 36, 0.08);
  color: var(--brown-900);
}

.nav-links .nav-cta {
  background: var(--brown-900);
  color: var(--cream-100);
  box-shadow: 0 12px 24px rgba(42, 26, 17, 0.18);
}

.nav-links .nav-cta:hover { background: var(--brown-700); color: var(--cream-100); }

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 24px;
  margin: 5px auto;
  background: var(--brown-900);
  border-radius: 20px;
}

.hero {
  width: min(1180px, calc(100% - 36px));
  margin: 42px auto 0;
  min-height: 680px;
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
  padding: 58px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(29, 19, 13, 0.94), rgba(58, 36, 24, 0.92)),
    linear-gradient(45deg, var(--brown-950), var(--brown-800));
  color: var(--cream-100);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 249, 239, 0.13);
  border-radius: 32px;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -220px;
  bottom: -180px;
  border-radius: 50%;
  border: 1px solid rgba(228, 207, 172, 0.18);
  box-shadow: inset 0 0 0 34px rgba(228, 207, 172, 0.035);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.7;
}

.hero-glow.one {
  width: 260px;
  height: 260px;
  left: -80px;
  top: -80px;
  background: rgba(198, 162, 108, 0.34);
}

.hero-glow.two {
  width: 220px;
  height: 220px;
  right: 24%;
  bottom: -90px;
  background: rgba(228, 207, 172, 0.16);
}

.hero-content, .hero-card { position: relative; z-index: 2; }

.eyebrow, .section-kicker, .card-topline {
  color: var(--sand-300);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.77rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.hero h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(2.8rem, 6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 780px;
}

.hero-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 249, 239, 0.79);
  max-width: 660px;
  margin: 28px 0;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--sand-500), var(--sand-300));
  color: var(--brown-950);
  box-shadow: 0 16px 30px rgba(198, 162, 108, 0.2);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(198, 162, 108, 0.3);
}

.btn.ghost {
  color: var(--cream-100);
  border: 1px solid var(--border-light);
  background: rgba(255, 249, 239, 0.08);
}

.btn.ghost:hover { background: rgba(255, 249, 239, 0.14); }
.btn.full { width: 100%; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 660px;
}

.trust-row div {
  border: 1px solid var(--border-light);
  background: rgba(255, 249, 239, 0.08);
  border-radius: 20px;
  padding: 17px;
}

.trust-row strong { display: block; font-size: 1.16rem; }
.trust-row span { display: block; color: rgba(255, 249, 239, 0.68); font-size: 0.85rem; margin-top: 4px; }

.hero-card {
  justify-self: end;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 249, 239, 0.22);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 249, 239, 0.17), rgba(255, 249, 239, 0.08));
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.hero-card h2 {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  margin-bottom: 18px;
}

.mini-options { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }

.mini-options button {
  border: 1px solid rgba(255, 249, 239, 0.18);
  background: rgba(255, 249, 239, 0.08);
  color: var(--cream-100);
  border-radius: 999px;
  padding: 10px 12px;
}

.hero-card p { color: rgba(255, 249, 239, 0.74); line-height: 1.65; }

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 90px auto 0;
}

.intro { text-align: center; max-width: 900px; }
.section-kicker { color: var(--brown-700); }

.section h2, .guidance-copy h2, .booking-copy h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.intro p, .section-header p, .guidance-copy p, .booking-copy p, .priest-card p {
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 1rem;
}

.intro p { margin-top: 20px; font-size: 1.08rem; }

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.section-header p { max-width: 430px; }

.service-grid, .package-grid, .calendar-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card, .package-card, .calendar-list > div, .aarti-content, .booking-form, .admin-panel {
  background: rgba(255, 249, 239, 0.72);
  border: 1px solid rgba(91, 57, 36, 0.11);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.service-card {
  padding: 28px;
  min-height: 220px;
  transition: 0.25s ease;
}

.service-card:hover { transform: translateY(-5px); background: rgba(255, 249, 239, 0.92); }

.service-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(91, 57, 36, 0.08);
  color: var(--brown-700);
  font-weight: 900;
  margin-bottom: 28px;
}

.service-card h3, .package-card h3, .calendar-list h3, .aarti-content h3, .step h3 {
  font-family: "Cinzel", serif;
  font-size: 1.28rem;
  margin-bottom: 10px;
}

.service-card p, .package-card p, .calendar-list p, .aarti-content p, .step p {
  color: var(--text-muted);
  line-height: 1.7;
}

.guidance-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(91, 57, 36, 0.12), rgba(255, 249, 239, 0.64));
  border: 1px solid rgba(91, 57, 36, 0.11);
}

.guidance-copy {
  padding: 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.step {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 239, 0.78);
  border: 1px solid rgba(91, 57, 36, 0.1);
  display: flex;
  gap: 16px;
}

.step strong {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brown-900);
  color: var(--cream-100);
}

.package-card { padding: 28px; }

.package-card.featured {
  background: linear-gradient(135deg, var(--brown-900), var(--brown-700));
  color: var(--cream-100);
  transform: translateY(-10px);
}

.package-card.featured p, .package-card.featured li { color: rgba(255, 249, 239, 0.76); }

.package-card ul {
  list-style: none;
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.package-card li {
  color: var(--text-muted);
  padding-left: 28px;
  position: relative;
}

.package-card li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--sand-600);
  font-weight: 900;
}

.priest-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(42, 26, 17, 0.94), rgba(91, 57, 36, 0.89));
  color: var(--cream-100);
  box-shadow: var(--shadow-strong);
}

.priest-card .section-kicker { color: var(--sand-300); }
.priest-card p { color: rgba(255, 249, 239, 0.76); margin-top: 18px; }

.priest-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.priest-metrics div {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 239, 0.09);
  border: 1px solid rgba(255, 249, 239, 0.15);
}

.priest-metrics strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 2rem;
  color: var(--sand-300);
}

.priest-metrics span { color: rgba(255, 249, 239, 0.75); }

.calendar-list > div { padding: 28px; }

.calendar-list span {
  color: var(--sand-600);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.aarti-tabs { display: flex; gap: 10px; margin-bottom: 16px; }

.tab-btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(91, 57, 36, 0.13);
  background: rgba(255, 249, 239, 0.58);
  color: var(--brown-900);
  cursor: pointer;
  font-weight: 800;
}

.tab-btn.active { background: var(--brown-900); color: var(--cream-100); }

.aarti-content { display: none; padding: 28px; }
.aarti-content.active { display: block; }

.booking-section, .admin-page {
  width: min(1180px, calc(100% - 36px));
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255, 249, 239, 0.64);
  border: 1px solid rgba(91, 57, 36, 0.11);
  box-shadow: var(--shadow-soft);
}

.booking-copy { padding: 20px; }

.contact-strip {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-strip a {
  width: fit-content;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  background: rgba(91, 57, 36, 0.08);
  color: var(--brown-900);
}

.booking-form {
  padding: 26px;
  display: grid;
  gap: 16px;
}

.booking-form label, .admin-panel label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--brown-900);
}

.booking-form small { color: var(--text-muted); font-weight: 600; }

.booking-form input, .booking-form select, .booking-form textarea, .admin-panel input, .admin-panel select, .admin-panel textarea {
  border: 1px solid rgba(91, 57, 36, 0.16);
  background: rgba(255, 255, 255, 0.48);
  color: var(--text-dark);
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
  width: 100%;
}

.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus,
.admin-panel input:focus, .admin-panel select:focus, .admin-panel textarea:focus {
  border-color: var(--sand-600);
  box-shadow: 0 0 0 4px rgba(198, 162, 108, 0.16);
}

.form-two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.form-note { color: var(--text-muted); line-height: 1.6; font-size: 0.9rem; }
.form-note.success { color: #315b30; font-weight: 800; }
.form-note.error { color: #8b2c1f; font-weight: 800; }

.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 80px auto 28px;
  padding: 28px;
  border-radius: 28px;
  background: var(--brown-950);
  color: var(--cream-100);
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer strong { font-family: "Cinzel", serif; font-size: 1.2rem; }
.footer p { color: rgba(255, 249, 239, 0.64); margin-top: 6px; }
.footer-links { display: flex; gap: 12px; align-items: center; }
.footer-links a { color: rgba(255, 249, 239, 0.75); font-weight: 700; }

/* Admin */
.admin-page {
  grid-template-columns: 1fr;
  margin-top: 42px;
}

.admin-panel {
  padding: 24px;
}

.admin-top {
  display: flex;
  gap: 14px;
  align-items: end;
  margin-bottom: 20px;
}

.admin-top label { flex: 1; }

.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.lead-card {
  border: 1px solid rgba(91, 57, 36, 0.12);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 249, 239, 0.7);
}

.lead-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.lead-head strong {
  font-family: "Cinzel", serif;
  color: var(--brown-900);
  font-size: 1.1rem;
}

.badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(91, 57, 36, 0.09);
  color: var(--brown-900);
  font-weight: 900;
  font-size: 0.78rem;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  color: var(--text-muted);
  line-height: 1.6;
}

.lead-grid b { color: var(--brown-900); }

.lead-message {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(91, 57, 36, 0.06);
  color: var(--text-muted);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 249, 239, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .nav-links.open { display: flex; }
  .nav-links a { text-align: center; }

  .hero, .guidance-panel, .priest-card, .booking-section {
    grid-template-columns: 1fr;
  }

  .hero { padding: 38px 24px; min-height: auto; }
  .hero-card { justify-self: stretch; }

  .trust-row, .service-grid, .package-grid, .calendar-list, .steps, .priest-metrics, .form-two, .lead-grid {
    grid-template-columns: 1fr;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }

  .package-card.featured { transform: none; }
}

@media (max-width: 560px) {
  .navbar {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand strong { font-size: 0.86rem; }
  .brand small { font-size: 0.66rem; }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }

  .hero, .guidance-panel, .booking-section, .admin-page {
    width: calc(100% - 20px);
    border-radius: 28px;
  }

  .hero h1 { font-size: 2.65rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }

  .section {
    width: calc(100% - 20px);
    margin-top: 70px;
  }

  .footer {
    flex-direction: column;
    width: calc(100% - 20px);
  }

  .admin-top { display: grid; }
}


/* v1.1 content update */
.logo-brand {
  min-width: 210px;
}

.brand-logo {
  height: 58px;
  width: auto;
  display: block;
  object-fit: contain;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 249, 239, 0.72);
  border: 1px solid rgba(91, 57, 36, 0.11);
  box-shadow: var(--shadow-soft);
}

.about-copy {
  display: grid;
  gap: 16px;
}

.about-copy p {
  color: var(--text-muted);
  line-height: 1.85;
}

.service-card a,
.text-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 900;
  color: var(--brown-700);
  border-bottom: 1px solid rgba(91, 57, 36, 0.3);
}

.ethics-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(42, 26, 17, 0.95), rgba(91, 57, 36, 0.9));
  color: var(--cream-100);
  box-shadow: var(--shadow-strong);
}

.ethics-card .section-kicker {
  color: var(--sand-300);
}

.ethics-card p {
  color: rgba(255, 249, 239, 0.78);
  line-height: 1.85;
}

.devotional-text h3 {
  font-family: "Noto Serif Devanagari", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.devotional-note {
  color: var(--text-muted);
  margin-bottom: 18px;
}

.scripture {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.12rem;
  line-height: 2;
  color: var(--brown-900);
  display: grid;
  gap: 14px;
}

@media (max-width: 980px) {
  .about-grid,
  .ethics-card {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    height: 48px;
  }

  .logo-brand {
    min-width: auto;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    height: 42px;
    max-width: 190px;
  }
}


/* v1.2 visual fix: better logo, visible brand name, cleaner CTAs, separate Chalisa pages */
.logo-brand{min-width:260px;gap:12px}
.brand-emblem-wrap{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(255,249,239,.92);border:1px solid rgba(91,57,36,.12);box-shadow:0 10px 24px rgba(42,26,17,.12);overflow:hidden}
.brand-emblem{width:48px;height:48px;object-fit:cover;border-radius:50%}
.brand-text strong{font-family:"Cinzel",serif;font-size:1.06rem;letter-spacing:.02em;color:var(--brown-950);display:block}
.brand-text small{display:block;color:var(--text-muted);font-size:.73rem;margin-top:2px}
.refined-hero h1{font-size:clamp(3rem,7vw,6.6rem);letter-spacing:-.055em}
.hero-subtitle{font-family:"Cinzel",serif;color:var(--sand-300);font-size:clamp(1.4rem,2.4vw,2.3rem);margin-top:16px}
.hero-brand-card{position:relative;z-index:2;justify-self:end;width:min(430px,100%);padding:32px;border:1px solid rgba(255,249,239,.2);border-radius:32px;background:linear-gradient(180deg,rgba(255,249,239,.16),rgba(255,249,239,.07));backdrop-filter:blur(14px);text-align:center;box-shadow:0 30px 70px rgba(0,0,0,.22)}
.hero-brand-card img{width:210px;height:210px;object-fit:contain;margin:0 auto 12px;filter:drop-shadow(0 16px 22px rgba(0,0,0,.18))}
.hero-brand-card h2{font-family:"Cinzel",serif;font-size:1.8rem;margin-bottom:10px}
.hero-brand-card p{color:rgba(255,249,239,.76);line-height:1.7}
.about-grid,.ethics-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start;padding:34px;border-radius:34px}
.about-grid{background:rgba(255,249,239,.72);border:1px solid rgba(91,57,36,.11);box-shadow:var(--shadow-soft)}
.about-copy{display:grid;gap:16px}.about-copy p{color:var(--text-muted);line-height:1.85}
.service-card a,.text-link{display:inline-flex;margin-top:18px;font-weight:900;color:var(--brown-700);border-bottom:1px solid rgba(91,57,36,.3);cursor:pointer}
.ethics-card{background:linear-gradient(135deg,rgba(42,26,17,.95),rgba(91,57,36,.9));color:var(--cream-100);box-shadow:var(--shadow-strong)}
.ethics-card .section-kicker{color:var(--sand-300)}.ethics-card p{color:rgba(255,249,239,.78);line-height:1.85}
.path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.path-card{background:rgba(255,249,239,.76);border:1px solid rgba(91,57,36,.11);border-radius:24px;padding:28px;box-shadow:var(--shadow-soft)}
.path-card h3,.scripture-page h1{font-family:"Noto Serif Devanagari",serif;font-size:1.8rem;margin-bottom:10px}
.path-card p{color:var(--text-muted);line-height:1.7;margin-bottom:18px}
.small-btn{min-height:46px;background:var(--brown-900);color:var(--cream-100);width:auto}
.scripture-hero{width:min(980px,calc(100% - 36px));margin:42px auto 0;padding:54px;border-radius:34px;background:linear-gradient(135deg,rgba(29,19,13,.94),rgba(58,36,24,.92));color:var(--cream-100);box-shadow:var(--shadow-strong)}
.scripture-hero h1{font-family:"Noto Serif Devanagari",serif;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.1}
.scripture-hero p{color:rgba(255,249,239,.78);line-height:1.8;margin-top:12px}
.dark-ghost{border:1px solid rgba(255,249,239,.2);color:var(--cream-100);background:rgba(255,249,239,.08)}
.scripture-page{width:min(980px,calc(100% - 36px));margin:34px auto 0}
.scripture-card{background:rgba(255,249,239,.84);border:1px solid rgba(91,57,36,.11);border-radius:28px;padding:32px;box-shadow:var(--shadow-soft)}
.scripture{font-family:"Noto Serif Devanagari",serif;font-size:1.18rem;line-height:2;color:var(--brown-900);display:grid;gap:14px}.devotional-note{color:var(--text-muted);line-height:1.7;margin-top:18px}
@media(max-width:980px){.logo-brand{min-width:auto}.hero,.refined-hero,.about-grid,.ethics-card{grid-template-columns:1fr}.hero-brand-card{justify-self:stretch}.path-grid{grid-template-columns:1fr}.brand-emblem-wrap{width:48px;height:48px}.brand-emblem{width:44px;height:44px}.brand-text strong{font-size:.96rem}.brand-text small{font-size:.68rem}}
@media(max-width:560px){.brand-text small{display:none}.brand-emblem-wrap{width:42px;height:42px}.brand-emblem{width:38px;height:38px}.logo-brand{gap:8px}.hero-brand-card img{width:160px;height:160px}.scripture-card{padding:22px}.scripture{font-size:1.05rem}}


/* v1.3 clean structure update */
.brand-text small { display: none !important; }
.logo-brand { min-width: 320px !important; gap: 14px !important; }
.brand-text strong {
  font-size: 1.38rem !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
}
.brand-emblem-wrap {
  width: 56px !important;
  height: 56px !important;
}
.brand-emblem {
  width: 50px !important;
  height: 50px !important;
}
.nav-links a[href="/#paths"],
.nav-links a[href="#paths"] {
  display: none !important;
}
.refined-hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.4rem) !important;
}
.page-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 42px auto 0;
  padding: 56px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(29, 19, 13, 0.94), rgba(58, 36, 24, 0.92));
  color: var(--cream-100);
  box-shadow: var(--shadow-strong);
}
.page-hero h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.page-hero p {
  color: rgba(255,249,239,0.78);
  line-height: 1.8;
  margin-top: 16px;
  max-width: 780px;
}
.content-page-card {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 249, 239, 0.78);
  border: 1px solid rgba(91,57,36,0.11);
  box-shadow: var(--shadow-soft);
}
.content-page-card h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 16px;
}
.content-page-card p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-top: 14px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.content-tile {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 249, 239, 0.78);
  border: 1px solid rgba(91,57,36,0.11);
  box-shadow: var(--shadow-soft);
}
.content-tile span {
  color: var(--sand-600);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
}
.content-tile h3 {
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  margin: 12px 0 10px;
}
.content-tile p {
  color: var(--text-muted);
  line-height: 1.7;
}
.content-tile a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 900;
  color: var(--brown-700);
  border-bottom: 1px solid rgba(91,57,36,0.3);
}
@media (max-width: 980px) {
  .logo-brand { min-width: auto !important; }
  .brand-text strong { font-size: 1.08rem !important; }
  .content-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 38px 24px; }
}
@media (max-width: 560px) {
  .brand-text strong { font-size: .95rem !important; }
  .brand-emblem-wrap { width: 42px !important; height: 42px !important; }
  .brand-emblem { width: 38px !important; height: 38px !important; }
}

/* v1.4 Hanuman Chalisa toggle reader */
.chalisa-hero h1 {
  font-family: "Cinzel", serif;
}
.chalisa-reader {
  max-width: 980px;
}
.language-switch {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.lang-btn {
  border: 1px solid rgba(91,57,36,0.14);
  background: rgba(255, 249, 239, 0.72);
  color: var(--brown-900);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}
.lang-btn.active {
  background: var(--brown-900);
  color: var(--cream-100);
  box-shadow: 0 12px 24px rgba(42, 26, 17, 0.18);
}
.chalisa-panel {
  display: none;
  opacity: 0;
  transform: translateY(12px);
}
.chalisa-panel.active {
  display: block;
  animation: chalisaFade 0.38s ease forwards;
}
@keyframes chalisaFade {
  to { opacity: 1; transform: translateY(0); }
}
.chalisa-text {
  margin: 0;
  white-space: pre-wrap;
  word-break: keep-all;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 249, 239, 0.82);
  border: 1px solid rgba(91,57,36,0.11);
  box-shadow: var(--shadow-soft);
  color: var(--brown-900);
  line-height: 2.05;
  font-size: 1.12rem;
}
.chalisa-text.devanagari {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.24rem;
}
.chalisa-text.transliteration {
  font-family: "Inter", sans-serif;
  line-height: 1.9;
}
@media (max-width: 560px) {
  .chalisa-text { padding: 22px; font-size: 1rem; }
  .chalisa-text.devanagari { font-size: 1.08rem; }
}


/* v1.6 devotional reading toggle */
.reading-section { max-width: 980px; }
.reading-toolbar {
  display: flex; justify-content: space-between; align-items: center; gap: 22px;
  margin-bottom: 22px; padding: 24px; border-radius: 24px;
  background: rgba(255, 249, 239, 0.76);
  border: 1px solid rgba(91, 57, 36, 0.11);
  box-shadow: var(--shadow-soft);
}
.reading-label {
  display: inline-flex; margin-bottom: 8px; color: var(--sand-600);
  text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .74rem;
}
.reading-toolbar h2 { font-family: "Cinzel", serif; font-size: clamp(1.5rem, 3vw, 2.6rem); }
.toggle-group { display: inline-flex; gap: 8px; padding: 6px; border-radius: 999px; background: rgba(91,57,36,.08); }
.reading-toggle { border: 0; border-radius: 999px; padding: 11px 16px; cursor: pointer; font-weight: 900; background: transparent; color: var(--brown-700); }
.reading-toggle.active { background: var(--brown-700); color: var(--cream-100); }
.reading-card {
  position: relative; padding: clamp(24px, 5vw, 52px); border-radius: 34px;
  background: rgba(255, 249, 239, 0.86); border: 1px solid rgba(91,57,36,.12);
  box-shadow: var(--shadow-soft); min-height: 420px;
}
.reading-text { display: none; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.reading-text.active { display: block; opacity: 1; transform: translateY(0); animation: devotionalFade .36s ease; }
@keyframes devotionalFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.devotional-copy { font-family: "Noto Serif Devanagari", serif; font-size: clamp(1.08rem, 2.1vw, 1.45rem); line-height: 2.05; color: var(--brown-900); }
#reading-english.devotional-copy { font-family: "Inter", sans-serif; font-size: clamp(1.02rem, 1.7vw, 1.22rem); line-height: 1.95; }
.devotional-copy h3 { margin: 28px 0 10px; font-family: "Cinzel", "Noto Serif Devanagari", serif; font-size: 1.1rem; color: var(--sand-700); text-transform: uppercase; letter-spacing: .08em; }
.devotional-copy p { margin: 0 0 24px; }
@media (max-width: 720px) { .reading-toolbar { align-items: flex-start; flex-direction: column; } .toggle-group { width: 100%; } .reading-toggle { flex: 1; } }


/* v2 homepage redesign */
.v2-shell {
  overflow: visible;
}

.v2-navbar {
  margin-top: 16px;
}

.v2-hero {
  width: min(1180px, calc(100% - 36px));
  min-height: 680px;
  margin: 24px auto 0;
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(29, 19, 13, 0.22);
  background: var(--brown-900);
}

.v2-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/assets/hero-bg.jpg");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
}

.v2-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 19, 13, 0.86) 0%, rgba(42, 26, 17, 0.68) 35%, rgba(42, 26, 17, 0.18) 66%, rgba(255, 249, 239, 0.02) 100%),
    radial-gradient(circle at left top, rgba(228, 207, 172, 0.22), transparent 32rem);
}

.v2-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
}

.v2-hero-content {
  width: min(690px, 100%);
  color: var(--cream-100);
}

.v2-hero-content .eyebrow {
  color: var(--sand-300);
  margin-bottom: 16px;
}

.v2-hero h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

.v2-hero-line {
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 800;
  color: rgba(255, 249, 239, 0.94);
  margin-bottom: 18px;
}

.v2-hero-text {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 249, 239, 0.78);
  max-width: 640px;
  margin-bottom: 28px;
}

.v2-ghost {
  color: var(--cream-100) !important;
  border-color: rgba(255, 249, 239, 0.38) !important;
  background: rgba(255, 249, 239, 0.08) !important;
}

.v2-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.v2-proof-row div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 249, 239, 0.1);
  border: 1px solid rgba(255, 249, 239, 0.16);
  backdrop-filter: blur(8px);
}

.v2-proof-row strong {
  display: block;
  color: var(--cream-100);
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.v2-proof-row span {
  display: block;
  color: rgba(255, 249, 239, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.v2-help {
  padding-top: 72px;
}

.v2-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v2-step-grid article,
.v2-explore-card,
.v2-service-list article {
  border: 1px solid rgba(91, 57, 36, 0.11);
  background: rgba(255, 249, 239, 0.78);
  box-shadow: var(--shadow-soft);
}

.v2-step-grid article {
  padding: 28px;
  border-radius: 28px;
}

.v2-step-grid span,
.v2-explore-card span {
  display: inline-flex;
  color: var(--sand-600);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 14px;
}

.v2-step-grid h3,
.v2-explore-card h3,
.v2-service-list h3 {
  font-family: "Cinzel", serif;
  color: var(--brown-900);
  margin-bottom: 10px;
}

.v2-step-grid p,
.v2-explore-card p,
.v2-service-list p,
.v2-section-text {
  color: var(--text-muted);
  line-height: 1.72;
}

.v2-services {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
}

.v2-services-visual {
  position: sticky;
  top: 110px;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  background: var(--cream-200);
}

.v2-services-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.v2-visual-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(29, 19, 13, 0.78);
  color: var(--cream-100);
  backdrop-filter: blur(12px);
}

.v2-visual-note span {
  display: block;
  color: var(--sand-300);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.v2-visual-note strong {
  font-family: "Cinzel", serif;
  font-size: 1.32rem;
}

.v2-services-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 10px 0 16px;
}

.v2-service-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.v2-service-list article {
  padding: 22px 24px;
  border-radius: 24px;
}

.v2-service-list article:hover,
.v2-explore-card:hover,
.v2-step-grid article:hover {
  transform: translateY(-3px);
  transition: 0.25s ease;
  box-shadow: 0 22px 60px rgba(58, 36, 24, 0.15);
}

.v2-service-list a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--brown-700);
  font-weight: 900;
  border-bottom: 1px solid rgba(91, 57, 36, 0.3);
}

.v2-trust-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding: 38px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(42, 26, 17, 0.96), rgba(91, 57, 36, 0.92));
  color: var(--cream-100);
  box-shadow: var(--shadow-strong);
}

.v2-trust-card .section-kicker {
  color: var(--sand-300);
}

.v2-trust-card h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
}

.v2-trust-card p {
  color: rgba(255, 249, 239, 0.78);
  line-height: 1.85;
}

.v2-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v2-explore-card {
  padding: 30px;
  border-radius: 30px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.v2-explore-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(198, 162, 108, 0.34), transparent 15rem),
    linear-gradient(135deg, rgba(255,249,239,0.62), rgba(238,223,198,0.44));
  z-index: 0;
}

.v2-explore-card > * {
  position: relative;
  z-index: 1;
}

.v2-booking {
  margin-top: 72px;
  border-radius: 38px;
}

.v2-footer {
  margin-bottom: 28px;
}

@media (max-width: 1050px) {
  .v2-services {
    grid-template-columns: 1fr;
  }
  .v2-services-visual {
    position: relative;
    top: auto;
    min-height: 360px;
  }
  .v2-services-visual img {
    min-height: 360px;
  }
  .v2-step-grid,
  .v2-explore-grid {
    grid-template-columns: 1fr;
  }
  .v2-trust-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .v2-hero {
    min-height: 660px;
    border-radius: 30px;
  }
  .v2-hero-bg {
    background-position: 67% center;
  }
  .v2-hero-overlay {
    background:
      linear-gradient(180deg, rgba(29,19,13,0.88) 0%, rgba(42,26,17,0.72) 58%, rgba(42,26,17,0.32) 100%);
  }
  .v2-hero-inner {
    min-height: 660px;
    align-items: flex-start;
    padding-top: 54px;
  }
  .v2-proof-row {
    grid-template-columns: 1fr;
  }
  .v2-services-visual,
  .v2-services-visual img {
    min-height: 310px;
  }
  .v2-trust-card,
  .v2-step-grid article,
  .v2-explore-card {
    padding: 24px;
  }
}
