/* Synaptic Impact – gallery + music shared base (Phase E) */

/* Shared prefix (gallery + music block 1) */

body.page-gallery{--ink:var(--si-gallery-ink);--muted:var(--si-gallery-muted);--pink:var(--si-pink);--cyan:var(--si-cyan);--lime:var(--si-lime);--dark:var(--si-gallery-dark);--glass:var(--si-gallery-glass);--border:var(--si-gallery-border);--shadow:var(--si-gallery-shadow)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.page-gallery{min-height:100vh;font-family:"Trebuchet MS",Inter,system-ui,sans-serif;color:var(--ink);background:var(--dark);line-height:1.6;overflow-x:hidden}
body.page-gallery:before{content:"";position:fixed;inset:0;z-index:-3;background:url("../Background-Monster.webp") center/cover no-repeat;filter:saturate(1.12) contrast(1.05);transform:scale(1.02)}
body.page-gallery:after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:
radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem)}
body.page-gallery a{color:inherit;text-decoration:none}
body.page-gallery .container{width:min(1180px,calc(100% - 36px));margin:0 auto}
body.page-gallery header{position:relative;top:auto;z-index:20;background:rgba(8,4,20,.96);border-bottom:2px solid rgba(255,43,214,.28);backdrop-filter:none;-webkit-backdrop-filter:none;transform:none;will-change:auto;}
body.page-gallery nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
body.page-gallery .logo{font-weight:1000;letter-spacing:.04em;text-transform:uppercase;color:var(--lime);text-shadow:3px 3px 0 var(--pink),-2px -2px 0 var(--cyan)}
body.page-gallery .nav-links{display:flex;gap:18px;color:var(--muted);font-weight:800}
body.page-gallery .nav-links a:hover{color:var(--lime)}
body.page-gallery .hero{min-height:88vh;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:86px 0 70px}
body.page-gallery .hero-copy{padding:34px;border-radius:34px;background:linear-gradient(145deg,rgba(8,4,20,.74),rgba(8,4,20,.42));border:2px solid var(--border);box-shadow:var(--shadow),12px 12px 0 rgba(255,43,214,.18);backdrop-filter:blur(12px)}
body.page-gallery .badge{display:inline-flex;align-items:center;gap:10px;padding:9px 15px;border-radius:999px;border:2px solid var(--cyan);background:rgba(0,245,255,.10);color:var(--cyan);font-weight:950;text-transform:uppercase;box-shadow:0 0 32px rgba(0,245,255,.28);margin-bottom:22px}
body.page-gallery .badge span{width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 20px var(--lime)}
body.page-gallery h1{font-size:clamp(3.4rem,9vw,8.4rem);line-height:.82;letter-spacing:-.08em;text-transform:uppercase;margin-bottom:28px;text-shadow:6px 6px 0 rgba(255,43,214,.8),-4px -3px 0 rgba(0,245,255,.58)}
body.page-gallery .acid{color:var(--lime);text-shadow:6px 6px 0 var(--pink),-4px -3px 0 var(--cyan),0 0 42px rgba(182,255,0,.42)}
body.page-gallery .lead{max-width:700px;color:#f3e6ff;font-size:1.18rem;margin-bottom:32px}
body.page-gallery .buttons{display:flex;flex-wrap:wrap;gap:14px}
body.page-gallery .btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;border-radius:18px;border:2px solid rgba(255,255,255,.32);font-weight:950;text-transform:uppercase;transition:.2s}
body.page-gallery .btn:hover{transform:translateY(-3px) rotate(-1deg)}
body.page-gallery .btn-primary{background:linear-gradient(135deg,var(--lime),var(--cyan));color:#15051f;box-shadow:0 0 34px rgba(182,255,0,.30)}
body.page-gallery .btn-secondary{background:rgba(255,43,214,.16);border-color:var(--pink);color:white}
body.page-gallery .visual-card{min-height:520px;border-radius:42px;border:3px solid rgba(255,255,255,.26);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),rgba(8,4,20,.22);box-shadow:var(--shadow),14px 14px 0 rgba(0,245,255,.16);backdrop-filter:blur(3px);display:grid;place-items:end start;padding:30px;overflow:hidden;position:relative}
body.page-gallery .visual-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,transparent 0,rgba(8,4,20,.10) 30%,rgba(8,4,20,.72) 100%)}
body.page-gallery .visual-label{position:relative;max-width:360px;padding:22px;border-radius:26px;background:rgba(8,4,20,.72);border:2px solid rgba(255,255,255,.24);box-shadow:10px 10px 0 rgba(255,43,214,.18)}
body.page-gallery .visual-label h2{color:var(--lime);font-size:2rem;line-height:.95;text-transform:uppercase;text-shadow:3px 3px 0 var(--pink);margin-bottom:10px}
body.page-gallery .visual-label p{color:var(--muted)}
body.page-gallery section{padding:74px 0}
body.page-gallery .section-shell{padding:30px;border-radius:34px;background:var(--glass);border:2px solid var(--border);box-shadow:var(--shadow);backdrop-filter:blur(14px)}
body.page-gallery .section-title{font-size:clamp(2.1rem,5vw,4.4rem);line-height:.92;letter-spacing:-.06em;text-transform:uppercase;color:var(--cyan);text-shadow:4px 4px 0 var(--pink);margin-bottom:18px}
body.page-gallery .section-text{max-width:850px;color:#ead6ff;font-size:1.08rem;margin-bottom:28px}
body.page-gallery .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
body.page-gallery .panel{min-height:180px;padding:24px;border-radius:26px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.20);box-shadow:10px 10px 0 rgba(0,245,255,.10)}
body.page-gallery .panel:nth-child(2){box-shadow:10px 10px 0 rgba(182,255,0,.12)}
body.page-gallery .panel:nth-child(3){box-shadow:10px 10px 0 rgba(255,43,214,.12)}
body.page-gallery .panel h3{color:var(--lime);font-size:1.35rem;margin-bottom:10px;text-transform:uppercase}
body.page-gallery .panel h3 a{
color:var(--lime);
transition:color .2s ease,text-shadow .2s ease;
}
body.page-gallery .panel h3 a:hover{
color:var(--cyan);
text-shadow:0 0 12px var(--cyan);
}
body.page-gallery .panel p{color:#dec7f7}
body.page-gallery .contact-box{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:30px;border-radius:34px;border:3px solid var(--pink);background:rgba(255,43,214,.14);box-shadow:12px 12px 0 rgba(0,245,255,.16);backdrop-filter:blur(14px)}
@media(max-width:900px){
body.page-gallery:before{background-attachment:scroll}
body.page-gallery .hero, body.page-gallery .grid{grid-template-columns:1fr}
body.page-gallery .nav-links{display:none}
body.page-gallery .visual-card{min-height:380px}
body.page-gallery .contact-box{flex-direction:column;align-items:flex-start}

}
body.page-gallery .mushroom-layer{
position:fixed;
inset:0;
z-index:99998;
pointer-events:none;
overflow:hidden;
}
body.page-gallery .flying-mushroom{
position:absolute;
width:11.25mm;
height:auto;
opacity:.752;
filter:
drop-shadow(0 0 6px rgba(0,245,255,.55))
drop-shadow(0 0 8px rgba(255,43,214,.42));
animation-name:mushroomFloat, mushroomSpin;
animation-timing-function:ease-in-out, linear;
animation-iteration-count:infinite, infinite;
animation-direction:alternate, normal;
}
@keyframes mushroomFloat{
0%{translate:0 0}
20%{translate:80px -120px}
40%{translate:-140px 90px}
60%{translate:160px 140px}
80%{translate:-120px -100px}
100%{translate:90px 60px}
}
@keyframes mushroomSpin{
0%{rotate:0deg}
11%{rotate:47deg}
23%{rotate:126deg}
37%{rotate:205deg}
52%{rotate:298deg}
68%{rotate:401deg}
83%{rotate:529deg}
100%{rotate:720deg}
}
body.page-gallery .mushroom-1{right:12%;top:8%;animation-duration:31s, 17s;animation-delay:-1s, -2s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-2{right:18%;top:12%;animation-duration:32s, 18s;animation-delay:-2s, -4s;animation-direction:alternate, reverse;}
body.page-gallery .mushroom-3{right:8%;top:18%;animation-duration:33s, 19s;animation-delay:-3s, -6s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-4{right:16%;top:22%;animation-duration:34s, 20s;animation-delay:-4s, -8s;animation-direction:alternate, reverse;}
body.page-gallery .mushroom-5{right:24%;top:16%;animation-duration:35s, 21s;animation-delay:-5s, -10s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-6{right:10%;top:28%;animation-duration:36s, 22s;animation-delay:-6s, -12s;animation-direction:alternate, reverse;}
body.page-gallery .mushroom-7{right:20%;top:30%;animation-duration:37s, 23s;animation-delay:-7s, -14s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-8{right:28%;top:24%;animation-duration:38s, 24s;animation-delay:-8s, -16s;animation-direction:alternate, reverse;}
body.page-gallery .mushroom-9{right:6%;top:36%;animation-duration:39s, 25s;animation-delay:-9s, -18s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-10{right:16%;top:40%;animation-duration:40s, 26s;animation-delay:-10s, -20s;animation-direction:alternate, reverse;}
body.page-gallery .mushroom-11{right:26%;top:36%;animation-duration:41s, 27s;animation-delay:-11s, -22s;animation-direction:alternate, normal;}
body.page-gallery .mushroom-12{right:34%;top:30%;animation-duration:42s, 28s;animation-delay:-12s, -24s;animation-direction:alternate, reverse;}
@media(max-width:900px){
body.page-gallery .flying-mushroom{
width:11.25mm;
}


}
body.page-gallery .gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
body.page-gallery .gallery-item{
position:relative;
aspect-ratio:1/1;
border-radius:28px;
overflow:hidden;
background:
linear-gradient(135deg,rgba(255,43,214,.22),rgba(0,245,255,.18)),
rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.22);
box-shadow:10px 10px 0 rgba(255,43,214,.12);
}
body.page-gallery .gallery-item img, body.page-gallery .gallery-item video{
width:100%;
height:100%;
object-fit:cover;
display:block;
filter:saturate(1.15) contrast(1.05);

}
body.page-gallery .gallery-item video{
background:#05020d;
cursor:pointer;
}
body.page-gallery .gallery-video-badge{
position:absolute;
top:14px;
right:14px;
z-index:2;
padding:7px 11px;
border-radius:999px;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
font-size:.78rem;
font-weight:1000;
text-transform:uppercase;
letter-spacing:.04em;
box-shadow:0 0 18px rgba(0,245,255,.35);
pointer-events:none;
}
body.page-gallery .gallery-media-note{
display:block;
margin-top:10px;
font-size:.78rem;
color:var(--cyan);
text-transform:none;
letter-spacing:0;
}
body.page-gallery .gallery-placeholder{
position:absolute;
inset:0;
display:grid;
place-items:center;
text-align:center;
padding:22px;
color:var(--muted);
font-weight:900;
text-transform:uppercase;
letter-spacing:.04em;
}
@media(max-width:900px){
body.page-gallery .gallery-grid{
grid-template-columns:1fr;
}


}
/* Gallery-only (block 1 remainder) */
body.page-gallery .gallery-overlay{
position:fixed;
inset:0;
z-index:100000;
display:none;
overflow-y:auto;
min-height:100vh;
padding:120px 30px 60px;
background:
radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
url("../Background-Monster.webp") center center / cover no-repeat fixed;
filter:saturate(1.12) contrast(1.05);
}
body.page-gallery .gallery-overlay.active{
display:block;
animation:galleryFade .35s ease;
}
@keyframes galleryFade{
from{opacity:0}
to{opacity:1}
}
body.page-gallery .gallery-close{
position:fixed;
top:28px;
right:28px;
width:58px;
height:58px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:2rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 24px rgba(0,245,255,.35);
z-index:100001;
}
body.page-gallery .gallery-inner{
max-width:1280px;
margin:auto;
}
body.page-gallery .gallery-events{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-bottom:28px;
}
body.page-gallery .gallery-event-btn{
border:2px solid rgba(255,255,255,.28);
background:rgba(255,43,214,.18);
color:white;
border-radius:999px;
padding:12px 18px;
font-weight:950;
text-transform:uppercase;
cursor:pointer;
transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}
body.page-gallery .gallery-event-btn:hover, body.page-gallery .gallery-event-btn.active{
background:linear-gradient(135deg,var(--lime),var(--cyan));
color:#15051f;
box-shadow:0 0 24px rgba(0,245,255,.35);
transform:translateY(-2px);
}
body.page-gallery .gallery-album{
display:none;
}
body.page-gallery .gallery-album.active{
display:block;
}
body.page-gallery .gallery-nav{
position:sticky;
top:0;
z-index:100002;
margin-bottom:40px;
}
body.page-gallery .gallery-nav-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 28px;
border-radius:28px;
background:rgba(8,4,20,.72);
backdrop-filter:blur(18px);
border:2px solid rgba(255,255,255,.18);
box-shadow:0 0 24px rgba(0,245,255,.12);
}
body.page-gallery .gallery-nav-inner > a{
font-weight:1000;
letter-spacing:.04em;
text-transform:uppercase;
color:var(--lime);
text-shadow:3px 3px 0 var(--pink),-2px -2px 0 var(--cyan);
}
body.page-gallery .gallery-nav-links{
display:flex;
gap:18px;
font-weight:900;
color:var(--muted);
}
body.page-gallery .gallery-nav-links a:hover{
color:var(--cyan);
text-shadow:0 0 12px var(--cyan);
}
body.page-gallery .soundcloud-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
color:#ff7700;
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(255,119,0,.18);
}
body.page-gallery .soundcloud-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-gallery .soundcloud-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(255,119,0,.14);
box-shadow:
0 0 18px rgba(255,119,0,.45),
0 0 28px rgba(255,119,0,.28);
}
body.page-gallery .youtube-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(255,0,0,.18);
}
body.page-gallery .youtube-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-gallery .youtube-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(255,0,0,.14);
box-shadow:
0 0 18px rgba(255,0,0,.45),
0 0 28px rgba(255,0,0,.28);
}
body.page-gallery .facebook-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(24,119,242,.18);
}
body.page-gallery .facebook-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-gallery .facebook-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(24,119,242,.14);
box-shadow:
0 0 18px rgba(24,119,242,.45),
0 0 28px rgba(24,119,242,.28);
}
body.page-gallery .gallery-item img{
cursor:zoom-in;
transition:transform .35s ease, filter .35s ease;
}
body.page-gallery .gallery-item:hover img{
transform:scale(1.08);
filter:saturate(1.28) contrast(1.12) brightness(1.08);
}
body.page-gallery .gallery-item:hover{
box-shadow:
0 0 28px rgba(0,245,255,.34),
12px 12px 0 rgba(255,43,214,.18);
}
body.page-gallery .image-zoom-overlay{
position:fixed;
inset:0;
z-index:200000;
display:none;
align-items:center;
justify-content:center;
padding:32px;
background:rgba(8,4,20,.88);
backdrop-filter:blur(14px);
}
body.page-gallery .image-zoom-overlay.active{
display:flex;
animation:galleryFade .25s ease;
}
body.page-gallery .image-zoom-overlay img{
max-width:min(96vw,1400px);
max-height:88vh;
object-fit:contain;
border-radius:28px;
border:3px solid rgba(255,255,255,.28);
box-shadow:
0 0 34px rgba(0,245,255,.35),
18px 18px 0 rgba(255,43,214,.18);
}
body.page-gallery .image-zoom-close{
position:fixed;
top:28px;
right:28px;
width:58px;
height:58px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:2rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 24px rgba(0,245,255,.35);
z-index:200001;
}
body.page-gallery .image-zoom-nav{
position:fixed;
top:50%;
transform:translateY(-50%);
width:68px;
height:68px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:3rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 28px rgba(0,245,255,.45);
z-index:200002;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
}
body.page-gallery .image-zoom-nav:hover{
transform:translateY(-50%) scale(1.08);
box-shadow:0 0 36px rgba(0,245,255,.65);
}
body.page-gallery .image-zoom-prev{
left:28px;
}
body.page-gallery .image-zoom-next{
right:28px;
}
@media(max-width:900px){
body.page-gallery .image-zoom-nav{
position:fixed;
top:50%;
transform:translateY(-50%);
width:68px;
height:68px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:3rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 28px rgba(0,245,255,.45);
z-index:200002;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
}
body.page-gallery .image-zoom-nav:hover{
transform:translateY(-50%) scale(1.08);
box-shadow:0 0 36px rgba(0,245,255,.65);
}
body.page-gallery .image-zoom-prev{
left:28px;
}
body.page-gallery .image-zoom-next{
right:28px;
}


}
body.page-gallery .visual-card{
min-height:620px;
border-radius:42px;
border:3px solid rgba(255,255,255,.36);
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22);
box-shadow:
0 0 38px rgba(0,245,255,.24),
0 0 70px rgba(255,43,214,.18),
var(--shadow),
14px 14px 0 rgba(0,245,255,.16);
backdrop-filter:blur(3px);
display:grid;
place-items:end center;
padding:30px;
overflow:hidden;
position:relative;
}
body.page-gallery .visual-card:before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(180deg,rgba(8,4,20,.08),rgba(8,4,20,.22) 54%,rgba(8,4,20,.62) 100%);
z-index:1;
pointer-events:none;
}
body.page-gallery .visual-portrait{
position:absolute;
z-index:0;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center 35%;
filter:saturate(1.22) contrast(1.08);
}
body.page-gallery .visual-label{
position:relative;
z-index:2;
width:min(760px,92%);
max-width:none;
padding:30px 38px;
border-radius:30px;
background:rgba(8,4,20,.72);
border:3px solid rgba(255,255,255,.32);
box-shadow:
0 0 28px rgba(0,245,255,.20),
12px 12px 0 rgba(255,43,214,.18);
backdrop-filter:blur(14px);
}
body.page-gallery .visual-label h2{
color:var(--lime);
font-size:clamp(2.1rem,5vw,4.4rem);
line-height:.95;
letter-spacing:-.05em;
text-transform:lowercase;
text-shadow:
5px 5px 0 var(--pink),
-3px -2px 0 var(--cyan),
0 0 34px rgba(182,255,0,.38);
margin-bottom:18px;
}
body.page-gallery .visual-label p{
color:#f3e6ff;
font-size:clamp(1.15rem,2.3vw,1.75rem);
font-weight:900;
line-height:1.45;
}
@media(max-width:900px){
body.page-gallery .visual-card{
min-height:520px;
border-radius:30px;
padding:18px;
}
body.page-gallery .visual-portrait{
object-position:center top;
}
body.page-gallery .visual-label{
width:96%;
padding:22px 24px;
border-radius:24px;
}
body.page-gallery .visual-label h2{
font-size:clamp(2rem,9vw,3.3rem);
}
body.page-gallery .visual-label p{
font-size:1.08rem;
}


}
body.page-gallery .visual-card{
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22) !important;
}
body.page-gallery .visual-card:before{
background:
linear-gradient(180deg,rgba(8,4,20,.04),rgba(8,4,20,.10) 48%,rgba(8,4,20,.42) 100%) !important;
z-index:1 !important;
}
body.page-gallery .visual-portrait{
display:block !important;
opacity:1 !important;
z-index:0 !important;
width:100% !important;
height:100% !important;
object-fit:cover !important;
object-position:center 28% !important;
filter:saturate(1.18) contrast(1.08) brightness(.92) !important;
}
body.page-gallery .visual-label{
width:min(640px,86%) !important;
padding:24px 30px !important;
}
body.page-gallery .visual-label h2{
font-size:clamp(1rem,2vw,1.8rem) !important;
line-height:1.02 !important;
letter-spacing:-.04em !important;
margin-bottom:14px !important;
}
body.page-gallery .visual-label p{
font-size:clamp(.72rem,1.1vw,.95rem) !important;
line-height:1.45 !important;
}
@media(max-width:900px){
body.page-gallery .visual-label{
width:90% !important;
padding:20px 22px !important;
}
body.page-gallery .visual-label h2{
font-size:clamp(1.55rem,7vw,2.5rem) !important;
}
body.page-gallery .visual-label p{
font-size:1rem !important;
}


}
body.page-gallery .visual-card{
position:relative !important;
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22) !important;
}
body.page-gallery .visual-portrait{
position:absolute !important;
inset:0 !important;
display:block !important;
width:100% !important;
height:100% !important;
object-fit:cover !important;
object-position:center 28% !important;
opacity:1 !important;
visibility:visible !important;
z-index:0 !important;
filter:saturate(1.18) contrast(1.08) brightness(.92) !important;
}
body.page-gallery .visual-card:before{
z-index:1 !important;
}
body.page-gallery .visual-label{
z-index:2 !important;
}
body.page-gallery .visual-card{
position:relative !important;
overflow:hidden !important;
}
body.page-gallery .visual-card:after{
content:"";
position:absolute;
inset:0;
z-index:2;
pointer-events:none;
border-radius:42px;
border:3px solid rgba(255,255,255,.36);
box-shadow:
0 0 38px rgba(0,245,255,.24),
0 0 70px rgba(255,43,214,.18),
14px 14px 0 rgba(0,245,255,.16);
}
body.page-gallery .freekymoon-portrait-behind{
position:absolute !important;
right:-1% !important;
bottom:-2% !important;
height:102% !important;
width:auto !important;
z-index:0 !important;
opacity:.757 !important;
display:block !important;
visibility:visible !important;
pointer-events:none !important;
filter:drop-shadow(0 0 26px rgba(0,245,255,.38));
}
body.page-gallery .visual-label{
position:relative !important;
z-index:3 !important;
background:rgba(8,4,20,.64) !important;
}
@media(max-width:900px){
body.page-gallery .freekymoon-portrait-behind{
right:-2% !important;
bottom:0 !important;
height:82% !important;
opacity:.82 !important;
}


}
@supports (-webkit-touch-callout: none){
html, body.page-gallery{
    min-height:100%;
    overflow-x:hidden;
  }
body.page-gallery:before, body.page-gallery:after{
    position:absolute !important;
    background-attachment:scroll !important;
    transform:none !important;
    will-change:auto !important;
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
  }
body.page-gallery header{
    position:relative !important;
    top:auto !important;
    transform:none !important;
    will-change:auto !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
body.page-gallery .mushroom-layer{
    position:absolute !important;
    z-index:5 !important;
    transform:none !important;
    will-change:auto !important;
  }
body.page-gallery .flying-mushroom{
    animation:none !important;
    transform:none !important;
    will-change:auto !important;
  }
body.page-gallery .visual-card{
    overflow:hidden !important;
    border-radius:42px !important;
    transform:none !important;
    will-change:auto !important;
    clip-path:none !important;
    -webkit-clip-path:none !important;
    -webkit-mask-image:-webkit-radial-gradient(white, black) !important;
  }
body.page-gallery .visual-card:before, body.page-gallery .visual-card:after, body.page-gallery .freekymoon-portrait-behind, body.page-gallery .visual-label{
    transform:none !important;
    will-change:auto !important;
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
  }


}
@supports (-webkit-hyphens:none){
*, *::before, *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
html{
    scroll-behavior:auto !important;
  }
body.page-gallery{
    overflow-x:hidden !important;
  }
body.page-gallery::before{
    position:fixed !important;
    inset:0 !important;
    min-height:100vh !important;
    transform:none !important;
    filter:none !important;
    background-attachment:scroll !important;
  }
body.page-gallery::after{
    position:fixed !important;
    inset:0 !important;
    min-height:100vh !important;
    transform:none !important;
    filter:none !important;
    background-attachment:scroll !important;
  }
body.page-gallery header, body.page-gallery nav, body.page-gallery .visual-card, body.page-gallery .visual-label, body.page-gallery .section-shell, body.page-gallery .panel, body.page-gallery .contact-box, body.page-gallery .gallery-overlay, body.page-gallery .mushroom-layer, body.page-gallery .flying-mushroom{
    transform:none !important;
    filter:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    will-change:auto !important;
    backface-visibility:visible !important;
    -webkit-backface-visibility:visible !important;
  }
body.page-gallery .mushroom-layer{
    display:none !important;
  }
body.page-gallery .visual-card{
    overflow:hidden !important;
    border-radius:42px !important;
    clip-path:none !important;
    -webkit-clip-path:none !important;
    -webkit-mask-image:-webkit-radial-gradient(white, black) !important;
  }
body.page-gallery .freekymoon-portrait-behind{
    filter:none !important;
  }


}
body.page-gallery .synaptic-logo-floating{
position:fixed;
top:75px; 
left:18px;
z-index:100001;
pointer-events:auto;
animation:synapticLogoFloat 6s ease-in-out infinite;
}
body.page-gallery .synaptic-logo-floating img{
width:220px;
height:auto;
display:block;
background:transparent;
filter:drop-shadow(0 0 18px rgba(0,245,255,.28));
}
@keyframes synapticLogoFloat{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-6px);}
}
@media(max-width:900px){
body.page-gallery .synaptic-logo-floating img{
width:140px;
}


}
body.page-gallery{
  min-height:100vh !important;
  overflow-x:hidden !important;
  background:var(--dark) !important;
}
body.page-gallery .gallery-overlay, body.page-gallery .gallery-overlay.active{
  display:block !important;
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  min-height:100vh !important;
  width:100% !important;
  overflow:visible !important;
  padding:120px 30px 60px !important;
  background:
    radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
    radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
    url("../Background-Monster.webp") center center / cover no-repeat fixed !important;
  filter:none !important;
}
body.page-gallery .gallery-close-link{
  position:fixed;
  top:28px;
  right:28px;
  width:58px;
  height:58px;
  border:none;
  border-radius:50%;
  cursor:pointer;
  font-size:2rem;
  font-weight:900;
  background:linear-gradient(135deg,var(--pink),var(--cyan));
  color:white;
  box-shadow:0 0 24px rgba(0,245,255,.35);
  z-index:100001;
  display:flex;
  align-items:center;
  justify-content:center;
}
@supports (-webkit-hyphens:none){
body.page-gallery .gallery-overlay, body.page-gallery .gallery-overlay.active{
    display:block !important;
    position:relative !important;
    z-index:1 !important;
    background:
      radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
      radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
      url("../Background-Monster.webp") center center / cover no-repeat scroll !important;
    filter:none !important;
    transform:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }


}
body.page-gallery{
  --ink:#f6f2ff !important;
  --muted:#a99fbd !important;
  --pink:#e04cff !important;
  --cyan:#64eaff !important;
  --violet:#9b5cff !important;
  --dark:#050711 !important;
  --glass:rgba(8,10,24,.76) !important;
  --border:rgba(255,255,255,.12) !important;
  --shadow:0 28px 80px rgba(0,0,0,.52) !important;
}
html, body.page-gallery{background:#050711 !important}
body.page-gallery{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--ink) !important;
  line-height:1.65 !important;
}
body.page-gallery:before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-4 !important;
  background:
    linear-gradient(180deg,rgba(5,7,17,.72),rgba(5,7,17,.98)),
    url("../Background-Monster.webp") right top / cover no-repeat !important;
  filter:saturate(.9) contrast(.96) brightness(.42) !important;
  transform:none !important;
}
body.page-gallery:after{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-3 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 78% 12%,rgba(224,76,255,.16),transparent 28rem),
    radial-gradient(circle at 20% 22%,rgba(100,234,255,.08),transparent 30rem),
    linear-gradient(180deg,transparent,rgba(5,7,17,.84)) !important;
}
body.page-gallery .container{width:min(1200px,calc(100% - 48px)) !important}
body.page-gallery .site-header{
  position:sticky !important;
  top:max(28px, env(safe-area-inset-top)) !important;
  z-index:9999 !important;
  background:#050711 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 8px 36px rgba(0,0,0,.28) !important;
}
body.page-gallery .main-nav{
  height:86px !important;
  display:grid !important;
  grid-template-columns:320px 1fr 330px !important;
  align-items:center !important;
  gap:26px !important;
  padding:0 !important;
}
body.page-gallery .brand{display:flex !important;align-items:center !important;gap:18px !important;color:#f6f2ff !important;text-decoration:none !important}
body.page-gallery .brand-mark{
  width:62px !important;height:62px !important;border-radius:50% !important;
  border:2px solid rgba(155,92,255,.72) !important;
  display:grid !important;place-items:center !important;color:#b887ff !important;
  font-size:1.7rem !important;line-height:1 !important;box-shadow:0 0 24px rgba(155,92,255,.16) !important;
}
body.page-gallery .brand-text{display:block !important;font-size:1.45rem !important;line-height:.98 !important;letter-spacing:.22em !important;font-weight:700 !important}
body.page-gallery .nav-links{
  display:flex !important;justify-content:center !important;align-items:center !important;
  gap:48px !important;color:rgba(246,242,255,.78) !important;font-size:1.25rem !important;font-weight:600 !important;
}
body.page-gallery .nav-links a{color:inherit !important;text-decoration:none !important;padding:30px 0 !important;position:relative !important;text-shadow:none !important}
body.page-gallery .nav-links a:hover{color:#fff !important}
body.page-gallery .nav-links a:hover:after, body.page-gallery .nav-links a.active:after{
  content:"" !important;position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;height:2px !important;
  background:linear-gradient(90deg,#9b5cff,#e04cff) !important;
}
body.page-gallery .socials{display:flex !important;justify-content:flex-end !important;align-items:center !important;gap:34px !important}
body.page-gallery .socials a{display:flex !important;align-items:center !important;justify-content:center !important;width:38px !important;height:38px !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important}
body.page-gallery .socials img{width:34px !important;height:34px !important;display:block !important;filter:invert(1) !important;opacity:.754 !important}
body.page-gallery .socials a:hover img{opacity:1 !important;transform:scale(1.08) !important}
body.page-gallery .gallery-nav, body.page-gallery .gallery-nav-inner, body.page-gallery .gallery-nav-links{display:none !important}
body.page-gallery .hero{min-height:420px !important;padding:76px 0 54px !important;display:grid !important;grid-template-columns:1fr !important}
body.page-gallery .hero-copy{
  max-width:760px !important;padding:34px !important;border-radius:6px !important;
  background:linear-gradient(90deg,rgba(5,7,17,.90),rgba(5,7,17,.52)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(18px) !important;
}
body.page-gallery .badge{padding:0 !important;border:0 !important;background:transparent !important;color:#d17bff !important;box-shadow:none !important;font-size:.82rem !important;letter-spacing:.19em !important;font-weight:700 !important;margin-bottom:22px !important}
body.page-gallery .badge span{display:none !important}
body.page-gallery h1{
  font-size:clamp(3rem,6vw,6.1rem) !important;line-height:1.04 !important;letter-spacing:.22em !important;
  font-weight:300 !important;text-shadow:none !important;color:#fff !important;margin-bottom:22px !important;
}
body.page-gallery .acid{color:transparent !important;background:linear-gradient(90deg,#9b5cff,#64eaff);-webkit-background-clip:text;background-clip:text;text-shadow:none !important}
body.page-gallery .lead, body.page-gallery .section-text{color:rgba(246,242,255,.74) !important;font-size:1rem !important;line-height:1.7 !important}
body.page-gallery section{padding:56px 0 !important}
body.page-gallery .section-shell{
  padding:30px !important;border-radius:6px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.38) !important;
  backdrop-filter:blur(18px) !important;
}
body.page-gallery .section-title{
  color:#fff !important;text-shadow:none !important;font-size:clamp(1.7rem,4vw,3.4rem) !important;
  line-height:1 !important;letter-spacing:.18em !important;font-weight:300 !important;margin-bottom:22px !important;
}
body.page-gallery .section-title:after{
  content:"";display:block;width:86px;height:1px;margin-top:18px;background:linear-gradient(90deg,#9b5cff,#e04cff);
}
body.page-gallery .gallery-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:18px !important}
body.page-gallery .gallery-item{
  border-radius:6px !important;overflow:hidden !important;border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.045) !important;box-shadow:none !important;
}
body.page-gallery .gallery-item img, body.page-gallery .gallery-item video{filter:saturate(.98) contrast(1.02) brightness(.94) !important;transition:transform .28s ease,filter .28s ease !important}
body.page-gallery .gallery-item:hover{border-color:rgba(100,234,255,.35) !important;box-shadow:0 16px 48px rgba(0,0,0,.38),0 0 24px rgba(100,234,255,.12) !important}
body.page-gallery .gallery-item:hover img, body.page-gallery .gallery-item:hover video{transform:scale(1.035) !important;filter:saturate(1.05) contrast(1.04) brightness(1.04) !important}
body.page-gallery .gallery-video-badge{background:rgba(5,7,17,.78) !important;border:1px solid rgba(255,255,255,.14) !important;box-shadow:none !important;font-size:.64rem !important}
body.page-gallery .gallery-overlay{
  background:
    linear-gradient(180deg,rgba(5,7,17,.92),rgba(5,7,17,.985)),
    url("../Background-Monster.webp") right top / cover no-repeat !important;
  filter:none !important;
  padding:110px 30px 60px !important;
}
body.page-gallery .gallery-overlay:before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(circle at 78% 12%,rgba(224,76,255,.13),transparent 28rem),
    radial-gradient(circle at 20% 22%,rgba(100,234,255,.06),transparent 30rem);
}
body.page-gallery .gallery-overlay .section-shell, body.page-gallery .gallery-inner > .section-shell{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028)) !important;
  border:1px solid rgba(255,255,255,.12) !important;border-radius:6px !important;backdrop-filter:blur(18px) !important;
}
body.page-gallery .gallery-events{gap:12px !important}
body.page-gallery .gallery-event-btn{
  border-radius:5px !important;background:rgba(255,255,255,.045) !important;border:1px solid rgba(255,255,255,.14) !important;
  color:rgba(246,242,255,.78) !important;box-shadow:none !important;padding:11px 17px !important;font-size:.78rem !important;letter-spacing:.08em !important;
}
body.page-gallery .gallery-event-btn:hover, body.page-gallery .gallery-event-btn.active{background:linear-gradient(135deg,#9b5cff,#e04cff) !important;color:#fff !important;box-shadow:0 12px 34px rgba(155,92,255,.22) !important}
body.page-gallery .gallery-video-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  cursor:pointer !important;
}
body.page-gallery .gallery-close{top:24px !important;right:30px !important;width:58px !important;height:58px !important;background:linear-gradient(135deg,#9b5cff,#64eaff) !important;color:#fff !important;box-shadow:0 14px 34px rgba(155,92,255,.24) !important}
body.page-gallery .image-zoom-overlay{background:rgba(5,7,17,.92) !important}
body.page-gallery .image-zoom-close, body.page-gallery .image-zoom-nav{background:linear-gradient(135deg,#9b5cff,#e04cff) !important;box-shadow:0 14px 34px rgba(155,92,255,.24) !important}
@media(max-width:1100px){
body.page-gallery .main-nav{height:auto !important;grid-template-columns:1fr !important;padding:18px 0 !important}
body.page-gallery .nav-links{flex-wrap:wrap !important;gap:22px !important;font-size:1rem !important}
body.page-gallery .socials{justify-content:center !important;gap:24px !important}
body.page-gallery .brand{justify-content:center !important}


}
@media(max-width:900px){
body.page-gallery .gallery-grid{grid-template-columns:1fr !important}
body.page-gallery .container{width:min(100% - 28px,1200px) !important}
body.page-gallery .hero{min-height:auto !important;padding:48px 0 34px !important}
body.page-gallery h1{font-size:clamp(2.45rem,12vw,4.3rem) !important;letter-spacing:.12em !important}
body.page-gallery .section-shell{padding:22px !important}
body.page-gallery .gallery-overlay{padding:92px 18px 42px !important}


}
body.page-gallery .brand-logo{
  width:48px !important;
  height:48px !important;
  object-fit:contain !important;
  border-radius:50% !important;
  display:block !important;
}
body.page-gallery .brand-mark{display:none !important;}



/* Music-only (block 1 remainder) */
body.page-music .gallery-overlay{
position:fixed;
inset:0;
z-index:100000;
display:none;
overflow-y:auto;
min-height:100vh;
padding:19px 30px 60px;
background:
radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
url("../Background-Monster.webp") center center / cover no-repeat fixed;
filter:saturate(1.12) contrast(1.05);
}
body.page-music .gallery-overlay.active{
display:block;
animation:galleryFade .35s ease;
}
@keyframes galleryFade{
from{opacity:0}
to{opacity:1}
}
body.page-music .gallery-close{
position:fixed;
top:107px;
right:47px;
width:58px;
height:58px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:2rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 24px rgba(0,245,255,.35);
z-index:100001;
}
body.page-music .gallery-inner{
max-width:1280px;
margin:auto;
}
body.page-music .gallery-events{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-bottom:28px;
}
body.page-music .gallery-event-btn{
border:2px solid rgba(255,255,255,.28);
background:rgba(255,43,214,.18);
color:white;
border-radius:999px;
padding:12px 18px;
font-weight:950;
text-transform:uppercase;
cursor:pointer;
transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}
body.page-music .gallery-event-btn:hover, body.page-music .gallery-event-btn.active{
background:linear-gradient(135deg,var(--lime),var(--cyan));
color:#15051f;
box-shadow:0 0 24px rgba(0,245,255,.35);
transform:translateY(-2px);
}
body.page-music .gallery-album{
display:none;
}
body.page-music .gallery-album.active{
display:block;
}
body.page-music .gallery-nav{
position:sticky;
top:0;
z-index:100002;
margin-bottom:40px;
}
body.page-music .gallery-nav-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 28px;
border-radius:28px;
background:rgba(8,4,20,.72);
backdrop-filter:blur(18px);
border:2px solid rgba(255,255,255,.18);
box-shadow:0 0 24px rgba(0,245,255,.12);
}
body.page-music .gallery-nav-inner > a{
font-weight:1000;
letter-spacing:.04em;
text-transform:uppercase;
color:var(--lime);
text-shadow:3px 3px 0 var(--pink),-2px -2px 0 var(--cyan);
}
body.page-music .gallery-nav-links{
display:flex;
gap:18px;
font-weight:900;
color:var(--muted);
}
body.page-music .gallery-nav-links a:hover{
color:var(--cyan);
text-shadow:0 0 12px var(--cyan);
}
body.page-music .soundcloud-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
color:#ff7700;
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(255,119,0,.18);
}
body.page-music .soundcloud-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-music .soundcloud-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(255,119,0,.14);
box-shadow:
0 0 18px rgba(255,119,0,.45),
0 0 28px rgba(255,119,0,.28);
}
body.page-music .youtube-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(255,0,0,.18);
}
body.page-music .youtube-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-music .youtube-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(255,0,0,.14);
box-shadow:
0 0 18px rgba(255,0,0,.45),
0 0 28px rgba(255,0,0,.28);
}
body.page-music .facebook-btn{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
border:2px solid rgba(255,255,255,.18);
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
box-shadow:0 0 14px rgba(24,119,242,.18);
}
body.page-music .facebook-btn img{
width:34px;
height:34px;
object-fit:cover;
display:block;
border-radius:50%;
}
body.page-music .facebook-btn:hover{
transform:translateY(-2px) scale(1.08);
background:rgba(24,119,242,.14);
box-shadow:
0 0 18px rgba(24,119,242,.45),
0 0 28px rgba(24,119,242,.28);
}
body.page-music .gallery-item img{
cursor:zoom-in;
transition:transform .35s ease, filter .35s ease;
}
body.page-music .gallery-item:hover img{
transform:scale(1.08);
filter:saturate(1.28) contrast(1.12) brightness(1.08);
}
body.page-music .gallery-item:hover{
box-shadow:
0 0 28px rgba(0,245,255,.34),
12px 12px 0 rgba(255,43,214,.18);
}
body.page-music .image-zoom-overlay{
position:fixed;
inset:0;
z-index:200000;
display:none;
align-items:center;
justify-content:center;
padding:32px;
background:rgba(8,4,20,.88);
backdrop-filter:blur(14px);
}
body.page-music .image-zoom-overlay.active{
display:flex;
animation:galleryFade .25s ease;
}
body.page-music .image-zoom-overlay img{
max-width:min(96vw,1400px);
max-height:88vh;
object-fit:contain;
border-radius:28px;
border:3px solid rgba(255,255,255,.28);
box-shadow:
0 0 34px rgba(0,245,255,.35),
18px 18px 0 rgba(255,43,214,.18);
}
body.page-music .image-zoom-close{
position:fixed;
top:28px;
right:28px;
width:58px;
height:58px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:2rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 24px rgba(0,245,255,.35);
z-index:200001;
}
body.page-music .image-zoom-nav{
position:fixed;
top:50%;
transform:translateY(-50%);
width:68px;
height:68px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:3rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 28px rgba(0,245,255,.45);
z-index:200002;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
}
body.page-music .image-zoom-nav:hover{
transform:translateY(-50%) scale(1.08);
box-shadow:0 0 36px rgba(0,245,255,.65);
}
body.page-music .image-zoom-prev{
left:28px;
}
body.page-music .image-zoom-next{
right:28px;
}
@media(max-width:900px){
body.page-music .image-zoom-nav{
position:fixed;
top:50%;
transform:translateY(-50%);
width:68px;
height:68px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:3rem;
font-weight:900;
background:linear-gradient(135deg,var(--pink),var(--cyan));
color:white;
box-shadow:0 0 28px rgba(0,245,255,.45);
z-index:200002;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
}
body.page-music .image-zoom-nav:hover{
transform:translateY(-50%) scale(1.08);
box-shadow:0 0 36px rgba(0,245,255,.65);
}
body.page-music .image-zoom-prev{
left:28px;
}
body.page-music .image-zoom-next{
right:28px;
}


}
body.page-music .visual-card{
min-height:620px;
border-radius:42px;
border:3px solid rgba(255,255,255,.36);
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22);
box-shadow:
0 0 38px rgba(0,245,255,.24),
0 0 70px rgba(255,43,214,.18),
var(--shadow),
14px 14px 0 rgba(0,245,255,.16);
backdrop-filter:blur(3px);
display:grid;
place-items:end center;
padding:30px;
overflow:hidden;
position:relative;
}
body.page-music .visual-card:before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(180deg,rgba(8,4,20,.08),rgba(8,4,20,.22) 54%,rgba(8,4,20,.62) 100%);
z-index:1;
pointer-events:none;
}
body.page-music .visual-portrait{
position:absolute;
z-index:0;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center 35%;
filter:saturate(1.22) contrast(1.08);
}
body.page-music .visual-label{
position:relative;
z-index:2;
width:min(760px,92%);
max-width:none;
padding:30px 38px;
border-radius:30px;
background:rgba(8,4,20,.72);
border:3px solid rgba(255,255,255,.32);
box-shadow:
0 0 28px rgba(0,245,255,.20),
12px 12px 0 rgba(255,43,214,.18);
backdrop-filter:blur(14px);
}
body.page-music .visual-label h2{
color:var(--lime);
font-size:clamp(2.1rem,5vw,4.4rem);
line-height:.95;
letter-spacing:-.05em;
text-transform:lowercase;
text-shadow:
5px 5px 0 var(--pink),
-3px -2px 0 var(--cyan),
0 0 34px rgba(182,255,0,.38);
margin-bottom:18px;
}
body.page-music .visual-label p{
color:#f3e6ff;
font-size:clamp(1.15rem,2.3vw,1.75rem);
font-weight:900;
line-height:1.45;
}
@media(max-width:900px){
body.page-music .visual-card{
min-height:520px;
border-radius:30px;
padding:18px;
}
body.page-music .visual-portrait{
object-position:center top;
}
body.page-music .visual-label{
width:96%;
padding:22px 24px;
border-radius:24px;
}
body.page-music .visual-label h2{
font-size:clamp(2rem,9vw,3.3rem);
}
body.page-music .visual-label p{
font-size:1.08rem;
}


}
body.page-music .visual-card{
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22) !important;
}
body.page-music .visual-card:before{
background:
linear-gradient(180deg,rgba(8,4,20,.04),rgba(8,4,20,.10) 48%,rgba(8,4,20,.42) 100%) !important;
z-index:1 !important;
}
body.page-music .visual-portrait{
display:block !important;
opacity:1 !important;
z-index:0 !important;
width:100% !important;
height:100% !important;
object-fit:cover !important;
object-position:center 28% !important;
filter:saturate(1.18) contrast(1.08) brightness(.92) !important;
}
body.page-music .visual-label{
width:min(640px,86%) !important;
padding:24px 30px !important;
}
body.page-music .visual-label h2{
font-size:clamp(1rem,2vw,1.8rem) !important;
line-height:1.02 !important;
letter-spacing:-.04em !important;
margin-bottom:14px !important;
}
body.page-music .visual-label p{
font-size:clamp(.72rem,1.1vw,.95rem) !important;
line-height:1.45 !important;
}
@media(max-width:900px){
body.page-music .visual-label{
width:90% !important;
padding:20px 22px !important;
}
body.page-music .visual-label h2{
font-size:clamp(1.55rem,7vw,2.5rem) !important;
}
body.page-music .visual-label p{
font-size:1rem !important;
}


}
body.page-music .visual-card{
position:relative !important;
background:
linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
rgba(8,4,20,.22) !important;
}
body.page-music .visual-portrait{
position:absolute !important;
inset:0 !important;
display:block !important;
width:100% !important;
height:100% !important;
object-fit:cover !important;
object-position:center 28% !important;
opacity:1 !important;
visibility:visible !important;
z-index:0 !important;
filter:saturate(1.18) contrast(1.08) brightness(.92) !important;
}
body.page-music .visual-card:before{
z-index:1 !important;
}
body.page-music .visual-label{
z-index:2 !important;
}
body.page-music .visual-card{
position:relative !important;
overflow:hidden !important;
}
body.page-music .visual-card:after{
content:"";
position:absolute;
inset:0;
z-index:2;
pointer-events:none;
border-radius:42px;
border:3px solid rgba(255,255,255,.36);
box-shadow:
0 0 38px rgba(0,245,255,.24),
0 0 70px rgba(255,43,214,.18),
14px 14px 0 rgba(0,245,255,.16);
}
body.page-music .freekymoon-portrait-behind{
position:absolute !important;
right:-1% !important;
bottom:-2% !important;
height:102% !important;
width:auto !important;
z-index:0 !important;
opacity:.757 !important;
display:block !important;
visibility:visible !important;
pointer-events:none !important;
filter:drop-shadow(0 0 26px rgba(0,245,255,.38));
}
body.page-music .visual-label{
position:relative !important;
z-index:3 !important;
background:rgba(8,4,20,.64) !important;
}
@media(max-width:900px){
body.page-music .freekymoon-portrait-behind{
right:-2% !important;
bottom:0 !important;
height:82% !important;
opacity:.82 !important;
}


}
@supports (-webkit-touch-callout: none){
html, body.page-music{
    min-height:100%;
    overflow-x:hidden;
  }
body.page-music:before, body.page-music:after{
    position:absolute !important;
    background-attachment:scroll !important;
    transform:none !important;
    will-change:auto !important;
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
  }
body.page-music header{
    position:relative !important;
    top:auto !important;
    transform:none !important;
    will-change:auto !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
body.page-music .mushroom-layer{
    position:absolute !important;
    z-index:5 !important;
    transform:none !important;
    will-change:auto !important;
  }
body.page-music .flying-mushroom{
    animation:none !important;
    transform:none !important;
    will-change:auto !important;
  }
body.page-music .visual-card{
    overflow:hidden !important;
    border-radius:42px !important;
    transform:none !important;
    will-change:auto !important;
    clip-path:none !important;
    -webkit-clip-path:none !important;
    -webkit-mask-image:-webkit-radial-gradient(white, black) !important;
  }
body.page-music .visual-card:before, body.page-music .visual-card:after, body.page-music .freekymoon-portrait-behind, body.page-music .visual-label{
    transform:none !important;
    will-change:auto !important;
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
  }


}
@supports (-webkit-hyphens:none){
*, *::before, *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
html{
    scroll-behavior:auto !important;
  }
body.page-music{
    overflow-x:hidden !important;
  }
body.page-music::before{
    position:fixed !important;
    inset:0 !important;
    min-height:100vh !important;
    transform:none !important;
    filter:none !important;
    background-attachment:scroll !important;
  }
body.page-music::after{
    position:fixed !important;
    inset:0 !important;
    min-height:100vh !important;
    transform:none !important;
    filter:none !important;
    background-attachment:scroll !important;
  }
body.page-music header, body.page-music nav, body.page-music .visual-card, body.page-music .visual-label, body.page-music .section-shell, body.page-music .panel, body.page-music .contact-box, body.page-music .gallery-overlay, body.page-music .mushroom-layer, body.page-music .flying-mushroom{
    transform:none !important;
    filter:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    will-change:auto !important;
    backface-visibility:visible !important;
    -webkit-backface-visibility:visible !important;
  }
body.page-music .mushroom-layer{
    display:none !important;
  }
body.page-music .visual-card{
    overflow:hidden !important;
    border-radius:42px !important;
    clip-path:none !important;
    -webkit-clip-path:none !important;
    -webkit-mask-image:-webkit-radial-gradient(white, black) !important;
  }
body.page-music .freekymoon-portrait-behind{
    filter:none !important;
  }


}
body.page-music .synaptic-logo-floating{
position:fixed;
top:75px; 
left:18px;
z-index:100001;
pointer-events:auto;
animation:synapticLogoFloat 6s ease-in-out infinite;
}
body.page-music .synaptic-logo-floating img{
width:220px;
height:auto;
display:block;
background:transparent;
filter:drop-shadow(0 0 18px rgba(0,245,255,.28));
}
@keyframes synapticLogoFloat{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-6px);}
}
@media(max-width:900px){
body.page-music .synaptic-logo-floating img{
width:140px;
}


}
body.page-music html.gallery-open, body.page-music.gallery-open{
  overflow:hidden !important;
}
body.page-music.gallery-open > header, body.page-music.gallery-open > main, body.page-music.gallery-open > footer, body.page-music.gallery-open > .mushroom-layer, body.page-music.gallery-open > .synaptic-logo-floating{
  visibility:hidden !important;
  pointer-events:none !important;
}
body.page-music.gallery-open::before, body.page-music.gallery-open::after{
  opacity:0 !important;
}
body.page-music .gallery-overlay{
  background-color:var(--dark) !important;
  isolation:isolate;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
}
body.page-music .gallery-overlay.active{
  display:block !important;
}
@supports (-webkit-hyphens:none){
body.page-music .gallery-overlay{
    background-color:#080414 !important;
    background-attachment:scroll !important;
    filter:none !important;
    -webkit-filter:none !important;
  }


}
body.page-music.gallery-open::before, body.page-music.gallery-open::after{
  opacity:1 !important;
}
body.page-music .gallery-overlay{
  background:
    radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
    radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
    url("../Background-Monster.webp") center center / cover no-repeat fixed !important;
  background-color:transparent !important;
  filter:saturate(1.12) contrast(1.05) !important;
  -webkit-filter:saturate(1.12) contrast(1.05) !important;
}
@supports (-webkit-hyphens:none){
body.page-music .gallery-overlay{
    background:
      radial-gradient(circle at 20% 15%,rgba(255,43,214,.18),transparent 32rem),
      radial-gradient(circle at 80% 20%,rgba(0,245,255,.14),transparent 30rem),
      url("../Background-Monster.webp") center center / cover no-repeat scroll !important;
    background-color:transparent !important;
    filter:none !important;
    -webkit-filter:none !important;
  }


}
body.page-music .music-hero{min-height:62vh;display:grid;grid-template-columns:1fr;align-items:center;padding:96px 0 54px}
body.page-music .music-hero .hero-copy{max-width:980px}
body.page-music .music-layout{display:grid;grid-template-columns:1fr;gap:24px}
body.page-music .music-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
body.page-music .music-track-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
body.page-music .music-track-card{padding:20px;border-radius:26px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.20);box-shadow:10px 10px 0 rgba(0,245,255,.10)}
body.page-music .music-track-card h3{color:var(--lime);font-size:1.15rem;margin-bottom:6px;text-transform:uppercase}
body.page-music .music-track-card p{color:#dec7f7;margin-bottom:14px}
body.page-music .soundcloud-player{border-radius:18px;overflow:hidden;background:#05020d;border:2px solid rgba(255,255,255,.18);box-shadow:0 0 24px rgba(255,119,0,.16)}
body.page-music .soundcloud-player.large{height:450px}
body.page-music .soundcloud-player.compact{height:166px}
body.page-music .music-note{margin-top:18px;color:var(--muted);font-size:.95rem}
body.page-music .back-home{margin-top:18px}
@media(max-width:900px){
body.page-music .music-split, body.page-music .music-track-grid{grid-template-columns:1fr}
body.page-music .soundcloud-player.large{height:380px}

}
body.page-music{
  --ink:#f6f2ff !important;
  --muted:#a99fbd !important;
  --pink:#e04cff !important;
  --cyan:#64eaff !important;
  --lime:#b8ff4a !important;
  --violet:#9b5cff !important;
  --dark:#050711 !important;
  --glass:rgba(8,10,24,.72) !important;
  --border:rgba(255,255,255,.12) !important;
  --shadow:0 28px 80px rgba(0,0,0,.52) !important;
}
body.page-music{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  background:#050711 !important;
  color:var(--ink) !important;
  font-size:16px !important;
}
body.page-music:before{
  background:
    linear-gradient(180deg,rgba(5,7,17,.74),rgba(5,7,17,.98)),
    url("../Background-Monster.webp") right top / cover no-repeat !important;
  filter:saturate(.9) contrast(.96) brightness(.48) !important;
  transform:none !important;
}
body.page-music:after{
  background:
    radial-gradient(circle at 72% 14%,rgba(224,76,255,.13),transparent 28rem),
    radial-gradient(circle at 20% 18%,rgba(100,234,255,.08),transparent 28rem),
    linear-gradient(180deg,transparent,rgba(5,7,17,.72)) !important;
}
body.page-music .container{width:min(1200px,calc(100% - 48px)) !important}
body.page-music header{
  position:sticky !important;
  top:0 !important;
  z-index:50 !important;
  background:rgba(5,7,17,.88) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  box-shadow:0 8px 40px rgba(0,0,0,.28) !important;
}
body.page-music nav{height:70px !important;padding:0 !important}
body.page-music .logo{
  color:#fff !important;
  font-size:.96rem !important;
  letter-spacing:.22em !important;
  font-weight:500 !important;
  text-shadow:none !important;
}
body.page-music .nav-links{
  gap:34px !important;
  color:rgba(246,242,255,.84) !important;
  font-size:.96rem !important;
  font-weight:400 !important;
}
body.page-music .nav-links a{position:relative;padding:24px 0 !important}
body.page-music .nav-links a:hover{color:#fff !important;text-shadow:none !important}
body.page-music .nav-links a:hover:after{
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,var(--violet),var(--pink));
}
body.page-music .soundcloud-btn, body.page-music .youtube-btn, body.page-music .facebook-btn{
  width:34px !important;
  height:34px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.page-music .soundcloud-btn img, body.page-music .youtube-btn img, body.page-music .facebook-btn img{
  width:28px !important;
  height:28px !important;
  filter:invert(1) !important;
  opacity:.755 !important;
}
body.page-music .soundcloud-btn span{font-size:1.35rem !important;color:#fff !important}
body.page-music .synaptic-logo-floating, body.page-music .floating-logo{
  display:none !important;
}
body.page-music .music-hero, body.page-music .hero{
  min-height:430px !important;
  padding:72px 0 44px !important;
}
body.page-music .hero-copy{
  max-width:720px !important;
  padding:32px !important;
  border-radius:4px !important;
  background:linear-gradient(90deg,rgba(5,7,17,.88),rgba(5,7,17,.50)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(18px) !important;
}
body.page-music .badge{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#d17bff !important;
  box-shadow:none !important;
  font-size:.82rem !important;
  letter-spacing:.19em !important;
  font-weight:700 !important;
  margin-bottom:22px !important;
}
body.page-music .badge span{display:none !important}
body.page-music h1{
  font-size:clamp(3rem,6vw,6.1rem) !important;
  line-height:1.04 !important;
  letter-spacing:.22em !important;
  font-weight:300 !important;
  text-shadow:none !important;
  color:#fff !important;
}
body.page-music .acid{
  color:transparent !important;
  background:linear-gradient(90deg,var(--violet),var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:none !important;
}
body.page-music .lead, body.page-music .section-text{
  color:rgba(246,242,255,.74) !important;
  font-size:1rem !important;
  line-height:1.68 !important;
}
body.page-music .btn{
  min-height:44px !important;
  padding:11px 22px !important;
  border-radius:5px !important;
  border:1px solid rgba(155,92,255,.70) !important;
  color:#d9b8ff !important;
  background:rgba(5,7,17,.45) !important;
  box-shadow:none !important;
  font-size:.78rem !important;
  letter-spacing:.16em !important;
  font-weight:700 !important;
}
body.page-music .btn:hover{transform:translateY(-2px) !important;border-color:var(--cyan) !important;color:#fff !important}
body.page-music .btn-primary{
  background:linear-gradient(135deg,var(--violet),var(--pink)) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 14px 36px rgba(155,92,255,.28) !important;
}
body.page-music .btn-secondary{background:rgba(255,255,255,.045) !important;color:#fff !important}
body.page-music section{padding:56px 0 !important}
body.page-music .section-shell{
  padding:30px !important;
  border-radius:4px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.38) !important;
  backdrop-filter:blur(18px) !important;
}
body.page-music .section-title{
  color:#fff !important;
  text-shadow:none !important;
  font-size:clamp(1.7rem,4vw,3.4rem) !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  font-weight:300 !important;
  margin-bottom:22px !important;
}
body.page-music .section-title:after{
  content:"";
  display:block;
  width:86px;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,var(--violet),var(--pink));
}
body.page-music .panel, body.page-music .music-track-card, body.page-music .gallery-item, body.page-music .video-card{
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}
body.page-music .panel h3, body.page-music .music-track-card h3{
  color:#fff !important;
  text-shadow:none !important;
  font-size:1rem !important;
  letter-spacing:.10em !important;
}
body.page-music .panel p, body.page-music .music-track-card p{color:rgba(246,242,255,.68) !important}
body.page-music .music-track-grid{gap:14px !important}
body.page-music .music-track-card{padding:16px !important}
body.page-music .soundcloud-player{
  border-radius:5px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:none !important;
  background:#070a14 !important;
}
body.page-music .soundcloud-player.large{height:420px !important}
body.page-music .gallery-grid{gap:16px !important}
body.page-music .gallery-item{
  border-radius:5px !important;
  overflow:hidden !important;
}
body.page-music .gallery-item:hover{
  border-color:rgba(100,234,255,.35) !important;
  box-shadow:0 16px 48px rgba(0,0,0,.38),0 0 24px rgba(100,234,255,.12) !important;
}
body.page-music .gallery-item:hover img, body.page-music .gallery-item:hover video{
  transform:scale(1.035) !important;
  filter:saturate(1.05) contrast(1.04) brightness(1.04) !important;
}
body.page-music .gallery-video-badge{
  background:rgba(5,7,17,.78) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
  font-size:.64rem !important;
}
body.page-music .gallery-overlay, body.page-music .image-zoom-overlay{
  background:
    linear-gradient(180deg,rgba(5,7,17,.86),rgba(5,7,17,.98)),
    url("../Background-Monster.webp") right top / cover no-repeat !important;
}
body.page-music .gallery-nav-inner{
  border-radius:4px !important;
  background:rgba(5,7,17,.82) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 16px 48px rgba(0,0,0,.32) !important;
}
body.page-music .gallery-event-btn{
  border-radius:5px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
body.page-music footer{
  border-top:1px solid rgba(255,255,255,.10) !important;
  background:rgba(5,7,17,.96) !important;
  padding:28px 0 !important;
  color:rgba(246,242,255,.50) !important;
  font-size:.84rem !important;
}
@media(max-width:900px){
body.page-music .container{width:min(100% - 28px,1200px) !important}
body.page-music header{position:relative !important}
body.page-music nav{height:auto !important;padding:12px 0 !important}
body.page-music .music-hero, body.page-music .hero{min-height:auto !important;padding:48px 0 34px !important}
body.page-music h1{font-size:clamp(2.45rem,12vw,4.3rem) !important;letter-spacing:.12em !important}
body.page-music .section-shell{padding:22px !important}


}
body.page-music .site-header{
  position:sticky !important;
  top:max(28px, env(safe-area-inset-top)) !important;
  z-index:9999 !important;
  background:#050711 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 8px 36px rgba(0,0,0,.28) !important;
}
body.page-music .main-nav{
  height:86px !important;
  display:grid !important;
  grid-template-columns:320px 1fr 330px !important;
  align-items:center !important;
  gap:26px !important;
  padding:0 !important;
}
body.page-music .brand{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  color:#f6f2ff !important;
  text-decoration:none !important;
}
body.page-music .brand-mark{
  width:62px !important;
  height:62px !important;
  border-radius:50% !important;
  border:2px solid rgba(155,92,255,.72) !important;
  display:grid !important;
  place-items:center !important;
  color:#b887ff !important;
  font-size:1.7rem !important;
  line-height:1 !important;
  box-shadow:0 0 24px rgba(155,92,255,.16) !important;
}
body.page-music .brand-text{
  display:block !important;
  font-size:1.45rem !important;
  line-height:.98 !important;
  letter-spacing:.22em !important;
  font-weight:700 !important;
}
body.page-music .nav-links{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:48px !important;
  color:rgba(246,242,255,.78) !important;
  font-size:1.25rem !important;
  font-weight:600 !important;
}
body.page-music .nav-links a{
  color:inherit !important;
  text-decoration:none !important;
  padding:30px 0 !important;
  position:relative !important;
  text-shadow:none !important;
}
body.page-music .nav-links a:hover{
  color:#fff !important;
}
body.page-music .nav-links a:hover:after, body.page-music .nav-links a.active:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:2px !important;
  background:linear-gradient(90deg,#9b5cff,#e04cff) !important;
}
body.page-music .socials{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:34px !important;
}
body.page-music .socials a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important;
  height:38px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
body.page-music .socials img{
  width:34px !important;
  height:34px !important;
  display:block !important;
  filter:invert(1) !important;
  opacity:.754 !important;
}
body.page-music .socials a:hover img{
  opacity:1 !important;
  transform:scale(1.08) !important;
}
@media(max-width:1100px){
body.page-music .main-nav{
    height:auto !important;
    grid-template-columns:1fr !important;
    padding:18px 0 !important;
  }
body.page-music .nav-links{
    flex-wrap:wrap !important;
    gap:22px !important;
    font-size:1rem !important;
  }
body.page-music .socials{
    justify-content:center !important;
    gap:24px !important;
  }
body.page-music .brand{
    justify-content:center !important;
  }


}
body.page-music .brand-logo{
  width:48px !important;
  height:48px !important;
  object-fit:contain !important;
  border-radius:50% !important;
  display:block !important;
}
body.page-music .brand-mark{display:none !important;}



/* Shared block 2 (merged) */

body.page-gallery{
  --bg:#050711 !important;
  --panel:#0a0d19 !important;
  --ink:#f6f2ff !important;
  --muted:#a99fbd !important;
  --line:rgba(255,255,255,.12) !important;
  --violet:#9b5cff !important;
  --pink:#e04cff !important;
  --cyan:#64eaff !important;
  --shadow:0 28px 80px rgba(0,0,0,.52) !important;
}
html, body.page-gallery{background:#050711 !important}
body.page-gallery{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--ink) !important;
  line-height:1.6 !important;
}
body.page-gallery:before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-4 !important;
  background:linear-gradient(180deg,#050711,#070b16) !important;
  filter:none !important;
  transform:none !important;
}
body.page-gallery:after{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-3 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 70% 30%,rgba(224,76,255,.18),transparent 22rem),
    radial-gradient(circle at 78% 48%,rgba(100,234,255,.12),transparent 28rem),
    linear-gradient(180deg,transparent 0%,rgba(5,7,17,.70) 70%,#050711 100%) !important;
}
body.page-gallery .container{width:min(1200px,calc(100% - 48px)) !important;margin:0 auto !important}
body.page-gallery .site-header{
  position:sticky !important;
  top:max(28px, env(safe-area-inset-top)) !important;
  z-index:50000 !important;
  background:rgba(5,7,17,.94) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 8px 36px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
body.page-gallery .main-nav{
  height:70px !important;
  display:grid !important;
  grid-template-columns:260px 1fr 260px !important;
  align-items:center !important;
  gap:28px !important;
  padding:0 !important;
}
body.page-gallery .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:230px !important;
  color:#f6f2ff !important;
  text-decoration:none !important;
}
body.page-gallery .brand-mark{
  width:40px !important;
  height:40px !important;
  border:1px solid rgba(155,92,255,.55) !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#9b5cff !important;
  font-size:1.55rem !important;
  line-height:1 !important;
  box-shadow:0 0 26px rgba(155,92,255,.18) !important;
}
body.page-gallery .brand-text{
  display:block !important;
  font-size:1.05rem !important;
  line-height:1.05 !important;
  letter-spacing:.26em !important;
  font-weight:500 !important;
  text-transform:uppercase !important;
}
body.page-gallery .nav-links{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:34px !important;
  color:rgba(246,242,255,.84) !important;
  font-size:.96rem !important;
  font-weight:400 !important;
}
body.page-gallery .nav-links a{
  color:inherit !important;
  position:relative !important;
  padding:24px 0 !important;
  text-shadow:none !important;
  text-decoration:none !important;
}
body.page-gallery .nav-links a:hover, body.page-gallery .nav-links a.active{color:#fff !important}
body.page-gallery .nav-links a:hover:after, body.page-gallery .nav-links a.active:after{
  content:"" !important;
  position:absolute !important;
  left:-8px !important;
  right:-8px !important;
  bottom:0 !important;
  height:2px !important;
  background:linear-gradient(90deg,#9b5cff,#e04cff) !important;
}
body.page-gallery .socials{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:26px !important;
}
body.page-gallery .socials a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
body.page-gallery .socials img{
  width:28px !important;
  height:28px !important;
  display:block !important;
  filter:invert(1) !important;
  opacity:.755 !important;
}
body.page-gallery .socials a:hover img{opacity:1 !important;transform:scale(1.08) !important}
body.page-gallery .floating-logo, body.page-gallery .synaptic-logo-floating, body.page-gallery .mushroom-layer, body.page-gallery .gallery-logo{display:none !important}
body.page-gallery .hero, body.page-gallery .music-hero{
  min-height:420px !important;
  padding:76px 0 54px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
}
body.page-gallery .hero-copy{
  max-width:760px !important;
  padding:34px !important;
  border-radius:6px !important;
  background:linear-gradient(90deg,rgba(5,7,17,.90),rgba(5,7,17,.52)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
body.page-gallery .badge{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#d17bff !important;
  box-shadow:none !important;
  font-size:.82rem !important;
  letter-spacing:.19em !important;
  font-weight:700 !important;
  margin-bottom:22px !important;
}
body.page-gallery .badge span{display:none !important}
body.page-gallery h1{
  font-size:clamp(3rem,6vw,6.1rem) !important;
  line-height:1.04 !important;
  letter-spacing:.22em !important;
  font-weight:300 !important;
  text-shadow:none !important;
  color:#fff !important;
  margin-bottom:22px !important;
}
body.page-gallery .acid{
  color:transparent !important;
  background:linear-gradient(90deg,#9b5cff,#64eaff) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  text-shadow:none !important;
}
body.page-gallery .lead, body.page-gallery .section-text{color:rgba(246,242,255,.74) !important;font-size:1rem !important;line-height:1.7 !important}
body.page-gallery section{padding:56px 0 !important}
body.page-gallery .section-shell{
  padding:30px !important;
  border-radius:6px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.38) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
body.page-gallery .section-title{
  color:#fff !important;
  text-shadow:none !important;
  font-size:clamp(1.7rem,4vw,3.4rem) !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  font-weight:300 !important;
  margin-bottom:22px !important;
}
body.page-gallery .section-title:after{
  content:"";
  display:block;
  width:86px;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,#9b5cff,#e04cff);
}
body.page-gallery .btn{
  min-height:44px !important;
  padding:11px 22px !important;
  border-radius:5px !important;
  border:1px solid rgba(155,92,255,.70) !important;
  color:#d9b8ff !important;
  background:rgba(5,7,17,.45) !important;
  box-shadow:none !important;
  font-size:.78rem !important;
  letter-spacing:.16em !important;
  font-weight:700 !important;
}
body.page-gallery .btn:hover{transform:translateY(-2px) !important;border-color:#64eaff !important;color:#fff !important}
body.page-gallery .btn-primary{background:linear-gradient(135deg,#9b5cff,#e04cff) !important;color:#fff !important;border-color:transparent !important;box-shadow:0 14px 36px rgba(155,92,255,.28) !important}
body.page-gallery .btn-secondary{background:rgba(255,255,255,.045) !important;color:#fff !important}
body.page-gallery .gallery-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:18px !important}
body.page-gallery .gallery-item{
  border-radius:6px !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}
body.page-gallery .gallery-item img, body.page-gallery .gallery-item video{
  filter:saturate(.98) contrast(1.02) brightness(.94) !important;
  transition:transform .28s ease,filter .28s ease !important;
}
body.page-gallery .gallery-item:hover{border-color:rgba(100,234,255,.35) !important;box-shadow:0 16px 48px rgba(0,0,0,.38),0 0 24px rgba(100,234,255,.12) !important}
body.page-gallery .gallery-item:hover img, body.page-gallery .gallery-item:hover video{transform:scale(1.035) !important;filter:saturate(1.05) contrast(1.04) brightness(1.04) !important}
body.page-gallery .gallery-video-badge{background:rgba(5,7,17,.78) !important;border:1px solid rgba(255,255,255,.14) !important;box-shadow:none !important;font-size:.64rem !important}
body.page-gallery .gallery-overlay{
  background:
    linear-gradient(180deg,rgba(5,7,17,.94),rgba(5,7,17,.985)),
    url("../Background-Monster.webp") right top / cover no-repeat !important;
  background-color:#050711 !important;
  filter:none !important;
  -webkit-filter:none !important;
  padding:112px 30px 60px !important;
  z-index:100000 !important;
}
body.page-gallery .gallery-overlay .gallery-nav, body.page-gallery .gallery-overlay .gallery-nav-inner, body.page-gallery .gallery-overlay .gallery-nav-links, body.page-gallery .gallery-nav, body.page-gallery .gallery-nav-inner, body.page-gallery .gallery-nav-links{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}
body.page-gallery .gallery-overlay .section-shell, body.page-gallery .gallery-inner > .section-shell{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:6px !important;
  box-shadow:0 24px 70px rgba(0,0,0,.38) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
body.page-gallery .gallery-event-btn{
  border-radius:5px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:rgba(246,242,255,.78) !important;
  box-shadow:none !important;
}
body.page-gallery .gallery-event-btn:hover, body.page-gallery .gallery-event-btn.active{background:linear-gradient(135deg,#9b5cff,#e04cff) !important;color:#fff !important}
body.page-gallery .gallery-close{
  top:24px !important;
  right:30px !important;
  width:58px !important;
  height:58px !important;
  background:linear-gradient(135deg,#9b5cff,#64eaff) !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(155,92,255,.24) !important;
}
body.page-gallery .music-track-card, body.page-gallery .panel, body.page-gallery .video-card{
  border-radius:6px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}
body.page-gallery .soundcloud-player{
  border-radius:5px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:#070a14 !important;
}
@media(max-width:1100px){
body.page-gallery .main-nav{height:auto !important;grid-template-columns:1fr !important;padding:18px 0 !important}
body.page-gallery .nav-links{flex-wrap:wrap !important;gap:22px !important;font-size:1rem !important}
body.page-gallery .socials{justify-content:center !important;gap:24px !important}
body.page-gallery .brand{justify-content:center !important}


}
@media(max-width:900px){
body.page-gallery .container{width:min(100% - 28px,1200px) !important}
body.page-gallery .gallery-grid{grid-template-columns:1fr !important}
body.page-gallery h1{font-size:clamp(2.45rem,12vw,4.3rem) !important;letter-spacing:.12em !important}
body.page-gallery .section-shell{padding:22px !important}
body.page-gallery .gallery-overlay{padding:92px 18px 42px !important}


}



/* Phase A – timeline overview + event detail */
body.page-gallery .gallery-timeline .gallery-year-grid{
  grid-template-columns:1fr !important;
}
body.page-gallery .gallery-shell{margin-top:0}
body.page-gallery .gallery-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 14px;color:var(--muted);font-size:.92rem;font-weight:700}
body.page-gallery .gallery-breadcrumb a{color:var(--cyan)}
body.page-gallery .gallery-breadcrumb a:hover{color:var(--lime)}
body.page-gallery .gallery-event-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
body.page-gallery .gallery-event-stats span{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#f3e6ff;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
body.page-gallery .gallery-event-meta{display:block;margin-top:4px;color:rgba(246,242,255,.62);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:none}
body.page-gallery .gallery-timeline .gallery-event-thumb{width:42px;height:42px;border-radius:9px;overflow:hidden;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05)}
body.page-gallery .gallery-timeline .gallery-event-thumb img{width:100%;height:100%;object-fit:cover;display:block}
body.page-gallery .gallery-empty{color:#ead6ff;font-size:1.05rem}
body.page-gallery .gallery-media-section{margin-top:28px}
body.page-gallery .gallery-media-section:first-child{margin-top:0}
body.page-gallery .gallery-section-title{font-size:clamp(1.4rem,3vw,2rem);line-height:1;color:var(--lime);text-transform:uppercase;letter-spacing:.08em;margin:0 0 18px;text-shadow:3px 3px 0 var(--pink)}
body.page-gallery .gallery-photo-trigger{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}
body.page-gallery .gallery-photo-trigger img{width:100%;height:100%;object-fit:cover;display:block}
body.page-gallery .gallery-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:100%}
body.page-gallery .gallery-event-hub{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:4px}
body.page-gallery .gallery-hub-card{display:grid;grid-template-columns:88px 1fr;align-items:center;gap:16px;padding:16px 18px;border-radius:18px;border:2px solid rgba(255,255,255,.16);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:10px 10px 0 rgba(255,43,214,.10);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.page-gallery .gallery-hub-card:hover{transform:translateY(-2px);border-color:rgba(155,92,255,.55);box-shadow:0 16px 42px rgba(0,0,0,.28),0 0 24px rgba(155,92,255,.12)}
body.page-gallery .gallery-hub-thumb{width:88px;height:88px;border-radius:16px;overflow:hidden;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);position:relative}
body.page-gallery .gallery-hub-thumb img{width:100%;height:100%;object-fit:cover;display:block}
body.page-gallery .gallery-hub-thumb-video{background:rgba(5,7,17,.45)}
body.page-gallery .gallery-hub-play-badge{position:absolute;inset:0;display:grid;place-items:center;background:rgba(5,7,17,.28);pointer-events:none}
body.page-gallery .gallery-hub-play-badge:before{content:"";width:34px;height:34px;border-radius:50%;border:1px solid rgba(155,92,255,.85);background:rgba(5,7,17,.88);box-shadow:0 8px 20px rgba(0,0,0,.28)}
body.page-gallery .gallery-hub-play-badge:after{content:"";position:absolute;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid #ead7ff;margin-left:3px}
body.page-gallery .gallery-hub-card-video:hover .gallery-hub-play-badge:before{border-color:#64eaff}
body.page-gallery .gallery-hub-card-video:hover .gallery-hub-play-badge:after{border-left-color:#fff}
body.page-gallery .gallery-hub-video-icon{width:34px;height:34px;border-radius:50%;border:1px solid rgba(155,92,255,.85);background:rgba(5,7,17,.88);position:relative;box-shadow:0 8px 20px rgba(0,0,0,.28)}
body.page-gallery .gallery-hub-video-icon:after{content:"";position:absolute;left:13px;top:10px;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid #ead7ff}
body.page-gallery .gallery-hub-title{display:block;color:#fff;font-size:1.05rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body.page-gallery .gallery-hub-count{display:block;margin-top:4px;color:rgba(246,242,255,.68);font-size:.82rem;font-weight:700}
body.page-gallery .gallery-media-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
body.page-gallery .gallery-media-switch{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#f3e6ff;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
body.page-gallery .gallery-media-switch:hover{border-color:rgba(155,92,255,.55);color:#fff}
body.page-gallery .gallery-video-list{display:grid;gap:12px;width:100%;max-width:min(760px,100%);min-width:0}
body.page-gallery .gallery-video-card{border:0;background:transparent;overflow:visible;box-shadow:none;border-radius:0;width:100%;min-width:0}
body.page-gallery .gallery-video-open-label{display:block;line-height:1.35;word-break:break-word;text-align:left}
body.page-gallery .gallery-video-stage{aspect-ratio:16/9;width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:#05020d;overflow:hidden;border-radius:6px;border:1px solid rgba(255,255,255,.12);margin-top:10px;position:relative}
body.page-gallery .gallery-video-stage[hidden]{display:none}
body.page-gallery .gallery-video-stage .gallery-video-player{width:100%;max-width:100%;height:100%;min-width:0;display:block;object-fit:contain;background:#05020d}
body.page-gallery .gallery-video-stage.gallery-video-sbs .gallery-video-player{width:100%;max-width:100%;object-fit:cover;object-position:25% center}
body.page-gallery .gallery-event-back-wrap{margin-top:28px}
body.page-gallery .gallery-event-back{min-height:48px}
body.page-gallery .image-zoom-overlay[hidden]{display:none !important}
@media(max-width:900px){
body.page-gallery .gallery-event-hub{grid-template-columns:1fr}
body.page-gallery .gallery-events.gallery-events-grouped{grid-template-columns:1fr !important}
}
@media(max-width:560px){
body.page-gallery .gallery-hub-card{grid-template-columns:72px 1fr;padding:14px}
body.page-gallery .gallery-hub-thumb{width:72px;height:72px}
}

