.bio-hero img {
    object-position: center top;
}

.music-hero img {
    object-position: center 25%;
}

[data-app-section="videos"] {
    --videos-accent: #3bd7ff;
}

[data-app-section="videos"] .compact-hero {
    background:
        radial-gradient(circle at 76% 24%, rgba(59, 215, 255, .2), transparent 34%),
        radial-gradient(circle at 20% 78%, rgba(55, 112, 255, .12), transparent 36%);
}

[data-app-section="videos"] .compact-hero .eyebrow,
[data-app-section="videos"] .compact-hero h1,
[data-app-section="videos"] .content-block .eyebrow {
    color: var(--videos-accent);
}

[data-app-section="videos"] .primary-button,
[data-app-section="videos"] .video-frame button::after {
    background: var(--videos-accent);
}

[data-app-section="biografia"] .story-grid .eyebrow {
    color: var(--orange);
}

@media (min-width: 768px) {
    .bio-hero .lead {
        margin-top: clamp(30px, 2.4vw, 42px);
    }
}

.biography-copy {
    display: grid;
    gap: 1.1rem;
}

.biography-copy p {
    margin: 0;
}

/* Evita que Safari transforme lugares del texto en accesos automáticos a Mapas. */
.biography-copy a[x-apple-data-detectors],
.biography-copy a[href^="x-apple-data-detectors"] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: text !important;
}

.biography-video-link {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: #c8cabf;
    font: inherit;
    font-weight: 700;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: color .18s ease;
}

.biography-video-link:hover {
    color: var(--lime);
}

.biography-video-link:focus-visible {
    outline: 2px solid var(--pink);
    outline-offset: 3px;
}

.biography-video-dialog {
    width: min(650px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background: #0a0a0a;
    color: #fff;
    box-shadow: 0 28px 100px rgba(0, 0, 0, .72);
    overflow: auto;
}

.biography-video-dialog::backdrop {
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(5px);
}

.biography-video-dialog.is-instagram {
    width: min(390px, calc(100% - 24px));
}

.biography-video-shell {
    padding: 14px;
}

.biography-video-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 3px 3px 14px 8px;
}

.biography-video-head strong {
    min-width: 0;
    overflow: hidden;
    color: var(--lime);
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#biography-video-close {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: #171717;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.biography-video-player {
    display: grid;
    justify-items: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 15px;
    background: #000;
}

.biography-video-player.is-youtube {
    aspect-ratio: 16 / 9;
}

.biography-video-player iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.biography-video-player.is-instagram {
    width: 100%;
    height: min(620px, 68dvh);
    max-height: none;
    overflow: hidden;
    background: #fff;
}

.biography-video-player.is-instagram .instagram-media {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 auto !important;
    border: 0 !important;
}

.biography-video-player.is-embed-error .instagram-loading::after {
    content: "Abrilo con el botón de abajo.";
    display: block;
    margin-top: 8px;
}

.biography-video-fallback {
    display: block;
    margin-top: 12px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: .76rem;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.spotify-player {
    min-height: 352px;
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: #121212;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.spotify-player iframe {
    display: block;
    width: 100%;
    height: 352px;
    border: 0;
}

.spotify-loading {
    display: grid;
    min-height: 352px;
    margin: 0;
    place-items: center;
    padding: 24px;
    color: rgba(255, 255, 255, .68);
    text-align: center;
}

.spotify-action {
    margin-top: 22px;
}

.intro-splash {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(242, 255, 0, .09), transparent 42%),
        #020202;
    opacity: 1;
    transition: opacity .62s ease, visibility .62s ease;
}

.intro-logo-stage {
    position: relative;
    display: grid;
    width: min(68vw, 560px);
    aspect-ratio: 1;
    place-items: center;
    opacity: 0;
}

.intro-logo-stage img {
    --intro-brightness: brightness(1);
    position: relative;
    z-index: 1;
    display: block;
    max-width: 78%;
    max-height: 66%;
    object-fit: contain;
    filter: var(--intro-brightness) drop-shadow(0 0 0 rgba(242, 255, 0, 0));
}

.intro-logo-stage img.is-default-logo {
    --intro-brightness: brightness(3.6) contrast(1.1);
}

.intro-orbit {
    position: absolute;
    inset: 11%;
    border: 1px solid rgba(242, 255, 0, .38);
    border-radius: 50%;
    opacity: 0;
}

.intro-splash.is-playing .intro-logo-stage {
    animation: introStage 2.35s cubic-bezier(.2, .75, .2, 1) both;
}

.intro-splash.is-playing .intro-logo-stage img {
    animation: introLogo 2.35s cubic-bezier(.2, .75, .2, 1) both;
}

.intro-splash.is-playing .intro-orbit {
    animation: introOrbit 2.2s ease-out .15s both;
}

.intro-splash.is-finished {
    visibility: hidden;
    opacity: 0;
}

@keyframes introStage {
    0% { opacity: 0; transform: scale(.72); }
    18%, 76% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.08); }
}

@keyframes introLogo {
    0% { transform: translateY(22px) rotate(-2deg); filter: var(--intro-brightness) drop-shadow(0 0 0 rgba(242, 255, 0, 0)); }
    42% { transform: translateY(-8px) rotate(1deg); filter: var(--intro-brightness) drop-shadow(0 0 28px rgba(242, 255, 0, .32)); }
    76% { transform: translateY(0) rotate(0); filter: var(--intro-brightness) drop-shadow(0 0 12px rgba(242, 255, 0, .2)); }
    100% { transform: translateY(-12px) scale(1.04); filter: var(--intro-brightness) drop-shadow(0 0 36px rgba(242, 255, 0, 0)); }
}

@keyframes introOrbit {
    0% { opacity: 0; transform: scale(.55) rotate(0); }
    34% { opacity: .72; }
    100% { opacity: 0; transform: scale(1.16) rotate(80deg); }
}

.spotify-disclosure {
    margin-bottom: clamp(58px, 8vw, 100px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(135deg, #151515, #0d0d0d);
    overflow: hidden;
}

.spotify-disclosure summary {
    position: relative;
    display: grid;
    gap: 5px;
    padding: 24px 66px 24px 26px;
    cursor: pointer;
    list-style: none;
}

.spotify-disclosure summary::-webkit-details-marker {
    display: none;
}

.spotify-disclosure summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 26px;
    color: var(--pink);
    font-size: 2rem;
    font-weight: 300;
    transform: translateY(-50%);
}

.spotify-disclosure[open] summary::after {
    content: "−";
}

.spotify-disclosure summary span {
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
    font-weight: 900;
}

.spotify-disclosure summary small {
    color: var(--muted);
}

.spotify-disclosure .spotify-player {
    margin: 0 22px;
}

.spotify-disclosure .spotify-action {
    margin: 22px;
}

.track-list {
    margin-top: 38px;
}

.compact-playlist {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: linear-gradient(145deg, #151515, #0b0b0b);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.playlist-player {
    display: grid;
    grid-template-columns: minmax(180px, .65fr) minmax(280px, 1.35fr);
    align-items: center;
    gap: 24px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, rgba(255, 39, 127, .16), rgba(255, 39, 127, .04));
}

.playlist-player-copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.playlist-player-copy span {
    color: var(--pink);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.playlist-player-copy strong {
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playlist-player audio {
    width: 100%;
    min-width: 0;
    height: 42px;
}

.playlist-rows {
    display: grid;
}

.track {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 64px;
    padding: 9px 16px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-radius: 0;
    background: transparent;
    transition: background .18s ease;
}

.track:last-child {
    border-bottom: 0;
}

.track.is-current {
    background: rgba(255, 39, 127, .07);
}

.track-play {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0 0 0 2px;
    border: 1px solid rgba(255, 39, 127, .42);
    border-radius: 50%;
    background: rgba(255, 39, 127, .12);
    color: var(--pink);
    font-size: .78rem;
    cursor: pointer;
}

.track.is-playing .track-play {
    padding-left: 0;
    background: var(--pink);
    color: #050505;
}

.track-copy {
    display: grid;
    align-self: center;
    min-width: 0;
}

.track-copy strong {
    overflow-wrap: anywhere;
}

.track > .track-download {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #fff;
    font-size: .68rem;
    text-decoration: none;
    text-transform: uppercase;
}

.track-play:focus-visible,
.track-download:focus-visible {
    outline: 2px solid var(--pink);
    outline-offset: 3px;
}

.music-empty {
    margin: 0;
    padding: 30px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: var(--muted);
    text-align: center;
}

.shows-hero {
    background:
        radial-gradient(circle at 82% 35%, rgba(169, 112, 255, .22), transparent 35%),
        radial-gradient(circle at 18% 75%, rgba(255, 39, 127, .13), transparent 32%);
}

[data-app-section="shows"] {
    --shows-accent: #a970ff;
}

.shows-hero .eyebrow,
.shows-hero h1 {
    color: var(--shows-accent);
}

[data-app-section="shows"] .shows-content .eyebrow,
[data-app-section="shows"] .shows-content h2 {
    color: var(--shows-accent);
}

.shows-content {
    padding-top: clamp(48px, 7vw, 95px);
}

.shows-heading {
    align-items: end;
}

.instagram-disclosure {
    border: 1px solid rgba(169, 112, 255, .32);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(169, 112, 255, .12), rgba(255, 39, 127, .06) 55%, #0d0d0d);
    overflow: hidden;
}

.instagram-disclosure summary {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 28px 72px 28px 30px;
    cursor: pointer;
    list-style: none;
}

.instagram-disclosure summary::-webkit-details-marker {
    display: none;
}

.instagram-disclosure summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 30px;
    color: var(--shows-accent);
    font-size: 2.2rem;
    transform: translateY(-50%);
}

.instagram-disclosure[open] summary::after {
    content: "−";
}

.instagram-disclosure summary span {
    color: var(--shows-accent);
    font-size: clamp(1.65rem, 4vw, 3rem);
    font-weight: 1000;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.instagram-disclosure summary small {
    color: var(--muted);
    line-height: 1.6;
}

.instagram-disclosure-body {
    padding: 12px 30px 36px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.instagram-disclosure .shows-heading {
    margin-top: 24px;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 310px));
    justify-content: center;
    align-items: start;
    gap: 24px;
    margin-top: 42px;
}

.instagram-card {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 310px;
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: linear-gradient(145deg, #151515, #0b0b0b);
    overflow: hidden;
}

.instagram-card .instagram-media {
    width: min(100%, 286px) !important;
    max-width: 286px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: #fff;
}

.instagram-card iframe.instagram-media {
    display: block !important;
    zoom: .86;
}

.instagram-loading {
    display: grid;
    min-height: 420px;
    margin: 0;
    place-items: center;
    padding: 24px;
    color: #333;
    text-align: center;
}

.instagram-open {
    margin: 12px 0 2px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.instagram-grid.is-embed-error .instagram-loading {
    min-height: 180px;
}

.instagram-grid.is-embed-error .instagram-loading::after {
    content: "Usá el botón para verlo en Instagram.";
    display: block;
    margin-top: 8px;
}

.shows-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 38px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: var(--muted);
    text-align: center;
}

.repertoire-disclosure {
    margin-top: 18px;
    border: 1px solid rgba(169, 112, 255, .32);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(169, 112, 255, .12), rgba(255, 39, 127, .06) 55%, #0d0d0d);
    overflow: hidden;
}

.repertoire-disclosure summary {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 28px 72px 28px 30px;
    cursor: pointer;
    list-style: none;
}

.repertoire-disclosure summary::-webkit-details-marker {
    display: none;
}

.repertoire-disclosure summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 30px;
    color: var(--shows-accent);
    font-size: 2.2rem;
    transform: translateY(-50%);
}

.repertoire-disclosure[open] summary::after {
    content: "−";
}

.repertoire-disclosure summary span {
    color: var(--shows-accent);
    font-size: clamp(1.65rem, 4vw, 3rem);
    font-weight: 1000;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.repertoire-disclosure summary small,
.repertoire-body > p {
    color: var(--muted);
    line-height: 1.6;
}

.repertoire-body {
    padding: 0 30px 34px;
}

.repertoire-body > p {
    max-width: 760px;
    margin: 0 0 24px;
}

.cover-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cover-list li {
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(0, 0, 0, .35);
    font-weight: 850;
    text-align: center;
}

.cover-list .cover-empty {
    grid-column: 1 / -1;
    color: var(--muted);
}

.show-booking {
    margin-top: clamp(58px, 8vw, 100px);
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(169, 112, 255, .15), transparent 34%),
        linear-gradient(145deg, #151515, #090909);
}

.show-booking-intro {
    max-width: 920px;
}

.show-booking-intro h2 {
    max-width: 980px;
    font-size: clamp(2.25rem, 5.5vw, 5.5rem);
}

.show-booking-intro > p:last-child {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.show-booking-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 34px;
}

.show-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.show-detail-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: rgba(0, 0, 0, .34);
}

.show-detail-list span {
    color: var(--shows-accent);
    font-size: .72rem;
    font-weight: 900;
}

.show-detail-list strong {
    line-height: 1.35;
}

.show-duration-card {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 26px;
    border-radius: 20px;
    background: var(--shows-accent);
    color: #070707;
}

.show-duration-card > span {
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.show-duration-card > strong {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: .95;
}

.show-duration-card .primary-button {
    margin-top: 8px;
    border: 1px solid rgba(0, 0, 0, .22);
    background: #090909;
    color: #fff;
    text-align: center;
}

.social-network-hero {
    background:
        radial-gradient(circle at 78% 28%, rgba(91, 240, 132, .2), transparent 33%),
        radial-gradient(circle at 25% 78%, rgba(45, 194, 122, .13), transparent 34%);
}

.social-network-hero .eyebrow,
.social-network-hero h1 {
    color: #68ef8e;
}

.social-network-heading {
    align-items: end;
}

.social-network-heading .eyebrow,
.social-network-heading h2 {
    color: #68ef8e;
}

.social-network-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}

.social-network-card {
    --network-accent: var(--lime);
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: linear-gradient(145deg, #161616, #0c0c0c);
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.social-network-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--network-accent);
    opacity: .72;
}

.social-network-card:hover {
    border-color: color-mix(in srgb, var(--network-accent) 55%, transparent);
    background: linear-gradient(145deg, color-mix(in srgb, var(--network-accent) 10%, #161616), #0c0c0c);
    transform: translateY(-3px);
}

.social-network-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--network-accent) 45%, transparent);
    border-radius: 19px;
    background: color-mix(in srgb, var(--network-accent) 10%, transparent);
    color: var(--network-accent);
}

.social-network-icon svg {
    width: 36px;
    height: 36px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-network-icon .icon-dot,
.social-network-icon .icon-play,
.social-network-icon .icon-fill {
    fill: currentColor;
    stroke: none;
}

.social-network-copy {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.social-network-copy strong {
    font-size: 1.35rem;
}

.social-network-copy small {
    overflow: hidden;
    color: var(--muted);
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.social-network-arrow {
    color: var(--network-accent);
    font-size: 1.65rem;
    transition: transform .2s ease;
}

.social-network-card:hover .social-network-arrow {
    transform: translate(3px, -3px);
}

.social-network-card:focus-visible {
    outline: 2px solid var(--network-accent);
    outline-offset: 4px;
}

.social-network-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 34px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: var(--muted);
    text-align: center;
}

.social-network-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
}

.social-instagram { --network-accent: #ff4d9b; }
.social-youtube { --network-accent: #ff5b5b; }
.social-spotify { --network-accent: #65e572; }
.social-tiktok { --network-accent: #67e7e1; }
.social-facebook { --network-accent: #7ca8ff; }

.app-section {
    --section-light-rgb: 242, 255, 0;
    --section-light-secondary-rgb: 255, 106, 0;
    --depth-title-x: 0px;
    --depth-title-y: 0px;
    --depth-copy-x: 0px;
    --depth-copy-y: 0px;
    --depth-back-x: 0px;
    --depth-back-y: 0px;
    --depth-light-x: 0px;
    --depth-light-y: 0px;
    position: relative;
    isolation: isolate;
}

[data-app-section="musica"] {
    --section-light-rgb: 255, 39, 127;
    --section-light-secondary-rgb: 169, 60, 255;
}

[data-app-section="videos"] {
    --section-light-rgb: 59, 215, 255;
    --section-light-secondary-rgb: 55, 112, 255;
}

[data-app-section="shows"] {
    --section-light-rgb: 169, 112, 255;
    --section-light-secondary-rgb: 255, 39, 127;
}

[data-app-section="biografia"] {
    --section-light-rgb: 255, 106, 0;
    --section-light-secondary-rgb: 255, 174, 45;
}

[data-app-section="redes"] {
    --section-light-rgb: 104, 239, 142;
    --section-light-secondary-rgb: 45, 194, 122;
}

.app-section::before,
.app-section::after {
    content: "";
    position: fixed;
    z-index: 0;
    pointer-events: none;
}

.app-section::before {
    inset: var(--header) -18vw -18vh;
    background-image:
        radial-gradient(circle, rgba(var(--section-light-rgb), .15) 0, rgba(var(--section-light-rgb), .055) 28%, transparent 64%),
        radial-gradient(circle, rgba(var(--section-light-secondary-rgb), .1) 0, transparent 62%);
    background-repeat: no-repeat;
    background-position: -12% 4%, 112% 88%;
    background-size: 72% 72%, 66% 66%;
    opacity: .72;
    transform: translate3d(var(--depth-light-x), var(--depth-light-y), 0);
    animation: lisaurioAmbientLights 24s ease-in-out infinite alternate;
    will-change: background-position, transform;
}

.app-section::after {
    inset: var(--header) -35vw 0;
    background: linear-gradient(112deg, transparent 28%, rgba(var(--section-light-rgb), .055) 45%, transparent 62%);
    background-position: 100% 0;
    background-size: 240% 100%;
    opacity: .75;
    transform: translate3d(var(--depth-light-x), var(--depth-light-y), 0);
    animation: lisaurioAmbientBeam 28s ease-in-out infinite;
    will-change: background-position, transform;
}

.app-section > * {
    position: relative;
    z-index: 1;
}

.has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) h1 {
    transform: translate3d(var(--depth-title-x), var(--depth-title-y), 0);
}

.has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) :is(.eyebrow, .lead),
.has-depth-effects .app-section .content-block h2 {
    transform: translate3d(var(--depth-copy-x), var(--depth-copy-y), 0);
}

.has-depth-effects .app-section .section-hero img {
    animation: lisaurioPhotoBreath 18s ease-in-out infinite alternate;
    transform-origin: center center;
}

.has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) h1,
.has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) :is(.eyebrow, .lead),
.has-depth-effects .app-section .content-block h2,
.has-depth-effects .app-section .section-hero img {
    transition: transform .18s cubic-bezier(.2, .75, .25, 1);
    will-change: transform;
}

@keyframes lisaurioAmbientLights {
    0% { background-position: -12% 4%, 112% 88%; }
    50% { background-position: 2% 18%, 98% 70%; }
    100% { background-position: 15% 10%, 88% 82%; }
}

@keyframes lisaurioAmbientBeam {
    0%, 18% { background-position: 100% 0; opacity: .28; }
    52% { opacity: .72; }
    82%, 100% { background-position: 0 0; opacity: .24; }
}

@keyframes lisaurioPhotoBreath {
    from {
        transform: translate3d(var(--depth-back-x), var(--depth-back-y), 0) scale(1.012);
    }
    to {
        transform: translate3d(var(--depth-back-x), var(--depth-back-y), 0) scale(1.034);
    }
}

@media (max-width: 767px) {
    .mobile-nav {
        gap: 2px;
    }

    .mobile-nav button {
        min-width: 55px;
        min-height: 44px;
        padding-inline: 2px;
        color: #747474;
        font-size: .56rem;
    }

    .mobile-nav .mobile-nav-icon {
        --section-icon: none;
        display: grid;
        width: 32px;
        height: 27px;
        place-items: center;
        background-color: currentColor;
        font-size: 1rem;
        -webkit-mask: var(--section-icon) center / contain no-repeat;
        mask: var(--section-icon) center / contain no-repeat;
    }

    .mobile-nav .section-icon-inicio { --section-icon: url("../img/iconos-secciones/inicio.svg"); }
    .mobile-nav .section-icon-musica { --section-icon: url("../img/iconos-secciones/musica.svg"); }
    .mobile-nav .section-icon-videos { --section-icon: url("../img/iconos-secciones/videos.svg"); }
    .mobile-nav .section-icon-shows { --section-icon: url("../img/iconos-secciones/shows.svg"); }
    .mobile-nav .section-icon-biografia { --section-icon: url("../img/iconos-secciones/biografia.svg"); }
    .mobile-nav .section-icon-redes { --section-icon: url("../img/iconos-secciones/redes.svg"); }

    .mobile-nav button.is-active .mobile-nav-icon {
        filter: drop-shadow(0 0 4px currentColor);
    }

    .mobile-nav button[data-go="inicio"].is-active { color: #f2ff00; }
    .mobile-nav button[data-go="musica"].is-active { color: #ff277f; }
    .mobile-nav button[data-go="videos"].is-active { color: #3bd7ff; }
    .mobile-nav button[data-go="shows"].is-active { color: #a970ff; }
    .mobile-nav button[data-go="biografia"].is-active { color: #ff6a00; }
    .mobile-nav button[data-go="redes"].is-active { color: #68ef8e; }

    .app-section {
        min-height: calc(100svh - var(--header));
    }

    [data-app-section="inicio"] {
        height: 100svh;
        min-height: 100svh;
        overflow: hidden;
    }

    [data-app-section="inicio"] .home-hero {
        height: calc(100svh - var(--header));
        min-height: 0;
        background-image:
            linear-gradient(0deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .2) 70%),
            url("../img/lisaurio-bg-1.png");
    }

    .section-hero {
        gap: 22px;
        padding: 22px 18px 28px;
    }

    .section-hero h1,
    .compact-hero h1 {
        max-width: 100%;
        font-size: clamp(3.1rem, 17vw, 5.2rem);
        overflow-wrap: anywhere;
    }

    .hero-copy {
        min-width: 0;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(3.5rem, 19.5vw, 5.7rem);
    }

    .section-hero img {
        height: min(52svh, 470px);
        border-radius: 18px;
    }

    .music-hero img {
        object-position: center 42%;
    }

    .bio-hero img {
        height: min(58svh, 520px);
        object-position: center top;
    }

    .section-hero .lead {
        margin-bottom: 0;
    }

    .compact-hero {
        padding: 38px 20px 30px;
    }

    .content-block {
        padding: 46px 18px;
    }

    .section-hero + .content-block,
    .compact-hero + .content-block {
        padding-top: 24px;
    }

    [data-app-section="videos"] > .content-block,
    [data-app-section="shows"] > .shows-content,
    [data-app-section="biografia"] > .story-grid {
        padding-bottom: calc(128px + env(safe-area-inset-bottom));
    }

    .section-heading,
    .story-grid {
        gap: 18px;
        align-items: start;
    }

    .section-heading > p,
    .story-grid > div + div,
    .story-grid > p {
        margin: 0;
        font-size: .98rem;
        line-height: 1.65;
    }

    .content-block h2,
    .social-callout h2 {
        font-size: clamp(2.15rem, 12vw, 3.6rem);
        overflow-wrap: anywhere;
    }

    .spotify-player {
        margin-top: 24px;
        border-radius: 16px;
    }

    .spotify-player,
    .spotify-player iframe,
    .spotify-loading {
        min-height: 352px;
        height: 352px;
    }

    .spotify-action {
        margin-top: 18px;
    }

    .intro-logo-stage {
        width: min(92vw, 440px);
    }

    .spotify-disclosure {
        margin-bottom: 54px;
        border-radius: 16px;
    }

    .spotify-disclosure summary {
        padding: 20px 54px 20px 18px;
    }

    .spotify-disclosure summary::after {
        right: 18px;
    }

    .spotify-disclosure .spotify-player {
        margin: 0 10px;
    }

    .spotify-disclosure .spotify-action {
        margin: 16px 10px 18px;
    }

    .track-list {
        margin-top: 24px;
    }

    [data-app-section="musica"] > .content-block {
        padding-bottom: calc(120px + env(safe-area-inset-bottom));
    }

    .compact-playlist {
        border-radius: 16px;
    }

    .playlist-player {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }

    .playlist-player-copy strong {
        font-size: .9rem;
    }

    .playlist-player audio {
        height: 40px;
    }

    .track {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 10px;
        min-height: 58px;
        padding: 7px 10px;
    }

    .track-play {
        width: 42px;
        height: 42px;
        font-size: .72rem;
    }

    .track strong {
        font-size: .84rem;
        line-height: 1.25;
    }

    .track > .track-download {
        padding: 7px 8px;
        font-size: .58rem;
    }

    .video-grid {
        gap: 28px;
    }

    .video-frame {
        border-radius: 15px;
    }

    .video-card h3 {
        font-size: .98rem;
        line-height: 1.35;
    }

    .instagram-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
        margin-top: 26px;
    }

    .instagram-card {
        width: min(100%, 310px);
        padding: 8px;
        border-radius: 16px;
    }

    .instagram-loading {
        min-height: 340px;
    }

    .repertoire-disclosure {
        margin-top: 12px;
        border-radius: 17px;
    }

    .instagram-disclosure {
        border-radius: 17px;
    }

    .instagram-disclosure summary {
        padding: 22px 56px 22px 18px;
    }

    .instagram-disclosure summary::after {
        right: 18px;
    }

    .instagram-disclosure-body {
        padding: 0 10px 22px;
    }

    .repertoire-disclosure summary {
        padding: 22px 56px 22px 18px;
    }

    .repertoire-disclosure summary::after {
        right: 18px;
    }

    .repertoire-body {
        padding: 0 16px 22px;
    }

    .cover-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cover-list li {
        padding: 13px 8px;
        font-size: .85rem;
    }

    .show-booking {
        margin-top: 48px;
        padding: 24px 16px;
        border-radius: 18px;
    }

    .show-booking-intro h2 {
        font-size: clamp(2.15rem, 11vw, 3.35rem);
    }

    .show-booking-grid,
    .show-detail-list {
        grid-template-columns: 1fr;
    }

    .show-booking-grid {
        gap: 14px;
        margin-top: 26px;
    }

    .show-detail-list li {
        padding: 15px;
    }

    .show-duration-card {
        padding: 22px;
    }

    .social-network-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .social-network-content {
        padding-bottom: calc(128px + env(safe-area-inset-bottom));
    }

    .social-network-card {
        grid-template-columns: 58px minmax(0, 1fr) auto;
        gap: 13px;
        padding: 14px;
        border-radius: 17px;
    }

    .social-network-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
    }

    .social-network-icon {
        width: 58px;
        height: 58px;
        border-radius: 15px;
    }

    .social-network-icon svg {
        width: 30px;
        height: 30px;
    }

    .social-network-copy strong {
        font-size: 1.05rem;
    }

    .social-network-copy small {
        font-size: .78rem;
    }

    .biography-copy {
        gap: 1rem;
    }

    .biography-video-dialog {
        width: calc(100% - 18px);
        max-height: calc(100dvh - 18px);
        border-radius: 17px;
    }

    .biography-video-dialog.is-instagram {
        width: min(350px, calc(100% - 18px));
    }

    .biography-video-shell {
        padding: 10px;
    }

    .social-callout {
        padding: 64px 20px;
    }

    .site-footer {
        padding-top: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-section::before {
        animation: none !important;
        background-position: 0 12%, 100% 82%;
        transform: none !important;
    }

    .app-section::after {
        display: none;
    }

    .has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) h1,
    .has-depth-effects .app-section :is(.hero-copy, .section-hero, .compact-hero) :is(.eyebrow, .lead),
    .has-depth-effects .app-section .content-block h2,
    .app-section .section-hero img {
        animation: none !important;
        transform: none !important;
    }

    .intro-splash,
    .intro-logo-stage,
    .intro-logo-stage img,
    .intro-orbit {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}
