@import"https://fonts.googleapis.com/css2?family=Contrail+One&family=Inter+Tight:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Pacifico&family=Rubik:wght@400;500;700;800;900&display=swap";:root{--color-bg-deep: #0b0712;--color-text: #fff3d6;--color-muted: #d8c9aa;--color-border: rgba(255, 243, 214, .18);--color-orange: #ff8a3d;--color-pink: #ff4fa3;--color-green: #b8ff5c;--color-violet: #6d4aff}*{box-sizing:border-box}html,body{min-height:100%}html{font-family:Arial,Helvetica,sans-serif;background:var(--color-bg-deep);color:var(--color-text)}body{position:relative;display:flex;flex-direction:column;margin:0;min-height:100vh;overflow-x:hidden;background:transparent}a{color:inherit;text-decoration:none}.liquid-background{position:fixed;inset:0;z-index:0;overflow:hidden;background:#0b0712;pointer-events:none}#liquid-canvas{display:block;width:100%;height:100%}.site-header,main,footer{position:relative;z-index:2}.site-header{position:fixed;top:34px;left:42px;right:42px;z-index:30;display:flex;align-items:flex-start;justify-content:space-between;pointer-events:none}.site-logo,.header-right,.menu-group{pointer-events:auto}.site-logo{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:96px;color:#fff;font-family:Rubik,Arial,Helvetica,sans-serif;font-size:34px;font-weight:500;line-height:1;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 8px 28px rgba(0,0,0,.55);transform:translateY(0) rotate(-90deg);transform-origin:center}.logo-letter{display:inline-block;color:#fff;opacity:0;font-weight:inherit;animation-duration:2.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards}.logo-g{animation-name:logoFromLeft;animation-delay:.25s}.logo-f-center{animation-name:logoFromTop;animation-delay:.65s}.logo-f-last{animation-name:logoFromRight;animation-delay:1.05s}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:auto}.language-switch{display:flex;align-items:center;gap:6px;color:#fff3d680;font-family:Rubik,Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 8px 28px rgba(0,0,0,.55);opacity:0;animation:headerTextRise .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.95s}.language-switch a{color:#fff3d680;transition:color .16s ease}.language-switch a:hover{color:#fff3d6}.language-switch span{color:#fff3d652}.menu-group{position:relative;padding-top:4px}.menu-group:after{content:"";position:absolute;top:100%;right:0;width:100%;height:22px}.menu-trigger{border:0;padding:0;background:transparent;color:var(--color-text);font:inherit;font-size:17px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-shadow:0 8px 28px rgba(0,0,0,.55);opacity:0;animation:headerTextRise .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.15s}.menu-trigger:hover{color:var(--color-green)}.dropdown-menu{position:absolute;top:calc(100% + 18px);right:-6px;display:grid;grid-template-rows:repeat(3,auto);grid-auto-flow:column;gap:6px 18px;min-width:max-content;border-radius:24px;padding:14px;background:#0b0712d1;backdrop-filter:blur(22px);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,transform .18s ease}.menu-group:hover .dropdown-menu,.menu-group:focus-within .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-menu a{white-space:nowrap;border-radius:999px;padding:10px 14px;color:var(--color-muted);font-size:14px;font-weight:700}.dropdown-menu a:hover{background:#fff3d614;color:var(--color-green)}.site-header.is-over-light .menu-trigger,.site-header.is-over-light .language-switch,.site-header.is-over-light .language-switch a,.site-header.is-over-light .site-logo{color:#49c62a;text-shadow:none}.site-header.is-over-light .language-switch span{color:#140f1f6b}.site-header.is-over-light .menu-trigger:hover,.site-header.is-over-light .language-switch a:hover{color:#6d4aff}main{position:relative;z-index:2;flex:1;min-height:calc(100vh - 90px);padding:0 32px}section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:calc(100vh - 90px);max-width:1120px;padding:150px 0 88px}h1{max-width:980px;margin:0 0 34px;color:var(--color-text);font-size:clamp(64px,13vw,168px);line-height:.78;letter-spacing:-.09em;text-transform:uppercase;text-shadow:0 18px 60px rgba(0,0,0,.45);animation:titleRise .9s cubic-bezier(.16,1,.3,1) both}h1:after{content:"";display:block;width:min(520px,80vw);height:14px;margin-top:30px;border-radius:999px;background:linear-gradient(90deg,var(--color-orange),var(--color-pink),var(--color-green))}p{max-width:760px;color:var(--color-muted);font-size:clamp(18px,2vw,24px);line-height:1.55;text-shadow:0 10px 30px rgba(0,0,0,.35);animation:contentFade .9s ease both}p:nth-of-type(1){animation-delay:.18s}p:nth-of-type(2){animation-delay:.3s}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;animation:contentFade .9s ease both;animation-delay:.42s}section a{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border:1px solid rgba(255,243,214,.32);border-radius:999px;padding:14px 20px;background:#fff3d614;color:var(--color-text);font-size:14px;font-weight:800;backdrop-filter:blur(10px);transition:transform .18s ease,background .18s ease,color .18s ease}section a:first-of-type{border-color:transparent;background:var(--color-green);color:#140f1f}section a:hover{transform:translateY(-2px)}.internal-page{margin:0 -32px;background:var(--color-bg-deep)}.internal-hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:none;min-height:58vh;overflow:hidden;padding:120px 48px 72px;background:var(--color-bg-deep);border-radius:0 0 50% 50%/0 0 20% 20%}.internal-hero-canvas-wrap{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}#internal-hero-canvas{display:block;width:100%;height:100%}.internal-hero-content{position:relative;z-index:3;text-align:center}.internal-hero h1{margin:0;color:#fff;font-family:Rubik,Arial,Helvetica,sans-serif;font-size:clamp(52px,8vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em;text-transform:uppercase;text-shadow:none;animation:titleRise .9s cubic-bezier(.16,1,.3,1) both}.internal-hero h1:after{display:none}.internal-content{display:grid;gap:0;padding:0 48px 110px;background:var(--color-bg-deep);color:#fff}.content-block{position:relative;display:grid;grid-template-columns:minmax(220px,380px) minmax(0,720px);align-items:center;gap:72px;width:100%;min-height:58vh;max-width:1100px;margin:0 auto;padding:64px 0;opacity:0;transform:translateY(72px);transition:opacity 1.7s cubic-bezier(.16,1,.3,1),transform 1.7s cubic-bezier(.16,1,.3,1)}.content-block:before{content:"";display:block;width:min(320px,70vw);height:10px;margin-bottom:34px;border-radius:999px;background:linear-gradient(90deg,var(--color-orange),var(--color-pink),var(--color-green));grid-column:1 / -1}.content-block.is-visible{opacity:1;transform:translateY(0)}.content-block.is-visible:before{height:10px}.content-block+.content-block:after{content:"";position:absolute;top:0;left:50%;width:100vw;height:1px;background:#ffffff24;transform:translate(-50%)}.content-block h2{margin:0;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:clamp(34px,4.4vw,64px);font-weight:700;line-height:.96;letter-spacing:-.07em}.content-reverse h2{justify-self:end;max-width:380px;text-align:right}.content-block:nth-child(2) h2{font-family:Manrope,Arial,Helvetica,sans-serif}.content-block p{margin:0;max-width:720px;color:#ffffffc7;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(18px,1.55vw,22px);font-weight:400;line-height:1.65;letter-spacing:-.015em;text-shadow:none}.content-block .text-link{display:inline-flex;align-items:center;justify-content:flex-start;width:fit-content;margin-top:28px;border:0;border-radius:0;padding:0;background:transparent;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.01em;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;backdrop-filter:none;cursor:pointer}.content-block .text-link:hover{color:var(--color-violet);transform:none}.content-intro{grid-template-columns:minmax(0,560px) minmax(260px,380px);align-items:center;justify-content:center;max-width:1100px;min-height:62vh;margin:0 auto}.content-intro:before{display:none}.intro-text{max-width:560px}.intro-text h2{margin-bottom:42px}.intro-text p{margin-top:0}.intro-text:before{content:"";display:block;width:min(320px,70vw);height:10px;margin-bottom:34px;border-radius:999px;background:linear-gradient(90deg,var(--color-orange),var(--color-pink),var(--color-green))}.content-centered{display:flex;align-items:center;justify-content:center;max-width:900px;margin:0 auto;text-align:center}.content-centered:before{display:none}.centered-text{max-width:760px;margin:0 auto}.centered-text h2{margin:0 0 42px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:clamp(38px,5vw,72px);font-weight:700;line-height:.96;letter-spacing:-.07em}.centered-text h2:before{content:"";display:block;width:min(260px,64vw);height:9px;margin:0 auto 34px;border-radius:999px;background:linear-gradient(90deg,var(--color-violet),var(--color-pink))}.content-expositions .centered-text h2:before{background:linear-gradient(90deg,var(--color-green),var(--color-orange))}.content-parade .centered-text h2:before{background:linear-gradient(90deg,var(--color-green),var(--color-violet))}.centered-text p{margin-left:auto;margin-right:auto;text-align:center}.centered-text p+p{margin-top:22px}.centered-text .text-link{margin-left:auto;margin-right:auto}.festival-poster{position:relative;margin:0;width:min(100%,380px);justify-self:end;border-radius:28px;overflow:hidden;box-shadow:0 28px 80px #140f1f38,0 8px 28px #140f1f24}.festival-poster img{display:block;width:100%;height:auto}.content-feature{grid-template-columns:minmax(260px,420px) minmax(0,560px);align-items:center;justify-content:center;max-width:1100px;margin:0 auto}.content-feature:before{display:none}.section-image{position:relative;margin:0;width:min(100%,420px);justify-self:start;border-radius:28px;overflow:hidden;box-shadow:0 28px 80px #00000047,0 8px 28px #0003}.section-image img{display:block;width:100%;height:auto}.section-text{max-width:560px}.section-text h2{margin:0 0 42px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:clamp(38px,5vw,72px);font-weight:700;line-height:.96;letter-spacing:-.07em}.section-text h2:before{content:"";display:block;width:min(260px,64vw);height:9px;margin:0 0 34px;border-radius:999px;background:linear-gradient(90deg,var(--color-orange),var(--color-green))}.content-gourmand .section-text h2:before{background:linear-gradient(90deg,var(--color-orange),var(--color-pink))}.section-text p{max-width:560px;color:#ffffffc7;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(18px,1.55vw,22px);font-weight:400;line-height:1.65;letter-spacing:-.015em;text-shadow:none}.section-text p+p{margin-top:22px}.submission-success{width:min(100%,900px);margin:48px auto 0;border:1px solid rgba(184,255,92,.28);border-radius:24px;padding:20px 24px;background:linear-gradient(135deg,#b8ff5c1f,#fff3d60a),#0b0712b8;box-shadow:0 18px 60px #00000038}.submission-success p{margin:0;max-width:none;color:#ffffffdb;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.55;text-align:center;text-shadow:none;animation:none}body.modal-open{overflow:hidden}.film-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:28px}.film-modal.is-open{display:flex}.film-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 24% 24%,rgba(109,74,255,.24),transparent 32%),radial-gradient(circle at 74% 64%,rgba(255,79,163,.18),transparent 34%),#0b0712db;backdrop-filter:blur(18px)}.film-modal-panel{position:relative;z-index:2;width:min(100%,760px);max-height:min(88vh,860px);overflow-y:auto;border:1px solid rgba(255,243,214,.16);border-radius:34px;padding:34px;background:linear-gradient(145deg,#fff3d614,#fff3d608),#0b0712f0;box-shadow:0 40px 120px #0000007a,inset 0 1px #fff3d61f}.film-modal-close{position:absolute;top:18px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,243,214,.16);border-radius:999px;background:#fff3d60f;color:#fff;font-size:26px;line-height:1;cursor:pointer}.film-modal-close:hover{background:#fff3d61f}.film-modal-header{max-width:620px;margin-bottom:30px}.film-modal-kicker{margin:0 0 12px;color:var(--color-green);font-family:Rubik,Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-shadow:none;animation:none}.film-modal-header h2{margin:0 0 18px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:clamp(34px,5vw,58px);font-weight:700;line-height:.96;letter-spacing:-.07em}.film-modal-header p{margin:0;max-width:620px;color:#ffffffb8;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.55;text-shadow:none;animation:none}.film-form{width:100%}.film-form-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:30px}.film-form-progress span{display:block;height:6px;border-radius:999px;background:#fff3d61f}.film-form-progress span.is-active{background:linear-gradient(90deg,var(--color-violet),var(--color-pink))}.film-form-step{display:none;width:100%;min-height:auto;max-width:none;padding:0;align-items:stretch;justify-content:start}.film-form-step.is-active{display:grid;gap:18px;width:100%}.film-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%}.film-form-full{grid-column:1 / -1}.film-form-stack{display:grid;grid-template-columns:1fr;gap:18px;width:100%}.film-form-stack label,.film-form-stack textarea{width:100%;max-width:none}.film-form-step h3{margin:0 0 8px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.04em}.film-form label{display:grid;gap:8px;width:100%;max-width:none;color:#ffffffd1;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:15px;font-weight:600}.film-form input,.film-form select,.film-form textarea{width:100%;max-width:none;border:1px solid rgba(255,243,214,.18);border-radius:18px;padding:14px 15px;background:#fff3d612;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;outline:none}.film-form select{appearance:auto}.film-form textarea{min-height:130px;resize:vertical}.film-form input:focus,.film-form select:focus,.film-form textarea:focus{border-color:#b8ff5ca8;box-shadow:0 0 0 3px #b8ff5c1f}.film-form input::placeholder,.film-form textarea::placeholder{color:#ffffff5c}.film-form-note{margin:0;max-width:none;border-left:4px solid var(--color-green);padding:14px 16px;border-radius:14px;background:#fff3d60f;color:#ffffffc2;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;text-shadow:none;animation:none}.film-checkbox{grid-template-columns:18px 1fr;align-items:start;gap:12px;font-weight:500}.film-checkbox input{width:18px;height:18px;margin-top:2px}.film-form-actions{display:flex;justify-content:space-between;gap:14px;margin-top:30px}.film-form-primary,.film-form-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;cursor:pointer}.film-form-primary{border:0;background:var(--color-green);color:#140f1f}.film-form-primary:hover{transform:translateY(-1px)}.film-form-secondary{border:1px solid rgba(255,243,214,.2);background:transparent;color:#fff}.film-form-secondary:hover{background:#fff3d614}.film-form-submit{display:none}#filmSubmissionForm{width:100%}#filmSubmissionForm .film-form-step[data-step="4"].is-active{display:block;width:100%;max-width:none}#filmSubmissionForm .film-form-step[data-step="4"] h3{margin-bottom:18px}#filmSubmissionForm .film-form-step[data-step="4"] .film-form-stack{display:block;width:100%;max-width:none}#filmSubmissionForm .film-form-step[data-step="4"] label{display:block;width:100%;max-width:none;margin-bottom:18px}#filmSubmissionForm .film-form-step[data-step="4"] textarea{display:block;width:100%;max-width:none;min-width:100%;min-height:130px;box-sizing:border-box}.volunteer-call{min-height:auto;padding:72px 0 110px}.volunteer-call:before{display:none}.volunteer-notice{max-width:840px;margin:0 auto}.volunteer-kicker{margin:0 auto 26px;max-width:none;color:#ffffffb3;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(15px,1.25vw,18px);font-weight:400;letter-spacing:0;line-height:1.45;text-align:center;text-shadow:none;animation:none}.volunteer-notice h2{margin:0 auto 52px;max-width:760px;color:#fff;font-family:Contrail One,Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(42px,5.2vw,76px);font-weight:400;line-height:1.02;letter-spacing:-.025em;text-align:center;text-transform:uppercase}.volunteer-notice h2:before{content:"";display:block;width:min(220px,58vw);height:7px;margin:0 auto 34px;border-radius:999px;background:linear-gradient(90deg,var(--color-violet),var(--color-pink))}.volunteer-notice-content{max-width:720px;margin:0 auto}.volunteer-notice-content h3{margin:48px auto 20px;max-width:680px;color:var(--color-green);font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(24px,2.5vw,34px);font-weight:600;line-height:1.08;letter-spacing:-.035em;text-align:center}.volunteer-notice-content h3:first-child{margin-top:0}.volunteer-notice-content h3:after{content:"";display:block;width:50px;height:2px;margin:14px auto 0;border-radius:999px;background:#b8ff5c8c}.volunteer-notice-content p{margin:0 auto;max-width:720px;color:#ffffffc7;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:clamp(20px,1.7vw,24px);font-weight:400;line-height:1.68;letter-spacing:-.01em;text-align:center;text-shadow:none;animation:none}s .volunteer-notice-content p+p{margin-top:20px}.volunteer-notice-content strong{color:#fffffff0;font-weight:650}.volunteer-notice .text-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:72px auto 0;border:1px solid rgba(255,243,214,.26);border-radius:999px;padding:22px 48px;background:#fff3d612;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.02em;text-decoration:none;backdrop-filter:blur(10px);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.volunteer-notice .text-link:hover{border-color:#b8ff5c8c;background:#b8ff5c24;color:var(--color-green);transform:translateY(-2px)}.volunteer-notice h2:before{width:72px;height:4px;margin-bottom:22px}.volunteer-notice-content h3{margin-top:38px;margin-bottom:16px;font-size:clamp(23px,7vw,32px)}.volunteer-notice-content h3:after{width:44px;height:2px;margin-top:12px}.volunteer-notice-content p{font-size:clamp(20px,1.7vw,24px);line-height:1.68}.volunteer-notice .text-link{margin-top:48px;font-size:16px}.volunteer-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:28px}.volunteer-modal.is-open{display:flex}.volunteer-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 24% 24%,rgba(184,255,92,.16),transparent 32%),radial-gradient(circle at 74% 64%,rgba(109,74,255,.22),transparent 34%),#0b0712e0;backdrop-filter:blur(18px)}.volunteer-modal-panel{position:relative;z-index:2;width:min(100%,760px);max-height:min(88vh,860px);overflow-y:auto;border:1px solid rgba(255,243,214,.16);border-radius:34px;padding:34px;background:linear-gradient(145deg,#fff3d614,#fff3d608),#0b0712f0;box-shadow:0 40px 120px #0000007a,inset 0 1px #fff3d61f}.volunteer-modal-close{position:absolute;top:18px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,243,214,.16);border-radius:999px;background:#fff3d60f;color:#fff;font-size:26px;line-height:1;cursor:pointer}.volunteer-modal-close:hover{background:#fff3d61f}.volunteer-modal-header{max-width:620px;margin-bottom:30px}.volunteer-modal-kicker{margin:0 0 12px;color:var(--color-green);font-family:Rubik,Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-shadow:none;animation:none}.volunteer-modal-header h2{margin:0 0 18px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:clamp(34px,5vw,58px);font-weight:700;line-height:.96;letter-spacing:-.07em}.volunteer-modal-header p{margin:0;max-width:620px;color:#ffffffb8;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.55;text-shadow:none;animation:none}.volunteer-form{width:100%}.volunteer-form-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:30px}.volunteer-form-progress span{display:block;height:6px;border-radius:999px;background:#fff3d61f}.volunteer-form-progress span.is-active{background:linear-gradient(90deg,var(--color-green),var(--color-violet))}.volunteer-form-step{display:none;width:100%;min-height:auto;max-width:none;padding:0;align-items:stretch;justify-content:start}.volunteer-form-step.is-active{display:grid;gap:18px;width:100%}.volunteer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%}.volunteer-form-full{grid-column:1 / -1}.volunteer-form-stack{display:grid;grid-template-columns:1fr;gap:18px;width:100%}.volunteer-form-step h3{margin:0 0 8px;color:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.04em}.volunteer-form label{display:grid;gap:8px;width:100%;max-width:none;color:#ffffffd1;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:15px;font-weight:600}.volunteer-form input,.volunteer-form select,.volunteer-form textarea{width:100%;max-width:none;border:1px solid rgba(255,243,214,.18);border-radius:18px;padding:14px 15px;background:#fff3d612;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;outline:none}.volunteer-form select{appearance:auto}.volunteer-form textarea{min-height:130px;resize:vertical}.volunteer-form input:focus,.volunteer-form select:focus,.volunteer-form textarea:focus{border-color:#b8ff5ca8;box-shadow:0 0 0 3px #b8ff5c1f}.volunteer-form input::placeholder,.volunteer-form textarea::placeholder{color:#ffffff5c}.volunteer-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.volunteer-checkbox{grid-template-columns:18px 1fr;align-items:start;gap:12px;border:1px solid rgba(255,243,214,.12);border-radius:18px;padding:13px 14px;background:#fff3d60b;font-weight:500}.volunteer-checkbox input{width:18px;height:18px;margin-top:2px}.volunteer-confirmation{border-color:#b8ff5c38;background:#b8ff5c0f}.volunteer-form-note{margin:0;max-width:none;border-left:4px solid var(--color-green);padding:14px 16px;border-radius:14px;background:#fff3d60f;color:#ffffffc2;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;text-shadow:none;animation:none}.volunteer-form-actions{display:flex;justify-content:space-between;gap:14px;margin-top:30px}.volunteer-form-primary,.volunteer-form-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;cursor:pointer}.volunteer-form-primary{border:0;background:var(--color-green);color:#140f1f}.volunteer-form-primary:hover{transform:translateY(-1px)}.volunteer-form-secondary{border:1px solid rgba(255,243,214,.2);background:transparent;color:#fff}.volunteer-form-secondary:hover{background:#fff3d614}.volunteer-form-submit{display:none}.volunteer-notice button.text-link.volunteer-submit-open{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:72px auto 0;border:1px solid rgba(255,243,214,.26);border-radius:999px;padding:24px 56px;background:#fff3d612;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:28px;font-weight:800;line-height:1;letter-spacing:-.02em;text-decoration:none;backdrop-filter:blur(10px);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.volunteer-notice button.text-link.volunteer-submit-open:hover{border-color:#b8ff5c8c;background:#b8ff5c24;color:var(--color-green);transform:translateY(-2px)}.contact-page{min-height:auto;padding:88px 0 120px}.contact-page:before{display:none}.contact-intro{max-width:820px}.contact-form{width:min(100%,760px);margin:54px auto 0;border:1px solid rgba(255,243,214,.16);border-radius:34px;padding:clamp(24px,4vw,38px);background:linear-gradient(145deg,#fff3d614,#fff3d608),#0b0712c7;box-shadow:0 28px 90px #00000057,inset 0 1px #fff3d61f}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-form-full{grid-column:1 / -1}.contact-form label{display:grid;gap:8px;width:100%;color:#ffffffd1;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:15px;font-weight:600;text-align:left}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(255,243,214,.18);border-radius:18px;padding:14px 15px;background:#fff3d612;color:#fff;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:16px;outline:none}.contact-form select{appearance:auto}.contact-form textarea{min-height:170px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#b8ff5ca8;box-shadow:0 0 0 3px #b8ff5c1f}.contact-checkbox{grid-template-columns:18px 1fr;align-items:start;gap:12px;margin-top:22px;border:1px solid rgba(184,255,92,.22);border-radius:18px;padding:14px 16px;background:#b8ff5c0f}.contact-checkbox input{width:18px;height:18px;margin-top:2px}.contact-form-submit{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:32px auto 0;border:0;border-radius:999px;padding:16px 28px;background:var(--color-green);color:#140f1f;font-family:Inter Tight,Arial,Helvetica,sans-serif;font-size:17px;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease}.contact-form-submit:hover{transform:translateY(-2px)}.site-footer{margin-top:auto;border-top:1px solid var(--color-border);padding:28px 32px;background:#0b07126b;backdrop-filter:blur(12px)}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.site-footer p{margin:0;max-width:420px;color:var(--color-muted);font-size:14px;line-height:1.6}.footer-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.footer-links a{color:var(--color-text);font-size:12px;font-weight:500}.footer-socials{display:flex;align-items:center;justify-content:flex-end;gap:10px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--color-muted)}.footer-socials svg{width:16px;height:16px;fill:currentColor}.footer-links a:hover,.footer-socials a:hover{color:var(--color-green)}@keyframes headerTextRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes logoFromLeft{0%{opacity:0;transform:translate(-52px)}55%{opacity:1}to{opacity:1;transform:translate(0)}}@keyframes logoFromTop{0%{opacity:0;transform:translateY(-58px)}55%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes logoFromRight{0%{opacity:0;transform:translate(52px)}55%{opacity:1}to{opacity:1;transform:translate(0)}}@keyframes titleRise{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}@keyframes contentFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.contact-page{padding:64px 0 86px}.contact-form{margin-top:40px;border-radius:24px;padding:22px 18px}.contact-form-grid{grid-template-columns:1fr}.contact-form-full{grid-column:auto}.contact-form-submit{width:100%;padding:15px 20px;font-size:16px}.volunteer-notice .text-link{margin-top:56px;padding:18px 32px;font-size:20px}.volunteer-call{padding:58px 0 84px}.volunteer-kicker{margin-bottom:20px;font-size:15px}.volunteer-notice h2{margin-bottom:40px;font-size:clamp(34px,11vw,54px);line-height:1.04;letter-spacing:-.015em}.site-header{top:26px;left:24px;right:24px}.submission-success{margin-top:32px;padding:18px;border-radius:20px}.submission-success p{font-size:16px}.site-logo{width:36px;height:76px;font-size:28px;transform:translateY(6px) rotate(-90deg)}.header-right{gap:6px}.language-switch{font-size:10px}.menu-trigger{font-size:14px}.dropdown-menu{grid-template-rows:none;grid-auto-flow:row;grid-template-columns:1fr;min-width:230px}main{min-height:calc(100vh - 88px);padding:0 20px}section{min-height:calc(100vh - 88px);padding:130px 0 64px}h1{font-size:clamp(54px,21vw,96px)}h1:after{height:10px;margin-top:22px}p{font-size:18px}.hero-actions{margin-top:18px}.internal-page{margin:0 -20px}.internal-hero{min-height:68vh;padding:130px 24px 72px}.internal-hero h1{font-size:clamp(46px,16vw,76px)}.internal-hero h1:after{height:10px;margin-top:22px}.internal-content{gap:44px;padding:64px 24px 82px}.content-block{grid-template-columns:1fr;gap:20px;transform:translateY(54px)}.content-block:before{left:0;top:-18px;width:72px;height:4px}.content-block.is-visible:before{height:4px}.content-block h2{font-size:clamp(32px,10vw,48px)}.content-reverse h2{justify-self:start;text-align:left}.content-block:nth-child(2) h2{font-size:clamp(32px,10vw,46px)}.content-block p{font-size:18px}.content-intro{grid-template-columns:1fr;gap:32px}.intro-text{max-width:none}.festival-poster{width:min(100%,320px);justify-self:start;border-radius:22px}.content-feature{grid-template-columns:1fr;gap:32px}.section-image{width:min(100%,320px);justify-self:start;border-radius:22px}.section-text{max-width:none}.section-text h2{margin-bottom:28px;font-size:clamp(34px,11vw,52px)}.section-text h2:before{width:72px;height:4px;margin-bottom:18px}.section-text p{font-size:18px}.content-centered{text-align:center}.centered-text h2{margin-bottom:28px;font-size:clamp(34px,11vw,52px)}.centered-text h2:before{width:72px;height:4px;margin-bottom:18px}.centered-text p{font-size:18px;text-align:center}.film-modal{padding:14px}.film-modal-panel{max-height:92vh;border-radius:24px;padding:26px 20px}.film-modal-header h2{font-size:clamp(30px,10vw,44px)}.film-modal-header p{font-size:16px}.film-form-grid{grid-template-columns:1fr}.film-form-full{grid-column:auto}.film-form-actions{flex-direction:column-reverse}.film-form-primary,.film-form-secondary{width:100%}.site-footer{padding:24px 20px}.footer-inner{flex-direction:column;gap:14px}.footer-meta{align-items:flex-start}.footer-links,.footer-socials{justify-content:flex-start}.volunteer-modal{padding:14px}.volunteer-modal-panel{max-height:92vh;border-radius:24px;padding:26px 20px}.volunteer-modal-header h2{font-size:clamp(30px,10vw,44px)}.volunteer-modal-header p{font-size:16px}.volunteer-form-grid,.volunteer-checkbox-grid{grid-template-columns:1fr}.volunteer-form-full{grid-column:auto}.volunteer-form-actions{flex-direction:column-reverse}.volunteer-form-primary,.volunteer-form-secondary{width:100%}}
