/*
 * Daily News About 专用样式。
 *
 * 此页结构来自官方 Demo 导入数据和同视口页面测量。独立文件避免继续扩大
 * 全站样式，并确保后续替换 CQCC 文案和素材时不改变既有版式基线。
 */

.cqcc-about-main {
  color: #5e5e5e;
  background: #fbfbfc;
}

html[data-cqcc-theme="dark"] .cqcc-about-main {
  color: #aaa;
  background: #101010;
}

.cqcc-about-page {
  padding-block: 60px;
}

.cqcc-about-team {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 2px;
  filter: brightness(0.9);
  object-fit: cover;
}

.cqcc-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.cqcc-about-stat__value {
  display: block;
  min-width: 200px;
  margin-bottom: 15px;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.cqcc-about-stat p {
  margin: 0;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.65;
}

html[data-cqcc-theme="dark"] .cqcc-about-stat__value,
html[data-cqcc-theme="dark"] .cqcc-about-authors > h2,
html[data-cqcc-theme="dark"] .cqcc-about-author h3,
html[data-cqcc-theme="dark"] .cqcc-about-value h3,
html[data-cqcc-theme="dark"] .cqcc-about-values__copy h2 {
  color: #fff;
}

html[data-cqcc-theme="dark"] .cqcc-about-stat p,
html[data-cqcc-theme="dark"] .cqcc-about-author p,
html[data-cqcc-theme="dark"] .cqcc-about-value p,
html[data-cqcc-theme="dark"] .cqcc-about-values__copy p {
  color: #aaa;
}

.cqcc-about-story {
  margin-bottom: 80px;
  padding-block: 80px;
  color: #fff;
  background: #000;
}

.cqcc-about-story__inner {
  display: grid;
  grid-template-columns: calc(45% - 40px) calc(55% - 40px);
  gap: 80px;
  align-items: start;
}

.cqcc-about-story__visual,
.cqcc-about-story__copy {
  min-width: 0;
}

.cqcc-about-decor {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 2px;
  object-fit: cover;
}

.cqcc-about-quote {
  position: relative;
  margin: 0;
  padding: 70px;
  border: 0;
  color: #fff;
  background: transparent;
}

.cqcc-about-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.cqcc-about-quote blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: var(--cqcc-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.65;
}

.cqcc-about-founder {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.cqcc-about-founder img {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  object-fit: cover;
}

.cqcc-about-founder strong,
.cqcc-about-founder span {
  display: block;
  color: #fff;
}

.cqcc-about-founder strong {
  font-size: 16px;
  line-height: 1.5;
}

.cqcc-about-founder span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.cqcc-about-story__copy h1 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.cqcc-about-story__copy p {
  margin: 0 0 26.4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}

.cqcc-about-story__copy p:last-child {
  margin-bottom: 0;
}

.cqcc-about-authors {
  margin-bottom: 80px;
}

.cqcc-about-authors > h2 {
  margin: 0 0 25px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.cqcc-about-authors__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: calc(80px / 3);
  row-gap: 45px;
}

.cqcc-about-author img {
  width: 100%;
  aspect-ratio: 465 / 510;
  border-radius: 2px;
  object-fit: cover;
  object-position: var(--cqcc-about-position, 50% 50%);
}

.cqcc-about-author h3 {
  margin: 25px 0 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.cqcc-about-author p {
  margin: 0;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  text-transform: uppercase;
}

.cqcc-about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: start;
}

.cqcc-about-values__list {
  padding: 40px;
  border-radius: 2px;
  background: #e8ebed;
}

html[data-cqcc-theme="dark"] .cqcc-about-values__list {
  background: #1a1a1a;
}

.cqcc-about-value {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.cqcc-about-value:last-child {
  margin-bottom: 0;
}

.cqcc-about-value__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #106abf;
  background: #fff;
}

html[data-cqcc-theme="dark"] .cqcc-about-value__icon {
  background: #202020;
}

.cqcc-about-value__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.cqcc-about-value h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.cqcc-about-value p,
.cqcc-about-values__copy p {
  margin: 0;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.65;
}

.cqcc-about-values__copy h2 {
  max-width: 500px;
  margin: 0 0 20px;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.cqcc-about-values__copy p + p {
  margin-top: 26.4px;
}

.cqcc-about-values__copy p:last-of-type {
  margin-bottom: 50px;
}

body.cqcc-daily-site .cqcc-about-values__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  color: #fff !important;
  background: #106abf;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  text-transform: uppercase;
}

body.cqcc-daily-site .cqcc-about-values__button:hover,
body.cqcc-daily-site .cqcc-about-values__button:focus-visible {
  background: #0c579f;
}

@media (max-width: 991.98px) {
  .cqcc-about-stats {
    gap: 30px;
    margin-bottom: 60px;
  }

  .cqcc-about-stat__value {
    font-size: 30px;
  }

  .cqcc-about-story {
    margin-bottom: 60px;
    padding-block: 60px;
  }

  .cqcc-about-story__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .cqcc-about-decor {
    height: 500px;
    aspect-ratio: auto;
  }

  .cqcc-about-story__copy h1,
  .cqcc-about-values__copy h2 {
    font-size: 30px;
  }

  .cqcc-about-values {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .cqcc-about-values__list {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .cqcc-about-page {
    padding-block: 50px;
  }

  .cqcc-about-stats {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .cqcc-about-stat {
    text-align: center;
  }

  .cqcc-about-stat__value {
    min-width: 0;
  }

  .cqcc-about-decor {
    height: 400px;
  }

  .cqcc-about-quote {
    padding: 50px;
    text-align: center;
  }

  .cqcc-about-founder img {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .cqcc-about-founder {
    justify-content: center;
    text-align: left;
  }

  .cqcc-about-story__copy {
    text-align: center;
  }

  .cqcc-about-authors > h2 {
    text-align: center;
  }

  .cqcc-about-authors__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .cqcc-about-author {
    text-align: center;
  }

  .cqcc-about-value {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cqcc-about-values__copy {
    text-align: center;
  }

  .cqcc-about-values__copy h2 {
    margin-inline: auto;
  }
}
