.home-modern {
    color: #181720;
    background: #fff;
    font-family: "proxima-nova",Arial,sans-serif
}

    .home-modern header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding: 25px 4%;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .home-modern header .logo {
            position: absolute;
            top: 0;
            left: 4%;
            line-height: 0
        }

            .home-modern header .logo a {
                display: block
            }

        .home-modern header img {
            display: block;
            height: 58px;
            max-height: none;
            width: auto
        }

    .home-modern .tel {
        position: static;
        margin-left: auto;
        margin-right: 65px;
        background: transparent;
        font-weight: 500
    }

        .home-modern .tel a {
            color: #181720 !important
        }

    .home-modern .nav-toggle {
        top: 26px;
        right: 4%;
        background: transparent;
        border: 0
    }

    .home-modern .sidenav {
        z-index: 30
    }

.home-page {
    overflow: hidden
}

    .home-page h1, .home-page h2, .home-page h3 {
        text-align: left;
        letter-spacing: -.045em
    }

    .home-page p {
        line-height: 1.7
    }

    .home-page a {
        color: inherit
    }

        .home-page a:hover {
            text-decoration: none
        }

    .home-page .eyebrow {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .18em;
        margin: 0 0 30px
    }

.home-hero {
    padding: 120px 24px;
    min-height: 780px;
    height: 100vh;
    height: 100svh;
    position: relative;
    display: grid;
    place-items: center;
    background: #fff;
    isolation: isolate
}

#ink-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none
}

.hero-copy {
    text-align: center;
    max-width: 1000px;
    position: relative
}

.home-page .hero-copy h1 {
    text-align: center;
    font-size: clamp(58px,7.6vw,116px);
    font-weight: 800;
    line-height: .98;
    margin: 0;
    letter-spacing: -.065em
}

.hero-copy h1 span {
    color: #d90067
}

.home-page .hero-description {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0
}

.home-button {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    padding: 17px 25px;
    border-radius: 40px;
    background: #181720;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    transition: transform .3s,background .3s
}

    .home-button:hover {
        transform: translateY(-4px);
        background: #c90060
    }

.hero-bottom {
    position: absolute;
    bottom: 32px;
    left: 4%;
    right: 4%;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

    .hero-bottom a {
        display: flex;
        gap: 35px
    }

.motion-toggle {
    position: absolute;
    right: 4%;
    bottom: 70px;
    border: 1px solid #d6ced3;
    border-radius: 20px;
    background: #ffffffdf;
    padding: 6px 12px;
    color: #39303a;
    font-size: 11px;
    cursor: pointer
}

.home-section {
    padding: 115px max(6%,calc((100vw - 1280px)/2));
    scroll-margin-top: 30px
}

.home-page h2 {
    font-size: clamp(36px,4.3vw,64px);
    line-height: 1.06;
    font-weight: 600;
    margin: 0 0 30px
}

.home-page em {
    font-style: normal;
    color: #85818a
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 10%
}

    .intro-grid p {
        margin-top: 0;
        color: #625e69;
        font-size: 18px
    }

.text-link {
    display: inline-flex;
    gap: 40px;
    padding: 8px 0;
    border-bottom: 1px solid #222;
    font-size: 15px;
    font-weight: 600
}

.home-capabilities {
    background: #f6f5f7
}

.section-heading {
    margin-bottom: 55px
}

.capability-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.capability {
    padding: 42px;
    background: white;
    border: 1px solid #e9e6eb;
    border-radius: 8px;
    transition: transform .4s,box-shadow .4s
}

    .capability:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px #22102a0a
    }

.service-number {
    font-size: 11px;
    letter-spacing: .15em;
    color: #c80060;
    font-weight: 700;
    display: block;
    margin-bottom: 45px
}

.home-page .capability h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.035em
}

.capability p {
    color: #625e69;
    font-size: 16px
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px
}

    .tech-tags span {
        border: 1px solid #e6e2e9;
        border-radius: 20px;
        padding: 5px 12px;
        font-size: 11px;
        color: #625e69
    }

.home-process {
    background: #19171f;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    align-items: start
}

.process-title {
    position: sticky;
    top: 70px
}

    .process-title p {
        color: #b4aebb
    }

.home-process em {
    color: #ff78b5
}

.process-steps article {
    display: flex;
    gap: 25px;
    border-top: 1px solid #45404b;
    padding: 32px 0
}

    .process-steps article > span {
        font-size: 12px;
        color: #ff78b5;
        padding-top: 7px
    }

.home-page .process-steps h3 {
    font-size: 28px;
    font-weight: 500
}

.process-steps p {
    color: #b4aebb;
    font-size: 16px;
    margin-bottom: 0
}

.work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.work-card {
    display: block
}

.work-visual {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
    border-radius: 8px;
    padding: 35px;
    transition: transform .5s
}

    .work-visual > span {
        font-size: 10px;
        letter-spacing: .12em;
        z-index: 1
    }

    .work-visual b {
        font-size: clamp(30px,3.3vw,48px);
        line-height: 1.05;
        letter-spacing: -.04em;
        z-index: 1
    }

.visual-system {
    background: #ece9f5;
    color: #392451
}

.visual-ai {
    background: #fbe5ef;
    color: #761747
}

.work-visual i {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    top: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .25;
    box-shadow: 0 0 0 25px #ffffff44,0 0 0 50px #ffffff55,0 0 0 75px #ffffff66;
    transition: transform 1s
}

.work-card:hover i {
    transform: scale(1.3) translateX(-25px)
}

.work-caption {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600
}

.home-modern .contactform {
    padding: 100px 0;
    background: #f6f5f7
}

    .home-modern .contactform h2 {
        text-align: center
    }

.home-modern .form .form-control {
    box-shadow: none;
    border: 1px solid #d7d2dc;
    border-radius: 5px;
    padding: 12px;
    height: auto
}

.home-modern .form small {
    color: #625e69
}

.home-modern .btnpink {
    border-radius: 30px;
    background: #19171f;
    border-color: #19171f;
    padding: 15px 25px
}

.home-modern footer {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #19171f;
    color: #fff;
    font-size: 12px
}

    .home-modern footer .cookies {
        padding: 24px 6%;
        background: #26232d
    }

        .home-modern footer .cookies p {
            margin: 0
        }

    .home-modern footer .company-info {
        padding: 28px 6%;
        background: #19171f
    }

.home-modern a:focus-visible, .home-modern button:focus-visible, .home-modern input:focus-visible, .home-modern textarea:focus-visible {
    outline: 3px solid #d90067;
    outline-offset: 5px
}

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

    .motion-enabled .reveal.is-visible {
        opacity: 1;
        transform: translateY(0)
    }

@media(min-width:801px) {
    .capability:nth-child(even), .work-card:nth-child(even) {
        transition-delay: .12s
    }
}

@media(max-width:800px) {
    .home-hero {
        min-height: 680px
    }

    .home-section {
        padding: 75px 6%
    }

    .intro-grid, .home-process {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .capability {
        padding: 28px
    }

    .process-title {
        position: static
    }

    .hero-bottom > span {
        max-width: 180px
    }

    .home-page .hero-copy h1 {
        font-size: clamp(54px,10vw,80px)
    }
}

@media(max-width:540px) {
    .home-modern header {
        padding-top: 22px
    }

        .home-modern header img {
            height: 56px;
            max-height: none
        }

    .home-hero {
        min-height: 650px;
        padding: 110px 20px
    }

    .hero-copy .eyebrow {
        font-size: 10px;
        letter-spacing: .12em
    }

    .home-page .hero-description {
        font-size: 17px
    }

    .capability-grid, .work-grid {
        grid-template-columns: 1fr
    }

    .hero-bottom {
        font-size: 10px;
        gap: 15px
    }

        .hero-bottom a {
            gap: 10px
        }

    .service-number {
        margin-bottom: 25px
    }

    .work-visual {
        min-height: 300px
    }

    .home-page h2 {
        font-size: 38px
    }
}

@media(prefers-reduced-motion:reduce) {
    .home-page *, .home-page *::before {
        animation: none !important;
        transition: none !important
    }

    .motion-enabled .reveal {
        opacity: 1;
        transform: none
    }
}
