/* hero */

.hero {
  height: 100dvh;
  margin-bottom: 50px;
}

.heroSwiper {
  height: 100%;
}

.hero .swiper-slider {
  width: 100%;
}
.hero .swiper-slider a {
  height: 100dvh;
  width: 100dvw;
}

.hero-card {
  height: 100%;
  align-items: center;
}

.hero-card .card-image {
  width: 100%;
  height: 100%;
}
.hero-card .card-info {
  padding-left: clamp(20px, 10vw, 168px);
  padding-top: 2rem;
  max-width: 500px;
  padding-right: 2rem;
  margin-block: auto 130px;
  box-sizing: content-box;
}

.hero-card .title {
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "CFAstyBold";
}
.hero-card .lead {
  color: #909090;
}
.hero-card .details {
  color: #909090;
  margin-top: 17px;
  padding-top: 0;
}

.hero-card .cat-logo {
  width: 334px;
  margin-bottom: 6px;
}
.hero-card .cat-logo.direct {
  width: 334px;
}
.hero-card .cat-logo.medusa {
  width: 240px;
  margin-left: -3rem;
  margin-bottom: 1rem;
}
.hero-card .cat-logo.uncut {
  margin-bottom: 2rem;
}
.hero-card .cat-logo.lexi {
  margin-bottom: 1rem;
}

.hero-card .vid-icon {
  position: relative;
  right: unset;
  bottom: unset;
  background-color: #f47a23;
  margin-top: 17px;
}

.heroSwiper .swiper-pagination {
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 21px;
  border: 1px solid #fff;
  padding: 11px 22px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
}

.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-inline: 10px !important;
}
.heroSwiper .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1420px) {
  .hero-card .card-image img {
    object-position: right;
  }
}
@media screen and (max-width: 1220px) {
  .hero-card .card-info {
    padding-left: 60px;
  }
  .hero-card .cat-logo {
    width: 250px;
  }
}
@media screen and (max-width: 980px) {
  .hero-card .card-info {
    padding-left: var(--padding);
  }
}
@media screen and (max-width: 920px) {
  .hero {
    height: auto;
  }
  .hero-card.cover {
    display: block;
  }
  .hero-card.cover > div {
    position: relative;
  }
  .hero-card .card-image {
    height: 530px;
  }
  .hero-card .card-info {
    margin: -130px auto 0;
    align-items: center;
    position: relative;
  }

  .hero-card .card-info .lead {
    margin-top: 80px;
  }
  .heroSwiper .swiper-pagination {
    top: calc(532px - 33px);
    bottom: unset;
  }
  .hero-card .cat-logo {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 200px;
  }
  .hero-card .cat-logo.direct {
    width: 220px;
  }
  .hero-card .cat-logo.medusa {
    margin-left: 0;
  }
  .hero-card .cat-logo img {
    margin-inline: auto;
  }
  .hero-card .title {
    font-size: 25px;
    line-height: 29px;
  }
}
@media screen and (max-width: 780px) {
  .hero-card .card-info {
    padding-left: var(--padding);
    padding-top: 1rem;
    margin-top: -110px;
  }
  .hero-card .cat-logo {
    width: 150px;
  }
}
@media screen and (max-width: 520px) {
  .hero-card .card-info {
    padding-top: 7px;
    align-items: flex-start;
    margin-top: -80px;
  }
  .hero-card .title {
    font-size: 17px;
    line-height: 21px;
    width: 100%;
    text-align: center;
  }
  .hero-card .cat-logo.direct {
    width: 220px;
  }
  .hero-card .cat-logo {
    width: 120px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .heroSwiper .swiper-pagination {
    padding: 7px 20px;
    display: flex;
    align-items: center;
  }
  .heroSwiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .hero-card .details {
    margin-top: 16px;
  }
  .hero-card .vid-icon {
    margin-top: 13px;
  }
}

/* home hosts */

.hostSwiper {
  position: relative;
  margin-block: clamp(55px, 9vw, 170px) clamp(52px, 6vw, 89px);
  height: 710px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #535353 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.host-title {
  position: absolute;
  font-size: 139px;
  line-height: 90px;
  color: #fff;
  left: 90px;
  top: 2rem;
  font-family: "CFAstyBold";
}

.host-title > span:nth-of-type(2) {
  color: #f47a23;
  font-size: 0.41em;
  display: inline-block;
  margin-left: -1ch;
}
.host-title > span:nth-of-type(3) {
  display: block;
  margin-left: 103px;
}

.host-card .host-card {
  width: 100%;
  background-color: #d1d1d1;
  position: relative;
}

.host-card .person-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.8);
  max-width: 710px;
  max-height: 100%;
  opacity: 0;
  transition: all 0.8s;
}
.host-card .person-info {
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(100%);
  width: 308px;
  font-size: 17px;
  line-height: 21px;
  opacity: 0;
  transition: all 1s;
}

.swiper-slide.host-card.swiper-slide-active .person-img {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.swiper-slide.host-card.swiper-slide-active .person-info {
  opacity: 1;
  transform: translateY(-50%);
}

.host-card .person-info .quote {
  width: 120px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(96%) saturate(4065%)
    hue-rotate(347deg) brightness(100%) contrast(92%);
  position: absolute;
  --topSpace: 20px;
  --sideSpace: 70px;
}

.host-card .person-info .quote.up {
  left: calc(-1 * var(--sideSpace));
  top: calc(-1 * var(--topSpace));
  transform: rotate(180deg) translateY(100%);
}
.host-card .person-info .quote.down {
  right: calc(-1 * var(--sideSpace));
  top: calc(100% + var(--topSpace));
}

.host-card .person-info .name {
  font-size: 25px;
  font-family: "CFAstyBold";
  margin-bottom: 24px;
}

.hostSwiper .swiper-arrows {
  position: absolute;
  top: calc(50% + 200px);
  right: calc(308px + 180px - 111px);
  z-index: 2;
}

@media screen and (max-width: 1620px) {
  .host-card .person-info {
    right: 100px;
  }
  .hostSwiper .swiper-arrows {
    right: calc(308px + 100px - 111px);
  }
  .host-card .person-info .quote {
    width: 100px;
    --sideSpace: 55px;
  }
  .host-title {
    font-size: 110px;
    line-height: 75px;
  }
  .host-title > span:nth-of-type(3) {
    margin-left: 95px;
  }
}

@media screen and (max-width: 1420px) {
  .host-title {
    left: 2rem;
  }
}
@media screen and (max-width: 1120px) {
  .host-title {
    left: 50%;
    transform: translateX(-50%);
    font-size: 90px;
    line-height: 60px;
  }
  .host-title > span:nth-of-type(3) {
    margin-left: 80px;
  }
  .host-card .person-img {
    left: 0;
    max-height: calc(100% - 135px);
    transform: scale(0.8);
  }
  .swiper-slide.host-card.swiper-slide-active .person-img {
    opacity: 1;
    transform: scale(1);
  }
  .host-card .person-info {
    bottom: 100px;
    top: unset;
  }
  .host-card .person-info .quote {
    width: 80px;
    --sideSpace: 44px;
    --topSpace: 15px;
  }
  .hostSwiper .swiper-arrows {
    bottom: 50px;
    top: unset;
  }
  .host-card .person-info .name {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1020px) {
  .host-card .person-img {
    width: 500px;
  }
}
@media screen and (max-width: 920px) {
  .host-card .person-info .quote {
    width: 60px;
    --sideSpace: 32px;
    --topSpace: 10px;
  }
  .hostSwiper {
    height: 600px;
  }
  .host-card .person-img {
    width: 400px;
  }
  .host-card .person-info {
    bottom: 0;
  }
  .hostSwiper .swiper-arrows {
    bottom: 28px;
    right: calc(308px + 2rem - 111px);
  }
  .host-card .person-info {
    right: 2rem;
  }
}
@media screen and (max-width: 680px) {
  .hostSwiper {
    height: unset;
  }
  .host-title {
    font-size: 69px;
    line-height: 49px;
  }

  .tiktok-actions .swiper-arrows.arrow-nav {
    display: none;
  }
  .host-title > span:nth-of-type(3) {
    margin-left: 80px;
  }
  .host-card {
    padding-top: 153px;
  }
  .host-card .person-img,
  .host-card .person-info {
    position: relative;
    left: 0;
    top: 0;
  }

  .host-card .person-img {
    left: 50%;
    transform: translateX(-50%);
    width: 390px;
    aspect-ratio: 1;
    display: grid;
    place-content: end;
  }

  .swiper-slide.host-card.swiper-slide-active .person-img {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  .host-card .person-info {
    margin: 100px auto;
    max-width: 390px;
    transform: translateY(50%);
    width: 100%;
  }
  .swiper-slide.host-card.swiper-slide-active .person-info {
    opacity: 1;
    transform: translate(0);
  }
  .hostSwiper .swiper-arrows {
    top: calc(153px + 390px - 33px - 21px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 520px) {
  .host-card .person-info .quote {
    --sideSpace: 0;
  }
  .host-card .person-info .quote.down {
    right: 0;
  }
  .host-card .person-info .name {
    font-size: 22px;
  }
  .host-card .person-info {
    font-size: 16px;
    line-height: 22px;
  }
}

/* home tik tok */

.tiktok .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tiktok-logo {
  width: 198px;
  height: 76px;
  filter: brightness(0) invert(1);
}
.tiktok-follow {
  width: fit-content;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 21px;
  font-size: 13px;
  line-height: 17px;
}

/* TikTok Card Styles */
.tiktok .swiper-slide .card {
  position: relative;
  overflow: hidden;
}

.tiktokCard {
  position: relative;
}

.tiktokCard .card-image {
  aspect-ratio: 0.65;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.25s ease;
  pointer-events: auto;
}

.tiktokCard .vid-icon {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

/* TikTok Embed Layer */
.tiktok-embed-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
  pointer-events: none;
  aspect-ratio: 0.65;
  overflow: hidden;
}

.tiktok-embed-layer iframe,
.tiktok-embed-layer blockquote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.tiktok-embed-layer blockquote {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* TikTok embed iframe styling - match card-image exactly */
.tiktok-embed-layer iframe {
  display: block;
  aspect-ratio: 0.65;
}

/* Hover State */
.tiktok .swiper-slide.is-hover .card-image {
  opacity: 0;
  pointer-events: none;
}

.tiktok .swiper-slide.is-hover .tiktok-embed-layer {
  opacity: 1;
  pointer-events: auto;
}

/* Accessibility: Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .tiktokCard .card-image,
  .tiktok-embed-layer {
    transition: opacity 0.1s ease;
  }
}

/* footer */

.footer-wrapper {
  align-items: center;
  justify-content: flex-end;
  margin-block: clamp(66px, 9.1vw, 177px) clamp(56px, 9vw, 172px);
}
.footer-info {
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  max-width: 236px;
  width: 50%;
  margin-inline: clamp(30px, 7.5vw, 137px) clamp(50px, 7vw, 126px);
}
.footer-info .label {
  max-width: 236px;
  margin-inline: auto;
}
.banners {
  flex-wrap: wrap;
}
.banner {
  flex: 1;
  max-width: 300px;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
}
.banner-img {
  height: 765px;
}
.banner .show-logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 300px; */
  width: 100%;
  padding-inline: 10px;
  display: grid;
  place-content: center;
  container-name: show-banner;
  container-type: inline-size;
}

.banner .show-logo.uncut {
  bottom: 110px;
}

.banner .show-logo img {
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
  /* width: 80%; */
  margin-inline: auto;
  width: 100%;
}

.banner .show-logo.direct img {
  max-width: 168px;
}
.banner .show-logo.uncut img {
  max-width: 238px;
}
.banner .show-logo.medusa img {
  max-width: 160px;
}
.banner .show-logo.lexi img {
  max-width: 211px;
}

.footer-info .logo {
  margin-bottom: 50px;
  /* filter: brightness(0) invert(1); */
  margin-inline: auto;
  width: fit-content;
  transform: scale(2.5);
}
.subscribe-btn {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 35px;
  margin-top: 2rem;
  color: #000;
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.subscribe-btn:hover {
  background-color: #f47a23;
  border-color: #000;
}

@container show-banner (width < 280px) {
  .banner .show-logo.uncut img {
    max-width: 190px;
  }
  .banner .show-logo.lexi img {
    max-width: 180px;
  }
}
@container show-banner (width < 240px) {
  .banner .show-logo.direct img {
    max-width: 140px;
  }
  .banner .show-logo.uncut img {
    max-width: 170px;
  }
  .banner .show-logo.lexi img {
    max-width: 160px;
  }
}
@container show-banner (width < 200px) {
  .banner .show-logo.direct img {
    max-width: 110px;
  }
  .banner .show-logo.uncut img {
    max-width: 154px;
  }
  .banner .show-logo.medusa img {
    max-width: 120px;
  }
  .banner .show-logo.lexi img {
    max-width: 137px;
  }
}
@container show-banner (width < 175px) {
  .banner .show-logo.direct img {
    max-width: 90px;
  }
  .banner .show-logo.uncut img {
    max-width: 124px;
  }
  .banner .show-logo.medusa img {
    max-width: 100px;
  }
  .banner .show-logo.lexi img {
    max-width: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .footer-info {
    margin-inline: 2rem;
    min-width: 300px;
    flex-shrink: 0;
  }
  .banner {
    flex: unset;
    width: 50%;
    max-width: unset;
  }
  .banner-img {
    height: auto;
    aspect-ratio: 0.95;
  }
  .banner .show-logo {
    bottom: 2rem;
  }
  .banner .show-logo.uncut {
    bottom: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .footer-info {
    margin-inline: 1rem 2rem;
    min-width: 236px;
  }
}
@media screen and (max-width: 780px) {
  .footer-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .main-footer {
    padding-inline: 0;
  }
  .footer-info .logo {
    width: 135px;
    margin-bottom: 18px;
  }
  .subscribe-btn {
    margin-top: 22px;
  }
  .banner .show-logo {
    bottom: 22px;
  }
  .banner .show-logo.uncut {
    bottom: 2rem;
  }
}

/* article */

article.single {
  max-width: 1052px;
  margin-inline: auto;
  padding-top: 128px;
}

.article-header,
.article-body {
  font-size: 18px;
  line-height: 27px;
  padding-inline: var(--padding);
  max-width: 710px;
  margin-inline: auto;
}

.article-header .show-logo {
  width: 184px;
  margin-bottom: 18px;
}
.article-header .date {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
  color: #909090;
}

.article-header .show-title {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 18px;
  position: relative;
  z-index: 30;
  font-family: "CFAstyBold";
}
.article-header .lead {
  color: #909090;
}

.article-header-wrapper {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #535353 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.article-media {
  margin-top: 35px;
  position: relative;
}
.article-media .vid-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f47a23;
  border-color: #f47a23;
  width: 85px;
  height: 51px;
  cursor: pointer;
}

.article-media .vid-icon img {
  width: 18px;
}

.article-media .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.article-media.player-active .video {
  display: block;
}
.article-media.player-on .video {
  opacity: 1;
  pointer-events: all;
}

.article-media .video iframe {
  width: 100%;
  height: 100%;
}

.article-media .media-info {
  display: none;
}

.article-body {
  margin-block: 68px 90px;
}
.article-body > * {
  margin-bottom: 2rem;
}

.article-more .video-list-wrapper {
  border: none;
  border-top: 1px solid #fff;
  padding-top: 62px;
}

body:has(article.single) .footer-wrapper {
  margin-top: clamp(130px, 8vw, 150px);
}

@media screen and (max-width: 980px) {
  .article-header .show-title {
    font-size: 24px;
    line-height: 30px;
  }
  .article-body {
    margin-block: 47px 75px;
  }
}
@media screen and (max-width: 520px) {
  article.single {
    padding-top: 131px;
  }
  .article-header .show-logo {
    width: 140px;
    margin-bottom: 25px;
  }
  .article-media {
    padding-inline: var(--padding);
  }
  .article-header .date {
    margin-bottom: 9px;
  }
  .article-header .show-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 19px;
  }
  .article-media {
    margin-top: 29px;
  }
  .article-media .media-info {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-top: 9px;
  }
  .article-body {
    margin-block: 27px 60px;
  }
  .article-body > * {
    margin-bottom: 1.25rem;
  }
  .article-more .video-list-wrapper {
    border: none;
    padding-top: 0;
  }
}

/* category */

.category-hero {
  margin-bottom: 113px;
}

.category-hero .card-wrapper {
  height: 100%;
}

.category-more {
  border: none;
}

.cat-logo-mobile {
  display: none;
}

.category-more .more-btn {
  display: none;
}

@media screen and (max-width: 920px) {
  .category-hero .hero-card .card-info .lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .category-hero {
    padding-inline: var(--padding);
    margin-block: 131px 34px;
  }
  .category-hero .card-wrapper .card-image,
  .category-hero .card-wrapper {
    height: auto;
  }
  .category-hero .hero-card .card-info {
    margin-top: 0;
    padding: 15px 0 0;
  }
  .category-hero .hero-card .title {
    text-align: left;
    margin-bottom: 19px;
  }
  /* .category-hero .hero-card .details {
    order: -1;
    margin-block: 0 9px;
  } */
  .category-hero .hero-card .cat-logo {
    display: none;
  }
  .cat-logo-mobile {
    display: block;
    margin-bottom: 58px;
    width: 140px;
  }
  .cat-logo-mobile.uncut {
    width: 200px;
  }
  .category-hero .hero-card .vid-icon {
    left: 50%;
    top: calc((((100vw - 2 * var(--padding)) * 9) / 16) / -2);
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .category-more .section-header {
    display: none;
  }
  .category-more .video-list-swiper {
    padding-right: var(--padding);
  }
  .category-more .video-list-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .category-more .card .title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .category-more .card .lead {
    color: #909090;
  }
  .category-more .card .details {
    font-size: 10px;
    line-height: 12px;
    padding-top: 19px;
  }
  .category-more .vid-icon {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    background-color: #f47a23;
    border-color: #f47a23;
    width: 57px;
    height: 33px;
  }
  .category-more .more-btn {
    display: block;
    padding: 11px 16px 9px;
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #fff;
    margin-inline: auto;
    width: fit-content;
    border-radius: 21px;
    cursor: pointer;
  }
}

.tiktok-embed-layer blockquote {
  max-width: 100% !important;
  min-width: 100% !important;
}

.tiktok-embed-layer blockquote section,
.tiktok-embed-layer blockquote section::before,
.tiktok-embed-layer blockquote iframe {
  height: 100% !important;
  max-height: 100% !important;
}

.tiktok-actions {
      display: flex;
    gap: 20px;
    align-items: center;
}

.tiktok-actions .swiper-arrows.arrow-nav {
      position: relative;
    top: 0;
    height: 39px;
}

.tiktok-actions .swiper-arrows.arrow-nav [class*="swiper-button"] {
  top: 50% !important;
    transform: translateY(-50%);
}

.tiktok-actions .swiper-arrows.arrow-nav [class*="swiper-button-prev"] {
transform: translateY(-50%) scaleX(-1);
}
