.about-band {
  padding: 0 0 112px;
  background: var(--color-white);
}

.about-hero {
  width: 100%;
  height: min(42vw, 600px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--color-light);
}

.about-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-info {
  display: block;
  margin-top: 72px;
}

.company-info-title {
  margin-bottom: 34px;
}

.company-info-title h1 {
  margin: 0;
  color: #151b24;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.company-info-title span {
  display: block;
  width: 64px;
  height: 7px;
  margin-top: 18px;
  background: var(--color-brand);
}

.company-info-body {
  min-width: 0;
}

.company-info-body::after {
  display: block;
  clear: both;
  content: "";
}

.company-info-main {
  display: block;
  position: relative;
}

.company-info-text {
  position: relative;
  z-index: 1;
  color: #333943;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
}

.company-info-text p,
.company-info-summary {
  margin: 0;
  text-indent: 2em;
}

.company-info-text p + p {
  margin-top: 26px;
}

.company-video {
  float: right;
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 520px;
  margin-bottom: 26px;
  margin-left: 56px;
  padding: 0;
  border: 0;
  aspect-ratio: 16 / 9;
  background: var(--color-light);
  cursor: pointer;
}

.company-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.company-video::after {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 30, 0.08);
  pointer-events: none;
  content: "";
}

.company-video:hover img {
  transform: scale(1.03);
}

.company-video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  transform: translate(-50%, -50%);
}

.company-video-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #202733;
  transform: translate(-38%, -50%);
  content: "";
}

.company-info-summary {
  margin: 0;
  color: #333943;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  text-align: justify;
}

.company-info-story {
  margin-top: 0;
}

.company-info-story .company-info-summary {
  margin-top: 26px;
}

.company-video-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.company-video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.company-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 22, 0.72);
}

.company-video-dialog {
  position: relative;
  width: min(1080px, 100%);
  aspect-ratio: 16 / 9;
  background: #0b111d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.company-video-player {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b111d;
  object-fit: contain;
}

.company-video-close {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.company-video-close::before,
.company-video-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #1f2937;
  content: "";
}

.company-video-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.company-video-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.honors-section {
  padding: 0 0 112px;
  background: var(--color-white);
}

.honors-shell {
  position: relative;
}

.honors-heading {
  margin-bottom: 34px;
}

.honors-heading h2 {
  margin: 0;
  color: #151b24;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.honors-heading span {
  display: block;
  width: 64px;
  height: 7px;
  margin-top: 18px;
  background: var(--color-brand);
}

.honors-panel {
  position: relative;
  top: -50px;
  overflow: hidden;
  min-height: clamp(760px, 56vw, 1040px);
  padding: 44px 0 36px;
  background: url("/assets/about/荣誉.webp") center bottom / 100% auto no-repeat;
}

.honors-panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px 34px;
  padding-top: 50px;
}

.honors-panel::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 187, 54, 0.24) 0%, rgba(239, 187, 54, 0.06) 42%, rgba(239, 187, 54, 0) 72%);
  content: "";
}

.honors-metrics,
.honors-timeline,
.honors-gallery {
  position: relative;
  z-index: 1;
}

.honors-metrics {
  grid-row: 1 / span 3;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.honor-metric {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  row-gap: 10px;
  padding: 6px 0;
}

.honor-metric p {
  grid-column: 2;
  margin: 0;
  color: #5e6672;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.honor-metric strong {
  grid-column: 2;
  margin: 0;
  color: var(--color-brand);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.honor-metric::before {
  display: block;
  grid-row: 1 / span 2;
  align-self: stretch;
  width: 5px;
  min-height: 78px;
  background: var(--color-brand);
  content: "";
}

.honors-timeline {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 18px;
}

.honor-timeline-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.honor-year {
  color: var(--color-brand);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.honor-timeline-item p {
  margin: 0;
  color: #606975;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.honors-gallery {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr)) 240px;
  gap: 22px;
  margin-top: 34px;
  align-items: end;
}

.honor-certificate {
  min-height: 214px;
  padding: 18px 16px 14px;
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(251, 247, 236, 0.98));
  border: 3px solid #d5b56f;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.95);
  text-align: center;
}

.honor-certificate img {
  width: 84px;
  height: 84px;
  margin: 16px auto 18px;
  object-fit: contain;
}

.honor-certificate p {
  margin: 0;
  color: #333943;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.honors-highlight {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 286px;
}

.honors-highlight-cup {
  position: relative;
  width: 114px;
  height: 148px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #ffe69a 0%, #efbe42 48%, #c98d1c 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42), 0 24px 48px rgba(217, 163, 41, 0.26);
}

.honors-highlight-cup::before {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 154px;
  height: 54px;
  border: 10px solid #f4cd63;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  transform: translateX(-50%);
  content: "";
}

.honors-highlight-cup::after {
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 44px;
  height: 72px;
  background: linear-gradient(180deg, #efc24f 0%, #b47717 100%);
  transform: translateX(-50%);
  box-shadow:
    0 64px 0 22px #2c3138,
    0 84px 0 30px #4a5059;
  content: "";
}

.vision-section {
  padding: 0 0 112px;
  background: var(--color-white);
}

.vision-scene {
  position: relative;
  overflow: hidden;
  min-height: clamp(920px, 62.5vw, 1180px);
  background: url("/assets/about/愿景.webp") center bottom / cover no-repeat;
}

.vision-shell {
  position: relative;
  z-index: 1;
  min-height: clamp(920px, 62.5vw, 1180px);
  padding: 72px 0;
}

.vision-heading {
  text-align: center;
}

.vision-heading-top {
  max-width: 540px;
  margin: 0 auto;
}

.vision-heading-top h2,
.vision-pillar h3 {
  margin: 0;
  color: #151b24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.vision-heading-top span,
.vision-pillar span {
  display: block;
  width: 44px;
  height: 6px;
  margin: 16px auto 0;
  background: var(--color-brand);
}

.vision-heading-top.section-heading p:not(.eyebrow),
.vision-pillar p {
  margin: 30px 0 0;
  color: #444d59;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.vision-pillar {
  position: absolute;
  top: 200px;
  width: 280px;
  text-align: center;
}

.vision-pillar-left {
  left: 18px;
}

.vision-pillar-right {
  right: 18px;
}

@media (min-width: 1181px) {
  .vision-heading-top {
    position: absolute;
    top: clamp(220px, 13.5vw, 260px);
    left: 50%;
    width: min(680px, calc(100% - 64px));
    max-width: none;
    margin: 0;
    translate: -50% -50%;
  }

  .vision-heading-top h2,
  .vision-pillar h3 {
    font-size: 32px;
  }

  .vision-heading-top.section-heading p:not(.eyebrow),
  .vision-pillar p {
    font-size: 20px;
  }

  .vision-pillar {
    top: clamp(440px, 23vw, 580px);
    width: 360px;
    translate: 0 -50%;
  }

  .vision-pillar-left {
    left: -50px;
  }

  .vision-pillar-right {
    right: -50px;
  }
}

@media (max-width: 1180px) {
  .company-info-main {
    display: block;
  }

  .company-video {
    width: 42%;
    margin-left: 34px;
  }

  .honors-metrics {
    grid-row: auto;
    gap: 14px;
  }

  .honors-panel-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .honors-timeline {
    grid-column: 1;
    grid-row: auto;
  }

  .honors-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .vision-scene,
  .vision-shell {
    min-height: 920px;
  }

  .vision-pillar {
    top: 200px;
    width: 240px;
  }

  .vision-pillar-left {
    left: 0;
  }

  .vision-pillar-right {
    right: 0;
  }

}

@media (max-width: 780px) {
  .about-band {
    padding: 0 0 76px;
  }

  .about-hero {
    height: 360px;
  }

  .company-info {
    margin-top: 58px;
  }

  .company-info-title {
    margin-bottom: 28px;
  }

  .company-info-title h1 {
    font-size: 26px;
  }

  .company-info-title span {
    width: 54px;
    height: 6px;
    margin-top: 16px;
  }

  .company-info-main {
    display: block;
  }

  .company-info-text,
  .company-info-summary {
    font-size: 14px;
    font-weight: 500;
  }

  .company-video {
    float: none;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .company-video-modal {
    padding: 0;
  }

  .company-video-dialog {
    width: 100vw;
    height: 100dvh;
    aspect-ratio: auto;
    box-shadow: none;
  }

  .company-video-player {
    object-fit: contain;
  }

  .company-video-close {
    top: calc(env(safe-area-inset-top) + 12px);
    right: calc(env(safe-area-inset-right) + 12px);
    width: 40px;
    height: 40px;
  }

  .honors-section {
    padding: 0 0 36px;
  }

  .honors-heading {
    margin-bottom: 0;
  }

  .honors-heading h2 {
    font-size: 26px;
  }

  .honors-heading span {
    width: 54px;
    height: 6px;
    margin-top: 16px;
  }

  .honors-panel {
    top: 0;
    padding: 0 0 24px;
  }

  .honors-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }

  .honor-metric {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 92px;
    padding: 8px 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }

  .honor-metric::before {
    display: none;
  }

  .honor-metric:first-child {
    align-items: flex-start;
    text-align: left;
  }

  .honor-metric:nth-child(2) {
    align-items: center;
    text-align: center;
  }

  .honor-metric:nth-child(2)::before,
  .honor-metric:nth-child(2)::after {
    position: absolute;
    display: block;
    top: 56%;
    width: 3px;
    height: 50%;
    min-height: 0;
    border-radius: 999px;
    background: var(--color-brand);
    content: "";
    z-index: 1;
    transform: translateY(-50%);
  }

  .honor-metric:nth-child(2)::before {
    left: 6px;
  }

  .honor-metric:nth-child(2)::after {
    right: 6px;
  }

  .honor-metric:last-child {
    align-items: flex-end;
    text-align: right;
  }

  .honor-metric p {
    grid-column: auto;
    font-size: 14px;
  }

  .honor-metric strong {
    grid-column: auto;
    font-size: 26px;
  }

  .honor-timeline-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .honor-year {
    font-size: 18px;
  }

  .honor-timeline-item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .honors-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }

  .honor-certificate {
    min-height: 174px;
    padding: 14px 12px 12px;
  }

  .honor-certificate img {
    width: 60px;
    height: 60px;
    margin: 10px auto 14px;
  }

  .honor-certificate p {
    font-size: 14px;
  }

  .honors-highlight {
    min-height: 220px;
    grid-column: 1 / -1;
  }

  .honors-highlight-cup {
    width: 92px;
    height: 122px;
  }

  .honors-highlight-cup::before {
    top: -28px;
    width: 128px;
    height: 46px;
    border-width: 8px;
  }

  .honors-highlight-cup::after {
    bottom: -60px;
    width: 36px;
    height: 60px;
    box-shadow:
      0 52px 0 18px #2c3138,
      0 66px 0 24px #4a5059;
  }

  .vision-section {
    padding: 0 0 76px;
  }

  .vision-scene,
  .vision-shell {
    min-height: auto;
  }

  .vision-scene {
    background-color: var(--color-white);
    background-position: center top;
    background-size: 100% auto;
  }

  .vision-shell {
    display: grid;
    justify-items: center;
    gap: 24px;
    padding: calc(73.5vw + 24px) 0 48px;
  }

  .vision-heading-top {
    max-width: 320px;
  }

  .vision-heading-top h2,
  .vision-pillar h3 {
    font-size: 22px;
  }

  .vision-heading-top.section-heading p:not(.eyebrow),
  .vision-pillar p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .vision-pillar {
    position: static;
    width: 100%;
    max-width: 320px;
  }
}
