:root {
  --bg: #140c0a;
  --bg-2: #1c100c;
  --ink: #fff6eb;
  --ink-soft: #edd9c4;
  --ink-muted: #b89a82;
  --gold: #f0b84a;
  --gold-soft: #ffd98a;
  --saffron: #ff8a3d;
  --rose: #e85d4c;
  --line: rgba(240, 184, 74, 0.22);
  --panel: rgba(255, 246, 235, 0.04);
  --font: "Noto Sans Devanagari", "Noto Sans", system-ui, sans-serif;
  --font-en: "Fraunces", Georgia, serif;
}

html[data-lang="en"] {
  --font: "Noto Sans", system-ui, sans-serif;
}

html[data-lang="bn"] {
  --font: "Noto Sans Bengali", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="te"] {
  --font: "Noto Sans Telugu", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="ta"] {
  --font: "Noto Sans Tamil", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="gu"] {
  --font: "Noto Sans Gujarati", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="kn"] {
  --font: "Noto Sans Kannada", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="ml"] {
  --font: "Noto Sans Malayalam", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="pa"] {
  --font: "Noto Sans Gurmukhi", "Noto Sans", system-ui, sans-serif;
}

html[data-lang="mr"],
html[data-lang="hi"],
html[data-lang="hinglish"] {
  --font: "Noto Sans Devanagari", "Noto Sans", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: var(--font);
  font-size: 1.05rem;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--gold-soft);
}

/* Atmosphere — bhakti / divine backdrop */
.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(ellipse 100% 55% at 50% -8%, rgba(255, 160, 60, 0.28), transparent 55%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(255, 120, 40, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 25%, rgba(232, 93, 76, 0.14), transparent 55%),
    radial-gradient(ellipse 45% 35% at 0% 65%, rgba(240, 184, 74, 0.12), transparent 50%),
    linear-gradient(180deg, #26150f 0%, #160d0a 42%, #0c0806 100%);
}

.ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(240, 184, 74, 0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255, 200, 120, 0.25) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 80%, rgba(240, 184, 74, 0.2) 0 1px, transparent 2px);
  background-size: 120px 120px, 180px 180px, 90px 90px;
  pointer-events: none;
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.glow-a {
  width: min(75vw, 560px);
  height: min(75vw, 560px);
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 150, 50, 0.28), transparent 70%);
  animation: breath 6.5s ease-in-out infinite;
}

.glow-b {
  width: 260px;
  height: 260px;
  bottom: 18%;
  left: -4%;
  background: radial-gradient(circle, rgba(240, 184, 74, 0.28), transparent 70%);
  animation: breath 8s ease-in-out infinite reverse;
}

.glow-diya {
  width: min(80vw, 480px);
  height: 220px;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 140, 40, 0.45), transparent 70%);
  filter: blur(40px);
  animation: breath 4.5s ease-in-out infinite;
}

.glow-diya-left,
.glow-diya-right {
  width: 160px;
  height: 160px;
  bottom: 4%;
  background: radial-gradient(circle, rgba(255, 170, 60, 0.35), transparent 70%);
  filter: blur(30px);
  animation: breath 5.5s ease-in-out infinite;
}

.glow-diya-left { left: 8%; }
.glow-diya-right { right: 8%; animation-delay: 1s; }

.sacred {
  position: absolute;
  pointer-events: none;
  color: rgba(240, 184, 74, 0.14);
}

/* Om sits EXACTLY at mandala center — shared wrapper */
.sacred-core {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(92vw, 640px);
  height: min(92vw, 640px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.sacred-core__halo {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  /* Soft ember — no bright white-gold bloom that washes text */
  background: radial-gradient(circle, rgba(255, 170, 70, 0.08) 0%, rgba(255, 120, 40, 0.03) 40%, transparent 68%);
  animation: breath 5s ease-in-out infinite;
  filter: blur(10px);
}

.sacred-core .sacred-mandala {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
  transform: none;
  color: rgba(255, 200, 120, 0.28);
  animation: mandala-spin 100s linear infinite;
}

.sacred-core .sacred-om {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 0.18em));
  margin: 0;
  font-size: clamp(3.6rem, 11vw, 6.8rem);
  font-family: "Noto Sans Devanagari", serif;
  font-weight: 400;
  line-height: 1;
  /* Watermark Om — present, not a spotlight */
  color: rgba(255, 214, 150, 0.16);
  -webkit-text-stroke: 1px rgba(240, 184, 74, 0.18);
  text-shadow: 0 0 24px rgba(255, 150, 40, 0.12);
  animation: om-pulse 5.5s ease-in-out infinite;
  user-select: none;
  z-index: 2;
}

.divine-rays {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(120vw, 900px);
  height: min(120vw, 900px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.45;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255, 190, 90, 0.045) 8deg,
    transparent 16deg,
    rgba(255, 150, 50, 0.03) 24deg,
    transparent 32deg,
    rgba(255, 200, 120, 0.04) 40deg,
    transparent 48deg,
    rgba(255, 160, 60, 0.035) 56deg,
    transparent 64deg,
    rgba(255, 190, 90, 0.04) 72deg,
    transparent 80deg,
    rgba(255, 150, 50, 0.03) 88deg,
    transparent 96deg,
    rgba(255, 200, 120, 0.04) 104deg,
    transparent 112deg,
    rgba(255, 160, 60, 0.03) 120deg,
    transparent 128deg,
    rgba(255, 190, 90, 0.04) 136deg,
    transparent 144deg,
    rgba(255, 150, 50, 0.03) 152deg,
    transparent 160deg,
    rgba(255, 200, 120, 0.04) 168deg,
    transparent 176deg,
    rgba(255, 160, 60, 0.03) 184deg,
    transparent 192deg,
    rgba(255, 190, 90, 0.04) 200deg,
    transparent 208deg,
    rgba(255, 150, 50, 0.03) 216deg,
    transparent 224deg,
    rgba(255, 200, 120, 0.04) 232deg,
    transparent 240deg,
    rgba(255, 160, 60, 0.03) 248deg,
    transparent 256deg,
    rgba(255, 190, 90, 0.04) 264deg,
    transparent 272deg,
    rgba(255, 150, 50, 0.03) 280deg,
    transparent 288deg,
    rgba(255, 200, 120, 0.04) 296deg,
    transparent 304deg,
    rgba(255, 160, 60, 0.03) 312deg,
    transparent 320deg,
    rgba(255, 190, 90, 0.04) 328deg,
    transparent 336deg,
    rgba(255, 150, 50, 0.03) 344deg,
    transparent 352deg,
    rgba(255, 200, 120, 0.04) 360deg
  );
  mask-image: radial-gradient(circle, #000 10%, transparent 62%);
  animation: ray-spin 80s linear infinite;
}

.sacred-lotus {
  width: min(28vw, 160px);
  color: rgba(255, 180, 90, 0.32);
}

.sacred-lotus-a {
  top: 14%;
  left: 3%;
  transform: rotate(-18deg);
  animation: float-soft 9s ease-in-out infinite;
}

.sacred-lotus-b {
  top: 16%;
  right: 2%;
  transform: rotate(16deg) scaleX(-1);
  animation: float-soft-b 11s ease-in-out infinite;
  color: rgba(255, 160, 70, 0.26);
}

.sacred-lotus-c {
  bottom: 22%;
  left: 50%;
  width: min(22vw, 120px);
  transform: translateX(-50%);
  color: rgba(255, 170, 80, 0.18);
  animation: float-soft-c 10s ease-in-out infinite;
}

.divine-bells {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  pointer-events: none;
  opacity: 0.35;
}

.divine-bells span {
  width: 18px;
  height: 22px;
  background: linear-gradient(180deg, #f0d48a, #c4782a);
  border-radius: 50% 50% 40% 40% / 60% 60% 40% 40%;
  box-shadow: 0 8px 16px rgba(255, 140, 40, 0.25);
  position: relative;
}

.divine-bells span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: rgba(240, 184, 74, 0.7);
}

.divine-bells span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: #ffd98a;
  box-shadow: 0 0 8px rgba(255, 180, 60, 0.8);
}

.temple-arch {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100vw, 760px);
  height: min(42vh, 360px);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.28;
  background:
    radial-gradient(ellipse 50% 85% at 50% 100%, transparent 48%, rgba(18, 8, 4, 0.92) 50%, rgba(18, 8, 4, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(60, 28, 10, 0.4) 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%);
}

.temple-arch::before,
.temple-arch::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16%;
  height: 78%;
  background:
    linear-gradient(180deg, rgba(240, 184, 74, 0.18), rgba(20, 10, 6, 0.55)),
    repeating-linear-gradient(90deg, transparent 0 6px, rgba(240, 184, 74, 0.06) 6px 7px);
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  box-shadow: inset 0 0 20px rgba(255, 160, 60, 0.12);
}

.temple-arch::before { left: 6%; }
.temple-arch::after { right: 6%; }

.diya-row {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: clamp(0.7rem, 2.5vw, 1.35rem);
  pointer-events: none;
  opacity: 0.95;
}

.diya {
  position: relative;
  width: 18px;
  height: 10px;
  background: linear-gradient(180deg, #d4682e, #7a2e14);
  border-radius: 50% 50% 40% 40%;
  box-shadow: 0 0 14px rgba(255, 140, 40, 0.45);
}

.diya-lg {
  width: 24px;
  height: 12px;
}

.diya-xl {
  width: 30px;
  height: 14px;
}

.diya i {
  position: absolute;
  left: 50%;
  bottom: 85%;
  width: 6px;
  height: 12px;
  margin-left: -3px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: linear-gradient(180deg, #fff6c8 0%, #ffb347 45%, #ff7a1a 100%);
  box-shadow: 0 0 12px 4px rgba(255, 160, 40, 0.65);
  animation: flame 2.2s ease-in-out infinite;
  transform-origin: 50% 100%;
}

.diya-lg i {
  width: 8px;
  height: 16px;
  margin-left: -4px;
  animation-duration: 2.6s;
}

.diya-xl i {
  width: 10px;
  height: 20px;
  margin-left: -5px;
  animation-duration: 2.8s;
}

.diya:nth-child(2) i { animation-delay: 0.25s; }
.diya:nth-child(3) i { animation-delay: 0.5s; }
.diya:nth-child(4) i { animation-delay: 0.1s; }
.diya:nth-child(5) i { animation-delay: 0.4s; }
.diya:nth-child(6) i { animation-delay: 0.65s; }
.diya:nth-child(7) i { animation-delay: 0.2s; }

@keyframes breath {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

@keyframes mandala-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes ray-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes om-pulse {
  0%, 100% {
    opacity: 0.7;
    text-shadow: 0 0 20px rgba(255, 150, 40, 0.08);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 28px rgba(255, 170, 60, 0.16);
  }
}

@keyframes float-soft {
  0%, 100% { transform: translateY(0) rotate(-18deg); }
  50% { transform: translateY(-10px) rotate(-14deg); }
}

@keyframes float-soft-b {
  0%, 100% { transform: translateY(0) rotate(16deg) scaleX(-1); }
  50% { transform: translateY(-12px) rotate(12deg) scaleX(-1); }
}

@keyframes float-soft-c {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes flame {
  0%, 100% { transform: scaleY(1) scaleX(1) rotate(-2deg); opacity: 0.9; }
  50% { transform: scaleY(1.15) scaleX(0.85) rotate(3deg); opacity: 1; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.animate-in {
  animation: rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.32s; }
.delay-4 { animation-delay: 0.44s; }
.delay-5 { animation-delay: 0.56s; }

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  max-width: 68rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-label {
  font-size: 0.85rem;
  color: var(--ink-muted);
  font-weight: 600;
}

.lang-switch select {
  appearance: none;
  background: rgba(255, 246, 235, 0.06);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.4rem 1.8rem 0.4rem 0.7rem;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.lang-switch select:focus {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

.lang-switch option {
  color: #1a1208;
  background: #fff6eb;
}

.logo {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.logo span {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 246, 235, 0.06);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  z-index: 30;
}

.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--gold-soft);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  justify-content: flex-end;
}

.nav a {
  color: var(--ink-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0 0 1.15rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  background: rgba(255, 246, 235, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-link svg {
  width: 1rem;
  height: 1rem;
}

.social-link:hover {
  color: var(--gold-soft);
  border-color: rgba(240, 184, 74, 0.45);
  background: rgba(240, 184, 74, 0.08);
}

.social-link--soon {
  opacity: 0.72;
  cursor: default;
}

.social-link--soon::after {
  content: "Soon";
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-left: 0.15rem;
}

/* Hero */
.hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.25rem 3rem;
  max-width: 42rem;
  margin: 0 auto;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
  padding: 0.45rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a1408;
  background: linear-gradient(90deg, var(--gold-soft), var(--saffron), var(--gold), var(--gold-soft));
  background-size: 220% 100%;
  border-radius: 999px;
  animation: float-badge 3.5s ease-in-out infinite, shimmer 4s linear infinite;
  box-shadow: 0 8px 28px rgba(255, 138, 61, 0.35);
}

.coming-soon::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2a1408;
  animation: breath 1.4s ease-in-out infinite;
}

.eyebrow {
  font-family: var(--font-en);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.brand {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(2.8rem, 11vw, 5.2rem);
  line-height: 1.12;
  color: var(--ink);
  text-shadow: 0 0 50px rgba(255, 138, 61, 0.35);
  margin-bottom: 0.85rem;
}

.headline {
  font-size: clamp(1.25rem, 3.8vw, 1.65rem);
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.support {
  font-size: 1.08rem;
  color: var(--ink-muted);
  max-width: 28rem;
  margin-bottom: 1.75rem;
}

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.7rem;
  font-family: var(--font);
  font-size: 1.08rem;
  font-weight: 700;
  color: #241208;
  text-decoration: none;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 40%, var(--saffron));
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(255, 138, 61, 0.32);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.cta-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.cta-note {
  font-size: 0.95rem;
  color: var(--ink-muted);
  max-width: 22rem;
}

.phone-line {
  font-size: 1rem;
  color: var(--ink-muted);
}

.phone {
  color: var(--gold-soft);
  text-decoration: none;
  font-weight: 700;
}

.phone:hover {
  color: var(--ink);
}

/* Sections */
.section {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.75rem 1.25rem;
  border-top: 1px solid var(--line);
}

.section h2 {
  font-family: var(--font);
  font-size: clamp(1.7rem, 4.5vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.55rem;
  line-height: 1.25;
}

.section-lead {
  text-align: center;
  color: var(--ink-muted);
  margin-bottom: 2.1rem;
  font-size: 1.05rem;
}

.steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.step-num {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--gold);
  line-height: 1.3;
}

.steps h3 {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.steps p {
  color: var(--ink-muted);
  font-size: 1rem;
}

.rule-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.rule-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--ink-soft);
}

.rule-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--saffron);
  transform: rotate(45deg);
}

.rule-list strong {
  color: var(--gold-soft);
  font-weight: 700;
}

.final-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta .section-lead {
  margin-bottom: 1.4rem;
}

.final-cta .cta-primary {
  margin-bottom: 0.85rem;
}

.coming-banner {
  margin: 0 auto 0.5rem;
  max-width: 42rem;
  padding: 1.25rem 1.25rem;
  text-align: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 138, 61, 0.16), rgba(240, 184, 74, 0.08));
  border-radius: 12px;
}

.coming-banner strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-soft);
  margin-bottom: 0.35rem;
}

.coming-banner p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

/* Inner pages */
.page {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.page-kicker {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.65rem;
}

.page h1 {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.page h1 .title-en {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold);
}

html[data-lang="en"] .page h1 .title-en {
  display: none;
}

.page .lead {
  color: var(--ink-muted);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.page h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem 0 0.65rem;
  color: var(--gold-soft);
}

.page p,
.page li {
  color: var(--ink-soft);
  margin-bottom: 0.85rem;
}

.page ul,
.page ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.page li {
  margin-bottom: 0.45rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 10px;
  padding: 0.15rem 1rem;
}

.faq-item details {
  padding: 0.75rem 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.faq-item details[open] summary::after {
  content: "–";
}

.faq-item details p {
  margin: 0.75rem 0 0.25rem;
  color: var(--ink-muted);
}

.updated {
  font-size: 0.9rem;
  color: var(--ink-muted);
  margin-bottom: 1.5rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 1.25rem 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.footer-links a {
  color: var(--ink-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--gold-soft);
}

.site-footer .copy {
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-muted);
}

/* Contact page */
.page.contact-page,
.page.sponsor-page {
  max-width: 64rem;
}

.contact-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 840px) {
  .contact-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 2.25rem;
  }
}

.sponsor-benefits {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
}

.sponsor-benefits li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.15rem;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 10px;
  color: var(--ink-soft);
}

.sponsor-benefits strong {
  display: block;
  color: var(--gold-soft);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.sponsor-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.5rem;
}

/* Judges page */
.page.judges-page {
  max-width: 56rem;
}

.judges-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 720px) {
  .judges-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.judge-card {
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 12px;
}

.judge-card__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.45rem;
}

.judge-card h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-soft);
  margin: 0 0 0.55rem;
}

.judge-card p {
  color: var(--ink-soft);
  margin: 0;
}

.judge-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 28rem;
  margin: 0 auto;
}

.judge-slot {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px dashed rgba(240, 184, 74, 0.35);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 180, 80, 0.12), transparent 55%),
    rgba(255, 246, 235, 0.03);
}

.judge-slot span {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 700;
  color: rgba(240, 184, 74, 0.55);
}

.contact-card,
.contact-map-wrap {
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 12px;
}

.contact-card h2,
.contact-map-wrap h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-soft);
  margin: 1.15rem 0 0.45rem;
}

.contact-card h2:first-child {
  margin-top: 0;
}

.contact-company {
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.contact-address,
.contact-card p {
  color: var(--ink-soft);
}

.contact-note {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
}

.contact-map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0604;
  aspect-ratio: 4 / 3;
  min-height: 260px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.15) contrast(1.05);
}

.map-link-wrap {
  margin-top: 0.85rem;
  text-align: center;
}

.map-link {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 184, 74, 0.35);
}

.map-link:hover {
  color: var(--ink);
}

/* Geo language prompt */
.geo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.geo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 640px) {
  .geo-modal {
    align-items: center;
  }
}

.geo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 5, 3, 0.72);
  backdrop-filter: blur(4px);
}

.geo-modal__card {
  position: relative;
  width: min(100%, 26rem);
  padding: 1.4rem 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 138, 61, 0.2), transparent 60%),
    #1a100c;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  transform: translateY(12px);
  transition: transform 0.22s ease;
}

.geo-modal.is-open .geo-modal__card {
  transform: translateY(0);
}

.geo-modal__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.geo-modal__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: var(--ink);
}

.geo-modal__body {
  color: var(--ink-soft);
  font-size: 1.02rem;
  margin-bottom: 0.55rem;
}

.geo-modal__hint {
  font-size: 0.9rem;
  color: var(--ink-muted);
  margin-bottom: 1.15rem;
}

.geo-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.geo-modal__btn {
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(255, 246, 235, 0.05);
  color: var(--ink-soft);
  cursor: pointer;
  transition: filter 0.2s ease, background 0.2s ease;
}

.geo-modal__btn:hover {
  filter: brightness(1.08);
}

.geo-modal__btn--primary {
  color: #241208;
  border: none;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 40%, var(--saffron));
}

@media (min-width: 480px) {
  .geo-modal__actions {
    flex-direction: row;
  }

  .geo-modal__btn {
    flex: 1;
  }
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-right {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 1.25rem;
    left: 1.25rem;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(18, 10, 7, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
    z-index: 40;
  }

  .site-header.nav-open .header-right {
    display: flex;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .nav a {
    padding: 0.55rem 0.35rem;
    font-size: 1rem;
  }

  .lang-switch {
    justify-content: space-between;
    padding-top: 0.35rem;
    border-top: 1px solid var(--line);
  }

  .lang-switch select {
    flex: 1;
  }

  .cta-primary {
    width: 100%;
    max-width: 20rem;
  }
}

@media (max-width: 640px) {
  .cta-primary {
    width: 100%;
    max-width: 20rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-in,
  .glow-a,
  .glow-b,
  .glow-diya,
  .glow-diya-left,
  .glow-diya-right,
  .coming-soon,
  .sacred-mandala,
  .sacred-lotus,
  .sacred-core__halo,
  .sacred-om,
  .divine-rays,
  .diya i {
    animation: none !important;
  }

  .animate-in {
    opacity: 1;
  }
}

/* Om ambient sound control */
.om-sound-toggle {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 184, 74, 0.35);
  background: rgba(20, 12, 10, 0.72);
  backdrop-filter: blur(10px);
  color: var(--gold-soft);
  font: 600 0.82rem/1 var(--font);
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.om-sound-toggle:hover {
  border-color: rgba(240, 184, 74, 0.55);
  background: rgba(28, 16, 12, 0.85);
}

.om-sound-toggle__glyph {
  font-size: 1.05rem;
  line-height: 1;
  opacity: 0.7;
}

.om-sound-toggle.is-on {
  border-color: rgba(255, 170, 70, 0.55);
  color: var(--gold);
}

.om-sound-toggle.is-on .om-sound-toggle__glyph {
  opacity: 1;
  animation: om-sound-pulse 2.4s ease-in-out infinite;
}

@keyframes om-sound-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.08); opacity: 1; }
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .om-sound-toggle.is-on .om-sound-toggle__glyph {
    animation: none;
  }
}
