:root{
  --bg: #070707;
  --panel: rgba(255,255,255,.06);
  --panel-2: rgba(255,255,255,.09);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --line: rgba(255,255,255,.12);
  --accent: #e6d100;
  --accent-2: #42e8d8;
  --shadow: 0 12px 40px rgba(0,0,0,.55);
  --radius: 18px;
  --max: 1060px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
html{background:#040404}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  position:relative;
  min-height:100%;
  background:
    radial-gradient(85vmax 65vmax at 60% -10%, rgba(66,232,216,.14), transparent 62%),
    radial-gradient(70vmax 55vmax at 16% 18%, rgba(230,209,0,.12), transparent 64%),
    linear-gradient(180deg, #040404, var(--bg));
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin-inline:auto;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background:#000;
  border:1px solid var(--line);
  border-radius:12px;
  z-index:1000;
}

.site-header{
  position:sticky;
  top:0;
  z-index:70;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}

.site-banner{
  background:
    linear-gradient(90deg, rgba(230,209,0,.95), rgba(66,232,216,.70));
  border-bottom: 1px solid rgba(0,0,0,.25);
}
.site-banner-link{
  display:block;
  padding:10px 0;
  text-align:center;
  color:#080808;
  font-weight:900;
  letter-spacing:.08em;
  text-decoration:none;
  font-size:12px;
  text-transform:uppercase;
}
.site-banner-link:hover{filter:brightness(1.03)}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.brand img{
  width:190px;
  height:auto;
}
.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background:rgba(0,0,0,.3);
  color:var(--text);
  padding:10px 12px;
  border-radius:12px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:14px;
}
.site-nav a{
  text-decoration:none;
  padding:10px 12px;
  border-radius:12px;
  color:var(--muted);
}
.site-nav a:hover,
.site-nav a:focus-visible{
  color:var(--text);
  background:rgba(255,255,255,.06);
  outline:none;
}
.site-nav a[aria-current="page"]{
  color:var(--text);
  background:rgba(255,255,255,.06);
}

.site-nav a.nav-cta{
  color:rgba(255,255,255,.92);
  background:rgba(230,209,0,.16);
  border:1px solid rgba(230,209,0,.35);
}
.site-nav a.nav-cta:hover,
.site-nav a.nav-cta:focus-visible{
  background:rgba(230,209,0,.22);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.35);
  background:var(--accent);
  color:#0a0a0a;
  font-weight:800;
  text-decoration:none;
  box-shadow: 0 10px 28px rgba(230,209,0,.12);
}
.btn{cursor:pointer}
button.btn{font:inherit}
.btn:hover{filter:brightness(1.05)}
.btn.secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,.22);
  color:var(--text);
  box-shadow:none;
}
.btn.secondary:hover,
.btn.secondary:focus-visible{
  background:rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
  outline:none;
}

.social-pills .btn.social{
  gap:10px;
}
.social-pills .btn.social svg{
  width:18px;
  height:18px;
  fill:currentColor;
  opacity:.92;
}
.btn.social.instagram:hover{border-color: rgba(255, 64, 160, .35)}
.btn.social.instagram:hover{background: rgba(255, 64, 160, .10)}
.btn.social.facebook:hover{border-color: rgba(24, 119, 242, .35)}
.btn.social.facebook:hover{background: rgba(24, 119, 242, .10)}
.btn.social.youtube:hover{border-color: rgba(255, 0, 0, .35)}
.btn.social.youtube:hover{background: rgba(255, 0, 0, .10)}
.btn.social.spotify:hover{border-color: rgba(30, 215, 96, .35)}
.btn.social.spotify:hover{background: rgba(30, 215, 96, .10)}
.btn.social.apple:hover{border-color: rgba(255,255,255,.26)}
.btn.social.apple:hover{background: rgba(255,255,255,.06)}

.hero{
  padding:64px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:22px;
  align-items:center;
}
.card{
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
}
.card.pad{padding:22px}
.hero h1{
  margin:0 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing:-.02em;
}
.hero p{
  margin:0 0 18px;
  color:var(--muted);
  line-height:1.5;
  font-size: 16px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
}

.lead{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.55;
}
.list{
  margin:10px 0 0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.55;
}
.list li{margin:8px 0}
.quote{
  margin:0 0 12px;
  color:rgba(255,255,255,.88);
  line-height:1.55;
  font-size:15px;
}
.quote-meta{
  margin:0 0 12px;
  color:var(--muted);
  font-size:13px;
}
.epk-booking-title{
  display:inline-block;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing:-.02em;
  text-shadow: 0 10px 30px rgba(230,209,0,.16);
}
.epk-booking-title span{
  color:rgba(255,255,255,.96);
}
@supports (-webkit-background-clip:text) or (background-clip:text){
  .epk-booking-title span{
    background: linear-gradient(90deg, rgba(230,209,0,.95), rgba(66,232,216,.86));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }
}
.epk-booking-title::after{
  content:"";
  display:block;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(230,209,0,.75), rgba(66,232,216,.55));
  opacity:.9;
}

.icon-list{
  list-style:none;
  padding-left:0;
  margin:10px 0 0;
}
.icon-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:10px 0;
}
.icon-list .li-icon{
  width:18px;
  height:18px;
  flex:0 0 auto;
  margin-top:2px;
  fill: currentColor;
  opacity:.95;
}
.icon-list--info{color: rgba(230,209,0,.92)}
.icon-list--tech{color: rgba(66,232,216,.92)}
.icon-list span{color: var(--muted)}
.prose p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.7;
}

.section{
  padding:34px 0;
}
.section h2{
  margin:0 0 12px;
  font-size:24px;
}
.grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.embed{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#000;
}
.embed::before{
  content:"";
  display:block;
  padding-top:56.25%;
}
.embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.gallery img{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:#000;
}

.site-footer{
  padding:38px 0;
  border-top:1px solid var(--line);
  background:rgba(0,0,0,.35);
  margin-top:50px;
}
.footer-inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:16px;
}
.footer-nav{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer-nav a{color:var(--muted);text-decoration:none;padding:8px 10px;border-radius:12px}
.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--text);background:rgba(255,255,255,.06);outline:none}
.footer-admin{
  display:flex;
  justify-content:flex-end;
}
.footer-inner .badge{
  justify-self:start;
  width:fit-content;
}
.footer-login{
  color:var(--muted);
  text-decoration:none;
  font-size:13px;
  padding:8px 10px;
  border-radius:12px;
}
.footer-login:hover,
.footer-login:focus-visible{
  color:var(--text);
  background:rgba(255,255,255,.06);
  outline:none;
}

@media (max-width: 760px){
  .footer-inner{grid-template-columns:1fr}
  .footer-admin{justify-content:flex-start}
  .footer-nav{justify-content:flex-start}
}
@media (max-width: 640px){
  .footer-admin{display:none}
}

/* Events */
.events-controls{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin:18px 0 14px;
}
.events-controls .field{
  flex: 0 1 440px;
  max-width: 440px;
  min-width: 260px;
}
.field label{display:block;font-size:12px;color:var(--muted);margin:0 0 6px}
.field input{
  width:100%;
  border-radius:14px;
  border:1px solid var(--line);
  padding:12px 12px;
  background:rgba(0,0,0,.35);
  color:var(--text);
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.30);
  color:var(--muted);
  font-size:12px;
}

.flash{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.25);
}
.flash.ok{border-color: rgba(230,209,0,.30)}
.flash.err{border-color: rgba(255,80,80,.35)}

.events-list{display:flex;flex-direction:column;gap:12px}
.event{
  display:grid;
  grid-template-columns: 86px 1fr 280px;
  gap:14px;
  padding:14px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
}
.event-date{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.event-date .month{font-size:11px;letter-spacing:.12em;color:var(--muted)}
.event-date .day{font-size:22px;font-weight:900;line-height:1.1}
.event-date .year{font-size:12px;color:var(--muted)}
.event-head h3{margin:0 0 6px;font-size:18px}
.event-head .meta{color:var(--muted);font-size:13px;margin:0 0 10px}
.event-body .desc{color:var(--muted);font-size:14px;line-height:1.5;margin:0}
.event-media{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#000;
  aspect-ratio: 16 / 10;
}
.event-media img{width:100%;height:100%;object-fit:cover}
.event-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}

@media (max-width: 880px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns: repeat(2, 1fr)}
  .event{grid-template-columns: 80px 1fr}
  .event-date{align-self:start;height:fit-content}
  .event-main{display:contents}
  .event-head{grid-column: 2}
  .event-body{grid-column: 1 / -1}
  .event-body .desc{margin-top: 2px}
  .event-media{grid-column: 1 / -1}
}
@media (max-width: 640px){
  .events-controls .field{
    flex: 1 1 100%;
    max-width: none;
  }
  .brand img{width:160px}
  .nav-toggle{display:inline-flex}
  .site-nav{
    display:none;
    position:fixed;
    top:64px;
    left:10px;
    right:10px;
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.14);
    border-radius:15px;
    padding:12px;
    box-shadow: 0 18px 55px rgba(0,0,0,.75);
    flex-direction:column;
    align-items:stretch;
    max-height: calc(100vh - 64px - 10px);
    overflow:auto;
    z-index:60;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:12px 12px}
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
}

.sticky-cta{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:65;
  display:none;
}
@media (max-width: 640px){
  .sticky-cta{display:block}
  .sticky-cta .btn{width:100%}
}

/* EPK */
.epk-hero{
  padding:36px 0 18px;
}
.epk-hero-wrap{
  position:relative;
  overflow:hidden;
  border-radius: calc(var(--radius) + 6px);
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.72)),
    var(--epk-bg) center/cover no-repeat;
  box-shadow: var(--shadow);
}
.epk-hero-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 600px at 20% 20%, rgba(230,209,0,.20), transparent 55%),
    radial-gradient(900px 600px at 80% 10%, rgba(66,232,216,.18), transparent 55%);
  pointer-events:none;
}
.epk-hero-content{
  position:relative;
  z-index:1;
  padding:26px;
  width:min(680px, 100%);
}
.epk-hero-content h1{
  margin:10px 0 10px;
  font-size: clamp(34px, 4.6vw, 52px);
  letter-spacing:-.02em;
}
.epk-hero-content .lead{
  color:rgba(255,255,255,.82);
  margin:0 0 16px;
}
.epk-hero-media{
  position:absolute;
  right:20px;
  bottom:18px;
  width:220px;
  z-index:1;
  transform: rotate(2deg);
}
.epk-hero-media img{
  width:100%;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 55px rgba(0,0,0,.78);
}
.epk-kpis{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:16px;
}
.kpi{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.22);
  border-radius:16px;
  padding:12px 12px;
}
.kpi-top{font-size:12px;color:rgba(255,255,255,.72);letter-spacing:.08em;text-transform:uppercase}
.kpi-val{font-size:16px;font-weight:900;margin:6px 0 2px}
.kpi-sub{font-size:12px;color:rgba(255,255,255,.74)}

.epk-section-head{margin:0 0 14px}

.feature-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature-title{font-weight:900;margin:0 0 6px}
.feature-sub{color:var(--muted);font-size:13px;line-height:1.45}

.epk-details{
  margin-top:14px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(900px 260px at 15% 0%, rgba(230,209,0,.10), transparent 55%),
    radial-gradient(700px 240px at 85% 0%, rgba(66,232,216,.10), transparent 55%),
    rgba(0,0,0,.22);
  border-radius:18px;
  padding:14px 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
}
.epk-details > summary{
  cursor:pointer;
  list-style:none;
  color:rgba(255,255,255,.86);
  font-weight:800;
  padding:2px 2px;
}
.epk-details > summary::-webkit-details-marker{display:none}
.epk-details > summary::after{
  content:"+";
  float:right;
  color:rgba(255,255,255,.7);
}
.epk-details[open] > summary::after{content:"–"}
.epk-details-body{
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.10);
  margin-top:10px;
}

.testimonial-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.testimonial{
  overflow:hidden;
  border-radius: calc(var(--radius) + 6px);
}
.testimonial-media{
  aspect-ratio: 16 / 10;
  background:#000;
}
.testimonial-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.testimonial-body{padding:18px}

.epk-mini{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  border-radius:16px;
  padding:12px;
}
.epk-mini-cover{
  width:54px;
  height:54px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  object-fit:cover;
}
.epk-mini-title{font-weight:900}
.epk-mini-sub{color:var(--muted);font-size:13px;line-height:1.4;margin-top:2px}

@media (max-width: 980px){
  .epk-hero-media{display:none}
  .feature-grid{grid-template-columns: repeat(2, 1fr)}
  .testimonial-grid{grid-template-columns: 1fr}
  .epk-kpis{grid-template-columns:1fr}
}

/* Mobile nav backdrop */
body::after{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  opacity:0;
  pointer-events:none;
  transition: opacity .15s ease;
  z-index:55;
}
body.nav-open::after{
  opacity:1;
  pointer-events:auto;
}
@media (min-width: 641px){
  body::after{display:none}
}

/* Simple masonry gallery (prevents tall-image grid gaps) */
.gallery{
  display:block;
  columns: 3 320px;
  column-gap: 14px;
}
.gallery-item{
  display:block;
  margin:0 0 14px;
  break-inside: avoid;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#000;
  transition: transform .12s ease, border-color .12s ease, filter .12s ease;
}
.gallery-item:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  filter: brightness(1.02);
}
.gallery img{
  width:100%;
  margin:0;
  border:0;
}
@media (max-width: 880px){
  .gallery{columns: 2 280px}
}
@media (max-width: 640px){
  .gallery{columns: 1}
}

/* Lightbox */
body.lightbox-open{overflow:hidden}
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.85);
  z-index:80;
}
.lightbox.open{display:flex}
.lightbox-figure{
  margin:0;
  max-width:min(1100px, 100%);
  max-height: calc(100vh - 80px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.lightbox-img{
  max-width:100%;
  max-height: calc(100vh - 140px);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 60px rgba(0,0,0,.8);
  background:#000;
}

/* Album release landing */
.release-hero{
  padding: 54px 0 24px;
}
.release-wrap{
  width:min(760px, 100%);
  margin:0 auto;
}
.release-title{
  margin:0;
  text-align:center;
  font-size: clamp(40px, 6vw, 60px);
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.release-card{
  margin-top:18px;
  border-radius: calc(var(--radius) + 8px);
  overflow:hidden;
}
.release-card-inner{
  display:flex;
  gap:16px;
  align-items:center;
  padding:18px;
  background:
    radial-gradient(700px 260px at 20% 0%, rgba(230,209,0,.10), transparent 55%),
    radial-gradient(650px 240px at 80% 0%, rgba(66,232,216,.10), transparent 55%),
    rgba(0,0,0,.18);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.release-cover{
  width:110px;
  height:110px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  object-fit:cover;
  box-shadow: 0 18px 55px rgba(0,0,0,.65);
  flex:0 0 auto;
}
.release-album{font-weight:950;font-size:24px;margin-top:10px}
.release-artist{color:var(--muted);margin-top:4px}
.release-stream{
  padding:16px 18px 18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.stream-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.22);
  text-decoration:none;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.stream-row:hover,
.stream-row:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
  background:rgba(0,0,0,.28);
  outline:none;
}
.stream-left{display:flex;align-items:center;gap:10px}
.stream-icon{
  width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.stream-icon svg{width:20px;height:20px;fill:currentColor;opacity:.95}
.stream-label{font-weight:900;color:rgba(255,255,255,.92)}
.stream-play{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.25);
  color:rgba(255,255,255,.80);
}
.stream-row.spotify{color: rgba(30, 215, 96, .95)}
.stream-row.apple{color: rgba(255,255,255,.90)}
.stream-row.youtube{color: rgba(255, 80, 80, .92)}
@media (max-width: 640px){
  .release-card-inner{align-items:flex-start}
  .release-cover{width:92px;height:92px}
}
.lightbox-caption{
  color:rgba(255,255,255,.78);
  font-size:13px;
  text-align:center;
}
.lightbox-close{
  position:absolute;
  top:12px;
  right:12px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.45);
  color:rgba(255,255,255,.92);
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.35);
  color:rgba(255,255,255,.92);
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.lightbox-nav.prev{left:12px}
.lightbox-nav.next{right:12px}
@media (max-width: 640px){
  .lightbox-nav{display:none}
}
