/* Editorial honors layout: calm hierarchy, readable records, light interaction. */
.honors-index {
  padding: clamp(76px, 9vw, 138px) 0 clamp(34px, 4vw, 58px);
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 78%, #f7fafb 100%);
}

.honors-index-heading {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(330px, .7fr);
  column-gap: 8vw;
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 88px);
}

.honors-index-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 17px;
  color: #267fd1;
}

.honors-index-heading h2 {
  grid-column: 1 / -1;
  max-width: 660px;
  margin: 0;
  color: #112a42;
  font-size: clamp(43px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -4px;
}

.honors-index-heading > p:last-child {
  max-width: 400px;
  margin: 0 0 4px;
  color: #668098;
  font-size: 16px;
  line-height: 1.8;
}

.honors-rows {
  border-top: 1px solid #d9e1e9;
}

.honors-row {
  border-bottom: 1px solid #d9e1e9;
}

.honors-row-trigger {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto 54px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 118px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: #132e49;
  cursor: pointer;
  text-align: left;
  transition: color .28s ease, background .28s ease;
}

.honors-row-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 31px;
  border: 1px solid #d8e1e9;
  border-radius: 999px;
  color: #68819a;
  font-size: 12px;
  font-weight: 700;
}

.honors-row-name {
  color: #c7cdd5;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
  transition: color .28s ease, transform .28s ease;
}

.honors-row-name small {
  margin-left: 13px;
  color: #a8b3bf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  white-space: nowrap;
}

.honors-row-meta {
  color: #7890a4;
  font-size: 14px;
  white-space: nowrap;
}

.honors-row-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d8e1e9;
  border-radius: 50%;
  color: #132e49;
  font-size: 22px;
  line-height: 1;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.honors-row:hover .honors-row-name,
.honors-row.is-open .honors-row-name { color: #1679de; }
.honors-row:hover .honors-row-arrow,
.honors-row.is-open .honors-row-arrow { background: #1679de; border-color: #1679de; color: #fff; transform: rotate(45deg); }

.honors-row-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .3s ease, padding .45s ease;
}

.honors-row.is-open .honors-row-details {
  max-height: 220px;
  padding: 0 0 26px 102px;
  opacity: 1;
}

.honors-row-details a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border-left: 1px solid #e2e8ee;
  color: #193751;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.honors-row-details a:first-child { border-left: 0; }
.honors-row-details a:hover { background: #f1f8ff; color: #1679de; }
.honors-row-details b { color: #1679de; font-size: 13px; }
.honors-row-details span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.honors-row-details i { color: #1679de; font-size: 12px; font-style: normal; white-space: nowrap; }

@media (max-width: 900px) {
  .honors-index-heading { grid-template-columns: 1fr; gap: 20px; }
  .honors-index-heading h2 { font-size: 48px; letter-spacing: -3px; }
  .honors-row-trigger { grid-template-columns: 58px minmax(0, 1fr) 39px; gap: 10px; min-height: 92px; }
  .honors-row-meta { display: none; }
  .honors-row-index { width: 46px; height: 27px; font-size: 10px; }
  .honors-row-name { font-size: 27px; letter-spacing: -1.5px; }
  .honors-row-name small { display: block; margin: 7px 0 0; font-size: 10px; }
  .honors-row-arrow { width: 36px; height: 36px; font-size: 18px; }
  .honors-row-details { grid-template-columns: 1fr; }
  .honors-row.is-open .honors-row-details { max-height: 300px; padding: 0 0 18px 0; }
  .honors-row-details a { min-height: 48px; padding: 0 0 0 57px; border: 0; }
}

.honors {
  padding: 128px 0;
  background: #f4f8fc;
  color: #112a42;
}

.honors-wrap {
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(550px, 1.28fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: start;
}

.honors-intro {
  position: sticky;
  top: 120px;
  padding-top: 10px;
}

.honors .eyebrow {
  margin-bottom: 22px;
  color: #227fd2;
}

.honors h2 {
  max-width: 430px;
  color: #112a42;
  font-size: clamp(37px, 3.8vw, 59px);
  line-height: 1.19;
  letter-spacing: -3px;
}

.honors-copy {
  max-width: 355px;
  margin-top: 27px;
  color: #637a8e;
  font-size: 15px;
  line-height: 1.9;
}

.award-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #cbd9e6;
}

.award-card,
.award-card-wide {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  min-height: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #cbd9e6;
  border-radius: 0;
  background: transparent;
}

.award-card header {
  padding: 27px 20px 24px 0;
  border: 0;
}

.award-card header strong {
  display: block;
  color: #132e49;
  font-size: 23px;
  line-height: 1.25;
  white-space: nowrap;
}

.award-card header span {
  display: block;
  margin-top: 9px;
  color: #7291ac;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.award-entries {
  display: grid;
  gap: 0;
  padding: 14px 0;
}

.award-entry {
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 9px;
  color: #1b3852;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.award-entry + .award-entry {
  border-top: 1px solid transparent;
}

.award-entry:hover {
  background: #fff;
  transform: translateX(4px);
}

.award-entry b {
  color: #2586d6;
  font-size: 13px;
  letter-spacing: .3px;
}

.award-results {
  display: grid;
  gap: 5px;
}

.award-results p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: #536d83;
  font-size: 14px;
  line-height: 1.65;
}

.award-results p em {
  color: #193751;
  font-style: normal;
  font-weight: 700;
}

.award-level {
  display: inline-flex;
  align-items: center;
  min-width: 38px;
  height: 21px;
  padding: 0 6px;
  border-radius: 4px;
  background: #e6edf4;
  color: #5d7183;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.award-level.gold { background: #fff0c8; color: #a47009; }
.award-level.silver { background: #e8eef3; color: #5d7488; }
.award-level.bronze { background: #f6e5d4; color: #a35e27; }
.award-level.merit,
.award-level.special { background: #e3f1ff; color: #2b80c6; }

/* Compact article index: the detailed award information lives in each linked case article. */
.award-entries-brief {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 10px;
  padding: 18px 0;
}

.award-entries-brief .award-entry {
  display: inline-flex;
  grid-template-columns: none;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #d7e5ef;
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
}

.award-entries-brief .award-entry:hover {
  background: #fff;
}

.award-entries-brief .award-entry b {
  padding: 0;
}

.award-entries-brief .award-entry i {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
}

.award-entry i {
  padding: 7px 10px;
  border-radius: 99px;
  background: #e1f0fd;
  color: #267dca;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .honors {
    padding: 76px 0;
  }

  .honors-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .honors-intro {
    position: static;
  }

  .honors h2 {
    font-size: 38px;
    letter-spacing: -2px;
  }

  .honors-copy {
    max-width: 520px;
  }

  .award-card,
  .award-card-wide {
    grid-template-columns: 1fr;
  }

  .award-card header {
    padding: 21px 0 8px;
  }

  .award-card header strong {
    font-size: 20px;
    white-space: nowrap;
  }

  .award-entries {
    padding: 5px 0 16px;
  }

  .award-entries-brief {
    padding: 10px 0 18px;
  }

  .award-entry {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 13px 0;
    border-radius: 0;
  }

  .award-entry + .award-entry {
    border-top: 1px solid #d9e4ed;
  }

  .award-entry:hover {
    background: transparent;
    transform: none;
  }

  .award-entry i {
    grid-column: 2;
    justify-self: start;
    margin-top: 0;
  }

  .award-results p {
    font-size: 13px;
  }
}

/* A separate visual moment: website text and layout remain independent from the award photo. */
.award-showcase {
  overflow: hidden;
  padding: 0;
  margin-top: -1px;
  background:
    linear-gradient(180deg, #f7fafb 0%, #f6f9fb 12%, #e9f0f4 100%);
  color: #102941;
}

/* 将用户提供的合成荣誉视觉作为整页背景段使用，而非容器内的一张卡片图片。 */
.award-showcase > .container {
  width: 100%;
  max-width: none;
}

.award-showcase-heading {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(260px, .55fr);
  gap: 70px;
  align-items: end;
}

.award-showcase .eyebrow {
  grid-column: 1;
  margin-bottom: 16px;
  color: #a9772b;
}

.award-showcase h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.12;
  letter-spacing: -3px;
}

.award-showcase-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 330px;
  margin: 0 0 6px;
  color: #627a8d;
  font-size: 15px;
  line-height: 1.9;
}

.award-constellation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  max-width: 960px;
  margin: 0 auto 32px;
}

.award-constellation span {
  position: relative;
  padding: 11px 22px 12px;
  border: 1px solid #d9c4a0;
  border-radius: 999px;
  color: #835a28;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
}

.award-constellation span::after {
  margin-left: 8px;
  color: #c39b61;
  content: '✦';
  font-size: 11px;
}

.showcase-trophies {
  position: relative;
  height: min(39.0625vw, 750px);
  min-height: 0;
  margin: 0;
  background-image:
    linear-gradient(180deg, rgba(246, 250, 252, .12), rgba(239, 246, 249, .08)),
    url('assets/honors-showcase-no-title.png');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.showcase-trophies::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22%;
  background: linear-gradient(transparent, rgba(239, 246, 249, .46));
  content: '';
  pointer-events: none;
}

@media (max-width: 900px) {
  .honors-index { padding-bottom: 0; }

  .award-showcase {
    padding-top: 0;
  }

  .award-showcase-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .award-showcase h2,
  .award-showcase-heading > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .award-showcase h2 {
    font-size: 42px;
  }

  .award-showcase-heading > p:last-child {
    max-width: 500px;
  }

  .award-constellation {
    justify-content: flex-start;
    gap: 9px;
    margin: 38px 0 22px;
  }

  .award-constellation span {
    padding: 8px 12px 9px;
    font-size: 12px;
  }

  .award-constellation span::after {
    display: none;
  }

  .showcase-trophies {
    height: 39.0625vw;
    min-height: 0;
    margin: 0;
    background-position: center bottom;
  }
}
