/**
 * Styles specific to the Season One page template
 */
.site-logo::before {
  content: "";
  position: absolute;
  top: 65%;
  width: 38%;
  right: -5%;
  height: 100%;
  background-image: url("../images/pages-logo-mini-puddle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.season-description {
  margin-right: 20px;
  /* margin-left: 20px; */
}
.col-left h1 {
  margin-right: 30px;
  /* margin-left: 20px; */
  /* max-width: 390px; */
}
.episodes-card {
  position: relative;
}
.season-layout {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 2rem 15px;
}
.season-layout .section-one-header {
  margin-left: 20px;
  /* margin-right: 50px; */
}
.headline-border h3 {
  padding-left: 20px;
}
.season-featured-image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.season-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 240px));
  /* gap: 2rem; */
}

.episode-card {
  height: 320px;
  padding-top: 120px;
  padding-left: 10%;
  padding-right: 10%;

  border-bottom: 4px solid #000000;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.episode-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* .episode-thumbnail {
  height: 200px;
  overflow: hidden;
}

.episode-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
} */

/* .episode-card:hover .episode-thumbnail img {
  transform: scale(1.05);
} */

.episode-details {
  padding-right: 20px;
}

.episode-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

/* .episode-date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
} */

.episode-excerpt {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Season navigation */
.season-navigation {
  margin: 2rem 0;
  text-align: center;
}

.season-navigation a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
  transition: var(--transition);
}

.season-navigation a:hover,
.season-navigation a.active {
  background: var(--primary-color);
  color: white;
}
/* season one css to move to file */

.headline-border h3 {
  margin: 0;
}
.icon-phone {
  position: relative;
}
.icon-phone:before {
  content: "";
  position: absolute;
  top: -49px;
  left: -124px;
  width: 186px;
  height: 251px;
  transform: rotate(34deg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/season-headphone-icon-dsktp.svg");
}
.episode-title a {
  color: #000000;
  position: relative;
  z-index: 1;
  height: 250px;
}
.episode-title .episode-excerpt {
  margin-top: 50px;
}
.episode-title .icon-base:before {
  content: "";
  position: absolute;
  top: -45px;
  left: -26px;
  width: 120px;
  height: 120px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.episode-title .icon-special:before {
  content: "";
  position: absolute;
  top: -120px;
  left: -10px;
  width: 300px;
  height: 210px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-special.svg");
}
.icon-1:before {
  background-image: url("../images/1.svg");
}
.icon-2:before {
  background-image: url("../images/2.svg");
}
.icon-3:before {
  background-image: url("../images/3.svg");
}
.icon-4:before {
  background-image: url("../images/4.svg");
}
.icon-5:before {
  background-image: url("../images/5.svg");
}
.icon-6:before {
  background-image: url("../images/6.svg");
}
.icon-7:before {
  background-image: url("../images/7.svg");
}
.icon-8:before {
  background-image: url("../images/8.svg");
}
.blurred-card-unreleased {
  filter: blur(3px);
  opacity: 0.9;
  pointer-events: none;
  user-select: none;
  cursor: default;
  z-index: 1;
}
/* .episode-card:after {
  content: "Release Date 04.07.2025";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #000000;
  background-color: #2a04fe;
  z-index: 20;
} */
.home-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  height: 130px;
  width: 130px;
  top: 85px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  border: 4px solid #000000;
  background-color: #2a04fe;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 1;
  z-index: 10;
}
.headline-border {
  margin-top: 32px;
}
.col-left h1 {
  margin-bottom: 52px;
}
.season-description.first-child {
  margin-top: 21px;
}
@media (min-width: 480px) {
  .home-action-button {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .episode-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .home-action-button {
    font-size: 22px;
    top: 245px;
  }
  .col-left h1 {
    /* margin-right: 30px; */
    /* margin-left: 20px; */
    max-width: 390px;
    min-width: 260px;
  }
  .episode-card {
    height: 550px;
    padding-top: 190px;
    padding-left: 20px;
    padding-right: 0;
    border-right: 4px solid #000000;
  }
  .episode-title .icon-special:before {
    top: -50px;
    left: -90px;
    width: 350px;
    height: 350px;
    transform: rotate(90deg);
  }
}
@media (min-width: 1200px) {
  .home-action-button {
    left: 50%;
  }
  .season-description {
    margin-right: 119px;
  }
  .season-layout {
    margin-bottom: 100px !important;
  }
  .season-layout .section-one-header {
    margin-left: 0;
    margin-right: 0;
  }
  .headline-border {
    margin-left: 20px;
    margin-top: 32px;
  }
  /* .headline-border h3 {
    padding-left: 20px;
  } */
  .col-left h1 {
    /* margin-right: 30px; */
    margin-left: 20px;
  }
}
