.about-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.about-hero-flow,
.about-open-section,
.about-flowchart-section,
.about-final-open {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.about-hero-flow {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.about-hero-flow-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    min-width: 0;
}

.about-hero-flow h1,
.about-open-section h2,
.about-flowchart-section h2,
.about-final-open h2 {
    margin: 0 0 1rem;
    color: #07111f !important;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    font-weight: 820;
    line-height: 1.04;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
}

.about-hero-flow-copy {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.about-hero-flow-copy p,
.story-columns p,
.about-section-heading p,
.about-final-open p {
    margin: 0;
    color: #475569 !important;
    font-size: 1.06rem;
    line-height: 1.78;
    overflow-wrap: anywhere;
}

.about-story-line {
    display: grid;
    grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-story-line h2 {
    font-size: clamp(1.9rem, 4vw, 3.3rem);
}

.story-columns {
    columns: 2 260px;
    column-gap: 2rem;
}

.story-columns p {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.about-flowchart-section {
    background: #f8fbff;
}

.centered-heading {
    max-width: 820px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.flowchart {
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1.15fr 44px 1fr 44px 1fr 44px 1fr;
    align-items: center;
    gap: 0;
}

.flow-node {
    min-width: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.flow-node span {
    display: inline-flex;
    margin-bottom: .65rem;
    color: #1d4ed8;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.flow-node strong {
    display: block;
    margin-bottom: .45rem;
    color: #07111f;
    font-size: 1.05rem;
    font-weight: 850;
}

.flow-node p {
    max-width: 180px;
    margin: 0 auto;
    color: #64748b !important;
    font-size: .9rem;
    line-height: 1.55;
}

.flow-orchestrator {
    position: relative;
    padding: 1.35rem 1rem;
    border: 1px solid rgba(37,99,235,.22);
    border-radius: 999px;
    background: #07111f;
    box-shadow: 0 22px 60px rgba(15,23,42,.18);
}

.flow-orchestrator span,
.flow-orchestrator strong {
    color: #fff !important;
}

.flow-orchestrator p {
    color: rgba(226,241,255,.78) !important;
}

.flow-connector {
    height: 1px;
    background: linear-gradient(90deg, rgba(37,99,235,.25), rgba(8,145,178,.85));
    position: relative;
}

.flow-connector::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0891b2;
    border-right: 1px solid #0891b2;
    transform: translateY(-50%) rotate(45deg);
}

.about-tech-open {
    background: linear-gradient(180deg, #fff 0%, #eef4fb 100%);
}

.about-section-heading {
    max-width: 820px;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.tech-open-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
}

.tech-open-list div {
    display: grid;
    grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}

.tech-open-list strong,
.leadership-lines strong {
    color: #07111f;
    font-weight: 850;
}

.tech-open-list span,
.leadership-lines p {
    color: #64748b;
    line-height: 1.62;
}

.about-leadership-open {
    background: #fff;
}

.leadership-open-grid {
    display: grid;
    grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.leadership-lines {
    display: grid;
    border-top: 1px solid var(--line);
}

.leadership-lines div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) minmax(190px, .8fr);
    gap: 1rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}

.leadership-lines span {
    color: #1d4ed8;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.leadership-lines p {
    margin: 0;
    font-weight: 760;
}

.about-final-open {
    background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.about-final-open .about-container {
    max-width: 900px;
}

.about-final-open .btn-primary-strong {
    width: fit-content;
    margin-top: 1.5rem;
}

.footer-cin {
    margin-top: -.4rem !important;
    margin-bottom: .85rem !important;
    color: rgba(226,241,255,.66) !important;
    font-size: .82rem !important;
    letter-spacing: .04em;
}

@media (max-width: 1100px) {
    .flowchart {
        grid-template-columns: 1fr;
        gap: .75rem;
        max-width: 560px;
        margin: 0 auto;
    }

    .flow-connector {
        width: 1px;
        height: 34px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(37,99,235,.25), rgba(8,145,178,.85));
    }

    .flow-connector::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -1px;
        transform: translateX(-50%) rotate(135deg);
    }

    .flow-node p {
        max-width: 360px;
    }
}

@media (max-width: 900px) {
    .about-hero-flow-grid,
    .about-story-line,
    .leadership-open-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-flow-copy {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .about-container {
        width: min(100% - 32px, 1120px);
    }

    .about-hero-flow,
    .about-open-section,
    .about-flowchart-section,
    .about-final-open {
        padding-block: 4rem;
    }

    .story-columns {
        columns: 1;
    }

    .tech-open-list div,
    .leadership-lines div {
        grid-template-columns: 1fr;
        gap: .4rem;
    }

    .about-final-open .btn-primary-strong {
        width: 100%;
    }
}

/* About hero text alignment fix */
.about-hero-flow-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, .95fr) !important;
    align-items: start !important;
}

.about-hero-flow-copy {
    width: 100%;
    max-width: 620px;
    justify-self: end;
    min-width: 0;
}

.about-hero-flow-copy p {
    max-width: 100%;
    text-align: left;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}

@media (max-width: 900px) {
    .about-hero-flow-grid {
        grid-template-columns: 1fr !important;
    }

    .about-hero-flow-copy {
        max-width: 760px;
        justify-self: start;
    }
}

/* Hard fix: About hero must never overflow */
.about-hero-flow .about-container {
    width: min(100% - 32px, 1120px) !important;
    max-width: 1120px !important;
    overflow: hidden;
}

.about-hero-flow-grid {
    display: block !important;
    max-width: 920px !important;
}

.about-hero-flow h1 {
    max-width: 900px !important;
    margin-bottom: 1.25rem !important;
}

.about-hero-flow-copy {
    width: 100% !important;
    max-width: 820px !important;
    justify-self: auto !important;
    display: grid !important;
    gap: 1rem !important;
}

.about-hero-flow-copy p {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-align: left !important;
}

/* Final About page containment and compact leadership redesign */
.about-hero-flow,
.about-open-section,
.about-flowchart-section,
.about-final-open,
.about-page-hero,
.about-section {
    overflow-x: clip !important;
}

.about-hero-flow .about-container,
.about-container {
    width: min(100% - 40px, 1040px) !important;
    max-width: 1040px !important;
}

.about-hero-flow-grid {
    max-width: 860px !important;
}

.about-hero-flow h1 {
    max-width: 820px !important;
    font-size: clamp(2rem, 4.2vw, 3.7rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
}

.about-hero-flow-copy {
    max-width: 760px !important;
}

.about-hero-flow-copy p {
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

.about-section-heading h2,
.about-open-section h2,
.about-flowchart-section h2,
.about-final-open h2 {
    font-size: clamp(1.85rem, 3.7vw, 3.35rem) !important;
    line-height: 1.1 !important;
}

.about-leadership-open {
    background:
        radial-gradient(circle at 12% 12%, rgba(37,99,235,.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.leadership-open-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr) !important;
    gap: clamp(2rem, 5vw, 4rem) !important;
    align-items: start !important;
}

.leadership-open-grid .about-section-heading {
    margin: 0 !important;
    max-width: 420px !important;
}

.leadership-open-grid .about-section-heading h2 {
    font-size: clamp(1.75rem, 3.5vw, 3rem) !important;
}

.leadership-lines {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    border-top: 0 !important;
}

.leadership-lines div {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .45rem !important;
    align-content: start;
    min-height: 150px;
    padding: 1.1rem 1.1rem 1.1rem 1.25rem !important;
    border: 1px solid var(--line) !important;
    border-radius: 20px;
    background: rgba(255,255,255,.74);
    box-shadow: 0 14px 34px rgba(15,23,42,.055);
    overflow: hidden;
}

.leadership-lines div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #2563eb, #0891b2);
}

.leadership-lines span {
    color: #1d4ed8 !important;
    font-size: .7rem !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

.leadership-lines strong {
    color: #07111f !important;
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
}

.leadership-lines p {
    color: #64748b !important;
    font-size: .92rem !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    .leadership-open-grid,
    .leadership-lines {
        grid-template-columns: 1fr !important;
    }

    .leadership-open-grid .about-section-heading {
        max-width: 680px !important;
    }
}

@media (max-width: 520px) {
    .about-hero-flow .about-container,
    .about-container {
        width: min(100% - 28px, 1040px) !important;
    }

    .about-hero-flow h1 {
        font-size: clamp(1.9rem, 10vw, 2.65rem) !important;
    }
}

/* About content containment and open leadership redesign */
.about-hero-flow-copy p,
.about-hero-flow-copy p:first-child,
.about-hero-flow .about-hero-flow-copy p:first-child {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #475569 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.72 !important;
    text-transform: none !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

.about-hero-flow-copy {
    overflow: hidden !important;
}

.leadership-lines {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-left: 1.6rem;
    border-top: 0 !important;
}

.leadership-lines::before {
    content: "";
    position: absolute;
    left: .35rem;
    top: .45rem;
    bottom: .45rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(37,99,235,.15), rgba(8,145,178,.8), rgba(37,99,235,.15));
}

.leadership-lines div {
    position: relative;
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) minmax(150px, auto) 40px !important;
    gap: 1rem !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 1rem 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.leadership-lines div::before {
    content: "";
    position: absolute;
    left: calc(-1.6rem - 4px);
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 0 0 6px rgba(37,99,235,.1);
    transform: translateY(-50%);
}

.leadership-lines span {
    color: #1d4ed8 !important;
    font-size: .72rem !important;
    font-weight: 900 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

.leadership-lines strong {
    color: #07111f !important;
    font-size: 1.03rem !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
}

.leadership-lines p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .92rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

.leadership-lines a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #2563eb;
    background: rgba(255,255,255,.72);
    text-decoration: none;
}

.leadership-lines a:hover {
    transform: translateY(-2px);
    border-color: rgba(37,99,235,.38);
    background: #fff;
}

.leadership-lines svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 720px) {
    .leadership-lines div {
        grid-template-columns: 1fr 40px !important;
        gap: .35rem 1rem !important;
    }

    .leadership-lines span,
    .leadership-lines strong,
    .leadership-lines p {
        grid-column: 1;
    }

    .leadership-lines a {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: center;
    }
}
