/* Recap Page Styles */

/* Header: hidden on recap page — replaced by custom black bar */
.recap-page #header {
  opacity: 0 !important;
  pointer-events: none;
  height: 0 !important;
  min-height: 0 !important;
}

/* Recap header bar — thin fixed black strip with social icons */
.recap-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #000;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 48px;
}

.recap-header-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.recap-header-social li {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}

.recap-header-social li a {
  color: #777;
  font-size: 16px;
}

.recap-header-social li a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .recap-header-social {
    padding: 12px 20px;
    text-align: center;
  }
}

/* Video Hero Section — logo overlay centered on video */
.video-js-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 550px;
}

.video-js-responsive-container {
  position: relative;
  padding-bottom: 42.25%;
  height: 0;
  overflow: hidden;
}

.video-js-responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Logo overlay on hero video */
.hero-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-logo-overlay img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Tagline */
.recap-tagline {
  font-size: 17px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 15px 0;
}

/* YouTube Row */
.row-youtube {
  padding: 40px 0 20px;
}

.row-youtube .video-thumb {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

.row-youtube .video-thumb img {
  width: 100%;
  display: block;
}

/* Play button overlay on YouTube thumbnails — centered */
.row-youtube .video-thumb .w-media-player-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-youtube .video-thumb .w-media-player-play::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}

.row-youtube .video-thumb .w-media-player-play::after {
  content: '\25b6';
  font-family: flora;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
}

.row-youtube .video-title {
  margin-top: 10px;
  text-align: center;
}

/* Press Section */
section.press {
  padding: 40px 0;
  text-align: center;
}

section.press h2 {
  margin-bottom: 30px;
}

section.press .press-row {
  margin-bottom: 20px;
}

section.press a {
  display: inline-block;
  margin: 10px 15px;
}

section.press img {
  display: block;
}

/* Performers Section — matches original work-order.css */
section.performers {
  background: #EDEDED;
  font-size: 13px;
  line-height: 33px;
  margin: 50px 0;
  padding-bottom: 100px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

section.performers .row {
  margin-bottom: 25px;
}

section.performers h2 {
  margin-bottom: 30px;
}

section.performers h4 {
  font-weight: normal;
  text-align: left;
}

section.performers .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 33px;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

section.performers .lineup-list a {
  color: inherit;
  text-decoration: none;
  white-space: normal;
}

section.performers .lineup-list a:hover {
  color: #00AEEF;
}

section.performers .bullet {
  margin: 0 8px;
  color: #00AEEF;
}

/* VC Custom spacing */
.vc_custom_1447863533459 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.video-modal-content {
  position: relative;
  width: 90vw;
  max-width: 960px;
  z-index: 1;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}

.video-modal-close:hover {
  opacity: 0.7;
}

.video-modal-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-modal-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile: full-width modal, centered by parent flex */
@media (max-width: 768px) {
  .video-modal-content {
    width: 100vw;
    max-width: none;
  }

  .video-modal-close {
    top: 10px;
    right: 10px;
    z-index: 2;
  }

  .video-modal-player {
    width: 100%;
    /* Replace the padding-bottom aspect-ratio trick with an explicit height.
       The padding-bottom trick is unreliable inside flex containers on iOS Safari
       and can cause the iframe to have zero rendered height. */
    height: 56.25vw;
    padding-bottom: 0;
  }
}
