:root {
    --cx-black: #050606;
    --cx-paper: #f3f1e9;
    --cx-acid: #d9ff55;
    --cx-red: #ff4c34;
    --cx-muted: rgba(243, 241, 233, .64);
    --cx-line: rgba(243, 241, 233, .16);
}

body.layosno-carxxx {
    margin: 0;
    overflow-x: hidden;
    background: var(--cx-black);
    color: var(--cx-paper);
}

body.layosno-carxxx > .navbar,
body.layosno-carxxx > .footer,
body.layosno-carxxx .ls-seo-breadcrumb,
body.layosno-carxxx .ls-seo-mobile-cta {
    display: none !important;
}

.cx-page,
.cx-page * {
    box-sizing: border-box;
}

.cx-page {
    min-height: 100vh;
    overflow: clip;
    background: var(--cx-black);
    color: var(--cx-paper);
    font-family: inherit;
}

.cx-page a {
    color: inherit;
}

.cx-wrap {
    width: min(calc(100% - 48px), 1280px);
    margin-inline: auto;
}

.cx-nav {
    position: fixed;
    z-index: 60;
    top: 18px;
    left: 50%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(calc(100% - 40px), 1180px);
    min-height: 56px;
    padding: 8px 10px 8px 20px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 30px;
    background: rgba(13, 15, 15, .72);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .26);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.admin-bar .cx-nav {
    top: 50px;
}

.cx-nav a {
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.cx-nav__back {
    justify-self: start;
}

.cx-nav__brand {
    justify-self: center;
    letter-spacing: 5px !important;
}

.cx-nav__brief {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 17px;
    border-radius: 21px;
    background: var(--cx-paper);
    color: var(--cx-black) !important;
}

.cx-hero {
    --cx-shift-x: 0px;
    --cx-shift-y: 0px;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 88svh;
    overflow: hidden;
    background: #121918;
}

.cx-hero__image,
.cx-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cx-hero__image {
    object-fit: cover;
    object-position: center 58%;
    transform: translate3d(var(--cx-shift-x), var(--cx-shift-y), 0) scale(1.035);
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
}

.cx-hero__shade {
    background:
        linear-gradient(90deg, rgba(3, 5, 5, .88) 0%, rgba(3, 5, 5, .46) 37%, rgba(3, 5, 5, .06) 67%),
        linear-gradient(0deg, rgba(3, 5, 5, .86) 0%, transparent 47%);
}

.cx-hero__copy {
    position: relative;
    z-index: 2;
    width: min(900px, calc(100% - 48px));
    margin: 0 0 58px max(24px, calc((100% - 1280px) / 2));
    padding-top: 110px;
}

.cx-kicker {
    margin: 0;
    color: var(--cx-acid);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cx-hero h1,
.cx-section-head h2,
.cx-craft h2,
.cx-credits h2,
.cx-close h2 {
    margin: 0;
    font-family: inherit;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.cx-hero h1 {
    max-width: 10ch;
    margin-top: 20px;
    font-size: clamp(62px, 8.6vw, 132px);
    line-height: .8;
}

.cx-hero h1 span {
    color: var(--cx-acid);
}

.cx-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.cx-hero__meta span,
.cx-role-strip span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background: rgba(4, 6, 6, .34);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.cx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 52px;
    margin-top: 28px;
    padding: 0 21px;
    border: 1px solid var(--cx-acid);
    border-radius: 27px;
    background: var(--cx-acid);
    color: #070909 !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cx-button:hover,
.cx-button:focus-visible {
    background: transparent;
    color: var(--cx-acid) !important;
    transform: translateY(-2px);
}

.cx-hero__mark {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: 900;
}

.cx-film,
.cx-art,
.cx-social,
.cx-sequence,
.cx-compare,
.cx-post,
.cx-bts,
.cx-craft,
.cx-credits {
    padding: 110px 0;
}

.cx-film {
    background: var(--cx-paper);
    color: var(--cx-black);
}

.cx-art {
    background: #2a0d0a;
}

.cx-art__grid {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.55fr);
    gap: 12px;
    align-items: start;
}

.cx-art__frame,
.cx-art__cover {
    margin-block: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: #070707;
}

.cx-art__frame img,
.cx-art__cover img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cx-art__cover a {
    display: block;
}

.cx-art__frame figcaption,
.cx-art__cover figcaption {
    padding: 11px 14px 12px;
    color: var(--cx-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-social {
    background: #0d1110;
}

.cx-social__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cx-social__cut {
    margin: 0;
}

.cx-social__cut video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: #030404;
    object-fit: contain;
}

.cx-social__cut figcaption {
    padding: 12px 2px 0;
    color: var(--cx-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-section-head {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 52px;
}

.cx-section-head h2,
.cx-craft h2,
.cx-credits h2,
.cx-close h2 {
    font-size: clamp(46px, 5.8vw, 82px);
    line-height: .91;
}

.cx-film .cx-kicker {
    color: #6b7200;
}

.cx-player {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .18);
}

.cx-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cx-role-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.cx-role-strip span {
    border-color: rgba(5, 6, 6, .16);
    background: transparent;
    text-align: center;
}

.cx-sequence {
    background: #080a0a;
}

.cx-compare {
    background: #111614;
}

.cx-compare__stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: #030404;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .3);
}

.cx-compare__image,
.cx-compare__before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cx-compare__image {
    display: block;
    object-fit: cover;
}

.cx-compare__before {
    clip-path: inset(0 calc(100% - var(--cx-compare-position)) 0 0);
    will-change: clip-path;
}

.cx-compare__label {
    position: absolute;
    z-index: 3;
    top: 18px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(5, 6, 6, .68);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.cx-compare__label--before {
    left: 18px;
}

.cx-compare__label--after {
    right: 18px;
}

.cx-compare__divider {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: var(--cx-compare-position);
    width: 2px;
    background: rgba(255, 255, 255, .96);
    transform: translateX(-1px);
    pointer-events: none;
    box-shadow: 0 0 28px rgba(0, 0, 0, .7);
}

.cx-compare__divider i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--cx-acid);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 34px rgba(0, 0, 0, .36);
}

.cx-compare__divider i::before,
.cx-compare__divider i::after {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
    transform: translateY(-50%);
}

.cx-compare__divider i::before {
    left: 10px;
    border-right: 7px solid #050606;
}

.cx-compare__divider i::after {
    right: 10px;
    border-left: 7px solid #050606;
}

.cx-compare__range {
    position: absolute;
    z-index: 5;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.cx-compare__stage:focus-within {
    outline: 2px solid var(--cx-acid);
    outline-offset: 4px;
}

.cx-compare__set {
    margin-top: clamp(38px, 6vw, 82px);
}

.cx-compare__set-label {
    margin: 0 0 14px;
    color: var(--cx-acid);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-compare__motion {
    width: min(100%, 880px);
    margin: clamp(18px, 3vw, 32px) auto 0;
}

.cx-compare__motion img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    object-fit: cover;
}

.cx-compare__motion figcaption {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-post {
    background: #080a0a;
}

.cx-post .cx-kicker {
    color: var(--cx-acid);
}

.cx-post__grid {
    display: grid;
    grid-template-columns: minmax(240px, 360px);
    justify-content: center;
    gap: 12px;
    align-items: start;
}

.cx-post__frame {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    background: #030404;
}

.cx-post__frame img,
.cx-post__frame video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #030404;
}

.cx-post__frame img {
    aspect-ratio: 3 / 4;
}

.cx-post__frame video {
    aspect-ratio: 9 / 16;
}

.cx-post__frame figcaption {
    padding: 11px 14px 12px;
    color: var(--cx-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-section-head--split {
    margin-bottom: 42px;
}

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

.cx-frame {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    background: #020303;
}

.cx-frame--wide {
    grid-column: 1 / -1;
}

.cx-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.cx-frame--signal {
    border-color: rgba(217, 255, 85, .56);
}

.cx-bts {
    background: var(--cx-paper);
    color: var(--cx-black);
}

.cx-bts .cx-kicker {
    color: #6b7200;
}

.cx-bts__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.cx-bts__motion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.cx-bts__clip {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(5, 6, 6, .12);
    border-radius: 6px;
    background: #080a0a;
}

.cx-bts__clip video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: contain;
    background: #050606;
}

.cx-bts__clip figcaption {
    padding: 11px 14px 12px;
    color: #f4f1e8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cx-bts__frame {
    grid-column: span 4;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(5, 6, 6, .12);
    border-radius: 6px;
    background: #d8d9d4;
}

.cx-bts__frame--landscape,
.cx-bts__frame--portrait-wide {
    grid-column: span 6;
}

.cx-bts__frame--new {
    grid-column: span 3;
}

.cx-bts__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.cx-craft {
    background: #111614;
}

.cx-craft__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 84px;
}

.cx-craft__notes {
    display: grid;
    border-top: 1px solid var(--cx-line);
}

.cx-craft__notes article {
    position: relative;
    padding: 32px 0 34px 48px;
    border-bottom: 1px solid var(--cx-line);
}

.cx-craft__notes span {
    position: absolute;
    top: 36px;
    left: 0;
    color: var(--cx-acid);
    font-size: 10px;
    font-weight: 900;
}

.cx-craft__notes h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.cx-craft__notes p {
    max-width: 32rem;
    margin: 13px 0 0;
    color: var(--cx-muted);
    font-size: 15px;
    line-height: 1.55;
}

.cx-credits {
    background: #070808;
}

.cx-credits__head {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 40px;
    margin-bottom: 48px;
}

.cx-credits__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    border-top: 1px solid var(--cx-line);
}

.cx-credits__list div {
    min-width: 0;
    padding: 22px 18px 24px 0;
    border-bottom: 1px solid var(--cx-line);
}

.cx-credits__list dt {
    color: var(--cx-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cx-credits__list dd {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.cx-close {
    padding: 100px 0 112px;
    background: var(--cx-red);
    color: var(--cx-black);
}

.cx-close .cx-kicker {
    color: rgba(5, 6, 6, .7);
}

.cx-close h2 {
    margin-top: 20px;
}

.cx-close__actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.cx-button--light {
    border-color: var(--cx-black);
    background: var(--cx-black);
    color: var(--cx-paper) !important;
}

.cx-button--light:hover,
.cx-button--light:focus-visible {
    color: var(--cx-black) !important;
}

.cx-text-link {
    margin-top: 28px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

[data-cx-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(.2, .75, .2, 1);
}

[data-cx-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 820px) {
    .cx-wrap {
        width: min(calc(100% - 28px), 1280px);
    }

    .cx-nav {
        top: 12px;
        width: calc(100% - 24px);
        min-height: 52px;
        padding: 7px 8px 7px 14px;
    }

    .admin-bar .cx-nav {
        top: 58px;
    }

    .cx-nav__brand {
        font-size: 10px !important;
        letter-spacing: 3px !important;
    }

    .cx-nav__back,
    .cx-nav__brief {
        font-size: 9px !important;
    }

    .cx-nav__brief {
        min-height: 34px;
        padding: 0 12px;
    }

    .cx-hero {
        min-height: 82svh;
    }

    .cx-hero__image {
        object-position: 58% center;
    }

    .cx-hero__shade {
        background: linear-gradient(0deg, rgba(3, 5, 5, .92) 0%, rgba(3, 5, 5, .28) 68%, rgba(3, 5, 5, .32) 100%);
    }

    .cx-hero__copy {
        width: calc(100% - 28px);
        margin: 0 14px 32px;
        padding-top: 92px;
    }

    .cx-hero h1 {
        font-size: clamp(54px, 17vw, 74px);
    }

    .cx-hero__mark {
        display: none;
    }

    .cx-film,
    .cx-art,
    .cx-social,
    .cx-sequence,
    .cx-compare,
    .cx-post,
    .cx-bts,
    .cx-craft,
    .cx-credits {
        padding: 76px 0;
    }

    .cx-section-head,
    .cx-credits__head,
    .cx-craft__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cx-section-head,
    .cx-credits__head {
        margin-bottom: 34px;
    }

    .cx-section-head h2,
    .cx-craft h2,
    .cx-credits h2,
    .cx-close h2 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .cx-role-strip {
        grid-template-columns: 1fr;
    }

    .cx-grid {
        grid-template-columns: 1fr;
    }

    .cx-art__grid {
        grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    }

    .cx-social__grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .cx-social__cut {
        flex: 0 0 min(78vw, 330px);
        scroll-snap-align: start;
    }

    .cx-compare__label {
        top: 10px;
        padding: 7px 9px;
        font-size: 8px;
    }

    .cx-compare__label--before {
        left: 10px;
    }

    .cx-compare__label--after {
        right: 10px;
    }

    .cx-compare__divider i {
        width: 42px;
        height: 42px;
    }

    .cx-post__grid {
        grid-template-columns: minmax(220px, 300px);
    }

    .cx-bts__grid {
        grid-template-columns: 1fr 1fr;
    }

    .cx-bts__motion {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx-bts__frame,
    .cx-bts__frame--landscape,
    .cx-bts__frame--portrait-wide,
    .cx-bts__frame--new {
        grid-column: span 1;
    }

    .cx-bts__frame--landscape {
        grid-column: 1 / -1;
    }

    .cx-frame--wide {
        grid-column: auto;
    }

    .cx-craft__grid {
        gap: 42px;
    }

    .cx-credits__list {
        grid-template-columns: 1fr 1fr;
    }

    .cx-close {
        padding: 76px 0 86px;
    }
}

@media (max-width: 480px) {
    .cx-nav__brand {
        display: none;
    }

    .cx-nav {
        grid-template-columns: 1fr 1fr;
    }

    .cx-credits__list {
        grid-template-columns: 1fr;
    }

    .cx-art__grid {
        grid-template-columns: 1fr;
    }

    .cx-bts__grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .cx-bts__motion {
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .cx-bts__clip {
        flex: 0 0 min(78vw, 320px);
        scroll-snap-align: start;
    }

    .cx-bts__frame,
    .cx-bts__frame--landscape,
    .cx-bts__frame--portrait-wide,
    .cx-bts__frame--new {
        flex: 0 0 min(76vw, 300px);
        scroll-snap-align: start;
    }

    .cx-close__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cx-hero__image,
    [data-cx-reveal] {
        transition: none !important;
        transform: none !important;
    }
}
