/* Careers: people, benefits, and a clear path to applying. */
.gr-careers-page {
    color: var(--gr-ink);
}
.gr-careers-page h1, .gr-careers-page h2, .gr-careers-page h3 {
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.12;
    margin: 0;
    color: var(--gr-ink);
}
.gr-careers-page h1 {
    font-size: clamp(44px,5.3vw,76px);
}
.gr-careers-page h1 em {
    font-style: normal;
    color: #71835e;
}
.gr-careers-page h2 {
    font-size: clamp(32px,3.3vw,46px);
}
.gr-careers-page h3 {
    font-size: 24px;
}
.gr-careers-page p {
    color: var(--gr-muted);
    font-size: 16px;
    line-height: 1.75;
}
.gr-careers-page .gr-eyebrow {
    font-size: 11px;
    letter-spacing: .14em;
    margin: 0 0 20px;
}
.gr-cr-hero {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 80px;
    align-items: center;
    padding-block: 56px;
}
.gr-cr-lead {
    max-width: 550px;
    margin: 26px 0;
}
.gr-cr-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
}
.gr-cr-tenure {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid var(--gr-line);
    max-width: 480px;
}
.gr-cr-tenure strong {
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.05em;
}
.gr-cr-tenure p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}
.gr-cr-photo {
    margin: 0;
    position: relative;
    border: 1px solid #c9d3c0;
    overflow: hidden;
}
.gr-cr-photo img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: center 45%;
}
.gr-cr-photo figcaption {
    background: var(--gr-dark);
    color: #e1e8dc;
    font-size: 13px;
    padding: 17px 22px;
}
.gr-cr-work {
    padding-block: 18px 60px;
}
.gr-cr-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 34px;
}
.gr-cr-heading > p {
    margin: 0;
    max-width: 540px;
}
.gr-cr-work-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 36px;
}
.gr-cr-work-grid article {
    border-top: 1px solid var(--gr-line);
    padding-top: 22px;
}
.gr-cr-work-grid p:not(.gr-eyebrow) {
    font-size: 15px;
    margin: 14px 0 0;
}
.gr-cr-work-grid .gr-eyebrow {
    display: block;
    font-size: 10px;
    color: var(--gr-muted);
    margin-bottom: 16px;
}
.gr-cr-split {
    display: grid;
    grid-template-columns: .9fr 1.3fr;
    gap: 80px;
}
.gr-cr-split > div:first-child > p:not(.gr-eyebrow) {
    max-width: 370px;
    margin-top: 22px;
}
.gr-cr-benefits {
    background: var(--gr-dark);
    padding-block: 52px;
}
.gr-cr-benefits h2, .gr-cr-benefits h3 {
    color: var(--gr-paper);
}
.gr-cr-benefits p {
    color: #d2ddce;
}
.gr-cr-benefits .gr-eyebrow {
    color: #b7c99d;
}
.gr-cr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 32px;
}
.gr-cr-benefit-grid article {
    padding-top: 18px;
    border-top: 1px solid #647b66;
}
.gr-cr-benefit-grid p {
    font-size: 14px;
    margin: 12px 0 0;
}
.gr-cr-process {
    padding-block: 60px;
}
.gr-cr-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gr-cr-steps li {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    gap: 18px;
    padding-block: 20px;
    border-top: 1px solid var(--gr-line);
}
.gr-cr-steps li > span {
    font-size: 12px;
    padding-top: 5px;
    color: #71835e;
}
.gr-cr-steps p {
    margin: 10px 0 0;
    font-size: 14px;
}
.gr-cr-steps a, .gr-cr-questions a {
    color: var(--gr-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.gr-cr-faq {
    padding-block: 0 52px;
}
.gr-cr-questions details {
    border-top: 1px solid var(--gr-line);
}
.gr-cr-questions summary {
    cursor: pointer;
    padding-block: 18px;
    font-size: 17px;
    line-height: 1.5;
}
.gr-cr-questions summary:focus-visible {
    outline: 2px solid #71835e;
    outline-offset: 3px;
}
.gr-cr-questions details p {
    font-size: 14px;
    margin: 0 0 20px;
}
.gr-cr-questions .gr-cr-hiring-note {
    font-size: 12px;
    line-height: 1.7;
    margin: 24px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--gr-line);
}
.gr-cr-close {
    background: #e9ede2;
    padding-block: 40px;
}
.gr-cr-close > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.gr-cr-close h2 {
    font-size: clamp(29px,3vw,40px);
}
.gr-cr-close .gr-button {
    flex-shrink: 0;
}
@media(max-width:1100px) {
    .gr-cr-hero, .gr-cr-heading, .gr-cr-split {
        gap: 40px;
    }
    .gr-cr-photo img {
        height: 450px;
    }
}
@media(max-width:850px) {
    .gr-cr-hero {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        padding-block: 40px;
    }
    .gr-cr-photo img {
        height: 430px;
    }
    .gr-cr-split {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .gr-cr-split > div:first-child > p:not(.gr-eyebrow) {
        max-width: 600px;
    }
    .gr-cr-heading {
        gap: 28px;
    }
    .gr-cr-work-grid {
        gap: 24px;
    }
}
@media(max-width:600px) {
    .gr-cr-hero, .gr-cr-heading, .gr-cr-work-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .gr-cr-hero {
        padding-block: 32px;
    }
    .gr-cr-photo img {
        height: 320px;
    }
    .gr-cr-tenure {
        margin-top: 26px;
        padding-top: 20px;
    }
    .gr-cr-work {
        padding-block: 16px 40px;
    }
    .gr-cr-benefits, .gr-cr-process {
        padding-block: 40px;
    }
    .gr-cr-benefit-grid {
        gap: 26px 20px;
    }
    .gr-cr-benefit-grid h3 {
        font-size: 22px;
    }
    .gr-cr-faq {
        padding-bottom: 40px;
    }
    .gr-cr-close > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}
@media(max-width:360px) {
    .gr-cr-benefit-grid {
        grid-template-columns: 1fr;
    }
}
