/* Inner pages — About, Contact, News Center */

.inner-page-wrap {
  background: linear-gradient(180deg, #f3f0ec 0%, #faf9f7 120px, #fff 100%);
  padding-bottom: 3.5rem;
}

.inner-page .contentsecwrap {
  padding-top: 1.5rem;
}

.inner-page-hero .breadcrumb {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 13px;
}

.inner-page-hero__inner {
  text-align: center;
}

.inner-panel {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.75rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 8px 32px rgba(37, 13, 1, 0.06);
}

.inner-panel__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.inner-panel__head h2 {
  margin: 0 0 0.65rem;
  font-size: 1.65rem;
}

.inner-panel__head h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: var(--second-theme-color);
  margin: 12px auto 0;
  border-radius: 2px;
}

.inner-panel__head p {
  margin: 0;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

/* About page — reuse home about blocks */
.about-page-wrap .about-visual {
  position: relative;
  padding: 0 1rem 1.5rem 0;
}

.about-page-wrap .about-visual__frame {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(37, 13, 1, 0.12);
  border: 4px solid #fff;
}

.about-page-wrap .about-visual__frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.about-page-wrap .about-visual__frame--wide img {
  aspect-ratio: 16 / 10;
}

.about-page-wrap .about-visual__badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  background: var(--second-theme-color);
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 4px;
}

.about-page-wrap .about-visual__accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  background: var(--first-theme-color);
  border-radius: 12px;
  z-index: 1;
  opacity: 0.08;
}

.about-page-wrap .about-lead {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 6px 16px;
  background: rgba(255, 89, 12, 0.1);
  color: var(--second-theme-color);
  font-family: "Teko", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 1px;
  border-left: 3px solid var(--second-theme-color);
  border-radius: 0 4px 4px 0;
}

.about-page-wrap .about-text {
  color: #444;
  line-height: 1.9;
  margin: 0 0 1rem;
  font-size: 15px;
  text-align: justify;
}

.about-page-wrap .about-text--muted {
  color: #666;
  font-size: 14px;
}

.about-page-wrap .about-values {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-page-wrap .about-values li span {
  display: inline-block;
  padding: 8px 16px;
  background: var(--first-theme-color);
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
}

.about-page-stats .about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.about-page-stats .about-stat-card {
  text-align: center;
  padding: 1.25rem 0.5rem;
  background: #faf9f8;
  border-radius: 10px;
  border: 1px solid rgba(37, 13, 1, 0.06);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.about-page-stats .about-stat-card:hover {
  border-color: rgba(255, 89, 12, 0.35);
  transform: translateY(-3px);
}

.about-page-stats .about-stat-card strong {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 2.2rem;
  color: var(--second-theme-color);
  line-height: 1;
}

.about-page-stats .about-stat-card span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--first-theme-color);
}

.culture-card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  background: linear-gradient(145deg, #faf8f6 0%, #fff 100%);
  border: 1px solid #ebe6e1;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.culture-card:hover {
  border-color: rgba(255, 89, 12, 0.3);
  box-shadow: 0 10px 28px rgba(255, 89, 12, 0.1);
}

.culture-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--first-theme-color);
}

.culture-card__en {
  font-size: 12px;
  color: var(--second-theme-color);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.culture-card p:last-child {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* About — development timeline */
.about-page-timeline .company-timeline-track {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.about-page-timeline .company-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.about-page-timeline .company-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1.35rem;
}

.about-page-timeline .company-timeline__item:last-child {
  padding-bottom: 0;
}

.about-page-timeline .company-timeline__item::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 52px;
  bottom: -4px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 89, 12, 0.45), rgba(255, 89, 12, 0.08));
  transform: translateX(-50%);
  z-index: 0;
}

.about-page-timeline .company-timeline__item:last-child::before {
  display: none;
}

.about-page-timeline .company-timeline__year-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.about-page-timeline .company-timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 10px 14px;
  font-family: "Teko", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background: var(--first-theme-color);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(37, 13, 1, 0.12);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page-timeline .company-timeline__item:first-child .company-timeline__year,
.about-page-timeline .company-timeline__item:last-child .company-timeline__year {
  background: var(--second-theme-color);
}

.about-page-timeline .company-timeline__item:hover .company-timeline__year {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 89, 12, 0.25);
}

.about-page-timeline .company-timeline__body {
  position: relative;
  z-index: 1;
}

.about-page-timeline .company-timeline__text {
  margin: 0;
  padding: 1.1rem 1.35rem;
  color: #555;
  line-height: 1.85;
  font-size: 15px;
  text-align: justify;
  background: linear-gradient(145deg, #faf8f6 0%, #fff 100%);
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-page-timeline .company-timeline__item:hover .company-timeline__text {
  border-color: rgba(255, 89, 12, 0.28);
  box-shadow: 0 8px 22px rgba(255, 89, 12, 0.08);
}

/* About — story rows (cf) */
.about-story-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-story-row__visual {
  position: relative;
}

.about-story-row__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--second-theme-color);
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 4px;
}

.about-story-row__frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(37, 13, 1, 0.1);
  border: 4px solid #fff;
}

.about-story-row__frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.about-story-row__content h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: var(--first-theme-color);
}

.about-story-row__content h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--second-theme-color);
  margin-top: 10px;
  border-radius: 2px;
}

.about-story-row__content p {
  margin: 0;
  color: #555;
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
}

/* About — exhibition (zhanshi) */
.about-exhibition-intro {
  max-width: 860px;
  margin: 0 auto 2rem;
  text-align: center;
}

.about-exhibition-intro p {
  margin: 0 0 1rem;
  color: #555;
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
}

.about-exhibition-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.about-exhibition-tags li {
  padding: 7px 14px;
  background: rgba(255, 89, 12, 0.1);
  color: var(--second-theme-color);
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}

.about-exhibition-showcase {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.about-exhibition-block__frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(37, 13, 1, 0.1);
  border: 4px solid #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.about-exhibition-block:hover .about-exhibition-block__frame {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 89, 12, 0.12);
}

.about-exhibition-block__frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.about-exhibition-block__content h3 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: var(--first-theme-color);
}

.about-exhibition-block__content h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--second-theme-color);
  margin-top: 10px;
  border-radius: 2px;
}

.about-exhibition-block__content p {
  margin: 0;
  color: #555;
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
}

/* About — partners (hz) */
.about-partners-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.about-partners-wall__card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-partners-wall__card:hover {
  border-color: rgba(255, 89, 12, 0.3);
  box-shadow: 0 8px 20px rgba(255, 89, 12, 0.08);
}

.about-partners-wall__card img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* About — honors (zs) */
.about-honors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-honor-card {
  margin: 0;
  text-align: center;
}

.about-honor-card__frame {
  background: linear-gradient(145deg, #faf8f6, #fff);
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(37, 13, 1, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-honor-card:hover .about-honor-card__frame {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(255, 89, 12, 0.1);
}

.about-honor-card__frame img {
  width: 100%;
  min-height: 160px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 4px;
}

.about-honor-card figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--first-theme-color);
  line-height: 1.45;
  font-weight: 600;
}

.inner-page-cta {
  text-align: center;
  margin: 0.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.inner-page-cta .button--outline {
  background: transparent;
  border: 2px solid var(--second-theme-color);
  color: var(--second-theme-color);
}

.inner-page-cta .button--outline:hover {
  background: var(--second-theme-color);
  color: #fff;
}

/* Contact */
.contact-cards__title {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
}

.contact-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-card {
  display: flex;
  gap: 14px;
  padding: 1.1rem 0;
  border-bottom: 1px solid #f0ebe6;
}

.contact-card:last-child {
  border-bottom: none;
}

.contact-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 89, 12, 0.12);
  color: var(--second-theme-color);
  border-radius: 10px;
  font-size: 1.1rem;
}

.contact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--first-theme-color);
  font-size: 14px;
}

.contact-card p {
  margin: 0;
  color: #555;
  line-height: 1.65;
  font-size: 15px;
}

.contact-card a {
  color: var(--second-theme-color);
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--first-theme-color);
}

.contact-scope h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.contact-scope p {
  color: #555;
  line-height: 1.85;
  font-size: 15px;
  margin: 0 0 1rem;
}

.contact-scope__link a {
  font-weight: 600;
  color: var(--second-theme-color);
  text-decoration: none;
}

.contact-form-panel h2 {
  margin: 0 0 0.5rem;
}

.contact-form-panel__hint {
  color: #666;
  margin: 0 0 1.25rem;
  font-size: 14px;
}

.contact-form-fallback {
  padding: 1.5rem;
  background: #faf9f8;
  border-radius: 10px;
  border: 1px dashed #ddd;
}

.contact-form-fallback ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

/* Built-in contact form */
.hcn-contact-form__hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.hcn-contact-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  font-size: 14px;
  line-height: 1.6;
}

.hcn-contact-notice--success {
  background: #edf7ed;
  border: 1px solid #c8e6c9;
  color: #2e7d32;
}

.hcn-contact-notice--error {
  background: #fdecea;
  border: 1px solid #f5c6c6;
  color: #c62828;
}

.hcn-contact-form__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--first-theme-color);
}

.hcn-contact-form__label .required {
  color: #d63638;
}

.hcn-contact-form__input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.5;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hcn-contact-form__input:focus {
  outline: none;
  border-color: var(--second-theme-color);
  box-shadow: 0 0 0 3px rgba(255, 89, 12, 0.15);
}

.hcn-contact-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.hcn-contact-form__submit {
  margin-top: 0.25rem;
  padding: 12px 32px;
  border: none;
  cursor: pointer;
}

/* News center */
.news-center-page .news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(37, 13, 1, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.news-center-page .news-card:hover {
  box-shadow: 0 10px 28px rgba(255, 89, 12, 0.15);
}

.news-center-page .news-card__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.news-center-page .news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-center-page .news-card:hover .news-card__thumb img {
  transform: scale(1.06);
}

.news-center-page .news-card__body {
  padding: 1.35rem 1.4rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-center-page .news-card__date {
  font-size: 12px;
  color: var(--second-theme-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.news-center-page .news-card__title {
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.news-center-page .news-card__title a {
  color: var(--first-theme-color);
  text-decoration: none;
}

.news-center-page .news-card__title a:hover {
  color: var(--second-theme-color);
}

.news-center-page .news-card__excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 1rem;
  flex: 1;
}

.news-center-page .news-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--second-theme-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-center-pagination {
  margin-top: 2rem;
  text-align: center;
}

.news-center-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #e0dbd6;
  color: var(--first-theme-color);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-center-pagination .page-numbers.current,
.news-center-pagination a.page-numbers:hover {
  background: var(--second-theme-color);
  border-color: var(--second-theme-color);
  color: #fff;
}

.news-center-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #666;
}

.news-center-empty i {
  font-size: 2.5rem;
  color: #ccc;
  margin-bottom: 1rem;
  display: block;
}

@media (max-width: 991px) {
  .about-page-stats .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-partners-wall {
    grid-template-columns: repeat(4, 1fr);
  }

  .about-honors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 767px) {
  .inner-panel {
    padding: 1.5rem 1.25rem;
  }

  .about-story-list {
    gap: 2rem;
  }

  .about-partners-wall {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .about-partners-wall__card {
    height: 68px;
    padding: 8px 10px;
  }

  .about-partners-wall__card img {
    max-height: 36px;
  }

  .about-honors-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .about-exhibition-showcase {
    gap: 1.75rem;
  }

  .about-exhibition-intro p {
    text-align: left;
  }

  .about-honor-card__frame img {
    min-height: 140px;
  }

  .about-page-timeline .company-timeline__item {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-bottom: 1.25rem;
  }

  .about-page-timeline .company-timeline__item::before {
    display: none;
  }

  .about-page-timeline .company-timeline__year-wrap {
    justify-content: flex-start;
  }

  .about-page-timeline .company-timeline__year {
    min-width: 80px;
    font-size: 1.3rem;
    padding: 8px 12px;
  }

  .about-page-timeline .company-timeline__text {
    padding: 1rem 1.15rem;
    font-size: 14px;
  }
}
