main{width:100%;overflow-x:hidden;color:#fff;background-color:#0b0b0b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-title{text-align:center;font-size:2.5rem;color:#a200ff;margin-bottom:1rem}.section-intro{text-align:center;max-width:600px;margin:0 auto 3rem;opacity:.9;font-size:1.1rem}.hero-section{position:relative;height:85vh;min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background:#000;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;opacity:.6;transform:scale(1.1);animation:zoomSlow 20s infinite alternate;will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}@keyframes zoomSlow{0%{transform:scale(1.1)}to{transform:scale(1.2)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0000004d,#0b0b0b 90%);z-index:2}.hero-content{position:relative;z-index:3;max-width:900px}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#d48aff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;text-shadow:0 10px 30px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;opacity:.9;font-weight:300;text-shadow:0 2px 4px rgba(0,0,0,.5)}.scroll-indicator{position:absolute;bottom:3rem;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.7;font-size:.9rem;color:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.content-section{padding:6rem 1.5rem;max-width:1200px;margin:0 auto}.grid-alternado{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.grid-alternado.reverse .text-content{order:2}.text-content h2{font-size:2.5rem;color:#a200ff;margin-bottom:1.5rem}.text-content p{font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem;color:#e0e0e0}.image-placeholder{width:100%;aspect-ratio:16/9;border-radius:16px;box-shadow:0 20px 50px #00000080;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;inset:0;opacity:.1}.placeholder-text{font-size:2rem;font-weight:700;color:#fff3;text-transform:uppercase;letter-spacing:.2em}.gradient-1{background:linear-gradient(135deg,#2a0a40,#5a2282)}.gradient-2{background:linear-gradient(135deg,#1a0520,#3a1252)}.creative-process-section{padding:6rem 1.5rem;background:linear-gradient(to bottom,#0b0b0b,#150520,#0b0b0b)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.card{background:#ffffff08;padding:2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,background .3s ease,border-color .3s ease;text-align:center}.card:hover{transform:translateY(-10px);background:#ffffff14;border-color:#a200ff;box-shadow:0 10px 30px #a200ff1a}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.card h3{color:#fff;margin-bottom:1rem;font-size:1.4rem}.card p{font-size:1rem;opacity:.8;line-height:1.6}.timeline-section{padding:6rem 1.5rem}.timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;top:0;height:100%;background:linear-gradient(to bottom,transparent,#a200ff,transparent)}.timeline-line-filled{position:absolute;left:50%;transform:translate(-50%);top:0;width:2px;height:0;background:#a200ff;box-shadow:0 0 10px #a200ff;z-index:1;transition:height .1s linear}.timeline-item{position:relative;width:50%;padding:2rem;box-sizing:border-box;z-index:2}.timeline-anim-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.timeline-anim-item.visible{opacity:1;transform:translateY(0)}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-item:after{content:"";position:absolute;top:2.5rem;width:16px;height:16px;background:#0b0b0b;border:3px solid #a200ff;border-radius:50%;box-shadow:0 0 15px #a200ff;z-index:2;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease,border-color .3s ease}.timeline-item.active:after{background:#a200ff;box-shadow:0 0 20px #a200ff,0 0 40px #a200ff;transform:scale(1.3);border-color:#fff}.timeline-item.left:after{right:-8px}.timeline-item.right:after{left:-8px}.timeline-image-placeholder{width:100%;height:150px;background:#ffffff0d;border-radius:8px;margin-bottom:1rem;border:1px dashed rgba(162,0,255,.3);backface-visibility:hidden;transform:translateZ(0);overflow:hidden}.timeline-content{transition:opacity .5s ease,transform .5s ease}.timeline-item.active .timeline-content h3{text-shadow:0 0 20px rgba(162,0,255,.6)}.timeline-item:hover .timeline-content{transform:scale(1.02)}.timeline-content h3{color:#a200ff;margin-bottom:.5rem;font-size:1.5rem}.timeline-content p{opacity:.8;font-size:1.1rem}@media(max-width:768px){.hero-title{font-size:3rem}.grid-alternado{grid-template-columns:1fr;gap:3rem}.grid-alternado.reverse .text-content{order:initial}.timeline:before{left:20px}.timeline-line-filled{left:20px;transform:none}.timeline-item{width:100%;padding-left:3.5rem;padding-right:0;text-align:left}.timeline-item.left,.timeline-item.right{left:0}.timeline-item.left:after,.timeline-item.right:after{left:12px;right:auto}.content-section,.creative-process-section,.team-section{padding:4rem 1.5rem}}.figures-section[data-astro-cid-phtmmeu4]{padding:4rem 1.5rem 6rem;position:relative;max-width:1400px;margin:0 auto}.figures-header[data-astro-cid-phtmmeu4]{text-align:center;margin-bottom:3.5rem}.figures-eyebrow[data-astro-cid-phtmmeu4]{font-size:.9rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;margin:0 0 1rem}.figures-title[data-astro-cid-phtmmeu4]{font-size:clamp(2.2rem,5vw,3.5rem);margin:0;color:#fff;letter-spacing:.04em;text-transform:uppercase;font-weight:700}.bento-grid[data-astro-cid-phtmmeu4]{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;grid-auto-rows:minmax(240px,auto);grid-template-areas:"elenco elenco elenco elenco elenco vestuario vestuario vestuario vestuario vestuario vestuario vestuario" "espectadores espectadores espectadores espectadores espectadores musica musica musica gira gira gira gira"}.bento-card[data-astro-cid-phtmmeu4]{position:relative;background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem;box-sizing:border-box;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease,border-color .4s ease;text-decoration:none;color:#fff}.bento-card[data-astro-cid-phtmmeu4]:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px #0009,0 0 25px #a200ff33;border-color:#a200ff66;z-index:10}.card-content[data-astro-cid-phtmmeu4]{position:relative;z-index:3;width:100%;display:flex;flex-direction:column}.card-content[data-astro-cid-phtmmeu4].centered{align-items:center;justify-content:center;text-align:center;height:100%}.card-overlay[data-astro-cid-phtmmeu4]{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.3) 60%,transparent);z-index:2;transition:opacity .3s ease}.card-overlay-gradient[data-astro-cid-phtmmeu4]{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006,#000000e6);z-index:2}.stat-number[data-astro-cid-phtmmeu4]{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:.9;margin-bottom:.5rem;color:#fff;font-variant-numeric:tabular-nums}.stat-label[data-astro-cid-phtmmeu4]{font-size:1.1rem;color:#fff;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-detail[data-astro-cid-phtmmeu4]{font-size:.85rem;color:#ffffffb3;margin:.5rem 0 0}.card-elenco[data-astro-cid-phtmmeu4]{grid-area:elenco;cursor:pointer}.card-bg-mosaic[data-astro-cid-phtmmeu4]{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);opacity:.3;filter:grayscale(100%);transition:.5s ease;z-index:1;transform:scale(1.05)}.card-elenco[data-astro-cid-phtmmeu4]:hover .card-bg-mosaic[data-astro-cid-phtmmeu4]{opacity:.6;filter:grayscale(0%);transform:scale(1);gap:2px}.mosaic-item[data-astro-cid-phtmmeu4] img[data-astro-cid-phtmmeu4]{width:100%;height:100%;object-fit:cover}.card-cta[data-astro-cid-phtmmeu4]{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;background:#fff;color:#000;padding:.6rem 1.2rem;border-radius:999px;font-weight:700;font-size:.9rem;text-transform:uppercase;opacity:0;transform:translateY(10px);transition:.3s ease}.card-elenco[data-astro-cid-phtmmeu4]:hover .card-cta[data-astro-cid-phtmmeu4]{opacity:1;transform:translateY(0)}.cta-arrow[data-astro-cid-phtmmeu4]{transition:transform .3s ease}.card-elenco[data-astro-cid-phtmmeu4]:hover .cta-arrow[data-astro-cid-phtmmeu4]{transform:translate(3px)}.card-vestuario[data-astro-cid-phtmmeu4]{grid-area:vestuario;cursor:pointer;user-select:none;background:linear-gradient(135deg,#1c1c1c,#0a0a0a)}.vestuario-layout[data-astro-cid-phtmmeu4]{flex-direction:row;align-items:center;justify-content:space-between;height:100%;gap:2rem}.vestuario-text[data-astro-cid-phtmmeu4]{flex:1;display:flex;flex-direction:column;justify-content:center}.gallery-container[data-astro-cid-phtmmeu4]{width:140px;height:180px;flex-shrink:0;perspective:1000px;position:relative}.flashcard-scene[data-astro-cid-phtmmeu4]{width:100%;height:100%;border-radius:12px;box-shadow:0 10px 30px -5px #000c,0 0 15px #ffffff0d inset}.flashcard-wrapper[data-astro-cid-phtmmeu4]{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);border-radius:12px}.gallery-img[data-astro-cid-phtmmeu4]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;backface-visibility:hidden;border-radius:12px;border:2px solid rgba(255,255,255,.2)}.gallery-img[data-astro-cid-phtmmeu4].active{opacity:1;z-index:2}.stat-header[data-astro-cid-phtmmeu4]{display:flex;justify-content:space-between;align-items:flex-end}.click-hint[data-astro-cid-phtmmeu4]{font-size:.8rem;display:inline-flex;align-items:center;gap:.4rem;color:#fff9;background:#ffffff0d;padding:.4rem .8rem;border-radius:6px;margin-top:1rem;width:fit-content;opacity:.7;transform:translate(0);transition:.3s ease;border:1px solid rgba(255,255,255,.1)}.card-vestuario[data-astro-cid-phtmmeu4]:hover .click-hint[data-astro-cid-phtmmeu4]{opacity:1;transform:translate(0)}.card-espectadores[data-astro-cid-phtmmeu4]{grid-area:espectadores;background:linear-gradient(135deg,#1a0b2e,#000)}.espectadores-bg[data-astro-cid-phtmmeu4]{position:absolute;inset:0;overflow:hidden}.crowd-blur[data-astro-cid-phtmmeu4]{position:absolute;inset:-50%;background:radial-gradient(circle,rgba(162,0,255,.15) 10%,transparent 60%);filter:blur(40px);animation:pulseGlow 4s infinite alternate}.large-stat[data-astro-cid-phtmmeu4]{font-size:clamp(4rem,6vw,5.5rem);background:linear-gradient(to right,#fff,#bda0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-musica[data-astro-cid-phtmmeu4]{grid-area:musica;background:#111}.audio-wave[data-astro-cid-phtmmeu4]{display:flex;gap:3px;height:1.5rem;align-items:flex-end;margin-top:1rem;opacity:.5}.audio-wave[data-astro-cid-phtmmeu4] span[data-astro-cid-phtmmeu4]{flex:1;background:#a200ff;border-radius:2px;animation:wave 1s ease-in-out infinite}.audio-wave[data-astro-cid-phtmmeu4] span[data-astro-cid-phtmmeu4]:nth-child(2){animation-delay:.1s;height:60%}.audio-wave[data-astro-cid-phtmmeu4] span[data-astro-cid-phtmmeu4]:nth-child(3){animation-delay:.2s;height:80%}.audio-wave[data-astro-cid-phtmmeu4] span[data-astro-cid-phtmmeu4]:nth-child(4){animation-delay:.3s;height:40%}.card-musica[data-astro-cid-phtmmeu4]:hover .audio-wave[data-astro-cid-phtmmeu4] span[data-astro-cid-phtmmeu4]{background:#fff;opacity:1}.card-gira[data-astro-cid-phtmmeu4]{grid-area:gira;background:#ffffff08}.card-gira[data-astro-cid-phtmmeu4] .card-content[data-astro-cid-phtmmeu4]{height:100%}.gira-flex[data-astro-cid-phtmmeu4]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;height:100%}.gira-stat[data-astro-cid-phtmmeu4]{min-width:max-content;flex-shrink:0}.gira-locations-wrapper[data-astro-cid-phtmmeu4]{height:140px;overflow:hidden;position:relative;flex-grow:1;display:flex;justify-content:center;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.gira-locations-track[data-astro-cid-phtmmeu4]{display:flex;flex-direction:column;gap:1rem;align-items:center;animation:verticalScroll 12s linear infinite}.gira-locations-track[data-astro-cid-phtmmeu4]:hover{animation-play-state:paused}.location-tag[data-astro-cid-phtmmeu4]{padding:.6rem 1.8rem;background:#a200ff1a;border:1px solid rgba(162,0,255,.2);border-radius:100px;font-size:1.15rem;font-weight:500;letter-spacing:.03em;color:#ffffffe6;transition:.3s}.location-tag[data-astro-cid-phtmmeu4]:hover{background:#a200ff4d;border-color:#a200ff80;transform:translateY(-2px)}@keyframes pulseGlow{0%{opacity:.3;transform:scale(.8)}to{opacity:.6;transform:scale(1.2)}}@keyframes wave{0%,to{height:20%}50%{height:100%}}@keyframes verticalScroll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - .375rem))}}@media(max-width:1024px){.bento-grid[data-astro-cid-phtmmeu4]{grid-template-areas:"elenco elenco elenco elenco elenco elenco vestuario vestuario vestuario vestuario vestuario vestuario" "espectadores espectadores espectadores espectadores espectadores espectadores espectadores espectadores espectadores espectadores espectadores espectadores" "musica musica musica musica musica musica gira gira gira gira gira gira"}.gira-flex[data-astro-cid-phtmmeu4]{flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}}@media(max-width:768px){.bento-grid[data-astro-cid-phtmmeu4]{grid-template-columns:1fr;grid-template-areas:"elenco" "vestuario" "espectadores" "musica" "gira"}.vestuario-layout[data-astro-cid-phtmmeu4],.gira-flex[data-astro-cid-phtmmeu4]{flex-direction:column;text-align:center;align-items:center}.vestuario-text[data-astro-cid-phtmmeu4]{align-items:center}.bento-card[data-astro-cid-phtmmeu4]{padding:2rem}.figures-section[data-astro-cid-phtmmeu4]{padding-top:2rem}.stat-number[data-astro-cid-phtmmeu4]{font-size:3.5rem}.large-stat[data-astro-cid-phtmmeu4]{font-size:4.5rem}}
