/* Company introduction page only. */


.page-company-scope .button-outline{
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.page-company-scope .button-outline:hover{
  background: var(--ink);
  color: #fff;
}

.page-company-scope .company-page{
  background: var(--paper);
}

.page-company-scope .company-hero{
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0 clamp(82px, 7vw, 116px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(4, 14, 24, .20) 0%, rgba(4, 14, 24, .26) 18%, rgba(4, 14, 24, .34) 52%, rgba(4, 14, 24, .42) 100%),
    linear-gradient(90deg, rgba(4, 14, 24, .42) 0%, rgba(4, 14, 24, .24) 38%, rgba(4, 14, 24, .12) 64%, rgba(4, 14, 24, .26) 100%),
    url("https://www.keneuc.cn/uploads/allimg/20260819/1-260Q9113115610.webp") center center / cover no-repeat;
}

.page-company-scope .company-hero::before{
  position: absolute;
  top: -370px;
  left: -390px;
  width: 660px;
  height: 660px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.page-company-scope .company-hero::after{
  position: absolute;
  right: -300px;
  bottom: -330px;
  width: 540px;
  height: 540px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.page-company-scope .company-hero-inner{
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.page-company-scope .company-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-company-scope .company-eyebrow::before{
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
}

.page-company-scope .company-hero .company-eyebrow{
  color: #76cf84;
}

.page-company-scope .company-hero h1{
  max-width: 1080px;
  margin: 0 auto 26px;
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.058em;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}

.page-company-scope .company-hero-lead{
  max-width: 900px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, .90);
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.78;
  text-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}


.page-company-scope .company-section{
  padding: clamp(72px, 7vw, 108px) 0;
}

.page-company-scope .company-section-soft{
  background: var(--surface);
}

.page-company-scope .company-heading{
  max-width: 840px;
  margin-bottom: clamp(36px, 4vw, 52px);
}

.page-company-scope .company-heading-centered{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-company-scope .company-heading h2{
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 1.08;
  letter-spacing: -.05em;
}

@media (min-width: 1121px) {
  .page-company-scope .company-story-title{
    font-size: clamp(38px, 2.2vw, 42px);
  }

  .page-company-scope .company-story-title span{
    display: block;
    white-space: nowrap;
  }
}

.page-company-scope .company-heading > p:last-child{
  max-width: 800px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.8;
}

.page-company-scope .company-heading-centered > p:last-child{
  margin-right: auto;
  margin-left: auto;
}

.page-company-scope .company-story-grid{
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.page-company-scope .company-story-copy > p{
  margin-bottom: 20px;
  color: #44515b;
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.82;
}

.page-company-scope .company-story-copy > p:last-of-type{
  margin-bottom: 30px;
}

.page-company-scope .company-story-visual{
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #e8eef1;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(13, 27, 38, .14);
}

.page-company-scope .company-story-visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-company-scope .company-story-caption{
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(13, 27, 38, .88);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.page-company-scope .company-story-caption strong{
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.page-company-scope .company-story-caption span{
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.55;
}

.page-company-scope .company-industry-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 2vw, 32px);
  row-gap: clamp(28px, 2.4vw, 38px);
}

.page-company-scope .company-industry-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(13, 27, 38, .07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.page-company-scope .company-industry-card:hover{
  border-color: rgba(7, 135, 28, .24);
  box-shadow: 0 22px 48px rgba(13, 27, 38, .11);
  transform: translateY(-3px);
}

.page-company-scope .company-industry-media{
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #e8eef1;
  border-bottom: 1px solid var(--line);
}

.page-company-scope .company-industry-media::after{
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(13, 27, 38, 0) 58%, rgba(13, 27, 38, .13) 100%);
  pointer-events: none;
}

.page-company-scope .company-industry-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.page-company-scope .company-industry-card:hover .company-industry-media img{
  transform: scale(1.025);
}

.page-company-scope .company-industry-number{
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: #8ae397;
  background: rgba(8, 24, 34, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  backdrop-filter: blur(6px);
}

.page-company-scope .company-industry-content{
  min-height: 132px;
  padding: 24px 26px 26px;
  background: #fff;
}

.page-company-scope .company-industry-card h3{
  margin: 0 0 9px;
  color: var(--ink);
  font-size: clamp(21px, 1.4vw, 25px);
  line-height: 1.22;
  letter-spacing: -.03em;
}

.page-company-scope .company-industry-card p{
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

.page-company-scope .company-cooperation-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0 0 28px;
}

.page-company-scope .company-cooperation-card{
  padding: clamp(30px, 3vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.page-company-scope .company-cooperation-card h3{
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 27px;
}

.page-company-scope .company-cooperation-card > p{
  margin-bottom: 24px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.page-company-scope .company-cooperation-card ul{
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-company-scope .company-cooperation-card li{
  position: relative;
  padding-left: 24px;
  color: #44515b;
  font-size: 14px;
  line-height: 1.55;
}

.page-company-scope .company-cooperation-card li::before{
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--primary);
  border-radius: 50%;
}

.page-company-scope .company-final-cta{
  width: 100%;
  margin: 0;
  padding: clamp(38px, 4vw, 56px);
  color: #fff;
  background: var(--navy);
  border-radius: 28px;
  text-align: center;
}

.page-company-scope .company-final-cta h2{
  max-width: 860px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(32px, 3vw, 48px);
}

.page-company-scope .company-final-cta p{
  max-width: 820px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.72;
}

.page-company-scope .company-final-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-company-scope .company-final-cta .button-outline{
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
}

.page-company-scope .company-final-cta .button-outline:hover{
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .5);
}

@media (max-width: 1120px) {
  .page-company-scope .company-story-grid{
    grid-template-columns: 1fr;
  }

  .page-company-scope .company-story-copy{
    max-width: 850px;
  }

  .page-company-scope .company-story-visual{
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .page-company-scope .company-industry-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-company-scope .company-hero{
    padding: 60px 0 66px;
  }

  .page-company-scope .company-hero::before,
.page-company-scope .company-hero::after{
    display: none;
  }

  .page-company-scope .company-hero h1{
    font-size: 38px;
  }

  .page-company-scope .company-final-actions{
    display: grid;
  }

  .page-company-scope .company-final-actions .button{
    width: 100%;
  }

  .page-company-scope .company-section{
    padding: 62px 0;
  }

  .page-company-scope .company-heading{
    margin-bottom: 32px;
  }

  .page-company-scope .company-industry-grid,
.page-company-scope .company-cooperation-grid{
    grid-template-columns: 1fr;
  }

  .page-company-scope .company-story-visual{
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .page-company-scope .company-story-caption{
    right: 14px;
    bottom: 14px;
    left: 14px;
  }


  .page-company-scope .company-industry-card{
    border-radius: 20px;
  }

  .page-company-scope .company-industry-media{
    aspect-ratio: 16 / 9;
  }

  .page-company-scope .company-industry-number{
    top: 16px;
    left: 16px;
  }

  .page-company-scope .company-industry-content{
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .page-company-scope .company-final-cta{
    padding: 32px 22px;
    border-radius: 22px;
  }
}
