/* ShopXN about — manifesto, evidence, and operating principles */

body.about-v2 {
    background: #f6f8fc;
    color: #101c38;
}

/* about16: hide placeholder social controls until verified profiles exist. */
body.about-v2 .social-links {
    display: none;
}

body.about-v2 section {
    padding: 96px 0;
}

body.about-v2 .section-header {
    max-width: 780px;
    margin: 0 0 46px;
    text-align: left;
}

body.about-v2 .section-label {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin: 0 0 17px;
    padding: 6px 12px;
    border: 1px solid #c8d6f6;
    border-radius: 999px;
    background: #eef4ff;
    color: #1749c7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1;
}

body.about-v2 .section-title {
    max-width: 790px;
    margin: 0 0 15px;
    color: #0c1730;
    font-size: 44px;
    line-height: 1.14;
    letter-spacing: -.035em;
    text-align: left;
}

body.about-v2 .section-subtitle {
    max-width: 690px;
    margin: 0;
    color: #66728a;
    font-size: 17px;
    line-height: 1.75;
}

/* Manifesto hero */
body.about-v2 .about-hero {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    padding: 140px 0 84px;
    background:
        radial-gradient(circle at 75% 27%, rgba(45, 105, 244, .23), transparent 31%),
        linear-gradient(138deg, #061128 0%, #0a1d44 61%, #0b2c67 100%);
    color: #fff;
    text-align: left;
}

body.about-v2 .about-hero::before {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    width: 53%;
    opacity: .22;
    background-image:
        linear-gradient(rgba(130, 161, 238, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(130, 161, 238, .2) 1px, transparent 1px);
    background-size: 46px 46px;
    content: "";
    pointer-events: none;
}

body.about-v2 .about-hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: 1400px;
}

body.about-v2 .about-hero-copy {
    flex: 0 0 43%;
    min-width: 0;
    max-width: 590px;
    margin-right: 42px;
}

body.about-v2 .about-hero .breadcrumb {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 48px;
    color: #8fa7d9;
    text-align: left;
}

body.about-v2 .about-hero .breadcrumb a:hover {
    color: #fff;
}

body.about-v2 .about-eyebrow {
    display: flex;
    align-items: center;
    margin: 0 0 18px;
    color: #ffac4d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

body.about-v2 .about-eyebrow span {
    flex: 0 0 34px;
    width: 34px;
    height: 2px;
    margin-right: 11px;
    background: #ff861b;
}

body.about-v2 .about-hero h1 {
    max-width: 600px;
    margin: 0 0 26px;
    color: #fff;
    font-size: 59px;
    line-height: 1.06;
    letter-spacing: -.055em;
    text-align: left;
}

body.about-v2 .about-hero h1 span {
    color: #ff941f;
}

body.about-v2 .about-hero-copy > p {
    max-width: 555px;
    margin: 0 0 31px;
    color: #b7c6e5;
    font-size: 17px;
    line-height: 1.78;
}

body.about-v2 .about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 28px;
}

body.about-v2 .about-hero-actions .btn {
    min-height: 54px;
    margin: 6px;
}

body.about-v2 .about-hero-actions .btn-primary {
    background: #ff861b;
    box-shadow: 0 16px 34px rgba(255, 134, 27, .22);
}

body.about-v2 .about-hero-actions .btn-primary i {
    margin-left: 10px;
}

body.about-v2 .about-hero-actions .btn-secondary {
    border-color: rgba(188, 207, 251, .34);
    background: rgba(255, 255, 255, .055);
    color: #fff;
    box-shadow: none;
}

body.about-v2 .about-principles {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

body.about-v2 .about-principles span {
    margin: 5px;
    padding: 7px 11px;
    border: 1px solid rgba(128, 164, 246, .25);
    border-radius: 999px;
    color: #91a7d3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

body.about-v2 .about-hero-visual {
    position: relative;
    flex: 1 1 57%;
    min-width: 0;
    margin: 0 -92px 0 0;
}

body.about-v2 .about-hero-visual::before {
    position: absolute;
    top: 8%;
    right: 3%;
    bottom: 3%;
    left: 2%;
    border-radius: 30px;
    background: rgba(47, 103, 244, .18);
    filter: blur(40px);
    content: "";
}

body.about-v2 .about-hero-visual picture,
body.about-v2 .about-hero-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

body.about-v2 .about-hero-visual img {
    height: auto;
    border: 1px solid rgba(128, 164, 246, .22);
    border-radius: 18px;
    box-shadow: 0 34px 88px rgba(0, 7, 24, .48);
}

body.about-v2 .about-hero-visual figcaption {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 6px;
    color: #8094bf;
    font-size: 10px;
    letter-spacing: .04em;
}

body.about-v2 .about-hero-visual figcaption span {
    color: #6f91e7;
    font-weight: 800;
    letter-spacing: .14em;
}

/* Mission as an editorial statement */
body.about-v2 .mission-values {
    background: #fff;
}

body.about-v2 .mission-card {
    position: relative;
    max-width: none;
    margin: 0 0 90px;
    padding: 58px 58px 54px 350px;
    overflow: hidden;
    border: 1px solid #dce3ef;
    border-radius: 18px;
    background: #f7f9fd;
    box-shadow: 0 22px 58px rgba(18, 46, 101, .075);
}

body.about-v2 .mission-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 295px;
    background:
        radial-gradient(circle at 30% 30%, rgba(46, 108, 255, .26), transparent 35%),
        #0b204a;
    content: "";
}

body.about-v2 .mission-card::after {
    position: absolute;
    top: 56px;
    left: 50px;
    width: 170px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
    white-space: pre;
    content: "建立\A 可持续的\A 流量资产";
}

body.about-v2 .mission-card h2,
body.about-v2 .mission-card p {
    position: relative;
    z-index: 1;
}

body.about-v2 .mission-card h2 {
    margin: 0 0 22px;
    color: #12203d;
    font-size: 29px;
}

body.about-v2 .mission-card p {
    margin: 0 0 16px;
    color: #5e6b83;
    font-size: 15px;
    line-height: 1.85;
}

body.about-v2 .mission-card p:last-child {
    margin-bottom: 0;
}

body.about-v2 .values-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1px -14px 0;
}

body.about-v2 .value-item {
    position: relative;
    flex: 0 0 33.333%;
    min-width: 0;
    margin: 0;
    padding: 30px 34px 30px 70px;
    border: 0;
    border-top: 1px solid #dce3ee;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

body.about-v2 .value-item:hover {
    transform: none;
    background: #f8faff;
    box-shadow: none;
}

body.about-v2 .value-icon {
    position: absolute;
    top: 29px;
    left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0;
    border: 1px solid #cbd8f6;
    border-radius: 8px;
    background: #eef4ff;
    color: #2f6df2;
}

body.about-v2 .value-icon i {
    font-size: 16px;
}

body.about-v2 .value-item h3 {
    margin: 0 0 8px;
    color: #17233e;
    font-size: 17px;
}

body.about-v2 .value-item p {
    margin: 0;
    color: #66728a;
    font-size: 13px;
    line-height: 1.7;
}

/* Journey as a long operating record */
body.about-v2 .journey {
    background: #f5f7fb;
}

body.about-v2 .journey-timeline {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.about-v2 .journey-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 108px;
    width: 1px;
    background: #becbec;
    content: "";
}

body.about-v2 .timeline-item {
    position: relative;
    display: flex;
    min-height: 135px;
    margin: 0;
    padding: 0 0 34px;
}

body.about-v2 .timeline-item:last-child {
    padding-bottom: 0;
}

body.about-v2 .timeline-year {
    flex: 0 0 84px;
    width: 84px;
    margin: 0 48px 0 0;
    padding: 0;
    color: #1a54d2;
    font-size: 26px;
    text-align: left;
}

body.about-v2 .timeline-item::before {
    position: absolute;
    top: 8px;
    left: 103px;
    z-index: 1;
    width: 11px;
    height: 11px;
    border: 3px solid #f5f7fb;
    border-radius: 50%;
    background: #2f6df2;
    box-shadow: 0 0 0 1px #9eb5ed;
    content: "";
}

body.about-v2 .timeline-content {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 31px;
    border-left: 0;
    border-bottom: 1px solid #dce3ee;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.about-v2 .timeline-content h3 {
    margin: 0 0 10px;
    color: #15213d;
    font-size: 20px;
}

body.about-v2 .timeline-content p {
    max-width: 800px;
    margin: 0;
    color: #65718a;
    font-size: 14px;
    line-height: 1.75;
}

/* Collaborators, not fabricated portraits */
body.about-v2 .team {
    background: #fff;
}

body.about-v2 .team-grid {
    display: flex;
    margin: 0 -9px;
}

body.about-v2 .team-member {
    position: relative;
    display: flex;
    flex: 1 1 33.333%;
    flex-direction: column;
    min-width: 0;
    margin: 0 9px;
    overflow: hidden;
    border: 1px solid #dce3ee;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
}

body.about-v2 .team-member:hover {
    transform: translateY(-3px);
    border-color: #b9c9ed;
    box-shadow: 0 18px 40px rgba(20, 47, 103, .08);
}

body.about-v2 .member-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 118px;
    padding: 0 30px;
    background:
        radial-gradient(circle at 88% 15%, rgba(72, 126, 255, .22), transparent 28%),
        #0b204a;
    color: #8eafff;
    font-size: 35px;
}

body.about-v2 .member-image::after {
    margin-left: auto;
    color: #5f7bb8;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    content: "SPECIALIST";
}

body.about-v2 .member-info {
    flex: 1 1 auto;
    padding: 28px 30px 32px;
    text-align: left;
}

body.about-v2 .member-info h3 {
    margin: 0 0 6px;
    color: #17233e;
    font-size: 20px;
}

body.about-v2 .member-role {
    display: block;
    margin: 0 0 19px;
    color: #2c66e7;
    font-size: 12px;
    font-weight: 800;
}

body.about-v2 .member-desc {
    margin: 0;
    color: #65718a;
    font-size: 13px;
    line-height: 1.75;
}

/* Philosophy band */
body.about-v2 .philosophy {
    position: relative;
    overflow: hidden;
    background: #071633;
}

body.about-v2 .philosophy::before {
    position: absolute;
    top: -180px;
    right: 4%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 105, 244, .24), rgba(45, 105, 244, 0) 68%);
    content: "";
}

body.about-v2 .philosophy-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0;
    text-align: left;
}

body.about-v2 .philosophy .section-label {
    border-color: rgba(110, 148, 244, .34);
    background: rgba(51, 105, 240, .13);
    color: #86a8ff;
}

body.about-v2 .philosophy .section-title {
    color: #fff;
}

body.about-v2 .philosophy-quote {
    position: relative;
    max-width: 920px;
    margin: 0 0 31px;
    padding: 36px 0 0 76px;
    color: #dce6fb;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.7;
}

body.about-v2 .philosophy-quote::before {
    position: absolute;
    top: 11px;
    left: 0;
    color: #3b77f4;
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: 1;
    content: "“";
}

body.about-v2 .philosophy-author {
    margin: 0 0 0 76px;
    color: #8398c4;
    font-size: 13px;
}

body.about-v2 .cta-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    background: #0a2252;
    color: #fff;
    text-align: left;
}

body.about-v2 .cta-section::before {
    top: -120px;
    right: -80px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(128, 165, 255, .24);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 80px rgba(75, 122, 241, .045), 0 0 0 160px rgba(75, 122, 241, .025);
}

body.about-v2 .cta-section .container {
    position: relative;
    z-index: 1;
}

body.about-v2 .cta-section h2 {
    max-width: 730px;
    margin: 0 0 18px;
    font-size: 46px;
    letter-spacing: -.04em;
}

body.about-v2 .cta-section p {
    max-width: 680px;
    margin: 0 0 30px;
    color: #aebee3;
    font-size: 17px;
    line-height: 1.75;
}

body.about-v2 .cta-section .btn-light {
    background: #ff861b !important;
    color: #fff !important;
}

@media (max-width: 1240px) {
    body.about-v2 .about-hero h1 {
        font-size: 53px;
    }

    body.about-v2 .about-hero-copy {
        flex-basis: 42%;
        margin-right: 30px;
    }

    body.about-v2 .about-hero-visual {
        flex-basis: 58%;
        margin-right: -42px;
    }
}

@media (max-width: 1024px) {
    body.about-v2 section {
        padding: 80px 0;
    }

    body.about-v2 .section-title {
        font-size: 39px;
    }

    body.about-v2 .about-hero {
        min-height: 0;
        padding: 130px 0 72px;
    }

    body.about-v2 .about-hero-grid {
        display: block;
    }

    body.about-v2 .about-hero-copy {
        max-width: 730px;
        margin: 0 0 48px;
    }

    body.about-v2 .about-hero h1 {
        font-size: 57px;
    }

    body.about-v2 .about-hero-visual {
        width: 100%;
        max-width: 880px;
        margin: 0;
    }

    body.about-v2 .mission-card {
        padding-left: 300px;
    }

    body.about-v2 .mission-card::before {
        width: 250px;
    }

    body.about-v2 .mission-card::after {
        left: 38px;
        font-size: 33px;
    }

    body.about-v2 .value-item {
        flex-basis: 50%;
    }

    body.about-v2 .team-grid {
        flex-wrap: wrap;
    }

    body.about-v2 .team-member {
        flex-basis: calc(50% - 18px);
        margin-bottom: 18px;
    }

    body.about-v2 .team-member:last-child {
        flex-grow: 0;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    body.about-v2 .about-hero-grid {
        display: flex;
    }

    body.about-v2 .about-hero-copy {
        flex: 0 0 42%;
        max-width: 420px;
        margin: 0 20px 0 0;
    }

    body.about-v2 .about-hero .breadcrumb {
        margin-bottom: 34px;
    }

    body.about-v2 .about-hero h1 {
        font-size: 43px;
    }

    body.about-v2 .about-hero-copy > p {
        font-size: 15px;
    }

    body.about-v2 .about-hero-visual {
        flex: 1 1 58%;
        width: auto;
        margin: 0 -38px 0 0;
    }
}

@media (min-width: 681px) and (max-width: 900px) {
    body.about-v2 .menu-toggle {
        width: auto;
        min-width: 78px;
        padding: 0 13px;
    }

    body.about-v2 .menu-toggle::after {
        margin-left: 8px;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        content: "菜单";
    }

    body.about-v2 .menu-toggle[aria-expanded="true"]::after {
        content: "关闭";
    }
}

@media (max-width: 680px) {
    body.about-v2 section {
        padding: 66px 0;
    }

    body.about-v2 .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.about-v2 .section-header {
        margin-bottom: 34px;
    }

    body.about-v2 .section-title {
        font-size: 31px;
    }

    body.about-v2 .section-subtitle {
        font-size: 15px;
    }

    body.about-v2 .about-hero {
        padding: 112px 0 58px;
    }

    body.about-v2 .about-hero::before {
        width: 75%;
        opacity: .18;
    }

    body.about-v2 .about-hero-copy {
        margin-bottom: 36px;
        text-align: center;
    }

    body.about-v2 .about-hero .breadcrumb {
        justify-content: center;
        margin-bottom: 34px;
        font-size: 12px;
        text-align: center;
    }

    body.about-v2 .about-eyebrow {
        justify-content: center;
        font-size: 10px;
        letter-spacing: .08em;
    }

    body.about-v2 .about-hero h1 {
        margin-bottom: 21px;
        font-size: 39px;
        line-height: 1.08;
        text-align: center;
    }

    body.about-v2 .about-hero-copy > p {
        margin-bottom: 26px;
        font-size: 16px;
        text-align: center;
    }

    body.about-v2 .about-hero-actions {
        display: block;
        margin: 0 0 24px;
    }

    body.about-v2 .about-hero-actions .btn {
        display: flex;
        width: 100%;
        margin: 10px 0 0;
    }

    body.about-v2 .about-principles {
        justify-content: center;
    }

    body.about-v2 .about-hero-visual {
        margin: 0;
    }

    body.about-v2 .about-hero-visual img {
        border-radius: 12px;
    }

    body.about-v2 .about-hero-visual figcaption {
        display: block;
        line-height: 1.55;
        text-align: left;
    }

    body.about-v2 .about-hero-visual figcaption span {
        display: block;
        margin-bottom: 3px;
    }

    body.about-v2 .mission-card {
        margin-bottom: 64px;
        padding: 180px 24px 30px;
    }

    body.about-v2 .mission-card::before {
        right: 0;
        bottom: auto;
        width: auto;
        height: 146px;
    }

    body.about-v2 .mission-card::after {
        top: 35px;
        left: 24px;
        font-size: 28px;
        white-space: normal;
        content: "建立可持续的流量资产";
    }

    body.about-v2 .mission-card h2 {
        font-size: 25px;
    }

    body.about-v2 .values-grid {
        display: block;
        margin: 0;
    }

    body.about-v2 .value-item {
        width: 100%;
        padding: 24px 0 24px 50px;
    }

    body.about-v2 .value-icon {
        top: 24px;
        left: 0;
    }

    body.about-v2 .journey-timeline::before {
        left: 64px;
    }

    body.about-v2 .timeline-item {
        min-height: 120px;
    }

    body.about-v2 .timeline-year {
        flex-basis: 48px;
        width: 48px;
        margin-right: 34px;
        font-size: 20px;
    }

    body.about-v2 .timeline-item::before {
        left: 59px;
    }

    body.about-v2 .timeline-content h3 {
        font-size: 18px;
    }

    body.about-v2 .team-grid {
        display: block;
        margin: 0;
    }

    body.about-v2 .team-member {
        width: 100%;
        margin: 0 0 13px;
    }

    body.about-v2 .philosophy-quote {
        padding: 62px 0 0;
        font-size: 20px;
    }

    body.about-v2 .philosophy-quote::before {
        top: 0;
        font-size: 80px;
    }

    body.about-v2 .philosophy-author {
        margin-left: 0;
    }

    body.about-v2 .cta-section {
        padding: 70px 0;
    }

    body.about-v2 .cta-section h2 {
        font-size: 34px;
    }
}

/* about15 — editorial credibility precision pass */
body.about-v2 .container {
    width: calc(100% - 64px);
    max-width: 1240px;
}

body.solution-v2.about-v2 section:not(.page-header) {
    padding: 84px 0;
}

body.solution-v2.about-v2 section.about-hero {
    min-height: 620px;
    padding: 112px 0 54px;
}

body.about-v2 .section-header {
    max-width: 760px;
    margin-bottom: 36px;
}

body.about-v2 .section-label {
    display: block;
    min-height: 0;
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2a61db;
    font-size: 11px;
    letter-spacing: .13em;
    line-height: 1.35;
}

body.about-v2 .section-title {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1.16;
}

body.about-v2 .section-subtitle {
    color: #68758d;
    font-size: 15px;
    line-height: 1.72;
}

body.about-v2 .about-hero::before {
    top: 72px;
    width: 50%;
    opacity: .18;
    background-size: 42px 42px;
}

body.about-v2 .about-hero-grid {
    max-width: 1240px;
}

body.about-v2 .about-hero-copy {
    flex-basis: 42%;
    max-width: 510px;
    margin-right: 54px;
}

body.about-v2 .about-hero .breadcrumb {
    margin-bottom: 27px;
    font-size: 12px;
}

body.about-v2 .about-eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
}

body.about-v2 .about-hero h1 {
    margin-bottom: 19px;
    font-size: 50px;
    line-height: 1.07;
}

body.about-v2 .about-hero-copy > p {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 1.72;
}

body.about-v2 .about-hero-actions {
    margin-bottom: 20px;
}

body.about-v2 .about-hero-actions .btn {
    min-height: 48px;
    padding: 13px 21px;
    border-radius: 9px;
    font-size: 14px;
}

body.about-v2 .about-hero-actions .btn-primary,
body.about-v2 .cta-section .btn-light {
    background: #e96f19 !important;
    box-shadow: 0 12px 28px rgba(233, 111, 25, .2);
}

body.about-v2 .about-principles {
    margin: -3px;
}

body.about-v2 .about-principles span {
    margin: 3px 10px 3px 3px;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 10px;
}

body.about-v2 .about-principles span::before {
    margin-right: 6px;
    color: #5f8cf2;
    content: "•";
}

body.about-v2 .about-hero-visual {
    flex-basis: 58%;
    margin-right: -36px;
}

body.about-v2 .about-hero-visual img {
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0, 7, 24, .42);
}

body.about-v2 .about-hero-visual figcaption {
    margin-top: 10px;
}

body.about-v2 .mission-card {
    min-height: 340px;
    margin-bottom: 62px;
    padding: 43px 46px 41px 318px;
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(18, 46, 101, .055);
}

body.about-v2 .mission-card::before {
    right: auto;
    bottom: 0;
    width: 266px;
    height: auto;
    background: radial-gradient(circle at 30% 30%, rgba(46, 108, 255, .26), transparent 35%), #0b204a;
}

body.about-v2 .mission-card::after {
    top: 45px;
    left: 42px;
    width: 178px;
    font-size: 34px;
}

body.about-v2 .mission-card h2 {
    margin-bottom: 17px;
    font-size: 26px;
}

body.about-v2 .mission-card p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.78;
}

body.about-v2 .values-grid {
    gap: 0;
    margin: -1px -12px 0;
}

body.about-v2 .value-item {
    min-height: 132px;
    padding: 24px 30px 24px 60px;
}

body.about-v2 .value-icon {
    top: 24px;
    left: 14px;
    width: 32px;
    height: 32px;
}

body.about-v2 .value-item h3 {
    font-size: 16px;
}

body.about-v2 .value-item p {
    font-size: 12px;
}

body.about-v2 .journey-timeline::before {
    left: 92px;
}

body.about-v2 .timeline-item {
    min-height: 112px;
    padding-bottom: 25px;
}

body.about-v2 .timeline-year {
    flex-basis: 72px;
    width: 72px;
    margin-right: 40px;
    font-size: 22px;
}

body.about-v2 .timeline-item::before {
    left: 87px;
}

body.about-v2 .timeline-content {
    padding-bottom: 24px;
}

body.about-v2 .timeline-content h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

body.about-v2 .timeline-content p {
    font-size: 13px;
}

body.about-v2 .team-grid {
    gap: 0;
    margin: 0 -8px;
}

body.about-v2 .team-member {
    margin: 0 8px;
    border-radius: 12px;
}

body.about-v2 .member-image {
    height: 96px;
    padding: 0 25px;
    font-size: 29px;
}

body.about-v2 .member-info {
    padding: 23px 25px 26px;
}

body.about-v2 .member-info h3 {
    font-size: 18px;
}

body.about-v2 .member-role {
    margin-bottom: 14px;
}

body.about-v2 .member-desc {
    font-size: 12px;
}

body.about-v2 .philosophy .section-label {
    border: 0;
    background: transparent;
    color: #86a8ff;
}

body.about-v2 .philosophy-quote {
    max-width: 880px;
    margin-bottom: 24px;
    padding: 30px 0 0 66px;
    font-size: 24px;
    line-height: 1.62;
}

body.about-v2 .philosophy-quote::before {
    top: 8px;
    font-size: 94px;
}

body.about-v2 .philosophy-author {
    margin-left: 66px;
}

body.solution-v2.about-v2 section.cta-section {
    padding: 74px 0;
}

body.about-v2 .cta-section h2 {
    margin-bottom: 13px;
    font-size: 40px;
}

body.about-v2 .cta-section p {
    margin-bottom: 24px;
    font-size: 15px;
}

body.about-v2 .cta-section .btn {
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 9px;
    font-size: 13px;
}

@media (max-width: 1024px) {
    body.solution-v2.about-v2 section:not(.page-header) {
        padding: 72px 0;
    }

    body.solution-v2.about-v2 section.about-hero {
        min-height: 0;
        padding: 108px 0 54px;
    }

    body.about-v2 .section-title {
        font-size: 35px;
    }

    body.about-v2 .mission-card {
        padding-left: 282px;
    }

    body.about-v2 .mission-card::before {
        width: 236px;
    }

    body.about-v2 .mission-card::after {
        left: 34px;
        font-size: 31px;
    }
}

@media (min-width: 681px) and (max-width: 900px) {
    body.about-v2 .about-hero {
        padding-top: 104px;
    }

    body.about-v2 .about-hero-copy {
        margin-bottom: 36px;
    }

    body.about-v2 .team-grid {
        flex-wrap: nowrap;
    }

    body.about-v2 .team-member {
        flex-basis: 33.333%;
        margin-bottom: 0;
    }

    body.about-v2 .member-image {
        padding: 0 18px;
    }

    body.about-v2 .member-info {
        padding: 21px 18px 23px;
    }

    body.about-v2 .member-image::after {
        font-size: 9px;
    }
}

@media (max-width: 680px) {
    body.about-v2 .container {
        width: 100%;
    }

    body.solution-v2.about-v2 section:not(.page-header) {
        padding: 64px 0;
    }

    body.solution-v2.about-v2 section.about-hero {
        padding: 102px 0 48px;
    }

    body.about-v2 .section-header {
        margin-bottom: 29px;
    }

    body.about-v2 .section-label {
        margin-bottom: 10px;
        font-size: 10px;
    }

    body.about-v2 .section-title {
        font-size: 29px;
    }

    body.about-v2 .about-hero-copy {
        margin-bottom: 30px;
        text-align: left;
    }

    body.about-v2 .about-hero .breadcrumb,
    body.about-v2 .about-eyebrow {
        justify-content: flex-start;
        text-align: left;
    }

    body.about-v2 .about-hero .breadcrumb {
        margin-bottom: 24px;
    }

    body.about-v2 .about-hero h1 {
        margin-bottom: 16px;
        font-size: 36px;
        text-align: left;
    }

    body.about-v2 .about-hero-copy > p {
        margin-bottom: 20px;
        font-size: 15px;
        text-align: left;
    }

    body.about-v2 .about-principles {
        justify-content: flex-start;
    }

    body.about-v2 .mission-card {
        min-height: 0;
        margin-bottom: 48px;
        padding: 154px 23px 27px;
    }

    body.about-v2 .mission-card::before {
        right: 0;
        bottom: auto;
        width: auto;
        height: 126px;
    }

    body.about-v2 .mission-card::after {
        top: 31px;
        left: 23px;
        width: 280px;
        font-size: 27px;
        white-space: normal;
        content: "建立可持续的流量资产";
    }

    body.about-v2 .value-item {
        min-height: 0;
        padding: 22px 0 22px 48px;
    }

    body.about-v2 .value-icon {
        top: 22px;
        left: 0;
    }

    body.about-v2 .journey-timeline::before {
        left: 58px;
    }

    body.about-v2 .timeline-year {
        flex-basis: 44px;
        width: 44px;
        margin-right: 28px;
        font-size: 19px;
    }

    body.about-v2 .timeline-item::before {
        left: 53px;
    }

    body.about-v2 .philosophy-quote {
        padding: 54px 0 0;
        font-size: 19px;
    }

    body.about-v2 .philosophy-author {
        margin-left: 0;
    }

    body.solution-v2.about-v2 section.cta-section {
        padding: 64px 0;
    }

    body.about-v2 .cta-section h2 {
        font-size: 31px;
    }
}

@media (max-width: 380px) {
    body.about-v2 .about-hero h1 {
        font-size: 35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.about-v2 *,
    body.about-v2 *::before,
    body.about-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Shared shell uses a high-specificity section rhythm; retain this page's own pacing. */
body.solution-v2.about-v2 section:not(.page-header) {
    padding: 96px 0;
}

body.solution-v2.about-v2 section.about-hero {
    padding: 140px 0 84px;
}

body.solution-v2.about-v2 section.cta-section {
    padding: 92px 0;
}

@media (max-width: 1024px) {
    body.solution-v2.about-v2 section:not(.page-header) {
        padding: 80px 0;
    }

    body.solution-v2.about-v2 section.about-hero {
        padding: 130px 0 72px;
    }
}

@media (max-width: 680px) {
    body.solution-v2.about-v2 section:not(.page-header) {
        padding: 66px 0;
    }

    body.solution-v2.about-v2 section.about-hero {
        padding: 112px 0 58px;
    }

    body.solution-v2.about-v2 section.cta-section {
        padding: 70px 0;
    }
}
