.media-page[data-astro-cid-h6iffge2]{position:relative;width:100vw;min-height:300vh;background:transparent;overflow-x:hidden}.media-hero[data-astro-cid-h6iffge2]{position:relative;width:100vw;height:100vh;z-index:10;display:flex;align-items:center;justify-content:center;padding-top:80px;box-sizing:border-box;opacity:1!important;visibility:visible!important}.purple-glow-bg[data-astro-cid-h6iffge2]{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(147,51,234,.15) 0%,rgba(147,51,234,.1) 30%,rgba(147,51,234,.05) 60%,transparent 100%);border-radius:60% 40% 70% 30%;filter:blur(40px);z-index:4;pointer-events:none}.hero-spotify-card[data-astro-cid-h6iffge2]{position:absolute;bottom:8%;left:50%;transform:translate(-50%);width:90vw;max-width:630px;z-index:100;pointer-events:none}.hero-quote[data-astro-cid-h6iffge2]{position:relative;width:100%;height:84px;background:#0000004d;border-radius:50px;box-shadow:0 25px 50px #0006,0 0 0 1px #ffffff1a inset;backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;gap:4rem;padding:0 2rem}.stat[data-astro-cid-h6iffge2]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number[data-astro-cid-h6iffge2]{font-size:1.8rem;font-weight:800;color:#0ff;text-shadow:0 0 20px rgba(0,255,255,.6)}.stat-label[data-astro-cid-h6iffge2]{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.1em}.media-gallery-section[data-astro-cid-h6iffge2]{position:relative;width:100vw;z-index:10;background:transparent;padding:2rem 0 8rem;min-height:100vh}.section-container[data-astro-cid-h6iffge2]{max-width:1400px;margin:0 auto;padding:0 2rem}.media-tabs[data-astro-cid-h6iffge2]{display:flex;justify-content:center;gap:3rem;margin-bottom:6rem;position:relative;z-index:1000;padding:4rem 0 2rem}.tab-button[data-astro-cid-h6iffge2]{display:flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:#ffffff0d;backdrop-filter:blur(25px) saturate(180%);border:2px solid rgba(0,255,255,.2);border-radius:16px;color:#ffffffe6;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.8px;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000004d,0 0 0 1px #ffffff1a inset}.tab-button[data-astro-cid-h6iffge2]:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:150%;background:radial-gradient(ellipse,rgba(0,255,255,.2) 0%,rgba(255,0,255,.1) 40%,transparent 70%);border-radius:20px;z-index:-1;opacity:0;transition:opacity .4s ease;filter:blur(15px)}.tab-button[data-astro-cid-h6iffge2]:hover{background:#ffffff14;border-color:#0ff9;color:#0ff;transform:translateY(-4px) scale(1.05);text-shadow:0 0 15px rgba(0,255,255,.8);box-shadow:0 15px 35px #0006,0 0 0 1px #00ffff4d inset,0 0 30px #0ff6,0 0 60px #0ff3}.tab-button[data-astro-cid-h6iffge2]:hover:before{opacity:1}.tab-button[data-astro-cid-h6iffge2].active{background:#00ffff14;border-color:#0ffc;color:#0ff;text-shadow:0 0 20px rgba(0,255,255,1);transform:scale(1.05);box-shadow:0 12px 30px #0006,0 0 0 2px #00ffff80 inset,0 0 40px #0ff9,0 0 80px #00ffff4d}.tab-button[data-astro-cid-h6iffge2].active:before{opacity:1}.tab-icon[data-astro-cid-h6iffge2]{font-size:1.5rem}.media-gallery[data-astro-cid-h6iffge2]{margin-bottom:2rem;position:relative;z-index:50}.gallery-grid[data-astro-cid-h6iffge2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.video-grid[data-astro-cid-h6iffge2]{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.gallery-item[data-astro-cid-h6iffge2]{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffff05;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gallery-item[data-astro-cid-h6iffge2]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000080,0 0 30px #0ff3;border-color:#00ffff4d}.gallery-item-inner[data-astro-cid-h6iffge2]{position:relative;width:100%;height:100%}.photo-item[data-astro-cid-h6iffge2]{aspect-ratio:4/3}.photo-item[data-astro-cid-h6iffge2] img[data-astro-cid-h6iffge2]{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.photo-item[data-astro-cid-h6iffge2]:hover img[data-astro-cid-h6iffge2]{transform:scale(1.05)}.video-item[data-astro-cid-h6iffge2]{aspect-ratio:16/9}.video-thumbnail[data-astro-cid-h6iffge2]{position:relative;width:100%;height:100%}.video-thumbnail[data-astro-cid-h6iffge2] img[data-astro-cid-h6iffge2]{width:100%;height:100%;object-fit:cover}.play-button[data-astro-cid-h6iffge2]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;border-radius:50%;padding:1rem;transition:all .3s ease}.video-item[data-astro-cid-h6iffge2]:hover .play-button[data-astro-cid-h6iffge2]{background:#0ffc;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 30px #0ff9}.gallery-overlay[data-astro-cid-h6iffge2]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem 1.5rem 1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item[data-astro-cid-h6iffge2]:hover .gallery-overlay[data-astro-cid-h6iffge2]{transform:translateY(0)}.gallery-overlay-content[data-astro-cid-h6iffge2] h3[data-astro-cid-h6iffge2]{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.gallery-overlay-content[data-astro-cid-h6iffge2] p[data-astro-cid-h6iffge2]{color:#fffc;font-size:.9rem;margin-bottom:1rem}.view-button[data-astro-cid-h6iffge2]{display:inline-flex;align-items:center;gap:.5rem;color:#0ff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.media-modal[data-astro-cid-h6iffge2]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;backdrop-filter:blur(20px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-content[data-astro-cid-h6iffge2]{position:relative;max-width:90vw;max-height:90vh;background:#000c;border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden;box-shadow:0 25px 50px #000c}.modal-close[data-astro-cid-h6iffge2]{position:absolute;top:1rem;right:1rem;background:#0009;border:none;color:#fff;font-size:2rem;width:3rem;height:3rem;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease}.modal-close[data-astro-cid-h6iffge2]:hover{background:#f009;transform:scale(1.1)}.modal-photo[data-astro-cid-h6iffge2] img[data-astro-cid-h6iffge2]{width:100%;height:auto;max-height:80vh;object-fit:contain}.modal-info[data-astro-cid-h6iffge2]{padding:2rem;background:#0009}.modal-info[data-astro-cid-h6iffge2] h3[data-astro-cid-h6iffge2]{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.modal-info[data-astro-cid-h6iffge2] p[data-astro-cid-h6iffge2]{color:#fffc;font-size:1rem}.video-container[data-astro-cid-h6iffge2]{position:relative;width:100%;overflow:hidden}.aspect-16-9[data-astro-cid-h6iffge2]{aspect-ratio:16/9}.video-container[data-astro-cid-h6iffge2] iframe[data-astro-cid-h6iffge2]{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:768px){.hero-cta-desktop[data-astro-cid-h6iffge2]{display:none!important}.hero-cta-mobile[data-astro-cid-h6iffge2]{display:flex!important}.hero-quote[data-astro-cid-h6iffge2]{gap:2rem;padding:0 1rem}.stat-number[data-astro-cid-h6iffge2]{font-size:1.5rem}.media-tabs[data-astro-cid-h6iffge2]{flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}.tab-button[data-astro-cid-h6iffge2]{padding:1.2rem 2.5rem;font-size:1rem;width:220px;justify-content:center}.gallery-grid[data-astro-cid-h6iffge2]{grid-template-columns:1fr;gap:1.5rem}.video-grid[data-astro-cid-h6iffge2]{grid-template-columns:1fr}.modal-content[data-astro-cid-h6iffge2]{max-width:95vw;max-height:95vh}.modal-info[data-astro-cid-h6iffge2]{padding:1.5rem}}@media(max-width:480px){.section-container[data-astro-cid-h6iffge2]{padding:0 1rem}.gallery-item[data-astro-cid-h6iffge2]{border-radius:12px}.gallery-overlay[data-astro-cid-h6iffge2]{padding:1.5rem 1rem 1rem}}
