.about-page {
    padding-top: 60px;
    background: #ffffff;
    color: #2c2c2c;
    font-family: var(--theme-font-family);
}

.container-box {
    margin: 0 auto;
    padding: 0 200px;
}

@media (max-width: 1199px) {
    .container-box {
        padding: 0 80px;
    }
}

@media (max-width: 992px) {
    .container-box {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .container-box {
        padding: 0 20px;
    }
}


/* Hero Section */

.about-hero {
    position: relative;
    height: 41.7vw;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero .hero-overlay {
    position: absolute;
    inset: 0;
}

.about-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.about-hero .hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Section Title */

.section-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}


/* About Section */

.about-section {
    padding: 80px 0;
    background: #ffffff;
    padding-top: 50px;
}


/* About Company Section */

.about-company {
    background: #ffffff;
}

.company-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}

.company-carousel-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.company-carousel {
    width: 100%;
    height: 450px;
    /* border-radius: 16px; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
}

.company-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.company-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-carousel .swiper-slide:not(:has(img)) {
    padding: 20px;
    text-align: center;
}

.carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.carousel-pagination .pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-pagination .pagination-dot.active {
    background: #ffffff;
    width: 24px;
    border-radius: 5px;
}

.company-text {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 0;
}

.company-description {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 400;
}

.company-description-lead {
    font-size: 18px;
    color: #1f1f1f;
}

.company-description:last-child {
    margin-bottom: 0;
}

.company-highlights {
    margin: 12px 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.company-highlights-title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
}

.company-highlights-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.company-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #FABB13;
    background: transparent;
    border-radius: 0;
    margin-top: 4px;
}

.company-highlight-icon svg {
    width: 18px;
    height: 18px;
}

.company-highlight-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.company-highlight-content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.company-highlight-content strong {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}

.company-highlight-content span {
    font-size: 16px;
    line-height: 1.8;
    color: #5a5a5a;
}

.company-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 28px;
    background: #FFBB11;
    color: #ffffff;
    border-radius: 9px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(245, 168, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(245, 168, 0, 0.34);
    color: #ffffff;
}


/* Precision Manufacturing Section */

.precision-manufacturing {
    background: #F9F7F2;
}

.precision-manufacturing-header {
    margin: 0 auto 56px;
    text-align: center;
    padding-top: 20px;
}

.precision-manufacturing-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.precision-manufacturing-subtitle {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6e6e6e;
}

.precision-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.precision-card {
    min-height: 290px;
    padding: 34px 28px 30px;
    background: #ffffff;
    border: 1px solid #ebe7e1;
    box-shadow: 0px 0px 26px 0px rgba(170,155,116,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.precision-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 26px;
}

.precision-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.precision-card-title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
}

.precision-card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #666666;
}


/* Trade Show Section */

.trade-show {
    background: #F9F7F2;
}

.trade-show-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-width: 0;
}

.trade-show-carousel {
    flex: 1;
    width: 100%;
    min-width: 0;
    position: relative;
    overflow: hidden;
}

.trade-show-carousel .swiper-wrapper {
    display: flex;
}

.trade-show-carousel .swiper-slide {
    height: auto;
    width: 100%;
    flex-shrink: 0;
}

.trade-show-content {
    display: flex;
    gap: 30px;
    align-items: center;
    background-color: white;
    border-radius: 9px;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.exhibition-image-wrapper {
    flex: 1;
    max-width: 50%;
    min-width: 0;
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #808080;
    flex-shrink: 1;
}

.exhibition-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exhibition-nav {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #FFBB11;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.exhibition-nav:hover:not(.disabled) {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 187, 17, 0.4);
}

.exhibition-nav.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    background: #cccccc;
}

.exhibition-nav.disabled img {
    opacity: 0.5;
}

.exhibition-nav img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.exhibition-info {
    flex: 1;
    max-width: 50%;
    min-width: 0;
    flex-shrink: 1;
}

.info-item {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.info-item strong {
    font-weight: 400;
    color: #666;
}


/* Contact Info Section */

.contact-info {
    background: #ffffff;
}

.contact-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.contact-items-border{
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.contact-item {
    display: flex;
    /* align-items: flex-start; */
    gap: 20px;
    width: 50%;
}

.contact-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
    margin-top: 2px;
}

.contact-text {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    font-weight: 500;
    flex: 1;
    display: flex;
    align-items: center;
}

.contact-item .contact-text {
    display: flex;
    gap: 5px;
}

.contact-item .contact-text span {
    margin-right: 15px;
}

.contact-text-stacked {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}


/* Responsive Design */

@media (max-width: 1199px) {
    .about-hero .hero-title {
        font-size: 48px;
    }
    .company-content,
    .trade-show-content {
        gap: 40px;
    }
    .company-carousel {
        height: 460px;
    }
    .trade-show-carousel-wrapper {
        gap: 15px;
    }
    .trade-show .container-box {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .precision-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .precision-card {
        min-height: 260px;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 50px 0;
    }
    .about-hero {
        height: 45vw;
        min-height: 280px;
    }
    .about-hero .hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .company-content,
    .trade-show-content {
        flex-direction: column;
        gap: 30px;
    }
    .company-carousel-wrapper,
    .company-text,
    .exhibition-image-wrapper,
    .exhibition-info {
        max-width: 100%;
    }
    .company-carousel {
        height: 380px;
    }
    .company-highlights {
        margin: 24px 0;
    }
    .company-highlights-grid {
        grid-template-columns: 1fr;
    }
    .exhibition-image-wrapper {
        height: 280px;
    }
    .trade-show-carousel-wrapper {
        flex-direction: row;
    }
    .exhibition-nav {
        width: 40px;
        height: 40px;
    }
    .exhibition-nav img {
        width: 20px;
        height: 20px;
    }
    .trade-show .container-box {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .precision-manufacturing-header {
        margin-bottom: 40px;
    }
    .precision-manufacturing-title {
        font-size: 28px;
    }
    .precision-manufacturing-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }
    .precision-grid {
        gap: 20px;
    }
    .precision-card {
        padding: 28px 22px 24px;
    }
    .precision-card-title {
        font-size: 17px;
    }
    .precision-card-text {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 768px) {
    .about-page {
        padding-top: 50px;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-hero {
        min-height: 250px;
        height: 45vw;
    }
    .about-hero .hero-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }
    .company-carousel {
        height: 280px;
    }
    .company-description-lead {
        font-size: 16px;
    }
    .exhibition-image-wrapper {
        height: 200px;
    }
    .company-description,
    .info-item,
    .contact-text {
        font-size: 13px;
        line-height: 1.6;
    }
    .company-highlights {
        margin: 24px 0;
    }
    .company-highlights-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .company-highlight-item {
        gap: 10px;
    }
    .company-highlight-icon {
        width: 18px;
        height: 18px;
    }
    .company-highlight-icon img {
        width: 14px;
        height: 14px;
    }
    .company-cta {
        width: 100%;
        max-width: 320px;
    }
    .exhibition-carousel-wrapper {
        gap: 10px;
    }
    .exhibition-nav {
        width: 36px;
        height: 36px;
    }
    .exhibition-nav img {
        width: 18px;
        height: 18px;
    }
    .trade-show-carousel-wrapper {
        gap: 10px;
    }
    .contact-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-items-border {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .contact-icon {
        width: 20px;
        height: 20px;
    }
    .trade-show .container-box {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .precision-manufacturing-header {
        margin-bottom: 32px;
    }
    .precision-manufacturing-title {
        font-size: 22px;
        letter-spacing: 0.4px;
    }
    .precision-grid {
        grid-template-columns: 1fr;
    }
    .precision-card {
        min-height: auto;
        padding: 24px 20px;
    }
    .precision-card-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
    .precision-card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .precision-card-text {
        font-size: 13px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .about-page {
        padding-top: 45px;
    }
    .about-section {
        padding: 30px 0;
    }
    .about-hero {
        min-height: 200px;
        height: 50vw;
    }
    .about-hero .hero-title {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .company-carousel {
        height: 220px;
        border-radius: 12px;
    }
    .exhibition-image-wrapper {
        height: 180px;
    }
    .company-description,
    .info-item {
        font-size: 12px;
        line-height: 1.5;
    }
    .company-highlights {
        margin: 20px 0;
    }
    .company-highlights-title {
        font-size: 14px;
    }
    .company-highlight-item {
        gap: 8px;
    }
    .company-highlight-content strong,
    .company-highlight-content span {
        font-size: 12px;
    }
    .company-cta {
        width: 100%;
        padding: 13px 20px;
        font-size: 14px;
    }
    .contact-text {
        font-size: 12px;
        line-height: 1.5;
        flex-direction: column;
        gap: 8px;
        display: block !important;
    }
    .contact-item .contact-text span {
        margin-right: 0;
    }
    .exhibition-nav {
        width: 32px;
        height: 32px;
    }
    .exhibition-nav img {
        width: 26px;
        height: 26px;
    }
    .trade-show-carousel-wrapper {
        gap: 8px;
    }
    .info-item {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .trade-show .container-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .company-content,
    .trade-show-content {
        gap: 20px;
    }
    .trade-show-content {
        padding: 15px;
    }
    .precision-manufacturing-title {
        font-size: 19px;
    }
    .precision-manufacturing-subtitle {
        margin-top: 14px;
        font-size: 13px;
        line-height: 1.65;
    }
    .precision-grid {
        gap: 16px;
    }
    .precision-card {
        padding: 22px 16px;
    }
}


.about-hero.haiye-about-hero-v3 {
  position: relative;
  min-height: clamp(500px, 34vw, 680px);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: #fff;
  background: #102234;
  font-family: var(--theme-font-family, Inter, Arial, sans-serif);
}
.haiye-about-hero-v3 *, .haiye-about-hero-v3 *::before, .haiye-about-hero-v3 *::after { box-sizing: border-box; }
.haiye-about-hero-v3__bg, .haiye-about-hero-v3__wash { position: absolute; inset: 0; }
.haiye-about-hero-v3__bg {
  background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=2400&q=80');
  background-size: cover;
  background-position: center 54%;
  filter: saturate(.9) contrast(1.08) brightness(.72);
  transform: scale(1.02);
}
.haiye-about-hero-v3__wash {
  background:
    radial-gradient(circle at 78% 30%, rgba(63,142,208,.40), transparent 34%),
    radial-gradient(circle at 70% 86%, rgba(255,187,17,.20), transparent 28%),
    linear-gradient(90deg, rgba(13,27,41,.96) 0%, rgba(13,27,41,.88) 42%, rgba(13,27,41,.54) 70%, rgba(13,27,41,.28) 100%);
}
.haiye-about-hero-v3__inner {
  position: relative; z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
  gap: clamp(28px, 3.8vw, 64px);
  align-items: center;
  padding-top: clamp(48px, 4.2vw, 80px);
  padding-bottom: clamp(48px, 4.2vw, 80px);
}
.haiye-about-hero-v3__copy { max-width: 790px; }
.haiye-about-hero-v3__eyebrow {
  display: inline-flex; align-items: center;
  min-height: 34px; padding: 7px 14px;
  border-radius: 999px; background: rgba(255,187,17,.98); color: #33260b;
  font-size: clamp(11px,.78vw,13px); font-weight: 850; letter-spacing: .11em; text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(255,187,17,.24);
}
.haiye-about-hero-v3 h1 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -.052em;
  font-weight: 900;
  text-transform: none;
  text-wrap: balance;
}
.haiye-about-hero-v3 p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(14px, .96vw, 16px);
  line-height: 1.58;
}
.haiye-about-hero-v3__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.haiye-about-hero-v3__btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 11px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.haiye-about-hero-v3__btn:hover { transform: translateY(-2px); }
.haiye-about-hero-v3__btn--primary { background: #ffbb11; color: #2f2409; box-shadow: 0 18px 48px rgba(255,187,17,.27); }
.haiye-about-hero-v3__btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.haiye-about-hero-v3__metrics { display: flex; gap: 16px; margin-top: 24px; }
.haiye-about-hero-v3__metrics span { display: grid; gap: 2px; min-width: 92px; }
.haiye-about-hero-v3__metrics strong { color:#fff; font-size: clamp(20px,1.7vw,28px); line-height: 1; }
.haiye-about-hero-v3__metrics small { color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing:.08em; }
.haiye-about-hero-v3__gallery { position: relative; min-height: 420px; }
.haiye-about-hero-v3__slide:nth-child(1) { animation-delay: 0s; }
.haiye-about-hero-v3__slide:nth-child(2) { animation-delay: 4s; }
.haiye-about-hero-v3__slide:nth-child(3) { animation-delay: 8s; }
.haiye-about-hero-v3__slide:nth-child(4) { animation-delay: 12s; }
.haiye-about-hero-v3__slide:nth-child(5) { animation-delay: 16s; }
.haiye-about-hero-v3__slide:nth-child(6) { animation-delay: 20s; }
.haiye-about-hero-v3__carousel::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 54%, rgba(13,27,41,.35));
  pointer-events:none;
}
@keyframes haiyeHeroFade {
  0%, 13% { opacity: 1; transform: scale(1); }
  18%, 100% { opacity: 0; transform: scale(1.025); }
}
@media (max-width:1199px) {
  .haiye-about-hero-v3__inner { grid-template-columns: 1fr; }
  .haiye-about-hero-v3__copy { max-width: 860px; }
  .haiye-about-hero-v3__gallery { min-height: 390px; max-width: 820px; }
}
@media (max-width:768px) {
  .about-hero.haiye-about-hero-v3 { min-height:auto; }
  .haiye-about-hero-v3__inner { padding-top:36px; padding-bottom:38px; gap:22px; }
  .haiye-about-hero-v3 h1 { font-size: clamp(26px, 8vw, 36px); letter-spacing:-.04em; }
  .haiye-about-hero-v3 p { font-size:14px; }
  .haiye-about-hero-v3__actions { gap:10px; margin-top:18px; }
  .haiye-about-hero-v3__btn { width:100%; min-height:42px; font-size:13px; }
  .haiye-about-hero-v3__metrics { gap:10px; margin-top:18px; }
  .haiye-about-hero-v3__metrics span { min-width:0; }
  .haiye-about-hero-v3__gallery { min-height:280px; }
  }
@media (max-width:480px) {
  .haiye-about-hero-v3__metrics { display:grid; grid-template-columns:repeat(3,1fr); }
  .haiye-about-hero-v3__metrics strong { font-size:22px; }
  .haiye-about-hero-v3__metrics small { font-size:10px; }
}


/* V4 video replacement */
.haiye-about-hero-v3__gallery--video {
  display:flex;
  align-items:center;
  width:100%;
}
.haiye-about-hero-v3__video-card {
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  border-radius:28px;
  overflow:hidden;
  background:#0f1720;
  box-shadow:0 30px 90px rgba(31,41,55,.22), 0 0 0 1px rgba(255,255,255,.78) inset;
  isolation:isolate;
  cursor:pointer;
  transition:box-shadow .2s ease, transform .2s ease;
}
.haiye-about-hero-v3__video-card.is-video-active,
.haiye-about-hero-v3__video-card:hover,
.haiye-about-hero-v3__video-card:focus-within {
  box-shadow:0 36px 100px rgba(31,41,55,.28), 0 0 0 1px rgba(255,255,255,.88) inset;
}
.haiye-about-hero-v3__video,
.haiye-about-hero-v3__video-fallback {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#0f1720;
  display:block;
}
.haiye-about-hero-v3__video { z-index:2; }
.haiye-about-hero-v3__video-card:focus-visible {
  outline:2px solid rgba(255,187,17,.9);
  outline-offset:3px;
}
.haiye-about-hero-v3__video-fallback { z-index:1; }
.haiye-about-hero-v3__video-shine {
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.12), transparent 34%, transparent 76%, rgba(255,187,17,.08));
  mix-blend-mode:screen; opacity:.72;
}
