/* =========================================================
   HB GROUP
   ABOUT PAGE
========================================================= */


/* =========================================================
   SHARED ABOUT ELEMENTS
========================================================= */

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--hb-blue-light);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}


.about-kicker::before {
    content: "";

    width: 24px;
    height: 2px;

    background: currentColor;
}


.about-kicker--dark {
    color: var(--hb-blue);
}


.about-section-heading h2,
.about-principles__heading h2,
.about-experience h2,
.about-services__heading h2,
.about-accreditations h2,
.about-coverage h2,
.about-team__heading h2 {
    margin: 0;

    font-size: clamp(2.15rem, 4vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.98;
}


.about-section-heading h2 span,
.about-principles__heading h2 span,
.about-experience h2 span,
.about-services__heading h2 span,
.about-accreditations h2 span,
.about-coverage h2 span,
.about-team__heading h2 span {
    display: block;

    color: #747b86;
}


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

.about-hero {
    position: relative;

    overflow: hidden;

    padding: 112px 0 100px;

    background:
        linear-gradient(135deg,
            #05080e 0%,
            #080d15 48%,
            #050609 100%);

    color: white;
}


.about-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    opacity: 0.16;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px);

    background-size: 70px 70px;

    pointer-events: none;
}


.about-hero__glow {
    position: absolute;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    filter: blur(130px);

    opacity: 0.14;

    pointer-events: none;
}


.about-hero__glow--blue {
    top: -220px;
    right: 0;

    background: var(--hb-blue);
}


.about-hero__glow--red {
    bottom: -340px;
    left: -150px;

    background: var(--hb-red);
}


.about-hero__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: center;
}


.about-hero__content {
    max-width: 820px;
}


.about-hero h1 {
    max-width: 850px;

    margin: 0 0 30px;

    font-size: clamp(3rem, 6.3vw, 6.8rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.91;
}


.about-hero h1 span {
    display: block;

    color: #8e98a6;
}


.about-hero__lead {
    max-width: 680px;

    margin: 0;

    color: #bec6d1;

    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    line-height: 1.75;
}


.about-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;

    margin-top: 38px;
}


.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #161b22;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;

    transition:
        color 0.25s ease,
        gap 0.25s ease;
}


.about-hero .about-text-link {
    color: white;
}


.about-text-link span {
    font-size: 18px;
}


.about-text-link:hover {
    gap: 17px;

    color: var(--hb-blue);
}


.about-hero__panel {
    padding: 42px;

    border:
        1px solid rgba(255, 255, 255, 0.1);

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018));

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.28);

    backdrop-filter: blur(16px);
}


.about-panel__eyebrow {
    display: block;

    margin-bottom: 18px;

    color: var(--hb-blue-light);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


.about-hero__panel>strong {
    display: block;

    margin-bottom: 18px;

    color: white;

    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.08;
}


.about-hero__panel>p {
    margin: 0;

    color: #9fa9b8;

    font-size: 0.97rem;
    line-height: 1.75;
}


.about-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;

    margin-top: 36px;

    background:
        rgba(255, 255, 255, 0.1);
}


.about-hero__stats>div {
    min-width: 0;

    padding: 22px 14px;

    background: #0b1018;
}


.about-hero__stats strong {
    display: block;

    margin-bottom: 4px;

    color: white;

    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}


.about-hero__stats span {
    display: block;

    color: #7f8997;

    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.04em;
    line-height: 1.35;
}


/* =========================================================
   INTRO
========================================================= */

.about-intro {
    padding: 120px 0;

    background: white;
}


.about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: start;
}


.about-intro__copy {
    max-width: 690px;
}


.about-intro__copy p {
    margin: 0 0 22px;

    color: #68707c;

    font-size: 1rem;
    line-height: 1.85;
}


.about-intro__copy p:last-child {
    margin-bottom: 0;
}


.about-intro__copy .about-intro__large {
    margin-bottom: 30px;

    color: #171b22;

    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.5;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.about-principles {
    padding: 120px 0;

    background: #080c13;

    color: white;
}


.about-principles__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 70px;
    align-items: end;

    margin-bottom: 70px;
}


.about-principles__heading h2 {
    color: white;
}


.about-principles__heading h2 span {
    color: #707987;
}


.about-principles__heading>p {
    margin: 0;

    color: #8f99a8;

    font-size: 0.96rem;
    line-height: 1.8;
}


.about-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top:
        1px solid rgba(255, 255, 255, 0.1);

    border-left:
        1px solid rgba(255, 255, 255, 0.1);
}


.principle-card {
    position: relative;

    min-height: 360px;

    padding: 34px;

    border-right:
        1px solid rgba(255, 255, 255, 0.1);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.1);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.principle-card:hover {
    background:
        rgba(38, 140, 255, 0.055);
}


.principle-card__number {
    position: absolute;
    top: 26px;
    right: 26px;

    color: #49515d;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}


.principle-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 70px;

    background:
        rgba(38, 140, 255, 0.1);

    color: var(--hb-blue-light);
}


.principle-card__icon svg {
    width: 25px;
    height: 25px;
}


.principle-card h3 {
    margin: 0 0 14px;

    font-size: 1.25rem;
    font-weight: 650;
    letter-spacing: -0.025em;
}


.principle-card p {
    margin: 0;

    color: #858f9e;

    font-size: 0.91rem;
    line-height: 1.7;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.about-experience {
    padding: 120px 0;

    background: #f4f6f8;
}


.about-experience__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 150px);
}


.about-experience__content>p {
    max-width: 700px;

    margin: 0 0 22px;

    color: #636c79;

    font-size: 1rem;
    line-height: 1.85;
}


.about-experience__content>p:first-child {
    color: #171c23;

    font-size: 1.25rem;
    font-weight: 550;
}


.experience-scale {
    margin-top: 48px;

    border-top:
        1px solid #d8dde3;
}


.experience-scale__item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 25px;
    align-items: center;

    padding: 22px 0;
}


.experience-scale__item span {
    color: var(--hb-blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}


.experience-scale__item strong {
    color: #1a1f27;

    font-size: 1rem;
    font-weight: 650;
}


.experience-scale__line {
    display: block;

    height: 1px;

    background: #d8dde3;
}


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

.about-services {
    padding: 120px 0;

    background: #070b12;

    color: white;
}


.about-services__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 70px;
    align-items: end;

    margin-bottom: 60px;
}


.about-services__heading h2 {
    color: white;
}


.about-services__heading h2 span {
    color: #737d8c;
}


.about-services__heading>p {
    margin: 0;

    color: #8b95a4;

    font-size: 0.95rem;
    line-height: 1.8;
}


.about-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top:
        1px solid rgba(255, 255, 255, 0.11);

    border-left:
        1px solid rgba(255, 255, 255, 0.11);
}


.about-service-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: center;

    min-height: 92px;

    padding: 22px 26px;

    border-right:
        1px solid rgba(255, 255, 255, 0.11);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.11);

    transition:
        background 0.25s ease,
        padding-left 0.25s ease;
}


.about-service-card:hover {
    padding-left: 32px;

    background:
        rgba(38, 140, 255, 0.07);
}


.about-service-card>span {
    color: #596372;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}


.about-service-card strong {
    color: #edf1f5;

    font-size: 0.98rem;
    font-weight: 600;
}


.about-service-card i {
    color: var(--hb-blue-light);

    font-size: 18px;
    font-style: normal;

    transition:
        transform 0.25s ease;
}


.about-service-card:hover i {
    transform: translateX(4px);
}


.about-services__button {
    margin-top: 42px;
}


/* =========================================================
   ACCREDITATIONS
========================================================= */

.about-accreditations {
    padding: 120px 0;

    background: white;
}


.about-accreditations__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 140px);
    align-items: start;
}


.about-accreditations h2 {
    margin-bottom: 28px;
}


.about-accreditations__grid>div:first-child>p {
    max-width: 560px;

    margin: 0;

    color: #6b7380;

    font-size: 0.98rem;
    line-height: 1.8;
}


.accreditation-list {
    border-top: 1px solid #dde1e7;
}


.accreditation-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    align-items: start;

    padding: 27px 0;

    border-bottom: 1px solid #dde1e7;
}


.accreditation-item__mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: #edf6ff;

    color: var(--hb-blue);

    font-size: 15px;
    font-weight: 900;
}


.accreditation-item strong {
    display: block;

    margin-bottom: 5px;

    color: #171c23;

    font-size: 1.07rem;
    font-weight: 700;
}


.accreditation-item p {
    margin: 0;

    color: #7b838e;

    font-size: 0.9rem;
}


/* =========================================================
   COVERAGE
========================================================= */

.about-coverage {
    position: relative;

    overflow: hidden;

    padding: 120px 0;

    background:
        linear-gradient(135deg,
            #07101d 0%,
            #090c12 55%,
            #080808 100%);

    color: white;
}


.about-coverage::after {
    content: "";

    position: absolute;
    top: -220px;
    right: -150px;

    width: 600px;
    height: 600px;

    border-radius: 50%;

    background:
        rgba(38, 140, 255, 0.12);

    filter: blur(150px);
}


.about-coverage__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(60px, 8vw, 130px);
    align-items: center;
}


.about-coverage h2 {
    color: white;

    margin-bottom: 28px;
}


.about-coverage h2 span {
    color: #748091;
}


.about-coverage__content>p {
    max-width: 540px;

    margin: 0 0 30px;

    color: #96a0ae;

    font-size: 0.98rem;
    line-height: 1.8;
}


.about-text-link--light {
    color: white;
}


.coverage-cards {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
}


.coverage-card {
    min-height: 350px;

    padding: 36px;

    border:
        1px solid rgba(255, 255, 255, 0.1);

    background:
        rgba(255, 255, 255, 0.045);
}


.coverage-card>span {
    display: block;

    margin-bottom: 50px;

    color: var(--hb-blue-light);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


.coverage-card>strong {
    display: block;

    margin-bottom: 18px;

    color: white;

    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.15;
}


.coverage-card>p {
    margin: 0;

    color: #8e98a6;

    font-size: 0.9rem;
    line-height: 1.7;
}


.coverage-card__places {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 30px;
}


.coverage-card__places span {
    padding: 6px 10px;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    color: #aeb7c3;

    font-size: 10px;
    font-weight: 650;
}


.coverage-card--commercial {
    position: relative;

    overflow: hidden;
}


.coverage-card--commercial>span {
    color: var(--hb-red-light);
}


.coverage-card__nationwide {
    position: absolute;
    right: -15px;
    bottom: -30px;

    color:
        rgba(255, 255, 255, 0.035);

    font-size: 10rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}


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

.about-team {
    padding: 120px 0;

    background: #f5f6f8;
}


.about-team__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 70px;
    align-items: end;

    margin-bottom: 64px;
}


.about-team__heading>p {
    margin: 0;

    color: #747d88;

    font-size: 0.95rem;
    line-height: 1.8;
}


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


.team-profile {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);

    min-height: 420px;

    background: white;

    border: 1px solid #e0e4e9;
}


.team-profile__media {
    min-height: 420px;
}


.team-profile__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background:
        linear-gradient(145deg,
            #0d131c,
            #06090e);
}


.profile-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;

    width: 100%;
    height: 100%;

    min-height: 280px;

    border:
        1px dashed rgba(255, 255, 255, 0.16);

    color: #697483;
}


.profile-placeholder svg {
    width: 58px;
    height: 58px;

    color:
        rgba(255, 255, 255, 0.23);
}


.profile-placeholder span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


.team-profile__body {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: clamp(30px, 4vw, 54px);
}


.team-profile__role {
    margin-bottom: 13px;

    color: var(--hb-blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


.team-profile h3 {
    margin: 0 0 20px;

    color: #171b21;

    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.05em;
}


.team-profile p {
    margin: 0;

    color: #727b87;

    font-size: 0.92rem;
    line-height: 1.75;
}


.team-profile__coming {
    display: inline-flex;

    width: fit-content;

    margin-top: 26px;
    padding-top: 16px;

    border-top: 1px solid #e4e7eb;

    color: #9aa1aa;

    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.about-team__note {
    display: grid;
    grid-template-columns: 150px minmax(0, 700px);
    gap: 35px;

    margin-top: 28px;
    padding: 26px 30px;

    background: #e9edf2;
}


.about-team__note>span {
    color: var(--hb-blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.about-team__note p {
    margin: 0;

    color: #6b7480;

    font-size: 0.88rem;
    line-height: 1.65;
}


/* =========================================================
   CTA
========================================================= */

.about-cta {
    padding: 80px 0;

    background: #05070b;

    color: white;
}


.about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    padding: 56px;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    background:
        linear-gradient(130deg,
            rgba(38, 140, 255, 0.085),
            rgba(255, 255, 255, 0.025) 45%,
            rgba(255, 56, 56, 0.045));
}


.about-cta h2 {
    max-width: 720px;

    margin: 0 0 15px;

    color: white;

    font-size: clamp(2rem, 3.4vw, 3.8rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
}


.about-cta p {
    margin: 0;

    color: #8f99a7;

    font-size: 0.95rem;
}


.about-cta__actions {
    display: flex;
    align-items: center;
    gap: 28px;

    flex-shrink: 0;
}


.about-cta__phone {
    display: flex;
    flex-direction: column;
}


.about-cta__phone small {
    margin-bottom: 2px;

    color: #77818f;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.about-cta__phone strong {
    color: white;

    font-size: 1.2rem;
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .about-hero__grid,
    .about-intro__grid,
    .about-experience__grid,
    .about-accreditations__grid,
    .about-coverage__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }


    .about-hero__panel {
        max-width: 720px;
    }


    .about-principles__heading,
    .about-services__heading,
    .about-team__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }


    .about-principles__heading>p,
    .about-services__heading>p,
    .about-team__heading>p {
        max-width: 650px;
    }


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


    .coverage-cards {
        max-width: 800px;
    }


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


    .team-profile {
        max-width: 850px;
    }


    .about-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-hero {
        padding: 70px 0 65px;
    }


    .about-hero h1 {
        margin-bottom: 22px;

        font-size: clamp(2.7rem, 13vw, 4rem);
    }


    .about-hero__lead {
        font-size: 0.98rem;
        line-height: 1.7;
    }


    .about-hero__actions {
        gap: 20px;

        margin-top: 30px;
    }


    .about-hero__panel {
        padding: 25px;
    }


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


    .about-hero__stats>div {
        display: grid;
        grid-template-columns: 75px 1fr;
        align-items: center;
        gap: 14px;

        padding: 15px 18px;
    }


    .about-hero__stats strong {
        margin: 0;

        font-size: 1.4rem;
    }


    .about-intro,
    .about-principles,
    .about-experience,
    .about-services,
    .about-accreditations,
    .about-coverage,
    .about-team {
        padding: 78px 0;
    }


    .about-section-heading h2,
    .about-principles__heading h2,
    .about-experience h2,
    .about-services__heading h2,
    .about-accreditations h2,
    .about-coverage h2,
    .about-team__heading h2 {
        font-size: clamp(2.05rem, 10vw, 3.1rem);
    }


    .about-intro__grid,
    .about-experience__grid,
    .about-accreditations__grid,
    .about-coverage__grid {
        gap: 35px;
    }


    .about-principles__heading,
    .about-services__heading,
    .about-team__heading {
        margin-bottom: 38px;
    }


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


    .principle-card {
        min-height: auto;

        padding: 27px;
    }


    .principle-card__icon {
        margin-bottom: 45px;
    }


    .experience-scale__item {
        grid-template-columns: 1fr;
        gap: 4px;

        padding: 18px 0;
    }


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


    .about-service-card {
        grid-template-columns: 38px minmax(0, 1fr) 20px;

        min-height: 76px;

        padding: 18px;
    }


    .about-service-card:hover {
        padding-left: 18px;
    }


    .accreditation-item {
        padding: 22px 0;
    }


    .coverage-cards {
        grid-template-columns: 1fr;
    }


    .coverage-card {
        min-height: 300px;

        padding: 28px;
    }


    .coverage-card>span {
        margin-bottom: 35px;
    }


    .team-profile {
        grid-template-columns: 1fr;

        min-height: 0;
    }


    .team-profile__media {
        min-height: 285px;
    }


    .team-profile__body {
        padding: 30px 25px 34px;
    }


    .about-team__note {
        grid-template-columns: 1fr;
        gap: 10px;

        padding: 22px;
    }


    .about-cta {
        padding: 55px 0;
    }


    .about-cta__inner {
        gap: 35px;

        padding: 30px 24px;
    }


    .about-cta__actions {
        width: 100%;

        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-hero__actions .btn {
        width: 100%;
    }


    .about-services__button .btn {
        width: 100%;
    }


    .about-cta__actions .btn {
        width: 100%;
    }


    .coverage-card__nationwide {
        font-size: 7rem;
    }

}