/*
Theme Name: B.XYZ Volvo 780 2025 REDUX
Theme URI: https://murmurmur.nl
Author: E.K. Bosman
Author URI: https://bosmanxyz.xyz
Description: B.XYZ Volvo 780 2025 REDUX
Version: 1.0
Text Domain: bxyz-theme-volvo-780-2025
*/

@import url('style.css');
@import url('fonts.css');

#program-container article a, #program-container article a:active, #program-container article a:link, 
#program-container article a:visited, #info-container a, #info-container a:active, #info-container a:link, #info-container a:visited {
	text-decoration: underline;
}

#archive-table {
	max-height: fit-content;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #9AC1E8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; 
    color: #fff;
    font-family: 'DINdong <3';
}

.loading-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    position: relative;
}

.bouncing-dot {
    width: 50px;
    height: 50px;
    background-color: orangered;
    border-radius: 50%;
    filter: blur(4px);
    position: relative;
}




#gif-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}

#gif-overlay img {
    max-width: 50%;
    max-height: 50%;
}

@keyframes fadeOut {
    to { opacity: 0; visibility: hidden; }
}

 .gallery-arrow {
    display: none;
}

.menu-mobile-header {
	display: none;
}

.feature-container#feature-container {
    position: relative;
    width: 100%; padding: 0; 
    height: 100vh;
    overflow: hidden;
	font-size: 4.5rem;
    margin: 0; padding: 0; width: 100%;
    overflow: hidden;
    font-family: 'DINdong <3';
    background-color: #9AC1E8;
    text-transform: lowercase;
    cursor: none;
}

.cursor-dot {
    position: fixed;
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    z-index: 5000;
    transition: transform 0.1s ease, background-color 0.15s ease;
}

.cursor-dot.expand {
    width: 30px;
    height: 30px;
    background-color: #fef090;
}


.vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: 0 0 200px 100px rgba(255, 255, 255, 0.5) inset;
    z-index: 1;
}

.draggable-object {
    width: fit-content;
    height: fit-content;
    cursor: none;
    position: absolute;
    user-select: none;
    z-index: 3;
    overflow: hidden;
}

.draggable-object img {
    max-width: 100%;
    max-height: 100%;
    min-height: 10vh;
    min-width: 10vw;
}

.draggable-object img:nth-child(5) {
	max-height: 60%;
}

.marquee {
    position: fixed;
    width: 2vw;
    height: 100vh;
    overflow: hidden;
    writing-mode: vertical-rl;
    font-size: 2rem;
    z-index: 4;
    word-wrap: break-word;
}

.marquee.left {
    display: flex-inline;
    top: 0;
	background: whitesmoke;
	box-shadow: inset 0.2vw 0.4vh 0.2vw 0.2vh #E89AC1;

}

.marquee.right {
    right: 0;
    top: 0;
	background: whitesmoke;
    box-shadow: inset 0.2vw 0.4vh 0.2vw 0.2vh #E89A9A;
}

.marquee-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    white-space: nowrap;
}

.marquee span {
    display: inline-block;
    padding: 5px;
    opacity: 0.8;
}

.sun {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background-color: whitesmoke;
    border-radius: 50%;
    opacity: 0.9;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 2;
}

.sun#cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 410px;
    background-color: #C19AE8;
    border-radius: 50%;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 1;
}

.sun#hue {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    background-color: #E89AE8;
    border-radius: 50%;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 0;
}


#item1, #item2, #item3 {
	object-fit: contain;
	max-width: 100%; max-height: 100%;
			
}

#item4 {
	max-height: 75vh;
    max-width: 25vw;
    object-fit: contain;
}

#freeform-container .gallery-wrapper .gallery-images {
	display: grid; grid-template-columns: 1fr 1fr;
	max-height: 100vh; overflow-y: scroll; grid-gap: 2vw;
	margin: 2vw; padding-bottom: 10vh;
}

#freeform-container img {
	max-width: 100%; max-height: 100%; align-items: center;
}

.freeform-container::-webkit-scrollbar {
	display: none;
}

#info-container {
    display: none;
    gap: 2vw;
}

#info-container .entry-content {
	display: grid; max-height: fit-content; grid-template-columns: 1fr 1fr;
}

.entry-content .left-column {
	margin: 4vw;
}

#info-container .right-column img {
    max-width: 100%; max-height: 100%;
    height: auto;
}

tr {
	background: whitesmoke;
}

#extra-container {
    width: 100vw;
    height: 100vh;
    display: none; 
    opacity: 0;   
}

.extra-content {
    text-align: center;
	padding-top: 6vh;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 6vh);
}

.extra-content a {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
	border-bottom: 2px solid black;
}

.extra-content a:nth-child(1) {
	border-top: 2px solid black;
}

table .fee {
	margin-right: 4vw; white-space: no-wrap;
	padding-right: 0; padding-top: 2vh; 
	padding-bottom: 2vh;
}

table .fee:hover {
	background: black; color: white;
}

table.date {
	border: none; font-size: 1.8rem; display: flex; padding-right: 	0;
}

table .artist {
	border-right: 2px solid black;
}

a:active {
	text-decoration: 2px underline black;
}

table .free {
    border: none; 
    background-color: transparent;
    color: black; 
}

table .fee .free:hover {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: black;
}

table .fee a.buy-tickets-btn {
    border-radius: 8vw; 
    color: black;
    text-decoration: none;
	background: none;
	text-align: center;
}

table .fee a.buy-tickets-btn:hover {
    color: white; 
}


body, a, table, button, tr, article, p, li, ol {
    font-family: 'DINdong <3';
}

header a:nth-child(2) {
    font-family: 'DINdong <3' !important;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-100%); 
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-25%); 
    }
    100% {
        transform: translateX(100%); 
    }
}

#feature-container .right-column {
    z-index: 2; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

#feature-container .poster {
    max-width: 65%;
    max-height: 65%;
    object-fit: contain;
    position: absolute;
    z-index: 2;
	margin-top: -17.5vh;
}

figure figcaption {
    padding-bottom: 4vh;
}

#gif-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#gif-overlay img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hover-caption {
    z-index: 9999;
    position: fixed; /* Ensure it's positioned relative to viewport */
    pointer-events: none; /* Allow interactions with elements below */
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: whitesmoke;
}

::-webkit-scrollbar {
    display: none;
}

#info-container, #program-container, #menu-container {
	cursor: default;
	padding-bottom: 4vh;

}

body::-webkit-scrollbar, .right-column::-webkit-scrollbar, .table::-webkit-scrollbar, .feature-container::-webkit-scrollbar, .program-container::-webkit-scrollbar {
    display: none;
}

[data-scroll-container] {
    height: 100vh; overflow-y: scroll;
}

::selection {
    background: black; color: whitesmoke;
}

a, a:active, a::after, a::selection {
    color: black; text-decoration: underline 3px black;
}

body {
    font-size: 1.4rem;
}

body, a, table, button, tr, article, p, li, ol {
    table-layout: auto; border: none; border-style: none; margin: 0;
    text-transform: lowercase;
}

thead {
    display: flex;
}

.poster img {
    background:none; max-height: 25vh;
    align-content: center; text-align: center;
	object-fit: contain;
}

header, header * {
    background: transparent;
}

header a {
    padding: 1vw;
}

header {
	display: grid; grid-template-columns: 1fr 1fr 1fr;
    color: black;
    width: fit-content;
    height: fit-content;
    position: sticky; top: 0;
    z-index: 999; width: 100%;
    text-align: left; 
    font-size: 1.8rem;
}

header a:nth-child(3) {
	text-align: right;
}

header a:nth-child(2) {
	text-align: center;
}

.gallery-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: fit-content; 
  }

  .gallery-container::-webkit-scrollbar {
    display: none;
  }
  
  .gallery-container figure {
    padding-top: 4vh;
    min-width: 100%;
    scroll-snap-align: center;
    position: relative;
    text-align: center;
    margin: 0;
    margin: 2vw;
  }
  
  .gallery-container img {
    display: flex; align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit:scale-down;
  }
  
  .gallery-container figcaption {
    font-size: 1.3rem;
    bottom: 0;
    width: 100%;
    text-align: left;
  }

.feature-container, .program-container {
    opacity: 0;
    transition: opacity 0.6s ease-in-out; 
}

.program-container.active {
    opacity: 1; 
    display: block; 
}

header .right-header {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.container {
    display: grid; grid-template-columns: 1fr; align-items: start; width: 100%; overflow-y: scroll; height: 100vh; 
}

.feature-container.active {
    display: grid; 
}

.program-container.active {
    display: block; 
}


.program-container {
    max-height: 100vh;
    width: 100vw;
    top: 0;
	padding-top: 4vh;
}

@media (min-width: 769px) {
    .program-container {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

body::-webkit-scrollbar, .program-container::-webkit-scrollbar, .program-container .table::-webkit-scrollbar {
    display: none;
}


tr, td, article {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

img {
    max-width: 100%; max-height: 100%;
}

table figure {
    padding-bottom: 2vh;
}

tr.card {
    display: grid; padding-top: 2vh; padding-bottom: 2vh;
    grid-template-columns: 0.25fr 1fr 0.25fr; gap: 2vw;
    font-size: 1.3rem;
}

tr.card:nth-last-child {
	padding-bottom: 0;
}

table .date, table .fee {
    justify-content: space-evenly;
    color: black; padding: 0.5vw;
    display: flex; padding-right: 12vw;
    margin-left: 2vw; align-self: center; text-align: left;
}

table .date {
	border: 2px solid black; border-radius: 2vw;
}

table .fee {
    text-align: right;
}


table article.expanded {
    border-bottom: 1px dashed black;

}
table article {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.2s ease-in-out;
    display: grid; grid-template-columns: 0.3fr 0.7fr; 
    padding-left: 2%; padding-right: 2%; gap: 10vw;
}

table article.collapsed {
    max-height: 0;
}

table article p {
    font-size: 1.5rem; padding-top: 4vh; padding-bottom: 1vh;
}


table tr td figcaption {
    padding-top: 1vh;
    font-size: 1.3rem;
}

table tr td.footer {
    display: flex;
    justify-content: center; 
    align-items: center;     
    width: 100%;             
    padding: 2vw;      
}



.arrow-container {
    display: flex; justify-content: space-between;
    padding-top: 2vh;
    margin-bottom: -4vh;
}

.arrow-container img {
    max-width: 2%;
}

.arrow-container figcaption {
	font-size: 2.8rem;
	padding-left: 1vw; padding-right: 1vw;
}

.right-column {
    overflow-y: scroll; max-height: 100vh;
    padding-top: 2vh; padding-bottom: 4vh;
}

.soundcloud, .bandcamp {
    padding-top: 2vh;
    padding-bottom: 2vh;
}

table tr button {
    width: 100%; margin: 0; font-size: 1.3rem; background: none;
    margin-bottom: 2vw; margin-top: 4vh; padding: 2vh; border: 3px solid black;
}

a {
	text-decoration: none;
}

button a, button a:active, button a:link {
	text-decoration: none;
}

table .artist {
    font-size: 2.6rem; color: black; cursor: pointer;
}

table {
    position: relative; top: 0; width: 100%; min-height: 100vh; max-height: fit-content; 
    table-layout: auto; border: none; border-style: none; border-collapse: collapse;
}

table tr {
    max-height: fit-content; display: flex; padding: 0; border-top: 1px double gujarati;
}

table td {
    display: flex;   
}

h1 {
    font-weight: normal;
}

ol {
    list-style-type: none; padding: 0;
}

#program-container .right-column {
	overflow: visible;
	max-height: none;
}

.feature-container, .program-container {
    transition: display 0.5s ease-in-out;
}

#program-container {
    display: none;
}

/* Bandcamp and Soundcloud Embed Styling */
.bandcamp {
    margin: 20px 0;
    width: 100%;
    max-width: 700px;
}

.bandcamp iframe {
    border: none !important;
    width: 100% !important;
    height: 120px !important;
    background-color: transparent !important;
}

.soundcloud {
    margin: 20px 0;
    width: 100%;
    max-width: 700px;
}

.soundcloud iframe {
    border: none !important;
    width: 100% !important;
    height: 166px !important;
}

/* Media container styling */
.media {
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.media > div {
    margin-bottom: 20px;
}
