
/* Early 2000s girly vibe ✿ — candy colors, bubbly buttons, polaroid photos */
:root{
  --bg:#fff6fb;
  --bg2:#ffeefe;
  --ink:#2a1230;
  --pink:#ff6fa7;
  --hot:#ff2f7a;
  --vio:#9153ff;
  --gloss:#ffd9ec;
  --card:#ffffff;
  --shadow: 0 8px 30px rgba(255, 111, 167, 0.25);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, var(--bg2), transparent),
    radial-gradient(1200px 600px at 110% 10%, #f8e2ff, transparent),
    var(--bg);
}

.container{width:min(1100px, 92%);margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.6);
  border-bottom:1px solid #ffd3ea;
}
.nav-row{display:flex;align-items:center;gap:16px;padding:10px 0}
.logo{font-family:'Cherry Cream Soda', system-ui; font-size:1.6rem; text-decoration:none;color:var(--hot); text-shadow:0 2px 0 #fff}
.hamburger{display:none;margin-left:auto;border:0;background:transparent;font-size:1.6rem}
.nav{display:flex;gap:16px;margin-left:auto}
.nav a{color:var(--ink);text-decoration:none;padding:8px 10px;border-radius:10px}
.nav a:hover{background:var(--gloss)}
.socials{display:flex;gap:10px;margin-left:6px}
.icon{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:var(--card);box-shadow:var(--shadow);color:var(--hot)}
.icon:hover{transform:translateY(-1px)}

.hero{
  min-height:70vh;display:grid;place-items:center;text-align:center;
  background-image: radial-gradient(1200px 600px at 50% -10%, #fff0f8, transparent);
}
.hero-inner{padding:60px 0; position:relative}
h1.sparkle{
  font-family:'Cherry Cream Soda', cursive;
  font-size:clamp(2.6rem, 8vw, 5rem); line-height:1; letter-spacing:1px;
  color:var(--hot);
  text-shadow:0 2px 0 #fff, 0 10px 30px rgba(255,47,122,.25);
}
.tag{opacity:.8;margin:10px 0 26px}
.btn{
  display:inline-block;padding:12px 18px;border-radius:999px;
  background:var(--pink);color:#fff;text-decoration:none;font-weight:600;
  box-shadow:var(--shadow);border:1px solid transparent;
}
.btn:hover{transform:translateY(-1px)}
.btn-gloss{background:linear-gradient(#ff92bf, #ff5aa2);border-color:#ff8ab6}
.btn-outline{background:#fff;color:var(--hot);border-color:#ffd3ea}

.section{padding:64px 0}
.section h2{font-family:'Cherry Cream Soda', cursive;font-size:2rem;margin:0 0 20px}
.section .sub{opacity:.75;margin-top:-8px}
.section-alt{background:linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.9))}

.embed-card{background:var(--card);border:1px solid #ffd3ea;border-radius:18px;padding:18px;box-shadow:var(--shadow);margin:18px 0 28px}
.embed-card h3{margin:0 0 6px;color:var(--vio)}
.player{border-radius:14px;overflow:hidden;border:1px solid #ffe1f1}
.track-actions{margin-top:12px}

.polaroid-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.polaroid{background:#fff;padding:14px 14px 28px;border-radius:6px;box-shadow:0 10px 24px rgba(163,61,114,.18);transform:rotate(calc(var(--r,0)*1deg))}
.polaroid:nth-child(1){--r:-2}.polaroid:nth-child(2){--r:1.5}.polaroid:nth-child(3){--r:-1}.polaroid:nth-child(4){--r:2}.polaroid:nth-child(5){--r:-1.5}.polaroid:nth-child(6){--r:1}
.polaroid img{width:100%;display:block;border-radius:4px}
.polaroid figcaption{text-align:center;margin-top:10px;font-weight:600}

.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.site-footer{padding:30px 0;border-top:1px solid #ffd3ea;background:#fff4fb}

.signup-form{margin-top:10px;background:var(--card);border:1px solid #ffd3ea;border-radius:16px;padding:18px;box-shadow:var(--shadow)}
.signup-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:10px 0 16px}
.signup-form label{display:grid;gap:6px;font-weight:600}
.signup-form input{padding:12px;border-radius:12px;border:1px solid #f1b9d2;font:inherit}
.signup-form .tiny{opacity:.7;margin-top:10px;font-size:.9rem}
.thankyou{margin-top:18px;padding:18px;border-radius:12px;background:#fff0f9;border:1px solid #ffc6e3;box-shadow:var(--shadow);text-align:center;font-weight:600;color:var(--hot)}
.hidden{display:none}

.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:8px 12px;border-radius:8px;z-index:1000}
:focus-visible{outline:3px dashed #ff6fa7;outline-offset:3px}

/* Full-screen overlay lyrics modal */
.overlay{position:fixed;inset:0;background:rgba(255, 216, 236, 0.6);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px;z-index:50}
.overlay.hidden{display:none}
.overlay-card{background:#fff;border:2px solid #ffd3ea;border-radius:24px;box-shadow:0 30px 60px rgba(255, 111, 167, .35);max-width:900px;width:min(900px, 96vw);max-height:86vh;display:flex;flex-direction:column;overflow:hidden}
.overlay-card h3{margin:0;padding:18px 22px;color:var(--vio);border-bottom:1px solid #ffe1f1}
.overlay-scroll{padding:18px 22px;overflow:auto;scrollbar-gutter:stable}
.overlay-scroll pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;line-height:1.5;font-size:1.05rem}
.overlay-close{position:absolute;right:calc(50% - min(450px, 48vw) + 14px);top:calc(7vh + 12px);background:#fff;border:1px solid #ffd3ea;border-radius:999px;width:40px;height:40px;font-size:22px;color:var(--hot);box-shadow:var(--shadow)}

@media (max-width:760px){
  .hamburger{display:block}
  .nav{display:none;position:absolute;top:58px;left:0;right:0;background:#ffffffd9;padding:12px 16px;border-bottom:1px solid #ffd3ea}
  .nav.open{display:flex;flex-direction:column}
  .socials{margin-left:auto}
  .signup-form .row{grid-template-columns:1fr}
}


/* Logo styling */
.logo img {
  height: 60px;
  width: auto;
  display: block;
}


/* Tagline styling */
.tagline {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 10px;
  color: #555;
}


/* Logo tagline styling */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-tagline {
  font-size: 1em;
  font-weight: 400;
  margin-left: 10px;
  color: #333;
}


/* Enhanced hero tagline styling */
header .tagline, .hero .tagline {
  font-size: 1.5em;
  font-weight: 600;
  color: #222;
  margin-top: 15px;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Hero tagline stylistic touch */
header .tagline, .hero .tagline {
  font-size: 1.5em;
  font-weight: 600;
  color: #222;
  margin-top: 15px;
  border-bottom: 3px solid #ff4b5c; /* accent underline */
  display: inline-block;
  padding-bottom: 5px;
  animation: fadeIn 1.5s ease-in-out;
}


/* Hero tagline girly pop/rock vibe */
header .tagline, .hero .tagline {
  font-size: 1.6em;
  font-weight: 700;
  color: #111;
  margin-top: 15px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #ff4fa3, #9b5de5);
  border-image-slice: 1;
  display: inline-block;
  padding-bottom: 6px;
  letter-spacing: 1px;
  animation: fadeIn 1.5s ease-in-out;
  text-shadow: 1px 1px 2px rgba(255, 79, 163, 0.3);
}


/* Y2K gradient theme */

/* Buttons */
button, .btn, input[type="submit"] {
  background: linear-gradient(to right, #ff4fa3, #9b5de5);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:hover, .btn:hover, input[type="submit"]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(155, 93, 229, 0.4);
}

/* Links hover effect */
a:hover {
  color: #ff4fa3;
  text-decoration: underline;
}

/* Section dividers */
section {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #ff4fa3, #9b5de5);
  border-image-slice: 1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}


/* Extra hover effect for logo + tagline */
.logo:hover img {
  filter: drop-shadow(0 0 8px rgba(255, 79, 163, 0.6)) drop-shadow(0 0 12px rgba(155, 93, 229, 0.6));
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.logo:hover .logo-tagline {
  color: #ff4fa3;
  text-shadow: 0 0 6px rgba(155, 93, 229, 0.7), 0 0 12px rgba(255, 79, 163, 0.6);
  transition: all 0.3s ease-in-out;
}


/* Sparkle animation around hero tagline */
header .tagline, .hero .tagline {
  position: relative; /* enable absolute positioning of sparkles */
  isolation: isolate;
}

@keyframes twinkle {
  0% { transform: scale(0.8) rotate(0deg); opacity: 0.2; filter: drop-shadow(0 0 2px rgba(255,79,163,0.3)); }
  50% { transform: scale(1.1) rotate(45deg); opacity: 1; filter: drop-shadow(0 0 6px rgba(155,93,229,0.6)); }
  100% { transform: scale(0.9) rotate(90deg); opacity: 0.5; filter: drop-shadow(0 0 3px rgba(255,79,163,0.4)); }
}

@keyframes drift {
  0% { transform: translate(0, 0); }
  50% { transform: translate(4px, -6px); }
  100% { transform: translate(-3px, 4px); }
}

/* Two sparkles using ::before and ::after with star-shaped SVGs */
header .tagline::before,
.hero .tagline::before,
header .tagline::after,
.hero .tagline::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ff4fa3' d='M12 0l2.1 6.1L20 8l-5.9 1.9L12 16l-2.1-6.1L4 8l5.9-1.9L12 0z'/><path fill='%239b5de5' d='M12 4l1.4 4.1L17 9l-3.6 1L12 14l-1.4-4L7 9l3.6-0.9L12 4z' opacity='0.7'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
}

header .tagline::before,
.hero .tagline::before {
  top: -12px;
  right: -20px;
  animation: twinkle 2s infinite ease-in-out, drift 4s infinite ease-in-out;
}

header .tagline::after,
.hero .tagline::after {
  bottom: -14px;
  left: -24px;
  width: 18px;
  height: 18px;
  animation: twinkle 2.6s infinite ease-in-out 0.3s, drift 5s infinite ease-in-out 0.3s;
}


/* Hero section animated gradient border */
.hero, header {
  border: 4px solid transparent;
  border-image: linear-gradient(270deg, #ff4fa3, #9b5de5, #ff4fa3);
  border-image-slice: 1;
  animation: borderMove 6s linear infinite;
  padding: 20px;
  border-radius: 12px;
}

@keyframes borderMove {
  0% { border-image-source: linear-gradient(270deg, #ff4fa3, #9b5de5, #ff4fa3); }
  50% { border-image-source: linear-gradient(270deg, #9b5de5, #ff4fa3, #9b5de5); }
  100% { border-image-source: linear-gradient(270deg, #ff4fa3, #9b5de5, #ff4fa3); }
}

/* Sparkle trail on buttons */
button:hover::after, .btn:hover::after, input[type="submit"]:hover::after {
  content: "✨";
  position: absolute;
  animation: sparkleTrail 1s linear forwards;
  font-size: 1.2em;
  color: #ff4fa3;
}

@keyframes sparkleTrail {
  0% { opacity: 1; transform: translate(0,0) scale(1); }
  100% { opacity: 0; transform: translate(40px, -40px) scale(0.5); }
}

button, .btn, input[type="submit"] {
  position: relative; /* needed for sparkle ::after */
  overflow: hidden;
}


/* Animated stars + glitter background for hero */
.hero {
  position: relative;
  isolation: isolate; /* contain z-index for pseudo-elements */
  overflow: hidden;
  z-index: 0;
}

/* twinkling starfield layers */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background:
    radial-gradient(circle, rgba(255,79,163,0.9) 0 1px, transparent 1.5px) 0 0/120px 120px,
    radial-gradient(circle, rgba(155,93,229,0.9) 0 1px, transparent 1.5px) 60px 60px/140px 140px,
    radial-gradient(circle, rgba(255,255,255,0.8) 0 1px, transparent 1.5px) 30px 90px/110px 110px;
  animation: starsDrift 40s linear infinite;
}

@keyframes starsDrift {
  to {
    background-position:
      -3000px -3000px,
      -2000px -2000px,
      -1000px -1500px;
  }
}

/* soft glitter sheen sweep */
.hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.14) 35%, transparent 70%);
  transform: translateX(-100%);
  animation: glitterSheen 7s ease-in-out infinite;
}

@keyframes glitterSheen {
  0%   { transform: translateX(-100%) rotate(0.001deg); }
  50%  { transform: translateX(0%) rotate(0.001deg); }
  100% { transform: translateX(100%) rotate(0.001deg); }
}


/* === Subtle glitter background on whole page === */
html, body {
  position: relative;
  min-height: 100%;
  background-color: #0b0b0c; /* very dark charcoal for contrast */
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,79,163,0.08) 0 2px, transparent 2.2px),
    radial-gradient(circle at 80% 10%, rgba(155,93,229,0.07) 0 2px, transparent 2.3px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,0.08) 0 1.6px, transparent 1.8px);
  background-size: 180px 180px, 220px 220px, 160px 160px;
  background-attachment: fixed;
}

/* faint moving glitter overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,0.12) 0 1px, transparent 1.2px) 0 0/140px 140px,
    radial-gradient(circle, rgba(255,79,163,0.12) 0 1px, transparent 1.2px) 60px 80px/180px 180px;
  opacity: 0.35;
  animation: glitterDrift 60s linear infinite;
  z-index: -2;
}
@keyframes glitterDrift {
  to { transform: translate3d(-2000px, -1500px, 0); }
}

/* === Polaroid tilt effect for photo gallery === */
#photos img, .photos img, .gallery img, section.photos img {
  background: #fff;
  padding: 10px 10px 28px; /* bottom space like polaroid */
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  border: 1px solid rgba(0,0,0,0.08);
  display: inline-block;
  margin: 18px;
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* subtle random-ish tilts using nth-child */
#photos img:nth-child(4n+1), .photos img:nth-child(4n+1), .gallery img:nth-child(4n+1) { transform: rotate(-3deg); }
#photos img:nth-child(4n+2), .photos img:nth-child(4n+2), .gallery img:nth-child(4n+2) { transform: rotate(2.5deg); }
#photos img:nth-child(4n+3), .photos img:nth-child(4n+3), .gallery img:nth-child(4n+3) { transform: rotate(-1.5deg); }
#photos img:nth-child(4n+4), .photos img:nth-child(4n+4), .gallery img:nth-child(4n+4) { transform: rotate(4deg); }

/* hover lift + slight straighten */
#photos img:hover, .photos img:hover, .gallery img:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.02);
  box-shadow: 0 16px 35px rgba(155,93,229,0.45), 0 0 0 3px rgba(255,79,163,0.18);
}

/* optional caption feel using data-attr (if present) */
#photos img[alt], .photos img[alt], .gallery img[alt] {
  position: relative;
}
#photos img[alt]::after, .photos img[alt]::after, .gallery img[alt]::after {
  content: attr(alt);
  position: absolute;
  left: 12px;
  bottom: 6px;
  font-size: 0.8em;
  color: #333;
  opacity: 0.85;
  letter-spacing: 0.2px;
}


/* === MySpace Sticker Pack === */
.sticker-pack {
  position: relative;
  margin-left: 12px;
  display: inline-block;
}

.sticker {
  position: absolute;
  width: 66px;
  height: 66px;
  user-select: none;
  pointer-events: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.sticker:hover {
  transform: rotate(-4deg) scale(1.08);
  filter: drop-shadow(0 6px 16px rgba(255,79,163,0.5));
}

/* Hero sticker positions */
.sticker-heart { top: -10px; left: 80px; }
.sticker-star { top: -22px; left: 130px; }
.sticker-cassette { top: 28px; left: 10px; transform: rotate(-8deg); }

/* Floating animation for hero stickers */
@keyframes floaty {
  0% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
  100% { transform: translateY(0) rotate(-2deg); }
}

.sticker-heart, .sticker-star { animation: floaty 5s ease-in-out infinite; }

/* Gallery sticker positions */
section#photos, section.photos { position: relative; }

.sticker-butterfly, .sticker-lightning, .sticker-skull {
  position: absolute;
  width: 78px;
  height: 78px;
  z-index: 2;
}

.sticker-butterfly { top: 24px; right: 18px; animation: floaty 6s ease-in-out infinite; }
.sticker-lightning { bottom: 30px; left: 24px; transform: rotate(10deg); }
.sticker-skull { bottom: 80px; right: 40px; transform: rotate(-6deg); }


/* === Sticker Tray UI === */
#sticker-tray {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px 12px;
  background: rgba(15, 15, 20, 0.7);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.08);
  z-index: 1000;
}

#sticker-tray .sticker-tray-inner {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

#sticker-tray .tray-sticker {
  width: 56px;
  height: 56px;
  object-fit: contain;
  cursor: grab;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  padding: 6px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, outline 0.15s ease;
}
#sticker-tray .tray-sticker:active { cursor: grabbing; }
#sticker-tray .tray-sticker:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
#sticker-tray .tray-sticker.active { outline: 2px solid #ff4fa3; box-shadow: 0 0 0 4px rgba(255,79,163,0.25); }

#sticker-tray .sticker-tray-hint {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}

/* canvases that accept stickers */
.sticker-canvas {
  position: relative;
}

/* placed stickers */
.placed-sticker {
  position: absolute;
  width: 90px;
  height: 90px;
  user-select: none;
  cursor: move;
  transform: translate(-50%, -50%); /* anchor at center for placement */
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.35));
  transition: filter 0.2s ease;
}

.placed-sticker.selected {
  filter: drop-shadow(0 10px 22px rgba(255,79,163,0.45));
  outline: 2px dashed rgba(255,79,163,0.65);
  outline-offset: 2px;
  border-radius: 12px;
}

/* delete chip */
.placed-sticker .delete-chip {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #ff4fa3, #9b5de5);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* ghost clone while dragging from tray */
.sticker-ghost {
  position: fixed;
  width: 66px;
  height: 66px;
  pointer-events: none;
  z-index: 2000;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}


/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  justify-items: center;
}

.gallery-grid img {
  max-width: 100%;
  height: auto;
}


/* Gallery figure captions */
.gallery-grid figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gallery-grid figcaption {
  position: relative;
  margin-top: 8px;
  font-size: 0.9em;
  color: #eee;
  font-style: italic;
  max-width: 90%;
}


/* Handwritten caption styles */
.gallery-grid figcaption {
  position: relative;
  margin-top: 8px;
  font-size: 1rem;
  color: #f5f5f5;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  max-width: 90%;
  display: inline-block;
  transform-origin: left center;
  transition: transform 0.15s ease;
}

.gallery-grid figcaption.hand1 { font-family: 'Permanent Marker', system-ui, sans-serif; letter-spacing: 0.5px; }
.gallery-grid figcaption.hand2 { font-family: 'Indie Flower', system-ui, sans-serif; letter-spacing: 0.2px; }
.gallery-grid figcaption.hand3 { font-family: 'Shadows Into Light', system-ui, sans-serif; letter-spacing: 0.3px; }
.gallery-grid figcaption.hand4 { font-family: 'Rock Salt', system-ui, sans-serif; letter-spacing: 0.4px; }

/* hover straighten a touch for readability */
.gallery-grid figure:hover figcaption {
  transform: rotate(0deg) scale(1.02);
}


/* Tiny pen icon on caption hover */
.gallery-grid figcaption::after {
  content: "🖊️";
  margin-left: 6px;
  font-size: 0.85em;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-grid figure:hover figcaption::after {
  opacity: 0.85;
  transform: translateY(-6px);
}


/* Sparkle effect on pen icon */
@keyframes sparkleFlash {
  0% { text-shadow: 0 0 2px rgba(255,79,163,0.6), 0 0 4px rgba(155,93,229,0.6); transform: translateY(-6px) scale(1); }
  50% { text-shadow: 0 0 6px rgba(255,79,163,0.9), 0 0 12px rgba(155,93,229,0.9); transform: translateY(-8px) scale(1.2); }
  100% { text-shadow: 0 0 2px rgba(255,79,163,0.6), 0 0 4px rgba(155,93,229,0.6); transform: translateY(-6px) scale(1); }
}

.gallery-grid figure:hover figcaption::after {
  opacity: 0.95;
  animation: sparkleFlash 0.8s ease-in-out;
}


/* Sparkle trail effect for pen icon */
@keyframes sparkleTrailMove {
  0% { opacity: 1; transform: translate(0,0) scale(1); }
  100% { opacity: 0; transform: translate(12px,-14px) scale(0.4); }
}

.gallery-grid figure:hover figcaption::after {
  position: relative;
}

.gallery-grid figure:hover figcaption::after {
  animation: sparkleFlash 0.8s ease-in-out, sparkleTrailMove 1s ease forwards;
}

/* Optional multiple sparkles using pseudo-elements */
.gallery-grid figure:hover figcaption::before {
  content: "✨";
  position: absolute;
  margin-left: -14px;
  font-size: 0.8em;
  opacity: 0;
  animation: sparkleTrailMove 1s ease forwards;
}


/* Glitter burst around caption when pen appears */
@keyframes glitterBurst {
  0%   { opacity: 0.9; transform: scale(0.6); filter: blur(0px); }
  60%  { opacity: 0.6; transform: scale(1.2); filter: blur(1px); }
  100% { opacity: 0;   transform: scale(1.8); filter: blur(2px); }
}

.gallery-grid figure:hover figcaption::before {
  /* reuse ::before (already used for sparkle trail) to also render a burst aura */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 180%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,79,163,0.45) 0%, rgba(255,79,163,0.25) 35%, rgba(255,79,163,0.0) 70%),
    radial-gradient(circle, rgba(155,93,229,0.35) 0%, rgba(155,93,229,0.18) 30%, rgba(155,93,229,0.0) 65%);
  animation: glitterBurst 0.9s ease-out forwards, sparkleTrailMove 1s ease forwards;
  content: "✨"; /* keep the sparkle emoji too */
  display: block;
  text-align: center;
  line-height: 0;
  font-size: 0.8em;
  color: transparent; /* emoji not visible if we only want burst aura; set to visible if you want */
}

/* Add a soft glow ring during the burst */
.gallery-grid figure:hover figcaption {
  box-shadow: 0 0 0 0 rgba(255,79,163,0.0), 0 0 0 0 rgba(155,93,229,0.0);
  animation: captionRing 0.9s ease-out;
}

@keyframes captionRing {
  0%   { box-shadow: 0 0 0 0 rgba(255,79,163,0.55), 0 0 0 0 rgba(155,93,229,0.45); }
  70%  { box-shadow: 0 0 0 10px rgba(255,79,163,0.18), 0 0 0 16px rgba(155,93,229,0.14); }
  100% { box-shadow: 0 0 0 0 rgba(255,79,163,0.0), 0 0 0 0 rgba(155,93,229,0.0); }
}


/* === Candy Pink Background Update === */
html, body {
  background-color: #ffc0cb !important; /* candy pink */
  background-image: none !important; /* remove glitter star dark bg */
  color: #222; /* darker text for contrast */
}

body::before {
  display: none !important; /* remove glitter overlay from old dark bg */
}


/* === Subtle Glitter Sparkle Overlay on Candy Pink BG === */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,0.22) 0 1px, transparent 1.4px) 0 0/180px 180px,
    radial-gradient(circle, rgba(255,79,163,0.18) 0 1px, transparent 1.4px) 80px 100px/220px 220px,
    radial-gradient(circle, rgba(155,93,229,0.16) 0 1px, transparent 1.2px) 140px 60px/200px 200px;
  opacity: 0.55;
  animation: glitterDriftCandy 60s linear infinite;
  z-index: -1;
}

@keyframes glitterDriftCandy {
  to { transform: translate3d(-1200px, -900px, 0); }
}


/* === Header logo left placement + shimmer === */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo img {
  height: 60px;
  width: auto;
  display: block;
  border-radius: 10px; /* soft sticker feel */
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
  position: relative;
  z-index: 0;
}

/* Shimmer sweep across the logo image */
.logo img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: logoShine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

/* thin glitter outline using another overlay */
.logo img::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,79,163,0.75), rgba(155,93,229,0.75));
  filter: blur(3px);
  opacity: 0.35;
  z-index: -1;
}

/* Keyframes for shimmer sweep */
@keyframes logoShine {
  0%   { transform: translateX(-120%); opacity: 0; }
  20%  { opacity: 1; }
  60%  { transform: translateX(120%); opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

.logo-tagline {
  font-weight: 700;
  font-size: 1rem;
  color: #111;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .logo img { height: 46px; }
  .logo-tagline { font-size: 0.95rem; }
}


/* === Right-aligned nav links + sticky header === */
nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 192, 203, 0.85); /* candy pink with slight translucency */
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #111;
  padding: 8px 10px;
  border-radius: 10px;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.nav-links a:hover {
  transform: translateY(-1px);
  background: linear-gradient(to right, rgba(255,79,163,0.18), rgba(155,93,229,0.18));
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* layout in nav: logo left, links right */
nav { display: flex; justify-content: space-between; align-items: center; }


/* Smooth scroll */
html { scroll-behavior: smooth; }


/* === CALM PRESET OVERRIDES === */
body::before { opacity: 0.18 !important; animation: none !important; }
nav { background: #ffe3ee !important; border-bottom: 1px solid rgba(0,0,0,0.08) !important; }
.logo-tagline, .nav-links a { color: #111 !important; text-shadow: none !important; }
body, p, h1, h2, h3, figcaption { color: #111 !important; text-shadow: none !important; }
.gallery-grid figure:hover figcaption::after { opacity: 0.6 !important; animation: none !important; transform: translateY(-4px) !important; }
.gallery-grid figure:hover figcaption { transform: none !important; box-shadow: none !important; }
.gallery-grid figcaption { transform: none !important;}
.sticker { width: 48px !important; height: 48px !important; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25)) !important; }
.sticker:hover { transform: scale(1.04) !important; }
.sticker-heart-kawaii, .sticker-star-kawaii, .sticker-butterfly-kawaii, .sticker-cd-pastel { animation: none !important; }
.hero { padding: 28px 16px !important; }
.gallery-grid img { box-shadow: 0 6px 16px rgba(0,0,0,0.22) !important; border: 1px solid rgba(0,0,0,0.06) !important; }
.gallery-grid img:hover { box-shadow: 0 10px 22px rgba(0,0,0,0.28) !important; transform: translateY(-4px) !important; }
#sticker-tray { background: rgba(0,0,0,0.55) !important; }
@media (max-width: 640px) { #sticker-tray { display: none; } }
body.extra-on .sticker-heart-kawaii, body.extra-on .sticker-star-kawaii, body.extra-on .sticker-butterfly-kawaii, body.extra-on .sticker-cd-pastel { animation: twinklePulse 3.2s ease-in-out infinite !important; }
body.extra-on .gallery-grid figure:hover figcaption::after { animation: sparkleFlash 0.8s ease-in-out, sparkleTrailMove 1s ease forwards !important; opacity: 0.95 !important; }
body.extra-on::before { animation: glitterDriftCandy 60s linear infinite !important; opacity: 0.32 !important; }
.extra-toggle { border: 1px solid rgba(0,0,0,0.12); background: #fff; border-radius: 999px; padding: 6px 12px; font-weight: 700; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.extra-toggle[aria-pressed="true"] { background: linear-gradient(90deg, #ffb3d0, #d6b7ff); box-shadow: 0 4px 12px rgba(0,0,0,0.12); }


/* === MySpace Vibe: About Box === */
.about-box { max-width: 900px; margin: 24px auto; padding: 16px; }
.about-box h2 { margin: 0 0 12px; font-size: 1.6rem; color: #111; text-align: left; }
.about-box .about-inner {
  background: #fff8fc;
  border: 3px solid #ff99cc;
  position: relative;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.about-box .about-inner::before,
.about-box .about-inner::after {
  content: "";
  position: absolute; inset: -8px;
  border: 2px solid #f3b7ff;
  pointer-events: none;
}
.about-box .about-inner::after {
  inset: -14px;
  border-color: #fff0fa;
}

/* === MySpace Vibe: Corner Bling === */
#bling-corners { position: fixed; inset: 0; pointer-events: none; z-index: 850; }
#bling-corners .bling { position: absolute; width: 120px; height: auto; opacity: 0.85; }
#bling-corners .bling-star { top: 10px; right: 12px; transform: rotate(-8deg); }
#bling-corners .bling-cassette { bottom: 12px; left: 10px; transform: rotate(6deg); }

/* === MySpace Vibe: Retro Player === */
#retro-player {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 900;
  background: linear-gradient(180deg, #fefefe, #f2e8ff);
  border: 2px solid #c7b6ff;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  padding: 10px 12px;
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
}
#retro-player .rp-screen {
  background: #1e1b2b; color: #b2f5ff; font-family: monospace;
  padding: 6px 10px; border-radius: 6px; min-width: 220px;
  border: 1px inset #7056ff; letter-spacing: 0.5px;
}
#retro-player .rp-buttons { display: flex; gap: 8px; }
#retro-player .rp-btn {
  border: 1px solid #aaa; background: #fff; border-radius: 6px; padding: 6px 8px;
  font-weight: 700; cursor: pointer;
}
#retro-player #rp-seek { width: 320px; }

@media (max-width: 680px){
  #retro-player { flex-direction: column; align-items: stretch; }
  #retro-player #rp-seek { width: 100%; }
}

/* === MySpace Vibe: Glitter Cursor + Trail === */
body { cursor: url('assets/decor/cursor_star24.png') 2 2, crosshair; }
.sparkle {
  position: fixed; width: 10px; height: 10px; pointer-events: none; z-index: 2000;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0) 70%),
              radial-gradient(circle, rgba(255,79,163,0.75) 0%, rgba(255,79,163,0) 70%);
  border-radius: 50%;
  animation: sparkleFade .8s ease-out forwards;
}
@keyframes sparkleFade {
  0% { transform: translate(0,0) scale(1); opacity: 1; }
  100% { transform: translate(-6px,-16px) scale(0.2); opacity: 0; }
}


/* Retro Player: Now Playing flash */
.rp-screen.now-playing {
  animation: rpNowPlayingFlash 1s ease-in-out 0s 3;
}
@keyframes rpNowPlayingFlash {
  0% { color: #b2f5ff; text-shadow: none; }
  50% { color: #ffffff; text-shadow: 0 0 8px rgba(178,245,255,0.9), 0 0 14px rgba(255,153,204,0.8); }
  100% { color: #b2f5ff; text-shadow: none; }
}


/* Retro Player: Paused indicator */
.rp-screen.paused {
  opacity: 0.75;
  filter: grayscale(30%);
  text-shadow: none;
}


/* Remove redundant inline controls */
.inline-player,
.player-controls,
.player-controls-inline,
.music-controls,
.media-controls,
.player-bar,
.controls-bar {
  display: none !important;
}

/* Hide any generic .rp-buttons by default, then re-enable inside the fixed player */
.rp-buttons { display: none !important; }
#retro-player .rp-buttons { display: flex !important; }


/* Collage block styling */
.about-collage { display: grid; place-items: center; margin: 24px auto 32px; padding: 0 16px; }
.about-collage figure { margin: 0; text-align: center; }
.about-collage img {
  max-width: min(860px, 92vw);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.20));
  image-rendering: auto;
}
.about-collage figcaption {
  margin-top: 8px;
  font-weight: 700;
  color: #111;
  opacity: .9;
}


/* Collage POP enhancements */
.about-collage { display: grid; place-items: center; margin: 24px auto 32px; padding: 0 16px; }
.about-collage figure { position: relative; margin: 0; text-align: center; }
.about-collage figure::before{
  content:""; position:absolute; inset:-16px;
  background: radial-gradient(65% 65% at 50% 55%,
    rgba(255,153,204,.35), rgba(155,93,229,.18) 60%, transparent 70%);
  filter: blur(12px); border-radius:24px; z-index:-1;
}
.about-collage img{
  max-width: min(920px, 95vw);
  height: auto;
  filter:
    drop-shadow(0 18px 40px rgba(155,93,229,.45))
    drop-shadow(0 2px 0 rgba(0,0,0,.08));
  transition: transform .25s ease, filter .25s ease;
}
.about-collage img:hover{
  transform: translateY(-4px) rotate(-0.6deg) scale(1.02);
  filter:
    drop-shadow(0 22px 52px rgba(155,93,229,.55))
    drop-shadow(0 0 0 4px rgba(255,79,163,.18));
}
.about-collage figcaption{
  margin-top:8px;
  font-family: 'Shadows Into Light','Indie Flower',cursive;
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  letter-spacing:.3px; color:#111; opacity:.95;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}


/* Spotify embed styling */
.music-embeds { max-width: 880px; margin: 40px auto; padding: 0 16px; }
.music-embeds h2 { text-align:center; font-size: 2rem; margin-bottom: 24px; }
.track-block { margin-bottom: 48px; }
.spotify-embed { margin-bottom: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.2); border-radius:12px; overflow:hidden; }
.lyrics { background: rgba(255,255,255,.7); border-radius:12px; padding:16px; font-family: 'Courier New', monospace; white-space: pre-wrap; line-height:1.45; }
.lyrics h3 { margin-top:0; font-size:1.2rem; margin-bottom:12px; text-align:left; }


/* Lyrics sticker headers (MySpace scrapbook tab) */
.lyrics-sticker{
  display:inline-block;
  background: linear-gradient(180deg, #fff, #ffe6f3);
  border: 2px solid #ff99cc;
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12), 0 2px 0 rgba(0,0,0,0.06);
  transform: rotate(-2.2deg);
  margin: 0 0 8px 6px;
  color: #111;
}
.lyrics-sticker::before, .lyrics-sticker::after{
  content:"";
  position:absolute;
  width: 36px; height: 12px;
  background: rgba(255,255,255,0.7);
  border:1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  transform: rotate(3deg);
  border-radius: 2px;
}
/* place the little "tape" tabs */
.music-embeds .track-block { position: relative; }
.music-embeds .track-block .lyrics-sticker{
  position: relative;
  z-index: 1;
}
.music-embeds .track-block .lyrics-sticker::before{
  top: -8px; left: -10px;
}
.music-embeds .track-block .lyrics-sticker::after{
  top: -8px; right: -10px; transform: rotate(-3deg);
}
/* Keep spacing tidy with sticker + lyrics card */
.music-embeds .lyrics{
  margin-top: 4px;
}


/* === MUSIC SECTION: cute MySpace pop/rock vibe === */
.music-embeds{
  max-width: 920px;
  margin: 48px auto;
  padding: 18px 18px 26px;
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 10% -10%, rgba(255,179,208,0.22), transparent 60%),
    radial-gradient(110% 130% at 100% 0%, rgba(214,183,255,0.20), transparent 60%),
    rgba(255,255,255,0.55);
  box-shadow: 0 20px 40px rgba(0,0,0,0.10);
  position: relative;
  overflow: visible;
}
.music-embeds::before{
  content:""; position:absolute; inset:-8px;
  border-radius: 22px;
  border: 2px solid rgba(255,153,204,0.6);
  pointer-events:none;
}

/* Section sticker at top (uniform pink) */
.music-sticker{
  display:inline-block; position: relative; z-index: 1;
  background: linear-gradient(180deg, #fff, #ffe6f3);
  border: 2px solid #ff99cc;
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 800; letter-spacing: .6px; color:#111;
  box-shadow: 0 6px 14px rgba(0,0,0,.12), 0 2px 0 rgba(0,0,0,.06);
  transform: rotate(-2.2deg);
  margin: 4px 0 8px 6px;
}
.music-sticker::before, .music-sticker::after{
  content:""; position:absolute; width:36px; height:12px;
  background: rgba(255,255,255,0.75);
  border:1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  border-radius: 2px;
}
.music-sticker::before{ top:-8px; left:-10px; transform: rotate(3deg); }
.music-sticker::after{ top:-8px; right:-10px; transform: rotate(-3deg); }

.music-embeds h2{
  text-align:center;
  margin: 6px 0 20px;
  letter-spacing: .5px;
}

/* Track cards */
.track-block{
  position: relative;
  margin: 28px 0 52px;
  padding-top: 6px;
}
.track-block::after{
  content:""; position:absolute; left:0; right:0; bottom:-24px; height:2px;
  background: repeating-linear-gradient(90deg, rgba(255,153,204,.65), rgba(255,153,204,.65) 10px, transparent 10px, transparent 20px);
  opacity:.9;
}

/* Polaroid/tape frame for Spotify embed */
.spotify-embed{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transform: rotate(-0.4deg);
  box-shadow: 0 10px 26px rgba(0,0,0,.22), 0 0 0 3px rgba(255,255,255,.7), 0 0 0 6px rgba(255,153,204,.25);
  transition: transform .22s ease, box-shadow .22s ease;
}
.spotify-embed::before, .spotify-embed::after{
  content:""; position:absolute; width:54px; height:16px; background: rgba(255,255,255,.75);
  border:1px solid rgba(0,0,0,.06); box-shadow: 0 1px 0 rgba(0,0,0,.05);
  top:-10px; border-radius:2px;
}
.spotify-embed::before{ left:18px; transform: rotate(-8deg); }
.spotify-embed::after{ right:18px; transform: rotate(6deg); }
.spotify-embed:hover{
  transform: translateY(-3px) rotate(0);
  box-shadow: 0 14px 36px rgba(0,0,0,.28), 0 0 0 3px rgba(255,255,255,.9), 0 0 0 6px rgba(255,153,204,.35);
}

/* Lyrics card (uniform pink sticker headers already exist) */
.lyrics-sticker{
  display:inline-block; position: relative; z-index: 1;
  background: linear-gradient(180deg, #fff, #ffe6f3);
  border: 2px solid #ff99cc;
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 800; letter-spacing: .6px; color:#111;
  box-shadow: 0 6px 14px rgba(0,0,0,.12), 0 2px 0 rgba(0,0,0,.06);
  transform: rotate(-2deg);
  margin: 10px 0 8px 6px;
}
.lyrics-sticker::before, .lyrics-sticker::after{
  content:""; position:absolute; width:36px; height:12px;
  background: rgba(255,255,255,0.75);
  border:1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  border-radius: 2px;
}
.lyrics-sticker::before{ top:-8px; left:-10px; transform: rotate(3deg); }
.lyrics-sticker::after{ top:-8px; right:-10px; transform: rotate(-3deg); }

.music-embeds .lyrics{
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,245,251,.85));
  border: 2px solid rgba(255,153,204,.5);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.music-embeds .lyrics h3{
  font-weight: 800; letter-spacing:.4px;
}

/* Cute heart bullets inside lyrics (visual only) */
.music-embeds .lyrics pre{
  position: relative;
  padding-left: 6px;
}


/* === GO ALL OUT CUTE: music section upgrades === */

/* Animated sparkle background overlay */
.music-embeds{
  position: relative;
}
.music-embeds::after{
  content:""; position:absolute; inset:0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120"><circle cx="10" cy="10" r="2" fill="pink" opacity="0.6"/><circle cx="60" cy="30" r="3" fill="hotpink" opacity="0.5"/><circle cx="100" cy="80" r="2" fill="violet" opacity="0.5"/><circle cx="30" cy="100" r="3" fill="deeppink" opacity="0.4"/></svg>');
  background-size: 120px 120px;
  animation: sparkleMove 18s linear infinite;
  pointer-events: none;
  opacity: .35;
  z-index: 0;
}
@keyframes sparkleMove{
  from{ background-position: 0 0; }
  to{ background-position: 120px 120px; }
}

/* Make stickers pulse subtly */
.music-sticker, .lyrics-sticker{
  animation: pulseSticker 4s ease-in-out infinite;
}
@keyframes pulseSticker{
  0%,100%{ transform: rotate(-2deg) scale(1); }
  50%{ transform: rotate(-1deg) scale(1.05); }
}

/* Add cute heart/star icons automatically in lyrics headers */
.lyrics h3::before{
  content: "♥ ";
  color: hotpink;
}
.lyrics h3::after{
  content: " ☆";
  color: violet;
}

/* Amp up hover vibe on embeds */
.spotify-embed:hover{
  transform: translateY(-4px) rotate(1deg) scale(1.02);
}


/* === HAND-DOODLED SCRAPBOOK BORDERS === */
.music-embeds{
  border: 4px dashed rgba(255,153,204,0.65);
  border-radius: 22px;
  padding: 24px 20px;
}

/* Add corner doodle hearts/stars */
.music-embeds::before, .music-embeds::after{
  content:"";
  position:absolute;
  width: 80px; height: 80px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:0.7;
  pointer-events:none;
}
.music-embeds::before{
  top:-28px; left:-28px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="10" y="50" font-size="40" fill="hotpink">♥</text><text x="40" y="80" font-size="36" fill="violet">☆</text></svg>');
}
.music-embeds::after{
  bottom:-28px; right:-28px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="20" y="40" font-size="38" fill="deeppink">♥</text><text x="50" y="70" font-size="34" fill="plum">☆</text></svg>');
}

/* Slight wobble animation for doodles */
@keyframes doodleWobble{
  0%,100%{ transform: rotate(-3deg) scale(1); }
  50%{ transform: rotate(3deg) scale(1.05); }
}
.music-embeds::before, .music-embeds::after{
  animation: doodleWobble 6s ease-in-out infinite;
}


/* === SCRAPBOOK DOODLES: extend to About & Collage === */

/* About section doodle frame (around the existing glitter box) */
.about-box {
  position: relative;
  padding-top: 10px;
}
.about-box::before, .about-box::after{
  content:""; position:absolute; pointer-events:none; opacity:.7; background-repeat:no-repeat; background-size:contain;
  width: 80px; height: 80px;
}
.about-box::before{
  top:-24px; left:-24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="12" y="48" font-size="40" fill="hotpink">♥</text><text x="44" y="82" font-size="36" fill="violet">☆</text></svg>');
}
.about-box::after{
  bottom:-24px; right:-24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="20" y="40" font-size="38" fill="deeppink">♥</text><text x="52" y="70" font-size="34" fill="plum">☆</text></svg>');
}
@keyframes doodleSoftWobble{
  0%,100%{ transform: rotate(-2deg) scale(1); }
  50%{ transform: rotate(2deg) scale(1.03); }
}
.about-box::before, .about-box::after{
  animation: doodleSoftWobble 7s ease-in-out infinite;
}

/* Collage section doodle border + halo */
.about-collage{
  position: relative;
  border: 4px dashed rgba(255,153,204,0.55);
  border-radius: 22px;
  padding: 16px 12px 8px;
  background:
    radial-gradient(90% 120% at 10% -10%, rgba(255,179,208,0.15), transparent 60%),
    radial-gradient(90% 120% at 100% 0%, rgba(214,183,255,0.14), transparent 60%);
}
.about-collage::before, .about-collage::after{
  content:""; position:absolute; pointer-events:none; opacity:.7; background-repeat:no-repeat; background-size:contain;
  width: 80px; height: 80px;
}
.about-collage::before{ top:-26px; left:-26px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="10" y="50" font-size="40" fill="hotpink">♥</text><text x="46" y="84" font-size="36" fill="violet">☆</text></svg>');
}
.about-collage::after{ bottom:-26px; right:-26px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="20" y="40" font-size="38" fill="deeppink">♥</text><text x="52" y="70" font-size="34" fill="plum">☆</text></svg>');
}
.about-collage::before, .about-collage::after{
  animation: doodleSoftWobble 7s ease-in-out infinite;
}


/* Cute divider between music and gallery */
.cute-divider{
  width: 100%;
  text-align: center;
  margin: 32px auto;
  font-size: 1.8rem;
  letter-spacing: 8px;
  color: hotpink;
  text-shadow: 0 0 6px rgba(255,153,204,0.7), 0 0 10px rgba(200,150,255,0.5);
}
.cute-divider::before{
  content: "♥ ☆ ♥ ☆ ♥";
}


/* Animated twinkling hearts & stars for divider */
@keyframes cuteTwinkle{
  0%,100% { opacity: 1; text-shadow: 0 0 6px rgba(255,153,204,0.7), 0 0 10px rgba(200,150,255,0.5); }
  50% { opacity: 0.6; text-shadow: 0 0 12px rgba(255,153,204,0.9), 0 0 18px rgba(200,150,255,0.8); }
}
.cute-divider{
  animation: cuteTwinkle 2.5s ease-in-out infinite;
}
