.about-page {
    --about-ink: #201629;
    --about-muted: #6b6372;
    --about-line: #e7e0eb;
    --about-soft: #f7f4fa;
    --about-blue: #315f91;
    --about-violet: #7650b4;
    background: #fff;
}

.about-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #47315d;
    background:
        radial-gradient(circle at 80% 18%, rgba(170, 137, 215, .26), transparent 31%),
        radial-gradient(circle at 92% 85%, rgba(49, 95, 145, .22), transparent 27%),
        linear-gradient(135deg, #21142e 0%, #36204a 58%, #56336f 100%);
}

.about-hero::after {
    position: absolute;
    right: -170px;
    bottom: -250px;
    width: 440px;
    height: 440px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 520px;
    padding-top: clamp(4rem, 7vw, 6.5rem);
    padding-bottom: clamp(4rem, 7vw, 6.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: center;
}

.about-kicker {
    display: block;
    margin-bottom: .9rem;
    color: var(--about-violet);
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-hero .about-kicker { color: #cbb3df; }

.about-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5.6vw, 5.35rem);
    line-height: .98;
    letter-spacing: -.06em;
}

.about-hero-copy > p {
    max-width: 720px;
    margin: 1.7rem 0 0;
    color: #e4dbe9;
    font-size: clamp(1.04rem, 1.6vw, 1.24rem);
    line-height: 1.62;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.about-btn-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .06);
}

.about-btn-light:hover,
.about-btn-light:focus-visible {
    color: #2b1a38;
    border-color: #fff;
    background: #fff;
}

.about-company-card {
    padding: 1.3rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 24px 60px rgba(11, 6, 20, .22);
    backdrop-filter: blur(12px);
}

.about-company-card > span {
    display: block;
    padding: .25rem .45rem 1rem;
    color: #d6c6df;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-company-card dl { margin: 0; }

.about-company-card dl > div {
    display: grid;
    padding: 1rem .45rem;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.about-company-card dt {
    color: #cbbfd2;
    font-size: .76rem;
    font-weight: 700;
}

.about-company-card dd {
    margin: 0;
    color: #fff;
    font-size: .92rem;
    font-weight: 750;
    line-height: 1.45;
}

.about-section { padding: clamp(4.5rem, 8vw, 7rem) 0; }

.about-section h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(2.05rem, 3.7vw, 3.35rem);
    line-height: 1.06;
    letter-spacing: -.045em;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
}

.about-history-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.about-history-copy p,
.about-foundation-copy p,
.about-engagements-copy p,
.about-evidence-copy p,
.about-founder-copy p,
.about-contact p {
    color: var(--about-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.about-history-copy p { margin: 0 0 1.25rem; }
.about-history-copy p:first-child { color: #3a3041; font-size: 1.2rem; }

.about-customer-work {
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    background: #f6f8fa;
}

.about-section-heading {
    width: 100%;
    max-width: none;
    margin-bottom: 3rem;
}

.about-section-heading h2,
.about-foundation-heading h2 {
    font-size: clamp(2.05rem, 3.15vw, 3rem);
    letter-spacing: -.04em;
    text-wrap: wrap;
}

.about-section-heading > p {
    max-width: 760px;
    margin: 1.25rem 0 0;
    color: var(--about-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #dde3e7;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.about-capability-grid article {
    min-height: 245px;
    padding: clamp(1.7rem, 3vw, 2.4rem);
    border-right: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9;
}

.about-capability-grid article:nth-child(2n) { border-right: 0; }
.about-capability-grid article:nth-child(n+3) { border-bottom: 0; }
.about-capability-grid article > span { color: var(--about-blue); font-family: var(--font-mono); font-size: .72rem; font-weight: 800; }
.about-capability-grid h3 { margin: 2.4rem 0 .75rem; color: var(--about-ink); font-size: 1.28rem; }
.about-capability-grid p { max-width: 560px; margin: 0; color: var(--about-muted); font-size: .94rem; line-height: 1.62; }

.about-market-grid {
    display: grid;
    margin-top: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.about-market-grid a {
    display: flex;
    min-height: 155px;
    padding: 1.5rem;
    color: #fff;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    background: #263746;
}

.about-market-grid a:nth-child(2) { background: #2e3150; }
.about-market-grid a:nth-child(3) { background: #412d50; }
.about-market-grid a:hover,
.about-market-grid a:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(25, 27, 44, .15); }
.about-market-grid span { color: #c4d1dc; font-family: var(--font-mono); font-size: .71rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.about-market-grid strong { max-width: 360px; color: #fff; font-size: .94rem; line-height: 1.5; }

.about-engagements { background: #fff; }

.about-engagements-grid,
.about-evidence-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: center;
}

.about-history-grid > *,
.about-engagements-grid > *,
.about-evidence-grid > *,
.about-leadership-grid > * { min-width: 0; }

.about-engagements-copy p,
.about-evidence-copy p { max-width: 650px; margin: 1.35rem 0 0; }

.about-engagement-list,
.about-principles {
    border: 1px solid #dfe5e9;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.about-engagement-list article,
.about-principles article {
    display: grid;
    padding: 1.5rem;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 1rem;
    border-bottom: 1px solid #e5e9ec;
}

.about-engagement-list article:last-child,
.about-principles article:last-child { border-bottom: 0; }

.about-engagement-list article > span {
    align-self: start;
    padding: .42rem .55rem;
    color: var(--about-violet);
    border-radius: 999px;
    background: #f2edf7;
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.about-engagement-list h3,
.about-principles h3 { margin: .1rem 0 .45rem; color: var(--about-ink); font-size: 1rem; }
.about-engagement-list p,
.about-principles p { margin: 0; color: var(--about-muted); font-size: .9rem; line-height: 1.55; }

.about-foundation {
    border-top: 1px solid #ded5e6;
    border-bottom: 1px solid #ded5e6;
    background: linear-gradient(135deg, #f5f0f8, #fbfafd 72%);
}

.about-foundation-heading {
    width: 100%;
    max-width: none;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.about-foundation-heading h2 { max-width: none; }

.about-foundation-heading > p {
    max-width: 940px;
    margin: 1.25rem 0 0;
    color: var(--about-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.about-foundation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: stretch;
}

.about-foundation-grid > * { min-width: 0; }

.about-foundation-copy {
    padding: clamp(1.8rem, 3.4vw, 2.8rem);
    border: 1px solid #ded5e5;
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
}

.about-foundation-copy > h3 {
    max-width: 690px;
    margin: 0 0 1rem;
    color: var(--about-ink);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.16;
    letter-spacing: -.03em;
}

.about-foundation-copy > p { max-width: 780px; margin: 0 0 1.8rem; }

.about-foundation-principles {
    border-top: 1px solid #ded5e5;
}

.about-foundation-principles article {
    display: grid;
    padding: 1.15rem 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 1rem;
    border-bottom: 1px solid #ded5e5;
}

.about-foundation-principles article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--about-violet);
    border-radius: 50%;
    background: #eee6f4;
    font-family: var(--font-mono);
    font-size: .66rem;
    font-weight: 800;
}

.about-foundation-principles h4 {
    margin: .05rem 0 .35rem;
    color: var(--about-ink);
    font-size: .98rem;
}

.about-foundation-principles p {
    max-width: 710px;
    margin: 0;
    color: var(--about-muted);
    font-size: .9rem;
    line-height: 1.56;
}

.about-manifesto-panel {
    display: flex;
    min-height: 100%;
    padding: clamp(1.8rem, 3.4vw, 2.8rem);
    color: #fff;
    border-radius: 22px;
    flex-direction: column;
    background:
        radial-gradient(circle at 90% 10%, rgba(190, 151, 226, .23), transparent 28%),
        linear-gradient(145deg, #2a183b, #49305d);
    box-shadow: 0 20px 45px rgba(43, 25, 58, .14);
}

.about-manifesto-panel > span {
    color: #cdb8da;
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-manifesto-panel h3 {
    margin: clamp(2.4rem, 5vw, 4rem) 0 .8rem;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.about-manifesto-panel > p {
    max-width: 450px;
    margin: 0;
    color: #ddd2e4;
    font-size: .98rem;
    line-height: 1.65;
}

.about-manifesto-primary {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    color: #2b1a38;
    border-radius: 10px;
    background: #fff;
    font-weight: 800;
}

.about-manifesto-primary:hover,
.about-manifesto-primary:focus-visible { color: #2b1a38; background: #f0e9f4; }

.about-manifesto-related {
    display: grid;
    margin-top: auto;
    padding-top: 2.3rem;
}

.about-manifesto-related a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0;
    color: #e5dce9;
    border-top: 1px solid rgba(255, 255, 255, .16);
    font-size: .86rem;
    font-weight: 700;
}

.about-manifesto-related a:hover,
.about-manifesto-related a:focus-visible { color: #fff; }

.about-evidence {
    border-bottom: 1px solid #e1e6ea;
    background: #f7f9fb;
}

.about-principles article { grid-template-columns: 46px minmax(0, 1fr); }
.about-principles article > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--about-blue); border-radius: 50%; background: #edf3f8; font-family: var(--font-mono); font-size: .7rem; font-weight: 800; }
.about-principles h3 { margin-top: .2rem; }

.about-leadership { background: #fff; }

.about-leadership-grid {
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: center;
}

.about-founder-photo { overflow: hidden; margin: 0; border-radius: 22px; box-shadow: 0 24px 58px rgba(32, 22, 41, .14); }
.about-founder-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 20%; }
.about-founder-location { margin: .6rem 0 1.7rem !important; color: var(--about-violet) !important; font-family: var(--font-mono); font-size: .82rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.about-founder-copy p { max-width: 650px; margin: 0 0 1.2rem; }
.about-founder-links { display: flex; gap: 1.5rem; margin-top: 1.8rem; }
.about-founder-links a { color: var(--about-violet); font-weight: 750; }

.about-contact {
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(109, 75, 182, .25), transparent 30%),
        linear-gradient(135deg, #132838, #2a1740);
}

.about-contact-inner { display: flex; justify-content: space-between; gap: 3rem; align-items: center; }
.about-contact .about-kicker { color: #aebfd0; }
.about-contact h2 { max-width: 760px; color: #fff; }
.about-contact p { max-width: 720px; margin: 1.2rem 0 0; color: #d7dce1; }
.about-contact-actions { display: flex; min-width: 240px; flex-direction: column; gap: 1rem; align-items: center; }
.about-contact-actions > a:last-child { color: #d8cbe2; font-size: .9rem; }

@media (max-width: 980px) {
    .about-hero-inner,
    .about-history-grid,
    .about-engagements-grid,
    .about-foundation-grid,
    .about-evidence-grid,
    .about-leadership-grid { grid-template-columns: 1fr; }
    .about-hero-inner { min-height: 0; }
    .about-company-card { max-width: 600px; }
    .about-history-grid { gap: 2rem; }
    .about-foundation-grid { gap: 1.5rem; }
    .about-market-grid { grid-template-columns: 1fr; }
    .about-market-grid a { min-height: 130px; }
}

@media (max-width: 680px) {
    .about-hero-inner { padding-top: 4rem; padding-bottom: 4rem; }
    .about-hero h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
    .about-actions { align-items: stretch; flex-direction: column; }
    .about-actions .btn { width: 100%; justify-content: center; text-align: center; }
    .about-company-card dl > div { grid-template-columns: 82px minmax(0, 1fr); }
    .about-capability-grid { grid-template-columns: 1fr; }
    .about-capability-grid article,
    .about-capability-grid article:nth-child(2n),
    .about-capability-grid article:nth-child(n+3) { min-height: 220px; border-right: 0; border-bottom: 1px solid #e2e6e9; }
    .about-capability-grid article:last-child { border-bottom: 0; }
    .about-engagement-list article { grid-template-columns: 68px minmax(0, 1fr); }
    .about-contact-inner { align-items: flex-start; flex-direction: column; }
    .about-contact-actions { width: 100%; align-items: stretch; }
    .about-contact-actions .btn { width: 100%; text-align: center; }
}

@media print {
    #main-nav,
    #main-footer,
    .about-actions,
    .about-contact { display: none !important; }
    .about-hero { color: #000; background: #fff; border: 0; }
    .about-hero h1,
    .about-hero-copy > p { color: #000; }
    .about-hero-inner { display: block; min-height: 0; padding: 1rem 0 2rem; }
    .about-company-card { margin-top: 2rem; color: #000; border: 1px solid #bbb; background: #fff; box-shadow: none; }
    .about-company-card dt,
    .about-company-card dd { color: #000; }
    .about-market-grid a { color: #000; border: 1px solid #bbb; background: #fff !important; }
    .about-market-grid span,
    .about-market-grid strong { color: #000; }
}
