:root {
  --wine: #6d1738;
  --wine-dark: #3b0b23;
  --pink: #ef5f8d;
  --rose: #ffd9e5;
  --blush: #fff1f5;
  --cream: #fffaf5;
  --gold: #e5b45f;
  --shadow: 0 22px 55px rgba(91, 18, 49, 0.22);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: var(--wine-dark);
  background:
    radial-gradient(circle at 20% 5%, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(145deg, #fff6f8, #f8cbd9 55%, #eaa2b9);
}

button { font: inherit; }
button:focus-visible { outline: 3px solid rgba(109, 23, 56, 0.35); outline-offset: 3px; }

.ambient-hearts::before,
.ambient-hearts::after {
  content: '♥';
  position: fixed;
  z-index: 0;
  color: rgba(151, 34, 76, 0.12);
  font-size: clamp(8rem, 30vw, 20rem);
  pointer-events: none;
  animation: breathe 7s ease-in-out infinite;
}
.ambient-hearts::before { left: -8vw; top: -12vh; transform: rotate(-18deg); }
.ambient-hearts::after { right: -8vw; bottom: -18vh; transform: rotate(20deg); animation-delay: -3s; }

.effects-layer { position: fixed; inset: 0; z-index: 20; pointer-events: none; overflow: hidden; }

.app-shell { position: relative; z-index: 1; width: 100%; height: 100dvh; }
.screen {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  padding: max(18px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
    max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  animation: screenIn 650ms cubic-bezier(.2, .8, .2, 1) both;
}
.screen[hidden] { display: none !important; }
.screen > * { min-width: 0; max-width: 100%; }

.opening-screen,
.love-screen,
.letter-screen,
.reasons-screen,
.memory-screen,
.final-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.opening-screen { gap: clamp(12px, 2.5vh, 24px); }
.opening-copy { width: min(800px, 100%); }
.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: var(--wine);
  font-size: clamp(.62rem, 2.5vw, .76rem);
  font-weight: 800;
}
h1, h2 {
  margin: 0;
  font-family: 'Great Vibes', cursive;
  color: var(--wine);
  line-height: .98;
  font-weight: 400;
}
h1 { max-width: 100%; overflow-wrap: break-word; font-size: clamp(2.65rem, 10vw, 5.8rem); }
h2 { font-size: clamp(2.5rem, 9vw, 5rem); }
.lead {
  max-width: 680px;
  margin: 12px auto 0;
  color: #6c4053;
  font-size: clamp(.88rem, 3vw, 1.06rem);
  line-height: 1.55;
}

.type-stage { visibility: hidden; }
.type-stage.typing,
.type-stage.revealed { visibility: visible; }
.type-stage.typing::after {
  content: '|';
  color: var(--pink);
  animation: blink .7s steps(1) infinite;
}

.mini-carousel {
  width: 82vw;
  max-width: 330px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 24px;
  background: rgba(255, 255, 255, .55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.carousel-kicker {
  margin: 0 0 7px;
  color: var(--wine);
  font-family: 'Great Vibes', cursive;
  font-size: 1.65rem;
}
.carousel-frame { overflow: hidden; border-radius: 17px; }
.carousel-track { display: grid; }
.carousel-slide {
  grid-area: 1 / 1;
  min-width: 0;
  display: none;
}
.carousel-slide.active {
  display: block;
}
.carousel-slide,
.reason-stage,
.card-front,
.memory-slide {
  background: linear-gradient(145deg, #f7b5c8, #fff0f4);
}
.carousel-slide img {
  display: block;
  width: 100%;
  height: clamp(145px, 23vh, 215px);
  object-fit: cover;
}
.carousel-dots, .reason-progress { display: flex; justify-content: center; gap: 5px; margin-top: 8px; }
.dot { width: 6px; height: 6px; border: 0; padding: 0; border-radius: 50%; background: #dbb5c3; }
.dot.active { width: 18px; border-radius: 999px; background: var(--pink); }

.primary-btn, .ghost-btn, .choice-btn, .paper-next {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-btn:hover, .ghost-btn:hover, .choice-btn:hover, .paper-next:hover { transform: translateY(-2px); }
.primary-btn {
  padding: 13px 22px;
  color: white;
  background: linear-gradient(135deg, #f2779e, #9d2453);
  box-shadow: 0 13px 28px rgba(109, 23, 56, .26);
}
.ghost-btn {
  padding: 11px 20px;
  color: var(--wine);
  border: 1px solid rgba(109, 23, 56, .16);
  background: rgba(255, 255, 255, .75);
}
.next-step { margin-top: 15px; animation: rise .45s ease both; }

.question-card {
  width: min(620px, 94vw);
  padding: clamp(25px, 7vw, 55px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 36px;
  background: rgba(255, 250, 252, .7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.question { margin: 18px 0; font-size: clamp(1.1rem, 4vw, 1.4rem); color: #6c4053; font-weight: 600; }
.choice-row { display: flex; gap: 12px; justify-content: center; }
.choice-btn { min-width: 140px; padding: 14px 20px; color: white; }
.yes-btn { background: linear-gradient(135deg, #f47da2, #b5255d); box-shadow: 0 12px 24px rgba(181, 37, 93, .25); }
.no-btn { color: var(--wine); background: #fff; border: 1px solid #e5b6c6; }
.feedback { min-height: 24px; margin: 14px 0 0; color: var(--wine); font-weight: 700; }
.confirmation-box { animation: rise .5s ease both; }
.confirmation-title { margin: 5px 0; font: 3.4rem/1 'Great Vibes', cursive; color: var(--wine); }

.letter-screen { perspective: 1000px; }
.letter-intro { animation: rise .6s ease both; }
.envelope {
  position: relative;
  display: grid;
  place-items: center;
  width: min(310px, 76vw);
  aspect-ratio: 1.55;
  margin: 32px auto 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  color: var(--wine);
  background: #f8c1d1;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.envelope::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 49%, #efa9be 50%) left/50% 100% no-repeat,
    linear-gradient(215deg, transparent 49%, #e89ab3 50%) right/50% 100% no-repeat;
}
.envelope::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 58%;
  background: #ffd7e2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.envelope-heart { position: relative; z-index: 2; font-size: 2.4rem; color: #b72559; text-shadow: 0 4px 8px rgba(109, 23, 56, .22); }
.envelope-label { position: absolute; z-index: 2; bottom: 18px; font-weight: 700; }
.paper-letter {
  position: relative;
  width: min(680px, 94vw);
  max-height: 88dvh;
  overflow-y: auto;
  padding: clamp(28px, 7vw, 56px);
  text-align: left;
  font: 600 clamp(1.12rem, 4vw, 1.45rem)/1.48 'Caveat', cursive;
  color: #4f382f;
  background-color: #fff9e9;
  background-image: repeating-linear-gradient(transparent 0 31px, rgba(91, 116, 148, .13) 32px);
  border-radius: 3px 16px 7px 12px;
  box-shadow: 5px 8px 0 #e8dcc1, var(--shadow);
  animation: paperOpen .7s cubic-bezier(.2, .8, .2, 1) both;
}
.paper-letter p { margin: 0 0 18px; }
.signature { text-align: right; color: var(--wine); }
.close-letter {
  position: absolute; top: 8px; right: 12px; border: 0; background: transparent;
  color: #7d665c; font-size: 1.8rem; cursor: pointer;
}
.paper-next { display: block; margin: 10px auto 0; padding: 10px 24px; color: white; background: var(--wine); }

.section-heading { margin-bottom: clamp(12px, 3vh, 24px); }
.reason-stage {
  width: min(480px, 88vw);
  height: min(55dvh, 500px);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.reason-card { position: relative; width: 100%; height: 100%; animation: reasonIn .55s ease both; }
.reason-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reason-copy {
  position: absolute; inset: auto 0 0;
  padding: 48px 20px 20px;
  color: white;
  text-align: left;
  background: linear-gradient(transparent, rgba(52, 6, 27, .88));
}
.reason-number { margin: 0 0 2px; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.reason-copy h3 { margin: 0; font: 2.4rem/1.05 'Great Vibes', cursive; }
.reason-controls { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.round-btn {
  width: 38px; height: 38px; border: 1px solid rgba(109, 23, 56, .15); border-radius: 50%;
  color: var(--wine); background: rgba(255, 255, 255, .72); cursor: pointer; font-size: 1.6rem;
}
.reason-progress { margin: 0; min-width: 80px; }

.memory-screen { padding-left: max(8px, env(safe-area-inset-left)); padding-right: max(8px, env(safe-area-inset-right)); }
.game-heading {
  width: min(650px, 100%);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin-bottom: 8px;
  text-align: left;
}
.game-heading h2 { font-size: clamp(2rem, 8vw, 3.6rem); }
.game-meta { display: flex; flex-direction: column; align-items: end; gap: 5px; color: var(--wine); font-size: .72rem; font-weight: 700; }
.reset-btn { border: 0; padding: 5px 8px; border-radius: 999px; color: var(--wine); background: rgba(255,255,255,.7); cursor: pointer; font-size: .7rem; }
.memory-grid {
  width: min(650px, calc((100dvh - 155px) * .8), 100%);
  max-height: calc(100dvh - 155px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: clamp(3px, 1vw, 7px);
}
.memory-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 0;
  padding: 0;
  border-radius: clamp(7px, 2vw, 15px);
  cursor: pointer;
  background: transparent;
  perspective: 700px;
}
.card-inner { position: absolute; inset: 0; transition: transform .42s ease; transform-style: preserve-3d; }
.memory-card.flipped .card-inner, .memory-card.matched .card-inner { transform: rotateY(180deg); }
.card-face {
  position: absolute; inset: 0; overflow: hidden; border-radius: inherit;
  backface-visibility: hidden; box-shadow: 0 5px 12px rgba(91, 18, 49, .17);
}
.card-back { display: grid; place-items: center; color: white; font-size: clamp(1rem, 5vw, 2rem); background: linear-gradient(145deg, #f486a8, #a92959); }
.card-front { transform: rotateY(180deg); background: #fff; }
.card-front img { width: 100%; height: 100%; display: block; object-fit: cover; }
.memory-card.matched { filter: saturate(.72); opacity: .82; }
.game-result { position: absolute; bottom: 56px; margin: 0; color: var(--wine); font-weight: 800; }
.memory-screen .next-step { position: absolute; bottom: 12px; }

.hangman-screen { gap: clamp(8px, 1.5vh, 14px); }
.hangman-heading {
  width: min(680px, 100%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}
.hangman-heading h2 { font-size: clamp(2.35rem, 8vw, 4rem); }
.hangman-replay { flex: 0 0 auto; margin-bottom: 3px; }
.hangman-game {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: minmax(130px, .8fr) minmax(190px, 1.2fr);
  align-items: center;
  gap: clamp(12px, 4vw, 28px);
  padding: clamp(12px, 3vw, 22px);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 28px;
  background: rgba(255, 250, 252, .66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hangman-drawing {
  position: relative;
  width: min(210px, 100%);
  aspect-ratio: 1 / 1.1;
  margin: auto;
}
.gallows, .hangman-part { position: absolute; display: block; }
.gallows { border-radius: 999px; background: var(--wine); }
.gallows-base { left: 4%; right: 4%; bottom: 5%; height: 5px; }
.gallows-post { left: 19%; top: 7%; bottom: 7%; width: 5px; }
.gallows-top { left: 19%; top: 7%; width: 58%; height: 5px; }
.gallows-rope { left: 75%; top: 7%; width: 4px; height: 17%; }
.hangman-part {
  opacity: 0;
  color: var(--pink);
  border-color: var(--pink);
  background: var(--pink);
  transition: opacity .25s ease, transform .35s ease;
  transform: scale(.4);
}
.hangman-part.visible { opacity: 1; transform: scale(1); animation: partDrop .4s ease both; }
.hangman-part.head {
  left: 64%; top: 23%; width: 23%; aspect-ratio: 1;
  border: 5px solid var(--pink); border-radius: 50%; background: transparent;
}
.hangman-part.body { left: 74.5%; top: 43%; width: 5px; height: 28%; transform-origin: top; }
.hangman-part.arm, .hangman-part.leg { width: 5px; height: 23%; transform-origin: top; }
.left-arm { left: 74%; top: 47%; rotate: 42deg; }
.right-arm { left: 76%; top: 47%; rotate: -42deg; }
.left-leg { left: 74%; top: 68%; rotate: 36deg; }
.right-leg { left: 76%; top: 68%; rotate: -36deg; }
.hangman-challenge { min-width: 0; text-align: center; }
.hangman-prompt { margin: 0; color: var(--wine); font: 2rem/1 'Great Vibes', cursive; }
.hangman-hint { margin: 9px 0 15px; color: #74455a; font-size: clamp(.82rem, 3vw, 1rem); }
.hangman-hint strong { color: var(--wine); }
.hangman-word {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(4px, 1.5vw, 9px);
  min-height: 42px;
}
.word-letter {
  display: grid;
  place-items: center;
  width: clamp(23px, 7vw, 38px);
  min-height: 38px;
  border-bottom: 3px solid var(--wine);
  color: var(--wine);
  font-size: clamp(1.05rem, 4vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
}
.word-letter.revealed { animation: correctLetter .48s cubic-bezier(.2, .9, .25, 1.3) both; }
.word-letter.space { width: 12px; border: 0; }
.hangman-status { min-height: 21px; margin: 11px 0 0; color: var(--wine); font-weight: 800; font-size: .88rem; }
.hangman-status.win { color: #a51f55; animation: correctLetter .55s ease both; }
.hangman-status.lost { color: #8d263b; }
.hangman-keyboard {
  width: min(680px, 100%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(4px, 1vw, 7px);
}
.letter-key {
  width: clamp(31px, 8vw, 43px);
  height: clamp(34px, 6vh, 43px);
  padding: 0;
  border: 1px solid rgba(109, 23, 56, .15);
  border-radius: 10px;
  cursor: pointer;
  color: var(--wine);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 4px 8px rgba(91, 18, 49, .09);
  font-weight: 800;
  transition: transform .18s ease, background .2s ease, color .2s ease;
}
.letter-key:hover:not(:disabled) { transform: translateY(-2px); }
.letter-key.correct { color: white; background: linear-gradient(145deg, #f486a8, #b72b60); animation: keyCorrect .4s ease; }
.letter-key.wrong { color: white; background: linear-gradient(145deg, #8c5368, #4f2637); animation: keyWrong .4s ease; }
.letter-key:disabled { cursor: default; }
.hangman-game.success { animation: successGlow 1s ease both; }
.hangman-game.failure { animation: angryShake .7s linear both; }

.final-screen, .future-screen { gap: clamp(10px, 2vh, 20px); }
.future-carousel {
  position: relative;
  width: min(720px, 94vw);
  height: min(58dvh, 540px);
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: #edc8d4;
}
.future-track { position: relative; width: 100%; height: 100%; }
.future-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease;
}
.future-slide.active { opacity: 1; visibility: visible; }
.future-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.future-message {
  max-width: 520px;
  margin: 0;
  color: var(--wine);
  font: 600 clamp(1.2rem, 4vw, 1.6rem)/1.2 'Caveat', cursive;
}
.memories-carousel {
  position: relative;
  width: min(650px, 92vw);
  height: min(55dvh, 510px);
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: #edc8d4;
}
.memories-track { position: relative; height: 100%; }
.memory-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease;
}
.memory-slide.active {
  opacity: 1;
  visibility: visible;
}
.memory-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-arrow {
  position: absolute; z-index: 2; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border: 0; border-radius: 50%; cursor: pointer;
  color: var(--wine); background: rgba(255,255,255,.78); font-size: 1.8rem;
}
.carousel-arrow.previous { left: 10px; }
.carousel-arrow.next { right: 10px; }
.memory-counter {
  position: absolute; z-index: 2; bottom: 10px; left: 50%; transform: translateX(-50%);
  padding: 5px 10px; border-radius: 999px; color: white; background: rgba(59, 11, 35, .58); font-size: .72rem;
}
.final-message { max-width: 520px; margin: 0; color: var(--wine); font-family: 'Caveat', cursive; font-size: clamp(1.15rem, 4vw, 1.5rem); font-weight: 600; }

.floating-heart, .confetti { position: absolute; animation: celebrate 3.5s ease-out forwards; }
.floating-heart { color: #db3e74; font-size: clamp(1rem, 5vw, 2rem); }
.confetti { width: 8px; height: 14px; border-radius: 2px; }
.angry-emoji {
  position: absolute;
  font-size: clamp(1.7rem, 7vw, 3rem);
  filter: drop-shadow(0 4px 4px rgba(91, 18, 49, .2));
  animation: angryRise 2.5s cubic-bezier(.15, .7, .25, 1) forwards;
  will-change: transform, opacity;
}
.angry-shake { animation: angryShake .82s linear both !important; }
.image-fallback {
  display: grid !important;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #f7b5c8, #fff0f4);
  color: var(--wine);
  font-size: 2rem;
}

@keyframes screenIn { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes reasonIn { from { opacity: 0; transform: scale(.96) rotate(-1deg); } to { opacity: 1; transform: none; } }
@keyframes paperOpen { from { opacity: 0; transform: rotateX(-18deg) scale(.75); } to { opacity: 1; transform: none; } }
@keyframes partDrop { from { opacity: 0; translate: 0 -12px; } to { opacity: 1; translate: 0 0; } }
@keyframes correctLetter { 50% { transform: translateY(-7px) scale(1.18); color: #e7437b; } }
@keyframes keyCorrect { 50% { transform: translateY(-5px) scale(1.12); } }
@keyframes keyWrong { 25%, 75% { transform: translateX(-4px); } 50% { transform: translateX(4px); } }
@keyframes successGlow { 50% { box-shadow: 0 0 0 5px rgba(239, 95, 141, .18), 0 22px 65px rgba(181, 37, 93, .35); } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes breathe { 50% { opacity: .55; transform: scale(1.04) rotate(-12deg); } }
@keyframes angryShake {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  10% { transform: translate(-12px, 7px) rotate(-1deg); }
  20% { transform: translate(14px, -8px) rotate(1deg); }
  30% { transform: translate(-16px, -5px) rotate(-1.2deg); }
  40% { transform: translate(15px, 9px) rotate(1.1deg); }
  50% { transform: translate(-13px, -9px) rotate(-.8deg); }
  60% { transform: translate(12px, 7px) rotate(.9deg); }
  70% { transform: translate(-9px, 5px) rotate(-.6deg); }
  80% { transform: translate(8px, -5px) rotate(.5deg); }
  90% { transform: translate(-4px, 3px) rotate(-.2deg); }
}
@keyframes angryRise {
  0% { opacity: 0; transform: translate3d(0, 20px, 0) scale(.5) rotate(-15deg); }
  12% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--angry-drift), -110vh, 0) scale(1.25) rotate(25deg); }
}
@keyframes celebrate {
  0% { opacity: 0; transform: translateY(20px) rotate(0); }
  15% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-105vh) rotate(520deg); }
}

@media (max-width: 560px) {
  .opening-screen { justify-content: space-evenly; gap: 6px; }
  .opening-copy .lead { margin-top: 8px; }
  .mini-carousel { padding: 7px; }
  .carousel-kicker { margin-bottom: 4px; font-size: 1.4rem; }
  .choice-row { flex-direction: column; }
  .choice-btn { width: 100%; }
  .question-card { border-radius: 28px; }
  .reason-stage { height: 52dvh; }
  .memory-grid { width: min(100%, calc((100dvh - 150px) * .8)); }
  .game-heading { width: min(100%, calc((100dvh - 150px) * .8)); }
  .game-result { bottom: 51px; font-size: .78rem; }
  .hangman-game { grid-template-columns: 115px 1fr; padding: 10px; gap: 8px; }
  .hangman-prompt { font-size: 1.6rem; }
  .hangman-hint { margin: 5px 0 10px; }
  .hangman-status { margin-top: 7px; font-size: .76rem; }
  .memories-carousel { height: 50dvh; }
}

@media (max-height: 690px) {
  .opening-screen { gap: 6px; }
  h1 { font-size: clamp(2.25rem, 8vw, 4rem); }
  .mini-carousel { width: min(270px, 76vw); }
  .carousel-slide img { height: 132px; }
  .reason-stage { height: 48dvh; }
  .hangman-screen { gap: 5px; }
  .hangman-heading h2 { font-size: 2.45rem; }
  .hangman-game { padding: 7px 10px; }
  .hangman-drawing { width: 125px; }
  .letter-key { height: 30px; }
  .section-heading { margin-bottom: 8px; }
  .final-screen { gap: 7px; }
  .memories-carousel { height: 44dvh; }
  .future-carousel { height: 48dvh; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
