:root {
  --ivory: #fff8e9;
  --paper: #f2e4c8;
  --sindoor: #9d130d;
  --deep-red: #5b0807;
  --gold: #e1b844;
  --brass: #a06a12;
  --leaf: #244a33;
  --coal: #211817;
  --muted: #735f5a;
  --line: rgba(128, 80, 15, 0.28);
  --serif: "Cormorant Garamond", "Tiro Devanagari Hindi", Georgia, serif;
  --body: "Anek Devanagari", sans-serif;
  --hand: "Kalam", cursive;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.home-redesign { margin: 0; overflow-x: hidden; color: var(--coal); background: var(--ivory); font-family: var(--body); font-size: 17px; line-height: 1.55; }
body[data-site-language="hi"] { font-family: var(--body); }
body[data-site-language="hi"] h1,
body[data-site-language="hi"] h2,
body[data-site-language="hi"] h3,
body[data-site-language="hi"] .site-brand__name { font-family: "Tiro Devanagari Hindi", serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin-top: 0; }
.section-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 10000; background: #fff; color: var(--deep-red); padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.reveal { opacity: 0; transform: translateY(28px); }

.top-strip { position: relative; z-index: 40; min-height: 34px; color: #fff3d6; background: var(--deep-red); font-size: 13px; letter-spacing: 0; }
.top-strip::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 12px; height: 12px; transform: translateX(-50%) rotate(45deg); background: var(--deep-red); }
.top-strip__inner { width: min(1240px, calc(100% - 80px)); min-height: 34px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.top-strip__group { display: flex; align-items: center; gap: 22px; }
.top-strip__group > * + * { position: relative; }
.top-strip__group > * + *::before { content: ""; position: absolute; left: -11px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.top-strip__mantra { margin: 0; font-family: var(--hand); color: #f2d588; }

#site-main-header { position: sticky; top: 0; z-index: 35; height: var(--header-height); color: var(--deep-red); background: rgba(255, 249, 235, 0.97); border-bottom: 1px solid rgba(112, 56, 13, 0.18); box-shadow: 0 8px 32px rgba(69, 22, 7, 0.07); backdrop-filter: blur(12px); }
#site-main-header .site-inner { width: min(1380px, calc(100% - 42px)); height: 100%; margin: auto; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 44px); }
.site-brand { min-width: 284px; display: flex; align-items: center; gap: 12px; }
.site-brand__mark { width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(93, 24, 10, 0.18)); }
.site-brand__text { display: grid; line-height: 1; }
.site-brand__name { font-family: var(--serif); font-size: 19px; font-weight: 700; }
.site-brand__sub { margin-top: 7px; color: var(--brass); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(13px, 1.5vw, 24px); white-space: nowrap; }
.site-nav a { position: relative; padding: 29px 0 25px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--sindoor); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-actions { display: flex; align-items: center; gap: 9px; }
.header-link { padding: 10px 12px; border: 1px solid rgba(157, 19, 13, .22); font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.header-link:hover { background: #fff; border-color: var(--sindoor); }
.header-darshan { padding: 11px 15px; color: #fff; background: var(--sindoor); border: 1px solid var(--sindoor); font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.header-darshan:hover { background: var(--deep-red); }
.site-language-switch { display: flex; border: 1px solid rgba(157, 19, 13, .22); }
.site-language-switch button { min-width: 34px; height: 34px; padding: 0 7px; border: 0; background: transparent; color: var(--deep-red); font-size: 11px; font-weight: 700; cursor: pointer; }
.site-language-switch button.active { color: #fff; background: var(--deep-red); }
.site-menu { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.site-menu span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--deep-red); transition: transform .25s ease, opacity .25s ease; }

.announcement-bar { position: sticky; z-index: 34; top: var(--header-height); min-height: 42px; display: flex; align-items: stretch; overflow: hidden; color: #412319; background: #f4d77a; border-bottom: 1px solid rgba(91,8,7,.22); }
.announcement-bar__label { position: relative; z-index: 2; min-width: 146px; padding: 11px 22px 9px; display: grid; place-items: center; color: #fff9e8; background: var(--deep-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.announcement-bar__label::after { content: ""; position: absolute; right: -11px; top: 0; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 12px solid var(--deep-red); }
.announcement-bar__track { min-width: 0; flex: 1; overflow: hidden; }
.announcement-bar__content { width: max-content; min-height: 42px; padding: 0 36px; display: flex; align-items: center; gap: 28px; will-change: transform; animation: announcement-scroll 34s linear infinite; }
.announcement-bar__content span, .announcement-bar__content a { font-size: 13px; font-weight: 700; white-space: nowrap; }
.announcement-bar__content a { color: var(--deep-red); text-decoration: underline; text-underline-offset: 4px; }
.announcement-bar__content a:hover { color: var(--sindoor); }
.announcement-bar__content i { flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--sindoor); }
.announcement-bar:hover .announcement-bar__content { animation-play-state: paused; }
@keyframes announcement-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
#prasad, #announcements { scroll-margin-top: 132px; }

.home-hero { position: relative; height: clamp(600px, calc(100svh - 158px), 860px); min-height: 600px; color: #fff; overflow: hidden; background: var(--deep-red); }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .9s ease, visibility .9s; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); transition: transform 7s linear; }
.hero-slide > img.hero-slide__image--portrait { object-fit: contain; object-position: right center; background: #190302; }
.hero-slide[data-slide="0"] > img { object-position: center 27%; }
.hero-slide[data-slide="1"] > img { object-position: center 24%; filter: saturate(1.05) contrast(1.08); }
.hero-slide.is-active > img { transform: scale(1); }
.hero-slide:nth-child(3) > img { object-position: center 30%; filter: saturate(.9) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25, 2, 1, .92) 0%, rgba(57, 4, 2, .7) 36%, rgba(57, 4, 2, .13) 68%, rgba(20, 1, 1, .12) 100%); }
.hero-shade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 2, 1, .12), transparent 55%, rgba(22, 1, 1, .58)); }
.hero-slide__content { position: absolute; z-index: 2; left: max(260px, calc((100vw - 1240px) / 2)); top: 50%; width: min(650px, calc(100% - 308px)); transform: translateY(-52%); }
.hero-overline { margin-bottom: 18px; color: #f4c94c; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.hero-overline::before { content: ""; display: inline-block; width: 56px; height: 1px; margin: 0 14px 5px 0; background: currentColor; }
.hero-slide h1, .hero-slide h2 { max-width: 680px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(48px, 5.2vw, 82px); line-height: .92; font-weight: 600; letter-spacing: 0; text-wrap: balance; text-shadow: 0 5px 22px rgba(0,0,0,.26); }
.hero-slide h2 { font-size: clamp(44px, 4.5vw, 72px); }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: rgba(255,255,255,.88); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.45; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-btn { min-height: 50px; padding: 13px 22px 11px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 0; font-family: var(--body); font-size: 14px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: background-color .25s ease, color .25s ease, transform .25s ease; }
.hero-btn:hover { transform: translateY(-2px); }
.hero-btn.primary { color: #2a1705; background: var(--gold); border-color: var(--gold); }
.hero-btn.primary:hover { background: #f0cc67; }
.hero-btn.ghost { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.6); backdrop-filter: blur(5px); }
.hero-btn.ghost:hover { color: var(--deep-red); background: #fff; }
.hero-nav { position: absolute; z-index: 5; left: max(48px, calc((100vw - 1240px) / 2)); bottom: 42px; display: flex; align-items: center; gap: 18px; }
.hero-arrow { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: rgba(60,7,4,.22); color: #fff; cursor: pointer; transition: background .2s, color .2s; }
.hero-arrow:hover { color: var(--deep-red); background: #fff; }
.hero-dots { display: flex; gap: 9px; }
.hero-dot { position: relative; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.55); cursor: pointer; }
.hero-dot::before { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: currentColor; }
.hero-dot span { font-size: 11px; font-weight: 700; }
.hero-dot.is-active { color: var(--gold); }
.hero-progress { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,.18); }
.hero-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.hero-progress.is-running span { animation: slide-progress 6.5s linear forwards; }
@keyframes slide-progress { to { width: 100%; } }
.hero-prasad-button { position: absolute; z-index: 6; left: clamp(18px, 2.3vw, 42px); top: 8%; width: 194px; min-height: 198px; display: grid; justify-items: center; align-content: start; color: #fff; background: transparent; border: 0; box-shadow: none; transition: transform .35s ease; }
.hero-prasad-button::before { display: none; }
.hero-prasad-button__image { position: relative; width: 166px; height: 166px; }
.hero-prasad-button__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 14px rgba(37,2,1,.44)); animation: thali-spin 14s linear infinite; }
.hero-prasad-button__copy { position: relative; display: grid; margin-top: -2px; text-align: center; line-height: 1; text-shadow: 0 3px 14px rgba(31,2,1,.72); }
.hero-prasad-button__copy small { color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-prasad-button__copy strong { margin-top: 7px; font-family: var(--serif); font-size: 34px; }
.hero-prasad-button:hover { transform: translateY(-6px) rotate(-2deg); }
.hero-prasad-button:hover .hero-prasad-button__image img { animation-duration: 5s; }
@keyframes thali-spin { to { transform: rotate(360deg); } }

.darshan-ribbon { position: relative; z-index: 8; width: min(1120px, calc(100% - 80px)); min-height: 142px; margin: -26px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ivory); box-shadow: 0 24px 70px rgba(72, 25, 7, .2); border-bottom: 4px solid var(--deep-red); }
.ribbon-link { position: relative; min-width: 0; padding: 18px 20px; display: flex; align-items: center; gap: 17px; overflow: hidden; border-right: 1px solid var(--line); }
.ribbon-link:last-child { border-right: 0; }
.ribbon-link::after { content: ""; position: absolute; inset: 100% 0 0; background: var(--deep-red); transition: inset .35s cubic-bezier(.2,.8,.2,1); }
.ribbon-link img { position: relative; z-index: 1; width: 86px; height: 100px; object-fit: cover; object-position: center; filter: saturate(.88); transition: transform .45s ease, filter .35s; }
.ribbon-link:first-child img { object-fit: contain; }
.ribbon-link span { position: relative; z-index: 1; display: grid; line-height: 1.05; transition: color .3s; }
.ribbon-link small { color: var(--brass); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ribbon-link strong { margin-top: 7px; color: var(--deep-red); font-family: var(--serif); font-size: 28px; }
.ribbon-link:hover::after { inset: 0; }
.ribbon-link:hover img { transform: scale(1.08) rotate(-1deg); filter: saturate(1.08); }
.ribbon-link:hover small { color: var(--gold); }
.ribbon-link:hover strong { color: #fff; }

.story-section { position: relative; padding: 130px 0 150px; overflow: hidden; background: var(--ivory); }
.story-section::before { content: ""; position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(118,79,22,.06) 80px); }
.story-rail { position: absolute; left: 0; right: 0; top: 36px; display: flex; align-items: center; gap: 18px; color: rgba(62,54,48,.48); font-family: monospace; font-size: 11px; letter-spacing: .16em; }
.story-rail::before, .story-rail::after { content: ""; height: 2px; background: #526067; flex: 1; }
.story-rail i { display: block; width: 18px; height: 18px; border-radius: 50%; border: 3px solid #526067; }
.story-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(70px, 9vw, 150px); }
.story-images { position: relative; min-height: 690px; }
.story-image { margin: 0; overflow: hidden; background: #eadcc4; box-shadow: 0 26px 70px rgba(64,22,7,.15); }
.story-image--main { position: absolute; inset: 0 12% 0 0; background: linear-gradient(180deg, #f4ead5, #e7d5b5); border: 1px solid rgba(128,80,15,.2); }
.story-image--main img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; padding: 20px; }
.story-image--detail { position: absolute; right: 0; bottom: 62px; width: 42%; height: 260px; border: 8px solid var(--ivory); }
.story-image--detail img { width: 100%; height: 100%; object-fit: cover; }
.story-stamp { position: absolute; left: -20px; bottom: 36px; width: 150px; height: 150px; margin: 0; display: grid; place-content: center; text-align: center; color: #fff; background: var(--deep-red); border-radius: 50%; transform: rotate(-6deg); box-shadow: 0 12px 30px rgba(72,8,6,.2); }
.story-stamp strong { font-family: var(--serif); font-size: 62px; line-height: .72; }
.story-stamp span { width: 100px; margin: 9px auto 0; font-size: 11px; line-height: 1.15; text-transform: uppercase; }
.section-kicker { margin-bottom: 16px; color: var(--brass); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.section-kicker::after { content: ""; display: inline-block; width: 42px; height: 1px; margin: 0 0 4px 12px; background: currentColor; }
.story-copy h2, .program-intro h2, .prasad-heading h2, .pandal-story h2, .gallery-head h2, .community-section h2, .seva-call h2, .aarti-experience h2 { color: var(--deep-red); font-family: var(--serif); font-size: clamp(52px, 5vw, 84px); font-weight: 600; line-height: .93; letter-spacing: 0; text-wrap: balance; }
.story-copy > p { max-width: 610px; color: var(--muted); font-size: 18px; }
.story-copy .story-intro { color: #46302a; font-size: 22px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 20px; padding-bottom: 5px; color: var(--deep-red); border-bottom: 1px solid var(--sindoor); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.text-link span { font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }

.program-section { position: relative; padding: 130px 0 150px; color: #fff; overflow: hidden; background: var(--leaf); }
.program-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at 1px 1px, #f4d56d 1px, transparent 0); background-size: 26px 26px; }
.program-intro { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; margin-bottom: 64px; }
.program-intro .section-kicker { color: #f0cc58; }
.program-intro h2 { margin-bottom: 0; color: #fff8e7; }
.program-intro > p { max-width: 560px; margin-bottom: 6px; color: rgba(255,255,255,.72); font-size: 19px; }
.ritual-timeline { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 18px; }
.timeline-line { position: absolute; z-index: 4; left: 2%; right: 2%; top: -16px; height: 2px; background: rgba(235,202,92,.42); }
.timeline-line::before, .timeline-line::after { content: ""; position: absolute; top: 50%; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.timeline-line::before { left: 0; } .timeline-line::after { right: 0; }
.ritual-day { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #2c221c; outline: none; cursor: pointer; }
.ritual-day:nth-of-type(1) { grid-column: span 7; grid-row: span 2; }
.ritual-day:nth-of-type(2) { grid-column: span 5; grid-row: span 2; }
.ritual-day:nth-of-type(3) { grid-column: span 5; grid-row: span 2; }
.ritual-day:nth-of-type(4) { grid-column: span 7; grid-row: span 2; }
.ritual-day:nth-of-type(5) { grid-column: span 6; grid-row: span 2; }
.ritual-day:nth-of-type(6) { grid-column: span 6; grid-row: span 2; }
.ritual-day img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s; }
.ritual-day:first-of-type img { object-fit: contain; background: #eadfc6; }
.ritual-day__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,10,5,.03) 24%, rgba(25,7,3,.9) 100%); transition: background .45s; }
.ritual-day__number { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 28px; }
.ritual-day__copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; }
.ritual-day__copy > p { margin-bottom: 4px; color: #f1ca55; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ritual-day h3 { margin-bottom: 5px; font-family: var(--serif); font-size: clamp(36px, 3.5vw, 58px); font-weight: 600; line-height: 1; }
.ritual-detail { display: grid; max-height: 0; opacity: 0; overflow: hidden; transform: translateY(12px); transition: max-height .4s ease, opacity .35s ease, transform .4s ease; }
.ritual-detail strong { color: #fff7e0; font-size: 15px; }
.ritual-detail span { color: rgba(255,255,255,.72); font-size: 14px; }
.ritual-day:hover img, .ritual-day:focus img { transform: scale(1.065); filter: saturate(1.12); }
.ritual-day:hover .ritual-day__veil, .ritual-day:focus .ritual-day__veil { background: linear-gradient(180deg, rgba(101,9,5,.08), rgba(88,7,5,.94)); }
.ritual-day:hover .ritual-detail, .ritual-day:focus .ritual-detail { max-height: 84px; opacity: 1; transform: translateY(0); }

.prasad-section { position: relative; min-height: 940px; overflow: hidden; background: #f4e7cd; }
.prasad-section::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, rgba(125,77,12,.55) 1px, transparent 0); background-size: 30px 30px; }
.prasad-section__photo { position: relative; height: 430px; overflow: hidden; }
.prasad-section__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(41,8,2,.1), rgba(58,11,3,.72)); }
.prasad-section__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(.92) contrast(1.04); }
.prasad-section__photo > span { position: absolute; z-index: 2; left: max(40px, calc((100vw - 1240px) / 2)); bottom: 34px; padding: 9px 14px 7px; color: #fff9e8; border: 1px solid rgba(255,255,255,.6); font-family: var(--hand); font-size: 18px; }
.prasad-section__content { position: relative; z-index: 2; margin-top: -74px; padding-bottom: 130px; }
.prasad-heading { width: min(690px, 100%); padding: 48px 54px 40px; background: var(--ivory); box-shadow: 0 26px 60px rgba(73,28,8,.15); }
.prasad-heading h2 { margin-bottom: 22px; }
.prasad-heading > p:not(.section-kicker) { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.prasad-cards { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.prasad-card { position: relative; min-height: 690px; padding: 30px 34px 34px; display: grid; grid-template-rows: auto auto auto auto 1fr auto auto; align-content: start; overflow: hidden; background: rgba(255,248,233,.96); transition: transform .35s ease, background .35s ease; }
.prasad-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 210px; height: 210px; border: 1px solid rgba(157,19,13,.16); border-radius: 50%; }
.prasad-card--featured { color: #fff; background: var(--deep-red); }
.prasad-card:hover { z-index: 2; transform: translateY(-9px); background: #fffdf5; box-shadow: 0 20px 44px rgba(71,24,8,.14); }
.prasad-card--featured:hover { background: #72100c; }
.prasad-card__number { position: absolute; z-index: 2; left: 28px; top: 28px; color: rgba(91,8,7,.22); font-family: var(--serif); font-size: 66px; line-height: .8; }
.prasad-card--featured .prasad-card__number { color: rgba(255,255,255,.2); }
.prasad-card__visual { position: relative; height: 250px; margin: -4px -8px 10px; display: grid; place-items: center; }
.prasad-card__visual::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(157,19,13,.16); border-radius: 50%; background: rgba(255,255,255,.28); }
.prasad-card--featured .prasad-card__visual::before { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.prasad-card__visual img { position: relative; z-index: 1; width: 100%; height: 235px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(76,24,5,.22)); transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.prasad-card:hover .prasad-card__visual img { transform: translateY(-7px) scale(1.04) rotate(-1deg); filter: drop-shadow(0 24px 20px rgba(76,24,5,.28)); }
.prasad-card__day { margin: 4px 0 7px; color: var(--brass); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.prasad-card--featured .prasad-card__day { color: var(--gold); }
.prasad-card h3 { margin-bottom: 16px; color: var(--deep-red); font-family: var(--serif); font-size: 36px; line-height: 1; }
.prasad-card--featured h3 { color: #fff3d4; }
.prasad-card p:not(.prasad-card__day) { color: var(--muted); font-size: 16px; }
.prasad-card--featured p:not(.prasad-card__day) { color: rgba(255,255,255,.72); }
.prasad-card > strong { position: relative; z-index: 1; align-self: end; margin-top: 20px; padding-top: 14px; color: var(--leaf); border-top: 1px solid var(--line); font-size: 13px; }
.prasad-card--featured > strong { color: var(--gold); border-color: rgba(255,255,255,.22); }
.prasad-card__button { position: relative; z-index: 1; width: 100%; min-height: 44px; margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; color: #fff8e9; background: var(--deep-red); font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.prasad-card__button:hover { transform: translateY(-2px); background: var(--sindoor); }
.prasad-card--featured .prasad-card__button { color: var(--deep-red); background: var(--gold); }
.prasad-card--featured .prasad-card__button:hover { background: #f0cc67; }
.prasad-note { max-width: 850px; margin: 25px 0 0 auto; color: var(--muted); font-size: 13px; text-align: right; }
.prasad-booking { position: relative; margin-top: 58px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 1px; background: rgba(128,80,15,.32); border: 1px solid rgba(128,80,15,.38); box-shadow: 0 24px 64px rgba(78,30,8,.14); }
.prasad-booking.reveal { opacity: 1; transform: none; }
.prasad-booking::before { content: ""; position: absolute; right: 26%; top: -44px; width: 120px; height: 120px; border: 1px solid rgba(157,19,13,.14); border-radius: 50%; pointer-events: none; }
.prasad-booking__intro, .prasad-booking__form { position: relative; min-width: 0; background: rgba(255,248,233,.98); }
.prasad-booking__intro { padding: 42px 38px; overflow: hidden; }
.prasad-booking__intro::after { content: ""; position: absolute; right: -64px; bottom: -88px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(225,184,68,.22), transparent 62%); }
.prasad-booking__intro img { position: relative; z-index: 1; width: min(340px, 88%); margin: 18px auto 4px; filter: drop-shadow(0 24px 20px rgba(76,24,5,.24)); }
.prasad-booking__intro h2 { margin-bottom: 18px; color: var(--deep-red); font-family: var(--serif); font-size: clamp(36px, 3.3vw, 54px); font-weight: 600; line-height: .98; }
.prasad-booking__intro p:not(.section-kicker) { color: var(--muted); font-size: 17px; }
.booking-presence-callout { position: relative; z-index: 2; margin-top: 28px; padding: 20px; color: #fff8e9; background: var(--leaf); border-left: 4px solid var(--gold); }
.booking-presence-callout span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-presence-callout strong { display: block; font-family: var(--serif); font-size: 25px; line-height: 1.05; }
.booking-presence-callout p { margin: 10px 0 0; color: rgba(255,255,255,.74) !important; font-size: 13px !important; line-height: 1.45; }
.prasad-booking__form { padding: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.prasad-booking__form > label { min-width: 0; display: grid; align-content: start; gap: 7px; color: var(--deep-red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.prasad-booking__form input, .prasad-booking__form select { width: 100%; min-height: 52px; padding: 12px 13px 10px; color: #301915; background: #fffdf6; border: 1px solid rgba(128,80,15,.34); border-radius: 0; outline: none; }
.prasad-booking__form input:focus, .prasad-booking__form select:focus { border-color: var(--sindoor); box-shadow: inset 0 -3px 0 rgba(225,184,68,.55); }
.booking-thali-options { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.booking-thali-options__title { grid-column: 1 / -1; margin: 0 0 -2px; color: var(--deep-red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.booking-thali-card { position: relative; min-width: 0; min-height: 118px; padding: 16px 15px 14px; display: grid; align-content: space-between; gap: 12px; color: var(--deep-red); background: #fffdf6; border: 1px solid rgba(128,80,15,.34); cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.booking-thali-card:hover { transform: translateY(-3px); border-color: rgba(157,19,13,.48); background: #fff8e9; }
.booking-thali-card input { position: absolute; inset: 12px 12px auto auto; width: 16px; height: 16px; min-height: 0; padding: 0; accent-color: var(--deep-red); }
.booking-thali-card strong { padding-right: 22px; font-family: var(--serif); font-size: 22px; line-height: 1.05; }
.booking-thali-card span { color: var(--brass); font-size: 13px; font-weight: 800; }
.booking-thali-card small { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: none; }
.booking-thali-card:has(input:checked) { border-color: var(--deep-red); background: #f7e8cb; box-shadow: inset 0 0 0 2px rgba(106,3,2,.12); }
.booking-availability { grid-column: 1 / -1; padding: 18px 20px; color: var(--deep-red); border: 1px solid rgba(157,19,13,.25); background: #f7e8cb; }
.booking-availability span { display: block; margin-bottom: 6px; color: var(--sindoor); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-availability strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1.05; }
.booking-availability p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.booking-count-note { min-height: 76px; padding: 14px; display: grid; align-content: center; gap: 6px; color: var(--deep-red); border: 1px solid rgba(128,80,15,.34); background: #fffdf6; }
.booking-count-note span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.booking-count-note strong { font-family: var(--serif); font-size: 22px; line-height: 1; }
.prasad-booking__form.is-coming-soon input:disabled, .prasad-booking__form.is-coming-soon select:disabled { color: rgba(48,25,21,.62); cursor: not-allowed; opacity: 1; }
.prasad-booking__form.is-coming-soon .booking-thali-card { cursor: default; }
.prasad-booking__form.is-coming-soon .booking-thali-card:hover { transform: none; background: #fffdf6; border-color: rgba(128,80,15,.34); }
.booking-submit { grid-column: 1 / -1; min-height: 54px; border: 0; color: #fff8e8; background: var(--deep-red); font-size: 13px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s; }
.booking-submit:hover { transform: translateY(-2px); background: var(--sindoor); }
.booking-submit:disabled, .booking-submit:disabled:hover { transform: none; color: rgba(255,248,232,.72); background: #6d5148; cursor: not-allowed; }

.booking-page-main { position: relative; overflow: hidden; background: #f4e7cd; }
.booking-hero { position: relative; min-height: 520px; padding: 115px 0 78px; display: grid; align-items: end; color: #fff8e9; background: var(--deep-red); }
.booking-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .54; filter: saturate(.98) contrast(1.05); }
.booking-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(38,2,1,.96), rgba(69,7,4,.58) 54%, rgba(40,3,1,.2)); }
.booking-hero__content { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr .55fr; align-items: end; gap: 70px; }
.booking-hero h1 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(58px, 7vw, 112px); font-weight: 600; line-height: .88; }
.booking-hero p:not(.section-kicker) { max-width: 640px; color: rgba(255,248,233,.82); font-size: 20px; }
.booking-hero__thali { width: min(330px, 90%); margin-left: auto; filter: drop-shadow(0 28px 30px rgba(0,0,0,.32)); animation: thali-spin 28s linear infinite; }
.booking-workspace { position: relative; z-index: 2; padding: 82px 0 130px; }
.booking-workspace::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, rgba(125,77,12,.55) 1px, transparent 0); background-size: 30px 30px; }
.booking-workspace .prasad-booking { margin-top: -134px; }

.aarti-experience { position: relative; min-height: 840px; display: grid; place-items: center; overflow: hidden; color: #fff; background: #2a0503; }
.aarti-experience__bg { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; object-position: center; }
.aarti-experience__shade { position: absolute; inset: 0; background: radial-gradient(circle at 24% 50%, rgba(73,8,4,.16), rgba(27,2,1,.88) 67%), linear-gradient(90deg, rgba(40,3,1,.75), rgba(42,3,1,.16)); }
.aarti-experience__content { position: relative; z-index: 3; width: min(660px, calc(100% - 48px)); margin-right: auto; margin-left: max(48px, calc((100vw - 1240px) / 2)); }
.aarti-experience .section-kicker { color: var(--gold); }
.aarti-experience h2 { color: #fff6df; }
.aarti-experience__content > p:not(.section-kicker) { max-width: 540px; color: rgba(255,255,255,.75); font-size: 20px; }
.aarti-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.bell-button { position: relative; width: 124px; height: 124px; padding: 0; border: 1px solid rgba(242,206,91,.6); border-radius: 50%; display: grid; place-content: center; color: #3e1703; background: radial-gradient(circle at 35% 25%, #ffed9c, #d59d22 55%, #91520c); box-shadow: 0 0 0 12px rgba(228,183,59,.08), 0 18px 48px rgba(0,0,0,.24); cursor: pointer; }
.bell-button::after { content: ""; position: absolute; inset: -14px; border: 1px solid rgba(239,199,69,.26); border-radius: 50%; transition: transform .4s, opacity .4s; }
.bell-button:hover::after { transform: scale(1.12); opacity: 0; }
.bell-shape { position: relative; width: 38px; height: 34px; margin: 0 auto 7px; display: block; border: 4px solid #5a2505; border-top-left-radius: 22px; border-top-right-radius: 22px; border-bottom: 0; transform-origin: 50% 0; }
.bell-shape::before { content: ""; position: absolute; left: -8px; right: -8px; bottom: -5px; height: 5px; border-radius: 5px; background: #5a2505; }
.bell-shape::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 7px; height: 7px; border-radius: 50%; background: #5a2505; transform: translateX(-50%); }
.bell-button strong { font-size: 11px; text-transform: uppercase; }
.bell-button.is-ringing .bell-shape { animation: bell-ring .7s ease; }
@keyframes bell-ring { 0%,100%{transform:rotate(0)} 20%{transform:rotate(18deg)} 40%{transform:rotate(-16deg)} 60%{transform:rotate(11deg)} 80%{transform:rotate(-7deg)} }
.aarti-live-link { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.45); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.live-pulse { width: 10px; height: 10px; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 0 0 rgba(255,59,48,.6); animation: live-pulse 1.6s infinite; }
@keyframes live-pulse { 70%{box-shadow:0 0 0 9px rgba(255,59,48,0)} 100%{box-shadow:0 0 0 0 rgba(255,59,48,0)} }
.aarti-orbit { position: absolute; z-index: 2; border: 1px solid rgba(230,186,62,.24); border-radius: 50%; pointer-events: none; }
.aarti-orbit--one { width: 610px; height: 610px; right: -90px; top: 90px; }
.aarti-orbit--two { width: 420px; height: 420px; right: 5px; top: 185px; border-style: dashed; animation: orbit-spin 45s linear infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.petal-field { position: absolute; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; }
.petal { position: absolute; top: 45%; width: 12px; height: 7px; border-radius: 90% 0 90% 0; background: #e94d24; animation: petal-fall 2.2s ease-out forwards; }
@keyframes petal-fall { from { transform: translate3d(0,0,0) rotate(0); opacity: 1; } to { transform: translate3d(var(--drift), 330px, 0) rotate(420deg); opacity: 0; } }

.pandal-story { position: relative; padding: 150px 0; overflow: hidden; background: #f1e2c4; }
.pandal-story::before { content: ""; position: absolute; top: -220px; right: -220px; width: 680px; height: 680px; border: 1px solid rgba(37,74,51,.18); border-radius: 50%; }
.pandal-story__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 72px; }
.pandal-story h2 { font-size: clamp(50px, 4.6vw, 78px); }
.pandal-story__copy > p:not(.section-kicker) { max-width: 610px; color: var(--muted); font-size: 19px; }
.pandal-facts { margin: 38px 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pandal-facts div { min-width: 0; padding: 20px 14px 18px 0; display: grid; border-right: 1px solid var(--line); }
.pandal-facts div + div { padding-left: 18px; }
.pandal-facts div:last-child { border-right: 0; }
.pandal-facts strong { color: var(--deep-red); font-family: var(--serif); font-size: 27px; line-height: 1; }
.pandal-facts span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.pandal-story__visual { position: relative; min-height: 620px; }
.pandal-story__visual::before { content: ""; position: absolute; inset: 8% 0 4% 8%; border: 1px solid rgba(36,74,51,.25); border-radius: 50% 50% 0 0; background: rgba(255,252,240,.52); }
.tableau-wide { position: absolute; z-index: 1; left: 0; right: 0; bottom: 5%; width: 100%; filter: drop-shadow(0 26px 28px rgba(77,34,12,.22)); }
.tableau-murti { position: absolute; z-index: 2; right: -4%; top: -8%; width: 38%; max-height: 650px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(87,22,6,.22)); }
.visual-note { position: absolute; z-index: 3; left: 10%; bottom: 0; padding: 8px 12px; color: #fff; background: var(--leaf); font-size: 11px; text-transform: uppercase; }

.gallery-section { padding: 130px 0 150px; color: #fff; background: var(--deep-red); }
.gallery-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.gallery-head .section-kicker { color: #f0c84c; }
.gallery-head h2 { margin-bottom: 0; color: #fff6df; }
.gallery-head > p { max-width: 450px; color: rgba(255,255,255,.72); font-size: 18px; }
.gallery-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 14px; }
.gallery-photo { position: relative; grid-column: span 3; grid-row: span 2; padding: 0; overflow: hidden; border: 0; background: #3a0705; cursor: zoom-in; }
.gallery-photo--hero { grid-column: span 6; grid-row: span 3; }
.gallery-photo--tall { grid-column: span 3; grid-row: span 3; background: #f3e7cd; }
.gallery-photo--wide { grid-column: span 6; grid-row: span 2; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s; }
.gallery-photo--tall img { object-fit: contain; }
.gallery-photo::after { content: "+"; position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(49,4,2,.18); opacity: 0; transform: scale(.7); transition: opacity .3s, transform .3s; }
.gallery-photo span { position: absolute; left: 18px; bottom: 18px; padding: 7px 12px; color: #fff; background: rgba(47,5,3,.82); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.gallery-photo:hover img { transform: scale(1.06); filter: saturate(1.12); }
.gallery-photo:hover::after { opacity: 1; transform: scale(1); }
.gallery-more { width: min(1240px, calc(100% - 80px)); margin: 34px auto 0; display: flex; justify-content: flex-end; }
.gallery-page-main { overflow: hidden; background: var(--deep-red); }
.gallery-hero { position: relative; min-height: 520px; display: grid; align-items: end; color: #fff8e6; overflow: hidden; background: #3a0705; }
.gallery-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.98) contrast(1.04); }
.gallery-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44,3,2,.92), rgba(44,3,2,.5) 48%, rgba(44,3,2,.2)); }
.gallery-hero__content { position: relative; z-index: 1; padding: 130px 0 80px; }
.gallery-hero h1 { max-width: 850px; color: #fff; font-family: var(--serif); font-size: clamp(68px, 8vw, 132px); font-weight: 600; line-height: .86; letter-spacing: 0; }
.gallery-hero p:not(.section-kicker) { max-width: 620px; margin-top: 22px; color: rgba(255,255,255,.76); font-size: 20px; }
.gallery-section--page { padding-top: 96px; }
.gallery-year-nav { margin-top: -20px; margin-bottom: 66px; display: flex; flex-wrap: wrap; gap: 9px; }
.gallery-year-nav a { min-width: 76px; padding: 10px 15px 8px; color: var(--gold); border: 1px solid rgba(240,200,76,.35); font-size: 12px; font-weight: 800; text-align: center; }
.gallery-year-nav a:hover { color: var(--deep-red); background: var(--gold); }
.gallery-archive { display: grid; gap: 104px; }
.archive-year { scroll-margin-top: 142px; }
.archive-year__head { margin-bottom: 24px; display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: end; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 24px; }
.archive-year__head time { color: var(--gold); font-family: var(--serif); font-size: clamp(70px, 8vw, 118px); font-weight: 600; line-height: .68; }
.archive-year__head p { margin: 0 0 6px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.archive-year__head h3 { margin: 0; color: #fff6df; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 38px); font-weight: 600; line-height: 1; }
.archive-year__head a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.archive-year__head a:hover { color: var(--gold); }
.archive-year__sources { max-width: 190px; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; text-align: right; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.archive-grid .gallery-photo { grid-column: auto; grid-row: auto; height: clamp(270px, 24vw, 360px); }
.archive-grid--single { grid-template-columns: 1fr; }
.archive-grid--single .gallery-photo { height: clamp(360px, 43vw, 570px); }
.archive-grid .gallery-photo--context img { object-fit: contain; background: #300403; }

.community-section { position: relative; padding: 140px 0; overflow: hidden; background: var(--ivory); }
.community-section::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 14px; background: repeating-linear-gradient(90deg, var(--sindoor) 0 42px, var(--gold) 42px 84px, var(--leaf) 84px 126px); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 130px); }
.community-grid--notice-only { grid-template-columns: minmax(0, 980px); justify-content: center; }
.committee-panel { position: relative; min-width: 0; }
.committee-panel__seal { position: absolute; right: -20px; top: -70px; width: 270px; height: 270px; opacity: .08; }
.committee-panel h2, .notice-panel h2 { position: relative; font-size: clamp(48px, 4.5vw, 74px); }
.office-list { position: relative; margin-top: 34px; border-top: 1px solid var(--line); }
.office-list div { min-height: 66px; display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.office-list div:hover { padding-inline: 12px; background: rgba(229,188,67,.12); }
.office-list span { color: var(--brass); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.office-list strong { color: var(--deep-red); font-family: var(--serif); font-size: 26px; }
.notice-board { margin-top: 34px; border-top: 1px solid var(--line); }
.notice-board article { min-height: 112px; padding: 18px 0; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.notice-board time { width: 62px; height: 72px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--deep-red); }
.notice-board time strong { font-family: var(--serif); font-size: 31px; line-height: .8; }
.notice-board time span { margin-top: 6px; color: var(--gold); font-size: 10px; font-weight: 700; }
.notice-board h3 { margin: 0 0 3px; color: var(--deep-red); font-family: var(--serif); font-size: 25px; }
.notice-board p { margin: 0; color: var(--muted); font-size: 15px; }
.notice-mark { width: 62px; min-height: 72px; padding: 8px 4px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--deep-red); }
.notice-mark strong { font-family: var(--serif); font-size: 15px; line-height: .95; white-space: nowrap; }
.notice-mark small { margin-top: 7px; color: var(--gold); font-size: 8px; font-weight: 800; }

.seva-call { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; color: #fff; background: var(--leaf); }
.seva-call__image { min-height: 690px; overflow: hidden; }
.seva-call__image img { width: 100%; height: 100%; object-fit: cover; }
.seva-call__content { padding: clamp(60px, 8vw, 130px); align-self: center; }
.seva-call .section-kicker { color: var(--gold); }
.seva-call h2 { color: #fff8e4; font-size: clamp(50px, 4.5vw, 78px); }
.seva-call__content > p:not(.section-kicker) { max-width: 550px; color: rgba(255,255,255,.72); font-size: 19px; }

.rail-action-dock { position: fixed; z-index: 30; right: 18px; top: 50%; transform: translateY(-50%); display: grid; gap: 7px; }
.rail-action-dock a { width: 82px; height: 76px; padding: 8px; display: grid; place-items: center; text-align: center; color: #fff; background: var(--sindoor); box-shadow: 0 10px 28px rgba(67,7,5,.15); transition: width .25s, background .25s; }
.rail-action-dock a:hover { width: 96px; background: var(--deep-red); }
.rail-action-dock svg { width: 22px; height: 22px; color: var(--gold); stroke-width: 1.8; }
.rail-action-dock span { font-size: 10px; font-weight: 700; line-height: 1.05; }

.lightbox { position: fixed; z-index: 200; inset: 0; padding: 48px; display: none; place-items: center; color: #fff; background: rgba(24,2,1,.96); }
.lightbox.is-open { display: grid; }
.lightbox figure { max-width: min(1120px, 92vw); max-height: 90vh; margin: 0; display: grid; justify-items: center; }
.lightbox img { max-width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.72); font-size: 13px; }
.lightbox-close { position: absolute; right: 26px; top: 20px; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: transparent; font-size: 30px; cursor: pointer; }

.home-footer { padding: 72px 0 0; color: #eadfcf; background: #2a1714; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr .8fr; gap: 58px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand img { width: 92px; height: 92px; object-fit: contain; }
.footer-brand h2 { margin-bottom: 8px; color: #fff4d7; font-family: var(--serif); font-size: 30px; line-height: 1; }
.footer-brand p { color: var(--gold); }
.home-footer h3 { margin-bottom: 18px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.home-footer p { color: rgba(255,255,255,.65); font-size: 14px; }
.home-footer a:hover { color: var(--gold); }
.footer-links { display: grid; gap: 8px; color: rgba(255,255,255,.75); font-size: 14px; }
.footer-bottom { min-height: 70px; margin-top: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; }
.photo-credits { position: relative; text-align: right; }
.photo-credits summary { color: rgba(255,255,255,.58); cursor: pointer; }
.photo-credits[open] { padding: 10px 12px; background: #1d0d0b; }
.photo-credits a { display: block; margin-top: 4px; white-space: nowrap; }

@media (max-width: 1280px) {
  .site-brand { min-width: 230px; }
  .site-brand__mark { width: 56px; height: 56px; }
  .site-brand__name { font-size: 17px; }
  .site-nav { gap: 12px; }
  .site-nav a { font-size: 11px; }
  .header-link { display: none; }
  .rail-action-dock { right: 8px; }
}

@media (max-width: 1024px) {
  :root { --header-height: 72px; }
  .section-shell { width: min(100% - 48px, 900px); }
  .top-strip__inner { width: calc(100% - 48px); }
  .top-strip__mantra, .top-strip__group a:last-child { display: none; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 18px 24px 24px; display: none; grid-template-columns: repeat(2, 1fr); gap: 0; background: var(--ivory); border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(73,22,4,.15); }
  #site-main-header.open .site-nav { display: grid; }
  .site-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .site-nav a::after { display: none; }
  .site-actions { margin-left: auto; }
  .site-menu { display: block; }
  #site-main-header.open .site-menu span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #site-main-header.open .site-menu span:nth-child(2) { opacity: 0; }
  #site-main-header.open .site-menu span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-hero { height: 720px; }
  .hero-slide__content { left: 225px; right: 32px; width: auto; }
  .darshan-ribbon { width: calc(100% - 48px); grid-template-columns: repeat(2, 1fr); }
  .ribbon-link:nth-child(2) { border-right: 0; }
  .ribbon-link:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .pandal-story__grid { grid-template-columns: 1fr; }
  .story-images { min-height: 620px; }
  .program-intro, .gallery-head { grid-template-columns: 1fr; gap: 24px; }
  .ritual-day:nth-of-type(n) { grid-column: span 6; grid-row: span 2; }
  .aarti-experience { min-height: 720px; }
  .pandal-story__visual { min-height: 570px; }
  .community-grid { grid-template-columns: 1fr; }
  .prasad-cards { grid-template-columns: 1fr; }
  .prasad-card { min-height: 620px; }
  .prasad-booking { grid-template-columns: 1fr; }
  .prasad-booking__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seva-call { grid-template-columns: 1fr; }
  .seva-call__image { min-height: 460px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .rail-action-dock { top: auto; right: 14px; bottom: 14px; transform: none; grid-template-columns: repeat(4, 48px); gap: 5px; }
  .rail-action-dock a { width: 48px; height: 48px; border-radius: 50%; }
  .rail-action-dock a:hover { width: 48px; }
  .rail-action-dock span { display: none; }
}

@media (max-width: 700px) {
  body.home-redesign { font-size: 16px; }
  .section-shell { width: calc(100% - 32px); }
  .top-strip { display: none; }
  .announcement-bar { top: 72px; min-height: 42px; }
  .announcement-bar__label { min-width: 86px; padding-inline: 9px; font-size: 8px; letter-spacing: 0; }
  .announcement-bar__label::after { right: -10px; border-top-width: 21px; border-bottom-width: 21px; border-left-width: 10px; }
  .announcement-bar__content { min-height: 42px; padding: 0 20px 0 24px; gap: 18px; animation-duration: 20s; }
  .announcement-bar__content span, .announcement-bar__content a { font-size: 11px; line-height: 1; }
  .announcement-bar__content i { flex-basis: 4px; width: 4px; height: 4px; }
  #site-main-header .site-inner { width: calc(100% - 24px); gap: 8px; }
  .site-brand { min-width: 0; flex: 1; gap: 7px; }
  .site-brand__mark { width: 46px; height: 46px; }
  .site-brand__name { font-size: 14px; }
  .site-brand__sub { margin-top: 4px; font-size: 10px; }
  .header-darshan { display: none; }
  .site-language-switch button { min-width: 30px; padding: 0 5px; }
  .site-menu { width: 38px; }
  .home-hero { height: calc(100svh - var(--header-height) - 44px); min-height: 640px; }
  .hero-slide > img { object-position: 55% center; }
  .hero-slide > img.hero-slide__image--portrait { object-fit: cover; object-position: center 42%; }
  .hero-slide:nth-child(2) > img { object-position: 50% 42%; }
  .hero-slide:nth-child(3) > img { object-position: 60% center; }
  .hero-slide[data-slide="0"] > img { object-position: 60% center; }
  .hero-slide[data-slide="1"] > img { object-position: 56% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(31,2,1,.15) 0%, rgba(46,4,2,.3) 35%, rgba(28,2,1,.93) 78%, rgba(24,1,1,.98) 100%); }
  .hero-slide__content { left: 20px; right: 20px; top: auto; bottom: 104px; width: auto; transform: none; }
  .hero-overline { margin-bottom: 10px; font-size: 11px; letter-spacing: .1em; }
  .hero-overline::before { width: 32px; }
  .hero-slide h1, .hero-slide h2 { margin-bottom: 12px; font-size: clamp(36px, 10.8vw, 50px); line-height: .94; }
  .hero-lead { margin-bottom: 18px; font-size: 16px; line-height: 1.35; }
  .hero-btn { min-height: 44px; padding: 10px 14px 8px; font-size: 11px; }
  .hero-nav { left: 20px; bottom: 28px; gap: 10px; }
  .hero-arrow { width: 36px; height: 36px; }
  .hero-dot { width: 32px; height: 36px; }
  .darshan-ribbon { width: 100%; margin: 0; grid-template-columns: repeat(2, 1fr); box-shadow: none; border-bottom-width: 3px; }
  .ribbon-link { min-height: 116px; padding: 12px; gap: 9px; }
  .ribbon-link img { width: 56px; height: 76px; }
  .ribbon-link strong { font-size: 21px; }
  .ribbon-link small { font-size: 9px; }
  .story-section, .program-section, .pandal-story, .gallery-section, .community-section { padding: 88px 0; }
  .story-rail { top: 23px; }
  .story-grid { gap: 54px; }
  .story-images { min-height: 500px; }
  .story-image--main { right: 5%; }
  .story-image--main img { padding: 8px; }
  .story-image--detail { width: 46%; height: 190px; bottom: 28px; border-width: 5px; }
  .story-stamp { left: -8px; bottom: 10px; width: 112px; height: 112px; }
  .story-stamp strong { font-size: 46px; }
  .story-stamp span { width: 86px; font-size: 9px; }
  .story-copy h2, .program-intro h2, .prasad-heading h2, .pandal-story h2, .gallery-head h2, .community-section h2, .seva-call h2, .aarti-experience h2 { font-size: clamp(42px, 13vw, 58px); }
  .story-copy .story-intro { font-size: 19px; }
  .program-intro { margin-bottom: 46px; }
  .program-intro > p { font-size: 16px; }
  .hero-prasad-button { top: 16px; left: 16px; width: 154px; min-height: 166px; }
  .hero-prasad-button__image { width: 132px; height: 132px; }
  .hero-prasad-button__copy { margin-top: -2px; }
  .hero-prasad-button__copy small { font-size: 11px; }
  .hero-prasad-button__copy strong { font-size: 30px; }
  .prasad-section { min-height: 0; }
  .prasad-section__photo { height: 330px; }
  .prasad-section__photo > span { left: 16px; bottom: 26px; font-size: 16px; }
  .prasad-section__content { width: 100%; margin-top: -48px; padding: 0 16px 88px; }
  .prasad-heading { padding: 34px 24px 30px; }
  .prasad-heading > p:not(.section-kicker) { font-size: 16px; }
  .prasad-card { min-height: 0; padding: 28px 24px; }
  .prasad-card__number { left: 22px; top: 24px; font-size: 58px; }
  .prasad-card__visual { height: 225px; margin-inline: -6px; }
  .prasad-card__visual::before { width: 190px; height: 190px; }
  .prasad-card__visual img { height: 215px; }
  .prasad-card__button { min-height: 48px; padding-inline: 12px; line-height: 1.15; }
  .prasad-note { text-align: left; }
  .prasad-booking { margin-top: 40px; }
  .prasad-booking__intro { padding: 34px 24px; }
  .prasad-booking__intro h2 { font-size: clamp(34px, 9.8vw, 46px); }
  .prasad-booking__form { padding: 24px; grid-template-columns: 1fr; }
  .prasad-booking__form input, .prasad-booking__form select, .booking-submit { min-height: 50px; }
  .booking-thali-options { grid-template-columns: 1fr; }
  .booking-thali-card { min-height: 92px; }
  .booking-hero { min-height: 620px; padding: 82px 0 122px; }
  .booking-hero::after { background: linear-gradient(180deg, rgba(33,2,1,.16), rgba(42,3,1,.76) 50%, rgba(28,2,1,.98)); }
  .booking-hero__content { grid-template-columns: 1fr; gap: 24px; }
  .booking-hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .booking-hero p:not(.section-kicker) { font-size: 17px; }
  .booking-hero__thali { width: 210px; margin: 0; }
  .booking-workspace { padding-bottom: 90px; }
  .booking-workspace .prasad-booking { margin-top: -94px; }
  .ritual-timeline { display: flex; gap: 12px; width: 100%; padding-inline: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ritual-timeline::-webkit-scrollbar { display: none; }
  .timeline-line { display: none; }
  .ritual-day:nth-of-type(n) { flex: 0 0 82vw; height: 520px; scroll-snap-align: center; }
  .ritual-detail { max-height: 84px; opacity: 1; transform: none; }
  .ritual-day__copy { left: 20px; right: 20px; bottom: 20px; }
  .ritual-day h3 { font-size: 46px; }
  .aarti-experience { min-height: 700px; place-items: end stretch; }
  .aarti-experience__bg { object-position: 67% center; }
  .aarti-experience__shade { background: linear-gradient(180deg, rgba(28,2,1,.1), rgba(28,2,1,.88) 68%, rgba(24,1,1,.98)); }
  .aarti-experience__content { width: auto; margin: 0; padding: 0 20px 66px; }
  .aarti-experience__content > p:not(.section-kicker) { font-size: 16px; }
  .aarti-actions { gap: 14px; }
  .bell-button { width: 104px; height: 104px; }
  .aarti-live-link { padding: 0 14px; font-size: 11px; }
  .aarti-orbit { display: none; }
  .pandal-story__grid { gap: 38px; }
  .pandal-facts { grid-template-columns: 1fr; }
  .pandal-facts div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pandal-facts div + div { padding-left: 0; }
  .pandal-facts div:last-child { border-bottom: 0; }
  .pandal-story__visual { min-height: 420px; }
  .tableau-murti { right: -3%; width: 46%; }
  .gallery-head { margin-bottom: 38px; }
  .gallery-hero { min-height: 430px; }
  .gallery-hero::after { background: linear-gradient(180deg, rgba(44,3,2,.28), rgba(44,3,2,.94)); }
  .gallery-hero__content { padding: 108px 0 58px; }
  .gallery-hero h1 { font-size: clamp(56px, 17vw, 78px); }
  .gallery-hero p:not(.section-kicker) { font-size: 17px; }
  .gallery-year-nav { margin-bottom: 52px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .gallery-year-nav::-webkit-scrollbar { display: none; }
  .gallery-archive { gap: 74px; }
  .archive-year__head { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .archive-year__head time { font-size: 76px; }
  .archive-year__head a { width: fit-content; }
  .archive-year__sources { max-width: none; align-items: flex-start; text-align: left; }
  .archive-grid { grid-template-columns: 1fr; gap: 8px; }
  .archive-grid .gallery-photo, .archive-grid--single .gallery-photo { height: min(82vw, 380px); }
  .archive-grid--single .gallery-photo { height: min(66vw, 360px); }
  .gallery-mosaic { width: calc(100% - 20px); grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; gap: 8px; }
  .gallery-photo, .gallery-photo--hero, .gallery-photo--tall, .gallery-photo--wide { grid-column: span 1; grid-row: span 1; }
  .gallery-photo--hero, .gallery-photo--wide { grid-column: span 2; }
  .gallery-photo span { left: 10px; bottom: 10px; font-size: 9px; }
  .gallery-more { width: calc(100% - 32px); }
  .community-grid { gap: 74px; }
  .committee-panel__seal { right: -20px; top: -30px; width: 180px; height: 180px; }
  .office-list div { grid-template-columns: 105px 1fr; }
  .office-list strong { font-size: 22px; }
  .notice-board article { grid-template-columns: 58px 1fr; gap: 14px; }
  .notice-board time { width: 54px; height: 64px; }
  .notice-board h3 { font-size: 22px; }
  .seva-call { min-height: 0; }
  .seva-call__image { min-height: 360px; }
  .seva-call__content { padding: 64px 20px 76px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .home-footer { padding-top: 54px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .photo-credits { text-align: left; }
  .photo-credits a { white-space: normal; }
  .rail-action-dock { right: 9px; bottom: 10px; grid-template-columns: repeat(4, 44px); }
  .rail-action-dock a { width: 44px; height: 44px; }
  .rail-action-dock a:hover { width: 44px; }
  .lightbox { padding: 20px; }
}

@media (max-width: 380px) {
  .hero-prasad-button { top: 12px; left: 12px; width: 136px; min-height: 148px; }
  .hero-prasad-button__image { width: 114px; height: 114px; }
  .hero-prasad-button__copy small { font-size: 10px; }
  .hero-prasad-button__copy strong { font-size: 24px; }
  .hero-slide h1, .hero-slide h2 { font-size: clamp(34px, 10.8vw, 44px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
