/* IEST SoundTrack cinematic homepage - 2026-06-19 */

body:has(.pt_feat_vid) {
  --iest-bg: #09090a;
  --iest-panel: #141416;
  --iest-text: #f7f7f8;
  --iest-muted: #a8a8ad;
  --iest-accent: #10cfc7;
  --iest-accent-soft: #73eee9;
  --iest-teal-deep: #073f42;
  background: var(--iest-bg) !important;
  color: var(--iest-text);
}

body:has(.pt_feat_vid) #main-container,
body:has(.pt_feat_vid) #container_content,
body:has(.pt_feat_vid) .container-home,
body:has(.pt_feat_vid) .content,
body:has(.pt_feat_vid) .pt_shadow {
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.pt_feat_vid) header.navbar-fixed-top {
  background: rgba(7, 7, 8, 0.94) !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body:has(.pt_feat_vid) .pt_header_nav {
  min-height: 72px;
  background: transparent !important;
  border: 0 !important;
}

body:has(.pt_feat_vid) .pt_header_nav .logo-container img {
  max-height: 46px;
}

body:has(.pt_feat_vid) .head_search input,
body:has(.pt_feat_vid) .search-bar input {
  height: 44px !important;
  color: #fff !important;
  background: #242427 !important;
  border: 1px solid #37373b !important;
  border-radius: 6px 0 0 6px !important;
}

body:has(.pt_feat_vid) .head_search button,
body:has(.pt_feat_vid) .search-bar button {
  height: 44px !important;
  background: var(--iest-accent) !important;
  border-radius: 0 6px 6px 0 !important;
}

body:has(.pt_feat_vid) .pt_sec_nav_cats {
  position: relative;
  z-index: 20;
  padding: 10px 30px;
  background: rgba(9, 9, 10, 0.96) !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body:has(.pt_feat_vid) .pt_sec_nav_cats li a {
  min-height: 36px;
  padding: 8px 17px !important;
  color: #d5d5d8 !important;
  background: #171719 !important;
  border: 1px solid #3a3a3e !important;
  border-radius: 999px !important;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

body:has(.pt_feat_vid) .pt_sec_nav_cats li a:hover,
body:has(.pt_feat_vid) .pt_sec_nav_cats li a.active {
  color: #050505 !important;
  background: var(--iest-accent) !important;
  border-color: var(--iest-accent) !important;
  box-shadow: 0 0 18px rgba(16, 207, 199, 0.16);
}

body:has(.pt_feat_vid) .pt_feat_vid {
  position: relative;
  min-height: 620px;
  height: 72vh;
  max-height: 780px;
  overflow: hidden;
  background: #050506;
}

body:has(.pt_feat_vid) .pt_feat_vid::before,
body:has(.pt_feat_vid) .pt_feat_vid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body:has(.pt_feat_vid) .pt_feat_vid::before {
  background: linear-gradient(90deg, rgba(3, 7, 8, 0.96) 0%, rgba(3, 18, 19, 0.68) 35%, rgba(5, 5, 6, 0.08) 72%);
}

body:has(.pt_feat_vid) .pt_feat_vid::after {
  background: linear-gradient(0deg, var(--iest-bg) 0%, rgba(9, 9, 10, 0.08) 38%);
}

body:has(.pt_feat_vid) .pt_feat_vid_innr,
body:has(.pt_feat_vid) .pt_feat_vid_innr img {
  width: 100%;
  height: 100%;
}

body:has(.pt_feat_vid) .pt_feat_vid_innr img {
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92) contrast(1.05);
}

body:has(.pt_feat_vid) .pt_feat_vid_content {
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 0 4.5% 92px;
}

body:has(.pt_feat_vid) .pt_feat_vid_content .container-home,
body:has(.pt_feat_vid) .pt_feat_vid_content .row {
  width: 100%;
  margin: 0;
}

body:has(.pt_feat_vid) .pt_feat_vid_content .col-lg-4 {
  width: min(620px, 58%);
  padding: 0;
}

body:has(.pt_feat_vid) .pt_feat_vid_content .col-lg-3 {
  display: none;
}

body:has(.pt_feat_vid) .pt_feat_vid_details h1 {
  max-width: 620px;
  margin: 14px 0 16px;
  color: #fff !important;
  font-size: 54px !important;
  line-height: 1.04 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.55);
}

body:has(.pt_feat_vid) .pt_feat_vid_details h1 a {
  color: inherit !important;
}

body:has(.pt_feat_vid) .pt_feat_vid_details > p {
  margin: 0 0 22px;
  color: #d0d0d3 !important;
  font-size: 15px;
}

body:has(.pt_feat_vid) .pt_feat_vid_details > p > .bold:first-of-type {
  display: none !important;
}

body:has(.pt_feat_vid) .pt_feat_vid_details .btn-main {
  min-width: 132px;
  padding: 12px 22px !important;
  color: #050505 !important;
  background: var(--iest-accent) !important;
  border: 0 !important;
  border-radius: 6px !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28), 0 0 24px rgba(16, 207, 199, 0.15);
  transition: transform 160ms ease, background 160ms ease;
}

body:has(.pt_feat_vid) .pt_feat_vid_details .btn-main:hover {
  background: var(--iest-accent-soft) !important;
  transform: translateY(-1px);
}

body:has(.pt_feat_vid) .pt_feat_vid_details .home-page-categories .title h4 {
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

body:has(.pt_feat_vid) .container-home {
  max-width: none !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

body:has(.pt_feat_vid) .video-player-page {
  margin: 0 !important;
  padding: 22px 0 18px;
}

body:has(.pt_feat_vid) .video-player-page + hr,
body:has(.pt_feat_vid) .container-home > hr {
  margin: 8px 40px;
  border-color: rgba(255, 255, 255, 0.09);
}

body:has(.pt_feat_vid) .home-page-categories > .title h4 {
  margin: 0 0 18px;
  color: #f4f4f5 !important;
  font-size: 23px !important;
  line-height: 34px;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body:has(.pt_feat_vid) .home-page-categories .title h4 > div {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: var(--iest-teal-deep) !important;
  color: var(--iest-accent) !important;
  box-shadow: inset 0 0 0 1px rgba(16, 207, 199, 0.45);
}

body:has(.pt_feat_vid) .view_more_link a {
  color: #c7c7ca !important;
  font-size: 14px;
  font-weight: 600;
}

body:has(.pt_feat_vid) .view_more_link a:hover {
  color: var(--iest-accent) !important;
}

body:has(.pt_feat_vid) .video-list {
  position: relative;
  margin-bottom: 18px;
  overflow: visible;
  background: transparent !important;
  border-radius: 6px;
  transition: transform 180ms ease, filter 180ms ease;
}

body:has(.pt_feat_vid) .video-list:hover {
  z-index: 12;
  transform: scale(1.045) translateY(-4px);
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.5));
}

body:has(.pt_feat_vid) .video-list:hover .video-list-image {
  box-shadow: 0 0 0 2px var(--iest-accent), 0 0 22px rgba(16, 207, 199, 0.18);
}

body:has(.pt_feat_vid) .video-list-image,
body:has(.pt_feat_vid) .video-list-image > a {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px !important;
  background: #1b1b1d;
}

body:has(.pt_feat_vid) .video-list-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 220ms ease;
}

body:has(.pt_feat_vid) .video-list:hover .video-list-image img {
  transform: scale(1.035);
}

body:has(.pt_feat_vid) .video-list-title h4 {
  display: -webkit-box;
  min-height: 40px;
  margin: 11px 0 4px !important;
  overflow: hidden;
  color: #f5f5f6 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:has(.pt_feat_vid) .video-list-by,
body:has(.pt_feat_vid) .video-list-by a {
  color: var(--iest-muted) !important;
  font-size: 13px !important;
}

body:has(.pt_feat_vid) .verified,
body:has(.pt_feat_vid) .fa-check-circle {
  color: var(--iest-accent) !important;
}

body:has(.pt_feat_vid) .video-list-by > br ~ span,
body:has(.pt_feat_vid) .video-info > div > br ~ span,
body:has(.pt_feat_vid) .video-publisher,
body:has(.pt_feat_vid) .video-views {
  display: none !important;
}

body:has(.pt_feat_vid) .duration,
body:has(.pt_feat_vid) .video-duration {
  right: 7px !important;
  bottom: 7px !important;
  padding: 3px 6px !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.82) !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700;
}

body:has(.pt_feat_vid) .slick-prev,
body:has(.pt_feat_vid) .slick-next {
  width: 42px !important;
  height: 64px !important;
  color: #fff !important;
  background: rgba(16, 16, 18, 0.92) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

body:has(.pt_feat_vid) footer {
  color: var(--iest-muted) !important;
  background: #080809 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  body:has(.pt_feat_vid) .pt_sec_nav_cats {
    padding-right: 18px;
    padding-left: 18px;
  }

  body:has(.pt_feat_vid) .pt_feat_vid {
    min-height: 540px;
    height: 66vh;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_content {
    padding: 0 28px 70px;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_content .col-lg-4 {
    width: 72%;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_details h1 {
    font-size: 42px !important;
  }

  body:has(.pt_feat_vid) .container-home {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (max-width: 767px) {
  body:has(.pt_feat_vid) .pt_header_nav {
    min-height: 62px;
  }

  body:has(.pt_feat_vid) .pt_sec_nav_cats {
    padding: 8px 12px;
  }

  body:has(.pt_feat_vid) .pt_sec_nav_cats li a {
    min-height: 32px;
    padding: 6px 13px !important;
    font-size: 13px;
  }

  body:has(.pt_feat_vid) .pt_feat_vid {
    min-height: 500px;
    height: 62vh;
    max-height: 620px;
  }

  body:has(.pt_feat_vid) .pt_feat_vid::before {
    background: linear-gradient(90deg, rgba(5, 5, 6, 0.88) 0%, rgba(5, 5, 6, 0.28) 75%);
  }

  body:has(.pt_feat_vid) .pt_feat_vid::after {
    background: linear-gradient(0deg, var(--iest-bg) 0%, rgba(9, 9, 10, 0.12) 52%);
  }

  body:has(.pt_feat_vid) .pt_feat_vid_content {
    padding: 0 18px 52px;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_content .col-lg-4 {
    width: 92%;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_details h1 {
    margin-bottom: 12px;
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  body:has(.pt_feat_vid) .pt_feat_vid_details > p {
    margin-bottom: 17px;
    font-size: 13px;
  }

  body:has(.pt_feat_vid) .container-home {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body:has(.pt_feat_vid) .video-player-page {
    padding-top: 16px;
  }

  body:has(.pt_feat_vid) .home-page-categories > .title h4 {
    margin-bottom: 12px;
    font-size: 19px !important;
  }

  body:has(.pt_feat_vid) .video-list:hover {
    transform: none;
    filter: none;
  }

  body:has(.pt_feat_vid) .video-list-title h4 {
    min-height: 36px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
