/*
Theme Name: Artist Core Child
Theme URI: https://yechel.com
Description: Tema hijo para Artist Core
Author: Hector Kolin
Author URI: https://yechel.com
Template: artist-core
Version: 1.0
Text Domain: artist-core-child
*/

.hero-artist {
    background-image:
        linear-gradient(to bottom, rgba(10,10,10,0.20), rgba(10,10,10,0.88)),
        url('https://antunlwin.com/wp-content/uploads/2025/10/Antun-Lwin.jpg');
}

.video-1 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('https://antunlwin.com/wp-content/uploads/2026/03/Antun-Lwin-Concierto.jpg');
    background-size: cover;
    background-position: center;
}

.video-2 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('https://antunlwin.com/wp-content/uploads/2026/03/Antun-Lwin-Set.jpg');
    background-size: cover;
    background-position: center;
}

.video-3 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('https://antunlwin.com/wp-content/uploads/2026/03/Antun-Lwin-Estudio.jpg');
    background-size: cover;
    background-position: center;
}

.music-1 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-MUSIC-1');
    background-size: cover;
    background-position: center;
}

.music-2 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-MUSIC-2');
    background-size: cover;
    background-position: center;
}

.music-3 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-MUSIC-3');
    background-size: cover;
    background-position: center;
}

.project-1 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-PROJECT-1');
    background-size: cover;
    background-position: center;
}

.project-2 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-PROJECT-2');
    background-size: cover;
    background-position: center;
}

.project-3 {
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10)),
        url('URL-PROJECT-3');
    background-size: cover;
    background-position: center;
}



.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #d8a54a;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.25s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #f0c971;
}

.back-to-top-arrow {
    line-height: 1;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 640px) {
    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

.section-heading {
    margin-bottom: 28px;
}

.section-kicker {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d8a54a;
    font-weight: 700;
    margin-bottom: 10px;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.platform-card {
    position: relative;
    min-height: 132px;
    border-radius: 20px;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        #1b1b1b;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.platform-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(216,165,74,0.10), rgba(255,255,255,0.00) 45%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.platform-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.28);
    border-color: rgba(216,165,74,0.32);
}

.platform-card:hover::before {
    opacity: 1;
}

.platform-icon,
.platform-content {
    position: relative;
    z-index: 2;
}

.platform-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
}

.platform-svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    display: block;
}

.platform-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.platform-label {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.platform-subtitle {
    font-size: 14px;
    color: #cfcfcf;
    line-height: 1.3;
}

.platform-youtube .platform-icon {
    background: #ff0000;
}

.platform-facebook .platform-icon {
    background: #1877f2;
}

.platform-instagram .platform-icon {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.platform-tiktok .platform-icon {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.12);
}

.platform-spotify .platform-icon {
    background: #1db954;
}

.platform-apple .platform-icon {
    background: #ffffff;
    color: #111111;
}

@media (max-width: 991px) {
    .platform-grid {
        grid-template-columns: 1fr;
    }
}

<?php
$youtube_url  = get_field('youtube_url');
$facebook_url = get_field('facebook_url');
?>

.featured-videos-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start;
}

.video-feature-main {
    background: #161616;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.06);
}

.video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000000;
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-feature-content {
    padding: 22px;
}

.video-feature-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
    font-weight: 900;
    color: #ffffff;
}

.video-feature-text {
    font-size: 16px;
    color: #cfcfcf;
    margin-bottom: 16px;
}

.video-feature-link {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: #d8a54a;
    color: #111111;
    font-weight: 800;
}

.video-side-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-side-card {
    display: flex;
    gap: 16px;
    background: #161616;
    border-radius: 18px;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-side-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.24);
}

.video-side-thumb {
    position: relative;
    width: 170px;
    min-width: 170px;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.video-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(0,0,0,0.70);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}

.video-side-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-side-info h3 {
    font-size: 20px;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 800;
}

.video-side-info p {
    font-size: 14px;
    color: #c8c8c8;
}

@media (max-width: 991px) {
    .featured-videos-layout {
        grid-template-columns: 1fr;
    }

    .video-side-card {
        flex-direction: column;
    }

    .video-side-thumb {
        width: 100%;
        min-width: 100%;
        aspect-ratio: 16 / 9;
    }
}

.featured-videos-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.video-feature-main {
    background: #161616;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.06);
}

.video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000000;
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-feature-content {
    padding: 22px;
}

.video-feature-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
    font-weight: 900;
    color: #ffffff;
}

.video-feature-text {
    font-size: 16px;
    color: #cfcfcf;
}

.video-side-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.video-side-card {
    width: 100%;
    display: flex;
    gap: 16px;
    background: #161616;
    border-radius: 18px;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    text-align: left;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.video-side-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.24);
    border-color: rgba(216,165,74,0.35);
}

.video-side-card.is-active {
    border-color: #d8a54a;
    box-shadow: 0 0 0 1px rgba(216,165,74,0.25), 0 16px 28px rgba(0,0,0,0.24);
}

.video-side-thumb {
    position: relative;
    width: 220px;
    min-width: 220px;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.video-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(0,0,0,0.70);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}

.video-side-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-side-info h3 {
    font-size: 20px;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 800;
}

.video-side-info p {
    font-size: 14px;
    color: #c8c8c8;
}

@media (max-width: 991px) {
    .video-side-card {
        flex-direction: column;
    }

    .video-side-thumb {
        width: 100%;
        min-width: 100%;
    }
}

.audio-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 28px;
    align-items: start;
}

.audio-feature {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    background: #161616;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 14px 32px rgba(0,0,0,0.22);
}

.audio-cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-color: #222222;
}

.audio-cover-main {
    background-image: url('URL-PORTADA-AUDIO-1.jpg');
}

.audio-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.audio-type {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d8a54a;
    font-weight: 700;
    margin-bottom: 10px;
}

.audio-title {
    font-size: 32px;
    line-height: 1.05;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.audio-meta {
    font-size: 14px;
    color: #d2d2d2;
    margin-bottom: 12px;
}

.audio-text {
    font-size: 15px;
    color: #e0e0e0;
    margin-bottom: 18px;
    max-width: 90%;
}

.audio-player {
    width: 100%;
}

.audio-track-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.audio-track {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #161616;
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,0.06);
    color: #ffffff;
    cursor: pointer;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.audio-track:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.22);
    border-color: rgba(216,165,74,0.28);
}

.audio-track.is-active {
    border-color: #d8a54a;
    box-shadow: 0 0 0 1px rgba(216,165,74,0.24), 0 14px 28px rgba(0,0,0,0.22);
}

.audio-track-number {
    font-size: 24px;
    font-weight: 900;
    color: #d8a54a;
    min-width: 34px;
}

.audio-track-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.audio-track-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.audio-track-subtitle {
    font-size: 14px;
    color: #c8c8c8;
}

@media (max-width: 991px) {
    .audio-layout {
        grid-template-columns: 1fr;
    }

    .audio-feature {
        grid-template-columns: 1fr;
    }

    .audio-cover {
        max-width: 320px;
    }
}

.contact-info {
    margin-top: 18px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}

.contact-info a {
    color: #d8a54a;
    text-decoration: none;
    font-weight: 700;
}

.contact-info a:hover {
    color: #f0c971;
}

.site-footer a {
    color: #d8a54a;
    text-decoration: none;
    font-weight: 700;
}

.site-footer a:hover {
    color: #f0c971;
}