/* DQ3 VISUALIZATION STUDIO HOME V3 CSS */

:root{
    --dq-vs-black:#080808;
    --dq-vs-white:#f7f7f5;
    --dq-vs-grey:#979797;
    --dq-vs-line:rgba(255,255,255,.16);
}

.dq-vs-home{
    overflow:hidden;
    background:var(--dq-vs-black);
    color:var(--dq-vs-white);
}

.dq-vs-shell{
    width:min(1380px,calc(100% - 64px));
    margin:0 auto;
}

.dq-vs-label{
    display:block;
    color:#c6c6c6;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
}

.dq-vs-hero{
    position:relative;
    display:flex;
    min-height:100svh;
    align-items:center;
    overflow:hidden;
    background:#090909;
}

.dq-vs-hero__media,
.dq-vs-hero__media video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.dq-vs-hero__media video{
    object-fit:cover;
    opacity:.42;
    filter:grayscale(1) contrast(1.15);
}

.dq-vs-hero::after{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.25)),
        linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%);
    content:"";
}

.dq-vs-hero__grid{
    position:absolute;
    inset:0;
    z-index:1;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:80px 80px;
    mask-image:linear-gradient(90deg,#000,transparent 70%);
}

.dq-vs-hero__noise{
    position:absolute;
    inset:0;
    z-index:2;
    opacity:.18;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
    pointer-events:none;
}

.dq-vs-hero__content{
    position:relative;
    z-index:3;
    padding:160px 0 110px;
}

.dq-vs-hero h1{
    max-width:1030px;
    margin:20px 0 28px;
    color:#fff;
    font-size:clamp(64px,10vw,168px);
    font-weight:500;
    letter-spacing:-.085em;
    line-height:.83;
}

.dq-vs-hero h1 span{
    display:block;
    color:#cfcfcf;
}

.dq-vs-hero p{
    max-width:430px;
    margin:0;
    color:#d2d2d2;
    font-size:17px;
    line-height:1.65;
}

.dq-vs-hero__actions{
    display:flex;
    align-items:center;
    gap:26px;
    margin-top:38px;
}

.dq-vs-button{
    display:inline-flex;
    min-height:48px;
    align-items:center;
    gap:18px;
    justify-content:center;
    padding:0 19px;
    border:1px solid currentColor;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
    transition:background .25s ease,color .25s ease;
}

.dq-vs-button--light{
    background:#fff;
    border-color:#fff;
    color:#090909;
}

.dq-vs-button--light:hover{
    background:transparent;
    color:#fff;
}

.dq-vs-text-link{
    color:inherit;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.dq-vs-text-link i,
.dq-vs-button i{
    margin-left:7px;
    font-size:16px;
    font-style:normal;
}

.dq-vs-hero__footer{
    position:absolute;
    bottom:30px;
    left:50%;
    z-index:3;
    display:flex;
    justify-content:space-between;
    color:#aaa;
    font-size:10px;
    font-weight:800;
    letter-spacing:.12em;
    transform:translateX(-50%);
}

.dq-vs-manifesto{
    padding:165px 0;
    background:#f3f3f0;
    color:#111;
}

.dq-vs-manifesto__grid{
    display:grid;
    grid-template-columns:.55fr 1.45fr;
    gap:48px;
}

.dq-vs-manifesto .dq-vs-label,
.dq-vs-section-head .dq-vs-label,
.dq-vs-process .dq-vs-label{
    color:#777;
}

.dq-vs-manifesto__lead{
    max-width:980px;
    margin:0;
    font-size:clamp(37px,5.5vw,82px);
    font-weight:500;
    letter-spacing:-.075em;
    line-height:.96;
}

.dq-vs-manifesto__lead em{
    color:#777;
    font-style:normal;
}

.dq-vs-manifesto__copy{
    max-width:470px;
    margin:38px 0 0;
    color:#555;
    font-size:16px;
    line-height:1.75;
}

.dq-vs-services{
    padding:150px 0;
    background:#090909;
}

.dq-vs-section-head{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:30px;
    align-items:end;
    margin-bottom:52px;
}

.dq-vs-section-head h2{
    max-width:880px;
    margin:16px 0 0;
    color:#fff;
    font-size:clamp(48px,6vw,94px);
    font-weight:500;
    letter-spacing:-.075em;
    line-height:.88;
}

.dq-vs-section-head h2 em{
    color:#9b9b9b;
    font-style:normal;
}

.dq-vs-services__grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
}

.dq-vs-service{
    --accent:#fff;
    position:relative;
    display:flex;
    min-height:420px;
    flex-direction:column;
    padding:24px;
    overflow:hidden;
    border:1px solid var(--dq-vs-line);
    background:#131313;
    color:#fff;
    text-decoration:none;
    transition:transform .35s ease,border-color .35s ease;
}

.dq-vs-service::after{
    position:absolute;
    inset:0;
    background:var(--accent);
    content:"";
    opacity:0;
    transform:translateY(100%);
    transition:opacity .35s ease,transform .35s ease;
}

.dq-vs-service>*{
    position:relative;
    z-index:1;
}

.dq-vs-service:hover{
    border-color:var(--accent);
    color:#0b0b0b;
    transform:translateY(-8px);
}

.dq-vs-service:hover::after{
    opacity:1;
    transform:translateY(0);
}

.dq-vs-service:hover span,
.dq-vs-service:hover p{
    color:rgba(0,0,0,.65);
}

.dq-vs-service--web{--accent:#a46bff}
.dq-vs-service--video{--accent:#ff4b4b}
.dq-vs-service--3d{--accent:#4385ff}
.dq-vs-service--brand{--accent:#39d996}
.dq-vs-service--automation{--accent:#ff9f43}

.dq-vs-service span{
    color:var(--accent);
    font-size:10px;
    font-weight:800;
    letter-spacing:.13em;
}

.dq-vs-service h3{
    margin:auto 0 18px;
    font-size:clamp(27px,2.2vw,40px);
    font-weight:500;
    letter-spacing:-.075em;
    line-height:.88;
}

.dq-vs-service p{
    margin:0;
    color:#aaa;
    font-size:13px;
    line-height:1.65;
}

.dq-vs-service i{
    display:grid;
    width:40px;
    height:40px;
    margin-top:24px;
    place-items:center;
    border:1px solid currentColor;
    border-radius:50%;
    font-size:18px;
    font-style:normal;
    transition:transform .3s ease;
}

.dq-vs-service:hover i{
    transform:rotate(45deg);
}

.dq-vs-statement{
    padding:170px 0;
    background:#171717;
}

.dq-vs-statement p{
    max-width:1200px;
    margin:22px 0 0;
    color:#fff;
    font-size:clamp(48px,7vw,122px);
    font-weight:500;
    letter-spacing:-.085em;
    line-height:.86;
}

.dq-vs-statement p span{
    color:#777;
}

.dq-vs-work{
    padding:150px 0;
    background:#f3f3f0;
    color:#111;
}

.dq-vs-section-head--work h2{
    color:#111;
}

.dq-vs-section-head--work h2 em{
    color:#777;
}

.dq-vs-section-head--work .dq-vs-text-link{
    align-self:end;
    color:#111;
    text-align:right;
}

.dq-vs-work__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.dq-vs-project{
    position:relative;
    display:block;
    min-height:440px;
    overflow:hidden;
    background:#1b1b1b;
    color:#fff;
    text-decoration:none;
}

.dq-vs-project--wide{
    min-height:530px;
}

.dq-vs-project__image{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 65% 30%,#626262,transparent 35%),
        linear-gradient(135deg,#2b2b2b,#090909);
    background-position:center;
    background-size:cover;
    filter:grayscale(1);
    opacity:.8;
    transition:transform .7s ease,filter .7s ease;
}

.dq-vs-project:hover .dq-vs-project__image{
    filter:grayscale(0);
    transform:scale(1.05);
}

.dq-vs-project__overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:24px;
    background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 55%);
}

.dq-vs-project__overlay span{
    position:absolute;
    top:23px;
    left:24px;
    font-size:10px;
    font-weight:800;
    letter-spacing:.12em;
}

.dq-vs-project__overlay h3{
    max-width:80%;
    margin:0;
    font-size:clamp(25px,3vw,46px);
    font-weight:500;
    letter-spacing:-.07em;
    line-height:.92;
}

.dq-vs-project__overlay i{
    position:absolute;
    right:24px;
    bottom:24px;
    display:grid;
    width:42px;
    height:42px;
    place-items:center;
    border:1px solid #fff;
    border-radius:50%;
    font-style:normal;
}

.dq-vs-work__empty{
    padding:70px 0;
    border-top:1px solid #ccc;
    color:#666;
}

.dq-vs-process{
    padding:150px 0;
    background:#090909;
}

.dq-vs-process__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:52px;
    border-top:1px solid var(--dq-vs-line);
}

.dq-vs-process article{
    min-height:290px;
    padding:28px 28px 28px 0;
    border-right:1px solid var(--dq-vs-line);
}

.dq-vs-process article+article{
    padding-left:28px;
}

.dq-vs-process article:last-child{
    border-right:0;
}

.dq-vs-process b{
    color:#9d9d9d;
    font-size:11px;
    letter-spacing:.12em;
}

.dq-vs-process h3{
    margin:72px 0 14px;
    font-size:36px;
    font-weight:500;
    letter-spacing:-.06em;
}

.dq-vs-process p{
    max-width:280px;
    margin:0;
    color:#a2a2a2;
    font-size:14px;
    line-height:1.7;
}

.dq-vs-cta{
    padding:175px 0;
    background:#fff;
    color:#111;
}

.dq-vs-cta h2{
    margin:18px 0 38px;
    font-size:clamp(54px,8vw,132px);
    font-weight:500;
    letter-spacing:-.085em;
    line-height:.82;
}

.dq-vs-cta h2 em{
    color:#888;
    font-style:normal;
}

.dq-vs-cta .dq-vs-label{
    color:#777;
}

.dq-vs-cta .dq-vs-button--light{
    background:#111;
    border-color:#111;
    color:#fff;
}

.dq-vs-cta .dq-vs-button--light:hover{
    background:transparent;
    color:#111;
}

@media(max-width:1100px){
    .dq-vs-services__grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .dq-vs-service{
        min-height:320px;
    }
}

@media(max-width:760px){
    .dq-vs-shell{
        width:min(100% - 36px,1380px);
    }

    .dq-vs-hero__content{
        padding:145px 0 120px;
    }

    .dq-vs-hero h1{
        font-size:clamp(58px,17vw,94px);
    }

    .dq-vs-hero__footer{
        width:calc(100% - 36px);
        font-size:8px;
    }

    .dq-vs-hero__footer span:first-child{
        display:none;
    }

    .dq-vs-manifesto,
    .dq-vs-services,
    .dq-vs-statement,
    .dq-vs-work,
    .dq-vs-process,
    .dq-vs-cta{
        padding:100px 0;
    }

    .dq-vs-manifesto__grid,
    .dq-vs-section-head,
    .dq-vs-services__grid,
    .dq-vs-process__grid{
        grid-template-columns:1fr;
    }

    .dq-vs-manifesto__lead{
        font-size:clamp(40px,12vw,63px);
    }

    .dq-vs-section-head h2{
        font-size:clamp(48px,14vw,72px);
    }

    .dq-vs-service{
        min-height:250px;
    }

    .dq-vs-work__grid{
        grid-template-columns:1fr;
    }

    .dq-vs-project,
    .dq-vs-project--wide{
        min-height:360px;
    }

    .dq-vs-process__grid{
        border-top:1px solid var(--dq-vs-line);
    }

    .dq-vs-process article,
    .dq-vs-process article+article{
        min-height:auto;
        padding:25px 0;
        border-right:0;
        border-bottom:1px solid var(--dq-vs-line);
    }

    .dq-vs-process h3{
        margin:42px 0 12px;
    }
}

/* DQ3 CONCEPT TO VISUAL V1 CSS */

.dq-vs-transform {
    padding: 150px 0;
    background: #111;
}

.dq-vs-transform__frame {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 30%, #606060, transparent 32%),
        linear-gradient(135deg, #292929, #080808);
    background-position: center;
    background-size: cover;
}

.dq-vs-transform__frame::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(0,0,0,.62), transparent 48%),
        linear-gradient(90deg, rgba(0,0,0,.28), transparent 60%);
    content: "";
    pointer-events: none;
}

.dq-vs-transform__concept {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #e9e9e5;
    color: #111;
}

.dq-vs-transform__blueprint {
    position: absolute;
    inset: 0;
    opacity: .65;
    background-image:
        linear-gradient(rgba(0,0,0,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.12) 1px, transparent 1px),
        linear-gradient(135deg, transparent 49.7%, #111 50%, transparent 50.3%);
    background-size: 42px 42px, 42px 42px, 100% 100%;
}

.dq-vs-transform__concept::after {
    position: absolute;
    top: 20%;
    left: 18%;
    width: 64%;
    height: 54%;
    border: 2px solid #111;
    box-shadow:
        60px 38px 0 -1px #111,
        120px 76px 0 -1px #111;
    content: "";
    transform: perspective(600px) rotateX(60deg) rotateZ(-22deg);
}

.dq-vs-transform__concept-copy {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
}

.dq-vs-transform__concept-copy span,
.dq-vs-transform__final-label span {
    display: block;
    margin-bottom: 9px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.dq-vs-transform__concept-copy strong {
    display: block;
    font-size: clamp(30px, 5vw, 76px);
    font-weight: 500;
    letter-spacing: -.08em;
    line-height: .82;
}

.dq-vs-transform__final-label {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 28px;
    color: #fff;
    text-align: right;
}

.dq-vs-transform__final-label strong {
    display: block;
    max-width: 320px;
    font-size: clamp(22px, 3vw, 44px);
    font-weight: 500;
    letter-spacing: -.07em;
    line-height: .9;
}

.dq-vs-transform__handle {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    pointer-events: none;
    transform: translateX(-1px);
}

.dq-vs-transform__handle i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #111;
    transform: translate(-50%, -50%);
}

.dq-vs-transform__handle i::after {
    position: absolute;
    top: 13px;
    left: 10px;
    color: #fff;
    content: "↔";
    font-size: 22px;
    line-height: 1;
}

.dq-vs-transform__range {
    position: absolute;
    z-index: 6;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: ew-resize;
    opacity: 0;
}

.dq-vs-transform__caption {
    max-width: 420px;
    margin: 22px 0 0 auto;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .dq-vs-transform__frame {
        min-height: 460px;
    }

    .dq-vs-transform__concept-copy {
        top: 20px;
        left: 20px;
    }

    .dq-vs-transform__final-label {
        right: 20px;
        bottom: 20px;
    }
}

/* DQ3 HERO VISUAL FIELD V1 CSS */

.dq-vs-hero {
    --dq-vs-x: 0px;
    --dq-vs-y: 0px;
}

.dq-vs-hero__media {
    transform:
        scale(1.035)
        translate(
            calc(var(--dq-vs-x) * -.28),
            calc(var(--dq-vs-y) * -.28)
        );
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.dq-vs-hero__grid {
    transform:
        translate(
            var(--dq-vs-x),
            var(--dq-vs-y)
        );
    transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.dq-vs-hero__content {
    transform:
        translate(
            calc(var(--dq-vs-x) * -.12),
            calc(var(--dq-vs-y) * -.12)
        );
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-hero__media,
    .dq-vs-hero__grid,
    .dq-vs-hero__content {
        transform: none !important;
        transition: none !important;
    }
}

/* DQ3 SERVICE VISUAL SIGNATURES V1 */

.dq-vs-service {
    isolation: isolate;
}

.dq-vs-service::before {
    position: absolute;
    z-index: 0;
    right: -28%;
    bottom: -18%;
    width: 78%;
    aspect-ratio: 1;
    border: 1px solid var(--accent);
    border-radius: 50%;
    content: "";
    opacity: .28;
    pointer-events: none;
    transition: transform .45s ease, opacity .45s ease;
}

.dq-vs-service:hover::before {
    opacity: .65;
    transform: scale(1.14) rotate(18deg);
}

.dq-vs-service--web {
    background-image:
        linear-gradient(90deg, rgba(164,107,255,.10) 1px, transparent 1px),
        linear-gradient(rgba(164,107,255,.10) 1px, transparent 1px);
    background-size: 24px 24px;
}

.dq-vs-service--video {
    background-image:
        repeating-linear-gradient(
            90deg,
            rgba(255,75,75,.22) 0 2px,
            transparent 2px 17px
        );
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 42%;
}

.dq-vs-service--3d {
    background-image:
        radial-gradient(
            circle at 75% 75%,
            rgba(67,133,255,.34) 0 1px,
            transparent 2px 11px
        );
    background-size: 22px 22px;
}

.dq-vs-service--brand {
    background-image:
        radial-gradient(
            ellipse at 85% 85%,
            transparent 0 19%,
            rgba(57,217,150,.28) 20% 21%,
            transparent 22% 35%,
            rgba(57,217,150,.18) 36% 37%,
            transparent 38%
        );
}

.dq-vs-service--automation {
    background-image:
        radial-gradient(circle, rgba(255,159,67,.48) 0 2px, transparent 3px);
    background-size: 24px 24px;
}

.dq-vs-service--automation::before {
    border-radius: 18%;
    transform: rotate(45deg);
}

/* DQ3 VISUAL STUDIO SCROLL REVEAL V1 CSS */

html.dq-vs-motion-ready .dq-vs-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity .85s cubic-bezier(.2,.7,.2,1),
        transform .85s cubic-bezier(.2,.7,.2,1);
}

html.dq-vs-motion-ready .dq-vs-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

html.dq-vs-motion-ready
.dq-vs-services__grid.is-visible
.dq-vs-service {
    animation: dq-vs-card-in .7s cubic-bezier(.2,.7,.2,1) both;
}

html.dq-vs-motion-ready
.dq-vs-services__grid.is-visible
.dq-vs-service:nth-child(2) {
    animation-delay: .08s;
}

html.dq-vs-motion-ready
.dq-vs-services__grid.is-visible
.dq-vs-service:nth-child(3) {
    animation-delay: .16s;
}

html.dq-vs-motion-ready
.dq-vs-services__grid.is-visible
.dq-vs-service:nth-child(4) {
    animation-delay: .24s;
}

html.dq-vs-motion-ready
.dq-vs-services__grid.is-visible
.dq-vs-service:nth-child(5) {
    animation-delay: .32s;
}

@keyframes dq-vs-card-in {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    html.dq-vs-motion-ready .dq-vs-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* DQ3 STUDIO SIGNALS TICKER V1 CSS */

.dq-vs-signals {
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: #0d0d0d;
}

.dq-vs-signals__track {
    display: flex;
    width: max-content;
    animation: dq-vs-signals-scroll 25s linear infinite;
}

.dq-vs-signals__group {
    display: flex;
    flex: none;
    align-items: center;
    gap: 26px;
    padding-right: 26px;
    white-space: nowrap;
}

.dq-vs-signals span {
    color: #eee;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-signals i {
    color: #777;
    font-size: 11px;
    font-style: normal;
}

.dq-vs-signals .is-web { color: #a46bff; }
.dq-vs-signals .is-video { color: #ff4b4b; }
.dq-vs-signals .is-3d { color: #4385ff; }
.dq-vs-signals .is-brand { color: #39d996; }
.dq-vs-signals .is-automation { color: #ff9f43; }

.dq-vs-signals:hover .dq-vs-signals__track {
    animation-play-state: paused;
}

@keyframes dq-vs-signals-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-signals__track {
        animation: none;
    }
}

/* DQ3 VISUAL STUDIO HOME HEADER V1 */

body.home .site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background: rgba(8,8,8,.72) !important;
    backdrop-filter: blur(14px);
}

body.home .site-header .header-inner {
    width: min(1380px, calc(100% - 64px));
    min-height: 76px;
    margin: 0 auto;
}

body.home .site-header .brand-main {
    color: #fff;
    font-size: 28px;
    letter-spacing: -2px;
}

body.home .site-header .brand-sub {
    color: #bdbdbd;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
}

body.home .site-header .menu-toggle {
    display: flex;
    width: 112px;
    height: 42px;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 12px;
    border-color: rgba(255,255,255,.24);
    border-radius: 0;
    background: transparent;
}

body.home .site-header .menu-toggle::after {
    margin-left: 12px;
    color: #fff;
    content: "MENU";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

body.home .site-header .menu-toggle span {
    width: 14px;
    background: #fff;
}

body.home.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 760px) {
    body.home .site-header .header-inner {
        width: calc(100% - 36px);
        min-height: 66px;
    }

    body.home .site-header .menu-toggle {
        width: 86px;
        height: 36px;
    }

    body.home .site-header .menu-toggle::after {
        margin-left: 8px;
        font-size: 9px;
    }

    body.home.admin-bar .site-header {
        top: 46px;
    }
}

/* DQ3 VISUAL STUDIO HOME FOOTER V1 CSS */

.dq-vs-footer {
    padding: 88px 0 28px;
    background: #080808;
    color: #fff;
}

.dq-vs-footer__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.dq-vs-footer__mark {
    color: #fff;
    font-size: clamp(88px, 15vw, 210px);
    font-weight: 900;
    letter-spacing: -.11em;
    line-height: .7;
    text-decoration: none;
}

.dq-vs-footer__top p {
    max-width: 290px;
    margin: 0 0 4px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
}

.dq-vs-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 30px;
    padding: 46px 0 72px;
}

.dq-vs-footer__links > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.dq-vs-footer__links span {
    margin-bottom: 8px;
    color: #777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-footer__links a {
    color: #e5e5e5;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease;
}

.dq-vs-footer__links a:hover {
    color: #fff;
}

.dq-vs-footer__links .dq-vs-footer__contact {
    color: #fff;
    font-size: clamp(20px, 2.5vw, 36px);
    font-weight: 500;
    letter-spacing: -.05em;
}

.dq-vs-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

@media (max-width: 760px) {
    .dq-vs-footer {
        padding-top: 62px;
    }

    .dq-vs-footer__top {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 45px;
    }

    .dq-vs-footer__links {
        grid-template-columns: 1fr 1fr;
        padding: 38px 0 48px;
    }

    .dq-vs-footer__links > div:last-child {
        grid-column: 1 / -1;
        padding-top: 12px;
    }

    .dq-vs-footer__bottom {
        flex-direction: column;
    }
}

/* DQ3 CONVERSION HERO V1 CSS */

.dq-vs-home .dq-vs-hero--conversion {
    position: relative;
    min-height: min(820px, 100vh);
    overflow: hidden;
    padding: 138px max(7vw, 28px) 68px;
    background: #090909;
    color: #fff;
}

.dq-vs-home .dq-vs-hero--conversion::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .48;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero__ambient {
    position: absolute;
    top: -24%;
    right: -12%;
    width: min(62vw, 860px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(101, 66, 255, .22),
        rgba(203, 27, 37, .08) 38%,
        transparent 68%
    );
    filter: blur(20px);
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero__conversion-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(360px, .82fr);
    align-items: center;
    gap: clamp(38px, 7vw, 126px);
    width: min(1320px, 100%);
    min-height: 610px;
    margin: 0 auto;
}

.dq-vs-home .dq-vs-hero__copy {
    max-width: 700px;
}

.dq-vs-home .dq-vs-hero__eyebrow {
    display: block;
    margin-bottom: 25px;
    color: #a7ffce;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.dq-vs-home .dq-vs-hero--conversion h1 {
    max-width: 740px;
    margin: 0;
    color: #fff;
    font-size: clamp(50px, 7.2vw, 108px);
    font-weight: 650;
    letter-spacing: -.085em;
    line-height: .86;
}

.dq-vs-home .dq-vs-hero--conversion h1 em {
    color: #999;
    font-style: normal;
}

.dq-vs-home .dq-vs-hero--conversion p {
    max-width: 500px;
    margin: 29px 0 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.48;
}

.dq-vs-home .dq-vs-hero--conversion .dq-vs-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 38px;
}

.dq-vs-home .dq-vs-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.dq-vs-home .dq-vs-button--primary {
    padding: 15px 20px;
    background: #fff;
    color: #0a0a0a;
    transition: transform .18s ease, background .18s ease;
}

.dq-vs-home .dq-vs-button--primary:hover {
    background: #a7ffce;
    color: #0a0a0a;
    transform: translateY(-3px);
}

.dq-vs-home .dq-vs-button--text {
    color: rgba(255,255,255,.76);
}

.dq-vs-home .dq-vs-button--text:hover {
    color: #fff;
}

.dq-vs-home .dq-vs-hero__capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 64px;
}

.dq-vs-home .dq-vs-hero__capabilities span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.dq-vs-home .dq-vs-hero__capabilities .is-web { color: #a78bfa; }
.dq-vs-home .dq-vs-hero__capabilities .is-video { color: #ff616c; }
.dq-vs-home .dq-vs-hero__capabilities .is-3d { color: #67bbff; }
.dq-vs-home .dq-vs-hero__capabilities .is-brand { color: #78e6a1; }
.dq-vs-home .dq-vs-hero__capabilities .is-automation { color: #ffad61; }

.dq-vs-home .dq-vs-hero__showcase {
    position: relative;
    justify-self: end;
    width: min(100%, 500px);
}

.dq-vs-home .dq-vs-hero__showcase-frame {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #161616;
}

.dq-vs-home .dq-vs-hero__showcase-frame::before,
.dq-vs-home .dq-vs-hero__showcase-frame::after {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero__showcase-frame::before {
    inset: 17px;
    border: 1px solid rgba(255,255,255,.24);
}

.dq-vs-home .dq-vs-hero__showcase-frame::after {
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.12);
}

.dq-vs-home .dq-vs-hero__showcase-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75) contrast(1.08);
    transform: scale(1.025);
}

.dq-vs-home .dq-vs-hero__showcase-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.7)),
        linear-gradient(90deg, rgba(97, 61, 255, .12), transparent 55%);
}

.dq-vs-home .dq-vs-hero__showcase-meta {
    position: absolute;
    z-index: 3;
    right: 34px;
    bottom: 30px;
    left: 34px;
}

.dq-vs-home .dq-vs-hero__showcase-meta span {
    display: block;
    margin-bottom: 9px;
    color: #a7ffce;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
}

.dq-vs-home .dq-vs-hero__showcase-meta strong {
    font-size: clamp(20px, 2.1vw, 30px);
    font-weight: 550;
    letter-spacing: -.05em;
}

.dq-vs-home .dq-vs-hero__showcase-index {
    position: absolute;
    right: -6px;
    bottom: -28px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.dq-vs-home .dq-vs-home-signals,
.dq-vs-home .dq-vs-signals,
.dq-vs-home .dq-vs-ticker {
    display: none !important;
}

@media (max-width: 800px) {
    .dq-vs-home .dq-vs-hero--conversion {
        min-height: auto;
        padding-top: 116px;
    }

    .dq-vs-home .dq-vs-hero__conversion-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .dq-vs-home .dq-vs-hero__showcase {
        justify-self: start;
        width: min(100%, 460px);
        margin-top: 5px;
    }

    .dq-vs-home .dq-vs-hero__capabilities {
        margin-top: 42px;
    }
}

/* DQ3 HERO VISUALIZATION LAYERS V1 CSS */

.dq-vs-home .dq-vs-hero__scanlines,
.dq-vs-home .dq-vs-hero__render-grid,
.dq-vs-home .dq-vs-hero__render-status,
.dq-vs-home .dq-vs-hero__render-coordinates {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero__scanlines {
    inset: 0;
    opacity: .24;
    background: repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 5px,
        rgba(255,255,255,.11) 6px
    );
    mix-blend-mode: overlay;
    animation: dq3-visual-scan 8s linear infinite;
}

.dq-vs-home .dq-vs-hero__render-grid {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
    opacity: .38;
    background-image:
        linear-gradient(
            90deg,
            transparent 49.8%,
            rgba(255,255,255,.36) 50%,
            transparent 50.2%
        ),
        linear-gradient(
            transparent 49.8%,
            rgba(255,255,255,.26) 50%,
            transparent 50.2%
        );
}

.dq-vs-home .dq-vs-hero__render-status {
    top: 33px;
    left: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.9);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-home .dq-vs-hero__render-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78e6a1;
    box-shadow: 0 0 0 5px rgba(120,230,161,.13);
    animation: dq3-visual-pulse 1.8s ease-in-out infinite;
}

.dq-vs-home .dq-vs-hero__render-coordinates {
    right: 34px;
    bottom: 31px;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.56);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
}

.dq-vs-home .dq-vs-hero__showcase-frame video {
    animation: dq3-visual-depth 15s ease-in-out infinite alternate;
}

@keyframes dq3-visual-scan {
    from { transform: translateY(-8px); }
    to { transform: translateY(8px); }
}

@keyframes dq3-visual-pulse {
    50% { opacity: .48; transform: scale(.82); }
}

@keyframes dq3-visual-depth {
    from { transform: scale(1.025); }
    to { transform: scale(1.09); }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-vs-hero__scanlines,
    .dq-vs-home .dq-vs-hero__render-dot,
    .dq-vs-home .dq-vs-hero__showcase-frame video {
        animation: none;
    }
}

@media (max-width: 520px) {
    .dq-vs-home .dq-vs-hero__render-coordinates {
        display: none;
    }

    .dq-vs-home .dq-vs-hero__render-status {
        top: 30px;
        left: 30px;
    }
}

/* DQ3 HERO LIVE MOTION V1 CSS */

.dq-vs-home .dq-vs-hero__showcase {
    --dq3-rotate-x: 0deg;
    --dq3-rotate-y: 0deg;
    --dq3-light-x: 72%;
    --dq3-light-y: 18%;
    transform: perspective(1300px)
        rotateX(var(--dq3-rotate-x))
        rotateY(var(--dq3-rotate-y));
    transform-style: preserve-3d;
    transition: transform .42s cubic-bezier(.2,.75,.2,1);
}

.dq-vs-home .dq-vs-hero__showcase::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 7%;
    right: -11%;
    width: 75%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(95, 92, 255, .35),
        rgba(229, 40, 51, .14) 42%,
        transparent 69%
    );
    filter: blur(19px);
    animation: dq3-hero-orbit 10s ease-in-out infinite alternate;
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero__showcase-frame {
    z-index: 1;
    box-shadow:
        0 34px 90px rgba(0,0,0,.48),
        0 0 0 1px rgba(255,255,255,.08);
}

.dq-vs-home .dq-vs-hero__showcase-frame::after {
    background:
        radial-gradient(
            circle at var(--dq3-light-x) var(--dq3-light-y),
            rgba(255,255,255,.32),
            transparent 24%
        ),
        linear-gradient(
            90deg,
            transparent 49.8%,
            rgba(255,255,255,.36) 50%,
            transparent 50.2%
        ),
        linear-gradient(
            transparent 49.8%,
            rgba(255,255,255,.26) 50%,
            transparent 50.2%
        );
    transition: background .16s linear;
}

.dq-vs-home .dq-vs-hero__showcase-meta,
.dq-vs-home .dq-vs-hero__render-status,
.dq-vs-home .dq-vs-hero__render-coordinates {
    transform: translateZ(26px);
}

.dq-vs-home .dq-vs-hero__ambient {
    animation: dq3-hero-ambient 13s ease-in-out infinite alternate;
}

@keyframes dq3-hero-orbit {
    from {
        transform: translate3d(-18px, 20px, 0) scale(.94);
    }

    to {
        transform: translate3d(30px, -24px, 0) scale(1.08);
    }
}

@keyframes dq3-hero-ambient {
    from {
        opacity: .62;
        transform: translate3d(-18px, 12px, 0) scale(.94);
    }

    to {
        opacity: 1;
        transform: translate3d(22px, -18px, 0) scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-vs-hero__showcase,
    .dq-vs-home .dq-vs-hero__showcase::before,
    .dq-vs-home .dq-vs-hero__ambient {
        animation: none;
        transform: none;
    }
}

/* DQ3 THREE VISUAL FIELD CSS V1 */

.dq-vs-home .dq-vs-hero--conversion {
    isolation: isolate;
}

.dq-vs-home .dq-vs-hero__three-field {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: .74;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,.28) 27%,
        #000 55%,
        #000 100%
    );
}

.dq-vs-home .dq-vs-hero__three-field canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.dq-vs-home .dq-vs-hero__conversion-shell,
.dq-vs-home .dq-vs-hero__ambient {
    z-index: 1;
}

@media (max-width: 759px) {
    .dq-vs-home .dq-vs-hero__three-field {
        display: none;
    }
}

/* DQ3 HERO VISIBLE PARTICLE FIELD V1 */

.dq-vs-home .dq-vs-hero--conversion::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .95;
    background-image:
        radial-gradient(circle at 11% 19%, #a78bfa 0 2px, transparent 3px),
        radial-gradient(circle at 18% 74%, #67bbff 0 2px, transparent 3px),
        radial-gradient(circle at 29% 31%, #78e6a1 0 1.5px, transparent 3px),
        radial-gradient(circle at 37% 83%, #ff616c 0 2px, transparent 3px),
        radial-gradient(circle at 46% 17%, #ffad61 0 1.5px, transparent 3px),
        radial-gradient(circle at 55% 62%, #a78bfa 0 2px, transparent 3px),
        radial-gradient(circle at 63% 27%, #67bbff 0 1.5px, transparent 3px),
        radial-gradient(circle at 71% 79%, #78e6a1 0 2px, transparent 3px),
        radial-gradient(circle at 81% 38%, #ff616c 0 1.5px, transparent 3px),
        radial-gradient(circle at 91% 15%, #ffad61 0 2px, transparent 3px),
        radial-gradient(circle at 7% 51%, rgba(255,255,255,.72) 0 1px, transparent 2px),
        radial-gradient(circle at 34% 48%, rgba(255,255,255,.7) 0 1px, transparent 2px),
        radial-gradient(circle at 75% 56%, rgba(255,255,255,.72) 0 1px, transparent 2px),
        radial-gradient(circle at 95% 75%, rgba(255,255,255,.72) 0 1px, transparent 2px);
    background-size:
        310px 310px,
        390px 390px,
        270px 270px,
        460px 460px,
        330px 330px,
        510px 510px,
        360px 360px,
        430px 430px,
        290px 290px,
        540px 540px,
        180px 180px,
        230px 230px,
        200px 200px,
        260px 260px;
    background-position:
        0 0, 30px 0, 0 25px, 20px 40px, 0 0, 50px 20px,
        20px 10px, 0 35px, 40px 0, 0 10px, 0 0, 20px 40px,
        40px 0, 10px 25px;
    filter: drop-shadow(0 0 7px rgba(167,139,250,.6));
    animation: dq3-visible-particle-drift 16s linear infinite;
    pointer-events: none;
}

.dq-vs-home .dq-vs-hero--conversion > * {
    position: relative;
    z-index: 1;
}

@keyframes dq3-visible-particle-drift {
    from {
        background-position:
            0 0, 30px 0, 0 25px, 20px 40px, 0 0, 50px 20px,
            20px 10px, 0 35px, 40px 0, 0 10px, 0 0, 20px 40px,
            40px 0, 10px 25px;
    }

    to {
        background-position:
            75px -130px, -50px 110px, 95px -80px, -80px -110px,
            120px 70px, -95px -105px, 80px 95px, -105px -75px,
            70px -120px, -80px 80px, 35px -65px, -60px 70px,
            80px -55px, -50px 65px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-vs-hero--conversion::after {
        animation: none;
    }
}

/* DQ3 HERO SERVICE PARTICLES CSS V1 */

.dq-vs-home .dq-vs-hero__service-particles {
    position: absolute;
    z-index: 4 !important;
    inset: 0;
    pointer-events: none;
}

.dq-vs-home .dq-vs-service-particle {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    cursor: crosshair;
    pointer-events: auto;
    transition:
        transform .22s ease,
        box-shadow .22s ease;
    animation: dq3-service-particle-float 5s ease-in-out infinite alternate;
}

.dq-vs-home .dq-vs-service-particle::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid currentColor;
    border-radius: inherit;
    opacity: .35;
    animation: dq3-service-particle-ring 2.4s ease-out infinite;
}

.dq-vs-home .dq-vs-service-particle::after {
    content: attr(data-service);
    position: absolute;
    top: 50%;
    left: 22px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(10,10,10,.92);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(-7px);
    transition:
        opacity .16s ease,
        transform .16s ease;
    white-space: nowrap;
}

.dq-vs-home .dq-vs-service-particle:hover,
.dq-vs-home .dq-vs-service-particle:focus {
    outline: 0;
    transform: scale(1.75);
}

.dq-vs-home .dq-vs-service-particle:hover::after,
.dq-vs-home .dq-vs-service-particle:focus::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.dq-vs-home .dq-vs-service-particle.is-web {
    top: 24%;
    left: 8%;
    color: #a78bfa;
    background: #a78bfa;
    box-shadow: 0 0 20px #a78bfa;
}

.dq-vs-home .dq-vs-service-particle.is-video {
    top: 75%;
    left: 21%;
    color: #ff616c;
    background: #ff616c;
    box-shadow: 0 0 20px #ff616c;
    animation-delay: -1.4s;
}

.dq-vs-home .dq-vs-service-particle.is-3d {
    top: 17%;
    left: 62%;
    color: #67bbff;
    background: #67bbff;
    box-shadow: 0 0 20px #67bbff;
    animation-delay: -.6s;
}

.dq-vs-home .dq-vs-service-particle.is-brand {
    top: 76%;
    left: 74%;
    color: #78e6a1;
    background: #78e6a1;
    box-shadow: 0 0 20px #78e6a1;
    animation-delay: -2.1s;
}

.dq-vs-home .dq-vs-service-particle.is-automation {
    top: 42%;
    right: 6%;
    color: #ffad61;
    background: #ffad61;
    box-shadow: 0 0 20px #ffad61;
    animation-delay: -1s;
}

@keyframes dq3-service-particle-float {
    from { margin-top: -7px; }
    to { margin-top: 8px; }
}

@keyframes dq3-service-particle-ring {
    from {
        opacity: .5;
        transform: scale(.55);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@media (max-width: 800px) {
    .dq-vs-home .dq-vs-service-particle.is-web {
        top: 20%;
        left: 5%;
    }

    .dq-vs-home .dq-vs-service-particle.is-video {
        top: 60%;
        left: 7%;
    }

    .dq-vs-home .dq-vs-service-particle.is-3d {
        top: 43%;
        left: 86%;
    }

    .dq-vs-home .dq-vs-service-particle.is-brand {
        top: 82%;
        left: 72%;
    }

    .dq-vs-home .dq-vs-service-particle.is-automation {
        top: 12%;
        right: 8%;
    }
}

/* DQ3 SERVICE CONSTELLATION V2 CSS */

.dq-vs-home .dq-vs-service-constellation {
    position: absolute;
    z-index: 5 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.dq-vs-home .dq-vs-service-constellation__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.dq-vs-home .dq-vs-service-constellation__lines line {
    stroke: rgba(255,255,255,.16);
    stroke-width: .16;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 1.2 1.4;
    animation: dq3-constellation-line 7s linear infinite;
}

.dq-vs-home .dq-vs-service-constellation__core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;
    background: rgba(8,8,8,.58);
    box-shadow:
        0 0 0 10px rgba(255,255,255,.025),
        0 0 45px rgba(167,139,250,.22);
    color: #fff;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.dq-vs-home .dq-vs-service-constellation__core::before {
    content: "";
    position: absolute;
    inset: -17px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: inherit;
    animation: dq3-constellation-orbit 10s linear infinite;
}

.dq-vs-home .dq-vs-service-constellation__core strong {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.09em;
    line-height: .8;
}

.dq-vs-home .dq-vs-service-constellation__core span {
    color: rgba(255,255,255,.5);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-home .dq-vs-service-node {
    position: absolute;
    z-index: 2;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: crosshair;
    pointer-events: auto;
}

.dq-vs-home .dq-vs-service-node__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dq-vs-home .dq-vs-service-node__dot::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid currentColor;
    border-radius: inherit;
    opacity: .42;
    animation: dq3-constellation-pulse 2.8s ease-out infinite;
}

.dq-vs-home .dq-vs-service-node__card {
    position: absolute;
    top: 50%;
    left: 22px;
    display: grid;
    gap: 5px;
    width: 175px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(11,11,11,.94);
    box-shadow: 0 18px 42px rgba(0,0,0,.3);
    opacity: 0;
    text-align: left;
    transform: translateY(-50%) translateX(-8px);
    transition: opacity .17s ease, transform .17s ease;
    pointer-events: none;
}

.dq-vs-home .dq-vs-service-node__card strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.dq-vs-home .dq-vs-service-node__card small {
    color: rgba(255,255,255,.62);
    font-size: 10px;
    line-height: 1.38;
}

.dq-vs-home .dq-vs-service-node:hover .dq-vs-service-node__dot,
.dq-vs-home .dq-vs-service-node:focus .dq-vs-service-node__dot {
    transform: translate(-50%, -50%) scale(1.9);
}

.dq-vs-home .dq-vs-service-node:hover .dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node:focus .dq-vs-service-node__card {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.dq-vs-home .dq-vs-service-node:focus {
    outline: none;
}

.dq-vs-home .dq-vs-service-node.is-web {
    top: 22%;
    left: 15%;
    color: #a78bfa;
}

.dq-vs-home .dq-vs-service-node.is-video {
    top: 76%;
    left: 24%;
    color: #ff616c;
}

.dq-vs-home .dq-vs-service-node.is-3d {
    top: 18%;
    left: 72%;
    color: #67bbff;
}

.dq-vs-home .dq-vs-service-node.is-brand {
    top: 75%;
    left: 78%;
    color: #78e6a1;
}

.dq-vs-home .dq-vs-service-node.is-automation {
    top: 44%;
    left: 91%;
    color: #ffad61;
}

.dq-vs-home .dq-vs-service-node.is-web .dq-vs-service-node__dot {
    background: #a78bfa;
    box-shadow: 0 0 19px #a78bfa;
}

.dq-vs-home .dq-vs-service-node.is-video .dq-vs-service-node__dot {
    background: #ff616c;
    box-shadow: 0 0 19px #ff616c;
}

.dq-vs-home .dq-vs-service-node.is-3d .dq-vs-service-node__dot {
    background: #67bbff;
    box-shadow: 0 0 19px #67bbff;
}

.dq-vs-home .dq-vs-service-node.is-brand .dq-vs-service-node__dot {
    background: #78e6a1;
    box-shadow: 0 0 19px #78e6a1;
}

.dq-vs-home .dq-vs-service-node.is-automation .dq-vs-service-node__dot {
    background: #ffad61;
    box-shadow: 0 0 19px #ffad61;
}

@keyframes dq3-constellation-line {
    to { stroke-dashoffset: -26; }
}

@keyframes dq3-constellation-orbit {
    to { transform: rotate(360deg); }
}

@keyframes dq3-constellation-pulse {
    from {
        opacity: .6;
        transform: scale(.55);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

@media (max-width: 800px) {
    .dq-vs-home .dq-vs-service-constellation {
        opacity: .7;
    }

    .dq-vs-home .dq-vs-service-node.is-web {
        top: 19%;
        left: 8%;
    }

    .dq-vs-home .dq-vs-service-node.is-video {
        top: 65%;
        left: 8%;
    }

    .dq-vs-home .dq-vs-service-node.is-3d {
        top: 35%;
        left: 91%;
    }

    .dq-vs-home .dq-vs-service-node.is-brand {
        top: 82%;
        left: 80%;
    }

    .dq-vs-home .dq-vs-service-node.is-automation {
        top: 13%;
        left: 88%;
    }

    .dq-vs-home .dq-vs-service-node__card {
        display: none;
    }

    .dq-vs-home .dq-vs-service-constellation__core {
        width: 54px;
        height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-vs-service-constellation__lines line,
    .dq-vs-home .dq-vs-service-constellation__core::before,
    .dq-vs-home .dq-vs-service-node__dot::before {
        animation: none;
    }
}

/* DQ3 HERO SERVICE SYSTEM STORY CSS V1 */

/*
 * The Hero is now the 3DQ service system.
 * Actual project imagery begins in Selected Work below.
 */
.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-frame {
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(167,139,250,.92) 0,
            rgba(167,139,250,.12) 18%,
            transparent 36%
        ),
        radial-gradient(
            circle at 76% 23%,
            rgba(103,187,255,.82) 0,
            rgba(103,187,255,.11) 18%,
            transparent 36%
        ),
        radial-gradient(
            circle at 76% 77%,
            rgba(120,230,161,.78) 0,
            rgba(120,230,161,.1) 16%,
            transparent 33%
        ),
        radial-gradient(
            circle at 22% 78%,
            rgba(255,97,108,.78) 0,
            rgba(255,97,108,.1) 16%,
            transparent 33%
        ),
        radial-gradient(
            circle at 50% 51%,
            rgba(255,173,97,.65) 0,
            rgba(255,173,97,.08) 13%,
            transparent 28%
        ),
        #101010;
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-frame video {
    opacity: 0;
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-overlay {
    background:
        radial-gradient(
            circle at 50% 50%,
            transparent 0 8%,
            rgba(0,0,0,.14) 30%,
            rgba(0,0,0,.62) 100%
        ),
        linear-gradient(135deg, rgba(0,0,0,.16), rgba(0,0,0,.5));
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-frame::before {
    border-color: rgba(255,255,255,.3);
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-meta strong {
    max-width: 250px;
    line-height: 1;
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__showcase-index {
    color: #a7ffce;
}

.dq-vs-home .dq-vs-hero--conversion
.dq-vs-hero__copy p {
    max-width: 530px;
}

/* DQ3 SERVICE CONSTELLATION FIELD CSS V2 */

.dq-vs-home .dq-vs-constellation-field {
    position: absolute;
    z-index: 3;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.72);
    transition: opacity .22s ease, transform .25s ease;
}

.dq-vs-home .dq-vs-constellation-field::before,
.dq-vs-home .dq-vs-constellation-field::after {
    content: "";
    position: absolute;
    border-radius: inherit;
}

.dq-vs-home .dq-vs-constellation-field::before {
    inset: 11px;
    border: 1px solid rgba(167,139,250,.6);
    box-shadow:
        0 0 26px rgba(103,187,255,.3),
        inset 0 0 20px rgba(255,255,255,.08);
}

.dq-vs-home .dq-vs-constellation-field::after {
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #fff;
    box-shadow:
        0 0 15px 5px rgba(255,255,255,.58),
        0 0 42px 12px rgba(103,187,255,.25);
    transform: translate(-50%, -50%);
}

.dq-vs-home .dq-vs-constellation-field.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.dq-vs-home .dq-vs-constellation-field.is-active::before {
    animation: dq3-constellation-field-pulse 1.7s ease-out infinite;
}

.dq-vs-home .dq-vs-service-constellation__lines line {
    transition: x2 .12s linear, y2 .12s linear;
    stroke: rgba(255,255,255,.28);
}

.dq-vs-home .dq-vs-service-node__dot {
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.dq-vs-home .dq-vs-service-node:hover .dq-vs-service-node__dot {
    filter: brightness(1.35);
}

@keyframes dq3-constellation-field-pulse {
    from {
        opacity: .8;
        transform: scale(.6);
    }

    to {
        opacity: 0;
        transform: scale(1.34);
    }
}

/* DQ3 HERO UNIFIED SERVICE STORY CSS V3 */

/* Remove the random full-page particle layer. */
.dq-vs-home .dq-vs-hero--conversion::after,
.dq-vs-home .dq-vs-hero__three-field {
    display: none !important;
}

/* Keep the Hero copy calm and readable. */
.dq-vs-home .dq-vs-hero--conversion::before {
    opacity: .2;
}

.dq-vs-home .dq-vs-hero__copy {
    position: relative;
    z-index: 2;
}

/*
 * The visual panel is the entire interactive system:
 * one visual language, one intentional focal point.
 */
.dq-vs-home .dq-vs-hero__showcase-frame {
    isolation: isolate;
    overflow: hidden;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-constellation {
    position: absolute;
    z-index: 4 !important;
    inset: 0;
    display: block;
    opacity: 1;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-constellation__lines {
    opacity: .72;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-constellation__core {
    width: 58px;
    height: 58px;
    background: rgba(9,9,9,.7);
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-constellation__core strong {
    font-size: 18px;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-constellation__core span {
    font-size: 6px;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-node {
    z-index: 6;
}

.dq-vs-home .dq-vs-hero__showcase-frame
.dq-vs-service-node__card {
    z-index: 8;
    width: 155px;
    background: rgba(10,10,10,.96);
}

.dq-vs-home .dq-vs-service-node.is-3d
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-brand
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-automation
.dq-vs-service-node__card {
    right: 22px;
    left: auto;
    transform: translateY(-50%) translateX(8px);
}

.dq-vs-home .dq-vs-service-node.is-3d:hover
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-brand:hover
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-automation:hover
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-3d:focus
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-brand:focus
.dq-vs-service-node__card,
.dq-vs-home .dq-vs-service-node.is-automation:focus
.dq-vs-service-node__card {
    transform: translateY(-50%) translateX(0);
}

/* Panel metadata is readable but no longer competes with nodes. */
.dq-vs-home .dq-vs-hero__showcase-meta,
.dq-vs-home .dq-vs-hero__render-status {
    z-index: 9;
}

.dq-vs-home .dq-vs-hero__render-coordinates {
    display: none;
}

.dq-vs-home .dq-vs-hero__showcase-index {
    right: 0;
    bottom: -30px;
    color: rgba(167,255,206,.8);
}

/* DQ3 SERVICE CONSTELLATION HERO CSS V4 */

.dq-vs-home .dq-vs-hero--constellation {
    position: relative;
    min-height: min(840px, 100vh);
    overflow: hidden;
    padding: 145px max(7vw, 28px) 70px;
    background:
        radial-gradient(circle at 72% 46%, rgba(103,187,255,.12), transparent 29%),
        radial-gradient(circle at 42% 68%, rgba(167,139,250,.10), transparent 30%),
        #090909;
    color: #fff;
}

.dq-vs-home .dq-vs-hero--constellation::before,
.dq-vs-home .dq-vs-hero--constellation::after {
    display: none !important;
}

.dq-vs-home .dq-vs-orbit__grid {
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.dq-vs-home .dq-vs-orbit__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
    align-items: center;
    gap: clamp(40px, 7vw, 125px);
    width: min(1320px, 100%);
    min-height: 610px;
    margin: 0 auto;
}

.dq-vs-home .dq-vs-orbit__copy {
    max-width: 610px;
}

.dq-vs-home .dq-vs-orbit__eyebrow {
    display: block;
    margin-bottom: 25px;
    color: #a7ffce;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.dq-vs-home .dq-vs-orbit__copy h1 {
    margin: 0;
    font-size: clamp(54px, 6.6vw, 100px);
    font-weight: 680;
    letter-spacing: -.085em;
    line-height: .86;
}

.dq-vs-home .dq-vs-orbit__copy h1 em {
    color: #9a9a9a;
    font-style: normal;
}

.dq-vs-home .dq-vs-orbit__copy > p {
    max-width: 500px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    line-height: 1.48;
}

.dq-vs-home .dq-vs-orbit__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 36px;
}

.dq-vs-home .dq-vs-orbit__primary,
.dq-vs-home .dq-vs-orbit__secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.dq-vs-home .dq-vs-orbit__primary {
    padding: 15px 20px;
    background: #fff;
    color: #090909;
}

.dq-vs-home .dq-vs-orbit__primary:hover {
    background: #a7ffce;
    color: #090909;
}

.dq-vs-home .dq-vs-orbit__secondary {
    color: rgba(255,255,255,.72);
}

.dq-vs-home .dq-vs-orbit__note {
    display: grid;
    gap: 9px;
    max-width: 365px;
    margin-top: 68px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.dq-vs-home .dq-vs-orbit__note strong {
    color: #a7ffce;
    font-size: 9px;
    letter-spacing: .12em;
}

.dq-vs-home .dq-vs-orbit__note span {
    color: rgba(255,255,255,.52);
    font-size: 11px;
    line-height: 1.45;
}

.dq-vs-home .dq-vs-orbit__universe {
    position: relative;
    justify-self: end;
    width: min(100%, 650px);
    aspect-ratio: 1 / .9;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.06), transparent 26%),
        rgba(14,14,14,.7);
    box-shadow: 0 32px 90px rgba(0,0,0,.35);
}

.dq-vs-home .dq-vs-orbit__universe::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255,255,255,.1);
    pointer-events: none;
}

.dq-vs-home .dq-vs-orbit__paths {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dq-vs-home .dq-vs-orbit__paths line {
    stroke-width: .16;
    stroke-dasharray: 1.2 1.3;
    opacity: .8;
    animation: dq3-orbit-flow 8s linear infinite;
}

.dq-vs-home .dq-vs-orbit__paths .is-web { stroke: #a78bfa; }
.dq-vs-home .dq-vs-orbit__paths .is-video { stroke: #ff616c; }
.dq-vs-home .dq-vs-orbit__paths .is-3d { stroke: #67bbff; }
.dq-vs-home .dq-vs-orbit__paths .is-brand { stroke: #78e6a1; }
.dq-vs-home .dq-vs-orbit__paths .is-automation { stroke: #ffad61; }

.dq-vs-home .dq-vs-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 102px;
    height: 102px;
    border: 1px solid rgba(255,255,255,.54);
    border-radius: 50%;
    background: rgba(10,10,10,.86);
    box-shadow: 0 0 0 14px rgba(255,255,255,.025), 0 0 70px rgba(255,255,255,.12);
    transform: translate(-50%, -50%);
}

.dq-vs-home .dq-vs-orbit__core::before {
    content: "";
    position: absolute;
    inset: -24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    animation: dq3-orbit-spin 12s linear infinite;
}

.dq-vs-home .dq-vs-orbit__core strong {
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -.1em;
    line-height: .72;
}

.dq-vs-home .dq-vs-orbit__core span {
    color: rgba(255,255,255,.55);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-home .dq-vs-orbit__service {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.dq-vs-home .dq-vs-orbit__service > i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: transform .2s ease;
}

.dq-vs-home .dq-vs-orbit__service:hover > i {
    transform: scale(1.7);
}

.dq-vs-home .dq-vs-orbit__service > span {
    display: grid;
    gap: 3px;
}

.dq-vs-home .dq-vs-orbit__service strong {
    font-size: 12px;
    white-space: nowrap;
}

.dq-vs-home .dq-vs-orbit__service small {
    color: rgba(255,255,255,.5);
    font-size: 9px;
    white-space: nowrap;
}

.dq-vs-home .dq-vs-orbit__service.is-web { top: 18%; left: 12%; }
.dq-vs-home .dq-vs-orbit__service.is-video { bottom: 18%; left: 15%; }
.dq-vs-home .dq-vs-orbit__service.is-3d { top: 13%; left: 68%; }
.dq-vs-home .dq-vs-orbit__service.is-brand { right: 9%; bottom: 18%; }
.dq-vs-home .dq-vs-orbit__service.is-automation { top: 43%; right: 3%; }

.dq-vs-home .dq-vs-orbit__service.is-web > i { background: #a78bfa; box-shadow: 0 0 22px #a78bfa; }
.dq-vs-home .dq-vs-orbit__service.is-video > i { background: #ff616c; box-shadow: 0 0 22px #ff616c; }
.dq-vs-home .dq-vs-orbit__service.is-3d > i { background: #67bbff; box-shadow: 0 0 22px #67bbff; }
.dq-vs-home .dq-vs-orbit__service.is-brand > i { background: #78e6a1; box-shadow: 0 0 22px #78e6a1; }
.dq-vs-home .dq-vs-orbit__service.is-automation > i { background: #ffad61; box-shadow: 0 0 22px #ffad61; }

.dq-vs-home .dq-vs-orbit__signal {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: translate .2s ease;
    animation: dq3-orbit-signal 4s ease-in-out infinite alternate;
}

.dq-vs-home .dq-vs-orbit__signal.is-web { background: #a78bfa; box-shadow: 0 0 9px #a78bfa; }
.dq-vs-home .dq-vs-orbit__signal.is-video { background: #ff616c; box-shadow: 0 0 9px #ff616c; }
.dq-vs-home .dq-vs-orbit__signal.is-3d { background: #67bbff; box-shadow: 0 0 9px #67bbff; }
.dq-vs-home .dq-vs-orbit__signal.is-brand { background: #78e6a1; box-shadow: 0 0 9px #78e6a1; }
.dq-vs-home .dq-vs-orbit__signal.is-automation { background: #ffad61; box-shadow: 0 0 9px #ffad61; }
.dq-vs-home .dq-vs-orbit__signal.is-neutral { background: rgba(255,255,255,.78); }

.dq-vs-home .dq-vs-orbit__signal.s1 { top: 11%; left: 5%; }
.dq-vs-home .dq-vs-orbit__signal.s2 { top: 34%; left: 24%; }
.dq-vs-home .dq-vs-orbit__signal.s3 { top: 64%; left: 8%; }
.dq-vs-home .dq-vs-orbit__signal.s4 { bottom: 8%; left: 31%; }
.dq-vs-home .dq-vs-orbit__signal.s5 { top: 7%; left: 55%; }
.dq-vs-home .dq-vs-orbit__signal.s6 { top: 31%; left: 84%; }
.dq-vs-home .dq-vs-orbit__signal.s7 { bottom: 9%; left: 61%; }
.dq-vs-home .dq-vs-orbit__signal.s8 { bottom: 31%; right: 8%; }
.dq-vs-home .dq-vs-orbit__signal.s9 { top: 58%; right: 2%; }
.dq-vs-home .dq-vs-orbit__signal.s10 { top: 48%; left: 10%; }
.dq-vs-home .dq-vs-orbit__signal.s11 { top: 82%; left: 48%; }

.dq-vs-home .dq-vs-orbit__cursor {
    position: absolute;
    z-index: 1;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.7);
    transition: opacity .18s ease, transform .22s ease;
}

.dq-vs-home .dq-vs-orbit__cursor::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(103,187,255,.46);
    transform: translate(-50%, -50%);
}

.dq-vs-home .dq-vs-orbit__cursor.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.dq-vs-home .dq-vs-orbit__caption {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
    z-index: 5;
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

@keyframes dq3-orbit-flow {
    to { stroke-dashoffset: -24; }
}

@keyframes dq3-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes dq3-orbit-signal {
    to { margin-top: 7px; opacity: .52; }
}

@media (max-width: 900px) {
    .dq-vs-home .dq-vs-hero--constellation {
        padding-top: 120px;
    }

    .dq-vs-home .dq-vs-orbit__layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .dq-vs-home .dq-vs-orbit__universe {
        justify-self: start;
        width: min(100%, 650px);
    }
}

@media (max-width: 560px) {
    .dq-vs-home .dq-vs-orbit__copy h1 {
        font-size: 55px;
    }

    .dq-vs-home .dq-vs-orbit__universe {
        min-height: 400px;
        aspect-ratio: auto;
    }

    .dq-vs-home .dq-vs-orbit__service > span {
        display: none;
    }

    .dq-vs-home .dq-vs-orbit__core {
        width: 72px;
        height: 72px;
    }
}

/* DQ3 ORBIT CORE MOTION CSS V1 */

.dq-vs-home .dq-vs-orbit__core {
    --dq3-core-x: 0px;
    --dq3-core-y: 0px;
    --dq3-core-rotate: 0deg;
    transform:
        translate(-50%, -50%)
        translate(var(--dq3-core-x), var(--dq3-core-y))
        rotate(var(--dq3-core-rotate));
    transition: box-shadow .25s ease;
}

.dq-vs-home .dq-vs-orbit__universe:hover
.dq-vs-orbit__core {
    box-shadow:
        0 0 0 14px rgba(255,255,255,.025),
        0 0 90px rgba(103,187,255,.2),
        0 0 42px rgba(167,139,250,.18);
}

.dq-vs-home .dq-vs-orbit__core::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a7ffce;
    box-shadow: 0 0 12px #a7ffce;
    transform-origin: 0 58px;
    animation: dq3-orbit-core-satellite 4.8s linear infinite;
}

@keyframes dq3-orbit-core-satellite {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-vs-orbit__core::after {
        animation: none;
    }
}

/* DQ3 FULL WIDTH ORBIT SWARM CSS V1 */

/*
 * The constellation is no longer a boxed illustration.
 * It becomes the full-width visual environment of the Hero.
 */
.dq-vs-home .dq-vs-hero--constellation {
    isolation: isolate;
}

.dq-vs-home .dq-vs-orbit__layout {
    display: block;
}

.dq-vs-home .dq-vs-orbit__copy {
    position: relative;
    z-index: 10;
    padding-top: 36px;
}

.dq-vs-home .dq-vs-orbit__universe {
    position: absolute;
    z-index: 1;
    top: -145px;
    bottom: -70px;
    left: 50%;
    width: 100vw;
    max-width: none;
    aspect-ratio: auto;
    overflow: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
    transform: translateX(-50%);
}

.dq-vs-home .dq-vs-orbit__universe::before,
.dq-vs-home .dq-vs-orbit__paths {
    display: none;
}

.dq-vs-home .dq-vs-orbit__core {
    z-index: 5;
    top: 52%;
    left: 64%;
    width: 116px;
    height: 116px;
    background: rgba(9,9,9,.88);
    box-shadow:
        0 0 0 16px rgba(255,255,255,.025),
        0 0 95px rgba(103,187,255,.22),
        0 0 65px rgba(167,139,250,.17);
}

.dq-vs-home .dq-vs-orbit__core strong {
    font-size: 35px;
}

.dq-vs-home .dq-vs-orbit__service {
    z-index: 6;
}

.dq-vs-home .dq-vs-orbit__service.is-web {
    top: 20%;
    left: 47%;
}

.dq-vs-home .dq-vs-orbit__service.is-video {
    bottom: 17%;
    left: 50%;
}

.dq-vs-home .dq-vs-orbit__service.is-3d {
    top: 19%;
    left: 78%;
}

.dq-vs-home .dq-vs-orbit__service.is-brand {
    right: 11%;
    bottom: 18%;
}

.dq-vs-home .dq-vs-orbit__service.is-automation {
    top: 50%;
    right: 3%;
}

.dq-vs-home .dq-vs-orbit__signal {
    z-index: 3;
}

.dq-vs-home .dq-vs-orbit__caption {
    right: 8vw;
    bottom: 34px;
    left: auto;
    z-index: 7;
    max-width: 230px;
    text-align: right;
}

.dq-vs-home .dq-vs-orbit__cursor {
    z-index: 4;
}

/* The large living orbit around the 3DQ core. */
.dq-vs-home .dq-vs-orbit__swarm {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 64%;
    width: 0;
    height: 0;
    pointer-events: none;
}

.dq-vs-home .dq-vs-orbit__swarm-dot {
    position: absolute;
    width: var(--dq3-size);
    height: var(--dq3-size);
    border-radius: 50%;
    background: var(--dq3-color);
    box-shadow: 0 0 10px var(--dq3-color);
    opacity: .78;
    transform:
        rotate(var(--dq3-angle))
        translateX(var(--dq3-radius));
    animation:
        dq3-full-orbit var(--dq3-speed)
        linear infinite;
}

.dq-vs-home .dq-vs-orbit__swarm-dot:nth-child(3n) {
    opacity: .42;
}

.dq-vs-home .dq-vs-orbit__swarm-dot:nth-child(4n) {
    filter: blur(.3px);
}

@keyframes dq3-full-orbit {
    from {
        transform:
            rotate(var(--dq3-angle))
            translateX(var(--dq3-radius));
    }

    to {
        transform:
            rotate(calc(var(--dq3-angle) + 360deg))
            translateX(var(--dq3-radius));
    }
}

@media (max-width: 900px) {
    .dq-vs-home .dq-vs-orbit__universe {
        top: -120px;
        bottom: -60px;
    }

    .dq-vs-home .dq-vs-orbit__core,
    .dq-vs-home .dq-vs-orbit__swarm {
        left: 68%;
    }

    .dq-vs-home .dq-vs-orbit__service.is-web {
        left: 44%;
    }

    .dq-vs-home .dq-vs-orbit__service.is-video {
        left: 45%;
    }

    .dq-vs-home .dq-vs-orbit__service.is-3d {
        left: 77%;
    }
}

@media (max-width: 800px) {
    .dq-vs-home .dq-vs-orbit__universe {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 430px;
        margin-top: 34px;
        border: 1px solid rgba(255,255,255,.12);
        transform: none;
    }

    .dq-vs-home .dq-vs-orbit__copy {
        padding-top: 0;
    }

    .dq-vs-home .dq-vs-orbit__core,
    .dq-vs-home .dq-vs-orbit__swarm {
        left: 52%;
    }

    .dq-vs-home .dq-vs-orbit__caption {
        right: 20px;
        bottom: 18px;
    }
}

/* DQ3 HOME REDESIGN HERO CSS V1 */

.dq-vs-home .dq-home-redesign-v1 {
    position: relative;
    isolation: isolate;
    min-height: min(850px, 100vh);
    overflow: hidden;
    padding: 136px max(5vw, 28px) 48px;
    background:
        radial-gradient(
            circle at 76% 44%,
            rgba(225, 38, 53, .10),
            transparent 25%
        ),
        #070707;
    color: #f5f1eb;
}

.dq-vs-home .dq-home-redesign-v1::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );
    background-size: min(9vw, 136px) 100%;
    mask-image: linear-gradient(
        90deg,
        rgba(0,0,0,.32),
        transparent 65%
    );
    pointer-events: none;
}

.dq-vs-home .dq-home-hero__grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image:
        radial-gradient(rgba(255,255,255,.7) .45px, transparent .65px);
    background-size: 5px 5px;
    mask-image: linear-gradient(
        135deg,
        #000,
        transparent 74%
    );
    pointer-events: none;
}

.dq-vs-home .dq-home-hero__inner {
    display: grid;
    grid-template-columns: minmax(300px, .83fr) minmax(500px, 1.17fr);
    align-items: center;
    gap: clamp(20px, 6vw, 100px);
    width: min(1370px, 100%);
    min-height: 630px;
    margin: 0 auto;
}

.dq-vs-home .dq-home-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

.dq-vs-home .dq-home-hero__eyebrow {
    margin: 0 0 28px;
    color: rgba(245,241,235,.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.dq-vs-home .dq-home-hero__copy h1 {
    margin: 0;
    color: #f5f1eb;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(63px, 7.15vw, 112px);
    font-weight: 400;
    letter-spacing: -.075em;
    line-height: .79;
}

.dq-vs-home .dq-home-hero__copy h1 em {
    color: #d7cec3;
    font-style: normal;
}

.dq-vs-home .dq-home-hero__lead {
    max-width: 440px;
    margin: 34px 0 0;
    color: rgba(245,241,235,.74);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.55;
}

.dq-vs-home .dq-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
}

.dq-vs-home .dq-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 52px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

.dq-vs-home .dq-home-hero__button:hover {
    transform: translateY(-3px);
}

.dq-vs-home .dq-home-hero__button--primary {
    padding: 0 21px;
    background: #e12635;
    color: #fff;
}

.dq-vs-home .dq-home-hero__button--primary:hover {
    background: #f34350;
    color: #fff;
}

.dq-vs-home .dq-home-hero__button--primary span {
    font-size: 20px;
    font-weight: 400;
}

.dq-vs-home .dq-home-hero__button--secondary {
    min-height: auto;
    border-bottom: 1px solid rgba(245,241,235,.65);
    color: #f5f1eb;
    padding: 8px 0;
}

.dq-vs-home .dq-home-hero__button--secondary:hover {
    border-color: #e12635;
    color: #fff;
}

.dq-vs-home .dq-home-hero__services {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    max-width: 710px;
    margin-top: clamp(74px, 12vh, 125px);
    color: rgba(245,241,235,.68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dq-vs-home .dq-home-hero__services i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e12635;
    box-shadow: 0 0 12px rgba(225,38,53,.85);
}

.dq-vs-home .dq-home-hero__visual {
    position: relative;
    width: min(100%, 710px);
    min-height: 600px;
    justify-self: end;
}

.dq-vs-home .dq-home-hero__halo {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(225,38,53,.12),
            rgba(225,38,53,.025) 35%,
            transparent 69%
        );
    filter: blur(5px);
}

.dq-vs-home .dq-home-hero__panel {
    position: absolute;
    border: 1px solid rgba(241,235,227,.35);
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.13),
            rgba(255,255,255,.018) 58%,
            rgba(225,38,53,.05)
        );
    box-shadow:
        inset 0 0 35px rgba(255,255,255,.035),
        0 18px 55px rgba(0,0,0,.27);
    backdrop-filter: blur(2px);
}

.dq-vs-home .dq-home-hero__panel--one {
    top: 6%;
    left: 28%;
    width: 38%;
    height: 56%;
    transform: rotate(-4deg);
}

.dq-vs-home .dq-home-hero__panel--two {
    top: 15%;
    right: 10%;
    width: 30%;
    height: 53%;
    transform: rotate(5deg);
}

.dq-vs-home .dq-home-hero__panel--three {
    top: 24%;
    left: 13%;
    width: 29%;
    height: 47%;
    transform: rotate(2deg);
}

.dq-vs-home .dq-home-hero__panel--four {
    right: 3%;
    bottom: 17%;
    width: 33%;
    height: 30%;
    transform: rotate(-3deg);
}

.dq-vs-home .dq-home-hero__accent {
    position: absolute;
    z-index: 2;
    background: #e12635;
    box-shadow: 0 0 18px rgba(225,38,53,.82);
}

.dq-vs-home .dq-home-hero__accent--one {
    top: 30%;
    right: 20%;
    width: 4px;
    height: 98px;
}

.dq-vs-home .dq-home-hero__accent--two {
    right: 7%;
    bottom: 29%;
    width: 132px;
    height: 4px;
}

.dq-vs-home .dq-home-hero__accent--three {
    top: 46%;
    right: 8%;
    width: 51px;
    height: 3px;
}

.dq-vs-home .dq-home-hero__ribbon {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 52% 48% 54% 46% / 45% 52% 48% 55%;
    background:
        linear-gradient(
            125deg,
            #eee8dd 0%,
            #6b625a 21%,
            #f6f1e7 42%,
            #2c2927 66%,
            #e6ded0 100%
        );
    box-shadow:
        inset 18px 8px 22px rgba(255,255,255,.20),
        inset -18px -14px 26px rgba(0,0,0,.45),
        0 28px 40px rgba(0,0,0,.32);
}

.dq-vs-home .dq-home-hero__ribbon--one {
    top: 9%;
    left: 39%;
    width: 29%;
    height: 62%;
    transform: rotate(25deg) skewY(-17deg);
    animation: dq3-home-ribbon-one 9s ease-in-out infinite alternate;
}

.dq-vs-home .dq-home-hero__ribbon--two {
    bottom: 13%;
    left: 23%;
    width: 56%;
    height: 18%;
    transform: rotate(12deg) skewX(-18deg);
    animation: dq3-home-ribbon-two 11s ease-in-out infinite alternate;
}

.dq-vs-home .dq-home-hero__ribbon--three {
    top: 34%;
    left: 6%;
    width: 34%;
    height: 17%;
    transform: rotate(34deg) skewX(16deg);
    animation: dq3-home-ribbon-three 8s ease-in-out infinite alternate;
}

.dq-vs-home .dq-home-hero__plinth {
    position: absolute;
    right: 8%;
    bottom: 6%;
    left: 9%;
    z-index: 1;
    height: 45px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background:
        linear-gradient(
            180deg,
            #2c2928,
            #090909 72%
        );
    box-shadow: 0 21px 26px rgba(0,0,0,.64);
}

.dq-vs-home .dq-home-hero__particle {
    position: absolute;
    z-index: 4;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e12635;
    box-shadow: 0 0 12px #e12635;
}

.dq-vs-home .dq-home-hero__particle--one {
    top: 18%;
    right: 5%;
    animation: dq3-home-particle 4s ease-in-out infinite alternate;
}

.dq-vs-home .dq-home-hero__particle--two {
    bottom: 25%;
    left: 9%;
    background: #8b5cf6;
    box-shadow: 0 0 12px #8b5cf6;
    animation: dq3-home-particle 5.5s ease-in-out infinite alternate-reverse;
}

.dq-vs-home .dq-home-hero__particle--three {
    top: 51%;
    left: 15%;
    width: 3px;
    height: 3px;
    background: #e5a52e;
    box-shadow: 0 0 10px #e5a52e;
    animation: dq3-home-particle 3.6s ease-in-out infinite alternate;
}

@keyframes dq3-home-ribbon-one {
    to { transform: rotate(29deg) skewY(-13deg) translateY(-9px); }
}

@keyframes dq3-home-ribbon-two {
    to { transform: rotate(8deg) skewX(-14deg) translateX(10px); }
}

@keyframes dq3-home-ribbon-three {
    to { transform: rotate(29deg) skewX(12deg) translateY(7px); }
}

@keyframes dq3-home-particle {
    to { transform: translateY(-16px); opacity: .4; }
}

@media (max-width: 950px) {
    .dq-vs-home .dq-home-redesign-v1 {
        min-height: auto;
        padding-top: 122px;
    }

    .dq-vs-home .dq-home-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .dq-vs-home .dq-home-hero__visual {
        width: min(100%, 650px);
        min-height: 510px;
        justify-self: center;
    }

    .dq-vs-home .dq-home-hero__services {
        margin-top: 62px;
    }
}

@media (max-width: 560px) {
    .dq-vs-home .dq-home-redesign-v1 {
        padding: 108px 20px 34px;
    }

    .dq-vs-home .dq-home-hero__copy h1 {
        font-size: clamp(57px, 17vw, 76px);
    }

    .dq-vs-home .dq-home-hero__lead {
        margin-top: 27px;
    }

    .dq-vs-home .dq-home-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .dq-vs-home .dq-home-hero__services {
        gap: 10px;
        margin-top: 48px;
        font-size: 8px;
        line-height: 1.5;
    }

    .dq-vs-home .dq-home-hero__visual {
        min-height: 360px;
        margin-top: 8px;
    }

    .dq-vs-home .dq-home-hero__panel--one {
        left: 26%;
    }

    .dq-vs-home .dq-home-hero__ribbon--one {
        width: 31%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-home-hero__ribbon,
    .dq-vs-home .dq-home-hero__particle {
        animation: none;
    }
}

/* DQ3 HOME SERVICES INDEX CSS V1 */

.dq-vs-home .dq-home-services-v1 {
    padding: clamp(82px, 10vw, 154px) max(5vw, 28px);
    background: #f3efe9;
    color: #11100f;
}

.dq-vs-home .dq-home-services__inner {
    display: grid;
    grid-template-columns: minmax(290px, .9fr) minmax(520px, 1.25fr);
    gap: clamp(45px, 9vw, 158px);
    width: min(1370px, 100%);
    margin: 0 auto;
}

.dq-vs-home .dq-home-services__intro {
    max-width: 500px;
}

.dq-vs-home .dq-home-services__eyebrow {
    margin: 0 0 30px;
    color: #68625d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.dq-vs-home .dq-home-services__intro h2 {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(49px, 5.1vw, 80px);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: .87;
}

.dq-vs-home .dq-home-services__intro h2 em {
    color: #5d5753;
    font-style: normal;
}

.dq-vs-home .dq-home-services__intro > p:last-child {
    max-width: 340px;
    margin: 32px 0 0;
    color: #615b56;
    font-size: 15px;
    line-height: 1.58;
}

.dq-vs-home .dq-home-services__list {
    align-self: center;
    border-bottom: 1px solid rgba(17,16,15,.18);
}

.dq-vs-home .dq-home-service {
    display: grid;
    grid-template-columns: 76px minmax(175px, 1fr) minmax(180px, .95fr) 25px;
    align-items: center;
    gap: 20px;
    min-height: 111px;
    border-top: 1px solid rgba(17,16,15,.18);
    color: #11100f;
    text-decoration: none;
    transition: background .24s ease, padding .24s ease;
}

.dq-vs-home .dq-home-service:hover {
    padding-right: 15px;
    padding-left: 12px;
    background: rgba(225,38,53,.055);
}

.dq-vs-home .dq-home-service__number {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(43px, 4.1vw, 62px);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: 1;
}

.dq-vs-home .dq-home-service__title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
}

.dq-vs-home .dq-home-service__copy {
    max-width: 245px;
    color: #625c56;
    font-size: 12px;
    line-height: 1.38;
}

.dq-vs-home .dq-home-service__arrow {
    justify-self: end;
    font-size: 28px;
    font-weight: 300;
    transition: transform .24s ease, color .24s ease;
}

.dq-vs-home .dq-home-service:hover .dq-home-service__arrow {
    color: #e12635;
    transform: translateX(7px);
}

.dq-vs-home .dq-home-service--digital
.dq-home-service__number {
    color: #e12635;
}

.dq-vs-home .dq-home-service--film
.dq-home-service__number {
    color: #8b5cf6;
}

.dq-vs-home .dq-home-service--three
.dq-home-service__number {
    color: #d38a1d;
}

.dq-vs-home .dq-home-service--brand
.dq-home-service__number {
    color: #302c2a;
}

.dq-vs-home .dq-home-service--automation
.dq-home-service__number {
    color: #e12635;
}

@media (max-width: 950px) {
    .dq-vs-home .dq-home-services__inner {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .dq-vs-home .dq-home-services__intro {
        max-width: 650px;
    }

    .dq-vs-home .dq-home-services__intro > p:last-child {
        max-width: 450px;
    }
}

@media (max-width: 650px) {
    .dq-vs-home .dq-home-services-v1 {
        padding: 76px 20px;
    }

    .dq-vs-home .dq-home-service {
        grid-template-columns: 54px 1fr 20px;
        gap: 12px;
        min-height: 90px;
    }

    .dq-vs-home .dq-home-service__copy {
        display: none;
    }

    .dq-vs-home .dq-home-service__number {
        font-size: 43px;
    }

    .dq-vs-home .dq-home-service__title {
        font-size: 15px;
    }
}

/* DQ3 HOME SELECTED WORK CSS V1 */

.dq-vs-home .dq-home-work-v1 {
    padding: clamp(84px, 9vw, 145px) max(5vw, 28px);
    background: #070707;
    color: #f5f1eb;
}

.dq-vs-home .dq-home-work__inner {
    display: grid;
    grid-template-columns: minmax(235px, .57fr) minmax(620px, 1.43fr);
    gap: clamp(35px, 6vw, 100px);
    width: min(1370px, 100%);
    margin: 0 auto;
}

.dq-vs-home .dq-home-work__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 445px;
}

.dq-vs-home .dq-home-work__eyebrow {
    margin: 0;
    color: rgba(245,241,235,.59);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.dq-vs-home .dq-home-work__intro h2 {
    margin: 45px 0 auto;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(44px, 4.55vw, 71px);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: .88;
}

.dq-vs-home .dq-home-work__intro h2 em {
    color: rgba(245,241,235,.64);
    font-style: normal;
}

.dq-vs-home .dq-home-work__all {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #e12635;
    color: #f5f1eb;
    padding-bottom: 9px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.dq-vs-home .dq-home-work__all span {
    color: #e12635;
    font-size: 20px;
    font-weight: 400;
    transition: transform .22s ease;
}

.dq-vs-home .dq-home-work__all:hover span {
    transform: translateX(6px);
}

.dq-vs-home .dq-home-work__grid {
    display: grid;
    grid-template-columns: 1.37fr .86fr;
    grid-template-rows: minmax(230px, 1fr) minmax(230px, 1fr);
    gap: 14px;
    min-height: 520px;
}

.dq-vs-home .dq-home-work-card {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: #171513;
    color: #f5f1eb;
    text-decoration: none;
}

.dq-vs-home .dq-home-work-card.is-featured {
    grid-row: span 2;
}

.dq-vs-home .dq-home-work-card__image,
.dq-vs-home .dq-home-work-card__shade {
    position: absolute;
    inset: 0;
}

.dq-vs-home .dq-home-work-card__image {
    background:
        linear-gradient(135deg, #322c28, #131110);
    background-position: center;
    background-size: cover;
    filter: grayscale(100%) sepia(16%) contrast(1.04);
    transform: scale(1.001);
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.dq-vs-home .dq-home-work-card__shade {
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.02) 20%,
            rgba(0,0,0,.83) 100%
        ),
        linear-gradient(
            110deg,
            rgba(225,38,53,.16),
            transparent 46%
        );
}

.dq-vs-home .dq-home-work-card:hover
.dq-home-work-card__image {
    transform: scale(1.075);
}

.dq-vs-home .dq-home-work-card__content {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    z-index: 1;
    display: grid;
    gap: 9px;
}

.dq-vs-home .dq-home-work-card__content small {
    color: rgba(245,241,235,.67);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-home .dq-home-work-card__content strong {
    max-width: 420px;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(30px, 3.1vw, 48px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .9;
}

.dq-vs-home .dq-home-work-card:not(.is-featured)
.dq-home-work-card__content strong {
    font-size: clamp(26px, 2.1vw, 37px);
}

.dq-vs-home .dq-home-work-card__content em {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    color: rgba(245,241,235,.86);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.dq-vs-home .dq-home-work-card__content b {
    color: #e12635;
    font-size: 18px;
    font-weight: 400;
    transition: transform .22s ease;
}

.dq-vs-home .dq-home-work-card:hover
.dq-home-work-card__content b {
    transform: translateX(5px);
}

.dq-vs-home .dq-home-work__empty {
    display: grid;
    min-height: 350px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    color: rgba(245,241,235,.6);
}

@media (max-width: 980px) {
    .dq-vs-home .dq-home-work__inner {
        grid-template-columns: 1fr;
    }

    .dq-vs-home .dq-home-work__intro {
        min-height: auto;
    }

    .dq-vs-home .dq-home-work__intro h2 {
        margin: 28px 0 34px;
    }
}

@media (max-width: 620px) {
    .dq-vs-home .dq-home-work-v1 {
        padding: 76px 20px;
    }

    .dq-vs-home .dq-home-work__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }

    .dq-vs-home .dq-home-work-card,
    .dq-vs-home .dq-home-work-card.is-featured {
        min-height: 300px;
        grid-row: auto;
    }

    .dq-vs-home .dq-home-work-card__content {
        right: 20px;
        bottom: 19px;
        left: 20px;
    }
}

/* DQ3 HOME PROCESS AND CTA CSS V1 */

.dq-vs-home .dq-home-process-v1 {
    padding: clamp(82px, 9vw, 135px) max(5vw, 28px);
    background: #f3efe9;
    color: #11100f;
}

.dq-vs-home .dq-home-process__inner {
    width: min(1370px, 100%);
    margin: 0 auto;
}

.dq-vs-home .dq-home-process__intro {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(470px, 1.22fr);
    gap: clamp(38px, 8vw, 130px);
    margin-bottom: clamp(56px, 7vw, 96px);
}

.dq-vs-home .dq-home-process__intro > p {
    margin: 8px 0 0;
    color: #68625d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.dq-vs-home .dq-home-process__intro h2 {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(44px, 4.6vw, 72px);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: .88;
}

.dq-vs-home .dq-home-process__intro h2 em {
    color: #615a55;
    font-style: normal;
}

.dq-vs-home .dq-home-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.dq-vs-home .dq-home-process__steps article {
    position: relative;
    border-top: 1px solid rgba(17,16,15,.25);
    padding: 28px 28px 0 0;
}

.dq-vs-home .dq-home-process__steps article:not(:first-child) {
    padding-left: 28px;
}

.dq-vs-home .dq-home-process__steps article:not(:last-child)::after {
    position: absolute;
    top: -1px;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11100f;
    content: "";
    transform: translate(50%, -43%);
}

.dq-vs-home .dq-home-process__steps b {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #11100f;
    color: #f3efe9;
    font-size: 11px;
}

.dq-vs-home .dq-home-process__steps article:nth-child(1) b {
    background: #e12635;
}

.dq-vs-home .dq-home-process__steps article:nth-child(2) b {
    background: #8b5cf6;
}

.dq-vs-home .dq-home-process__steps article:nth-child(3) b {
    background: #d38a1d;
}

.dq-vs-home .dq-home-process__steps h3 {
    margin: 25px 0 10px;
    font-size: 16px;
}

.dq-vs-home .dq-home-process__steps p {
    max-width: 178px;
    margin: 0;
    color: #625c56;
    font-size: 12px;
    line-height: 1.55;
}

.dq-vs-home .dq-home-cta-v1 {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 9vw, 135px) max(5vw, 28px);
    background:
        radial-gradient(
            circle at 82% 17%,
            rgba(139,92,246,.58),
            transparent 28%
        ),
        radial-gradient(
            circle at 19% 78%,
            rgba(225,38,53,.56),
            transparent 36%
        ),
        linear-gradient(112deg, #bf152a, #2d1249);
    color: #fff;
}

.dq-vs-home .dq-home-cta-v1::after {
    position: absolute;
    top: -28%;
    right: 11%;
    width: 31vw;
    height: 31vw;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    content: "";
    transform: rotate(25deg);
    pointer-events: none;
}

.dq-vs-home .dq-home-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(350px, 1.08fr) minmax(220px, .52fr);
    align-items: end;
    gap: clamp(45px, 13vw, 230px);
    width: min(1370px, 100%);
    margin: 0 auto;
}

.dq-vs-home .dq-home-cta__eyebrow {
    margin: 0 0 26px;
    color: rgba(255,255,255,.68);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.dq-vs-home .dq-home-cta-v1 h2 {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(56px, 6.2vw, 96px);
    font-weight: 400;
    letter-spacing: -.075em;
    line-height: .82;
}

.dq-vs-home .dq-home-cta-v1 h2 em {
    color: rgba(255,255,255,.82);
    font-style: normal;
}

.dq-vs-home .dq-home-cta__lead {
    max-width: 310px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.79);
    font-size: 16px;
    line-height: 1.5;
}

.dq-vs-home .dq-home-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin-top: 33px;
    padding: 17px 21px;
    background: #fff;
    color: #13100f;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease;
}

.dq-vs-home .dq-home-cta__button:hover {
    background: #f5e8e9;
    transform: translateY(-3px);
}

.dq-vs-home .dq-home-cta__button span {
    font-size: 21px;
    font-weight: 400;
}

.dq-vs-home .dq-home-cta__side {
    border-top: 1px solid rgba(255,255,255,.48);
    padding-top: 17px;
}

.dq-vs-home .dq-home-cta__side span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dq-vs-home .dq-home-cta__side p {
    margin: 15px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 860px) {
    .dq-vs-home .dq-home-process__intro,
    .dq-vs-home .dq-home-cta__inner {
        grid-template-columns: 1fr;
    }

    .dq-vs-home .dq-home-process__intro {
        gap: 23px;
    }

    .dq-vs-home .dq-home-cta__inner {
        align-items: start;
        gap: 56px;
    }
}

@media (max-width: 620px) {
    .dq-vs-home .dq-home-process-v1,
    .dq-vs-home .dq-home-cta-v1 {
        padding: 76px 20px;
    }

    .dq-vs-home .dq-home-process__steps {
        grid-template-columns: 1fr;
        gap: 29px;
    }

    .dq-vs-home .dq-home-process__steps article,
    .dq-vs-home .dq-home-process__steps article:not(:first-child) {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 0 14px;
        padding: 24px 0 0;
    }

    .dq-vs-home .dq-home-process__steps article:not(:last-child)::after {
        display: none;
    }

    .dq-vs-home .dq-home-process__steps h3,
    .dq-vs-home .dq-home-process__steps p {
        grid-column: 2;
    }

    .dq-vs-home .dq-home-process__steps h3 {
        margin: 3px 0 8px;
    }

    .dq-vs-home .dq-home-process__steps p {
        max-width: 280px;
    }

    .dq-vs-home .dq-home-cta__inner {
        grid-template-columns: 1fr;
    }

    .dq-vs-home .dq-home-cta-v1 h2 {
        font-size: clamp(56px, 16vw, 79px);
    }
}

/* DQ3 HOME FOOTER REDESIGN CSS V1 */

.dq-home-footer-v1 {
    padding: clamp(62px, 8vw, 118px) max(5vw, 28px) 28px;
    background: #070707;
    color: #f5f1eb;
}

.dq-home-footer-v1 .dq-home-footer__inner {
    width: min(1370px, 100%);
    margin: 0 auto;
}

.dq-home-footer-v1 .dq-home-footer__top {
    display: grid;
    grid-template-columns: minmax(200px, .55fr) minmax(300px, 1fr) auto;
    align-items: end;
    gap: clamp(28px, 6vw, 100px);
    padding-bottom: clamp(65px, 9vw, 130px);
}

.dq-home-footer-v1 .dq-home-footer__mark {
    color: #f5f1eb;
    font-size: clamp(70px, 9vw, 142px);
    font-weight: 900;
    letter-spacing: -.12em;
    line-height: .66;
    text-decoration: none;
}

.dq-home-footer-v1 .dq-home-footer__statement {
    max-width: 320px;
    margin: 0;
    color: rgba(245,241,235,.76);
    font-size: 16px;
    line-height: 1.48;
}

.dq-home-footer-v1 .dq-home-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e12635;
    color: #f5f1eb;
    padding-bottom: 10px;
    font-size: clamp(16px, 1.5vw, 21px);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.dq-home-footer-v1 .dq-home-footer__email span {
    color: #e12635;
    font-size: 23px;
    font-weight: 400;
    transition: transform .2s ease;
}

.dq-home-footer-v1 .dq-home-footer__email:hover span {
    transform: translate(4px, -4px);
}

.dq-home-footer-v1 .dq-home-footer__middle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 6vw, 100px);
    border-top: 1px solid rgba(255,255,255,.17);
    padding: 28px 0 clamp(55px, 7vw, 94px);
}

.dq-home-footer-v1 .dq-home-footer__middle span {
    display: block;
    margin-bottom: 16px;
    color: rgba(245,241,235,.48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.dq-home-footer-v1 .dq-home-footer__middle nav {
    display: grid;
    justify-items: start;
    gap: 10px;
}

.dq-home-footer-v1 .dq-home-footer__middle nav a {
    color: rgba(245,241,235,.85);
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.dq-home-footer-v1 .dq-home-footer__middle nav a:hover {
    color: #e12635;
    transform: translateX(5px);
}

.dq-home-footer-v1 .dq-home-footer__middle p {
    margin: 0;
    color: rgba(245,241,235,.72);
    font-size: 14px;
    line-height: 1.58;
}

.dq-home-footer-v1 .dq-home-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,.17);
    color: rgba(245,241,235,.46);
    padding-top: 21px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.dq-home-footer-v1 .dq-home-footer__bottom span:last-child {
    color: rgba(245,241,235,.68);
}

@media (max-width: 760px) {
    .dq-home-footer-v1 {
        padding: 70px 20px 24px;
    }

    .dq-home-footer-v1 .dq-home-footer__top,
    .dq-home-footer-v1 .dq-home-footer__middle {
        grid-template-columns: 1fr;
    }

    .dq-home-footer-v1 .dq-home-footer__top {
        align-items: start;
        gap: 35px;
        padding-bottom: 62px;
    }

    .dq-home-footer-v1 .dq-home-footer__mark {
        font-size: 90px;
    }

    .dq-home-footer-v1 .dq-home-footer__middle {
        gap: 34px;
    }

    .dq-home-footer-v1 .dq-home-footer__location {
        display: none;
    }

    .dq-home-footer-v1 .dq-home-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* DQ3 HOME HEADER REDESIGN CSS V1 */

.site-header.dq-home-header-v1 {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
    color: #f5f1eb;
}

.site-header.dq-home-header-v1 .header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(1370px, calc(100% - max(10vw, 56px)));
    min-height: 86px;
    margin: 0 auto;
    padding: 0;
}

.site-header.dq-home-header-v1 .dq-home-header__brand {
    justify-self: start;
    color: #f5f1eb;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.11em;
    line-height: 1;
    text-decoration: none;
}

.site-header.dq-home-header-v1 .dq-home-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(21px, 2.5vw, 38px);
}

.site-header.dq-home-header-v1 .dq-home-header__nav a {
    color: rgba(245,241,235,.82);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.site-header.dq-home-header-v1 .dq-home-header__nav a:hover {
    color: #fff;
}

.site-header.dq-home-header-v1 .dq-home-header__cta {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 15px;
    border: 1px solid rgba(245,241,235,.58);
    color: #f5f1eb;
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease;
}

.site-header.dq-home-header-v1 .dq-home-header__cta:hover {
    border-color: #e12635;
    background: #e12635;
    color: #fff;
}

.site-header.dq-home-header-v1 .dq-home-header__cta span {
    font-size: 17px;
    font-weight: 400;
}

.site-header.dq-home-header-v1 .dq-home-header__menu {
    display: none;
}

@media (max-width: 760px) {
    .site-header.dq-home-header-v1 .header-inner {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 40px);
        min-height: 74px;
    }

    .site-header.dq-home-header-v1 .dq-home-header__brand {
        font-size: 25px;
    }

    .site-header.dq-home-header-v1 .dq-home-header__nav,
    .site-header.dq-home-header-v1 .dq-home-header__cta {
        display: none;
    }

    .site-header.dq-home-header-v1 .dq-home-header__menu {
        display: flex;
    }
}

/* DQ3 HOME HERO THREE V2 CSS */

.dq-vs-home .dq-home-hero__visual {
    overflow: visible;
}

.dq-vs-home .dq-home-hero__three {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 55% 45%,
            rgba(225,38,53,.12),
            transparent 34%
        ),
        radial-gradient(
            circle at 75% 55%,
            rgba(139,92,246,.11),
            transparent 38%
        );
}

.dq-vs-home .dq-home-hero__three::before {
    position: absolute;
    inset: 7% 6% 12%;
    border: 1px solid rgba(245,241,235,.07);
    content: "";
    pointer-events: none;
}

.dq-vs-home .dq-home-hero__three canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    transition: opacity .8s ease;
}

.dq-vs-home .dq-home-hero__three.is-ready canvas {
    opacity: 1;
}

.dq-vs-home .dq-home-hero__stage-labels {
    position: absolute;
    z-index: 3;
    top: 19%;
    right: -1%;
    display: grid;
    gap: 96px;
    pointer-events: none;
}

.dq-vs-home .dq-home-hero__stage-labels span {
    display: grid;
    gap: 3px;
    color: rgba(245,241,235,.51);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .15em;
}

.dq-vs-home .dq-home-hero__stage-labels b {
    color: #e12635;
    font-size: 12px;
}

@media (max-width: 950px) {
    .dq-vs-home .dq-home-hero__stage-labels {
        right: 3%;
    }
}

@media (max-width: 560px) {
    .dq-vs-home .dq-home-hero__stage-labels {
        top: 14%;
        right: 4%;
        gap: 54px;
    }

    .dq-vs-home .dq-home-hero__stage-labels span {
        font-size: 7px;
    }
}

/* DQ3 HOME HERO REALITY CUT V3 CSS */

.dq-vs-home .dq-home-hero__three--reality-cut {
    background:
        radial-gradient(
            ellipse at 66% 51%,
            rgba(225,38,53,.16),
            transparent 30%
        ),
        linear-gradient(90deg, #050505, #0c0909);
}

.dq-vs-home .dq-home-hero__three--reality-cut::before {
    inset: 4% 3% 7%;
    border-color: rgba(245,241,235,.055);
}

.dq-vs-home .dq-home-hero__stage-labels {
    top: 24%;
    right: 1%;
    gap: 104px;
}

.dq-vs-home .dq-home-hero__stage-labels span {
    color: rgba(245,241,235,.6);
}

.dq-vs-home .dq-home-hero__stage-labels b {
    color: #e12635;
}

@media (max-width: 560px) {
    .dq-vs-home .dq-home-hero__stage-labels {
        top: 18%;
        gap: 55px;
    }
}

/* DQ3 HOME HERO ARTWORK V4 CSS */

.dq-vs-home .dq-home-redesign-v1 {
    --dq3-art-x: 0px;
    --dq3-art-y: 0px;
    background: #070707;
}

.dq-vs-home .dq-home-redesign-v1::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(
            90deg,
            rgba(7,7,7,.28) 0%,
            rgba(7,7,7,0) 52%
        ),
        var(--dq3-hero-artwork);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    transform:
        translate(var(--dq3-art-x), var(--dq3-art-y))
        scale(1.018);
    transition: transform .4s ease-out;
    pointer-events: none;
}

.dq-vs-home .dq-home-redesign-v1::before,
.dq-vs-home .dq-home-hero__grain {
    z-index: 1;
}

.dq-vs-home .dq-home-hero__inner {
    position: relative;
    z-index: 3;
}

.dq-vs-home .dq-home-hero__visual {
    display: none;
}

.dq-vs-home .dq-home-hero__artwork-fx {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.dq-vs-home .dq-home-hero__artwork-fx canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 760px) {
    .dq-vs-home .dq-home-redesign-v1::after {
        background-position: 70% bottom;
        background-size: auto 58%;
        opacity: .72;
    }
}

/* DQ3 HERO ARTWORK FX V5 */

.dq-vs-home .dq-home-redesign-v1 {
    --dq3-light-x: 72%;
    --dq3-light-y: 52%;
    --dq3-light-strength: .42;
}

.dq-vs-home .dq-home-hero__artwork-fx::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle 280px at var(--dq3-light-x) var(--dq3-light-y),
            rgba(232, 42, 57, var(--dq3-light-strength)),
            rgba(207, 131, 83, .13) 24%,
            transparent 62%
        );
    content: "";
    mix-blend-mode: screen;
    opacity: .9;
    transition: background .16s ease-out;
}

.dq-vs-home .dq-home-hero__artwork-fx::after {
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: -38%;
    width: 24%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 236, 219, .02),
        rgba(255, 179, 138, .22),
        rgba(255, 236, 219, .02),
        transparent
    );
    content: "";
    filter: blur(8px);
    mix-blend-mode: screen;
    opacity: .72;
    pointer-events: none;
    transform: skewX(-16deg);
    animation: dq3-hero-light-sweep 8.5s ease-in-out infinite;
}

@keyframes dq3-hero-light-sweep {
    0%, 18% { left: -38%; opacity: 0; }
    34% { opacity: .72; }
    58% { left: 114%; opacity: .42; }
    68%, 100% { left: 114%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .dq-vs-home .dq-home-hero__artwork-fx::after {
        animation: none;
        display: none;
    }
}
