.nd-about-page {
    background: #070b0f;
    color: #f5f5f5;
}

.nd-about-page .nd-container {
    width: min(100% - 64px, 1440px);
    margin-inline: auto;
}

.nd-about-page__hero,
.nd-about-page__story,
.nd-about-page__capabilities,
.nd-about-page__values,
.nd-about-page__cta {
    padding: 110px 0;
}

.nd-about-page__hero-grid,
.nd-about-page__story-grid,
.nd-about-page__cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 72px;
    align-items: center;
}

.nd-about-page__eyebrow {
    margin: 0 0 20px;
    color: #e7aa28;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nd-about-page h1,
.nd-about-page h2,
.nd-about-page h3,
.nd-about-page p {
    margin-top: 0;
}

.nd-about-page h1 {
    max-width: 900px;
    margin-bottom: 28px;
    font-size: clamp(3rem, 5.4vw, 5.9rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.nd-about-page h2 {
    margin-bottom: 24px;
    font-size: clamp(2rem, 3.5vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.nd-about-page__lead,
.nd-about-page__story-copy > p,
.nd-about-page__cta p {
    color: #b9c0c8;
    font-size: 1.08rem;
    line-height: 1.8;
}

.nd-about-page__lead {
    max-width: 760px;
}

.nd-about-page__actions,
.nd-about-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 34px;
}

.nd-about-page__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    background: #e1a735;
    color: #080b0f;
    font-weight: 800;
    text-decoration: none;
}

.nd-about-page__text-link {
    color: #f7f7f7;
    font-weight: 700;
    text-underline-offset: 5px;
}

.nd-about-page__portrait {
    min-height: 560px;
    overflow: hidden;
    border: 1px solid #232a31;
    border-radius: 28px;
    background: linear-gradient(145deg, #11171d, #090d11);
}

.nd-about-page__portrait img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.nd-about-page__portrait-placeholder {
    min-height: 560px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(225, 167, 53, .18), transparent 38%),
        linear-gradient(145deg, #12181e, #080c10);
}

.nd-about-page__portrait-placeholder span {
    width: 180px;
    height: 180px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(225, 167, 53, .5);
    border-radius: 50%;
    color: #e1a735;
    font-size: 3.3rem;
    font-weight: 800;
}

.nd-about-page__stats {
    border-block: 1px solid #1c232a;
    background: #0a0f14;
}

.nd-about-page__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nd-about-page__stats article {
    min-height: 180px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #1c232a;
}

.nd-about-page__stats article:last-child {
    border-right: 0;
}

.nd-about-page__stats strong {
    color: #e1a735;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1;
}

.nd-about-page__stats span {
    margin-top: 12px;
    color: #aeb6bf;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nd-about-page__story {
    background: #090e13;
}

.nd-about-page__story-grid {
    align-items: start;
}

.nd-about-page__story-copy p + p {
    margin-top: 22px;
}

.nd-about-page__editor-content {
    margin-top: 28px;
    color: #c4cad1;
    line-height: 1.8;
}

.nd-about-page__section-heading {
    max-width: 900px;
    margin-bottom: 48px;
}

.nd-about-page__capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #20272e;
    border-left: 1px solid #20272e;
}

.nd-about-page__capability-grid article {
    min-height: 220px;
    padding: 34px;
    border-right: 1px solid #20272e;
    border-bottom: 1px solid #20272e;
    background: #0b1116;
}

.nd-about-page__capability-grid span,
.nd-about-page__values-grid span {
    color: #e1a735;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.nd-about-page__capability-grid h3 {
    margin: 58px 0 0;
    font-size: 1.35rem;
    line-height: 1.35;
}

.nd-about-page__values {
    background: #090e13;
}

.nd-about-page__values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nd-about-page__values-grid article {
    min-height: 320px;
    padding: 38px;
    border: 1px solid #20272e;
    border-radius: 20px;
    background: #0c1217;
}

.nd-about-page__values-grid h3 {
    margin: 72px 0 16px;
    font-size: 1.55rem;
}

.nd-about-page__values-grid p {
    color: #aeb6bf;
    line-height: 1.75;
}

.nd-about-page__cta {
    background: linear-gradient(135deg, #11171d, #090d11 62%);
}

.nd-about-page__cta-inner {
    padding: 64px;
    border: 1px solid rgba(225, 167, 53, .28);
    border-radius: 24px;
}

@media (max-width: 1024px) {
    .nd-about-page .nd-container {
        width: min(100% - 40px, 1180px);
    }

    .nd-about-page__hero-grid,
    .nd-about-page__story-grid,
    .nd-about-page__cta-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .nd-about-page__portrait,
    .nd-about-page__portrait img,
    .nd-about-page__portrait-placeholder {
        min-height: 480px;
    }

    .nd-about-page__stats-grid,
    .nd-about-page__capability-grid,
    .nd-about-page__values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nd-about-page__stats article:nth-child(2) {
        border-right: 0;
    }

    .nd-about-page__stats article:nth-child(-n+2) {
        border-bottom: 1px solid #1c232a;
    }
}

@media (max-width: 640px) {
    .nd-about-page .nd-container {
        width: min(100% - 28px, 720px);
    }

    .nd-about-page__hero,
    .nd-about-page__story,
    .nd-about-page__capabilities,
    .nd-about-page__values,
    .nd-about-page__cta {
        padding: 76px 0;
    }

    .nd-about-page h1 {
        font-size: clamp(2.7rem, 13vw, 4.3rem);
    }

    .nd-about-page__portrait,
    .nd-about-page__portrait img,
    .nd-about-page__portrait-placeholder {
        min-height: 390px;
    }

    .nd-about-page__stats-grid,
    .nd-about-page__capability-grid,
    .nd-about-page__values-grid {
        grid-template-columns: 1fr;
    }

    .nd-about-page__stats article {
        min-height: 145px;
        border-right: 0;
        border-bottom: 1px solid #1c232a;
    }

    .nd-about-page__stats article:last-child {
        border-bottom: 0;
    }

    .nd-about-page__capability-grid article,
    .nd-about-page__values-grid article {
        min-height: auto;
    }

    .nd-about-page__capability-grid h3,
    .nd-about-page__values-grid h3 {
        margin-top: 42px;
    }

    .nd-about-page__cta-inner {
        padding: 32px 24px;
    }
}
