/* ==========================================================================
   Global Group — About Us page
   Built from Figma frame "About_Us" (node 1:2)
   Every rule is prefixed .about-<section>
   ========================================================================== */

/* ================================================== HERO (node 1:3) ====== */

.about-hero {
    position: relative;
    min-height: 552px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.about-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: -2;
}

.about-hero__gradient {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(21, 28, 120, .55) 0%, rgba(21, 28, 120, .4) 100%);
}

.about-hero__inner {
    padding-block: 72px;
}

.about-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    /* Figma: the copy block is 768px but the display heading overflows to 924px */
    max-width: 924px;
}

.about-hero__title {
    font-family: var(--gg-font-display);
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
    letter-spacing: -1.8px;
    color: var(--gg-white);
}

.about-hero__title-accent {
    color: #ffa112;
}

.about-hero__card {
    max-width: 576px;
    padding: 33px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.about-hero__card-text {
    font-size: 18px;
    line-height: 29.25px;
    font-weight: 500;
    color: #171c1f;
}

@media (max-width: 900px) {
    .about-hero {
        min-height: 460px;
    }

    .about-hero__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.2px;
    }

    .about-hero__card {
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .about-hero {
        min-height: 400px;
    }

    .about-hero__inner {
        padding-block: 56px;
    }

    .about-hero__title {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: -.6px;
    }

    .about-hero__card-text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ======================================== ABOUT INTRO (node 1:27) ======== */

.about-intro {
    padding-block: 30px 50px;
    background: var(--gg-white);
}

.about-intro__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
}

/* --- media column --- */

.about-intro__media {
    position: relative;
    max-width: 512px;
    margin-bottom: 40px;
}

.about-intro__blur {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 256px;
    height: 256px;
    border-radius: var(--gg-radius-pill);
    background: rgba(47, 91, 255, .05);
    filter: blur(32px);
    pointer-events: none;
}

.about-intro__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 48px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.about-intro__stat {
    position: absolute;
    right: 37px;
    bottom: -37px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 32px;
    border-radius: 48px;
    background: var(--gg-white);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.about-intro__stat-value {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #003fe1;
}

.about-intro__stat-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #434656;
}

/* --- text column --- */

.about-intro__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.about-intro__eyebrow {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ea580c;
}

.about-intro__title {
    font-family: var(--gg-font-display);
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}

.about-intro__text {
    padding-top: 16px;
    font-size: 18px;
    line-height: 29.25px;
    color: #434656;
    text-align: justify;
}

.about-intro__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 16px;
    width: 100%;
}

.about-intro__feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-intro__feature-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #003fe1;
}

.about-intro__feature-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #101c2c;
}

.about-intro__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23.5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #003fe1;
    transition: gap .2s ease;
}

.about-intro__link:hover {
    gap: 14px;
}

.about-intro__link-icon {
    width: 16px;
    height: 12px;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .about-intro__inner {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .about-intro__media {
        max-width: 460px;
        margin-inline: auto;
    }

    .about-intro__title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 560px) {
    .about-intro {
        padding-block: 24px 40px;
    }

    .about-intro__image {
        border-radius: 28px;
    }

    .about-intro__stat {
        right: 12px;
        bottom: -28px;
        gap: 12px;
        padding: 20px 24px;
        border-radius: 28px;
    }

    .about-intro__stat-value {
        font-size: 34px;
        line-height: 36px;
    }

    .about-intro__title {
        font-size: 26px;
        line-height: 36px;
    }

    .about-intro__text {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }

    .about-intro__features {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ========================================= FLEET CARDS (node 6:121) ====== */

.about-fleet {
    background: #e6eeff;
    padding-block: 36px 36px;
}

.about-fleet__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.about-fleet__headings {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-fleet__title {
    font-family: var(--gg-font-display);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #101c2c;
}

.about-fleet__sub {
    font-size: 16px;
    line-height: 24px;
    color: #434656;
}

.about-fleet__nav {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.about-fleet__nav-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4c5d9;
    border-radius: var(--gg-radius-pill);
    color: #003fe1;
    background: transparent;
    transition: background-color .2s ease, border-color .2s ease;
}

.about-fleet__nav-btn:hover {
    background: var(--gg-white);
    border-color: #003fe1;
}

.about-fleet__nav-btn svg {
    width: 7.4px;
    height: 12px;
}

.about-fleet__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
    margin-top: 64px;
}

.about-fleet__card {
    position: relative;
    height: 500px;
    margin: 0;
    border-radius: 48px;
    overflow: hidden;
}

.about-fleet__card--offset {
    margin-top: 48px;
}

.about-fleet__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-fleet__caption {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--gg-white);
    background: linear-gradient(to top, rgba(16, 28, 44, .8) 0%, rgba(16, 28, 44, 0) 100%);
}

@media (max-width: 900px) {
    .about-fleet__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-fleet__title {
        font-size: 34px;
        line-height: 40px;
    }

    /* Becomes a swipeable rail so the nav buttons stay meaningful */
    .about-fleet__track {
        display: flex;
        gap: 32px;
        margin-top: 40px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .about-fleet__track::-webkit-scrollbar {
        display: none;
    }

    .about-fleet__card {
        flex: 0 0 min(70%, 380px);
        height: 420px;
        border-radius: 32px;
        scroll-snap-align: start;
    }

    .about-fleet__card--offset {
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .about-fleet__title {
        font-size: 28px;
        line-height: 34px;
    }

    .about-fleet__card {
        flex: 0 0 88%;
        height: 340px;
        border-radius: 24px;
    }

    .about-fleet__caption {
        padding: 24px;
        font-size: 18px;
    }
}

/* ================================== MISSION / VISION (node 4:114) ======== */

.about-purpose {
    background: #f6fafe;
    padding-block: 63px;
}

.about-purpose__inner {
    display: grid;
    grid-template-columns: minmax(0, 725fr) minmax(0, 357fr);
    gap: 32px;
    align-items: start;
}

.about-purpose__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -.8px;
    color: #1b1b21;
}

.about-purpose__text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 29.25px;
    color: #464652;
}

.about-purpose__image {
    margin-top: 39px;
    width: 100%;
    height: 232px;
    object-fit: cover;
    border: 1px solid var(--gg-muted-light);
    border-radius: var(--gg-radius);
}

/* --- vision card --- */

.about-purpose__vision {
    position: relative;
    padding: 22px 40px 40px;
    border-radius: var(--gg-radius-lg);
    background: rgba(48, 48, 54, .95);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 0 40px 0 rgba(46, 54, 142, .15);
    overflow: hidden;
}

.about-purpose__vision-blur {
    position: absolute;
    right: -60px;
    top: -96px;
    width: 192px;
    height: 192px;
    border-radius: var(--gg-radius);
    background: rgba(21, 28, 120, .3);
    filter: blur(32px);
    pointer-events: none;
}

.about-purpose__vision-icon {
    position: relative;
    width: 90px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--gg-white);
}

.about-purpose__vision-icon svg {
    width: 63px;
    height: 63px;
}

.about-purpose__vision-title {
    position: relative;
    margin-top: 18px;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    color: var(--gg-white);
}

.about-purpose__vision-text {
    position: relative;
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8);
    text-align: justify;
}

@media (max-width: 900px) {
    .about-purpose {
        padding-block: 48px;
    }

    .about-purpose__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-purpose__title {
        font-size: 30px;
        line-height: 38px;
    }

    .about-purpose__image {
        margin-top: 28px;
        height: 200px;
    }
}

@media (max-width: 560px) {
    .about-purpose__text {
        font-size: 16px;
        line-height: 26px;
    }

    .about-purpose__image {
        height: 170px;
    }

    .about-purpose__vision {
        padding: 20px 24px 28px;
    }

    .about-purpose__vision-text {
        text-align: left;
    }
}

/* ========================================= WHO WE ARE (node 1:123) ======= */

.about-who {
    padding-block: 44px 96px;
    background: var(--gg-white);
}

.about-who__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-who__title {
    font-family: var(--gg-font-display);
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -.9px;
    color: #151c78;
}

.about-who__lede {
    font-size: 18px;
    line-height: 29.25px;
    color: #464652;
}

.about-who__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
    margin-top: 32px;
}

.about-who__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px;
    border-radius: 24px;
    background: var(--gg-white);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .05));
    box-shadow: var(--gg-shadow-sm);
}

.about-who__card--offset {
    margin-top: 48px;
}

.about-who__icon {
    width: auto;
    height: 30px;
    color: #9d4300;
}

.about-who__card-title {
    margin-top: 8px;
    font-family: var(--gg-font-display);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #171c1f;
}

.about-who__card-text {
    font-size: 14px;
    line-height: 20px;
    color: #464652;
}

@media (max-width: 900px) {
    .about-who {
        padding-block: 40px 64px;
    }

    .about-who__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-who__title {
        font-size: 30px;
        line-height: 36px;
    }

    .about-who__lede {
        font-size: 16px;
        line-height: 26px;
    }

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

    .about-who__card--offset {
        margin-top: 0;
    }
}

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

    .about-who__card {
        padding: 24px;
        border-radius: 18px;
    }
}

/* ============================================ NETWORK (node 1:156) ======= */

.about-network {
    padding-block: 40px 56px;
    background: var(--gg-white);
}

.about-network__title {
    font-family: var(--gg-font-display);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -.8px;
    color: #1c1b1b;
}

.about-network__sub {
    margin-top: 3px;
    font-size: 18px;
    line-height: 28.8px;
    color: #464652;
}

.about-network__body {
    display: grid;
    grid-template-columns: minmax(0, 612fr) minmax(0, 568fr);
    gap: 26px;
    align-items: start;
    margin-top: 25px;
}

/* --- map --- */

.about-network__map {
    position: relative;
    aspect-ratio: 4 / 3;
    border: 1px solid #c6c5d3;
    border-radius: 8px;
    background: #f0eded;
    overflow: hidden;
}

.about-network__map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}

.about-network__pin {
    position: absolute;
    width: 6.75px;
    height: 6.75px;
    border-radius: var(--gg-radius);
    background: var(--gg-primary);
    border: 2px solid var(--gg-white);
    box-shadow: var(--gg-shadow-sm);
    transform: translate(-50%, -50%);
}

.about-network__pin--tall {
    height: 12px;
}

/* --- yard cards --- */

.about-network__panel-title {
    font-family: var(--gg-font-display);
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    letter-spacing: -.24px;
    color: var(--gg-primary);
}

.about-network__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.about-network__card {
    padding: 25px;
    background: var(--gg-white);
    border: 1px solid #c6c5d3;
    border-radius: var(--gg-radius);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .04));
}

.about-network__card-title {
    font-family: var(--gg-font-display);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #1c1b1b;
}

.about-network__card-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #464652;
}

.about-network__card-text strong {
    font-weight: 600;
    color: #ffa112;
}

/* --- location tags --- */

.about-network__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 35px;
}

.about-network__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 17px;
    border-radius: var(--gg-radius);
    background: #f0eded;
    font-size: 14px;
    line-height: 21px;
    color: #1c1b1b;
}

.about-network__tag-dot {
    width: 8px;
    height: 8px;
    border-radius: var(--gg-radius);
    background: var(--gg-primary);
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .about-network__title {
        font-size: 30px;
        line-height: 38px;
    }

    .about-network__sub {
        font-size: 16px;
        line-height: 26px;
    }

    .about-network__body {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 560px) {
    .about-network {
        padding-block: 32px 44px;
    }

    .about-network__panel-title {
        font-size: 20px;
        line-height: 28px;
    }

    .about-network__card {
        padding: 20px;
    }

    .about-network__card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .about-network__tags {
        gap: 8px;
        margin-top: 24px;
    }

    .about-network__tag {
        padding: 7px 12px;
        font-size: 13px;
    }
}

/* ========================================= EXPERIENCE (node 6:122) ======= */

.about-stats {
    background: #eff4ff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding-block: 53px;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.about-stats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 124px;
    padding: 28px 12px;
    text-align: center;
    background: var(--gg-white);
    border-radius: var(--gg-radius);
}

.about-stats__value {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: var(--gg-accent);
}

.about-stats__label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #434656;
}

@media (max-width: 900px) {
    .about-stats {
        border-top-left-radius: 48px;
        border-top-right-radius: 48px;
        padding-block: 40px;
    }

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

    .about-stats__value {
        font-size: 26px;
        line-height: 34px;
    }

    .about-stats__label {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 560px) {
    .about-stats {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
    }

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