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

.hf-profile-home * {
    box-sizing: border-box
}

.hf-section {
    padding: 140px 0
}

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

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

.hf-display {
    margin: 0;
    font-size: clamp(52px, 7vw, 108px);
    font-weight: 500;
    line-height: .92;
    letter-spacing: -.065em
}

.hf-display span,
.hf-display em {
    color: var(--gold);
    font-family: Georgia, serif;
    font-weight: 400
}

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

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

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

.hf-section-label-light {
    color: #91a0aa
}

.hf-section-label-light:after {
    background: #294154
}

.hf-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1)
}

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

.hf-hero {
    position: relative;
    overflow: hidden;
    min-height: 92vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: #071b2b
}

.hf-hero-media {
    position: absolute;
    inset: 0;
    will-change: transform;
    transform: translate3d(0, 0, 0) scale(1.08);
    transform-origin: center top;
    background: linear-gradient(90deg, rgba(3, 18, 29, .94), rgba(3, 18, 29, .66) 48%, rgba(3, 18, 29, .2)), url('/assets/heartfledge_website/themeforest/images/Heartfledge_truck.jpeg') center/cover
}

.hf-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255, 255, 255, .4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .4) 1px, transparent 1px);
    background-size: 25% 100%, 25% 100%
}

.hf-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 80px
}

.hf-hero h1 {
    max-width: 1100px;
    margin: 32px 0 50px;
    font-size: clamp(64px, 8.4vw, 136px);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.075em
}

.hf-hero h1 em {
    color: var(--gold);
    font-family: Georgia, serif;
    font-weight: 400
}

.hf-hero-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .27)
}

.hf-hero-bottom>p {
    max-width: 550px;
    margin: 0;
    color: #d6dce0;
    font-size: 17px;
    line-height: 1.7
}

.hf-circle-link {
    width: 128px;
    height: 128px;
    margin-right: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .3s
}

.hf-circle-link:hover {
    color: var(--ink);
    background: var(--gold);
    border-color: var(--gold);
    transform: rotate(-6deg)
}

.hf-scroll-cue {
    position: absolute;
    right: 30px;
    bottom: 44px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    writing-mode: vertical-rl;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase
}

.hf-scroll-cue span {
    width: 1px;
    height: 44px;
    background: var(--gold)
}

.hf-proof {
    background: var(--gold)
}

.hf-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.hf-stat {
    min-height: 190px;
    padding: 42px 28px;
    border-right: 1px solid rgba(8, 28, 44, .2)
}

.hf-stat:last-child {
    border-right: 0
}

.hf-stat strong {
    display: block;
    font-size: clamp(38px, 4.2vw, 68px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.05em
}

.hf-stat sup {
    font-size: .45em
}

.hf-stat span {
    display: block;
    margin-top: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hf-story-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 9vw;
    align-items: start
}

.hf-story-copy {
    padding-top: 14px
}

.hf-story-copy .hf-lead {
    margin: 0 0 24px;
    color: var(--ink);
    font-size: 23px;
    line-height: 1.5
}

.hf-story-copy p {
    color: #5d686f;
    line-height: 1.8
}

.hf-text-link {
    display: inline-flex;
    gap: 40px;
    margin-top: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--ink);
    color: var(--ink);
    font-weight: 700
}

.hf-story-image {
    position: relative;
    margin: 100px 0 0;
    padding: 70px 6vw 0;
    background: var(--navy)
}

.hf-story-image:before {
    position: absolute;
    top: 26px;
    left: 30px;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .18em;
    content: "FLEET / ZW"
}

.hf-story-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .35))
}

.hf-story-image figcaption {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    color: #bac4ca;
    border-top: 1px solid #30485a;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase
}

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

.hf-promise-heading {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 10vw;
    align-items: end;
    margin-bottom: 90px
}

.hf-promise-heading p {
    margin: 0;
    color: #aab6be;
    font-size: 18px;
    line-height: 1.7
}

.hf-promise-list {
    border-top: 1px solid #31485a
}

.hf-promise-item {
    display: grid;
    grid-template-columns: 80px 1fr 1.2fr;
    gap: 30px;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid #31485a;
    transition: .3s
}

.hf-promise-item:hover {
    padding-left: 18px;
    background: rgba(255, 255, 255, .025)
}

.hf-promise-item>span {
    color: var(--gold);
    font-size: 12px
}

.hf-promise-item h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.hf-promise-item p {
    margin: 0;
    color: #aab6be;
    line-height: 1.6
}

.hf-capability-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    grid-template-rows: 1fr 1fr;
    gap: 18px
}

.hf-capability {
    position: relative;
    min-height: 300px;
    overflow: hidden
}

.hf-capability-main {
    grid-row: 1/3;
    min-height: 680px;
    color: #fff;
    background: #071b2b
}

.hf-capability-main:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 18, 29, .93), rgba(4, 18, 29, 0) 70%);
    content: ""
}

.hf-capability-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s
}

.hf-capability-main:hover img {
    transform: scale(1.035)
}

.hf-capability-main>div {
    position: absolute;
    right: 48px;
    bottom: 45px;
    left: 48px;
    z-index: 2
}

.hf-capability-main span,
.hf-card-no {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase
}

.hf-capability-main h2 {
    margin: 12px 0;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.055em
}

.hf-capability-main p {
    margin: 0;
    color: #c3ccd2
}

.hf-capability-cold,
.hf-capability-tech {
    padding: 42px;
    background: #d8d1c3
}

.hf-capability-tech {
    color: #fff;
    background: var(--gold)
}

.hf-capability h3 {
    max-width: 370px;
    margin: 45px 0 16px;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.04em
}

.hf-capability p {
    max-width: 390px;
    margin: 0;
    line-height: 1.65
}

.hf-radar {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 240px;
    height: 240px
}

.hf-radar i {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%
}

.hf-radar i:nth-child(2) {
    inset: 35px
}

.hf-radar i:nth-child(3) {
    inset: 70px
}

.hf-radar b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 9px rgba(255, 255, 255, .2)
}

.hf-industries {
    overflow: hidden;
    padding: 30px 0;
    color: #fff;
    background: #071b2b
}

.hf-marquee {
    display: flex;
    width: max-content;
    animation: hf-marquee 28s linear infinite
}

.hf-marquee div {
    white-space: nowrap;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 500;
    letter-spacing: -.03em
}

.hf-marquee span {
    margin: 0 25px;
    color: var(--gold);
    font-size: .65em
}

@keyframes hf-marquee {
    to {
        transform: translateX(-50%)
    }
}

.hf-future {
    background: #fff
}

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

.hf-year {
    margin: 50px 0 0;
    color: var(--gold);
    font-size: clamp(90px, 14vw, 220px);
    font-weight: 300;
    line-height: .7;
    letter-spacing: -.09em
}

.hf-future-copy {
    padding-top: 70px
}

.hf-eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.hf-future-copy h2 {
    margin: 26px 0;
    font-size: clamp(38px, 4.4vw, 66px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.05em
}

.hf-future-copy>p:last-child {
    max-width: 620px;
    color: #65727a;
    font-size: 17px;
    line-height: 1.8
}

.hf-trust-intro {
    max-width: 830px;
    margin: -15px 0 80px;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.25;
    letter-spacing: -.04em
}

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

.hf-client-grid span {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #c9c4b9;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.hf-client-grid span:last-child {
    border-right: 0
}

.hf-client-grid img {
    display: block;
    width: 160px;
    height: 90px;
    max-width: 100%;
    object-fit: contain
}

.hf-cta {
    position: relative;
    padding: 150px 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 23, 36, .96), rgba(5, 23, 36, .72)), url('/assets/heartfledge_website/themeforest/images/contact-bg-img.jpg') center/cover
}

.hf-cta h2 {
    margin: 24px 0 50px;
    font-size: clamp(62px, 9vw, 136px);
    font-weight: 500;
    line-height: .85;
    letter-spacing: -.075em
}

.hf-cta h2 em {
    color: var(--gold);
    font-family: Georgia, serif;
    font-weight: 400
}

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

.hf-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    padding: 20px 25px;
    color: var(--ink);
    background: var(--gold);
    font-weight: 700
}

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

.hf-cta-phone {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media(max-width:991px) {
    .hf-circle-link {
        margin-right: 0;
    }
    .hf-section {
        padding: 100px 0
    }

    .hf-scroll-cue {
        display: none
    }

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

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

    .hf-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(8, 28, 44, .2)
    }

    .hf-story-grid,
    .hf-promise-heading,
    .hf-future-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .hf-capability-grid {
        grid-template-columns: 1fr
    }

    .hf-capability-main {
        grid-row: auto
    }

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

    .hf-client-grid span {
        border-bottom: 1px solid #c9c4b9
    }

    .hf-client-grid span:nth-child(2n) {
        border-right: 0
    }
}

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

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

    .hf-hero {
        min-height: 760px
    }

    .hf-hero-inner {
        padding-top: 50px
    }

    .hf-hero h1 {
        margin-top: 25px
    }

    .hf-hero-bottom {
        align-items: flex-start
    }

    .hf-hero-bottom>p {
        font-size: 15px
    }

    .hf-circle-link {
        width: 100px;
        height: 100px;
        flex: none
    }

    .hf-stat {
        min-height: 150px;
        padding: 30px 16px
    }

    .hf-story-image {
        margin-top: 65px;
        padding: 60px 15px 0
    }

    .hf-promise-item {
        grid-template-columns: 35px 1fr
    }

    .hf-promise-item p {
        grid-column: 2
    }

    .hf-capability-main {
        min-height: 570px
    }

    .hf-capability-main>div {
        right: 25px;
        bottom: 30px;
        left: 25px
    }

    .hf-capability-cold,
    .hf-capability-tech {
        padding: 30px
    }

    .hf-future-copy {
        padding-top: 0
    }

    .hf-year {
        margin-top: 20px
    }

    .hf-client-grid {
        grid-template-columns: 1fr
    }

    .hf-client-grid span,
    .hf-client-grid span:nth-child(2n) {
        border-right: 0
    }

    .hf-client-grid span:last-child {
        grid-column: auto
    }

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

    .hf-cta {
        padding: 100px 0
    }
}

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

    .hf-marquee {
        animation: none
    }

    .hf-hero-media {
        transform: scale(1.08);
        will-change: auto
    }
}