*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--ink);
    background: var(--bg);
    line-height: 1.45;
    letter-spacing: .1px
}

.page-gradient::before,
.page-gradient::after {
    content: "";
    position: fixed;
    inset: -30vh -10vw auto auto;
    height: 60vh;
    width: 65vw;
    background: radial-gradient(60% 60% at 30% 40%, rgba(199, 255, 0, .22), rgba(199, 255, 0, 0) 60%), radial-gradient(40% 40% at 85% 10%, rgba(230, 255, 122, .18), rgba(230, 255, 122, 0) 60%);
    filter: blur(40px);
    z-index: -2;
    pointer-events: none
}

.page-gradient::after {
    inset: auto auto -35vh -15vw;
    height: 55vh;
    width: 60vw;
    background: radial-gradient(60% 60% at 70% 60%, rgba(199, 255, 0, .18), rgba(199, 255, 0, 0) 60%), radial-gradient(40% 40% at 10% 85%, rgba(230, 255, 122, .16), rgba(230, 255, 122, 0) 60%)
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 20px
}

.nav {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--neon)
}

.nav-inner {
    display: flex;
    align-items: center;
    padding: 14px 0
}

.brand {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 14px
}

.brand img {
    height: 44px;
    width: auto
}

.brand-name {
    font-weight: 800;
    letter-spacing: .2px
}

.menu {
    display: flex;
    justify-content: center
}

.menu .items {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu .items>li {
    display: flex;
    align-items: center
}

.menu .items a {
    font-size: 16px;
    color: #111;
    opacity: .9;
    padding: 8px 0
}

.menu .items a:hover {
    opacity: 1
}

.hamburger {
    justify-self: end;
    display: none;
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 12px;
    padding: 10px 14px
}

@media (max-width:900px) {
    .menu {
        display: none
    }

    .hamburger {
        display: block
    }
}

.hero {
    padding: 72px 0 56px;
    background: var(--neon);
    color: #111
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.15fr .65fr;
    gap: 28px;
    align-items: center
}

.eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: #111;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 999px;
    padding: 6px 10px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease
}

.eyebrow--on-dark {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(2px)
}

.h1 {
    font-size: clamp(34px, 5.6vw, 72px);
    line-height: 1.05;
    margin: 16px 0 10px;
    letter-spacing: -.5px
}

.sub {
    font-size: clamp(16px, 2.2vw, 20px);
    color: #222;
    max-width: 760px
}

.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px
}

.btn {
    padding: 12px 16px;
    border-radius: 14px;
    background: #111;
    color: #fff
}

.btn.alt {
    background: #fff;
    color: #111
}

.hero-media {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.video-card {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    background: #fff
}

.video-card .frame {
    aspect-ratio: 16/9;
    background: #fff
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width:980px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 18px
    }
}

section {
    padding: 45px 0;
    scroll-margin-top: 88px
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px
}

.kicker {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #666
}

h2 {
    font-size: clamp(26px, 3.6vw, 40px);
    margin: 8px 0 0
}

.lead {
    color: #585F6B;
    max-width: 700px
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px
}

.card {
    grid-column: span 4;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.card h3 {
    margin: 0 0 6px
}

.card p {
    color: #616977
}

.tag {
    display: inline-block;
    background: linear-gradient(120deg, var(--neon), var(--neon-2));
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #EAECF0;
    margin-bottom: 10px
}

@media (max-width:1000px) {
    .card {
        grid-column: span 6
    }
}

@media (max-width:640px) {
    .card {
        grid-column: span 12
    }
}

.work {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px
}

.tile {
    grid-column: span 4;
    aspect-ratio: 4/5;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, 0)), linear-gradient(90deg, rgba(199, 255, 0, .15), rgba(230, 255, 122, .08))
}

.tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tile .meta {
    background: #fff;
    border-radius: 999px;
    font-size: 12px;
    padding: 6px 8px;
    z-index: 2
}

@media (max-width:1000px) {
    .tile {
        grid-column: span 6
    }
}

@media (max-width:640px) {
    .tile {
        grid-column: span 12
    }
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.step {
    background: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 18px;
    padding: 18px
}

.step .num {
    display: inline-flex;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(120deg, var(--neon), var(--neon-2));
    font-weight: 700
}

@media (max-width:960px) {
    .steps {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:520px) {
    .steps {
        grid-template-columns: 1fr
    }
}

.cta-band {
    background: conic-gradient(from 180deg at 50% 50%, rgba(199, 255, 0, .15), rgba(230, 255, 122, .08), rgba(199, 255, 0, .15));
    border: 1px solid #ECECEC;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px
}

.cta-band .right {
    display: flex;
    gap: 10px
}

.contact {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px
}

.panel {
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 22px;
    padding: 22px;
    max-height: 512px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px
}

.field input,
.field textarea {
    padding: 12px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    background: #fff;
    outline: none
}

.field input:focus,
.field textarea:focus {
    border-color: #111
}

.disclaimer {
    font-size: 12px;
    color: #777
}

@media (max-width:920px) {
    .contact {
        grid-template-columns: 1fr
    }
}

.float-footer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    z-index: 40
}

.float-footer .shell {
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 14px
}

.float-footer .bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--neon);
    position: relative;
    animation: bullet-pulse 1.5s infinite ease-in-out
}

@keyframes bullet-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, .7)
    }

    70% {
        box-shadow: 0 0 0 8px rgba(0, 255, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0)
    }
}

.float-footer a {
    font-weight: 600;
    text-underline-offset: 3px
}

.muted {
    color: var(--muted)
}

.sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.cursor-dot {
    position: fixed;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    pointer-events: none;
    z-index: 1000;
    transform: translate3d(-50%, -50%, 0)
}

@media (hover:none) {
    .cursor-dot {
        display: none
    }
}

.pill {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #E8E8E8;
    border-radius: 999px
}

.mobile.dropdown {
    position: absolute;
    right: 20px;
    top: calc(100% + 12px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .12);
    min-width: 220px;
    display: block;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: opacity .25s ease, transform .25s ease, max-height .25s ease
}

.mobile.dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    max-height: 500px
}

.mobile.dropdown .items {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile.dropdown .items a {
    display: block;
    padding: 10px 10px;
    color: #111
}

.mobile.dropdown .items>li+li a {
    border-top: 1px solid #f1f1f1
}

.mobile.dropdown .items>li:last-child>a {
    margin-top: 8px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    display: inline-block;
    border: 1px solid #111
}

@media (max-width:900px) {
    .menu {
        display: none
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.hamburger {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 12px;
    padding: 0;
    display: none;
    justify-self: end;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .28);
    transition: transform .18s ease, box-shadow .18s ease
}

.hamburger:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .34)
}

.hamburger:active {
    transform: translateY(0) scale(.98)
}

.hamburger .bar {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .22s ease, opacity .18s ease, top .22s ease, width .22s ease;
    will-change: transform, opacity, top, width
}

.hamburger .bar:nth-child(1) {
    top: 14px
}

.hamburger .bar:nth-child(2) {
    top: 21px
}

.hamburger .bar:nth-child(3) {
    top: 28px
}

.hamburger[aria-expanded="true"] .bar:nth-child(1) {
    top: 21px;
    transform: rotate(45deg)
}

.hamburger[aria-expanded="true"] .bar:nth-child(2) {
    opacity: 0
}

.hamburger[aria-expanded="true"] .bar:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg)
}

.mobile.dropdown {
    position: absolute;
    right: 20px;
    top: calc(100% + 12px);
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .14);
    min-width: 250px;
    display: block;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: opacity .24s ease, transform .24s ease, max-height .24s ease
}

.mobile.dropdown::before {
    content: "";
    position: absolute;
    right: 28px;
    top: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    transform: rotate(45deg)
}

.mobile.dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    max-height: 600px
}

.mobile.dropdown .items {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile.dropdown .items li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 12px;
    color: #111;
    border-radius: 10px;
    transition: background .18s ease, transform .18s ease
}

.mobile.dropdown .items li+li a {
    margin-top: 2px
}

.mobile.dropdown .items li a:hover {
    background: #f6f6f6;
    transform: translateX(2px)
}

.mobile.dropdown .items>li:last-child>a {
    margin-top: 10px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 12px 16px;
    border: 1px solid #111;
    justify-content: center
}

@media (max-width:900px) {
    .menu {
        display: none
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:900px) {
    .nav-inner {
        grid-template-columns: auto 1fr auto !important;
        padding-left: 14px;
        padding-right: 14px
    }

    .brand {
        justify-self: start
    }

    .hamburger {
        justify-self: end
    }
}

.menu .items a.active {
    opacity: 1;
    position: relative
}

.menu .items a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: #111;
    border-radius: 2px
}

.menu .items>li:last-child>a.active::after {
    display: none
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px
}

.client-card {
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: #777;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1000px) {
    .clients-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:600px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.menu .items a.is-pill {
    padding: 10px 16px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35)
}

.menu .items a.is-pill {
    padding: 10px 16px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35)
}

#clients .clients-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px
}

#clients .client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 16px;
    padding: 24px;
    min-height: 72px;
    color: #333;
    font-weight: 600
}

@media (max-width:1100px) {
    #clients .clients-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:640px) {
    #clients .clients-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.client-card {
    text-align: center
}

.client-logo img {
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .9;
    transition: filter .2s ease, opacity .2s ease, transform .2s ease
}

.client-card:hover .client-logo img {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-1px)
}

.panel .wpcf7-form p {
    margin: 0 0 12px
}

.panel .wpcf7-form input[type="text"],
.panel .wpcf7-form input[type="email"],
.panel .wpcf7-form input[type="tel"],
.panel .wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    outline: none;
    background: #fff
}

.panel .wpcf7-form input[type="submit"] {
    padding: 12px 16px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    border: 1px solid #111;
    cursor: pointer
}

.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 13px
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    border-radius: 12px
}

.panel .wpforms-form input[type="text"],
.panel .wpforms-form input[type="email"],
.panel .wpforms-form input[type="tel"],
.panel .wpforms-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    background: #fff
}

.panel .wpforms-submit {
    padding: 12px 16px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    border: 1px solid #111
}

.panel .ff-el-input--content input,
.panel .ff-el-input--content textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    background: #fff
}

.panel .ff-btn-submit {
    padding: 12px 16px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    border: 1px solid #111
}

.pill:hover {
    background: #f6f6f6
}

.cursor-dot,
.cursor-ring {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1000;
    transform: translate3d(-50%, -50%, 0)
}

.cursor-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--neon);
    mix-blend-mode: normal
}

.cursor-ring {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color .15s ease, transform .15s ease, width .15s ease, height .15s ease
}

.cursor--hover .cursor-ring {
    border-color: rgba(0, 0, 0, .45);
    transform: translate3d(-50%, -50%, 0) scale(.9)
}

.cursor--active .cursor-ring {
    transform: translate3d(-50%, -50%, 0) scale(.8);
    border-color: rgba(0, 0, 0, .6)
}

@media (hover:none) {

    .cursor-dot,
    .cursor-ring {
        display: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .cursor-ring {
        transition: none
    }
}

.cursor-dot,
.cursor-ring {
    opacity: 1
}

#cursorDot {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
    background-color: #c6ff00;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease
}

#cursorRing {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    border: 1.5px solid rgba(128, 128, 128, .6);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.2s ease
}

body.preloading {
    overflow: hidden
}

.preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity .35s ease, visibility .35s ease
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden
}

.preloader .preloader-inner {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

.spinner-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%
}

.spinner-track {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 2px solid #E5E7EB
}

.spinner-arc {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--neon);
    border-right-color: var(--neon);
    animation: spin 1.2s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.preloader-logo {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--neon);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(172, 255, 62, .45);
    overflow: hidden
}

.preloader-logo img {
    max-width: 70%;
    height: auto;
    display: block
}

.preloader-logo .text {
    font-weight: 700;
    font-family: inherit;
    color: #0F172A
}

.hero.hero-video {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: flex-end;
    padding: 18vh 0 12vh
}

.hero.hero-video .hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.hero.hero-video .hero-video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero.hero-video .hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .35) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%)
}

.hero.hero-video .hero-inner {
    position: relative
}

.hero.hero-video .over-video {
    color: #fff;
    max-width: 900px
}

.hero.hero-video .over-video .eyebrow {
    color: #fff;
    opacity: .9
}

.hero.hero-video .over-video .sub {
    color: rgba(255, 255, 255, .9)
}

@media (max-width:920px) {
    .hero.hero-video {
        padding: 14vh 0 10vh;
        min-height: 82vh
    }
}

header.nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1000
}

header.nav .menu .items>li>a {
    transition: color .2s ease
}

header.nav .nav-inner .menu {
    flex: 1 1 auto
}

header.nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    z-index: 1000;
    pointer-events: none
}

header.nav .brand img {
    height: 40px;
    width: auto
}

header.nav .menu .items {
    gap: 28px
}

header.nav .cta .btn {
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(255, 255, 255, .85)
}

header.nav .menu .items>li.current-menu-item>a {
    background: rgba(17, 17, 17, .88);
    color: #fff;
    border-radius: 999px;
    padding: 8px 16px
}

header.nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000
}

header.nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    pointer-events: none
}

header.nav.nav-fixed {
    position: fixed;
    top: 0
}

@keyframes riseFade {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(.98);
        filter: blur(4px)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0)
    }
}

@keyframes slideDownFade {
    0% {
        opacity: 0;
        transform: translateY(-14px);
        filter: blur(4px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0)
    }
}

@keyframes popFade {
    0% {
        opacity: 0;
        transform: scale(.94);
        filter: blur(3px)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0)
    }
}

body.intro header.nav .brand,
body.intro header.nav .menu .items>li,
body.intro header.nav .cta,
body.intro .hero .eyebrow,
body.intro .hero .h1,
body.intro .hero .sub,
body.intro .hero .hero-cta a {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px)
}

body.intro-play header.nav .brand {
    animation: slideDownFade .55s ease-out forwards;
    animation-delay: .10s
}

body.intro-play header.nav .menu .items>li {
    animation: slideDownFade .55s ease-out forwards
}

body.intro-play header.nav .menu .items>li:nth-child(1) {
    animation-delay: .16s
}

body.intro-play header.nav .menu .items>li:nth-child(2) {
    animation-delay: .22s
}

body.intro-play header.nav .menu .items>li:nth-child(3) {
    animation-delay: .28s
}

body.intro-play header.nav .menu .items>li:nth-child(4) {
    animation-delay: .34s
}

body.intro-play header.nav .menu .items>li:nth-child(5) {
    animation-delay: .40s
}

body.intro-play header.nav .menu .items>li:nth-child(6) {
    animation-delay: .46s
}

body.intro-play header.nav .cta {
    animation: popFade .50s ease-out forwards;
    animation-delay: .52s
}

body.intro-play .hero .eyebrow {
    animation: riseFade .55s ease-out forwards;
    animation-delay: .18s
}

body.intro-play .hero .h1 {
    animation: riseFade .60s ease-out forwards;
    animation-delay: .30s
}

body.intro-play .hero .sub {
    animation: riseFade .60s ease-out forwards;
    animation-delay: .42s
}

body.intro-play .hero .hero-cta a:nth-child(1) {
    animation: popFade .50s ease-out forwards;
    animation-delay: .56s
}

body.intro-play .hero .hero-cta a:nth-child(2) {
    animation: popFade .50s ease-out forwards;
    animation-delay: .64s
}

@media (prefers-reduced-motion:reduce) {

    body.intro header.nav .brand,
    body.intro header.nav .menu .items>li,
    body.intro header.nav .cta,
    body.intro .hero .eyebrow,
    body.intro .hero .h1,
    body.intro .hero .sub,
    body.intro .hero .hero-cta a {
        opacity: 1;
        transform: none;
        filter: none
    }
}

header#siteNav .menu .items>li>a {
    color: #111
}

.float-footer .bullet {
    position: relative;
    background: var(--neon);
    will-change: transform, opacity
}

.float-footer .bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(199, 255, 0, .28);
    animation: bullet-ping 1.6s ease-out infinite;
    pointer-events: none
}

@keyframes bullet-ping {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }

    60% {
        transform: translate(-50%, -50%) scale(2.4);
        opacity: 0
    }

    100% {
        transform: translate(-50%, -50%) scale(2.6);
        opacity: 0
    }
}

header#siteNav.nav {
    z-index: 3000;
    left: 0;
    right: 0;
    pointer-events: none
}

header#siteNav.nav.nav-absolute {
    position: absolute;
    top: 0
}

header#siteNav.nav.nav-fixed {
    position: fixed;
    top: 0
}

header#siteNav.nav .nav-inner {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    padding: 10px 40px;
    border-radius: 999px;
    background: #C7FF00;
    border: none;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .12);
    pointer-events: auto
}

header#siteNav.nav.nav-solid .nav-inner {
    background: #C7FF00;
    border: none
}

header#siteNav .menu .items>li>a {
    color: #111;
    transition: color .2s ease
}

header#siteNav.nav.nav-solid .menu .items>li>a {
    color: #111
}

header#siteNav .menu .items>li.current-menu-item>a,
header#siteNav .menu .items>li>a.is-pill,
header#siteNav .menu .items>li>a.is-pill:hover,
header#siteNav .menu .items>li>a.is-pill:focus {
    color: #fff
}

header#siteNav .menu .items>li>a.is-pill,
header#siteNav .menu .items>li.current-menu-item>a,
header#siteNav .menu .items>li>a.is-pill:hover,
header#siteNav .menu .items>li>a.is-pill:focus {
    color: #fff !important
}

.kicker {
    position: relative;
    display: inline-block
}

.kicker .k-underline {
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;
    width: 100%;
    background: var(--neon, #C7FF00);
    border-radius: 999px;
    transform-origin: left;
    transform: scaleX(0);
    will-change: transform;
    pointer-events: none
}

@media (max-width:640px) {
    .kicker .k-underline {
        bottom: -4px;
        height: 2px
    }
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.case-article {
    --gap: 28px;
    --ink: var(--ink, #0a0a0a);
    --muted: rgba(0, 0, 0, .55)
}

.case-hero {
    position: relative;
    padding: clamp(72px, 8vw, 140px) 0 56px;
    overflow: hidden
}

.case-hero-media {
    position: absolute;
    inset: 0;
    background-image: var(--hero);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: saturate(1.02) contrast(1.03) brightness(.92)
}

.case-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .15) 35%, rgba(0, 0, 0, 0) 70%);
    z-index: 1
}

.case-hero-inner {
    position: relative;
    color: #fff;
    z-index: 2
}

.case-eyebrow .chip {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: .85rem;
    line-height: 1;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 10px 12px;
    border-radius: 999px;
    backdrop-filter: blur(6px)
}

.case-title {
    margin: 16px 0 10px;
    font-size: clamp(28px, 6vw, 64px)
}

.case-subtitle {
    max-width: 70ch;
    font-size: clamp(16px, 2vw, 20px);
    opacity: .9
}

.case-top {
    padding: 24px 0 0;
    max-width: 980px
}

.lead {
    font-size: 1.06rem
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px
}

.checklist li {
    position: relative;
    padding-left: 28px
}

.checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: inset 0 0 0 2px #0f9f73
}

.checklist li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.case-editor .entry-content img {
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
    height: auto;
    max-width: 100%
}

.more-cases-head.center {
    text-align: center;
    padding: 32px 0 8px
}

.more-cases-head.center h2 {
    font-size: clamp(28px, 5vw, 44px);
    margin: 0 0 6px
}

.more-cases-head.center .muted {
    opacity: .75
}

.prevnext-cards.v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    padding: 8px 0 12px
}

.prevnext-cards.v2 .pv-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .06)
}

.prevnext-cards.v2 .pv-card .pv-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .08em;
    opacity: .8
}

.prevnext-cards.v2 .pv-card .pv-title {
    font-size: clamp(18px, 2.8vw, 24px);
    line-height: 1.25;
    text-align: center;
    margin: 8px 0 10px;
    font-weight: 800
}

.prevnext-cards.v2 .pv-card .pv-tags {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: .85;
    font-size: .9rem
}

.prevnext-cards.v2 .empty {
    visibility: hidden
}

.prevnext-cards.v2 .back-all {
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    padding-top: 18px
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12)
}

.btn-pill .ico {
    display: inline-block;
    transform: rotate(180deg)
}

@media (max-width:900px) {
    .prevnext-cards.v2 {
        grid-template-columns: 1fr
    }
}

.contact-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 36px 0 54px;
    align-items: flex-start
}

@media (max-width:1000px) {
    .contact-cta {
        grid-template-columns: 1fr
    }
}

.contact-cta .cta-left h2 {
    font-size: clamp(26px, 4vw, 38px);
    margin: .3rem 0 1rem
}

.panel.panel-form {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent
}

.case-gallery-full {
    padding: 8px 0 40px
}

.case-gallery-full .h3 {
    font-size: clamp(20px, 3vw, 26px);
    margin-bottom: 14px
}

.case-gallery-full .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px
}

.case-gallery-full .shot {
    grid-column: span 4;
    border-radius: 16px;
    overflow: hidden;
    display: block
}

.case-gallery-full .shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.case-gallery-full .shot:hover img {
    transform: scale(1.03)
}

@media (max-width:1100px) {
    .case-gallery-full .shot {
        grid-column: span 6
    }
}

@media (max-width:640px) {
    .case-gallery-full .gallery-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .case-gallery-full .shot {
        grid-column: span 6
    }
}

.filters-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 0 18px
}

.pill {
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #f6f6f6;
    color: #111;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1;
    transition: background .2s, border-color .2s, color .2s, box-shadow .2s
}

.pill:hover {
    background: #fff
}

.pill.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12)
}

.pill-reset {
    background: transparent
}

.pill-reset .ico {
    margin-right: 8px;
    opacity: .8
}

#cases .work .tile {
    transition: opacity .22s ease, transform .22s ease
}

#cases .work .tile.is-hidden {
    opacity: 0;
    transform: scale(.98);
    pointer-events: none;
    display: none
}

.case-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.case-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .7) 95%)
}

.case-description {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2
}

.wp-block-video {
    border-radius: 50%
}

.about .about-inner {
    display: flex;
    gap: 26px;
    align-items: flex-start
}

.about .about-media {
    flex: 1 1 50%
}

.about .about-media img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    position: relative;
    bottom: 55px
}

.about .about-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start
}

.about .about-content .subtitle {
    color: #666;
    margin: 0
}

@media (max-width:900px) {
    .about .about-inner {
        flex-direction: column
    }
}

.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.pagination span {
    padding: 8px 0;
    border-radius: 6px;
    text-decoration: none
}

.pagination .current {
    background: #111;
    color: #fff;
    border-color: #111
}

#process {
    background: #F0F5DA
}

.process-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.steps-column {
    position: relative;
    display: flex;
    flex-direction: column
}

.step {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
    margin-top: 24px
}

.step:first-child {
    margin-top: 0
}

.num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px
}

@media(max-width:900px) {
    .process-inner {
        grid-template-columns: 1fr
    }

    .step {
        margin-top: 20px
    }
}

.steps-column .step {
    position: sticky;
    top: 60px;
    will-change: transform;
    transition: box-shadow .2s ease
}

.steps-column .step+.step {
    margin-top: 24px
}

.steps-column .step:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}

.steps-column .step {
    z-index: 1
}

.steps-column .step:nth-child(2) {
    z-index: 2
}

.steps-column .step:nth-child(3) {
    z-index: 3
}

.steps-column .step:nth-child(4) {
    z-index: 4
}

.process-left {
    position: sticky;
    top: 60px;
    align-self: start
}

@media(max-width:900px) {
    .process-left {
        position: static;
        top: auto
    }

    #process .wrap.process-inner {
        padding-bottom: 0
    }
}

.process-video {
    padding-top: 80px;
    background: #fff
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.player.right-content-area-supported {
    height: 100% !important
}

.btn-nav {
    width: 200px;
    justify-self: end
}

.btn-header {
    background-color: #C7FF00;
    color: var(--ink)
}

.about--vimeo .about-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.about--vimeo .about-video {
    position: relative;
    width: 100%;
    height: auto
}

.about--vimeo .about-video img {
    display: block;
    width: 100%;
    height: auto
}

.about--vimeo .embed {
    position: relative;
    width: 100%
}

.about--vimeo .embed.embed-16by9 {
    padding-top: 56.25%
}

.about--vimeo .embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.about--vimeo .about-overlay {
    position: absolute;
    left: clamp(16px, 3vw, 32px);
    top: clamp(16px, 3vw, 32px);
    max-width: min(580px, 80%);
    color: #fff;
    z-index: 2
}

.about--vimeo .about-badge {
    display: inline-block;
    background: #C7FF00;
    color: #111;
    font-weight: 700;
    border-radius: 10px;
    padding: 8px 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.about--vimeo .about-sub {
    margin: 0 0 6px 0;
    font-size: clamp(14px, 1.6vw, 16px);
    opacity: .95
}

.about--vimeo .about-copy {
    font-size: clamp(15px, 1.9vw, 18px);
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.about--vimeo .about-vignette {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none
}

@media (max-width:767px) {
    .about--vimeo .about-overlay {
        left: 14px;
        right: 14px;
        top: 14px;
        max-width: 90%
    }

    .about--vimeo .about-badge {
        padding: 6px 10px;
        border-radius: 8px
    }
}

.about--vimeo .about-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #000
}

@supports (aspect-ratio:16 / 9) {
    .about--vimeo .about-card {
        aspect-ratio: 16 / 9
    }
}

.about--vimeo .embed.embed-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.about--vimeo .embed.embed-cover iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none
}

.about--vimeo .about-video {
    position: relative;
    width: 100%;
    height: 100%
}

.about--vimeo .about-overlay {
    position: absolute;
    left: clamp(16px, 3vw, 32px);
    top: clamp(16px, 3vw, 32px);
    max-width: min(580px, 80%);
    color: #fff;
    z-index: 3
}

.about--vimeo .about-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .35) 35%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none
}

.about--vimeo .about-video {
    position: relative;
    width: 100%;
    height: 100%
}

.about--vimeo .about-video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.clients-scroll .section-head {
    margin-bottom: clamp(16px, 3vw, 28px)
}

.clients-viewport {
    overflow: hidden;
    position: relative
}

.clients-track {
    display: flex;
    gap: clamp(16px, 2vw, 24px);
    will-change: transform
}

.client-card {
    flex: 0 0 clamp(180px, 22vw, 260px);
    height: clamp(120px, 14vw, 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05)
}

.client-card .client-logo img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: .9
}

.client-card span {
    color: #777;
    font-weight: 600
}

.clients-hint {
    text-align: center;
    color: #777;
    margin-top: 10px;
    font-size: 14px
}

@media (prefers-color-scheme:dark) {
    .client-card {
        background: #111;
        border-color: rgba(255, 255, 255, .08)
    }

    .client-card .client-logo img {
        filter: grayscale(1) brightness(1.2);
        opacity: .95
    }
}

.clients-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab
}

.clients-viewport:active {
    cursor: grabbing
}

.clients-viewport::-webkit-scrollbar {
    display: none
}

.clients-track {
    display: flex;
    gap: clamp(16px, 2vw, 24px)
}

.client-card a,
.client-card img {
    pointer-events: none
}

.cases-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2vw, 24px)
}

@media (max-width:992px) {
    .cases-grid-inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:640px) {
    .cases-grid-inner {
        grid-template-columns: 1fr
    }
}

.case-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 320px;
    background: #111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    isolation: isolate
}

.case-card .case-media {
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .6s ease, filter .4s ease;
    filter: saturate(.95);
    z-index: 1
}

.case-card .case-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .55) 85%)
}

.case-card .case-meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 3;
    color: #fff
}

.case-card .case-title {
    margin: 0 0 8px 0;
    font-size: clamp(18px, 2.4vw, 32px);
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.case-card .case-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.case-card .pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 12px;
    backdrop-filter: blur(2px)
}

.case-card .case-go {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 4;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #C7FF00;
    color: #111;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(199, 255, 0, .35);
    transform: scale(.6);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease, background .2s ease;
    pointer-events: none
}

.case-card:hover .case-go,
.case-card:focus-within .case-go {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto
}

.case-card:hover .case-media {
    transform: scale(1.05)
}

.case-card .case-go:hover {
    background: #d6ff42
}

.case-card .case-link {
    position: absolute;
    inset: 0;
    z-index: 5
}

.link-up-button {
    z-index: 4;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #C7FF00;
    color: #111;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(199, 255, 0, .35)
}

.work.cases-grid {
    display: block;
    grid-template-columns: none
}

.work.cases-grid .cases-grid-inner {
    margin-top: 12px
}

.case-card {
    min-height: 420px
}

.section-head .filters-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.section-head .filters-pills .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .14);
    background: #fff;
    color: #111;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .08s ease;
    text-decoration: none
}

.section-head .filters-pills .pill:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 0, 0, .22)
}

.section-head .filters-pills .pill.is-active {
    background: #C7FF00;
    color: #000;
    border-color: #C7FF00;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18)
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 16px 0 6px
}

.pagination .page .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .14);
    background: #fff;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .08s ease
}

.pagination .page .page-numbers:hover {
    transform: translateY(-1px)
}

.pagination .page .page-numbers.current {
    background: #C7FF00;
    color: #000;
    border-color: #C7FF00;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18)
}

.pagination .page .page-numbers:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(199, 255, 0, .55)
}

.services-cards {
    background-color: #fafafa
}

.services-cards .section-head h2 {
    font-size: clamp(28px, 4.2vw, 56px);
    margin-bottom: 18px
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(18px, 3vw, 28px);
    align-items: center
}

.services-col {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px)
}

.service-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    padding: clamp(16px, 2vw, 22px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    min-height: 230px
}

.service-card .badge {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #C7FF00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #111;
    margin-bottom: 10px
}

.services-center {
    width: min(360px, 32vw);
    aspect-ratio: 3/4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
    border: 1px solid rgba(0, 0, 0, .08);
    background: #eee
}

.services-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width:992px) {
    .services-grid {
        grid-template-columns: 1fr
    }

    .services-center {
        order: -1;
        width: 100%;
        aspect-ratio: 16/9
    }
}

#process.services-cards {
    background: #fff !important
}

#process.services-cards::before,
#process.services-cards::after {
    content: none !important
}

.services-cards .services-grid {
    align-items: stretch
}

.services-cards .services-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px)
}

@media (min-width:993px) {
    .services-cards .services-col {
        justify-content: space-between
    }
}

.video-block .video-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .10);
    background: #000
}

.video-block .video-poster {
    position: absolute;
    inset: 0;
    background-image: var(--poster);
    background-size: cover;
    background-position: center;
    filter: saturate(1);
    transform: scale(1);
    transition: transform .4s ease, filter .3s ease, opacity .25s ease
}

.video-block .video-card:hover .video-poster {
    transform: scale(1.02)
}

.video-block .video-embed,
.video-block .video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-block .video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: none;
    background: #C7FF00;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(199, 255, 0, .35);
    z-index: 3;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease
}

.video-block .video-play:hover {
    transform: scale(1.06);
    background: #d6ff42
}

.video-block .video-play:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(199, 255, 0, .5)
}

.video-block .video-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .10)
}

.video-block .video-poster {
    position: absolute;
    inset: 0;
    background-image: var(--poster);
    background-size: cover;
    background-position: center;
    transition: transform .4s ease, opacity .25s ease
}

.video-block .video-card:hover .video-poster {
    transform: scale(1.02)
}

.video-block .video-embed,
.video-block .video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-block .video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: none;
    background: #C7FF00;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(199, 255, 0, .35);
    z-index: 3;
    transition: .15s
}

.video-block .video-play:hover {
    transform: scale(1.06);
    background: #d6ff42
}

.faq {
    padding-bottom: 80px
}

.faq .section-head h2 {
    font-size: clamp(28px, 4.2vw, 56px);
    margin-bottom: 10px
}

.faq-item {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 18px 0
}

.faq-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(18px, 2.2vw, 22px)
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item .icon {
    margin-left: 16px;
    transition: transform .2s ease
}

.faq-item[open] .icon {
    transform: rotate(180deg)
}

.faq-item .a {
    margin-top: 10px;
    color: #444;
    line-height: 1.6
}

.cases-button {
    justify-content: center;
    display: flex;
    margin: 25px 0
}

.service-card .badge img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain
}

.about-card-green {
    background: #C7FF00;
    border-radius: 28px;
    padding: 28px;
    display: grid;
    grid-template-columns: minmax(240px, 420px) 1fr;
    gap: 32px;
    align-items: center
}

@media (max-width:900px) {
    .about-card-green {
        grid-template-columns: 1fr
    }
}

.about-card-green .about-media {
    border-radius: 20px;
    overflow: hidden;
    max-height: 350px
}

.about-card-green .about-photo {
    width: 100%;
    height: auto;
    display: block
}

.about-card-green .about-content h2 {
    font-size: 48px;
    line-height: 1.05;
    margin: 0 0 14px 0
}

@media (max-width:900px) {
    .about-card-green .about-content h2 {
        font-size: 36px
    }
}

.about-card-green .about-copy p {
    margin: 0 0 10px 0
}

.about-card-green .about-cta {
    margin-top: 14px
}

.about-card-green .btn-pill {
    background: #fff;
    color: #111
}

.about-card-green .btn-pill .btn-icon {
    margin-left: 8px;
    display: inline-block
}

.site-footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.footer-cta {
    background: transparent;
    padding: 0 0 30px
}

.footer-cta .cta-inner {
    position: relative;
    background: #C7FF00;
    border-radius: 28px;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: center
}

.footer-cta .cta-logo img {
    width: 220px;
    height: auto;
    display: block;
    opacity: 1
}

.footer-cta .cta-copy h3 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1
}

.footer-cta .cta-copy .cta-sub {
    margin: 4px 0 12px 0;
    opacity: .85
}

.footer-cta .btn-pill {
    background: #fff;
    color: #111
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    padding: 26px 0
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
}

.footer-brand .custom-logo {
    max-width: 160px;
    height: auto
}

.footer-brand .brand-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: lowercase
}

.footer-brand .brand-text span {
    font-weight: 900
}

.footer-brand .brand-text small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    opacity: .8;
    margin-top: 6px
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.footer-columns h4 {
    margin: 0 0 8px;
    font-size: 16px
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu li {
    margin: 6px 0
}

.footer-menu a {
    text-decoration: none
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 0fr 1fr;
    gap: 24px;
    padding: 14px 0 28px;
    font-size: 12px;
    opacity: .9;
    margin: 24px auto !important
}

.footer-bottom .center {
    text-align: center
}

.footer-bottom .right {
    text-align: right
}

@media (max-width:900px) {
    .footer-cta .cta-inner {
        grid-template-columns: 1fr
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 8px
    }

    .footer-bottom .center,
    .footer-bottom .right {
        text-align: left
    }
}

.contact-cta {
    padding: 10px 0 40px
}

.contact-cta .contact-inner {
    background: #C7FF00;
    border-radius: 28px;
    padding: 26px 28px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: center
}

.contact-cta .contact-logo {
    display: flex;
    align-items: center
}

.contact-cta .contact-logo img {
    width: 230px;
    height: auto;
    display: block;
    opacity: 1
}

.contact-cta .contact-logo .mark {
    font-weight: 900;
    font-size: 72px;
    line-height: 1
}

.contact-cta .contact-copy h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.15
}

.contact-cta .contact-copy .contact-sub {
    margin: 4px 0 12px 0;
    opacity: .85
}

.contact-cta .btn-pill {
    background: #fff;
    color: #111
}

@media (max-width:900px) {
    .contact-cta .contact-inner {
        grid-template-columns: 1fr
    }

    .contact-cta .contact-logo img {
        width: 160px
    }

    .contact-cta .contact-copy h2 {
        font-size: 28px
    }
}

.contact-cta .contact-logo {
    position: relative
}

.contact-cta .contact-big-logo {
    width: 260px;
    height: auto;
    display: block;
    transform: rotate(-12deg)
}

.site-footer-main .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: flex-start;
    padding: 36px 0
}

.footer-brand .custom-logo {
    max-width: 180px;
    height: auto
}

.footer-brand .brand-caption {
    margin-top: 6px;
    font-size: 12px;
    opacity: .8
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu li {
    margin: 6px 0
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 0fr 1fr;
    gap: 24px;
    padding: 16px 0 28px;
    font-size: 12px;
    opacity: .9
}

.footer-bottom .center {
    text-align: center
}

.footer-bottom .right {
    text-align: right
}

@media (max-width:900px) {
    .contact-cta .contact-big-logo {
        width: 180px;
        transform: rotate(-10deg)
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 8px
    }

    .footer-bottom .center,
    .footer-bottom .right {
        text-align: left
    }
}

.contact-cta .contact-inner {
    position: relative;
    overflow: hidden
}

.contact-cta .contact-logo {
    position: absolute;
    left: 28px;
    top: 20px
}

.contact-cta .contact-big-logo {
    width: 520px;
    height: auto;
    transform: rotate(-12deg);
    display: block;
    opacity: 1
}

@media (max-width:1200px) {
    .contact-cta .contact-big-logo {
        width: 420px
    }
}

@media (max-width:900px) {
    .contact-cta .contact-logo {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px
    }

    .contact-cta .contact-big-logo {
        width: 240px;
        transform: rotate(-10deg)
    }
}

.contact-cta .contact-copy {
    position: relative;
    z-index: 1;
    padding-left: 340px
}

@media (max-width:1200px) {
    .contact-cta .contact-copy {
        padding-left: 280px
    }
}

@media (max-width:900px) {
    .contact-cta .contact-copy {
        padding-left: 0
    }
}

.contact-cta {
    padding: 20px 0 40px
}

.contact-card {
    background: #C7FF00;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 84px;
    align-items: center;
    overflow: hidden
}

.contact-card .logo-side {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact-card .contact-big-logo {
    width: 360px;
    max-width: 100%;
    height: auto;
    transform: rotate(-12deg);
    display: block
}

.contact-card .copy-side h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1
}

.contact-card .copy-side .sub {
    margin: 6px 0 14px;
    opacity: .9
}

.contact-card .btn-pill {
    background: #fff;
    color: #111
}

@media (max-width:1100px) {
    .contact-card {
        grid-template-columns: 340px 1fr
    }

    .contact-card .contact-big-logo {
        width: 300px;
        transform: rotate(-11deg)
    }

    .contact-card .copy-side h2 {
        font-size: 36px
    }
}

@media (max-width:800px) {
    .contact-card {
        grid-template-columns: 1fr;
        text-align: left
    }

    .contact-card .logo-side {
        justify-content: flex-start
    }

    .contact-card .contact-big-logo {
        width: 220px;
        transform: rotate(-10deg)
    }
}

.contact-wrap {
    width: 100%
}

.contact-card {
    overflow: hidden;
    height: 220px;
    display: flex
}

.contact-card .logo-side {
    align-items: flex-end;
    position: relative
}

.contact-card .contact-big-logo {
    transform: rotate(-12deg);
    will-change: transform
}

@media (max-width:900px) {
    .contact-card {
        grid-template-columns: 300px 1fr
    }

    .contact-card .contact-big-logo {
        transform: rotate(-12deg) translateY(14%)
    }
}

@media (max-width:640px) {
    .contact-card {
        grid-template-columns: 1fr;
        text-align: left
    }

    .contact-card .logo-side {
        justify-content: flex-start
    }

    .contact-card .contact-big-logo {
        width: 300px;
        max-width: 80%;
        transform: rotate(-12deg) translateY(10%)
    }
}

.contact-card {
    overflow: visible;
    position: relative
}

.contact-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    height: 70px;
    background: var(--bg, #fff);
    pointer-events: none
}

.contact-card .contact-big-logo {
    transform: rotate(-12deg)
}

@media (max-width:900px) {
    .contact-card .contact-big-logo {
        transform: rotate(-12deg) translateY(-4%)
    }
}

@media (max-width:640px) {
    .contact-card .contact-big-logo {
        transform: rotate(-12deg) translateY(-2%)
    }
}

.single-case .case-hero {
    padding: clamp(245px, 0vw, 160px) 0 60px
}

.single-case .case-title {
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 10px 0 8px;
    font-size: clamp(36px, 8vw, 88px);
    line-height: .95;
    min-height: 100px
}

.single-case .case-subtitle {
    font-size: clamp(18px, 2.3vw, 22px);
    opacity: .95
}

.single-case .other-case-title {
    margin: 0 0 8px 0;
    font-size: clamp(18px, 2.4vw, 32px);
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.single-case .case-hero-inner .case-eyebrow {
    margin-bottom: 10px
}

.single-case .case-eyebrow .chip {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.single-case .case-top {
    max-width: 980px;
    padding: 70px 0 8px
}

.single-case .case-top .h2,
.single-case .case-editor h2 {
    font-size: clamp(28px, 3.8vw, 44px);
    margin: 22px 0 22px;
    line-height: 1.1
}

.single-case .case-top .lead,
.single-case .case-editor p {
    font-size: clamp(16px, 2.2vw, 18px);
    line-height: 1.65;
    margin: 22px 0 22px;
    color: #000
}

.single-case .case-gallery-full {
    padding: 14px 0 60px
}

.single-case .case-gallery-full .gallery-grid {
    gap: 18px
}

.single-case .case-gallery-full .shot {
    grid-column: span 4;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden
}

@media (max-width:1000px) {
    .single-case .case-gallery-full .shot {
        grid-column: span 6
    }
}

@media (max-width:640px) {
    .single-case .case-gallery-full .shot {
        grid-column: span 12
    }
}

.single-case .prevnext-cards {
    margin-top: 20px
}

.wp-block-spacer {
    clear: both;
    height: 60px !important
}

.preloader {
    position: fixed;
    inset: 0;
    background: #C7FF00;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity .35s ease, visibility .35s ease
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden
}

.preloader .preloader-inner {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader .spinner-ring,
.preloader .spinner-track,
.preloader .spinner-arc {
    display: none !important
}

.preloader .preloader-logo img,
.preloader .preloader-logo svg {
    max-width: clamp(140px, 22vw, 260px);
    max-height: 120px;
    width: auto;
    height: auto;
    display: block;
    filter: none
}

.preloader .preloader-logo .text {
    font-weight: 800;
    font-size: clamp(18px, 4vw, 28px);
    color: #111
}

.preloader .preloader-logo {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.preloader .preloader-logo::before,
.preloader .preloader-logo::after {
    display: none !important
}

.preloader .preloader-logo .custom-logo {
    max-width: clamp(200px, 20vw, 420px) !important;
    max-height: 160px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    display: block !important;
    filter: none !important
}

.preloader .preloader-logo svg {
    width: clamp(200px, 30vw, 420px) !important;
    height: auto !important;
    display: block !important
}

.preloader .preloader-logo img {
    border-radius: 0 !important;
    background: transparent !important
}

.case-article .entry-content .video-embed-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    margin: 24px 0
}

@media (min-width:960px) {
    .case-article .entry-content .video-embed-card {
        margin: 28px 0
    }
}

.case-article .entry-content .video-embed-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none;
    filter: saturate(1.05) contrast(1.02)
}

.case-article .entry-content .video-embed-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .25) 100%);
    display: grid;
    place-items: center
}

.case-article .entry-content .video-embed-card .play-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #C7FF00;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 18px rgba(199, 255, 0, .4);
    transition: transform .18s ease, box-shadow .18s ease
}

.case-article .entry-content .video-embed-card .play-btn svg {
    width: 22px;
    height: 22px;
    fill: #111
}

.case-article .entry-content .video-embed-card:hover .play-btn {
    transform: scale(1.06);
    box-shadow: 0 8px 22px rgba(199, 255, 0, .5)
}

.case-article .entry-content .video-embed-card.playing .overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease
}

.case-article .entry-content .align-videos-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px)
}

@media (max-width:800px) {
    .case-article .entry-content .align-videos-2 {
        grid-template-columns: 1fr
    }
}

.wrap.case-editor .entry-content .video-embed-card,
.single-case .entry-content .video-embed-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    max-height: 600px
}

.wrap.case-editor .entry-content .video-embed-card iframe,
.single-case .entry-content .video-embed-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none
}

.wrap.case-editor .entry-content .video-embed-card .overlay,
.single-case .entry-content .video-embed-card .overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: transparent;
    pointer-events: auto
}

.wrap.case-editor .entry-content .video-embed-card .play-btn,
.single-case .entry-content .video-embed-card .play-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #C7FF00;
    display: grid;
    place-items: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(199, 255, 0, .4)
}

.wrap.case-editor .entry-content .video-embed-card.playing .overlay,
.single-case .entry-content .video-embed-card.playing .overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.cases-archive .section-head {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem
}

.cases-archive .section-head .kicker {
    letter-spacing: .05em;
    font-size: .7rem
}

.cases-archive .section-head h1 {
    margin: 0;
    line-height: 1.05
}

.cases-archive .filters-pills {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap
}

.cases-archive .filters-pills .pill {
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: .65rem 1.5rem;
    font-weight: 500;
    transition: all .2s ease
}

.cases-archive .filters-pills .pill:hover {
    border-color: rgba(0, 0, 0, .14);
    transform: translateY(-1px)
}

.cases-archive .filters-pills .pill.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.cases-archive .cases-pagination {
    text-align: center;
    margin-top: 2.75rem
}

.cases-archive .cases-pagination .page-numbers {
    display: inline-flex;
    min-width: 44px;
    height: 40px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    font-weight: 500;
    transition: all .15s ease
}

.cases-archive .cases-pagination .page-numbers:hover {
    border-color: rgba(0, 0, 0, .15);
    transform: translateY(-1px)
}

.cases-archive .cases-pagination .page-numbers.current {
    background: #C7FF00;
    color: #111;
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(199, 255, 0, .45)
}

.cases-archive .cases-pagination .page-numbers.prev,
.cases-archive .cases-pagination .page-numbers.next {
    padding: 0 .9rem;
    min-width: auto
}

.cases-archive .section-head {
    align-items: flex-start
}

.cases-archive .filters-pills {
    justify-content: flex-start
}

.video-block .video-embed {
    position: relative
}

.video-sound-toggle:focus {
    outline: 2px solid #C7FF00;
    outline-offset: 2px
}

#process-video .video-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 30px;
    border: none
}

#process-video .video-card .video-embed {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%
}

#process-video .video-card iframe,
#process-video .video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

#process-video .video-card .video-poster {
    display: none !important
}

#process-video .video-card .video-play {
    display: none !important
}

#process-video .video-card .video-sound-toggle {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 30
}

.clients-section,
.clients-slider-wrap,
.clients-slider {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-inline: 2.5rem
}

#clients .wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

#clients .wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.clients-slider {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-inline: 2.5rem
}

.clients-slider::before,
.clients-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 270px;
    pointer-events: none;
    z-index: 20
}

.clients-slider::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.clients-slider::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

#clients .clients-viewport.full-bleed {
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: auto
}

header#siteNav .hamburger {
    display: none
}

header#siteNav .hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 99px
}

header#siteNav .mobile-menu {
    display: none
}







@media (max-width:980px) {
    header#siteNav.nav .nav-inner {
        display: flex;
        align-items: center;
        gap: .75rem
    }

    header#siteNav.nav .nav-inner .menu {
        display: none
    }

    header#siteNav .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 40px;
        height: 40px;
        background: #000;
        border: none;
        border-radius: 999px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        pointer-events: auto
    }

    #mobileMenu.mobile-menu {
        display: block;
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
        padding: 1rem 1.25rem 1.25rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
        z-index: 4000
    }

    #mobileMenu.mobile-menu.show {
        max-height: 420px
    }

    #mobileMenu .mobile-items {
        list-style: none;
        padding: 0;
        margin: 0 0 .75rem 0;
        display: flex;
        flex-direction: column;
        gap: .4rem
    }

    #mobileMenu .mobile-items li a {
        display: block;
        padding: .4rem 0;
        font-weight: 600
    }

    #mobileMenu .mobile-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #C7FF00;
        color: #000;
        font-weight: 700;
        border-radius: 999px;
        padding: .55rem 1.1rem
    }
}

@media (max-width:980px) {
    header#siteNav.nav .nav-inner .brand {
        display: none !important
    }

    header#siteNav.nav .nav-inner .menu {
        display: none !important
    }

    header#siteNav.nav .nav-inner .cta,
    header#siteNav.nav .nav-inner .btn-pill,
    header#siteNav.nav .nav-inner a[href*="mailto:"],
    header#siteNav.nav .nav-inner a.is-pill {
        display: none !important
    }

    header#siteNav.nav.nav-solid .nav-inner {
        min-height: 58px;
        justify-content: flex-end;
        padding-right: 14px
    }

    header#siteNav.nav {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }
}

@media (max-width:980px) {
    header#siteNav.nav {
        left: 0;
        right: 0;
        top: 0
    }

    header#siteNav.nav .nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .65rem 1rem
    }

    header#siteNav.nav .nav-inner .brand {
        display: flex !important;
        align-items: center
    }

    header#siteNav.nav .nav-inner .menu {
        display: none !important
    }

    header#siteNav.nav .nav-inner .btn-nav {
        display: none !important
    }

    header#siteNav .mobile-menu {
        left: 12px;
        right: 12px
    }
}

header#siteNav.nav.nav-solid .nav-inner {
    display: flex;
    justify-content: space-between
}

header.nav .brand img {
    height: 35px;
    width: auto
}

@media (max-width:980px) {
    .btn-nav {
        display: none !important
    }
}

@media (max-width:768px) {
    .contact-card {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contact-card .logo-side {
        display: none
    }
}

@media (max-width:980px) {
    header#siteNav.nav.nav-solid {
        left: 0;
        right: 0;
        top: 0
    }

    header#siteNav.nav.nav-solid .nav-inner {
        max-width: 100% !important;
        width: 100%;
        padding: .6rem .95rem .6rem 1rem;
        align-items: center;
        gap: .75rem
    }

    header#siteNav.nav.nav-solid .hamburger {
        margin-left: auto
    }

    header#siteNav.nav.nav-solid .brand {
        flex: 0 1 auto
    }

    header#siteNav.nav.nav-solid {
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px
    }
}

@media (max-width:980px) {
    header#siteNav.nav.nav-solid {
        border-radius: 9999px;
        margin: 0 .5rem 1.1rem;
        overflow: hidden
    }

    header#siteNav.nav.nav-solid .nav-inner {
        border-radius: 9999px
    }
}

@media (max-width:768px) {
    .float-footer {
        width: 90%
    }

    .services-center {
        aspect-ratio: 8 / 9
    }

    .contact-card {
        padding: 30px;
        height: auto
    }

    .faq {
        padding-bottom: 0
    }

    .case-card .case-title {
        font-size: clamp(28px, 2.4vw, 32px)
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 80px
    }

    header#siteNav .hamburger {
        border-radius: 12px
    }

    .footer-grid {
        display: block
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .about-card-green .about-media {
        max-height: 675px
    }

    .about .about-media img {
        bottom: 95px
    }

    .float-footer {
        width: auto
    }
}

@media (max-width:1024px) {
    .services-center img {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .about-card-green .about-media {
        max-height: 675px !important
    }

    .about .about-media img {
        bottom: 95px !important
    }

    .float-footer {
        width: auto !important
    }
}

@media (max-width:1024px) {
    .services-center img {
        display: none !important
    }
}

@media (max-width:1024px) {
    .services-center {
        display: none !important
    }
}


@media (min-width:768px) and (max-width:1024px) {
    .float-footer {
        width: 85% !important
    }
}