/* Native-scroll adaptation of the HFS Vercel design, scoped to the homepage. */
body.hfs-native {
    --hfs-parallax-range: 64px;
    --hfs-header-h: 74px;
    --hfs-admin-h: 0px;
    position: static;
    height: auto !important;
    overflow: visible !important;
    font-family: Lato, sans-serif;
    color: #313131;
}
.hfs-native.admin-bar {
    --hfs-admin-h: 32px;
}
.hfs-native *,
.hfs-native *::before,
.hfs-native *::after {
    box-sizing: border-box;
}
.hfs-native .hfs-home {
    position: static;
    width: 100%;
    visibility: visible;
}
.hfs-native .coll-hide-content {
    display: none !important;
}
.hfs-native .hfs-home-section {
    position: relative;
    scroll-margin-top: calc(var(--hfs-header-h) + var(--hfs-admin-h));
    outline: none;
}
.hfs-native .hfs-section-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(64px, 8vw, 112px) 20px;
}
.hfs-native .hfs-section-inner > p:empty {
    display: none;
}
.hfs-native .hfs-section-inner p {
    font-size: 18px;
    line-height: 1.5;
}
.hfs-native .hfs-section-inner h2 {
    font-size: clamp(28px, 3vw, 37px);
    line-height: 1.2;
    margin: 0 0 16px;
}
.hfs-native .hfs-skip {
    position: fixed;
    top: -100px;
    left: 12px;
    z-index: 99999;
    padding: 12px 20px;
    background: #fff;
    color: #000;
}
.hfs-native .hfs-skip:focus {
    top: 12px;
}
.hfs-native a:focus-visible,
.hfs-native button:focus-visible,
.hfs-native input:focus-visible,
.hfs-native textarea:focus-visible {
    outline: 3px solid #dd9933;
    outline-offset: 4px;
}
.hfs-native .hfs-header {
    position: sticky;
    top: var(--hfs-admin-h);
    z-index: 100;
    background: #000;
    color: #fff;
}
.hfs-native .hfs-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    padding: 0 20px;
    gap: 24px;
}
.hfs-native .hfs-header-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 44px;
    border: 0;
}
.hfs-native .hfs-header-logo img {
    width: 215px;
    height: auto;
    margin: 0;
}
.hfs-native .hfs-nav {
    position: relative;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.hfs-native .hfs-nav::-webkit-scrollbar {
    display: none;
}
.hfs-native .hfs-nav-list {
    display: flex;
    gap: 4px;
    width: max-content;
    padding: 0;
    margin: 0;
    list-style: none;
}
.hfs-native .hfs-nav-list li {
    margin: 0;
    padding: 0;
}
.hfs-native .hfs-nav-list a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}
.hfs-native .hfs-nav-list a:hover,
.hfs-native .hfs-nav-list a[aria-current="location"] {
    color: #dd9933;
}
.hfs-native .hfs-nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #dd9933;
    pointer-events: none;
    opacity: 0;
    transition:
        transform 0.2s ease,
        width 0.2s ease;
}
.hfs-native #intro-video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100svh - var(--hfs-header-h) - var(--hfs-admin-h));
    color: #fff;
    background: #111;
    overflow: hidden;
}
.hfs-native .hfs-hero-media,
.hfs-native .hfs-hero-video {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hfs-native .hfs-hero-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hfs-native .hfs-hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--hfs-video-w, 100vw);
    height: var(--hfs-video-h, 56.25vw);
    max-width: none;
    border: 0;
    transform: translate(-50%, -50%);
}
.hfs-native .hfs-hero-frame {
    position: relative;
    width: 100%;
    padding: 28px 20px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #0008;
}
.hfs-native .hfs-hero-frame h1 {
    margin: 0;
}
.hfs-native .hfs-hero-frame img {
    display: block;
    width: min(560px, 80vw);
    margin: 0 auto;
}
.hfs-native .hfs-hero-frame p {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
}
.hfs-native #what-we-do,
.hfs-native #clients,
.hfs-native #portfolio {
    background-color: #1b1b1b;
    color: #cfcfcf;
}
.hfs-native #what-we-do .hfs-section-inner > .row,
.hfs-native #clients .hfs-section-inner > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    margin: 0;
}
.hfs-native #what-we-do .row::before,
.hfs-native #what-we-do .row::after,
.hfs-native #clients .row::before,
.hfs-native #clients .row::after {
    display: none;
}
.hfs-native #what-we-do .row > br,
.hfs-native #clients .row > br,
.hfs-native .hfs-section-inner p:empty {
    display: none;
}
.hfs-native #what-we-do .columns,
.hfs-native #clients .columns {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}
.hfs-native #what-we-do .logo_box img {
    width: 90%;
    max-width: 446px;
    margin: 0;
}
.hfs-native #clients .client_logos img {
    width: 100%;
    max-width: 460px;
    height: auto;
    margin: 0;
}
.hfs-native #what-we-do p span,
.hfs-native #clients p span {
    color: #cfcfcf !important;
}
.hfs-native #what-we-do h2 span,
.hfs-native #clients h2 span {
    color: #e6e6e6 !important;
}
.hfs-native #slider-with-overly-text {
    min-height: clamp(420px, 62vh, 560px);
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: #222;
    overflow: hidden;
}
.hfs-native .hfs-rules-slides {
    position: absolute;
    inset: 0;
}
.hfs-native .hfs-rules-slides img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hfs-native .hfs-rules-slides img[hidden] {
    display: none;
}
.hfs-native .hfs-rules-slides::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, #0009);
}
.hfs-native .hfs-rules-copy {
    position: relative;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 20px 88px;
}
.hfs-native .hfs-rules-copy p {
    margin: 0;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 1.35;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.hfs-native .hfs-rules-controls {
    position: absolute;
    bottom: 16px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hfs-native .hfs-rules-controls[hidden] {
    display: none;
}
.hfs-native .hfs-rules-controls button {
    display: grid;
    place-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #0006;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
}
.hfs-native .hfs-rules-controls button svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hfs-native #who-we-are {
    background: #fff;
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: center;
    overflow: hidden;
}
.hfs-native #who-we-are .hfs-section-inner {
    width: 100%;
    max-width: 1200px;
    grid-column: 1 / -1;
    padding: 80px 20px;
}
.hfs-native #who-we-are .row {
    margin: 0;
}
.hfs-native #who-we-are .team_row {
    width: 34%;
    min-width: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}
.hfs-native #who-we-are .team_row p {
    color: #6b6b6b !important;
}
.hfs-native #who-we-are .team_row h2 {
    color: #333 !important;
}
.hfs-native .hfs-team-art {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
}
.hfs-native .hfs-team-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
/* Overscan decorative media so translation never exposes an empty edge. */
.hfs-native .hfs-team-art {
    overflow: hidden;
}
.hfs-parallax-enabled .hfs-hero-media,
.hfs-parallax-enabled .hfs-rules-slides {
    top: calc(-1 * var(--hfs-parallax-range));
    bottom: calc(-1 * var(--hfs-parallax-range));
}
.hfs-parallax-enabled .hfs-team-art img {
    height: calc(100% + 2 * var(--hfs-parallax-range));
    margin-top: calc(-1 * var(--hfs-parallax-range));
}
.hfs-parallax-enabled .hfs-hero-media,
.hfs-parallax-enabled .hfs-rules-slides,
.hfs-parallax-enabled .hfs-team-art img {
    transform: translate3d(0, var(--hfs-parallax-y, 0px), 0);
}
.hfs-native .coll-button {
    min-height: 44px;
    border: 2px solid currentColor !important;
    border-radius: 4px;
    padding: 12px 28px;
    font-weight: 900;
    white-space: normal;
}
.hfs-native #who-we-are .team_row a {
    color: #000 !important;
    border-color: #000 !important;
    margin: 12px 0 0;
}
.hfs-native .hfs-section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.hfs-native .hfs-section-heading h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 8px;
}
.hfs-native .hfs-section-heading p {
    font-size: 24px;
    margin: 0;
}
.hfs-native #portfolio h2 {
    color: #e6e6e6;
}
.hfs-native #portfolio .hfs-section-heading p,
.hfs-native #portfolio .hfs-section-inner > p span {
    color: #cfcfcf !important;
}
.hfs-native #portfolio .filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.hfs-native #portfolio .js-coll-portfolio-filter {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 8px 14px;
    color: #cfcfcf !important;
}
.hfs-native #portfolio .js-coll-portfolio-filter.current {
    color: #1b1b1b !important;
    background: #7ee08e;
    border-color: #7ee08e !important;
}
.hfs-native #contact {
    background-color: #f4f2ee;
    color: #333;
}
.hfs-native #contact .hfs-section-heading h2,
.hfs-native #contact h4 {
    color: #333;
}
.hfs-native #contact input,
.hfs-native #contact textarea {
    color: #333;
    background: #fff9;
    border: 1px solid #777;
    min-height: 48px;
}
.hfs-native #contact button,
.hfs-native #contact input[type="submit"] {
    background: #1b1b1b !important;
    border: 2px solid #1b1b1b !important;
    color: #fff !important;
    min-height: 48px;
    padding: 12px 28px;
}
.hfs-native #contact label {
    color: #333;
}
.hfs-native .site-footer {
    position: relative;
}
@media (max-width: 1024px) {
    .hfs-native #who-we-are {
        display: block;
        min-height: 0;
    }
    .hfs-native #who-we-are .hfs-section-inner {
        padding: 64px 20px 0;
    }
    .hfs-native #who-we-are .team_row {
        width: 100%;
        max-width: 560px;
    }
    .hfs-native .hfs-team-art {
        position: relative;
        width: 100%;
        aspect-ratio: 1200 / 647;
    }
}
@media (max-width: 900px) {
    .hfs-native {
        --hfs-header-h: 122px;
    }
    .hfs-native .hfs-header-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        gap: 0;
    }
    .hfs-native .hfs-header-logo {
        min-height: 74px;
        padding: 0 20px;
        align-self: flex-start;
    }
    .hfs-native .hfs-nav {
        border-top: 1px solid #333;
    }
    .hfs-native .hfs-nav-list a {
        min-height: 47px;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 16px;
    }
}
@media (max-width: 800px) {
    body.hfs-native {
        --hfs-parallax-range: 32px;
    }
    .hfs-native #what-we-do .hfs-section-inner > .row,
    .hfs-native #clients .hfs-section-inner > .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .hfs-native #what-we-do .logo_box {
        display: none;
    }
    .hfs-native #what-we-do p,
    .hfs-native #what-we-do h2,
    .hfs-native #clients p,
    .hfs-native #clients h2 {
        text-align: left !important;
    }
    .hfs-native #clients .client_logos {
        text-align: center;
    }
    .hfs-native #contact .columns {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 782px) {
    .hfs-native.admin-bar {
        --hfs-admin-h: 46px;
    }
}
@media (max-width: 600px) {
    .hfs-native.admin-bar {
        --hfs-admin-h: 0px;
    }
}
@media (max-width: 450px) {
    .hfs-native .hfs-hero-frame p {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hfs-native .hfs-hero-media,
    .hfs-native .hfs-rules-slides,
    .hfs-native .hfs-team-art img {
        transform: none !important;
    }
    .hfs-native *,
    .hfs-native *::before,
    .hfs-native *::after {
        transition: none !important;
        animation: none !important;
    }
    .hfs-native .hfs-hero-video {
        display: none;
    }
}
