.lore-intro {
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  margin: 3rem auto;
  max-width: 750px;
  border-left: 5px solid #ff99cc;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  font-family: 'Quicksand', sans-serif;
  color: #f0f0ff;
  line-height: 1.8;
}

.lore-intro h2 {
  font-size: 2.25rem;
  text-align: center;
  color: #ffccff;
  margin-bottom: 1rem;
}
h1, h2, .section-title {
  font-family: 'Orbitron', sans-serif;
}
.frosted-note {
  margin: 50px auto;
  padding: 20px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 4px solid #ff99ff;
  border-radius: 8px;
  color: #ccc;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.note-signature {
  font-family: 'Clicker Script', cursive;
  font-size: 2rem;
  color: #ff99ff;
  margin-top: 15px;
}
.lore-entry {
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.6;
}
.side-decor {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  pointer-events: none;
}

.left-decor {
  left: 200px;
}

.right-decor {
  right: 200px;
}

.side-heart {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 0 10px #ff99ff);
  transform: rotate(-10deg);
}
/* Shared side decoration layout */
.side-decor {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  pointer-events: none;
}

/* Reuse the same class for both sides */
.left-decor {
  left: 200px;
}

.right-decor {
  right: 200px;
}

/* Specific styling for star image (adjust size if needed) */
.side-star {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 0 12px #ff99ff);
  transform: rotate(-8deg);
}
@media (max-width: 768px) {
  .side-decor {
    display: none; /* hides stars/hearts on mobile */
  }

  .content, .scroll-section {
    padding: 2rem 1rem;
    max-width: 90%;
  }

  .hero-img {
    width: 80%;
  }
}








