/* ==========================================================================
   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: 420px;
    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: 400px;
    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;
    }
}

/* ================================== VISION / MISSION (node 4:114) ======== */
/* Two equal, symmetric cards — Vision left, Mission right. */

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

.about-purpose__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

.about-purpose__card {
    padding: 32px;
    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);
}

.about-purpose__icon {
    width: 72px;
    height: 72px;
    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__icon svg {
    width: 40px;
    height: 40px;
}

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

.about-purpose__card-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8);
}

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

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

/* ==================================== PARTNERS + LEADERSHIP (About) ====== */
/* Replaces the old "Who We Are" grid — bigger OEM/builder logo wall plus a
   leadership profile card, sourced from key_contact_1_* settings. */

.about-partners {
    padding-block: 48px 80px;
    background: var(--gg-white);
}

.about-partners__inner {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    align-items: start;
    gap: 40px;
}

.about-partners__profiles {
    gap: 12px;
    max-width: none;
}
.about-partners__profiles > * { min-width: 0; flex: 1 1 0; }

.about-partners__profile {
    padding: 28px;
    border-radius: var(--gg-radius-lg);
    background: #f6fafe;
    text-align: center;
}

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

.about-partners__subtitle {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #464652;
}

.about-partners__group {
    margin-top: 28px;
}

.about-partners__group-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #875200;
}

.about-partners__logo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px 36px;
    margin-top: 16px;
    padding: 24px;
    border-radius: var(--gg-radius-lg);
    background: #f6fafe;
}

.about-partners__logo {
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(15%);
}

.about-partners__profile {
    padding: 28px;
    border-radius: var(--gg-radius-lg);
    background: #f6fafe;
    text-align: center;
}

.about-partners__profile-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-inline: auto;
}

.about-partners__profile-photo--initials { display: grid; place-items: center; background: var(--gg-primary); color: #fff; font-weight: 800; font-size: 1.25rem; }
.about-partners__profiles {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-partners__profile {
    margin-bottom: 0 !important;
}

.about-partners__profile-photo,
.about-partners__profile--compact .about-partners__profile-photo {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    min-height: 60px;
    margin-inline: auto;
}

.about-partners__profile--compact .about-partners__profile-name {
    margin-top: 16px;
    font-size: 20px;
}

.about-partners__profile--compact .about-partners__profile-role {
    margin-top: 4px;
    font-size: 14px;
}
.about-partners__profile--compact .about-partners__profile-name { margin-top: 10px; font-size: 17px; }
.about-partners__profile--compact .about-partners__profile-role { font-size: 13px; }
.about-partners__profile--compact .about-partners__profile-bio { display: none; }

.about-partners__profile-name {
    margin-top: 16px;
    font-family: var(--gg-font-display);
    font-size: 20px;
    font-weight: 700;
    color: #171c1f;
}

.about-partners__profile-role {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #875200;
}

.about-partners__profile-bio {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #464652;
    text-align: left;
}

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

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

    .about-partners__profiles {
        display: flex;
        max-width: none;
    }

    .about-partners__profile {
        max-width: none;
        margin-inline: 0;
    }
}

@media (max-width: 560px) {
    .about-partners__logo-grid {
        gap: 20px 24px;
        padding: 20px;
    }

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

/* ============================================ 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: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.about-stats__card {
    flex: 1 1 170px;
    max-width: 230px;
    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 {
        gap: 16px;
    }

    .about-stats__card {
        flex-basis: 150px;
    }

    .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__card {
        flex-basis: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* ==========================================================================
   Our Achievements — certificate carousel (Figma node 30:44)
   ========================================================================== */

.about-awards {
    background: #eef1fc;
    padding-block: 56px 64px;
}

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

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

.about-awards__nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.about-awards__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;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

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

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

/* Horizontal rail — arrows scroll it one card at a time. */
.about-awards__track {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

.about-awards__card {
    position: relative;
    flex: 0 0 260px;
    height: 340px;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: var(--gg-white);
    box-shadow: 0 4px 6px -4px rgba(16, 28, 44, .1), 0 10px 15px -3px rgba(16, 28, 44, .1);
    scroll-snap-align: start;
}

.about-awards__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-awards__caption {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--gg-white);
    background: linear-gradient(to top, rgba(16, 28, 44, .85) 0%, rgba(16, 28, 44, 0) 55%);
}

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

    .about-awards__title {
        font-size: 34px;
        line-height: 42px;
    }

    .about-awards__track {
        margin-top: 32px;
    }
}

@media (max-width: 560px) {
    .about-awards__card {
        flex-basis: 240px;
        height: 340px;
    }
}
