﻿
.about-page img, .about-page svg {
    max-width: 100%;
    height: auto;
}

.about-page a {
    text-decoration: none;
}

body.about-our-story-page {
    line-height: 0;
}

body.about-our-story-page .yxc-header-container {
    height: 0;
}

body.about-our-story-page .body-container,
body.about-our-story-page .main-banner {
    margin-top: 0;
}

body.about-our-story-page .yxc-header-container,
body.about-our-story-page .body-container,
body.about-our-story-page .foot-container,
body.about-our-story-page .login-modal,
body.about-our-story-page .modal,
body.about-our-story-page .pay-model,
body.about-our-story-page .opera-dialog {
    line-height: normal;
}

body.about-our-factory-page {
    line-height: 0;
}

body.about-our-factory-page .yxc-header-container {
    height: 0;
}

body.about-our-factory-page .body-container,
body.about-our-factory-page .main-banner {
    margin-top: 0;
}

body.about-our-factory-page .yxc-header-container,
body.about-our-factory-page .body-container,
body.about-our-factory-page .foot-container,
body.about-our-factory-page .login-modal,
body.about-our-factory-page .modal,
body.about-our-factory-page .pay-model,
body.about-our-factory-page .opera-dialog {
    line-height: normal;
}

    .about-page a:focus-visible,
    .about-page button:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(74,163,255,.28);
        border-radius: 8px;
    }

/* Hidden SEO paragraph */
.about-seo-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Shell: single column (no aside) */
.about-shell.about-shell--single {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: block;
}

.about-main {
    min-width: 0;
}

/* Typography */
.about-kicker {
    margin: 0 0 8px;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .85;
}

.about-h1 {
    margin: 0 0 12px;
    font-size: 3.2rem;
    line-height: 1.18;
    letter-spacing: -0.5px;
}

.about-h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.about-h3 {
    font-size: 1rem;
    line-height: 1.3;
}

.about-lead {
    margin: 20px 0px;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .92;
}

.about-sublead {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .9;
}

.about-p {
    margin: 10px 0;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .9;
}

/* Chips / Pills */
.about-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #d0d0d0;
    font-size: 0.875rem;
    line-height: 1.2;
    opacity: .92;
    white-space: nowrap;
}

.about-pillRow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.about-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #c8c8c8;
    font-size: 0.8rem;
    line-height: 1.2;
    opacity: .92;
    white-space: nowrap;
}

/* Buttons */
.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    background: transparent;
    transition: transform .12s ease, opacity .12s ease, border-color .12s ease;
}

.about-btn--block {
    width: 100%;
}

.about-btn--primary {
    border-color: rgba(74,163,255,.55);
}

.about-btn--secondary {
    border-color: rgba(255,255,255,.18);
}

.about-btn--ghost {
    border-color: rgba(255,255,255,.12);
    opacity: .92;
}

.about-btn:hover {
    opacity: 1;
    transform: translateY(-0.5px);
}

.about-btn:active {
    transform: translateY(0);
}

/* Links */
.about-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    line-height: 1.2;
    opacity: .92;
    border-bottom: 1px solid transparent;
}

    .about-link:hover {
        opacity: 1;
        border-bottom-color: rgba(255,255,255,.18);
    }

/* Hero */
.about-hero {
    overflow: hidden;
    background: #000;
    height: auto;
    padding: 0px;
}

.about-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 0px 0px 0px 50px;
    align-items: stretch;
}

.about-hero__left {
    display: flex;
    align-items: center;
}

.about-hero__right {
    min-width: 0;
    display: flex;
}
    .about-hero__right img {
        height: 90vh;
        width: 100%;
        object-fit: cover;
    }

/* Hero bullets */
.about-hero__bullets {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.about-hero__bullet {
    padding: 12px 0px;
    display: grid;
    gap: 2px;
}

.about-hero__bulletTitle {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 700;
    display: flex;
    align-items:center;
    gap: 10px;
    margin-bottom: 5px;
}

.about-hero__bulletDesc {
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: .9;
}

.about-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.about-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

/* Hero visual */
.about-hero__visual {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
    overflow: hidden;
    position: relative;
    padding: 16px;
    display: grid;
    gap: 12px;
    align-content: start;
}

.about-hero__visualGrid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .35;
    pointer-events: none;
}

.about-hero__visualCard {
    position: relative;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 14px 14px;
}

.about-hero__visualTitle {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: .3px;
    margin: 0;
    opacity: .95;
}

.about-hero__visualLine {
    height: 1px;
    background: rgba(255,255,255,.10);
    margin: 10px 0 8px;
}

.about-hero__visualText {
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: .9;
}

/* Sections */
.about-section {
    padding: 80px 50px;
    max-width: 1480px;
    margin: 0 auto;
}

.about-section__head {
    margin-bottom: 20px;
}

.about-divider {
    height: 1px;
    background: rgba(255,255,255,.10);
    margin: 22px 0;
    opacity: .9;
}

/* Grid */
.about-grid {
    display: grid;
    gap: 20px;
}

.about-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
}

.about-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Cards */
.about-card-img {
    border: 1px solid #d0d0d0;
}
.about-card-content {
    padding: 0px 15px 15px 15px;
}

.about-card {
    border: 1px solid #d0d0d0;
    padding: 15px;
}

.about-card__actions {
    margin-top: 12px;
}

/* Lists */
.about-list {
    margin: 12px 0 0;
    padding-left: 18px;
}

.about-list__item {
    margin: 6px 0;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .9;
}

.about-miniList {
    margin: 10px 0 0;
    padding-left: 16px;
}

.about-miniList__item {
    margin: 4px 0;
    font-size: 0.875rem;
    line-height: 1.65;
    opacity: .9;
}

/* Quote */
.about-quote {
    margin-top: 14px;
    border: 1px dashed rgba(255,255,255,.18);
}

.about-quote__title {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: .3px;
    opacity: .9;
}

.about-quote__text {
    margin-top: 6px;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .9;
}

/* Steps */
.about-steps {
    display: grid;
    gap: 14px;
}

.about-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 16px 18px;
}

.about-step__idx {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2px;
    opacity: .85;
}

.about-step__body {
    min-width: 0;
}

/* Callout */
.about-callout {
    margin-top: 16px;
}

.about-callout__title {
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: .3px;
}

.about-callout__text {
    margin: 10px 0px;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: .9;
}

/* Tabs */
.about-tabs {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    overflow: hidden;
}

.about-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.about-tab {
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    opacity: .9;
}

    .about-tab:hover,
    .about-tab.is-active {
        opacity: 1;
        border-color: rgba(255,255,255,.18);
    }

.about-tabs__panels {
    padding: 18px;
}

.about-tabPanel {
    display: block;
    width: 100%;
}

/* Timeline */
.about-timeline {
    display: grid;
    gap: 14px;
    padding-left: 2px;
}

.about-timelineItem {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 12px;
    align-items: start;
}

.about-timelineItem__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.18);
    margin-top: 6px;
}

.about-timelineItem__body {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 16px 18px;
}

/* FAQ */
.about-faq {
    display: grid;
    gap: 12px;
}

.about-faqItem {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    overflow: hidden;
}

.about-faqQ {
    margin: 0;
}

.about-faqBtn {
    width: 100%;
    text-align: left;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.about-faqBtn__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    font-size: 18px;
    line-height: 1;
    flex: 0 0 auto;
    opacity: .9;
}

.about-faqBtn:hover .about-faqBtn__icon {
    opacity: 1;
    border-color: rgba(255,255,255,.18);
}

.about-faqA {
    padding: 0 18px 16px;
    border-top: 1px solid rgba(255,255,255,.10);
}

    .about-faqA p {
        margin: 12px 0 0;
        font-size: 0.875rem;
        line-height: 1.75;
        opacity: .9;
    }

/* CTA section */
.about-section--cta {
    margin-top: 44px;
}

.about-ctaCard {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
    align-items: start;
}

.about-ctaCard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.about-ctaCard__right {
    display: grid;
    gap: 10px;
    align-content: start;
}

.about-ctaCard__links {
    display: grid;
    gap: 6px;
    margin-top: 6px;
}

/* Hidden hint (kept) */
.about-structured-hint {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 1100px) {
    .about-section {
        padding: 80px 50px;
    }
    .about-hero__inner {
        grid-template-columns: 1fr;
    }

    .about-ctaCard {
        grid-template-columns: 1fr;
    }

    .about-shell.about-shell--single {
        padding: 0 18px 40px;
    }
    .about-hero__left {
        padding: 80px 50px 80px 0px;
    }
    .about-hero__right {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 80px 20px;
    }
    .about-h1 {
        font-size: 30px;
    }

    .about-hero__inner {
        padding: 18px;
    }

    .about-grid--2, .about-grid--3 {
        grid-template-columns: 1fr;
    }

    .about-step {
        grid-template-columns: 1fr;
    }

    .about-hero__left {
        padding: 80px 0px;
    }
    .about-step__idx {
        opacity: .75;
    }

    .about-ctaCard {
        padding: 18px;
    }
}

/* Brand story page module frame aligned with CNC capability module */
#brand-story-page > .about-section,
#brand-story-page > .stats-container,
#brand-story-page > .adv-section,
#brand-story-page > .c-container-3-items,
#brand-story-page > #manufacturing-capability.product-slider-wrapper,
#brand-story-page > .section-wrapper-f,
#brand-story-page > .foot-banner {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

#brand-story-page > .about-section > .about-section__head,
#brand-story-page > .about-section > .about-grid,
#brand-story-page > .adv-section > h2,
#brand-story-page > .adv-section > .subtitle,
#brand-story-page > .adv-section > .adv-grid,
#brand-story-page > .c-container-3-items > h2,
#brand-story-page > .c-container-3-items > .title-remark,
#brand-story-page > .c-container-3-items > .grid,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > h2,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > .title-remark,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > .content,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > .indicate,
#brand-story-page > .section-wrapper-f > .services-title,
#brand-story-page > .section-wrapper-f > .quality-system-intro,
#brand-story-page > .section-wrapper-f > .sec-tabs,
#brand-story-page > .section-wrapper-f > .tab-line,
#brand-story-page > .section-wrapper-f > .tab-content,
#brand-story-page > .foot-banner > h2,
#brand-story-page > .foot-banner > .learn-more,
#brand-story-page > .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

#brand-story-page > .about-section > .about-section__head .about-sublead,
#brand-story-page > .adv-section > .subtitle,
#brand-story-page > .c-container-3-items > .title-remark,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > .title-remark,
#brand-story-page > .section-wrapper-f > .quality-system-intro {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

#brand-story-page > .adv-section > .subtitle,
#brand-story-page > .c-container-3-items > .title-remark,
#brand-story-page > #manufacturing-capability.product-slider-wrapper > .title-remark,
#brand-story-page > .section-wrapper-f > .quality-system-intro {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

#brand-story-page > .section-wrapper-f > .quality-system-intro {
    line-height: 1.8;
    margin-bottom: 24px;
}

#brand-story-page > .home-quote-section {
    padding: 56px 80px;
}

#brand-story-page > .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

body.about-our-factory-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
    grid-template-columns: minmax(0, 1fr) auto;
}

body.about-our-factory-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    body.about-our-factory-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#bs-origin .about-card-img .about-card-content {
    padding: 15px;
}

#brand-story-page > .stats-container {
    background:
        radial-gradient(circle at 12% 18%, rgba(14,106,237,.30) 0, rgba(14,106,237,0) 34%),
        linear-gradient(135deg, #07111f 0%, #0b1f36 45%, #02060d 100%);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

#brand-story-page > .stats-container .stat-item {
    color: #fff;
}

#brand-story-page > .stats-container .stat-item .icon {
    filter: brightness(0) invert(1);
    opacity: .92;
}

#brand-story-page > .stats-container .stat-item .label {
    color: rgba(255,255,255,.76);
}

@media (max-width: 767px) {
    #brand-story-page > .about-section,
    #brand-story-page > .stats-container,
    #brand-story-page > .adv-section,
    #brand-story-page > .c-container-3-items,
    #brand-story-page > #manufacturing-capability.product-slider-wrapper,
    #brand-story-page > .section-wrapper-f,
    #brand-story-page > .foot-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Brand story hero aligned with 3D printing service hero */
#brand-story-page .main-banner.about-hero.mb-our-story {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/603d0f56-4c34-41ef-8b7c-23c18df0c68e.webp');
    background-color: #f6f7fa;
    background-size: cover;
    background-position: center calc(50% + 44px);
    background-repeat: no-repeat;
    color: #000;
    height: 95vh;
    min-height: 680px;
    width: 100vw;
    overflow: hidden;
    padding: 0;
}

#brand-story-page .main-banner.about-hero.mb-our-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246,247,250,.96) 0%, rgba(246,247,250,.88) 38%, rgba(246,247,250,.42) 58%, rgba(246,247,250,0) 78%);
    pointer-events: none;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content-container {
    align-self: stretch;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 80px;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin: 0;
    transform: translateY(44px);
}

#brand-story-page .main-banner.about-hero.mb-our-story .content h1 {
    margin: 0;
    font-size: 2.8em;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content p {
    margin: 25px 0;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 350;
    color: #000;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content .quotation {
    margin-right: 12px;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content .remarks {
    margin: 20px 0 0;
    font-size: 0.875rem;
    color: #000;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content .remark {
    display: flex;
    align-items: center;
    gap: 10px;
}

#brand-story-page .main-banner.about-hero.mb-our-story .content .remark svg {
    flex: 0 0 auto;
    stroke: currentColor;
}

body.about-our-factory-page .main-banner.mb-our-factory {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/be982f48-4714-4797-b761-e4178cb423c6.webp');
    background-color: #f6f7fa;
    background-size: cover;
    background-position: center calc(50% + 44px);
    background-repeat: no-repeat;
    color: #000;
    height: 95vh;
    min-height: 680px;
    width: 100vw;
    overflow: hidden;
    padding: 0;
}

body.about-our-factory-page .main-banner.mb-our-factory::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246,247,250,.96) 0%, rgba(246,247,250,.88) 38%, rgba(246,247,250,.42) 58%, rgba(246,247,250,0) 78%);
    pointer-events: none;
}

body.about-our-factory-page .main-banner.mb-our-factory .content-container {
    align-self: stretch;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0 80px;
}

body.about-our-factory-page .main-banner.mb-our-factory .content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin: 0;
    transform: translateY(44px);
}

body.about-our-factory-page .main-banner.mb-our-factory .content h1 {
    margin: 0;
    font-size: 2.8em;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

body.about-our-factory-page .main-banner.mb-our-factory .content p {
    margin: 25px 0;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 350;
    color: #000;
}

@media (max-width: 1100px) {
    #brand-story-page .main-banner.about-hero.mb-our-story {
        min-height: 620px;
    }

    #brand-story-page .main-banner.about-hero.mb-our-story .content-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1100px) {
    body.about-our-factory-page .main-banner.mb-our-factory {
        min-height: 620px;
    }

    body.about-our-factory-page .main-banner.mb-our-factory .content-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 768px) {
    #brand-story-page .main-banner.about-hero.mb-our-story {
        height: auto;
        min-height: 620px;
        background-position: center center;
    }

    #brand-story-page .main-banner.about-hero.mb-our-story .content-container {
        padding: 120px 20px 80px;
    }

    #brand-story-page .main-banner.about-hero.mb-our-story .content {
        transform: none;
        max-width: none;
    }

    #brand-story-page .main-banner.about-hero.mb-our-story .content h1 {
        font-size: 30px;
    }

    #brand-story-page .main-banner.about-hero.mb-our-story .content .quotation,
    #brand-story-page .main-banner.about-hero.mb-our-story .content .contact-black {
        margin: 0 10px 10px 0;
    }
}

@media (max-width: 768px) {
    body.about-our-factory-page .main-banner.mb-our-factory {
        height: auto;
        min-height: 620px;
        background-position: center center;
    }

    body.about-our-factory-page .main-banner.mb-our-factory .content-container {
        padding: 120px 20px 80px;
    }

    body.about-our-factory-page .main-banner.mb-our-factory .content {
        transform: none;
        max-width: none;
    }

    body.about-our-factory-page .main-banner.mb-our-factory .content h1 {
        font-size: 30px;
    }
}
