*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none;cursor:url(/cursor/0.png) 16 16,auto;animation:cursor .4s infinite}::-webkit-scrollbar{display:none}:root{--background:#efefef;--foreground:#171717;--inverter:invert(1)}@media (prefers-color-scheme:dark){:root{--background:#171717;--foreground:#efefef;--inverter:invert(0)}}@font-face{font-family:Ogogog;src:url(/fonts/ogogog.ttf) format("truetype")}@font-face{font-family:Schrift GT America Mono;src:url(/fonts/Schrift-GT-America-Mono-Regular.otf) format("opentype")}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Helvetica,Arial,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes cursor{0%{cursor:url(/cursor/0.png) 16 16,auto}33%{cursor:url(/cursor/1.png) 16 16,auto}67%{cursor:url(/cursor/2.png) 16 16,auto}to{cursor:url(/cursor/3.png) 16 16,auto}}.dark-mode-toggle{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:18px;background:var(--foreground);color:var(--background);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.dark-mode-toggle img{width:32px;height:32px;object-fit:contain}.dark-mode-toggle:hover{width:42px;height:42px}.dark-mode-toggle:focus{outline:none}@media (max-width:430px){.navbar .logo{display:none}}@media (min-width:431px){.nav-links .mobile-logo{display:none}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--background);color:var(--foreground);position:relative;z-index:10}.navbar .logo{font-family:Ogogog,sans-serif;font-size:48px;font-weight:700}.navbar .logo a{color:var(--foreground);text-decoration:none}.navbar .nav-links{display:flex;list-style:none;gap:2rem;align-items:center;transition:all .3s ease;font-family:Schrift GT America Mono,monospace;font-size:18px;text-transform:uppercase}.hamburger,.navbar .nav-links.hidden{display:none}.hamburger{font-size:18px;background:none;border:none;color:var(--foreground);cursor:pointer;z-index:69}@media (max-width:768px){.hamburger{display:block;margin-left:auto}.nav-links{position:fixed;top:0;right:-100%;flex-direction:column;height:100vh;width:50vw;background:var(--background);gap:2rem;align-items:center;justify-content:center;z-index:11;transition:right .3s ease}.nav-links.active{right:0}.nav-links li{text-align:center}}.letter{z-index:420;font-family:Ogogog;-webkit-text-stroke-width:1.05px;position:fixed;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:74px;transition:opacity 2s ease-out;pointer-events:none;color:var(--foreground)}.projects-container{padding:20px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px}.projects-title{display:flex;justify-content:center;align-items:center;background-color:var(--background);color:var(--foreground);border:1px solid var(--foreground);text-align:center;height:100%;transition:all .3s ease}.projects-title:hover{filter:invert(1)}.projects-title h1{font-family:Schrift GT America Mono,monospace;font-size:48px;font-weight:700;line-height:1;margin:20px 0}.project-card{position:relative;overflow:hidden;border:1px solid var(--foreground);text-decoration:none}.project-image{width:100%;height:300px;background-size:cover;background-position:50%;filter:grayscale(100%);transition:all .3s ease}.project-card:hover .project-image{filter:grayscale(0) blur(4px);transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6);pointer-events:none}.project-overlay span{font-family:Schrift GT America Mono,monospace;font-size:20px;font-weight:700;color:white;text-transform:uppercase}@media (max-width:768px){.projects-title h1{font-size:36px}.project-overlay span{font-size:16px}}.talent-container{padding:20px}.talent-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:1200px){.talent-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.talent-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.talent-grid{grid-template-columns:1fr}}.talent-title{display:flex;justify-content:center;align-items:center;background-color:var(--background);color:var(--foreground);border:1px solid var(--foreground);text-align:center;aspect-ratio:1/1;transition:all .3s ease}.talent-title:hover{filter:invert(1)}.talent-title h1{font-family:Schrift GT America Mono,monospace;font-size:48px;font-weight:700;line-height:1;margin:20px 0}.talent-card{position:relative;overflow:hidden;border:1px solid var(--foreground);aspect-ratio:1/1;text-decoration:none;display:block}.talent-image{width:100%;height:100%;background-size:cover;background-position:50%;filter:grayscale(100%);transition:all .3s ease}.talent-card:hover .talent-image{filter:grayscale(0) blur(4px);transform:scale(1.05)}.talent-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6);pointer-events:none}.talent-overlay span{font-family:Schrift GT America Mono,monospace;font-size:20px;font-weight:700;color:white;text-transform:uppercase}@media (max-width:768px){.talent-title h1{font-size:36px}.talent-overlay span{font-size:16px}}.artist-page{display:flex;flex-direction:row;gap:40px;padding:40px;min-height:calc(100vh - 100px)}.artist-carousel{flex:1 1;position:relative;flex-direction:column}.artist-carousel,.carousel-image-container{display:flex;align-items:center;justify-content:center}.carousel-image-container{width:100%;height:70vh;overflow:hidden}.carousel-image-container img{max-width:100%;max-height:100%;object-fit:contain}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--foreground);color:var(--background);border:none;font-size:48px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;line-height:1;padding:0 0 6px}.carousel-btn:hover{background:var(--background);color:var(--foreground);border:1px solid var(--foreground)}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-dots{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap;justify-content:center;max-width:100%}.carousel-dots .dot{width:12px;height:12px;border-radius:50%;background:var(--foreground);opacity:.3;cursor:pointer;transition:opacity .3s ease}.carousel-dots .dot.active{opacity:1}.carousel-dots .dot:hover{opacity:.7}.artist-info{flex:1 1;display:flex;flex-direction:column;justify-content:center;max-width:500px}.artist-info h1{font-size:36px;font-weight:700}.artist-bio,.artist-info h1{font-family:Schrift GT America Mono,monospace;margin-bottom:30px}.artist-bio{font-size:14px;line-height:1.8}.back-link{font-family:Schrift GT America Mono,monospace;font-size:14px;color:var(--foreground);text-decoration:none;transition:opacity .3s ease}.back-link:hover{opacity:.6}@media (max-width:900px){.artist-page{flex-direction:column;padding:20px}.carousel-image-container{height:50vh}.carousel-btn{font-size:32px;width:44px;height:44px;z-index:5}.artist-info{max-width:100%}.artist-info h1{font-size:28px}}.descrizione-bugvulgare{font-size:14px}.prompta-bugvulgare{font-size:16px}.team-container{max-width:1200px;margin:0 auto;padding:20px;text-align:center}h1{font-family:Schrift GT America Mono,monospace;font-size:36px;font-weight:700;margin-bottom:40px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.team-card{background:var(--background);color:var(--foreground);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 6px 10px rgba(0,0,0,.2)}.team-picture{width:100%;height:300px;background:#ccc;overflow:hidden;display:flex;align-items:center;justify-content:center}.team-picture img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.team-bio{padding:20px;background:var(--foreground);color:var(--background);text-align:left;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.team-bio h2{font-size:18px}.team-bio h2,.team-bio p{font-family:Schrift GT America Mono,monospace;margin:0}.team-bio p{font-size:14px;line-height:1.6;text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}@media (max-width:768px){h1{font-size:28px;text-align:center}.team-picture{height:200px}.team-bio h2{font-size:16px}.team-bio p{font-size:12px}}@media (max-width:480px){.team-grid{grid-template-columns:1fr}.team-picture{height:180px}.team-bio h2{font-size:14px}.team-bio p{font-size:11px}}.philosophy-container{max-width:1200px;margin:0 auto;padding:20px}.philosophy-header{text-align:center;margin-bottom:20px}.philosophy-header h1{font-family:Schrift GT America Mono,monospace;font-size:36px;font-weight:700}.philosophy-content{display:flex;gap:20px}.philosophy-image{flex:0.5 1;display:flex;justify-content:center;align-items:center}.philosophy-image img{filter:var(--inverter);width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.philosophy-text{flex:2 1;font-family:Schrift GT America Mono,monospace;font-size:16px;line-height:1.6}.philosophy-text p{margin-bottom:16px}@media (max-width:768px){.philosophy-content{flex-direction:column}.philosophy-image{margin-bottom:20px}.philosophy-header h1{font-size:28px}.philosophy-text{font-size:14px}}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}