.elementor-6297 .elementor-element.elementor-element-35e7c38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6297 .elementor-element.elementor-element-28d0c41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6297 .elementor-element.elementor-element-5cf3f31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6297 .elementor-element.elementor-element-3a235f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6297 .elementor-element.elementor-element-3c6848e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6297 .elementor-element.elementor-element-3a4448d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7e1145e *//* =========================================================
   LUZELE — HERO PRINCIPAL
========================================================= */

.luzele-hero,
.luzele-hero * {
    box-sizing: border-box;
}

.luzele-hero {
    --red: #ff1838;
    --red-dark: #8d0017;
    --red-soft: rgba(255, 24, 56, 0.18);
    --black: #050505;
    --black-soft: #0c0c0d;
    --white: #ffffff;
    --gray: #b9b9bd;

    position: relative;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    color: var(--white);
    background: var(--black);
    font-family: "Inter", Arial, sans-serif;
}

/* Video */

.luzele-hero__video {
    position: absolute;
    inset: 0;
    z-index: -8;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: saturate(0.82) contrast(1.1) brightness(0.74);
    transform: scale(1.025);
    animation: luzeleVideoZoom 14s ease-in-out infinite alternate;
}

/* Oscurecimiento cinematográfico */

.luzele-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -7;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(2, 2, 3, 0.96) 0%,
            rgba(2, 2, 3, 0.74) 36%,
            rgba(2, 2, 3, 0.18) 67%,
            rgba(2, 2, 3, 0.48) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.62) 0%,
            transparent 31%,
            transparent 64%,
            rgba(0, 0, 0, 0.94) 100%
        );
}

/* Textura sutil */

.luzele-hero__grain {
    position: absolute;
    inset: -50%;
    z-index: -4;
    width: 200%;
    height: 200%;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.55'/%3E%3C/svg%3E");
    animation: luzeleGrain 0.22s steps(2) infinite;
}

/* Luces ambientales */

.luzele-hero__glow {
    position: absolute;
    z-index: -5;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(80px);
    mix-blend-mode: screen;
}

.luzele-hero__glow--one {
    top: 5%;
    right: 8%;
    width: 430px;
    height: 430px;
    opacity: 0.32;
    background: radial-gradient(circle, var(--red) 0%, transparent 70%);
    animation: luzeleGlowOne 8s ease-in-out infinite alternate;
}

.luzele-hero__glow--two {
    bottom: -14%;
    left: 28%;
    width: 540px;
    height: 280px;
    opacity: 0.22;
    background: radial-gradient(circle, #e0002b 0%, transparent 72%);
    animation: luzeleGlowTwo 10s ease-in-out infinite alternate;
}

/* Formas tropicales abstractas */

.luzele-hero__leaf {
    position: absolute;
    z-index: -3;
    width: 310px;
    height: 520px;
    pointer-events: none;
    opacity: 0.18;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 95% 5% 90% 10% / 65% 15% 85% 35%;
    background:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 17px,
            rgba(255, 24, 56, 0.22) 18px,
            transparent 20px
        );
    filter: blur(0.2px);
}

.luzele-hero__leaf--left {
    bottom: -230px;
    left: -125px;
    transform: rotate(27deg);
}

.luzele-hero__leaf--right {
    top: 15%;
    right: -175px;
    transform: rotate(-30deg) scale(1.18);
}

/* Header */

.luzele-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    padding: 28px clamp(24px, 5vw, 80px);
}

.luzele-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    color: var(--white);
    text-decoration: none;
}

.luzele-logo__symbol {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    background: rgba(8, 8, 9, 0.36);
    backdrop-filter: blur(10px);
}

.luzele-logo__text {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.luzele-nav {
    display: flex;
    align-items: center;
    gap: clamp(25px, 3vw, 48px);
    padding: 13px 26px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    background: rgba(5, 5, 6, 0.34);
    backdrop-filter: blur(16px);
}

.luzele-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.luzele-nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    content: "";
    background: var(--red);
    transition: width 0.3s ease;
}

.luzele-nav a:hover {
    color: var(--white);
}

.luzele-nav a:hover::after {
    width: 100%;
}

.luzele-header__button {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 13px 19px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(8, 8, 9, 0.38);
    backdrop-filter: blur(14px);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.luzele-header__button span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--red);
}

.luzele-header__button:hover {
    border-color: rgba(255, 24, 56, 0.65);
    background: rgba(255, 24, 56, 0.13);
    transform: translateY(-2px);
}

/* Contenido */

.luzele-hero__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(760px, 80%);
    min-height: 100svh;
    padding:
        150px
        0
        150px
        clamp(24px, 8vw, 145px);
}

.luzele-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: max-content;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-hero__live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 15px var(--red);
}

.luzele-hero__live-dot::before {
    position: absolute;
    inset: -5px;
    border: 1px solid var(--red);
    border-radius: 50%;
    content: "";
    animation: luzelePulse 1.8s ease-out infinite;
}

.luzele-hero__intro {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.55);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 1.4vw, 21px);
    font-style: italic;
}

.luzele-hero__title {
    display: flex;
    align-items: baseline;
    margin: 0 0 17px;
    font-size: clamp(78px, 11vw, 180px);
    font-weight: 900;
    line-height: 0.78;
    letter-spacing: -0.09em;
    text-transform: uppercase;
}

.luzele-hero__title span {
    color: var(--white);
}

.luzele-hero__title strong {
    color: transparent;
    font-weight: 900;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.72);
}

.luzele-hero__description {
    max-width: 570px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.75;
}

/* Botones */

.luzele-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.luzele-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 59px;
    border-radius: 999px;
    color: var(--white);
    text-decoration: none;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.luzele-button--primary {
    gap: 14px;
    padding: 9px 24px 9px 10px;
    background: var(--red);
    box-shadow: 0 14px 38px rgba(255, 24, 56, 0.24);
}

.luzele-button__play {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding-left: 3px;
    border-radius: 50%;
    color: var(--red);
    font-size: 11px;
    background: var(--white);
}

.luzele-button__content {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.luzele-button__content small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.luzele-button__content strong {
    font-size: 13px;
    font-weight: 800;
}

.luzele-button--primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(255, 24, 56, 0.37);
}

.luzele-button--outline {
    gap: 22px;
    padding: 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(7, 7, 8, 0.24);
    backdrop-filter: blur(10px);
}

.luzele-button--outline:hover {
    border-color: var(--red);
    background: rgba(255, 24, 56, 0.12);
    transform: translateY(-4px);
}

/* Now Playing */

.luzele-now-playing {
    position: absolute;
    right: clamp(25px, 5vw, 80px);
    bottom: 76px;
    z-index: 8;
    display: grid;
    grid-template-columns: 68px minmax(150px, 1fr) auto;
    align-items: center;
    gap: 15px;
    width: min(390px, calc(100% - 48px));
    padding: 11px 16px 11px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    background: rgba(7, 7, 8, 0.54);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(20px);
}

.luzele-now-playing__cover {
    position: relative;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 12px;
}

.luzele-now-playing__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luzele-now-playing__cover::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.24);
}

.luzele-now-playing__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    padding-left: 2px;
    border-radius: 50%;
    color: var(--black);
    font-size: 8px;
    background: var(--white);
    transform: translate(-50%, -50%);
}

.luzele-now-playing__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.luzele-now-playing__label {
    margin-bottom: 4px;
    color: var(--red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.luzele-now-playing__info strong {
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.luzele-now-playing__info small {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Ecualizador */

.luzele-equalizer {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    width: 29px;
    height: 24px;
}

.luzele-equalizer span {
    display: block;
    width: 3px;
    min-height: 4px;
    border-radius: 5px;
    background: var(--red);
    animation: luzeleEqualizer 0.8s ease-in-out infinite alternate;
}

.luzele-equalizer span:nth-child(1) {
    height: 35%;
    animation-delay: -0.3s;
}

.luzele-equalizer span:nth-child(2) {
    height: 80%;
    animation-delay: -0.6s;
}

.luzele-equalizer span:nth-child(3) {
    height: 50%;
    animation-delay: -0.1s;
}

.luzele-equalizer span:nth-child(4) {
    height: 100%;
    animation-delay: -0.45s;
}

.luzele-equalizer span:nth-child(5) {
    height: 65%;
    animation-delay: -0.2s;
}

/* Redes laterales */

.luzele-social {
    position: absolute;
    top: 50%;
    left: 31px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
}

.luzele-social span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.luzele-social__line {
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.luzele-social a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 900;
    text-decoration: none;
    transition: color 0.3s ease;
}

.luzele-social a:hover {
    color: var(--red);
}

/* Scroll */

.luzele-scroll {
    position: absolute;
    bottom: 72px;
    left: clamp(24px, 8vw, 145px);
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.luzele-scroll__text {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-scroll__mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
}

.luzele-scroll__mouse i {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 3px;
    height: 6px;
    border-radius: 999px;
    background: var(--red);
    transform: translateX(-50%);
    animation: luzeleScrollDot 1.6s ease-in-out infinite;
}

/* Marquee inferior */

.luzele-hero__marquee {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    overflow: hidden;
    height: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(4, 4, 5, 0.78);
    backdrop-filter: blur(14px);
}

.luzele-hero__marquee-track {
    display: flex;
    align-items: center;
    gap: 35px;
    width: max-content;
    height: 100%;
    animation: luzeleMarquee 24s linear infinite;
}

.luzele-hero__marquee span {
    color: rgba(255, 255, 255, 0.29);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.luzele-hero__marquee i {
    color: var(--red);
    font-size: 7px;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleVideoZoom {
    from {
        transform: scale(1.025);
    }

    to {
        transform: scale(1.085);
    }
}

@keyframes luzelePulse {
    0% {
        opacity: 0.8;
        transform: scale(0.6);
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes luzeleGrain {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(2%, -3%);
    }

    50% {
        transform: translate(-3%, 2%);
    }

    75% {
        transform: translate(3%, 4%);
    }

    100% {
        transform: translate(-2%, -2%);
    }
}

@keyframes luzeleGlowOne {
    from {
        opacity: 0.22;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    to {
        opacity: 0.4;
        transform: translate3d(-45px, 30px, 0) scale(1.15);
    }
}

@keyframes luzeleGlowTwo {
    from {
        transform: translateX(-40px) scale(0.9);
    }

    to {
        transform: translateX(65px) scale(1.12);
    }
}

@keyframes luzeleEqualizer {
    from {
        transform: scaleY(0.35);
    }

    to {
        transform: scaleY(1);
    }
}

@keyframes luzeleScrollDot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 12px);
    }
}

@keyframes luzeleMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .luzele-header {
        grid-template-columns: 1fr 1fr;
    }

    .luzele-nav {
        display: none;
    }

    .luzele-hero__content {
        width: 76%;
        padding-left: 75px;
    }

    .luzele-now-playing {
        right: 30px;
        bottom: 72px;
    }

    .luzele-scroll {
        left: 75px;
    }

    .luzele-hero__title {
        font-size: clamp(82px, 14vw, 140px);
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-hero {
        min-height: 100svh;
    }

    .luzele-hero__video {
        object-position: 62% center;
        filter: saturate(0.9) contrast(1.08) brightness(0.64);
    }

    .luzele-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(2, 2, 3, 0.76) 0%,
                rgba(2, 2, 3, 0.16) 27%,
                rgba(2, 2, 3, 0.58) 55%,
                rgba(2, 2, 3, 0.98) 100%
            ),
            linear-gradient(
                90deg,
                rgba(2, 2, 3, 0.54),
                rgba(2, 2, 3, 0.1)
            );
    }

    .luzele-header {
        display: flex;
        justify-content: space-between;
        padding: 20px 18px;
    }

    .luzele-logo__symbol {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .luzele-logo__text {
        font-size: 12px;
    }

    .luzele-header__button {
        gap: 8px;
        padding: 8px 9px 8px 13px;
        font-size: 8px;
    }

    .luzele-header__button span {
        width: 23px;
        height: 23px;
    }

    .luzele-social {
        display: none;
    }

    .luzele-hero__content {
        justify-content: flex-end;
        width: 100%;
        padding: 120px 18px 205px;
    }

    .luzele-hero__eyebrow {
        margin-bottom: 16px;
        font-size: 8px;
    }

    .luzele-hero__intro {
        max-width: 260px;
        font-size: 14px;
        line-height: 1.35;
    }

    .luzele-hero__title {
        margin-bottom: 12px;
        font-size: clamp(65px, 22vw, 95px);
        line-height: 0.84;
    }

    .luzele-hero__description {
        max-width: 400px;
        margin-top: 22px;
        font-size: 13px;
        line-height: 1.6;
    }

    .luzele-hero__actions {
        gap: 10px;
        margin-top: 25px;
    }

    .luzele-button--primary {
        width: 100%;
    }

    .luzele-button--outline {
        width: 100%;
        min-height: 48px;
    }

    .luzele-now-playing {
        right: 18px;
        bottom: 51px;
        left: 18px;
        grid-template-columns: 54px minmax(0, 1fr) auto;
        width: auto;
        padding: 8px 12px 8px 8px;
        border-radius: 14px;
    }

    .luzele-now-playing__cover {
        width: 54px;
        height: 54px;
        border-radius: 9px;
    }

    .luzele-now-playing__info strong {
        font-size: 11px;
    }

    .luzele-now-playing__info small {
        font-size: 9px;
    }

    .luzele-scroll {
        display: none;
    }

    .luzele-hero__marquee {
        height: 31px;
    }

    .luzele-hero__leaf--left {
        opacity: 0.11;
    }

    .luzele-hero__leaf--right {
        display: none;
    }
}

/* Pantallas muy pequeñas */

@media (max-width: 380px) {

    .luzele-hero__content {
        padding-bottom: 190px;
    }

    .luzele-hero__title {
        font-size: 62px;
    }

    .luzele-hero__description {
        display: none;
    }

    .luzele-hero__actions {
        margin-top: 20px;
    }

    .luzele-button {
        min-height: 52px;
    }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {

    .luzele-hero *,
    .luzele-hero *::before,
    .luzele-hero *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e34e206 *//* =========================================================
   LUZELE — SECCIÓN 2 / BIOGRAFÍA
========================================================= */

.luzele-about,
.luzele-about * {
    box-sizing: border-box;
}

.luzele-about {
    --about-red: #ff1838;
    --about-red-dark: #8b0017;
    --about-black: #050506;
    --about-black-soft: #0b0b0d;
    --about-white: #ffffff;
    --about-gray: #a3a3aa;

    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding: 100px 0 55px;
    color: var(--about-white);
    background:
        linear-gradient(
            180deg,
            #050506 0%,
            #09090a 50%,
            #050506 100%
        );
    font-family: "Inter", Arial, sans-serif;
}

/* Fondo ambiental */

.luzele-about__ambient {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
}

.luzele-about__ambient::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.4;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 75px 75px;
    mask-image:
        linear-gradient(
            180deg,
            transparent 0%,
            #000 25%,
            #000 80%,
            transparent 100%
        );
}

.luzele-about__glow {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(110px);
}

.luzele-about__glow--one {
    top: 10%;
    left: -8%;
    width: 430px;
    height: 430px;
    opacity: 0.23;
    background: var(--about-red);
    animation: luzeleAboutGlowOne 9s ease-in-out infinite alternate;
}

.luzele-about__glow--two {
    right: -10%;
    bottom: -10%;
    width: 480px;
    height: 480px;
    opacity: 0.12;
    background: #cf0028;
    animation: luzeleAboutGlowTwo 11s ease-in-out infinite alternate;
}

.luzele-about__word {
    position: absolute;
    top: 48%;
    left: 50%;
    color: transparent;
    font-size: clamp(150px, 25vw, 410px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.08em;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
}

/* Línea superior */

.luzele-about__topline {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(50px, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 60px;
}

.luzele-about__topline > span,
.luzele-about__topline p {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-about__topline-track {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.03)
        );
}

/* Contenedor */

.luzele-about__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, 0.88fr) minmax(440px, 1.12fr);
    align-items: center;
    gap: clamp(55px, 8vw, 130px);
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* Fotografía */

.luzele-about__visual {
    position: relative;
    min-height: 690px;
}

.luzele-about__photo {
    position: absolute;
    top: 0;
    right: 15px;
    width: min(440px, 88%);
    height: 620px;
    overflow: hidden;
    border-radius: 220px 220px 28px 28px;
    background: #111;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.luzele-about__photo::before {
    position: absolute;
    inset: 13px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 210px 210px 21px 21px;
    content: "";
    pointer-events: none;
}

.luzele-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter:
        saturate(0.9)
        contrast(1.06)
        brightness(0.9);
    transform: scale(1.02);
    transition:
        transform 1.2s ease,
        filter 1.2s ease;
}

.luzele-about__photo:hover img {
    filter:
        saturate(1.05)
        contrast(1.08)
        brightness(0.96);
    transform: scale(1.07);
}

.luzele-about__photo-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(0, 0, 0, 0.18) 67%,
            rgba(0, 0, 0, 0.82) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 24, 56, 0.13),
            transparent 45%
        );
}

.luzele-about__photo-tag {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    background: rgba(5, 5, 6, 0.36);
    backdrop-filter: blur(14px);
}

/* Texto vertical */

.luzele-about__vertical-text {
    position: absolute;
    top: 50%;
    left: -24px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(-90deg);
}

/* Tarjeta flotante */

.luzele-about__floating-card {
    position: absolute;
    right: -25px;
    bottom: 25px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 275px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 24, 56, 0.19),
            rgba(5, 5, 6, 0.75)
        );
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(20px);
    animation: luzeleAboutFloat 4s ease-in-out infinite;
}

.luzele-about__floating-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--about-white);
    background: var(--about-red);
    box-shadow: 0 0 28px rgba(255, 24, 56, 0.35);
}

.luzele-about__floating-card div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.luzele-about__floating-card small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.luzele-about__floating-card strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Contenido */

.luzele-about__content {
    position: relative;
    padding: 30px 0;
}

.luzele-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--about-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.luzele-about__eyebrow span {
    width: 38px;
    height: 1px;
    background: var(--about-red);
}

.luzele-about__title {
    max-width: 720px;
    margin: 0;
    font-size: clamp(45px, 5vw, 78px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.luzele-about__title em {
    display: inline-block;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.luzele-about__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 38px;
}

.luzele-about__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.75;
}

.luzele-about__copy strong {
    color: var(--about-white);
}

/* Cita */

.luzele-about__quote {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    margin: 38px 0 0;
    padding: 24px 0 24px 25px;
    border-left: 2px solid var(--about-red);
}

.luzele-about__quote > span {
    color: var(--about-red);
    font-family: Georgia, serif;
    font-size: 50px;
    line-height: 0.8;
}

.luzele-about__quote p {
    max-width: 530px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.6vw, 22px);
    font-style: italic;
    line-height: 1.5;
}

/* Estadísticas */

.luzele-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 37px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.luzele-about__stat {
    padding: 24px 18px;
}

.luzele-about__stat:first-child {
    padding-left: 0;
}

.luzele-about__stat + .luzele-about__stat {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.luzele-about__stat strong,
.luzele-about__stat span {
    display: block;
}

.luzele-about__stat strong {
    margin-bottom: 7px;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1;
}

.luzele-about__stat span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Acciones */

.luzele-about__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px;
    margin-top: 38px;
}

.luzele-about__button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 9px 26px 9px 10px;
    border-radius: 999px;
    color: var(--about-white);
    text-decoration: none;
    background: var(--about-red);
    box-shadow: 0 15px 40px rgba(255, 24, 56, 0.21);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.luzele-about__button-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    padding-left: 3px;
    border-radius: 50%;
    color: var(--about-red);
    font-size: 10px;
    background: var(--about-white);
}

.luzele-about__button > span:last-child {
    display: flex;
    flex-direction: column;
}

.luzele-about__button small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.luzele-about__button strong {
    font-size: 13px;
}

.luzele-about__button:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(255, 24, 56, 0.34);
}

.luzele-about__link {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.luzele-about__link span {
    color: var(--about-red);
    font-size: 17px;
}

.luzele-about__link:hover {
    gap: 23px;
    color: var(--about-white);
}

/* Marquee inferior */

.luzele-about__marquee {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.015);
}

.luzele-about__marquee-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    min-height: 49px;
    animation: luzeleAboutMarquee 25s linear infinite;
}

.luzele-about__marquee span {
    color: rgba(255, 255, 255, 0.29);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.25em;
}

.luzele-about__marquee i {
    color: var(--about-red);
    font-size: 8px;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleAboutFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes luzeleAboutGlowOne {
    from {
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    to {
        transform: translate3d(80px, 40px, 0) scale(1.12);
    }
}

@keyframes luzeleAboutGlowTwo {
    from {
        transform: translate3d(0, 0, 0) scale(0.92);
    }

    to {
        transform: translate3d(-70px, -40px, 0) scale(1.15);
    }
}

@keyframes luzeleAboutMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .luzele-about {
        padding-top: 80px;
    }

    .luzele-about__container {
        grid-template-columns: minmax(300px, 0.8fr) minmax(390px, 1.2fr);
        gap: 55px;
    }

    .luzele-about__visual {
        min-height: 610px;
    }

    .luzele-about__photo {
        width: 100%;
        height: 555px;
    }

    .luzele-about__floating-card {
        right: -15px;
        width: 245px;
    }

    .luzele-about__copy {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-about {
        padding: 65px 0 42px;
    }

    .luzele-about__topline {
        width: calc(100% - 36px);
        margin-bottom: 35px;
    }

    .luzele-about__topline p {
        display: none;
    }

    .luzele-about__container {
        display: flex;
        flex-direction: column;
        gap: 45px;
        width: calc(100% - 36px);
    }

    .luzele-about__visual {
        width: 100%;
        min-height: 540px;
    }

    .luzele-about__photo {
        right: 0;
        left: 0;
        width: 100%;
        height: 510px;
        border-radius: 180px 180px 24px 24px;
    }

    .luzele-about__photo::before {
        border-radius: 170px 170px 18px 18px;
    }

    .luzele-about__vertical-text {
        display: none;
    }

    .luzele-about__floating-card {
        right: 10px;
        bottom: 0;
        width: min(270px, calc(100% - 20px));
    }

    .luzele-about__content {
        width: 100%;
        padding: 0;
    }

    .luzele-about__title {
        font-size: clamp(42px, 13vw, 58px);
    }

    .luzele-about__copy {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .luzele-about__copy p {
        font-size: 13px;
        line-height: 1.7;
    }

    .luzele-about__quote {
        margin-top: 28px;
        padding-left: 18px;
    }

    .luzele-about__stats {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .luzele-about__stat,
    .luzele-about__stat:first-child {
        padding: 18px 0;
    }

    .luzele-about__stat + .luzele-about__stat {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        border-left: 0;
    }

    .luzele-about__actions {
        align-items: stretch;
        gap: 18px;
        margin-top: 30px;
    }

    .luzele-about__button {
        width: 100%;
    }

    .luzele-about__link {
        justify-content: center;
        min-height: 44px;
    }

    .luzele-about__marquee {
        margin-top: 55px;
    }

    .luzele-about__word {
        top: 52%;
        font-size: 50vw;
    }
}

/* Movimiento reducido */

@media (prefers-reduced-motion: reduce) {

    .luzele-about *,
    .luzele-about *::before,
    .luzele-about *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-890d096 *//* =========================================================
   LUZELE — SECCIÓN 3 / NUEVO LANZAMIENTO
========================================================= */

.luzele-release,
.luzele-release * {
    box-sizing: border-box;
}

.luzele-release {
    --release-red: #ff1738;
    --release-red-dark: #950018;
    --release-black: #050505;
    --release-black-soft: #0b0b0d;
    --release-white: #ffffff;

    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding: 105px 0 0;
    color: var(--release-white);
    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(255, 23, 56, 0.08),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #050506 0%,
            #0a0708 50%,
            #050506 100%
        );
    font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   FONDO
========================================================= */

.luzele-release__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
}

.luzele-release__background::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.25;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image:
        linear-gradient(
            180deg,
            transparent,
            #000 18%,
            #000 85%,
            transparent
        );
}

.luzele-release__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.luzele-release__glow--one {
    top: 22%;
    right: 6%;
    width: 490px;
    height: 490px;
    opacity: 0.18;
    background: var(--release-red);
    animation: luzeleReleaseGlowOne 10s ease-in-out infinite alternate;
}

.luzele-release__glow--two {
    bottom: 8%;
    left: -8%;
    width: 420px;
    height: 420px;
    opacity: 0.12;
    background: #c60027;
    animation: luzeleReleaseGlowTwo 12s ease-in-out infinite alternate;
}

.luzele-release__rings {
    position: absolute;
    top: 22%;
    right: -260px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.luzele-release__rings::before,
.luzele-release__rings::after {
    position: absolute;
    border: 1px solid rgba(255, 23, 56, 0.07);
    border-radius: 50%;
    content: "";
}

.luzele-release__rings::before {
    inset: 85px;
}

.luzele-release__rings::after {
    inset: 170px;
}

.luzele-release__background-word {
    position: absolute;
    top: 39%;
    left: 50%;
    color: transparent;
    font-size: clamp(140px, 23vw, 370px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.08em;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.025);
}

/* =========================================================
   LÍNEA SUPERIOR
========================================================= */

.luzele-release__topbar {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(60px, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 60px;
}

.luzele-release__number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.luzele-release__number span,
.luzele-release__number strong,
.luzele-release__status {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-release__number span {
    color: var(--release-red);
}

.luzele-release__number strong {
    color: rgba(255, 255, 255, 0.42);
}

.luzele-release__line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.03)
        );
}

.luzele-release__status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.48);
}

.luzele-release__status span {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--release-red);
    box-shadow: 0 0 17px var(--release-red);
}

.luzele-release__status span::before {
    position: absolute;
    inset: -5px;
    border: 1px solid var(--release-red);
    border-radius: 50%;
    content: "";
    animation: luzeleReleasePulse 1.8s ease-out infinite;
}

/* =========================================================
   ENCABEZADO
========================================================= */

.luzele-release__heading {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 65px;
}

.luzele-release__eyebrow {
    display: block;
    margin-bottom: 17px;
    color: var(--release-red);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.luzele-release__heading h2 {
    max-width: 1020px;
    margin: 0;
    font-size: clamp(68px, 9vw, 145px);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.luzele-release__heading h2 em {
    display: block;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.7);
}

.luzele-release__heading p {
    max-width: 630px;
    margin: 35px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    line-height: 1.75;
}

/* =========================================================
   ESCENARIO PRINCIPAL
========================================================= */

.luzele-release__stage {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(270px, 0.35fr) minmax(600px, 1fr);
    align-items: end;
    gap: clamp(38px, 5vw, 80px);
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

/* Portada */

.luzele-release__cover-column {
    position: relative;
}

.luzele-release__cover-wrap {
    position: relative;
    width: min(340px, 100%);
    margin: 0 auto;
    perspective: 1000px;
}

.luzele-release__cover {
    position: relative;
    z-index: 2;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: #111;
    box-shadow:
        0 35px 75px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(255, 23, 56, 0.08);
    transform: rotateY(5deg) rotateX(1deg);
    transition:
        transform 0.8s ease,
        box-shadow 0.8s ease;
}

.luzele-release__cover:hover {
    box-shadow:
        0 45px 90px rgba(0, 0, 0, 0.65),
        0 0 65px rgba(255, 23, 56, 0.18);
    transform: rotateY(0deg) rotateX(0deg) translateY(-8px);
}

.luzele-release__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luzele-release__cover-shine {
    position: absolute;
    top: -80%;
    left: -85%;
    width: 55%;
    height: 260%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent
        );
    transform: rotate(25deg);
    animation: luzeleReleaseShine 6s ease-in-out infinite;
}

.luzele-release__cover-label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--release-white);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(4, 4, 5, 0.45);
    backdrop-filter: blur(12px);
}

/* Disco detrás de la portada */

.luzele-release__cover-disc {
    position: absolute;
    top: 50%;
    right: -17%;
    width: 85%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            #161616 0 8%,
            var(--release-red) 8% 11%,
            #111 11% 20%,
            #050505 20% 100%
        );
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
    transform: translateY(-50%);
    animation: luzeleReleaseDisc 16s linear infinite;
}

.luzele-release__cover-disc::before {
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 15px rgba(255, 255, 255, 0.018),
        0 0 0 31px rgba(255, 255, 255, 0.015),
        0 0 0 48px rgba(255, 255, 255, 0.012);
}

.luzele-release__cover-disc span {
    position: absolute;
    inset: 44%;
    border-radius: 50%;
    background: var(--release-white);
}

/* Datos de la canción */

.luzele-release__song-info {
    display: grid;
    gap: 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.luzele-release__song-info > div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.luzele-release__song-info small {
    color: rgba(255, 255, 255, 0.32);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.luzele-release__song-info strong {
    color: rgba(255, 255, 255, 0.77);
    font-size: 11px;
    font-weight: 700;
}

/* =========================================================
   VIDEO
========================================================= */

.luzele-release__video-column {
    min-width: 0;
}

.luzele-release__video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: #0b0b0c;
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(255, 23, 56, 0.07);
}

.luzele-release__video-frame::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.22);
}

.luzele-release__video-frame iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
}

.luzele-release__video-corner {
    position: absolute;
    z-index: 4;
    width: 34px;
    height: 34px;
    pointer-events: none;
}

.luzele-release__video-corner--one {
    top: 13px;
    left: 13px;
    border-top: 1px solid var(--release-red);
    border-left: 1px solid var(--release-red);
}

.luzele-release__video-corner--two {
    right: 13px;
    bottom: 13px;
    border-right: 1px solid var(--release-red);
    border-bottom: 1px solid var(--release-red);
}

/* Pie del video */

.luzele-release__video-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 0 0;
}

.luzele-release__video-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.luzele-release__youtube-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    padding-left: 3px;
    border-radius: 50%;
    color: var(--release-white);
    font-size: 9px;
    background: var(--release-red);
    box-shadow: 0 0 27px rgba(255, 23, 56, 0.25);
}

.luzele-release__video-title div {
    display: flex;
    flex-direction: column;
}

.luzele-release__video-title small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.luzele-release__video-title strong {
    font-size: 13px;
}

.luzele-release__watch {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.luzele-release__watch span {
    color: var(--release-red);
    font-size: 17px;
}

.luzele-release__watch:hover {
    gap: 21px;
    color: var(--release-white);
}

/* =========================================================
   PLATAFORMAS
========================================================= */

.luzele-release__platform-area {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.36fr 1fr;
    gap: clamp(40px, 7vw, 100px);
    width: min(1280px, calc(100% - 48px));
    margin: 85px auto 90px;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.luzele-release__platform-copy span {
    display: block;
    margin-bottom: 12px;
    color: var(--release-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.6vw, 39px);
    font-style: italic;
    line-height: 1.05;
}

.luzele-release__platform-copy p {
    max-width: 290px;
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.65;
}

.luzele-release__platforms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.luzele-platform {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 88px;
    padding: 17px 21px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--release-white);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.012);
    transition:
        background 0.35s ease,
        transform 0.35s ease;
}

.luzele-platform::before {
    position: absolute;
    inset: auto 0 0;
    width: 0;
    height: 1px;
    content: "";
    background: var(--release-red);
    transition: width 0.4s ease;
}

.luzele-platform:hover {
    z-index: 2;
    background: rgba(255, 23, 56, 0.07);
    transform: translateY(-3px);
}

.luzele-platform:hover::before {
    width: 100%;
}

.luzele-platform__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    color: var(--release-red);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.025);
}

.luzele-platform__text {
    display: flex;
    flex-direction: column;
}

.luzele-platform__text small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.32);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.luzele-platform__text strong {
    font-size: 13px;
}

.luzele-platform i {
    color: rgba(255, 255, 255, 0.32);
    font-size: 17px;
    font-style: normal;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.luzele-platform:hover i {
    color: var(--release-red);
    transform: translate(3px, -3px);
}

/* =========================================================
   MARQUEE
========================================================= */

.luzele-release__marquee {
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: var(--release-red);
}

.luzele-release__marquee-track {
    display: flex;
    align-items: center;
    gap: 35px;
    width: max-content;
    min-height: 47px;
    animation: luzeleReleaseMarquee 24s linear infinite;
}

.luzele-release__marquee span {
    color: var(--release-white);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.22em;
}

.luzele-release__marquee i {
    color: rgba(255, 255, 255, 0.55);
    font-size: 6px;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleReleasePulse {
    from {
        opacity: 0.8;
        transform: scale(0.6);
    }

    to {
        opacity: 0;
        transform: scale(1.9);
    }
}

@keyframes luzeleReleaseGlowOne {
    from {
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    to {
        transform: translate3d(-70px, 45px, 0) scale(1.15);
    }
}

@keyframes luzeleReleaseGlowTwo {
    from {
        transform: translate3d(0, 0, 0) scale(0.92);
    }

    to {
        transform: translate3d(80px, -30px, 0) scale(1.13);
    }
}

@keyframes luzeleReleaseDisc {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes luzeleReleaseShine {
    0%,
    40% {
        left: -85%;
    }

    70%,
    100% {
        left: 145%;
    }
}

@keyframes luzeleReleaseMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .luzele-release__stage {
        grid-template-columns: minmax(230px, 0.38fr) minmax(440px, 1fr);
        gap: 45px;
    }

    .luzele-release__heading h2 {
        font-size: clamp(70px, 10vw, 110px);
    }

    .luzele-release__cover-disc {
        right: -12%;
    }

    .luzele-release__platform-area {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .luzele-release__platform-copy p {
        max-width: 500px;
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-release {
        padding-top: 70px;
    }

    .luzele-release__topbar {
        width: calc(100% - 36px);
        margin-bottom: 40px;
    }

    .luzele-release__number strong {
        display: none;
    }

    .luzele-release__status {
        font-size: 7px;
    }

    .luzele-release__heading {
        width: calc(100% - 36px);
        margin-bottom: 45px;
    }

    .luzele-release__heading h2 {
        font-size: clamp(57px, 18vw, 83px);
        line-height: 0.85;
    }

    .luzele-release__heading h2 em {
        margin-top: 5px;
        -webkit-text-stroke-width: 1px;
    }

    .luzele-release__heading p {
        margin-top: 25px;
        font-size: 13px;
        line-height: 1.65;
    }

    .luzele-release__stage {
        display: flex;
        flex-direction: column;
        gap: 52px;
        width: calc(100% - 36px);
    }

    .luzele-release__cover-column,
    .luzele-release__video-column {
        width: 100%;
    }

    .luzele-release__cover-wrap {
        width: min(300px, 82%);
    }

    .luzele-release__cover {
        transform: none;
    }

    .luzele-release__cover-disc {
        right: -15%;
    }

    .luzele-release__song-info {
        margin-top: 28px;
    }

    .luzele-release__video-frame {
        border-radius: 5px;
    }

    .luzele-release__video-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding-top: 18px;
    }

    .luzele-release__watch {
        padding-left: 56px;
    }

    .luzele-release__platform-area {
        grid-template-columns: 1fr;
        gap: 27px;
        width: calc(100% - 36px);
        margin: 65px auto 65px;
        padding-top: 32px;
    }

    .luzele-release__platforms {
        grid-template-columns: 1fr;
    }

    .luzele-platform {
        min-height: 80px;
    }

    .luzele-release__rings {
        display: none;
    }

    .luzele-release__background-word {
        top: 26%;
        font-size: 38vw;
    }

    .luzele-release__marquee-track {
        min-height: 43px;
    }
}

/* Pantallas pequeñas */

@media (max-width: 390px) {

    .luzele-release__heading h2 {
        font-size: 52px;
    }

    .luzele-release__cover-wrap {
        width: 78%;
    }

    .luzele-platform {
        grid-template-columns: 38px 1fr auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .luzele-platform__icon {
        width: 38px;
        height: 38px;
    }
}

/* Movimiento reducido */

@media (prefers-reduced-motion: reduce) {

    .luzele-release *,
    .luzele-release *::before,
    .luzele-release *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-072a613 *//* =========================================================
   LUZELE — SECCIÓN 4 / DISCOGRAFÍA
========================================================= */

.luzele-music,
.luzele-music * {
    box-sizing: border-box;
}

.luzele-music {
    --music-red: #ff1738;
    --music-red-dark: #850016;
    --music-black: #050506;
    --music-black-soft: #0b0b0d;
    --music-white: #ffffff;

    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding: 105px 0 0;
    color: var(--music-white);
    background:
        radial-gradient(
            circle at 16% 35%,
            rgba(255, 23, 56, 0.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #050506 0%,
            #080809 54%,
            #050506 100%
        );
    font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   FONDO
========================================================= */

.luzele-music__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
}

.luzele-music__background::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.26;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 76px 76px;
    mask-image:
        linear-gradient(
            180deg,
            transparent 0%,
            #000 18%,
            #000 85%,
            transparent 100%
        );
}

.luzele-music__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
}

.luzele-music__glow--one {
    top: 12%;
    left: -10%;
    width: 480px;
    height: 480px;
    opacity: 0.15;
    background: var(--music-red);
    animation: luzeleMusicGlowOne 10s ease-in-out infinite alternate;
}

.luzele-music__glow--two {
    right: -10%;
    bottom: 12%;
    width: 540px;
    height: 540px;
    opacity: 0.11;
    background: #c80028;
    animation: luzeleMusicGlowTwo 12s ease-in-out infinite alternate;
}

.luzele-music__word {
    position: absolute;
    top: 19%;
    left: 50%;
    color: transparent;
    font-size: clamp(150px, 26vw, 410px);
    font-weight: 900;
    line-height: 0.75;
    letter-spacing: -0.085em;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.025);
}

/* Ondas de sonido */

.luzele-music__wave {
    position: absolute;
    top: 40%;
    right: 3%;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 160px;
    opacity: 0.12;
}

.luzele-music__wave span {
    display: block;
    width: 2px;
    height: 50%;
    border-radius: 99px;
    background: var(--music-red);
    animation: luzeleMusicWave 1.2s ease-in-out infinite alternate;
}

.luzele-music__wave span:nth-child(2n) {
    animation-delay: -0.3s;
}

.luzele-music__wave span:nth-child(3n) {
    animation-delay: -0.7s;
}

.luzele-music__wave span:nth-child(4n) {
    animation-delay: -0.9s;
}

/* =========================================================
   TOPBAR
========================================================= */

.luzele-music__topbar {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: auto minmax(50px, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 65px;
}

.luzele-music__section-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.luzele-music__section-name span,
.luzele-music__section-name strong,
.luzele-music__topbar p {
    margin: 0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-music__section-name span {
    color: var(--music-red);
}

.luzele-music__section-name strong,
.luzele-music__topbar p {
    color: rgba(255, 255, 255, 0.42);
}

.luzele-music__line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.025)
        );
}

/* =========================================================
   ENCABEZADO
========================================================= */

.luzele-music__heading {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.45fr);
    align-items: end;
    gap: 70px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 75px;
}

.luzele-music__eyebrow {
    display: block;
    margin-bottom: 17px;
    color: var(--music-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.luzele-music__heading h2 {
    margin: 0;
    font-size: clamp(70px, 9vw, 145px);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.luzele-music__heading h2 em {
    display: block;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.7);
}

.luzele-music__heading > p {
    max-width: 410px;
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   SLIDER
========================================================= */

.luzele-music__slider {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding:
        10px
        max(24px, calc((100vw - 1280px) / 2))
        30px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
}

.luzele-music__slider::-webkit-scrollbar {
    display: none;
}

.luzele-music__slider:active {
    cursor: grabbing;
}

.luzele-music__track {
    display: flex;
    gap: 28px;
    width: max-content;
}

/* Tarjetas */

.luzele-record {
    position: relative;
    flex: 0 0 340px;
    width: 340px;
    scroll-snap-align: start;
}

.luzele-record__visual {
    position: relative;
    width: 100%;
    padding-right: 28px;
}

.luzele-record__cover {
    position: relative;
    z-index: 2;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: #111;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.46);
    transition:
        transform 0.7s ease,
        box-shadow 0.7s ease;
}

.luzele-record:hover .luzele-record__cover {
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.58),
        0 0 48px rgba(255, 23, 56, 0.1);
    transform: translateY(-8px);
}

.luzele-record__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.9s ease,
        filter 0.9s ease;
}

.luzele-record:hover .luzele-record__cover img {
    filter: brightness(0.7);
    transform: scale(1.07);
}

.luzele-record__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(0, 0, 0, 0.65) 100%
        );
}

.luzele-record__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    background: var(--music-red);
    box-shadow: 0 8px 25px rgba(255, 23, 56, 0.25);
}

.luzele-record__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    padding-left: 4px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: var(--music-white);
    font-size: 14px;
    text-decoration: none;
    background: rgba(5, 5, 6, 0.56);
    opacity: 0;
    backdrop-filter: blur(13px);
    transform: translate(-50%, -50%) scale(0.7);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        background 0.4s ease;
}

.luzele-record:hover .luzele-record__play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.luzele-record__play:hover {
    border-color: var(--music-red);
    background: var(--music-red);
}

/* Vinilo */

.luzele-record__vinyl {
    position: absolute;
    top: 50%;
    right: 0;
    width: 78%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            #111 0 7%,
            var(--music-red) 7% 10%,
            #050505 10% 100%
        );
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.55);
    transform: translateY(-50%);
    transition: right 0.7s ease;
}

.luzele-record:hover .luzele-record__vinyl {
    right: -15%;
}

.luzele-record__vinyl::before {
    position: absolute;
    inset: 9%;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 14px rgba(255, 255, 255, 0.013),
        0 0 0 29px rgba(255, 255, 255, 0.012),
        0 0 0 44px rgba(255, 255, 255, 0.01);
}

.luzele-record__vinyl span {
    position: absolute;
    inset: 44%;
    border-radius: 50%;
    background: #fff;
}

/* Información */

.luzele-record__info {
    padding: 27px 28px 0 2px;
}

.luzele-record__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.luzele-record__meta span {
    color: rgba(255, 255, 255, 0.32);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.luzele-record--featured .luzele-record__meta span:first-child {
    color: var(--music-red);
}

.luzele-record__info h3 {
    margin: 0;
    color: var(--music-white);
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.luzele-record__info p {
    min-height: 65px;
    margin: 14px 0 20px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 12px;
    line-height: 1.65;
}

.luzele-record__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.luzele-record__actions a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.luzele-record__actions a:hover {
    border-color: rgba(255, 23, 56, 0.5);
    color: var(--music-white);
    background: rgba(255, 23, 56, 0.09);
}

/* =========================================================
   INDICADOR
========================================================= */

.luzele-music__drag {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(40px, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    width: min(1280px, calc(100% - 48px));
    margin: 25px auto 90px;
}

.luzele-music__drag-line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            var(--music-red),
            rgba(255, 255, 255, 0.05)
        );
}

.luzele-music__drag p {
    margin: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.luzele-music__drag p strong {
    color: rgba(255, 255, 255, 0.7);
}

.luzele-music__drag-arrow {
    color: var(--music-red);
    font-size: 22px;
    animation: luzeleMusicArrow 1.4s ease-in-out infinite alternate;
}

/* =========================================================
   PLAYLIST
========================================================= */

.luzele-playlist {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(390px, 0.88fr) minmax(430px, 1.12fr);
    align-items: stretch;
    width: min(1280px, calc(100% - 48px));
    min-height: 500px;
    margin: 0 auto 100px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 23, 56, 0.08),
            rgba(255, 255, 255, 0.015)
        );
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
}

.luzele-playlist__visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.luzele-playlist__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 1.2s ease;
}

.luzele-playlist:hover .luzele-playlist__visual img {
    transform: scale(1.05);
}

.luzele-playlist__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            transparent 45%,
            rgba(5, 5, 6, 0.85) 100%
        ),
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(0, 0, 0, 0.72) 100%
        );
}

.luzele-playlist__equalizer {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 44px;
}

.luzele-playlist__equalizer span {
    display: block;
    width: 4px;
    height: 40%;
    border-radius: 99px;
    background: var(--music-red);
    animation: luzeleMusicEqualizer 0.75s ease-in-out infinite alternate;
}

.luzele-playlist__equalizer span:nth-child(2n) {
    animation-delay: -0.25s;
}

.luzele-playlist__equalizer span:nth-child(3n) {
    animation-delay: -0.48s;
}

.luzele-playlist__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(45px, 6vw, 90px);
}

.luzele-playlist__eyebrow {
    margin-bottom: 18px;
    color: var(--music-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.luzele-playlist__content h3 {
    max-width: 600px;
    margin: 0;
    font-size: clamp(45px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.luzele-playlist__content h3 em {
    display: block;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.68);
}

.luzele-playlist__content > p {
    max-width: 520px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
    line-height: 1.75;
}

.luzele-playlist__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.luzele-playlist__button {
    display: inline-flex;
    align-items: center;
    min-height: 61px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.luzele-playlist__button--primary {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 14px;
    min-width: 245px;
    padding: 8px 22px 8px 9px;
    background: var(--music-red);
    box-shadow: 0 16px 40px rgba(255, 23, 56, 0.22);
}

.luzele-playlist__button--primary > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--music-red);
    background: #fff;
}

.luzele-playlist__button--primary div {
    display: flex;
    flex-direction: column;
}

.luzele-playlist__button--primary small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.luzele-playlist__button--primary strong {
    font-size: 13px;
}

.luzele-playlist__button--primary i {
    font-size: 17px;
    font-style: normal;
}

.luzele-playlist__button--outline {
    gap: 18px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.02);
}

.luzele-playlist__button:hover {
    transform: translateY(-4px);
}

.luzele-playlist__button--primary:hover {
    box-shadow: 0 22px 52px rgba(255, 23, 56, 0.34);
}

.luzele-playlist__button--outline:hover {
    border-color: var(--music-red);
    background: rgba(255, 23, 56, 0.08);
}

/* =========================================================
   MARQUEE
========================================================= */

.luzele-music__marquee {
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.012);
}

.luzele-music__marquee-track {
    display: flex;
    align-items: center;
    gap: 38px;
    width: max-content;
    min-height: 50px;
    animation: luzeleMusicMarquee 24s linear infinite;
}

.luzele-music__marquee span {
    color: rgba(255, 255, 255, 0.31);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.24em;
}

.luzele-music__marquee i {
    color: var(--music-red);
    font-size: 8px;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleMusicGlowOne {
    from {
        transform: translate3d(0, 0, 0) scale(0.92);
    }

    to {
        transform: translate3d(85px, 45px, 0) scale(1.13);
    }
}

@keyframes luzeleMusicGlowTwo {
    from {
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    to {
        transform: translate3d(-75px, -35px, 0) scale(1.14);
    }
}

@keyframes luzeleMusicWave {
    from {
        height: 18%;
    }

    to {
        height: 100%;
    }
}

@keyframes luzeleMusicArrow {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(9px);
    }
}

@keyframes luzeleMusicEqualizer {
    from {
        height: 20%;
    }

    to {
        height: 100%;
    }
}

@keyframes luzeleMusicMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .luzele-music__heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .luzele-music__heading > p {
        max-width: 600px;
    }

    .luzele-playlist {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .luzele-playlist__content {
        padding: 50px;
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-music {
        padding-top: 70px;
    }

    .luzele-music__topbar {
        width: calc(100% - 36px);
        margin-bottom: 42px;
    }

    .luzele-music__topbar p {
        display: none;
    }

    .luzele-music__heading {
        grid-template-columns: 1fr;
        gap: 24px;
        width: calc(100% - 36px);
        margin-bottom: 48px;
    }

    .luzele-music__heading h2 {
        font-size: clamp(58px, 18vw, 84px);
    }

    .luzele-music__heading > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .luzele-music__slider {
        padding-right: 18px;
        padding-left: 18px;
    }

    .luzele-music__track {
        gap: 20px;
    }

    .luzele-record {
        flex-basis: 285px;
        width: 285px;
    }

    .luzele-record__info h3 {
        font-size: 21px;
    }

    .luzele-record__info p {
        min-height: auto;
    }

    .luzele-record__play {
        width: 56px;
        height: 56px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .luzele-record__vinyl {
        right: -8%;
    }

    .luzele-music__drag {
        grid-template-columns: 1fr auto;
        width: calc(100% - 36px);
        margin-bottom: 65px;
    }

    .luzele-music__drag-line {
        display: none;
    }

    .luzele-playlist {
        display: flex;
        flex-direction: column;
        width: calc(100% - 36px);
        min-height: 0;
        margin-bottom: 70px;
    }

    .luzele-playlist__visual {
        width: 100%;
        min-height: 420px;
    }

    .luzele-playlist__overlay {
        background:
            linear-gradient(
                180deg,
                transparent 42%,
                rgba(5, 5, 6, 0.88) 100%
            );
    }

    .luzele-playlist__content {
        padding: 38px 24px 42px;
    }

    .luzele-playlist__content h3 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .luzele-playlist__content > p {
        font-size: 13px;
    }

    .luzele-playlist__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .luzele-playlist__button {
        width: 100%;
    }

    .luzele-playlist__button--outline {
        justify-content: center;
    }

    .luzele-music__wave {
        display: none;
    }

    .luzele-music__word {
        top: 11%;
        font-size: 42vw;
    }
}

/* Movimiento reducido */

@media (prefers-reduced-motion: reduce) {

    .luzele-music *,
    .luzele-music *::before,
    .luzele-music *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c256dce *//* =========================================================
   LUZELE — SECCIÓN 5 / EN ESCENA
========================================================= */

.luzele-stage,
.luzele-stage * {
    box-sizing: border-box;
}

.luzele-stage {
    --stage-red: #ff1738;
    --stage-red-dark: #930019;
    --stage-black: #040405;
    --stage-white: #ffffff;

    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    padding: 105px 0 0;
    color: var(--stage-white);
    background: var(--stage-black);
    font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   VIDEO DE FONDO
========================================================= */

.luzele-stage__media {
    position: absolute;
    inset: 0;
    z-index: -5;
    overflow: hidden;
    background: #050506;
}

.luzele-stage__background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    filter:
        saturate(0.65)
        contrast(1.12)
        brightness(0.66);
    transform: translate(-50%, -50%) scale(1.03);
    animation: luzeleStageVideoMotion 18s ease-in-out infinite alternate;
}

/* Overlay oscuro */

.luzele-stage__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 3, 4, 0.95) 0%,
            rgba(3, 3, 4, 0.85) 38%,
            rgba(3, 3, 4, 0.52) 69%,
            rgba(3, 3, 4, 0.69) 100%
        ),
        linear-gradient(
            180deg,
            rgba(4, 4, 5, 0.97) 0%,
            rgba(4, 4, 5, 0.25) 20%,
            rgba(4, 4, 5, 0.38) 61%,
            rgba(4, 4, 5, 0.99) 100%
        );
}

/* Luz roja */

.luzele-stage__red-light {
    position: absolute;
    inset: 0;
    opacity: 0.8;
    background:
        radial-gradient(
            circle at 76% 31%,
            rgba(255, 23, 56, 0.28),
            transparent 28%
        ),
        radial-gradient(
            circle at 14% 76%,
            rgba(176, 0, 30, 0.18),
            transparent 33%
        );
    animation: luzeleStageRedLight 10s ease-in-out infinite alternate;
}

.luzele-stage__vignette {
    position: absolute;
    inset: 0;
    box-shadow:
        inset 0 0 210px rgba(0, 0, 0, 0.86),
        inset 0 -160px 160px rgba(0, 0, 0, 0.65);
}

.luzele-stage__grain {
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.038;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.75'/%3E%3C/svg%3E");
    animation: luzeleStageGrain 0.25s steps(2) infinite;
}

/* =========================================================
   DECORACIÓN
========================================================= */

.luzele-stage__decoration {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.luzele-stage__word {
    position: absolute;
    top: 16%;
    left: 50%;
    color: transparent;
    font-size: clamp(150px, 27vw, 430px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.09em;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
}

.luzele-stage__spotlight {
    position: absolute;
    top: -25%;
    width: 160px;
    height: 900px;
    opacity: 0.07;
    filter: blur(20px);
    transform-origin: top center;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.8),
            rgba(255, 23, 56, 0.15) 45%,
            transparent 90%
        );
}

.luzele-stage__spotlight--one {
    left: 22%;
    transform: rotate(25deg);
    animation: luzeleStageSpotlightOne 8s ease-in-out infinite alternate;
}

.luzele-stage__spotlight--two {
    right: 18%;
    transform: rotate(-22deg);
    animation: luzeleStageSpotlightTwo 9s ease-in-out infinite alternate;
}

/* =========================================================
   TOPBAR
========================================================= */

.luzele-stage__topbar {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: auto minmax(50px, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 70px;
}

.luzele-stage__section-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.luzele-stage__section-name span,
.luzele-stage__section-name strong,
.luzele-stage__status {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-stage__section-name span {
    color: var(--stage-red);
}

.luzele-stage__section-name strong {
    color: rgba(255, 255, 255, 0.54);
}

.luzele-stage__topbar-line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.24),
            rgba(255, 255, 255, 0.025)
        );
}

.luzele-stage__status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.45);
}

.luzele-stage__status > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--stage-red);
    box-shadow: 0 0 18px var(--stage-red);
    animation: luzeleStageStatus 1.8s ease-in-out infinite;
}

/* =========================================================
   CONTENEDOR PRINCIPAL
========================================================= */

.luzele-stage__container {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns:
        minmax(430px, 1fr)
        minmax(320px, 0.62fr);
    align-items: center;
    gap: clamp(70px, 10vw, 155px);
    width: min(1150px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   INTRO
========================================================= */

.luzele-stage__intro {
    position: relative;
    padding: 35px 0;
}

.luzele-stage__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--stage-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.luzele-stage__eyebrow::before {
    width: 40px;
    height: 1px;
    content: "";
    background: var(--stage-red);
}

.luzele-stage__title {
    max-width: 690px;
    margin: 0;
    font-size: clamp(58px, 6.2vw, 100px);
    font-weight: 900;
    line-height: 0.87;
    letter-spacing: -0.068em;
    text-transform: uppercase;
}

.luzele-stage__title em {
    display: block;
    margin-top: 13px;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 0.91;
    text-transform: none;
    -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.76);
}

.luzele-stage__description {
    max-width: 570px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.78;
}

/* Acciones */

.luzele-stage__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: 38px;
}

.luzele-stage__button {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 14px;
    min-width: 275px;
    min-height: 66px;
    padding: 9px 23px 9px 10px;
    border-radius: 999px;
    color: var(--stage-white);
    text-decoration: none;
    background: var(--stage-red);
    box-shadow: 0 18px 45px rgba(255, 23, 56, 0.25);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.luzele-stage__button-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding-left: 3px;
    border-radius: 50%;
    color: var(--stage-red);
    font-size: 10px;
    background: var(--stage-white);
}

.luzele-stage__button-copy {
    display: flex;
    flex-direction: column;
}

.luzele-stage__button-copy small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.luzele-stage__button-copy strong {
    font-size: 13px;
}

.luzele-stage__button i {
    font-size: 17px;
    font-style: normal;
}

.luzele-stage__button:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(255, 23, 56, 0.38);
}

.luzele-stage__instagram {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        gap 0.3s ease,
        color 0.3s ease;
}

.luzele-stage__instagram span {
    color: var(--stage-red);
    font-size: 17px;
}

.luzele-stage__instagram:hover {
    gap: 21px;
    color: var(--stage-white);
}

/* Frase */

.luzele-stage__quote {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    max-width: 560px;
    margin-top: 42px;
    padding: 22px 0 22px 23px;
    border-left: 2px solid var(--stage-red);
}

.luzele-stage__quote-mark {
    color: var(--stage-red);
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 0.8;
}

.luzele-stage__quote p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
}

/* =========================================================
   VIDEO VERTICAL
========================================================= */

.luzele-stage__vertical-showcase {
    position: relative;
    width: min(365px, 100%);
    margin: 0 auto;
    padding: 35px 0;
}

.luzele-stage__vertical-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 120%;
    height: 70%;
    border-radius: 50%;
    opacity: 0.32;
    filter: blur(75px);
    background: var(--stage-red);
    transform: translate(-50%, -50%);
    animation: luzeleVerticalGlow 5s ease-in-out infinite alternate;
}

.luzele-stage__vertical-label {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luzele-stage__vertical-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--stage-red);
    box-shadow: 0 0 14px var(--stage-red);
}

.luzele-stage__vertical-frame {
    position: relative;
    aspect-ratio: 9 / 16;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 7px;
    background: #09090a;
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.62),
        0 0 70px rgba(255, 23, 56, 0.12);
}

.luzele-stage__featured-video {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #050506;
}

/* Controles nativos */

.luzele-stage__featured-video::-webkit-media-controls-panel {
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(0, 0, 0, 0.8)
        );
}

/* Marco interior */

.luzele-stage__vertical-border {
    position: absolute;
    inset: 10px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 4px;
    pointer-events: none;
}

/* Esquinas */

.luzele-stage__corner {
    position: absolute;
    z-index: 4;
    width: 28px;
    height: 28px;
    pointer-events: none;
}

.luzele-stage__corner--top-left {
    top: 17px;
    left: 17px;
    border-top: 1px solid var(--stage-red);
    border-left: 1px solid var(--stage-red);
}

.luzele-stage__corner--top-right {
    top: 17px;
    right: 17px;
    border-top: 1px solid var(--stage-red);
    border-right: 1px solid var(--stage-red);
}

.luzele-stage__corner--bottom-left {
    bottom: 17px;
    left: 17px;
    border-bottom: 1px solid var(--stage-red);
    border-left: 1px solid var(--stage-red);
}

.luzele-stage__corner--bottom-right {
    right: 17px;
    bottom: 17px;
    border-right: 1px solid var(--stage-red);
    border-bottom: 1px solid var(--stage-red);
}

/* Información del video */

.luzele-stage__vertical-info {
    position: absolute;
    right: 25px;
    bottom: 62px;
    left: 25px;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.luzele-stage__vertical-info div {
    display: flex;
    flex-direction: column;
}

.luzele-stage__vertical-info small {
    margin-bottom: 6px;
    color: var(--stage-red);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.luzele-stage__vertical-info strong {
    color: var(--stage-white);
    font-size: 17px;
    line-height: 1.1;
}

.luzele-stage__vertical-info > span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

/* Oculta la información al pasar sobre el video */

.luzele-stage__vertical-frame:hover .luzele-stage__vertical-info {
    opacity: 0;
    transform: translateY(8px);
}

/* Pie del video */

.luzele-stage__video-caption {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: start;
    gap: 14px;
    margin-top: 20px;
}

.luzele-stage__video-caption-line {
    width: 42px;
    height: 1px;
    margin-top: 7px;
    background: var(--stage-red);
}

.luzele-stage__video-caption p {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.luzele-stage__video-caption strong {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.77);
}

/* =========================================================
   GALERÍA
========================================================= */

.luzele-stage__gallery {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1.15fr 0.7fr 1.15fr;
    gap: 16px;
    width: min(1280px, calc(100% - 48px));
    margin: 90px auto 0;
}

.luzele-stage-photo {
    position: relative;
    display: block;
    height: 285px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: #0a0a0b;
}

.luzele-stage-photo--vertical {
    height: 350px;
    margin-top: -34px;
}

.luzele-stage-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        saturate(0.78)
        brightness(0.78);
    transition:
        transform 0.85s ease,
        filter 0.85s ease;
}

.luzele-stage-photo__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 43%,
            rgba(0, 0, 0, 0.78) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 23, 56, 0.08),
            transparent 55%
        );
}

.luzele-stage-photo:hover img {
    filter:
        saturate(1)
        brightness(0.9);
    transform: scale(1.06);
}

.luzele-stage-photo > span {
    position: absolute;
    right: 19px;
    bottom: 18px;
    left: 19px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.76);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* =========================================================
   FOOTER
========================================================= */

.luzele-stage__footer {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: auto minmax(50px, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(1280px, calc(100% - 48px));
    margin: 40px auto 90px;
}

.luzele-stage__footer > span,
.luzele-stage__footer a {
    color: rgba(255, 255, 255, 0.39);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-decoration: none;
    text-transform: uppercase;
}

.luzele-stage__footer-line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.16),
            rgba(255, 255, 255, 0.03)
        );
}

.luzele-stage__footer a {
    display: flex;
    align-items: center;
    gap: 14px;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.luzele-stage__footer a span {
    color: var(--stage-red);
    font-size: 17px;
}

.luzele-stage__footer a:hover {
    gap: 20px;
    color: var(--stage-white);
}

/* =========================================================
   MARQUEE
========================================================= */

.luzele-stage__marquee {
    position: relative;
    z-index: 6;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 23, 56, 0.92);
}

.luzele-stage__marquee-track {
    display: flex;
    align-items: center;
    gap: 38px;
    width: max-content;
    min-height: 48px;
    animation: luzeleStageMarquee 24s linear infinite;
}

.luzele-stage__marquee span {
    color: var(--stage-white);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.24em;
}

.luzele-stage__marquee i {
    color: rgba(255, 255, 255, 0.58);
    font-size: 7px;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleStageVideoMotion {
    from {
        transform: translate(-50%, -50%) scale(1.03);
    }

    to {
        transform: translate(-49%, -50%) scale(1.09);
    }
}

@keyframes luzeleStageRedLight {
    from {
        opacity: 0.55;
        transform: scale(0.95);
    }

    to {
        opacity: 0.9;
        transform: scale(1.08);
    }
}

@keyframes luzeleStageGrain {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(3%, -2%);
    }

    50% {
        transform: translate(-2%, 3%);
    }

    75% {
        transform: translate(2%, 2%);
    }

    100% {
        transform: translate(-3%, -1%);
    }
}

@keyframes luzeleStageSpotlightOne {
    from {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(33deg);
    }
}

@keyframes luzeleStageSpotlightTwo {
    from {
        transform: rotate(-17deg);
    }

    to {
        transform: rotate(-30deg);
    }
}

@keyframes luzeleStageStatus {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

@keyframes luzeleVerticalGlow {
    from {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 0.38;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes luzeleStageMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .luzele-stage__container {
        grid-template-columns:
            minmax(380px, 1fr)
            minmax(290px, 0.58fr);
        gap: 70px;
    }

    .luzele-stage__title {
        font-size: clamp(54px, 7vw, 80px);
    }

    .luzele-stage__vertical-showcase {
        width: min(320px, 100%);
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-stage {
        min-height: auto;
        padding-top: 70px;
    }

    .luzele-stage__background-video {
        object-position: 58% center;
        filter:
            saturate(0.68)
            contrast(1.1)
            brightness(0.53);
        animation: none;
        transform: translate(-50%, -50%) scale(1.05);
    }

    .luzele-stage__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 3, 4, 0.94) 0%,
                rgba(3, 3, 4, 0.62) 25%,
                rgba(3, 3, 4, 0.73) 58%,
                rgba(3, 3, 4, 0.99) 100%
            ),
            linear-gradient(
                90deg,
                rgba(3, 3, 4, 0.8),
                rgba(3, 3, 4, 0.4)
            );
    }

    .luzele-stage__topbar {
        width: calc(100% - 36px);
        margin-bottom: 47px;
    }

    .luzele-stage__status {
        display: none;
    }

    .luzele-stage__container {
        display: flex;
        flex-direction: column;
        gap: 55px;
        width: calc(100% - 36px);
    }

    .luzele-stage__intro {
        width: 100%;
        padding: 0;
    }

    .luzele-stage__title {
        font-size: clamp(52px, 16vw, 76px);
        line-height: 0.88;
    }

    .luzele-stage__title em {
        margin-top: 10px;
        -webkit-text-stroke-width: 1px;
    }

    .luzele-stage__description {
        margin-top: 28px;
        font-size: 13px;
        line-height: 1.7;
    }

    .luzele-stage__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        margin-top: 31px;
    }

    .luzele-stage__button {
        width: 100%;
        min-width: 0;
    }

    .luzele-stage__instagram {
        justify-content: center;
        min-height: 40px;
    }

    .luzele-stage__quote {
        margin-top: 32px;
    }

    /* Video vertical móvil */

    .luzele-stage__vertical-showcase {
        width: min(340px, 92%);
        padding: 10px 0 0;
    }

    .luzele-stage__vertical-frame {
        border-radius: 6px;
    }

    .luzele-stage__vertical-info {
        right: 22px;
        bottom: 60px;
        left: 22px;
    }

    .luzele-stage__vertical-info strong {
        font-size: 16px;
    }

    /* Galería horizontal móvil */

    .luzele-stage__gallery {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        width: 100%;
        margin-top: 70px;
        padding: 0 18px 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .luzele-stage__gallery::-webkit-scrollbar {
        display: none;
    }

    .luzele-stage-photo,
    .luzele-stage-photo--vertical {
        flex: 0 0 285px;
        width: 285px;
        height: 355px;
        margin: 0;
        scroll-snap-align: center;
    }

    .luzele-stage__footer {
        grid-template-columns: 1fr auto;
        width: calc(100% - 36px);
        margin: 30px auto 65px;
    }

    .luzele-stage__footer > span {
        display: none;
    }

    .luzele-stage__word {
        top: 10%;
        font-size: 42vw;
    }

    .luzele-stage__spotlight {
        display: none;
    }

    .luzele-stage__marquee-track {
        min-height: 44px;
    }
}

/* =========================================================
   PANTALLAS PEQUEÑAS
========================================================= */

@media (max-width: 390px) {

    .luzele-stage__title {
        font-size: 48px;
    }

    .luzele-stage__button {
        grid-template-columns: 43px 1fr auto;
        padding-right: 18px;
    }

    .luzele-stage__button-icon {
        width: 43px;
        height: 43px;
    }

    .luzele-stage__vertical-showcase {
        width: 94%;
    }
}

/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .luzele-stage *,
    .luzele-stage *::before,
    .luzele-stage *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57e9f88 *//* =========================================================
   LUZELE — SECCIÓN FINAL
========================================================= */

.luzele-closing,
.luzele-closing * {
    box-sizing: border-box;
}

.luzele-closing {
    --closing-red: #ff1738;
    --closing-black: #040405;
    --closing-white: #ffffff;

    position: relative;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 120px 0 0;
    color: var(--closing-white);
    background: var(--closing-black);
    font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   FONDO
========================================================= */

.luzele-closing__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    background: #050506;
}

.luzele-closing__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter:
        saturate(0.72)
        contrast(1.08)
        brightness(0.66);
    transform: scale(1.03);
    animation: luzeleClosingImage 16s ease-in-out infinite alternate;
}

.luzele-closing__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 3, 4, 0.94) 0%,
            rgba(3, 3, 4, 0.69) 50%,
            rgba(3, 3, 4, 0.42) 100%
        ),
        linear-gradient(
            180deg,
            rgba(4, 4, 5, 0.5) 0%,
            rgba(4, 4, 5, 0.23) 42%,
            rgba(4, 4, 5, 0.98) 100%
        );
}

.luzele-closing__red-glow {
    position: absolute;
    top: 15%;
    right: -5%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    opacity: 0.22;
    filter: blur(120px);
    background: var(--closing-red);
    animation: luzeleClosingGlow 8s ease-in-out infinite alternate;
}

.luzele-closing__grain {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.75'/%3E%3C/svg%3E");
}

/* =========================================================
   CONTENIDO
========================================================= */

.luzele-closing__container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: auto auto 95px;
    padding-top: 80px;
}

.luzele-closing__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 23px;
    color: var(--closing-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.luzele-closing__eyebrow::before {
    width: 42px;
    height: 1px;
    content: "";
    background: var(--closing-red);
}

.luzele-closing__title {
    max-width: 1040px;
    margin: 0;
    font-size: clamp(62px, 8vw, 128px);
    font-weight: 900;
    line-height: 0.84;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.luzele-closing__title em {
    display: block;
    margin-top: 13px;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 0.92;
    text-transform: none;
    -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.78);
}

.luzele-closing__text {
    max-width: 545px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.59);
    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   BOTONES
========================================================= */

.luzele-closing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 37px;
}

.luzele-closing__button {
    display: flex;
    align-items: center;
    min-height: 66px;
    border-radius: 999px;
    color: var(--closing-white);
    text-decoration: none;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.luzele-closing__button--primary {
    gap: 14px;
    min-width: 275px;
    padding: 9px 26px 9px 10px;
    background: var(--closing-red);
    box-shadow: 0 18px 45px rgba(255, 23, 56, 0.28);
}

.luzele-closing__button-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--closing-red);
    font-size: 18px;
    background: var(--closing-white);
}

.luzele-closing__button > span:not(.luzele-closing__button-icon) {
    display: flex;
    flex-direction: column;
}

.luzele-closing__button small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.luzele-closing__button strong {
    font-size: 13px;
}

.luzele-closing__button--outline {
    justify-content: space-between;
    gap: 35px;
    min-width: 225px;
    padding: 9px 23px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    background: rgba(5, 5, 6, 0.3);
    backdrop-filter: blur(14px);
}

.luzele-closing__button--outline i {
    color: var(--closing-red);
    font-size: 18px;
    font-style: normal;
}

.luzele-closing__button:hover {
    transform: translateY(-4px);
}

.luzele-closing__button--primary:hover {
    box-shadow: 0 24px 60px rgba(255, 23, 56, 0.42);
}

.luzele-closing__button--outline:hover {
    border-color: var(--closing-red);
    background: rgba(255, 23, 56, 0.08);
}

/* =========================================================
   FOOTER
========================================================= */

.luzele-closing__footer {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 45px;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.luzele-closing__brand {
    color: var(--closing-white);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.luzele-closing__brand span {
    color: var(--closing-red);
}

.luzele-closing__socials {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.luzele-closing__socials a,
.luzele-closing__top {
    color: rgba(255, 255, 255, 0.47);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.luzele-closing__socials a:hover,
.luzele-closing__top:hover {
    color: var(--closing-white);
}

.luzele-closing__top {
    display: flex;
    align-items: center;
    gap: 13px;
}

.luzele-closing__top span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--closing-red);
    font-size: 14px;
}

/* Créditos */

.luzele-closing__credits {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    padding: 16px max(24px, calc((100vw - 1280px) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.4);
}

.luzele-closing__credits span,
.luzele-closing__credits a {
    color: rgba(255, 255, 255, 0.28);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
}

.luzele-closing__credits a:hover {
    color: var(--closing-red);
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes luzeleClosingImage {
    from {
        transform: scale(1.03);
    }

    to {
        transform: scale(1.09) translateX(-1%);
    }
}

@keyframes luzeleClosingGlow {
    from {
        opacity: 0.16;
        transform: scale(0.9);
    }

    to {
        opacity: 0.3;
        transform: scale(1.12);
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .luzele-closing {
        min-height: 100svh;
        padding-top: 80px;
    }

    .luzele-closing__background img {
        object-position: 62% top;
        animation: none;
    }

    .luzele-closing__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 3, 4, 0.48) 0%,
                rgba(3, 3, 4, 0.68) 38%,
                rgba(3, 3, 4, 0.98) 78%,
                #040405 100%
            );
    }

    .luzele-closing__container {
        width: calc(100% - 36px);
        margin-bottom: 65px;
        padding-top: 150px;
    }

    .luzele-closing__eyebrow {
        font-size: 7px;
        line-height: 1.5;
    }

    .luzele-closing__title {
        font-size: clamp(51px, 16vw, 75px);
        line-height: 0.88;
    }

    .luzele-closing__title em {
        margin-top: 10px;
        -webkit-text-stroke-width: 1px;
    }

    .luzele-closing__text {
        margin-top: 25px;
        font-size: 13px;
        line-height: 1.65;
    }

    .luzele-closing__actions {
        flex-direction: column;
        margin-top: 31px;
    }

    .luzele-closing__button {
        width: 100%;
    }

    .luzele-closing__footer {
        grid-template-columns: 1fr auto;
        gap: 20px;
        width: calc(100% - 36px);
    }

    .luzele-closing__socials {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 18px;
    }

    .luzele-closing__credits {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 16px 18px;
    }
}

/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .luzele-closing *,
    .luzele-closing *::before,
    .luzele-closing *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */