.about-page {
    --about-navy: #071f48;
    --about-navy-soft: #123d66;
    --about-teal: #159f8d;
    --about-mint: #58e0ce;
    --about-ink: #10294a;
    --about-muted: #607089;
    overflow: hidden;
    color: var(--about-ink);
    background: #f5f8fb;
}

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

.about-hero {
    position: relative;
    padding: 68px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(88, 224, 206, .24), transparent 25%),
        linear-gradient(120deg, #061b42 0%, #0c3c64 62%, #108d83 100%);
}

.about-hero::after {
    position: absolute;
    right: -120px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(255, 255, 255, .025), 0 0 0 116px rgba(255, 255, 255, .02);
    content: "";
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 70px;
    align-items: center;
}

.about-eyebrow,
.about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--about-teal);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-eyebrow {
    color: #85ecde;
}

.about-hero h1 {
    max-width: 780px;
    margin: 16px 0 20px;
    color: #fff;
    font-size: clamp(2.45rem, 4.25vw, 4.05rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
}

.about-hero h1 span {
    color: #70dfd2;
}

.about-hero-copy > p {
    max-width: 750px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.03rem;
    line-height: 1.75;
}

.about-hero-principle {
    display: grid;
    gap: 4px;
    max-width: 650px;
    margin-top: 30px;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-left: 4px solid var(--about-mint);
    border-radius: 12px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(10px);
}

.about-hero-principle span {
    color: #7de8da;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-hero-principle strong {
    color: #fff;
    font-size: .96rem;
}

.about-hero-mark {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 340px;
}

.about-hero-mark-ring {
    position: absolute;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .02);
}

.about-hero-mark img {
    position: relative;
    z-index: 1;
    width: 190px;
    height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .2));
}

.about-hero-mark-note {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(4, 31, 66, .82);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.about-hero-mark-note i {
    color: var(--about-mint);
    font-size: 1.2rem;
}

.about-hero-mark-note span {
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.35;
}

.about-story-section {
    padding: 92px 0 70px;
    background: #fff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
}

.about-story-grid h2,
.about-section-heading h2,
.about-founder-copy h2 {
    margin: 13px 0 0;
    color: var(--about-navy);
    font-size: clamp(2rem, 3.3vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.about-story-copy {
    padding-left: 32px;
    border-left: 1px solid #dce7ef;
}

.about-story-copy p,
.about-founder-copy > p {
    margin: 0 0 18px;
    color: var(--about-muted);
    font-size: .96rem;
    line-height: 1.8;
}

.about-story-copy p:last-child,
.about-founder-copy > p:last-of-type {
    margin-bottom: 0;
}

.about-direction-section {
    padding: 0 0 92px;
    background: #fff;
}

.about-direction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-direction-card {
    position: relative;
    min-height: 265px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #dfe8f0;
    border-radius: 18px;
    background: #f8fbfd;
}

.about-direction-card.is-vision {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--about-navy), var(--about-navy-soft));
}

.about-direction-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    color: var(--about-teal);
    background: #e8f8f5;
    font-size: 1.2rem;
}

.is-vision .about-direction-icon {
    color: #78e2d5;
    background: rgba(255, 255, 255, .1);
}

.about-direction-card h2 {
    margin: 32px 0 10px;
    color: var(--about-navy);
    font-size: 1.5rem;
    font-weight: 900;
}

.about-direction-card.is-vision h2 {
    color: #fff;
}

.about-direction-card p {
    max-width: 490px;
    margin: 0;
    color: var(--about-muted);
    font-size: .94rem;
    line-height: 1.7;
}

.about-direction-card.is-vision p {
    color: rgba(255, 255, 255, .72);
}

.about-founder-section {
    padding: 96px 0;
    background: #f2f6fa;
}

.about-founder-grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 70px;
    align-items: center;
}

.about-founder-portrait {
    position: relative;
    aspect-ratio: 1122 / 1402;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: var(--about-navy);
    box-shadow: 0 28px 60px rgba(7, 31, 72, .2);
}

.about-founder-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-founder-portrait figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(6, 29, 65, .86);
    backdrop-filter: blur(12px);
}

.about-founder-portrait strong,
.about-founder-portrait span {
    display: block;
}

.about-founder-portrait strong {
    color: #fff;
    font-size: 1rem;
}

.about-founder-portrait span {
    margin-top: 3px;
    color: #77e0d4;
    font-size: .72rem;
    font-weight: 800;
}

.about-founder-copy h2 {
    margin-bottom: 24px;
}

.about-focus {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #d8e3ec;
}

.about-focus h3 {
    margin: 0 0 14px;
    color: var(--about-navy);
    font-size: .9rem;
    font-weight: 900;
}

.about-focus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.about-focus-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #d5e4e7;
    border-radius: 999px;
    color: #245268;
    background: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.about-focus-list i {
    color: var(--about-teal);
}

.about-trust-section {
    padding: 92px 0;
    background: #fff;
}

.about-section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-trust-card {
    padding: 26px 22px;
    border: 1px solid #dfe8f0;
    border-radius: 16px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about-trust-card:hover {
    transform: translateY(-4px);
    border-color: #b7ddd7;
    box-shadow: 0 18px 34px rgba(12, 57, 81, .09);
}

.about-trust-card > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--about-teal);
    background: #e9f8f5;
    font-size: 1.05rem;
}

.about-trust-card h3 {
    margin: 22px 0 8px;
    color: var(--about-navy);
    font-size: .94rem;
    font-weight: 900;
}

.about-trust-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: .8rem;
    line-height: 1.65;
}

.about-cta {
    padding: 0 0 92px;
    background: #fff;
}

.about-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    padding: 48px 52px;
    overflow: hidden;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 95% 20%, rgba(89, 224, 206, .28), transparent 28%),
        linear-gradient(125deg, var(--about-navy), #0d566f 72%, #119688);
}

.about-cta .about-section-kicker {
    color: #76e3d6;
}

.about-cta h2 {
    max-width: 760px;
    margin: 10px 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.about-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    line-height: 1.65;
}

.about-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 11px;
    color: var(--about-navy);
    background: #fff;
    font-size: .8rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

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

    .about-hero-mark {
        display: none;
    }

    .about-story-grid,
    .about-founder-grid {
        gap: 38px;
    }

    .about-story-copy {
        padding: 0;
        border: 0;
    }

    .about-founder-portrait {
        width: min(520px, 100%);
    }

    .about-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-shell {
        width: min(100% - 28px, 1180px);
    }

    .about-hero {
        padding: 52px 0;
    }

    .about-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3rem);
    }

    .about-story-section,
    .about-founder-section,
    .about-trust-section {
        padding: 68px 0;
    }

    .about-direction-section,
    .about-cta {
        padding-bottom: 68px;
    }

    .about-direction-grid,
    .about-trust-grid,
    .about-cta-inner {
        grid-template-columns: 1fr;
    }

    .about-direction-card {
        min-height: 0;
        padding: 26px;
    }

    .about-cta-inner {
        gap: 28px;
        padding: 34px 26px;
    }

    .about-cta a {
        width: 100%;
    }
}
