/* Bridge LA Party structure with mana.tv Webflow skin */

body.laparty-body.mode-1 {
  background: #101010;
  color: #fff;
}

.lp-header {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.95) 0%, rgba(16, 16, 16, 0) 100%);
  border: none;
}

.lp-header.is-scrolled {
  background: rgba(16, 16, 16, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-logo {
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.28em;
}

.lp-nav__link {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  background: transparent;
}

.lp-btn {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  border-color: rgba(255, 255, 255, 0.2);
}

.lp-btn--primary {
  background: #fff;
  color: #101010;
}

/* Hero: mana cinematic bg + disco centerpiece */
.lp-hero {
  background: #101010;
}

.lp-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: saturate(0.85) contrast(1.05);
}

.lp-hero__bg-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.3) 0%, rgba(16, 16, 16, 0.85) 70%, #101010 100%);
  pointer-events: none;
}

.lp-hero__copy .homepageheroheader,
.lp-hero__headline {
  font-family: inherit;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  line-height: 1.15;
}

.lp-hero__sub {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.lp-hero__scroll {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
}

/* Intro band (mana is-intro) */
.lp-intro {
  position: relative;
  padding: 6rem 0;
  background: #101010;
}

.lp-intro .heading-style-h1 {
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
}

.lp-intro .section-subheading {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.lp-intro .text-size-default {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.75;
  max-width: 36rem;
  line-height: 1.7;
}

/* Hub pages mana styling */
.lp-hub {
  background: #101010;
}

.lp-hub__title {
  font-family: inherit;
  font-weight: 400;
}

.lp-footer {
  background: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.06);
}

/* Portal overlay mana tone */
.lp-portal-overlay {
  background: #101010;
}

/* Disco rig sits above mana hero bg */
.lp-disco-rig {
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.04));
}