/* about12 extras */

.wh-page {
    --wh-fs-h2: clamp(22px, 2vw + 0.7rem, 32px);
}

.wh-page-hero .wh-hero__actions {
    margin-top: 32px;
}

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

.wh-story__copy,
.wh-story__media {
    grid-column: span 12;
}

.wh-story__media {
    display: none;
}

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

    .wh-story__media {
        display: block;
        grid-column: span 5;
    }
}

.wh-story__media {
    margin: 0;
    overflow: hidden;
}

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

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

.wh-story__body p {
    margin: 16px 0 0;
}

.wh-bleed {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

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

.wh-about-stats.wh-section {
    border-top: 0;
}

.wh-about-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--wh-line);
    border-bottom: 1px solid var(--wh-line);
}

@media (min-width: 768px) {
    .wh-about-stats__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.wh-about-stats__grid li {
    padding: clamp(28px, 4vw, 40px) 24px;
    border-right: 1px solid var(--wh-line);
}

.wh-about-stats__grid li:last-child {
    border-right: 0;
}

@media (max-width: 767px) {
    .wh-about-stats__grid li:nth-child(2n) {
        border-right: 0;
    }

    .wh-about-stats__grid li:nth-child(-n + 2) {
        border-bottom: 1px solid var(--wh-line);
    }
}

@media (min-width: 768px) {
    .wh-about-stats__grid li:first-child {
        padding-left: 0;
    }

    .wh-about-stats__grid li:last-child {
        padding-right: 0;
    }
}

.wh-about-stats__val {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.wh-about-stats__val span {
    color: var(--wh-accent);
}

.wh-about-stats__lbl {
    margin: 8px 0 0;
    font-size: var(--wh-fs-small);
    color: var(--wh-muted);
    line-height: 1.5;
}

.wh-method__intro {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
    align-items: center;
    margin-bottom: clamp(40px, 6vw, 64px);
}

.wh-method__intro .wh-section__head,
.wh-method__media {
    grid-column: span 12;
}

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

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

.wh-method__media {
    margin: 0;
    overflow: hidden;
}

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

.wh-step__label {
    margin: 0 0 8px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--wh-accent);
}

.wh-offices-split {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
    align-items: start;
}

.wh-offices-split .wh-section__head,
.wh-offices {
    grid-column: span 12;
}

@media (min-width: 960px) {
    .wh-offices-split .wh-section__head {
        grid-column: span 4;
        margin-bottom: 0;
    }

    .wh-offices {
        grid-column: span 8;
    }
}

.wh-offices {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
    .wh-offices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(32px, 5vw, 64px);
    }
}

.wh-office {
    padding: 28px 0;
    border-top: 1px solid var(--wh-line);
}

.wh-office:last-child {
    padding-bottom: 0;
}

@media (min-width: 640px) {
    .wh-office:nth-last-child(-n + 2) {
        padding-bottom: 0;
    }
}

.wh-office__logo {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-bottom: 16px;
}

.wh-office__logo img {
    max-height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

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

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

.wh-office p a {
    color: inherit;
}

.wh-history-split {
    display: grid;
    grid-template-columns: repeat(var(--wh-cols), minmax(0, 1fr));
    gap: var(--wh-gap);
    align-items: start;
}

.wh-history-split .wh-section__head,
.wh-history-split .wh-about-timeline {
    grid-column: span 12;
}

@media (min-width: 960px) {
    .wh-history-split .wh-section__head {
        grid-column: span 4;
        margin-bottom: 0;
    }

    .wh-history-split .wh-about-timeline {
        grid-column: span 8;
    }
}

/* vertical timeline: year | rail | copy */
.wh-about-history .wh-section__head .wh-title::after {
    display: none;
}

.wh-about-timeline {
    --year-col: 4.5rem;
    --rail-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wh-about-timeline__item {
    display: grid;
    grid-template-columns: var(--year-col) minmax(0, 1fr);
    column-gap: var(--rail-gap);
    position: relative;
    padding-bottom: 40px;
}

.wh-about-timeline__item:last-child {
    padding-bottom: 0;
}

.wh-about-timeline__item::before {
    content: "";
    position: absolute;
    left: calc(var(--year-col) + (var(--rail-gap) / 2) - 0.5px);
    top: 0.7em;
    bottom: 0;
    width: 1px;
    background: var(--wh-line);
}

.wh-about-timeline__item:last-child::before {
    display: none;
}

.wh-about-timeline__item::after {
    content: "";
    position: absolute;
    left: calc(var(--year-col) + (var(--rail-gap) / 2) - 4px);
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wh-accent);
}

.wh-about-timeline__year {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: right;
    color: var(--wh-text);
}

.wh-about-timeline__body h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.wh-about-timeline__body p {
    margin: 8px 0 0;
    max-width: 36em;
    font-size: var(--wh-fs-small);
    line-height: 1.7;
    color: var(--wh-muted);
}

@media (max-width: 639px) {
    .wh-offices.wh-stagger {
        text-align: center;
    }

    .wh-offices.wh-stagger .wh-office__logo {
        justify-content: center;
    }

    .wh-about-timeline {
        --year-col: 3.5rem;
        --rail-gap: 28px;
    }

    .wh-about-timeline__item {
        padding-bottom: 32px;
    }
}
