/*
 * @kanway-css-index
 * 文件: css/about/about-company.css
 * 层级: 关于我们
 * 引用页面: about-company.html
 * 依赖: contact.css, about-team-shared.css, kh-about-video.css
 * 修改指引: .about-company-* 公司简介
 * 索引: css/00-样式文件索引.css
 */
@import url('../components/kh-about-video.css');

/* Company Profile ??? about-company.html */

.about-company-page {
    padding: 0 0 72px;
}

.about-company-hero-grid {
    display: grid;
    /* ???? 1fr????? minmax(440px,580px)??? 420px ?? 160px */
    grid-template-columns: minmax(0, 1fr) minmax(440px, 580px);
    gap: 32px;
    align-items: start;
    margin: 40px 0 36px;
}

.about-company-intro {
    margin: 0;
    max-width: 100%;
}

.about-company-intro p:not(.about-company-intro__lead) {
    text-align: center;
}

.about-company-section-title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    padding-left: 14px;
    border-left: 4px solid #1d5198;
}

.about-company-visuals {
    margin-bottom: 48px;
}

.about-company-visuals__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-company-visuals__grid figure {
    margin: 0;
}

.about-company-visuals__grid img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e1e5ea;
    background: #f1f3f5;
}

.about-company-awards__grid img {
    aspect-ratio: 316 / 420;
    object-fit: cover;
    background: #f1f3f5;
}

.about-company-visuals__grid figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: #6c757d;
    text-align: center;
}

.about-company-visuals__more {
    margin: 16px 0 0;
    font-size: 14px;
    color: #495057;
}

.about-company-visuals__more a {
    font-weight: 600;
    color: #1d5198;
}

.about-company-history-teaser {
    margin-bottom: 40px;
    padding: 28px 28px 24px;
    background: #f8f9fb;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
}

.about-company-history-teaser__head p {
    margin: 0 0 20px;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
}

.about-company-history-teaser__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.about-company-history-teaser__list li {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 1px dashed #dde2e8;
}

.about-company-history-teaser__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.about-company-history-teaser__list .year {
    font-weight: 700;
    color: #1d5198;
    font-size: 16px;
}

.about-company-history-teaser__list .text {
    font-size: 15px;
    color: #495057;
}

.about-company-history-teaser__cta {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #1d5198;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.about-company-history-teaser__cta:hover {
    background: #164078;
    color: #fff;
}

.about-company-intro__brand {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d5198;
}

.about-company-intro__legal {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.about-company-intro__lead {
    margin: 0;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.85;
    color: #334155;
    text-align: left;
}

.about-company-awards {
    margin-bottom: 48px;
}

.about-company-awards__head {
    margin-bottom: 20px;
}

.about-company-awards__head p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
}

.about-company-awards__all {
    font-size: 14px;
    font-weight: 600;
    color: #1d5198;
    text-decoration: none;
}

.about-company-awards__all:hover {
    text-decoration: underline;
}

.about-company-awards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-company-awards__grid a {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e1e5ea;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fb;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-company-awards__grid a:hover {
    border-color: #c5d5eb;
    box-shadow: 0 6px 20px rgba(29, 81, 152, 0.12);
}

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

.about-company-awards__grid span {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #1d5198;
}

.about-company-cta {
    margin-top: 8px;
}

.about-company-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.about-company-highlight {
    text-align: center;
    padding: 22px 14px;
    background: #f8f9fb;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
}

.about-company-highlight__num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1d5198;
    line-height: 1.2;
}

.about-company-highlight__label {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #6c757d;
}

.about-company-body {
    display: grid;
    gap: 32px;
    margin-bottom: 40px;
}

.about-company-section h2 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    padding-left: 14px;
    border-left: 4px solid #1d5198;
}

.about-company-section p {
    margin: 0;
    font-size: 16px;
    line-height: 1.85;
    color: #495057;
}

.about-company-motto {
    margin: 0 0 40px;
    padding: 28px 32px;
    text-align: center;
    background: linear-gradient(135deg, #e8f0fa 0%, #f4f7fb 100%);
    border: 1px solid #c5d5eb;
    border-radius: 12px;
}

.about-company-motto p {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #1d5198;
    letter-spacing: 0.12em;
}

.about-company-motto span {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

.about-company-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-top: 8px;
    border-top: 1px solid #e1e5ea;
}

.about-company-links a {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #1d5198;
    text-decoration: none;
    border: 1px solid #c5d5eb;
    border-radius: 8px;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.about-company-links a:hover {
    background: #1d5198;
    color: #fff;
    border-color: #1d5198;
}

@media (max-width: 991px) {
    .about-company-hero-grid {
        grid-template-columns: 1fr;
    }

    .about-company-intro {
        max-width: none;
    }

    .about-company-video {
        width: 100%;
        min-width: 0;
        max-width: none;
        justify-self: stretch;
    }

    .about-company-awards__grid {
        grid-template-columns: 1fr;
    }

    .about-company-visuals__grid {
        grid-template-columns: 1fr;
    }

    .about-company-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .about-company-highlights {
        grid-template-columns: 1fr;
    }

    .about-company-intro__lead {
        font-size: 16px;
    }

    .about-company-links {
        flex-direction: column;
        align-items: stretch;
    }

    .about-company-links a {
        text-align: center;
    }
}
