:root{--color-primary:#f59e0b;--color-primary-dark:#d97706;--color-yellow:#facc15;--color-orange:#f97316;--gradient-yellow-orange:linear-gradient(135deg, #facc15 0%, #f97316 100%);--color-dark:#111827;--color-dark-light:#1f2937;--color-text-heading:#111827;--color-text-body:#4b5563;--color-text-muted:#9ca3af;--color-text-light:#e5e7eb;--color-white:#fff;--color-light-bg:#f9fafb;--color-card-bg:#fff;--color-overlay:#00000073;--color-border:#e5e4e7;--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--font-sans:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{font-family:var(--font-sans);margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.footer{color:#9ca3af;text-align:center;background-color:#111827;padding:3rem 2rem 2rem}.footer-contact{margin-bottom:2rem}.footer-heading{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.footer-item{margin:.25rem 0}.footer-item a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-item a:hover{color:var(--color-orange)}.footer-copyright{border-top:1px solid #1f2937;padding-top:1.5rem;font-size:.85rem}.footer-socials{margin-bottom:2rem}.footer-socials-row{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-social-link{color:#9ca3af;flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;transition:color .3s,transform .3s;display:flex!important}.footer-social-link:hover{color:var(--color-orange);transform:translateY(-3px)}.footer-social-logo{object-fit:contain;width:32px;height:32px;transition:filter .3s}.footer-social-link:hover .footer-social-logo{filter:drop-shadow(0 0 6px var(--color-orange))}.footer-social-name{text-transform:capitalize;font-size:.8rem;font-weight:600}.hero-content{z-index:10;text-align:center;color:#fff;max-width:800px;padding:0 1.5rem;position:relative}.hero-logo{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:33vh;height:33vh;margin:0 auto 1rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000059}.hero-logo img{object-fit:cover;width:100%;height:100%;display:block}.hero-logo:hover{transform:translateY(-8px)rotate(1.73deg);box-shadow:0 0 40px #fffc}.hero-content h1{margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-brand-accent{background:linear-gradient(90deg, var(--color-yellow), var(--color-orange), var(--color-yellow));color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;font-weight:800;animation:60s linear infinite gradientLoop}@keyframes gradientLoop{0%{background-position:0%}to{background-position:200%}}.hero-brand-thin{color:#fff;font-weight:200}.hero-title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:600}.hero-content p{color:#e5e7eb;margin-bottom:1.5rem;font-size:1.35rem;line-height:1.4}.hero-captions h2{animation:.8s both captionIn}.hero-captions p{animation:.8s .2s both captionIn}.hero-captions.exit h2,.hero-captions.exit p{animation:.4s both captionOut}@keyframes captionIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes captionOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-btn{background:var(--gradient-yellow-orange);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:filter .2s,transform .2s;display:inline-block}.hero-btn:hover{filter:brightness(1.08);transform:translateY(-2px)}@media (width<=768px){.hero-content h1{font-size:2.4rem}.hero-title{font-size:1.5rem}.hero-content p{font-size:1.1rem}.hero-logo{width:18vh;height:18vh}}.hero-header{width:100%;height:100vh;position:relative;overflow:hidden}.hero-header:before{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#000c 30%,#0000 80%);width:80%;height:100%;position:absolute;top:0;left:0}.hero-slide{opacity:0;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-slide.active{opacity:1}.hero-overlay{background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.hero-left{z-index:15;justify-content:center;align-items:center;width:33%;padding:2rem;display:flex;position:absolute;top:50%;left:17%;transform:translateY(-50%)}.hero-right{z-index:15;justify-content:center;align-items:center;width:33%;display:flex;position:absolute;top:50%;right:17%;transform:translateY(-50%)}.hero-poster-frame{border-radius:12px;width:60vh;max-width:100%;height:80vh;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000073}.hero-poster-frame:hover{transform:translateY(-8px)rotate(1.73deg);box-shadow:0 0 40px #fffc}.hero-poster{opacity:0;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero-poster.active{opacity:1}.hero-poster img{object-fit:cover;width:100%;height:100%;display:block}.carousel-control{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;padding:.8rem 1.2rem;font-size:1.5rem;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-control:hover{background:#fff6}.carousel-control.prev{left:2rem}.carousel-control.next{right:2rem}.carousel-indicators{z-index:20;gap:10px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:background .3s,transform .3s}.indicator.active{background:#fff;transform:scale(1.2)}@media (width<=768px){.hero-left{z-index:16;width:100%;padding:0 1.5rem;top:calc(31vh + 4.8rem + 10px);left:0;transform:none}.hero-right{width:100%;top:calc(4.8rem + 10px);left:0;right:0;transform:none}.hero-poster-frame{width:32vh;height:40vh}.carousel-control{padding:.6rem .9rem;font-size:1.2rem}.carousel-control.prev{left:.8rem}.carousel-control.next{right:.8rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;line-height:1.6}.main-content{width:100%}.section{text-align:center;max-width:1000px;margin:0 auto;padding:5rem 2rem}.section h2{color:#111827;margin-bottom:1.5rem;font-size:2.2rem}.section p{color:#4b5563;max-width:700px;margin:0 auto 2rem;font-size:1.1rem}.section.highlight{background-color:#f9fafb;max-width:100%}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.card{background:#fff;border-radius:12px;padding:2.5rem 1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.card h3{color:#1f2937;margin-bottom:.8rem;font-size:1.3rem}.card p{margin-bottom:0;font-size:.95rem}.contact-btn{background:var(--gradient-yellow-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.8rem 2.2rem;font-size:1rem;font-weight:600;transition:filter .2s}.contact-btn:hover{filter:brightness(1.08)}.timeline-item{grid-template-columns:43.2vh 4.5rem 1fr;align-items:start;padding-bottom:3rem;display:grid}.timeline-item:last-child{padding-bottom:0}.festival-poster{aspect-ratio:3/4;border:5px solid #f59e0b;border-radius:8px;width:100%;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0006}.festival-poster:hover{transform:rotate(1.73deg)}.festival-poster img{object-fit:cover;width:100%;height:100%;display:block}.timeline-point{background:var(--gradient-yellow-orange);border:3px solid #fff;border-radius:50%;justify-self:center;width:1rem;height:1rem;margin-top:.4rem;box-shadow:0 0 0 3px #f59e0b4d}.timeline-content{text-align:left;padding-left:1.5rem}.timeline-date{color:#ffffffd9;margin-bottom:.75rem;font-size:1rem;font-weight:300;line-height:1.6}.timeline-name{background:var(--gradient-yellow-orange);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.timeline-name--small{font-size:.8rem}.timeline-title-art{border-radius:6px;width:100%;max-width:320px;margin-bottom:.5rem;display:block}.timeline-venue{color:#fff;margin:0;font-size:1rem}.festival-description{margin-top:1em}.festival-description p{color:#fffc;text-align:justify;max-width:420px;margin:0 0 1.25rem;font-size:1rem;line-height:1.6}.festival-link{background:var(--gradient-yellow-orange);color:#fff;border-radius:20px;padding:.55rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:filter .2s,transform .2s;display:inline-block}.festival-link:hover{filter:brightness(1.08);transform:translateY(-2px)}.page-header{background-image:url(https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:48vh;display:flex;position:relative;overflow:hidden}.page-header-overlay{background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.page-header-title{z-index:10;color:#fff;margin:0;font-size:3.5rem;font-weight:800;position:relative}.festivals-body{background:var(--color-dark);text-align:center;padding:3rem 0}.timeline{max-width:1200px;margin:0 auto;padding:0;position:relative}.timeline:before{content:"";background:var(--gradient-yellow-orange);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:calc(43.2vh + 2.25rem - 1.5px)}@media (width<=768px){.page-header-title{font-size:2.4rem}}.contact-page{background:var(--color-dark);min-height:100vh;color:var(--color-text-light);flex-direction:column;align-items:center;padding:4rem 1.5rem;display:flex}.contact-page h1{color:var(--color-white);margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.contact-page .contact-subtitle{color:var(--color-text-muted);text-align:center;max-width:500px;margin:0 0 3rem;font-size:1.1rem}.contact-cards{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:900px;display:grid}.contact-card{background:var(--color-dark-light);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.contact-card-wide{grid-column:1/-1}.contact-card h2{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:700}.contact-card p{color:var(--color-text-muted);margin:0}.contact-card a{color:var(--color-text-light);word-break:break-all;text-decoration:none;transition:color .2s;display:block}.contact-card a:hover{color:var(--color-primary)}@media (width<=768px){.contact-page h1{font-size:2rem}.contact-cards{grid-template-columns:1fr}}.socials-row{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:30px;display:flex}.social-link{color:var(--color-text-light);flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:transform .3s,color .3s;display:flex!important}.social-link:hover{color:var(--color-primary);transform:scale(1.15)translateY(-4px)}.social-logo{object-fit:contain;width:60px;height:60px;transition:filter .3s,transform .3s}.social-link:hover .social-logo{filter:drop-shadow(0 0 8px var(--color-primary));transform:scale(1.1)}.social-name{text-transform:capitalize;font-size:.85rem;font-weight:600}
