/* About Us page sections */

.about-hero {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-intro-section {
    background-color: #fff;
    padding: 80px 20px;
}

.about-intro-header {
    max-width: var(--global-max-width, 1440px);
    margin: 0 auto 50px;
    text-align: center;
}

.about-intro-subtitle {
    color: #999;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-intro-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 78px;
    /* 130% */
    text-transform: uppercase;
}

.about-intro-line {
    width: 108px;
    height: 4px;
    background-color: #e04638;
    margin: 0 auto 30px;
}

.about-intro-desc {
    max-width: 900px;
    margin: 0 auto;
    color: #666;
    font-family: Jost, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.about-intro-cards {
    max-width: var(--global-max-width, 1440px);
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 40px;
}

.about-intro-card {
    width: min(620px, 100%);
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.about-intro-card-img {
    width: 100%;
    max-width: 620px;
    aspect-ratio: 620/450;
    object-fit: cover;
    display: block;
}

.about-intro-card-bar {
    background-color: #e04638;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 24px;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.24px;
}

.about-intro-card-text {
    padding: 24px;
    color: #666;
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.24px;
}

.about-global-section {
    background-color: #000;
    padding: 80px 20px 100px;
    text-align: center;
}

.about-global-section .module-home-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.about-global-map {
    max-width: 1000px;
    margin: 40px auto 0;
    position: relative;
}

.about-global-map img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.85;
}

.about-achievements-section {
    background-color: #fff;
    padding: 80px 20px;
}

.about-achievements-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-achievements-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-achievements-grid {
    max-width: var(--global-max-width, 1440px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.about-achievement-item {
    padding: 20px;
}

.about-achievement-num {
    color: #e04638;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 12px;
}

.about-achievement-label {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.certification .about-view-more {
    text-align: center;
    margin-top: 30px;
}

.certification .about-view-more a {
    color: #e04638;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.certification .about-view-more a:hover {
    text-decoration: underline;
}

.about-factory-section {
    background-color: #fff;
    padding: 80px 20px;
}

.about-factory-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-factory-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-factory-carousel {
    max-width: var(--global-max-width, 1440px);
    margin: 0 auto;
    position: relative;
}

.about-factory-track-wrap {
    overflow: hidden;
}

.about-factory-track {
    display: flex;
    transition: transform 0.5s ease;
}

.about-factory-slide {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.about-factory-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.about-factory-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.about-factory-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid #e04638;
    background: transparent;
    color: #e04638;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.about-factory-arrow:hover {
    background-color: #e04638;
    color: #fff;
}

.about-factory-dots {
    display: flex;
    gap: 8px;
}

.about-factory-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
}

.about-factory-dot.active {
    background-color: #e04638;
}

.about-social-section {
    background-color: #fff;
    padding: 80px 20px;
}

.about-social-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-social-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-social-video {
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
}

.about-social-video-player {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .about-hero {
        height: 280px;
    }

    .about-intro-cards {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 30px;
    }

    .about-intro-title,
    .about-achievements-title,
    .about-factory-title,
    .about-social-title {
        font-size: 32px;
    }

    .about-achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-achievement-num {
        font-size: 36px;
    }

    .about-factory-slide {
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .about-achievements-grid {
        grid-template-columns: 1fr;
    }

    .about-intro-section,
    .about-global-section,
    .about-achievements-section,
    .about-factory-section,
    .about-social-section {
        padding: 50px 16px;
    }
}