@font-face {
    font-family: "FZYaSongS-R-GB";
    src: url("assets/fonts/FZBIAOYSJW.ttf?v=2026090801") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "FZYaSongS-H-GB";
    src: url("assets/fonts/FZTYSJW.ttf?v=2026090801") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "FZYaSongS-DB1-GB";
    src: url("assets/fonts/FZZCYSJW.ttf?v=2026090801") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

:root {
    color-scheme: dark;
    --gold: #f8ca06;
    --gold-light: #ffe55d;
    --page-bg: #0d0d0d;
    --font-yasong-display: "FZYaSongS-H-GB", "STKaiti", "KaiTi", serif;
    --font-yasong-regular: "FZYaSongS-R-GB", "STKaiti", "KaiTi", serif;
    --font-yasong-demi: "FZYaSongS-DB1-GB", "STKaiti", "KaiTi", serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 0;
    scroll-behavior: smooth;
    background: var(--page-bg);
}

body.brand-site {
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    background: var(--page-bg);
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: #111;
    background: var(--gold);
    text-decoration: none;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
}

.hero-section,
.scene-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    scroll-margin-top: 0;
}

.hero-section {
    height: 56.25vw;
    min-height: 520px;
    max-height: 1080px;
    background: #050505;
}

.hero-carousel,
.hero-slide,
.hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-carousel::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, transparent 28%, transparent 70%, rgba(0, 0, 0, 0.78) 100%);
}

.hero-slide {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 600ms ease, visibility 600ms ease;
}

.hero-slide.is-active {
    visibility: visible;
    opacity: 1;
}

.hero-slide img {
    object-fit: cover;
}

.site-header {
    position: absolute;
    z-index: 10;
    top: 1.8519%;
    left: 10.4167%;
    display: grid;
    grid-template-columns: 150px minmax(460px, 1fr) 168px;
    align-items: center;
    width: 79.1667%;
    min-height: 50px;
    column-gap: 44px;
}

.brand-link {
    display: block;
    width: 150px;
}

.brand-link img {
    width: 100%;
    height: auto;
}

.section-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    min-width: 0;
}

.section-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 8px 0 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.section-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 3px;
    width: 24px;
    height: 2px;
    content: "";
    opacity: 0;
    background: var(--gold);
    transform: translateX(50%);
}

.section-nav a.is-active {
    color: var(--gold);
}

.section-nav a.is-active::after {
    opacity: 1;
}

.header-download,
.hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
}

.header-download {
    width: 168px;
    height: 50px;
    gap: 8px;
    color: #111;
    background: var(--gold);
    font-size: 16px;
    font-weight: 600;
}

.download-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.hero-copy {
    position: absolute;
    z-index: 5;
    top: 22.4074%;
    left: 10.4167%;
    width: min(58%, 880px);
}

.hero-copy h1,
.hero-subtitle {
    margin: 0;
    font-family: var(--font-yasong-display);
    font-size: clamp(40px, 3.2vw, 60px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.hero-copy h1[data-brand-copy],
.hero-subtitle[data-brand-copy] {
    overflow-wrap: normal;
    white-space: nowrap;
}

.hero-subtitle strong {
    display: inline-block;
    min-width: 1px;
    min-height: 1.45em;
    color: var(--gold);
    font-weight: 400;
}

.hero-tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0.28em;
    margin: 12px 0 0;
    color: var(--gold);
    font-family: var(--font-yasong-regular);
    font-size: clamp(16px, 1.4vw, 26px);
    line-height: 1.5;
}

.hero-tags span {
    white-space: nowrap;
    display: inline-block;
}

.hero-description {
    margin: 20px 0 0;
    color: #ccc;
    font-family: var(--font-yasong-demi);
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 40px;
}

.hero-actions {
    display: flex;
    gap: 27px;
    margin-top: 62px;
}

.hero-actions a {
    width: 220px;
    height: 60px;
    gap: 10px;
    border: 1px solid var(--gold);
    color: #121212;
    font-size: 16px;
}

.hero-actions .primary-action {
    background: var(--gold);
}

.hero-actions .secondary-action {
    color: var(--gold);
    background: rgba(0, 0, 0, 0.18);
}

.carousel-controls {
    position: absolute;
    z-index: 8;
    right: 10.4167%;
    bottom: 17.8%;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 187px;
}

.carousel-thumbnail {
    flex: 0 0 auto;
    width: 130px;
    height: 173px;
    padding: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: #121212;
    cursor: pointer;
}

.carousel-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-thumbnail.is-active {
    width: 140px;
    height: 187px;
    border-color: var(--gold);
    border-radius: 17px;
}

.carousel-thumbnail:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.hero-highlights {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    height: 14.1667%;
    min-height: 112px;
    padding: 0 15.625%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
    backdrop-filter: none;
}

.hero-highlights::before,
.hero-highlights::after {
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(131, 88, 32, 0) 0%,
        #d2ab75 45.6731%,
        rgba(115, 80, 30, 0) 100%
    );
}

.hero-highlights::before {
    top: 0;
}

.hero-highlights::after {
    bottom: 0;
}

.highlight-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 20px;
}

.highlight-item + .highlight-item {
    border-left: 0;
}

.highlight-item + .highlight-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: min(4.6354vw, 89px);
    content: "";
    background: url("assets/lines/highlights-pc.svg?v=2026090801") center / 100% 100% no-repeat;
    transform: translateY(-50%);
}

.highlight-item > span:last-child {
    display: grid;
    gap: 5px;
}

.highlight-item strong {
    color: var(--gold);
    font-family: var(--font-yasong-regular);
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.highlight-item small {
    color: #aaa;
    font-family: var(--font-yasong-demi);
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.highlight-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.scene-section {
    height: 56.25vw;
    min-height: 640px;
    max-height: 1080px;
    background: #0d0d0d;
}

.scene-inner {
    position: relative;
    z-index: 2;
    width: 79.1667%;
    height: 100%;
    margin: 0 auto;
}

.scene-background,
.genres-background,
.creator-background,
.creator-background img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scene-background,
.genres-background,
.creator-background img {
    object-fit: cover;
}

.section-heading h2 {
    margin: 0;
    font-family: var(--font-yasong-display);
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.section-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: var(--gold);
    font-family: var(--font-yasong-regular);
    font-size: 32px;
    line-height: 40px;
    white-space: nowrap;
}

.experience-heading .section-subtitle,
.wishlist-heading .section-subtitle,
.creator-heading .section-subtitle {
    position: relative;
}

.experience-heading .section-subtitle::before,
.experience-heading .section-subtitle::after,
.wishlist-heading .section-subtitle::before,
.wishlist-heading .section-subtitle::after,
.creator-heading .section-subtitle::before,
.creator-heading .section-subtitle::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        #9c8453 48.5577%,
        rgba(0, 0, 0, 0) 100%
    );
}

.experience-heading .section-subtitle::before,
.wishlist-heading .section-subtitle::before,
.creator-heading .section-subtitle::before {
    top: 0;
}

.experience-heading .section-subtitle::after,
.wishlist-heading .section-subtitle::after,
.creator-heading .section-subtitle::after {
    bottom: 0;
}

.section-description {
    margin: 18px 0 0;
    color: #bbb;
    font-family: var(--font-yasong-demi);
    font-size: 24px;
    line-height: 1.7;
}

.genres-section {
    background: #0d0d0d;
}

.genres-background {
    z-index: 0;
    opacity: 0.1;
    pointer-events: none;
}

.genres-heading {
    position: absolute;
    top: 21.2963%;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.genres-heading > div {
    max-width: 410px;
    padding-top: 4px;
    text-align: center;
}

.genres-heading .section-description {
    margin-top: 8px;
}

.genre-grid {
    position: absolute;
    top: 36.2963%;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4.7368%;
}

.genre-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 326 / 435;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(248, 202, 6, 0.82);
    border-radius: 12px;
    background: #181612;
}

.genre-card > img,
.genre-card-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.genre-card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.genre-card-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 35%;
    padding: 17% 20px 7%;
    text-align: center;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92) 46%);
}

.genre-card-copy h3 {
    margin: 0;
    color: var(--gold);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.genre-card-copy p {
    min-height: 44px;
    margin: 8px 0 0;
    color: #ddd;
    font-size: 14px;
    line-height: 22px;
}

.experience-section {
    height: 56.4583vw;
}

.experience-section .scene-background {
    z-index: 0;
    opacity: 0.28;
}

.experience-section::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.64) 48%, rgba(8, 8, 8, 0.42) 100%);
}

.experience-heading {
    position: absolute;
    top: 21.2177%;
    left: 0;
}

.experience-heading .section-subtitle {
    margin-top: 30px;
}

.experience-heading .section-description {
    margin-top: 14px;
}

.experience-features {
    position: absolute;
    top: 51.6605%;
    left: 0;
    display: grid;
    gap: 26px;
    width: 42%;
}

.experience-features article {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.experience-features article > img {
    width: 62px;
    height: 62px;
}

.experience-features article:nth-child(2) > img {
    transform: scale(0.61);
    transform-origin: center;
}

.experience-features h3 {
    margin: 0;
    color: #fff;
    font-family: var(--font-yasong-regular);
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
}

.experience-features p {
    margin: 6px 0 0;
    color: #aaa;
    font-family: var(--font-yasong-demi);
    font-size: 14px;
    line-height: 22px;
}

.device-visual {
    position: absolute;
    top: 22.1402%;
    left: 47.3026%;
    width: 54.1447%;
    aspect-ratio: 823 / 618;
}

.device-stage {
    width: 100%;
    height: 100%;
}

.phone-screen {
    position: absolute;
    top: 5.1779%;
    left: 32.1993%;
    display: block;
    width: 33.0498%;
    height: 87.5405%;
    border: 1px solid rgba(248, 202, 6, 0.28);
    border-radius: 12% / 6%;
    box-shadow: inset 0 0 34px rgba(248, 202, 6, 0.06);
    overflow: hidden;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.wishlist-section {
    background: #12120f;
}

.wishlist-section .scene-background {
    z-index: 0;
    opacity: 0.12;
}

.wishlist-section::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.92), rgba(18, 18, 15, 0.64) 50%, rgba(13, 13, 13, 0.94));
}

.wishlist-heading {
    position: absolute;
    top: 4.6296%;
    right: 0;
    left: 0;
    text-align: center;
}

.wishlist-heading .section-subtitle {
    margin-top: 15px;
}

.wishlist-heading .section-description {
    max-width: 1140px;
    margin: 10px auto 0;
}

.wishlist-posters {
    position: absolute;
    top: 31.5741%;
    left: -1.7105%;
    width: 103.4211%;
    height: 48.4259%;
}

.rank-card {
    position: absolute;
    bottom: 0;
    margin: 0;
    border-radius: 8px;
}

.rank-card > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.rank-far-left,
.rank-far-right {
    bottom: 7.0746%;
    z-index: 1;
    width: 15.458%;
    height: 61.9503%;
    opacity: 0.54;
}

.rank-far-left { left: 0; }
.rank-far-right { right: 0; }

.rank-left,
.rank-right {
    bottom: 0;
    z-index: 2;
    width: 17.8117%;
    height: 71.3193%;
    opacity: 0.76;
}

.rank-left { left: 18.3206%; }
.rank-right { right: 18.3206%; }

.rank-center {
    left: 39.1858%;
    z-index: 3;
    width: 22.0102%;
    height: 88.3365%;
}

.rank-crown {
    position: absolute;
    z-index: 2;
    top: -13%;
    left: 50%;
    width: 30%;
    aspect-ratio: 108 / 71;
    overflow: hidden;
    transform: translateX(-50%);
}

.rank-crown img {
    position: absolute;
    max-width: none;
}

.crown-gold img {
    top: 0;
    left: -39%;
    width: 178%;
    height: 180%;
}

.crown-silver img,
.crown-bronze img {
    top: -118.33%;
    width: 200%;
    height: 222.75%;
}

.crown-silver img { left: 0; }
.crown-bronze img { left: -99.01%; }

.scene-action {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    color: #15130a;
    background: var(--gold);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.scene-action:hover,
.scene-action:focus-visible {
    background: var(--gold-light);
}

.wishlist-action {
    bottom: 5.5556%;
    left: 40.1316%;
    width: 19.7368%;
}

.creator-section {
    background: #090909;
}

.creator-background {
    z-index: 0;
    opacity: 0.2;
}

.creator-section::after {
    display: none;
}

.creator-heading {
    position: absolute;
    top: 18.5185%;
    right: 0;
    left: 0;
    text-align: center;
}

.creator-heading .section-subtitle {
    margin-top: 18px;
}

.creator-heading .section-description {
    margin-top: 10px;
}

.creator-action {
    top: 45.3704%;
    left: 39.4737%;
    width: 21.0526%;
}

.creator-banner {
    position: absolute;
    top: 66.6667%;
    left: 29.6875%;
    z-index: 3;
    display: flex;
    align-items: center;
    width: 40.625%;
    height: 7.4967%;
    gap: min(1.0417vw, 20px);
    border: 0;
    background: transparent;
}

.creator-banner img {
    width: min(14.5833vw, 280px);
    height: min(4.2169vw, 80.9639px);
    object-fit: contain;
}

.creator-banner p {
    margin: 0;
    color: #f5f2e9;
    font-family: var(--font-yasong-regular);
    font-size: clamp(12.8167px, 1.6667vw, 32px);
    line-height: min(2.0833vw, 40px);
    white-space: nowrap;
}

.creator-banner-mobile-break {
    display: none;
}

@media (min-width: 769px) {
    .genre-card-copy h3,
    .genre-card-copy p {
        font-family: var(--font-yasong-demi);
        font-weight: 400;
    }
}

.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 570px);
    min-height: 265px;
    padding: 40px max(48px, calc((100% - 1520px) / 2)) 42px;
    gap: clamp(24px, 2.8125vw, 54px);
    color: #aaa;
    background: #121211;
}

.footer-primary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand img {
    width: 150px;
    height: auto;
}

.footer-brand p,
.footer-addresses p {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.75;
}

.footer-addresses p {
    max-width: 100%;
    margin: 0 0 9px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.footer-addresses p::-webkit-scrollbar {
    display: none;
}

.footer-addresses {
    margin-top: 20px;
}

.footer-address-label {
    color: #999;
}

.footer-address-value {
    color: #ffd21c;
    text-decoration: none;
}

.footer-address-value:hover,
.footer-address-value:focus-visible {
    text-decoration: underline;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links strong {
    margin-bottom: 3px;
    color: #eee;
    font-size: 14px;
    font-weight: 500;
}

.footer-links a {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--gold);
}

.footer-copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    color: #666;
    font-size: 12px;
    transform: translateX(-50%);
}

.runtime-hooks,
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.loading {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: var(--page-bg);
    transition: opacity 200ms ease, visibility 200ms ease;
}

.loading.hide {
    visibility: hidden;
    opacity: 0;
}

.loading-spinner {
    width: 38px;
    height: 38px;
    border: 3px solid rgba(248, 202, 6, 0.25);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 700ms linear infinite;
}

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

@media (max-width: 1600px) and (min-width: 1181px) {
    .carousel-controls { right: 4%; height: 140px; gap: 8px; }
    .carousel-thumbnail { width: 98px; height: 130px; border-radius: 12px; }
    .carousel-thumbnail.is-active { width: 105px; height: 140px; border-radius: 13px; }
    .section-heading h2 { font-size: 52px; }
    .section-subtitle { font-size: 26px; }
    .section-description { font-size: 19px; }
    .scene-action { height: 52px; font-size: 16px; }
}

@media (max-width: 1180px) and (min-width: 769px) {
    .site-header {
        grid-template-columns: 130px minmax(410px, 1fr) 142px;
        column-gap: 24px;
    }

    .brand-link { width: 130px; }
    .section-nav { gap: 24px; }
    .header-download { width: 142px; height: 44px; }
    .hero-copy { left: 6%; width: 56%; }
    .highlight-item { gap: 12px; }
    .highlight-item strong { font-size: 20px; }
    .highlight-icon { width: 48px; height: 48px; }
    .carousel-controls {
        right: 3%;
        height: 7px;
        gap: 8px;
        transform: none;
    }
    .carousel-thumbnail,
    .carousel-thumbnail.is-active {
        width: 7px;
        height: 7px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
    }
    .carousel-thumbnail.is-active {
        width: 20px;
        border-radius: 4px;
        background: var(--gold);
    }
    .carousel-thumbnail img { display: none; }
    .section-heading h2 { font-size: 48px; }
    .section-subtitle { font-size: 25px; }
    .section-description { font-size: 18px; }
    .genre-card-copy h3 { font-size: 20px; }
    .genre-card-copy p { font-size: 12px; line-height: 19px; }
    .experience-features { gap: 18px; }
    .experience-features article { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
    .experience-features article > img { width: 48px; height: 48px; }
    .experience-features h3 { font-size: 18px; line-height: 25px; }
    .experience-features p { margin-top: 2px; font-size: 12px; line-height: 18px; }
    .scene-action { height: 48px; font-size: 15px; }
}

/* @ai-modified by Codex gpt-5 | 2026-09-08 */
@media (max-width: 959px) and (min-width: 769px) {
    .site-header {
        top: 20px;
        left: 4%;
        width: 92%;
        grid-template-columns: 130px minmax(0, 1fr) 142px;
        column-gap: 18px;
    }

    .section-nav { gap: clamp(14px, 2vw, 20px); }

    .hero-copy {
        top: 23%;
        left: 5%;
        width: 70%;
    }

    .hero-copy h1,
    .hero-subtitle {
        font-size: clamp(36px, 5vw, 42px);
        line-height: 1.35;
    }

    .hero-tags {
        gap: 0.12em;
        font-size: clamp(18px, 2.4vw, 22px);
        line-height: 1.5;
        white-space: nowrap;
    }

    .hero-description {
        margin-top: 10px;
        font-size: clamp(14px, 1.8vw, 16px);
        line-height: 1.55;
    }

    .hero-actions {
        gap: 16px;
        margin-top: clamp(24px, 4vw, 36px);
    }

    .hero-actions a {
        width: min(190px, 45%);
        height: 50px;
    }

    .scene-inner { width: 92%; }
    .genre-grid { gap: 2%; }
    .genre-card-copy { padding-right: 8px; padding-left: 8px; }
    .genre-card-copy p { font-size: 11px; line-height: 17px; }

    .site-footer {
        grid-template-columns: minmax(300px, 1fr) 330px;
        padding-right: 32px;
        padding-left: 32px;
        gap: 24px;
    }
}

@media (max-width: 1023px) and (min-width: 960px) {
    .genre-card-copy {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 177.8667vw;
        min-height: 0;
        max-height: none;
    }

    .hero-carousel::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, transparent 29%, rgba(0, 0, 0, 0.24) 46%, rgba(0, 0, 0, 0.92) 76%, #0d0d0d 100%);
    }

    .site-header {
        top: 2.2496%;
        left: 3.3333%;
        display: block;
        width: 93.3333%;
        min-height: 152px;
    }

    .brand-link {
        width: 29.5111%;
    }

    .header-download {
        position: absolute;
        top: 0;
        right: 0;
        width: 26.4286%;
        height: clamp(34px, 8vw, 60px);
        gap: clamp(3px, 1.0667vw, 8px);
        font-size: clamp(10px, 3.2vw, 16px);
    }

    .section-nav {
        position: absolute;
        top: 14.8vw;
        left: 0;
        justify-content: flex-start;
        width: calc(100vw - 25px);
        gap: clamp(11px, 5.3333vw, 40px);
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .section-nav::-webkit-scrollbar {
        display: none;
    }

    .section-nav a {
        padding: 0 0 11px;
        font-size: clamp(12px, 4.2667vw, 32px);
        line-height: clamp(24px, 5.4667vw, 41px);
        scroll-snap-align: start;
    }

    .section-nav a::after {
        bottom: 0;
        width: 56px;
        height: 5px;
    }

    .hero-copy {
        top: 36.5067%;
        left: 50%;
        width: fit-content;
        max-width: 80%;
        text-align: left;
        transform: translateX(-50%);
    }

    .hero-copy h1,
    .hero-subtitle {
        font-size: clamp(18px, 6.4vw, 48px);
        line-height: 1.65;
        text-align: left;
    }

    .hero-tags {
        justify-content: flex-start;
        gap: 0.08em;
        margin-top: 2px;
        font-size: clamp(11.7333px, 4.2667vw, 32px);
        line-height: clamp(16px, 5.3333vw, 40px);
        white-space: nowrap;
    }

    .hero-description {
        width: auto;
        margin: 8px 0 0;
        max-width: none;
        font-size: clamp(8.8px, 3.2vw, 24px);
        line-height: clamp(16px, 5.3333vw, 40px);
        white-space: nowrap;
    }

    .hero-description[data-brand-copy] {
        overflow-wrap: normal;
        white-space: nowrap;
    }

    .hero-actions {
        position: absolute;
        top: 49.0667vw;
        left: 50%;
        display: grid;
        width: 80vw;
        gap: 4vw;
        margin-top: 0;
        transform: translateX(-50%);
    }

    .hero-actions a {
        width: 100%;
        height: clamp(42px, 10.6667vw, 80px);
        border-radius: 8px;
        font-size: clamp(14px, 4vw, 30px);
    }

    .carousel-controls {
        right: 50%;
        bottom: 18.3%;
        height: 7px;
        gap: 8px;
        transform: translateX(50%);
    }

    .carousel-thumbnail,
    .carousel-thumbnail.is-active {
        width: 7px;
        height: 7px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
    }

    .carousel-thumbnail.is-active {
        width: 20px;
        border-radius: 4px;
        background: var(--gold);
    }

    .carousel-thumbnail img {
        display: none;
    }

    .hero-highlights {
        display: flex;
        height: 18.0659%;
        min-height: 0;
        padding: 0 7.3333vw;
        gap: 5.3333vw;
    }

    .highlight-item {
        display: flex;
        flex: 0 0 24vw;
        flex-direction: column;
        gap: 0.5333vw;
        padding: 0;
        text-align: center;
    }

    .highlight-item:last-child {
        flex-basis: 26.6667vw;
    }

    .highlight-item + .highlight-item::before {
        left: -2.6667vw;
        height: 11.8667vw;
        background-image: url("assets/lines/highlights-mobile.svg?v=2026090801");
    }

    .highlight-item > span:last-child {
        justify-items: center;
        gap: 0.6667vw;
    }

    .highlight-item strong {
        font-size: clamp(8.8px, 3.2vw, 24px);
        line-height: 5.3333vw;
        white-space: nowrap;
    }

    .highlight-item small {
        font-size: clamp(7.3333px, 2.6667vw, 20px);
        line-height: 4vw;
        white-space: nowrap;
    }

    .highlight-icon {
        width: 10.6667vw;
        height: 10.6667vw;
    }

    .scene-section,
    .experience-section {
        height: 177.8667vw;
        min-height: 0;
        max-height: none;
    }

    .site-footer {
        display: flex;
        height: 100vw;
        min-height: 0;
        padding: 6.5027vw 3.3333vw 4.8vw;
        overflow: hidden;
        flex-direction: column;
        gap: 0;
        border-top: 0.1027vw solid rgba(255, 255, 255, 0.07);
    }

    .footer-primary {
        display: contents;
    }

    .scene-inner {
        width: 93.3333%;
    }

    .section-heading h2 {
        font-size: clamp(18px, 6.4vw, 48px);
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: clamp(11.7333px, 4.2667vw, 32px);
        line-height: 5.3333vw;
    }

    .section-description {
        font-size: clamp(10px, 3.2vw, 24px);
        line-height: clamp(18px, 5.3333vw, 40px);
    }

    .genres-heading {
        top: 4.4978%;
        display: block;
        text-align: center;
    }

    .genres-heading > div {
        max-width: none;
        padding-top: 11px;
    }

    .genres-heading .section-description {
        margin-top: 5px;
    }

    .genre-grid {
        top: 22.6387%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.2vw 2.6667vw;
    }

    .genre-card {
        aspect-ratio: 340 / 453;
        border-radius: 15px;
    }

    .genre-card-copy {
        padding: 20% 12px 7%;
    }

    .genre-card-copy h3 {
        font-size: clamp(14px, 5.6vw, 42px);
        line-height: 1.35;
    }

    .genre-card-copy p {
        min-height: calc(2 * clamp(12px, 4.4vw, 33px));
        margin-top: 5px;
        font-size: clamp(8.8px, 3.2vw, 24px);
        line-height: clamp(12px, 4.4vw, 33px);
    }

    .experience-section::after {
        background: linear-gradient(180deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.78) 45%, rgba(8, 8, 8, 0.38) 100%);
    }

    .experience-heading {
        top: 6.7466%;
        right: 0;
        text-align: center;
    }

    .experience-heading .section-subtitle {
        margin-top: 16px;
    }

    .experience-heading .section-description {
        margin-top: 8px;
    }

    .experience-description-break {
        display: none;
    }

    .experience-features {
        top: 26.6867%;
        left: 50%;
        display: flex;
        width: 100vw;
        gap: 5.3333vw;
        padding: 5.3333vw 8.6667vw;
        background: linear-gradient(90deg, transparent 0%, #000 49.5192%, transparent 100%);
        transform: translateX(-50%);
    }

    .experience-features::before,
    .experience-features::after {
        position: absolute;
        right: 0;
        left: 0;
        height: 1px;
        content: "";
        pointer-events: none;
        background: linear-gradient(
            90deg,
            rgba(131, 88, 32, 0) 0%,
            #d2ab75 45.6731%,
            rgba(115, 80, 30, 0) 100%
        );
    }

    .experience-features::before { top: 0; }
    .experience-features::after { bottom: 0; }

    .experience-features article {
        display: flex;
        position: relative;
        flex: 0 0 24vw;
        flex-direction: column;
        min-width: 0;
        gap: 0.5333vw;
        text-align: center;
    }

    .experience-features article + article::before {
        position: absolute;
        top: 50%;
        left: -2.6667vw;
        width: 1px;
        height: 11.8667vw;
        content: "";
        background: url("assets/lines/experience-mobile.svg?v=2026090801") center / 100% 100% no-repeat;
        transform: translateY(-50%);
    }

    .experience-features article div {
        width: 100%;
        min-width: 0;
    }

    .experience-features article > img {
        width: 10.6667vw;
        height: 10.6667vw;
    }

    .experience-features h3 {
        font-size: clamp(8.8px, 3.2vw, 24px);
        line-height: 5.3333vw;
        white-space: nowrap;
    }

    .experience-features p {
        margin-top: 0.6667vw;
        font-size: clamp(7.3333px, 2.6667vw, 20px);
        line-height: 4vw;
        overflow-wrap: anywhere;
    }

    .device-visual {
        top: 50%;
        left: 0;
        width: 100%;
    }

    .wishlist-heading {
        top: 10.4948%;
    }

    .wishlist-heading .section-subtitle {
        margin-top: 14px;
    }

    .wishlist-heading .section-description {
        max-width: 620px;
        margin-top: 8px;
        padding: 0 clamp(14px, 5.8667vw, 44px);
    }

    .wishlist-posters {
        top: 33.8081%;
        left: 50%;
        width: 224.5714%;
        height: 39.2054%;
        transform: translateX(-50%);
    }

    .wishlist-action,
    .creator-action {
        left: 7.1429%;
        width: 85.7143%;
        height: 6%;
        font-size: clamp(14px, 4vw, 30px);
    }

    .wishlist-action {
        bottom: 7.4963%;
    }

    .creator-heading {
        top: 22.4888%;
    }

    .creator-heading .section-subtitle {
        margin-top: 15px;
    }

    .creator-heading .section-description {
        margin-top: 8px;
    }

    .creator-action {
        top: 46.7766%;
    }

    .creator-banner {
        top: 58.7706%;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 4vw;
        padding: 0;
        text-align: center;
    }

    .creator-banner img {
        width: 37.3333vw;
        height: 10.8vw;
    }

    .creator-banner p {
        font-size: clamp(11.7333px, 4.2667vw, 32px);
        line-height: 6.4vw;
    }

    .creator-banner-separator {
        display: none;
    }

    .creator-banner-mobile-break {
        display: inline;
    }

    .footer-brand img {
        width: 25.1571vw;
    }

    .footer-brand p {
        margin: 4.4vw 0 0;
        color: rgba(255, 255, 255, 0.3);
        font-size: 2.9333vw;
        line-height: 5.28vw;
    }

    .footer-brand::after {
        display: block;
        width: 100%;
        margin-top: 5.4667vw;
        border-top: 0.1333vw solid rgba(255, 255, 255, 0.07);
        content: "";
    }

    .footer-addresses {
        display: flex;
        margin-top: 6.8vw;
        flex-direction: column;
        gap: 4vw;
    }

    .footer-addresses p {
        margin: 0;
        font-size: 2.9333vw;
        line-height: 4vw;
    }

    .footer-links {
        width: 100%;
        margin-top: 8vw;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .footer-links div {
        width: 100%;
        align-items: center;
        gap: 1.3333vw;
        text-align: center;
    }

    .footer-links div:first-child {
        align-items: flex-start;
        text-align: left;
    }

    .footer-links div:last-child {
        align-items: flex-end;
        text-align: right;
    }

    .footer-links strong {
        margin-bottom: 1.3333vw;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .footer-links a {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .footer-copyright {
        right: 3.3333vw;
        bottom: 4vw;
        left: 3.3333vw;
        padding-top: 2.6667vw;
        border-top: 0.1333vw solid rgba(255, 255, 255, 0.07);
        font-size: 2.9333vw;
        line-height: 5.28vw;
        text-align: center;
        transform: none;
    }

}

@media (max-width: 480px) {
    .download-icon {
        width: clamp(13px, 4.2667vw, 16px);
        height: clamp(13px, 4.2667vw, 16px);
    }

    .highlight-icon {
        width: clamp(29px, 10.6667vw, 40px);
        height: clamp(29px, 10.6667vw, 40px);
    }

}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-slide { transition: none; }
    .loading-spinner { animation: none; }
}
