.visual-artist-page .profile-hero-copy {
    top: clamp(178px, 21vh, 215px);
    width: min(790px, 56vw);
}

.visual-artist-page .profile-hero h1 strong {
    font-size: clamp(3rem, 5.6vw, 6.2rem);
    letter-spacing: -0.055em;
}

.visual-artist-page .profile-hero h2 {
    max-width: 680px;
}

.visual-artist-page .profile-hero-intro {
    max-width: 610px;
}

.visual-artist-page--guoxin .profile-hero-portrait {
    inset: 0 0 0 45%;
    background: #8f8f8d;
}

.visual-artist-page--guoxin .profile-hero-portrait img {
    object-position: center 30%;
    filter: saturate(0.72) contrast(1.02);
}

.visual-artist-page--shixian .profile-hero {
    background: #1a1c17;
}

.visual-artist-page--shixian .profile-hero-portrait {
    inset: 11vh 3.5vw 8vh 49%;
    overflow: hidden;
    background: #e9e5dc;
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
    transform: rotate(-1.1deg);
}

.visual-artist-page--shixian .profile-hero-portrait img {
    object-fit: cover;
    object-position: center 45%;
    filter: saturate(0.86) contrast(1.02);
}

.visual-artist-page--shixian .profile-hero-shade {
    background: linear-gradient(90deg, #171914 0 40%, rgba(23, 25, 20, 0.88) 52%, rgba(23, 25, 20, 0.08) 78%),
        linear-gradient(0deg, rgba(15, 17, 14, 0.28), transparent);
}

.visual-artist-page--guoxin .profile-biography {
    background: #c8c3bc;
}

.visual-artist-page--shixian .profile-biography {
    background: #d6d3bd;
}

.visual-artist-page .profile-section-heading h2 {
    max-width: 1050px;
}

.visual-artist-page .profile-bio-copy p {
    margin-bottom: 28px;
}

.visual-artist-page .profile-bio-copy p[lang="en"] {
    padding-top: 24px;
    color: #625b53;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    font: 500 0.78rem/1.9 var(--font-main-en);
}

.visual-artist-page--guoxin .profile-practice {
    background: #59615a;
}

.visual-artist-page--shixian .profile-practice {
    background: #746e67;
}

.visual-artist-page .profile-project-list h3 {
    font-size: clamp(1.55rem, 2.45vw, 3rem);
}

.visual-artist-page .profile-project-list p {
    max-width: 430px;
}

.visual-profile-notes {
    background: #f0e9df;
}

.visual-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(29, 29, 31, 0.28);
}

.visual-fact-grid article {
    min-height: 230px;
    padding: clamp(28px, 3.5vw, 54px);
    border-right: 1px solid rgba(29, 29, 31, 0.24);
    border-bottom: 1px solid rgba(29, 29, 31, 0.24);
}

.visual-fact-grid article:nth-child(even) {
    border-right: 0;
}

.visual-fact-grid span {
    color: #6c6258;
    font: 700 0.58rem var(--font-main-en);
    letter-spacing: 0.13em;
}

.visual-fact-grid h3 {
    margin: 34px 0 15px;
    font: 500 clamp(1.55rem, 2.5vw, 3rem)/1.05 var(--font-main-en);
    letter-spacing: -0.045em;
}

.visual-fact-grid p {
    max-width: 560px;
    margin: 0;
    color: #665e55;
    line-height: 1.75;
}

.visual-profile-next {
    grid-template-columns: minmax(70px, 0.18fr) minmax(480px, 1.35fr) minmax(220px, 0.5fr);
}

.visual-profile-next h2 {
    font-size: clamp(3.8rem, 6.2vw, 7rem);
}

.visual-profile-next > div p {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.62);
    font: 400 0.86rem/1.8 var(--font-main-zh);
    letter-spacing: 0;
}

.visual-profile-next .button {
    margin-top: 28px;
    color: var(--text-dark);
}

@media (max-width: 1050px) {
    .visual-artist-page .profile-hero-copy {
        top: clamp(180px, 21vh, 220px);
        width: min(680px, 88vw);
    }

    .visual-artist-page--guoxin .profile-hero-portrait {
        inset: 0;
    }

    .visual-artist-page--shixian .profile-hero-portrait {
        inset: 90px 26px 165px 38%;
    }

    .visual-profile-next {
        grid-template-columns: 80px 1fr;
    }

    .visual-profile-next > div {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    .visual-artist-page .profile-hero-copy {
        top: auto;
        bottom: 92px;
        width: auto;
    }

    .visual-artist-page .profile-hero h1 span {
        font-size: clamp(4.8rem, 23vw, 6.2rem);
    }

    .visual-artist-page .profile-hero h1 strong {
        font-size: clamp(2.55rem, 12.5vw, 3.7rem);
        line-height: 0.95;
    }

    .visual-artist-page .profile-hero h2 {
        margin-bottom: 18px;
        font-size: 1rem;
    }

    .visual-artist-page .profile-hero-intro {
        max-width: 345px;
        font-size: 0.78rem;
        line-height: 1.65;
    }

    .visual-artist-page--guoxin .profile-hero-portrait,
    .visual-artist-page--shixian .profile-hero-portrait {
        inset: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .visual-artist-page--guoxin .profile-hero-portrait img {
        object-position: 56% 24%;
    }

    .visual-artist-page--shixian .profile-hero-portrait img {
        object-fit: cover;
        object-position: 58% 42%;
    }

    .visual-artist-page--shixian .profile-hero-shade {
        background: linear-gradient(0deg, rgba(23, 25, 20, 0.97) 0, rgba(23, 25, 20, 0.7) 62%, rgba(23, 25, 20, 0.14));
    }

    .visual-fact-grid {
        grid-template-columns: 1fr;
    }

    .visual-fact-grid article,
    .visual-fact-grid article:nth-child(even) {
        min-height: 0;
        padding: 34px 0;
        border-right: 0;
    }

    .visual-fact-grid h3 {
        margin-top: 24px;
        font-size: 1.75rem;
    }

    .visual-profile-next {
        grid-template-columns: 1fr;
    }

    .visual-profile-next > div {
        grid-column: auto;
    }

    .visual-profile-next h2 {
        font-size: clamp(3.4rem, 16vw, 4.5rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .visual-artist-page--shixian .profile-hero-portrait {
        transform: none;
    }
}
