.store-page {
    overflow-x: hidden;
    color: var(--text-dark);
    background: #171914;
}

.store-page main {
    position: relative;
}

.store-hero {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 100svh;
    overflow: hidden;
    color: var(--off-white);
    background: #11140f;
}

.store-hero-media {
    position: absolute;
    inset: 0 0 0 48%;
    overflow: hidden;
    background: var(--brand-background);
}

.store-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.88) contrast(1.03);
}

.store-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 15, 11, 0.98) 0%, rgba(12, 15, 11, 0.97) 39%, rgba(12, 15, 11, 0.36) 63%, rgba(12, 15, 11, 0.06) 100%),
        linear-gradient(0deg, rgba(11, 13, 10, 0.28), transparent 45%);
    pointer-events: none;
}

.store-hero-content {
    position: absolute;
    left: clamp(34px, 4.6vw, 76px);
    bottom: clamp(72px, 9vh, 116px);
    z-index: 2;
    width: min(760px, 58vw);
}

.store-kicker,
.store-section-index,
.store-eyebrow {
    margin: 0;
    font-family: var(--font-main-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.store-kicker {
    margin-bottom: clamp(28px, 4vh, 46px);
    color: #c8df9f;
}

.store-hero h1 {
    margin: 0 0 34px;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.065em;
}

.store-hero h1 span,
.store-hero h1 strong {
    display: block;
}

.store-hero h1 span {
    font-family: var(--font-main-zh);
    font-size: clamp(5.2rem, 9.6vw, 10.2rem);
    font-weight: 400;
}

.store-hero h1 strong {
    margin-top: 18px;
    font-family: var(--font-main-en);
    font-size: clamp(4.8rem, 9vw, 9.6rem);
    font-weight: 500;
    text-transform: uppercase;
}

.store-hero-content > p:not(.store-kicker) {
    max-width: 560px;
    margin: 0 0 8px;
    font-size: clamp(1.05rem, 1.55vw, 1.45rem);
    line-height: 1.55;
}

.store-hero-content .store-hero-en {
    margin-bottom: 30px;
    color: rgba(247, 243, 238, 0.84);
    font-family: var(--font-main-en);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.65;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.store-button-outline {
    color: var(--off-white);
    background: rgba(17, 20, 15, 0.24);
    border: 1px solid rgba(247, 243, 238, 0.74);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.store-hero-tags {
    position: absolute;
    right: clamp(34px, 4.6vw, 76px);
    bottom: 28px;
    z-index: 2;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-hero-tags li {
    padding: 10px 15px;
    color: var(--off-white);
    border: 1px solid rgba(247, 243, 238, 0.58);
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.53rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.store-panel {
    position: relative;
    min-height: 100svh;
    margin-top: -32px;
    overflow: hidden;
    border-radius: 32px 32px 0 0;
}

.store-curated {
    z-index: 2;
    padding: clamp(130px, 15vw, 210px) clamp(34px, 4.6vw, 76px) clamp(120px, 13vw, 190px);
    background: #d2c0ad;
}

.store-section-heading {
    display: grid;
    grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1.35fr) minmax(220px, 0.55fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: start;
    margin-bottom: clamp(72px, 9vw, 132px);
}

.store-section-heading > div {
    min-width: 0;
}

.store-section-heading h2 {
    margin: 22px 0 0;
    font-family: var(--font-main-en);
    font-size: clamp(4.7rem, 9vw, 10rem);
    font-weight: 500;
    line-height: 0.78;
    letter-spacing: -0.07em;
}

.store-section-intro {
    max-width: 330px;
    margin: 0;
    padding-top: 28px;
    font-size: 0.9rem;
    line-height: 1.85;
}

.store-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 48px);
}

.store-feature-card {
    min-width: 0;
}

.store-feature-media {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    background: #8f887d;
    border-radius: 20px;
}

.store-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease), filter 0.45s ease;
}

.store-feature-media--sonic img {
    object-position: center 47%;
}

.store-feature-media > span {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 9px 13px;
    color: #fff;
    background: rgba(20, 20, 18, 0.7);
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.store-feature-card:hover .store-feature-media img {
    filter: brightness(0.88);
    transform: scale(1.025);
}

.store-feature-copy {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    padding: 24px 2px 0;
}

.store-feature-copy p {
    margin: 0 0 10px;
    color: #675c52;
    font-family: var(--font-main-en);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.store-feature-copy h3 {
    margin: 0;
    font-family: var(--font-main-zh);
    font-size: clamp(2.4rem, 3.6vw, 4.5rem);
    font-weight: 400;
    line-height: 0.95;
}

.store-feature-copy h3 span {
    display: block;
    margin-top: 12px;
    font-family: var(--font-main-en);
    font-size: 0.25em;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-status {
    flex: 0 0 auto;
    padding: 10px 14px;
    color: #33362d;
    background: rgba(247, 243, 238, 0.55);
    border: 1px solid rgba(29, 29, 31, 0.25);
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.51rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.store-editions {
    z-index: 3;
    padding: clamp(130px, 14vw, 200px) clamp(34px, 4.6vw, 76px) clamp(100px, 11vw, 160px);
    color: var(--off-white);
    background: #706b65;
}

.store-editions-heading {
    display: grid;
    grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1.3fr) minmax(220px, 0.55fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: end;
    margin-bottom: clamp(72px, 9vw, 130px);
}

.store-editions-heading h2 {
    margin: 0;
    font-family: var(--font-main-en);
    font-size: clamp(4.7rem, 8.4vw, 9.4rem);
    font-weight: 500;
    line-height: 0.82;
    letter-spacing: -0.065em;
}

.store-editions-heading > p:last-child {
    max-width: 330px;
    margin: 0 0 8px;
    color: rgba(247, 243, 238, 0.68);
    font-size: 0.9rem;
    line-height: 1.85;
}

.store-edition-list {
    border-top: 1px solid rgba(247, 243, 238, 0.35);
}

.store-edition-row {
    display: grid;
    grid-template-columns: 72px minmax(260px, 1.25fr) minmax(220px, 0.8fr) 160px;
    gap: clamp(20px, 3vw, 54px);
    align-items: center;
    min-height: 156px;
    border-bottom: 1px solid rgba(247, 243, 238, 0.3);
}

.store-edition-row > span {
    color: #c9dfa1;
    font-family: var(--font-main-en);
    font-size: 0.65rem;
    font-weight: 700;
}

.store-edition-row h3 {
    margin: 0;
    font-family: var(--font-main-zh);
    font-size: clamp(2.3rem, 3.6vw, 4.4rem);
    font-weight: 400;
    line-height: 1;
}

.store-edition-row h3 small {
    display: block;
    margin-top: 10px;
    font-family: var(--font-main-en);
    font-size: 0.22em;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.store-edition-row p {
    margin: 0;
    color: rgba(247, 243, 238, 0.68);
    font-size: 0.85rem;
    line-height: 1.6;
}

.store-edition-row strong {
    justify-self: end;
    padding: 10px 13px;
    color: #1d2419;
    background: #c9dfa1;
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.52rem;
    letter-spacing: 0.1em;
}

.store-release-note {
    display: grid;
    grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1.3fr) minmax(260px, 0.55fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: end;
    margin: clamp(110px, 12vw, 180px) 0 0;
    padding: clamp(52px, 6vw, 86px);
    color: #1c2118;
    background: var(--brand-primary);
    border-radius: 26px;
}

.store-release-note h3 {
    margin: 0;
    font-family: var(--font-main-zh);
    font-size: clamp(4rem, 7vw, 8rem);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.05em;
}

.store-release-note h3 span {
    font-family: var(--font-main-en);
    font-size: 0.42em;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.store-release-note > div p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.8;
}

.store-release-note > div .lang-en {
    margin-top: 8px;
    font-size: 0.88rem;
}

.store-page footer {
    position: relative;
    z-index: 4;
    margin-top: -32px;
}

@media (max-width: 1050px) {
    .store-hero-media {
        inset: 0;
    }

    .store-hero-shade {
        background:
            linear-gradient(90deg, rgba(12, 15, 11, 0.93) 0%, rgba(12, 15, 11, 0.74) 48%, rgba(12, 15, 11, 0.18) 100%),
            linear-gradient(0deg, rgba(11, 13, 10, 0.5), transparent 55%);
    }

    .store-hero-content {
        width: min(690px, 88vw);
    }

    .store-section-heading,
    .store-editions-heading {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .store-section-intro,
    .store-editions-heading > p:last-child {
        grid-column: 2;
        padding-top: 0;
    }

    .store-feature-grid {
        gap: 28px;
    }

    .store-feature-copy {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-edition-row {
        grid-template-columns: 52px minmax(220px, 1fr) minmax(180px, 0.8fr) 136px;
        gap: 18px;
    }

    .store-release-note {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .store-release-note > div {
        grid-column: 2;
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    .store-hero {
        position: relative;
        min-height: 100svh;
    }

    .store-hero-media img {
        object-position: center;
    }

    .store-hero-shade {
        background:
            linear-gradient(0deg, rgba(11, 14, 10, 0.94) 0%, rgba(11, 14, 10, 0.7) 58%, rgba(11, 14, 10, 0.24) 100%),
            linear-gradient(90deg, rgba(11, 14, 10, 0.4), rgba(11, 14, 10, 0.06));
    }

    .store-hero-content {
        left: 20px;
        right: 20px;
        bottom: 92px;
        width: auto;
    }

    .store-kicker {
        margin-bottom: 24px;
        font-size: 0.54rem;
    }

    .store-hero h1 {
        margin-bottom: 24px;
    }

    .store-hero h1 span {
        font-size: clamp(4.5rem, 22vw, 6.1rem);
    }

    .store-hero h1 strong {
        margin-top: 13px;
        font-size: clamp(4.1rem, 20vw, 5.6rem);
    }

    .store-hero-content > p:not(.store-kicker) {
        max-width: 330px;
        font-size: 0.95rem;
    }

    .store-hero-content .store-hero-en {
        margin-bottom: 22px;
        font-size: 0.84rem;
    }

    .store-hero-actions {
        gap: 9px;
    }

    .store-hero-actions .button > span:first-child {
        min-height: 46px;
        padding: 0 17px;
        font-size: 0.72rem;
    }

    .store-hero-actions .button-arrow {
        width: 44px;
        min-height: 46px;
    }

    .store-hero-tags {
        display: none;
    }

    .store-panel {
        min-height: auto;
        margin-top: -22px;
        border-radius: 22px 22px 0 0;
    }

    .store-curated,
    .store-editions {
        padding: 112px 20px 110px;
    }

    .store-section-heading,
    .store-editions-heading {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 68px;
    }

    .store-section-heading h2,
    .store-editions-heading h2 {
        font-size: clamp(4.2rem, 20vw, 5.8rem);
    }

    .store-section-intro,
    .store-editions-heading > p:last-child {
        grid-column: auto;
        max-width: 330px;
        padding: 0;
    }

    .store-feature-grid {
        grid-template-columns: 1fr;
        gap: 68px;
    }

    .store-feature-media {
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }

    .store-feature-copy {
        gap: 18px;
        padding-top: 20px;
    }

    .store-feature-copy h3 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .store-edition-row {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 28px 0;
    }

    .store-edition-row h3 {
        font-size: clamp(2.7rem, 13vw, 3.7rem);
    }

    .store-edition-row p {
        grid-column: 2;
    }

    .store-edition-row strong {
        grid-column: 2;
        justify-self: start;
        margin-top: 4px;
    }

    .store-release-note {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 88px;
        padding: 48px 26px;
        border-radius: 20px;
    }

    .store-release-note h3 {
        font-size: clamp(4rem, 19vw, 5.3rem);
    }

    .store-release-note > div {
        grid-column: auto;
    }

    .store-page footer {
        margin-top: -22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-feature-media img,
    .store-feature-card:hover .store-feature-media img {
        transition: none;
        transform: none;
    }
}
