:root {
  --blue: #074aa7;
  --deep-blue: #062b65;
  --red: #e9353a;
  --gold: #ffc425;
  --ink: #101114;
  --muted: #5d6470;
  --paper: #f4f5f7;
  --white: #ffffff;
  --radius-lg: 38px;
  --radius-md: 26px;
  --shadow: 0 30px 80px rgba(20, 44, 79, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; font-kerning: normal; letter-spacing: .003em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 48px)); margin-inline: auto; text-align: center; }
.section-pad { padding: 128px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; border-radius: 999px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }

.button { min-height: 52px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; font-size: 15px; letter-spacing: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(255, 196, 37, .85); outline-offset: 3px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 18px 36px rgba(233, 53, 58, .24); }
.button-glass { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.13); backdrop-filter: blur(18px); box-shadow: inset 0 1px rgba(255,255,255,.2); }
.button-nav { min-height: 44px; color: #fff; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(20px); }
.button-dark { background: #101114; color: #fff; }
.button-soft { background: rgba(9, 40, 86, .08); color: #123668; }
.button-light { background: #fff; color: #15181d; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 920px; overflow: hidden; color: #fff; isolation: isolate; background: #0a4fac; }
.living-sky { position: absolute; inset: -3%; overflow: hidden; z-index: -4; background: linear-gradient(90deg,rgba(2,23,66,.62) 0%,rgba(3,39,96,.32) 45%,rgba(10,78,160,.06) 76%), radial-gradient(circle at 76% 46%, rgba(255,220,122,.42), transparent 21%), linear-gradient(180deg, #032864 0%, #0754ad 38%, #2587cf 73%, #8bc9e7 100%); animation: skyCycle 100s ease-in-out infinite alternate, skyPushIn 18s cubic-bezier(.18,.72,.22,1) both; }
.living-sky::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(ellipse at 8% 64%,rgba(255,255,255,.78) 0 4%,rgba(255,255,255,.34) 13%,transparent 30%),radial-gradient(ellipse at 94% 72%,rgba(255,255,255,.86) 0 6%,rgba(255,255,255,.38) 15%,transparent 32%),radial-gradient(ellipse at 55% 92%,rgba(255,255,255,.48),transparent 36%); filter: blur(15px); opacity: .7; pointer-events: none; }
.living-sky::after { content: ""; position: absolute; z-index: 1; width: 70vw; height: 120vh; right: -10vw; top: -22vh; transform: rotate(-16deg); background: linear-gradient(110deg,transparent 25%,rgba(255,246,203,.16) 42%,transparent 56%); filter: blur(8px); opacity: .8; pointer-events: none; }
.sky-depth { position: absolute; z-index: 0; inset: -12%; background: radial-gradient(ellipse at 52% 48%,transparent 0 22%,rgba(3,46,111,.14) 48%,rgba(1,18,55,.3) 85%),radial-gradient(ellipse at 68% 70%,rgba(255,255,255,.17),transparent 36%); animation: skyDepth 16s ease-out both; }
.night-wash { position: absolute; inset: 0; background: radial-gradient(circle at 72% 24%, rgba(80,125,214,.35), transparent 26%), linear-gradient(180deg, rgba(2,15,56,.92), rgba(8,53,119,.72) 58%, rgba(51,92,155,.3)); opacity: 0; animation: nightCycle 100s ease-in-out infinite alternate; }
.sun, .moon { position: absolute; border-radius: 50%; pointer-events: none; }
.sun { width: 180px; height: 180px; right: 11%; top: 22%; background: radial-gradient(circle at 42% 42%, #fff 0 8%, #fff8c4 25%, #ffd258 62%, rgba(255,178,0,.18) 68%, transparent 73%); box-shadow: 0 0 100px 30px rgba(255,205,73,.58); animation: sunRise 100s ease-in-out infinite alternate; }
.moon { width: 88px; height: 88px; left: 12%; top: 18%; background: radial-gradient(circle at 35% 35%, #fff, #dce9ff 58%, #a9c8ff); box-shadow: 0 0 55px 14px rgba(200,224,255,.35); opacity: 0; animation: moonRise 100s ease-in-out infinite alternate; }
.stars { position: absolute; inset: 0; opacity: 0; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.4px), radial-gradient(circle, rgba(255,255,255,.72) 0 1px, transparent 1.4px); background-position: 0 0, 42px 70px; background-size: 96px 108px, 132px 128px; animation: nightCycle 100s ease-in-out infinite alternate; }
.cloud { position: absolute; z-index: 2; width: 410px; height: 98px; border-radius: 999px; background: linear-gradient(180deg,rgba(255,255,255,.88),rgba(226,244,255,.5)); box-shadow: 0 18px 65px rgba(255,255,255,.26),inset 0 -18px 34px rgba(128,187,225,.15); filter: blur(9px); opacity: .62; }
.cloud::before, .cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.cloud::before { width: 150px; height: 150px; left: 58px; bottom: 4px; }
.cloud::after { width: 190px; height: 190px; right: 48px; bottom: -4px; }
.cloud-one { left: -450px; top: 27%; animation: cloudDrift 48s linear infinite; }
.cloud-two { left: -470px; top: 60%; transform: scale(.76); opacity: .46; animation: cloudDrift 66s linear 8s infinite; }
.cloud-three { left: -420px; top: 11%; transform: scale(.54); opacity: .42; animation: cloudDrift 82s linear 19s infinite; }
.cloud-four { left: -520px; top: 76%; transform: scale(1.18); opacity: .38; animation: cloudDrift 58s linear 27s infinite; }

.wish-ticker { position: relative; z-index: 10; height: 43px; display: grid; grid-template-columns: max-content 1fr; align-items: center; color: #fff; background: rgba(2,27,74,.38); border-bottom: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(22px); overflow: hidden; }
.ticker-label { height: 100%; display: flex; align-items: center; gap: 9px; padding: 0 22px 0 max(24px, calc((100vw - 1380px) / 2)); font-size: 12px; font-weight: 750; letter-spacing: .02em; background: rgba(3,32,80,.42); white-space: nowrap; }
.ticker-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.ticker-viewport { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 52s linear infinite; }
.ticker-track > span { padding: 0 32px; font-size: 13px; white-space: nowrap; color: rgba(255,255,255,.88); }
.ticker-track b { color: #fff; margin-right: 8px; }

.wish-popups { position: absolute; inset: 84px 0 0; z-index: 7; pointer-events: none; }
.wish-popup { position: absolute; width: min(290px,calc(100vw - 32px)); padding: 16px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.09)); box-shadow: 0 20px 50px rgba(1,21,54,.24),inset 0 1px rgba(255,255,255,.28); backdrop-filter: blur(20px) saturate(130%); opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .5s ease,transform .5s ease; }
.wish-popup.active { opacity: 1; transform: translateY(0) scale(1); }
.wish-popup::before { content: ""; position: absolute; width: 8px; height: 8px; left: 18px; top: -5px; transform: rotate(45deg); border-left: 1px solid rgba(255,255,255,.25); border-top: 1px solid rgba(255,255,255,.25); background: rgba(88,145,210,.72); }
.wish-popup span { display: block; color: #ffd65a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wish-popup p { margin: 8px 0 9px; font-size: 13px; line-height: 1.42; font-weight: 650; }
.wish-popup small { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; }
.popup-one { right: 3%; top: 9%; }.popup-two { left: 44%; top: 4%; }.popup-three { right: 2%; top: 40%; }.popup-four { left: 43%; top: 65%; }.popup-five { right: 8%; top: 74%; }.popup-six { left: 47%; top: 28%; }

.nav { position: relative; z-index: 8; height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: 40px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 650; color: rgba(255,255,255,.88); transition: color .2s ease; }
.nav-links a:hover { color: #fff; }

.hero-stage { position: relative; z-index: 3; min-height: 760px; display: grid; grid-template-columns: minmax(420px, .82fr) minmax(570px, 1.18fr); align-items: center; }
.hero-copy { position: relative; z-index: 5; padding: 40px 0 125px; max-width: 660px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--gold); font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(54px, 5.2vw, 86px); line-height: 1.01; letter-spacing: -.033em; font-weight: 745; text-wrap: balance; }
.hero h1 span { color: #fff1b2; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: #fff; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.48; letter-spacing: 0; font-weight: 520; text-shadow: 0 2px 14px rgba(0,30,81,.58); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ritual-line { position: relative; width: fit-content; min-width: 290px; min-height: 54px; padding: 13px 18px 13px 16px; display: flex; align-items: center; gap: 12px; margin-top: 24px; color: #fff; font-size: 15px; font-weight: 760; letter-spacing: .012em; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: linear-gradient(135deg,rgba(3,34,83,.68),rgba(44,124,196,.3)); box-shadow: 0 16px 38px rgba(1,24,64,.24),inset 0 1px rgba(255,255,255,.22); backdrop-filter: blur(18px) saturate(140%); text-shadow: 0 2px 12px rgba(0,29,78,.65); overflow: hidden; }
.ritual-line::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg,#ffd44d,#ff8a20,#ffd44d); transform-origin: left; animation: ritualProgress 30s linear both; }
.ritual-line p { margin: 0; }
.ritual-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #ffd34a; box-shadow: 0 0 16px rgba(255,211,74,.72); transition: background .4s, box-shadow .4s; }
.ritual-line.complete .ritual-dot { background: var(--gold); box-shadow: 0 0 13px var(--gold); }

.ritual-scene { position: relative; align-self: stretch; min-height: 760px; overflow: visible; }
.scene-camera { position: absolute; inset: 0; transform-origin: 50% 54%; animation: cameraArrival 6.5s cubic-bezier(.16,.76,.24,1) both; }
.cosmic-system { position: absolute; z-index: 1; width: min(760px,58vw); aspect-ratio: 1; left: 50%; top: 48%; transform: translate(-50%,-50%); pointer-events: none; }
.cosmic-system::before { content: ""; position: absolute; inset: 27%; border-radius: 50%; background: radial-gradient(circle,rgba(255,214,86,.18),transparent 64%); box-shadow: 0 0 90px rgba(79,146,232,.22); }
.cosmic-orbit { --orbit: 100%; position: absolute; width: var(--orbit); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(175,212,255,.2); border-radius: 50%; animation: cosmicSpin var(--speed,24s) linear infinite; }
.cosmic-orbit::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; border-top: 1px solid rgba(255,214,91,.5); border-right-color: transparent; }
.orbit-one { --orbit: 52%; --speed: 16s; }.orbit-two { --orbit: 65%; --speed: 24s; animation-direction: reverse; }.orbit-three { --orbit: 78%; --speed: 33s; }.orbit-four { --orbit: 91%; --speed: 44s; animation-direction: reverse; }.orbit-five { --orbit: 100%; --speed: 58s; }
.planet { position: absolute; left: 50%; top: 0; width: var(--planet,30px); aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; box-shadow: 0 0 20px rgba(255,255,255,.3); }
.earth { --planet: 38px; overflow: visible; background: radial-gradient(circle at 35% 30%,#9ee8ff 0 10%,#187bc8 35%,#0b3e8f 72%,#051d55); box-shadow: inset -8px -6px 12px rgba(0,9,44,.45),0 0 24px rgba(90,196,255,.5); }
.earth-land { position: absolute; width: 17px; height: 10px; left: 7px; top: 8px; border-radius: 60% 40% 65% 35%; background: #63ad52; transform: rotate(-18deg); box-shadow: 12px 10px 0 -3px #7abf5a; }
.planet-moon { position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border-radius: 50%; background: #e5ebf1; box-shadow: 0 0 8px rgba(255,255,255,.7); animation: moonCircle 2.8s linear infinite; }
.mars { --planet: 22px; background: radial-gradient(circle at 32% 28%,#ffa477,#c94e2f 48%,#6f1f1a); }
.saturn { --planet: 31px; background: linear-gradient(180deg,#ffe3a1,#c9903c); box-shadow: inset -7px -4px 10px rgba(90,44,0,.28),0 0 18px rgba(255,207,111,.4); }
.saturn b { position: absolute; width: 48px; height: 14px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-18deg); border: 3px solid rgba(255,216,135,.85); border-radius: 50%; }
.cosmic-sun { --planet: 52px; background: radial-gradient(circle,#fff 0 10%,#fff4a5 26%,#ffc52c 55%,#ff7a00 74%,rgba(255,116,0,.1) 76%); box-shadow: 0 0 35px 10px rgba(255,190,40,.48); }
.jupiter { --planet: 35px; background: repeating-linear-gradient(180deg,#e3b982 0 5px,#9b5d3a 6px 10px,#f0c995 11px 15px); box-shadow: inset -8px -5px 10px rgba(61,24,12,.35),0 0 18px rgba(234,184,118,.35); }
.mandala { position: absolute; width: min(600px, 48vw); aspect-ratio: 1; left: 50%; top: 49%; transform: translate(-50%,-50%); border-radius: 50%; border: 1px solid rgba(255,218,96,.35); box-shadow: 0 0 0 22px rgba(255,206,62,.06), 0 0 0 24px rgba(255,218,96,.18), 0 0 90px rgba(255,211,87,.25); }
.mandala::before, .mandala::after { content: ""; position: absolute; inset: 9%; border-radius: 50%; border: 1px dashed rgba(255,226,128,.38); }
.mandala::after { inset: 21%; border-style: solid; opacity: .5; }
.ganesha { position: absolute; z-index: 2; width: min(710px, 52vw); aspect-ratio: 1180 / 1333; left: 50%; bottom: 14px; transform: translateX(-50%); filter: drop-shadow(0 28px 38px rgba(8,29,71,.32)); animation: bappaGrace 7.2s ease-in-out 6.5s infinite; }
.ganesha-layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.ganesha-base { position: relative; }
.ganesha-expression { opacity: 0; clip-path: ellipse(15% 13% at 51% 34%); animation: bappaSmile 8.4s ease-in-out 5.2s infinite; }
.ganesha-foot-correction { clip-path: inset(70% 39% 14% 41% round 34%); }
.temple-bell { position: absolute; z-index: 7; right: 0; top: 32px; width: 96px; padding: 12px 9px 9px; display: grid; place-items: center; gap: 2px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.26); border-radius: 24px; backdrop-filter: blur(18px); cursor: pointer; }
.temple-bell svg { width: 48px; height: 58px; transform-origin: 50% 4%; }
.temple-bell span { font-size: 10px; font-weight: 750; letter-spacing: .02em; }
.temple-bell.ringing svg { animation: bellRing 1s ease-in-out 2; }

.diya { position: absolute; z-index: 5; width: 66px; height: 54px; left: var(--x); bottom: var(--y); transform: translateX(-50%) scale(var(--s,1)); filter: drop-shadow(0 8px 9px rgba(78,36,0,.28)); }
.diya span { position: absolute; left: 8px; right: 8px; bottom: 5px; height: 25px; border-radius: 8px 8px 28px 28px; background: linear-gradient(145deg,#ffde64 0%,#e6910c 42%,#8b3800 100%); box-shadow: inset 0 4px rgba(255,243,163,.55), 0 0 0 2px rgba(255,197,46,.36); }
.diya span::after { content: ""; position: absolute; inset: 7px 8px 4px; border-radius: 50%; background: #9e4807; }
.diya b { position: absolute; z-index: 2; width: 3px; height: 12px; left: 50%; bottom: 22px; border-radius: 3px; background: #3b210d; transform: translateX(-50%); }
.diya i { position: absolute; z-index: 3; width: 14px; height: 28px; left: 50%; bottom: 31px; border-radius: 70% 28% 65% 35%; background: radial-gradient(circle at 50% 70%, #fff8c0 0 15%, #ffd52e 30%, #ff7315 70%, transparent 72%); transform: translateX(-50%) scale(0); transform-origin: 50% 100%; opacity: 0; filter: drop-shadow(0 0 10px #ffb21a); }
.diya.lit i { opacity: 1; animation: igniteFlame 1.35s cubic-bezier(.2,.75,.25,1) both, flame 1.4s ease-in-out 1.35s infinite alternate; }
.diya.lit { filter: drop-shadow(0 8px 9px rgba(78,36,0,.26)) drop-shadow(0 0 20px rgba(255,186,35,.66)); }
.diya-1 { --x: 9%; --y: 86px; --s: .78; }
.diya-2 { --x: 91%; --y: 86px; --s: .78; }
.diya-3 { --x: 20%; --y: 48px; --s: .9; }
.diya-4 { --x: 80%; --y: 48px; --s: .9; }
.diya-5 { --x: 32%; --y: 18px; --s: 1; }
.diya-6 { --x: 68%; --y: 18px; --s: 1; }
.diya-centre { --x: 50%; --y: 9px; --s: 1.7; z-index: 6; }

.incense { position: absolute; z-index: 4; width: 28px; height: 112px; bottom: 70px; opacity: 0; transition: opacity .8s ease; }
.incense-left { left: 2%; }.incense-right { right: 2%; }
.incense b { position: absolute; left: 12px; bottom: 0; width: 4px; height: 55px; border-radius: 4px; background: linear-gradient(#e55326 0 4px, #503117 5px); transform: rotate(-5deg); }
.incense i { position: absolute; left: 0; top: 30px; width: 25px; height: 46px; border: 3px solid rgba(255,255,255,.45); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: 0; }
.incense i:nth-child(2) { top: 0; left: 8px; transform: scale(.78); }
.incense.lit { opacity: 1; }
.incense.lit i { animation: smoke 3.5s ease-in-out infinite; }
.incense.lit i:nth-child(2) { animation-delay: 1.4s; }

.modaks { position: absolute; z-index: 6; right: 13%; bottom: 92px; width: 98px; height: 56px; display: flex; align-items: end; justify-content: center; gap: -2px; opacity: 0; transition: opacity .6s ease; }
.modaks > i { width: 31px; height: 38px; margin-left: -4px; border-radius: 55% 55% 48% 48%; background: linear-gradient(135deg,#ffe68a,#eaa91c 58%,#a96605); clip-path: polygon(50% 0, 61% 13%, 75% 21%, 88% 39%, 100% 70%, 84% 100%, 16% 100%, 0 70%, 12% 39%, 25% 21%, 39% 13%); filter: drop-shadow(0 4px 4px rgba(75,35,0,.24)); }
.modaks > i:nth-child(2) { height: 46px; z-index: 2; }
.modaks > span { position: absolute; inset: auto 0 -5px; height: 10px; border-radius: 50%; background: linear-gradient(#ffd85b,#a75a00); }
.modaks.moving { opacity: 1; animation: modakOffer 2.4s ease-in-out infinite; }
.hero-scroll { position: absolute; z-index: 4; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll span { width: 19px; height: 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; position: relative; }
.hero-scroll span::after { content: ""; position: absolute; width: 3px; height: 6px; border-radius: 999px; left: 7px; top: 5px; background: #fff; animation: scrollDot 1.7s ease infinite; }

.intro { background: #fff; }
.intro h2, .section-head h2, .closing h2 { margin: 0; font-size: clamp(44px, 5vw, 74px); line-height: 1.04; letter-spacing: -.028em; text-wrap: balance; }
.intro .kicker, .section-head .kicker { color: var(--red); }
.intro-copy { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: clamp(19px, 2vw, 25px); line-height: 1.5; letter-spacing: 0; }

.experience-section { position: relative; overflow: hidden; background: radial-gradient(circle at 14% 14%, #ffd5d9 0, transparent 24%), radial-gradient(circle at 85% 22%, #ffe9b5 0, transparent 30%), linear-gradient(145deg,#f5f6fa,#eef5ff 54%,#fff7e9); }
.experience-section::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(#7891ae 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(#000, transparent 60%); }
.experience-section .shell { position: relative; z-index: 1; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-head > div { max-width: 850px; }
.section-head > p { max-width: 340px; margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.5; }

.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.glass-card { position: relative; min-height: 370px; padding: 34px; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.8); background: linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,255,255,.43)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(26px) saturate(130%); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-number { font-size: 12px; font-weight: 800; letter-spacing: .12em; color: rgba(12,27,51,.52); }
.card-kicker { margin: 0 0 12px; color: var(--red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.glass-card h3 { margin: 0; font-size: clamp(32px, 3vw, 50px); line-height: 1.04; letter-spacing: -.025em; }
.glass-card p:not(.card-kicker):not(.branch-result) { max-width: 610px; margin: 18px 0 0; color: #5d6571; font-size: 17px; line-height: 1.5; letter-spacing: 0; }
.live-chip, .time-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; color: #116139; background: #dff8e9; font-size: 11px; font-weight: 750; }
.live-chip i { width: 7px; height: 7px; border-radius: 50%; background: #22b764; box-shadow: 0 0 0 5px rgba(34,183,100,.12); }
.session-card { grid-column: span 8; min-height: 520px; color: #fff; background: radial-gradient(circle at 82% 22%, rgba(255,217,91,.2), transparent 22%), linear-gradient(145deg,rgba(7,57,126,.96),rgba(10,87,181,.86)); border-color: rgba(255,255,255,.24); }
.session-card .card-number { color: rgba(255,255,255,.56); }
.session-card .session-copy { position: relative; z-index: 2; max-width: 67%; }
.session-card .card-kicker { color: #ffd75a; }
.session-card h3 { font-size: clamp(42px, 4vw, 65px); }
.glass-card.session-card p:not(.card-kicker):not(.branch-result) { color: rgba(255,255,255,.78); }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.session-card .button-dark { background: #fff; color: #0e315e; }
.session-card .button-soft { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.clarity-orbit { position: absolute; right: -55px; bottom: -52px; width: 310px; height: 310px; border-radius: 50%; border: 32px solid rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 0 0 1px rgba(255,255,255,.2); display: grid; place-items: center; }
.clarity-orbit::before, .clarity-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.clarity-orbit::before { inset: 14px; border: 1px dashed rgba(255,220,99,.5); }
.clarity-orbit::after { width: 110px; height: 110px; background: rgba(255,202,36,.9); box-shadow: 0 0 40px rgba(255,201,35,.45); }
.clarity-orbit span, .clarity-orbit b { position: absolute; z-index: 2; font-size: 10px; letter-spacing: .18em; }
.clarity-orbit span { top: 54px; }.clarity-orbit b { bottom: 54px; color: #082f68; }
.clarity-orbit i { position: absolute; z-index: 3; width: 18px; height: 18px; right: 14px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(255,255,255,.8); }
.wish-card { grid-column: span 4; min-height: 520px; background: linear-gradient(150deg,rgba(255,255,255,.88),rgba(255,225,222,.58)); }
.wish-card > div:nth-child(2) { padding-right: 52px; }
.om-mark { font-size: 42px; color: var(--red); }
.round-action { position: absolute; right: 28px; bottom: 28px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #111; font-size: 22px; cursor: pointer; transition: transform .25s; }
.round-action:hover { transform: rotate(10deg) scale(1.05); }
.aarti-card { grid-column: span 5; background: linear-gradient(150deg,rgba(255,255,255,.86),rgba(225,241,255,.58)); }
.time-chip { color: #0f4e8f; background: #dbeeff; }
.mini-search { margin-top: 26px; }
.mini-search label { display: block; margin-bottom: 8px; color: #68717e; font-size: 12px; font-weight: 700; }
.mini-search > div { display: flex; height: 52px; padding: 5px 5px 5px 16px; border-radius: 18px; background: rgba(255,255,255,.82); border: 1px solid rgba(23,61,111,.1); box-shadow: 0 8px 22px rgba(38,65,99,.08); }
.mini-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; }
.mini-search button { width: 42px; border-radius: 13px; background: #0d315f; color: #fff; cursor: pointer; }
.branch-result { min-height: 18px; margin: 8px 0 0; color: #335d8a; font-size: 12px; line-height: 1.4; }
.mahaaarti-card { grid-column: span 7; flex-direction: row; align-items: center; gap: 42px; min-height: 370px; background: linear-gradient(140deg,rgba(255,255,255,.86),rgba(255,238,192,.66)); }
.mahaaarti-card > div:nth-child(2) { flex: 1; }
.date-lockup { display: flex; align-items: center; gap: 14px; }
.date-lockup strong { font-size: 106px; line-height: .86; letter-spacing: -.045em; color: var(--red); }
.date-lockup span { color: #5e4726; font-size: 14px; line-height: 1.4; font-weight: 800; letter-spacing: .1em; }
.text-button { padding: 0; display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; background: none; color: #0c315f; font-weight: 750; cursor: pointer; }
.text-button span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,49,95,.1); }
.words-card { grid-column: span 7; min-height: 400px; background: linear-gradient(145deg,rgba(255,255,255,.84),rgba(227,217,255,.56)); }
.sound-wave { color: #8860d6; letter-spacing: 3px; transform: skew(-12deg); }
.songs-card { grid-column: span 5; min-height: 400px; background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,215,221,.6)); }
.record { position: absolute; right: 18px; top: 18px; width: 150px; height: 150px; border-radius: 50%; background: repeating-radial-gradient(circle,#121212 0 3px,#252525 4px 6px); box-shadow: 0 18px 32px rgba(33,21,23,.18); animation: recordSpin 12s linear infinite; }
.record::after { content: ""; position: absolute; inset: 47px; border-radius: 50%; background: var(--red); }
.record span { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; color: #fff; font-size: 25px; }
.songs-card > div:nth-child(2) { position: relative; z-index: 2; max-width: 64%; }

.about-section { background: #fff; }
.about-head .kicker, .contest-head .kicker, .social-head .kicker { color: var(--red); }
.metric-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; overflow: hidden; margin-bottom: 72px; border: 1px solid #e2e6ec; border-radius: 30px; background: #e2e6ec; }
.metric-grid article { min-height: 166px; padding: 28px 22px; display: flex; flex-direction: column; justify-content: space-between; background: #f7f8fa; }
.metric-grid strong { color: #0a448e; font-size: clamp(26px,2.4vw,40px); line-height: 1.02; letter-spacing: -.025em; }
.metric-grid span { max-width: 150px; color: #646d78; font-size: 12px; line-height: 1.4; font-weight: 700; }
.india-story { display: grid; grid-template-columns: .74fr 1.26fr; gap: 54px; align-items: center; }
.india-copy h3 { margin: 0; font-size: clamp(38px,4vw,62px); line-height: 1.04; letter-spacing: -.028em; }
.india-copy > p:not(.kicker) { margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.india-copy small { display: block; margin-top: 20px; color: #8a919a; font-size: 10px; line-height: 1.5; }
.india-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 570px; }
.india-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: #dfe6ee; }
.india-gallery .gallery-main { grid-row: 1 / 3; }
.india-gallery img { width: 100%; height: 100%; object-fit: cover; }
.india-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(5,22,45,.68); backdrop-filter: blur(12px); font-size: 10px; font-weight: 700; }
.source-note, .preview-note { margin: 26px 0 0; color: #858c96; font-size: 10px; line-height: 1.5; }

.vighna-preview { color: #fff; background: #071f45; }
.vighna-preview-card { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; min-height: 670px; padding: 78px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 48px; background: radial-gradient(circle at 14% 10%,rgba(36,125,224,.7),transparent 36%),radial-gradient(circle at 86% 88%,rgba(255,188,32,.22),transparent 30%),linear-gradient(145deg,#063771,#071d42); box-shadow: 0 36px 90px rgba(2,22,51,.26); }
.vighna-preview-card::after { content: "ॐ"; position: absolute; left: -28px; bottom: -115px; color: rgba(255,255,255,.04); font-size: 370px; line-height: 1; }
.vighna-preview-copy { position: relative; z-index: 1; }
.vighna-preview h2 { margin: 0; font-size: clamp(46px,5vw,76px); line-height: 1.02; letter-spacing: -.03em; }
.vighna-preview-copy > p:not(.kicker) { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.55; }
.pillar-list { position: relative; z-index: 1; display: grid; gap: 10px; }
.pillar-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; min-height: 112px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.pillar-list article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: #082e60; background: #ffd55d; font-size: 12px; font-weight: 800; }
.pillar-list h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.pillar-list p { margin: 7px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.4; }

.contest-section { background: linear-gradient(180deg,#f5f6f8,#fff); }
.contest-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.contest-steps article { min-height: 260px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e2e6eb; border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: 0 18px 54px rgba(29,52,82,.08); }
.contest-steps span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; }
.contest-steps h3 { margin: auto 0 12px; font-size: 34px; letter-spacing: -.024em; }
.contest-steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.48; }
.contest-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.contest-actions .text-button { margin-left: auto; }
.vote-stage { margin-top: 82px; padding: 48px; border-radius: 40px; color: #fff; background: radial-gradient(circle at 92% 5%,rgba(233,53,58,.42),transparent 26%),linear-gradient(145deg,#11141a,#082d5e); }
.vote-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.vote-heading h3 { margin: 0; font-size: clamp(38px,4vw,58px); letter-spacing: -.027em; }
.pending-chip { padding: 10px 14px; border-radius: 999px; color: #ffd75a; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); font-size: 10px; font-weight: 800; white-space: nowrap; }
.song-list { display: grid; gap: 8px; }
.song-entry { display: grid; grid-template-columns: 58px 1fr max-content; gap: 20px; align-items: center; min-height: 106px; padding: 16px 18px; border-radius: 24px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); }
.song-play { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #0b2e5e; background: #ffd453; cursor: pointer; }
.song-play.playing { color: #fff; background: var(--red); }
.song-entry span, .song-entry p { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.3; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.song-entry h4 { margin: 5px 0 3px; font-size: 21px; letter-spacing: -.025em; }
.song-entry p { margin: 0; text-transform: none; letter-spacing: 0; }
.vote-control { min-width: 130px; display: grid; grid-template-columns: 1fr auto; gap: 1px 12px; align-items: center; text-align: right; }
.vote-control b { font-size: 16px; }.vote-control small { grid-row: 2; color: rgba(255,255,255,.48); font-size: 9px; }
.vote-button { grid-column: 2; grid-row: 1 / 3; min-height: 40px; padding: 0 17px; border-radius: 999px; color: #fff; background: var(--red); font-size: 11px; font-weight: 800; cursor: pointer; }
.vote-button.voted { color: #173757; background: #dff5e9; }
.vote-stage .preview-note { color: rgba(255,255,255,.48); }

.social-section { background: #fff; }
.social-filters { display: flex; gap: 7px; margin-bottom: 26px; overflow-x: auto; padding: 4px; }
.social-filters button { min-height: 42px; padding: 0 18px; border-radius: 999px; color: #606974; background: #f0f2f4; font-size: 12px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.social-filters button.active { color: #fff; background: #111318; }
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 310px; gap: 14px; }
.social-tile { position: relative; overflow: hidden; border-radius: 30px; background: #0a315f; }
.social-tile.tall { grid-row: span 2; }.social-tile.wide { grid-column: span 2; }
.social-tile[hidden] { display: none; }
.social-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.social-tile:hover img { transform: scale(1.025); }
.social-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(3,15,31,.88)); }
.social-tile > div { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; color: #fff; }
.social-tile span { color: #ffd659; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.social-tile h3 { margin: 8px 0 12px; font-size: clamp(23px,2vw,34px); line-height: 1.07; letter-spacing: -.02em; }
.social-tile p { margin: 0 0 13px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.45; }
.social-tile a { font-size: 11px; font-weight: 750; }
.text-tile { background: radial-gradient(circle at 20% 15%,rgba(255,202,46,.26),transparent 30%),linear-gradient(145deg,#e9353a,#9f152a); }
.text-tile::after { display: none; }
.text-tile > div { top: 28px; bottom: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.text-tile blockquote { margin: 18px 0; font-size: clamp(24px,2.5vw,38px); line-height: 1.08; letter-spacing: -.04em; font-weight: 750; }
.upload-success { text-align: center; padding-top: 24px; }
.upload-success > p:not(.kicker) { color: var(--muted); line-height: 1.5; }

.vighna-page { background: #fff; }
.vighna-hero { min-height: 850px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 30%,rgba(255,205,58,.22),transparent 24%),radial-gradient(circle at 10% 10%,rgba(26,110,214,.7),transparent 35%),linear-gradient(145deg,#05275b,#0a5bb7 65%,#64a9d5); }
.vighna-hero .nav { border-bottom: 1px solid rgba(255,255,255,.17); }
.vighna-hero-grid { min-height: 766px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; }
.vighna-hero-grid > div:first-child { padding: 70px 0 110px; }
.back-link { display: inline-flex; margin-bottom: 38px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.vighna-hero h1 { max-width: 790px; margin: 0; font-size: clamp(58px,6vw,94px); line-height: .98; letter-spacing: -.034em; }
.vighna-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.5; }
.session-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.session-facts span { padding: 9px 12px; border-radius: 999px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-size: 10px; font-weight: 700; }
.vighna-hero-visual { position: relative; height: 610px; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 48px; background: rgba(255,255,255,.1); backdrop-filter: blur(22px); box-shadow: 0 42px 100px rgba(1,26,65,.32); }
.vighna-hero-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.vighna-hero-visual::after { content: ""; position: absolute; inset: 24px; border-radius: 32px; background: linear-gradient(180deg,transparent 48%,rgba(3,20,42,.78)); }
.visual-caption { position: absolute; z-index: 2; left: 52px; right: 52px; bottom: 52px; display: grid; gap: 7px; }
.visual-caption span { color: #ffd65c; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.visual-caption b { font-size: 20px; line-height: 1.3; }
.visual-orbit { position: absolute; z-index: -1; width: 300px; height: 300px; right: -90px; top: -70px; border: 1px solid rgba(255,218,97,.4); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,218,97,.07),0 0 0 70px rgba(255,218,97,.035); }

.vighna-intro { background: #fff; }
.vighna-intro .kicker, .session-flow .kicker, .centre-story .kicker, .trust-band .kicker, .booking-section .kicker, .faq-section .kicker { color: var(--red); }
.vighna-intro h2, .session-flow h2, .centre-story h2, .booking-section h2, .faq-section h2 { margin: 0; font-size: clamp(44px,5vw,74px); line-height: 1.04; letter-spacing: -.028em; }
.vighna-intro .narrow > p:last-child { margin: 30px auto 0; color: var(--muted); font-size: 20px; line-height: 1.58; }
.session-pillars { padding-top: 0; background: #fff; }
.pillar-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pillar-bento article { min-height: 350px; padding: 38px; display: grid; grid-template-columns: 58px 1fr; gap: 28px; align-items: end; border-radius: 36px; overflow: hidden; background: linear-gradient(145deg,#f1f5fa,#e9f3ff); }
.pillar-bento article:nth-child(2) { background: linear-gradient(145deg,#fff4db,#fff9ed); }
.pillar-bento article:nth-child(3) { background: linear-gradient(145deg,#f5efff,#eee8ff); }
.pillar-bento article:nth-child(4) { background: linear-gradient(145deg,#ffecef,#fff6f7); }
.pillar-bento article > span { align-self: start; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: #0a4e9e; font-size: 12px; font-weight: 800; }
.pillar-bento .kicker { color: var(--red); margin-bottom: 10px; }
.pillar-bento h3 { margin: 0; font-size: clamp(34px,3vw,48px); line-height: 1.04; letter-spacing: -.025em; }
.pillar-bento p:not(.kicker) { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.session-flow { background: #f4f6f8; }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9dfe6; }
.flow-list li { display: grid; grid-template-columns: 100px .8fr 1.2fr; gap: 32px; align-items: center; min-height: 160px; border-bottom: 1px solid #d9dfe6; }
.flow-list > li > span { color: var(--red); font-size: 13px; font-weight: 800; }
.flow-list h3 { margin: 0; font-size: clamp(28px,3vw,42px); letter-spacing: -.045em; }
.flow-list p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.centre-story { background: #fff; }
.centre-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.centre-photo-stack { position: relative; min-height: 650px; }
.centre-photo-stack figure { position: absolute; margin: 0; overflow: hidden; border-radius: 36px; box-shadow: 0 30px 70px rgba(25,51,82,.18); }
.centre-photo-stack figure:first-child { left: 0; top: 0; width: 76%; height: 76%; }
.centre-photo-stack figure:last-child { right: 0; bottom: 0; width: 56%; height: 52%; border: 12px solid #fff; }
.centre-photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.centre-story-grid > div:last-child > p:not(.kicker) { margin: 25px 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.centre-story ul { margin: 0 0 30px; padding: 0; list-style: none; }
.centre-story li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid #e3e7eb; color: #3d4651; font-size: 14px; font-weight: 650; }
.centre-story li::before { content: "✓"; position: absolute; left: 0; color: #1d9b5c; }

.trust-band { padding-top: 95px; padding-bottom: 95px; background: #092d5f; }
.trust-band .metric-grid { margin: 0; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.trust-band .metric-grid article { background: rgba(255,255,255,.07); }
.trust-band .metric-grid strong { color: #ffd65b; }.trust-band .metric-grid span { color: rgba(255,255,255,.68); }
.trust-band .source-note { color: rgba(255,255,255,.45); }

.booking-section { background: radial-gradient(circle at 85% 12%,#ffe9b7,transparent 26%),linear-gradient(145deg,#eef5ff,#fff); }
.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.booking-copy { position: sticky; top: 30px; }
.booking-copy > p:not(.kicker) { max-width: 560px; margin: 26px 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.booking-assurance { display: grid; grid-template-columns: 30px 1fr; gap: 12px; margin: 28px 0; padding: 18px; border-radius: 20px; color: #28533d; background: #e8f7ef; }
.booking-assurance span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1e9b5d; }
.booking-assurance p { margin: 2px 0 0; font-size: 12px; line-height: 1.5; }
.phone-link { display: inline-grid; gap: 5px; color: #69717b; font-size: 11px; }
.phone-link b { color: #0d376b; font-size: 23px; }
.booking-form-card { padding: 42px; border-radius: 38px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(20,52,91,.14); backdrop-filter: blur(20px); }
.booking-form-card label { display: grid; gap: 8px; margin: 0 0 17px; color: #4d5560; font-size: 12px; font-weight: 750; }
.booking-form-card input, .booking-form-card select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #dfe3e8; border-radius: 15px; background: #f8f9fa; color: #181a1f; outline: 0; }
.booking-form-card .consent { grid-template-columns: 20px 1fr; gap: 10px; align-items: start; line-height: 1.45; }
.booking-form-card .consent input { width: 18px; height: 18px; padding: 0; }
.booking-success { text-align: center; padding: 50px 10px; }
.booking-success h3 { margin: 0; font-size: 42px; letter-spacing: -.05em; }.booking-success > p:not(.kicker) { margin: 16px 0 28px; color: var(--muted); line-height: 1.5; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid #dfe3e8; }
.faq-list details { border-bottom: 1px solid #dfe3e8; }
.faq-list summary { position: relative; padding: 28px 50px 28px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 750; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 22px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eff2f5; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -8px 0 28px; padding-right: 50px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.closing { background: #fff; }
.closing-card { min-height: 550px; padding: 88px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 48px; color: #fff; background: radial-gradient(circle at 50% 25%,rgba(255,204,53,.28),transparent 30%),linear-gradient(145deg,#07356f,#0c62bd); overflow: hidden; position: relative; }
.closing-om { position: absolute; right: 7%; bottom: -75px; font-size: 300px; line-height: 1; color: rgba(255,255,255,.06); }
.closing .kicker { color: #ffd65b; }
.closing .hero-actions { position: relative; z-index: 2; justify-content: center; }

.footer { padding: 58px 0 24px; background: #f0f1f3; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding-bottom: 44px; }
.footer-main img { width: 180px; height: 36px; object-fit: contain; object-position: left; }
.footer-main p { margin: 9px 0 0; color: #666e79; font-size: 13px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; color: #4d5561; font-size: 13px; font-weight: 650; }
.footer-legal { padding-top: 22px; border-top: 1px solid #d9dce1; display: flex; justify-content: space-between; gap: 20px; color: #79808a; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 100; padding: 24px; display: grid; place-items: center; background: rgba(5,15,31,.54); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; overflow-y: auto; }
.modal.open { opacity: 1; visibility: visible; }
.modal-panel { position: relative; width: min(720px,100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 48px; border-radius: 34px; background: rgba(255,255,255,.97); box-shadow: 0 40px 100px rgba(4,18,42,.3); transform: translateY(18px) scale(.98); transition: transform .3s ease; }
.modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; right: 20px; top: 18px; width: 38px; height: 38px; border-radius: 50%; background: #eceef1; color: #23262b; font-size: 24px; cursor: pointer; }
.modal-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #6b727c; }
.modal-brand span { color: var(--red); font-size: 27px; }.modal-brand small { font-weight: 750; }
.wish-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 0 0 38px; padding: 0; list-style: none; }
.wish-progress li { position: relative; display: flex; align-items: center; gap: 7px; color: #8c929b; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.wish-progress li::after { content: ""; position: absolute; left: 31px; right: -8px; top: 12px; height: 1px; background: #dde1e6; }
.wish-progress li:last-child::after { display: none; }
.wish-progress span { position: relative; z-index: 1; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #7e858e; background: #edf0f3; }
.wish-progress li.active { color: #163d70; }.wish-progress li.active span { color: #fff; background: var(--red); }.wish-progress li.done span { color: #fff; background: #20a866; }
.modal h2 { margin: 0 0 26px; font-size: clamp(34px,5vw,52px); line-height: 1.04; letter-spacing: -.025em; }
.step-intro { margin: -12px 0 24px; color: #69717d; font-size: 15px; line-height: 1.5; }
.modal label { display: grid; gap: 8px; margin: 0 0 17px; color: #4d5560; font-size: 12px; font-weight: 750; }
.modal label > small { color: #9298a0; font-size: 10px; font-weight: 650; }
.modal input, .modal textarea, .modal select { width: 100%; border: 1px solid #dfe3e8; border-radius: 15px; background: #f8f9fa; color: #181a1f; outline: 0; }
.modal input, .modal select { height: 52px; padding: 0 15px; }
.modal textarea { min-height: 160px; padding: 15px; resize: vertical; line-height: 1.5; }
.modal input:focus, .modal textarea:focus, .modal select:focus { border-color: #4c83c9; box-shadow: 0 0 0 4px rgba(76,131,201,.12); }
.field-foot { display: flex; justify-content: space-between; margin-top: -9px; margin-bottom: 18px; color: #8a9099; font-size: 11px; }
.wish-themes, .privacy-options, .contact-methods { margin: 0 0 20px; padding: 0; border: 0; }
.wish-themes legend, .contact-methods legend { margin: 0 0 10px; color: #4d5560; font-size: 12px; font-weight: 750; }
.choice-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.choice-chips label { display: block; margin: 0; cursor: pointer; }
.choice-chips input, .selection-card input, .contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-chips span { min-height: 38px; padding: 0 14px; display: flex; align-items: center; border-radius: 999px; color: #65707c; background: #eef1f4; border: 1px solid transparent; font-size: 12px; font-weight: 700; }
.choice-chips input:checked + span { color: #123e72; background: #e3effc; border-color: #95bce8; box-shadow: inset 0 0 0 1px #fff; }
.privacy-options { display: grid; gap: 10px; }
.selection-card { position: relative; grid-template-columns: 42px 1fr max-content !important; align-items: center; gap: 12px !important; min-height: 98px; margin: 0 !important; padding: 15px; border-radius: 19px; border: 1px solid #e0e4e9; background: #f8f9fa; cursor: pointer; }
.selection-card.selected { border-color: #7faee3; background: #edf6ff; box-shadow: 0 0 0 3px rgba(48,113,184,.08); }
.selection-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #123f74; background: #fff; box-shadow: 0 5px 15px rgba(25,50,79,.08); font-size: 18px; }
.selection-card > span:nth-of-type(2) { display: grid; gap: 5px; }
.selection-card b { color: #1a1e23; font-size: 14px; }.selection-card small { color: #727a85; font-size: 11px; line-height: 1.45; font-weight: 550; }
.selection-card > i { padding: 5px 8px; border-radius: 999px; color: #187b48; background: #dff6e9; font-size: 9px; font-style: normal; }
.privacy-promise { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; margin: 2px 0 22px; padding: 14px; border-radius: 16px; color: #33516f; background: #edf5fc; }
.privacy-promise > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #23965c; font-size: 12px; }
.privacy-promise p { margin: 1px 0 0; font-size: 11px; line-height: 1.5; }.privacy-promise.compact { margin-top: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.contact-choice { position: relative; min-height: 84px; margin: 0 !important; padding: 10px 6px; display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 7px !important; border: 1px solid #e1e5ea; border-radius: 16px; background: #f7f8fa; cursor: pointer; }
.contact-choice.selected { border-color: #72b695; background: #e9f7ef; box-shadow: 0 0 0 3px rgba(35,150,92,.08); }
.contact-symbol { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #163e6f; background: #fff; font-size: 15px; box-shadow: 0 3px 10px rgba(29,48,70,.08); }
.whatsapp-symbol { color: #fff; background: #20ad62; }
.contact-choice b { color: #404750; font-size: 10px; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin-top: 1px; }
.optional-consent { color: #747c87 !important; font-weight: 600 !important; }
.form-error { min-height: 20px; margin: 0 0 10px; color: #bb2025; font-size: 12px; }
.modal-actions { display: grid; grid-template-columns: .55fr 1fr; gap: 10px; }
.modal-step { display: none; }.modal-step.active { display: block; }
.review-card { overflow: hidden; border: 1px solid #e1e5ea; border-radius: 20px; background: #f8f9fa; }
.review-card > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 15px 17px; border-bottom: 1px solid #e4e7eb; }
.review-card > div:last-child { border-bottom: 0; }.review-card span { color: #8a919b; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.review-card p { margin: 0; color: #262b31; font-size: 13px; line-height: 1.45; }
.success { text-align: center; padding-top: 28px; }
.success-icon { width: 70px; height: 70px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #22a764; font-size: 32px; box-shadow: 0 12px 30px rgba(34,167,100,.24); }
.success p:not(.kicker) { margin: -8px 0 30px; color: var(--muted); line-height: 1.5; }
.wish-receipt { margin: 0 0 16px; padding: 18px; display: grid; gap: 5px; border-radius: 18px; text-align: left; background: #f2f4f6; }
.wish-receipt > span { color: #8a919a; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.wish-receipt > b { color: #123d71; font-size: 18px; }.wish-receipt small { color: #59616c; line-height: 1.45; }
.immediate-connect { margin: 0 0 20px; padding: 15px 18px; border-radius: 18px; text-align: left; background: #eaf7ef; }.immediate-connect p { margin: 0 0 10px !important; color: #28533c !important; font-size: 12px; font-weight: 750; }.immediate-connect > div { display: flex; flex-wrap: wrap; gap: 10px; }.immediate-connect a { padding: 9px 12px; border-radius: 999px; color: #fff; background: #1e8e56; font-size: 10px; font-weight: 750; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.session-panel { width: min(720px,100%); }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin: 0 0 28px; border-radius: 16px; background: #ebedf0; }
.segmented button { height: 44px; border-radius: 12px; color: #5a626d; background: transparent; font-weight: 700; cursor: pointer; }
.segmented button.active { color: #112c51; background: #fff; box-shadow: 0 5px 14px rgba(31,43,57,.09); }
.session-fields { display: none; }.session-fields.active { display: block; }
.session-success { text-align: center; padding-top: 34px; }
.session-success p:not(.kicker) { color: var(--muted); margin: -8px 0 28px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 110; transform: translate(-50%,30px); padding: 14px 20px; border-radius: 999px; color: #fff; background: rgba(15,18,23,.93); box-shadow: 0 15px 45px rgba(0,0,0,.24); opacity: 0; pointer-events: none; transition: .3s ease; font-size: 13px; font-weight: 650; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.modal-open { overflow: hidden; }

.team-connect { position: fixed; z-index: 42; right: 22px; bottom: 24px; width: 306px; display: grid; gap: 10px; color: #15243a; }
.team-person { width: 100%; min-height: 86px; padding: 11px 15px 11px 11px; display: grid; grid-template-columns: 62px 1fr 18px; align-items: center; gap: 12px; text-align: left; color: #15243a; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(4,28,65,.25), inset 0 1px rgba(255,255,255,.88); backdrop-filter: blur(24px) saturate(150%); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.team-person:hover { transform: translateY(-2px); box-shadow: 0 24px 64px rgba(4,28,65,.3), inset 0 1px rgba(255,255,255,.88); }
.team-avatar { position: relative; width: 62px; height: 62px; display: block; border-radius: 22px; overflow: visible; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; box-shadow: 0 7px 18px rgba(16,38,70,.18); }
.team-avatar > i { position: absolute; right: -2px; bottom: -2px; width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: #20bf6b; box-shadow: 0 0 0 3px rgba(32,191,107,.18); }
.team-person-copy { display: grid; min-width: 0; gap: 3px; }
.team-person-copy b { font-size: 16px; line-height: 1.1; letter-spacing: .005em; }
.team-person-copy small { color: #747f8e; font-size: 11px; font-weight: 700; }
.team-person-copy em { display: flex; align-items: center; gap: 6px; margin-top: 3px; color: #149457; font-size: 10px; font-style: normal; font-weight: 800; }
.team-person-copy em i { width: 7px; height: 7px; border-radius: 50%; background: #20bf6b; box-shadow: 0 0 8px rgba(32,191,107,.55); }
.team-chevron { color: #7990aa; font-size: 27px; line-height: 1; }
.team-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.team-action { min-height: 66px; padding: 8px 5px; display: grid; place-items: center; align-content: center; gap: 4px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 21px; background: linear-gradient(145deg,rgba(15,51,102,.88),rgba(32,91,159,.78)); box-shadow: 0 14px 34px rgba(4,28,65,.22), inset 0 1px rgba(255,255,255,.2); backdrop-filter: blur(18px); cursor: pointer; }
.team-action span { font-size: 20px; line-height: 1; }.team-action b { font-size: 9px; letter-spacing: .03em; }
.team-action.team-whatsapp { background: linear-gradient(145deg,#27c76f,#0c9c50); }

.team-chat-panel { width: min(760px,100%); }
.chat-assistant-head { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 18px; padding-right: 42px; margin-bottom: 22px; }
.team-avatar.large { width: 82px; height: 82px; border-radius: 26px; }
.chat-assistant-head .kicker { margin-bottom: 5px; font-size: 10px; }
.chat-assistant-head h2 { margin: 0 0 7px; font-size: clamp(28px,4vw,40px); }
.chat-assistant-head > div > span { display: flex; align-items: center; gap: 7px; color: #547065; font-size: 11px; font-weight: 750; }
.chat-assistant-head > div > span i { width: 8px; height: 8px; border-radius: 50%; background: #20bf6b; }
.chat-bubble { position: relative; margin: 0 0 18px 30px; padding: 17px 19px; color: #28425f; border: 1px solid #dbe8f5; border-radius: 8px 20px 20px 20px; background: #edf6ff; font-size: 13px; line-height: 1.55; }
.chat-bubble::before { content: ""; position: absolute; left: -13px; top: -1px; border-top: 15px solid #edf6ff; border-left: 15px solid transparent; }
.chat-contact-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.chat-contact-strip a { min-height: 72px; padding: 12px 14px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; border: 1px solid #e2e6eb; border-radius: 18px; color: #183653; background: #fff; box-shadow: 0 7px 18px rgba(22,48,78,.07); }
.chat-contact-strip a > span { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #22af63; font-size: 18px; }.chat-contact-strip a:nth-child(2) > span { background: #174c89; }
.chat-contact-strip b { font-size: 12px; }.chat-contact-strip small { color: #77808a; font-size: 9px; font-weight: 700; }
.chat-form-title { margin: 0 0 16px; color: #17283c; font-size: 17px; font-weight: 800; }
#team-booking-form textarea { min-height: 86px; }
.team-booking-success { padding-top: 12px; text-align: center; }
.team-booking-success > h2 { margin-bottom: 20px; }
.team-booking-receipt { margin: 0 0 18px; padding: 19px; display: grid; gap: 7px; text-align: left; border-radius: 19px; color: #263b52; background: #f1f5f8; }
.team-booking-receipt > span { color: #85909c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.team-booking-receipt > b { color: #123f74; font-size: 19px; }.team-booking-receipt p { margin: 0; font-size: 13px; line-height: 1.5; }.team-booking-receipt small { color: #7b848e; font-size: 10px; line-height: 1.45; }
.team-success-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.team-success-actions .button { padding-inline: 12px; }
.button-whatsapp { color: #fff; background: #18aa5b; }

@keyframes skyCycle { 0%,42% { filter: saturate(1) brightness(1); } 72%,100% { filter: saturate(.86) brightness(.62); } }
@keyframes skyPushIn { 0% { transform: scale(1.09); } 100% { transform: scale(1); } }
@keyframes skyDepth { 0% { transform: scale(1.12); opacity: .4; } 100% { transform: scale(1); opacity: 1; } }
@keyframes nightCycle { 0%,48% { opacity: 0; } 75%,100% { opacity: 1; } }
@keyframes sunRise { 0% { transform: translateY(280px) scale(.8); opacity: .5; } 35% { transform: translateY(0) scale(1); opacity: 1; } 70%,100% { transform: translate(-190px,-60px) scale(.86); opacity: .15; } }
@keyframes moonRise { 0%,45% { transform: translateY(280px); opacity: 0; } 74%,100% { transform: translate(90px,0); opacity: .95; } }
@keyframes cloudDrift { to { transform: translateX(calc(100vw + 620px)); } }
@keyframes cameraArrival { 0% { transform: scale(.9); opacity: .2; filter: blur(7px); } 45% { opacity: 1; } 100% { transform: scale(1); opacity: 1; filter: blur(0); } }
@keyframes bappaGrace { 0%,100% { transform: translateX(-50%) translateY(0) rotate(-.12deg); } 50% { transform: translateX(-50%) translateY(-7px) rotate(.12deg); } }
@keyframes bappaSmile { 0%,16%,72%,100% { opacity: 0; } 31%,56% { opacity: 1; } }
@keyframes ritualProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes igniteFlame { 0% { transform: translateX(-50%) scale(.08,.14); opacity: 0; } 58% { transform: translateX(-50%) scale(.75,1.16); opacity: .92; } 100% { transform: translateX(-50%) scale(1); opacity: 1; } }
@keyframes flame { 0% { transform: translateX(-50%) rotate(-3deg) scale(.95,1.05); } 100% { transform: translateX(-50%) rotate(4deg) scale(1.05,.94); } }
@keyframes bellRing { 0%,100% { transform: rotate(0); } 20% { transform: rotate(18deg); } 40% { transform: rotate(-15deg); } 60% { transform: rotate(10deg); } 80% { transform: rotate(-6deg); } }
@keyframes smoke { 0% { transform: translateY(20px) scale(.6); opacity: 0; } 30% { opacity: .7; } 100% { transform: translate(12px,-42px) scale(1.2); opacity: 0; } }
@keyframes modakOffer { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 80%,100% { transform: translateY(10px); opacity: 0; } }
@keyframes recordSpin { to { transform: rotate(360deg); } }
@keyframes cosmicSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes moonCircle { to { transform: rotate(360deg) translateX(15px) rotate(-360deg); } }

@media (max-width: 1100px) {
  .shell { width: min(100% - 40px, 1000px); }
  .nav-links { display: none; }
  .hero { min-height: 1000px; }
  .hero-stage { min-height: 870px; grid-template-columns: 1fr; align-items: start; }
  .hero-copy { max-width: 760px; padding: 60px 0 0; text-align: center; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }.hero-actions, .ritual-line { justify-content: center; }.ritual-line { margin-left: auto; margin-right: auto; }
  .ritual-scene { position: absolute; left: 50%; bottom: 14px; width: min(790px,100%); height: 600px; min-height: 0; transform: translateX(-50%); }
  .cosmic-system { width: min(720px,92vw); }
  .ganesha { width: min(600px,72vw); max-height: 590px; }
  .mandala { width: min(520px,62vw); top: 52%; }
  .temple-bell { right: 2%; top: 70px; }
  .session-card { grid-column: span 12; }.wish-card { grid-column: span 12; min-height: 370px; }
  .aarti-card, .mahaaarti-card, .words-card, .songs-card { grid-column: span 6; }
  .mahaaarti-card { flex-direction: column; align-items: flex-start; gap: 25px; }
  .section-head { align-items: flex-start; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .india-story { grid-template-columns: 1fr; }
  .vighna-preview-card { grid-template-columns: 1fr; padding: 60px; }
  .social-grid { grid-template-columns: repeat(2,1fr); }
  .vighna-hero-grid { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 90px; }
  .vighna-hero-grid > div:first-child { padding: 40px 0 0; text-align: center; }
  .vighna-hero h1 { margin-inline: auto; }.vighna-hero-grid > div:first-child > p:not(.eyebrow) { margin-inline: auto; }
  .vighna-hero-grid .hero-actions, .session-facts { justify-content: center; }
  .vighna-hero-visual { width: min(780px,100%); height: 560px; margin-inline: auto; }
  .centre-story-grid, .booking-layout, .faq-layout { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
}

@media (max-width: 720px) {
  .shell { width: calc(100% - 28px); }
  .section-pad { padding: 84px 0; }
  body { letter-spacing: 0; }
  .hero h1,
  .intro h2,
  .section-head h2,
  .glass-card h3,
  .vote-heading h3,
  .social-tile h3,
  .vighna-hero h1,
  .vighna-intro h2,
  .session-flow h2,
  .centre-story h2,
  .booking-section h2,
  .faq-section h2,
  .modal h2,
  .closing h2 { letter-spacing: 0; overflow-wrap: anywhere; }
  .wish-ticker { grid-template-columns: 1fr; height: 68px; }
  .ticker-label { height: 30px; padding: 0 14px; justify-content: center; font-size: 10px; }
  .ticker-viewport { height: 38px; display: flex; align-items: center; }
  .ticker-track > span { padding: 0 20px; font-size: 11px; }
  .wish-popups { inset: 72px 0 auto; height: 92px; overflow: hidden; }
  .wish-popup { left: 50% !important; right: auto !important; top: 12px !important; width: calc(100% - 32px); max-width: 358px; padding: 10px 13px; border-radius: 15px; transform: translate(-50%,8px) scale(.98); }
  .wish-popup.active { transform: translate(-50%,0) scale(1); }
  .wish-popup p { margin: 4px 0 0; font-size: 11px; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .wish-popup small { display: none; }
  .nav { height: 72px; }.brand { width: 148px; }.brand img { height: 30px; }
  .button-nav { min-height: 39px; padding: 0 15px; font-size: 12px; }
  .hero { min-height: 1420px; }
  .hero-stage { min-height: 1328px; display: block; }
  .hero-copy { padding-top: 685px; }
  .hero h1 { font-size: clamp(40px,11vw,56px); line-height: 1.03; }
  .hero-lead { max-width: 430px; margin-top: 20px; font-size: 17px; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .ritual-line { width: 100%; min-width: 0; margin-top: 16px; }
  .ritual-scene { width: 100%; height: 500px; top: 170px; bottom: auto; overflow: visible; }
  .cosmic-system { width: 118vw; top: 50%; }
  .planet { transform: translate(-50%,-50%) scale(.78); }
  .ganesha { width: min(450px,96vw); max-width: none; bottom: 50px; }
  .mandala { width: 82vw; top: 48%; }
  .temple-bell { width: 66px; right: 0; top: 132px; padding: 8px 6px 6px; border-radius: 18px; }
  .temple-bell svg { width: 37px; height: 45px; }.temple-bell span { font-size: 8px; }
  .diya { transform: translateX(-50%) scale(calc(var(--s,1) * .62)); }
  .diya-1 { --x: 11%; --y: 116px; }.diya-2 { --x: 89%; --y: 116px; }
  .diya-3 { --x: 23%; --y: 78px; }.diya-4 { --x: 77%; --y: 78px; }
  .diya-5 { --x: 35%; --y: 50px; }.diya-6 { --x: 65%; --y: 50px; }.diya-centre { --x: 50%; --y: 24px; --s: 1.85; }
  .incense { display: none; }.modaks { right: 8%; bottom: 128px; transform: scale(.68); transform-origin: bottom right; }
  .hero-scroll { display: none; }
  .intro h2, .section-head h2, .closing h2 { font-size: clamp(38px,11vw,54px); }
  .intro-copy { font-size: 18px; }
  .section-head { display: block; margin-bottom: 34px; }.section-head > p { margin-top: 20px; font-size: 16px; }
  .bento-grid { grid-template-columns: 1fr; }
  .session-card, .wish-card, .aarti-card, .mahaaarti-card, .words-card, .songs-card { grid-column: 1; min-height: 430px; }
  .glass-card { padding: 27px; border-radius: 30px; }
  .session-card { min-height: 580px; }.session-card .session-copy { max-width: 100%; padding-bottom: 155px; }
  .session-card h3 { font-size: 40px; }.clarity-orbit { width: 220px; height: 220px; right: -35px; bottom: -50px; border-width: 24px; }
  .wish-card { min-height: 390px; }
  .mahaaarti-card { min-height: 460px; }.date-lockup strong { font-size: 92px; }
  .words-card, .songs-card { min-height: 420px; }.record { width: 112px; height: 112px; }.record::after { inset: 35px; }.songs-card > div:nth-child(2) { max-width: 76%; }
  .closing-card { min-height: 530px; padding: 54px 24px; border-radius: 34px; }
  .closing-om { font-size: 220px; }
  .footer-main { flex-direction: column; text-align: center; }.footer-main img { margin: auto; object-position: center; }.footer-main nav { gap: 16px 22px; }
  .footer-legal { flex-direction: column; text-align: center; }
  .modal { padding: 12px; place-items: end center; }
  .modal-panel { width: 100%; max-height: calc(100vh - 24px); padding: 36px 18px 24px; border-radius: 28px; }
  .modal h2 { font-size: clamp(30px,9vw,42px); }
  .team-connect { display: none; }
  .team-person { width: 56px; min-height: 56px; padding: 7px; grid-template-columns: 1fr; gap: 0; border-radius: 50%; }
  .team-avatar { width: 42px; height: 42px; border-radius: 14px; }.team-avatar > i { width: 12px; height: 12px; border-width: 2px; }
  .team-person-copy, .team-chevron { display: none; }
  .team-actions { display: none; }
  .chat-assistant-head { grid-template-columns: 62px 1fr; gap: 13px; }.team-avatar.large { width: 62px; height: 62px; border-radius: 20px; }
  .chat-assistant-head h2 { font-size: 27px; }.chat-contact-strip { grid-template-columns: 1fr; }
  .chat-bubble { margin-left: 18px; padding: 14px 15px; }
  .team-success-actions { grid-template-columns: 1fr; }
  .wish-progress { margin-bottom: 28px; gap: 3px; }.wish-progress li { display: grid; justify-items: start; gap: 4px; font-size: 8px; }.wish-progress li::after { left: 25px; right: -3px; top: 12px; }.wish-progress span { width: 24px; height: 24px; }
  .selection-card { grid-template-columns: 38px 1fr !important; }.selection-card > i { display: none; }.selection-icon { width: 38px; height: 38px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .review-card > div { grid-template-columns: 1fr; gap: 6px; padding: 13px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .metric-grid { grid-template-columns: 1fr 1fr; margin-bottom: 52px; border-radius: 24px; }
  .metric-grid article { min-height: 140px; padding: 22px 18px; }
  .metric-grid article:last-child { grid-column: span 2; }
  .india-gallery { min-height: 540px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .india-gallery .gallery-main { grid-column: 1 / 3; grid-row: 1; }
  .india-gallery figure { border-radius: 22px; }
  .vighna-preview-card { width: calc(100% - 28px); min-height: 0; padding: 48px 24px; border-radius: 34px; gap: 42px; }
  .vighna-preview-card .hero-actions .button { width: 100%; }
  .pillar-list article { grid-template-columns: 44px 1fr; padding: 16px; border-radius: 21px; }
  .pillar-list article > span { width: 42px; height: 42px; border-radius: 13px; }
  .contest-steps { grid-template-columns: 1fr; }
  .contest-steps article { min-height: 220px; }
  .contest-actions .button, .contest-actions .text-button { width: 100%; margin-left: 0; justify-content: center; }
  .vote-stage { margin-top: 58px; padding: 28px 18px; border-radius: 30px; }
  .vote-heading { display: block; }.pending-chip { display: inline-flex; margin-top: 18px; }
  .song-entry { grid-template-columns: 46px 1fr; gap: 14px; padding: 14px; }
  .song-play { width: 44px; height: 44px; }
  .vote-control { grid-column: 1 / 3; width: 100%; min-width: 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
  .social-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .social-tile.tall { grid-row: auto; }.social-tile.wide { grid-column: auto; }
  .social-filters { margin-left: -4px; margin-right: -4px; }
  .vighna-hero { min-height: 0; }
  .vighna-hero-grid { min-height: 0; gap: 44px; padding-top: 10px; padding-bottom: 64px; }
  .vighna-hero-grid > div:first-child { padding-top: 26px; }
  .back-link { margin-bottom: 24px; }.vighna-hero h1 { font-size: 49px; }
  .vighna-hero-grid > div:first-child > p:not(.eyebrow) { font-size: 17px; }
  .vighna-hero-grid .hero-actions .button { width: 100%; }
  .session-facts { justify-content: flex-start; }
  .vighna-hero-visual { height: 410px; padding: 14px; border-radius: 30px; }
  .vighna-hero-visual img, .vighna-hero-visual::after { border-radius: 21px; }.vighna-hero-visual::after { inset: 14px; }
  .visual-caption { left: 34px; right: 34px; bottom: 34px; }.visual-caption b { font-size: 16px; }
  .pillar-bento { grid-template-columns: 1fr; }.pillar-bento article { min-height: 310px; padding: 28px; grid-template-columns: 46px 1fr; gap: 18px; border-radius: 28px; }
  .pillar-bento article > span { width: 44px; height: 44px; border-radius: 14px; }
  .flow-list li { grid-template-columns: 50px 1fr; gap: 18px; padding: 28px 0; }
  .flow-list p { grid-column: 2; }
  .centre-story-grid { gap: 48px; }.centre-photo-stack { min-height: 500px; }
  .centre-photo-stack figure:last-child { border-width: 8px; }
  .booking-layout, .faq-layout { gap: 48px; }
  .booking-form-card { padding: 28px 20px; border-radius: 28px; }
  .faq-list summary { font-size: 17px; }
}

@media (max-width: 390px) {
  .brand { width: 132px; }.button-nav { padding: 0 12px; }
  .hero { min-height: 1380px; }.hero-stage { min-height: 1290px; }
  .hero-copy { padding-top: 650px; }.hero h1 { font-size: 37px; }
  .ritual-scene { top: 168px; height: 470px; }.ganesha { width: 98vw; bottom: 58px; }
  .hero-scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .ticker-track { animation: none; }
  .night-wash, .stars { opacity: 0; }
  .scene-camera { transform: none; }
  .ganesha { transform: translateX(-50%); }
  .ganesha-expression { opacity: 1; }
}
