.gpu-page {
    --gpu-forest: #123830;
    --gpu-ink: #172823;
    --gpu-muted: #60736f;
    --gpu-line: #d8e2df;
    --gpu-surface: #f1f6f4;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(26px, 5vw, 54px) 20px 72px;
    color: var(--gpu-ink);
}

.gpu-page *, .gpu-page *::before, .gpu-page *::after {
    box-sizing: border-box;
}

.gpu-hero {
    display: flex;
    align-items: center;
    gap: clamp(22px, 4vw, 38px);
    margin-bottom: 22px;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 28px;
    background: var(--gpu-forest);
    color: #fff;
}

.gpu-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 clamp(112px, 14vw, 144px);
    width: clamp(112px, 14vw, 144px);
    height: clamp(112px, 14vw, 144px);
    overflow: visible;
    border: 5px solid rgba(255,255,255,.24);
    border-radius: 50%;
    background: #214940;
    font-size: 3.1rem;
    font-weight: 700;
}

.gpu-avatar.has-frame {
    flex-basis: clamp(112px, 14vw, 144px);
    width: clamp(112px, 14vw, 144px);
    height: clamp(112px, 14vw, 144px);
    border-color: transparent;
    background: #214940;
    box-shadow: none;
}

.gpu-avatar img:not(.go-avatar-frame-art) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.gpu-avatar.has-frame img:not(.go-avatar-frame-art) {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
}

.gpu-eyebrow {
    margin: 0 0 9px;
    color: #a5dacf;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gpu-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.05;
}

.gpu-title {
    margin: 0;
    color: #e5bb62;
    font-size: 1.13rem;
    font-weight: 700;
}

.gpu-stats {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.gpu-stats div {
    flex: 1;
    padding: 19px 22px;
    border: 1px solid var(--gpu-line);
    border-radius: 18px;
    background: #fff;
}

.gpu-stats strong {
    display: block;
    font-size: 2rem;
}

.gpu-stats span,
.gpu-muted {
    color: var(--gpu-muted);
}

.gpu-panel {
    margin-bottom: 20px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--gpu-line);
    border-radius: 22px;
    background: #fff;
}

.gpu-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.gpu-panel-head h2 {
    margin: 0;
    font-size: clamp(1.3rem, 3vw, 1.7rem);
}

.gpu-panel-head span {
    padding: 7px 13px;
    border-radius: 22px;
    background: var(--gpu-surface);
    color: var(--gpu-muted);
}

.gpu-seasons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.gpu-seasons div {
    padding: 18px;
    border-radius: 14px;
    background: var(--gpu-surface);
}

.gpu-seasons strong {
    display: block;
    font-size: 1.8rem;
}

.gpu-seasons .is-spring { border-bottom: 4px solid #62ab6d; }
.gpu-seasons .is-summer { border-bottom: 4px solid #dab34e; }
.gpu-seasons .is-autumn { border-bottom: 4px solid #cb7145; }
.gpu-seasons .is-winter { border-bottom: 4px solid #71aeca; }

.gpu-crowns,
.gpu-history,
.gpu-relations {
    display: grid;
    gap: 8px;
}

.gpu-crowns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gpu-crowns article,
.gpu-history article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 10px;
    background: var(--gpu-surface);
}

.gpu-crowns strong,
.gpu-history strong {
    display: block;
}

.gpu-crowns a,
.gpu-peaks a {
    color: var(--gpu-ink);
    text-decoration: none;
}

.gpu-crowns span,
.gpu-history span {
    color: var(--gpu-muted);
    font-size: .86rem;
    white-space: nowrap;
}

.gpu-peaks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.gpu-peaks article {
    padding: 14px 15px;
    border-radius: 13px;
    background: var(--gpu-surface);
}

.gpu-peaks strong,
.gpu-peaks span,
.gpu-peaks small {
    display: block;
}

.gpu-peaks span {
    margin-top: 4px;
    color: var(--gpu-muted);
    font-size: .89rem;
}

.gpu-peaks small {
    width: max-content;
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #dff1e8;
    color: #087344;
    font-weight: 700;
}

.gpu-awards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 10px;
}

.gpu-awards article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    padding: 11px;
    border-radius: 13px;
    background: var(--gpu-surface);
    text-align: center;
}

.gpu-awards svg {
    width: 78px;
    height: 78px;
}

.gpu-awards strong {
    font-size: .9rem;
    line-height: 1.3;
}

.gpu-relations article {
    padding: 18px;
    border-radius: 14px;
    background: var(--gpu-surface);
}

.gpu-relations time {
    display: block;
    margin: 4px 0 10px;
    color: var(--gpu-muted);
    font-size: .9rem;
}

.gpu-relations p {
    margin: 0 0 13px;
    line-height: 1.6;
}

.gpu-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
    gap: 9px;
}

.gpu-gallery img {
    display: block;
    width: 100%;
    height: 122px;
    object-fit: cover;
    border-radius: 9px;
}

.gpu-empty {
    padding: clamp(28px, 6vw, 52px);
    border-radius: 22px;
    background: var(--gpu-surface);
}

@media (max-width: 760px) {
    .gpu-hero {
        flex-direction: column;
        text-align: center;
    }

    .gpu-stats,
    .gpu-crowns {
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .gpu-seasons,
    .gpu-peaks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gpu-avatar {
    overflow: visible;
    position: relative;
}

.gpu-avatar img:not(.go-avatar-frame-art),
.gpu-avatar > span {
    position: relative;
    z-index: 2;
}

.gpu-avatar img:not(.go-avatar-frame-art) {
    border-radius: 50%;
}

.gpu-avatar .go-avatar-frame-art {
    position: absolute;
    inset: -22%;
    z-index: 3;
    width: 144%;
    height: 144%;
    object-fit: contain;
    pointer-events: none;
    overflow: visible;
}

.gpu-avatar > img.go-avatar-frame-art {
    position: absolute !important;
    inset: -22% !important;
    z-index: 3 !important;
    width: 144% !important;
    height: 144% !important;
    max-width: none !important;
    object-fit: contain !important;
    pointer-events: none;
}
