/* VIP Hero Section */
.vip-hero {
  width: 100%;
  padding: 150px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -90px;
}

.vip-layout {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}

.vip-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vip-title {
  font-size: 100px;
  font-weight: bold;
  color: rgb(231, 231, 231);
  font-family: 'Lalezar', cursive;
  margin: 0;
  text-align: left;
}

.vip-description {
  font-size: 26px;
  color: rgb(231, 231, 231);
  margin-top: -60px;
  font-family: 'Lalezar', cursive;
  line-height: 1.4;
  text-align: left;
}

.patreon-link {
  display: block;
  max-width: 900px;
  transition: transform 0.3s ease;
  transform: scale(1.1);
}

.patreon-link:hover {
  transform: scale(1.15);
}

.patreon-banner {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.vip-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-video {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 4.25 / 3;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  background: #000;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .vip-title {
    font-size: 80px;
    font-family: 'Lalezar', cursive;
  }
}

@media (min-width: 769px) and (max-width: 1199px) and (orientation: landscape) {
  .vip-hero {
    padding: 100px 80px;
    margin-bottom: -90px;
    margin-top: 50px;
  }
  
  .vip-layout {
    gap: 40px;
  }
  
  .vip-title {
    font-size: 80px;
    font-family: 'Lalezar', cursive;
  }
  
  .vip-description {
    font-size: 25px;
    margin-top: -60px;
   font-family: 'Lalezar', cursive;

  }
  
  .vip-video {
    max-width: 500px;
    height: 400px;
    margin-bottom: -20px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) and (orientation: portrait) {
  .vip-hero {
    padding: 80px 30px;
    margin-bottom: -40px;
  }
  
  .vip-layout {
    flex-direction: column;
    gap: 40px;
  }
  
  .vip-left {
    align-items: center;
    text-align: center;
  }
  
  .vip-title {
    font-size: 80px;
    text-align: center;
    margin-top: 25px;
  }
  
  .vip-description {
    font-size: 22px;
    width: 500px;
    margin-top: -55px;
    text-align: center;
    font-family: 'Lalezar', cursive;

  }
  
  .patreon-link {
    margin: 0 auto;
    width: 700px;
  }
  
  .vip-video {
    width: 710px; 
    height: 550px;
  }                                                            
}

@media (max-width: 768px) {
  .vip-hero {
    padding: 60px 20px 40px;
    margin-bottom: 0;
  }
  
  .vip-layout {
    flex-direction: column;
    gap: 30px;
  }
  
  .vip-left {
    align-items: center;
  }
  
  .vip-title {
    font-size: 30px;
    text-align: center;
  }
  
  .vip-description {
    font-size: 25px;
    margin-top: -60px;
    text-align: center;
  }
  
  .patreon-link {
    margin: 0 auto;
    max-width: 100%;
  }
  
  .vip-video {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .vip-hero {
    padding: 50px 15px 30px;
  }
  
  .vip-title {
    font-size: 55px;
     margin-top: 30px;
  }
  
  .vip-description {
    font-size: 18px;
    margin-top: -50px;
  }

  .vip-video {
  width: 100%;
  max-width: 780px;
  height: auto;
  aspect-ratio: 4.25 / 3;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  background: #000;
  object-fit: cover;
  transform: scale(1.2); 
  margin-top: 25px;
  margin-bottom: 90px;
}
}

/* VHS Section */
.vhs-stack a {
  display: block;
  text-decoration: none;
  margin: -1px;
  padding: 0;
  line-height: 0;
}

.vhs-stack a img {
  display: block; 
  margin: 0;
  padding: 0;
}

.vhs-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 55px;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -70px;
}

.vhs-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 500px;
  padding: 10px;
}

.vhs-box {
  width: 100%;
  max-width: 900px;
  transition: all 0.3s ease;
  margin-left: 50px;
  filter: brightness(1);
  cursor: pointer;
}

.vhs-stack:hover .vhs-box:not(:hover) {
  filter: brightness(0.4);
  transform: scale(1);
}

.vhs-stack .vhs-box:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.vhs-static-wrap {
  flex: 1 1 250px;
  max-width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vhs-static {
  width: 100%;
  height: auto;
  max-width: 450px;
}

@media (min-width: 769px) and (max-width: 1199px) and (orientation: portrait) {
  .vhs-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 0;
    margin: 0 auto;
  }
  
  .vhs-stack {
    width: 90%;
    max-width: 90%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .vhs-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  .vhs-static-wrap {
    display: none !important;
  }
  
  .vhs-static {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1199px) and (orientation: landscape) {
  .vhs-section {
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 55px;
    gap: 50px;
    margin: 0 auto;
    margin-bottom: -60px;
  }
  
  .vhs-stack {
    flex: 1 1 500px;
    max-width: none;
    padding: 10px;
  }

  .vhs-static {
    width: 96%;
    margin-right: 30px;
    display: block !important;
    max-width: none;
  }

  .vhs-box {
    width: 100%;
    margin-left: 100px;
    margin-right: 70px;
    max-width: 900px;
  }

  .vhs-static-wrap {
    flex: 1 1 250px;
    max-width: 460px;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .vhs-section {
    flex-direction: column;
    align-items: center;
    padding: 2px 0px;
    margin-bottom: -120px;
  }

  .vhs-stack,
  .vhs-static-wrap {
    max-width: 100%;
    flex: none;
  }

  .vhs-static {
    display: none !important;
  }
  
  .vhs-box {
    max-width: 100%;
    margin: auto;
  }
}