@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;
color: beige;
}



body {
  font-family: 'Inter', sans-serif;
  margin-left: 100px;
  background: #fff;
  color: #000;
}



#bg-video {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
   opacity: 0;
   animation: fadeIn 8s ease forwards;
  z-index: -1;
}


/* Overlay for better contrast */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}

.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
}

footer {
  font-family: 'Merriweather', serif;
  font-size: 10px;
   position: fixed;
            bottom: 0;
            width: 100%;
            height: 50px;
  color:  black;
}

.menu {  position: relative;
  margin-top: 40px;
}

@keyframes pulseOuterGlowLavender {
  0%, 100% {
    text-shadow:
      0 0 2px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 1),
      0 0 15px rgba(255, 255, 255, 1);
  }
  50% {
    text-shadow:
      0 0 8px rgba(255, 255, 255, 1),
      0 0 12px rgba(255, 255, 255, 1),
      0 0 15px rgba(255, 255, 255, 1);
  }
}

.menu a:hover {
  animation: pulseOuterGlowLavender 3s infinite ease-in-out;
  color: #FFFFFF; 
}

/* 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;
}

.page-wrapper {
  display: flex;
  max-width: 1000px;
  gap: 40px; /* optional spacing between menu and content */
  align-items: flex-start; /* align top edges */
}

@keyframes pulseOuterGlowLavender {
  0%, 100% {
    text-shadow:
      0 0 2px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 1)
      0 0 15px rgba(255, 255, 255, 1);
  }
  50% {
    text-shadow:
      0 0 8px rgba(255, 255, 255, 1),
      0 0 12px rgba(255, 255, 255, 1),
      0 0 15px rgba(255, 255, 255, 1);
  }
}




.press-notes {
  flex: 1;
  height: 100vh;
  width: 350px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 1.6;
    position: relative;
  overflow: hidden;
  background: beige;
  color: black;
  display: flex;
  align-items: space-around;
  text-align: left;
  padding: 2rem;
   animation: fadeIn 12s ease forwards;
}



.press-section {
  margin-bottom: 40px;
}

.press-section h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

a {
  color: #444;           /* dark grey */
  text-decoration: none; /* no underline */
  transition: color 0.3s ease;
}

a:hover {
  color: #aaa;           /* lighter grey */
}







.menu a:hover {
  animation: pulseOuterGlowLavender 3s infinite ease-in-out;
  color: #E6E6FA; 
}

.menu-img a:hover {
  animation: pulseOuterGlowLavender 3s infinite ease-in-out;
  color: #aaa; 
}

.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;
  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: beige;
  text-decoration: underline;
}

.page-wrapper {
  display: flex;
  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 {
position: relative;
  z-index: 2;
  flex: 1; /* take remaining space */
  /* keep your existing content styling */
}


a {
  position: relative;
  display: inline-block;
}


.floating-image {
  z-index: 10;
}

.content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
}


.new-matter-container {
  position: fixed;
  min-height: 100vh;
  max-width: 1000px;
  overflow: hidden;
}


.beige-bg {
  position: fixed;
  top: 40px;
  left: 0;
  width: 1000px;
  height: 100%;
  background-color: #f5f0e6; /* your beige tone */
  z-index: 0;
}

 
    /* General fade-in for content */
.content-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 12s ease, transform 14s ease;
}

.content-fade.visible {
  opacity: 1;
  transform: translateY(0);
}


#book-pages .content {
  display: none;
}

#book-pages .content.active {
  display: block;
}

.page-controls {
  text-align: center;
  color: beige;
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
}

.page-controls button {
  background: none;
  border: 1px solid beige;
  color: beige;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 10px;
}

#page-indicator {
    color: beige;
  font-size: 12px;
}




@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Responsive tweaks */
@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
  p {
    font-size: 1rem;
  }
}
