body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto_Regular', sans-serif;
    color: #F5F3EE;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.hero-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
    display: flex;
    align-items: center;
    flex: 1;
}

.hero-content {
    max-width: 50rem;
    padding-bottom: 20.75rem;
}

.hero-title {
    font-family: Arial, Arial;
    font-size: 4.5rem;
    font-weight: 700;
    color: #F5F3EE;
    line-height: 1.1;
    margin: 0 0 1.875rem 0;
}

.hero-subtitle {
    font-family: Arial, Arial;
    font-size: 2rem;
    font-weight: 400;
    color: #F5F3EE;
    letter-spacing: 0.25rem;
    margin: 0 0 1.875rem 0;
}

.hero-description {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.125rem;
    color: #F5F3EE;
    line-height: 1.6;
    margin: 0 0 2.5rem 0;
    max-width: 37.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4a5a4a;
    color: #F5F3EE;
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary:hover {
    background-color: #5a6a5a;
    transform: translateY(-0.125rem);
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #F5F3EE;
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border: 0.0625rem solid #F5F3EE;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-secondary:hover {
    background-color: rgba(245, 243, 238, 0.1);
    transform: translateY(-0.125rem);
}

.hero-features {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color:#123326;
}

.hero-features-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 1.875rem 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.625rem 1.5rem;
    border-right: 0.0625rem solid #F5F3EE;
    transition: all 0.3s ease;
}

.feature-item:last-child {
    border-right: none;
}

.feature-item:hover {
    background-color: rgba(245, 243, 238, 0.05);
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feature-title,
.feature-desc {
    margin: 0;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(0.95);
}

.feature-icon-center img {
    width: 3.5rem;
    height: 3.5rem;
}

.feature-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #F5F3EE;
    margin: 0 0 0.375rem 0;
}

.feature-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.875rem;
    color: #F5F3EE;
    margin: 0;
}

.factory-strength-section {
    background-color: #F5F3EE;
    padding: 6rem 0;
}

.factory-strength-container {
    max-width: 1920px;
    height:15rem;
    margin: 0 auto;
    padding: 0 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.factory-strength-title {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #0B0F0D;
    letter-spacing: 0.125rem;
    margin: 0 0 1.5rem 0;
    text-align: left;
}

.factory-strength-card {
    width: 100%;
    display: flex;
    align-items: stretch;
    background-color: #061912 ;
    border-radius: 0.75rem;
    overflow: hidden;
}

.factory-stats-row {
    display: flex;
    flex: 2;
    align-items: stretch;
    gap: 0;
}

.factory-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.25rem;
    border-right: 0.0625rem solid rgba(245, 243, 238, 0.15);
    text-align: center;
}

.factory-stat-item-last {
    border-right: none;
}

.factory-stat-icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.factory-stat-icon img {
    max-width:52px;
    max-height: 52px;
    filter: brightness(0) invert(0.95);
}

.factory-stat-number {
    font-family: Arial, Arial;
    font-size: 3.5rem;
    font-weight: 400;
    color: #F5F3EE;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.factory-stat-number sup {
    font-size: 2rem;
    vertical-align: top;
    margin-left: 0.125rem;
}

.factory-stat-label {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1rem;
    color: #F5F3EE;
    line-height: 1.4;
}

.factory-strength-right {
    flex: 1;
    overflow: hidden;
}

.factory-strength-right img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.fabrics-section {
    background-color: #1a1a1a;
    padding: 5rem 0;
}

.fabrics-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.fabrics-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #F5F3EE;
    margin: 0 0 2.5rem 0;
    text-align: left;
}

.fabrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.fabric-card {
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fabric-card:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
}

.fabric-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.fabric-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fabric-card:hover .fabric-card-image img {
    transform: scale(1.05);
}

.fabric-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1.875rem 1.875rem;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #F5F3EE;
}

.fabric-card-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #F5F3EE;
}

.fabric-card-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.9375rem;
    color: #F5F3EE;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.fabric-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #F5F3EE;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.fabric-card-link:hover {
    gap: 0.75rem;
}

.fabric-card-link .arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.fabric-card-link:hover .arrow {
    transform: translateX(0.25rem);
}

.global-reach-section {
    background-color: #F5F3EE;
    padding: 5rem 0 6.25rem 0;
}

.global-reach-container {
    max-width: 1920px;
    height: 30rem;
    margin: 0 auto;
    padding: 0 3.75rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.global-reach-left {
    flex: 1;
}

.global-reach-label {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6B6B6B;
    letter-spacing: 0.0625rem;
    margin: 0 0 1rem 0;
}

.global-reach-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #0B0F0D;
    line-height: 1.2;
    margin: 0 0 1rem 0;
}

.global-reach-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.125rem;
    color: #6B6B6B;
    line-height: 1.6;
    margin: 0 0 3.125rem 0;
    max-width: 28rem;
}

.global-reach-stats {
    display: flex;
    align-items: center;
    gap: 0;
}

.global-reach-stat-item {
    display: flex;
    flex-direction: column;
    padding: 0 3.75rem 0 0;
    border-right: 0.0625rem solid rgba(11, 15, 13, 0.2);
}

.global-reach-stat-item-last {
    border-right: none;
    padding: 0 0 0 3.75rem;
}

.global-reach-stat-number {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #123326;
    line-height: 1;
}

.global-reach-stat-number sup {
    font-size: 2rem;
    vertical-align: top;
    margin-left: 0.125rem;
}

.global-reach-stat-label {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1rem;
    color: #6B6B6B;
    margin-top: 0.75rem;
}

.global-reach-right {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-reach-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.about-section {
    background-color: #111111;
    padding: 6.25rem 0;
}

.about-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.about-header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.about-line {
    width: 3.75rem;
    height: 0.1875rem;
    background-color: #c8a96e;
    margin: 0 auto 1.25rem;
}

.about-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    color: #F5F3EE;
    margin: 0 0 0.9375rem 0;
}

.about-subtitle {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.125rem;
    color: #F5F3EE;
    margin: 0;
}

.about-content {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text p {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1rem;
    color: #F5F3EE;
    line-height: 1.8;
    margin: 0 0 1.25rem 0;
}

.btn-about {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0.875rem 2.25rem;
    background-color: #c8a96e;
    color: #F5F3EE;
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.btn-about:hover {
    background-color: #dabb7e;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.375rem 1rem rgba(200, 169, 110, 0.4);
}

.about-images {
    flex: 1;
    position: relative;
    display: flex;
    gap: 1.25rem;
}

.about-image-item {
    flex: 1;
    border-radius: 0.5rem;
    overflow: hidden;
}

.about-image-item img {
    width: 100%;
    height: 17.5rem;
    object-fit: cover;
}

.about-image-secondary {
    margin-top: 2.5rem;
}

.factory-overview-section {
    background-color: #1a1a1a;
    padding: 6.25rem 0;
}

.factory-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.factory-header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.factory-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    color: #F5F3EE;
    margin: 0.9375rem 0 0 0;
}

.factory-video {
    margin-bottom: 3.75rem;
}

.video-placeholder {
    position: relative;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.5);
}

.video-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background-color: rgba(200, 169, 110, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background-color: #c8a96e;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9375rem 0 0.9375rem 1.5rem;
    border-color: transparent transparent transparent #1a1a1a;
    margin-left: 0.3125rem;
}

.factory-stats {
    padding-top: 2.5rem;
    border-top: 0.0625rem solid rgba(245, 243, 238, 0.1);
}

.stat-row {
    display: flex;
    justify-content: space-around;
    gap: 2.5rem;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #F5F3EE;
}

.stat-suffix {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #F5F3EE;
}

.stat-label {
    display: block;
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1rem;
    color: #F5F3EE;
    margin-top: 0.625rem;
}

/* Global Video Section */
.global-video-section {
    width: 100%;
    padding: 0;

}

.about-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.about-video-player {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 60rem;
}

.about-video-player::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0.3);
}

.about-video-player::-webkit-media-controls-play-button {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

.about-video-player::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0.5);
}

.about-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.about-video-play-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.about-video-play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 1.125rem;
    margin-left: 0.375rem;
}

@media screen and (max-width: 1440px) {
    .hero-container,
    .hero-features-container,
    .about-container,
    .factory-container,
    .fabrics-container,
    .factory-strength-container,
    .global-reach-container {
        padding: 0 2.5rem;
    }

    .hero-features-container {
        padding: 2.5rem 2.5rem;
    }

    .factory-strength-section {
        padding: 5rem 0;
    }

    .factory-strength-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .factory-stat-item {
        padding: 2rem 1rem;
    }

    .factory-stat-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1rem;
    }

    .factory-stat-number {
        font-size: 3rem;
    }

    .factory-stat-number sup {
        font-size: 1.75rem;
    }

    .factory-stat-label {
        font-size: 0.875rem;
    }

    .factory-strength-right img {
        min-height: 20rem;
    }

    .fabrics-section {
        padding: 3.75rem 0;
    }

    .fabrics-title {
        font-size: 1.75rem;
    }

    .fabric-card-overlay {
        padding: 2.1875rem 1.5625rem 1.5625rem;
    }

    .fabric-card-title {
        font-size: 1.375rem;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.75rem;
    }

    .global-reach-section {
        padding: 4rem 0 5rem 0;
    }

    .global-reach-container {
        gap: 3.75rem;
    }

    .global-reach-title {
        font-size: 2.5rem;
    }

    .global-reach-stat-item {
        padding: 0 2.5rem 0 0;
    }

    .global-reach-stat-item-last {
        padding: 0 0 0 2.5rem;
    }

    .global-reach-stat-number {
        font-size: 3rem;
    }

    .global-reach-stat-number sup {
        font-size: 1.75rem;
    }

    .about-title,
    .factory-title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero-section {
        overflow-x: hidden;
    }

    .hero-container {
        padding: 0 1.875rem;
    }

    .hero-features-container {
        padding: 1.875rem 1.875rem;
    }

    .global-reach-section {
        padding: 3.75rem 0 4.375rem 0;
    }

    .global-reach-container {
        padding: 0 1.875rem;
        gap: 2.5rem;
        height: auto;
    }

    .global-reach-title {
        font-size: 2.125rem;
    }

    .global-reach-desc {
        font-size: 1rem;
        max-width: 21.875rem;
        margin-bottom: 2.5rem;
    }

    .global-reach-stat-item {
        padding: 0 2rem 0 0;
    }

    .global-reach-stat-item-last {
        padding: 0 0 0 2rem;
    }

    .global-reach-stat-number {
        font-size: 2.5rem;
    }

    .global-reach-stat-number sup {
        font-size: 1.5rem;
    }

    .factory-strength-container {
        padding: 0 1.875rem;
        height: auto;
    }

    .factory-strength-title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
        letter-spacing: 0.0625rem;
    }

    .factory-stat-item {
        padding: 1.875rem 0.75rem;
    }

    .factory-stats-row {
        gap: 0;
    }

    .factory-stat-icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 0.75rem;
    }

    .factory-stat-number {
        font-size: 2.5rem;
    }

    .factory-stat-number sup {
        font-size: 1.5rem;
    }

    .factory-stat-label {
        font-size: 0.8125rem;
    }

    .factory-strength-right img {
        min-height: 18rem;
    }

    .fabrics-container {
        padding: 0 1.875rem;
    }

    .fabrics-section {
        padding: 3.125rem 0;
    }

    .fabrics-title {
        font-size: 1.625rem;
        margin-bottom: 1.875rem;
    }

    .fabrics-grid {
        gap: 1.25rem;
    }

    .fabric-card-overlay {
        padding: 1.875rem 1.25rem 1.25rem;
    }

    .fabric-card-title {
        font-size: 1.25rem;
    }

    .fabric-card-desc {
        font-size: 0.875rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .feature-item {
        padding: 0.5rem 1rem;
    }

    .feature-icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .feature-icon-center img {
        width: 2.875rem;
        height: 2.875rem;
    }

    .feature-title {
        font-size: 1rem;
    }

    .about-content {
        gap: 3.125rem;
    }

    .about-title,
    .factory-title {
        font-size: 2rem;
    }

    .about-image-item img {
        height: 13.75rem;
    }

    .global-reach-section {
        padding: 3.75rem 0;
    }

    .global-reach-container {
        padding: 0 1.875rem;
        gap: 1.875rem;
    }

    .global-reach-title {
        font-size: 2.125rem;
    }

    .global-reach-desc {
        font-size: 1rem;
        max-width: 25rem;
    }

}

@media screen and (max-width: 992px) {
    .hero-section {
        overflow-x: hidden;
        height: auto;
    }

    .hero-features {
        position: relative;
    }

    .hero-container {
        padding: 0 1.5625rem;
    }

    .hero-features-container {
        padding: 1.875rem 1.5625rem;
    }

    .factory-strength-section {
        padding: 3.75rem 0;
    }

    .factory-strength-container {
        padding: 0 1.5625rem;
        height: auto;
    }

    .factory-strength-title {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }

    .factory-strength-card {
        flex-direction: column;
    }

    .factory-stats-row {
        flex-wrap: wrap;
        gap: 0;
    }

    .factory-stat-item {
        flex: 0 0 50%;
        padding: 1.5rem 0.625rem;
    }

    .factory-stat-item:nth-child(2) {
        border-right: none;
    }

    .factory-stat-item:nth-child(1),
    .factory-stat-item:nth-child(2) {
        border-bottom: 0.0625rem solid rgba(245, 243, 238, 0.15);
    }

    .factory-stat-icon {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0.625rem;
    }

    .factory-stat-number {
        font-size: 2.125rem;
    }

    .factory-stat-number sup {
        font-size: 1.25rem;
    }

    .factory-stat-label {
        font-size: 0.75rem;
    }

    .factory-strength-right {
        width: 100%;
    }

    .factory-strength-right img {
        min-height: 15rem;
    }

    .fabrics-container {
        padding: 0 1.5625rem;
    }

    .fabrics-section {
        padding: 2.5rem 0;
    }

    .fabrics-title {
        font-size: 1.5rem;
        margin-bottom: 1.5625rem;
    }

    .fabrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .fabric-card-overlay {
        padding: 1.5625rem 1.25rem 1.25rem;
    }

    .fabric-card-title {
        font-size: 1.125rem;
    }

    .fabric-card-desc {
        font-size: 0.8125rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
        letter-spacing: 0.125rem;
    }

    .hero-buttons {
        gap: 0.9375rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.875rem 1.875rem;
        font-size: 0.875rem;
    }

    .hero-features-container {
        padding: 1.5rem 1.5625rem;
    }

    .feature-item {
        padding: 0.5rem 0.75rem;
        gap: 0.625rem;
    }

    .feature-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .feature-icon-center img {
        width: 2.375rem;
        height: 2.375rem;
    }

    .feature-title {
        font-size: 0.9375rem;
    }

    .feature-desc {
        font-size: 0.75rem;
    }

    .about-container,
    .factory-container {
        padding: 0 1.5625rem;
    }

    .about-section,
    .factory-overview-section {
        padding: 3.75rem 0;
    }

    .about-content {
        flex-direction: column;
        gap: 2.5rem;
    }

    .about-images {
        width: 100%;
    }

    .about-image-item img {
        height: 12.5rem;
    }

    .stat-row {
        flex-wrap: wrap;
        gap: 1.875rem;
    }

    .stat-item {
        flex: 0 0 calc(50% - 0.9375rem);
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .global-reach-section {
        padding: 3.125rem 0 3.75rem 0;
    }

    .global-reach-container {
        padding: 0 1.5625rem;
        flex-direction: column;
        gap: 2.5rem;
        height: auto;
    }

    .global-reach-left,
    .global-reach-right {
        width: 100%;
    }

    .global-reach-label {
        font-size: 1.125rem;
    }

    .global-reach-title {
        font-size: 1.875rem;
    }

    .global-reach-desc {
        font-size: 0.9375rem;
        max-width: 100%;
        margin-bottom: 2.5rem;
    }

    .global-reach-stat-item {
        padding: 0 1.875rem 0 0;
    }

    .global-reach-stat-item-last {
        padding: 0 0 0 1.875rem;
    }

    .global-reach-stat-number {
        font-size: 2.125rem;
    }

    .global-reach-stat-number sup {
        font-size: 1.25rem;
    }

    .global-reach-stat-label {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        overflow-x: hidden;
        height: auto;
    }

    .hero-bg img {
        object-position: center top;
    }

    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 30%,
            rgba(0, 0, 0, 0.3) 70%,
            rgba(0, 0, 0, 0.2) 100%
        );
    }

    .hero-container {
        padding: 0 1.25rem;
        align-items: flex-start;
        flex: none;
        height: auto;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        box-sizing: border-box;
    }

    .hero-title,
    .hero-subtitle,
    .hero-description {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .hero-description {
        font-size: 0.875rem;
        max-width: 100%;
    }

    .hero-features {
        position: relative;
        height: auto;
    }

    .hero-features-container {
        padding: 1.25rem;
        flex-wrap: wrap;
        gap: 0.625rem;
    }

    .feature-item {
        flex: 0 0 calc(50% - 0.3125rem);
        padding: 0.75rem;
        gap: 0.5rem;
        border-right: none;
        border-bottom: 0.0625rem solid rgba(245, 243, 238, 0.15);
        box-sizing: border-box;
    }

    .feature-item:nth-child(odd) {
        border-right: 0.0625rem solid rgba(245, 243, 238, 0.15);
    }

    .feature-item:nth-child(5) {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 0.0625rem solid rgba(245, 243, 238, 0.15);
    }

    .feature-item:nth-last-child(-n+2):nth-child(odd) {
        border-bottom: none;
    }

    .feature-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .feature-icon img {
        filter: brightness(0) invert(0.95);
    }

    .feature-icon-center img {
        width: 2rem;
        height: 2rem;
    }

    .feature-title {
        font-size: 0.875rem;
        margin: 0;
    }

    .feature-desc {
        font-size: 0.6875rem;
    }

    .hero-title {
        font-size: 1.5rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        letter-spacing: 0.0625rem;
        margin-bottom: 1.25rem;
    }

    .hero-description {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-primary,
    .btn-secondary {
        display: block;
        width: 100%;
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
        box-sizing: border-box;
    }

    .factory-strength-section {
        padding: 2.5rem 0;
    }

    .factory-strength-container {
        padding: 0 1.25rem;
        height: auto;
        box-sizing: border-box;
    }

    .factory-strength-title {
        font-size: 1rem;
        margin-bottom: 1rem;
        letter-spacing: 0.0625rem;
    }

    .factory-strength-card {
        flex-direction: column;
    }

    .factory-stats-row {
        flex-wrap: wrap;
        gap: 0;
    }

    .factory-stat-item {
        flex: 0 0 50%;
        padding: 1.25rem 0.5rem;
        box-sizing: border-box;
    }

    .factory-stat-item:nth-child(2) {
        border-right: none;
    }

    .factory-stat-item:nth-child(1),
    .factory-stat-item:nth-child(2) {
        border-bottom: 0.0625rem solid rgba(245, 243, 238, 0.15);
    }

    .factory-stat-item:nth-child(3) {
        border-right: 0.0625rem solid rgba(245, 243, 238, 0.15);
    }

    .factory-stat-item:nth-child(4) {
        border-right: none;
    }

    .factory-stat-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .factory-stat-number {
        font-size: 1.5rem;
    }

    .factory-stat-number sup {
        font-size: 0.875rem;
    }

    .factory-stat-label {
        font-size: 0.6875rem;
    }

    .factory-strength-right {
        width: 100%;
    }

    .factory-strength-right img {
        min-height: 10rem;
        width: 100%;
    }

    .fabrics-container {
        padding: 0 1.25rem;
        box-sizing: border-box;
    }

    .fabrics-section {
        padding: 1.875rem 0;
    }

    .fabrics-title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .fabrics-grid {
        grid-template-columns: 1fr;
        gap: 0.9375rem;
    }

    .fabric-card-overlay {
        padding: 1.25rem 1.25rem 0.9375rem;
    }

    .fabric-card-title {
        font-size: 1.125rem;
    }

    .fabric-card-desc {
        font-size: 0.875rem;
    }

    .about-container,
    .factory-container {
        padding: 0 1.25rem;
    }

    .about-section,
    .factory-overview-section {
        padding: 3.125rem 0;
    }

    .about-title,
    .factory-title {
        font-size: 1.625rem;
    }

    .about-subtitle {
        font-size: 0.875rem;
    }

    .about-text p {
        font-size: 0.875rem;
    }

    .btn-about {
        display: block;
        width: 100%;
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
        text-align: center;
    }

    .about-images {
        flex-direction: column;
    }

    .about-image-item,
    .about-image-secondary {
        margin-top: 0;
    }

    .about-image-item img {
        height: 11.25rem;
    }

    .stat-row {
        flex-direction: column;
        gap: 1.5625rem;
    }

    .stat-item {
        flex: none;
        width: 100%;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-suffix {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.875rem;
    }

    .play-button {
        width: 3.75rem;
        height: 3.75rem;
    }

    .play-icon {
        border-width: 0.625rem 0 0.625rem 1.125rem;
    }

    .global-reach-section {
        padding: 2.5rem 0 3.125rem 0;
    }

    .global-reach-container {
        padding: 0 1.25rem;
        height: auto;
        flex-direction: column;
        gap: 1.875rem;
        box-sizing: border-box;
    }

    .global-reach-label {
        font-size: 1rem;
        letter-spacing: 0.0625rem;
    }

    .global-reach-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .global-reach-desc {
        font-size: 0.875rem;
        max-width: 100%;
        margin-bottom: 2rem;
        word-break: break-word;
    }

    .global-reach-stats {
        justify-content: flex-start;
    }

    .global-reach-stat-item {
        padding: 0 1.5rem 0 0;
    }

    .global-reach-stat-item-last {
        padding: 0 0 0 1.5rem;
    }

    .global-reach-stat-number {
        font-size: 1.5rem;
    }

    .global-reach-stat-number sup {
        font-size: 0.875rem;
    }

    .global-reach-stat-label {
        font-size: 0.75rem;
    }

    .global-reach-right {
        width: 100%;
    }

    .global-reach-right img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .hero-section {
        overflow-x: hidden;
        height: auto;
    }

    .hero-features {
        position: relative;
    }

    .hero-bg img {
        object-position: center top;
    }

    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 30%,
            rgba(0, 0, 0, 0.3) 70%,
            rgba(0, 0, 0, 0.2) 100%
        );
    }

    .hero-container {
        padding: 0 1rem;
        flex: none;
        height: auto;
    }

    .hero-content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hero-title {
        font-size: 1.125rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 0.875rem;
        letter-spacing: 0.0625rem;
        margin-bottom: 0.75rem;
    }

    .hero-description {
        font-size: 0.8125rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .hero-buttons {
        gap: 0.625rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.75rem 1rem;
        font-size: 0.8125rem;
        box-sizing: border-box;
    }

    .hero-features-container {
        padding: 1rem;
        gap: 0.5rem;
    }

    .feature-item {
        flex: 0 0 calc(50% - 0.25rem);
        padding: 0.625rem 0.5rem;
        gap: 0.375rem;
    }

    .feature-item:nth-child(5) {
        flex: 0 0 100%;
    }

    .feature-icon {
        width: 2rem;
        height: 2rem;
    }

    .feature-icon img {
        filter: brightness(0) invert(0.95);
    }

    .feature-icon-center img {
        width: 1.75rem;
        height: 1.75rem;
    }

    .feature-title {
        font-size: 0.8125rem;
    }

    .feature-desc {
        font-size: 0.625rem;
    }

    .factory-strength-section {
        padding: 2rem 0;
    }

    .factory-strength-container {
        padding: 0 1rem;
    }

    .factory-strength-title {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
        letter-spacing: 0.0625rem;
    }

    .factory-stat-item {
        flex: 0 0 50%;
        padding: 1rem 0.375rem;
    }

    .factory-stat-icon {
        width: 2rem;
        height: 2rem;
        margin-bottom: 0.375rem;
    }

    .factory-stat-number {
        font-size: 1.25rem;
    }

    .factory-stat-number sup {
        font-size: 0.75rem;
    }

    .factory-stat-label {
        font-size: 0.625rem;
    }

    .factory-strength-right img {
        min-height: 8rem;
    }

    .fabrics-container {
        padding: 0 1rem;
    }

    .fabrics-section {
        padding: 1.5rem 0;
    }

    .fabrics-title {
        font-size: 1.0625rem;
        margin-bottom: 1rem;
    }

    .fabrics-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .fabric-card-overlay {
        padding: 1rem 1rem 0.75rem;
    }

    .fabric-card-title {
        font-size: 1rem;
    }

    .fabric-card-desc {
        font-size: 0.8125rem;
    }

    .fabric-card-link {
        font-size: 0.8125rem;
    }

    .about-container,
    .factory-container {
        padding: 0 1rem;
    }

    .about-section,
    .factory-overview-section {
        padding: 2.5rem 0;
    }

    .about-title,
    .factory-title {
        font-size: 1.375rem;
    }

    .about-subtitle {
        font-size: 0.8125rem;
    }

    .about-text p {
        font-size: 0.8125rem;
    }

    .btn-about {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }

    .about-image-item img {
        height: 9.375rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-suffix {
        font-size: 1.25rem;
    }

    .stat-label {
        font-size: 0.8125rem;
    }

    .global-reach-section {
        padding: 2rem 0 2.5rem 0;
    }

    .global-reach-container {
        padding: 0 1rem;
        gap: 1.5rem;
    }

    .global-reach-label {
        font-size: 0.9375rem;
    }

    .global-reach-title {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .global-reach-desc {
        font-size: 0.8125rem;
        margin-bottom: 1.5rem;
    }

    .global-reach-stat-item {
        padding: 0 1rem 0 0;
    }

    .global-reach-stat-item-last {
        padding: 0 0 0 1rem;
    }

    .global-reach-stat-number {
        font-size: 1.25rem;
    }

    .global-reach-stat-number sup {
        font-size: 0.75rem;
    }

    .global-reach-stat-label {
        font-size: 0.6875rem;
    }

    .about-video-player {
        max-height: 20rem;
    }

    .about-video-play-btn {
        width: 3.5rem;
        height: 3.5rem;
    }

    .about-video-play-icon {
        border-width: 0.5rem 0 0.5rem 0.75rem;
        margin-left: 0.25rem;
    }
}
