/* Section 6: an orbital gallery, keeping the homepage's charcoal, red and fine rules. */
#section6.section-honor-wall { background: #333333; color: #fff; padding: 0; }
#section6 .honor-inner { width: 78%; max-width: 1500px; height: auto; padding: 116px 0 42px; margin: auto; }
.honor-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.6fr); align-items: center; gap: 5%; }
.honor-eyebrow { font-size: 12px; letter-spacing: .17em; color: #bbb; margin: 0 0 28px; }
.honor-section-label { color: #f4777b; font-size: 14px; letter-spacing: .14em; margin: 0 0 14px; }
#section6 .honor-copy h2 { color: #fff; font-size: clamp(32px, 3vw, 54px); line-height: 1.4; letter-spacing: -.04em; margin: 0 0 24px; }
.honor-copy h2 em { color: #f4777b; font-style: normal; }
.honor-intro { color: #f5f5f5; font-size: 20px; line-height: 1.8; margin: 0 0 15px; }
.honor-description { color: #c2c2c2; font-size: 15px; line-height: 1.95; max-width: 350px; margin: 0 0 25px; }
.honor-about { display: inline-flex; align-items: center; gap: 32px; padding-bottom: 8px; border-bottom: 1px solid #888; color: #fff; font-size: 14px; text-decoration: none; }
.honor-about span { color: #f4777b; font-size: 23px; }
.honor-about:hover { color: #f4777b; text-decoration: none; }
.honor-gallery { min-width: 0; }
.honor-gallery__heading { border-top: 1px solid #666; padding-top: 17px; display: flex; justify-content: space-between; align-items: center; color: #ddd; font-size: 15px; letter-spacing: .1em; }
.honor-gallery__heading > span:nth-child(2) { color: #aaa; font-size: 10px; letter-spacing: .12em; }
.honor-orbit { position: relative; height: clamp(350px, 49vh, 570px); isolation: isolate; }
.honor-orbit__lines { position: absolute; inset: 0; pointer-events: none; }
.honor-orbit__lines i { position: absolute; left: 50%; top: 50%; width: 84%; height: 61%; border: 1px solid #666; border-radius: 50%; transform: translate(-50%, -50%) rotate(-16deg); opacity: .5; }
.honor-orbit__lines i:nth-child(2) { width: 65%; height: 44%; transform: translate(-50%, -50%) rotate(17deg); border-style: dashed; opacity: .35; }
.honor-orbit__lines i:nth-child(3) { width: 94%; height: 76%; opacity: .2; }
.honor-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; width: 170px; text-align: center; z-index: 3; pointer-events: none; }
.honor-core__mark { color: #fff; font: 500 clamp(36px, 4.3vw, 70px)/1 Arial,sans-serif; letter-spacing: -.065em; }
.honor-core__mark span { color: #ef555b; }
.honor-core > span:nth-child(2) { color: #c6c6c6; font: 10px/2 Arial,sans-serif; letter-spacing: .26em; margin-top: 6px; }
.honor-core p { color: #b8b8b8; font-size: 12px; letter-spacing: .1em; margin: 10px 0 0; }
.honor-card { position: absolute; left: 50%; top: 50%; width: clamp(128px, 12.7vw, 220px); padding: 5px; border: 1px solid #858585; border-radius: 3px; background: #414141; color: #fff; box-shadow: 0 12px 26px #0004; cursor: pointer; will-change: transform; text-align: left; transform: translate(-50%, -50%); }
.honor-card img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.honor-card:hover { border-color: #f4777b; box-shadow: 0 12px 30px #0006; }
.honor-gallery__footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid #666; padding: 0 0 16px; }
.honor-gallery__footer p { color: #ddd; font-size: 14px; margin: 0; }
.honor-gallery__footer small { display: block; font-size: 12px; color: #aaa; margin: 7px 0 0 14px; }
.honor-live-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #f4777b; margin-right: 10px; vertical-align: middle; }
.honor-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; border-top: 1px solid #666; margin-top: 35px; padding-top: 24px; }
.honor-values article { display: flex; gap: 15px; }
.honor-value__number { color: #f4777b; font: 12px/1.8 Arial,sans-serif; }
#section6 .honor-values h3 { color: #eee; font-size: 16px; line-height: 1.6; margin: 0 0 7px; }
.honor-values p { color: #bbb; font-size: 13px; line-height: 1.85; margin: 0; max-width: 290px; }
.honor-about:focus-visible, .honor-lightbox__close:focus-visible { outline: 2px solid #f4777b; outline-offset: 5px; }
.honor-lightbox { position: fixed; width: min(1000px, 90vw); max-width: 90vw; max-height: 88vh; padding: 42px 20px 18px; border: 1px solid #777; border-radius: 4px; background: #333; color: #fff; overflow: auto; }
.honor-lightbox::backdrop { background: #111e; }
.honor-lightbox__image { display: block; max-width: 100%; max-height: 68vh; width: auto; height: auto; object-fit: contain; margin: auto; }
.honor-lightbox__close { position: absolute; right: 10px; top: 2px; width: 38px; height: 36px; background: none; border: 0; color: #fff; font-size: 32px; cursor: pointer; }
.honor-lightbox__caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 16px; }
.honor-lightbox__caption p { font-size: 16px; margin: 0; }
.honor-lightbox__caption span { font-size: 12px; color: #bbb; }
/* Readable fallback until JS enhances the wall, also used for reduced motion and phones. */
.honor-orbit:not(.is-orbit-ready) { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; height: auto; padding: 24px 0; }
.honor-orbit:not(.is-orbit-ready) .honor-card { position: relative; left: auto; top: auto; width: 100%; transform: none; will-change: auto; }
.honor-orbit:not(.is-orbit-ready) .honor-core, .honor-orbit:not(.is-orbit-ready) .honor-orbit__lines { display: none; }
@media (min-width: 992px) and (max-height: 800px) {
 #section6 .honor-inner { padding-top: 92px; padding-bottom: 22px; }
 .honor-orbit { height: 350px; }
 .honor-eyebrow { margin-bottom: 18px; }
 #section6 .honor-copy h2 { font-size: 39px; margin-bottom: 16px; }
 .honor-intro { font-size: 17px; margin-bottom: 10px; }
 .honor-description { font-size: 14px; margin-bottom: 16px; }
 .honor-values { margin-top: 24px; padding-top: 18px; }
}
@media (max-width: 1199px) { #section6 .honor-inner { width: 84%; } .honor-layout { gap: 4%; grid-template-columns: 1fr 1.5fr; } }
@media (max-width: 991px) {
 #section6 .honor-inner { width: 88%; padding: 85px 0 44px; }
 .honor-layout { grid-template-columns: 1fr; gap: 36px; }
 .honor-copy { max-width: 580px; }
 .honor-description { max-width: 520px; }
 .honor-orbit { height: 450px; }
 .honor-card { width: 180px; }
 .honor-values { gap: 20px; }
}
@media (max-width: 600px) {
 #section6 .honor-copy h2 { font-size: 40px; }
 .honor-eyebrow { margin-bottom: 24px; font-size: 10px; }
 .honor-orbit:not(.is-orbit-ready) { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .honor-values { grid-template-columns: 1fr; gap: 22px; }
 .honor-values p { max-width: none; }

 .honor-lightbox__caption { align-items: flex-start; flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { .honor-card { will-change: auto; } }

/* Two independent collections: team photographs on the left, credentials on the right. */
#section6 .honor-copy h2 { font-size: clamp(33px, 3vw, 51px); margin-bottom: 18px; }
.honor-copy .honor-eyebrow { margin-bottom: 18px; }
.honor-copy .honor-section-label { margin-bottom: 10px; }
.team-showcase { margin-bottom: 16px; }
.team-showcase__photo { display: block; width: 100%; position: relative; padding: 0; background: #424242; border: 1px solid #777; cursor: pointer; }
.team-showcase__photo img { display: block; width: 100%; aspect-ratio: 1.72; object-fit: cover; }
.team-showcase__photo > span { position: absolute; bottom: 8px; right: 8px; display: grid; place-items: center; width: 25px; height: 25px; background: #333; color: #fff; font-size: 18px; }
.team-showcase__controls { display: flex; align-items: center; gap: 10px; padding-top: 9px; color: #ddd; }
.team-showcase__title { flex: 1; margin: 0; font-size: 12px; }
.team-showcase__count { color: #bbb; font-size: 10px; white-space: nowrap; }
.team-showcase__controls button { width: 27px; height: 27px; border: 1px solid #777; color: #fff; background: none; cursor: pointer; line-height: 1; }
.team-showcase button:focus-visible { outline: 2px solid #f4777b; outline-offset: 4px; }
.team-showcase button:hover { border-color: #f4777b; }
.honor-copy .honor-description { font-size: 14px; margin-bottom: 12px; }
.honor-card img { object-fit: contain; background: #e5e5e5; }
@media (min-width: 992px) and (max-height: 800px) {
 .honor-copy .honor-eyebrow { margin-bottom: 12px; }
 #section6 .honor-copy h2 { font-size: 33px; line-height: 1.3; margin-bottom: 14px; }
 .team-showcase__photo img { max-height: 172px; }
 .team-showcase { margin-bottom: 12px; }
 .honor-values { margin-top: 20px; padding-top: 15px; }
}
@media (max-width: 991px) { .team-showcase { max-width: 480px; } }

/* The honor collection is display-only; the separate team collection remains interactive. */
.honor-orbit { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
.honor-card { margin: 0; cursor: default; }
.honor-card:hover { border-color: #858585; box-shadow: 0 12px 26px #0004; }
.honor-card img { pointer-events: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
.team-showcase__controls { gap: 7px; }

/* Real credentials keep their full silhouette and original lettering. */
.honor-card[hidden] { display: none; }
.honor-card { padding: 8px; background: #383838; border-color: #626262; }
.honor-card img { aspect-ratio: 1.25; background: transparent; object-fit: contain; }
.honor-core__mark--zh { font-family: inherit; font-size: clamp(32px, 3.5vw, 56px); letter-spacing: .06em; }

/* Both rings show the entire collection concurrently. */
.honor-orbit.is-orbit-ready .honor-card { width: clamp(94px, 9vw, 150px); padding: 5px; }
.honor-orbit.is-orbit-ready .honor-core { width: 92px; }
.honor-orbit.is-orbit-ready .honor-core__mark { font-size: clamp(28px, 2.7vw, 42px); }
.honor-orbit.is-orbit-ready .honor-core p { display: none; }
@media (min-width: 992px) and (max-height: 800px) {
 html[lang="en-US"] .team-showcase__photo img { max-height: 136px; }
 html[lang="en-US"] .honor-values { margin-top: 12px; }
 html[lang="en-US"] .honor-copy .honor-eyebrow { margin-bottom: 8px; }
}

/* Keep the full English name compact beneath the central CPI mark. */
.honor-core__name > span { display: block; white-space: nowrap; }
.honor-core__name .honor-core__international { font: inherit; letter-spacing: inherit; margin: 0; }
