html {
    font-size: calc(100vw / 19.2)
}

/* latin */
@font-face {
  font-family: 'Squada One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/BCasqZ8XsOrx4mcOk6Mtaac2WRJnDgo.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

section {
    width: 100%;
    height: 100vh;
    position: relative;
}

.new-title {
    line-height: .42rem;
    font-size: .32rem;
    letter-spacing: 2px;
    text-align: center;
}

/* Hero Section */
.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #010214;
    padding: .24rem;
}
.hero .hero-gradient {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('images/home_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: .2rem;
    overflow: hidden;
}
.hero .hero-gradient::before {
    position: absolute;
    width: inherit;
    height: inherit;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('images/hero/banner_mask.png') 100% no-repeat;
    content: '';
}   

.hero .logo {
    position: absolute;
    top: .36rem;
    left: .36rem;
    width: 1.9rem;
    height: auto;
    z-index: 3;
}
.hero .contact-box {
    position: absolute;
    display: flex;
    align-items: center;
    top: .42rem;
    right: .42rem;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    z-index: 3;
    cursor: pointer;
}
.hero .contact-box .icon-phone-pc {
    display: inline-block;
    margin-right: 12px;
    width: .24rem;
    height: .24rem;
    background: url('./images/hero/phone.svg') 100% 100% no-repeat;
}

.hero .hero-content {
    max-width: 15.4rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.hero .hero-content .hero-phone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.hero .hero-content .hero-phone .phone-image {
  overflow: hidden;
  width: 3.5rem;
  border-radius: 20px;
}
.hero .hero-content .hero-phone .hand-image {
    height: 80vh;
    align-self: flex-end;
}

.hero .hero-content .content-image {
  width: 11rem;
}
.hero .hero-content .hero-text {
    position: relative;
    top: .16rem;
    left: -0.1rem;
    text-align: left;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.hero .hero-content .hero-text h1 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: .48rem;
    letter-spacing: .088rem;
}
.hero .hero-content .hero-text h2 {
    font-size: .62rem;
    line-height: 1;
    margin-bottom: .17rem;
    letter-spacing: .12rem;
}
.hero .hero-content .hero-text .download-button {
    display: inline-block;
    transition: transform 0.3s ease;
}
.hero .hero-content .hero-text .download-button {
    margin-right: .42rem;
}
.hero .hero-content .hero-text .download-button:hover {
    transform: scale(1.05);
}
.hero .hero-content .hero-text .download-button img {
    height: .72rem;
}

/* shows-section */
.shows-section {
    background-color: #010214;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    color: #FFFFFF;
    text-align: center;
}

.shows-section .section-title {
    font-size: .92rem;
    line-height: 1;
    text-align: center;
    margin-bottom: .40rem;
    letter-spacing: .1022rem;
}
.shows-section .section-title .purple {
    color: #852EFF;
}
.shows-section .new-release {
    font-size: .52rem;
    line-height: 1;
    margin-bottom: .32rem;
    letter-spacing: 0.0681rem;
}

.shows-section .shows-slider {
    display: flex;
    justify-content: center;
    gap: .27rem;
}

.shows-section .shows-slider .show-card {
    width: 2.74rem;
    height: 3.85rem;
    transition: transform 0.3s ease;
    user-select: none;
}

.shows-section .shows-slider .show-card:hover {
    transform: scale(1.05);
}
.shows-section .shows-slider .show-card img{
    width: inherit;
    height: inherit;
    pointer-events: none;
}
/* discover */
.discover-section {
    background-color: #010214;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
}
.discover-section .section-title {
    font-size: .92rem;
    line-height: 1;
    letter-spacing: 3.69px;
    color: #FFFFFF;
    text-align: center;
}

/* Category tabs */
.discover-section .category-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.discover-section .category-tabs::-webkit-scrollbar {
    display: none;
}
.discover-section .category-tabs .tab-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: 2px;
}
.discover-section .category-tabs .tab-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}
.discover-section .category-tabs .tab-btn.active {
    color: #FFFFFF;
}

.discover-section .category-tabs .tab-arrow {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.discover-section .category-tabs .tab-arrow:hover {
    transform: scale(1.1);
}

.discover-section .category-tabs .tab-arrow img {
    width: .32rem;
    height: .32rem;
}

.discover-section .discover-slider {
    width: 100vw;
    position: relative;
    padding: 0 .2rem;
}

.discover-section .discover-slider .swiper-slide {
    flex: 0 0 calc((100vw - .2rem) / 6);
    user-select: none;
}
.discover-section .discover-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* partner */
.partners-section {
    display: flex;
    flex-direction: column;
}
.partners-section .partners-content {
    flex: 1;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.partners-section .partners-content .section-title {
    font-size: .92rem;
    line-height: 1;
    letter-spacing: 8.94px;
    margin-bottom: .92rem;
}
.partner-logos img {
    object-fit: contain;
    opacity: 0.5;
    transition: opacity 0.3s;
    font-size: 0;
}
/* Partner logos */
.partner-logos {
    display: flex;
    width: 12rem;
    gap: .5rem 0;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

/* 上排三個 logo，每個佔 4 欄 */
.partner-logos > img:nth-child(1) {
    height: 0.92rem;
}
.partner-logos > img:nth-child(2) {
    height: 2.09rem;
    transform: translateY(-0.3rem);
}

.partner-logos > img:nth-child(3) {
    height: 1.01rem;
}
.partner-logos > img:nth-child(4) {
    height: .92rem;
}
.partner-logos > img:nth-child(5) {
    height: .92rem;
}
.partner-logos img:hover {
    opacity: 1;
}
/* footer */
.footer {
    height: 1.68rem;
    padding: .41rem 0 0;
    background: #852EFF;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    text-align: center;
}
.footer .store-buttons {
    display: flex;
    justify-content: center;
    gap: .25rem;
    margin-bottom: .32rem;
    align-items: center;
    font-size: 0;
}
.footer .store-buttons img {
    height: .65rem;
    width: auto;
    transition: transform 0.3s ease;
}
.footer .store-button:hover img {
    transform: scale(1.05);
}
.footer .footer-contact {
    color: #fff;
    line-height: .28rem;
    font-size: .18rem;
    font-weight: 400;
    font-family: sans-serif;
}
.footer .footer-contact a {
    font-weight: 600;
    font-family: Roboto;
    color: #fff;
}
.footer .copyright {
    font-family: Roboto;
    font-size: .12rem;
}
