@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Cinzel:wght@400;600;700&family=Raleway:wght@200;300;400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=DM+Sans:wght@300;400;500;600&family=Poppins:wght@400;500;600&family=Lato:wght@400;500;700&display=swap";.landing-root{--cream: #FDF8F0;--saffron: #F4A535;--saffron-light: #FDECC8;--lotus-pink: #F2C4CE;--lotus-deep: #E8909F;--tulsi-green: #C8DFC0;--tulsi-deep: #7DAF6E;--marigold: #F7D580;--marigold-deep: #E8A820;--turmeric: #F5C842;--sandstone: #E8D5B0;--terracotta: #C8785A;--deep-brown: #3D2314;--ink: #2A1A0E;--pearl: #FAF6EF;--sky-pale: #D8EEF5;--ashoka-orange: #F08030;--bg-main: var(--cream);--bg-alt: var(--pearl);--text-main: var(--ink);--text-strong: var(--deep-brown);--card-bg: rgba(253,248,240,.9);--card-border: rgba(244,165,53,.25);background:var(--bg-main);color:var(--text-main);font-family:Raleway,sans-serif;overflow-x:hidden;transition:background .5s ease,color .5s ease}.landing-root[data-theme=dark]{--cream: #1A0E07;--pearl: #221810;--ink: #F2E7D3;--deep-brown: #FAF0D9;--sandstone: #4A3420;--saffron-light: #3A2514;--bg-main: #140A04;--bg-alt: #1F140B;--text-main: #E8DFCE;--text-strong: #FAF0D9;--card-bg: rgba(42,26,14,.85);--card-border: rgba(244,165,53,.35)}.landing-root[data-theme=dark] .story-section,.landing-root[data-theme=dark] .post-section,.landing-root[data-theme=dark] .about-section{background:var(--bg-alt)}.landing-root[data-theme=dark] footer{background:#0a0603}.landing-root[data-theme=dark] .timeline-section{background:linear-gradient(160deg,#1f140b,#281b10,#2f2015)}.landing-root[data-theme=dark] .courses-section{background:linear-gradient(160deg,#1f140b,#28190d,#2f2015)}.landing-root[data-theme=dark] .shooting-section{background:linear-gradient(160deg,#18110a,#23180e)}.landing-root[data-theme=dark] .donate-section{background:linear-gradient(135deg,#2a1a0e,#1a0e07)}.landing-root[data-theme=dark] .feature-card,.landing-root[data-theme=dark] .epoch-card,.landing-root[data-theme=dark] .coverage-item,.landing-root[data-theme=dark] .course-card,.landing-root[data-theme=dark] .blog-card,.landing-root[data-theme=dark] .donate-card,.landing-root[data-theme=dark] .badge-item{background:#2a1a0ebf;border-color:#f4a53559;color:var(--text-main)}.landing-root[data-theme=dark] .stone-card{background:linear-gradient(135deg,#3a2818,#2a1a0e);border-color:#f4a53566}.landing-root[data-theme=dark] .stone-quote{color:var(--marigold)}.landing-root[data-theme=dark] .pill{background:#f7d5801f;color:var(--marigold)}.landing-root[data-theme=dark] .mandala-dot{background:var(--marigold)}.landing-root[data-theme=dark] .hero-right:before{background:radial-gradient(circle at 50% 50%,#140a04e0,#140a0499 35%,#140a0433 60%,#140a0400 82%)}.landing-root[data-theme=dark] #three-canvas{opacity:.95}.landing-root *{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}.landing-root #three-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.85}.landing-root #hero{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center;padding:120px 80px 80px;overflow:visible}.landing-root:not([data-theme=dark]) #hero{background-image:url(/assets/hero_bg-BPF7lLNq.png);background-size:cover;background-position:center;background-repeat:no-repeat}.landing-root[data-theme=dark] #hero{background:var(--bg-main)}.landing-root .hero-spheres-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.landing-root .hero-center-mandala{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(280px,90vw,1200px);height:auto;opacity:.4;pointer-events:none;z-index:0;animation:mandalaRotation 60s linear infinite;mix-blend-mode:multiply}.landing-root[data-theme=dark] .hero-center-mandala{mix-blend-mode:screen;opacity:.45;filter:invert(1) hue-rotate(180deg)}@keyframes mandalaRotation{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.landing-root .mandala-orbit-dot{position:absolute;top:50%;left:50%;border-radius:50%;pointer-events:none;z-index:1}.landing-root .mandala-orbit-dot.mo1{width:7px;height:7px;background:var(--saffron);box-shadow:0 0 12px #f4a535e6,0 0 28px #f4a53566;animation:morbit1 20s linear infinite}.landing-root .mandala-orbit-dot.mo2{width:5px;height:5px;background:var(--marigold);box-shadow:0 0 10px #f7d580e6,0 0 22px #f7d58066;animation:morbit2 28s linear infinite}.landing-root .mandala-orbit-dot.mo3{width:8px;height:8px;background:var(--lotus-deep);box-shadow:0 0 12px #e8909fe6,0 0 26px #e8909f66;animation:morbit3 36s linear infinite}.landing-root .mandala-orbit-dot.mo4{width:5px;height:5px;background:var(--tulsi-deep);box-shadow:0 0 10px #7daf6ee6,0 0 22px #7daf6e66;animation:morbit4 16s linear infinite}.landing-root .mandala-orbit-dot.mo5{width:6px;height:6px;background:var(--terracotta);box-shadow:0 0 10px #c8785ae6,0 0 22px #c8785a66;animation:morbit5 44s linear infinite}.landing-root .mandala-orbit-dot.mo6{width:9px;height:9px;background:var(--saffron);box-shadow:0 0 14px #f4a535,0 0 32px #f7d58080;animation:morbit6 24s linear infinite reverse}@keyframes morbit1{0%{transform:rotate(0) translate(340px) rotate(0)}to{transform:rotate(360deg) translate(340px) rotate(-360deg)}}@keyframes morbit2{0%{transform:rotate(72deg) translate(390px) rotate(-72deg)}to{transform:rotate(432deg) translate(390px) rotate(-432deg)}}@keyframes morbit3{0%{transform:rotate(144deg) translate(310px) rotate(-144deg)}to{transform:rotate(504deg) translate(310px) rotate(-504deg)}}@keyframes morbit4{0%{transform:rotate(216deg) translate(440px) rotate(-216deg)}to{transform:rotate(576deg) translate(440px) rotate(-576deg)}}@keyframes morbit5{0%{transform:rotate(288deg) translate(360px) rotate(-288deg)}to{transform:rotate(648deg) translate(360px) rotate(-648deg)}}@keyframes morbit6{0%{transform:rotate(30deg) translate(420px) rotate(-30deg)}to{transform:rotate(390deg) translate(420px) rotate(-390deg)}}.landing-root .hero-left{text-align:left;display:flex;flex-direction:column;align-items:flex-start;max-width:800px;position:relative;z-index:2}.landing-root .hero-eyebrow{font-family:Cinzel,serif;font-size:clamp(9px,1.5vw,12px);letter-spacing:clamp(2px,.3vw,3px);color:#fff;text-transform:uppercase;margin-bottom:clamp(20px,3vw,28px);opacity:0;padding:clamp(8px,1.2vw,10px) clamp(18px,3vw,22px);border-radius:30px;background:var(--saffron);box-shadow:0 4px 15px #f4a5354d;display:inline-block;font-weight:500}.landing-root .hero-title{font-family:Playfair Display,serif;font-size:clamp(60px,9vw,128px);white-space:nowrap;font-weight:500;line-height:1.1;letter-spacing:0;color:var(--text-strong);opacity:1;text-align:left;position:relative}.landing-root .hero-title .hero-jains{font-family:Playfair Display,serif;font-weight:500;font-style:normal;margin-left:.22em;background:linear-gradient(135deg,var(--saffron) 0%,var(--marigold-deep) 60%,var(--saffron) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-root .hero-subtitle{font-family:Cinzel,serif;font-size:clamp(12px,1.5vw,17px);letter-spacing:6px;text-transform:uppercase;color:var(--terracotta);margin-top:18px;opacity:0;display:flex;align-items:center;gap:14px}.landing-root .hero-subtitle:before,.landing-root .hero-subtitle:after{content:"";flex:0 0 28px;height:1px;background:linear-gradient(to right,transparent,var(--terracotta),transparent)}.landing-root[data-theme=dark] .hero-subtitle{color:var(--marigold)}.landing-root .hero-tagline{font-size:clamp(13px,1.8vw,15px);color:var(--text-strong);margin-top:clamp(20px,3vw,28px);letter-spacing:clamp(.3px,.1vw,.5px);font-weight:300;max-width:clamp(280px,80vw,520px);line-height:1.75;opacity:0;border-left:2px solid rgba(244,165,53,.5);padding-left:clamp(12px,2vw,18px)}@keyframes fadeUpTagline{to{opacity:.75;transform:translateY(0)}0%{opacity:0;transform:translateY(30px)}}.landing-root .hero-badge{display:inline-flex;gap:14px;margin-top:42px;flex-wrap:wrap;opacity:1}.landing-root .badge-item{display:flex;flex-direction:column;align-items:center;gap:clamp(3px,.5vw,5px);padding:clamp(10px,1.5vw,13px) clamp(16px,2.5vw,20px);background:#f4a53514;border:1px solid rgba(244,165,53,.3);border-radius:clamp(8px,1.5vw,12px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s,box-shadow .3s,border-color .3s}.landing-root .badge-item:hover{transform:translateY(-3px);border-color:var(--saffron);box-shadow:0 10px 30px #f4a53540}.landing-root .badge-num{font-family:Cinzel,serif;font-size:clamp(18px,3vw,24px);font-weight:600;color:var(--saffron)}.landing-root .badge-label{font-size:clamp(7px,1.2vw,9px);letter-spacing:clamp(1px,.2vw,2px);text-transform:uppercase;color:var(--text-strong);opacity:.65}.landing-root .hero-cta-row{display:flex;gap:16px;margin-top:36px;flex-wrap:wrap;opacity:0}.landing-root .hero-btn-primary{padding:clamp(10px,1.8vw,14px) clamp(24px,4vw,34px);border-radius:40px;background:linear-gradient(135deg,var(--saffron),var(--marigold-deep));color:#fff;font-family:Cinzel,serif;font-size:clamp(9px,1.5vw,11px);letter-spacing:clamp(2px,.3vw,3px);text-transform:uppercase;text-decoration:none;box-shadow:0 8px 26px #f4a53561;transition:transform .3s,box-shadow .3s;border:none;cursor:pointer}.landing-root .hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 35px #f4a5358c}.landing-root .hero-btn-ghost{padding:clamp(10px,1.8vw,14px) clamp(22px,3.5vw,30px);border-radius:40px;background:transparent;border:1.5px solid rgba(244,165,53,.5);color:var(--text-strong);font-family:Cinzel,serif;font-size:clamp(9px,1.5vw,11px);letter-spacing:clamp(2px,.3vw,3px);text-transform:uppercase;text-decoration:none;transition:all .3s;cursor:pointer;display:inline-flex;align-items:center;gap:clamp(6px,1vw,8px)}.landing-root .hero-btn-ghost:hover{background:#f4a53514;border-color:var(--saffron);color:var(--saffron)}.landing-root .hero-right{position:relative;width:100%;height:82vh;min-height:620px;display:flex;align-items:center;justify-content:center;opacity:0;overflow:visible}@keyframes fadeInAura{to{opacity:1}}.landing-root:not([data-theme=dark]) .hero-right:before{display:none}.landing-root .hero-right:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:6;pointer-events:none;transition:background .5s ease;background:radial-gradient(ellipse 62% 58% at 50% 50%,transparent 0%,transparent 38%,rgba(253,248,240,.08) 48%,rgba(253,248,240,.35) 58%,rgba(253,248,240,.72) 68%,rgba(253,248,240,.93) 78%,rgba(253,248,240,1) 86%,rgba(253,248,240,1) 100%)}.landing-root:not([data-theme=dark]) #aura-canvas{display:none}.landing-root #aura-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;background:transparent;-webkit-mask-image:radial-gradient(ellipse 58% 54% at 50% 50%,#000 0%,#000 32%,rgba(0,0,0,.96) 42%,rgba(0,0,0,.82) 52%,rgba(0,0,0,.5) 62%,rgba(0,0,0,.18) 70%,rgba(0,0,0,.04) 76%,transparent 80%);mask-image:radial-gradient(ellipse 58% 54% at 50% 50%,#000 0%,#000 32%,rgba(0,0,0,.96) 42%,rgba(0,0,0,.82) 52%,rgba(0,0,0,.5) 62%,rgba(0,0,0,.18) 70%,rgba(0,0,0,.04) 76%,transparent 80%)}.landing-root .divine-rays{position:absolute;top:20%;left:50%;width:130%;height:130%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.landing-root .divine-rays:before{content:"";position:absolute;top:50%;left:50%;width:220%;height:220%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(244,165,53,.28) 0%,rgba(244,165,53,.15) 15%,rgba(247,213,128,.07) 35%,rgba(244,165,53,.03) 50%,transparent 70%);filter:blur(46px);animation:auraGlow 4.2s ease-in-out infinite;box-shadow:0 0 45px #f4a53538,0 0 75px #f7d58029,inset 0 0 70px #f4a5351f;z-index:0}.landing-root .aura-ray{position:absolute;top:50%;left:50%;width:16px;height:28%;background:radial-gradient(ellipse at center,rgba(244,165,53,.42) 0%,rgba(247,213,128,.28) 18%,rgba(244,165,53,.12) 38%,transparent 78%);filter:blur(8px);transform-origin:bottom center;z-index:0;pointer-events:none;box-shadow:0 0 22px #f4a53552,0 0 42px #f7d5802e,0 0 65px #f4a53514}.landing-root .aura-ray.a1{transform:translate(-50%,-50%) rotate(0)}.landing-root .aura-ray.a2{transform:translate(-50%,-50%) rotate(45deg);animation-delay:.3s}.landing-root .aura-ray.a3{transform:translate(-50%,-50%) rotate(90deg);animation-delay:.6s}.landing-root .aura-ray.a4{transform:translate(-50%,-50%) rotate(135deg);animation-delay:.9s}.landing-root .aura-ray.a5{transform:translate(-50%,-50%) rotate(180deg);animation-delay:1.2s}.landing-root .aura-ray.a6{transform:translate(-50%,-50%) rotate(225deg);animation-delay:1.5s}.landing-root .aura-ray.a7{transform:translate(-50%,-50%) rotate(270deg);animation-delay:1.8s}.landing-root .aura-ray.a8{transform:translate(-50%,-50%) rotate(315deg);animation-delay:2.1s}@keyframes auraGlow{0%,to{opacity:.38;filter:blur(46px)}50%{opacity:.52;filter:blur(50px)}}@keyframes rayShine{0%,to{opacity:.22}50%{opacity:.48}}.landing-root .tirthankar-wrap{position:relative;z-index:9;width:clamp(200px,82vw,900px);display:flex;align-items:center;justify-content:center;will-change:transform;margin:0 auto;max-width:100%;overflow:hidden}.landing-root[data-theme=dark] .tirthankar-wrap,.landing-root:not([data-theme=dark]) .tirthankar-wrap{margin:16vh -170px 0 auto;height:108vh;min-height:860px;overflow:visible}.landing-root[data-theme=dark] .tirthankar-img,.landing-root:not([data-theme=dark]) .tirthankar-img{width:auto;height:100%;max-width:100%;object-fit:contain}.landing-root .tirthankar-img{width:100%;height:auto;display:block;position:relative;z-index:10;filter:drop-shadow(0 0 45px rgba(244,165,53,.65)) drop-shadow(0 0 90px rgba(247,213,128,.4)) drop-shadow(0 20px 35px rgba(61,35,20,.3))}.landing-root:not([data-theme=dark]) .tirthankar-img{filter:none}.landing-root:not([data-theme=dark]) .aura-ray{background:radial-gradient(ellipse at center,rgba(210,130,0,.5) 0%,rgba(235,165,0,.34) 28%,rgba(210,130,0,.16) 58%,transparent 85%);filter:blur(12px);width:26px}.landing-root .mantra-quote{position:absolute;bottom:28px;left:50%;transform:translate(-50%);font-family:Cormorant Garamond,serif;font-style:italic;color:var(--saffron);font-size:14px;letter-spacing:3px;z-index:10;opacity:.85;white-space:nowrap;text-shadow:0 0 12px rgba(244,165,53,.3)}.landing-root .orbit-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--saffron);box-shadow:0 0 12px #f4a535cc,0 0 24px #f7d58080;top:50%;left:50%;z-index:3}.landing-root .orbit-dot.o1{animation:orbit1 18s linear infinite}.landing-root .orbit-dot.o2{animation:orbit2 26s linear infinite;background:var(--lotus-deep);box-shadow:0 0 10px #e8909fe6}.landing-root .orbit-dot.o3{animation:orbit3 34s linear infinite;background:var(--tulsi-deep);box-shadow:0 0 10px #7daf6ecc}.landing-root .orbit-dot.o4{animation:orbit4 44s linear infinite;background:var(--marigold);box-shadow:0 0 12px #f7d580e6}@keyframes orbit1{0%{transform:rotate(0) translate(200px) rotate(0)}to{transform:rotate(360deg) translate(200px) rotate(-360deg)}}@keyframes orbit2{0%{transform:rotate(120deg) translate(240px) rotate(-120deg)}to{transform:rotate(480deg) translate(240px) rotate(-480deg)}}@keyframes orbit3{0%{transform:rotate(240deg) translate(280px) rotate(-240deg)}to{transform:rotate(600deg) translate(280px) rotate(-600deg)}}@keyframes orbit4{0%{transform:rotate(60deg) translate(320px) rotate(-60deg)}to{transform:rotate(420deg) translate(320px) rotate(-420deg)}}.landing-root:not([data-theme=dark]) #hero .badge-item{background:#fdf8f0d1;border:1.5px solid rgba(61,35,20,.22);box-shadow:0 6px 24px #3d23142e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-root:not([data-theme=dark]) #hero .badge-item:hover{background:#fdf8f0f5;border-color:var(--deep-brown);box-shadow:0 12px 36px #3d231447}.landing-root:not([data-theme=dark]) #hero .badge-num{color:var(--deep-brown)}.landing-root:not([data-theme=dark]) #hero .badge-label{color:var(--ink);opacity:.75}.landing-root:not([data-theme=dark]) .hero-btn-primary{background:linear-gradient(135deg,var(--deep-brown),#5A3020);color:var(--marigold);box-shadow:0 8px 28px #3d231473}.landing-root:not([data-theme=dark]) .hero-btn-primary:hover{box-shadow:0 14px 40px #3d231499;transform:translateY(-2px)}.landing-root:not([data-theme=dark]) .hero-btn-ghost{background:#fdf8f0c7;border:1.5px solid rgba(61,35,20,.35);color:var(--deep-brown);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-root:not([data-theme=dark]) .hero-btn-ghost:hover{background:#fdf8f0f5;border-color:var(--deep-brown);color:var(--deep-brown)}.landing-root:not([data-theme=dark]) #hero .hero-subtitle{color:var(--deep-brown)}.landing-root:not([data-theme=dark]) #hero .hero-subtitle:before,.landing-root:not([data-theme=dark]) #hero .hero-subtitle:after{background:linear-gradient(to right,transparent,var(--deep-brown),transparent)}.landing-root:not([data-theme=dark]) #hero .hero-tagline{border-left-color:#3d231466;color:var(--deep-brown)}.landing-root .global-particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.landing-root .gp{position:absolute;bottom:-8px;border-radius:50%;background:var(--saffron);opacity:0;box-shadow:0 0 6px #f4a535d9,0 0 16px #f7d58066;animation:gpRise linear infinite}.landing-root[data-theme=dark] .gp{background:var(--marigold);box-shadow:0 0 8px #f7d580,0 0 22px #f4a5358c}@keyframes gpRise{0%{transform:translateY(0) translate(0) scale(1);opacity:0}6%{opacity:.75}50%{transform:translateY(-52vh) translate(14px) scale(.75);opacity:.5}to{transform:translateY(-104vh) translate(-10px) scale(.15);opacity:0}}.landing-root .hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.landing-root .hero-particle{position:absolute;bottom:-8px;border-radius:50%;background:var(--saffron);opacity:0;box-shadow:0 0 8px #f4a535e6,0 0 20px #f7d58080;animation:particleRise linear infinite}.landing-root[data-theme=dark] .hero-particle{background:var(--marigold);box-shadow:0 0 10px #f7d580,0 0 24px #f4a53599}@keyframes particleRise{0%{transform:translateY(0) translate(0) scale(1);opacity:0}8%{opacity:.85}50%{transform:translateY(-50vh) translate(12px) scale(.8);opacity:.6}to{transform:translateY(-102vh) translate(-8px) scale(.2);opacity:0}}.landing-root .scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;z-index:5}.landing-root .scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--saffron),transparent);animation:scrollPulse 2s infinite}.landing-root .scroll-text{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--saffron);opacity:.7}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.landing-root .section{position:relative;z-index:1;padding:100px 60px;overflow:hidden}.landing-root .mandala-divider{display:flex;align-items:center;justify-content:center;padding:40px 0;gap:20px;opacity:.4}.landing-root .mandala-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--saffron),transparent)}.landing-root .mandala-dot{width:8px;height:8px;border-radius:50%;background:var(--saffron)}.landing-root .story-section{background:var(--pearl);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding-top:80px;padding-bottom:100px}.landing-root .story-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:11px;line-height:16px;letter-spacing:2.2px;text-transform:uppercase;color:var(--saffron);margin-bottom:12px}.landing-root .story-heading{font-family:Playfair Display,serif;font-size:52px;font-weight:500;line-height:57.2px;letter-spacing:0;color:var(--deep-brown);margin-bottom:32px}.landing-root .story-heading em{font-family:Playfair Display,serif;font-weight:400;font-style:normal;font-size:52px;line-height:57.2px;letter-spacing:0;color:var(--saffron)}.landing-root .story-body{font-family:DM Sans,sans-serif;font-weight:300;font-size:15px;line-height:27.75px;letter-spacing:0;color:var(--ink);opacity:.75;max-width:100%}.landing-root .story-body+.story-body{margin-top:20px}.landing-root .story-visual{position:relative}.landing-root .stone-card{background:linear-gradient(135deg,var(--sandstone),var(--saffron-light));border-radius:20px;padding:40px 36px;display:flex;flex-direction:column;align-items:center;gap:16px;border:1px solid rgba(244,165,53,.3);box-shadow:0 20px 60px #3d23141f}.landing-root .stone-icon{font-size:56px}.landing-root .stone-quote{font-family:Cormorant Garamond,serif;font-size:22px;font-style:italic;text-align:center;color:var(--deep-brown);line-height:1.5}.landing-root .stone-attr{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--terracotta)}.landing-root .story-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.landing-root .story-stat-card{padding:20px;border-radius:14px;text-align:center}.landing-root .story-stat-green{background:#c8dfc04d;border:1px solid rgba(125,175,110,.3)}.landing-root .story-stat-pink{background:#f2c4ce4d;border:1px solid rgba(232,144,159,.3)}.landing-root .story-stat-num{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600}.landing-root .story-stat-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--deep-brown);opacity:.6;margin-top:6px}.landing-root .section-header{text-align:center;margin-bottom:72px}.landing-root .section-title{font-family:Cormorant Garamond,serif;font-size:clamp(40px,6vw,72px);font-weight:300;color:var(--deep-brown);line-height:1.1}.landing-root .shooting-section .section-title{font-family:Playfair Display,serif;font-weight:400;font-size:80px;line-height:84px;letter-spacing:0}.landing-root .section-sub{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:var(--saffron);margin-bottom:16px;font-family:Cinzel,serif}.landing-root #support .section-sub{font-family:Lato,sans-serif;font-weight:500;font-size:11px;line-height:16px;letter-spacing:2.2px;text-transform:uppercase}.landing-root #heritage .section-sub{font-family:Poppins,sans-serif;font-weight:500;font-size:11px;line-height:16px;letter-spacing:2.2px;text-transform:uppercase;display:flex;align-items:center;gap:24px;width:100%;margin-bottom:16px}.landing-root #heritage .section-sub:before,.landing-root #heritage .section-sub:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,var(--saffron),transparent);opacity:.6}.landing-root .section-desc{font-size:15px;color:var(--ink);opacity:.6;max-width:560px;margin:24px auto 0;line-height:1.8}.landing-root .shooting-section .section-desc{font-family:DM Sans,sans-serif;font-weight:300;font-size:16px;line-height:28.8px;letter-spacing:0;text-align:center;max-width:680px;margin:24px auto 0}.landing-root .stats-strip{background:linear-gradient(135deg,#3d2314,#5a3020);padding:80px 60px;display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.landing-root .stat-card{text-align:center;padding:40px 20px;background:#ffffff0a;border-right:1px solid rgba(255,255,255,.08)}.landing-root .stat-card:last-child{border-right:none}.landing-root .stat-num{font-family:Cormorant Garamond,serif;font-size:64px;font-weight:300;color:var(--marigold);line-height:1}.landing-root .stat-unit{font-size:28px;color:var(--saffron)}.landing-root .stat-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#ffffff80;margin-top:12px}.landing-root .challenges-section{background:#1a0e07}.landing-root .shooting-section{background:linear-gradient(160deg,#edf5e8,#f0edd8)}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto}.landing-root .feature-card{padding:40px 32px;border-radius:20px;background:#ffffffb3;border:1px solid rgba(125,175,110,.3);text-align:center;transition:transform .3s}.landing-root .feature-card:hover{transform:translateY(-8px)}.landing-root .feature-icon{font-size:48px;margin-bottom:20px;display:block}.landing-root .feature-title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:var(--deep-brown);margin-bottom:12px}.landing-root .shooting-section .feature-title{font-family:Playfair Display,serif;font-weight:500;font-size:20px;line-height:32px;letter-spacing:0}.landing-root .feature-body{font-size:13px;line-height:1.8;color:var(--ink);opacity:.7}.landing-root .shooting-section .feature-body{font-family:DM Sans,sans-serif;font-weight:300;font-size:14px;line-height:24.5px;letter-spacing:0;text-align:center}.landing-root .post-section{background:var(--pearl);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-root .history-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.landing-root .pill{padding:8px 20px;border-radius:30px;background:#f7d5804d;border:1px solid rgba(232,168,32,.4);font-size:12px;letter-spacing:1px;color:var(--deep-brown);font-family:Cormorant Garamond,serif}.landing-root .post-visual{display:flex;flex-direction:column;gap:20px}.landing-root .epoch-card{padding:24px 28px;border-radius:14px;border-left:4px solid var(--saffron);background:#f4a5350f}.landing-root .epoch-era{font-family:Cinzel,serif;font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--saffron);margin-bottom:6px}.landing-root .epoch-title{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;color:var(--deep-brown);margin-bottom:8px}.landing-root .epoch-body{font-size:13px;line-height:1.7;color:var(--ink);opacity:.65}.landing-root .release-section{background:linear-gradient(135deg,#2a1a0e,#3d2314 40%,#5a3020);text-align:center;padding:120px 60px;position:relative;overflow:hidden}.landing-root .release-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 50%,rgba(244,165,53,.12) 0%,transparent 70%)}.landing-root .release-label{font-family:Cinzel,serif;font-size:11px;letter-spacing:5px;text-transform:uppercase;color:var(--saffron);margin-bottom:20px;position:relative}.landing-root .release-title{font-family:Cormorant Garamond,serif;font-size:clamp(48px,8vw,96px);font-weight:300;color:#fdf8f0;line-height:1;margin-bottom:32px;position:relative}.landing-root .release-title span{color:var(--saffron);font-style:italic}.landing-root .release-body{font-size:16px;line-height:1.9;color:#fdf8f0a6;max-width:600px;margin:0 auto 48px;position:relative}.landing-root .release-pills{display:flex;justify-content:center;gap:24px;margin-bottom:60px;flex-wrap:wrap;position:relative}.landing-root .release-pill{padding:14px 28px;border-radius:40px;border:1px solid rgba(244,165,53,.4);color:#fdf8f0cc;font-size:13px;letter-spacing:1px;background:#f4a53514}.landing-root .release-pill strong{color:var(--saffron)}.landing-root .cta-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative}.landing-root .btn-primary{padding:18px 48px;border-radius:50px;background:linear-gradient(135deg,var(--saffron),var(--marigold-deep));color:#fff;font-family:Cinzel,serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;box-shadow:0 8px 30px #f4a53566;transition:transform .3s,box-shadow .3s;display:inline-block}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #f4a53599}.landing-root #support .btn-primary{font-family:Lato,sans-serif;font-weight:400;font-size:11px;line-height:1;letter-spacing:1.54px;text-transform:uppercase}.landing-root .btn-secondary{padding:18px 48px;border-radius:50px;border:1.5px solid rgba(253,248,240,.3);color:#fdf8f0cc;font-family:Cinzel,serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;background:transparent;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.landing-root .btn-secondary:hover{border-color:var(--saffron);color:var(--saffron)}.landing-root .donate-section{background:linear-gradient(135deg,var(--saffron-light),var(--pearl));text-align:center;padding:100px 60px}.landing-root .donate-title{font-family:Playfair Display,serif;font-weight:700;font-size:62px;line-height:68.2px;letter-spacing:0;color:var(--deep-brown);margin-bottom:16px}.landing-root .donate-body{font-size:15px;line-height:1.8;color:var(--ink);opacity:.7;max-width:560px;margin:0 auto 48px}.landing-root .donate-cards{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;max-width:800px;margin:0 auto 48px}.landing-root .donate-card{flex:1;min-width:200px;padding:32px 24px;border-radius:16px;text-align:center;background:#fffc;border:1px solid rgba(244,165,53,.3);box-shadow:0 4px 20px #3d23140f}.landing-root .donate-card-icon{font-size:32px;margin-bottom:12px;display:block}.landing-root .donate-card-title{font-family:Cinzel,serif;font-size:11px;letter-spacing:2px;color:var(--saffron);margin-bottom:8px}.landing-root #support .donate-card-title{font-family:Lato,sans-serif;font-weight:300;font-size:10px;line-height:16px;letter-spacing:1.8px;text-transform:uppercase;color:var(--saffron)}.landing-root .donate-card-val{font-family:Cormorant Garamond,serif;font-size:18px;color:var(--deep-brown)}.landing-root .budget-bar{max-width:500px;margin:0 auto 48px;background:#3d231414;border-radius:30px;overflow:hidden;height:8px}.landing-root .budget-fill{height:100%;border-radius:30px;background:linear-gradient(90deg,var(--saffron),var(--marigold));width:60%;animation:fillBar 2s .5s forwards}@keyframes fillBar{0%{width:0}to{width:60%}}.landing-root .about-section{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-root .courses-section{background:linear-gradient(160deg,#fdf3e7,#f5edd8,#f0e6d2)}.landing-root .courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto}.landing-root .courses-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}.landing-root .courses-split-left{display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.landing-root .courses-split-title{font-family:Playfair Display,serif;font-weight:400;font-size:64px;line-height:69px;letter-spacing:0;color:var(--deep-brown);text-align:center}.landing-root .courses-split-desc{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:27px;letter-spacing:.7px;text-align:center;color:#dd9f3f;max-width:100%}.landing-root .courses-split-stats{display:flex;gap:32px;margin-top:8px}.landing-root .courses-stat{display:flex;flex-direction:column;gap:4px}.landing-root .courses-stat-num{font-family:Playfair Display,serif;font-size:32px;font-weight:500;color:var(--saffron);line-height:1}.landing-root .courses-stat-label{font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--deep-brown);opacity:.6}@keyframes courses-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.landing-root .course-card-featured .course-img-wrap{height:280px}@media(max-width:900px){.landing-root .courses-split{grid-template-columns:1fr;gap:48px}}.landing-root .course-card{position:relative;border-radius:20px;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 8px 30px #3d231412;overflow:hidden;transition:transform .4s cubic-bezier(.22,.9,.32,1),box-shadow .4s ease,border-color .4s ease;display:flex;flex-direction:column}.landing-root .course-card:hover{transform:translateY(-10px);border-color:#f4a53599;box-shadow:0 28px 60px #c8785a38}.landing-root .course-img-wrap{position:relative;height:200px;overflow:hidden}.landing-root .course-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,.9,.32,1)}.landing-root .course-card:hover .course-img-wrap img{transform:scale(1.08)}.landing-root .course-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(42,26,14,.55) 100%)}.landing-root .course-img-tag{position:absolute;top:14px;left:14px;z-index:2;font-family:Cinzel,serif;font-size:10px;letter-spacing:2.5px;padding:6px 14px;border-radius:30px;background:#140a048c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(244,165,53,.55);color:var(--marigold);text-transform:uppercase}.landing-root .course-body{padding:28px 28px 30px;display:flex;flex-direction:column;gap:14px;flex:1}.landing-root .course-title{font-family:Playfair Display,serif;font-weight:500;font-size:20px;line-height:25.65px;letter-spacing:0;color:var(--text-strong)}.landing-root .course-desc{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:22.75px;letter-spacing:0;color:var(--text-main);opacity:.72;flex:1}.landing-root .course-meta{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--terracotta);opacity:.85;border-top:1px dashed rgba(244,165,53,.35);padding-top:12px;margin-top:4px}.landing-root[data-theme=dark] .course-meta{color:var(--marigold)}.landing-root .course-cta{align-self:flex-start;font-family:Cinzel,serif;font-size:11px;letter-spacing:2.5px;padding:11px 24px;border-radius:40px;background:linear-gradient(135deg,var(--saffron),var(--marigold-deep));color:#fff;text-decoration:none;text-transform:uppercase;box-shadow:0 6px 18px #f4a53559;transition:transform .3s,box-shadow .3s;cursor:pointer;border:none}.landing-root .course-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f4a5358c}.landing-root .tl-image{flex:1;max-width:360px;height:240px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #3d23142e;position:relative}.landing-root .tl-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.landing-root .tl-image:hover img{transform:scale(1.07)}.landing-root .tl-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(244,165,53,.1),transparent 60%);pointer-events:none}.landing-root .tl-item.no-image .tl-image{display:none}.landing-root .trailer-section{background:linear-gradient(180deg,#120902,#2a1a0e 60%,#120902);padding:120px 60px;position:relative;overflow:hidden}.landing-root .trailer-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 50%,rgba(244,165,53,.16),transparent 70%);pointer-events:none}.landing-root .trailer-section .section-header{margin-bottom:48px;position:relative}.landing-root .trailer-section .section-sub{color:var(--marigold)}.landing-root .trailer-section .section-title{color:#fdf8f0}.landing-root .trailer-wrap{max-width:1120px;margin:0 auto;position:relative;border-radius:22px;overflow:hidden;aspect-ratio:16/9;background:#000;box-shadow:0 40px 100px #0000008c,0 0 0 1px #f4a5354d;cursor:pointer;transition:transform .6s cubic-bezier(.22,.9,.32,1),box-shadow .6s}.landing-root .trailer-wrap:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 50px 120px #f4a53559,0 0 0 1px #f4a53580}.landing-root .trailer-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.landing-root .trailer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#0000008c);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.landing-root .play-btn{width:96px;height:96px;border-radius:50%;background:#f4a5352e;border:2px solid rgba(244,165,53,.7);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;cursor:pointer;transition:all .35s}.landing-root .play-btn:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1px solid rgba(244,165,53,.4);animation:playPulse 2.4s ease-out infinite}.landing-root .play-btn:after{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;border-radius:50%;border:1px solid rgba(244,165,53,.25);animation:playPulse 2.4s .6s ease-out infinite}.landing-root .play-btn svg{width:32px;height:32px;fill:var(--marigold);margin-left:4px}.landing-root .trailer-wrap:hover .play-btn{transform:scale(1.1);background:#f4a53559;border-color:var(--marigold)}@keyframes playPulse{0%{transform:scale(.95);opacity:.8}to{transform:scale(1.5);opacity:0}}.landing-root .trailer-caption{font-family:Cormorant Garamond,serif;font-style:italic;font-size:22px;color:#fdf8f0;text-align:center;max-width:560px;padding:0 24px;text-shadow:0 2px 20px rgba(0,0,0,.5)}.landing-root .trailer-meta{display:flex;justify-content:center;gap:32px;margin-top:32px;flex-wrap:wrap;position:relative}.landing-root .trailer-meta-item{font-family:Cinzel,serif;font-size:11px;letter-spacing:3px;color:#fdf8f099;text-transform:uppercase}.landing-root .trailer-meta-item strong{color:var(--marigold)}.landing-root .blogs-section{background:linear-gradient(160deg,#fdf3e7,#f5edd8)}.landing-root .blogs-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px;max-width:1200px;margin:0 auto}.landing-root .blog-card{position:relative;border-radius:18px;overflow:hidden;background:var(--card-bg);border:1px solid var(--card-border);display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.22,.9,.32,1),box-shadow .4s;cursor:pointer;text-decoration:none;color:inherit}.landing-root .blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #3d231426}.landing-root .blog-card.featured{grid-row:span 2}.landing-root .blog-img{width:100%;height:220px;overflow:hidden;position:relative}.landing-root .blog-card.featured .blog-img{height:360px}.landing-root .blog-img img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.landing-root .blog-card:hover .blog-img img{transform:scale(1.06)}.landing-root .blog-cat{position:absolute;top:14px;left:14px;font-family:Cinzel,serif;font-size:9px;letter-spacing:2.5px;padding:5px 12px;border-radius:20px;background:#140a0499;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--marigold);text-transform:uppercase;border:1px solid rgba(244,165,53,.4)}.landing-root .blog-body{padding:24px 24px 26px;display:flex;flex-direction:column;gap:10px;flex:1}.landing-root .blog-date{font-family:Cinzel,serif;font-size:10px;letter-spacing:2px;color:var(--saffron);text-transform:uppercase}.landing-root .blog-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.25;color:var(--text-strong)}.landing-root .blog-card.featured .blog-title{font-size:30px}.landing-root .blog-excerpt{font-size:13px;line-height:1.75;color:var(--text-main);opacity:.7}.landing-root .blog-read{font-family:Cinzel,serif;font-size:10px;letter-spacing:2.5px;color:var(--saffron);text-transform:uppercase;margin-top:auto;padding-top:12px;display:flex;align-items:center;gap:8px}.landing-root .blog-read:after{content:"→";transition:transform .3s}.landing-root .blog-card:hover .blog-read:after{transform:translate(6px)}.challenges-section .blog-body,.challenges-section .blog-date,.challenges-section .blog-title,.challenges-section .blog-excerpt{text-align:center!important}.challenges-section .blog-read{justify-content:center!important}.landing-root .theme-toggle{position:fixed;right:20px;bottom:70px;width:46px;height:46px;border-radius:50%;background:var(--card-bg);border:1px solid var(--card-border);color:var(--saffron);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:998;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px #3d23142e;transition:transform .3s,box-shadow .3s}.landing-root .theme-toggle:hover{transform:scale(1.08) rotate(20deg);box-shadow:0 12px 30px #f4a53566}.landing-root .theme-toggle svg{width:20px;height:20px}.landing-root .journey-section{background:linear-gradient(160deg,#2a1a0e,#3d2314,#5a3020);padding:110px 0 120px;overflow:hidden;position:relative}.landing-root .journey-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(244,165,53,.14) 0%,transparent 60%);pointer-events:none}.landing-root .journey-header{text-align:center;margin-bottom:56px;position:relative}.landing-root .journey-header .section-sub{font-family:Lato,sans-serif;font-weight:500;font-size:11px;line-height:16px;letter-spacing:2.2px;text-transform:uppercase;color:var(--marigold)}.landing-root .journey-header .section-title{font-family:Playfair Display,serif;font-weight:400;font-size:64px;line-height:68.2px;letter-spacing:0;color:#fdf8f0}.landing-root .journey-header .journey-sub-desc{font-family:Lato,sans-serif;font-weight:300;font-size:15px;line-height:27px;letter-spacing:0;text-align:center;color:#fdf8f099;max-width:560px;margin:20px auto 0}.landing-root .journey-carousel{position:relative;max-width:1180px;margin:0 auto;padding:0 60px}.landing-root .journey-track-wrap{position:relative;overflow:hidden;border-radius:20px}.landing-root .journey-track{display:flex;will-change:transform;transition:transform 1.1s cubic-bezier(.76,0,.24,1)}.landing-root .journey-slide{flex:0 0 100%;position:relative;height:clamp(420px,62vh,620px);overflow:hidden}.landing-root .journey-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 6s ease-out}.landing-root .journey-slide.active img{transform:scale(1.15)}.landing-root .journey-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(42,26,14,.4) 60%,rgba(42,26,14,.92) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:48px 54px}.landing-root .journey-slide-num{font-family:Cinzel,serif;font-size:11px;letter-spacing:4px;color:var(--saffron);text-transform:uppercase;margin-bottom:10px;opacity:0;transform:translateY(16px);transition:opacity .8s .3s ease,transform .8s .3s ease}.landing-root .journey-slide-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,4vw,48px);font-weight:400;color:#fdf8f0;line-height:1.15;margin-bottom:14px;max-width:680px;opacity:0;transform:translateY(24px);transition:opacity .9s .45s ease,transform .9s .45s ease}.landing-root .journey-slide-title em{color:var(--marigold);font-style:italic}.landing-root .journey-slide-caption{font-size:14px;line-height:1.75;color:#fdf8f0cc;max-width:620px;opacity:0;transform:translateY(24px);transition:opacity .9s .6s ease,transform .9s .6s ease}.landing-root .journey-slide.active .journey-slide-num,.landing-root .journey-slide.active .journey-slide-title,.landing-root .journey-slide.active .journey-slide-caption{opacity:1;transform:translateY(0)}.landing-root .journey-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#fdf8f014;border:1px solid rgba(244,165,53,.45);color:var(--saffron);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s;z-index:3}.landing-root .journey-nav:hover{background:var(--saffron);color:var(--deep-brown);transform:translateY(-50%) scale(1.08)}.landing-root .journey-nav.prev{left:10px}.landing-root .journey-nav.next{right:10px}.landing-root .journey-indicators{display:flex;justify-content:center;gap:10px;margin-top:32px;flex-wrap:wrap}.landing-root .journey-dot{width:34px;height:3px;border-radius:2px;background:#fdf8f038;border:none;cursor:pointer;transition:all .4s}.landing-root .journey-dot.active{background:var(--saffron);width:64px;box-shadow:0 0 14px #f4a53599}.landing-root .journey-counter{font-family:Cinzel,serif;font-size:11px;letter-spacing:3px;color:#fdf8f080;text-align:center;margin-top:18px}.landing-root .journey-counter strong{color:var(--saffron)}.landing-root .about-tag{display:inline-block;padding:6px 18px;border-radius:20px;background:#c8dfc066;border:1px solid rgba(125,175,110,.4);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--tulsi-deep);margin-bottom:20px}.landing-root .about-founder{margin-top:32px;padding:24px;border-radius:14px;background:#f4a5350f;border:1px solid rgba(244,165,53,.2);display:flex;align-items:center;gap:20px}.landing-root .founder-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--saffron),var(--marigold-deep));display:flex;align-items:center;justify-content:center;font-family:Cinzel,serif;font-size:22px;color:#fff;font-weight:600;flex-shrink:0}.landing-root .founder-name{font-family:Cinzel,serif;font-size:14px;color:var(--deep-brown);margin-bottom:4px}.landing-root .founder-role{font-size:12px;color:var(--saffron);letter-spacing:1px}.landing-root .coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.landing-root .coverage-item{padding:20px;border-radius:12px;background:#fdf8f0e6;border:1px solid rgba(244,165,53,.2)}.landing-root .coverage-icon{font-size:20px;margin-bottom:8px;display:block}.landing-root .coverage-title{font-size:13px;font-weight:500;color:var(--deep-brown);margin-bottom:4px}.landing-root .coverage-body{font-size:11px;line-height:1.6;color:var(--ink);opacity:.6}.landing-root footer{background:var(--ink);padding:40px 60px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.landing-root .footer-logo{font-family:Cinzel,serif;font-size:14px;letter-spacing:3px;color:#fdf8f099}.landing-root .footer-links{display:flex;gap:24px}.landing-root .footer-links a{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fdf8f059;text-decoration:none;transition:color .2s}.landing-root .footer-links a:hover{color:var(--saffron)}.landing-root .footer-copy{font-size:11px;color:#fdf8f040}.landing-root .reveal{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-left{opacity:0;transform:translate(-40px);transition:opacity .9s ease,transform .9s ease}.landing-root .reveal-left.visible{opacity:1;transform:translate(0)}.landing-root .reveal-right{opacity:0;transform:translate(40px);transition:opacity .9s ease,transform .9s ease}.landing-root .reveal-right.visible{opacity:1;transform:translate(0)}@media(min-width:3440px){.landing-root .tirthankar-wrap{width:clamp(300px,80vw,1400px)}}@media(min-width:5120px){.landing-root .tirthankar-wrap{width:clamp(350px,75vw,1800px)}}@media(min-width:7680px){.landing-root .tirthankar-wrap{width:clamp(400px,70vw,2200px)}}@media(max-width:1100px){.landing-root #hero{grid-template-columns:1fr;text-align:center;padding:90px 40px 60px;gap:24px;min-height:auto}.landing-root .hero-left{align-items:center;text-align:center;justify-self:center;width:100%}.landing-root .hero-title{text-align:center;white-space:normal;font-size:clamp(48px,10vw,90px)}.landing-root .hero-tagline{border-left:none;border-top:1px solid rgba(244,165,53,.3);padding-left:0;padding-top:20px;margin:30px auto 0;text-align:center}.landing-root .hero-subtitle:before,.landing-root .hero-subtitle:after{flex:0 0 16px}.landing-root .hero-cta-row{justify-content:center}.landing-root .hero-right{height:auto;min-height:unset;order:-1}.landing-root .blogs-grid{grid-template-columns:1fr 1fr}.landing-root .blog-card.featured{grid-row:auto;grid-column:span 2}.landing-root[data-theme=dark] .tirthankar-wrap,.landing-root:not([data-theme=dark]) .tirthankar-wrap{margin:0 auto;width:auto;height:clamp(300px,42vh,480px);min-height:unset;overflow:visible}.landing-root[data-theme=dark] .tirthankar-img,.landing-root:not([data-theme=dark]) .tirthankar-img{width:auto;height:100%;max-width:100%;object-fit:contain}.landing-root .aura-ring{height:auto!important;aspect-ratio:1}.landing-root .aura-ring.r1{width:78%}.landing-root .aura-ring.r2{width:96%}.landing-root .aura-ring.r3{width:114%}.landing-root .aura-ring.r4{width:128%}.landing-root .aura-glow{height:auto!important;aspect-ratio:1;width:90%}.landing-root .aura-ray{height:52%}.landing-root .aura-glow,.landing-root .aura-ring,.landing-root .aura-ray,.landing-root .orbit-dot{left:50%!important}}@media(max-width:900px){.landing-root .story-section,.landing-root .post-section,.landing-root .about-section{grid-template-columns:1fr;gap:60px}.landing-root .stats-strip{grid-template-columns:repeat(2,1fr);padding:60px 30px}.landing-root .features-grid,.landing-root .courses-grid{grid-template-columns:1fr;gap:30px}.landing-root .blogs-grid{grid-template-columns:1fr}.landing-root .blog-card.featured{grid-column:auto}.landing-root .section{padding:80px 24px}.landing-root .timeline:before{left:20px}.landing-root .tl-item,.landing-root .tl-item:nth-child(2n){flex-direction:column;padding-left:48px;position:relative;gap:20px}.landing-root .tl-dot{position:absolute;left:12px}.landing-root .timeline{padding-left:0}.landing-root .tl-content,.landing-root .tl-image{width:100%;max-width:100%}.landing-root .tl-spacer{display:none}.landing-root .hero-badge{justify-content:center;margin-top:40px}.landing-root footer{flex-direction:column;text-align:center;gap:40px}.landing-root .journey-carousel{padding:0 20px}.landing-root .journey-nav.prev{left:-6px}.landing-root .journey-nav.next{right:-6px}.landing-root .journey-overlay{padding:32px 30px}.landing-root .trailer-section{padding:80px 24px}.landing-root .journey-header .section-title{font-size:48px;line-height:1.2}.landing-root .story-heading{font-size:42px;line-height:1.2}.landing-root .story-heading em{font-size:42px}.landing-root .shooting-section .section-title{font-size:56px;line-height:1.15}.landing-root .donate-section{padding:80px 24px}.landing-root footer{padding:40px 24px}}@media(max-width:768px){.landing-root .section,.landing-root .donate-section{padding:72px 20px}.landing-root .donate-title{font-size:48px;line-height:1.2}.landing-root .donate-cards{gap:16px}.landing-root .story-section,.landing-root .post-section{gap:40px}.landing-root .shooting-section .section-title{font-size:52px;line-height:1.15}.landing-root .journey-header .section-title{font-size:44px}.landing-root .courses-split-title{font-size:46px}}@media(max-width:600px){.landing-root .stats-strip{grid-template-columns:1fr}.landing-root .stat-card{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.landing-root .stat-card:last-child{border-bottom:none}.landing-root .hero-title{font-size:clamp(32px,10vw,48px);white-space:normal}.landing-root .hero-cta-row{flex-direction:column;width:100%;gap:12px}.landing-root .hero-btn-primary,.landing-root .hero-btn-ghost{width:100%}.landing-root .orbit-dot,.landing-root .mandala-orbit-dot,.landing-root .aura-ring.r3,.landing-root .aura-ring.r4{display:none}.landing-root[data-theme=dark] .tirthankar-wrap,.landing-root:not([data-theme=dark]) .tirthankar-wrap{height:clamp(240px,38vh,360px)}.landing-root .hero-badge{flex-direction:column;align-items:center}.landing-root .badge-item{width:100%;max-width:280px}.landing-root .journey-nav{width:44px;height:44px;font-size:16px}.landing-root .journey-slide-title{font-size:28px}.landing-root .donate-title{font-size:38px;line-height:1.15}.landing-root .courses-split-title{font-size:42px;line-height:1.1}.landing-root .shooting-section .section-title{font-size:44px;line-height:1.15}.landing-root .journey-header .section-title{font-size:38px;line-height:1.2}.landing-root .donate-section{padding:60px 20px}.landing-root footer{padding:30px 20px}.landing-root .journey-overlay{padding:24px 20px}.landing-root .footer-links{flex-wrap:wrap;justify-content:center;gap:16px}}@media(max-width:480px){.landing-root #navbar{padding:0 16px}.landing-root .section{padding:60px 16px}.landing-root footer{padding:24px 16px}.landing-root[data-theme=dark] .tirthankar-wrap,.landing-root:not([data-theme=dark]) .tirthankar-wrap{height:clamp(200px,36vh,300px)}.landing-root .donate-title{font-size:32px}.landing-root .donate-section{padding:50px 16px}.landing-root .shooting-section .section-title{font-size:36px;line-height:1.2}.landing-root .journey-header .section-title{font-size:32px}.landing-root .journey-slide{height:clamp(280px,60vh,420px)}.landing-root .courses-split-stats{gap:16px;flex-wrap:wrap}.landing-root .courses-split-title{font-size:36px}.landing-root .story-heading,.landing-root .story-heading em{font-size:34px}.landing-root .section-title{font-size:clamp(30px,8vw,44px)}.landing-root .trailer-section{padding:60px 16px}.landing-root .stats-strip{padding:50px 16px}.landing-root .journey-carousel{padding:0 10px}}@media(max-width:360px){.landing-root #hero{padding:90px 14px 48px}.landing-root .hero-title{font-size:clamp(28px,8vw,36px)}.landing-root .hero-tagline{font-size:12px}.landing-root .hero-badge{gap:8px}.landing-root .badge-item{min-width:unset;width:100%}.landing-root[data-theme=dark] .tirthankar-wrap,.landing-root:not([data-theme=dark]) .tirthankar-wrap{height:clamp(180px,34vh,260px)}}.landing-root .om-decoration{text-align:center;font-size:48px;opacity:.08;position:absolute;right:60px;top:50%;transform:translateY(-50%);font-family:Cormorant Garamond,serif;color:var(--saffron);pointer-events:none}.landing-root #progress-bar{position:fixed;top:0;left:0;height:2px;z-index:1000;background:linear-gradient(90deg,var(--saffron),var(--marigold));width:0%;transition:width .1s}._heritageSection_xk7ci_1{background:var(--cream);padding:80px 60px 140px}._sectionHeader_xk7ci_6{text-align:center;margin-bottom:100px}._headerFrom_xk7ci_11{font-family:Cormorant Garamond,serif;font-size:42px;color:var(--deep-brown);font-weight:300;line-height:1}._headerTitle_xk7ci_19{font-family:Playfair Display,serif;font-size:64px;color:var(--deep-brown);margin:10px 0 30px;font-weight:400;line-height:73.6px;letter-spacing:0%}._headerDesc_xk7ci_29{font-family:Poppins,sans-serif;font-weight:500;font-size:16px;line-height:27px;letter-spacing:.8px;text-align:center;color:var(--saffron);max-width:680px;margin:0 auto}._mainTimeline_xk7ci_41{position:relative;max-width:1200px;margin:0 auto}._verticalLine_xk7ci_47{position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--saffron);opacity:.35;transform:translate(-50%);z-index:1}._timelineRow_xk7ci_59{display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;margin-bottom:100px;position:relative;z-index:2}._timelineRow_xk7ci_59>div{grid-row:1}._timelineRow_xk7ci_59._rowLeft_xk7ci_74 ._contentCard_xk7ci_74{grid-column:1;justify-self:end}._timelineRow_xk7ci_59._rowLeft_xk7ci_74 ._dotBox_xk7ci_75{grid-column:2;justify-self:center}._timelineRow_xk7ci_59._rowLeft_xk7ci_74 ._imageBox_xk7ci_76,._timelineRow_xk7ci_59._rowRight_xk7ci_79 ._contentCard_xk7ci_74{grid-column:3;justify-self:start}._timelineRow_xk7ci_59._rowRight_xk7ci_79 ._dotBox_xk7ci_75{grid-column:2;justify-self:center}._timelineRow_xk7ci_59._rowRight_xk7ci_79 ._imageBox_xk7ci_76{grid-column:1;justify-self:end}._contentCard_xk7ci_74{background:#fff;padding:28px;border-radius:12px;box-shadow:0 15px 50px #00000008;border:1px solid rgba(244,165,53,.08);width:590px;max-width:100%}._cardEyebrow_xk7ci_94{font-family:DM Sans,sans-serif;font-weight:300;font-size:9px;line-height:14.4px;letter-spacing:1.8px;text-transform:uppercase;color:var(--sandstone);opacity:1;margin-bottom:20px}._cardTitle_xk7ci_106{font-family:Playfair Display,serif;font-weight:500;font-size:20px;line-height:32px;letter-spacing:0;color:var(--deep-brown);margin-bottom:18px}._cardBody_xk7ci_116{font-family:DM Sans,sans-serif;font-weight:300;font-size:14px;line-height:24.5px;letter-spacing:0;color:var(--deep-brown);opacity:.85}._imageBox_xk7ci_76{background:#fff;padding:12px;border-radius:14px;box-shadow:0 15px 50px #00000008;border:1px solid rgba(244,165,53,.08);max-width:540px;width:100%}._imageFrame_xk7ci_137{border-radius:10px;overflow:hidden;position:relative}._imageFrame_xk7ci_137 img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block}._imageCaption_xk7ci_151{padding:15px 10px 5px;font-family:Cinzel,serif;font-size:11px;color:var(--sandstone);letter-spacing:1px;font-weight:600;text-transform:uppercase}._dotBox_xk7ci_75{width:30px;height:30px;background:var(--cream);border:1px solid rgba(244,165,53,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5}._centralDot_xk7ci_174{width:10px;height:10px;background:var(--saffron);border-radius:50%}._footer_xk7ci_182{margin-top:60px;display:flex;flex-direction:column;align-items:center;gap:15px}._knowMoreBtn_xk7ci_190{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer}._knowMoreBtn_xk7ci_190 span{font-family:Cinzel,serif;font-size:11px;letter-spacing:3px;color:var(--deep-brown);text-transform:uppercase;font-weight:700}._logoCircle_xk7ci_207{width:54px;height:54px;border-radius:50%;background:var(--tulsi-deep);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Cinzel,serif;font-size:26px;font-weight:700;box-shadow:0 6px 20px #7daf6e4d}.landing-root[data-theme=dark] ._contentCard_xk7ci_74,.landing-root[data-theme=dark] ._imageBox_xk7ci_76{background:#2a1a0ebf;border-color:#f4a53559;color:var(--text-main)}.landing-root[data-theme=dark] ._cardEyebrow_xk7ci_94{color:#f4a535a6}.landing-root[data-theme=dark] ._cardTitle_xk7ci_106{color:var(--text-strong)}.landing-root[data-theme=dark] ._cardBody_xk7ci_116{color:var(--text-main)}@media(max-width:1024px){._timelineRow_xk7ci_59{grid-template-columns:1fr 60px 1fr;gap:0}}@media(max-width:900px){._heritageSection_xk7ci_1{padding:80px 24px}._verticalLine_xk7ci_47{left:25px}._timelineRow_xk7ci_59,._timelineRow_xk7ci_59._rowLeft_xk7ci_74,._timelineRow_xk7ci_59._rowRight_xk7ci_79{display:flex;flex-direction:column;align-items:flex-start;padding-left:60px;gap:30px;margin-bottom:60px}._timelineRow_xk7ci_59>div{grid-row:auto}._contentCard_xk7ci_74,._imageBox_xk7ci_76{max-width:100%;width:100%}._dotBox_xk7ci_75{position:absolute;left:25px;top:40px;transform:translate(-50%)}._headerTitle_xk7ci_19{font-size:48px;line-height:1.2}._headerFrom_xk7ci_11{font-size:32px}._sectionHeader_xk7ci_6{margin-bottom:60px}}@media(max-width:600px){._heritageSection_xk7ci_1{padding:60px 20px 80px}._headerTitle_xk7ci_19{font-size:38px;line-height:1.2}._headerFrom_xk7ci_11{font-size:26px}._headerDesc_xk7ci_29{font-size:14px;letter-spacing:.4px}._sectionHeader_xk7ci_6{margin-bottom:48px}}@media(max-width:480px){._heritageSection_xk7ci_1{padding:50px 16px 70px}._headerTitle_xk7ci_19{font-size:30px;line-height:1.25}._headerFrom_xk7ci_11{font-size:22px}._headerDesc_xk7ci_29{font-size:13px}._sectionHeader_xk7ci_6{margin-bottom:40px}._timelineRow_xk7ci_59,._timelineRow_xk7ci_59._rowLeft_xk7ci_74,._timelineRow_xk7ci_59._rowRight_xk7ci_79{padding-left:44px}._verticalLine_xk7ci_47{left:14px}._dotBox_xk7ci_75{left:14px;width:24px;height:24px}}
