body{
    scroll-behavior: smooth;
}

.about-hero{
    position: relative;
    overflow: hidden;
}
.about-hero-inner{
    position: relative;
    width: 100%;
    max-width: 1905px;
    margin: 0 auto;
    padding-top: 41.65%; /* 794/1905 的宽高比，作为后备方案 */
    aspect-ratio: 1905 / 794; /* 保持视频宽高比 */
    max-height: 794px;
    overflow: hidden;
}
.about-hero-placeholder{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    transition: opacity 0.5s ease-in;
}
.about-hero-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    object-fit: cover;
    transition: opacity 0.5s ease-in;
}
.about-hero-bg.loaded{
    opacity: 1;
}
.about-hero-inner.video-loaded .about-hero-placeholder{
    display: none;
}
.about-hero-video-mobile{
    display: none;
}
.about-hero-video-desktop{
    display: block;
}
.about-hero-play{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
    z-index: 10;
}
.about-hero-inner.playing .about-hero-play{
    display: none;
}
.about-intro{
    margin: 1.25vw 0;
    padding: 6.25vw 8.33vw;
    background: url('../images/explore-bottom-right-grey.svg');
    background-size: 34.06vw 34.06vw;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    transition: all 0.3s ease;
}

.about-intro.to-orange{
    background: url('../images/explore-bottom-right.svg');
    background-size: 34.06vw 34.06vw;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
}

.about-intro-inner{
    width: auto;
}
.about-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 120px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FD5000;
}
.about-desc-text{
    font-weight: 400;
    font-size: 1.875vw;
    line-height: 150%;
    vertical-align: middle;
    /* cursor: pointer; */
}
.about-desc-text-realy{
    opacity: 0.4;
    transition: opacity 0.8s ease-out, color 0.8s ease-out;
}

.about-desc-text-animated{
    color: #FD5000;
    opacity: 1;
}


.about-stand{
    width: 100%;
    overflow-x: hidden;
}
.about-stand-inner,.about-tags,.about-cta{
    width: 78.33vw;
    margin: 6.25vw auto;   
}
.section-heading{
    font-weight: 900;
    color: #000;
    font-size: 9.375vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    width: 56.1vw;
    text-align: center;
    margin: 0 auto 3.33vw auto;
}
.about-tags .section-heading{
    margin: 0 auto;
}
.to-show{
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.show{
    opacity: 1;
}

.section-snake-inner{
    margin-top: 6.25vw;
    margin-bottom: 7vw;
}
.section-snake{
    width: 100%;
    font-weight: 900;
    color: #000;
    font-size: 9.375vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    will-change: transform;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(80vw, 0, 0);
    transition: all 0.5s ease-out;
}
.section-snake span.hqd{
    color: #FD5000;
}
.section-snake span{
    transform: translate(0%, -60%) rotate(10deg);
    display: inline-block;
    transition: all 0.3s ease;
}
.section-heading span{
    color: #FD5000;
}
.hq-cards{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1.66vw;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 64px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #FFFFFF;
}
.bg-h{
    background: url('../images/about/bg-h.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-q{
    background: url('../images/about/bg-q.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-d{
    background: url('../images/about/bg-d.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.hq-card{
    width: 25vw;
    height: 17.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #FD5000; */
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s ease-out;
}

.hq-card.flipped {
    transform: rotateY(180deg);
}

.hq-card .card-back-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    color: #fff;
    font-size: 3.33vw; /* Adjust as needed */
    border-radius: 1.66vw;
}
.bg-h .card-back-text{
    background: url('../images/about/bg-h.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-q .card-back-text{
    background: url('../images/about/bg-q.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-d .card-back-text{
    background: url('../images/about/bg-d.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.tag-item{
    font-weight: 500;
    font-size: 2.08vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 1.25vw 3.33vw;
    color: #fff;
    border-radius: 8vw;
}
.tag-w{
    background: #EFEFEF;
    color: #FD5000;
}
.tag-o{
    background: #FD5000;
}
.tag-b{
    background: #1A1A1A;
}
.about-tags{
    min-height: 100vh;
    position: relative;
}


/* Styles for Tag Cloud Animation */
.about-tags {
    position: relative;
    height: 100vh; /* Give it a fixed height to contain the animation */
    overflow: hidden;
}
.tag-item {
    position: absolute;
    top: -100px; /* Start above the container */
    opacity: 0;
    /* transition will be handled by JS for animation */
}

/* 隐藏canvas默认渲染，用HTML元素显示 */
.text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 78.33vw;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.capsule-text {
    position: absolute;
    font-weight: 500;
    font-size: 2.08vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 1.25vw 3.33vw;
    color: #fff;
    border-radius: 1vw;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    will-change: transform;
    font-family: 'Roboto', 'Noto Sans', Arial, sans-serif; 
    display:none;
}

#canvas{
    display: none;
    background: transparent;
    width: 78.33vw;
    height: 100vh;
}

.cta-title{
    width: 100%;
}

.start-end-years{
    color: #1A1A1A;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:12px;
}
.start-year,.end-years{
    display: none;
}
.start-year{
    transition: all 0.5s ease-in-out;
    transition-delay: 5s;
}
.show .start-year{
    display: inline-block;
}
.end-years{
    transition: all 0.5s ease-in-out;
    transition-delay: 6s;
}
.show .end-years{
    display: inline-block;
}
.line{
    background: #1A1A1A;
    height: 2px;
    opacity: 0.5;
    display: inline-block;
}

/* CTA */
.cta-title {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.cta-title2 {
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.cta-title2.slide-in {
    opacity: 1;
}

.about-cta {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.title-container {
    position: relative;
    width: 100%;
}


.start-end-years {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    margin: 0 2.34vw;
}

.start-year {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.show .start-year {
    opacity: 1;
    transform: translateY(0);
}

.end-year {
    position: absolute;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    left: 50%;
    margin-left: -30px;
}

.show.animate-year .end-year {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    left: auto;
    margin-left: 0;
}

/* 年份容器：支持上下切换动画 */
.end-year-wrapper {
    position: relative;
    height: 30px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.end-year-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    transform: translateY(15px);
}


.end-year-inner.slide-up {
    transform: translateY(-15px);
}

.year-text, .now-text {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    background: #1A1A1A;
    height: 2px;
    opacity: 0.5;
    display: inline-block;
    width: 0;
    transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
}

.show.animate-line .line {
    width: calc(100% - 160px);
}

.line-down-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    padding: 9.79vw 2.34vw 4.94vw 2.34vw;
    /* overflow: hidden; */
}
.line-down-text {
    font-weight: 700;
    font-size: 3.33vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0;
}
.super-symbol {
    width: 3.4375vw;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(20vh) rotate(-3600deg);
}

.line-down-text.slide-in {
    animation: typewriter 2s steps(40) forwards;
}

.super-symbol.slide-in {
    opacity: 1;
    transform: translateY(0) rotate(360deg);
}

@keyframes typewriter {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* journey card */
/* ✅ Fixed 容器：第一个背景 */
#about-cta-content.finish {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    transition: opacity 0.3s ease;
    background: #fff;
}

/* .finish .cta-title2,.finish .start-end-years{
    color: #1a1a1a1a;
}
.finish .line{
    background: #1a1a1a1a;
} */

/* ✅ 当滚动过一定距离后淡出第一个背景 */
#about-cta-content.fade-out {
    position: initial;
}

/* ✅ 卡片容器：Fixed 在最上层 */
.journey-card {
    position: fixed;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 999; /* ✅ 更高的层级 */
    perspective: 1200px;
    pointer-events: none; /* 不阻挡下层交互 */
    background: #fff;
}

.journey-card-item {
    width: 27%;
    border-radius: 8px;
    position: absolute;
    top: 30%;
    opacity: 0;
    transform: translate3d(0px, 100%, 0px) rotate(0deg);
    transition: opacity 0.8s ease;
    transform-style: preserve-3d;
    will-change: transform;
    pointer-events: auto; /* 卡片可交互 */
}

/* ✅ 激活动画：只控制 opacity */
.journey-card.animate .journey-card-item {
    opacity: 1;
}

/* ✅ 依次出现的延迟和位置 */
.journey-card.animate .journey-card-item:nth-child(1) {
    transition-delay: 0.1s;
    left: -6%;
    transform: translate3d(0px, -48.5%, 0px) rotate(-5deg);
}

.journey-card.animate .journey-card-item:nth-child(2) {
    transition-delay: 0.2s;
    left: 13%;
    transform: translate3d(0px, -49%, 0px) rotate(10deg);
}

.journey-card.animate .journey-card-item:nth-child(3) {
    transition-delay: 0.3s;
    left: 36%;
    transform: translate3d(0px, -60%, 0px) rotate(-5deg);
}

.journey-card.animate .journey-card-item:nth-child(4) {
    transition-delay: 0.4s;
    left: 55%;
    transform: translate3d(0px, -50%, 0px) rotate(5deg);
}

.journey-card.animate .journey-card-item:nth-child(5) {
    transition-delay: 0.5s;
    left: 76%;
    transform: translate3d(0px, -48%, 0px) rotate(-5deg);
}


/* ✅ 调试信息 */
.debug-info {
    position: fixed;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 9999;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.6;
    display: none; /* 默认隐藏 */
}

.debug-info.show {
    display: block;
}

/* map */
.hqd-map {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url("../images/about/map-bg.jpg");
    background-size: 73vw;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 110%;
    left: 0;
    transform: translateY(-67%);
    padding: 0 13.35vw;
    z-index: 1;
    height: 100vh;
    background-color: #fff;
}
.journey-card-inner{
    z-index: 2;
}
.map-item {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.map-item .num {
    padding-bottom: 1vw;
    /* 文本样式 */
    font-size: 3.75vw;
    font-weight: 900;
    line-height: 1;
    display: block;
    text-align: center;
    
    /* 小红书风格扫光效果 */
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(110deg, transparent 0%, transparent 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.9) 52%, transparent 55%, transparent 100%), linear-gradient(83.51deg, #FF8114 3.86%, #FF3333 90.08%);
    
    background-size: 200% 100%, 100% 100%;
    background-position: -10% 0%, 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    /* 添加阴影增强立体感 */
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)) 
            drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.8));
    
    /* animation: xiaohongshu-sweep 3s ease-in-out infinite; */
    /* animation-delay: 0.5s; */
}

.map-item:nth-child(2) .num {
    animation-delay: 1s;
}
.map-item:nth-child(3) .num {
    animation-delay: 2s;
}

/* 小红书风格扫光动画 - 包含2秒停顿 */
@keyframes xiaohongshu-sweep {
    /* 扫光动画阶段 (0-60%) = 3秒 */
    0% {
        background-position: 190% 0%, 0% 0%;
    }
    8.25% {
        background-position: 160% 0%, 0% 0%;
    }
    16.5% {
        background-position: 110% 0%, 0% 0%;
    }
    24.75% {
        background-position: 60% 0%, 0% 0%;
    }
    33.33% {
        background-position: -10% 0%, 0% 0%;
    }
    /* 停顿阶段 (60-100%) = 2秒 */
    33.34%, 100% {
        background-position: -10% 0%, 0% 0%;
    }
}

.map-item .text {
    font-weight: 500;
    font-size: 1.66vw;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}


/* brand-strength */
.brand-strength{
    margin: 6.25vw auto;
    padding-top: 80vh;
}
.brand-strength .swiper-slide{
    position: relative;
    transition: all 0.5s ease-in-out;
    max-height: 34.47vw;
    overflow: hidden;
}
.brand-strength .swiper-slide img{
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}
.brand-strength .swiper-slide:hover img{
    transform: scale(1.2);
}
.brand-strength .swiper-slide .caption{
    position: absolute;
    bottom: 3.33vw;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s ease-in-out;
    
}
.brand-strength .swiper-slide:hover .caption{
    transform: translateY(1.66vw);
}
.swiper-slide .caption h3{
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;    
    padding: 0;
    margin: 0;
    /* text-shadow: 1px 12px 34px #0d0a2c52; */
}
.swiper-slide .caption .cta{
    color: #fff;
    font-weight: 500;
    font-size: 1.66vw;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    display: none;
}

.brand-strength .swiper-slide:hover .caption .cta{
    display: block;
}


/* slogan */
.about-slogan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.25vw;
}

/* Hide mobile version on desktop */
.about-slogan-mobile {
    display: none;
}
.about-slogan .content{
    display: flex;
    flex-direction: row;
    gap: 3vw;
}
.about-slogan .left-part,
.about-slogan .right-part{
    display: flex;
    flex-direction: column;
    gap: 2.08vw;
    justify-content: flex-end;
}
.about-slogan .left-part .top-imgs,
.about-slogan .right-part .top-imgs,
.about-slogan .left-part .bottom-imgs,
.about-slogan .right-part .bottom-imgs{
    display: flex;
    flex-direction: row;
    gap: 2.08vw;
}
.about-slogan .left-part .top-imgs{
    justify-content: flex-end;
}
.about-slogan .right-part .top-imgs{
    justify-content: flex-start;
}

.slogan-content{
    max-width: 24vw;
}
.slogan-content h2{
    width: 100%;
    line-height: 120%;
    margin: 0;
    transform: translateY(1.5vw);
}
.about-slogan .img-item {
    --s: 8.9vw;
    flex-shrink: 0;
    height: var(--s);
    margin:  0;
    perspective: 500svh;
    width: var(--s);
    --p: 0;
    --index: 0;
}
.moment-text{
    width: 100%;
    line-height: 120%;
    margin: 0;
    transform: translateY(1.5vw);
    font-weight: 900;
    color: #FD5000;
    font-size: 9.375vw;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
}

.about-slogan .img-item .img-item-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(calc(var(--s) * .5)) rotateX(calc(90deg * var(--index)));
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.17, 1.38, .35, .96);
    width: 100%;
}

.about-slogan .img-item .faces{
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-slogan .img-item .faces img{
    all: unset;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-slogan .img-item .faces.img-face1{
    transform: rotateY(0) translateZ(calc(var(--s) * .5));
}
.about-slogan .img-item .faces.img-face2{
    transform: rotateX(90deg) translateZ(calc(var(--s) * .5));
}
.about-slogan .img-item .faces.img-face3{
    transform: scale(-1) rotateY(180deg) translateZ(calc(var(--s) * .5));
}
.about-slogan .img-item .faces.img-face4{
    transform: rotateX(-90deg) translateZ(calc(var(--s) * .5));
}

.slide-in-animation{
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.slide-in-animation.slide-in-active{
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 768px) {
    /* Mobile About Page Styles */
    .page-about {
        overflow-x: hidden;
    }

    /* Hero Section Mobile */
    .about-hero {
        height: 147.2vw;
        position: relative;
    }

    .about-hero-inner {
        height: 100%;
        padding-top: 0;
        aspect-ratio: auto;
        max-height: none;
    }
    
    .about-hero-placeholder {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-hero-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .about-hero-video-desktop {
        display: none;
    }
    .about-hero-video-mobile {
        display: block;
    }

    .about-hero-play {
        width: 19.2vw;
        height: 19.2vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .about-hero-play svg {
        width: 100%;
        height: 100%;
    }

    /* About Intro Mobile */
    .about-intro {
        width: 100%;
        padding: 10.667vw 4.267vw;
        margin-top: 0;
        background-size: 44.8vw 44.8vw;
    }

    .about-intro.to-orange{
        background-size: 44.8vw 44.8vw;
    }

    .about-intro-inner {
        width: 100%;
    }

    .about-title {
        font-size: 10.667vw;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 6.4vw;
        text-align: left;
    }

    .about-lead {
        font-size: 5.333vw;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 4.267vw;
    }

    .about-desc {
        font-size: 4.267vw;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 4.267vw;
    }

    .about-desc-text {
        font-size: 4.267vw;
        font-weight: 400;
        line-height: 150%;
    }

    .about-desc-text br {
        display: none;
    }

    /* What do HQD stand for Mobile */
    .about-stand {
        padding: 10.667vw 0;
        background: #FFFFFF;
    }

    .section-snake-inner {
        display: none;
    }

    .about-stand-inner {
        width: 91.467vw;
        margin: 0 auto;
    }

    .section-heading {
        font-size: 10.667vw;
        line-height: 150%;
        text-align: center;
        margin-bottom: 6.4vw;
        width: 100%;
        font-weight: 900;
    }

    .mobile-section-heading {
        font-size: 10.667vw;

        text-align: center;
        /* margin-bottom: 6.4vw; */
        width: 100%;
        font-weight: 900;
    }
    
    .mobile-slogan-content{
        margin: 0 0 8.533vw 0;
    }

    .section-heading span {
        color: #FD5000;
    }

    .hq-cards {
        display: flex;
        flex-direction: column;
        gap: 3.733vw;
        align-items: center;
        justify-content: center;
    }

    .hq-card {
        width: 91.467vw;
        height: 58.667vw;
        font-size: 26.667vw;
        font-weight: 900;
        border-radius: 6.4vw;
        overflow: hidden;
        transform: rotateY(0) rotateX(360deg);
    }

    .hq-card .card-back-text {
        font-size: 12.267vw;
        font-weight: 700;
        transform: rotateY(0) rotateX(180deg);
    }

    

    .bg-h .card-back-text,.bg-h {
        background: url('../images/about/bg-h-m.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .bg-q .card-back-text,.bg-q {
        background: url('../images/about/bg-q-m.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .bg-d .card-back-text,.bg-d {
        background: url('../images/about/bg-d-m.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .hq-card.flipped {
        transform: rotateY(0) rotateX(0);
    }
    .hq-card.flipped .card-back-text {
        transform: rotateY(0) rotateX(0);
    }



    /* Tag Cloud / What Else Mobile */
    .about-tags {
        padding: 0;
        background: #FFFFFF;
        width: 100%;
        margin: 0;
        /* display: flex;
        justify-content: center;
        align-items: anchor-center; */
        height: 100vh;
    }

    .about-tags .section-heading {
        margin-top: 20vw;
    }

    #canvas {
        display: none;
    }

    .text-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2.667vw;
        justify-content: center;
        padding: 0;        
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
    }

    .capsule-text {
        padding: 1.6vw 4.267vw;
        border-radius: 10.667vw;
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 150%;
        white-space: nowrap;
    }

    /* CTA Section Mobile */
    .about-cta {
        width: 91.467vw;
        margin: 10.667vw auto;
        padding: 0;
    }

    .title-container {
        width: 100%;
        margin-bottom: 6.4vw;
    }

    .cta-title {
        font-size: 10.667vw;
        font-weight: 900;
        line-height: 150%;
        text-align: center;
        height: 50vw;
        padding-bottom: 20vw;
    }

    .content-container {
        width: 100%;
    }

    #about-cta-content.finish{
        left: 4.2834vw;
        width: 91.467vw;
        margin: 0 auto;
    }

    .cta-title2 {
        font-size: 10.667vw;
        font-weight: 900;
        line-height: 150%;
        margin-bottom: 10vw;
        text-align: left;
    }

    .start-end-years {
        margin: 0;
        margin-bottom: 5.333vw;
        width: 100%;
    }

    .start-year,
    .end-year-wrapper {
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
        color: #1A1A1A;
        display: inline-block;
    }

    .show .start-year {
        display: inline-block;
    }

    .end-year-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        height: 6.4vw;
        overflow: hidden;
        transform: none;
    }

    .year-text,
    .now-text {
        transition: transform 0.5s ease;
    }

    .end-year-inner.slide-up {
        transform: none;
    }

    .end-year-inner.slide-up .year-text {
        transform: translateY(-100%);
    }

    .end-year-inner.slide-up .now-text {
        transform: translateY(-100%);
    }

    .line-down-div {
        display: flex;
        flex-direction: row;
        gap: 4vw;
        align-items: flex-end;
    }

    .line-down-text {
        font-size: 7.467vw;
        font-weight: 700;
        line-height: 150%;
        color: #1A1A1A;
    }

    .line-down-text br {
        display: inline;
    }

    .super-symbol {
        width: 8.534vw;
        height: 8.534vw;
        opacity: 0;
    }

    .super-symbol.slide-in {
        animation: fadeIn 1s ease forwards;
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
        }
    }

    /* Journey Cards Mobile */
    .journey-card {
        padding: 0;
        min-height: auto;
        position: relative;
        top: 100vw;
        height: 340vw;
        background: transparent;
    }

    /* .journey-card-inner {
        display: flex;
        flex-direction: column;
        gap: 8.533vw;
        padding: 0 4.267vw;
        margin-bottom: 8.533vw;
    } */

    .journey-card-item {
        width: 60vw;
        height: auto;
        opacity: 0;
        transform: translateY(10.667vw);
    }

    /* .journey-card.animate .journey-card-item {
        animation: slideUp 0.6s ease forwards;
    } */

    .journey-card.animate .journey-card-item:nth-child(1) {
        animation-delay: 0s;
        top: 0;
        left: -10vw;
        transform: translate3d(0px, 0, 0px) rotate(-5deg);
    }

    .journey-card.animate .journey-card-item:nth-child(2) {
        animation-delay: 0.2s;
        left: unset;
        right: -3vw;
        top: 14vw;
        
        transform: translate3d(0px, 0, 0px) rotate(10deg);
    }

    .journey-card.animate .journey-card-item:nth-child(3) {
        animation-delay: 0.4s;
        left: -7vw;
        top: 61vw;
        
        transform: translate3d(0px, 0, 0px) rotate(-5deg);
    }

    .journey-card.animate .journey-card-item:nth-child(4) {
        animation-delay: 0.6s;
        left: unset;
        right: -9vw;
        top: 76vw;
        
        transform: translate3d(0px, 0, 0px) rotate(5deg);
    }

    .journey-card.animate .journey-card-item:nth-child(5) {
        animation-delay: 0.8s;
        left: 9vw;
        top: 122vw;
        
        transform: translate3d(0px, 0, 0px) rotate(-5deg);
    }

    /* @keyframes slideUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    } */

    /* Map Stats Mobile */
    .hqd-map {
        display: flex;
        flex-direction: column;
        gap: 6.4vw;
        padding: 0;
        background: transparent;
        position: absolute;
        gap: 21.333vw;
        top: unset;
        z-index: 1;
        bottom: 3vw;
        height: initial;
        transform: none !important;
        background: url("../images/about/map-bg-m.jpg");
        background-size: 100vw 108.533vw;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 61vw;
    }

    .map-item {
        display: flex;
        flex-direction: column;
        gap: 1.067vw;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .map-item .num {
        font-size: 12.8vw;
        font-weight: 700;
        line-height: 150%;
        color: #FD5000;
    }

    .map-item .text {
        font-size: 6.4vw;
        font-weight: 500;
        line-height: 150%;
        color: #1A1A1A;
        opacity: 1;
    }

    /* Brand Strength Mobile */
    .brand-strength {
        margin: 10.667vw auto;
        padding-top: 100vw;
        padding-bottom: 15vw;
    }

    .brand-strength .swiper-container {
        padding: 0 4.267vw;
    }

    .brand-strength .swiper-slide {
        width: 80vw;
        overflow: hidden;
    }

    .brand-strength .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .brand-strength .swiper-slide .caption {
        padding: 4.267vw;
        gap: 2.133vw;
    }

    .swiper-slide .caption h3 {
        font-size: 6.4vw;
        font-weight: 600;
        line-height: 150%;
    }

    .swiper-slide .caption .cta {
        font-size: 4.267vw;
        font-weight: 500;
        line-height: 150%;
        display: block;
    }

    /* Slogan / Let's Fresh the Moment Mobile */
    .about-slogan {
        padding: 10.667vw 0;
        background: #FFFFFF;
        margin: 0;
    }

    .about-slogan .content {
        flex-direction: column;
        gap: 5.333vw;
        padding: 0 4.267vw;
    }

    .about-slogan .left-part,
    .about-slogan .right-part {
        width: 100%;
        max-width: 100%;
    }

    .slogan-content {
        order: -1;
        max-width: 100%;
        width: 100%;
    }

    .slogan-content h2 {
        font-size: 8.533vw;
        font-weight: 700;
        line-height: 150%;
        text-align: center;
    }

    .about-slogan .left-part .top-imgs,
    .about-slogan .left-part .bottom-imgs,
    .about-slogan .right-part .top-imgs,
    .about-slogan .right-part .bottom-imgs {
        gap: 2.667vw;
        margin-bottom: 2.667vw;
    }

    .about-slogan .img-item {
        --s: 20vw;
        width: var(--s);
        height: var(--s);
    }

    .about-slogan .img-item img {
        width: 100%;
        height: 100%;
    }

    .moment-text {
        font-size: 21.333vw;
        bottom: -10.667vw;
        right: 4.267vw;
    }

    /* Hide desktop animations on mobile */
    .slide-in-animation {
        opacity: 1;
        transform: none;
    }

    .slide-in-animation.slide-in-active {
        opacity: 1;
        transform: none;
    }

    /* Tags specific positioning for mobile */
    .frame-3467755,
    .frame-3467756,
    .frame-3467762,
    .frame-3467764,
    .frame-3467765,
    .frame-3467763,
    .frame-3467766,
    .frame-3467757,
    .frame-3467758,
    .frame-3467760,
    .frame-3467759,
    .frame-3467761,
    .frame-3467752,
    .frame-3467753,
    .frame-3467754 {
        position: static;
        transform: none;
    }

    .about-slogan{
        display: none;
    }

    /* Mobile Version - Let's Fresh the Moment */
    .about-slogan-mobile {
        display: block;
        padding: 0 4.267vw;
        background: #FFFFFF;
        margin: 0;
    }

    .about-slogan-mobile .mobile-slogan-title {
        text-align: center;
        font-size: 8.533vw;
        font-weight: 700;
        line-height: 150%;
        margin: 0 0 8vw 0;
        color: #1A1A1A;
    }

    .about-slogan-mobile .mobile-content {
        width: 100%;
    }

    .about-slogan-mobile .mobile-imgs-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4vw;
        justify-items: center;
        align-items: center;
    }

    .about-slogan-mobile .img-item {
        --s: 25vw;
        width: var(--s);
        height: var(--s);
        flex-shrink: 0;
        margin: 0;
        perspective: 500svh;
        --p: 0;
        --index: 0;
        position: relative;
    }

    .about-slogan-mobile .img-item .img-item-inner {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(calc(var(--s) * .5)) rotateX(calc(90deg * var(--index))));
        transform-style: preserve-3d;
        transition: transform .7s cubic-bezier(.17, 1.38, .35, .96);
        width: 100%;
    }

    .about-slogan-mobile .img-item .faces {
        backface-visibility: hidden;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .about-slogan-mobile .img-item .faces img {
        all: unset;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .about-slogan-mobile .img-item .faces.img-face1 {
        transform: rotateY(0) translateZ(calc(var(--s) * .5));
    }

    .about-slogan-mobile .img-item .faces.img-face2 {
        transform: rotateX(90deg) translateZ(calc(var(--s) * .5));
    }

    .about-slogan-mobile .img-item .faces.img-face3 {
        transform: scale(-1) rotateY(180deg) translateZ(calc(var(--s) * .5));
    }

    .about-slogan-mobile .img-item .faces.img-face4 {
        transform: rotateX(-90deg) translateZ(calc(var(--s) * .5));
    }

    .brand-strength .swiper-slide{
        max-height: initial;
    }
    .swiper-container-mobile{
        position: relative;
    }
    .swiper-container-mobile.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: -8.6vw;
    }
    .swiper-pagination .swiper-pagination-bullet{
        background: #F2F2F2;
    }
    .swiper-pagination .swiper-pagination-bullet-active{
        background: #FD5000;
    }
    
    #about-cta-content.finish.fade-out-hide{
        display: none;
    }
}