
:root{
  --bg:#0a0a0d;
  --bg2:#12131a;
  --panel:#171922;
  --panel2:#1d1f2a;
  --text:#f5f7fb;
  --muted:#bcc2d3;
  --line:rgba(255,255,255,.08);
  --accent:#6f7cff;
  --accent2:#9e7bff;
  --max:1180px;
  --radius:22px;
  --shadow:0 20px 60px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top, rgba(111,124,255,.16), transparent 30%),
    linear-gradient(180deg, #0a0a0d 0%, #0d0f15 100%);
  line-height:1.55;
}
img{max-width:100%; display:block}
a{color:inherit}
.container{width:min(calc(100% - 2rem), var(--max)); margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(16px);
  background:rgba(10,10,13,.68);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  min-height:72px; gap:1rem;
}
.brand{
  text-decoration:none; font-weight:700; letter-spacing:.02em;
}
nav{display:flex; gap:1rem; flex-wrap:wrap}
nav a{
  text-decoration:none; color:var(--muted); font-size:.95rem;
}
nav a:hover,.brand:hover{color:var(--text)}
.hero{
  position:relative;
  min-height:90svh;
  display:flex; align-items:flex-end;
  overflow:hidden;
}
.hero-video,.hero-overlay{
  position:absolute; inset:0;
}
.hero-video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay{
  background:
    linear-gradient(180deg, rgba(8,8,10,.28) 0%, rgba(8,8,10,.55) 40%, rgba(8,8,10,.92) 100%),
    linear-gradient(90deg, rgba(8,8,10,.70) 0%, rgba(8,8,10,.25) 55%, rgba(8,8,10,.25) 100%);
}
.hero-content{
  position:relative; z-index:1;
  padding:8rem 0 5rem;
  max-width:760px;
}
.eyebrow{
  text-transform:uppercase; letter-spacing:.16em; font-size:.78rem;
  color:#cfd5ea; margin:0 0 1rem;
}
h1,h2,h3{line-height:1.04; margin:0 0 1rem}
h1{font-size:clamp(2.6rem, 7vw, 5.6rem); max-width:12ch}
h2{font-size:clamp(2rem, 4vw, 3.3rem); max-width:13ch}
h3{font-size:1.2rem}
.lead,.section-intro,.copy p,.card p,.panel li,.contact-form label,.small-note{
  color:var(--muted);
}
.lead{font-size:1.1rem; max-width:62ch}
.hero-actions{display:flex; gap:1rem; flex-wrap:wrap; margin-top:1.8rem}
.button{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.95rem 1.2rem; border-radius:999px; text-decoration:none; border:1px solid var(--line);
  font-weight:600; transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  will-change:transform;
}
.button.primary{
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  color:white; border:none;
  box-shadow:0 10px 28px rgba(111,124,255,.18);
}
.button.secondary{
  background:rgba(255,255,255,.05);
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.button:hover{
  transform:translateY(-2px) scale(1.015);
}
.button.primary:hover{
  box-shadow:0 16px 34px rgba(111,124,255,.28);
}
.button.secondary:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 14px 30px rgba(0,0,0,.24);
}
.button:active{
  transform:translateY(0) scale(.995);
}
.section{padding:5.5rem 0}
.section.alt{background:rgba(255,255,255,.02); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.split{
  display:grid; grid-template-columns:1.05fr .95fr; gap:2rem; align-items:center;
}
.image-card,.card,.panel,.contact-form{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.image-card{overflow:hidden}
.image-card img{width:100%; height:100%; object-fit:cover}
.image-card.tall{min-height:520px}
.gallery{margin-top:2rem}
.grid-2{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:1.25rem;
}
.wide{grid-column:1 / span 1; min-height:360px}
.panel{padding:1.5rem}
.panel ul{padding-left:1.15rem; margin:0}
.cards{
  margin-top:2rem;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1rem;
}
.card{padding:1.5rem}



.logo-wall{
  margin-top:1.8rem;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.9rem;
}
.logo-wall span{
  display:flex; align-items:center; justify-content:center; text-align:center;
  min-height:82px;
  padding:1rem;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:#f0f2f8;
}

.spotify-wrap{
  margin-top:1.8rem;
  padding:1rem;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.spotify-wrap iframe{
  display:block;
  width:100%;
}

.contact{align-items:start}
.contact-form{
  padding:1.2rem;
  display:grid;
  gap:1rem;
}
.contact-form label{
  display:grid; gap:.45rem; font-size:.94rem;
}
input,textarea{
  width:100%; border-radius:16px; border:1px solid var(--line);
  background:#10131b; color:var(--text); padding:.95rem 1rem; font:inherit;
}
input:focus,textarea:focus{
  outline:none; border-color:rgba(111,124,255,.65);
  box-shadow:0 0 0 4px rgba(111,124,255,.14);
}
.site-footer{padding:1.5rem 0 3rem}
.footer{border-top:1px solid var(--line); padding-top:1.25rem; color:var(--muted)}
@media (max-width: 980px){
  .split,.grid-2,.cards,


.logo-wall{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .nav{padding:.5rem 0}
  nav{display:none}
  .hero{min-height:82svh}
  .hero-content{padding:7rem 0 3.5rem}
  .split,.grid-2,.cards,


.logo-wall{grid-template-columns:1fr}
  .image-card.tall{min-height:360px}
  h1{max-width:none}
}


.footer-link{
  color:var(--text);
  text-decoration:none;
  margin-left:.5rem;
}
.footer-link:hover{
  text-decoration:underline;
}


.upload-note{
  color:var(--muted);
  font-size:.95rem;
  margin-bottom:.5rem;
}


.upload-block{
  margin-top:1.2rem;
  display:flex;
  flex-direction:column;
  gap:.6rem;
}

.upload-block .button{
  width:fit-content;
}

.upload-note{
  color:var(--muted);
  font-size:.95rem;
}


.logo-wall .more{
  grid-column:1 / -1;
  text-align:center;
  font-style:italic;
  color:var(--muted);
}


.cred-section{
  padding:2rem 0 0;
}



.cred-row{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.2rem;
  align-items:start;
}

.cred-row img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 60px rgba(0,0,0,.26);
  opacity:.96;
}

@media (max-width: 980px){
  .cred-row{
    grid-template-columns:1fr;
    max-width:420px;
    margin:0 auto;
  }
}


.spotify-fallback{
  margin:.85rem 0 0;
  text-align:center;
}

.spotify-fallback a{
  color:var(--muted);
  text-decoration:none;
}

.spotify-fallback a:hover{
  color:var(--text);
  text-decoration:underline;
}


.logo-wall span{
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  will-change: transform;
}

.logo-wall span:hover{
  transform: translateY(-4px) scale(1.03);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}


.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease, transform .8s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.reveal-item{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .65s ease, transform .65s ease;
}

.reveal.is-visible .reveal-item{
  opacity:1;
  transform:translateY(0);
}

.reveal.is-visible .reveal-item:nth-child(1){transition-delay:.04s;}
.reveal.is-visible .reveal-item:nth-child(2){transition-delay:.08s;}
.reveal.is-visible .reveal-item:nth-child(3){transition-delay:.12s;}
.reveal.is-visible .reveal-item:nth-child(4){transition-delay:.16s;}
.reveal.is-visible .reveal-item:nth-child(5){transition-delay:.20s;}
.reveal.is-visible .reveal-item:nth-child(6){transition-delay:.24s;}
.reveal.is-visible .reveal-item:nth-child(7){transition-delay:.28s;}
.reveal.is-visible .reveal-item:nth-child(8){transition-delay:.32s;}

@media (prefers-reduced-motion: reduce){
  .reveal,
  .reveal-item,
  .button,
  .logo-wall span{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}
