.hero__copy {
    min-width: 0;
}

.hero__lead {
    width: 100%;
    overflow-wrap: break-word;
}

.primary-nav {
    gap: clamp(17px, 2vw, 30px);
}

.section--about {
    padding-bottom: 0;
    overflow: hidden;
    background: #ffffff;
}

.about-heading {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-heading > div:first-child {
    display: flex;
    min-height: 410px;
    padding: 46px 50px 46px 0;
    flex-direction: column;
    justify-content: center;
}

.about-heading .eyebrow {
    margin-bottom: auto;
}

.about-heading__relationship {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-heading h2 {
    margin: 0;
    font-size: clamp(64px, 8vw, 118px);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.about-heading__logo {
    display: grid;
    place-items: center;
    padding: 50px;
    border-left: 1px solid var(--line);
    background: #f5f8fa;
}

.about-heading__logo img {
    width: min(100%, 360px);
    max-height: 170px;
    object-fit: contain;
}

.about-story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(55px, 10vw, 150px);
    padding-block: clamp(75px, 9vw, 130px);
}

.about-story h3 {
    margin: 0;
    font-size: clamp(34px, 4.1vw, 58px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.14;
}

.about-story__body {
    color: #4d6472;
}

.about-story__body p {
    margin: 0 0 22px;
}

.text-link--dark {
    display: inline-block;
    margin-top: 20px;
    color: var(--ink);
    text-decoration-color: rgba(6, 24, 39, 0.3);
}

.contact-lines {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 0.9fr;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contact-lines > div {
    display: flex;
    min-height: 180px;
    padding: 32px 34px 34px 0;
    flex-direction: column;
    justify-content: space-between;
}

.contact-lines > div + div {
    padding-left: 34px;
    border-left: 1px solid var(--line);
}

.contact-lines span,
.related-links > span {
    color: #697b86;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-lines a,

.contact-lines address {
    max-width: 360px;
    color: var(--ink);
    font-size: clamp(16px, 1.45vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    text-decoration-color: rgba(6, 24, 39, 0.22);
    text-underline-offset: 6px;
}

.contact-lines a:hover {
    color: var(--blue);
}

.related-links {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 100px;
}

.related-links a {
    margin-left: auto;
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    text-underline-offset: 6px;
}

.additional-section {
    background: #f5f8fa;
}

.additional-section:nth-of-type(even) {
    background: #ffffff;
}

.additional-section--dark {
    background: var(--ink) !important;
    color: #ffffff;
}

.additional-section__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(55px, 9vw, 130px);
}

.additional-section__grid--text {
    grid-template-columns: minmax(0, 850px);
}

.additional-section h2 {
    margin: 0;
    font-size: clamp(40px, 5.1vw, 72px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.additional-section__body {
    margin: 32px 0;
    color: #526978;
}

.additional-section--dark .additional-section__body {
    color: rgba(255, 255, 255, 0.68);
}

.additional-section figure {
    margin: 0;
}

.additional-section figure img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .about-heading,
    .about-story,
    .additional-section__grid {
        grid-template-columns: 1fr;
    }

    .about-heading > div:first-child {
        min-height: 340px;
        padding-right: 0;
    }

    .about-heading__logo {
        min-height: 260px;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .contact-lines {
        grid-template-columns: 1fr;
    }

    .contact-lines > div {
        min-height: 140px;
        padding: 26px 0;
    }

    .contact-lines > div + div {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }
}

@media (max-width: 600px) {
    .hero__copy {
        width: 100%;
        max-width: 100%;
    }

    .hero__lead {
        max-width: 100%;
    }

    .about-heading > div:first-child {
        min-height: 300px;
        padding-block: 32px;
    }

    .about-heading h2 {
        font-size: 17vw;
    }

    .about-heading__logo {
        min-height: 210px;
        padding: 36px 24px;
    }

    .about-story {
        gap: 40px;
        padding-block: 72px;
    }

    .contact-lines a,

    .contact-lines address {
        font-size: 17px;
    }


    .related-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-block: 24px;
    }

    .related-links a {
        margin-left: 0;
    }
}
