:root {
  --bg: #150507;
  --bg-soft: #32090e;
  --surface: rgba(255, 236, 240, 0.12);
  --surface-strong: rgba(255, 239, 244, 0.2);
  --text-main: #fff6f8;
  --text-soft: #f4c9d2;
  --accent: #d62f45;
  --accent-deep: #a9142b;
  --accent-gold: #f0b76a;
  --shadow: 0 24px 44px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text-main);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, #5d0d1a 0%, transparent 38%),
    radial-gradient(circle at 90% 30%, #6a0f20 0%, transparent 36%),
    linear-gradient(145deg, var(--bg) 0%, #29080f 52%, #140407 100%);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  position: relative;
}

body.locked {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  z-index: 60;
  background: linear-gradient(90deg, #ff6b81, #d62f45, #a9142b);
  box-shadow: 0 3px 10px rgba(214, 47, 69, 0.55);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    radial-gradient(32% 28% at 18% 12%, rgba(230, 43, 76, 0.25), transparent 72%),
    radial-gradient(30% 30% at 82% 18%, rgba(255, 158, 121, 0.18), transparent 74%),
    radial-gradient(35% 30% at 52% 88%, rgba(148, 17, 41, 0.25), transparent 76%);
  filter: blur(10px) saturate(1.08);
  animation: aurora-shift 16s ease-in-out infinite alternate;
}

body::after {
  z-index: -1;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.1) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 66%, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 82%, rgba(255, 255, 255, 0.09) 0 1px, transparent 2px);
  background-size: 380px 380px, 320px 320px, 280px 280px, 340px 340px;
  opacity: 0.5;
  animation: sparkle-drift 22s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-shell {
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 12% 8%, rgba(122, 18, 39, 0.34), transparent 42%),
    radial-gradient(circle at 88% 14%, rgba(93, 10, 25, 0.4), transparent 44%),
    linear-gradient(180deg, rgba(16, 4, 7, 0.08), rgba(16, 4, 7, 0.22));
}

.site-shell.unlocked {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.unlock-fx {
  position: fixed;
  inset: 0;
  z-index: 24;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.unlock-fx.show {
  opacity: 1;
}

.unlock-title {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%) scale(0.84);
  margin: 0;
  color: #ffeef2;
  text-shadow: 0 14px 34px rgba(33, 4, 16, 0.45);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 10vw, 4.5rem);
  white-space: nowrap;
  opacity: 0;
  animation: unlock-title-in 2.2s ease forwards;
}

.confetti-piece {
  position: absolute;
  top: -14vh;
  width: var(--confetti-size, 10px);
  height: calc(var(--confetti-size, 10px) * 1.8);
  left: var(--x, 50%);
  background: var(--confetti-color, #d62f45);
  opacity: 0.95;
  border-radius: 2px;
  transform: translate3d(0, 0, 0) rotate(0deg);
  animation: confetti-fall var(--confetti-duration, 3.4s) linear forwards;
  animation-delay: var(--confetti-delay, 0s);
}

.heart-particle {
  position: absolute;
  width: var(--heart-size, 16px);
  height: var(--heart-size, 16px);
  left: var(--x, 50%);
  bottom: -6vh;
  background: var(--heart-color, #d62f45);
  transform: rotate(45deg);
  opacity: 0;
  animation: heart-rise var(--heart-duration, 3.8s) ease-in forwards;
  animation-delay: var(--heart-delay, 0s);
}

.heart-particle::before,
.heart-particle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
}

.heart-particle::before {
  top: -50%;
  left: 0;
}

.heart-particle::after {
  left: -50%;
  top: 0;
}

.gate {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 25% 20%, rgba(226, 55, 95, 0.24), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(195, 24, 53, 0.22), transparent 42%),
    linear-gradient(150deg, #1a060b 0%, #350a12 48%, #140509 100%);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.gate.hide {
  opacity: 0;
  visibility: hidden;
}

.gate-glow {
  position: absolute;
  width: min(540px, 90vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 137, 179, 0.38), rgba(255, 137, 179, 0));
  filter: blur(28px);
}

.envelope-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  border-radius: 26px;
  padding: 3rem 1.3rem 1.4rem;
  background: linear-gradient(162deg, rgba(255, 248, 242, 0.95), rgba(255, 231, 239, 0.95));
  border: 1px solid rgba(255, 215, 229, 0.9);
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.28);
  text-align: center;
  color: #4f1c33;
}

.envelope-top {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  height: 120px;
  background: linear-gradient(185deg, #ffd4e3, #ffecf3);
  clip-path: polygon(0 0, 100% 0, 50% 82%);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  z-index: -1;
}

.gate-kicker {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: #9f4a70;
  margin: 0;
}

.gate h2 {
  font-size: clamp(2rem, 6vw, 3rem);
  margin-top: 0.6rem;
}

.gate-text {
  margin: 0.5rem auto 0;
  max-width: 420px;
  line-height: 1.6;
  color: #7f4661;
}

.gate-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.58rem;
}

.gate-form input {
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid #efb8cc;
  font-size: 1rem;
  text-align: center;
  color: #59213b;
  padding: 0.7rem 0.9rem;
  background: #fff7fa;
  outline: none;
}

.gate-form input:focus {
  border-color: #e278a0;
  box-shadow: 0 0 0 3px rgba(226, 120, 160, 0.22);
}

.gate-form button {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  color: #3d1021;
  cursor: pointer;
  background: linear-gradient(125deg, #ffd79b, #ff95bc);
  box-shadow: 0 10px 20px rgba(249, 132, 174, 0.35);
  transition: transform 0.25s ease;
}

.gate-form button:hover,
.gate-form button:focus-visible {
  transform: translateY(-1px);
}

.gate-error {
  min-height: 1.3rem;
  margin: 0.55rem 0 0;
  color: #bf245d;
  font-size: 0.9rem;
}

.petals {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 25%, rgba(255, 168, 198, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 12%, rgba(255, 200, 214, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 45% 75%, rgba(255, 210, 165, 0.1) 0 2px, transparent 3px);
  animation: drift 18s linear infinite;
}

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 2rem 1.1rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 6, 10, 0.28) 0%, rgba(17, 9, 14, 0.62) 68%, rgba(13, 7, 11, 0.95) 100%),
    url("11.jpg") center/cover no-repeat;
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255, 199, 214, 0.25), transparent 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: min(860px, 100%);
}

.scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.11rem;
  text-transform: uppercase;
  color: rgba(255, 226, 234, 0.86);
  animation: cue-float 1.9s ease-in-out infinite;
}

.mini-title {
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  color: var(--accent-gold);
  font-size: 0.78rem;
  margin: 0 0 0.9rem;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.04;
}

h1 {
  font-size: clamp(2.8rem, 10vw, 6rem);
  font-weight: 700;
}

h1 span {
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-size: 1.2em;
  color: #ffd7e4;
  text-shadow: 0 0 24px rgba(255, 137, 178, 0.4);
}

.hero-subtitle {
  max-width: 680px;
  margin: 1.1rem auto 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 2.3vw, 1.16rem);
  line-height: 1.75;
}

.btn-love {
  margin-top: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  text-decoration: none;
  color: #2f0d1d;
  font-weight: 700;
  background: linear-gradient(120deg, #ffdca8 0%, #ff93bb 45%, #ffa6cb 100%);
  box-shadow: 0 8px 25px rgba(255, 120, 166, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.btn-love:hover,
.btn-love:focus-visible {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 30px rgba(255, 120, 166, 0.42);
}

.section {
  padding: clamp(3.4rem, 7vw, 6rem) 1.1rem;
}

.container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.card {
  border: 1px solid rgba(255, 170, 188, 0.34);
  border-radius: 24px;
  background: rgba(58, 10, 17, 0.52);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.glass {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 221, 233, 0.42);
  box-shadow: 0 28px 46px rgba(0, 0, 0, 0.34);
}

.section-intro .card {
  padding: clamp(1.3rem, 4vw, 2.5rem);
}

.section-intro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffeef3;
}

.section-intro p {
  max-width: 760px;
  color: #ffd9e2;
  line-height: 1.8;
  margin-top: 0.9rem;
}

.message-card {
  padding: clamp(1.3rem, 4vw, 2.6rem);
  background:
    linear-gradient(135deg, rgba(138, 19, 43, 0.35), rgba(90, 12, 29, 0.24)),
    rgba(55, 9, 16, 0.6);
  border: 1px solid rgba(255, 158, 184, 0.38);
}

.message-card h2 {
  font-size: clamp(1.8rem, 4.4vw, 2.9rem);
  color: #fff0f5;
}

.intro-type-line {
  margin-top: 0.9rem;
  color: #ffd5df;
  font-size: clamp(1.02rem, 2.4vw, 1.14rem);
  line-height: 1.9;
  min-height: 90px;
}

.section-head {
  margin-bottom: 1.4rem;
}

.kicker {
  margin: 0 0 0.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--accent-gold);
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  color: #ffe8f1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
}

.photo-card {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transform: translateY(14px);
  opacity: 0;
  animation: rise-in 0.7s ease forwards;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.photo-card:nth-child(1) { grid-column: span 3; animation-delay: 0.04s; }
.photo-card:nth-child(2) { grid-column: span 3; animation-delay: 0.08s; }
.photo-card:nth-child(3) { grid-column: span 3; animation-delay: 0.12s; }
.photo-card:nth-child(4) { grid-column: span 3; animation-delay: 0.16s; }
.photo-card:nth-child(5) { grid-column: span 4; animation-delay: 0.2s; }
.photo-card:nth-child(6) { grid-column: span 4; animation-delay: 0.24s; }
.photo-card:nth-child(7) { grid-column: span 4; animation-delay: 0.28s; }
.photo-card:nth-child(8) { grid-column: span 3; animation-delay: 0.32s; }
.photo-card:nth-child(9) { grid-column: span 3; animation-delay: 0.36s; }
.photo-card:nth-child(10) { grid-column: span 3; animation-delay: 0.4s; }
.photo-card:nth-child(11) { grid-column: span 3; animation-delay: 0.44s; }
.photo-card:nth-child(12) { grid-column: span 12; animation-delay: 0.48s; }

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.45s ease;
  will-change: transform;
}

.photo-card:hover img,
.photo-card:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.12) brightness(1.05);
}

.photo-card:hover {
  transform: translateY(-4px) rotate(-0.4deg);
}

.quote-wrap {
  text-align: center;
}

blockquote {
  margin: 0 auto;
  width: min(840px, 100%);
  padding: clamp(1.4rem, 4vw, 2.8rem);
  border-radius: 18px;
  border: 1px solid rgba(255, 219, 232, 0.26);
  background: linear-gradient(130deg, rgba(255, 195, 220, 0.11), rgba(255, 212, 165, 0.12));
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.45;
  font-family: "Cormorant Garamond", serif;
  box-shadow: var(--shadow);
}

.letter-card {
  padding: clamp(1.3rem, 4vw, 2.6rem);
}

.letter-card h2 {
  font-size: clamp(2rem, 5vw, 3.3rem);
  color: #ffe7f0;
}

.type-line {
  margin-top: 0.85rem;
  line-height: 1.95;
  color: #ffe8f2;
  font-size: 1.05rem;
  min-height: 150px;
}

.footer {
  text-align: center;
  color: rgba(255, 227, 237, 0.9);
  padding: 1.1rem 1rem 2.1rem;
  font-size: 0.93rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 3, 6, 0.85);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 10;
  padding: 1rem;
}

.lightbox.show {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 82vh;
  border-radius: 16px;
  border: 2px solid rgba(255, 221, 233, 0.35);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.45);
}

.lightbox-meta {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.76rem;
  color: #ffe8f2;
  background: rgba(30, 8, 14, 0.66);
  border: 1px solid rgba(255, 177, 201, 0.36);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lightbox-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0.62rem 1rem;
  font-weight: 700;
  color: #390f1f;
  background: linear-gradient(120deg, #ffd7a6, #ff8eb8);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  color: #3a0f20;
  background: linear-gradient(120deg, #ffd9ab, #ff94be);
  cursor: pointer;
}

.lightbox-nav.prev {
  left: 1rem;
}

.lightbox-nav.next {
  right: 1rem;
}

.music-widget {
  position: fixed;
  left: 0.8rem;
  bottom: 0.8rem;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  border-radius: 14px;
  padding: 0.65rem;
  background: rgba(19, 7, 13, 0.73);
  border: 1px solid rgba(255, 198, 216, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-bottom: calc(0.65rem + env(safe-area-inset-bottom));
}

.music-btn {
  border: 0;
  min-height: 44px;
  border-radius: 10px;
  font-weight: 700;
  color: #3b1020;
  background: linear-gradient(130deg, #ffddae, #ff9dc0);
  cursor: pointer;
  padding: 0.56rem 0.9rem;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.music-hint {
  margin: 0;
  color: #f8dbe7;
  font-size: 0.78rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .photo-card:nth-child(1),
  .photo-card:nth-child(2),
  .photo-card:nth-child(3),
  .photo-card:nth-child(4),
  .photo-card:nth-child(5),
  .photo-card:nth-child(6),
  .photo-card:nth-child(7),
  .photo-card:nth-child(8),
  .photo-card:nth-child(9),
  .photo-card:nth-child(10),
  .photo-card:nth-child(11) {
    grid-column: span 6;
  }

  .photo-card:nth-child(12) {
    grid-column: span 12;
  }

  .photo-card img {
    min-height: 190px;
  }
}

@media (max-width: 640px) {

  body {
    background:
      radial-gradient(circle at 10% 10%, #5d0d1a 0%, transparent 38%),
      radial-gradient(circle at 90% 30%, #6a0f20 0%, transparent 36%),
      linear-gradient(145deg, #150507 0%, #29080f 52%, #140407 100%);
  }

  .site-shell {
    background:
      radial-gradient(circle at 14% 8%, rgba(122, 18, 39, 0.44), transparent 45%),
      radial-gradient(circle at 84% 12%, rgba(93, 10, 25, 0.48), transparent 46%),
      linear-gradient(180deg, rgba(12, 3, 6, 0.3), rgba(12, 3, 6, 0.6));
  }

  .section {
    background: transparent;
  }

  .card,
  .message-card {
    background: rgba(56, 9, 16, 0.82);
    border-color: rgba(255, 168, 189, 0.38);
  }

  .section-intro h2,
  .message-card h2,
  .section-head h2,
  .letter-card h2 {
    color: #fff1f5;
  }

  .section-intro p,
  .intro-type-line,
  .type-line,
  .hero-subtitle {
    color: #ffdbe4;
  }

  .hero {
    min-height: 92dvh;
  }

  .envelope-card {
    padding: 2.5rem 1rem 1.2rem;
  }

  .envelope-top {
    height: 102px;
  }

  .photo-card:nth-child(1),
  .photo-card:nth-child(2),
  .photo-card:nth-child(3),
  .photo-card:nth-child(4),
  .photo-card:nth-child(5),
  .photo-card:nth-child(6),
  .photo-card:nth-child(7),
  .photo-card:nth-child(8),
  .photo-card:nth-child(9),
  .photo-card:nth-child(10),
  .photo-card:nth-child(11),
  .photo-card:nth-child(12) {
    grid-column: span 12;
  }

  .photo-card img {
    min-height: 260px;
  }

  .music-widget {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
  }

  .music-btn {
    width: 100%;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes drift {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rise-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes confetti-fall {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(var(--confetti-drift, 0px), 118vh, 0) rotate(760deg);
  }
}

@keyframes heart-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.7) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 0.95;
  }
  100% {
    transform: translate3d(var(--heart-drift, 0px), -122vh, 0) scale(1.15) rotate(45deg);
    opacity: 0;
  }
}

@keyframes unlock-title-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.75);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -52%) scale(1.03);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -54%) scale(1.06);
  }
}

@keyframes aurora-shift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, -12px, 0) scale(1.04);
  }
}

@keyframes sparkle-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-18px, -22px, 0);
  }
}

@keyframes cue-float {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.8;
  }
}
