/* =========================================================
   ABOUT US PAGE
========================================================= */

.gt-about-page {
    overflow: hidden;
}


/* =========================================================
   HERO
========================================================= */

.gt-about-hero {
    position: relative;

    min-height: 580px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            #061a31 0%,
            rgba(6,26,49,.92) 38%,
            rgba(6,26,49,.35) 100%
        ),
        url('../images/about/about-hero.webp')
        center / cover no-repeat;
}


.gt-about-hero-content {
    position: relative;

    z-index: 2;

    max-width: 760px;

    padding: 110px 0 90px;
}


.gt-about-hero h1 {
    margin: 15px 0 22px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 72px);

    line-height: 1.05;

    font-weight: 700;
}


.gt-about-hero h1 span {
    color: #d9a441;
}


.gt-about-hero p {
    max-width: 650px;

    margin: 0 0 30px;

    color: rgba(255,255,255,.78);

    font-size: 17px;

    line-height: 1.8;
}


.gt-about-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================================
   STORY
========================================================= */

.gt-about-story {
    background: #ffffff;
}


.gt-about-story-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;
}


.gt-about-story-content p {
    color: #68727d;

    font-size: 15px;

    line-height: 1.8;
}


.gt-about-story-content .gt-lead {
    color: #273442;

    font-size: 17px;

    line-height: 1.75;
}


.gt-about-story-content strong {
    color: #061a31;
}


.gt-about-story-visual {
    position: relative;

    min-height: 600px;
}


.gt-about-main-image {
    position: absolute;

    inset: 0;

    border-radius: 15px;

    background:
        center / cover no-repeat;

    box-shadow:
        0 25px 70px rgba(6,26,49,.15);
}


.gt-about-experience-card {
    position: absolute;

    left: -30px;

    bottom: 35px;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 20px 25px;

    background: #061a31;

    border-radius: 10px;

    box-shadow:
        0 20px 50px rgba(6,26,49,.25);
}


.gt-about-experience-card strong {
    color: #d9a441;

    font-size: 38px;
}


.gt-about-experience-card span {
    color: #ffffff;

    font-size: 12px;

    line-height: 1.45;
}


/* =========================================================
   VISION
========================================================= */

.gt-about-vision {
    padding: 70px 0;

    background:
        linear-gradient(
            135deg,
            #061a31,
            #0b3151
        );
}


.gt-about-vision-inner {
    display: flex;

    align-items: center;

    gap: 30px;

    max-width: 1000px;

    margin: auto;
}


.gt-about-vision-icon {
    width: 70px;
    height: 70px;

    flex: 0 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d9a441;

    color: #061a31;

    font-size: 28px;
}


.gt-about-vision .gt-eyebrow {
    color: #d9a441;
}


.gt-about-vision h2 {
    max-width: 900px;

    margin: 8px 0 0;

    color: #ffffff;

    font-size: 32px;

    line-height: 1.4;
}


/* =========================================================
   NUMBERS
========================================================= */

.gt-about-stats-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 45px;
}


.gt-about-stat-card {
    padding: 35px 20px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e4e8eb;

    border-radius: 10px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.gt-about-stat-card:hover {
    transform: translateY(-7px);

    border-color: #d9a441;

    box-shadow:
        0 20px 45px rgba(6,26,49,.09);
}


.gt-about-stat-card strong {
    display: block;

    color: #061a31;

    font-size: 42px;

    line-height: 1;
}


.gt-about-stat-card span {
    display: block;

    margin-top: 10px;

    color: #737c86;

    font-size: 13px;
}


/* =========================================================
   PRESENCE
========================================================= */

.gt-about-presence {
    background: #f7f8fa;
}


.gt-about-section-heading {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 60px;

    align-items: end;
}


.gt-about-section-heading > p {
    margin: 0;

    color: #707984;

    font-size: 15px;

    line-height: 1.8;
}


.gt-office-grid {
    display: grid;

    grid-template-columns:
        repeat(7, 1fr);

    gap: 10px;

    margin-top: 40px;
}


.gt-office {
    padding: 24px 10px;

    text-align: center;

    background: #ffffff;

    border-radius: 8px;

    border: 1px solid #e5e8eb;

    transition:
        transform .3s ease,
        background .3s ease;
}


.gt-office:hover {
    transform: translateY(-5px);

    background: #061a31;
}


.gt-office strong {
    display: block;

    color: #061a31;

    font-size: 14px;
}


.gt-office span {
    display: block;

    margin-top: 5px;

    color: #9299a1;

    font-size: 10px;
}


.gt-office:hover strong {
    color: #ffffff;
}


.gt-office:hover span {
    color: #d9a441;
}


/* =========================================================
   APPROACH
========================================================= */

.gt-about-two-column {
    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 90px;

    align-items: start;
}


.gt-about-two-column p {
    color: #707984;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   CAPABILITIES
========================================================= */

.gt-about-capabilities {
    background: #f7f8fa;
}


.gt-section-description {
    max-width: 700px;

    margin: 15px auto 0;

    color: #707984;

    font-size: 15px;

    line-height: 1.8;

    text-align: center;
}


.gt-capability-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;

    margin-top: 45px;
}


.gt-capability-card {
    position: relative;

    padding: 30px;

    background: #ffffff;

    border-radius: 10px;

    border: 1px solid #e5e8eb;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.gt-capability-card:hover {
    transform: translateY(-6px);

    border-color: #d9a441;

    box-shadow:
        0 20px 45px rgba(6,26,49,.08);
}


.gt-capability-number {
    color: #d9a441;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;
}


.gt-capability-card h3 {
    margin: 18px 0 10px;

    color: #061a31;

    font-size: 20px;
}


.gt-capability-card p {
    margin: 0;

    color: #707984;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   FEATURE
========================================================= */

.gt-about-feature {
    padding: 100px 0;

    background: #ffffff;
}


.gt-about-feature-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 75px;

    align-items: center;
}


.gt-about-feature-image {
    min-height: 500px;

    border-radius: 14px;

    background:
        center / cover no-repeat;
}


.gt-about-feature-content p,
.gt-about-av p,
.gt-about-team p {
    color: #707984;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   AV
========================================================= */

.gt-about-av {
    background: #f7f8fa;
}


.gt-about-av-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;
}


.gt-about-av .gt-lead {
    color: #273442;

    font-size: 18px;
}


/* =========================================================
   SERVICES
========================================================= */

.gt-service-highlight-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 45px;
}


.gt-service-highlight {
    padding: 35px;

    text-align: center;

    border: 1px solid #e4e8eb;

    border-radius: 10px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.gt-service-highlight:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(6,26,49,.08);
}


.gt-service-icon {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: auto;

    border-radius: 50%;

    background: #f8edda;

    color: #a87516;

    font-size: 22px;
}


.gt-service-highlight h3 {
    color: #061a31;

    font-size: 19px;

    margin: 20px 0 10px;
}


.gt-service-highlight p {
    color: #707984;

    font-size: 13px;

    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   GLOBAL
========================================================= */

.gt-about-global {
    position: relative;

    padding: 110px 0;

    background:
        url('../images/about/about-global.webp')
        center / cover no-repeat;
}


.gt-about-global-overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(6,26,49,.87);
}


.gt-about-global-content {
    position: relative;

    z-index: 2;

    max-width: 850px;
}


.gt-about-global h2 {
    margin: 10px 0 20px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.25;
}


.gt-about-global h2 span {
    color: #d9a441;
}


.gt-about-global p {
    color: rgba(255,255,255,.72);

    font-size: 15px;

    line-height: 1.8;
}


.gt-destination-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 25px;
}


.gt-destination-tags span {
    padding: 8px 14px;

    border: 1px solid
        rgba(255,255,255,.18);

    border-radius: 30px;

    color: #ffffff;

    font-size: 14px;
}


/* =========================================================
   TEAM
========================================================= */

.gt-about-team {
    background: #ffffff;
}


.gt-about-team-grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 80px;
}


.gt-about-team p {
    margin-top: 0;
}


.gt-about-team .gt-lead {
    color: #273442;

    font-size: 18px;
}


/* =========================================================
   PROMISE
========================================================= */

.gt-about-promise {
    padding: 75px 0;

    background:
        linear-gradient(
            135deg,
            #061a31,
            #0b3151
        );
}


.gt-about-promise-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


.gt-about-promise h2 {
    margin: 8px 0 15px;

    color: #ffffff;

    font-size: 36px;
}


.gt-about-promise h2 span {
    color: #d9a441;
}


.gt-about-promise p {
    max-width: 700px;

    margin: 0;

    color: rgba(255,255,255,.7);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .gt-about-story-grid,
    .gt-about-feature-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .gt-about-story-visual {
        min-height: 500px;
    }


    .gt-about-stats-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gt-office-grid {
        grid-template-columns:
            repeat(4, 1fr);
    }


    .gt-capability-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gt-service-highlight-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


@media (max-width: 750px) {

    .gt-about-hero {
        min-height: 500px;
    }


    .gt-about-hero-content {
        padding: 90px 0 70px;
    }


    .gt-about-vision-inner {
        align-items: flex-start;
    }


    .gt-about-vision h2 {
        font-size: 24px;
    }


    .gt-about-section-heading,
    .gt-about-two-column,
    .gt-about-av-grid,
    .gt-about-team-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    .gt-office-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gt-capability-grid,
    .gt-service-highlight-grid {
        grid-template-columns: 1fr;
    }


    .gt-about-promise-inner {
        flex-direction: column;

        align-items: flex-start;
    }


    .gt-about-global h2 {
        font-size: 32px;
    }

}


@media (max-width: 500px) {

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


    .gt-about-story-visual {
        min-height: 400px;
    }


    .gt-about-experience-card {
        left: 15px;

        bottom: 20px;
    }


    .gt-about-vision-inner {
        flex-direction: column;
    }


    .gt-about-hero h1 {
        font-size: 40px;
    }

}