@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Rajdhani&family=Stardos+Stencil&family=Inter:wght@400;700&display=swap');

:root {
    --glass: rgba(0, 0, 0, 0.75);
    --accent: #F13CA3;
    --chill: #cbaaff;
    --green: #32ff7e;
    --text: #ffffff;
    --font-header: 'Archivo Black', sans-serif;
    --font-body: 'Inter', sans-serif;
}

/* fonts */
h1, h2, h3, .btn, .btn-small {
    font-family: var(--font-header);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -1px;
}

.background-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/assets/img/deaddog/background.webp');
    background-size: cover;
    background-position: center;
}

.background-overlay::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.15;
}

@keyframes slowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* stole this from the internet */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.animate-in {
    opacity: 0; 
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delay-1 { animation-delay: 0s; }
.delay-2 { animation-delay: 0.5s; }
.delay-3 { animation-delay: 1.0s; }



/* six sevennn */
.background-overlay::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, transparent 20%, rgba(0,0,0,0.8) 100%);
    pointer-events: none;
}

body, p, .faq-item p {
    font-family: var(--font-body);
    letter-spacing: 0;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Stardos+Stencil', sans-serif;
    color: var(--text);
    background-color: #050505;
    scroll-behavior: smooth;
}

.text-link {
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: var(--accent);
    text-decoration: none;
    font-family: var(--font-header);
    font-size: 0.8rem;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.price {
    color: var(--accent);
    font-family: var(--font-header);
    font-size: 2rem;
}

/* Hover effect to make the icon "pop" */
.btn-main:hover .btn-icon {
    transform: rotate(-10deg) scale(1.1);
}

.text-link:hover {
    border-bottom: 1px solid var(--accent);
    letter-spacing: 1px;
}

footer .text-link:hover {
    border-bottom: 1px solid var(--accent);
    letter-spacing: 3px;
}

.container { max-width: 800px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 {
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-box i {
    line-height: 1rem;
    letter-spacing: 0.5px;
}

.doors-open {
    font-size: 0.6rem;
}

.org-logos {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    margin: 0px;
}

.org-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.org-logos img {
    height: 3rem;      
    width: auto;         
    max-width: 80%;
    transform: translateX(-15px);
    filter: brightness(0) invert(1);
    opacity: 0.7;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255,255,255,0.2));
    
    transition: all 0.3s ease;
}

header {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

h1 {
    font-size: 5rem;
    margin: 0;
    letter-spacing: 15px;
    line-height: 0.9;
    margin: 10px 0;
    letter-spacing: -2px;
    background: linear-gradient(to bottom, #fff, #b1ffb9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-svg {
    width: 20px;
    height: 20px;
    color: #32ff7e; 
    filter: drop-shadow(0 0 5px rgba(50, 255, 126, 0.5));
}

#event-details {
    margin-top: -5vh;
    position: relative;
    z-index: 10;
}

section {
    /* mmm frosted glass */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px) saturate(150%);
    -webkit-backdrop-filter: blur(25px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 20px 30px;
    margin: 50px 0;
}

.section-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2rem;
    text-align: center;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
    padding-bottom: 10px;
}

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

.info-split {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 20px;
}

.shuttle-info {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shuttle-info h4 {
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #aaa;
}

.shuttle-info .hours {
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.info-box {
    flex: 1;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border-top: 2px solid var(--green);
}

.info-box:hover {
    background: rgba(255, 255, 255, 0.05);
}

.btn-small {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    font-family: 'Archivo Black', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.btn-small:hover {
    background: var(--green);
    color: #000;
    box-shadow: 0 0 20px rgba(50, 255, 126, 0.4);
    transform: translateY(-2px);
}

/* mobiles small */
@media (max-width: 768px) {
    .info-split {
        flex-direction: column;
    }
    .info-box {
        padding: 30px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(20%) contrast(1.1);
    transition: filter 0.5s ease;
}

.video-container:hover iframe {
    filter: grayscale(0%) contrast(1);
}

.ticket-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.ticket-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    opacity: 0.7;
}

.ticket-list li:last-child {
    border-bottom: none;
    opacity: 1;
    font-weight: 700;
}

.capacity-note {
    font-size: 0.65rem;
    margin-top: 15px;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* lineup */
.lineup-display {
    padding: 60px 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}

.artist-placeholder {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: var(--font-header);
    color: var(--accent);
    letter-spacing: 4px;
    border-left: 3px solid var(--accent);
    border-right: 3px solid var(--accent);
    padding: 10px 10px;
    display: inline-block;
    margin: 40px 0;
    background: linear-gradient(
        90deg, 
        rgba(255,255,255,0) 0%, 
        var(--accent) 50%, 
        rgba(255,255,255,0) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: scan 3s linear infinite;
}

@media (max-width: 600px) {
    .artist-placeholder {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.2rem;
    }
}

@keyframes scan {
    to { background-position: 200% center; }
}

/* second stage */
.second-stage {
    border-left: 2px solid var(--chill);
}

.second-stage h2 { color: var(--chill); }

/* faq */
.faq-accordion {
    max-width: 700px;
    margin: 40px auto 0;
    text-align: left;
}

details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 0px 30px;
}

details:hover {
    background: rgba(255, 255, 255, 0.02);
}

details:last-of-type {
    border-bottom: none;
}

summary {
    list-style: none;
    padding: 25px 0;
    font-family: var(--font-header);
    font-size: 1rem;
    color: var(--accent);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::after {
    content: '+';
    font-family: var(--font-body);
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #00ff5e;
    text-shadow: 0 0 10px rgba(50, 255, 126, 0.6);
    font-weight: 900;
}

details[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 0 25px 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 1;
    color: #ffffff;
    cursor: default;
}

/* safari is big doo doo */
summary::-webkit-details-marker {
    display: none;
}

.btn {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 50px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 85, 0.4);
}

footer {
    text-align: center;
    padding: 40px 0;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    opacity: 0.8;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
    40% { transform: translate(-50%, -10px); }
}

.main-logo-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-logo {
    height: 550px;
    transform: translateY(-15px);
    width: auto;
    image-rendering: -webkit-optimize-contrast; 
    

    filter: drop-shadow(0 0 15px rgba(255,255,255,0.1));
    
    object-fit: contain;

    animation: float 4s ease-in-out infinite;
    animation-delay: 1s;
}

/* phoensss */
@media (max-width: 600px) {
    .main-logo {
        height: 350px;
    }
}

@keyframes float {
    0% {
        transform: translateY(-15px);
        filter: drop-shadow(0 0 10px rgba(255,255,255,0.1));
    }
    50% {
        transform: translateY(-20px);
        filter: drop-shadow(0 0 30px rgba(27, 170, 11, 0.7));
    }
    100% {
        transform: translateY(-15px);
        filter: drop-shadow(0 0 10px rgba(255,255,255,0.1));
    }
}
