@import url("fonts.css");
:root{color-scheme:dark;--bg:#080f20;--surface:#101c35;--text:#f5f7ff;--muted:#a8b6cf;--blue:#66caff;--line:#ffffff20;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{max-width:100%;display:block}button{cursor:pointer}.skip{position:fixed;top:-100px;background:var(--blue);color:#000;padding:16px;z-index:100}.skip:focus{top:0}.site-header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#080f20f5;position:relative;z-index:5}.brand{width:148px;height:58px;object-fit:contain}nav{display:flex;gap:28px;align-items:center}nav a{font-size:14px;font-weight:600}nav a:hover,nav a[aria-current]{color:var(--blue)}.social{border-left:1px solid var(--line);padding-left:28px}.menu-toggle{display:none}.hero{height:min(710px,80vh);min-height:540px;position:relative;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#061431ee 0%,#0c2d6680 65%,#06399b35),linear-gradient(0deg,#080f20 0%,transparent 45%)}.hero-content{padding:30px 8%;max-width:1100px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.8px;color:var(--blue);text-transform:uppercase;margin:0 0 20px}h1,h2,h3{line-height:1.08;letter-spacing:-1.7px;margin:0 0 24px}h1{font-size:clamp(40px,5.4vw,76px);font-weight:800}h1 em{font-style:normal;color:var(--blue)}h2{font-size:clamp(30px,3.4vw,46px)}h1 span,h2 span{color:var(--blue)}h3{font-size:23px;letter-spacing:-.5px}p{margin:0 0 24px}.hero-content>p:not(.eyebrow){color:#d1dbee;font-size:18px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:24px;background:var(--blue);color:#061427;padding:15px 24px;border:0;border-radius:5px;font-size:14px;font-weight:700;line-height:1.5}.button:hover{background:#a0deff}.hero-bottom{position:absolute;bottom:30px;left:8%;right:8%;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:2px;color:#c4d2e9}.section{padding:85px 8%;max-width:1600px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:14px}.text-link{font-size:13px;border-bottom:1px solid var(--blue);padding-bottom:6px;white-space:nowrap}.event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 26px}.event-card{min-width:0}.event-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius)}.event-image{position:relative;display:block;overflow:hidden;border-radius:var(--radius)}.event-image img{transition:transform .25s}.event-image:hover img{transform:scale(1.035)}.image-action{position:absolute;bottom:0;left:0;right:0;padding:35px 18px 15px;background:linear-gradient(transparent,#000c);font-size:12px}.card-meta{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 12px;font-size:10px;letter-spacing:.7px;color:var(--muted);text-transform:uppercase}.card-meta time{color:var(--blue)}.event-card h3{font-size:21px;line-height:1.3}.venues-section{padding-top:40px}.venue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.venue-card{min-height:250px;background:var(--surface);position:relative;display:flex;align-items:end;border-radius:var(--radius);overflow:hidden;isolation:isolate}.venue-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.venue-card:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#040b1df2);z-index:-1}.venue-card>div{padding:28px;width:100%}.venue-card h3{margin:0 0 12px;font-size:30px}.venue-card span{color:var(--blue);font-size:12px}.page-top{min-height:65vh;padding-top:70px}.lead{font-size:18px;color:var(--muted);line-height:1.8;max-width:720px}.filters{display:flex;align-items:end;gap:16px;margin:36px 0}.filters label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted)}input,select,textarea{border:1px solid #496080;background:#101d34;color:var(--text);border-radius:6px;padding:12px}select{min-width:200px}.pagination{margin-top:40px;gap:10px;flex-wrap:wrap}.pagination a{padding:8px 16px;border:1px solid var(--line);border-radius:6px}.empty{grid-column:1/-1;background:var(--surface);padding:32px;border:1px solid var(--line);border-radius:var(--radius);color:var(--muted)}.empty h2{font-size:28px;color:var(--text)}.menu-pages{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px}.menu-pages img{width:100%;border-radius:8px}.contact,.event-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact img,.event-detail img,.venue-detail>img{border-radius:var(--radius);width:100%}.contact address{font-style:normal;margin:0 0 28px}.venue-detail{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;margin:35px 0}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:35px 0}.photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}footer{border-top:1px solid var(--line);padding:45px 8%;display:grid;grid-template-columns:1fr 1fr;gap:24px;color:var(--muted);font-size:13px}footer>a{font-size:25px;font-weight:800;color:white;letter-spacing:2px}footer>a span{display:block;font-size:8px;letter-spacing:4px}footer p{margin:0}footer div{display:flex;gap:24px}footer small{text-align:right}.lightbox{background:#080f20;border:1px solid var(--line);border-radius:10px;max-width:96vw;padding:16px}.lightbox::backdrop{background:#000e}.lightbox img{max-height:78vh;max-width:90vw;margin:auto}.lightbox>div{display:flex;justify-content:space-between;gap:20px;margin-top:16px}.lightbox button{background:var(--surface);color:white;border:1px solid var(--line);padding:10px}.admin-wrap{max-width:1100px;padding:50px 6%;margin:auto}.admin-nav{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:30px}.admin-nav a{color:var(--blue)}.admin-form{display:grid;gap:20px;max-width:750px}.admin-form label{display:grid;gap:6px;color:var(--muted);font-size:14px}.admin-form textarea{min-height:120px}.admin-form fieldset{border:1px solid var(--line);padding:20px;display:grid;gap:10px}.admin-form .check{display:flex;align-items:center;gap:10px}.admin-form .check input{width:auto}.admin-row{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.admin-row small{display:block;color:var(--muted)}.notice{padding:16px;background:#173d46;border:1px solid #3b8a89;border-radius:6px;margin:20px 0}.error{background:#48202c;border-color:#a74f62}.thumb{width:100px;height:80px;object-fit:cover}.media-picker{max-height:280px;overflow:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.media-picker label{font-size:11px}.media-picker img{width:100%;height:90px;object-fit:cover}.inline{display:inline}.secondary{background:var(--surface);color:white;border:1px solid var(--line)}@media(max-width:900px){nav{gap:16px}.social{display:none}.section,.hero-content{padding-left:6%;padding-right:6%}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:540px}.hero-content h1{font-size:54px}.contact,.event-detail,.venue-detail{gap:25px}.hero-bottom{left:6%;right:6%}}@media(max-width:640px){.site-header{height:78px}.brand{width:120px;height:48px}.menu-toggle{display:block;border:1px solid var(--line);background:transparent;color:white;padding:8px 12px;border-radius:5px}#navigation{display:none;position:absolute;top:78px;left:0;right:0;padding:24px;background:#101c35;border-bottom:1px solid var(--line);flex-direction:column;align-items:start}#navigation.open{display:flex}.hero{height:650px;max-height:84svh;min-height:500px}.hero-content h1{font-size:43px}.hero-content>p:not(.eyebrow){font-size:16px}.hero-shade{background:linear-gradient(90deg,#061431dc,#0c2d6670),linear-gradient(0deg,#080f20,transparent)}.hero-bottom{font-size:8px;letter-spacing:1px}.section{padding:55px 6%}.section-heading{align-items:start;flex-direction:column}.event-grid,.venue-grid,.contact,.event-detail,.venue-detail,.menu-pages{grid-template-columns:1fr}.event-grid{gap:32px}.venue-card{min-height:260px}.filters{align-items:stretch;flex-direction:column}.filters select{width:100%}.photo-grid{grid-template-columns:repeat(2,1fr);gap:10px}.contact h1,.event-detail h1{font-size:38px}footer{grid-template-columns:1fr}footer small{text-align:left}.admin-row{align-items:start}.admin-nav{gap:12px}.media-picker{grid-template-columns:1fr 1fr}h1{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Helka — black photographic surfaces and violet/electric-blue accents. */
:root{--bg:#05050c;--surface:#0d0c19;--blue:#be4eea;--muted:#b2afbf;--line:#ffffff20}
body{background:var(--bg);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}h1,h2,h3,.program-link,.text-link{font-family:Oswald,"Arial Narrow",sans-serif}.site-header{height:82px;max-width:none;padding:0 4%;display:flex;justify-content:start;gap:45px;background:#04040a;border:0}.header-brand{order:0}.brand{width:112px;height:48px}.header-socials{display:flex;order:2;margin-left:auto;gap:24px}.header-socials a{font-size:9px;letter-spacing:1.6px;color:#bdb8cd}.site-header #navigation{order:1;display:flex;position:static;flex-direction:row;gap:28px;background:none;padding:0;border:0}.site-header #navigation a{font-size:11px;letter-spacing:1px;font-weight:500}.site-header #navigation a[aria-current],.site-header #navigation a:hover{color:#d265ed}.menu-toggle{display:none}
.neon-hero{height:650px;min-height:0;max-height:none;position:relative;padding:0;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#060611}.neon-hero .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4;filter:saturate(.7);z-index:-3}.neon-hero .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#05050bb5,#05050b15 45%,#05050b 76%),linear-gradient(0deg,#05050c 0%,transparent 60%);z-index:-1}.hero-collage{display:block;position:absolute;top:0;left:22%;width:47%;max-width:650px;margin:0;padding:0;z-index:-2;opacity:.9;mask-image:linear-gradient(0deg,transparent 0%,#000 30%,#000 100%)}.hero-collage img{width:100%;height:auto;max-height:none;display:block;margin:0}.neon-hero .hero-content{padding:0;margin:0 0 0 7%;width:32%;max-width:420px;align-self:center;position:relative}.hero-logo{width:100%;margin:0 0 40px;filter:drop-shadow(0 5px 15px #000)}.program-link{display:inline-block;background:linear-gradient(110deg,#aa2ee0,#096ffa);color:white;letter-spacing:2.5px;font-size:16px;padding:14px 35px;border:0;border-radius:2px;min-width:220px;text-align:center}.program-link:hover{filter:brightness(1.15)}.hero-event{margin-left:auto;margin-right:6%;width:25%;max-width:330px;padding:18px 0 18px 28px;position:relative}.hero-event:before{content:'';position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(transparent,#1379e3,#ce37e3,transparent);box-shadow:0 0 12px #ad36ff}.hero-event h2{font-size:30px;line-height:1.14;letter-spacing:0;font-weight:500;margin:0 0 22px}.hero-event h2 span{color:#d44ce9}.next-poster{display:block;width:100%;max-width:245px;margin-bottom:18px}.next-poster img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid #ffffff20;border-radius:0}.hero-event time{font-size:10px;letter-spacing:2px;color:#8db7ee;display:block;margin-bottom:9px}.hero-event h3{font-size:19px;line-height:1.3;font-weight:500;letter-spacing:.1px;margin:0;max-width:270px}
.venues-section{padding:0;max-width:none;margin:0;position:relative;background:#060811}.venues-section:before,.venues-section:after,.helka-story:after{content:'';position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,#a335b9,#54428e,#259bc1)}.venues-section:before{top:0}.venues-section:after{bottom:0}.venue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.venue-card{height:255px;min-height:0;border:0;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;background:#080916}.venue-card>img{opacity:.5;width:100%;height:100%;object-fit:cover;filter:saturate(.6);transition:opacity .3s,transform .4s}.venue-card:after{background:linear-gradient(#08091766,#08081715,#050510c2)}.venue-card>div{padding:20px;display:flex;align-items:center;justify-content:center;min-height:0}.venue-logo{width:185px;height:190px;object-fit:contain;margin:0;filter:drop-shadow(0 4px 8px #000)}.venue-card:hover>img{opacity:.85;transform:scale(1.035)}
.helka-story{position:relative;max-width:none;padding:80px 8%;display:grid;grid-template-columns:43% 57%;align-items:center;gap:0;background:linear-gradient(90deg,#0a0813f0,#080916de),url('../media/2023/06/MAT_1740.jpg') center/cover;overflow:hidden}.helka-story:after{bottom:0}.story-copy{max-width:440px;padding-right:30px}.story-copy h2{font-size:clamp(40px,4.8vw,66px);font-weight:600;line-height:1.03;letter-spacing:-1px;margin:0 0 28px}.story-copy h2 span{color:#c552e9;font-style:italic;display:inline-block;font-size:.74em;letter-spacing:0}.story-copy p{font-size:14px;color:#e0dce7;line-height:1.8;max-width:365px}.story-copy address{font-size:12px;font-style:normal;color:#a09bad;margin-bottom:26px}.story-copy .text-link{letter-spacing:2px;font-size:12px;color:#d384f1;border-color:#bb40d775}.story-photos{height:360px;position:relative;margin-left:20px}.story-photo{position:absolute;width:57%;aspect-ratio:4/3;object-fit:cover;border:6px solid #e5e3e5;box-shadow:0 10px 30px #0008}.photo-one{top:5%;left:0;transform:rotate(-7deg);z-index:1}.photo-two{right:-2%;top:0;transform:rotate(8deg);z-index:2}.photo-three{left:23%;bottom:0;transform:rotate(-3deg);z-index:3}
.section-heading h2{font-family:Oswald,sans-serif;font-size:34px;font-weight:500;letter-spacing:.5px}.event-card{border:0;background:transparent;border-radius:0}.event-card img,.event-image{border-radius:0}.event-card h3{font-size:20px;font-weight:500;text-align:center;letter-spacing:.2px;line-height:1.4;margin:18px 0 0}.event-card:only-child{grid-column:1/-1;width:min(420px,100%);justify-self:center}.image-action{display:none}.button{background:linear-gradient(110deg,#a72bcd,#076fed);color:white;border:0;border-radius:2px;box-shadow:none;font-size:12px;letter-spacing:.6px}.button:hover{background:linear-gradient(110deg,#b537d8,#217fff)}.page-top>h1{font-family:Oswald,sans-serif;font-weight:600;letter-spacing:.1px;font-size:58px}.filters{border-bottom:1px solid #804487;padding-bottom:25px}.empty{border-radius:0;background:#100d1c;border-color:#443044}footer{background:#05050d;border:0;font-size:11px;padding:45px 7%;color:#9691a8}footer>a{font-size:26px}footer div{gap:25px}footer small{font-size:10px}.home-page footer{border-top:0}
@media(min-width:1600px){.neon-hero{height:720px}.hero-collage{left:25%;max-width:720px}.hero-event{margin-right:9%;max-width:370px}.next-poster{max-width:275px}.venue-card{height:300px}}
@media(max-width:1000px){.site-header{gap:26px}.site-header #navigation{gap:19px}.header-socials{gap:15px}.neon-hero{height:575px}.neon-hero .hero-content{margin-left:5%;width:32%}.hero-collage{left:19%;width:55%}.hero-event{width:29%;margin-right:4%;padding-left:22px}.hero-event h2{font-size:26px}.hero-event h3{font-size:17px}.program-link{min-width:0;width:100%;font-size:14px;padding:13px 22px}.venue-card{height:220px}.venue-logo{width:160px;height:165px}.helka-story{padding:65px 6%}.story-photos{height:300px}.story-copy p{font-size:13px}.story-photo{border-width:4px}}
@media(max-width:640px){.site-header{height:72px;padding:0 6%;gap:0;justify-content:space-between}.brand{width:100px;height:42px}.header-socials{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;width:40px;height:40px;padding:8px;border:0;background:none;order:2}.menu-toggle span{height:2px;width:24px;background:white;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.site-header #navigation{display:none;position:absolute;top:72px;left:0;right:0;padding:28px;background:#080812fa;flex-direction:column;align-items:center;gap:24px}.site-header #navigation.open{display:flex}.site-header #navigation a{font-size:14px}.neon-hero{display:block;height:auto;min-height:0;padding:0 0 35px}.hero-collage{top:0;left:15%;width:85%;max-width:none;opacity:.9;mask-image:linear-gradient(0deg,transparent,#000 36%)}.neon-hero .hero-shade{background:linear-gradient(90deg,#05050b85,transparent 80%),linear-gradient(0deg,#05050c 35%,transparent 85%)}.neon-hero .hero-content{margin:0;padding:155px 0 65px 7%;width:69%;max-width:none}.hero-logo{margin-bottom:26px}.program-link{font-size:13px;padding:13px 18px;min-width:0;max-width:230px}.hero-event{display:grid;grid-template-columns:43% 1fr;column-gap:19px;width:auto;max-width:none;margin:0 7%;padding:23px 0 0;border-top:1px solid #8437b6}.hero-event:before{display:none}.hero-event h2{grid-column:1/-1;font-size:26px;margin-bottom:20px}.next-poster{grid-column:1;grid-row:2/4;margin:0}.hero-event time{grid-column:2;grid-row:2;align-self:end;font-size:10px;margin:0 0 10px}.hero-event h3{grid-column:2;grid-row:3;font-size:20px;align-self:start;line-height:1.35}.venue-grid{grid-template-columns:1fr}.venue-card{height:220px}.venue-logo{width:185px;height:185px}.helka-story{grid-template-columns:1fr;padding:50px 7% 55px;gap:35px}.story-copy{max-width:none;padding:0}.story-copy h2{font-size:47px}.story-copy p{font-size:14px;max-width:none}.story-photos{height:290px;margin:0 4px}.story-photo{width:58%}.section{padding-left:7%;padding-right:7%}.venues-section{padding:0}.story-copy h2 span{font-size:.8em}.page-top>h1{font-size:44px}.event-grid{grid-template-columns:1fr}footer{padding:35px 7%}}
/* Header and footer share the same restrained frame and typography. */
.site-header{height:88px;padding:0 6%;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;background:linear-gradient(100deg,#080711,#05050b 60%);border-bottom:1px solid #b648e61c}
.header-brand{grid-column:1;grid-row:1;justify-self:start;order:initial}.brand{width:118px;height:48px}.site-header #navigation{grid-column:2;grid-row:1;order:initial;gap:36px;align-items:center}.site-header #navigation a{font-family:Oswald,"Arial Narrow",sans-serif;font-size:14px;letter-spacing:1.4px;font-weight:500;color:#e9e5ee;position:relative;padding:10px 0}.site-header #navigation a:after{content:'';position:absolute;bottom:0;left:0;right:100%;height:1px;background:linear-gradient(90deg,#be48e2,#2e80f0);transition:right .2s}.site-header #navigation a:hover:after,.site-header #navigation a[aria-current]:after{right:0}.site-header #navigation a:hover{color:white}
.header-socials{grid-column:3;grid-row:1;order:initial;justify-self:end;margin:0;gap:18px}.header-socials a{font-size:9px;letter-spacing:1px;color:#958d9f}.header-socials a:hover{color:#e1b4ef}
/* Only the upper 77% of each photo can enter the frame, excluding baked-in bottom logos. */
.venue-card>img{top:0;bottom:auto;left:0;width:100%;height:130%;object-fit:cover;object-position:center top;transform-origin:center top}
.site-footer{display:block;padding:40px 6% 23px;background:#06060e;border-top:1px solid #814fa82b;min-height:0}.site-footer .footer-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:0 0 32px}.footer-brand{display:block;justify-self:start}.footer-brand img{width:112px;height:47px;object-fit:contain;opacity:.9}.site-footer .footer-nav{display:flex;align-items:center;justify-content:center;gap:28px}.footer-nav a{font-family:Oswald,"Arial Narrow",sans-serif;font-size:12px;font-weight:400;letter-spacing:1.2px;color:#b4adbf}.footer-nav a:hover{color:white}.site-footer .footer-socials{display:flex;justify-content:end;gap:19px}.footer-socials a{font-size:11px;color:#90879c}.footer-socials a:hover{color:#d88cec}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;border-top:1px solid #ffffff0c}.footer-bottom address{font-size:10px;letter-spacing:.2px;font-style:normal;color:#766e83}.site-footer .footer-bottom small{font-size:10px;letter-spacing:.3px;color:#766e83;text-align:right}
@media(max-width:950px){.site-header #navigation{gap:24px}.header-socials{gap:12px}.header-socials a{font-size:8px}.site-footer .footer-top{grid-template-columns:auto 1fr;gap:25px}.site-footer .footer-nav{justify-content:end;gap:23px}.site-footer .footer-socials{grid-column:1/-1;justify-content:end;margin-top:-7px}}
@media(max-width:640px){.site-header{height:72px;padding:0 7%;display:flex;justify-content:space-between;gap:0}.brand{width:106px;height:43px}.header-socials{display:none}.menu-toggle{order:initial;width:38px;height:42px;gap:7px}.site-header #navigation{display:none;position:absolute;top:72px;left:0;right:0;grid-column:auto;grid-row:auto;padding:24px 7% 28px;flex-direction:column;align-items:stretch;background:#090812fa;border-bottom:1px solid #b84ae338;gap:0}.site-header #navigation.open{display:flex}.site-header #navigation a{font-size:20px;letter-spacing:1.5px;padding:15px 0;border-bottom:1px solid #ffffff0b}.site-header #navigation a:after{display:none}.site-footer{padding:34px 7% 24px}.site-footer .footer-top{grid-template-columns:1fr 1fr;gap:25px;padding-bottom:26px;align-items:start}.footer-brand img{width:108px;height:44px}.site-footer .footer-nav{grid-column:2;grid-row:1/3;align-items:end;flex-direction:column;gap:16px}.footer-nav a{font-size:12px}.site-footer .footer-socials{grid-column:1;grid-row:2;align-items:start;justify-content:start;flex-direction:column;gap:12px;margin:0}.site-footer .footer-bottom{align-items:start;flex-direction:column;gap:9px;padding-top:19px}.site-footer .footer-bottom small{text-align:left}.footer-bottom address{font-size:10px}}
/* Keep the collage centered independently of the surrounding content columns. */
.neon-hero .hero-collage{left:50%;right:auto;transform:translateX(-50%);top:0;margin:0;padding:0}
@media(max-width:640px){.neon-hero .hero-collage{left:50%;right:auto;transform:translateX(-50%);top:0}}
/* Contact uses the same photographic, neon-edged composition as the home page. */
.contact-stage{position:relative;isolation:isolate;min-height:530px;display:flex;align-items:center;overflow:hidden;background:#070611;padding:85px 8%}
.contact-visual{position:absolute;inset:0 0 0 35%;z-index:-2;overflow:hidden}.contact-visual img{width:100%;height:100%;object-fit:cover;object-position:65% center;filter:saturate(.75);opacity:.85}
.contact-stage:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#070611 10%,#070611e8 32%,#07061150 64%,#07061115),linear-gradient(0deg,#070611 0%,transparent 45%)}
.contact-intro{width:52%;max-width:610px}.contact-intro h1{font-family:Oswald,"Arial Narrow",sans-serif;font-size:clamp(64px,8vw,112px);line-height:1;letter-spacing:-2px;font-weight:600;margin:0 0 28px;color:#faf7ff}
.contact-line{height:2px;width:90px;background:linear-gradient(90deg,#c147de,#287df4);margin:0 0 29px}
.contact-intro p{max-width:405px;font-size:15px;line-height:1.9;color:#c9c3d3;margin:0 0 32px}.contact-route{font-family:Oswald,sans-serif;font-weight:500;font-size:13px;letter-spacing:1.5px;padding:15px 25px}
.contact-details{position:relative;padding:55px 8% 65px;display:grid;grid-template-columns:1fr 1fr;gap:60px;background:linear-gradient(115deg,#0c0815,#060811)}
.contact-details:before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#b244c48c,#6353ad65,#297fb96b)}
.contact-address h2{font-family:Oswald,sans-serif;font-size:32px;font-weight:500;line-height:1.2;letter-spacing:.5px;margin:0 0 22px}.contact-address h2 span{color:#c754e1}.contact-address address{font-style:normal;font-size:14px;letter-spacing:.2px;color:#c1b9cc}
.contact-socials{display:flex;flex-direction:column;justify-content:center;max-width:430px;width:100%;justify-self:end}.contact-socials a{font-family:Oswald,sans-serif;font-size:25px;letter-spacing:1.3px;font-weight:400;padding:19px 0;border-bottom:1px solid #ffffff1a;transition:color .2s,border-color .2s}.contact-socials a:first-child{border-top:1px solid #ffffff1a}.contact-socials a:hover{color:#d987ef;border-bottom-color:#bd4ce0}
@media(max-width:900px){.contact-stage{padding:70px 7%;min-height:490px}.contact-intro{width:62%}.contact-intro h1{font-size:76px}.contact-visual{left:27%}.contact-details{padding:45px 7% 55px;gap:35px}}
@media(max-width:640px){.contact-stage{padding:220px 7% 45px;min-height:0;align-items:end}.contact-visual{inset:0 0 auto;height:370px}.contact-visual img{object-position:center 35%;opacity:.9}.contact-stage:before{background:linear-gradient(0deg,#070611 5%,#070611fa 35%,#07061155 65%,#07061115)}.contact-intro{width:100%;max-width:none}.contact-intro h1{font-size:64px;letter-spacing:-1px;margin-bottom:22px}.contact-line{margin-bottom:23px;width:70px}.contact-intro p{font-size:14px;line-height:1.85;margin-bottom:27px;max-width:none}.contact-route{font-size:12px;padding:14px 22px}.contact-details{grid-template-columns:1fr;padding:38px 7% 45px;gap:30px}.contact-address h2{font-size:29px;margin-bottom:16px}.contact-address address{font-size:13px}.contact-socials{max-width:none}.contact-socials a{font-size:21px;padding:17px 0}}
/* Program archive: clear period navigation, compact filtering, poster-led listings. */
.programs-page{max-width:1440px;padding:60px 7% 85px;min-height:75vh}.programs-heading{display:flex;align-items:center;gap:35px;margin-bottom:38px}.programs-heading h1{font-family:Oswald,sans-serif;font-size:clamp(46px,6vw,76px);font-weight:600;letter-spacing:-.6px;line-height:1;margin:0}.programs-heading-line{height:1px;flex:1;background:linear-gradient(90deg,#a43fc278,#2875b331,transparent);margin-top:15px}
.programs-controls{display:flex;align-items:end;justify-content:space-between;gap:30px;border-bottom:1px solid #ffffff18;padding:0 0 22px}.period-tabs{display:flex;gap:28px;align-items:center}.period-tabs a{font-family:Oswald,sans-serif;font-size:16px;font-weight:400;letter-spacing:.7px;white-space:nowrap;padding:17px 0;position:relative;color:#847b94}.period-tabs a[aria-current]{color:#f6edf9}.period-tabs a[aria-current]:after{content:'';position:absolute;height:2px;left:0;right:0;bottom:0;background:linear-gradient(90deg,#d244df,#387bed)}.period-tabs a:hover{color:#e2c8ed}.venue-filter{display:flex;flex-direction:column;gap:9px;min-width:320px}.venue-filter>label{font-size:9px;letter-spacing:1.8px;color:#8f859f}.venue-filter-fields{display:flex;gap:9px}.venue-filter select{font-size:12px;padding:12px 34px 12px 14px;min-width:0;flex:1;background:#0e0c18;border:1px solid #45334f;border-radius:3px;height:44px}.venue-filter button{font-family:Oswald,sans-serif;font-size:12px;letter-spacing:1px;background:#24132f;color:#e9d3f1;border:1px solid #673775;border-radius:3px;padding:0 18px}.venue-filter button:hover{background:#3d1b4e;border-color:#b460cd}.programs-summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:26px 0 25px;font-size:10px;letter-spacing:1.1px;color:#9c91aa}.programs-summary span:last-child{letter-spacing:.2px;color:#746c80}.programs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px}.program-item{min-width:0}.programs-grid .event-card,.programs-grid .event-card:only-child{width:100%;grid-column:auto;margin:0;justify-self:auto}.programs-grid .event-image{display:block;border-radius:4px;border:1px solid #ffffff12;overflow:hidden}.programs-grid .event-card img{border-radius:0;aspect-ratio:1;object-fit:cover}.programs-grid .event-card h3{text-align:left;font-family:Oswald,sans-serif;font-size:22px;font-weight:500;line-height:1.3;letter-spacing:0;margin:18px 0 12px}.program-facts{display:flex;gap:8px 17px;flex-wrap:wrap;border-top:1px solid #ffffff12;padding-top:12px;font-size:10px;letter-spacing:.3px;color:#94879f}.program-facts time{color:#b879d0;white-space:nowrap}.programs-page .pagination{justify-content:center;gap:10px;margin-top:48px}.programs-page .pagination a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;font-size:12px;border:1px solid #ffffff18;border-radius:3px;background:#0e0b17;color:#a99db6}.programs-page .pagination a[aria-current]{background:#422052;color:#fff;border-color:#9a4eba}.programs-grid>.empty{padding:35px 28px;font-size:14px;color:#a89ab4;border:1px solid #392243;background:linear-gradient(110deg,#150d1d,#0a0b15);border-radius:4px}
@media(max-width:1000px){.programs-controls{align-items:stretch;flex-direction:column;gap:20px}.venue-filter{min-width:0;max-width:420px}.period-tabs{gap:30px}.programs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 25px}}
@media(max-width:640px){.programs-page{padding:38px 7% 55px}.programs-heading{gap:20px;margin-bottom:26px}.programs-heading h1{font-size:47px}.programs-controls{gap:20px;padding-bottom:20px}.period-tabs{gap:22px;justify-content:space-between}.period-tabs a{font-size:14px;letter-spacing:.2px;padding:14px 0}.venue-filter{max-width:none;width:100%}.venue-filter select{width:100%;font-size:12px}.venue-filter button{padding:0 16px}.programs-summary{padding:23px 0;font-size:9px;letter-spacing:.5px}.programs-grid{grid-template-columns:1fr;gap:32px}.programs-grid .event-card h3{font-size:23px;margin-top:17px}.program-facts{font-size:10px;padding-top:12px}.programs-page .pagination{margin-top:35px;gap:8px}.programs-page .pagination a{width:36px;height:38px}}
#helyszinek{scroll-margin-top:20px}
@media(min-width:641px) and (max-width:1000px){.site-header #navigation{gap:18px}.site-header #navigation a{font-size:12px;letter-spacing:.8px}.header-socials{gap:10px}.header-socials a{font-size:8px;letter-spacing:.5px}}
.contact-map-section{padding:20px 8% 70px;background:#070611}.map-caption{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 0}.map-caption h2{font-family:Oswald,sans-serif;font-weight:500;font-size:22px;letter-spacing:.5px;margin:0}.map-caption>a{font-family:Oswald,sans-serif;font-size:12px;letter-spacing:1px;color:#d688ea;border-bottom:1px solid #9b43b9;padding-bottom:6px}#helka-map{height:420px;width:100%;background:#10101c;border:1px solid #593065;isolation:isolate;z-index:0;border-radius:3px}.map-status{font-size:12px;color:#ac9bb9;margin:12px 0 0}#helka-map .leaflet-tile-pane{filter:invert(1) hue-rotate(220deg) saturate(.55) brightness(.8) contrast(.9)}#helka-map .leaflet-control-zoom{border:1px solid #704782;box-shadow:0 4px 16px #0006}#helka-map .leaflet-control-zoom a{background:#191022;color:#e9d1f3;border-color:#563363}#helka-map .leaflet-control-attribution{background:#0d0918ed;color:#bdb3c6;font-size:10px}#helka-map .leaflet-control-attribution a{color:#d49be5}#helka-map .leaflet-popup-content-wrapper,#helka-map .leaflet-popup-tip{background:#161021;color:#f6edff}#helka-map .leaflet-popup-content p{font-size:12px;margin:10px 0}#helka-map .leaflet-popup-content a{color:#da86ee}.helka-map-marker{display:flex;align-items:center;gap:9px;background:transparent;border:0}.map-pin-dot{width:20px;height:20px;background:#cf45ed;border:3px solid #f3c6ff;border-radius:50%;box-shadow:0 0 0 7px #b940d52c,0 0 25px #d64df2;flex-shrink:0}.map-pin-name{font-family:Oswald,sans-serif;font-size:17px;letter-spacing:1px;color:white;background:#150d22ed;border:1px solid #784293;padding:4px 10px;border-radius:3px}
@media(max-width:640px){.contact-map-section{padding:0 7% 45px}.map-caption{align-items:start;flex-direction:column;gap:15px;padding:15px 0 20px}.map-caption h2{font-size:20px}#helka-map{height:340px}}
#helka-map.static-helka-map{display:block;height:auto;overflow:hidden;background:#10101d;border:1px solid #3c284a;border-radius:3px;transition:border-color .2s}.static-helka-map>img{width:100%;height:auto;display:block}.static-helka-map:hover{border-color:#a353bc!important}.map-credit{font-size:10px;color:#857b90;text-align:right;margin-top:10px}.map-credit a{color:#b3a3bf;text-decoration:underline;text-underline-offset:2px}@media(max-width:640px){#helka-map.static-helka-map{height:300px}.static-helka-map>img{height:100%;width:100%;object-fit:cover;object-position:46% center}}
.venues-page{background:#070610}.venues-intro{padding:62px 7% 42px;max-width:1500px;margin:auto}.venues-intro h1{font-family:Oswald,sans-serif;font-size:clamp(50px,7vw,90px);font-weight:600;line-height:1;letter-spacing:-1px;margin:0 0 32px}.venue-jumps{display:flex;flex-wrap:wrap;gap:14px 32px}.venue-jumps a{font-family:Oswald,sans-serif;font-size:14px;letter-spacing:.7px;color:#b9a9c7;padding-bottom:9px;border-bottom:1px solid #843b9e55}.venue-jumps a:hover{color:#edc9ff;border-color:#d657ed}.venue-feature{display:grid;grid-template-columns:52% 48%;position:relative;border-top:1px solid #71368e44;scroll-margin-top:24px;min-height:440px;overflow:hidden}.venue-feature-photo{position:relative;overflow:hidden;background:linear-gradient(130deg,#161028,#060918);min-height:440px}.venue-feature-photo>img{position:absolute;top:0;width:100%;height:130%;object-fit:cover;object-position:center top;filter:saturate(.75);opacity:.8}.venue-feature-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,#090713bd),linear-gradient(0deg,#080711b3,transparent 50%)}.venue-number{position:absolute;left:30px;bottom:22px;z-index:1;font-family:Oswald,sans-serif;font-size:68px;font-weight:500;color:#ffffff24;line-height:1}.venue-feature-copy{padding:45px 12% 48px 10%;background:linear-gradient(110deg,#090713,#0c0916);display:flex;flex-direction:column;justify-content:center;align-items:start}.venue-feature-logo{width:185px;height:160px;object-fit:contain;object-position:left center;margin:-15px 0 15px}.venue-feature-copy h2{font-family:Oswald,sans-serif;font-size:42px;font-weight:500;letter-spacing:0;margin-bottom:25px}.venue-description{font-size:13px;line-height:1.9;color:#bfb3cb;max-width:530px}.venue-feature-actions{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-top:30px}.venue-feature-actions .button{font-family:Oswald,sans-serif;font-size:12px;letter-spacing:1.5px;padding:13px 24px}.venue-feature-actions .text-link{font-size:12px;letter-spacing:1px;color:#d9a3e9;border-color:#b554cb77}.venue-reverse{grid-template-columns:48% 52%}.venue-reverse .venue-feature-photo{order:2}.venue-reverse .venue-feature-copy{order:1;padding-left:15%;padding-right:10%}.venue-reverse .venue-feature-photo:after{background:linear-gradient(270deg,transparent 40%,#090713bd),linear-gradient(0deg,#080711b3,transparent 50%)}.venue-feature:last-child{border-bottom:1px solid #71368e44}
@media(max-width:950px){.venue-feature-copy{padding:35px 8%}.venue-reverse .venue-feature-copy{padding:35px 10%}.venue-description{font-size:12px}.venue-feature-logo{width:160px;height:140px}.venue-feature-actions{gap:17px}}
@media(max-width:640px){.venues-intro{padding:38px 7% 30px}.venues-intro h1{font-size:53px;margin-bottom:26px}.venue-jumps{gap:14px 22px}.venue-jumps a{font-size:12px}.venue-feature,.venue-reverse{grid-template-columns:1fr;min-height:0}.venue-feature-photo,.venue-reverse .venue-feature-photo{order:0;min-height:270px;height:270px}.venue-feature-copy,.venue-reverse .venue-feature-copy{order:1;padding:25px 7% 38px}.venue-feature-photo:after,.venue-reverse .venue-feature-photo:after{background:linear-gradient(0deg,#090713,transparent 65%)}.venue-feature-logo{width:170px;height:140px;margin:-45px 0 17px;position:relative;z-index:1}.venue-description{font-size:13px;line-height:1.85}.venue-number{font-size:52px;bottom:30px;left:auto;right:7%}.venue-feature-copy h2{font-size:35px}.venue-feature-actions{gap:23px;margin-top:25px}}
/* Admin workspace: readable forms and native drag-and-drop uploads. */
.admin-page{background:#0b0912}.admin-page .site-header{height:74px;background:#0d0a16;border-bottom:1px solid #2d2139}.admin-page .site-header #navigation,.admin-page .header-socials,.admin-page .menu-toggle,.admin-page .site-footer{display:none}.admin-page .header-brand{grid-column:1}.admin-page .brand{width:100px}.admin-wrap{max-width:1200px;padding:40px 5% 80px}.admin-wrap>.eyebrow{font-family:Arial,sans-serif;font-size:9px;letter-spacing:2px;color:#a881bc;margin-bottom:12px}.admin-wrap .section-heading{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;margin-bottom:28px;gap:20px}.admin-wrap h1{font-family:Arial,sans-serif;font-size:34px;font-weight:650;letter-spacing:-1px;margin:0}.admin-wrap h2{font-family:Arial,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.4px;margin:30px 0 24px}.admin-wrap .button{font-family:Arial,sans-serif;font-size:12px;letter-spacing:0;font-weight:600;border-radius:6px;padding:12px 19px;background:#8b3ab0}.admin-wrap .button:hover{background:#a348c9}.admin-wrap .secondary{border:1px solid #3a2b48;background:#191320;color:#b8a9c6}.admin-nav{display:flex;gap:6px;background:#15101f;border:1px solid #2d213b;padding:6px;border-radius:9px;margin-bottom:28px;flex-wrap:wrap}.admin-nav a{font-family:Arial,sans-serif;color:#a598b4;padding:11px 18px;font-size:12px;font-weight:500;border-radius:5px}.admin-nav a[aria-current]{background:#342042;color:#eedcf8}.admin-nav a:hover{background:#251930;color:#f3e5fc}.admin-form{max-width:850px;background:#120e1c;border:1px solid #30213e;border-radius:12px;padding:30px;gap:23px;margin-top:20px}.admin-form>label{font-size:12px;font-weight:500;gap:9px;color:#d6cadf}.admin-form input:not([type=checkbox]):not([type=file]),.admin-form select,.admin-form textarea{background:#0c0912;border:1px solid #392945;border-radius:6px;padding:12px 14px;font-size:14px;color:#f0e9f5;width:100%;min-width:0}.admin-form textarea{min-height:130px;line-height:1.7;resize:vertical}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{outline:2px solid #a954cd;outline-offset:1px}.admin-form fieldset{border:1px solid #302039;border-radius:8px;padding:20px;gap:12px;min-width:0}.admin-form legend{font-size:12px;font-weight:600;padding:0 8px;color:#d5c1e3}.admin-form .check{font-size:12px;font-weight:400;gap:10px;color:#b9acc5}.admin-form input[type=checkbox]{accent-color:#b357d4;width:16px;height:16px}.admin-form>.button{justify-content:center;min-height:45px}.admin-form>a{font-size:12px;color:#a495b2;text-align:center}.admin-wrap .record-row{display:grid;grid-template-columns:58px 1fr auto;gap:18px;padding:17px;background:#120e1b;border:1px solid #291d35;border-radius:8px;margin-top:10px}.record-thumb{width:58px;height:58px;background:#24162f;border-radius:5px;overflow:hidden}.record-thumb img{width:100%;height:100%;object-fit:cover}.record-title strong{font-size:13px;font-weight:500;line-height:1.5}.record-title small{font-size:10px;color:#a18caf;margin-top:5px}.record-row .text-link{font-family:Arial,sans-serif;font-size:11px;letter-spacing:0;color:#ce9de1;border:1px solid #51305f;border-radius:5px;padding:8px 11px}.field-help{font-size:12px;line-height:1.7;color:#92829f;margin:0 0 10px}.current-cover{display:flex;align-items:center;gap:20px;margin-bottom:16px}.current-cover>img{width:120px;height:120px;border-radius:7px;object-fit:cover}.upload-widget{min-width:0}.admin-form .dropzone{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;min-height:195px;padding:28px 16px;border:1px dashed #79508e;border-radius:9px;background:linear-gradient(125deg,#26143188,#131020);text-align:center;cursor:pointer;transition:background .2s,border-color .2s}.dropzone:hover,.dropzone.drag-over{border-color:#e294ff;background:#30173e}.dropzone:focus-within{outline:2px solid #d07aec;outline-offset:3px}.dropzone input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.dropzone-plus{font-size:27px;line-height:1;width:40px;height:40px;display:grid;place-items:center;background:#3a204b;border:1px solid #633578;border-radius:11px;color:#dcabf1;margin-bottom:5px}.dropzone strong{font-size:14px;font-weight:500;color:#eee1f5}.dropzone>span:not(.dropzone-plus){font-size:12px;color:#a99ab6}.dropzone b{color:#d289f0;font-weight:500}.dropzone small{font-size:10px;color:#8f7c9f;margin-top:5px}.upload-feedback{font-size:12px;color:#dba7ee;margin:12px 0 0;line-height:1.6}.upload-feedback:empty{display:none}.upload-note{font-size:10px;color:#84758f;margin:12px 0 0}.upload-previews{display:grid;gap:9px;margin-top:14px}.upload-previews:empty{display:none}.upload-preview{display:grid;grid-template-columns:60px 1fr auto;gap:13px;align-items:center;border:1px solid #392445;background:#160e20;padding:10px;border-radius:7px}.upload-preview img{width:60px;height:60px;object-fit:cover;border-radius:4px}.upload-preview>div{min-width:0}.upload-preview strong{display:block;font-size:12px;font-weight:400;overflow-wrap:anywhere;color:#dfd0e8}.upload-preview small{display:block;font-size:10px;color:#9e8ba9;margin-top:5px}.upload-preview button{background:transparent;border:1px solid #53315f;border-radius:4px;color:#c2a1d0;font-size:10px;padding:7px}.album-row{margin:0;border:1px solid #2f213a;border-radius:6px;padding:10px;display:grid;grid-template-columns:90px 90px 1fr;gap:18px}.album-row label{font-size:11px}.admin-page .notice{font-size:13px;border-radius:7px}.admin-page .notice.error{color:#f2cbd7}.admin-page .admin-wrap>h1{margin-bottom:25px}
@media(max-width:640px){.admin-wrap{padding:28px 5% 55px}.admin-wrap h1{font-size:26px}.admin-wrap .section-heading{align-items:start;gap:12px}.admin-wrap .section-heading .button{padding:9px 11px;font-size:10px}.admin-nav{display:grid;grid-template-columns:1fr 1fr;gap:4px}.admin-nav a{font-size:11px;padding:10px 11px}.admin-form{padding:19px 16px;gap:20px;border-radius:9px}.admin-form fieldset{padding:14px}.admin-wrap h2{font-size:20px}.admin-wrap .record-row{grid-template-columns:44px 1fr;gap:11px;padding:13px}.record-thumb{width:44px;height:44px}.record-title strong{font-size:12px}.record-row .text-link{grid-column:2;justify-self:start}.dropzone strong{font-size:13px}.dropzone small{font-size:9px}.admin-form .dropzone{min-height:180px;padding:22px 10px}.upload-preview{grid-template-columns:48px 1fr;gap:10px}.upload-preview img{width:48px;height:48px}.upload-preview button{grid-column:2;justify-self:start}.current-cover{flex-direction:column;align-items:start;gap:12px}.album-row{grid-template-columns:70px 1fr;gap:10px}.album-row>.check{grid-column:1/-1}.album-row .thumb{width:70px;height:65px}}
/* One shared title block across public subpages. */
.inner-page .section.page-top{max-width:1440px;padding:60px 7% 85px;margin:0 auto}
.venues-intro,.standalone-subheader{box-sizing:border-box;max-width:1440px;padding:60px 7% 0;margin:0 auto;width:100%}
.venues-intro{padding-bottom:42px}
.subpage-heading{display:flex;align-items:center;justify-content:start;flex-direction:row;text-align:left;gap:35px;margin:0 0 38px}
.subpage-heading h1,.venues-intro .subpage-heading h1{font-family:Oswald,sans-serif;font-size:clamp(46px,6vw,76px);font-weight:600;letter-spacing:-.6px;line-height:1.08;margin:0;max-width:88%;overflow-wrap:anywhere;text-transform:uppercase}
.subpage-heading .programs-heading-line{height:1px;flex:1;min-width:25px;background:linear-gradient(90deg,#a43fc278,#2875b331,transparent);margin-top:15px}
.standalone-subheader+.contact-stage{min-height:365px;padding-top:40px;padding-bottom:65px}
.inner-page .event-detail{padding:0;min-height:0}
@media(max-width:640px){.inner-page .section.page-top{padding:38px 7% 55px}.venues-intro,.standalone-subheader{padding:38px 7% 0}.venues-intro{padding-bottom:30px}.subpage-heading{gap:20px;margin-bottom:26px}.subpage-heading h1,.venues-intro .subpage-heading h1{font-size:47px;letter-spacing:-.6px;max-width:92%}.subpage-heading .programs-heading-line{min-width:12px}.standalone-subheader+.contact-stage{min-height:0;padding:190px 7% 45px}}

/* Venue detail: panoramic cover and editorial text / photo layout. */
.venue-page .venue-cover{position:relative;overflow:hidden;height:clamp(260px,36vw,510px);margin:8px 0 58px;background:#100b19;border-bottom:1px solid #b653cf66}
.venue-page .venue-cover>img{position:absolute;top:0;left:0;width:100%;height:135%;max-width:none;object-fit:cover;object-position:center top}
.venue-page .venue-cover:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#09061066,transparent 45%)}
.venue-story{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.3fr);gap:clamp(32px,6vw,90px);align-items:start}
.venue-story-copy .lead{font-size:16px;line-height:1.95;color:#c5bacf;max-width:520px;margin:0;white-space:normal}
.venue-story-copy{padding-top:0}
.venue-story-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.venue-story-gallery a{display:block;overflow:hidden;background:#100b19}
.venue-story-gallery a:first-child{grid-column:1/-1}
.venue-story-gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .3s ease}
.venue-story-gallery a:first-child img{aspect-ratio:16/9}
.venue-story-gallery a:hover img{transform:scale(1.035)}
.venue-story-solo{grid-template-columns:1fr}.venue-story-solo .lead{max-width:760px}
.venue-upcoming{margin-top:80px;padding-top:44px;border-top:1px solid #ad4cca44}
@media(max-width:700px){.venue-page .venue-cover{height:280px;margin-bottom:32px}.venue-story{grid-template-columns:1fr;gap:30px}.venue-story-copy .lead{font-size:15px}.venue-story-gallery{gap:10px}.venue-upcoming{margin-top:48px}}
@media(prefers-reduced-motion:reduce){.venue-story-gallery img{transition:none}}

.hero-collage img{clip-path:none;height:auto;padding:0}.neon-hero .hero-collage{width:64%;max-width:900px;opacity:1;mix-blend-mode:normal;mask-image:none;-webkit-mask-image:none}
@media(max-width:700px){.neon-hero .hero-collage{width:100%;max-width:none}}
/* The mask removes the generated backdrop while keeping the face cutout. */
.neon-hero .hero-collage{top:50%;left:50%;right:auto;width:auto;height:110%;max-width:none;aspect-ratio:1;transform:translate(-50%,-50%);opacity:1;mix-blend-mode:normal;mask-image:none;-webkit-mask-image:none}
.neon-hero .hero-collage img{width:100%;height:100%;max-width:none;object-fit:contain;mask-image:url('/assets/hero-mask.svg');-webkit-mask-image:url('/assets/hero-mask.svg');mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
/* Mobile hero and animated navigation. */
@media(max-width:700px){
 .neon-hero .hero-collage{top:0;left:50%;width:100%;height:auto;aspect-ratio:1;transform:translateX(-50%)}
 .neon-hero .hero-content{width:100%;margin:0;padding:calc(100vw + 22px) 7% 30px;max-width:none;text-align:center}
 .neon-hero .hero-logo{width:230px;max-width:70%;margin:0 auto 22px}
 .neon-hero .hero-shade{background:linear-gradient(0deg,#05050c 0%,transparent 45%);pointer-events:none}
 .menu-toggle{width:46px;height:46px;align-items:center;gap:7px;border:1px solid #ffffff24;border-radius:50%;background:#ffffff05;transition:background .25s,border-color .25s}
 .menu-toggle span{width:21px;height:2px;transition:transform .28s ease,background .28s ease;transform-origin:center}
 .menu-toggle[aria-expanded=true]{background:#b84ae319;border-color:#b84ae37a}
 .menu-toggle[aria-expanded=true] span{background:#e4b5f2}
 .site-header #navigation,.site-header #navigation.open{display:flex;z-index:20;max-height:calc(100dvh - 72px);overflow-y:auto;padding:18px 7% 26px;background:#090812;box-shadow:0 24px 40px #0008;transform-origin:top;transition:opacity .24s ease,transform .24s ease,visibility .24s}
 .site-header #navigation{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px)}
 .site-header #navigation.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
 .site-header #navigation a{font-size:25px;padding:16px 0;transition:color .2s,transform .25s;transform:translateY(-12px)}
 .site-header #navigation.open a{transform:translateY(0)}
}
@media(prefers-reduced-motion:reduce){.menu-toggle,.menu-toggle span,.site-header #navigation,.site-header #navigation a{transition:none!important}}
/* Mobile logo overlays the lower half of the collage. */
@media(max-width:700px){
 .neon-hero .hero-collage{top:-9vw}
 .neon-hero .hero-content{position:relative;z-index:1;padding:68vw 7% 30px}
 .neon-hero .hero-logo{width:260px;max-width:76%;margin:0 auto 20px;filter:drop-shadow(0 3px 16px #0009)}
 .neon-hero .hero-shade{background:linear-gradient(to bottom,transparent 0,transparent 32vw,#05050c80 52vw,#05050ce8 83vw,#05050c 100vw);z-index:-1}
}
