/* ================================
   Video Showcase Section
   DJ Oshawn Website
================================ */

.video-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at top left, rgba(183, 25, 48, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(183, 25, 48, 0.16), transparent 34%),
    #050505;
  color: #ffffff;
  position: relative;
  overflow: visible;
  padding: clamp(80px, 9vw, 140px) 3.5vw;
}

.video-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  pointer-events: none;
}

.video-showcase__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1480px);
  margin: 0 auto;
}

/* Intro */

.video-showcase__intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(42px, 5vw, 76px);
}

.video-showcase__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.video-showcase__eyebrow span {
  display: block;
  width: 54px;
  height: 1px;
  background: #B71930;
  box-shadow: 0 0 10px rgba(183, 25, 48, 0.45);
}

.video-showcase__eyebrow p {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B71930;
  margin: 0;
  line-height: 1;
}

.video-showcase__intro h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 86px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin: 0;
}

.video-showcase__intro p {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  max-width: 760px;
  margin: 22px auto 0;
}

/* Sticky video area */

.video-showcase__sticky {
  position: sticky;
  top: 96px;
  z-index: 3;
}

/* Premium frame */

.video-showcase__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: #000000;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.65),
    0 0 70px rgba(183,25,48,0.16);
  overflow: hidden;
}

.video-showcase__frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 4;
  pointer-events: none;
}

.video-showcase__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.52), transparent 38%, rgba(0,0,0,0.32)),
    linear-gradient(0deg, rgba(0,0,0,0.48), transparent 38%);
  z-index: 2;
  pointer-events: none;
}

/* Video */

.video-showcase__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: contrast(1.06) saturate(1.05);
}

/* Subtle red animated scan/glow */

.video-showcase__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(183,25,48,0.22), transparent 28%),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.05) 48%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.45;
  animation: videoLightSweep 7s ease-in-out infinite;
}

@keyframes videoLightSweep {
  0%, 100% {
    opacity: 0.22;
    transform: translateX(-3%);
  }

  50% {
    opacity: 0.55;
    transform: translateX(3%);
  }
}

/* Caption */

.video-showcase__caption {
  position: absolute;
  left: clamp(22px, 3vw, 48px);
  bottom: clamp(22px, 3vw, 46px);
  z-index: 5;
  display: grid;
  gap: 8px;
}

.video-showcase__caption span {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B71930;
  line-height: 1;
}

.video-showcase__caption strong {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #ffffff;
  max-width: 520px;
}

/* Tablet */

@media (max-width: 1024px) {
  .video-showcase {
    padding: 90px 4vw;
  }

  .video-showcase__sticky {
    position: relative;
    top: auto;
  }

  .video-showcase__frame {
    aspect-ratio: 16 / 9;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .video-showcase {
    padding: 72px 5vw;
  }

  .video-showcase__intro {
    text-align: left;
    margin-bottom: 34px;
  }

  .video-showcase__eyebrow {
    justify-content: flex-start;
  }

  .video-showcase__eyebrow span {
    width: 42px;
  }

  .video-showcase__eyebrow p {
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .video-showcase__intro h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .video-showcase__intro p {
    font-size: 15px;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
  }

  .video-showcase__frame {
    aspect-ratio: 16 / 9;
    border-color: rgba(255,255,255,0.1);
  }

  .video-showcase__frame::before {
    inset: 8px;
  }

  .video-showcase__caption {
    left: 18px;
    bottom: 18px;
  }

  .video-showcase__caption span {
    font-size: 12px;
  }

  .video-showcase__caption strong {
    font-size: 18px;
    max-width: 260px;
  }

  .video-showcase__overlay {
    animation: none;
    opacity: 0.28;
  }
}

/* Small Mobile */

@media (max-width: 420px) {
  .video-showcase {
    padding-left: 22px;
    padding-right: 22px;
  }

  .video-showcase__caption strong {
    font-size: 16px;
  }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
  .video-showcase__overlay {
    animation: none !important;
  }
}