.hero-bg::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-awards {
  width: 430px;
  height: 430px;
  background-image: url(../images/v2/title_bg.png);
  background-size: 430px 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-awards div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  color: #FDECD4;
  margin-top: -90px;
  white-space: nowrap;
  font-weight: 300;
}

.hero-awards div span {
  display: inline-block;
  font-family: Work Sans;
  letter-spacing: 0.15em;
  margin-left: 0.15em;
}

.hero-awards p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  width: max-content;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}

[lang="en"] .hero-awards p {
  font-family: 'Josefin Sans';
  margin-top: -6px;
}


.details-btn {
  display: inline-block;
  width: 207px;
  height: 50px;
  background-size: 207px 50px;
  position: absolute;
  right: -2px;
  top: 120px;
  z-index: 2;
  cursor: pointer;
}

[lang="th"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-th.png);
}

[lang="en"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-en.png);
}

[lang="ja"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-ja.png);
}

[lang="zh-CN"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-cn.png);
}

[lang="zh-TW"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-tw.png);
}

.details-title {
  display: none;
}


.fixed-controller {
  width: 40px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  transform-origin: right bottom;
  display: none;
}

.fixed-controller .icon-home {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/v2/home.png);
  background-size: 40px 40px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

.fixed-controller .icon-top {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/v2/top.png);
  background-size: 40px 40px;
  cursor: pointer;
}



/** Artist **/

.item-box {
  position: relative;
  width: 1280px;
  padding-top: 50px;
  margin: 0 auto 50px;
  overflow: hidden;
  display: none;
}

.item-box .item-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.item-box .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  text-align: center;
}

.item-box .item-header b.lf {
  display: inline-block;
  width: 37px;
  height: 120px;
  background-image: url('/images/v2/icon_lf.png');
  background-size: 37px 120px;
  margin-right: 20px;
  margin-top: -6px;
}

.item-box .item-header b.rt {
  display: inline-block;
  width: 37px;
  height: 120px;
  background-image: url('/images/v2/icon_rt.png');
  background-size: 37px 120px;
  margin-left: 20px;
  margin-top: -6px;
}

.item-box .item-header span {
  display: inline-block;
  max-width: 590px;
  font-size: 50px;
  color: #E6C7A6;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Josefin Sans';
}

.item-box .item-image {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 730px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.item-box .item-desc {
  white-space: pre-wrap;
  font-size: 14px;
  color: #FDECD4;
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin: 0 auto 40px;
  font-family: Work Sans;
  display: none;
}

[lang="th"] .item-box .th-desc {
  display: block;
}

[lang="en"] .item-box .en-desc {
  display: block;
}

[lang="ja"] .item-box .jp-desc {
  display: block;
}

[lang="zh-CN"] .item-box .cn-desc {
  display: block;
}

[lang="zh-TW"] .item-box .tw-desc {
  display: block;
}

.item-box .item-list {
  width: 100%;
}

.item-box .item-list .item-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
}

.item-box .item-list .item-row .item {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 6px;
  height: auto;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.item-row .item .cover {
  width: 100%;
  padding-bottom: 66.7%;
  transition: all 0.5s ease;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
}

.item-row .item .cover .cover-image {
  display: inline-block;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
}

.item-row .item:hover .cover .cover-image {
  transform: scale(1.05) translateZ(0);
}

.item-row .item .cover .cover-flags {
  width: 46px;
  height: 32px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.item-row .item .cover .cover-share {
  width: 50px;
  height: 50px;
  background-image: url('/images/share.png');
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  -webkit-animation: pulse2 0.8s infinite linear;
  animation: pulse2 0.8s infinite linear;
  border-radius: 50%;
}

.item-row .item .city {
  width: 100%;
  text-align: center;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff; 
}

.item-row .item .name {
  width: 100%;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #E6C7A6;
}

.item-row .item .date {
  width: 100%;
  text-align: center;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #999999; 
}


.item-row .item .cover .artist-left {
  height: 40px;
  display: flex;
  background: rgba(0,0,0,.4);
  width: max-content;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 6px;
}


.item-box .item-list .item-row .item-one {
  width: 45%;
}

.item-row .item-one .cover .cover-share {
  background-size: 40px 40px;
}
/*** ONE ***/


/*** Video ***/
.video-wrap {
  width: 888px; 
  height: 500px; 
  background-color: #000; 
  position: relative;
}

.video-wrap .youtube-loader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.video-wrap .close-btn {
  width: 40px;
  height: 40px;
  background-image: url('/images/v2/modal-close-2.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.video-wrap iframe,
.video-wrap video {
  width: 100%; 
  height: 100%; 
  position: relative;
}


.video-wrap .video-js {
  height: 100% !important;
  width: 100% !important;
}

.video-js .vjs-poster img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;    /* 关键：让图片覆盖整个区域 */
  object-position: center center !important; /* 关键：从中心开始裁剪，避免重要部分被切掉 */
  opacity: 1 !important; /* 确保图片可见 */
}


@media (max-width: 1280px) {
  .hero-awards {
    width: 360px;
    height: 360px;
    background-size: 360px 360px;
  }

  .hero-awards p {
    font-size: 70px;
  }

  .item-box {
    width: 1024px;
  }

  .item-row .item .name {
    font-size: 16px;
  }


  .video-wrap {
    width: 800px; 
    height: 450px;
  }
}




@media (max-width: 1024px) {
  .hero-awards {
    width: 320px;
    height: 320px;
    background-size: 320px 320px;
  }

  .hero-awards p {
    font-size: 60px;
  }

  .item-box {
    width: 768px;
  }

  .item-row .item .name {
    font-size: 15px;
  }

  .item-row .item .date,
  .item-row .item .city {
    font-size: 13px;
  }

  .item-box .item-header span {
    max-width: 472px;
    font-size: 40px;
  }

  .video-wrap {
    width: 640px;
    height: 360px
  }

  .item-row .item .cover .cover-share {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}



@media (max-width: 768px) {

  .details-title {
    width: 200px;
    font-size: 20px;
    color: #FDECD4;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 90px;
    z-index: 2;
    text-align: left;
    font-family: Work Sans;
    letter-spacing: 0.1em;
    display: block;
  }

  .details-btn {
    width: 190px;
    height: 80px;
    background-size: 190px 80px;
    position: absolute;
    right: -2px;
    top: 100px;
    z-index: 2;
    cursor: pointer;
    transform: scale(0.7);
    transform-origin: right top;
  }

  [lang="th"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-th.png);
  }

  [lang="en"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-en.png);
  }

  [lang="ja"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-ja.png);
  }

  [lang="zh-CN"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-cn.png);
  }

  [lang="zh-TW"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-tw.png);
  }

  .hero {
    width: 100vw !important;
    height: 100vw !important;
    min-height: 100vw !important;
  }

  .hero-footer {
    bottom: 1rem !important;
  }

  .coming-soon {
    margin-bottom: 0.5rem !important;
  }

  .hero-awards {
    width: 280px;
    height: 280px;
    background-size: 280px 280px;

    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);

  }

  .hero-awards div {
    font-size: 16px;
    display: none;
  }

  .hero-awards p {
    font-size: 48px;
  }

  [lang="th"] .hero-awards p {
    font-size: 45px;
  }

  .item-box {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto 30px;
  }

  .item-box .item-desc {
    padding: 0 20px;
    margin: 0 auto 20px;
  }

  .item-box .item-header b.lf {
    width: 22px;
    height: 72px;
    background-size: 22px 72px;
    margin-right: 4px;
  }

  .item-box .item-header span {
    max-width: 378px;
    font-size: 32px;
  }

  .item-box .item-header b.rt {
    width: 22px;
    height: 72px;
    background-size: 22px 72px;
    margin-left: 4px;
  }

  .item-box .item-list .item-row .item,
  .item-box .item-list .item-row .item-one {
    width: 100%;
    padding: 0 15px;
  }

  .item-row .item .name {
    font-size: 14px;
  }

  .video-wrap {
    width: 100%;
    max-height: 100vh;
  }
  .videojsbox {
    height: auto !important;
  }
}






@media (max-width: 480px) {
  .details-title {
    width: 160px;
    font-size: 15px;
    left: 15px;
  }

  .details-btn {
    transform: scale(0.5);
  }

  .hero-awards {
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
  }

  .hero-awards p {
    font-size: 38px;
  }

  [lang="th"] .hero-awards p {
    font-size: 30px;
  }

  [lang="ja"] .hero-awards p {
    font-size: 30px;
  }

  .item-box .item-header {
    margin: 0 auto 25px;
  }

  .item-box .item-header b.lf {
    width: 17.6px;
    height: 57.6px;
    background-size: 17.6px 57.6px;
    margin-right: 4px;
  }

  .item-box .item-header span {
    max-width: 280px;
    font-size: 22px;
  }

  .item-box .item-header b.rt {
    width: 17.6px;
    height: 57.6px;
    background-size: 17.6px 57.6px;
    margin-left: 4px;
  }


  .item-row .item .cover .artist-left {
    transform-origin: left top;
    transform: scale(0.8);
  }

  .video-wrap .close-btn {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: -50px;
  }


  .fixed-controller {
    right: 15px;
    bottom: 15px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator {
    animation: none;
  }
}