:root {
    --ldr-green: #b7f52b;
    --ldr-purple: #7c5cff;
    --ldr-black: #050607;
    --ldr-panel: #11141a;
    --ldr-line: rgba(255, 255, 255, .14);
    --ldr-muted: #a9adb7;
}

body.single-ldr_artista {
    background: var(--ldr-black);
}

.single-ldr_artista .ldr-profile,
.single-ldr_artista .ldr-profile * {
    box-sizing: border-box;
}

.ldr-profile {
    width: 100%;
    color: #fff;
    background: var(--ldr-black);
    padding-bottom: 110px;
}

.ldr-profile__hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    background:
        radial-gradient(circle at 78% 23%, rgba(124, 92, 255, .42), transparent 31%),
        linear-gradient(125deg, #131820 0%, #07090b 55%, #17220a 100%);
}

.ldr-profile__hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 7px;
    z-index: 3;
    background: linear-gradient(90deg, var(--ldr-green) 0 68%, var(--ldr-purple) 68%);
}

.ldr-profile__hero-image,
.ldr-profile__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ldr-profile__hero-image {
    object-fit: cover;
    object-position: center 28%;
    z-index: 0;
}

.ldr-profile__shade {
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 4, 5, .97) 0%, rgba(3, 4, 5, .72) 48%, rgba(3, 4, 5, .2) 100%), linear-gradient(0deg, rgba(3, 4, 5, .9), transparent 55%);
}

.ldr-profile__placeholder {
    position: absolute;
    right: max(6vw, 30px);
    top: 50%;
    width: min(36vw, 480px);
    aspect-ratio: 1;
    transform: translateY(-50%) rotate(7deg);
    z-index: 0;
    border: 2px solid rgba(183, 245, 43, .7);
    display: grid;
    place-items: center;
    color: var(--ldr-green);
    font-size: clamp(10rem, 21vw, 22rem);
    font-weight: 800;
    line-height: 1;
    opacity: .2;
}

.ldr-profile__hero-content,
.ldr-profile__body,
.ldr-profile__radio-card,
.ldr-profile__related {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.ldr-profile__hero-content {
    position: relative;
    z-index: 2;
    padding: 130px 0 82px;
}

.ldr-profile__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .68);
    font-size: .7rem;
    line-height: 1.4;
}

.ldr-profile__breadcrumb a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: var(--ldr-purple);
    text-underline-offset: 3px;
}

.ldr-profile__photo-credit {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 18px;
    max-width: 42%;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: .67rem;
    line-height: 1.4;
    text-align: right;
}

.ldr-profile__photo-credit a,
.ldr-profile__source a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ldr-profile__eyebrow,
.ldr-profile__section-label {
    color: var(--ldr-green);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ldr-profile__eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}

.ldr-profile h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(4rem, 8.3vw, 7.3rem);
    font-weight: 800;
    line-height: .88;
    letter-spacing: -.035em;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .42);
    text-wrap: balance;
}

.ldr-profile__lead {
    max-width: 660px;
    margin: 30px 0 0;
    color: #d9dbe0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.5;
}

.ldr-profile__metrics {
    display: flex;
    gap: 32px;
    margin-top: 34px;
    color: var(--ldr-muted);
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ldr-profile__metrics strong {
    color: #fff;
    font-size: 1.15rem;
}

.ldr-profile__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
}

.ldr-profile__share-label {
    margin-right: 5px;
    color: var(--ldr-green);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ldr-profile__share a,
.ldr-profile__share button,
.ldr-profile__share-option {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: rgba(5, 6, 7, .55);
    color: #fff !important;
    font: inherit;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
}

.ldr-profile__share a:hover,
.ldr-profile__share button:hover {
    border-color: var(--ldr-green);
    background: rgba(183, 245, 43, .12);
    color: var(--ldr-green) !important;
    transform: translateY(-2px);
}

.ldr-profile__share button:focus-visible,
.ldr-profile__share a:focus-visible {
    outline: 2px solid var(--ldr-green);
    outline-offset: 3px;
}

.ldr-profile__share.is-disabled .ldr-profile__share-option {
    opacity: .42;
    cursor: default;
}

.ldr-profile__share small {
    width: 100%;
    margin-top: 2px;
    color: var(--ldr-muted);
    font-size: .67rem;
}

.ldr-profile__share [hidden] {
    display: none !important;
}

.ldr-profile__body {
    padding: 96px 0 72px;
}

.ldr-profile__bio {
    max-width: 900px;
}

.ldr-profile__section-label {
    margin: 0 0 14px;
}

.ldr-profile h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.ldr-profile__copy,
.ldr-profile__copy p {
    color: #d5d7dc;
    font-size: 1.08rem;
    line-height: 1.82;
}

.ldr-profile__source,
.ldr-profile__sources {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid var(--ldr-line);
    color: var(--ldr-muted);
    font-size: .72rem;
    line-height: 1.6;
}

.ldr-profile__sources {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
}

.ldr-profile__sources strong {
    width: 100%;
    color: #fff;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ldr-profile__sources a {
    color: var(--ldr-muted);
    text-decoration: underline;
    text-decoration-color: var(--ldr-purple);
    text-underline-offset: 3px;
}

.ldr-profile__sources a:hover {
    color: var(--ldr-green);
}

.ldr-profile__pending {
    border-left: 4px solid var(--ldr-purple);
    padding: 22px 26px;
    background: rgba(124, 92, 255, .09);
    color: #fff;
}

.ldr-profile__pending p {
    margin: 8px 0 0;
    color: var(--ldr-muted);
}

.ldr-profile__radio-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: clamp(38px, 6vw, 72px);
    margin-bottom: 96px;
    padding: 42px;
    border: 1px solid var(--ldr-line);
    background: var(--ldr-panel);
}

.ldr-profile__radio-card h2 {
    max-width: 360px;
    font-size: clamp(2rem, 3.3vw, 3rem);
}

.ldr-profile__radio-summary {
    position: relative;
    padding-right: 18px;
}

.ldr-profile__radio-songs {
    align-self: center;
}

.ldr-profile__live-dot {
    position: absolute;
    top: 36px;
    right: 34px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ldr-green);
    box-shadow: 0 0 0 7px rgba(183, 245, 43, .1);
}

.ldr-profile__tracks {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--ldr-line);
}

.ldr-profile__tracks li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ldr-line);
}

.ldr-profile__tracks strong,
.ldr-profile__tracks small {
    display: block;
}

.ldr-profile__tracks small,
.ldr-profile__muted {
    color: var(--ldr-muted);
}

.ldr-profile__tracks small {
    margin-top: 5px;
    font-size: .75rem;
}

.ldr-profile__last {
    margin: 28px 0;
    color: var(--ldr-muted);
    font-size: .8rem;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ldr-profile__last strong {
    color: #fff;
}

.ldr-profile__playlist {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    background: var(--ldr-green);
    color: #090b08 !important;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.ldr-profile__playlist:hover {
    transform: translateY(-2px);
    background: #cdfd5c;
}

.ldr-profile__related {
    padding: 72px 0 86px;
    border-top: 1px solid var(--ldr-line);
}

.ldr-profile__related-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
}

.ldr-profile__note {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    min-height: 220px;
    margin: 0;
    border: 1px solid var(--ldr-line);
    background: var(--ldr-panel);
    overflow: hidden;
}

.ldr-profile__note-image {
    display: block;
    min-height: 100%;
    background: linear-gradient(145deg, rgba(183, 245, 43, .2), rgba(124, 92, 255, .32));
    overflow: hidden;
    text-decoration: none;
}

.ldr-profile__note-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ldr-profile__note:hover .ldr-profile__note-image img {
    transform: scale(1.035);
}

.ldr-profile__note-image span {
    display: grid;
    height: 100%;
    place-items: center;
    color: var(--ldr-green);
    font-size: 2.4rem;
    font-weight: 850;
    letter-spacing: -.08em;
}

.ldr-profile__note-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
}

.ldr-profile__note-body > p {
    margin: 0 0 14px;
    color: var(--ldr-green);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ldr-profile__note h3 {
    margin: 0;
    color: #fff;
    max-width: 720px;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.14;
    letter-spacing: -.025em;
}

.ldr-profile__note h3 a {
    color: inherit;
    text-decoration: none;
}

.ldr-profile__note-link {
    margin-top: auto;
    padding-top: 24px;
    color: #fff !important;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--ldr-purple);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

@media (max-width: 820px) {
    .ldr-profile__hero {
        min-height: 520px;
    }

    .ldr-profile__shade {
        background: linear-gradient(0deg, rgba(3, 4, 5, .98) 0%, rgba(3, 4, 5, .5) 72%, rgba(3, 4, 5, .35) 100%);
    }

    .ldr-profile__placeholder {
        right: -40px;
        top: 42%;
        width: 78vw;
    }

    .ldr-profile__hero-content,
    .ldr-profile__body,
    .ldr-profile__radio-card,
    .ldr-profile__related {
        width: min(100% - 32px, 680px);
    }

    .ldr-profile__hero-content {
        padding: 110px 0 55px;
    }

    .ldr-profile__photo-credit {
        right: 16px;
        bottom: 14px;
        max-width: calc(100% - 32px);
    }

    .ldr-profile h1 {
        font-size: clamp(3.5rem, 18vw, 6rem);
    }

    .ldr-profile__body {
        padding: 64px 0 48px;
    }

    .ldr-profile__radio-card {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 64px;
    }

    .ldr-profile__radio-summary {
        padding-right: 0;
    }

    .ldr-profile__related-grid {
        grid-template-columns: 1fr;
    }

    .ldr-profile__note {
        grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .ldr-profile__metrics {
        flex-direction: column;
        gap: 10px;
    }

    .ldr-profile__radio-card {
        padding: 26px 22px;
    }

    .ldr-profile__share-label {
        width: 100%;
        margin-bottom: 3px;
    }

    .ldr-profile__note {
        grid-template-columns: 1fr;
    }

    .ldr-profile__note-image {
        min-height: 190px;
    }
}
