@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);*{font-family:Space Mono,monospace!important}#root,body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fff;font-family:Space Mono,monospace}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}.App{background:#0a0a0a;min-height:100vh;overflow-x:hidden;width:100%}section{display:block;position:relative;width:100%}section+section:before{background:#ffffff24;content:"";display:block;height:1px;margin:0 auto 2rem;width:min(1100px,calc(100% - 4rem))}:root{--hero-background-color:#f9f8f8;--hero-headline-color:#222}.hero-section{background-color:#f9f8f8;background-color:var(--hero-background-color);border-bottom:2px solid #222;min-height:100vh;overflow:hidden}.hero-header,.hero-section{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.hero-header{min-height:0;padding:0 1rem;text-align:center}.hero-header h1{color:#fff;font-size:clamp(4rem,8vw,8rem);font-weight:900;margin:0;position:relative;text-align:center;text-transform:uppercase}.glitch-window{align-items:center;animation:crt-me 2.5s linear infinite alternate-reverse;color:#fff;display:flex;inset:0;justify-content:center;overflow:hidden;pointer-events:none;position:absolute;text-shadow:2px 0 #fff,-1px 0 #ff0,-2px 0 green}.hero-header.glitch-active .glitched{animation:flicker 2.5s linear infinite alternate-reverse}.glitch-window h1{margin:0}@keyframes crt-me{0%{clip:rect(31px,9999px,94px,0)}10%{clip:rect(112px,9999px,76px,0)}20%{clip:rect(85px,9999px,77px,0)}30%{clip:rect(27px,9999px,97px,0)}40%{clip:rect(64px,9999px,98px,0)}50%{clip:rect(61px,9999px,85px,0)}60%{clip:rect(99px,9999px,114px,0)}70%{clip:rect(34px,9999px,115px,0)}80%{clip:rect(98px,9999px,129px,0)}90%{clip:rect(43px,9999px,96px,0)}to{clip:rect(82px,9999px,64px,0)}}@keyframes flicker{0%,to{opacity:1;text-shadow:2px 0 #fff,-1px 0 #ff0,-2px 0 green;transform:translateX(0)}10%{opacity:.9;text-shadow:2px 0 #fff,-1px 0 cyan,-2px 0 #f0f;transform:translateX(-1px)}20%{opacity:.8;text-shadow:2px 0 #fff,-1px 0 lime,-2px 0 blue;transform:translateX(1px)}30%{opacity:.95;transform:translateX(-1px)}40%{opacity:.85;transform:translateX(1px)}50%{opacity:1;transform:translateX(0)}60%{opacity:.9;transform:translateX(-1px)}70%{opacity:.85;transform:translateX(1px)}80%{opacity:.95;transform:translateX(0)}90%{opacity:.9;transform:translateX(-1px)}}@media (max-width:768px){.hero-header{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:0 1rem}.hero-header h1{font-size:clamp(3rem,12vw,5rem)}}.our-artists{background:#fff;border-bottom:2px solid #222;box-sizing:border-box;color:#000;font-family:Poppins,sans-serif;padding:4rem 2rem;width:100%}.gallery-wrapper{margin:0 auto;max-width:1300px;position:relative}.info-panel{margin-bottom:3rem}.info-panel-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.artist-nav-controls{align-items:center;display:flex;flex-shrink:0;gap:.75rem;margin-top:.25rem}.artist-nav-button{align-items:center;background:#fff;border:1px solid #111;border-radius:999px;color:#111;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;transition:background .2s ease,transform .2s ease,color .2s ease;width:3rem}.artist-nav-button:hover{background:#111;color:#fff;transform:translateY(-1px)}.artist-nav-button:focus-visible{outline:2px solid #111;outline-offset:2px}.brand-title{color:#000;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:900;letter-spacing:.12em;line-height:1.05;margin:0;max-width:calc(100% - 10rem);text-transform:uppercase}.artist-grid{-ms-overflow-style:none;display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.artist-grid::-webkit-scrollbar{display:none}.artist-card{background:#f5f5f5;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;height:400px;min-width:400px;overflow:hidden;position:relative;scroll-snap-align:start;transition:box-shadow .3s ease,transform .3s ease;width:400px}.artist-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-4px)}.artist-image{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.artist-card:nth-child(3) .artist-image{object-position:left center}.artist-card:hover .artist-image{transform:scale(1.05)}.artist-card-content{background:linear-gradient(180deg,#0000,#000c 60%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1.5rem;position:absolute;transition:opacity .3s ease}.artist-card:hover .artist-card-content{opacity:1}.artist-card-content h2{color:#fff;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:.05em;line-height:1.2;margin:0 0 .75rem}.artist-card-content a{color:#fff;font-family:Space Mono,monospace;font-size:.85rem;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.artist-card-content a:hover{opacity:.8}@media (max-width:1024px){.artist-grid{gap:1.5rem}.artist-card{height:350px;min-width:350px;width:350px}}@media (max-width:720px){.our-artists{padding:2rem 1rem}.info-panel{margin-bottom:1.25rem}.info-panel-header{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}.artist-nav-controls{align-self:flex-start;margin-top:0}.brand-title{max-width:100%}.artist-grid{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:1.5rem;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.artist-grid::-webkit-scrollbar{display:none}.artist-card{flex-shrink:0;height:300px;max-width:none;width:300px}.artist-card-content{padding:1rem}.artist-card-content h2{font-size:1rem}.artist-card-content a{font-size:.75rem}}:root{--offset:1rem}*{box-sizing:border-box;margin:0;padding:0}.our-divisions{background:#000;border-bottom:2px solid #222;color:#fff;font-family:Poppins,sans-serif;min-height:100vh;padding:4rem 2rem;position:relative;width:100%;z-index:1}.divisions-header{margin:0 auto 3rem;max-width:1300px}.divisions-header h1{margin-bottom:1rem}.divisions-header h1,.divisions-header h2{color:#fff;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:900;letter-spacing:.12em;line-height:1.05;text-transform:uppercase}.divisions-header h2{margin-bottom:1.5rem}.divisions-header p{color:#fff;font-size:1.25rem;font-weight:300;letter-spacing:.05em;line-height:1.6;max-width:900px;opacity:.8}.grid{grid-gap:1rem;background:#0000;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0 auto;max-width:1300px;padding:0}.grid li{background:linear-gradient(180deg,#fff,#f4f4f4);border:1px solid #ffffff29;border-radius:20px;box-shadow:0 12px 30px #00000024;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.grid li:hover{border-color:#00000042;box-shadow:0 18px 38px #0000003d;transform:translateY(-4px)}.grid .division-card-button,.grid a{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:.9rem;height:100%;justify-content:center;padding:1.5rem;position:relative;text-decoration:none;width:100%}.grid .division-card-button:hover,.grid a:hover{outline:none}.grid img{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08));height:140px;object-fit:contain;width:140px}.description,.grid img{margin:0;position:static}.description{align-items:center;background:#0000000d;border-radius:999px;color:#111;display:inline-flex;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;justify-content:center;letter-spacing:.08em;opacity:1;padding:.45rem .8rem;text-align:center;text-transform:uppercase;transform:none;transition:opacity .3s ease;width:auto;z-index:1}@media (max-width:1024px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.our-divisions{padding:2rem 1rem}.divisions-header h1,.divisions-header h2{font-size:2rem}.divisions-header p{font-size:1rem;line-height:1.5}.grid{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.grid li{border-radius:16px}.grid img{height:110px;width:110px}.description{font-size:.8rem}}.newsletter-wrapper{background:#fff;display:flex;justify-content:center;padding:2rem 1rem}.newsletter-box{background:#0000;border:none;border-radius:0;box-shadow:none;max-width:860px;overflow:visible;padding:0;width:100%}.newsletter-box,.newsletter-content{align-items:center;display:flex;flex-direction:column;position:relative}.newsletter-content{z-index:1}.newsletter-topline{color:#000;font-family:IBM Plex Mono,monospace;font-size:.78rem;font-weight:700;letter-spacing:.32em;margin-bottom:.9rem;text-transform:uppercase}.newsletter-copy{color:#222;font-family:IBM Plex Mono,monospace;font-size:.98rem;line-height:1.6;margin-bottom:1.3rem;max-width:620px}.footer-form,.newsletter-copy{margin-left:auto;margin-right:auto}.footer-form{align-items:center;display:flex;gap:.9rem;justify-content:center;max-width:720px;padding-top:.3rem;width:100%}.footer-form input,.footer-form-input-dashed{margin-left:auto;margin-right:auto;max-width:420px}@media (max-width:640px){.newsletter-box{border-radius:0;padding:0}.newsletter-content{text-align:center}.footer-form{align-items:center;flex-direction:column;justify-content:center}.footer-form input,.footer-form-input-dashed{max-width:100%;width:100%}.newsletter-cta{width:100%}.recaptcha-wrapper{display:flex;justify-content:center;width:100%}}.newsletter-content{text-align:center;width:100%}.newsletter-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.newsletter-subtitle{color:#475569;font-family:IBM Plex Mono,monospace;font-size:.9rem;margin:0 0 .75rem}.newsletter-cta{background:#000;border:1px solid #000;border-radius:999px;color:#fff;cursor:pointer;font-family:IBM Plex Mono,monospace;font-weight:700;letter-spacing:.06em;padding:.9rem 1.35rem;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.newsletter-cta:disabled{cursor:not-allowed;opacity:.6}.newsletter-cta:hover:not(:disabled){background:#fff;color:#000;transform:translateY(-1px)}.footer-form-input-dashed{background:#fff;border:1px solid #000000b3;border-radius:999px;color:#111;flex:1 1;font-family:IBM Plex Mono,monospace;letter-spacing:.02em;min-width:0;padding:.9rem 1rem;width:100%}.footer-form-input-dashed:focus{border-color:#000;box-shadow:0 0 0 3px #00000014;outline:none}.newsletter-loader{align-items:center;color:#000;display:inline-flex;font-family:IBM Plex Mono,monospace;font-size:.95rem;gap:.75rem;justify-content:center;margin-top:1rem}.loader-dot{animation:loader-pulse .8s ease-in-out infinite;background:#000;border-radius:50%;height:8px;width:8px}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}@keyframes loader-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.recaptcha-wrapper{display:flex;justify-content:center;margin-top:1rem;width:100%}.recaptcha-note{color:#4b5563;font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.footer{background-color:#fff;color:#000;font-size:.875rem;padding:2.5rem 1.5rem}@media (min-width:640px){.footer-form{align-items:center;flex-direction:row}}.footer-container{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:72rem;position:relative}@media (min-width:768px){.footer-container{align-items:center;flex-direction:row;justify-content:space-between}}.footer-left{flex:1 1;max-width:72rem;text-align:center;width:100%}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#000;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#000}.footer-socials{color:#000;display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.footer-socials a{color:inherit;transition:color .3s ease}.footer-socials a:hover{color:#000}.footer-socials .icon,.footer-socials i,.footer-socials svg.icon{display:inline-block;height:24px;width:24px}.footer-copy{line-height:1.4;margin-top:1.5rem;text-align:center}.footer-right{align-items:center;display:flex;flex:0 0 auto;flex-direction:column}@media (min-width:768px){.footer-right{align-items:flex-end}}.footer-badge{align-items:center;display:flex;justify-content:center;width:100%}.footer-badge img{display:block;height:auto;max-width:220px;width:100%}.footer-right h4{color:#000;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-cookie{display:flex;justify-content:center;margin-top:1rem}@media (min-width:768px){.footer-cookie{margin-top:0;position:absolute;right:2rem;top:2rem}}@media (min-width:640px){.footer-form{flex-direction:row}}.footer-form input,.footer-form-input-dashed{border-radius:.375rem;color:#000;font-family:IBM Plex Mono,monospace;font-size:.875rem;padding:.375rem .75rem;width:100%}.footer-form-input-dashed{border:2px dashed #d1d5db}.footer-form input{border:1px solid #000;border-radius:.375rem;padding:.375rem .75rem;width:100%}.footer-form input:focus{border-color:#000;box-shadow:0 0 0 2px #0003;outline:none}.footer-form button{background-color:#fff;border:1px solid #000;border-radius:.375rem;color:#000;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:.875rem;font-weight:500;padding:.375rem 1rem;transition:background-color .3s ease;width:100%}.footer-form button:hover{background-color:#f5f5f5}@media (min-width:640px){.footer-form button{width:auto}}.footer-note{color:#6b7280;font-size:.75rem;line-height:1.35;margin-top:.5rem;max-width:20rem;text-align:center;.footer-form-input-dashed{background:#0000;border:none;border-bottom:2px dashed #111827;padding:.35rem 0;width:220px}}@media (min-width:768px){.footer-note{text-align:right}}.footer-newsletter-success{box-sizing:border-box;color:#111827;font-family:IBM Plex Mono,monospace;margin-top:.5rem;max-width:20rem;text-align:center;width:100%}@media (min-width:768px){.footer-newsletter-success{text-align:right}}.footer-form-message,.newsletter-title{font-family:IBM Plex Mono,monospace}.footer-form-message{border-radius:.375rem;font-size:.75rem;margin-top:.5rem;padding:.5rem;text-align:center}.footer-form-message.error{background-color:#fee2e2;color:#991b1b}.footer-form-message.success{background-color:#dcfce7;color:#166534}body{background-color:none;font-family:IBM Plex Mono,monospace;margin:0;padding:0}.header{box-sizing:border-box;padding:20px;transition:all .3s ease;z-index:1000}.header,.header-container:before{left:0;position:absolute;top:0;width:100%}.header-container:before{background-color:none;border-radius:16px;content:"";height:100%;opacity:0;transform:translateX(100%) scale(.85);transition:transform .5s ease,opacity .5s ease,scale .5s ease;z-index:-1}.header.scrolled .header-container:before{opacity:1;transform:translateX(0) scale(1)}.header-container{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:none;border-radius:0;box-shadow:none;display:flex;font-family:IBM Plex Mono,monospace;justify-content:space-between;margin:0 auto;max-width:1200px;overflow:hidden;padding:16px 24px;transition:all .5s ease}.header-container,.logo-wrap{align-items:center;position:relative}.logo-wrap{display:inline-flex;flex-shrink:0;justify-content:center}.logo-wrap:after,.logo-wrap:before{border:1px solid #ffffffb3;border-radius:999px;content:"";inset:-10px;opacity:0;pointer-events:none;position:absolute}.logo-wrap:before{animation:logo-ripple 4s ease-out infinite}.logo-wrap:after{animation:logo-ripple 4s ease-out 2s infinite}.logo{filter:brightness(0) invert(1);flex-shrink:0;height:120px;position:relative;transition:all .3s ease;width:auto;z-index:1}@keyframes logo-ripple{0%{opacity:0;transform:scale(.7)}20%{opacity:.55}65%{opacity:.18}to{opacity:0;transform:scale(1.35)}}.button-container{align-items:center;display:none;gap:15px;position:relative;z-index:2}.desktop-nav{align-items:center;display:flex;gap:32px;margin-left:auto}.cta-button{background-color:#000;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease;z-index:1}.cta-button:hover{background-color:#333;transform:translateY(-2px)}.hamburger{background:none;border:none;cursor:pointer;display:block;padding:10px;z-index:2}.hamburger span{background-color:#fff;display:block;height:3px;margin:6px 0;transition:all .3s ease;width:25px}.mobile-menu{align-items:center;background-color:#fffffff2;display:flex;flex-direction:column;gap:30px;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:999}.mobile-menu a{color:#000;font-size:24px;font-weight:500;text-decoration:none}.mobile-menu.open{right:0}.mobile-cta-button{background-color:#fff;border:none;border-radius:30px;color:#000;cursor:pointer;font-size:18px;font-weight:600;margin-top:20px;padding:15px 30px}.header.scrolled .logo{filter:brightness(0) invert(1)}.header.scrolled .desktop-nav a{color:#fff}.header.scrolled .cta-button{background-color:#fff;color:#000}.header.scrolled .hamburger span{background-color:#fff}@media (max-width:768px){.cta-button{display:none}.header-container{padding:12px 16px}.logo{height:75px;transition:all .3s ease;width:auto;z-index:1}.button-container{display:flex}.desktop-nav{display:none}}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){transform:rotate(-45deg) translate(7px,-6px)}.privacy-policy{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.privacy-policy h1{font-size:2rem;margin-bottom:1rem}.privacy-policy h2{font-size:1.125rem;margin-top:1.25rem}.privacy-policy ul{margin-left:1.25rem}.privacy-policy a{color:#1a73e8}.cookie-policy{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.cookie-policy h1{font-size:2rem;margin-bottom:1rem}.cookie-policy h2{font-size:1.125rem;margin-top:1.25rem}.cookie-policy ul{margin-left:1.25rem}.cookie-policy a{color:#1a73e8}.cookie-policy table{border-collapse:collapse;margin-bottom:1rem;margin-top:1rem;width:100%}.cookie-policy td,.cookie-policy th{border:1px solid #ffffff29;padding:.75rem .85rem;text-align:left;vertical-align:top}.cookie-policy th{background:#ffffff14;font-weight:700}.cookie-policy tbody tr:nth-child(2n){background:#ffffff0a}.cookie-policy .effective-date{font-weight:600;margin-top:1.5rem}.terms-of-use{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.terms-of-use h1{font-size:2rem;margin-bottom:1rem}.terms-of-use h2{font-size:1.125rem;margin-top:1.25rem}.terms-of-use a{color:#1a73e8}.legal-top-logo-link{display:inline-block;text-decoration:none}.legal-top-logo{filter:invert(1) brightness(2);height:auto;left:16px;width:90px}.legal-home-btn,.legal-top-logo{position:absolute;top:16px;z-index:9999}.legal-home-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:60px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px;right:16px;transition:all .3s ease}.legal-home-btn:hover{background:#ffffff26;border:1px solid #ffffff4d}.legal-home-btn:active{transform:scale(.98)}.policy-update-banner{align-items:center;background:#000000f2;border-radius:12px;bottom:1rem;box-shadow:0 20px 70px #00000059;color:#fff;display:flex;flex-wrap:wrap;font-family:IBM Plex Mono,monospace;gap:.75rem;justify-content:space-between;left:1rem;padding:1rem 1.25rem;position:fixed;right:1rem;z-index:2000}.policy-update-message{flex:1 1 220px;font-size:.95rem;line-height:1.4}.policy-update-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.policy-update-link{background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;color:#fff;padding:.6rem 1rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.policy-update-link:hover{background:#ffffff24;transform:translateY(-1px)}.policy-update-dismiss{background:#0000;border:1px solid #ffffff40;border-radius:999px;color:#fff;cursor:pointer;padding:.6rem 1rem;transition:background .2s ease,transform .2s ease}.policy-update-dismiss:hover{background:#ffffff1a;transform:translateY(-1px)}@media (max-width:640px){.policy-update-banner{bottom:.75rem;left:.75rem;padding:.9rem 1rem;right:.75rem}.policy-update-message{font-size:.9rem}}
/*# sourceMappingURL=main.3e2c728c.css.map*/