.space-page {
    color: var(--text-dark);
    background: #171914;
}

.space-page main {
    position: relative;
    background: #171914;
}

.space-page .nav-links > li:first-child > a::after {
    transform: scaleX(1);
}

.space-page [id] {
    scroll-margin-top: 96px;
}

.space-panel {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -18px 54px rgba(15, 17, 13, 0.13);
}

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

/* Hero */
.space-hero {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    padding: 150px var(--page-pad) 74px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--off-white);
    background: #171914;
}

.space-hero-media {
    position: absolute;
    inset: 0 0 0 38%;
}

.space-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 42%;
    filter: saturate(0.84) contrast(1.04);
}

.space-hero-media .space-hero-junyi {
    object-position: center 18%;
    filter: none;
}

.space-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 20, 15, 0.96) 0%, rgba(17, 20, 15, 0.84) 34%, rgba(17, 20, 15, 0.22) 68%, rgba(17, 20, 15, 0.08) 100%),
        linear-gradient(180deg, rgba(10, 12, 9, 0.08), rgba(10, 12, 9, 0.4));
}

.space-hero-content {
    position: relative;
    z-index: 1;
    width: min(690px, 58vw);
}

.space-kicker {
    margin-bottom: clamp(34px, 5vw, 72px);
    color: #d0dfa8;
}

.space-hero h1 {
    margin: 0 0 36px;
    font-family: var(--font-main-en);
    font-size: clamp(7rem, 17vw, 15.5rem);
    font-weight: 500;
    line-height: 0.72;
    letter-spacing: -0.085em;
    text-transform: uppercase;
}

.space-hero-cn {
    max-width: 610px;
    margin: 0 0 12px;
    font-family: var(--font-main-zh);
    font-size: clamp(1.45rem, 2.2vw, 2.35rem);
    line-height: 1.45;
}

.space-hero-en {
    max-width: 560px;
    margin: 0 0 38px;
    color: rgba(247, 243, 238, 0.84);
    font-family: var(--font-main-en);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.65;
}

.space-dimensions {
    position: absolute;
    right: var(--page-pad);
    bottom: 52px;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
    list-style: none;
    font-family: var(--font-main-en);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.space-dimensions li {
    padding: 10px 14px;
    border: 1px solid rgba(247, 243, 238, 0.38);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

/* Introduction */
.space-intro {
    min-height: 72svh;
    padding: clamp(118px, 12vw, 180px) var(--page-pad);
    background: #f4f0e9;
}

.space-intro .space-section-index {
    margin-bottom: clamp(70px, 10vw, 140px);
}

.space-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    gap: clamp(60px, 10vw, 150px);
    align-items: end;
}

.space-intro h2 {
    max-width: 900px;
    margin: 0;
    font-family: var(--font-main-zh);
    font-size: clamp(3rem, 6.4vw, 7.2rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.space-intro-grid > div p {
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    line-height: 1.8;
}

.space-intro-grid .lang-en {
    color: var(--text-light);
    font-size: 0.96rem;
    line-height: 1.7;
}

/* Works */
.space-works {
    z-index: 3;
    padding: clamp(110px, 10vw, 160px) var(--page-pad) 150px;
    background: #c8b8a7;
}

.space-section-heading {
    margin-bottom: clamp(80px, 10vw, 150px);
    display: grid;
    grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr) auto;
    gap: 40px;
    align-items: start;
}

.space-section-heading h2 {
    margin: 18px 0 0;
    font-family: var(--font-main-en);
    font-size: clamp(5rem, 11vw, 11rem);
    font-weight: 500;
    line-height: 0.78;
    letter-spacing: -0.075em;
}

.space-work-filters {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.space-work-filters a {
    padding: 9px 15px;
    color: var(--text-dark);
    border: 1px solid rgba(29, 29, 31, 0.35);
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.space-work-filters a:hover,
.space-work-filters a:focus-visible,
.space-work-filters .is-active {
    color: #fff;
    background: var(--text-dark);
    border-color: var(--text-dark);
}

.featured-musician {
    margin-bottom: clamp(84px, 9vw, 135px);
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    min-height: 660px;
    overflow: hidden;
    background: #eee8df;
    border-radius: 24px;
}

.featured-musician-portrait {
    margin: 0;
    min-height: 660px;
    overflow: hidden;
    background: #d8d5d0;
}

.featured-musician-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transition: transform 0.8s var(--ease);
}

.featured-musician:hover .featured-musician-portrait img {
    transform: scale(1.025);
}

.featured-musician-copy {
    padding: clamp(58px, 7vw, 110px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-musician-copy h3 {
    margin: 24px 0 14px;
    font-family: var(--font-main-zh);
    font-size: clamp(3.8rem, 7vw, 7.8rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.featured-musician-copy h3 span {
    display: block;
    margin-top: 16px;
    font-family: var(--font-main-en);
    font-size: 0.22em;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.featured-musician-role {
    margin: 0 0 32px;
    color: #665b52;
    font-size: 1.05rem;
}

.featured-musician-copy > p:not(.space-eyebrow):not(.featured-musician-role) {
    max-width: 690px;
    margin: 0 0 16px;
    font-size: 1.04rem;
    line-height: 1.75;
}

.featured-musician-copy > .lang-en {
    color: var(--text-light);
    font-size: 0.95rem !important;
}

.music-platforms {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.music-platforms > span {
    margin-right: 8px;
    font-family: var(--font-main-en);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.music-platforms a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(29, 29, 31, 0.15);
    border-radius: 50%;
    transition: transform 0.3s var(--ease), background 0.3s ease;
}

.music-platforms a:hover,
.music-platforms a:focus-visible {
    background: #fff;
    transform: translateY(-4px);
}

.music-platforms img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.music-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 42px);
}

.music-work-card {
    min-width: 0;
    color: var(--text-dark);
    text-decoration: none;
}

.music-work-card figure {
    position: relative;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    background: #a89a8a;
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(56, 45, 36, 0.14);
}

.music-work-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s var(--ease), filter 0.4s ease;
}

.music-work-card figure span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 10px 13px;
    color: #fff;
    background: rgba(20, 20, 18, 0.78);
    border-radius: 999px;
    font-family: var(--font-main-en);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.music-work-card:hover figure img,
.music-work-card:focus-visible figure img {
    filter: brightness(0.88);
    transform: scale(1.035);
}

.music-work-card:hover figure span,
.music-work-card:focus-visible figure span {
    opacity: 1;
    transform: translateY(0);
}

.music-work-meta {
    padding: 20px 2px 0;
}

.music-work-meta p {
    margin: 0 0 9px;
    color: #65584e;
    font-family: var(--font-main-en);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.music-work-meta h3 {
    margin: 0;
    font-family: var(--font-main-en);
    font-size: clamp(1.08rem, 1.6vw, 1.5rem);
    font-weight: 500;
    line-height: 1.35;
}

.visual-works-placeholder {
    margin-top: clamp(100px, 12vw, 180px);
    padding: clamp(38px, 5vw, 68px) 0;
    display: grid;
    grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    border-top: 1px solid rgba(29, 29, 31, 0.3);
    border-bottom: 1px solid rgba(29, 29, 31, 0.3);
}

.visual-works-placeholder h3 {
    margin: 0 0 12px;
    font-family: var(--font-main-zh);
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    font-weight: 400;
}

.visual-works-placeholder h3 span {
    font-family: var(--font-main-en);
    font-size: 0.42em;
    letter-spacing: 0.04em;
}

.visual-works-placeholder p {
    margin: 0;
    color: var(--text-light);
}

.visual-works-placeholder > span {
    font-family: var(--font-main-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

/* New artist */
.space-new-artist {
    z-index: 4;
    min-height: 100svh;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    background: #ece7df;
}

.space-new-artist-image {
    height: 100svh;
    min-height: 760px;
    margin: 0;
    overflow: hidden;
}

.space-new-artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.space-new-artist-copy {
    padding: 130px clamp(58px, 7vw, 118px) 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.space-new-artist-copy .space-section-index {
    margin-bottom: clamp(64px, 8vw, 112px);
}

.space-new-artist-copy h2 {
    margin: 24px 0 22px;
    font-family: var(--font-main-zh);
    font-size: clamp(4.8rem, 8vw, 9rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.space-new-artist-copy h2 span {
    display: block;
    margin-top: 20px;
    font-family: var(--font-main-en);
    font-size: 0.2em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.space-new-artist-role {
    margin: 0 0 28px;
    color: #71695f;
    font-size: 1.05rem;
}

.space-new-artist-copy > p:not(.space-section-index):not(.space-eyebrow):not(.space-new-artist-role) {
    max-width: 630px;
    margin: 0 0 16px;
    font-size: 1.03rem;
    line-height: 1.75;
}

.space-new-artist-copy > .lang-en {
    color: var(--text-light);
    font-size: 0.95rem !important;
}

.space-new-artist-copy .button {
    margin-top: 28px;
    align-self: flex-start;
}

/* Directories */
.space-directories {
    z-index: 5;
    padding: clamp(112px, 10vw, 160px) var(--page-pad) 160px;
    color: var(--off-white);
    background: #6d6761;
}

.space-directory-heading {
    margin-bottom: clamp(70px, 9vw, 130px);
    display: grid;
    grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
}

.space-directory-heading h2 {
    margin: 0;
    font-family: var(--font-main-zh);
    font-size: clamp(4rem, 8vw, 8.8rem);
    font-weight: 400;
    line-height: 1;
}

.space-directory-heading > p:last-child {
    max-width: 260px;
    margin: 0;
    color: rgba(247, 243, 238, 0.7);
    line-height: 1.7;
}

.space-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 46px);
}

.space-directory-card {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 420px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #fff;
    border-radius: 22px;
    text-decoration: none;
}

.space-directory-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease), filter 0.5s ease;
}

.space-directory-card:first-child > img {
    object-position: center 34%;
}

.space-directory-card:last-child > img {
    object-position: center;
}

.space-directory-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 9, 0.18), rgba(10, 10, 9, 0.76));
}

.space-directory-index,
.space-directory-title,
.space-directory-arrow {
    position: relative;
    z-index: 1;
}

.space-directory-index {
    font-family: var(--font-main-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.space-directory-title {
    margin-top: auto;
    font-family: var(--font-main-zh);
    font-size: clamp(3.3rem, 6vw, 6.5rem);
    line-height: 0.94;
}

.space-directory-title small {
    display: block;
    margin-top: 14px;
    font-family: var(--font-main-en);
    font-size: 0.14em;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.space-directory-arrow {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: var(--text-dark);
    background: #d0e598;
    border-radius: 50%;
    font-size: 1.15rem;
    transition: transform 0.35s var(--ease);
}

.space-directory-card:hover > img,
.space-directory-card:focus-visible > img {
    filter: brightness(0.92);
    transform: scale(1.035);
}

.space-directory-card:hover .space-directory-arrow,
.space-directory-card:focus-visible .space-directory-arrow {
    transform: rotate(45deg);
}

.space-page footer {
    position: relative;
    z-index: 6;
}

@media (max-width: 1050px) {
    .space-panel {
        margin-top: -28px;
        border-radius: 28px 28px 0 0;
    }

    .space-hero-media {
        inset: 0;
    }

    .space-hero-media img {
        object-position: 66% 42%;
    }

    .space-hero-shade {
        background:
            linear-gradient(90deg, rgba(17, 20, 15, 0.92), rgba(17, 20, 15, 0.35)),
            linear-gradient(180deg, rgba(10, 12, 9, 0.14), rgba(10, 12, 9, 0.68));
    }

    .space-hero-content {
        width: min(660px, 86vw);
    }

    .space-dimensions {
        display: none;
    }

    .space-intro-grid,
    .space-section-heading,
    .space-directory-heading {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .space-intro-grid > div {
        max-width: 650px;
    }

    .space-work-filters {
        flex-direction: row;
        align-items: flex-start;
    }

    .featured-musician {
        grid-template-columns: 0.82fr 1.18fr;
    }

    .music-work-grid {
        gap: 20px;
    }

    .visual-works-placeholder {
        grid-template-columns: 1fr auto;
    }

    .visual-works-placeholder .space-section-index {
        grid-column: 1 / -1;
    }

    .space-new-artist {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .space-new-artist-image {
        height: min(75svh, 720px);
        min-height: 560px;
    }

    .space-new-artist-copy {
        padding: 100px var(--page-pad) 120px;
    }

    .space-directories {
        padding-bottom: 120px;
    }

    .space-directory-card {
        min-height: 360px;
    }
}

@media (max-width: 760px) {
    .space-page [id] {
        scroll-margin-top: 76px;
    }

    .space-panel {
        margin-top: -22px;
        border-radius: 22px 22px 0 0;
    }

    .space-hero {
        min-height: 100svh;
        padding: 126px 20px 62px;
    }

    .space-hero-media img {
        object-position: 67% 40%;
    }

    .space-hero-media .space-hero-junyi {
        object-position: center 16%;
    }

    .space-hero-shade {
        background:
            linear-gradient(180deg, rgba(13, 15, 12, 0.24) 0%, rgba(13, 15, 12, 0.46) 45%, rgba(13, 15, 12, 0.88) 100%),
            linear-gradient(90deg, rgba(13, 15, 12, 0.55), rgba(13, 15, 12, 0.1));
    }

    .space-hero-content {
        width: 100%;
    }

    .space-kicker {
        margin-bottom: 44px;
    }

    .space-hero h1 {
        margin-bottom: 30px;
        font-size: clamp(5.8rem, 31vw, 8rem);
    }

    .space-hero-cn {
        font-size: 1.45rem;
    }

    .space-hero-en {
        max-width: 330px;
        font-size: 0.88rem;
    }

    .space-intro {
        min-height: auto;
        padding: 100px 20px 110px;
    }

    .space-intro .space-section-index {
        margin-bottom: 62px;
    }

    .space-intro-grid {
        gap: 46px;
    }

    .space-intro h2 {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
    }

    .space-works {
        padding: 94px 20px 115px;
    }

    .space-section-heading {
        margin-bottom: 74px;
        gap: 34px;
    }

    .space-section-heading h2 {
        font-size: clamp(4.6rem, 22vw, 6.7rem);
    }

    .featured-musician {
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .featured-musician-portrait {
        min-height: 0;
        height: 58svh;
    }

    .featured-musician-copy {
        padding: 54px 22px 62px;
    }

    .featured-musician-copy h3 {
        font-size: clamp(3.7rem, 17vw, 5.4rem);
    }

    .featured-musician-role {
        font-size: 0.94rem;
    }

    .music-platforms {
        flex-wrap: wrap;
    }

    .music-platforms > span {
        width: 100%;
        margin-bottom: 4px;
    }

    .music-work-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .music-work-card figure span {
        opacity: 1;
        transform: none;
    }

    .music-work-meta h3 {
        font-size: 1.2rem;
    }

    .visual-works-placeholder {
        margin-top: 110px;
        padding: 38px 0;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .visual-works-placeholder .space-section-index {
        grid-column: auto;
    }

    .space-new-artist-image {
        height: 66svh;
        min-height: 500px;
    }

    .space-new-artist-copy {
        padding: 82px 20px 100px;
    }

    .space-new-artist-copy .space-section-index {
        margin-bottom: 62px;
    }

    .space-new-artist-copy h2 {
        font-size: clamp(4.5rem, 21vw, 6.4rem);
    }

    .space-directories {
        padding: 92px 20px 112px;
    }

    .space-directory-heading {
        margin-bottom: 64px;
        gap: 28px;
    }

    .space-directory-heading h2 {
        font-size: clamp(3.9rem, 18vw, 5.8rem);
    }

    .space-directory-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .space-directory-card {
        min-height: 420px;
        aspect-ratio: 0.86;
        padding: 22px;
        border-radius: 18px;
    }

    .space-directory-title {
        font-size: clamp(3.5rem, 17vw, 5.2rem);
    }

    .space-directory-arrow {
        right: 22px;
        bottom: 22px;
        width: 48px;
        height: 48px;
    }
}

/* Space refinement — featured pianist and compact recordings */
.space-hero-content {
    width: min(720px, 58vw);
}

.space-hero h1 {
    margin: 0 0 28px;
    font-size: initial;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.space-hero-name-cn,
.space-hero-name-en {
    display: block;
}

.space-hero-name-cn {
    font-family: var(--font-main-zh);
    font-size: clamp(6.6rem, 11vw, 11.5rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.06em;
}

.space-hero-name-en {
    margin-top: 20px;
    font-family: var(--font-main-en);
    font-size: clamp(1.3rem, 2.2vw, 2.5rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.space-hero-cn {
    margin-top: 34px;
    font-size: clamp(1.15rem, 1.65vw, 1.6rem);
}

.space-hero-en {
    max-width: 520px;
    margin-bottom: 30px;
}

.space-hero-description-zh {
    display: block;
    max-width: 520px;
    margin: 0 0 30px;
    color: rgba(247, 243, 238, .88);
    font: 400 clamp(.96rem, 1.1vw, 1.08rem)/1.55 var(--font-main-zh);
}

.space-hero-description-zh > .bilingual-en {
    margin-top: .34em;
    color: rgba(247, 243, 238, .84);
    font-family: var(--font-main-en);
    font-weight: 500;
    line-height: 1.65;
    opacity: 1;
}

.space-hero-media img.space-hero-guoxin {
    object-position: center 30%;
}

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

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

.space-section-heading {
    margin-bottom: clamp(64px, 7vw, 105px);
}

.space-section-heading h2 {
    font-size: clamp(4.4rem, 8vw, 8.5rem);
}

.music-editorial-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

.compact-musician {
    position: relative;
    min-height: 680px;
    display: grid;
    grid-template-rows: minmax(300px, 0.98fr) auto;
    overflow: hidden;
    color: var(--text-dark);
    background: #eee8df;
    border: 1px solid rgba(29, 29, 31, 0.1);
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(50, 43, 37, 0.12);
}

.compact-musician-portrait {
    position: relative;
    inset: auto;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #756a61;
    -webkit-mask-image: none;
    mask-image: none;
}

.compact-musician-portrait::after {
    display: none;
}

.compact-musician-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    transition: transform 0.65s var(--ease);
}

.compact-musician:hover .compact-musician-portrait img {
    transform: scale(1.025);
}

.compact-musician-copy {
    position: relative;
    z-index: 2;
    width: auto;
    padding: clamp(26px, 3vw, 40px);
    text-shadow: none;
}

.compact-musician-copy h3 {
    margin: 18px 0 12px;
    font-family: var(--font-main-zh);
    font-size: clamp(3rem, 4.6vw, 5rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.compact-musician-copy h3 span {
    display: block;
    margin-top: 13px;
    font-family: var(--font-main-en);
    font-size: 0.22em;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.compact-musician-role {
    margin: 0 0 18px;
    color: #665b52;
    font-size: 0.88rem;
}

.compact-musician .space-eyebrow,
.compact-musician .music-platforms > span {
    color: #65584e;
}

.compact-musician-copy > p:not(.space-eyebrow):not(.compact-musician-role) {
    margin: 0;
    color: #554b43;
    font-size: 0.94rem;
    line-height: 1.75;
}

.compact-musician .music-platforms {
    margin-top: 24px;
}

.compact-musician .music-platforms a {
    width: 38px;
    height: 38px;
}

.compact-musician .music-platforms img {
    width: 17px;
    height: 17px;
}

.compact-release-list {
    min-width: 0;
    align-self: stretch;
    padding: clamp(34px, 4vw, 56px) clamp(24px, 3.4vw, 50px) clamp(34px, 4vw, 56px) 0;
    background: #c8b8a7;
}

.compact-release-heading {
    margin: 0;
    padding: 0 0 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(29, 29, 31, 0.34);
    font-family: var(--font-main-en);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.compact-release-heading span {
    color: #65584e;
}

.compact-release {
    position: relative;
    min-width: 0;
    padding: 18px 0;
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr) 48px;
    gap: clamp(18px, 2.5vw, 34px);
    align-items: center;
    color: var(--text-dark);
    border-bottom: 1px solid rgba(29, 29, 31, 0.26);
    text-decoration: none;
}

.compact-release figure {
    position: relative;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    background: #a89a8a;
    border-radius: 10px;
}

.compact-release figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--ease), filter 0.35s ease;
}

.compact-release figure > span {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(20, 20, 18, 0.76);
    border-radius: 50%;
    font-family: var(--font-main-en);
    font-size: 0.53rem;
    font-weight: 700;
}

.compact-release > div {
    min-width: 0;
}

.compact-release p {
    margin: 0 0 9px;
    color: #65584e;
    font-family: var(--font-main-en);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.compact-release h3 {
    margin: 0 0 10px;
    font-family: var(--font-main-en);
    font-size: clamp(1.1rem, 1.5vw, 1.48rem);
    font-weight: 500;
    line-height: 1.32;
}

.compact-release small {
    color: #73685e;
    font-family: var(--font-main-en);
    font-size: 0.68rem;
}

.compact-release-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(29, 29, 31, 0.4);
    border-radius: 50%;
    font-family: var(--font-main-en);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s var(--ease);
}

.compact-release:hover figure img,
.compact-release:focus-visible figure img {
    filter: brightness(0.9);
    transform: scale(1.04);
}

.compact-release:hover .compact-release-arrow,
.compact-release:focus-visible .compact-release-arrow {
    color: #fff;
    background: var(--text-dark);
    transform: rotate(45deg);
}

/* Final compact musician archive: one repeatable region per musician */
.musician-archive {
    display: grid;
    gap: 30px;
}

.musician-archive-entry {
    padding: clamp(22px, 2.6vw, 38px);
    background: rgba(238, 232, 223, 0.48);
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 24px;
}

.music-editorial-layout {
    grid-template-columns: minmax(360px, 0.66fr) minmax(520px, 1.34fr);
    gap: clamp(28px, 3.4vw, 52px);
}

.compact-musician {
    min-height: 0;
    grid-template-columns: minmax(138px, 0.42fr) minmax(0, 0.58fr);
    grid-template-rows: none;
    align-self: start;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(50, 43, 37, 0.1);
}

.compact-musician-portrait {
    min-height: 0;
    height: 100%;
}

.compact-musician-portrait img {
    display: block;
}

.compact-musician-copy {
    min-width: 0;
    padding: clamp(20px, 2.1vw, 30px);
}

.compact-musician-copy h3 {
    margin: 12px 0 9px;
    font-size: clamp(2.25rem, 3.1vw, 3.65rem);
}

.compact-musician-copy h3 span {
    margin-top: 9px;
}

.compact-musician-role {
    margin-bottom: 12px;
    font-size: 0.78rem;
    line-height: 1.55;
}

.compact-musician-copy > p:not(.space-eyebrow):not(.compact-musician-role) {
    font-size: 0.84rem;
    line-height: 1.65;
}

.compact-musician .music-platforms {
    margin-top: 17px;
    gap: 8px;
}

.compact-musician .music-platforms > span {
    margin-right: 3px;
    font-size: 0.53rem;
}

.compact-musician .music-platforms {
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 5px;
}

.compact-musician .music-platforms span {
    flex: 0 0 100%;
    margin-right: 0;
}

.compact-musician .music-platforms a {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.compact-musician .music-platforms a:hover,
.compact-musician .music-platforms a:focus-visible {
    background: transparent;
    transform: translateY(-2px);
}

.compact-musician .music-platforms img {
    width: 17px;
    height: 17px;
}

.compact-release-list {
    align-self: start;
    padding: 0;
    background: transparent;
}

.compact-release-heading {
    padding-bottom: 13px;
    font-size: 0.59rem;
}

.compact-release {
    padding: 13px 0;
    grid-template-columns: 96px minmax(0, 1fr) 40px;
    gap: clamp(15px, 2vw, 26px);
}

.compact-release figure {
    border-radius: 9px;
}

.compact-release figure img {
    display: block;
}

.compact-release figure > span {
    top: 7px;
    left: 7px;
    width: 23px;
    height: 23px;
    font-size: 0.49rem;
}

.compact-release p {
    margin-bottom: 7px;
    font-size: 0.52rem;
}

.compact-release h3 {
    margin-bottom: 7px;
    font-size: clamp(1rem, 1.28vw, 1.28rem);
    line-height: 1.28;
}

.compact-release small {
    font-size: 0.63rem;
}

.compact-release-arrow {
    width: 36px;
    height: 36px;
}

.more-musicians {
    min-width: 0;
    padding: 22px clamp(6px, 1vw, 14px);
    display: grid;
    grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr) 44px;
    gap: clamp(20px, 3vw, 44px);
    align-items: center;
    border-top: 1px solid rgba(29, 29, 31, 0.28);
    border-bottom: 1px solid rgba(29, 29, 31, 0.28);
}

.more-musicians > p {
    margin: 0;
    color: #65584e;
    font: 700 0.56rem var(--font-main-en);
    letter-spacing: 0.13em;
}

.more-musicians h3 {
    margin: 0;
    font: 400 clamp(2rem, 3.4vw, 3.8rem)/1 var(--font-main-zh);
    letter-spacing: -0.035em;
}

.more-musicians h3 span {
    display: inline-block;
    margin-left: 14px;
    font: 600 0.24em var(--font-main-en);
    letter-spacing: 0.04em;
}

.more-musicians > span {
    color: #65584e;
    font: 300 2rem var(--font-main-en);
    text-align: right;
}

.visual-works-placeholder {
    margin-top: clamp(86px, 9vw, 130px);
}

.space-directories {
    z-index: 4;
}

@media (max-width: 1050px) {
    .space-hero-content {
        width: min(680px, 88vw);
    }

    .space-hero-media img.space-hero-guoxin {
        object-position: center 34%;
    }

    .space-hero-name-cn {
        font-size: clamp(6rem, 15vw, 9rem);
    }

    .space-hero-name-en {
        font-size: clamp(1.2rem, 3vw, 2rem);
    }

    .musician-archive-entry {
        padding: 24px;
    }

    .music-editorial-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .compact-musician {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .compact-musician-copy {
        padding: 25px 24px 27px;
    }

    .compact-musician-copy h3 {
        font-size: clamp(2.65rem, 6vw, 3.8rem);
    }

    .compact-release {
        grid-template-columns: 88px minmax(0, 1fr) 38px;
        gap: 16px;
        padding: 12px 0;
    }

    .compact-release-arrow {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 760px) {
    .space-hero-content {
        width: 100%;
    }

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

    .space-hero-name-cn {
        font-size: clamp(5.2rem, 25vw, 7rem);
    }

    .space-hero-name-en {
        margin-top: 14px;
        font-size: 1.12rem;
        letter-spacing: 0.12em;
    }

    .space-hero-cn {
        margin-top: 26px;
        font-size: 1.1rem;
    }

    .space-hero-en {
        max-width: 340px;
        margin-bottom: 24px;
        font-size: 0.86rem;
    }

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

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

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

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

    .musician-archive {
        gap: 24px;
    }

    .musician-archive-entry {
        padding: 15px;
        border-radius: 18px;
    }

    .music-editorial-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
        border-radius: 0;
    }

    .compact-musician {
        min-height: 0;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: none;
        border-radius: 14px;
    }

    .compact-musician-portrait {
        inset: auto;
        min-height: 100%;
        aspect-ratio: auto;
    }

    .compact-musician-copy {
        width: auto;
        padding: 19px 16px 21px;
    }

    .compact-release-list {
        padding: 0;
    }

    .compact-musician-copy h3 {
        font-size: clamp(2.15rem, 10vw, 2.65rem);
    }

    .compact-musician-role {
        font-size: .72rem;
    }

    .compact-musician-copy > p:not(.space-eyebrow):not(.compact-musician-role) {
        font-size: .78rem;
        line-height: 1.55;
    }

    .compact-musician .music-platforms {
        flex-wrap: wrap;
        margin-top: 14px;
    }

    .compact-musician .music-platforms > span {
        width: 100%;
        margin-bottom: 2px;
    }

    .compact-musician .music-platforms a {
        width: 36px;
        height: 36px;
    }

    .compact-release {
        grid-template-columns: 72px minmax(0, 1fr) 32px;
        gap: 12px;
        padding: 11px 0;
    }

    .compact-release h3 {
        margin-bottom: 6px;
        font-size: .86rem;
    }

    .compact-release p {
        margin-bottom: 5px;
        font-size: .46rem;
    }

    .compact-release small {
        font-size: .58rem;
    }

    .compact-release-arrow {
        width: 31px;
        height: 31px;
        font-size: .8rem;
    }

    .more-musicians {
        padding: 20px 4px;
        grid-template-columns: minmax(0, 1fr) 32px;
        gap: 10px;
    }

    .more-musicians > p {
        grid-column: 1 / -1;
    }

    .more-musicians h3 {
        font-size: clamp(1.72rem, 8.1vw, 2rem);
        letter-spacing: -.05em;
        white-space: nowrap;
    }

    .more-musicians h3 span {
        display: block;
        margin: 8px 0 0;
        font-size: .3em;
    }

    .visual-works-placeholder {
        margin-top: 92px;
    }

    .space-directory-heading h2 {
        font-size: clamp(3.5rem, 16vw, 4.2rem);
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .space-hero-media img,
    .featured-musician-portrait img,
    .music-work-card figure img,
    .compact-musician-portrait img,
    .compact-release figure img,
    .space-directory-card > img,
    .space-directory-arrow,
    .compact-release-arrow {
        transition: none;
        transform: none !important;
    }
}
