/* About page — Devox-like section system, Mason1 visual language */

.about-hero .page-hero-inner {
    padding-bottom: 3rem;
}

.about-hero h1 {
    max-width: 16ch;
}

.about-who h2,
.about-work h2,
.about-ethics h2,
.about-presence h2 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 4vw, 3.5rem);
    font-weight: 720;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 2.75rem;
    border: 1px solid #cbd8e7;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px #071d3b0a;
}

.about-stats article {
    padding: 1.5rem 1.35rem;
    border-right: 1px solid #cbd8e7;
}

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

.about-stats strong {
    display: block;
    color: #0a55cc;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 760;
    letter-spacing: -.06em;
    line-height: 1;
}

.about-stats span {
    display: block;
    margin: .55rem 0 .65rem;
    color: var(--ink);
    font-size: .84rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-stats p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
}

.about-focus .section-intro {
    max-width: 54ch;
}

.about-focus-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
    padding: 1.5rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 32px #071d3b08;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-focus-card:hover {
    border-color: #9bbef5;
    box-shadow: 0 18px 44px #071d3b12;
    transform: translateY(-4px);
    color: inherit;
}

.about-focus-card h3 {
    margin: 0 0 .7rem;
    font-size: 1.2rem;
}

.about-focus-card p {
    margin: 0 0 1.25rem;
    color: var(--muted);
    font-size: .95rem;
    flex: 1;
}

.about-focus-card span {
    color: #0a55cc;
    font-weight: 750;
    font-size: .9rem;
}

.about-work-lede {
    max-width: 42ch;
    color: var(--muted);
    font-size: 1.05rem;
}

.about-work-panel {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #f7faff;
}

.about-work-panel-dark {
    background: #082653;
    border-color: #082653;
    color: #fff;
}

.about-work-panel h3 {
    margin: 0 0 1.1rem;
    font-size: 1.15rem;
}

.about-work-panel-dark h3 {
    color: #fff;
}

.about-work-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-work-panel li {
    position: relative;
    padding: .7rem 0 .7rem 1.15rem;
    border-top: 1px solid #d5e1ef;
    color: #526176;
    font-size: .92rem;
    line-height: 1.45;
}

.about-work-panel li:last-child {
    padding-bottom: 0;
}

.about-work-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0a55cc;
}

.about-work-panel-dark li {
    border-top-color: #ffffff24;
    color: #b9cbe1;
}

.about-work-panel-dark li::before {
    background: #6ea3ff;
}

.about-bridge {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #071d3b 0%, #0a2c5c 55%, #12407a 100%);
    color: #fff;
}

.about-bridge-intro {
    margin-bottom: 2rem;
}

.about-bridge-intro h2 {
    max-width: 22ch;
    margin: 0 auto;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 720;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.about-bridge-card {
    height: 100%;
    padding: 1.75rem;
    border: 1px solid #ffffff24;
    border-radius: 16px;
    background: #ffffff0f;
}

.about-bridge-card strong {
    display: block;
    margin-bottom: .35rem;
    font-size: 1.35rem;
}

.about-bridge-card > span {
    display: block;
    margin-bottom: 1rem;
    color: #9eb6d4;
    font-size: .84rem;
}

.about-bridge-card p {
    margin: 0;
    color: #c3d2e5;
    font-size: .95rem;
}

.about-bridge-line {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 120px;
}

.about-bridge-line span {
    padding: .55rem .9rem;
    background: #1767ed;
    color: #fff;
    font-size: .72rem;
    letter-spacing: .14em;
    font-weight: 850;
    border-radius: 999px;
}

.about-bridge-cta {
    margin-top: 2rem;
}

.about-bridge-cta p {
    margin: 0 0 1.1rem;
    color: #b9cbe2;
}

.about-team-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1.1rem;
    height: 100%;
    padding: 1.25rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px #071d3b08;
    align-items: start;
}

.about-team-photo {
    margin: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e8f0fb;
    box-shadow: 0 8px 20px #071d3b14;
    background: #dce8f8;
}

.about-team-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-team-card h3 {
    margin: 0 0 .25rem;
    font-size: 1.1rem;
}

.about-team-role {
    margin: 0 0 .55rem;
    color: #0a55cc;
    font-size: .82rem;
    font-weight: 750;
}

.about-team-card p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
}

.about-value-card {
    height: 100%;
    padding: 1.6rem;
    border-top: 3px solid #1767ed;
    background: #fff;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 12px 32px #071d3b08;
}

.about-value-card h3 {
    margin: 0 0 .75rem;
    font-size: 1.25rem;
}

.about-value-card p {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.55;
}

.about-ethics-list article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1.25rem;
    padding: 1.4rem 0;
    border-top: 1px solid #ced9e6;
}

.about-ethics-list article:last-child {
    border-bottom: 1px solid #ced9e6;
}

.about-ethics-list article > span {
    color: #0a55cc;
    font-size: .85rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.about-ethics-list h3 {
    margin: 0 0 .45rem;
    font-size: 1.25rem;
}

.about-ethics-list p {
    margin: 0;
    max-width: 58ch;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.55;
}

.about-presence-copy {
    max-width: 48ch;
    color: var(--muted);
    font-size: 1.05rem;
}

.about-presence-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.75rem;
}

.about-presence-details a {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d5e1ef;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.about-presence-details a:hover {
    border-color: #9bbef5;
    color: inherit;
}

.about-presence-details small {
    color: #71839a;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-presence-details strong {
    font-size: .95rem;
}

.about-presence-panel {
    display: grid;
    gap: 0;
    border: 1px solid #cbd8e7;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 36px #071d3b0a;
}

.about-presence-panel > div {
    padding: 1.25rem 1.4rem;
    border-bottom: 1px solid #cbd8e7;
}

.about-presence-panel > div:last-child {
    border-bottom: 0;
}

.about-presence-panel strong {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.05rem;
}

.about-presence-panel span {
    color: var(--muted);
    font-size: .9rem;
}

.closing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
}

.btn-outline-cta {
    border: 1px solid #ffffff55;
    color: #fff;
    background: transparent;
}

.btn-outline-cta:hover {
    border-color: #fff;
    background: #ffffff14;
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-stats {
        grid-template-columns: 1fr 1fr;
    }

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

    .about-stats article:nth-child(1),
    .about-stats article:nth-child(2) {
        border-bottom: 1px solid #cbd8e7;
    }

    .about-bridge-line {
        min-height: 70px;
    }

    .closing-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .about-stats {
        grid-template-columns: 1fr;
    }

    .about-stats article {
        border-right: 0;
        border-bottom: 1px solid #cbd8e7;
    }

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

    .about-presence-details {
        grid-template-columns: 1fr;
    }

    .about-team-card {
        grid-template-columns: 72px 1fr;
    }

    .about-team-photo {
        width: 72px;
        height: 72px;
    }
}