.static-home {
    --default-transition-duration: 280ms;
    --default-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    overflow-x: hidden;
    scroll-padding-top: 6.5rem;
}

.static-home [class*="transition"] {
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.static-home #portfolio article img {
    backface-visibility: hidden;
    will-change: transform;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.static-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.static-home > header {
    isolation: isolate;
}

.static-home > header > div {
    border-color: rgb(228 228 231 / 0.95) !important;
    background: rgb(255 255 255 / 0.98) !important;
    box-shadow: 0 12px 35px rgb(24 24 27 / 0.12) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.static-home #shopify-services article {
    scroll-margin-top: 7rem;
}

.static-home #shopify-services [data-static-service-tab] {
    transition:
        background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        translate 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.static-home #shopify-services [data-static-service-active="false"] {
    background: transparent !important;
    color: #3f3f46 !important;
    box-shadow: none !important;
}

.static-home #shopify-services [data-static-service-active="false"]:hover {
    background: #f4f4f5 !important;
}

.static-home #shopify-services [data-static-service-active="true"] {
    background: #18181b !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgb(24 24 27 / 0.16) !important;
}

.static-home #shopify-services [data-static-service-icon] {
    transition:
        background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        scale 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.static-home #shopify-services [data-static-service-active="false"] [data-static-service-icon] {
    background: #dcfce7 !important;
    color: #15803d !important;
}

.static-home #shopify-services [data-static-service-active="true"] [data-static-service-icon] {
    background: #4ade80 !important;
    color: #18181b !important;
}

.static-home #process [role="tab"] {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.static-home #process [data-static-process-active="true"] {
    border-color: #bbf7d0 !important;
    background: #fff !important;
    box-shadow: 0 18px 45px -25px rgb(22 101 52 / 0.35) !important;
}

.static-home #process [role="tab"] h3 {
    color: #3f3f46 !important;
    transition: color 300ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.static-home #process [data-static-process-active="true"] h3 {
    color: #09090b !important;
}

.static-home #process [role="tab"] .lucide-arrow-right {
    opacity: 0 !important;
    transform: translate3d(-8px, 0, 0);
    transition:
        opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 300ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.static-home #process [data-static-process-active="true"] .lucide-arrow-right {
    color: #16a34a !important;
    opacity: 1 !important;
    transform: none;
}

.static-home #process [data-static-process-badge] {
    background: #f4f4f5 !important;
    color: #71717a !important;
    transition:
        background-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
        color 300ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 300ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.static-home #process [data-static-process-complete="true"] [data-static-process-badge] {
    background: #dcfce7 !important;
    color: #15803d !important;
}

.static-home #process [data-static-process-active="true"] [data-static-process-badge] {
    background: #16a34a !important;
    color: #fff !important;
}

.static-home .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
    transform: none !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.static-home .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.static-home .swiper-slide {
    flex: 0 0 min(86vw, 390px) !important;
    width: auto !important;
    scroll-snap-align: start;
}

.static-home [data-static-hidden="true"] {
    display: none !important;
}

.static-home [data-static-filter-active] {
    border-color: #18181b !important;
    background: #18181b !important;
    color: #fff !important;
}

.static-mobile-menu {
    margin: 0.75rem 0.75rem 0;
    border: 1px solid #e4e4e7;
    border-radius: 1.5rem;
    background: rgb(255 255 255 / 0.98);
    box-shadow: 0 20px 45px rgb(24 24 27 / 0.14);
    padding: 0.75rem;
}

.static-mobile-menu[hidden] {
    display: none;
}

.static-mobile-menu a {
    display: block;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    color: #27272a;
    font-size: 0.95rem;
    font-weight: 700;
}

.static-mobile-menu a:hover {
    background: #f4f4f5;
}

.static-form-status {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
}

.static-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.static-form-status--pending {
    color: #15803d;
}

.static-form-status--success {
    color: #15803d;
}

.static-form-status--error {
    color: #dc2626;
}

#audit .static-form-status--pending,
#audit .static-form-status--success {
    color: #15803d;
}

#audit .static-form-status--error {
    color: #dc2626;
}

.static-modal .static-form-status--pending,
.static-modal .static-form-status--pending {
    color: #86efac;
}

.static-modal .static-form-status--error {
    color: #fca5a5;
}

.static-home form [aria-invalid="true"],
.static-modal form [aria-invalid="true"] {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgb(220 38 38 / 0.14) !important;
}

.static-modal .static-form-status--success {
    color: #4ade80;
}

.static-modal-open {
    overflow: hidden;
}

.static-modal[hidden] {
    display: none;
}

.static-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.static-modal:not([hidden]) .static-modal__backdrop {
    animation: static-fade-in 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.static-modal:not([hidden]) .static-modal__panel {
    animation: static-modal-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.static-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgb(9 9 11 / 0.78);
    backdrop-filter: blur(8px);
}

.static-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 2rem;
    background: #161a22;
    color: #fff;
    box-shadow: 0 35px 100px rgb(0 0 0 / 0.4);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.static-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.1);
    color: #fff;
    font-size: 1.3rem;
}

.static-modal__eyebrow {
    color: #86efac;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.static-modal h2 {
    margin-top: 0.65rem;
    padding-right: 2.5rem;
    font-size: clamp(1.7rem, 5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
}

.static-modal__intro {
    margin-top: 0.75rem;
    color: #a1a1aa;
    line-height: 1.7;
}

.static-modal form {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.static-modal input,
.static-modal textarea {
    width: 100%;
    border: 1px solid rgb(255 255 255 / 0.18);
    border-radius: 1rem;
    background: rgb(255 255 255 / 0.06);
    color: #fff;
    padding: 0.95rem 1rem;
}

.static-modal textarea {
    min-height: 7rem;
    resize: vertical;
}

.static-modal form button {
    border-radius: 1rem;
    background: #16a34a;
    color: #fff;
    padding: 0.95rem 1rem;
    font-weight: 800;
}

.static-modal__privacy {
    margin: 0;
    color: #a1a1aa;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
}

.static-modal__privacy a {
    color: #86efac;
    text-decoration: underline;
    text-underline-offset: 0.18em;
    transition: color 160ms ease;
}

.static-modal__privacy a:hover {
    color: #bbf7d0;
}

.static-faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    background: linear-gradient(#f0fdf4, transparent);
    color: #52525b;
    padding: 1.5rem;
    line-height: 1.75;
    animation: static-content-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.static-active-tab {
    border-color: #bbf7d0 !important;
    background: #fff !important;
    box-shadow: 0 18px 45px -25px rgb(22 101 52 / 0.35);
}

.static-process-detail {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 560px;
    flex-direction: column;
    animation: static-content-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes static-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes static-content-in {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes static-modal-in {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.static-process-kicker {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #15803d;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.static-process-kicker strong {
    flex-shrink: 0;
    color: #bbf7d0;
    font-size: clamp(4rem, 9vw, 7rem);
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.static-process-detail h3 {
    margin-top: 1.5rem;
    color: #09090b;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.static-process-detail p {
    color: #52525b;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.static-process-detail .static-process-summary {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.static-process-detail hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #e4e4e7;
}

.static-process-detail .static-process-label {
    margin: 2rem 0 0.75rem;
    color: #71717a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.static-process-deliverables {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.static-process-deliverables div {
    display: flex;
    gap: 0.65rem;
    border: 1px solid #e4e4e7;
    border-radius: 1rem;
    background: #fafbf9;
    color: #27272a;
    padding: 1rem;
    font-weight: 700;
    min-width: 0;
    overflow-wrap: anywhere;
}

.static-process-deliverables span {
    color: #16a34a;
}

.static-process-actions {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.5rem;
    border-top: 1px solid #e4e4e7;
    padding: 1.5rem 0 0.25rem;
}

.static-process-actions button {
    border-radius: 999px;
    padding: 0.75rem 1.2rem;
    color: #52525b;
    font-size: 0.875rem;
    font-weight: 800;
}

.static-process-actions button:last-child {
    background: #18181b;
    color: #fff;
}

.static-process-actions button:first-child {
    padding-inline: 0;
}

.static-process-actions button:disabled {
    pointer-events: none;
    opacity: 0.3;
}

.static-contact-widget {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 60;
    display: flex;
    gap: 0.5rem;
}

.static-contact-widget a {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    box-shadow: 0 12px 30px rgb(22 163 74 / 0.28);
    font-size: 1.15rem;
}

.static-home [data-zendesk-trigger="true"] {
    cursor: pointer;
}

@media (min-width: 1280px) {
    .static-mobile-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .static-home #process [role="tablist"],
    .static-home #process [role="tabpanel"] {
        min-width: 0;
        max-width: 100%;
    }

    .static-home #process [role="tablist"] {
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
    }

    .static-home #process [role="tab"] {
        width: min(260px, 100%);
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .static-process-detail {
        min-height: 0;
    }

    .static-process-kicker strong {
        font-size: 3.5rem;
    }

    .static-process-deliverables {
        grid-template-columns: 1fr;
    }
}
.static-portfolio-frame {
    cursor: zoom-in;
    outline: none;
}

.static-portfolio-frame:focus-visible {
    box-shadow: 0 0 0 4px rgb(22 163 74 / 0.35);
}

.static-portfolio-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    align-items: start;
    justify-items: center;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(1rem, 3vw, 2rem);
}

.static-portfolio-lightbox[aria-hidden="true"] {
    display: none;
}

.static-portfolio-lightbox__backdrop {
    position: fixed;
    inset: 0;
    background: rgb(9 9 11 / 0.88);
    backdrop-filter: blur(10px);
}

.static-portfolio-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(96vw, 1280px);
    min-height: calc(100vh - clamp(1rem, 3vw, 2rem) * 2);
}

.static-portfolio-lightbox__image {
    display: block;
    width: min(100%, 1180px);
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 24px 80px rgb(0 0 0 / 0.35);
}

.static-portfolio-lightbox__close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.94);
    color: #18181b;
    box-shadow: 0 14px 36px rgb(0 0 0 / 0.25);
    cursor: pointer;
    transform: none;
}

.static-portfolio-lightbox__close:focus-visible {
    outline: 3px solid #22c55e;
    outline-offset: 3px;
}

.static-portfolio-lightbox-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .static-portfolio-lightbox__dialog {
        width: 100%;
        min-height: calc(100vh - 2rem);
    }

    .static-portfolio-lightbox__image {
        border-radius: 0.5rem;
    }

    .static-portfolio-lightbox__close {
        top: 0.5rem;
        right: 0.5rem;
        transform: none;
    }
}
