/* Live page styles copied from 2025_maxime_editsz */
/* Ensure live page content sits above particle layers */
#content .page#live {
  position: relative;
  z-index: 50;
  max-width: 960px; /* match other pages */
  width: 100%;
  margin: 0 auto; /* center like other pages */
}

/* When live is active, keep standard centering */
#content.content-live {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.live-container {
  display: flex;
  align-items: flex-start; /* Align items to the top */
  margin: 48px auto 24px; /* centered within page */
  padding: 0 4px 20px 4px; /* minimal side padding */
  gap: 32px; /* similar to about page spacing */
  justify-content: center; /* center content within */
  width: 100%;
  max-width: 1600px; /* allow much larger images */
  flex-wrap: wrap;
}

.live-info {
  flex: 0 0 400px; /* fixed width so images get more room */
  max-width: 500px; /* tighter constraint */
  margin: 0 !important; /* remove all margin */
  padding: 0 !important; /* remove all padding */
  display: block;
  line-height: 1;
}

.live-info > p {
  padding: 0;
  margin: 0;
  white-space: normal; /* allow wrapping */
  width: auto;
  font-family: 'Mundial Narrow Variable', sans-serif;

}

.live-info > div {
  margin: 0;
  padding: 0;
}

.live-content {
  /* Make the live section static within the page flow */
  overflow: visible; /* avoid inner scrollbars */
  height: auto;
  width: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
}
.live-text-section {
  display: flex;
  flex: 1; /* Makes the text take available space */
  width: 100%;
  margin: 0;
  padding: 0;
}

.live-text-section > p {
  margin: 0;
  padding: 0;
}

.live-text-section > p:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.live-text-line {
  padding: 0;
  margin: 0 0.25em 10px 0.25em; /* top right bottom left - no top margin */
  white-space: nowrap; /* keep on single line */
  color: rgb(39, 39, 39);
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
}

.live-text-line strong {
  font-weight: bold;
}

.live-text-line:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* hyperlink styling */
.live-text-line > a{
  color: rgb(39, 39, 39);
}

.live-image-section {
  flex: 0 0 auto; /* Don't grow, fixed size */
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 400px; /* Adjusted width to match image size */
  max-width: 400px; /* Constrain maximum size */
  align-items: flex-end; /* stick to right margin */
  margin-top: 0; /* ensure images start at same vertical position as text */
  margin-left: auto; /* push to the right */
}

.live-image-section img {
  max-width: 380px; /* Moderate size to prevent overflow */
  width: 100%;
  height: auto; /* Maintains aspect ratio */
  padding: 0; /* Remove padding so shadow is directly on image */
  margin: 8px; /* Use margin instead for spacing between images */
  box-shadow: 0 0 5px rgba(33, 33, 33, 1); /* Box shadow like other images */
}

.live-image-01{
  background-image: url("../assets/images/Live/Frame 378.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0 0 5px rgba(33, 33, 33, 1);
}


.live-image-02{
  background-image: url("../assets/images/Live/Frame 379.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0 0 5px rgba(33, 33, 33, 1);
}

.live-image-03{
  background-image: url("../assets/images/1024_768_live/live_03_1024.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0 0 5px rgba(33, 33, 33, 1);
}

.live-image-04{
  background-image: url("../assets/images/webimages_live/live-04.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 1100px;
}
.live-image-05{
  background-image: url("../assets/images/webimages_live/dj.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1100px;
}
.live-image-06{
  background-image: url("../assets/images/Live/Frame 381.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1100px;
}
.live-image-08{
  background-image: url("../assets/images/Live/Frame 382.png");
  background-position: center center;
  background-size: 300%; /* zoom in on center */
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1100px;
}
.live-image-09{
  background-image: url("../assets/images/Live/Frame 387.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1100px;
}
.live-image-10{
  background-image: url("../assets/images/Live/Frame 388.png");
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1100px;
}

@media only screen and (max-width: 960px) {
  #content.content-live {
    padding-left: 12px;
    padding-right: 12px;
  }
  .live-text-line {
    white-space: normal; /* allow wrapping on mobile */
  }
  .live-container {
    flex-direction: column;
    gap: 16px;
    padding: 12px 0 20px 0; /* remove side padding so images can truly center */
    width: 100%;
    max-width: 520px;
    margin: 0 auto 16px auto; /* center stack like about */
    align-items: center;
  }
  .live-info,
  .live-image-section {
    max-width: 100%;
  }
  .live-image-section {
    align-items: center;
    padding: 0; /* no extra padding around images */
    margin-left: 0; /* remove right-push for mobile */
    width: 100%; /* full width for mobile */
    max-width: 100%; /* allow full width on mobile */
  }
  .live-image-section img {
    max-width: 100%; /* Allow images to scale to container width on mobile */
    padding: 0; /* Remove padding on mobile */
    margin: 4px; /* Use margin instead for spacing */
    box-shadow: 0 0 3px rgba(33, 33, 33, 0.8); /* Visible but softer shadow on mobile */
  }
  .live-image-01,
  .live-image-02,
  .live-image-03,
  .live-image-04,
  .live-image-05 {
    width: 100%; /* stretch to full width on mobile */
    max-width: none; /* no limit, reach margins */
    min-height: 180px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto; /* center each image block */
    box-shadow: 0 0 4px rgba(33,33,33,0.6); /* softer shadow to reduce visual padding */
  }
}
