:root {
    --cw-acid: #d9ff55;
    --cw-ink: #050606;
    --cw-paper: #f3f1ea;
    --cw-muted: rgba(243, 241, 234, .62);
    --cw-line: rgba(243, 241, 234, .16);
}

body.layosno-character-worlds {
    margin: 0;
    overflow-x: hidden;
    background: var(--cw-ink);
    color: var(--cw-paper);
}

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

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

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

.cw-page a {
    color: inherit;
}

.cw-nav {
    position: fixed;
    z-index: 50;
    top: 18px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(calc(100% - 40px), 1180px);
    min-height: 58px;
    padding: 8px 10px 8px 22px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 30px;
    background: rgba(238, 240, 232, .86);
    color: #090b0b;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.cw-nav__brand {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 5px;
    text-decoration: none;
}

.cw-nav__links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.cw-nav__links a {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.cw-nav__links .cw-nav__cta {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 22px;
    background: #090b0b;
    color: var(--cw-paper);
}

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

.cw-hero {
    --hero-x: 0px;
    --hero-y: 0px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 86svh;
    overflow: hidden;
    background: #050606;
}

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

.cw-hero__image {
    object-fit: cover;
    object-position: center;
    transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.018);
    transition: transform 600ms cubic-bezier(.2, .75, .2, 1);
}

.cw-hero__shade {
    background: linear-gradient(90deg, rgba(3, 4, 4, .9) 0%, rgba(3, 4, 4, .48) 31%, rgba(3, 4, 4, .03) 57%, rgba(3, 4, 4, .2) 100%), linear-gradient(0deg, rgba(3, 4, 4, .7) 0%, transparent 34%);
}

.cw-hero__copy {
    position: relative;
    z-index: 2;
    width: min(390px, calc(100% - 48px));
    margin-left: max(24px, calc((100% - 1260px) / 2));
    padding-top: 72px;
}

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

.cw-hero h1,
.cw-scope h2,
.cw-proof h2,
.cw-motion h2,
.cw-pipeline h2,
.cw-close h2 {
    margin: 0;
    font-family: inherit;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.cw-hero h1 {
    max-width: 7ch;
    margin-top: 22px;
    font-size: clamp(64px, 6.6vw, 92px);
    line-height: .82;
}

.cw-hero__copy > p:not(.cw-kicker) {
    max-width: 22.5rem;
    margin: 28px 0 0;
    color: rgba(243, 241, 234, .76);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.45;
}

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

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

.cw-hero__index {
    position: absolute;
    right: 30px;
    bottom: 26px;
    z-index: 2;
    margin: 0;
    color: rgba(243, 241, 234, .48);
    font-size: 11px;
    font-weight: 900;
}

.cw-scope {
    padding: 78px 0 96px;
    border-bottom: 1px solid var(--cw-line);
}

.cw-scope__head {
    display: grid;
    grid-template-columns: .7fr 1.2fr .9fr;
    gap: 54px;
    align-items: start;
}

.cw-scope h2,
.cw-proof h2,
.cw-motion h2,
.cw-pipeline h2 {
    font-size: clamp(44px, 5vw, 76px);
    line-height: .94;
}

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

.cw-scope__list span {
    padding: 15px 0;
    border-bottom: 1px solid var(--cw-line);
    color: rgba(243, 241, 234, .74);
    font-size: 14px;
    line-height: 1.3;
}

.cw-proof {
    padding: 110px 0;
    border-bottom: 1px solid var(--cw-line);
}

.cw-proof .cw-wrap {
    display: grid;
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
    gap: clamp(44px, 7vw, 110px);
    align-items: center;
}

.cw-proof--persona .cw-wrap {
    grid-template-columns: minmax(0, 1.38fr) minmax(250px, .62fr);
}

.cw-proof__copy > p:not(.cw-number),
.cw-motion__copy > p:not(.cw-number) {
    margin: 24px 0 0;
    color: var(--cw-muted);
    font-size: 17px;
    line-height: 1.55;
}

.cw-proof__copy h2 {
    margin-top: 20px;
}

.cw-proof__copy ul {
    display: grid;
    gap: 0;
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid var(--cw-line);
    list-style: none;
}

.cw-proof__copy li {
    padding: 12px 0;
    border-bottom: 1px solid var(--cw-line);
    color: rgba(243, 241, 234, .78);
    font-size: 13px;
    font-weight: 700;
}

.cw-proof__media,
.cw-motion__media {
    --cw-x: 0deg;
    --cw-y: 0deg;
    --cw-image-x: 0px;
    --cw-image-y: 0px;
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #101212;
    transform: perspective(1200px) rotateX(var(--cw-x)) rotateY(var(--cw-y));
    transform-style: preserve-3d;
    will-change: transform;
}

.cw-proof__media {
    aspect-ratio: 3 / 2;
}

.cw-proof__media img,
.cw-motion__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(var(--cw-image-x), var(--cw-image-y), 0) scale(1.025);
    transition: transform 500ms cubic-bezier(.2, .75, .2, 1);
}

.cw-proof .cw-persona-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    margin-top: clamp(42px, 6vw, 82px);
}

.cw-persona-gallery__frame {
    position: relative;
    aspect-ratio: 3 / 4;
    margin: 0;
    overflow: hidden;
    background: #101212;
    transition: transform 500ms cubic-bezier(.16, 1, .3, 1), opacity 300ms ease;
}

.cw-persona-gallery__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .cw-persona-gallery:has(.cw-persona-gallery__frame:hover) .cw-persona-gallery__frame:not(:hover) {
        opacity: .56;
    }

    .cw-persona-gallery__frame:hover {
        z-index: 1;
        transform: translateY(-10px);
    }

    .cw-persona-gallery__frame:hover img {
        transform: scale(1.025);
    }
}

.cw-motion {
    padding: 110px 24px;
}

.cw-motion__media {
    width: min(100%, 1460px);
    min-height: min(78svh, 860px);
    margin-inline: auto;
}

.cw-motion__media > img {
    position: absolute;
    inset: 0;
}

.cw-motion__media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(0deg, rgba(3, 4, 4, .88) 0%, rgba(3, 4, 4, .14) 55%, transparent 100%);
}

.cw-motion__copy {
    position: absolute;
    z-index: 2;
    right: clamp(24px, 6vw, 90px);
    bottom: clamp(26px, 6vw, 78px);
    width: min(480px, calc(100% - 48px));
}

.cw-motion__copy h2 {
    margin-top: 18px;
}

.cw-pipeline {
    padding: 120px 0;
    border-top: 1px solid var(--cw-line);
}

.cw-pipeline .cw-wrap {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 80px;
}

.cw-pipeline__intro h2 {
    margin-top: 22px;
}

.cw-pipeline__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--cw-line);
    border-left: 1px solid var(--cw-line);
    list-style: none;
}

.cw-pipeline__steps li {
    min-height: 190px;
    padding: 24px;
    border-right: 1px solid var(--cw-line);
    border-bottom: 1px solid var(--cw-line);
}

.cw-pipeline__steps span {
    display: block;
    color: var(--cw-acid);
    font-size: 11px;
    font-weight: 900;
}

.cw-pipeline__steps strong {
    display: block;
    margin-top: 48px;
    font-size: 27px;
    line-height: 1;
}

.cw-pipeline__steps p {
    margin: 11px 0 0;
    color: var(--cw-muted);
    font-size: 14px;
    line-height: 1.4;
}

.cw-close {
    padding: 140px 0 150px;
    background: var(--cw-acid);
    color: #070909;
}

.cw-close .cw-kicker {
    color: #070909;
}

.cw-close h2 {
    margin-top: 22px;
    font-size: clamp(62px, 9vw, 142px);
    line-height: .84;
}

.cw-button--light {
    border-color: #070909;
    background: #070909;
    color: var(--cw-paper) !important;
}

.cw-button--light:hover,
.cw-button--light:focus-visible {
    background: transparent;
    color: #070909 !important;
}

[data-cw-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 700ms ease, transform 900ms cubic-bezier(.16, 1, .3, 1);
}

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

@media (max-width: 900px) {
    .cw-nav__links > a:not(.cw-nav__cta) {
        display: none;
    }

    .cw-scope__head,
    .cw-proof .cw-wrap,
    .cw-proof--persona .cw-wrap,
    .cw-pipeline .cw-wrap {
        grid-template-columns: 1fr;
    }

    .cw-scope__head,
    .cw-proof .cw-wrap,
    .cw-pipeline .cw-wrap {
        gap: 42px;
    }

    .cw-proof--persona .cw-proof__media {
        order: 2;
    }

    .cw-proof--persona .cw-proof__copy {
        order: 1;
    }

    .cw-motion__media {
        min-height: 680px;
    }
}

@media (max-width: 620px) {
    .cw-nav {
        top: 12px;
        width: calc(100% - 24px);
        min-height: 54px;
        padding-left: 17px;
    }

    .cw-nav__brand {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .cw-nav__links .cw-nav__cta {
        min-height: 36px;
        padding: 0 14px;
        font-size: 10px;
    }

    .cw-wrap {
        width: calc(100% - 32px);
    }

    .cw-hero {
        align-items: flex-end;
        min-height: 82svh;
    }

    .cw-hero__image {
        object-position: 54% center;
    }

    .cw-hero__shade {
        background: linear-gradient(0deg, rgba(3, 4, 4, .98) 0%, rgba(3, 4, 4, .78) 38%, rgba(3, 4, 4, .05) 70%, rgba(3, 4, 4, .1) 100%);
    }

    .cw-hero__copy {
        width: calc(100% - 32px);
        margin: 0 16px;
        padding: 0 0 34px;
    }

    .cw-hero h1 {
        margin-top: 14px;
        font-size: clamp(58px, 18vw, 76px);
    }

    .cw-hero__copy > p:not(.cw-kicker) {
        max-width: 25rem;
        margin-top: 18px;
        font-size: 15px;
    }

    .cw-button {
        min-height: 48px;
        margin-top: 20px;
        padding: 0 18px;
        font-size: 12px;
    }

    .cw-hero__index {
        display: none;
    }

    .cw-scope,
    .cw-proof,
    .cw-pipeline {
        padding: 82px 0;
    }

    .cw-scope {
        padding-top: 56px;
    }

    .cw-scope h2,
    .cw-proof h2,
    .cw-motion h2,
    .cw-pipeline h2 {
        font-size: 44px;
    }

    .cw-proof__copy > p:not(.cw-number),
    .cw-motion__copy > p:not(.cw-number) {
        font-size: 15px;
    }

    .cw-proof__media img {
        object-fit: contain;
    }

    .cw-proof .cw-persona-gallery {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 76vw;
        gap: 8px;
        width: 100%;
        margin-top: 42px;
        padding: 0 16px 10px;
        overflow-x: auto;
        scroll-padding-inline: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .cw-persona-gallery::-webkit-scrollbar {
        display: none;
    }

    .cw-persona-gallery__frame {
        scroll-snap-align: start;
    }

    .cw-motion {
        padding: 16px 0 82px;
    }

    .cw-motion__media {
        min-height: 620px;
    }

    .cw-motion__media > img {
        object-position: 56% center;
    }

    .cw-motion__copy {
        right: 16px;
        bottom: 28px;
        width: calc(100% - 32px);
    }

    .cw-pipeline__steps {
        grid-template-columns: 1fr;
    }

    .cw-pipeline__steps li {
        min-height: 150px;
    }

    .cw-pipeline__steps strong {
        margin-top: 32px;
    }

    .cw-close {
        padding: 96px 0 104px;
    }

    .cw-close h2 {
        font-size: clamp(58px, 18vw, 78px);
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-cw-reveal],
    .cw-hero__image,
    .cw-proof__media,
    .cw-motion__media,
    .cw-proof__media img,
    .cw-motion__media > img,
    .cw-persona-gallery__frame,
    .cw-persona-gallery__frame img,
    .cw-button {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
