:root,
html[data-theme="morning"] {
  color-scheme: light;
  --bg: #fff8ea;
  --surface: #fffdf7;
  --surface-soft: #f8ecd4;
  --text: #24362f;
  --text-muted: #6b6254;
  --accent: #d65a1f;
  --accent-strong: #b3261c;
  --gold: #c8952c;
  --marigold: #f3b43a;
  --leaf: #2f725d;
  --lotus: #d65f77;
  --border: rgba(151, 97, 39, 0.24);
  --shadow: 0 18px 48px rgba(127, 75, 24, 0.13);
  --logo-sky: #8fd6ff;
  --body-bg:
    linear-gradient(45deg, transparent 48%, rgba(200, 149, 44, 0.08) 49%, rgba(200, 149, 44, 0.08) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(-45deg, transparent 48%, rgba(47, 114, 93, 0.06) 49%, rgba(47, 114, 93, 0.06) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(180deg, #fffaf0 0%, var(--bg) 48%, #f7ead0 100%);
  --nav-bg: rgba(255, 253, 247, 0.9);
  --hero-bg:
    linear-gradient(135deg, rgba(243, 180, 58, 0.24), rgba(255, 248, 234, 0.4) 44%, rgba(47, 114, 93, 0.1)),
    linear-gradient(180deg, #fff4d4 0%, rgba(255, 248, 234, 0) 100%);
  --section-alt-bg: linear-gradient(90deg, rgba(243, 180, 58, 0.14), rgba(255, 253, 247, 0.56), rgba(47, 114, 93, 0.08));
  --card-bg: rgba(255, 253, 247, 0.9);
  --card-bg-strong: #fffdf7;
  --card-gradient: linear-gradient(180deg, #fffdf7 0%, #fff0d2 100%);
  --chip-bg: rgba(255, 253, 247, 0.72);
  --input-bg: #fffaf0;
  --success-bg: #f3fff5;
  --payment-bg: linear-gradient(135deg, rgba(143, 214, 255, 0.36), rgba(255, 253, 247, 0.92) 48%, rgba(243, 180, 58, 0.16));
  --assistant-header-bg: linear-gradient(135deg, #8fd6ff, #fff7d7);
  --assistant-body-bg: #fffaf0;
  --button-primary-text: #271a09;
  --light-ink: #fffdf7;
  --warm-cream: #fff3d7;
}

html[data-theme="tulasi"] {
  --bg: #eef8ed;
  --surface: #fbfff8;
  --surface-soft: #dcefd8;
  --text: #1f3930;
  --text-muted: #5e6657;
  --accent: #be6a27;
  --accent-strong: #874117;
  --gold: #cba63d;
  --marigold: #efc45b;
  --leaf: #24735f;
  --lotus: #c65e86;
  --border: rgba(36, 115, 95, 0.24);
  --shadow: 0 18px 48px rgba(35, 94, 73, 0.14);
  --logo-sky: #b8ead9;
  --body-bg:
    linear-gradient(45deg, transparent 48%, rgba(36, 115, 95, 0.08) 49%, rgba(36, 115, 95, 0.08) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(-45deg, transparent 48%, rgba(190, 106, 39, 0.06) 49%, rgba(190, 106, 39, 0.06) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(180deg, #fbfff8 0%, var(--bg) 48%, #dfeeda 100%);
  --hero-bg:
    linear-gradient(135deg, rgba(36, 115, 95, 0.18), rgba(251, 255, 248, 0.55) 44%, rgba(203, 166, 61, 0.18)),
    linear-gradient(180deg, #f5ffe9 0%, rgba(238, 248, 237, 0) 100%);
  --section-alt-bg: linear-gradient(90deg, rgba(36, 115, 95, 0.12), rgba(251, 255, 248, 0.66), rgba(203, 166, 61, 0.12));
  --payment-bg: linear-gradient(135deg, rgba(184, 234, 217, 0.55), rgba(251, 255, 248, 0.92) 52%, rgba(239, 196, 91, 0.16));
  --assistant-header-bg: linear-gradient(135deg, #b8ead9, #fff3c7);
}

html[data-theme="lotus"] {
  --bg: #fff3f5;
  --surface: #fffdfb;
  --surface-soft: #f8dfe5;
  --text: #3f2b35;
  --text-muted: #705f65;
  --accent: #c75168;
  --accent-strong: #943244;
  --gold: #c8912f;
  --marigold: #f2bc52;
  --leaf: #2f705f;
  --lotus: #d85f87;
  --border: rgba(199, 81, 104, 0.22);
  --shadow: 0 18px 48px rgba(122, 54, 70, 0.14);
  --logo-sky: #cde8ff;
  --body-bg:
    linear-gradient(45deg, transparent 48%, rgba(216, 95, 135, 0.07) 49%, rgba(216, 95, 135, 0.07) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(-45deg, transparent 48%, rgba(47, 112, 95, 0.06) 49%, rgba(47, 112, 95, 0.06) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(180deg, #fffdfb 0%, var(--bg) 48%, #f7dfe5 100%);
  --hero-bg:
    linear-gradient(135deg, rgba(216, 95, 135, 0.18), rgba(255, 253, 251, 0.55) 44%, rgba(47, 112, 95, 0.11)),
    linear-gradient(180deg, #ffe7ee 0%, rgba(255, 243, 245, 0) 100%);
  --section-alt-bg: linear-gradient(90deg, rgba(216, 95, 135, 0.12), rgba(255, 253, 251, 0.68), rgba(47, 112, 95, 0.08));
  --payment-bg: linear-gradient(135deg, rgba(205, 232, 255, 0.5), rgba(255, 253, 251, 0.92) 50%, rgba(216, 95, 135, 0.14));
  --assistant-header-bg: linear-gradient(135deg, #cde8ff, #ffe7ee);
}

html[data-theme="deepam"] {
  --bg: #fff5e3;
  --surface: #fffdf7;
  --surface-soft: #f5dfba;
  --text: #30261a;
  --text-muted: #675948;
  --accent: #b94a22;
  --accent-strong: #833017;
  --gold: #b88422;
  --marigold: #f0b13f;
  --leaf: #356c55;
  --lotus: #c15d72;
  --border: rgba(117, 73, 25, 0.25);
  --shadow: 0 18px 48px rgba(91, 53, 20, 0.15);
  --logo-sky: #ffd58a;
  --body-bg:
    linear-gradient(45deg, transparent 48%, rgba(185, 74, 34, 0.08) 49%, rgba(185, 74, 34, 0.08) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(-45deg, transparent 48%, rgba(53, 108, 85, 0.06) 49%, rgba(53, 108, 85, 0.06) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(180deg, #fff9ec 0%, var(--bg) 48%, #efd8b0 100%);
  --hero-bg:
    linear-gradient(135deg, rgba(240, 177, 63, 0.28), rgba(255, 245, 227, 0.5) 44%, rgba(185, 74, 34, 0.12)),
    linear-gradient(180deg, #ffe1a5 0%, rgba(255, 245, 227, 0) 100%);
  --section-alt-bg: linear-gradient(90deg, rgba(240, 177, 63, 0.16), rgba(255, 253, 247, 0.62), rgba(185, 74, 34, 0.09));
  --payment-bg: linear-gradient(135deg, rgba(255, 213, 138, 0.38), rgba(255, 253, 247, 0.92) 50%, rgba(53, 108, 85, 0.12));
  --assistant-header-bg: linear-gradient(135deg, #ffd58a, #fff4ce);
}

html[data-mode="dark"] {
  color-scheme: dark;
  --bg: #15110d;
  --surface: #221c16;
  --surface-soft: #31271c;
  --text: #fff4dc;
  --text-muted: #d9c8ad;
  --accent: #f08a50;
  --accent-strong: #ffb27a;
  --gold: #d2a852;
  --marigold: #f1bd5a;
  --leaf: #70b79d;
  --lotus: #e994a7;
  --border: rgba(226, 181, 101, 0.28);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --logo-sky: #2d6575;
  --body-bg:
    linear-gradient(45deg, transparent 48%, rgba(210, 168, 82, 0.08) 49%, rgba(210, 168, 82, 0.08) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(-45deg, transparent 48%, rgba(112, 183, 157, 0.07) 49%, rgba(112, 183, 157, 0.07) 51%, transparent 52%) 0 0 / 56px 56px,
    linear-gradient(180deg, #1c1711 0%, var(--bg) 52%, #231911 100%);
  --nav-bg: rgba(31, 25, 18, 0.94);
  --hero-bg:
    linear-gradient(135deg, rgba(240, 138, 80, 0.18), rgba(21, 17, 13, 0.72) 45%, rgba(112, 183, 157, 0.12)),
    linear-gradient(180deg, #2b1c11 0%, rgba(21, 17, 13, 0) 100%);
  --section-alt-bg: linear-gradient(90deg, rgba(240, 138, 80, 0.12), rgba(34, 28, 22, 0.82), rgba(112, 183, 157, 0.1));
  --card-bg: rgba(34, 28, 22, 0.92);
  --card-bg-strong: #251e17;
  --card-gradient: linear-gradient(180deg, #2a2118 0%, #1f1913 100%);
  --chip-bg: rgba(48, 39, 29, 0.82);
  --input-bg: #2b231a;
  --success-bg: #173126;
  --payment-bg: linear-gradient(135deg, rgba(45, 101, 117, 0.3), rgba(34, 28, 22, 0.92) 48%, rgba(241, 189, 90, 0.12));
  --assistant-header-bg: linear-gradient(135deg, #2d6575, #49341e);
  --assistant-body-bg: #1f1913;
  --button-primary-text: #24160a;
  --light-ink: #fff7e8;
  --warm-cream: #302417;
}

html[data-mode="dark"][data-theme="tulasi"] {
  --accent: #e69d5c;
  --accent-strong: #ffc38b;
  --leaf: #75c6a6;
  --gold: #d5b85f;
  --marigold: #edcc72;
  --lotus: #e091b3;
  --logo-sky: #285f51;
  --hero-bg:
    linear-gradient(135deg, rgba(117, 198, 166, 0.18), rgba(18, 26, 21, 0.74) 46%, rgba(213, 184, 95, 0.14)),
    linear-gradient(180deg, #17231d 0%, rgba(18, 26, 21, 0) 100%);
}

html[data-mode="dark"][data-theme="lotus"] {
  --accent: #f08aa0;
  --accent-strong: #ffc1cd;
  --leaf: #7fc2a8;
  --gold: #d8ab58;
  --marigold: #ecc063;
  --lotus: #f08aa0;
  --logo-sky: #445d7a;
  --hero-bg:
    linear-gradient(135deg, rgba(240, 138, 160, 0.2), rgba(27, 20, 24, 0.76) 46%, rgba(127, 194, 168, 0.12)),
    linear-gradient(180deg, #2b1820 0%, rgba(27, 20, 24, 0) 100%);
}

html[data-mode="dark"][data-theme="deepam"] {
  --accent: #ff9359;
  --accent-strong: #ffd0a8;
  --leaf: #86b987;
  --gold: #dda33e;
  --marigold: #ffc05a;
  --lotus: #e88492;
  --logo-sky: #6c4a20;
  --hero-bg:
    linear-gradient(135deg, rgba(255, 147, 89, 0.2), rgba(25, 16, 10, 0.76) 46%, rgba(221, 163, 62, 0.16)),
    linear-gradient(180deg, #311d0d 0%, rgba(25, 16, 10, 0) 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--body-bg);
  color: var(--text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.logo-header {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(29, 115, 169, 0.2);
  background: var(--logo-sky);
}

.logo-header img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--accent-strong);
}

.nav-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.theme-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--chip-bg);
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.theme-picker select,
.mode-toggle,
.music-toggle,
.lang-toggle {
  min-height: 34px;
  border: 1px solid rgba(47, 114, 93, 0.22);
  border-radius: 8px;
  background: var(--input-bg);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.theme-picker select {
  max-width: 150px;
  padding: 5px 8px;
}

.mode-toggle,
.music-toggle,
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.mode-toggle[aria-pressed="true"],
.music-toggle[aria-pressed="true"],
.lang-toggle[aria-pressed="true"] {
  border-color: rgba(47, 114, 93, 0.42);
  background: var(--leaf);
  color: var(--light-ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 24px 76px;
  border-bottom: 1px solid rgba(151, 97, 39, 0.16);
  background: var(--hero-bg);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 18px;
  background: repeating-linear-gradient(
    90deg,
    var(--marigold) 0 18px,
    var(--accent) 18px 26px,
    var(--surface-soft) 26px 34px
  );
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 38px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.hero-text .eyebrow {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-text h1 {
  margin: 0;
  max-width: 16ch;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.7rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text .lead {
  max-width: 36rem;
  margin: 24px 0 32px;
  color: var(--text-muted);
  font-size: 1.08rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 28px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(151, 97, 39, 0.24);
  border-radius: 8px;
  background: var(--chip-bg);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--button-primary-text);
  background: linear-gradient(135deg, var(--marigold), #ffd775);
  box-shadow: 0 14px 34px rgba(214, 90, 31, 0.2);
}

.btn-secondary {
  color: var(--leaf);
  border-color: rgba(47, 114, 93, 0.32);
  background: var(--chip-bg);
}

.btn-secondary:hover {
  border-color: rgba(47, 114, 93, 0.55);
  background: var(--card-bg-strong);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 42px 30px 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-gradient);
  box-shadow: var(--shadow);
}

.deity-card {
  padding: 46px 24px 24px;
}

.hero-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 86px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--accent) 0 12px, var(--gold) 12px 20px);
  opacity: 0.28;
}

.garland {
  position: absolute;
  inset: 0 0 auto;
  height: 26px;
  background:
    radial-gradient(circle at 12px 4px, var(--marigold) 0 7px, transparent 8px) 0 0 / 32px 18px repeat-x,
    radial-gradient(circle at 28px 7px, var(--lotus) 0 6px, transparent 7px) 0 0 / 32px 18px repeat-x;
}

.hero-card-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
}

.deity-photo-frame {
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 470px;
  border: 1px solid rgba(151, 97, 39, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(47, 114, 93, 0.18), rgba(243, 180, 58, 0.12)),
    var(--leaf);
  box-shadow: inset 0 0 0 8px rgba(255, 253, 247, 0.18);
}

.deity-photo-frame img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: contain;
  object-position: center;
}

.temple-shrine {
  position: relative;
  width: 174px;
  height: 220px;
  margin: 12px auto 0;
  border: 1px solid rgba(151, 97, 39, 0.38);
  border-radius: 8px 8px 6px 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 20%, transparent 80%, rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #f6c675 0%, #df8f3a 46%, #b95724 100%);
  box-shadow: inset 0 -16px 0 rgba(125, 60, 22, 0.14), 0 18px 34px rgba(151, 97, 39, 0.18);
}

.temple-shrine::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 26px;
  height: 34px;
  background: var(--accent-strong);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.temple-shrine::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 74px;
  height: 112px;
  transform: translateX(-50%);
  border: 3px solid rgba(255, 235, 172, 0.75);
  border-bottom: 0;
  border-radius: 48px 48px 4px 4px;
  background: linear-gradient(180deg, rgba(81, 43, 19, 0.9), rgba(56, 36, 21, 0.96));
}

.shrine-dome {
  position: absolute;
  left: 50%;
  top: -34px;
  width: 96px;
  height: 72px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffd77f, var(--gold));
  clip-path: polygon(50% 0, 88% 40%, 100% 100%, 0 100%, 12% 40%);
}

.shrine-dome::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  width: 10px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 10px 10px 2px 2px;
  background: var(--accent-strong);
}

.shrine-pillars {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 124px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 240, 199, 0.72) 0 12px,
    transparent 12px 36px
  );
}

.diya {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  width: 34px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(circle at center, #ffe8a0 0%, #c27b22 78%);
  box-shadow: 0 0 22px rgba(255, 193, 64, 0.4);
}

.diya-flame {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 2;
  width: 18px;
  height: 42px;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 50%;
  background: radial-gradient(circle at 50% 20%, #fff8b6 0%, #ffc13d 34%, #df5c12 74%);
  filter: blur(0.5px);
  animation: flame-flicker 1.8s ease-in-out infinite;
}

@keyframes flame-flicker {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) scale(1.05);
    opacity: 0.92;
  }
}

.temple-text {
  color: var(--text);
}

.temple-text strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--accent-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.temple-text p {
  margin: 0 0 4px;
  color: var(--text-muted);
  font-weight: 700;
}

.sound-note {
  margin-top: 22px;
  color: var(--text-muted);
  font-size: 0.97rem;
}

.section {
  padding: 68px 24px;
}

.section-alt {
  border-top: 1px solid rgba(151, 97, 39, 0.12);
  border-bottom: 1px solid rgba(151, 97, 39, 0.12);
  background: var(--section-alt-bg);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.grid-2,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.darshan-grid {
  display: grid;
  gap: 24px;
}

.photo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 14px 34px rgba(127, 75, 24, 0.09);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(47, 114, 93, 0.18), rgba(243, 180, 58, 0.14)),
    var(--bg);
}

.photo-card figcaption {
  padding: 14px 18px 16px;
  color: var(--text-muted);
  font-weight: 700;
}

.section h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.section p {
  color: var(--text-muted);
}

.section-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading-row h2,
.section-heading-row p {
  margin-right: auto;
}

.section-heading-row p {
  max-width: 44rem;
  margin-top: 0;
}

.special-days-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.special-day-card,
.seva-day-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 14px 34px rgba(127, 75, 24, 0.09);
}

.special-day-card::before,
.seva-day-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--marigold), var(--leaf));
}

.special-day-card time,
.seva-day-card time {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--warm-cream);
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.special-day-card h3,
.seva-day-card h3 {
  margin: 16px 0 8px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  line-height: 1.2;
}

.special-day-card p,
.seva-day-card p {
  margin: 0;
}

.special-day-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #fff7c7;
  font-weight: 800;
}

.special-day-featured {
  color: #fffdf7;
  border-color: rgba(47, 114, 93, 0.24);
  background: linear-gradient(135deg, var(--leaf), #428a73);
}

.special-day-featured time {
  background: rgba(255, 253, 247, 0.16);
  color: #fff7c7;
}

.special-day-featured h3,
.special-day-featured p {
  color: #fffdf7;
}

.deity-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 90, 31, 0.24);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: var(--chip-bg);
  color: var(--text-muted);
}

.deity-note strong {
  color: var(--text);
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-card,
.info-card,
.contact-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 14px 34px rgba(127, 75, 24, 0.09);
}

.feature-card::before,
.info-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--marigold), var(--leaf));
}

.feature-card h3,
.info-card h3,
.contact-card h3 {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.feature-card p,
.info-card p,
.contact-card p {
  margin: 0;
}

.visit-list {
  margin: 20px 0 0;
  padding: 0;
  color: var(--text-muted);
  list-style: none;
}

.visit-list li {
  margin-bottom: 14px;
  padding-left: 18px;
  border-left: 4px solid rgba(214, 90, 31, 0.4);
}

.visit-list strong {
  color: var(--text);
}

.contact-card {
  color: #fffdf7;
  border-color: rgba(47, 114, 93, 0.3);
  background: linear-gradient(135deg, var(--leaf), #428a73);
}

.contact-card h3 {
  color: #fffdf7;
}

.contact-card p {
  color: #f9efd8;
}

.timings-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.timings-list div {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.1);
}

.timings-list span {
  color: #f9efd8;
  font-size: 0.84rem;
  font-weight: 700;
}

.timings-list strong {
  color: #fff7c7;
  font-size: 1rem;
}

.seva-hero .hero-inner {
  grid-template-columns: 1fr 0.78fr;
}

.poster-card {
  padding: 18px;
}

.poster-card img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border: 1px solid rgba(151, 97, 39, 0.18);
  border-radius: 8px;
  background: var(--card-bg-strong);
}

.seva-schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.seva-day-card p + p {
  margin-top: 8px;
}

.seva-day-card strong {
  color: var(--text);
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.booking-note {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(214, 90, 31, 0.22);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: var(--chip-bg);
  color: var(--text-muted);
}

.booking-note strong {
  color: var(--text);
}

.devotee-auth-card {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(47, 114, 93, 0.24);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 12px 28px rgba(127, 75, 24, 0.08);
}

.devotee-auth-heading h3 {
  margin: 0 0 6px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.2;
}

.devotee-auth-heading p {
  margin: 0;
  font-size: 0.94rem;
}

.devotee-auth-heading .is-success,
.devotee-auth-heading .is-error {
  font-weight: 800;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.auth-tab {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(47, 114, 93, 0.22);
  border-radius: 8px;
  background: var(--input-bg);
  color: var(--leaf);
  cursor: pointer;
  font-weight: 800;
}

.auth-tab.is-active {
  border-color: rgba(47, 114, 93, 0.38);
  background: var(--leaf);
  color: var(--light-ink);
}

.devotee-auth-form {
  display: grid;
  gap: 12px;
}

.phone-input-group {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.form-row .phone-input-group select {
  flex: 0 0 auto;
  width: 128px;
  min-width: 0;
  padding-right: 6px;
}

.form-row .phone-input-group input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.otp-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-link {
  border: none;
  background: none;
  padding: 0;
  color: var(--leaf);
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.btn-link:disabled {
  color: var(--text-muted);
  cursor: not-allowed;
  text-decoration: none;
}

.logout-button {
  justify-self: start;
  min-height: 40px;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 14px 34px rgba(127, 75, 24, 0.09);
}

.payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(47, 114, 93, 0.22);
  border-radius: 8px;
  background: var(--payment-bg);
}

.payment-copy .eyebrow {
  margin: 0 0 8px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.payment-copy h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}

.payment-copy p {
  margin: 0 0 10px;
  color: var(--text-muted);
}

.payment-copy strong {
  color: var(--text);
}

.payment-note-small {
  font-size: 0.94rem;
  font-weight: 700;
}

.payment-qr {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0;
}

.payment-qr img {
  display: block;
  width: min(100%, 300px);
  aspect-ratio: 1;
  object-fit: contain;
  border: 10px solid var(--card-bg-strong);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(36, 54, 47, 0.14);
}

.payment-qr figcaption {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-weight: 700;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--leaf);
}

.payment-confirm {
  padding: 12px 14px;
  border: 1px solid rgba(47, 114, 93, 0.2);
  border-radius: 8px;
  background: var(--success-bg);
}

.btn-small {
  min-height: 36px;
  padding: 7px 12px;
  font-size: 0.88rem;
}

.field-help {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.is-success {
  color: var(--leaf);
}

.is-error {
  color: var(--accent-strong);
}

.optional-text {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

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

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(151, 97, 39, 0.24);
  border-radius: 8px;
  background: var(--input-bg);
  color: var(--text);
  font: inherit;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(47, 114, 93, 0.28);
  outline-offset: 2px;
}

.booking-summary {
  padding: 16px;
  border: 1px solid rgba(47, 114, 93, 0.24);
  border-radius: 8px;
  background: var(--success-bg);
  color: var(--text-muted);
}

.booking-summary strong {
  color: var(--text);
}

.booking-summary p {
  margin: 0 0 8px;
}

.booking-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--leaf);
  color: var(--light-ink);
  font-weight: 800;
  text-decoration: none;
}

.contact-stats {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.contact-stats div {
  display: flex;
  flex-direction: column;
}

.contact-stats span {
  color: #ffe29a;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.contact-stats small {
  margin-top: 6px;
  color: #f9efd8;
}

.assistant-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: grid;
  justify-items: end;
  gap: 10px;
  max-width: calc(100vw - 32px);
}

.assistant-toggle,
.assistant-form button,
.assistant-prompts button,
.assistant-close {
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.assistant-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  min-height: 84px;
  padding: 10px 16px 10px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--leaf), #4b947d);
  color: var(--light-ink);
  text-align: left;
  box-shadow: 0 16px 34px rgba(47, 114, 93, 0.24);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.assistant-toggle:hover,
.assistant-toggle:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(47, 114, 93, 0.32);
}

.assistant-toggle:focus-visible {
  outline: 3px solid rgba(255, 215, 117, 0.75);
  outline-offset: 3px;
}

.guide-avatar {
  --face-width: 44px;
  --face-height: 52px;
  --namam-width: 23px;
  --namam-height: 27px;
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border: 2px solid rgba(255, 253, 247, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 253, 247, 0.7), transparent 24%),
    linear-gradient(180deg, #ffd775, #f3b43a);
  box-shadow:
    inset 0 -5px 0 rgba(151, 97, 39, 0.16),
    0 10px 18px rgba(36, 54, 47, 0.18);
  transition: transform 180ms ease;
}

.assistant-toggle .guide-avatar::before,
.assistant-toggle .guide-avatar::after {
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 14px;
  height: 21px;
  border: 2px solid rgba(124, 59, 34, 0.16);
  border-radius: 12px 12px 8px 8px;
  background: #f4bd78;
  box-shadow: inset 0 -2px 0 rgba(151, 97, 39, 0.14);
}

.assistant-toggle .guide-avatar::before {
  left: 4px;
  transform: rotate(34deg);
  transform-origin: 100% 100%;
}

.assistant-toggle .guide-avatar::after {
  right: 4px;
  transform: rotate(-34deg);
  transform-origin: 0 100%;
}

.assistant-toggle:hover .guide-avatar,
.assistant-toggle:focus-visible .guide-avatar,
.assistant-toggle.is-greeting .guide-avatar {
  transform: translateY(-2px) scale(1.04);
}

.small-avatar {
  --face-width: 34px;
  --face-height: 40px;
  --namam-width: 18px;
  --namam-height: 21px;
  width: 52px;
  height: 52px;
  border-color: rgba(47, 114, 93, 0.18);
}

.avatar-face {
  position: relative;
  z-index: 2;
  width: var(--face-width);
  height: var(--face-height);
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 236, 196, 0.72), transparent 22%),
    linear-gradient(180deg, #f7c982 0%, #edaa68 100%);
  box-shadow:
    inset 0 -3px 0 rgba(151, 97, 39, 0.15),
    inset 8px 0 12px rgba(255, 244, 220, 0.2);
}

.avatar-face::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 28px;
  height: 2px;
  border-radius: 999px;
  background: rgba(82, 44, 27, 0.3);
}

.small-avatar .avatar-face::before {
  top: 22px;
}

.avatar-namam {
  position: absolute;
  left: 50%;
  top: 5px;
  z-index: 4;
  width: var(--namam-width);
  height: var(--namam-height);
  transform: translateX(-50%);
  border-bottom: 5px solid #fffdf7;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(#d64026, #d64026) center 5px / 3px calc(100% - 7px) no-repeat,
    linear-gradient(#f9ce16, #f9ce16) center 4px / 5px calc(100% - 6px) no-repeat;
  filter: drop-shadow(0 1px 1px rgba(91, 53, 20, 0.18));
}

.avatar-namam::before,
.avatar-namam::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: calc(var(--namam-height) - 4px);
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.avatar-namam::before {
  left: 1px;
  transform: rotate(-2deg);
}

.avatar-namam::after {
  right: 1px;
  transform: rotate(2deg);
}

.small-avatar .avatar-namam {
  top: 4px;
  border-bottom-width: 4px;
  background:
    linear-gradient(#d64026, #d64026) center 5px / 2px calc(100% - 7px) no-repeat,
    linear-gradient(#f9ce16, #f9ce16) center 4px / 4px calc(100% - 6px) no-repeat;
}

.small-avatar .avatar-namam::before,
.small-avatar .avatar-namam::after {
  width: 4px;
  height: calc(var(--namam-height) - 3px);
}

.avatar-eye {
  position: absolute;
  top: 62%;
  z-index: 5;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #302116;
  transform-origin: center;
}

.assistant-toggle:hover .avatar-eye,
.assistant-toggle:focus-visible .avatar-eye,
.assistant-toggle.is-greeting .avatar-eye {
  animation: avatarBlink 2.4s ease-in-out infinite;
}

.avatar-eye-left {
  left: 30%;
}

.avatar-eye-right {
  right: 30%;
}

.avatar-smile {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 5;
  width: 14px;
  height: 7px;
  transform: translateX(-50%);
  border-bottom: 2px solid #7c3b22;
  border-radius: 0 0 10px 10px;
}

.small-avatar .avatar-smile {
  bottom: 8px;
  width: 11px;
}

.assistant-toggle.is-greeting .guide-avatar::before {
  animation: namasteLeft 900ms ease;
}

.assistant-toggle.is-greeting .guide-avatar::after {
  animation: namasteRight 900ms ease;
}

.assistant-toggle-text {
  display: grid;
  gap: 1px;
}

.assistant-toggle-text strong,
.assistant-toggle-text small {
  display: block;
}

.assistant-toggle-text strong {
  color: var(--light-ink);
  font-size: 1.05rem;
  line-height: 1.1;
}

.assistant-toggle-text small {
  color: #fff3d7;
  font-size: 0.78rem;
  font-weight: 700;
}

.assistant-panel {
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(47, 114, 93, 0.24);
  border-radius: 8px;
  background: var(--card-bg-strong);
  box-shadow: 0 22px 56px rgba(36, 54, 47, 0.22);
}

.assistant-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: var(--assistant-header-bg);
  color: var(--text);
}

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

.assistant-header strong,
.assistant-header span {
  display: block;
}

.assistant-header strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.assistant-header span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.assistant-close {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--chip-bg);
  color: var(--text);
  line-height: 1;
}

.assistant-messages {
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding: 16px;
  background: var(--assistant-body-bg);
}

.message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.94rem;
  line-height: 1.45;
}

.bot-message {
  justify-self: start;
  border: 1px solid rgba(151, 97, 39, 0.18);
  background: var(--card-bg-strong);
  color: var(--text-muted);
}

.user-message {
  justify-self: end;
  background: var(--leaf);
  color: var(--light-ink);
}

.assistant-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 14px;
  background: var(--assistant-body-bg);
}

.assistant-prompts button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(47, 114, 93, 0.2);
  border-radius: 8px;
  background: var(--card-bg-strong);
  color: var(--leaf);
  font-size: 0.84rem;
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(151, 97, 39, 0.15);
  background: var(--card-bg-strong);
}

.assistant-form input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(151, 97, 39, 0.24);
  border-radius: 8px;
  color: var(--text);
  background: var(--input-bg);
}

.assistant-form input:focus {
  outline: 2px solid rgba(47, 114, 93, 0.28);
  outline-offset: 2px;
}

.assistant-form button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--marigold);
  color: var(--button-primary-text);
}

.music-status {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 29;
  max-width: min(300px, calc(100vw - 32px));
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg-strong);
  color: var(--text-muted);
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  font-weight: 700;
}

@keyframes avatarBlink {
  0%,
  88%,
  100% {
    transform: scaleY(1);
  }

  93% {
    transform: scaleY(0.18);
  }
}

@keyframes namasteLeft {
  0%,
  100% {
    transform: rotate(34deg);
  }

  38%,
  70% {
    transform: translateX(5px) rotate(18deg);
  }
}

@keyframes namasteRight {
  0%,
  100% {
    transform: rotate(-34deg);
  }

  38%,
  70% {
    transform: translateX(-5px) rotate(-18deg);
  }
}

.music-status[hidden] {
  display: none;
}

html[data-mode="dark"] .payment-qr img {
  border-color: #f7f1e5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer {
  padding: 28px 24px;
  border-top: 1px solid var(--border);
  background: var(--warm-cream);
  color: var(--text-muted);
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer .music-credit {
  margin-top: 8px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.footer .music-credit a {
  color: var(--leaf);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-tools {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-inner,
  .grid-2,
  .cards-grid,
  .contact-grid,
  .seva-hero .hero-inner,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .special-days-grid,
  .seva-schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-text h1 {
    max-width: 16ch;
    font-size: 3rem;
  }

  .hero-card-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .deity-photo-frame,
  .deity-photo-frame img {
    height: 430px;
    min-height: 430px;
  }

  .temple-shrine {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .nav-tools {
    width: 100%;
  }

  .theme-picker {
    flex: 1 1 100%;
  }

  .theme-picker select {
    flex: 1;
    max-width: none;
  }

  .hero {
    padding: 46px 16px 44px;
  }

  .hero-text h1 {
    font-size: 2.25rem;
  }

  .hero-text .lead {
    font-size: 1rem;
  }

  .hero-facts span {
    width: 100%;
  }

  .deity-card {
    padding: 42px 16px 18px;
  }

  .deity-photo-frame,
  .deity-photo-frame img {
    height: 360px;
    min-height: 360px;
  }

  .photo-card img {
    height: 420px;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 52px 16px;
  }

  .section-heading-row {
    display: grid;
  }

  .section-heading-row .btn {
    width: 100%;
  }

  .special-days-grid,
  .seva-schedule-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .payment-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .feature-card,
  .info-card,
  .contact-card,
  .special-day-card,
  .seva-day-card,
  .booking-form {
    padding: 22px;
  }

  .contact-stats {
    flex-direction: column;
  }

  .assistant-widget {
    right: 16px;
    bottom: 16px;
  }

  .music-status {
    right: 16px;
    bottom: 116px;
  }

  .assistant-panel {
    width: calc(100vw - 32px);
  }

  .assistant-messages {
    max-height: 240px;
  }
}
