.hf-about {
    --ink: #081c2c;
    --navy: #0b263a;
    --gold: #c9a24d;
    --cream: #f3efe6;
    color: var(--ink);
    overflow: hidden;
    background: var(--cream)
}

.hf-about * {
    box-sizing: border-box
}

.hf-about-section {
    padding: 130px 0
}

.hf-about-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

.hf-about-kicker span {
    display: inline-block;
    width: 46px;
    height: 1px;
    margin: 0 14px 4px;
    background: currentColor
}

.hf-about-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 70px;
    color: #596871;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.hf-about-label:after {
    height: 1px;
    flex: 1;
    background: #c8c2b7;
    content: ""
}

.hf-about-label span {
    color: var(--gold)
}

.hf-about-label-light {
    color: #9ba8b0
}

.hf-about-label-light:after {
    background: #31495b
}

.hf-about-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1), filter .3s ease
}

.hf-about-reveal.is-visible {
    opacity: 1;
    transform: none
}

.hf-about-reveal.is-visible:hover {
    filter: brightness(1.1);
    transform: translateY(-6px) scale(1.01)
}

.hf-about-promise-grid article.hf-about-reveal.is-visible:hover {
    transform: scale(1.045)
}

.hf-about-person.hf-about-reveal.is-visible:hover {
    transform: translateY(-12px)
}

.hf-about-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #061a2a
}

.hf-about-hero-media {
    position: absolute;
    inset: -6%;
    background: linear-gradient(90deg, rgba(3, 18, 29, .96), rgba(3, 18, 29, .6) 58%, rgba(3, 18, 29, .25)), url('/assets/heartfledge_website/themeforest/images/Heartfledge_truck.jpeg') center/cover;
    transform: scale(1.04)
}

.hf-about-hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 75px
}

.hf-about-hero h1 {
    max-width: 1050px;
    margin: 28px 0 55px;
    font-size: clamp(68px, 9vw, 140px);
    font-weight: 500;
    line-height: .84;
    letter-spacing: -.075em
}

.hf-about-hero h1 em,
.hf-about-philosophy h2 em,
.hf-about-promise-head h2 em,
.hf-about-cta h2 em {
    color: var(--gold);
    font-family: Georgia, serif;
    font-weight: 400
}

.hf-about-hero-note {
    display: grid;
    grid-template-columns: 150px minmax(280px, 580px);
    gap: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .28)
}

.hf-about-hero-note span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.hf-about-hero-note p {
    margin: 0;
    color: #d6dce0;
    font-size: 17px;
    line-height: 1.65
}

.hf-about-origin-grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 9vw;
    align-items: start
}

.hf-about-year {
    color: var(--gold);
    font-size: clamp(100px, 15vw, 220px);
    font-weight: 300;
    line-height: .75;
    letter-spacing: -.09em
}

.hf-about-origin-copy h2,
.hf-about-intent-copy h2,
.hf-about-team-intro h2 {
    margin: 0 0 32px;
    font-size: clamp(45px, 5.4vw, 78px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.055em
}

.hf-about-origin-copy p {
    color: #637079;
    line-height: 1.8
}

.hf-about-origin-copy .hf-about-lead {
    color: var(--ink);
    font-size: 22px;
    line-height: 1.55
}

.hf-about-wide-image {
    margin: 100px 0 0;
    background: var(--navy)
}

.hf-about-wide-image img {
    width: 100%;
    height: clamp(380px, 54vw, 680px);
    display: block;
    object-fit: cover
}

.hf-about-wide-image figcaption {
    display: flex;
    justify-content: space-between;
    padding: 22px 26px;
    color: #bac4ca;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.hf-about-philosophy {
    color: #fff;
    background: var(--navy)
}

.hf-about-philosophy-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 10vw
}

.hf-about-philosophy h2,
.hf-about-promise-head h2 {
    margin: 0;
    font-size: clamp(54px, 7vw, 104px);
    font-weight: 500;
    line-height: .92;
    letter-spacing: -.065em
}

.hf-about-philosophy-grid>div p {
    color: #aeb9c0;
    font-size: 19px;
    line-height: 1.8
}

.hf-about-philosophy blockquote {
    margin: 45px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid #344b5d;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.5
}

.hf-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #c8c2b7;
    border-bottom: 1px solid #c8c2b7
}

.hf-about-value {
    min-height: 310px;
    padding: 35px 28px;
    border-right: 1px solid #c8c2b7
}

.hf-about-value:last-child {
    border-right: 0
}

.hf-about-value>span {
    color: var(--gold);
    font-size: 11px
}

.hf-about-value h3 {
    margin: 90px 0 16px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.04em
}

.hf-about-value p {
    margin: 0;
    color: #64717a;
    line-height: 1.65
}

.hf-about-intent {
    background: #fff
}

.hf-about-intent-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 8vw;
    align-items: center
}

.hf-about-intent-image {
    position: relative
}

.hf-about-intent-image img {
    width: 100%;
    height: 690px;
    display: block;
    object-fit: cover
}

.hf-about-intent-image>span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 22px;
    color: #fff;
    background: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase
}

.hf-about-intent-copy>p {
    color: #637079;
    font-size: 17px;
    line-height: 1.8
}

.hf-about-intent-copy ul {
    margin: 40px 0 0;
    padding: 0;
    border-top: 1px solid #d3cec5;
    list-style: none
}

.hf-about-intent-copy li {
    display: flex;
    gap: 25px;
    padding: 19px 0;
    border-bottom: 1px solid #d3cec5;
    font-weight: 700
}

.hf-about-intent-copy li span {
    color: var(--gold);
    font-size: 11px
}

.hf-about-promise {
    color: #fff;
    background: #071b2b
}

.hf-about-promise-head {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 8vw;
    align-items: end;
    margin-bottom: 80px
}

.hf-about-promise-head>p {
    color: #aeb9c0;
    font-size: 18px;
    line-height: 1.7
}

.hf-about-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #30485a;
    border-left: 1px solid #30485a
}

.hf-about-promise-grid article {
    position: relative;
    transform-origin: center;
    min-height: 235px;
    padding: 30px;
    border-right: 1px solid #30485a;
    border-bottom: 1px solid #30485a;
    transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease
}

.hf-about-promise-grid article:hover {
    z-index: 1;
    border-color: rgba(201, 162, 77, .7);
    background: rgba(201, 162, 77, .12);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .22);
    transform: scale(1.045)
}

.hf-about-promise-grid article:hover p {
    color: #d8e0e5
}

.hf-about-promise-grid strong {
    color: var(--gold);
    font-size: 11px
}

.hf-about-promise-grid h3 {
    margin: 55px 0 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 500
}

.hf-about-promise-grid p {
    margin: 0;
    color: #9eabb4
}

.hf-about-team-intro {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 9vw;
    align-items: end;
    margin-bottom: 70px
}

.hf-about-team-intro p {
    color: #637079;
    font-size: 18px;
    line-height: 1.7
}

.hf-about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.hf-about-person {
    padding: 36px;
    background: #e3ddd2;
    box-shadow: 0 0 0 rgba(8, 28, 44, 0);
    transition: background-color .4s ease, box-shadow .4s ease, transform .4s cubic-bezier(.2, .7, .2, 1)
}

.hf-about-person:hover {
    background: var(--navy);
    box-shadow: 0 26px 55px rgba(8, 28, 44, .25);
    transform: translateY(-12px)
}

.hf-about-monogram {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: rgba(8, 28, 44, .2);
    background: #d4ccbe;
    font-family: Georgia, serif;
    font-size: 76px;
    transition: background-color .4s ease, color .4s ease, transform .4s cubic-bezier(.2, .7, .2, 1)
}

.hf-about-person:hover .hf-about-monogram {
    color: var(--navy);
    background: var(--gold);
    transform: scale(.94) rotate(-2deg)
}

.hf-about-person>span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    transition: color .35s ease, letter-spacing .35s ease
}

.hf-about-person:hover>span {
    color: #fff;
    letter-spacing: .22em
}

.hf-about-person h3 {
    margin: 10px 0 7px;
    font-size: 25px;
    font-weight: 500;
    transition: color .35s ease, transform .35s ease
}

.hf-about-person:hover h3 {
    color: #fff;
    transform: translateX(8px)
}

.hf-about-person a {
    display: inline-block;
    padding-bottom: 3px;
    color: #66737b;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    transition: border-color .35s ease, color .35s ease, padding-left .35s ease
}

.hf-about-person:hover a {
    padding-left: 8px;
    color: var(--gold);
    border-color: var(--gold)
}

.hf-about-cta {
    padding: 140px 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(4, 20, 32, .95), rgba(4, 20, 32, .62)), url('/assets/heartfledge_website/themeforest/images/207.jpg') center/cover
}

.hf-about-cta h2 {
    margin: 25px 0 55px;
    font-size: clamp(62px, 8.5vw, 130px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.075em
}

.hf-about-cta-actions {
    display: flex;
    align-items: center;
    gap: 35px
}

.hf-about-button {
    display: inline-flex;
    gap: 45px;
    padding: 20px 25px;
    color: var(--ink);
    background: var(--gold);
    font-weight: 700
}

.hf-about-button:hover {
    color: #fff;
    background: #a98435
}

.hf-about-cta-actions>a:last-child {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media(max-width:991px) {
    .hf-about-section {
        padding: 95px 0
    }

    .hf-about-origin-grid,
    .hf-about-philosophy-grid,
    .hf-about-intent-grid,
    .hf-about-promise-head,
    .hf-about-team-intro {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .hf-about-year {
        margin-bottom: 15px
    }

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

    .hf-about-value:nth-child(2) {
        border-right: 0
    }

    .hf-about-value:nth-child(-n+2) {
        border-bottom: 1px solid #c8c2b7
    }

    .hf-about-intent-image img {
        height: 560px
    }

    .hf-about-team-grid {
        grid-template-columns: 1fr 1fr
    }

    .hf-about-person:last-child {
        grid-column: 1/3
    }

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

@media(max-width:767px) {
    .hf-about-section {
        padding: 75px 0
    }

    .hf-about-label {
        margin-bottom: 45px
    }

    .hf-about-hero {
        min-height: 730px
    }

    .hf-about-hero-content {
        padding-bottom: 50px
    }

    .hf-about-hero-note {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .hf-about-wide-image {
        margin-top: 65px
    }

    .hf-about-wide-image figcaption {
        gap: 20px
    }

    .hf-about-values-grid,
    .hf-about-promise-grid,
    .hf-about-team-grid {
        grid-template-columns: 1fr
    }

    .hf-about-value {
        min-height: 250px;
        border-right: 0;
        border-bottom: 1px solid #c8c2b7
    }

    .hf-about-value h3 {
        margin-top: 55px
    }

    .hf-about-intent-image img {
        height: 430px
    }

    .hf-about-person:last-child {
        grid-column: auto
    }

    .hf-about-cta-actions {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(prefers-reduced-motion:reduce) {
    .hf-about-reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .hf-about-reveal.is-visible:hover {
        filter: none;
        transform: none
    }

    .hf-about-person,
    .hf-about-monogram,
    .hf-about-person h3 {
        transform: none !important;
        transition: none
    }
}