.about-page {
    --about-accent: #e8292f;
    --about-ink: #17191c;
    --about-muted: #545b63;
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.single-template-document,
.single-template-page {
    min-width: 0;
}

.single-template-page {
    overflow-x: hidden;
}

.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-shell {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
}

.single-template-page #banner {
    margin-top: 0;
}

.about-hero img {
    min-height: 260px;
    object-fit: cover !important;
}

.about-story {
    padding: clamp(52px, 5vw, 82px) 0 clamp(64px, 6vw, 104px);
}

.about-section-heading {
    display: grid;
    grid-template-columns: minmax(36px, 104px) auto minmax(36px, 104px);
    gap: clamp(16px, 2vw, 28px);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.about-section-heading span {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--about-ink);
}

.about-section-heading h1,
.about-section-heading h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(25px, 2.15vw, 36px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .01em;
}

.about-story__content {
    max-width: 980px;
    margin: clamp(26px, 3vw, 42px) auto 0;
    color: var(--about-muted);
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 2;
    text-align: center;
}

.about-story__content > :first-child,
.about-contact__content > :first-child {
    margin-top: 0 !important;
}

.about-story__content > :last-child,
.about-contact__content > :last-child {
    margin-bottom: 0 !important;
}

.about-story__content p {
    margin: 0 0 12px;
}

.about-story__content img {
    max-width: 100%;
    height: auto;
}

.about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: clamp(38px, 4vw, 62px);
}

.about-gallery__item {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #f1f2f3;
}

.about-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
}

.about-contact {
    padding: clamp(58px, 5vw, 82px) 0 clamp(68px, 6vw, 110px);
    border-top: 1px solid #eceeef;
    background: #f7f7f7;
}

.about-contact__content {
    max-width: 900px;
    margin: clamp(28px, 3vw, 42px) auto 0;
    color: #3f454b;
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 2;
    text-align: center;
}

.about-contact__content a {
    color: var(--about-ink);
    text-decoration: underline;
    text-decoration-color: var(--about-accent);
    text-underline-offset: 4px;
}

.about-contact__content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 760px) {
    .single-template-page.sub-list-page {
        padding-top: 126px;
    }

    .single-template-page .site-header {
        height: 126px;
    }

    .single-template-page .site-header__inner {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        flex-direction: column;
    }

    .single-template-page .site-header__logo {
        flex: 0 0 76px;
        width: 100%;
        height: 76px;
        min-width: 0;
        padding: 0;
    }

    .single-template-page .site-header__logo img {
        width: 100%;
        max-width: 420px;
        max-height: 52px;
        object-fit: contain;
        object-position: left center;
    }

    .single-template-page .site-header .nav_main {
        display: block;
        flex: 0 0 49px;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .single-template-page .site-header .nav_main::-webkit-scrollbar {
        display: none;
    }

    .single-template-page .site-header .nav_main > ul {
        width: max-content;
        height: 49px;
        justify-content: flex-start;
    }

    .single-template-page .site-header .nav_main > ul > li > a {
        padding: 0 16px;
    }

    .about-shell {
        width: calc(100% - 32px);
    }

    .about-hero img {
        min-height: 210px;
    }

    .about-story {
        padding: 46px 0 64px;
    }

    .about-section-heading {
        grid-template-columns: 40px auto 40px;
        gap: 13px;
    }

    .about-section-heading h1,
    .about-section-heading h2 {
        font-size: 24px;
    }

    .about-story__content,
    .about-contact__content {
        font-size: 15px;
        line-height: 1.85;
        text-align: left;
    }

    .about-gallery {
        gap: 8px;
        margin-top: 34px;
    }

    .about-contact {
        padding: 52px 0 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page [aos] {
        transition: none !important;
        transform: none !important;
    }
}
