:root {
    --vcr-red: #e52329;
    --vcr-ink: #050505;
    --vcr-white: #ffffff;
    --vcr-muted: rgba(255, 255, 255, 0.72);
}

.vcr-home-hero-shell {
    max-width: none !important;
    padding-inline: 0 !important;
    width: 100% !important;
}

body.home .elementor-element-de42a68 > .e-con-inner {
    max-width: none !important;
    padding-inline: 0 !important;
    width: 100% !important;
}

body.home .elementor-element-de42a68 {
    padding-inline: 0 !important;
}

.vcr-home-hero {
    background: var(--vcr-ink);
    color: var(--vcr-white);
    isolation: isolate;
    min-height: clamp(35rem, 68svh, 51.25rem);
    overflow: clip;
    position: relative;
    width: 100%;
}

.vcr-home-hero__viewport,
.vcr-home-hero__track,
.vcr-home-hero__slide {
    min-height: inherit;
}

.vcr-home-hero__track {
    display: grid;
    position: relative;
}

.vcr-home-hero__slide {
    align-items: stretch;
    display: grid;
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    position: relative;
    transition: opacity 650ms cubic-bezier(.22, .61, .36, 1), visibility 650ms;
    visibility: hidden;
    z-index: 0;
}

.vcr-home-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 1;
}

.vcr-home-hero__media,
.vcr-home-hero__media::after,
.vcr-home-hero__media picture,
.vcr-home-hero__media img {
    inset: 0;
    position: absolute;
}

.vcr-home-hero__media {
    overflow: hidden;
    z-index: -2;
}

.vcr-home-hero__media picture,
.vcr-home-hero__media img {
    height: 100%;
    width: 100%;
}

.vcr-home-hero__media img {
    object-fit: cover;
    object-position: var(--vcr-focus-desktop, 50% 50%);
}

.vcr-home-hero__media::after {
    background: linear-gradient(90deg, rgba(2, 2, 2, .94) 0%, rgba(2, 2, 2, .76) 35%, rgba(2, 2, 2, .22) 70%, rgba(2, 2, 2, .34) 100%);
    content: "";
    z-index: 1;
}

.vcr-home-hero__slide--shop {
    background:
        radial-gradient(circle at 80% 46%, rgba(229, 35, 41, .28), transparent 27%),
        radial-gradient(circle at 66% 18%, rgba(255, 255, 255, .08), transparent 24%),
        linear-gradient(122deg, #050505 0%, #111 54%, #270507 100%);
}

.vcr-home-hero__slide--shop::before,
.vcr-home-hero__slide--shop::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.vcr-home-hero__slide--shop::before {
    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: clamp(3rem, 5vw, 5.5rem) clamp(3rem, 5vw, 5.5rem);
    mask-image: linear-gradient(90deg, transparent 30%, #000 78%);
}

.vcr-home-hero__slide--shop::after {
    background:
        linear-gradient(118deg, transparent 0 66%, rgba(229,35,41,.92) 66.05% 66.3%, transparent 66.35%),
        linear-gradient(118deg, transparent 0 74%, rgba(255,255,255,.18) 74.05% 74.18%, transparent 74.22%);
    opacity: .8;
}

.vcr-home-hero__slide--dolby {
    background:
        radial-gradient(ellipse at 76% 48%, rgba(229, 35, 41, .25), transparent 34%),
        radial-gradient(ellipse at 76% 48%, rgba(255, 255, 255, .06), transparent 54%),
        #050505;
}

.vcr-home-hero__slide--dolby::before {
    border: 1px solid rgba(229, 35, 41, .42);
    border-radius: 50%;
    content: "";
    height: clamp(24rem, 50vw, 48rem);
    position: absolute;
    right: clamp(-14rem, -8vw, -4rem);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(24rem, 50vw, 48rem);
}

.vcr-home-hero__inner {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 6rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr);
    margin-inline: auto;
    max-width: 105rem;
    padding: clamp(5.5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem) clamp(6.5rem, 9vw, 8rem);
    width: 100%;
}

.vcr-home-hero__content {
    max-width: 48rem;
    position: relative;
    z-index: 2;
}

.vcr-home-hero__brand {
    align-items: center;
    display: inline-flex;
    gap: .65rem;
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.vcr-home-hero__brand img {
    display: block;
    height: auto;
    max-height: 3.2rem;
    max-width: min(22rem, 58vw);
    width: auto;
}

.vcr-home-hero__node-symbol {
    height: 2rem !important;
    width: 2rem !important;
}

.vcr-home-hero__node-word {
    font-family: Raleway, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.03em;
}

.vcr-home-hero__kicker {
    color: var(--vcr-red);
    display: block;
    font-size: clamp(.72rem, .65rem + .22vw, .88rem);
    font-weight: 800;
    letter-spacing: .2em;
    margin-bottom: 1.15rem;
    text-transform: uppercase;
}

.vcr-home-hero__title {
    color: var(--vcr-white);
    font-size: clamp(2.6rem, 2rem + 3vw, 5.65rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .96 !important;
    margin: 0;
    max-width: 12ch;
    text-wrap: balance;
}

.vcr-home-hero__description {
    color: var(--vcr-muted);
    font-size: clamp(1rem, .9rem + .42vw, 1.32rem);
    line-height: 1.55;
    margin: clamp(1.25rem, 2.8vw, 2rem) 0 0;
    max-width: 42rem;
}

.vcr-home-hero__territory {
    color: #fff;
    font-size: clamp(.76rem, .69rem + .25vw, .9rem);
    font-weight: 700;
    letter-spacing: .1em;
    margin: 1.2rem 0 0;
    text-transform: uppercase;
}

.vcr-home-hero__cta {
    align-items: center;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .8rem;
    letter-spacing: .12em;
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
    padding: 1rem 1.25rem 1rem 1.45rem;
    text-decoration: none;
    transition: background-color .25s, border-color .25s, color .25s, transform .25s;
}

.vcr-home-hero__cta::after {
    background: var(--vcr-red);
    border-radius: 50%;
    content: "→";
    display: grid;
    font-size: 1rem;
    height: 2rem;
    place-items: center;
    transition: background-color .25s, color .25s, transform .25s;
    width: 2rem;
}

.vcr-home-hero__cta:hover,
.vcr-home-hero__cta:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #090909;
    outline: none;
    transform: translateY(-2px);
}

.vcr-home-hero__cta:hover::after,
.vcr-home-hero__cta:focus-visible::after {
    color: #fff;
    transform: translateX(2px);
}

.vcr-home-hero__visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 18rem;
    position: relative;
    z-index: 1;
}

.vcr-home-hero__visual--shop::before,
.vcr-home-hero__visual--shop::after {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    content: "";
    position: absolute;
}

.vcr-home-hero__visual--shop::before {
    height: clamp(18rem, 28vw, 33rem);
    width: clamp(18rem, 28vw, 33rem);
}

.vcr-home-hero__visual--shop::after {
    height: clamp(13rem, 21vw, 25rem);
    width: clamp(13rem, 21vw, 25rem);
}

.vcr-home-hero__visual-card {
    backdrop-filter: blur(16px);
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 1.4rem;
    box-shadow: 0 2rem 6rem rgba(0,0,0,.4);
    padding: clamp(1.5rem, 3vw, 2.6rem);
    position: relative;
    transform: rotate(-4deg);
    width: min(25rem, 78%);
    z-index: 1;
}

.vcr-home-hero__visual-card::before {
    background: var(--vcr-red);
    border-radius: 1rem 1rem 0 0;
    content: "";
    height: .28rem;
    left: 1.5rem;
    position: absolute;
    right: 42%;
    top: 0;
}

.vcr-home-hero__visual-card img {
    height: auto;
    max-width: 9rem;
    width: 100%;
}

.vcr-home-hero__visual-card strong,
.vcr-home-hero__visual-card span {
    display: block;
}

.vcr-home-hero__visual-card strong {
    font-size: clamp(1.4rem, 2.6vw, 2.25rem);
    line-height: 1.05;
    margin-top: 2rem;
}

.vcr-home-hero__visual-card span {
    color: rgba(255,255,255,.62);
    font-size: .82rem;
    letter-spacing: .11em;
    margin-top: .75rem;
    text-transform: uppercase;
}

.vcr-home-hero__dolby-lockup {
    filter: none;
    height: auto;
    max-width: min(36rem, 92%);
    opacity: .96;
    position: relative;
    width: 100%;
    z-index: 1;
}

.vcr-home-hero__slide--project .vcr-home-hero__inner {
    grid-template-columns: minmax(0, 1fr);
}

.vcr-home-hero__slide--project .vcr-home-hero__content {
    max-width: 44rem;
}

.vcr-home-hero__slide--project .vcr-home-hero__title {
    max-width: 11ch;
}

.vcr-home-hero__project-logo {
    height: auto;
    margin-bottom: 1.4rem;
    max-height: 4.5rem;
    max-width: 12rem;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.vcr-home-hero__controls {
    align-items: center;
    bottom: clamp(1.25rem, 3vw, 2.25rem);
    display: none;
    gap: .75rem;
    left: clamp(1.25rem, 6vw, 7rem);
    position: absolute;
    z-index: 4;
}

.vcr-home-hero.is-ready .vcr-home-hero__controls {
    display: flex;
}

.vcr-home-hero__arrow,
.vcr-home-hero__dot {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.vcr-home-hero__arrow {
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
    display: grid;
    font-size: 1rem;
    height: 2.65rem;
    place-items: center;
    transition: background-color .2s, border-color .2s;
    width: 2.65rem;
}

.vcr-home-hero__arrow:hover,
.vcr-home-hero__arrow:focus-visible {
    background: var(--vcr-red);
    border-color: var(--vcr-red);
    outline: none;
}

.vcr-home-hero__dots {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-inline: .35rem;
}

.vcr-home-hero__dot {
    height: 1rem;
    padding: 0;
    position: relative;
    width: 2.25rem;
}

.vcr-home-hero__dot::before {
    background: rgba(255,255,255,.35);
    content: "";
    height: 2px;
    inset: calc(50% - 1px) 0 auto;
    position: absolute;
    transition: background-color .2s, height .2s;
}

.vcr-home-hero__dot[aria-current="true"]::before,
.vcr-home-hero__dot:hover::before,
.vcr-home-hero__dot:focus-visible::before {
    background: var(--vcr-red);
    height: 3px;
}

.vcr-home-hero__dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.vcr-home-hero__count {
    color: rgba(255,255,255,.58);
    font-size: .72rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em;
    margin-left: .3rem;
}

.vcr-sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

@media (max-width: 900px) {
    .vcr-home-hero {
        min-height: clamp(38rem, 78svh, 47rem);
    }

    .vcr-home-hero__inner {
        align-content: center;
        gap: 1.5rem;
        grid-template-columns: minmax(0, 1fr);
        padding: 6.5rem clamp(1.25rem, 5vw, 3rem) 6.5rem;
    }

    .vcr-home-hero__content {
        max-width: 42rem;
    }

    .vcr-home-hero__visual {
        min-height: 12rem;
        position: absolute;
        right: -5rem;
        top: 50%;
        transform: translateY(-50%);
        width: min(46vw, 24rem);
    }

    .vcr-home-hero__visual-card {
        opacity: .56;
    }

    .vcr-home-hero__visual--dolby {
        opacity: .34;
        right: -2rem;
        width: min(53vw, 28rem);
    }
}

@media (max-width: 600px) {
    .vcr-home-hero {
        min-height: max(40rem, 82svh);
    }

    .vcr-home-hero__inner {
        align-content: end;
        padding: 6rem 1.25rem 6.7rem;
    }

    .vcr-home-hero__media img {
        object-position: var(--vcr-focus-mobile, 50% 50%);
    }

    .vcr-home-hero__media::after {
        background: linear-gradient(180deg, rgba(2,2,2,.18) 0%, rgba(2,2,2,.28) 34%, rgba(2,2,2,.94) 72%, #020202 100%);
    }

    .vcr-home-hero__title {
        font-size: clamp(2.35rem, 12vw, 3.45rem);
        line-height: .98;
    }

    .vcr-home-hero__description {
        font-size: 1rem;
        line-height: 1.48;
    }

    .vcr-home-hero__territory {
        line-height: 1.6;
        max-width: 21rem;
    }

    .vcr-home-hero__brand img {
        max-height: 2.5rem;
        max-width: min(18rem, 72vw);
    }

    .vcr-home-hero__visual {
        opacity: .28;
        right: -6rem;
        top: 31%;
        width: 78vw;
    }

    .vcr-home-hero__slide--dolby .vcr-home-hero__visual {
        opacity: .24;
        top: 23%;
    }

    .vcr-home-hero__slide--project .vcr-home-hero__content {
        max-width: 100%;
    }

    .vcr-home-hero__controls {
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .vcr-home-hero__arrow {
        height: 2.4rem;
        width: 2.4rem;
    }

    .vcr-home-hero__dot {
        width: 1.55rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vcr-home-hero__slide,
    .vcr-home-hero__cta,
    .vcr-home-hero__cta::after {
        transition-duration: .01ms !important;
    }
}
