/* winnovation_about.html — 關於我們 */
/* wh-page-hero 樣式已抽至 index_home_static.css */

/* —— Mission —— */
.wh-mission {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
    align-items: center;
}

.wh-mission__copy {
    grid-column: span 12;
}

.wh-mission__media {
    grid-column: span 12;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
}

.wh-mission__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

@media (min-width: 960px) {
    .wh-mission__copy {
        grid-column: span 7;
    }

    .wh-mission__media {
        grid-column: span 5;
    }
}

.wh-mission__copy h2 {
    margin: 0;
    font-size: var(--wh-fs-h2);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.wh-mission__copy p {
    margin: 16px 0 0;
    max-width: 36em;
    font-size: var(--wh-fs-body);
    line-height: 1.75;
    color: var(--wh-muted);
}

/* —— Values grid —— */
.wh-values {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
}

.wh-value {
    grid-column: span 12;
    padding: clamp(24px, 3vw, 32px) 0;
    border-top: 1px solid var(--wh-line);
}

@media (min-width: 640px) {
    .wh-value {
        grid-column: span 4;
    }
}

.wh-value__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--wh-accent) 10%, transparent);
    color: var(--wh-accent);
}

.wh-value__icon .wh-svg-icon {
    width: 20px;
    height: 20px;
}

.wh-value__logo {
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 16px;
}

.wh-value__logo img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

.wh-value h3 {
    margin: 0 0 8px;
    font-size: var(--wh-fs-h3);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.wh-value p {
    margin: 0;
    font-size: var(--wh-fs-small);
    line-height: 1.65;
    color: var(--wh-muted);
}

/* —— Milestones (number strip) —— */
.wh-milestones {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
}

.wh-milestone {
    grid-column: span 6;
    padding: clamp(20px, 3vw, 28px) 0;
    border-top: 1px solid var(--wh-line);
}

@media (min-width: 768px) {
    .wh-milestone {
        grid-column: span 3;
    }
}

.wh-milestone__number {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--wh-text);
}

.wh-milestone__label {
    display: block;
    margin-top: 8px;
    font-size: var(--wh-fs-small);
    color: var(--wh-muted);
    line-height: 1.5;
}

/* —— Team —— */
.wh-team {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
    align-items: start;
}

.wh-team__copy {
    grid-column: span 12;
}

.wh-team__visual {
    grid-column: span 12;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
}

.wh-team__visual img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

@media (min-width: 960px) {
    .wh-team__copy {
        grid-column: span 5;
    }

    .wh-team__visual {
        grid-column: span 7;
    }
}

.wh-team__copy h2 {
    margin: 0;
    font-size: var(--wh-fs-h2);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.wh-team__copy p {
    margin: 16px 0 0;
    font-size: var(--wh-fs-body);
    line-height: 1.75;
    color: var(--wh-muted);
}

.wh-team__copy ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    font-size: var(--wh-fs-small);
    line-height: 1.8;
    color: var(--wh-muted);
}

/* —— History timeline —— */
.wh-history {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
}

.wh-history__item {
    grid-column: span 6;
    padding: clamp(20px, 3vw, 28px) 0;
    border-top: 2px solid var(--wh-text);
}

@media (min-width: 960px) {
    .wh-history__item {
        grid-column: span 3;
    }
}

.wh-history__year {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--wh-text);
    margin-bottom: 12px;
}

.wh-history__desc {
    margin: 0;
    font-size: var(--wh-fs-small);
    line-height: 1.65;
    color: var(--wh-muted);
}

/* Client logos：尺寸／底色／錯位已抽至 index_home_static.css */

/* —— Service capacity certificate —— */
.wh-cert {
    margin: 0 auto;
    max-width: 720px;
}

.wh-cert img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--wh-line);
    background: var(--wh-surface);
}
