:root{--electric-purple:hsl(282,100%,41%);--neon-pink:hsl(330,100%,53%);--bright-teal:hsl(181,100%,41%);--vivid-yellow:hsl(51,100%,50%);--deep-black:hsl(282,15%,2%);--active-color:hsl(229,100%,88%);--active-color-hover:hsl(229,100%,93%);--bg-color:var(--deep-black);--text-color:hsl(51,30%,90%);--text-muted:hsl(51,30%,75%);--input-bg:#ffffff;--border-color:hsl(282,20%,25%);--box-bg:hsl(282,20%,7%);--badge-bg:hsl(282,20%,20%);--svg-link-color:white;--button-color:white;--button-color-hover:white;--progress-bar-color:hsl(51,10%,53%);--progress-bar-color-active:var(--vivid-yellow);--font-size:1rem;--vertical-spacing:6rem;--border-radius:0.5rem;--border-radius-inner:0.2rem;--page-padding:1rem;--gap-large:1.5rem;--gap:1rem;--gap-sm:0.25rem;--gap-lg:3rem;--space-default:1rem;--space-lg:1.5rem}@media screen and (min-width:480px){:root{--vertical-spacing:6rem}}.page-title,h1,h2,h3{font-weight:500;margin-top:0;margin-bottom:0.5rem;line-height:1.1;color:#fff}.page-title,h1{font-size:2.027rem;letter-spacing:-0.5px;margin-bottom:0}h2{font-size:1.602rem;letter-spacing:-0.5px}.post h2{margin-top:2rem}h3{font-size:1.302rem}.header.header{border:0;border-radius:0;background:none;display:flex;flex-direction:column;gap:var(--gap);margin-bottom:var(--vertical-spacing)}.header.header>*{display:flex;flex-direction:column;gap:var(--gap)}@media screen and (min-width:768px){.header.header{flex-direction:row;gap:var(--gap-lg)}.header.header>*{flex:1;gap:var(--gap)}}.header.header p{margin:0 0 1rem 0;font-size:1.25rem;max-width:37ch}.header-logo{max-width:100%;width:380px;height:auto;color:#fff}.header-backdrop{object-fit:cover;object-position:center;aspect-ratio:2.33333333}.players{display:flex;gap:var(--gap);flex-direction:column}.player{min-height:190px;max-width:420px}.players .player{max-width:none}.custom-audio-player{display:flex;align-items:stretch;background:var(--box-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:background 0.3s ease;overflow:hidden;position:relative;z-index:1;flex-direction:column}@media screen and (min-width:480px){.player-wrapper .custom-audio-player{box-shadow:rgba(50,50,93,0.15) 0 50px 50px -20px,rgba(0,0,0,0.2) 0px 30px 60px -30px;border-color:var(--box-bg)}}@media screen and (min-width:768px){.custom-audio-player{flex-direction:row}.custom-audio-player.-vertical{flex-direction:column;max-width:420px}}.custom-audio-player .player-info{padding:var(--space-default);flex:1;display:flex;flex-direction:column;gap:var(--gap-sm)}.custom-audio-player .player-info .track-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:var(--gap-sm)}.custom-audio-player .player-info .track-header-content{display:flex;gap:var(--gap);align-items:center}.custom-audio-player .player-info .track-name{font-weight:600;font-size:1.1rem;margin:0}.custom-audio-player .player-info .track-artist{font-size:0.9rem;color:var(--text-muted)}.custom-audio-player .player-info .download-btn{color:var(--text-muted);transition:color 0.2s;flex-shrink:0}.custom-audio-player .player-info .download-btn:hover{color:var(--active-color)}.custom-audio-player .player-info .download-btn svg{width:24px;height:24px;stroke:var(--text-color)}.custom-audio-player .player-controls{display:flex;flex-direction:column;gap:0.25rem}.custom-audio-player .player-controls .progress-container{width:100%;height:0.75rem;background:var(--border-color);border-radius:1rem;cursor:pointer;overflow:hidden}.custom-audio-player .player-controls .progress-container:focus-visible{outline:2px solid var(--active-color);outline-offset:2px}.custom-audio-player .player-controls .progress-container .progress-bar{height:100%;background:var(--active-color);width:0;transition:width 0.1s linear}.custom-audio-player .player-controls .time-info{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.genre-badges{display:flex;gap:0.5rem;margin-top:0.25rem;white-space:nowrap;flex-wrap:wrap}@media screen and (min-width:480px){.genre-badges{overflow-x:auto;margin-right:-1rem;flex-wrap:nowrap}.-vertical .genre-badges{overflow:auto;flex-wrap:wrap;margin:0}}.genre-badges .badge{font-size:0.75rem}.player-cover{position:relative;aspect-ratio:1;height:100%;flex:0 0 100%;max-height:256px;width:100%}@media screen and (min-width:768px){.player-cover{max-width:196px;flex:0 0 196px}}.columns .player-cover,.players .player-cover{aspect-ratio:2}@media screen and (min-width:768px){.columns .player-cover,.players .player-cover{aspect-ratio:1}}.custom-audio-player.-vertical .player-cover{flex:0 0 100%;max-width:none;max-height:none}.player-cover img{width:100%;height:100%;object-fit:cover;border-radius:0;border:0}.play-pause-btn{background:var(--active-color);color:var(--input-bg);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background 0.2s;border:0;flex:0 0 48px}.play-pause-btn:hover{background:var(--active-color-hover)}.play-pause-btn svg{width:24px;height:24px;stroke:var(--bg-color)}.play-pause-btn .play-icon{margin-left:2px}.player-extra-info{display:flex;flex-direction:column;gap:0.4rem;align-items:flex-start;margin-top:0.25rem;font-size:0.75rem}.player-extra-info p{margin:0!important}@media screen and (min-width:480px){.player-wrapper{position:relative;border-radius:var(--border-radius);display:grid;place-items:center;margin-top:var(--space-default);padding:10vw;overflow:hidden}}@media screen and (min-width:768px){.player-wrapper{padding:6rem 1rem}}@media screen and (min-width:480px){.player-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0.3}}.player-post-data{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap-sm)}.player-post-data p{margin:0}.badges{margin:0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem;align-items:flex-start}.badges li{display:flex;align-items:center}.badges li svg{margin-left:0.5rem}.badge{background:var(--badge-bg);padding:0.3rem 0.7rem;border-radius:var(--border-radius);font-size:0.75rem;line-height:normal;font-weight:400}.player-info .badge{border-radius:var(--border-radius-inner)}.header .badge{text-transform:uppercase}.contact-buttons{display:flex;gap:0.5rem}.button{background:var(--active-color);color:var(--bg-color);line-height:1.4;border-radius:var(--border-radius-inner);padding:0.5rem 1.25rem;text-decoration:none;font-size:1rem;font-weight:500;transition:300ms;border:0;cursor:pointer;display:inline-flex;gap:var(--gap-sm);letter-spacing:0.05em}.button:active,.button:focus,.button:hover{background:var(--active-color-hover);color:var(--button-color-hover)}.page{max-width:1100px;margin:0 auto}.block{display:flex;flex-direction:column;gap:var(--gap)}.block.-low{gap:var(--gap)}.block+.block{margin-top:var(--vertical-spacing)}.block p{margin-bottom:0}.block p+p{margin-top:var(--page-padding)}.block-header{display:flex;flex-direction:column;gap:var(--gap-sm);align-items:flex-start}.block-header .label,.block-header h2{margin-bottom:0}.block-header p{font-size:1.15rem}.content-object{margin-top:0.85rem;margin-bottom:0.85rem}.last-fm-image{aspect-ratio:1;display:block}.trakt-image{aspect-ratio:0.6122449;width:100%;display:block}.flex{display:flex;justify-content:space-between;align-items:center}.flex h2{margin:0}.header-flex{display:flex;flex-direction:column}@media screen and (min-width:768px){.header-flex{align-items:center;justify-content:space-between;flex-direction:row}}.header-flex h2{margin:0}.photo-wrapper{display:flex;flex-direction:column;gap:var(--gap-lg);align-items:flex-start}.photo-wrapper>*{flex:1}@media screen and (min-width:1024px){.photo-wrapper{flex-direction:row}.photo-wrapper.-reverse{flex-direction:row-reverse;justify-content:flex-end}}.columns.columns{display:grid;grid-template-columns:1fr;gap:var(--gap)}@media screen and (min-width:480px){.columns.columns{grid-template-columns:repeat(2,minmax(0,1fr))}.columns.columns>div{margin-bottom:0;margin-top:0;flex:0 1 calc(50% - var(--gap))}}@media screen and (min-width:768px){.columns.columns.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.columns.columns.-subgrid>div{margin-top:0;margin-bottom:0;display:grid;gap:0;align-content:start}@media screen and (min-width:480px){.columns.columns.-subgrid{grid-template-rows:auto 1fr auto;align-items:stretch}.columns.columns.-subgrid>div{grid-template-rows:auto 1fr auto}}@supports (grid-template-rows:subgrid){@media screen and (min-width:480px){.columns.columns.-subgrid>div{grid-template-rows:subgrid;grid-row:span 3}}}.photo-stripe{display:flex;gap:var(--gap);flex-direction:column}@media screen and (min-width:768px){.photo-stripe{margin-left:calc(0px - (100vw - 800px) / 2);margin-right:calc(0px - (100vw - 800px) / 2);justify-content:center;flex-direction:row;padding:0 var(--gap)}}@media screen and (min-width:768px){.photo-stripe div{flex:1;max-width:560px}}.photo-stripe img{display:block;border:1px solid var(--border-color)}.event-list{width:100%;list-style:none;padding:0;margin:0;display:grid;gap:var(--gap);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:768px){.event-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1024px){.event-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.event-list strong{font-size:1.25rem;color:#fff;display:inline-block;margin-top:0.25rem}.event-list em{font-size:0.875rem;color:var(--text-muted);font-style:normal}.event{display:flex;gap:var(--gap);flex-direction:column;border-radius:var(--border-radius);border:1px solid var(--border-color);padding:1rem;align-items:flex-start;background:var(--box-bg);justify-content:space-between}@media screen and (min-width:1024px){.event{flex-direction:row;align-items:center}}.event-flyer{aspect-ratio:1;height:auto;object-fit:cover;object-position:center;border-radius:50%}.event-flyer-trigger{background:none;border:none;padding:0;margin:0;border-radius:50%;transition:transform 0.2s ease,box-shadow 0.2s ease;display:block;width:112px;flex:0 0 112px;aspect-ratio:1;background:var(--border-color)}.event-flyer-trigger.js-flyer-trigger{cursor:pointer}.event-flyer-trigger:focus-visible,.event-flyer-trigger:hover{outline:none}.event-flyer-trigger:focus-visible{outline:2px solid var(--active-color);outline-offset:4px}.flyer-dialog{padding:0;border:none;background:transparent;max-width:90vw;max-height:90vh;overflow:hidden}.flyer-dialog::backdrop{background:rgba(0,0,0,0.85);backdrop-filter:blur(5px)}.flyer-dialog .flyer-dialog-content{position:relative;display:flex;justify-content:center;align-items:center}.flyer-dialog img{max-width:100%;max-height:90vh;display:block;box-shadow:0 0 30px rgba(0,0,0,0.5);border-radius:var(--border-radius)}.flyer-dialog .flyer-dialog-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,0.5);border:none;color:white;padding:0.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease;z-index:10}.flyer-dialog .flyer-dialog-close:focus-visible,.flyer-dialog .flyer-dialog-close:hover{background:rgba(0,0,0,0.8);outline:none}.flyer-dialog .flyer-dialog-close:focus-visible{outline:2px solid var(--active-color)}.dates-list-wrapper{width:100%;display:flex;flex-direction:column;gap:var(--gap)}.dates-list{border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--box-bg);overflow:hidden;width:100%}.dates-list summary{padding:0.75rem 1rem;cursor:pointer;font-weight:500;color:var(--active-color);list-style:none;display:flex;justify-content:space-between;align-items:center;line-height:1}.dates-list summary::-webkit-details-marker{display:none}.dates-list summary:after{content:'+';font-size:1.25rem;font-weight:300;transition:transform 0.2s}.dates-list[open] summary{border-bottom:1px solid var(--border-color)}.dates-list[open] summary:after{content:'-'}.dates-list .accordion-content{padding:0 1rem 1rem 1rem}.table-wrapper{overflow-x:auto;margin-top:1rem}table{width:100%;border-collapse:collapse;font-size:0.875rem}table td,table th{padding:0.5rem;text-align:left;border-bottom:1px solid var(--border-color)}table tr:last-child td,table tr:last-child th{border:none}@media screen and (max-width:767px){thead{display:none}table,tbody,td,tr{display:block}tbody{display:flex;flex-direction:column;gap:var(--gap)}table tr{padding-bottom:var(--gap);border-bottom:1px solid var(--border-color)}table tr:last-child{border-bottom:none}table td{border:none!important;padding-top:0.15rem;padding-bottom:0.15rem}table td:before{content:attr(data-title) ": ";font-weight:400;margin-right:0.5em}}.djs-grid.djs-grid{display:grid;grid-template-columns:1fr;gap:var(--gap)}.djs-grid.djs-grid>.dj-tile{margin:0;display:grid;gap:var(--gap-sm);align-content:flex-start}@media screen and (min-width:480px){.djs-grid.djs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap-lg)}.djs-grid.djs-grid>.dj-tile{grid-template-rows:auto 1fr auto}}@media screen and (min-width:1024px){.djs-grid.djs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@supports (grid-template-rows:subgrid){@media screen and (min-width:480px){.djs-grid>.dj-tile{grid-template-rows:subgrid;grid-row:span 3}}}.dj-tile.dj-tile *{margin:0}.dj-tile.dj-tile p:last-child{margin-top:0.25rem}.gallery{flex-direction:column;display:grid;gap:var(--gap);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:768px){.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1024px){.gallery{grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--gap-lg)}}.gallery>*{flex:1}.gallery img{object-fit:cover;width:100%;height:100%}html{scroll-behavior:smooth}body{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:200;font-variation-settings:"wdth" 100;padding:calc(var(--page-padding) + 1rem) var(--page-padding);margin:0;background:var(--bg-color);color:var(--text-color)}@media screen and (min-width:480px){body{padding:7vw}}img{max-width:100%;height:auto;border-radius:var(--border-radius);display:block;border:1px solid var(--border-color)}p{margin:0}strong{font-weight:500}@media (prefers-color-scheme:dark){strong{font-weight:600}}a{color:var(--active-color);text-decoration-thickness:1px;text-underline-offset:0.125em}a:active,a:focus,a:hover{color:var(--active-color-hover)}.label{border:1px solid var(--text-color);padding:0.25rem 0.7rem;border-radius:var(--border-radius);font-size:0.75rem;line-height:1.5;font-weight:500;display:inline-block;margin-bottom:0.5rem}a:focus-visible,button:focus-visible{outline:2px solid var(--active-color);outline-offset:2px}.project-content{padding:1rem}.list li+li{margin-top:0.25rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.text-big{font-size:1.125rem}
/*# sourceMappingURL=style.css.map */