.hero {
  padding: 0 2.778vw;
  display: flex;
  gap: 1.389vw;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}

.left-img-box {
  position: relative;
  overflow: hidden;
}

.left-img-box img {
  width: 22.5vw;
  object-fit: cover;
}

.tag {
  display: inline-block;
  background: #5d5d5d;
  color: #fff;
  padding: 0.417vw 0.694vw 0.694vw;
  font-size: 0.972vw;
  font-weight: 400;
  font-family: "Abolition";
  text-transform: uppercase;
}

.left-img-box .tag {
  position: absolute;
  top: 0.833vw;
  left: 0.833vw;
  z-index: 2;
}

.left-info {
  padding-top: 0.556vw;
  transition: 0.4s;
}

.left-news-box:hover .left-info h1,
.left-news-box:hover .left-info p.title-card {
  color: #fe4622;
}

.news-title {
  font-size: 2.778vw;
  font-family: "Abolition";
  line-height: 2.778vw;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1.111vw;
  transition: 0.4s;
}

.date-span {
  font-family: "Neue Machina";
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.25vw;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-center {
  width: 46.667vw;
}

.guest-content {
  position: relative;
  overflow: hidden;
  width: 46.667vw;
}

.hero-center:hover .guest-title {
  color: #fe4622;
}

.guest-img {
  width: 100%;
  object-fit: cover;
}

.guest-name-box {
  position: absolute;
  left: 1.667vw;
  bottom: 1.667vw;
  align-items: center;
  display: flex;
}

.guest-name {
  background: #91ea00;
  color: #000;
  font-size: 2.222vw;
  font-family: "Abolition";
  line-height: 2.222vw;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.833vw 0.833vw 1.111vw 0.833vw;
  letter-spacing: 3%;
}

.sigma-svg {
  width: 5.8vw;
  height: 100%;
  padding: 1.563vw 0.313vw;
  background: #fff;
}

.center-info {
  margin-top: 0.278vw;
  font-family: "Abolition";
}

.guest-title {
  font-size: 6.944vw;
  line-height: 6.944vw;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1.667vw;
  transition: 0.4s;
}

.center-actions {
  display: flex;
  align-items: center;
  gap: 1.111vw;
}

.center-actions a {
  padding: 0.694vw 1.667vw 1.111vw;
  background: #fff;
  color: #000;
  font-size: 1.667vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  transition: 0.4s;
}

.center-actions a:hover {
  color: #ff3b1f;
}

.center-actions a:hover .play-vector {
  color: #ff3b1f;
  background: #000;
}

.center-actions a:first-child {
  position: relative;
  background: #ff3b1f;
  color: #fff;
  padding-left: 3.264vw;
  transition: 0.4s;
}

.center-actions a:first-child:hover {
  color: #000;
}

.center-actions .play-vector {
  left: 1.667vw;
  width: 1vw;
  height: 1vw;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}

.hero-right .tag {
  margin-bottom: 0.139vw;
}

.hero-quote .news-title {
  transition: 0.4s;
}

.hero-quote:hover .news-title {
  color: #fe4622;
}
/* Bottom news */

.episodes {
  margin-top: 2.778vw;
  padding: 0 2.778vw;
}

.episodes-row {
  display: flex;
  gap: 1.389vw;
}

.episode-card {
  width: 100%;
}

.episode-card:hover .news-title {
  color: #fe4622;
}

.episode-img-box {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.episode-play:hover .play-vector {
  background: #000;
}

.episode-img-box img {
  width: 100%;
  display: block;
}

.episode-play {
  position: absolute;
  top: 0.833vw;
  right: 0.833vw;
  width: 2.778vw;
  height: 2.778vw;
  border: none;
  background: #ff3b1f;
  cursor: pointer;
}

.episode-name-box {
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
  display: flex;
  align-items: center;
}

.episode-name-box p {
  background: #050909;
  color: #fff;
  font-size: 0.972vw;
  line-height: 100%;
  font-weight: 400;
  padding: 0.486vw 0.694vw 0.694vw;
  font-family: "Abolition";
  text-transform: uppercase;
}

.episode-name-box img {
  width: 2.222vw;
  height: 2.222vw;
  background: #fff;
  padding: 0.556vw 0.208vw;
}

.episode-title {
  margin-top: 0.278vw;
  margin-bottom: 1.111vw;
}

.play-vector {
  position: absolute;
  left: 50%;
  top: 50%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 1vw;
  height: 1vw;
  transition: 0.4s;
}

.invite-field-wrapper {
  margin: 3.472vw -2.778vw 0;
  padding: 2.778vw;
  background: #fe4622;
}

.invite-field {
  background: #fff;
  color: #050909;
  min-height: 5.556vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Abolition";
}

.invite-field span.title {
  font-size: 4.167vw;
  line-height: 4.167vw;
  font-weight: 400;
  letter-spacing: 0%;
  padding: 1.389vw 2.778vw 2.361vw;
  text-transform: uppercase;
  color: #090b0a;
}

.invite-field a {
  background: #fe4622;
  color: #fff;
  padding: 0.694vw 1.111vw 1.111vw 1.667vw;
  font-size: 1.667vw;
  text-transform: uppercase;
  transition: 0.4s;
  margin-right: 2.778vw;
}

.invite-field a:hover {
  color: #000;
}

.invite-field a:hover::after {
  background: url("./images/black-vector.svg") center / contain no-repeat;
}

.invite-field a::after {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  transform: translateY(-0.1389vw);
  background: url("./images/white-vector.svg") center / contain no-repeat;
  transition: 0.4s;
}

.main-news {
  padding: 2.778vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.389vw;
}

.main-news-left {
  width: 100%;
}

.main-news-left:hover .main-news-title {
  color: #fe4622;
}

.main-big-news {
  position: relative;
  overflow: hidden;
}

.main-big-news img {
  width: 100%;
  display: block;
}

.main-big-news .tag {
  position: absolute;
  top: 0.833vw;
  left: 0.833vw;
  z-index: 2;
}

.main-news-title {
  margin: 0.278vw 0 1.667vw 0;
  font-size: 6.944vw;
  line-height: 6.944vw;
  font-weight: 400;
  font-family: "Abolition";
  text-transform: uppercase;
  transition: 0.4s;
}

.main-news-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}

.small-news {
  display: flex;
  font-family: "Abolition";
  gap: 0.972vw;
}

.small-news-info p.title, .small-news-info h3.title {
  transition: 0.4s;
}

.small-news:hover .small-news-info p.title, .small-news:hover .small-news-info h3.title {
  color: #fe4622;
}

.small-news-img {
  width: 11.111vw;
  flex-shrink: 0;
}

.small-news-img img {
  width: 100%;
  object-fit: cover;
}

.small-news-info .tag {
  margin-bottom: 0.417vw;
}

.small-news-info p.title, .small-news-info h3.title {
  font-size: 2.778vw;
  line-height: 2.778vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

/* Support part */

.support-area {
  padding: 0 2.778vw 2.778vw;
}

.quotes-wrapper {
  margin-top: 2.778vw;
}

.quotes-wrapper a {
  display: flex;
}

.quotes-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.389vw;
}

.quote-card {
  background: #292929;
  padding: 2.083vw;
  transition: 0.4s;
  font-family: "Abolition";
}

.quote-card:hover {
  background: #fe4622;
}

.quote-big {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-big p.quote-title {
  font-size: 4.167vw;
  line-height: 4.167vw;
}

.quotes-right {
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
  font-size: 2.778vw;
}

.quote-card p.quote-title {
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.quote-wide p.quote-title {
  font-size: 2.778vw;
  line-height: 2.778vw;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  margin-top: 2.222vw;
}

.quote-author img {
  width: 4.028vw;
  height: 4.028vw;
  object-fit: cover;
}

.quote-author h2 {
  font-size: 1.667vw;
  line-height: 1.867vw;
  font-weight: 400;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.quote-author p {
  font-family: "Neue Machina";
  margin-top: 0.417vw;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.25vw;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quotes-bottom {
  margin-top: 1.389vw;
  display: flex;
  gap: 1.389vw;
}

.quote-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.569vw;
}

.quote-small p.quote-title {
  font-size: 2.222vw;
  line-height: 2.222vw;
}

.support-news-row {
  margin-top: 2.778vw;
  display: flex;
  gap: 1.389vw;
}

.support-news-card {
  width: 100%;
}

.support-news-card:hover .news-title {
  color: #fe4622;
}

.support-news-img {
  position: relative;
  overflow: hidden;
}

.support-news-img img {
  width: 100%;
  display: block;
}

.support-news-img .tag {
  position: absolute;
  top: 0.833vw;
  left: 0.833vw;
  z-index: 2;
}

/* Youtube part */

.youtube-area {
  padding: 2.083vw 2.778vw 4.167vw 2.778vw;
  background: #292929;
}

.media-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.111vw;
  margin-bottom: 2.222vw;
}

.media-title p.title {
  font-family: "Abolition";
  font-size: 4.167vw;
  line-height: 4.167vw;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.youtube-icon {
  width: auto;
}

.youtube img {
  width: 4.861vw;
}

.youtube-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.389vw;
}

.youtube-card {
  width: calc((100% - 2.778vw) / 3);
  transition: 0.2s;
}

.youtube-card:hover {
  transform: scale(1.01);
}

.youtube-card iframe,
.youtube-card img {
  width: 100%;
  display: block;
  min-height: 17vw;
}

.spotify-area {
  padding: 2.083vw 2.778vw 4.167vw;
}

.spotify-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.111vw;

  margin-bottom: 2.778vw;
}

.spotify-title h1 {
  font-size: 3.333vw;
  line-height: 3.333vw;
  font-weight: 400;
  text-transform: uppercase;
}

.spotify img {
  width: 3.611vw;
}

.spotify-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.389vw;
}

.spotify-card {
  width: calc((100% - 1.389vw) / 2);
}


@media (max-width: 960px) {
  .hero {
    padding: 0 5.333vw;
    display: flex;
    flex-direction: column;
  }

  .hero-center {
    order: 1;
    width: 100%;
  }

  .hero-left {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 4.267vw;
    margin-top: 5.333vw;
  }

  .hero-right {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.267vw;
    margin-top: 5.333vw;
  }
  .nav-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #050909;
    padding: 5.128vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.103vw;
    z-index: 150;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-2.564vw);
    transition: 0.4s;
  }

  .nav-items.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-item {
    display: block;
    font-size: 6.154vw;
    line-height: 100%;
  }

  .nav-items .searching-button {
    display: none;
  }

  .mobile-menu-actions {
    display: flex;
    gap: 2.564vw;
    width: 100%;
    margin-top: 3.077vw;
  }

  .mobile-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Abolition";
    font-size: 6.103vw;
    line-height: 100%;
    text-transform: uppercase;
    padding: 2.564vw 0 3.333vw;
    transition: 0.4s;
  }

  .left-img-box img {
    width: 100%;
    display: block;
  }

  .left-news-box .news-title {
    font-size: 8.533vw;
    line-height: 8.533vw;
    margin: 2.133vw 0 4.267vw;
  }

  .hero-right .news-title {
    font-size: 8.533vw;
    line-height: 8.533vw;
    margin: 0.533vw 0 4.267vw;
  }

  .tag {
    font-size: 3.733vw;
    line-height: 100%;
    letter-spacing: 3%;
    padding: 1.6vw 2.667vw 2.667vw;
  }

  .left-img-box .tag {
    top: 3.2vw;
    left: 3.2vw;
  }

  .hero-center,
  .guest-content {
    width: 100%;
  }

  .guest-img {
    display: block;
  }

  .guest-name-box {
    left: 3.2vw;
    bottom: 3.2vw;
  }

  .guest-name {
    font-size: 6.4vw;
    line-height: 8vw;
    padding: 1.133vw 1.6vw 2.133vw;
  }

  .sigma-svg {
    width: 9.6vw;
    height: 11.2vw;
    padding: 2.821vw 0.769vw;
  }

  .guest-title {
    font-size: 16vw;
    line-height: 16vw;
    margin-bottom: 3.077vw;
  }

  .mobile-hide {
    display: none;
  }

  .center-actions {
    gap: 3.2vw;
    flex-wrap: wrap;
  }

  .center-actions a {
    font-size: 6.4vw;
    padding: 2.667vw 6.4vw 4.267vw 6.4vw;
  }

  .center-actions a:first-child {
    padding-left: 8.718vw;
  }

  .center-actions .play-vector {
    left: 4.8vw;
    width: 4vw;
    height: 4vw;
  }

  .center-actions .date-span {
    width: 100%;
  }

  .date-span {
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .episodes {
    padding: 5.333vw;
  }

  .episodes-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.103vw 2.564vw;
  }

  .episode-play {
    top: 1.067vw;
    right: 1.067vw;
    width: 10.667vw;
    height: 10.667vw;
    padding: 2.667vw 3.2vw 3.733vw 3.2vw;
  }

  .play-vector {
    width: 4vw;
    height: 4vw;
  }

  .episode-name-box {
    height: 8.533vw;
    margin-top: 2.133vw;
    position: static;
    left: 1.538vw;
    bottom: 1.538vw;
  }

  .episode-name-box p {
    background: #292929;
    font-size: 3.733vw;
    padding: 1.6vw 2.667vw 2.667vw 2.667vw;
  }

  .episode-name-box img {
    width: 8vw;
    height: 8vw;
    padding: 1.282vw 0.513vw;
  }

  .news-title {
    font-size: 8.533vw;
    line-height: 8.533vw;
  }

  .episode-title {
    margin-bottom: 4.267vw;
  }

  .invite-field-wrapper {
    display: none;
  }

  .main-news {
    padding: 5.333vw;
    display: flex;
    flex-direction: column;
    gap: 5.333vw;
  }

  .main-news-left {
    width: 100%;
  }

  .main-big-news .tag {
    top: 3.2vw;
    left: 3.2vw;
  }

  .main-news-title {
    font-size: 8.533vw;
    line-height: 8.533vw;
    margin: 3.2vw 0 2.133vw;
  }

  .main-news-right {
    display: flex;
    flex-direction: column;
    gap: 4.267vw;
  }

  .small-news {
    display: flex;
    gap: 3.2vw;
  }

  .small-news-img {
    width: 33.067vw;
  }

  .small-news-img img {
    width: 100%;
    display: block;
  }

  .small-news-info .tag {
    margin-bottom: 0.533vw;
  }

  .small-news-info p.title, .small-news-info h3.title {
    font-size: 8.533vw;
    line-height: 8.533vw;
    margin-bottom: 2.133vw;
  }

  .support-area {
    padding: 0 0 5.333vw;
    overflow: hidden;
  }

  .quotes-wrapper {
    margin-top: 5.333vw;
    overflow: hidden;
  }

  .quotes-top {
    padding: 0 5.333vw;
    display: block;
  }

  .quotes-top > a {
    display: block;
    width: 100%;
  }

  .quotes-right {
    display: none;
  }

  .quote-card {
    padding: 5.333vw;
  }

  .quote-big p.quote-title {
    font-size: 8.533vw;
    line-height: 8.533vw;
  }

  .quote-author {
    gap: 2.667vw;
    margin-top: 5.333vw;
  }

  .quote-author img {
    width: 12.8vw;
    height: 12.8vw;
  }

  .quote-author h2 {
    font-size: 5.333vw;
    line-height: 5.333vw;
  }

  .quote-author p {
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .quotes-bottom {
    margin: 0;
    padding: 5.333vw;
    display: flex;
    gap: 4.267vw;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: column;
  }

  .quotes-bottom a {
    /* flex: 0 0 74.667vw; */
    scroll-snap-align: start;
  }
  .quote-small {
    width: 100%;
  }
  .quote-small p.quote-title {
    font-size: 7.467vw;
    line-height: 7.467vw;
  }

  .quotes-bottom::-webkit-scrollbar {
    display: none;
  }

  .support-news-row {
    margin: 0;
    flex-direction: column;
    padding: 5.333vw;
  }

  .support-news-card {
    margin-bottom: 4.267vw;
  }

  .support-news-card .tag {
    top: 3.2vw;
    left: 3.2vw;
  }

  .support-news-card .news-title {
    margin: 2.133vw 0 5.333vw;
  }

  .youtube-area,
  .spotify-area {
    padding: 5.333vw;
  }

  .media-title {
    gap: 3.2vw;
    margin-bottom: 5.333vw;
  }

  .media-title p.title {
    font-size: 10.667vw;
    line-height: 10.667vw;
  }

  .youtube img {
    width: 12.8vw;
  }

  .youtube-videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }

  .youtube-card,
  .spotify-card {
    width: 100%;
  }

  .youtube-card:hover,
  .spotify-card:hover {
    transform: none;
  }

  .youtube-card img .spotify-card img {
    width: 100%;
    display: block;
  }

  .spotify img {
    width: 10.133vw;
  }

  .spotify-cards {
    gap: 3.2vw;
  }
}


.spotify-card {
    display: flex;
    background-color: #242424; 
    border-radius: 0.833vw;
    padding: 0.833vw;
    max-width: 45.1389vw;
    font-family: "Neue Machina";
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    color: #ffffff;
    box-sizing: border-box;
}

.spotify-cover {
    width: 8.3333vw;
    height: 8.3333vw;
    border-radius: 0.5556vw;
    margin-right: 1.111vw;
    object-fit: cover;
    flex-shrink: 0;
}

.spotify-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-width: 0; /* Critical: allows text-overflow to work inside flexbox */
    padding: 0.1389vw 0;
}

.spotify-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.833vw;
    margin-bottom: 0.4167vw;
}

.spotify-title {
    margin: 0;
    font-size: 1.111vw;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.spotify-logo {
    width: 1.6667vw;
    height: 1.6667vw;
    flex-shrink: 0;
}

.spotify-meta {
    display: flex;
    align-items: center;
    gap: 0.5556vw;
    margin-bottom: 0.833vw;
}

.spotify-badge {
    background-color: #e5e5e5;
    color: #121212;
    font-size: 0.7639vw;
    font-weight: 600;
    padding: 0.2083vw 0.5556vw;
    border-radius: 4px;
}

.spotify-date {
    color: #a7a7a7;
    font-size: 0.9722vw;
}

.spotify-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.spotify-save {
    display: flex;
    align-items: center;
    gap: 0.5556vw;
    font-size: 0.9722vw;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.spotify-save:hover {
    opacity: 0.8;
}

.icon-plus {
    width: 1.6667vw;
    height: 1.6667vw;
}

.spotify-controls {
    display: flex;
    align-items: center;
    gap: 1.3889vw;
}

.icon-more {
    width: 1.3889vw;
    height: 1.3889vw;
    cursor: pointer;
    transition: fill 0.2s;
}

.icon-more:hover {
    fill: #ffffff;
}

.spotify-play {
    width: 2.2222vw;
    height: 2.2222vw;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: transform 0.1s ease-in-out;
}

.spotify-play svg {
    width: 1.111vw;
    height: 1.111vw;
    /* margin-left: 0.1389vw; Visually centers the play triangle */
}

.spotify-play:hover {
    transform: scale(1.05);
}