/* =========================================================
   鉴黄师品牌站 - 关于我们
   Figma nodes: PC 395:98678 / Mobile 452:98352
   ========================================================= */

.about-page-body {
  color: #f5f5f5;
}

.about-page {
  position: relative;
  overflow: hidden;
}

.about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(241, 191, 101, .45) 0 1px, transparent 1.4px);
  background-position:
    0 0,
    64px 42px;
  background-size:
    220px 190px,
    360px 320px;
  opacity: .22;
}

.about-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 670px;
  height: 980px;
  z-index: 0;
  pointer-events: none;
}

.about-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-hero {
  position: relative;
  z-index: 1;
  padding: 47px 0 78px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 448px 709px;
  gap: 24px;
  align-items: start;
}

.about-hero-copy {
  min-width: 0;
}

.about-eyebrow {
  display: block;
  height: 16px;
  margin: 0 0 -16px 39px;
  color: rgba(249, 200, 101, .24);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.about-hero h1 {
  margin: 0;
  color: #ffd166;
  font-size: 56px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0;
}

.about-lead {
  margin: 0;
  color: #ffd166;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.about-copy {
  margin-top: 25px;
  max-width: 448px;
  color: rgba(255, 255, 255, .46);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.about-copy p+p {
  margin-top: 20px;
}

.about-hero-media {
  display: block;
  width: 709px;
  height: 399px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: #080808;
}

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

.about-cta-section {
  position: relative;
  z-index: 1;
  padding: 0 0 155px;
}

.about-cta-card {
  width: min(1095px, calc(100% - 48px));
  min-height: 387px;
  margin: 0 auto;
  padding: 78px 40px 54px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 28px;
  background: url("/assets/img/llbg.webp") center / cover no-repeat;
}

.about-cta-card>* {
  position: relative;
  z-index: 1;
}

.about-cta-card h2 {
  margin: 0;
  color: #ffd166;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
}

.about-cta-title {
  margin-top: 3px;
  color: #ffd166;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
}

.about-cta-copy {
  width: min(584px, 100%);
  margin: 6px auto 35px;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}

.about-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  height: 48px;
  padding: 0 24px;
  color: #231100;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 11px;
  background: linear-gradient(135deg, #ffda58 0%, #ff9f27 52%, #ff6f21 100%);
  box-shadow:
    0 0 0 1px rgba(255, 235, 139, .45) inset,
    0 0 28px rgba(255, 111, 33, .68),
    0 11px 30px rgba(255, 94, 24, .36);
}

.about-cta-button:hover {
  color: #231100;
  transform: translateY(-1px);
}

.about-cta-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-stats-section {
  position: relative;
  z-index: 1;
  padding: 0 0 141px;
}

.about-section-head {
  width: min(644px, 100%);
  margin: 0 auto;
  text-align: center;
}

.about-section-head h2 {
  margin: 0;
  color: #ffd166;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
}

.about-section-head p {
  margin: 12px auto 0;
  color: rgba(255, 255, 255, .54);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 960px;
  margin: 76px auto 0;
}

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

.about-stat strong {
  display: block;
  color: #ffd166;
  font-size: 64px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: 0;
}

.about-stat span {
  display: block;
  margin-top: 21px;
  color: rgba(255, 255, 255, .42);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.about-adv-section {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
}

.about-section-head.compact {
  width: min(518px, 100%);
}

.about-section-head.compact p {
  display: none;
}

.about-adv-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 47px;
}

.about-adv-card {
  min-height: 202px;
  padding: 20px 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .05);
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.about-adv-card.active,
.about-adv-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 28px 0 rgba(247, 201, 107, 0.26);
  backdrop-filter: blur(2px);
}

.about-adv-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, .82);
}

.about-adv-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-footer-social svg {
  fill: currentColor;
}

.about-adv-card h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
}

.about-adv-card p {
  margin: 0;
  color: rgba(255, 255, 255, .49);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

.about-footer {
  padding: 48px 0 18px;
  background: #15161a;
  border-top: 0;
}

.about-footer .about-container {
  width: min(1152px, calc(100% - 48px));
}

.about-footer-top {
  display: grid;
  grid-template-columns: 390px 1fr 1fr 1fr;
  gap: 60px;
}

.about-footer-brand .brand {
  margin-bottom: 20px;
}

.about-footer-brand .logo-badge {
  margin-left: 2px;
  transform: none;
  color: #ffd166;
  border-color: rgba(255, 209, 102, .52);
  background: rgba(255, 209, 102, .08);
}

.about-footer-warn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  margin: 0;
  padding: 3px 20px;
  color: #ff5050;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid rgba(255, 79, 79, .55);
  border-radius: 999px;
  background: rgba(115, 20, 20, .26);
}

.about-footer-warn span {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.about-footer-desc {
  max-width: 370px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 22px;
}

.about-footer-social {
  display: flex;
  gap: 14px;
  margin-top: 17px;
}

.about-footer-social a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(0, 0, 0, .28);
}

.about-footer-social a:hover {
  color: #15161a;
  background: #ffd166;
}

.about-footer-social svg {
  width: 15px;
  height: 15px;
}

.about-footer-col {
  padding-top: 20px;
}

.about-footer-col h4 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 14px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.about-footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 18px;
  background: #ffd166;
}

.about-footer-col li+li {
  margin-top: 16px;
}

.about-footer-col a {
  color: rgba(255, 255, 255, .38);
  font-size: 14px;
  line-height: 20px;
}

.about-footer-col a:hover {
  color: #ffd166;
}

.about-footer-bottom {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 35px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .35);
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.about-footer-bottom span:last-child {
  display: none;
}

@media (max-width: 1180px) {
  .about-hero-grid {
    grid-template-columns: minmax(360px, 448px) minmax(520px, 709px);
  }

  .about-adv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-footer-top {
    gap: 38px;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 709 / 399;
  }
}

@media (max-width: 860px) {

  .about-container,
  .about-footer .about-container {
    width: min(343px, calc(100% - 32px));
  }

  .about-page {
    background:
      radial-gradient(300px 260px at 90% 8%, rgba(176, 132, 43, .07), transparent 70%),
      linear-gradient(180deg, #030808 0%, #020707 100%);
  }

  .about-page::before {
    background-size:
      170px 150px,
      270px 240px;
    opacity: .2;
  }

  .about-page::after {
    top: 760px;
    height: 980px;
  }

  .about-hero {
    padding: 13px 0 42px;
  }

  .about-hero-grid {
    display: block;
  }

  .about-eyebrow {
    height: 16px;
    margin: 0 0 -16px 0;
    color: rgba(255, 209, 102, .16);
    font-size: 12px;
    line-height: 16px;
  }

  .about-hero h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
  }

  .about-lead {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
  }

  .about-copy {
    margin-top: 16px;
    max-width: 343px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-copy p+p {
    margin-top: 20px;
  }

  .about-hero-media {
    width: 100%;
    height: auto;
    margin-top: 30px;
    aspect-ratio: 343 / 193;
    border-radius: 3px;
  }

  .about-cta-section {
    padding: 0 0 47px;
  }

  .about-cta-card {
    width: min(343px, calc(100% - 32px));
    min-height: 448px;
    padding: 82px 18px 44px;
    border-radius: 12px;
    background: url("/assets/img/llbg-m.webp") center bottom / 100% auto no-repeat;
  }

  .about-cta-card h2 {
    font-size: 36px;
    line-height: 48px;
    white-space: nowrap;
  }

  .about-cta-title {
    margin-top: 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .about-cta-copy {
    max-width: 296px;
    margin-top: 12px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 22px;
  }

  .about-cta-button {
    min-width: 152px;
    height: 36px;
    padding: 0 17px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
  }

  .about-cta-button svg {
    width: 14px;
    height: 14px;
  }

  .about-stats-section {
    padding: 0 0 50px;
  }

  .about-section-head {
    width: 343px;
  }

  .about-section-head h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .about-section-head p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 31px;
    max-width: 286px;
    margin-top: 30px;
  }

  .about-stat strong {
    font-size: 32px;
    line-height: 48px;
  }

  .about-stat span {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-adv-section {
    padding: 0 0 51px;
  }

  .about-section-head.compact {
    width: 343px;
  }

  .about-section-head.compact p {
    display: none;
  }

  .about-adv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }

  .about-adv-card,
  .about-adv-card.active {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    min-height: 120px;
    padding: 17px 16px 17px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .06);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .045) 0%, rgba(255, 255, 255, .018) 100%),
      #101416;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  }

  .about-adv-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    border-radius: 9px;
    background: rgba(255, 255, 255, .06);
  }

  .about-adv-icon svg {
    width: 24px;
    height: 24px;
  }

  .about-adv-card h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .about-adv-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-footer {
    padding: 42px 0 160px;
  }

  .about-footer-top {
    display: block;
    text-align: center;
  }

  .about-footer-brand .brand {
    justify-content: center;
    margin-bottom: 9px;
  }

  .about-footer-brand .logo-badge {
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: 0;
    transform: translateX(-50%);
    font-size: 10px;
  }

  .about-footer-warn {
    display: none;
  }

  .about-footer-desc {
    max-width: 323px;
    margin: 31px auto 0;
    font-size: 11px;
    line-height: 18px;
  }

  .about-footer-col {
    display: inline-block;
    padding: 0;
    margin-top: 22px;
  }

  .about-footer-col+.about-footer-col {
    margin-left: 29px;
  }

  .about-footer-col h4 {
    padding-left: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .about-footer-col h4::before,
  .about-footer-col ul {
    display: none;
  }

  .about-footer-social {
    justify-content: center;
    gap: 18px;
    margin-top: 24px;
  }

  .about-footer-social a {
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, .54);
    background: rgba(255, 255, 255, .08);
  }

  .about-footer-social svg {
    width: 17px;
    height: 17px;
  }

  .about-footer-bottom {
    display: block;
    margin-top: 22px;
    padding-top: 0;
    text-align: center;
    color: rgba(255, 255, 255, .28);
    font-size: 11px;
    line-height: 18px;
    border-top: 0;
  }

  .about-footer-bottom span {
    display: block;
  }

  .about-footer-bottom span:first-child {
    max-width: 220px;
    margin: 0 auto;
  }

  .about-footer-bottom span:last-child {
    display: none;
  }
}

@media (max-width: 374px) {

  .about-container,
  .about-footer .about-container,
  .about-section-head,
  .about-section-head.compact {
    width: calc(100% - 24px);
  }

  .about-cta-card {
    width: calc(100% - 24px);
  }

  .about-cta-card h2 {
    font-size: 32px;
  }

  .about-cta-title {
    font-size: 22px;
  }

  .about-footer-col+.about-footer-col {
    margin-left: 18px;
  }
}
