/* ============================================
   14 ANI-LUMINĂ — Ingrid Ioana
   Cosmic Birthday Experience
   ============================================ */

/* --- FONTS --- */
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display-v40-latin_latin-ext-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display-v40-latin_latin-ext-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-v22-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-v22-latin_latin-ext-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- RESET & BASE --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  background: #0A0E27;
  color: #F5F0EB;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Body locked during loading */
body.locked {
  overflow: hidden;
  height: 100dvh;
}

/* --- PASSWORD GATE --- */
.password-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: linear-gradient(180deg, #050816 0%, #0A0E27 50%, #1A1A3E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.password-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.password-gate__content {
  text-align: center;
  z-index: 2;
  padding: 0 24px;
}

.password-gate__star {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 16px;
  animation: glow-pulse 3s ease-in-out infinite;
}

.password-gate__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(32px, 8vw, 48px);
  background: linear-gradient(135deg, #E8A0BF, #FFD700, #E8A0BF);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s ease-in-out infinite;
  margin-bottom: 8px;
}

.password-gate__sub {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(14px, 3.5vw, 18px);
  color: rgba(245,240,235,0.5);
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}

.password-gate__input {
  display: block;
  width: 240px;
  margin: 0 auto 16px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,215,0,0.3);
  border-radius: 12px;
  color: #FFD700;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  outline: none;
  transition: border-color 0.3s;
}

.password-gate__input:focus {
  border-color: #FFD700;
  box-shadow: 0 0 20px rgba(255,215,0,0.15);
}

.password-gate__input::placeholder {
  color: rgba(255,215,0,0.3);
  letter-spacing: 0.5em;
}

.password-gate__btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 14px 24px;
  background: transparent;
  border: 1.5px solid #E8A0BF;
  border-radius: 12px;
  color: #E8A0BF;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(14px, 3.5vw, 16px);
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

.password-gate__btn:hover {
  background: rgba(232,160,191,0.1);
  transform: translateY(-2px);
}

.password-gate__error {
  margin-top: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: #FF6B8A;
  min-height: 20px;
}

/* --- STARS LAYERS --- */
.stars-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stars-layer--1 {
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 50% 10%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 70% 80%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 15% 90%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 85% 15%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 45% 75%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 25% 45%, rgba(255,215,0,0.6), transparent),
    radial-gradient(1px 1px at 60% 30%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 5% 55%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 75% 5%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 35% 95%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 55% 50%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 95% 70%, rgba(232,160,191,0.5), transparent);
  background-size: 350px 350px;
  animation: twinkle1 6s ease-in-out infinite alternate;
}

.stars-layer--2 {
  background-image:
    radial-gradient(1.5px 1.5px at 20% 35%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 60% 70%, rgba(255,255,255,0.5), transparent),
    radial-gradient(2px 2px at 80% 20%, rgba(255,215,0,0.5), transparent),
    radial-gradient(1.5px 1.5px at 40% 55%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1.5px 1.5px at 10% 80%, rgba(232,160,191,0.4), transparent),
    radial-gradient(2px 2px at 55% 15%, rgba(0,212,170,0.3), transparent),
    radial-gradient(1.5px 1.5px at 90% 60%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 35% 25%, rgba(255,255,255,0.6), transparent);
  background-size: 500px 500px;
  animation: twinkle2 8s ease-in-out infinite alternate;
}

.stars-layer--3 {
  background-image:
    radial-gradient(2.5px 2.5px at 25% 50%, rgba(255,215,0,0.7), transparent),
    radial-gradient(2px 2px at 75% 30%, rgba(232,160,191,0.5), transparent),
    radial-gradient(2px 2px at 50% 85%, rgba(0,212,170,0.4), transparent),
    radial-gradient(3px 3px at 15% 15%, rgba(255,255,255,0.3), transparent);
  background-size: 700px 700px;
  animation: twinkle3 10s ease-in-out infinite alternate;
}

.stars-layer--slow {
  animation-duration: 15s !important;
}

@keyframes twinkle1 {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}

@keyframes twinkle2 {
  0% { opacity: 0.5; }
  100% { opacity: 0.9; }
}

@keyframes twinkle3 {
  0% { opacity: 0.3; }
  100% { opacity: 0.8; }
}

/* --- SECTIONS BASE --- */
.section {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* --- AUDIO BUTTON --- */
.audio-btn {
  position: fixed;
  top: env(safe-area-inset-top, 16px);
  right: 16px;
  z-index: 1000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(10,14,39,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F5F0EB;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, transform 0.2s;
  padding-top: env(safe-area-inset-top, 0px);
  margin-top: 16px;
}

.audio-btn:hover {
  border-color: #E8A0BF;
  transform: scale(1.1);
}

.audio-icon {
  width: 20px;
  height: 20px;
  display: none;
}

.audio-icon--off { display: block; }
.audio-btn.playing .audio-icon--off { display: none; }
.audio-btn.playing .audio-icon--on { display: block; }

/* --- SECVENȚA 0: LOADING --- */
.section--loading {
  background: linear-gradient(180deg, #050816 0%, #0A0E27 50%, #1A1A3E 100%);
  cursor: pointer;
}

.terminal {
  font-family: 'Courier New', 'Fira Code', monospace;
  font-size: clamp(13px, 3.5vw, 18px);
  line-height: 1.8;
  color: #00D4AA;
  max-width: 90%;
  text-align: left;
  white-space: pre-wrap;
  min-height: 180px;
}

.terminal .cursor {
  display: inline-block;
  width: 0.6em;
  height: 1.1em;
  background: #00D4AA;
  vertical-align: text-bottom;
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.launch-btn {
  position: relative;
  margin-top: 40px;
  padding: 16px 36px;
  background: transparent;
  border: 1.5px solid #00D4AA;
  border-radius: 8px;
  color: #00D4AA;
  font-family: 'Courier New', monospace;
  font-size: clamp(14px, 3.5vw, 18px);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s, border-color 0.3s, color 0.3s;
}

.launch-btn.visible {
  opacity: 1;
  transform: translateY(0);
}

.launch-btn:hover {
  border-color: #FFD700;
  color: #FFD700;
}

.launch-btn__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 12px;
  border: 1px solid #00D4AA;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.15); }
}

.flash-overlay {
  position: fixed;
  inset: 0;
  background: white;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.15s ease-in;
}

.flash-overlay.active {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.flash-overlay.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

/* --- SECVENȚA 1: BIRTHDAY --- */
.section--birthday {
  background: linear-gradient(180deg, #0A0E27 0%, #1A1A3E 100%);
  display: none;
}

.section--birthday.active {
  display: flex;
}

.birthday-content {
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.section--birthday.active .birthday-content {
  opacity: 1;
  transform: scale(1);
}

.birthday-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(20px, 5vw, 32px);
  color: #F0D9B5;
  margin-bottom: 8px;
  opacity: 0;
  animation: fadeUp 0.8s ease-out 0.3s forwards;
}

.birthday-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(36px, 10vw, 72px);
  background: linear-gradient(135deg, #E8A0BF, #FFD700, #E8A0BF, #FF6B8A);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s ease-in-out infinite, fadeUp 0.8s ease-out 0.6s forwards;
  opacity: 0;
  line-height: 1.1;
}

@keyframes shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.birthday-age {
  margin-top: 16px;
  opacity: 0;
  animation: fadeUp 0.8s ease-out 1s forwards;
}

.birthday-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(80px, 25vw, 180px);
  line-height: 1;
  color: #FFD700;
  text-shadow:
    0 0 20px rgba(255,215,0,0.5),
    0 0 40px rgba(255,215,0,0.3),
    0 0 80px rgba(255,215,0,0.15);
  animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% {
    text-shadow:
      0 0 20px rgba(255,215,0,0.5),
      0 0 40px rgba(255,215,0,0.3),
      0 0 80px rgba(255,215,0,0.15);
  }
  50% {
    text-shadow:
      0 0 30px rgba(255,215,0,0.7),
      0 0 60px rgba(255,215,0,0.5),
      0 0 100px rgba(255,215,0,0.3),
      0 0 150px rgba(255,215,0,0.1);
  }
}

.birthday-unit {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(16px, 4vw, 24px);
  color: #E8A0BF;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: -8px;
}

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

/* Confetti */
.confetti-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.confetti {
  position: absolute;
  top: -20px;
  width: 10px;
  height: 10px;
  opacity: 0;
  animation: confetti-fall linear forwards;
}

.confetti--circle { border-radius: 50%; }
.confetti--star {
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid currentColor;
  background: none !important;
}

@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
  80% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(100dvh) rotate(720deg) scale(0.5);
  }
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 40px;
  text-align: center;
  opacity: 0;
  animation: fadeUp 0.6s ease-out 3.5s forwards;
  z-index: 2;
}

.scroll-hint span {
  font-size: clamp(12px, 3vw, 14px);
  color: rgba(245,240,235,0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-hint__chevron {
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  border-right: 2px solid rgba(245,240,235,0.4);
  border-bottom: 2px solid rgba(245,240,235,0.4);
  transform: rotate(45deg);
  animation: chevron-bounce 2s ease-in-out infinite;
}

@keyframes chevron-bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(6px); }
}

/* --- SECVENȚA 2: JOURNEY --- */
.section--journey {
  min-height: auto;
  padding: 10dvh 0;
  background: linear-gradient(180deg, #1A1A3E 0%, #0A0E27 20%, #0F1035 50%, #1A1A3E 80%, #050816 100%);
}

.stars-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.journey-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Station */
.station {
  margin: 15dvh 0;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.station.visible {
  opacity: 1;
  transform: translateY(0);
}

.station--left { text-align: left; }
.station--right { text-align: right; }
.station--center { text-align: center; }

.station__media {
  display: inline-block;
  position: relative;
  max-width: 85%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.station--left .station__media { transform: rotate(-1.5deg); }
.station--right .station__media { transform: rotate(1.5deg); }
.station--center .station__media { transform: rotate(0deg); }

.station__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70dvh;
  object-fit: cover;
}

/* Video station */
.station__media--video {
  border: 2px solid transparent;
  background-image: linear-gradient(#0A0E27, #0A0E27),
    linear-gradient(135deg, #7B2FBE, #00D4AA, #E8A0BF, #FFD700);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: border-glow 4s linear infinite;
}

@keyframes border-glow {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.station__media--video video {
  display: block;
  width: 100%;
  max-height: 70dvh;
  background: #000;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
}

.video-play-overlay.hidden { opacity: 0; pointer-events: none; }

.video-play-overlay svg {
  width: 64px;
  height: 64px;
  fill: rgba(255,255,255,0.9);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
  transition: transform 0.2s;
}

.video-play-overlay:hover svg { transform: scale(1.1); }

/* Station caption */
.station__caption {
  margin-top: 16px;
  padding: 0 8px;
}

.station__title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(18px, 4.5vw, 24px);
  color: #F0D9B5;
  margin-bottom: 4px;
}

.station__year {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(12px, 3vw, 14px);
  color: rgba(245,240,235,0.5);
  letter-spacing: 0.15em;
}

/* --- SECVENȚA 3: MYSTERY --- */
.section--mystery {
  background: #030308;
  min-height: 100dvh;
  justify-content: center;
  padding: 60px 24px;
}

.mystery-content {
  max-width: 600px;
  text-align: center;
}

.mystery-line {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(18px, 4.5vw, 26px);
  line-height: 1.6;
  color: rgba(245,240,235,0.9);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.mystery-line.revealed {
  opacity: 1;
  transform: translateY(0);
}

.mystery-line--reveal {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(28px, 7vw, 48px);
  color: #FFD700;
  text-shadow:
    0 0 30px rgba(255,215,0,0.5),
    0 0 60px rgba(255,215,0,0.3);
  margin-top: 20px;
}

/* Glitch effect on mystery text */
.mystery-line--reveal.revealed {
  animation: glitch-flash 0.3s ease-out;
}

@keyframes glitch-flash {
  0% { opacity: 0; filter: brightness(3) blur(4px); transform: translateY(15px) scale(1.05); }
  30% { opacity: 1; filter: brightness(2) blur(1px); }
  100% { opacity: 1; filter: brightness(1) blur(0); transform: translateY(0) scale(1); }
}

.mystery-continue {
  margin-top: 60px;
  opacity: 0;
  transition: opacity 0.6s;
}

.mystery-continue.visible { opacity: 1; }

/* Breathing background for mystery */
.section--mystery::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(123,47,190,0.08) 0%, transparent 70%);
  animation: breathe 6s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* --- SECVENȚA 4: LETTER (Star Wars Crawl) --- */
.section--letter {
  background: #000;
  min-height: 100dvh;
  padding: 0;
  position: relative;
}

.letter-scroll {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20dvh 0 30dvh;
  z-index: 1;
  text-align: center;
}

.letter-line {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #FFD700;
  font-size: clamp(34px, 8vw, 56px);
  line-height: 1.5;
  margin-bottom: 1.8em;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.letter-line.visible {
  opacity: 1;
  transform: translateY(0);
}

.letter-greeting {
  font-size: clamp(38px, 9vw, 64px);
  color: #E8A0BF;
  margin-bottom: 2em;
  text-shadow: 0 0 20px rgba(232, 160, 191, 0.4);
}

.letter-love {
  font-size: clamp(48px, 11vw, 80px);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #fff;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.letter-signature {
  font-size: clamp(38px, 9vw, 64px);
  color: #E8A0BF;
  text-shadow: 0 0 20px rgba(232, 160, 191, 0.4);
}

.letter-ps {
  font-size: clamp(20px, 5vw, 30px);
  color: #aaa;
  margin-top: 3em;
  text-shadow: none;
}

/* Finale */
.finale {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.finale.visible {
  opacity: 1;
}

.finale-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 5vw, 28px);
  color: #F0D9B5;
  margin-bottom: 30px;
}

.restart-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(14px, 3.5vw, 16px);
  padding: 14px 32px;
  background: transparent;
  border: 1.5px solid rgba(232,160,191,0.4);
  border-radius: 12px;
  color: #E8A0BF;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

.restart-btn:hover {
  border-color: #E8A0BF;
  background: rgba(232,160,191,0.1);
  transform: translateY(-2px);
}

/* Starfall */
.starfall {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.falling-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #FFD700;
  border-radius: 50%;
  box-shadow: 0 0 6px 2px rgba(255,215,0,0.4);
  animation: starfall-anim linear infinite;
}

@keyframes starfall-anim {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(0);
  }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(100dvh) translateX(-50px);
  }
}

/* --- RESPONSIVE --- */
@media (min-width: 768px) {
  .station--left .station__media { max-width: 70%; }
  .station--right .station__media { max-width: 70%; }
  .station--center .station__media { max-width: 80%; }

  .station {
    margin: 20dvh 0;
  }

}

@media (min-width: 1024px) {
  .station--left {
    padding-right: 30%;
  }
  .station--right {
    padding-left: 30%;
  }

  .station__media {
    max-width: 100% !important;
  }
}

/* --- REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.2s !important;
  }

  .confetti { display: none; }
  .station { opacity: 1; transform: none; }
  .birthday-sub, .birthday-name, .birthday-age { opacity: 1; }
}
