:root {
  --profile-accent: #df7625;
  --profile-accent-deep: #b85416;
  --profile-ink: #233342;
  --profile-copy: #586977;
  --profile-muted: #8795a1;
  --profile-line: #dde5eb;
  --profile-surface: #f4f6f7;
  --profile-shell: 1320px;
}

.company-profile,
.company-profile * { box-sizing: border-box; }

.company-profile {
  overflow: hidden;
  color: var(--profile-ink);
  background: #fafbfc;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
}

.profile-shell {
  width: min(86%, var(--profile-shell));
  margin: 0 auto;
}

.profile-overview {
  padding: 48px 0 58px;
  background: #fff;
}

.profile-overview .profile-shell {
  width: 73.72%;
  max-width: 1400px;
}

.profile-overview__grid {
  display: grid;
  grid-template-columns: 61.15% 38.85%;
  min-height: 410px;
  background: #f5f5f5;
}

.profile-story {
  min-width: 0;
  padding: 27px 20px 28px;
}

.profile-story__header {
  position: relative;
  z-index: 0;
  margin-bottom: 44px;
}

.profile-story__header::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
  width: 54px;
  height: 9px;
  background: #ef9a67;
}

.profile-story__en {
  margin: 0;
  color: #202a36;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.profile-story__content {
  color: #555b62;
  font-size: 14px;
  line-height: 1.52;
  text-align: justify;
}

.profile-story__content p {
  margin: 0 0 19px;
  text-indent: 2em;
}
.profile-story__content p:last-child { margin-bottom: 0; }
.profile-story__content img { max-width: 100%; height: auto !important; }

.profile-mission {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  color: #fff;
  background: #f08a55 url("../images/company-profile-mission.png") center / cover no-repeat;
}

.profile-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(239, 132, 78, .82);
}

.profile-mission__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 32px 40px 30px;
}

.profile-mission h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.profile-mission__content > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.profile-metrics {
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 41px;
  column-gap: 28px;
}

.profile-metric dt {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.profile-metric dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  color: #fff;
  white-space: nowrap;
}

.profile-metric strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
}

.profile-metric span {
  margin-left: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.profile-culture {
  position: relative;
  padding: 58px 0 68px;
  background: #eef4f7 url("../images/company-profile-mountains.jpg") center bottom / cover no-repeat;
}

.profile-section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.profile-section-heading h2 {
  margin: 0;
  color: var(--profile-ink);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.profile-section-heading p {
  margin: 14px 0 0;
  color: #778895;
  font-size: 16px;
  line-height: 1.8;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
}

.culture-item {
  aspect-ratio: 1;
  min-height: 0;
  padding: clamp(24px, 2.5vw, 38px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  background: #fff url("../images/company-profile-card.jpg") center / cover no-repeat;
  border: 1px solid rgba(211, 221, 228, .72);
  box-shadow: 0 16px 44px rgba(32, 65, 89, .07);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.culture-item--primary { grid-row: auto; }

.culture-item--accent {
  color: var(--profile-ink);
  background: #fff url("../images/company-profile-card.jpg") center / cover no-repeat;
  border-color: rgba(211, 221, 228, .72);
}

.culture-item:hover {
  transform: translateY(-5px);
  border-color: rgba(223, 118, 37, .46);
  box-shadow: 0 22px 54px rgba(32, 65, 89, .11);
}

.culture-item__mark {
  width: 72px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture-item__mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.culture-item h3 {
  margin: 0 0 10px;
  color: var(--profile-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.culture-item p {
  max-width: 35em;
  margin: 0;
  color: var(--profile-copy);
  font-size: 14px;
  line-height: 1.75;
}

.culture-item--accent h3,
.culture-item--accent p { color: var(--profile-copy); }

.profile-honors {
  position: relative;
  overflow: hidden;
  min-height: 804px;
  padding: 68px 0 20px;
  background: #f5f7f8;
}

.profile-honors__heading {
  margin: 0 0 50px;
  text-align: center;
}

.profile-honors__heading h2 {
  margin: 0;
  color: #202a36;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.profile-honors__heading h2::after {
  content: "";
  width: 50px;
  height: 3px;
  margin: 13px auto 0;
  display: block;
  background: #30343a;
}

.profile-honors__stage {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
}

.honor-swiper {
  width: 1160px;
  max-width: calc(100% - 180px);
  height: 610px;
  padding: 0 0 20px;
}

.honor-swiper .swiper-wrapper {
  align-items: center;
}

.honor-slide {
  height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-card {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  color: #94999e;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: .42;
  cursor: zoom-in;
  transform: scale(.72);
  transition: opacity .35s ease, transform .35s ease;
}

.honor-slide.swiper-slide-active .honor-card {
  color: #202a36;
  opacity: 1;
  transform: scale(1);
}

.honor-card__frame {
  width: 100%;
  height: 556px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 18px 40px rgba(43, 54, 65, .08);
}

.honor-card__frame img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.honor-card__title {
  margin-top: 17px;
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-honors__arrow {
  position: absolute;
  top: 277px;
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #2d6eb3;
  background: transparent;
  border: 1px solid #7aa4d1;
  border-radius: 50%;
  cursor: pointer;
}

.profile-honors__arrow--prev { left: 8px; }
.profile-honors__arrow--next { right: 8px; }

.profile-honors__arrow span {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.profile-honors__arrow--prev span { margin-left: 4px; transform: rotate(-135deg); }
.profile-honors__arrow--next span { margin-right: 4px; transform: rotate(45deg); }

.profile-honors__arrow.swiper-button-disabled {
  opacity: .25;
  cursor: default;
}

.honor-card:focus-visible,
.profile-honors__arrow:focus-visible,
.honor-lightbox__close:focus-visible {
  outline: 2px solid #2d6eb3;
  outline-offset: 4px;
}

.honor-lightbox[hidden] { display: none; }

.honor-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 18, 24, .88);
}

.honor-lightbox__image {
  max-width: 92vw;
  max-height: 88vh;
  display: block;
  object-fit: contain;
}

.honor-lightbox__close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.profile-environment {
  position: relative;
  overflow: hidden;
  min-height: 744px;
  padding: 78px 0 58px;
  background: #fff;
}

.profile-environment__heading {
  margin: 0 0 47px;
  text-align: center;
}

.profile-environment__heading h2 {
  margin: 0;
  color: #202a36;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}

.profile-environment__heading h2::after {
  content: "";
  width: 58px;
  height: 3px;
  margin: 14px auto 0;
  display: block;
  background: var(--profile-accent);
}

.environment-swiper {
  width: 100%;
  overflow: visible;
  padding: 0 26px 62px;
}

.environment-slide {
  aspect-ratio: 1.52 / 1;
}

.environment-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #eef1f3;
  border: 0;
  border-radius: 9px;
  cursor: zoom-in;
}

.environment-card > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.environment-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 27, 38, .66);
  opacity: 0;
  transition: opacity .25s ease;
}

.environment-card__overlay i {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--profile-accent);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.environment-card:hover .environment-card__overlay,
.environment-card:focus-visible .environment-card__overlay {
  opacity: 1;
}

.environment-card:focus-visible {
  outline: 2px solid var(--profile-accent);
  outline-offset: 3px;
}

.environment-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.environment-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px !important;
  background: #c9cdd1;
  opacity: 1;
}

.environment-pagination .swiper-pagination-bullet-active {
  background: var(--profile-accent);
}

@media (max-width: 1180px) {
  .profile-shell { width: 88%; }
  .profile-overview .profile-shell { width: 88%; }
  .profile-overview__grid { grid-template-columns: 61.15% 38.85%; }
  .profile-story { padding: 27px 20px 28px; }
  .profile-mission__content { padding: 32px 30px 30px; }
  .profile-metrics { column-gap: 20px; }
  .profile-honors__stage { max-width: 100%; }
  .profile-honors__arrow--prev { left: 22px; }
  .profile-honors__arrow--next { right: 22px; }
}

@media (max-width: 860px) {
  .profile-overview__grid { grid-template-columns: 1fr; }
  .profile-story, .profile-mission { min-height: auto; }
  .profile-mission__content { min-height: 470px; }
  .culture-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .culture-item--primary { grid-row: auto; }
  .culture-item:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
}

@media (max-width: 600px) {
  .profile-shell { width: 100%; padding-right: 18px; padding-left: 18px; }
  .profile-overview { padding: 30px 0 40px; }
  .profile-overview .profile-shell { width: 100%; }
  .profile-overview__grid { padding: 0; background: transparent; box-shadow: none; }
  .profile-story { padding: 30px 20px 34px; background: #f5f5f5; }
  .profile-story__header { margin-bottom: 25px; }
  .profile-story__header::before { top: 10px; left: 0; width: 44px; height: 7px; }
  .profile-story__en { font-size: 32px; }
  .profile-story__content { font-size: 14px; line-height: 1.75; text-align: left; }
  .profile-mission__content { min-height: 410px; padding: 31px 22px 35px; }
  .profile-mission__content > p { font-size: 14px; }
  .profile-metrics { margin-top: 34px; gap: 38px 14px; }
  .profile-metric dt { font-size: 14px; }
  .profile-metric strong { font-size: 44px; }
  .profile-metric span { margin-left: 3px; font-size: 13px; }
  .profile-culture { padding: 54px 0 60px; }
  .profile-section-heading { margin-bottom: 34px; }
  .profile-section-heading h2 { font-size: 30px; }
  .profile-section-heading p { font-size: 14px; }
  .culture-grid { grid-template-columns: 1fr; gap: 16px; }
  .culture-item { width: 100%; padding: 30px 26px; gap: 18px; }
  .culture-item:last-child { grid-column: auto; width: 100%; }
  .culture-item__mark { width: 72px; height: 65px; }
  .culture-item h3 { font-size: 20px; }
  .profile-honors { min-height: 640px; padding: 48px 0 20px; }
  .profile-honors__heading { margin-bottom: 32px; }
  .profile-honors__heading h2 { font-size: 30px; }
  .profile-honors__heading h2::after { width: 42px; margin-top: 10px; }
  .honor-swiper { width: 100%; max-width: calc(100% - 74px); height: 480px; }
  .honor-slide { height: 460px; }
  .honor-card { transform: scale(.82); }
  .honor-card__frame { height: 410px; padding: 12px; }
  .honor-card__title { margin-top: 12px; font-size: 14px; }
  .profile-honors__arrow { top: 210px; width: 38px; height: 38px; }
  .profile-honors__arrow--prev { left: 10px; }
  .profile-honors__arrow--next { right: 10px; }
  .honor-lightbox { padding: 42px 18px 24px; }
  .profile-environment { min-height: 0; padding: 48px 0 44px; }
  .profile-environment__heading { margin-bottom: 32px; }
  .profile-environment__heading h2 { font-size: 30px; }
  .profile-environment__heading h2::after { width: 46px; margin-top: 10px; }
  .environment-swiper { padding: 0 18px 50px; }
  .environment-slide { aspect-ratio: 1.42 / 1; }
  .environment-card__overlay i { width: 58px; height: 58px; font-size: 32px; }
  .environment-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .culture-item,
  .industry-list li { transition: none; }
}
