html {
    scroll-behavior: smooth;
}

:root {
    --gold: #D99000;
    --black: #050505;
    --dark: #0b0b0b;
    --soft-white: rgba(255, 255, 255, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--black);
    color: white;
    font-family: 'JetBrains Mono', monospace;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    opacity: 0.08;
    pointer-events: none;
    z-index: 999;
}

h1,
h2,
h3,
.nav-logo {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 3px;
}

a {
    color: inherit;
}

/* -------------------------
   Navigation
------------------------- */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.nav-logo {
    color: var(--gold);
    font-size: 26px;
    text-decoration: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    margin-left: 25px;
    font-size: 14px;
    transition: 0.3s;
}

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

/* -------------------------
   Hero
------------------------- */
.hero {
    min-height: 100vh;
    padding: 150px 30px 90px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.9)),
        url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(217, 144, 0, 0.18), transparent 45%);
    pointer-events: none;
}

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

.logo {
    width: 420px;
    max-width: 85%;
    margin-bottom: 35px;
}

.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 115px;
    line-height: 0.85;
    margin: 0;
    color: white;
    text-shadow: 6px 6px 0 var(--gold);
}

.hero-text {
    color: white;
    font-size: 18px;
    margin-top: 25px;
}

.event-date {
    margin-top: 15px;
    color: var(--gold);
    font-size: 16px;
    letter-spacing: 2px;
}

/* Hero intro animation */
.hero .logo,
.hero-title,
.hero-text,
.eyebrow,
.event-date,
.hero .button {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
}

.hero .logo { animation-delay: 0.2s; }
.eyebrow { animation-delay: 0.4s; }
.hero-title { animation-delay: 0.6s; }
.hero-text { animation-delay: 0.8s; }
.event-date { animation-delay: 1s; }
.hero .button { animation-delay: 1.2s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------------
   Buttons
------------------------- */
.button {
    background: var(--gold);
    color: black;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.button:hover {
    background: white;
    transform: translateY(-3px);
}

/* -------------------------
   Sections
------------------------- */
.section {
    padding: 100px 40px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid rgba(217, 144, 0, 0.15);
}

.section h2 {
    color: var(--gold);
    font-size: 55px;
    margin-bottom: 25px;
}

.section p {
    font-size: 18px;
    line-height: 1.7;
}

#about p {
    margin-bottom: 25px;
}

.small-title {
    color: var(--gold);
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

.genre {
    color: var(--gold);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* -------------------------
   Event card
------------------------- */
.event-card {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--soft-white);
    border-radius: 25px;
    padding: 30px;
    overflow: hidden;
}

.event-card img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.event-info h3 {
    font-size: 55px;
    margin: 10px 0;
    color: white;
}

/* -------------------------
   Artist cards
------------------------- */
.artist-stats {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0 10px;
    flex-wrap: wrap;
}

.artist-stat {
    min-width: 180px;
    padding: 18px 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--soft-white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
}

.artist-stat:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.artist-stat-number {
    color: var(--gold);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    line-height: 1;
}

.artist-stat-label {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* Line-up reveal animation: JavaScript adds .fade-card only when supported. */
.cards .card.fade-card {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.7s ease var(--reveal-delay, 0ms),
        transform 0.7s ease var(--reveal-delay, 0ms),
        border-color 0.4s ease;
}

.cards .card.fade-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.cards .card.fade-card.visible:hover {
    transform: translateY(-10px);
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-top: 50px;
    align-items: stretch;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 25px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
    backdrop-filter: blur(10px);
}

/* Every artist card now uses exactly the same layout. */
.artist-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
}

.card h3 {
    color: var(--gold);
    font-size: 32px;
    margin: 20px 0 10px;
}

.card h3,
.card p {
    padding-left: 20px;
    padding-right: 20px;
}

.card p {
    font-size: 15px;
}

/* Keeps the final description aligned at the bottom on every artist card. */
.artist-card > p:last-child {
    margin-top: auto;
    padding-bottom: 25px;
}

/* Normal artist photos, for future portrait cards. */
.card > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.card:hover > img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Shared poster button for Ris Flower, Partners in Crime, Vidya Ram, etc. */
.artist-card .poster-button {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: none;
    border-radius: 20px 20px 0 0;
    background: transparent;
    cursor: pointer;
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

.artist-card .poster-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%);
    transform: scale(1);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.artist-card .poster-button:hover img,
.artist-card:hover .poster-button img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Founder reveal: same card system, with a subtle premium accent. */
.founder-card {
    position: relative;
    border-color: rgba(217, 144, 0, 0.45);
    box-shadow: inset 0 0 0 1px rgba(217, 144, 0, 0.08);
}

.founder-card:hover {
    box-shadow:
        inset 0 0 0 1px rgba(217, 144, 0, 0.18),
        0 24px 55px rgba(217, 144, 0, 0.14);
}

.founder-ribbon {
    align-self: center;
    margin: 18px 20px 0;
    padding: 7px 13px;
    border: 1px solid rgba(217, 144, 0, 0.55);
    border-radius: 999px;
    color: var(--gold);
    background: rgba(217, 144, 0, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.founder-card h3 {
    margin-top: 14px;
}

.founder-modal .modal-content {
    border-color: rgba(217, 144, 0, 0.5);
    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.82),
        0 0 55px rgba(217, 144, 0, 0.10);
}

/* Mystery cards */
.mystery-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.92)),
        radial-gradient(circle, rgba(217, 144, 0, 0.25), transparent 45%);
    color: var(--gold);
    font-size: 90px;
    font-family: 'Bebas Neue', sans-serif;
}

.mystery h3 {
    color: var(--gold);
}

.artist-link {
    display: inline-block;
    margin: 0 20px 25px;
    color: var(--gold);
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.artist-link:hover {
    color: white;
}

.poster-button:focus-visible,
.button:focus-visible,
.modal-close:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible,
.partner-logos a:focus-visible,
.artist-link:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
}

/* -------------------------
   Gallery / media
------------------------- */
.media-row {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    flex-wrap: wrap;
}

.media-card {
    width: 100%;
    max-width: 360px;
    text-align: center;
}

.media-card h3 {
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}

.media-card img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.reel-wrapper {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: black;
    border: 1px solid var(--soft-white);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.reel-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: black;
}

/* -------------------------
   Tickets
------------------------- */
.tickets {
    background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
        url("https://images.unsplash.com/photo-1506157786151-b8491531f0631?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    max-width: none;
}

.tickets h2 {
    font-size: 70px;
}

/* -------------------------
   Partners
------------------------- */
.partners {
    padding: 80px 30px;
    text-align: center;
    background: var(--black);
}

.partner-logos {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.partner-logos a {
    width: 210px;
    height: 120px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--soft-white);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.partner-logos a:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
}

.partner-logos img {
    max-width: 150px;
    max-height: 80px;
    object-fit: contain;
    opacity: 1;
}

/* -------------------------
   Footer
------------------------- */
.footer {
    background: var(--black);
    border-top: 1px solid #333;
    text-align: center;
    padding: 60px 20px;
}

.footer h2 {
    color: var(--gold);
    font-size: 42px;
}

.footer p {
    color: white;
}

.footer-event {
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 14px;
}

.footer-links {
    margin-top: 25px;
}

.footer-links a {
    color: var(--gold);
    text-decoration: none;
    margin: 0 12px;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    margin-top: 30px;
    font-size: 12px;
    color: #777;
}

/* -------------------------
   Artist modal
------------------------- */
.artist-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.artist-modal.active {
    display: flex;
}

.modal-content {
    position: relative;
    max-width: 900px;
    width: 100%;
    background: var(--dark);
    border: 1px solid var(--soft-white);
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.8);
}

.modal-content img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    display: block;
}

.modal-text {
    text-align: left;
}

.modal-text h2 {
    color: var(--gold);
    font-size: 60px;
    margin: 10px 0;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 2;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 900px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 15px 20px;
    }

    .nav-links {
        text-align: center;
    }

    .nav-links a {
        margin: 0 8px;
        font-size: 13px;
    }

    .hero {
        padding: 130px 20px 70px;
        overflow: hidden;
    }

    .logo {
        width: 300px;
        max-width: 85%;
        margin-bottom: 30px;
    }

    .hero-title {
        font-size: 70px;
        line-height: 0.9;
    }

    .hero-text,
    .event-date {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-text {
        font-size: 16px;
    }

    .event-date {
        font-size: 14px;
    }

    .section {
        padding: 80px 25px;
    }

    .section h2 {
        font-size: 44px;
    }

    .section p {
        font-size: 16px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .card:hover {
        transform: none;
    }

    .event-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .event-info h3 {
        font-size: 42px;
    }

    .partner-logos {
        flex-direction: column;
        gap: 25px;
    }

    .modal-content {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-content img {
        max-height: none;
        height: auto;
    }

    .modal-text {
        text-align: center;
    }

    .modal-text h2 {
        font-size: 45px;
    }
}

/* Phones and tablets: no hover tricks. Show images in colour immediately. */
@media (hover: none) {
    .card > img,
    .poster-button img {
        filter: grayscale(0%);
        transform: none;
    }

    .poster-button:hover img {
        filter: grayscale(0%);
        transform: none;
    }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .hero .logo,
    .hero-title,
    .hero-text,
    .eyebrow,
    .event-date,
    .hero .button {
        opacity: 1;
        transform: none;
    }

    .cards .card.fade-card,
    .cards .card.fade-card.visible {
        opacity: 1;
        transform: none;
    }
}

/* Artist cards on touch devices: show posters in colour without hover effects. */
@media (hover: none) {
    .artist-card .poster-button img {
        filter: grayscale(0%);
        transform: none;
    }

    .artist-card .poster-button:hover img,
    .artist-card:hover .poster-button img {
        filter: grayscale(0%);
        transform: none;
    }
}

.event-poster-button {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.event-poster-button img {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    border: 1px solid transparent;
    border-radius: 20px;
}

.event-poster-button::after {
    content: "🔍 View full poster";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    pointer-events: none;
}

.event-poster-button:hover img {
    transform: scale(1.03);
    border-color: var(--gold);
    box-shadow:
        0 0 0 2px rgba(217, 144, 0, 0.25),
        0 20px 40px rgba(0, 0, 0, 0.45);
}

.event-poster-button:hover::after {
    opacity: 1;
}

.poster-modal-content {
    display: block;
    max-width: 850px;
    padding: 20px;
}

.poster-modal-content img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 15px;
}
@media (hover: none) {
    .event-poster-button::after {
        content: "Tap to view full poster";
        opacity: 1;
        inset: auto 12px 12px;
        padding: 10px 12px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.72);
        font-size: 12px;
        letter-spacing: 1px;
    }

    .event-poster-button:hover img {
        transform: none;
        box-shadow: none;
        border-color: transparent;
    }
}

@media (max-width: 768px) {
    #jordanModal .modal-content img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 768px) {
    #shwetaModal .modal-content img {
        width: 88%;
        margin: 0 auto;
        display: block;
    }

    .founder-ribbon {
        margin-top: 15px;
    }
}

/* Shweta uses the same modal layout as the other artists. */
@media (max-width: 768px) {
    #shwetaModal .modal-content img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}


.lineup-complete {
    width: min(100%, 410px);
    margin: 30px auto 22px;
    padding: 28px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(217, 144, 0, 0.28);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

.lineup-complete-title {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    line-height: 1;
}

.lineup-complete-title span,
.lineup-complete-title strong {
    display: block;
}

.lineup-complete-title span {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.55rem, 4vw, 2rem);
    font-weight: 400;
}

.lineup-complete-title strong {
    margin-top: 5px;
    color: var(--gold);
    font-size: clamp(1.9rem, 5vw, 2.45rem);
    font-weight: 400;
}

.lineup-complete-copy {
    max-width: 290px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.65;
}

.lineup-complete-details {
    margin: 18px 0 0;
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.lineup-complete-details span {
    margin: 0 5px;
}

@media (max-width: 520px) {
    .lineup-complete {
        width: min(100%, 340px);
        padding: 24px 20px;
    }

    .lineup-complete-copy {
        font-size: 0.86rem;
    }

    .lineup-complete-details {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }
}

