/* ================================
   DJ Oshawn Hero
================================ */

.dj-hero {
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  background: #000000;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.dj-hero__inner {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: clamp(46px, 5vh, 72px) 3.5vw 48px;
  display: flex;
  flex-direction: column;
}

/* Top Line */
.dj-hero__topline {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 50vw;
  max-width: 760px;
  margin-bottom: -40px;
  position: relative;
  z-index: 5;
}

.dj-hero__eyebrow {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(15px, 1.25vw, 22px);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #B71930;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  z-index: 4;
}

/* Voice Line Wrap */
.dj-hero__line-wrap {
  position: relative;
  flex: 1;
  min-width: 120px;
  height: 34px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.dj-hero__line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(183, 25, 48, 0.75);
  box-shadow: 0 0 10px rgba(183, 25, 48, 0.28);
  overflow: hidden;
  z-index: 1;
}

.dj-hero__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 42%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 70, 95, 1),
    rgba(255, 255, 255, 0.85),
    rgba(255, 70, 95, 1),
    transparent
  );
  animation: oshawnLineSweep 3.2s ease-in-out infinite;
  box-shadow: 0 0 14px rgba(255, 70, 95, 0.85);
}

/* Waveform */
.dj-hero__pulse {
  position: absolute;
  top: 50%;
  right: 22%;
  width: 96px;
  height: 34px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.dj-hero__pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #B71930;
  clip-path: polygon(
    0% 50%,
    8% 50%,
    11% 42%,
    14% 58%,
    17% 50%,
    22% 50%,
    25% 30%,
    28% 70%,
    31% 50%,
    36% 50%,
    39% 15%,
    43% 85%,
    47% 50%,
    54% 50%,
    57% 35%,
    60% 65%,
    63% 50%,
    70% 50%,
    73% 24%,
    76% 76%,
    79% 50%,
    86% 50%,
    89% 40%,
    92% 60%,
    95% 50%,
    100% 50%,
    100% 58%,
    95% 58%,
    92% 68%,
    89% 48%,
    86% 58%,
    79% 58%,
    76% 84%,
    73% 32%,
    70% 58%,
    63% 58%,
    60% 73%,
    57% 43%,
    54% 58%,
    47% 58%,
    43% 93%,
    39% 23%,
    36% 58%,
    31% 58%,
    28% 78%,
    25% 38%,
    22% 58%,
    17% 58%,
    14% 66%,
    11% 50%,
    8% 58%,
    0% 58%
  );
  filter: drop-shadow(0 0 8px rgba(183, 25, 48, 0.85));
  animation: oshawnWavePulse 2.4s ease-in-out infinite;
}

.dj-hero__pulse::after {
  content: "";
  position: absolute;
  left: 38%;
  top: 50%;
  width: 22px;
  height: 34px;
  transform: translateY(-50%);
  background: rgba(255, 68, 92, 0.9);
  clip-path: polygon(
    0% 50%,
    20% 30%,
    35% 70%,
    50% 8%,
    65% 92%,
    80% 35%,
    100% 50%,
    100% 58%,
    80% 43%,
    65% 100%,
    50% 16%,
    35% 78%,
    20% 38%,
    0% 58%
  );
  filter: drop-shadow(0 0 12px rgba(255, 68, 92, 0.95));
  animation: oshawnWaveCenter 1.8s ease-in-out infinite;
}

/* Hero Image */
.dj-hero__image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.dj-hero__image {
  display: block;
  width: 92%;
  max-width: 92%;
  height: auto;
  object-fit: contain;
  margin-left: 2vw;
  margin-right: auto;
}

/* Content Row */
.dj-hero__content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
  margin-top: -40px;
}

.dj-hero__copy {
  border-left: 1px solid #B71930;
  padding-left: 28px;
}

.dj-hero__copy p {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #f1f1f1;
  margin: 0 0 20px;
}

/* Buttons */
.dj-hero__buttons {
  display: flex;
  align-items: center;
  gap: 28px;
}

.dj-hero__button {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  min-width: 150px;
  padding: 18px 38px;
  text-align: center;
  transition: all 0.25s ease;
}

.dj-hero__button--primary {
  background: #B71930;
  color: #ffffff;
  border: 1px solid #B71930;
}

.dj-hero__button--primary:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.dj-hero__button--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.75);
}

.dj-hero__button--secondary:hover {
  background: #B71930;
  color: #ffffff;
  border-color: #B71930;
}

/* Signature */
.dj-hero__signature {
  justify-self: end;
  align-self: center;
  padding-right: 4vw;
  transform: rotate(-3deg);
  margin-top:-28px; 
  text-align: left;
}

.dj-hero__script {
  display: block;
  font-family: "Great Vibes","Allura", cursive;
  font-size: clamp(34px, 3.2vw, 62px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
  line-height: 0.75;
  letter-spacing: 0.02em;
  transform: translateX(-10px);
  margin-bottom: -2px;
}

.dj-hero__unforgettable {
  display: inline-block;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(34px, 3.4vw, 64px);
  font-weight: 400;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #B71930;
  line-height: 0.95;
  border-bottom: 2px solid #B71930;
  padding-bottom: 4px;
  text-shadow: 0 0 18px rgba(183, 25, 48, 0.22);
  margin-top: -4px;
}

/* Meta */
.dj-hero__meta {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1.1fr;
  gap: 34px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
}

.dj-hero__meta-item {
  border-right: 1px solid rgba(255,255,255,0.18);
  padding-right: 28px;
}

.dj-hero__meta-item:last-child {
  border-right: none;
}

.dj-hero__meta-label {
  display: block;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(12px, 0.8vw, 15px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B71930;
  margin-bottom: 8px;
}

.dj-hero__meta-value {
  display: block;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(17px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.dj-hero__meta-value i {
  color: #B71930;
  font-style: normal;
  padding: 0 8px;
}

/* Animations */
@keyframes oshawnLineSweep {
  0% {
    left: -45%;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    left: 105%;
    opacity: 0;
  }
}

@keyframes oshawnWavePulse {
  0%, 100% {
    transform: scaleX(0.92) scaleY(0.9);
    opacity: 0.72;
  }

  50% {
    transform: scaleX(1.08) scaleY(1.12);
    opacity: 1;
  }
}

@keyframes oshawnWaveCenter {
  0%, 100% {
    opacity: 0.35;
    transform: translateY(-50%) scaleY(0.8);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scaleY(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dj-hero__line::after,
  .dj-hero__pulse::before,
  .dj-hero__pulse::after {
    animation: none !important;
  }
}

/* ================================
   Hero Slogan Visibility Fix
================================ */

.dj-hero__eyebrow {
  color: rgba(255,255,255,0.9) !important;
  text-shadow: 0 0 18px rgba(183,25,48,0.5) !important;
}

.dj-hero__line {
  background: rgba(183,25,48,0.95) !important;
  box-shadow: 0 0 18px rgba(183,25,48,0.5) !important;
}