/* Capability pages: shared layout, distinct development/build/operations content. */
.gr-focus-page {
    background: var(--gr-paper);
    color: var(--gr-ink);
}
.gr-focus-page h1, .gr-focus-page h2, .gr-focus-page h3 {
    color: var(--gr-ink);
    font-weight: 400;
    letter-spacing: -.035em;
}
.gr-focus-page h1 {
    font-size: clamp(40px,4.4vw,62px);
    line-height: 1.08;
    margin: 0 0 24px;
}
.gr-focus-page h1 em {
    font-style: normal;
    color: #6c7e52;
}
.gr-focus-page h2 {
    font-size: clamp(31px,3.2vw,44px);
    line-height: 1.15;
    margin: 0;
}
.gr-focus-page p {
    color: var(--gr-muted);
    font-size: 17px;
    line-height: 1.75;
}
.gr-focus-page .gr-eyebrow {
    font-size: 11px;
    line-height: 1.5;
}
.gr-focus-page a {
    text-decoration: none;
}
.gr-fc-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding-block: 56px;
    align-items: center;
}
.gr-fc-intro {
    max-width: 525px;
    margin: 0 0 28px;
}
.gr-fc-company {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    border-top: 1px solid var(--gr-line);
    margin-top: 36px;
    padding-top: 24px;
}
.gr-fc-company img {
    width: 156px;
    height: auto;
}
.gr-fc-company a {
    color: var(--gr-muted);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    gap: 12px;
    align-items: center;
}
.gr-fc-company a:hover {
    color: var(--gr-accent);
}
.gr-fc-hero-photo {
    margin: 0;
}
.gr-fc-hero-photo > img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--gr-line);
}
.gr-fc-hero-photo figcaption {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--gr-muted);
}
.gr-fc-hero-photo figcaption > span:first-child {
    color: var(--gr-ink);
}
.gr-fc-navigation {
    background: #e9ede4;
    border-block: 1px solid var(--gr-line);
}
.gr-fc-navigation > div {
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.gr-fc-navigation > div > span {
    align-self: center;
    margin-right: auto;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--gr-muted);
}
.gr-fc-navigation a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    font-size: 14px;
    color: var(--gr-ink);
    font-weight: 400;
    padding: 21px 0 18px;
    border-bottom: 3px solid transparent;
}
.gr-fc-navigation a[aria-current=page] {
    border-bottom-color: #6c874e;
    font-weight: 500;
}
.gr-fc-navigation a:hover {
    color: var(--gr-accent);
}
.gr-fc-capabilities {
    display: grid;
    grid-template-columns: .9fr 1.3fr;
    gap: 88px;
    padding-block: 80px;
    align-items: start;
}
.gr-fc-capabilities-intro > p:not(.gr-eyebrow) {
    margin: 24px 0 0;
    max-width: 420px;
}
.gr-fc-capability-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gr-fc-capability-list li {
    display: grid;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 24px;
    padding-block: 24px;
    border-top: 1px solid var(--gr-line);
}
.gr-fc-capability-list li:last-child {
    padding-bottom: 0;
}
.gr-fc-number {
    font-size: 11px;
    color: #7b8c6a;
    letter-spacing: .05em;
}
.gr-fc-capability-list .gr-fc-number {
    padding-top: 6px;
}
.gr-fc-capability-list h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
}
.gr-fc-capability-list p {
    font-size: 15px;
    margin: 0;
}
.gr-fc-support {
    background: var(--gr-dark);
    padding-block: 68px;
}
.gr-fc-support-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 40px;
}
.gr-fc-support h2, .gr-fc-support h3 {
    color: var(--gr-paper);
}
.gr-fc-support .gr-eyebrow, .gr-fc-support .gr-fc-number {
    color: #b8cba8;
}
.gr-fc-support-heading > p {
    color: #d2ddce;
    margin: 0;
    max-width: 475px;
}
.gr-fc-support-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 32px 40px;
}
.gr-fc-support-grid article {
    border-top: 1px solid #647b66;
    padding-top: 22px;
}
.gr-fc-support-grid h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 20px 0 14px;
}
.gr-fc-support-grid p {
    color: #d2ddce;
    font-size: 15px;
    margin: 0;
}
.gr-fc-support-grid--five {
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.gr-fc-support-grid--five article {
    grid-column: span 2;
}
.gr-fc-support-grid--five article:nth-last-child(-n+2) {
    grid-column: span 3;
}
.gr-fc-closing {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: center;
    padding-block: 72px;
}
.gr-fc-closing h2 {
    max-width: 660px;
}
.gr-fc-closing p:not(.gr-eyebrow) {
    font-size: 16px;
    max-width: 590px;
    margin: 24px 0 0;
}
.gr-fc-closing-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    justify-self: end;
}
@media(max-width:1100px) {
    .gr-fc-hero, .gr-fc-capabilities, .gr-fc-support-heading, .gr-fc-closing {
        gap: 44px;
    }
    .gr-fc-navigation > div {
        gap: 28px;
    }
    .gr-fc-navigation a {
        gap: 28px;
    }
}
@media(max-width:850px) {
    .gr-fc-hero {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 44px;
    }
    .gr-fc-intro {
        max-width: 650px;
    }
    .gr-fc-hero-photo {
        max-width: 680px;
    }
    .gr-fc-company {
        margin-top: 28px;
    }
    .gr-fc-capabilities {
        gap: 32px;
        padding-block: 60px;
    }
    .gr-fc-support-grid {
        column-gap: 28px;
    }
    .gr-fc-support-grid h3 {
        font-size: 23px;
    }
    .gr-fc-closing {
        gap: 36px;
    }
}
@media(max-width:600px) {
    .gr-fc-hero {
        padding-block: 36px;
    }
    .gr-focus-page h1 {
        font-size: clamp(35px,9vw,46px);
    }
    .gr-focus-page h2 {
        font-size: 33px;
    }
    .gr-focus-page p {
        font-size: 16px;
    }
    .gr-fc-company {
        justify-content: space-between;
        gap: 18px;
    }
    .gr-fc-company img {
        width: 140px;
    }
    .gr-fc-hero-photo > img {
        width: 100%;
        max-height: none;
    }
    .gr-fc-hero-photo figcaption {
        font-size: 11px;
        flex-wrap: wrap;
        gap: 5px 18px;
    }
    .gr-fc-navigation > div {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 18px;
    }
    .gr-fc-navigation > div > span {
        width: 100%;
        padding-top: 15px;
    }
    .gr-fc-navigation a {
        font-size: 12px;
        gap: 10px;
        padding-block: 14px 12px;
    }
    .gr-fc-navigation a > span {
        display: none;
    }
    .gr-fc-capabilities, .gr-fc-support-heading, .gr-fc-closing {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .gr-fc-capabilities {
        padding-block: 48px;
    }
    .gr-fc-capability-list li {
        gap: 16px;
        grid-template-columns: 20px minmax(0,1fr);
    }
    .gr-fc-capability-list h3 {
        font-size: 26px;
    }
    .gr-fc-capability-list p {
        font-size: 15px;
    }
    .gr-fc-support {
        padding-block: 48px;
    }
    .gr-fc-support-grid, .gr-fc-support-grid--five {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .gr-fc-support-grid article, .gr-fc-support-grid--five article:nth-last-child(-n+2) {
        grid-column: auto;
    }
    .gr-fc-support-grid h3 {
        font-size: 26px;
    }
    .gr-fc-support-grid p {
        font-size: 15px;
    }
    .gr-fc-closing {
        padding-block: 48px;
    }
    .gr-fc-closing-actions {
        justify-self: start;
    }
}
