:root {
  --burgundy: #48131b;
  --burgundy-dark: #26090e;
  --burgundy-soft: #6f2630;
  --gold: #a48554;
  --gold-light: #d9c39e;
  --ivory: #fbf7ef;
  --ivory-deep: #f2eadc;
  --soft-gold: #e8dcc7;
  --charcoal: #211b17;
  --muted: #6f655c;
  --saffron: #c96b24;
  --line: rgba(72, 19, 27, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--charcoal); background: var(--ivory); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, video { display: block; max-width: 100%; }
::selection { background: var(--burgundy); color: var(--ivory); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--ivory); color: var(--burgundy); padding: 12px 18px; }
.skip-link:focus { transform: none; }

#embers { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .62; }
.grain { position: fixed; inset: 0; z-index: 18; pointer-events: none; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter/%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.page-progress { position: fixed; z-index: 110; left: 0; right: 0; top: 0; height: 2px; pointer-events: none; }
.page-progress i { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--saffron), #f0c778); box-shadow: 0 0 10px #efa34c; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 92px; padding: 0 clamp(24px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--ivory); border-bottom: 1px solid rgba(255,255,255,.12); transition: height .35s, background .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; color: var(--charcoal); background: rgba(251,247,239,.94); border-color: var(--line); box-shadow: 0 8px 35px rgba(54,23,17,.08); backdrop-filter: blur(18px); }
.brand { width: 145px; height: 82px; display: block; justify-self: start; overflow: hidden; }
.brand-logo { width: 145px; height: 145px; object-fit: contain; transform: translateY(-19px); }
.desktop-nav { display: flex; gap: clamp(22px, 2.8vw, 44px); }
.desktop-nav a { position: relative; text-transform: uppercase; font-size: .64rem; font-weight: 600; letter-spacing: .16em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 1px solid #b28e59; border-radius: 5px; background: var(--burgundy); color: var(--ivory); text-transform: uppercase; letter-spacing: .13em; font-size: .66rem; font-weight: 700; cursor: pointer; box-shadow: 0 10px 28px rgba(55,9,15,.16); transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: #5c1923; box-shadow: 0 14px 35px rgba(55,9,15,.24); }
.button span { font-size: .9rem; transition: transform .25s; }
.button:hover > span:last-child { transform: translate(2px,-2px); }
.button-small { min-height: 44px; padding: 0 18px; }
.site-header:not(.scrolled) > .button { background: rgba(36,8,12,.56); backdrop-filter: blur(10px); }
.button-ghost { background: rgba(21,7,8,.3); border-color: rgba(255,255,255,.42); box-shadow: none; }
.button-ghost:hover { background: var(--ivory); color: var(--burgundy); }
.button-wide { width: 100%; }
.button-ivory { background: var(--ivory); color: var(--burgundy); border-color: var(--ivory); }
.button-ivory:hover { background: #fff; color: var(--burgundy); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--gold); color: var(--burgundy); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { transition: transform .25s; }.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--ivory); }

.mobile-menu { display: none; }
.hero { min-height: max(820px, 100svh); position: relative; display: flex; align-items: center; overflow: hidden; color: var(--ivory); background: var(--burgundy-dark); }
.hero-image { position: absolute; inset: -5%; background: url("assets/ram-leela-stage-hero.jpg") center / cover no-repeat; transform: translate3d(0,var(--hero-y,0),0) scale(1.045); animation: heroBreathe 18s ease-in-out infinite alternate; will-change: transform; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,5,7,.98) 0%, rgba(31,6,10,.89) 29%, rgba(35,8,10,.4) 56%, rgba(18,4,6,.14) 77%, rgba(16,4,5,.55) 100%), linear-gradient(0deg, rgba(17,4,6,.78), transparent 38% 75%, rgba(13,3,5,.35)); }
@keyframes heroBreathe { to { transform: translate3d(0,var(--hero-y,0),0) scale(1.08); } }
.hero-light { position: absolute; width: 55vw; aspect-ratio: 1; right: -8%; top: 5%; border-radius: 50%; background: radial-gradient(circle, rgba(237,170,78,.17), transparent 68%); filter: blur(20px); animation: lightPulse 5s ease-in-out infinite; }
@keyframes lightPulse { 50% { opacity: .55; transform: scale(1.08); } }
.hero-content { position: relative; z-index: 5; width: min(760px, 56vw); margin-left: clamp(24px, 7vw, 112px); padding: 140px 0 90px; }
.overline, .eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .27em; font-size: .65rem; font-weight: 700; }
.overline { color: #ddc18f; margin: 0 0 24px; display: flex; align-items: center; gap: 13px; }
.overline::before { content: ""; width: 44px; height: 1px; background: currentColor; }
h1 { max-width: 740px; margin: 0; font: 600 clamp(3.3rem, 5.6vw, 6rem)/.9 var(--serif); letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 6px 40px rgba(0,0,0,.4); }
h1 em, h2 em { color: #d0af78; font-style: italic; font-weight: 500; }
.hero-lead { max-width: 600px; margin: 25px 0 28px; color: #e6dac9; font-size: clamp(.9rem, 1.08vw, 1.04rem); line-height: 1.75; }
.hero-lead strong { color: #fff4e4; }
.hero-facts { display: grid; grid-template-columns: auto auto; justify-content: start; gap: 38px; margin-bottom: 22px; }
.hero-facts > div { display: flex; gap: 12px; align-items: center; }
.fact-icon { width: 42px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #b99560; border-radius: 50%; color: #e2bf83; font: 600 1.1rem var(--serif); }
.pin-icon { font-family: var(--sans); font-size: 1rem; }
.hero-facts p { display: flex; flex-direction: column; margin: 0; }
.hero-facts small, .showtimes small { color: #bea987; text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; }
.hero-facts b { margin-top: 3px; font: 600 1.05rem var(--serif); }
.showtimes { width: fit-content; display: flex; align-items: center; gap: 24px; margin: 0 0 28px; padding: 13px 18px; border: 1px solid rgba(211,178,125,.35); border-radius: 4px; background: rgba(32,8,11,.48); backdrop-filter: blur(10px); }
.showtimes span { display: flex; flex-direction: column; gap: 3px; }
.showtimes b { font-size: .84rem; }.showtimes i { width: 1px; align-self: stretch; background: rgba(211,178,125,.35); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.play-mini { font-size: .65rem !important; }
.countdown { margin: 19px 0 0; color: #c7b79f; font-size: .66rem; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.hero-caption { position: absolute; z-index: 4; right: clamp(24px,4vw,70px); bottom: 52px; display: flex; gap: 12px; align-items: center; color: #e1ceb0; font-size: .64rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .14em; }
.hero-caption i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: #e9ae59; box-shadow: 0 0 16px #f2a63f; animation: blink 2s infinite; }
@keyframes blink { 50% { opacity: .3; } }
.hero-scroll { position: absolute; z-index: 5; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: #c7b28e; text-transform: uppercase; letter-spacing: .19em; font-size: .5rem; }
.hero-scroll i { width: 1px; height: 34px; background: linear-gradient(#c8a670, transparent); animation: scrollCue 1.8s ease-in-out infinite; }
@keyframes scrollCue { 50% { transform: scaleY(.45); transform-origin: top; } }

.quick-strip { position: relative; z-index: 3; width: min(1320px, 92vw); margin: -1px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d9c9ae; border-top: 0; background: var(--ivory); box-shadow: 0 25px 50px rgba(62,37,23,.08); }
.quick-item { min-height: 120px; padding: 28px 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid #dfd2bd; }
.quick-item:last-child { border: 0; }
.quick-item > span { width: 44px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c5aa7c; border-radius: 50%; color: var(--burgundy); font: 600 1rem var(--serif); }
.quick-item p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.quick-item b { font: 600 1rem var(--serif); }.quick-item small { color: var(--muted); font-size: .67rem; }

.story-section { padding: clamp(110px, 13vw, 190px) max(5vw, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 130px); }
.section-copy { padding-left: 4vw; }
.eyebrow { margin: 0 0 20px; }
h2 { margin: 0; color: var(--burgundy); font: 600 clamp(3.1rem, 5.3vw, 5.7rem)/.92 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.section-copy > p:not(.eyebrow), .organizer-copy > p:not(.eyebrow) { margin: 32px 0; max-width: 580px; color: var(--muted); font-size: .98rem; line-height: 1.9; }
.story-media { position: relative; min-height: 650px; overflow: hidden; box-shadow: 0 35px 80px rgba(48,22,15,.18); }
.story-media::before { content: ""; position: absolute; z-index: 3; inset: 15px; border: 1px solid rgba(239,211,164,.35); pointer-events: none; }
.story-media video { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.media-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,7,9,.8), transparent 55%), linear-gradient(90deg, rgba(24,6,8,.28), transparent); }
.story-media p { position: absolute; z-index: 2; left: 42px; bottom: 33px; margin: 0; color: #eadcc5; font: 500 .8rem var(--serif); letter-spacing: .1em; }
.story-media p span { display: block; color: #e0b873; font-size: 2rem; margin-bottom: 7px; }

.conversion-ribbon { width: min(1180px, 88vw); margin: 0 auto clamp(100px,12vw,170px); padding: 28px 30px 28px 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--ivory); background: var(--burgundy); border: 1px solid var(--gold); box-shadow: 13px 13px 0 var(--soft-gold); }
.conversion-ribbon div { display: flex; flex-direction: column; gap: 6px; }
.conversion-ribbon small { color: #cdb88e; text-transform: uppercase; letter-spacing: .18em; font-size: .57rem; }
.conversion-ribbon b { font: 600 1.55rem var(--serif); }
.conversion-ribbon .button { background: var(--ivory); color: var(--burgundy); flex: 0 0 auto; }

.trailer-section { padding: clamp(110px,12vw,170px) 6vw; background: var(--burgundy-dark); color: var(--ivory); position: relative; overflow: hidden; }
.trailer-section::before { content: ""; position: absolute; width: 800px; aspect-ratio: 1; left: 50%; top: 15%; transform: translateX(-50%); border: 1px solid rgba(182,147,91,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(182,147,91,.025), 0 0 0 66px rgba(182,147,91,.08); }
.section-heading { max-width: 1280px; margin: auto; }.section-heading.centered { text-align: center; }
.trailer-section h2, .journey-section h2, .venue-section h2, .final-cta h2 { color: var(--ivory); }
.trailer-frame { position: relative; z-index: 2; width: min(1150px, 88vw); aspect-ratio: 16/9; margin: 65px auto 0; background: #080304; box-shadow: 0 35px 90px #0009; overflow: hidden; }
.trailer-embed, .trailer-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.youtube-file-fallback { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 13px; color: var(--ivory); text-align: center; background: linear-gradient(rgba(26,5,8,.52),rgba(26,5,8,.82)), url("assets/ram-leela-stage-hero.jpg") center/cover; }
.youtube-file-fallback > span { width: 82px; aspect-ratio: 1; display: grid; place-items: center; padding-left: 5px; border: 1px solid #dfc18d; border-radius: 50%; background: rgba(72,19,27,.82); font-size: 1.2rem; box-shadow: 0 0 45px rgba(222,170,89,.25); transition: transform .25s; }
.youtube-file-fallback:hover > span { transform: scale(1.07); }
.youtube-file-fallback b { font: 600 1.4rem var(--serif); }.youtube-file-fallback small { color: #cfb995; text-transform: uppercase; letter-spacing: .15em; font-size: .55rem; }
.trailer-frame video { width: 100%; height: 100%; object-fit: cover; opacity: .65; transition: opacity .5s; }
.trailer-frame.playing video { opacity: 1; }
.trailer-play { position: absolute; inset: 0; z-index: 3; border: 0; display: flex; flex-direction: column; gap: 9px; align-items: center; justify-content: center; color: var(--ivory); background: radial-gradient(circle, transparent 0 10%, rgba(15,3,5,.38) 70%); cursor: pointer; transition: opacity .4s; }
.trailer-frame.playing .trailer-play { opacity: 0; pointer-events: none; }
.trailer-play > span { width: 86px; aspect-ratio: 1; display: grid; place-items: center; padding-left: 5px; border: 1px solid #dfc18d; border-radius: 50%; background: rgba(45,10,15,.65); font-size: 1.2rem; box-shadow: 0 0 50px rgba(221,160,78,.18); transition: transform .3s, background .3s; }
.trailer-play:hover > span { transform: scale(1.07); background: var(--burgundy); }
.trailer-play b { font: 600 1.25rem var(--serif); }.trailer-play small { text-transform: uppercase; letter-spacing: .15em; color: #c3ad8a; font-size: .52rem; }
.trailer-corners { position: absolute; inset: 18px; pointer-events: none; border: 1px solid rgba(225,194,145,.28); }
.trailer-foot { width: min(1150px,88vw); margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.trailer-foot p { color: #c8b69a; font: 500 1.05rem var(--serif); }

.experience-section { padding: clamp(110px,12vw,180px) 6vw; }
.experience-grid { max-width: 1280px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d9c9af; }
.experience-card { min-height: 390px; padding: 28px 30px 36px; position: relative; border-right: 1px solid #d9c9af; transition: background .3s, transform .3s; }
.experience-card:last-child { border: 0; }.experience-card:hover { background: var(--ivory-deep); transform: translateY(-7px); }
.experience-card > span { position: absolute; top: 25px; right: 25px; color: #a6947b; font-size: .57rem; letter-spacing: .1em; }
.card-icon { width: 70px; aspect-ratio: 1; margin: 58px 0 76px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--burgundy); font: 500 1.4rem var(--serif); box-shadow: inset 0 0 0 8px var(--ivory), inset 0 0 0 9px #d7c4a5; }
.experience-card h3 { margin: 0 0 17px; color: var(--burgundy); font: 600 1.55rem/1.1 var(--serif); }
.experience-card p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.75; }

.journey-section { position: relative; overflow: hidden; padding: clamp(100px,10vw,150px) 5vw; color: var(--ivory); background: radial-gradient(circle at 80% 20%,#501822,#1b0609 55%); }
.journey-heading { width: min(1400px,100%); margin: 0 auto 55px; display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.journey-heading h2 { color: var(--ivory); }.journey-heading > p { max-width: 480px; margin: 0 0 8px; color: #c8b79d; font-size: .82rem; line-height: 1.8; }
.journey-stage { position: relative; width: min(1400px,100%); height: clamp(540px,42vw,620px); margin: auto; overflow: hidden; border: 1px solid rgba(230,194,134,.52); background: #160508; box-shadow: 0 40px 100px rgba(0,0,0,.45); isolation: isolate; }
.journey-stage::before { content: ""; position: absolute; z-index: 6; inset: 18px; border: 1px solid rgba(255,225,174,.2); pointer-events: none; }
.journey-slides { position: absolute; inset: 0; }
.journey-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.075); transition: opacity .9s ease, transform 6s cubic-bezier(.15,.65,.2,1); pointer-events: none; }
.journey-slide.active { opacity: 1; transform: scale(1.015); z-index: 1; }
.journey-slide img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.03) brightness(.98); }
.journey-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(27,5,9,.82) 0%,rgba(33,7,11,.5) 27%,rgba(27,5,9,.08) 58%,transparent 100%),linear-gradient(0deg,rgba(18,3,6,.55),transparent 46%); }
.journey-story { position: absolute; z-index: 4; left: clamp(35px,5vw,78px); bottom: clamp(55px,7vw,100px); width: min(510px,42%); text-shadow: 0 4px 25px rgba(0,0,0,.5); }
.journey-story.changing { animation: storySwap .55s ease; }
@keyframes storySwap { 0% { opacity: .15; transform: translateY(14px); } 100% { opacity: 1; transform: none; } }
.journey-count { margin: 0 0 24px; color: #e6c78f; font-size: .62rem; letter-spacing: .2em; }
.journey-kicker { margin: 0 0 7px; color: #d4b376; text-transform: uppercase; letter-spacing: .19em; font-size: .6rem; font-weight: 700; }
.journey-story h3 { margin: 0; color: #fff7e8; font: 600 clamp(4.2rem,7vw,7.5rem)/.84 var(--serif); letter-spacing: -.045em; }
.journey-story > p:last-child { max-width: 420px; margin: 22px 0 0; color: #eadfcf; font-size: .84rem; line-height: 1.75; }
.journey-controls { position: absolute; z-index: 8; top: 34px; right: 34px; display: flex; gap: 8px; }
.journey-controls button { width: 46px; aspect-ratio: 1; border: 1px solid rgba(247,218,168,.54); border-radius: 50%; color: var(--ivory); background: rgba(36,7,12,.55); backdrop-filter: blur(9px); cursor: pointer; transition: background .25s,transform .25s; }
.journey-controls button:hover { background: var(--burgundy); transform: scale(1.06); }.journey-pause span { font-size: .67rem; letter-spacing: -.12em; }
.journey-timeline { position: relative; z-index: 10; width: min(1360px,calc(100% - 40px)); margin: -96px auto 0; padding: 35px 22px 22px; display: grid; grid-template-columns: repeat(5,1fr); background: linear-gradient(0deg,rgba(25,5,9,.96),rgba(34,7,12,.7)); border: 1px solid rgba(222,184,120,.25); backdrop-filter: blur(12px); }
.journey-track { position: absolute; top: 14px; left: calc(10% + 18px); right: calc(10% + 18px); height: 2px; background: rgba(232,202,150,.24); }
.journey-track i { position: absolute; left: 0; top: 0; width: 0; height: 100%; background: linear-gradient(90deg,#f0be65,#ffe2a8); box-shadow: 0 0 15px rgba(245,185,82,.8); }
.journey-track span { position: absolute; left: 0; top: 50%; width: 14px; aspect-ratio: 1; border: 2px solid #ffe2a5; border-radius: 50%; background: #d49736; box-shadow: 0 0 0 7px rgba(224,166,73,.14),0 0 25px #efa23d; transform: translate(-50%,-50%); }
.journey-tab { position: relative; min-width: 0; padding: 15px 10px 0; border: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; color: #aa9980; background: transparent; cursor: pointer; text-align: center; transition: color .3s; }
.journey-tab > i { position: absolute; left: 50%; top: -29px; width: 12px; aspect-ratio: 1; border: 2px solid #796547; border-radius: 50%; background: #26080d; transform: translateX(-50%); transition: background .3s,border-color .3s,box-shadow .3s,transform .3s; }
.journey-tab b { font: 600 clamp(1rem,1.45vw,1.35rem) var(--serif); }.journey-tab small { font-size: .61rem; }
.journey-tab:hover,.journey-tab.active { color: #f3dfbd; }.journey-tab.active > i { border-color: #ffe0a2; background: #e4aa4a; box-shadow: 0 0 18px #e6a644; transform: translateX(-50%) scale(1.16); }

.performances-section { padding: clamp(110px,12vw,180px) 6vw; background: var(--ivory-deep); }
.section-intro { max-width: 620px; margin: 28px auto 0; color: var(--muted); line-height: 1.8; font-size: .88rem; }
.ticket-grid { max-width: 1100px; margin: 70px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ticket-card { position: relative; padding: 38px; border: 1px solid #cdb995; background: var(--ivory); box-shadow: 0 25px 55px rgba(73,42,23,.08); overflow: hidden; }
.ticket-card.featured { color: var(--ivory); background: var(--burgundy); border-color: var(--gold); transform: translateY(-12px); }
.ticket-ribbon { position: absolute; top: 18px; right: -33px; width: 140px; padding: 6px; transform: rotate(40deg); text-align: center; background: var(--gold); color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .48rem; }
.ticket-top { padding-bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid #d9c9af; }
.featured .ticket-top { border-color: rgba(255,255,255,.2); }.ticket-top span { color: var(--burgundy); font: 600 2rem var(--serif); }.featured .ticket-top span { color: #e9d3aa; }
.ticket-top small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .52rem; }.featured .ticket-top small { color: #c5b18f; }
.ticket-time { padding: 35px 0; display: flex; align-items: baseline; gap: 8px; }
.ticket-time b { color: var(--burgundy); font: 600 clamp(2.8rem,4vw,4.4rem)/1 var(--serif); letter-spacing: -.05em; }.featured .ticket-time b { color: var(--ivory); }
.ticket-time span { color: var(--gold); font-size: .6rem; font-weight: 700; }.ticket-time i { margin: 0 8px; color: #ad9c83; font-style: normal; }
.ticket-card ul { margin: 0 0 32px; padding: 0; list-style: none; display: grid; gap: 14px; }
.ticket-card li { display: flex; gap: 10px; color: var(--muted); font-size: .75rem; }.featured li { color: #d7c6aa; }.ticket-card li span { color: var(--gold); }
.featured .button { background: var(--ivory); color: var(--burgundy); }
.ticket-note { margin: 24px auto 0; text-align: center; color: var(--muted); font-size: .67rem; }

.venue-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 830px; background: var(--burgundy-dark); color: var(--ivory); }
.venue-map { position: relative; min-height: 700px; }
.venue-map iframe { width: 100%; height: 100%; min-height: 700px; border: 0; filter: sepia(.45) saturate(.65) contrast(1.05); }
.map-stamp { position: absolute; right: 24px; bottom: 24px; padding: 17px 20px; display: flex; gap: 12px; align-items: center; border: 1px solid var(--gold); background: rgba(46,10,15,.94); color: var(--ivory); }
.map-stamp span { color: #dfb56f; font-size: 1.3rem; }.map-stamp b { font: 600 1rem/1.15 var(--serif); }
.venue-copy { padding: clamp(70px,8vw,130px); display: flex; flex-direction: column; justify-content: center; }
.venue-address { margin: 28px 0 36px; color: #d1bfa4; line-height: 1.8; }.venue-address strong { color: var(--ivory); }
.venue-facts { display: grid; gap: 22px; }
.venue-facts > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.venue-facts > div > span { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(205,172,116,.48); border-radius: 50%; color: #dfb96f; }
.venue-facts p { margin: 0; display: flex; flex-direction: column; gap: 4px; }.venue-facts b { font: 600 1.05rem var(--serif); }.venue-facts small { color: #bbaa91; font-size: .68rem; line-height: 1.65; }
.venue-actions { margin-top: 38px; display: flex; gap: 25px; align-items: center; flex-wrap: wrap; }

.organizer-section { padding: clamp(110px,12vw,180px) max(6vw,calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,9vw,140px); align-items: center; }
.organizer-gallery { height: 650px; position: relative; }
.organizer-gallery figure { margin: 0; position: absolute; overflow: hidden; box-shadow: 0 30px 60px rgba(49,26,15,.18); }
.organizer-gallery figure:first-child { left: 0; top: 0; width: 61%; height: 82%; }.organizer-gallery figure:last-child { right: 0; bottom: 0; width: 52%; height: 66%; border: 9px solid var(--ivory); }
.organizer-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.organizer-copy > p:not(.eyebrow) { margin-bottom: 26px; }
.credibility-points { margin: 0 0 34px; display: flex; flex-wrap: wrap; gap: 8px; }.credibility-points span { padding: 9px 13px; border: 1px solid #d5c3a6; color: var(--burgundy); text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; }

.faq-section { padding: clamp(110px,11vw,170px) max(6vw,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px,9vw,140px); background: var(--ivory-deep); }
.faq-list { border-top: 1px solid #cab99d; }
details { border-bottom: 1px solid #cab99d; }
summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--burgundy); font: 600 1.22rem var(--serif); cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; } summary span { font: 400 1.1rem var(--sans); transition: transform .25s; } details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; margin: -4px 42px 24px 0; color: var(--muted); font-size: .78rem; line-height: 1.8; }

.final-cta { min-height: 720px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 100px 6vw; text-align: center; color: var(--ivory); background: linear-gradient(rgba(39,8,13,.86),rgba(39,8,13,.94)), url("assets/ayodhya-hero.jpg") center/cover; }
.final-cta::before { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(205,170,111,.6); }
.final-glow { position: absolute; width: 680px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(216,145,57,.19),transparent 66%); animation: lightPulse 5s infinite; }
.final-content { position: relative; z-index: 3; max-width: 860px; }.final-content > p:not(.eyebrow) { max-width: 620px; margin: 28px auto 18px; color: #d8c9b2; line-height: 1.8; }.final-content > b { font: 600 1.08rem var(--serif); color: #e1c28d; }
.final-actions { margin-top: 35px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

footer { position: relative; padding: 70px 6vw 40px; display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 45px; color: #a99a84; background: #160508; }
.footer-brand { display: block; }.footer-logo { width: 180px; height: 180px; object-fit: contain; margin: -34px 0 -48px; }.footer-brand p { margin: 0; display: flex; flex-direction: column; gap: 6px; }.footer-brand b, footer > div > b { color: var(--ivory); font: 600 1rem var(--serif); }.footer-brand small { font-size: .6rem; }
footer > div > p { color: #9f907b; font-size: .68rem; line-height: 1.8; } footer a:hover { color: #d9b779; }
.legal { grid-column: 1/-1; margin: 28px 0 0; padding-top: 22px; border-top: 1px solid rgba(209,173,113,.16); font-size: .58rem; }
.mobile-ticket { display: none; }

.ticket-dialog { width: min(530px, calc(100vw - 32px)); padding: 55px; border: 1px solid var(--gold); color: var(--charcoal); background: var(--ivory); text-align: center; box-shadow: 0 35px 90px #12030599; }
.ticket-dialog::backdrop { background: rgba(24,4,7,.78); backdrop-filter: blur(9px); }.dialog-logo { width: 170px; height: 170px; object-fit: contain; margin: -40px auto -25px; }.ticket-dialog h2 { font-size: 3.5rem; }.ticket-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; color: var(--burgundy); font-size: 1.6rem; cursor: pointer; }.dialog-dismiss { margin-top: 15px; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.desktop-nav, .site-header > .button { display: none; }
  .menu-toggle { justify-self: end; display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
  .menu-toggle i { width: 17px; height: 1px; background: currentColor; transition: transform .3s; }.menu-toggle.active i:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.active i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 120px 8vw; display: flex; flex-direction: column; gap: 25px; color: var(--ivory); background: rgba(38,9,14,.98); transform: translateY(-110%); transition: transform .4s; }
  .mobile-menu.open { transform: none; }.mobile-menu a { font: 600 2.6rem var(--serif); border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 15px; }
  .hero-content { width: min(720px,72vw); }.hero-image { background-position: 62% center; }.hero-caption { display: none; }
  .quick-strip { grid-template-columns: repeat(2,1fr); }.quick-item:nth-child(2) { border-right: 0; }.quick-item:nth-child(-n+2) { border-bottom: 1px solid #dfd2bd; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }.experience-card:nth-child(2) { border-right: 0; }.experience-card:nth-child(-n+2) { border-bottom: 1px solid #d9c9af; }
  .story-section, .organizer-section { grid-template-columns: 1fr; }.section-copy { padding: 0; }.story-media { min-height: 580px; }
  .faq-section { grid-template-columns: 1fr; }.venue-copy { padding: 70px 6vw; }
  footer { grid-template-columns: 1.5fr 1fr 1fr; } footer > div:nth-child(4) { grid-column: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .site-header { height: 72px; padding: 0 18px; }.brand { width: 120px; height: 68px; }.brand-logo { width: 120px; height: 120px; transform: translateY(-16px); }
  .hero { min-height: 900px; align-items: flex-end; }.hero-image { inset: -2% -42%; background-position: 61% center; }.hero-image::after { background: linear-gradient(0deg,rgba(20,4,7,.99) 0%,rgba(30,6,10,.78) 52%,rgba(22,4,7,.2) 100%), linear-gradient(90deg,rgba(20,5,7,.7),transparent); }
  .hero-content { width: 100vw; max-width: 100vw; min-width: 0; flex: 0 0 100vw; margin: 0; padding: 115px 20px 75px; overflow: hidden; }.overline { width: calc(100vw - 40px); font-size: .52rem; } h1 { width: calc(100vw - 40px); max-width: none; white-space: normal; font-size: clamp(2.65rem,10.7vw,4rem); line-height: .91; }.hero-lead { width: calc(100vw - 40px); font-size: .86rem; margin: 20px 0; }
  .hero-facts { width: 100%; grid-template-columns: 1fr 1fr; gap: 12px; }.hero-facts > div { min-width: 0; }.hero-facts b { font-size: .82rem; }.fact-icon { width: 36px; }.showtimes { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; justify-content: stretch; gap: 10px; padding: 12px; }.showtimes b { font-size: .7rem; white-space: nowrap; }.showtimes span:last-child { text-align: right; }
  .hero-actions { width: calc(100vw - 40px); display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; padding: 0 10px; gap: 8px; }.countdown { width: calc(100vw - 40px); text-align: center; }.hero-scroll { display: none; }
  .quick-strip { width: 100%; grid-template-columns: 1fr; box-shadow: none; }.quick-item { min-height: 105px; border-right: 0; border-bottom: 1px solid #dfd2bd !important; padding: 24px 20px; }.quick-item:last-child { border-bottom: 0 !important; }
  h2 { font-size: clamp(3rem,13vw,4.5rem); }.story-section, .experience-section, .performances-section, .organizer-section, .faq-section { padding: 95px 20px; }
  .story-media { min-height: 520px; }.story-media p { left: 26px; bottom: 25px; }.conversion-ribbon { width: calc(100% - 40px); margin-bottom: 95px; padding: 25px; align-items: flex-start; flex-direction: column; box-shadow: 8px 8px 0 var(--soft-gold); }.conversion-ribbon .button { width: 100%; }
  .trailer-section { padding: 95px 20px; }.trailer-frame { width: 100%; margin-top: 45px; }.trailer-play > span { width: 62px; }.trailer-play small { display: none; }.trailer-foot { width: 100%; align-items: stretch; flex-direction: column; }.trailer-foot .button { width: 100%; }.trailer-foot p { text-align: center; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 48px; }.experience-card { min-height: 310px; border-right: 0; border-bottom: 1px solid #d9c9af !important; }.experience-card:last-child { border-bottom: 0 !important; }.card-icon { margin: 42px 0 45px; }
  .journey-section { padding: 90px 0 80px; }.journey-heading { padding: 0 20px; margin-bottom: 40px; align-items: flex-start; flex-direction: column; gap: 20px; }.journey-heading h2 { max-width: calc(100vw - 40px); }.journey-path-break { display: block; }.journey-heading > p { font-size: .76rem; }.journey-stage { width: 100%; height: 670px; border-left: 0; border-right: 0; }.journey-stage::before { inset: 10px; }.journey-slides { bottom: auto; height: 370px; }.journey-slide img { object-position: center; }.journey-shade { background: linear-gradient(0deg,#1a0509 0%,#1a0509 38%,rgba(26,5,9,.66) 53%,transparent 76%); }.journey-story { left: 22px; right: 22px; bottom: 72px; width: auto; }.journey-story h3 { font-size: clamp(3.8rem,17vw,5.4rem); }.journey-story > p:last-child { font-size: .78rem; }.journey-count { margin-bottom: 17px; }.journey-controls { top: 330px; right: 18px; }.journey-controls button { width: 42px; background: rgba(40,8,13,.82); }.journey-timeline { width: 100%; margin-top: 32px; padding: 35px 0 10px; grid-template-columns: repeat(5,120px); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }.journey-timeline::-webkit-scrollbar { display: none; }.journey-track { left: 60px; right: auto; width: 480px; }.journey-tab { scroll-snap-align: center; }
  .ticket-grid { grid-template-columns: 1fr; gap: 18px; }.ticket-card { padding: 28px 22px; }.ticket-card.featured { transform: none; }.ticket-time { gap: 5px; }.ticket-time b { font-size: 3.2rem; }
  .venue-section { grid-template-columns: 1fr; }.venue-map, .venue-map iframe { min-height: 440px; }.venue-copy { padding: 90px 20px; }
  .organizer-gallery { height: 500px; }.organizer-gallery figure:first-child { width: 67%; }.organizer-gallery figure:last-child { width: 57%; }
  .faq-section { gap: 45px; } summary { min-height: 84px; font-size: 1.1rem; }
  .final-cta { min-height: 760px; padding: 100px 25px; }.final-cta::before { inset: 15px; }.final-actions { flex-direction: column; }.final-actions .button { width: 100%; }
  footer { padding: 70px 20px 35px; grid-template-columns: 1fr; gap: 25px; }.footer-brand, footer > div:nth-child(4), .legal { grid-column: auto; }
  .mobile-ticket { position: fixed; z-index: 120; left: 10px; right: 10px; bottom: 9px; height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #c09c62; border-radius: 6px; color: var(--ivory); background: var(--burgundy); box-shadow: 0 8px 30px rgba(38,8,13,.4); }.mobile-ticket span { text-transform: uppercase; font-weight: 700; letter-spacing: .12em; font-size: .68rem; }.mobile-ticket b { color: #dec69d; font-size: .6rem; }
  .ticket-dialog { padding: 45px 25px; }.ticket-dialog h2 { font-size: 3rem; }
}

/* Mobile composition pass: compact, fully contained layouts from 360–430px. */
@media (max-width: 760px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .site-header { width: 100%; }
  .mobile-menu { padding: 105px 24px 90px; overflow-y: auto; }
  .mobile-menu a { font-size: clamp(2rem, 10vw, 2.65rem); }

  .hero { min-height: max(800px, 100svh); }
  .hero-content { padding: 105px 20px 110px; }
  .hero h1 { font-size: clamp(2.55rem, 10.5vw, 3.4rem); }
  .hero-lead { line-height: 1.65; }
  .hero-facts { margin-bottom: 18px; }
  .hero-facts p { min-width: 0; }
  .hero-facts small { font-size: .5rem; }
  .hero-facts b { overflow-wrap: anywhere; line-height: 1.2; }
  .showtimes { margin-bottom: 20px; }
  .hero-actions { gap: 10px; }
  .countdown { margin-top: 14px; font-size: .58rem; line-height: 1.45; }

  .quick-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-item { min-height: 108px; padding: 18px 14px; gap: 10px; border-right: 1px solid #dfd2bd !important; }
  .quick-item:nth-child(even) { border-right: 0 !important; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid #dfd2bd !important; }
  .quick-item:nth-child(n+3) { border-bottom: 0 !important; }
  .quick-item > span { width: 38px; }
  .quick-item b { font-size: .9rem; line-height: 1.08; }
  .quick-item small { margin-top: 2px; font-size: .58rem; line-height: 1.4; }

  h2 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .story-section, .experience-section, .performances-section, .organizer-section, .faq-section { padding: 80px 20px; }
  .section-copy > p:not(.eyebrow), .organizer-copy > p:not(.eyebrow) { margin: 24px 0; font-size: .88rem; line-height: 1.75; }
  .story-section { gap: 42px; }
  .story-media { min-height: 410px; }
  .story-media::before { inset: 10px; }
  .story-media p { left: 22px; right: 22px; font-size: .7rem; }
  .conversion-ribbon { margin-bottom: 80px; }

  .trailer-section { padding: 80px 20px; }
  .trailer-frame { margin-top: 38px; }
  .trailer-foot { margin-top: 18px; }

  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; }
  .experience-card { min-height: 270px; padding: 20px 16px 24px; border-right: 1px solid #d9c9af !important; }
  .experience-card:nth-child(even) { border-right: 0 !important; }
  .experience-card:nth-child(-n+2) { border-bottom: 1px solid #d9c9af !important; }
  .experience-card:nth-child(n+3) { border-bottom: 0 !important; }
  .experience-card > span { top: 15px; right: 15px; }
  .card-icon { width: 52px; margin: 30px 0 38px; box-shadow: inset 0 0 0 5px var(--ivory), inset 0 0 0 6px #d7c4a5; }
  .experience-card h3 { font-size: 1.24rem; }
  .experience-card p { font-size: .68rem; line-height: 1.6; }

  .journey-section { padding: 78px 0 68px; }
  .journey-heading { margin-bottom: 32px; }
  .journey-stage { height: 590px; }
  .journey-slides { height: 305px; }
  .journey-story { bottom: 58px; }
  .journey-story h3 { font-size: clamp(3.35rem, 16vw, 4.8rem); }
  .journey-story > p:last-child { margin-top: 14px; line-height: 1.6; }
  .journey-controls { top: 266px; right: 14px; }
  .journey-controls button { width: 40px; }
  .journey-timeline { width: calc(100% - 20px); margin-top: 24px; padding: 33px 3px 13px; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: visible; }
  .journey-track { left: 10%; right: 10%; width: auto; }
  .journey-tab { padding: 12px 1px 0; }
  .journey-tab > i { top: -27px; width: 10px; }
  .journey-tab b { font-size: clamp(.66rem, 3vw, .8rem); }
  .journey-tab small { display: none; }

  .performances-section .section-intro { margin-top: 20px; }
  .ticket-grid { margin-top: 48px; }
  .ticket-card { padding: 25px 18px; }
  .ticket-top { padding-bottom: 20px; }
  .ticket-top span { font-size: 1.7rem; }
  .ticket-time { padding: 28px 0; }
  .ticket-time b { font-size: clamp(2.5rem, 12vw, 3.1rem); }
  .ticket-time i { margin: 0 3px; }
  .ticket-card ul { margin-bottom: 26px; }
  .ticket-card li { font-size: .7rem; line-height: 1.45; }

  .venue-map, .venue-map iframe { min-height: 340px; }
  .venue-copy { padding: 72px 20px; }
  .venue-address { margin: 22px 0 30px; }
  .venue-actions { align-items: stretch; flex-direction: column; }
  .venue-actions .button { width: 100%; }
  .venue-actions .text-link { align-self: flex-start; }

  .organizer-section { gap: 46px; }
  .organizer-gallery { height: 400px; }
  .organizer-gallery figure:last-child { border-width: 6px; }
  .credibility-points { gap: 6px; }
  .credibility-points span { padding: 8px 10px; font-size: .5rem; }

  .faq-section { gap: 36px; }
  summary { min-height: 76px; font-size: 1rem; line-height: 1.25; }
  details p { margin-right: 18px; }

  .final-cta { min-height: 680px; padding: 82px 22px; }
  .final-content > p:not(.eyebrow) { font-size: .88rem; }
  footer { padding-top: 58px; }
  .footer-logo { width: 160px; height: 160px; }

  .mobile-ticket { bottom: max(8px, env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  .site-header { padding-inline: 14px; }
  .brand { width: 110px; }
  .brand-logo { width: 110px; height: 110px; transform: translateY(-14px); }
  .hero-content { padding-inline: 16px; }
  .hero h1 { width: calc(100vw - 32px); font-size: 2.42rem; }
  .overline, .hero-lead, .hero-actions, .countdown { width: calc(100vw - 32px); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div { min-height: 40px; }
  .showtimes { gap: 7px; }
  .showtimes b { font-size: .64rem; }
  .quick-item { padding-inline: 10px; }
  .quick-item > span { width: 34px; }
  .quick-item b { font-size: .8rem; }
  .experience-card { min-height: 285px; padding-inline: 13px; }
  .ticket-time b { font-size: 2.35rem; }
  .ticket-time span { font-size: .52rem; }
  .journey-heading { padding-inline: 16px; }
  .journey-story { left: 18px; right: 18px; }
  .journey-tab b { font-size: .64rem; }
  .mobile-ticket { left: 7px; right: 7px; padding-inline: 14px; }
}

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