:root {
    --bg: #070707;
    --ink: #f7f7f7;
    --muted: #c7c7c7;
    --red: #dc3545;
    --red-soft: #ff5c69;
    --line: rgba(255, 255, 255, .16);
    --panel: #151515;
    --panel-2: #1d1d1d;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(0, 0, 0, .88);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand img {
    display: block;
    width: 190px;
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.nav-links a:hover {
    color: var(--red-soft);
}

.hero {
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .78) 48%, rgba(0, 0, 0, .5) 100%),
        url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1800&q=80") center/cover;
    border-bottom: 1px solid var(--line);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    align-items: center;
    gap: 52px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-copy h1 {
    max-width: 780px;
    margin: 0 0 22px;
    font-size: clamp(48px, 8vw, 112px);
    line-height: .88;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-copy p {
    max-width: 660px;
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.5;
}

.kicker,
.label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--red-soft);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero-logo {
    width: min(520px, 100%);
    justify-self: center;
    filter: drop-shadow(0 30px 46px rgba(0, 0, 0, .9));
}

.date-band {
    background: #fff;
    color: #0a0a0a;
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.date-grid > div {
    padding: 34px 28px;
    border-right: 1px solid rgba(0, 0, 0, .16);
}

.date-grid > div:last-child {
    border-right: 0;
}

.date-grid .label {
    color: var(--red);
    margin-bottom: 8px;
}

.date-grid strong {
    display: block;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    text-transform: uppercase;
}

.section {
    padding: 92px 0;
}

.section-black {
    background: #000;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-head h2 {
    margin: 0 0 14px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: .95;
    text-transform: uppercase;
    font-weight: 900;
}

.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.5;
}

.band-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.band-grid-pending {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.band-tile,
.sponsor-list article,
.support-form {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
}

.band-tile {
    min-height: 210px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.band-tile h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
}

.band-tile p {
    margin: 0 0 14px;
    color: var(--muted);
}

.band-tile span {
    color: #fff;
    font-weight: 800;
}

.lineup-wrap {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 46px;
    align-items: start;
}

.lineup-list {
    display: grid;
    gap: 14px;
}

.lineup-row {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 116px;
    padding: 26px 30px;
    border: 1px solid var(--line);
    border-left: 6px solid var(--red);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(220, 53, 69, .14), rgba(255, 255, 255, .03)),
        var(--panel);
}

.lineup-row time {
    color: #fff;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 46px);
    line-height: .9;
    text-transform: uppercase;
}

.lineup-row strong {
    font-size: clamp(28px, 5vw, 62px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
}

.lineup-row span {
    color: var(--muted);
}

.sponsor-section {
    background:
        linear-gradient(rgba(7, 7, 7, .86), rgba(7, 7, 7, .94)),
        url("https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 46px;
}

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

.sponsor-list article {
    padding: 28px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(21, 21, 21, .86);
}

.sponsor-list h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
}

.sponsor-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.sponsor-cta {
    margin-top: 26px;
}

.support-grid {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: 46px;
    align-items: start;
}

.support-form {
    padding: 28px;
}

.support-form label {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 800;
}

.support-form input,
.support-form textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #080808;
    color: #fff;
    padding: 14px 16px;
    font: inherit;
}

.support-form input:focus,
.support-form textarea:focus {
    outline: 2px solid rgba(220, 53, 69, .62);
    border-color: transparent;
}

.site-footer {
    padding: 34px 0;
    background: #070707;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--muted);
}

.footer-inner img {
    width: 180px;
    height: auto;
}

.footer-inner p {
    margin: 0;
}

@media (max-width: 991px) {
    .hero-grid,
    .lineup-wrap,
    .sponsor-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }

    .band-grid,
    .sponsor-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-logo {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .brand img {
        width: 160px;
    }

    .nav-links {
        width: 100%;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 4px;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        padding-top: 54px;
        padding-bottom: 54px;
        gap: 32px;
    }

    .hero-copy p,
    .section-head p {
        font-size: 18px;
    }

    .date-grid,
    .band-grid,
    .sponsor-list {
        grid-template-columns: 1fr;
    }

    .date-grid > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .16);
    }

    .date-grid > div:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 68px 0;
    }

    .lineup-row {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 12px;
        padding: 24px;
    }
}


/* === Mejoras Line Up Admin / Público === */
.fw-black { font-weight: 900; }
.lineup-editor-card {
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(135deg, rgba(220,53,69,.12), transparent 34%), var(--panel);
}
.lineup-editor-time {
    background: #050505;
    border-right: 1px solid rgba(255,255,255,.12);
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
.lineup-editor-time span {
    font-size: clamp(36px, 5vw, 64px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -0.08em;
}
.lineup-editor-time small {
    color: var(--red-soft);
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
}
.lineup-mini-list {
    display: grid;
    gap: 10px;
}
.lineup-mini-list div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.lineup-mini-list strong {
    color: var(--red-soft);
}
.lineup-mini-list span {
    font-weight: 800;
}
.lineup-section {
    position: relative;
    overflow: hidden;
}
.lineup-section::before {
    content: 'LINE UP';
    position: absolute;
    right: -2vw;
    top: 10px;
    font-size: clamp(80px, 16vw, 230px);
    line-height: 1;
    font-weight: 900;
    color: rgba(255,255,255,.035);
    pointer-events: none;
}
.lineup-row {
    position: relative;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(220,53,69,.16), rgba(255,255,255,.025));
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.lineup-row:hover {
    transform: translateX(8px);
    background: linear-gradient(135deg, rgba(220,53,69,.26), rgba(255,255,255,.04));
}
.lineup-row > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lineup-row small {
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
@media (max-width: 768px) {
    .lineup-editor-time {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .lineup-wrap {
        grid-template-columns: 1fr;
    }
    .lineup-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px;
    }
    .nav-links {
        display: none;
    }
}
