/**
 * Neon homepage hero - transparent over sitewide tubes
 */

body.page-home .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
}

.site-main .hero.hero--neon,
.hero.hero--neon,
body.page-home .site-main .hero.hero--neon {
  position: relative !important;
  isolation: isolate;
  width: 100%;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  color: #fff !important;
  display: grid !important;
  align-items: center;
}

.site-main .hero.hero--neon::before,
.hero.hero--neon::before {
  display: none !important;
  content: none !important;
}

.hero-neon__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(50% 45% at 50% 40%, transparent 0%, rgba(13, 13, 13, 0.2) 75%, rgba(13, 13, 13, 0.4) 100%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.08) 0%, transparent 40%, rgba(13, 13, 13, 0.25) 100%);
}

.hero-neon__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 46rem;
  margin-inline: auto;
  padding: clamp(6.5rem, 14vh, 8.5rem) clamp(1.25rem, 5vw, 3rem) clamp(3rem, 6vh, 4.5rem);
  text-align: center;
}

.hero-neon__brand {
  margin: 0;
  font-family: var(--font-heading, 'Urbanist', sans-serif);
  font-size: clamp(4rem, 2rem + 8vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(0, 0, 0, 1);
}

.hero-neon__eyebrow {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.hero-neon__title {
  margin: 1.35rem 0 0;
  font-size: clamp(1.85rem, 1.25rem + 2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.hero-neon__title span {
  color: var(--energy-orange, #ff4d20) !important;
}

.hero-neon__lede {
  margin: 1.1rem auto 0;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.hero-neon__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.85rem;
}

.hero-neon__btn-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: transparent !important;
}

.hero-neon__btn-light:hover {
  background: #fff !important;
  color: #0d0d0d !important;
  border-color: #fff !important;
}

body.tubes-static .hero.hero--neon {
  background:
    radial-gradient(55% 50% at 70% 30%, rgba(255, 77, 32, 0.28) 0%, transparent 55%),
    #0d0d0d !important;
}
