/* ========================================
   mf_promo01.css
   Recorrido vertical para landings de artistas
   Cargar después de mf_01.css
   ======================================== */

.artist-promo {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--spb-cta-line-bottom);
    background:
        radial-gradient(circle at 50% 0%, rgb(111 182 255 / 9%) 0%, transparent 28%),
        linear-gradient(180deg, #070b10 0%, #0a1017 55%, #070c11 100%);
}

.artist-promo__wrap {
    width: 100%;
}

.artist-promo__intro {
    width: min(100% - 2rem, 760px);
    margin: 0 auto;
    padding: 1.35rem 0 1.2rem;
    text-align: center;
}

.artist-promo__intro-label,
.artist-promo__scene-label,
.artist-promo__seo-title > span {
    color: var(--spb-accent-2);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.artist-promo__intro h2 {
    margin: 0.45rem auto 0.55rem;
    color: var(--spb-white);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.06;
    text-wrap: balance;
}

.artist-promo__intro p {
    max-width: 62ch;
    margin: 0 auto;
    color: var(--spb-text-soft);
    font-size: 0.94rem;
    line-height: 1.6;
}

.artist-promo__route {
    position: relative;
}

.artist-promo__route::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(
        180deg,
        rgb(111 182 255 / 18%) 0%,
        rgb(111 182 255 / 48%) 48%,
        rgb(110 195 169 / 52%) 100%
    );
    transform: translateX(-50%);
}

.artist-promo__scene {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 16.75rem;
}

.artist-promo__scene::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.98;
}

.artist-promo__scene--one::before {
    background:
        radial-gradient(circle at 78% 50%, rgb(111 182 255 / 12%) 0%, transparent 24%),
        linear-gradient(90deg, #080d13 0%, #0c1620 100%);
}

.artist-promo__scene--two::before {
    background:
        radial-gradient(circle at 18% 50%, rgb(148 111 255 / 10%) 0%, transparent 24%),
        linear-gradient(90deg, #10111b 0%, #0a0e15 100%);
}

.artist-promo__scene--three::before {
    background:
        radial-gradient(circle at 78% 50%, rgb(110 195 169 / 11%) 0%, transparent 26%),
        linear-gradient(90deg, #08110f 0%, #0a1218 100%);
}

.artist-promo__scene--four::before {
    background:
        radial-gradient(circle at 20% 50%, rgb(217 179 111 / 10%) 0%, transparent 24%),
        linear-gradient(90deg, #11100b 0%, #0b0f14 100%);
}

.artist-promo__scene-number {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: rgb(255 255 255 / 4%);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(7rem, 15vw, 13rem);
    font-weight: 700;
    line-height: 0.75;
    transform: translateY(-50%);
    user-select: none;
}

.artist-promo__scene--one .artist-promo__scene-number,
.artist-promo__scene--three .artist-promo__scene-number {
    left: 2%;
}

.artist-promo__scene--two .artist-promo__scene-number,
.artist-promo__scene--four .artist-promo__scene-number {
    right: 2%;
}

.artist-promo__scene-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
    gap: 2.35rem;
    align-items: center;
    width: min(100% - 2rem, 1040px);
    margin: 0 auto;
    padding: 1.55rem 0;
}

.artist-promo__scene--two .artist-promo__scene-inner,
.artist-promo__scene--four .artist-promo__scene-inner {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1fr);
}

.artist-promo__scene--two .artist-promo__scene-copy,
.artist-promo__scene--four .artist-promo__scene-copy {
    grid-column: 2;
}

.artist-promo__scene--two .artist-promo__scene-path,
.artist-promo__scene--four .artist-promo__scene-message {
    grid-column: 1;
    grid-row: 1;
}

.artist-promo__scene-copy {
    max-width: 34rem;
}

.artist-promo__scene-copy h3 {
    margin: 0.35rem 0 0.55rem;
    color: var(--spb-white);
    font-size: clamp(1.35rem, 2.05vw, 2.05rem);
    line-height: 1.02;
    text-wrap: balance;
}

.artist-promo__scene-copy p {
    margin: 0;
    color: var(--spb-text-soft);
    font-size: 0.95rem;
    line-height: 1.65;
}

.artist-promo__scene-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    transform: rotate(-3deg);
}

.artist-promo__scene-visual span {
    padding: 1rem;
    border-bottom: 2px solid rgb(111 182 255 / 30%);
    color: rgb(244 248 253 / 88%);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    text-align: center;
}

.artist-promo__scene-visual span:nth-child(2),
.artist-promo__scene-visual span:nth-child(3) {
    transform: translateY(0.8rem);
}

.artist-promo__scene-path {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
}

.artist-promo__scene-path span {
    min-width: 12rem;
    padding: 0.6rem 1rem;
    border-left: 2px solid rgb(148 111 255 / 42%);
    color: rgb(244 245 252 / 88%);
    font-weight: 700;
    text-align: center;
}

.artist-promo__scene-path i {
    color: rgb(148 111 255 / 58%);
    font-size: 0.72rem;
}

.artist-promo__scene-pulse {
    position: relative;
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
}

.artist-promo__pulse-core,
.artist-promo__pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.artist-promo__pulse-core {
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid rgb(110 195 169 / 45%);
    background: rgb(16 46 39 / 95%);
    color: rgb(220 255 244);
    font-size: 1.4rem;
    box-shadow: 0 0 28px rgb(110 195 169 / 18%);
}

.artist-promo__pulse-ring {
    border: 1px solid rgb(110 195 169 / 20%);
}

.artist-promo__pulse-ring--one {
    width: 7.5rem;
    height: 7.5rem;
}

.artist-promo__pulse-ring--two {
    width: 11rem;
    height: 11rem;
}

.artist-promo__pulse-ring--three {
    width: 15rem;
    height: 15rem;
}

.artist-promo__scene-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.38rem;
    text-align: center;
}

.artist-promo__message-icon {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 0.3rem;
    border: 1px solid rgb(217 179 111 / 36%);
    border-radius: 999px;
    background: rgb(57 44 20 / 54%);
    color: var(--spb-warm-accent);
    font-size: 2rem;
    box-shadow:
        0 0 0 0.8rem rgb(217 179 111 / 4%),
        0 0 34px rgb(217 179 111 / 14%);
}

.artist-promo__message-icon::after {
    content: "✓";
    display: inline-flex;
    position: absolute;
    right: -0.15rem;
    bottom: 0.1rem;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border: 3px solid #0d1013;
    border-radius: 999px;
    background: var(--spb-success-accent);
    color: #07100d;
    font-family: "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
}

.artist-promo__scene-message > span:not(.artist-promo__message-icon) {
    color: var(--spb-text-soft);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.artist-promo__scene-message strong {
    max-width: 15rem;
    color: var(--spb-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    line-height: 1.08;
}

.artist-promo__scene-message small {
    color: rgb(244 245 242 / 62%);
    font-size: 0.78rem;
}

.artist-promo__seo {
    display: grid;
    grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    width: min(100% - 2rem, 1040px);
    margin: 0 auto;
    padding: 2rem 0 1.55rem;
}

.artist-promo__seo-title h2 {
    margin: 0.35rem 0 0;
    color: var(--spb-white);
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    line-height: 1.08;
}

.artist-promo__seo-text {
    padding-left: 1.3rem;
    border-left: 1px solid rgb(111 182 255 / 14%);
}

.artist-promo__seo-text p {
    margin: 0 0 0.7rem;
    color: var(--spb-text-soft);
    font-size: 0.9rem;
    line-height: 1.62;
}

.artist-promo__seo-text p:last-child {
    margin-bottom: 0;
}

.artist-promo__closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    width: min(100% - 2rem, 1040px);
    margin: 0 auto 1.55rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid rgb(110 195 169 / 20%);
    border-bottom: 1px solid rgb(110 195 169 / 20%);
    background:
        radial-gradient(circle at 84% 50%, rgb(110 195 169 / 11%) 0%, transparent 28%),
        linear-gradient(90deg, rgb(110 195 169 / 8%) 0%, transparent 70%);
}

.artist-promo__closing-copy span {
    color: var(--spb-success-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artist-promo__closing h2 {
    margin: 0.25rem 0 0;
    color: var(--spb-white);
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.artist-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.5rem;
    min-height: 2.85rem;
    padding: 0.72rem 1.15rem;
    border: 1px solid var(--spb-cta-button-border);
    border-radius: 999px;
    background: var(--spb-cta-button-bg);
    color: var(--spb-cta-button-text);
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgb(20 70 140 / 22%);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.artist-promo__button:hover {
    border-color: var(--spb-cta-button-hover-border);
    background: var(--spb-cta-button-hover-bg);
    color: var(--spb-cta-button-text);
    transform: translateY(-1px);
}

@media (max-width: 800px) {
    .artist-promo__route::before {
        left: 1.35rem;
        transform: none;
    }

    .artist-promo__scene {
        min-height: auto;
    }

    .artist-promo__scene-number {
        display: none;
    }

    .artist-promo__scene-inner,
    .artist-promo__scene--two .artist-promo__scene-inner,
    .artist-promo__scene--four .artist-promo__scene-inner {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 1.5rem 0 1.5rem 2.8rem;
    }

    .artist-promo__scene--two .artist-promo__scene-copy,
    .artist-promo__scene--four .artist-promo__scene-copy,
    .artist-promo__scene--two .artist-promo__scene-path,
    .artist-promo__scene--four .artist-promo__scene-message {
        grid-column: 1;
        grid-row: auto;
    }

    .artist-promo__scene-copy {
        max-width: none;
    }

    .artist-promo__scene-visual {
        transform: none;
    }

    .artist-promo__scene-path {
        align-items: flex-start;
        text-align: left;
    }

    .artist-promo__scene-message {
        align-items: flex-start;
        text-align: left;
    }

    .artist-promo__message-icon {
        width: 4.4rem;
        height: 4.4rem;
        font-size: 1.7rem;
    }

    .artist-promo__scene-pulse {
        width: 11rem;
        height: 11rem;
        margin: 0;
    }

    .artist-promo__pulse-ring--three {
        width: 11rem;
        height: 11rem;
    }

    .artist-promo__pulse-ring--two {
        width: 8.5rem;
        height: 8.5rem;
    }

    .artist-promo__pulse-ring--one {
        width: 6rem;
        height: 6rem;
    }

    .artist-promo__seo,
    .artist-promo__closing {
        grid-template-columns: 1fr;
    }

    .artist-promo__seo-text {
        padding-top: 0.85rem;
        padding-left: 0;
        border-top: 1px solid rgb(111 182 255 / 12%);
        border-left: 0;
    }

    .artist-promo__closing {
        text-align: center;
    }

    .artist-promo__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .artist-promo__scene-copy h3 {
        font-size: clamp(1.3rem, 7vw, 1.7rem);
    }

    .artist-promo__scene-visual {
        grid-template-columns: 1fr;
    }

    .artist-promo__scene-visual span:nth-child(2),
    .artist-promo__scene-visual span:nth-child(3) {
        transform: none;
    }
}
