:root{--ink: #2a221c;--ink-soft: #5a4d42;--paper: #f6f1e8;--paper-deep: #ebe3d4;--stone: #d9cfc0;--bronze: #8a5a32;--bronze-deep: #6e4324;--sand: #c4a574;--veil: rgba(28, 22, 18, .42);--white: #fffdf9;--header-h: 3.75rem;--max: 72rem;--gutter: clamp(1rem, 4.5vw, 2.5rem);--ease: cubic-bezier(.22, 1, .36, 1);--font-display: "Marcellus", Georgia, serif;--font-body: "Marcellus", Georgia, serif;--safe-t: env(safe-area-inset-top, 0px);--safe-r: env(safe-area-inset-right, 0px);--safe-b: env(safe-area-inset-bottom, 0px);--safe-l: env(safe-area-inset-left, 0px)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;color:var(--ink);font-family:var(--font-body);font-weight:400;line-height:1.65;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(196,165,116,.18),transparent 55%),linear-gradient(180deg,#f8f4ec 0%,var(--paper) 40%,#f3ece1 100%);-webkit-font-smoothing:antialiased;overflow-x:clip}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(106,67,36,.18)}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;-webkit-tap-highlight-color:rgba(106,67,36,.18)}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.15;letter-spacing:.01em;margin:0;text-wrap:balance}h2{font-size:clamp(1.35rem,4.2vw + .55rem,2.35rem);line-height:1.2;letter-spacing:.015em}p{margin:0}ul{margin:0;padding:0;list-style:none}.page{min-height:100vh;min-height:100dvh}.eyebrow{margin:0 0 .65rem;font-size:.68rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--bronze)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.7rem 1.45rem;font-family:var(--font-display);font-size:1rem;letter-spacing:.04em;border:1px solid transparent;transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}.btn-primary{background:var(--bronze-deep);color:var(--white)}@media(hover:hover)and (pointer:fine){.btn-primary:hover{background:var(--bronze)}}.btn-primary:active{background:var(--bronze)}.site-header{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;height:calc(var(--header-h) + var(--safe-t));padding:var(--safe-t) calc(var(--gutter) + var(--safe-r)) 0 calc(var(--gutter) + var(--safe-l));color:var(--white);transition:background-color .3s var(--ease),color .3s var(--ease),box-shadow .3s var(--ease)}.site-header.is-scrolled{color:var(--ink);background:#f6f1e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px #2a221c14}.brand{display:flex;align-items:center;gap:.6rem;z-index:2;min-width:0;max-width:calc(100% - 3.25rem)}.brand-mark{width:auto;height:1.9rem;display:block;object-fit:contain;flex-shrink:0}.site-header.is-scrolled .brand-mark{filter:invert(1)}.brand-text{display:flex;flex-direction:column;line-height:1.05;min-width:0}.brand-name{font-family:var(--font-display);font-size:clamp(1.15rem,4.2vw,1.35rem);font-weight:400;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-sub{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;opacity:.8}.site-header:not(.is-scrolled) .brand,.site-header:not(.is-scrolled) .menu-toggle{filter:drop-shadow(0 1px 8px rgba(20,12,8,.55))}.menu-toggle{z-index:2;flex-shrink:0;width:2.75rem;height:2.75rem;display:grid;place-content:center;gap:5px}.menu-toggle span{display:block;width:1.35rem;height:1.5px;background:currentColor;transition:transform .25s var(--ease),opacity .2s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.site-nav{position:fixed;inset:0;display:grid;place-items:center;padding:calc(var(--header-h) + var(--safe-t) + 1rem) calc(var(--gutter) + var(--safe-r)) calc(1.5rem + var(--safe-b)) calc(var(--gutter) + var(--safe-l));background:#2a221cf5;color:var(--white);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--ease),visibility .3s var(--ease)}.site-nav.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-nav ul{display:grid;gap:.35rem;width:min(100%,22rem);text-align:center}.site-nav a{display:flex;align-items:center;justify-content:center;min-height:3rem;padding:.55rem .75rem;font-family:var(--font-display);font-size:clamp(1.55rem,6vw,2.5rem);font-weight:400}@media(hover:hover)and (pointer:fine){.site-nav a:hover{color:var(--sand)}}.hero{position:relative;min-height:100svh;min-height:100dvh;height:100svh;height:100dvh;display:grid;place-items:end center;color:var(--white);overflow:hidden}.hero-media{position:absolute;inset:0}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero-veil{position:absolute;inset:0;background:linear-gradient(180deg,#1c161273,#1c16122e 32%,#1c16126b 58%,#1c1612c7),radial-gradient(ellipse at center,transparent 30%,rgba(28,22,18,.28) 100%)}.hero-content{position:relative;z-index:1;width:min(100% - (var(--gutter) * 2),40rem);padding:0 0 calc(1.75rem + var(--safe-b));text-align:center}.hero-brand{margin-bottom:.65rem;font-family:var(--font-display);font-size:clamp(.88rem,1.6vw + .55rem,2rem);letter-spacing:.08em;text-transform:uppercase;font-weight:400;line-height:1.3;text-wrap:balance}.hero h1{font-size:clamp(1.75rem,5.8vw + .45rem,4rem);font-weight:400;margin-bottom:.85rem;line-height:1.12}.hero-lead{max-width:34rem;margin:0 auto 1.35rem;font-size:clamp(.95rem,2.4vw + .45rem,1.05rem);font-weight:400;line-height:1.55;color:#fffdf9e6;text-wrap:pretty}.hero .btn{width:min(100%,16rem)}@media(max-height:720px){.hero-content{padding-bottom:calc(1.25rem + var(--safe-b))}.hero-brand{margin-bottom:.45rem}.hero h1{margin-bottom:.55rem;font-size:clamp(1.55rem,5vw + .4rem,2.4rem)}.hero-lead{margin-bottom:1rem;font-size:.92rem;line-height:1.45}}@media(max-height:620px){.hero-lead{display:none}.hero-brand{font-size:.82rem;letter-spacing:.06em}}.intro{display:grid;gap:clamp(1.5rem,5vw,4rem);width:min(100% - (var(--gutter) * 2),var(--max));margin:0 auto;padding:clamp(2rem,5vw,3.5rem) 0}.intro-copy h2{margin:0 0 1rem}.intro-copy p+p{margin-top:1rem}.intro-copy p:not(.eyebrow){color:var(--ink-soft);font-size:clamp(.95rem,1.8vw + .55rem,1.05rem);line-height:1.65;text-wrap:pretty}.intro-cta{margin-top:1.35rem;align-self:stretch;width:100%}.intro-figure{margin:0;overflow:hidden;background:var(--paper-deep)}.intro-figure img{width:100%;height:auto;display:block;object-fit:contain;object-position:center}.tribute{background:linear-gradient(135deg,#5c3a28,#7a4a30 45%,#6b4028);color:var(--white)}.tribute-inner{display:grid;gap:clamp(1.5rem,5vw,3.5rem);width:min(100% - (var(--gutter) * 2),var(--max));margin:0 auto;padding:clamp(1.75rem,4vw,2.25rem) 0}.tribute-portraits{display:flex;gap:clamp(.75rem,3vw,1.15rem);align-items:flex-start;justify-content:center}.tribute-portraits figure{margin:0;flex:1 1 0;min-width:0;max-width:12.5rem}.tribute-portraits img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center 18%;background:#2a1f1a;border:1px solid rgba(255,253,249,.22);box-shadow:0 10px 28px #140c0847}.tribute-portraits figcaption{margin-top:.65rem;font-family:var(--font-display);font-size:clamp(.78rem,2.4vw,.95rem);letter-spacing:.01em;line-height:1.3;text-align:center;text-wrap:balance;opacity:.9}.tribute .eyebrow{color:var(--sand)}.tribute-copy{text-align:center}.tribute-copy h2{margin-bottom:.85rem}.tribute-copy p:not(.eyebrow){max-width:36rem;margin-inline:auto;color:#fffdf9e0;font-size:clamp(.95rem,2vw + .5rem,1.05rem);line-height:1.6;text-wrap:pretty}.sections{width:min(100% - (var(--gutter) * 2),var(--max));margin:0 auto;padding:clamp(2rem,5vw,3.5rem) 0}.sections-header{max-width:38rem;margin:0 auto 1.5rem;text-align:center}.sections-header h2{margin-bottom:.85rem}.sections-lead{color:var(--ink-soft);font-size:clamp(.95rem,1.8vw + .55rem,1.02rem);text-wrap:pretty}.section-panels{display:grid;gap:.9rem}.section-panel{display:grid;grid-template-rows:auto 1fr;height:100%;background:var(--white);border:1px solid rgba(42,34,28,.08);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}@media(hover:hover)and (pointer:fine){.section-panel:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2a221c1a}.section-panel:hover .section-panel-media img{transform:scale(1.04)}}.section-panel-media{aspect-ratio:5 / 4;overflow:hidden;background:var(--paper-deep)}.section-panel-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s var(--ease)}.section-panel--temple .section-panel-media img{object-position:22% center}.section-panel--history .section-panel-media img{object-position:center 40%}.section-panel--explore .section-panel-media img{object-position:center 35%}.section-panel--art .section-panel-media img{object-position:45% center}.section-panel--worship .section-panel-media img{object-position:center 30%}.section-panel-body{display:grid;gap:.4rem;padding:1rem 1rem 1.2rem;align-content:start}.section-panel h3{font-size:clamp(1.2rem,3vw + .5rem,1.45rem)}.section-panel p{font-size:.9rem;color:var(--ink-soft);line-height:1.5}.section-link{margin-top:.3rem;font-family:var(--font-display);font-size:1rem;color:var(--bronze-deep)}.section-link:before{content:"+ "}.site-footer{background:#241c17;color:#fffdf9d1;padding:clamp(2.25rem,5vw,3.75rem) calc(var(--gutter) + var(--safe-r)) calc(1.35rem + var(--safe-b)) calc(var(--gutter) + var(--safe-l))}.footer-top,.footer-mid,.footer-bottom{width:min(100%,var(--max));margin:0 auto}.footer-top{display:grid;gap:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(255,253,249,.12)}.footer-title{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-size:clamp(1.35rem,4vw,1.85rem);color:var(--white);margin-bottom:.75rem}.footer-logo{width:auto;height:2.25rem;display:block;object-fit:contain;flex-shrink:0}.footer-blurb{max-width:28rem;font-size:.92rem;line-height:1.65}.footer-tribute{max-width:28rem;margin-top:1rem;font-size:.86rem;line-height:1.55;color:#fffdf99e;font-style:italic}.footer-heading{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sand);margin-bottom:.75rem}.footer-heading-spaced{margin-top:1.35rem}.footer-col ul,.footer-visit-block ul{display:grid;gap:.15rem}.footer-col a,.footer-visit-block a{display:inline-flex;align-items:center;min-height:2.5rem;padding:.2rem 0}@media(hover:hover)and (pointer:fine){.footer-col a:hover,.footer-visit-block a:hover{color:var(--white)}}.footer-place{color:var(--white);font-family:var(--font-display);font-size:1.05rem;margin-bottom:.45rem}.footer-detail{font-size:.9rem;line-height:1.55;color:#fffdf9b3;margin-bottom:.25rem}.footer-mid{display:grid;gap:1.65rem;padding:1.65rem 0;border-bottom:1px solid rgba(255,253,249,.12)}.footer-hours{color:#fffdf9e0}.footer-hours li,.footer-visit-block li{min-height:1.85rem;display:flex;align-items:center}.footer-poojas li{display:flex;justify-content:space-between;gap:1rem;max-width:16rem}.footer-poojas li span:last-child{color:var(--sand);white-space:nowrap}.footer-bottom{display:flex;flex-direction:column;gap:.45rem;padding-top:1.2rem;font-size:.82rem;line-height:1.45;color:#fffdf98c}@media(min-width:480px){:root{--header-h: 4.15rem}.brand-mark{height:2.15rem}.brand-sub{font-size:.62rem;letter-spacing:.28em}.eyebrow{font-size:.72rem;letter-spacing:.28em;margin-bottom:.75rem}.btn{font-size:1.05rem;padding:.7rem 1.6rem}.hero-content{padding-bottom:calc(2.25rem + var(--safe-b))}.hero-brand{margin-bottom:.85rem;letter-spacing:.12em}.hero h1{margin-bottom:1rem}.hero-lead{margin-bottom:1.55rem}.hero .btn,.intro-cta{width:auto;align-self:flex-start}.section-panel-media{aspect-ratio:4 / 3}.footer-bottom{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem}}@media(min-width:640px){.section-panels{grid-template-columns:repeat(2,1fr);gap:1rem}.section-panel-media{aspect-ratio:3 / 4}.section-panel-body{padding:1.15rem 1.1rem 1.35rem}}@media(min-width:700px){.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:2.25rem;padding-bottom:2.25rem}}@media(min-width:800px){.tribute-inner{grid-template-columns:auto 1fr;align-items:center}.tribute-portraits{justify-content:flex-start}.tribute-portraits figure{width:min(40vw,12.5rem);flex:none}.tribute-copy{text-align:left}.tribute-copy p:not(.eyebrow){margin-inline:0}.footer-mid{grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:2rem 0}}@media(min-width:900px){:root{--header-h: 4.5rem}.brand{gap:.75rem}.brand-mark{height:2.35rem}.brand-name{font-size:1.35rem;letter-spacing:.06em}.brand-sub{font-size:.65rem;letter-spacing:.32em}.hero{min-height:78svh;height:78svh}.hero-video{object-position:center center}.hero-veil{background:linear-gradient(180deg,#1c161259,#1c161226 35%,#1c16128c),radial-gradient(ellipse at center,transparent 30%,rgba(28,22,18,.25) 100%)}.hero-content{padding-bottom:clamp(2.5rem,7vh,4rem)}.intro{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem)}.intro-copy{display:flex;flex-direction:column;justify-content:center}.intro-copy h2{white-space:nowrap;margin-bottom:1.25rem}.intro-figure{position:relative;min-height:0}.intro-figure img{position:static;width:100%;height:auto;aspect-ratio:auto}}@media(min-width:1000px){.footer-top{grid-template-columns:1.6fr .85fr .95fr 1.15fr;gap:2.5rem}.footer-logo{height:2.75rem}}@media(min-width:1100px){.section-panels{grid-template-columns:repeat(5,1fr);gap:.75rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.section-panel,.section-panel-media img,.btn,.site-header,.site-nav,.menu-toggle span{transition:none}.section-panel:hover,.section-panel:hover .section-panel-media img{transform:none}}
