.va-service-strategy,
.va-service-branding,
.va-service-designing,
.va-service-marketing,
.va-service-production {
    --dark-color: #050505;
    --va-service-muted: #646464;
    --va-service-line: rgba(5, 5, 5, .16);
    --va-service-lede: var(--dark-color);
    position: relative;
    overflow: hidden;
    color: var(--dark-color);
    padding: clamp(80px, 8vw, 132px) clamp(20px, 4vw, 70px) clamp(70px, 7vw, 110px);
    font-family: 'Maison Neue', Inter, Arial, sans-serif;
}

.va-service-strategy {
    background: #fbfaf8;
}

.va-service-designing {
    --va-service-line: rgba(0,0,0,.08);
    background: #f5f5f3;
}

.va-service-production {
    --va-service-line: rgba(0,0,0,.08);
    background: #f4f3f0;
}

.va-service-branding {
    --dark-color: #ffffff;
    --va-service-muted: rgba(255,255,255,.62);
    --va-service-line: rgba(255,255,255,.16);
    --va-service-lede: #ffffff;
    background: #050505;
}

.va-service-marketing {
    --dark-color: #ffffff;
    --va-service-muted: rgba(255,255,255,.62);
    --va-service-line: rgba(255,255,255,.16);
    --va-service-lede: #ffffff;
    background: #070707;
}

.va-service-strategy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 18%, rgba(227, 6, 19, .055), transparent 34%);
}

.va-service-designing::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 18%, rgba(227, 6, 19, .045), transparent 34%);
}

.va-service-production::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 74% 20%, rgba(227, 6, 19, .045), transparent 32%);
}

.va-service-branding::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 18%, rgba(227, 6, 19, .12), transparent 34%);
}

.va-service-marketing::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 36%), radial-gradient(circle at 72% 18%, rgba(227, 6, 19, .1), transparent 34%);
}

.va-service-inner {
    position: relative;
    display: grid;
    grid-template-columns: 118px minmax(0, 1.02fr) minmax(360px, .98fr) 76px;
    gap: clamp(24px, 3.8vw, 62px);
    margin: 0 auto;
}

.va-service-side-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--base-color);
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    padding-top: 52px;
}

    .va-service-side-number span {
        display: flex;
        align-items: center;
        gap: 28px;
    }

        .va-service-side-number span::after {
            content: "";
            width: 58px;
            height: 2px;
            background: var(--base-color);
        }

    .va-service-side-number::after {
        content: "";
        width: 1px;
        flex: 1;
        min-height: 280px;
        margin: 32px 0 0 16px;
        background: var(--va-service-line);
    }

.va-service-copy {
    padding-top: 10px;
}

.va-service-label,
.va-service-kicker {
    color: var(--base-color);
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.va-service-heading {
    max-width: 720px;
    margin: 28px 0 26px;
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(58px, 7vw, 118px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--dark-color);
}

    .va-service-heading span {
        color: var(--base-color);
    }

    .va-service-heading .va-heading-accent {
        display: inline-block;
        color: var(--base-color);
    }

    .va-service-heading .va-heading-dot {
        color: var(--base-color);
    }

.va-service-branding .va-service-heading,
.va-service-marketing .va-service-heading {
    color: #fff;
}

.va-service-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    background: #050505;
    color: #ffffff;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
    animation: vaServiceLoaderFallback .45s ease 2.4s forwards;
}

.va-service-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.va-service-loader__inner {
    display: grid;
    justify-items: center;
    gap: 18px;
}

.va-service-loader__mark {
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .16em;
}

.va-service-loader__line {
    width: min(168px, 34vw);
    height: 2px;
    overflow: hidden;
    background: rgba(255,255,255,.14);
    transform-origin: left center;
}

.va-service-loader__line span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--base-color);
    transform: scaleX(0);
    transform-origin: left center;
}

.js-reveal,
.js-reveal-heading,
.js-reveal-text,
.js-reveal-visual,
.js-reveal-grid,
.js-parallax-visual,
.js-magnetic {
    will-change: transform, opacity;
}

.va-service-radar,
.va-brand-mark,
.va-designing-visual,
.va-campaign-visual,
.va-motion-visual,
.va-campaign-card,
.va-motion-frame {
    transition: transform .7s cubic-bezier(.16,1,.3,1);
}

.js-reveal-visual:hover .va-service-radar,
.js-reveal-visual:hover .va-brand-mark,
.js-reveal-visual:hover .va-designing-visual,
.js-reveal-visual:hover .va-campaign-visual,
.js-reveal-visual:hover .va-motion-visual {
    transform: translateY(-4px) scale(1.012);
}

.js-reveal-visual:hover .va-campaign-card,
.js-reveal-visual:hover .va-motion-frame {
    transform: translateY(-3px);
}

@keyframes vaServiceLoaderFallback {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    .va-service-loader {
        display: none;
        animation: none;
    }

    .js-reveal,
    .js-reveal-heading,
    .js-reveal-text,
    .js-reveal-visual,
    .js-reveal-grid,
    .js-parallax-visual,
    .js-magnetic {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.va-service-lede {
    max-width: 500px;
    margin-bottom: 26px;
    font-size: clamp(20px, 1.8vw, 20px);
    font-weight: 600;
    line-height: 1.45;
    color: var(--va-service-lede);
}

.va-service-body {
    max-width: 450px;
    color: var(--va-service-muted);
    font-size: clamp(16px, 1.15vw, 18px);
    font-weight: 500;
    line-height: 1.75;
}

.va-service-radar-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.va-service-radar {
    width: min(100%, 500px);
    height: auto;
    overflow: visible;
}

    .va-service-radar .va-ring {
        fill: none;
        stroke: rgba(5, 5, 5, .16);
        stroke-width: 1;
    }

    .va-service-radar .va-ring-soft {
        stroke: rgba(5, 5, 5, .11);
        stroke-dasharray: 3 3;
    }

    .va-service-radar .va-axis,
    .va-service-radar .va-spoke {
        stroke: rgba(5, 5, 5, .17);
        stroke-width: 1;
    }

    .va-service-radar .va-sweep {
        fill: rgba(227, 6, 19, .14);
    }

    .va-service-radar .va-red-arc {
        fill: none;
        stroke: rgba(227, 6, 19, .42);
        stroke-width: 1;
    }

    .va-service-radar .va-dot {
        fill: var(--dark-color);
    }

    .va-service-radar .va-dot-red {
        fill: var(--base-color);
    }

    .va-service-radar .va-hollow {
        fill: #fbfaf8;
        stroke: rgba(5, 5, 5, .58);
        stroke-width: 2;
    }

.va-brand-mark {
    width: min(100%, 500px);
    height: auto;
    overflow: visible;
}

    .va-brand-mark .va-brand-guide {
        fill: none;
        stroke: rgba(255,255,255,.16);
        stroke-width: 1;
    }

    .va-brand-mark .va-brand-guide-soft {
        fill: none;
        stroke: rgba(255,255,255,.1);
        stroke-width: 1;
    }

    .va-brand-mark .va-brand-axis {
        stroke: rgba(255,255,255,.18);
        stroke-width: 1;
    }

    .va-brand-mark .va-brand-letter {
        fill: none;
        stroke: rgba(255,255,255,.82);
        stroke-width: 1.4;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 432px;
        font-weight: 400;
    }

    .va-brand-mark .va-brand-circle-red {
        fill: none;
        stroke: rgba(227,6,19,.7);
        stroke-width: 1.5;
        stroke-dasharray: 7 8;
    }

    .va-brand-mark .va-brand-arc-red {
        fill: none;
        stroke: rgba(227,6,19,.78);
        stroke-width: 2;
    }

    .va-brand-mark .va-brand-dot {
        fill: rgba(255,255,255,.86);
    }

    .va-brand-mark .va-brand-dot-red {
        fill: var(--base-color);
    }

.va-designing-visual {
    width: min(100%, 520px);
    height: auto;
    overflow: visible;
}

    .va-designing-visual .va-ui-outline,
    .va-designing-visual .va-ui-line,
    .va-designing-visual .va-ui-device,
    .va-designing-visual .va-ui-block {
        fill: none;
        stroke: rgba(5,5,5,.2);
        stroke-width: 1.4;
    }

    .va-designing-visual .va-ui-line {
        stroke: rgba(5,5,5,.11);
        stroke-width: 1;
    }

    .va-designing-visual .va-ui-block {
        stroke: rgba(5,5,5,.14);
    }

    .va-designing-visual .va-ui-accent {
        fill: none;
        stroke: var(--base-color);
        stroke-width: 2;
    }

    .va-designing-visual .va-ui-dot {
        fill: rgba(5,5,5,.45);
    }

    .va-designing-visual .va-ui-dot-red {
        fill: var(--base-color);
    }

.va-campaign-visual {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    min-height: 420px;
}

    .va-campaign-visual::before {
        content: "";
        position: absolute;
        inset: 8% 4% 6% 10%;
        background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
        background-size: 56px 56px;
        mask-image: radial-gradient(circle, var(--dark-color) 44%, transparent 72%);
    }

.va-campaign-card {
    position: absolute;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.035);
    color: #fff;
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    text-transform: uppercase;
}

    .va-campaign-card::after {
        content: "";
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 24px;
        height: 2px;
        background: var(--base-color);
    }

.va-campaign-poster {
    left: 14%;
    top: 8%;
    width: 46%;
    height: 58%;
    padding: 30px 26px;
}

    .va-campaign-poster strong {
        display: block;
        max-width: 160px;
        font-size: clamp(50px, 5vw, 82px);
        font-weight: 900;
        line-height: .86;
    }

    .va-campaign-poster span {
        position: absolute;
        left: 26px;
        bottom: 42px;
        color: rgba(255,255,255,.62);
        font-family: 'Maison Neue', Inter, Arial, sans-serif;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .24em;
    }

.va-campaign-social {
    right: 9%;
    top: 21%;
    width: 34%;
    height: 50%;
    border-radius: 24px;
}

    .va-campaign-social::before {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        top: 34px;
        height: 116px;
        border: 1px solid rgba(255,255,255,.16);
        background: linear-gradient(135deg, rgba(227,6,19,.32), rgba(255,255,255,.04));
    }

.va-campaign-feed-line {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background: rgba(255,255,255,.16);
}

    .va-campaign-feed-line:nth-child(1) {
        bottom: 84px;
    }

    .va-campaign-feed-line:nth-child(2) {
        bottom: 62px;
        right: 52px;
    }

    .va-campaign-feed-line:nth-child(3) {
        bottom: 40px;
        right: 34px;
    }

.va-campaign-editorial {
    left: 32%;
    bottom: 8%;
    width: 46%;
    height: 28%;
    padding: 22px 24px;
}

    .va-campaign-editorial strong {
        display: block;
        color: var(--base-color);
        font-size: 42px;
        font-weight: 900;
        line-height: 1;
    }

    .va-campaign-editorial span {
        display: block;
        width: 72%;
        height: 1px;
        margin-top: 24px;
        background: rgba(255,255,255,.22);
        box-shadow: 0 16px 0 rgba(255,255,255,.14), 0 32px 0 rgba(255,255,255,.1);
    }

.va-campaign-accent {
    position: absolute;
    left: 8%;
    bottom: 24%;
    width: 72%;
    height: 2px;
    background: var(--base-color);
    transform: rotate(-12deg);
    transform-origin: left center;
}

.va-campaign-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.72);
}

    .va-campaign-dot.is-red {
        background: var(--base-color);
    }

.va-campaign-dot--one {
    left: 10%;
    top: 48%;
}

.va-campaign-dot--two {
    right: 12%;
    top: 16%;
}

.va-campaign-dot--three {
    left: 48%;
    bottom: 12%;
}

.va-campaign-dot--four {
    right: 24%;
    bottom: 26%;
}

.va-motion-visual {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    min-height: 420px;
}

    .va-motion-visual::before {
        content: "";
        position: absolute;
        inset: 6% 6% 8% 8%;
        background-image: linear-gradient(rgba(5,5,5,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(5,5,5,.06) 1px, transparent 1px);
        background-size: 54px 54px;
        mask-image: radial-gradient(circle, var(--dark-color) 48%, transparent 74%);
    }

.va-motion-frame {
    position: absolute;
    border: 1px solid rgba(5,5,5,.14);
    background: rgba(255,255,255,.78);
    box-shadow: 0 22px 50px rgba(5,5,5,.08);
    color: #050505;
    font-family: 'Rift', Impact, 'Arial Narrow', sans-serif;
    text-transform: uppercase;
}

.va-motion-poster {
    left: 12%;
    top: 8%;
    width: 46%;
    height: 58%;
    padding: 30px 26px;
}

    .va-motion-poster strong {
        display: block;
        max-width: 170px;
        font-size: clamp(48px, 5vw, 78px);
        font-weight: 900;
        line-height: .88;
    }

    .va-motion-poster span {
        position: absolute;
        left: 26px;
        bottom: 34px;
        width: 62%;
        height: 2px;
        background: var(--base-color);
    }

.va-motion-film {
    right: 9%;
    top: 18%;
    width: 36%;
    height: 46%;
    padding: 18px;
}

    .va-motion-film::before {
        content: "";
        position: absolute;
        inset: 18px;
        border: 1px solid rgba(5,5,5,.12);
        background: linear-gradient(135deg, rgba(5,5,5,.72), rgba(5,5,5,.18));
    }

    .va-motion-film::after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        height: 28px;
        background: repeating-linear-gradient(90deg, rgba(255,255,255,.72) 0 8px, transparent 8px 16px);
        opacity: .48;
    }

.va-motion-timeline {
    left: 28%;
    bottom: 9%;
    width: 54%;
    height: 26%;
    padding: 24px 26px;
}

.va-motion-track {
    display: block;
    height: 1px;
    margin-top: 22px;
    background: rgba(5,5,5,.18);
    box-shadow: 0 22px 0 rgba(5,5,5,.12), 0 44px 0 rgba(5,5,5,.1);
}

.va-motion-wave {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 28px;
    height: 34px;
    background: linear-gradient(90deg, transparent 0 4%, var(--base-color) 4% 6%, transparent 6% 13%, rgba(5,5,5,.32) 13% 16%, transparent 16% 26%, var(--base-color) 26% 29%, transparent 29% 40%, rgba(5,5,5,.28) 40% 43%, transparent 43% 58%, var(--base-color) 58% 60%, transparent 60%);
    clip-path: polygon(0 56%, 7% 34%, 14% 64%, 22% 24%, 30% 72%, 38% 42%, 47% 60%, 56% 18%, 65% 68%, 74% 36%, 84% 58%, 100% 48%, 100% 100%, 0 100%);
    opacity: .72;
}

.va-motion-accent {
    position: absolute;
    left: 10%;
    bottom: 26%;
    width: 74%;
    height: 2px;
    background: var(--base-color);
    transform: rotate(-10deg);
    transform-origin: left center;
}

.va-motion-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(5,5,5,.42);
}

    .va-motion-dot.is-red {
        background: var(--base-color);
    }

.va-motion-dot--one {
    left: 9%;
    top: 48%;
}

.va-motion-dot--two {
    right: 12%;
    top: 13%;
}

.va-motion-dot--three {
    left: 46%;
    bottom: 10%;
}

.va-motion-dot--four {
    right: 22%;
    bottom: 25%;
}

.va-service-fixed-nav {
    position: fixed;
    right: clamp(22px, 4vw, 70px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: transparent;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

    .va-service-fixed-nav.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .va-service-fixed-nav a {
        display: flex;
        align-items: center;
        gap: 18px;
        color: rgba(120,120,120,.72);
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
    }

        .va-service-fixed-nav a span {
            width: 1px;
            height: 44px;
            background: rgba(120,120,120,.32);
        }

        .va-service-fixed-nav a.is-active {
            color: #E30613;
        }

            .va-service-fixed-nav a.is-active span {
                width: 2px;
                background: #E30613;
            }

.va-service-work {
    grid-column: 2 / 4;
    /* margin-top: clamp(40px, 5vw, 82px); */
}

.va-service-kicker {
    color: var(--dark-color);
    margin-bottom: 38px;
}

    .va-service-kicker::after {
        content: "";
        display: block;
        width: 52px;
        height: 2px;
        margin-top: 18px;
        background: var(--base-color);
    }

.va-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.va-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 24px;
    min-height: 148px;
    padding: 34px clamp(22px, 2.3vw, 40px) 30px;
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .35s ease, color .35s ease;
}

    .va-service-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 24px;
        width: 1px;
        height: calc(100% - 48px);
        background: rgba(191,35,47,0);
        transition: background .35s ease;
    }

    .va-service-card:hover {
        background: transparent;
        transform: translateY(-4px);
    }

        .va-service-card:hover::before {
            background: rgba(191,35,47,.25);
        }

.va-service-card-number {
    color: var(--base-color);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

    .va-service-card-number::after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        margin-top: 10px;
        background: var(--base-color);
        transition: width .45s cubic-bezier(.16,1,.3,1);
    }

.va-service-card:hover .va-service-card-number::after {
    width: 42px;
}

.va-service-card h3 {
    margin-bottom: 13px;
    font-size: clamp(18px, 1.35vw, 20px);
    font-weight: 800;
    line-height: 1.2;
    transition: transform .45s cubic-bezier(.16,1,.3,1), color .35s ease;
}

.va-service-card:hover h3 {
    color: var(--dark-color);
}

.va-service-branding .va-service-card:hover h3,
.va-service-marketing .va-service-card:hover h3 {
    color: #fff;
}

.va-service-card p {
    color: var(--va-service-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
    transition: opacity .35s ease, transform .45s cubic-bezier(.16,1,.3,1), color .35s ease;
}

.va-service-card:hover p {
    opacity: .95;
    color: #444;
}

.va-service-branding .va-service-card:hover p,
.va-service-marketing .va-service-card:hover p {
    color: rgba(255,255,255,.76);
}

@media (max-width: 1199.98px) {
    .va-service-inner {
        grid-template-columns: 86px minmax(0, 1fr) 64px;
    }

    .va-service-radar-wrap {
        grid-column: 2 / 3;
        justify-content: flex-start;
        margin-top: 28px;
    }

    .va-service-radar {
        max-width: 560px;
    }

    .va-service-work {
        grid-column: 2 / 4;
    }
}

@media (max-width: 991.98px) {
    .va-service-strategy,
    .va-service-branding,
    .va-service-designing,
    .va-service-marketing,
    .va-service-production {
        padding-inline: 24px;
    }

    .va-service-fixed-nav {
        display: none;
    }

    .va-service-inner {
        grid-template-columns: 1fr;
    }

    .va-service-side-number {
        display: none;
    }

    .va-service-radar-wrap,
    .va-service-work {
        grid-column: auto;
    }

    .va-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .va-service-strategy,
    .va-service-branding,
    .va-service-designing,
    .va-service-marketing,
    .va-service-production {
        padding: 64px 18px 58px;
    }

    .va-campaign-visual,
    .va-motion-visual {
        min-height: 340px;
    }

    .va-service-label,
    .va-service-kicker {
        font-size: 14px;
        letter-spacing: .26em;
    }

    .va-service-heading {
        margin-top: 22px;
        font-size: clamp(48px, 17vw, 66px);
    }

    .va-service-fixed-nav {
        display: none;
    }

    .va-service-radar {
        max-width: 360px;
    }

    .va-service-grid {
        grid-template-columns: 1fr;
    }

    .va-service-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
        padding: 28px 18px;
    }
}


