@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.site-header {
     top: 0;
height: 20%; /* Set a fixed height for the header */
  width: 1000px;
margin-left: 270px;
}

body {
  font-family: 'Inter', sans-serif;
  margin-left: 100px;
  background: #fff;
  color: #000;
}


footer {
  font-family: 'Merriweather', serif;
  font-size: 10px;
   position: fixed;
            bottom: 0;
            width: 100%;
            height: 50px;
 
  color:  #A9A9A9;
}


.fixed-return {
  position: fixed;
  top: 80%;
  left: 100px;
  transform: translateY(-50%);
  font-family: 'Inter', sans-serif;
  font-size: 30px; /* adjust as needed */
  text-decoration: none;
  color: black
}



.menu {
  margin-top: 40px;
}

/* Remove bullets and reset margins/padding */
.menu ul,
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Main menu items */
.menu > ul > li {
  margin-bottom: 25px;
}

.menu > ul > li > a {
  font-size: 22px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 6px 0;
}



@keyframes pulseOuterGlowLavender {
  0%, 100% {
    text-shadow:
      0 0 2px rgba(111, 81, 147, 0.3),
      0 0 5px rgba(111, 81, 147, 0.2),
      0 0 15px rgba(111, 81, 147, 0);
  }
  50% {
    text-shadow:
      0 0 8px rgba(111, 81, 147, 0.7),
      0 0 12px rgba(111, 81, 147, 0.5),
      0 0 15px rgba(111, 81, 147, 0.3);
  }
}

.menu a:hover {
  animation: pulseOuterGlowLavender 3s infinite ease-in-out;
  color: #E6E6FA; 
}


.menu-label {
  cursor: default;         /* shows default arrow cursor, not pointer */
  color: black;            /* same color as links */
  font-size: 22px;
  font-weight: bold;
  user-select: none;       /* optional: prevent text selection */
  display: inline-block;
  padding: 4px 0;
}


/* Submenu container */
.submenu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 2s ease, opacity 2s ease;
  margin-left: 20px;
  margin-bottom: 5px;
}

/* Show all submenus when hovering over the parent <li> with class "has-submenu" */
.has-submenu:hover .submenu {
  max-height: 1000px; /* large enough to show all nested submenus */
  opacity: 1;
}

/* Style all submenu list items — including non-links */
.submenu li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 4px 0;
  padding-left: 10px;
  cursor: default; /* not a link, so default cursor */
}

/* Override for actual links inside submenu items */
.submenu li a {
  color: #000;
  text-decoration: none;
  display: block;if
  font-weight: 500;
}

/* Optional: subtle hover effect only for real links */
.submenu li a:hover {
  color: #444;
}

/* Hover colors */
.menu a:hover,
.submenu li a:hover {
  color: #0077cc;
  text-decoration: underline;
}

.page-wrapper {
  display: flex;
  max-width: 1000px;
  gap: 40px; /* optional spacing between menu and content */
  align-items: flex-start; /* align top edges */
}

.menu {
  width: 250px; /* fix sidebar width */
  /* keep your existing menu styling */
}

.content {
  flex: 1; /* take remaining space */
  /* keep your existing content styling */
}
 main.release-container {
      flex: 1;
      max-width: 500px;
      margin-left: 0px;
      padding-top: 40px;
      padding-bottom: 40px;
      font-size: 12px;
    }

    .release-item {
      margin-bottom: 50px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .release-item.visible {
      opacity: 1;
      transform: translateY(0);
    }

a {
  color: #444;           /* dark grey */
  text-decoration: none; /* no underline */
  transition: color 0.3s ease;
}

a:hover {
  color: #aaa;           /* lighter grey */
}

    .release-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      margin-bottom: 12px;
  
    }

 iframe {
        border:none;
      width: 100%;
      height: 120px;
     
   
    }
    
    
    html {
  scroll-behavior: smooth;
}
    
    
    
    
    

.section-label {
  flex: 1;
  font-weight: 600;
  padding-right: 2rem;
  min-width: 150px;
}

.project {
  flex: 3;
  max-width: 500px;
  margin-bottom: 2rem;
}

.project-images {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.project-images img {
  max-width: 500px;
  height: auto;
  display: block;
}

.project-text {
  margin: 0;
  padding: 0;  
  flex: 1;
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 1.6;
}

.project-text2 {
  margin: 0;
  padding: 0;  
  flex: 1;
  max-width: 600px;
 
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 1.6;
}


.project-text h2 {
  margin: 0.25rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 500px;
  text-transform: lowercase;
}

.project-text p {
  margin: 0;
  font-size: 12px;
}

.exhibition-video {
    max-width: 500px;
  margin-bottom: -30px;
  padding: 0;
}
/* Responsive (Mobile) */
@media screen and (max-width: 600px) {
  .audio-section {
    flex-direction: column;
  }

  .section-label {
    padding-bottom: 1rem;
  }
  
  main.release-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .release-image {
    max-width: 100%;
  }
}


a span {
  font-family: 'Inter', sans-serif;
}


span {
  font-family: 'Inter', sans-serif !important;
}


/* General fade-in for content */
.content-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.content-fade.visible {
  opacity: 1;
  transform: translateY(0);
}
