:root {
  --royal-purple: #5a248f;
  --deep-purple: #351455;
  --velvet-purple: #7426b2;
  --lavender: #c9a7ff;
  --soft-pink: #ffc5e0;
  --rose-pink: #f77fb7;
  --baby-blue: #cceeff;
  --sky-blue: #89d8ff;
  --soft-aqua: #a7f0ec;
  --warm-gold: #ffd977;
  --pearl: #fffafd;
  --ink: #2c1744;
  --glass: rgba(255, 250, 253, 0.78);
  --shadow: 0 28px 80px rgba(80, 24, 130, 0.26);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fbf1ff;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #fff8fd;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

svg {
  display: block;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 5%, rgba(255, 217, 119, 0.44), transparent 18rem),
    radial-gradient(circle at 86% 8%, rgba(167, 240, 236, 0.52), transparent 24rem),
    radial-gradient(circle at 10% 24%, rgba(255, 197, 224, 0.58), transparent 28rem),
    radial-gradient(circle at 88% 36%, rgba(201, 167, 255, 0.38), transparent 27rem),
    radial-gradient(circle at 26% 66%, rgba(247, 127, 183, 0.28), transparent 24rem),
    radial-gradient(circle at 78% 82%, rgba(255, 217, 119, 0.32), transparent 24rem),
    radial-gradient(circle at 18% 96%, rgba(167, 240, 236, 0.2), transparent 24rem),
    linear-gradient(180deg, #fff8fd 0%, #f1dcff 26%, #dff6ff 52%, #f8e5ff 76%, #fff1d8 100%);
}

.site-shell::before,
.site-shell::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.site-shell::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 44%, rgba(255, 217, 119, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 12%, rgba(255, 255, 255, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 38%, rgba(255, 197, 224, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 24%, rgba(167, 240, 236, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px);
  background-size: 240px 280px;
  opacity: 0.74;
  animation: ambientDust 18s linear infinite;
}

.site-shell::after {
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.18) 27%, transparent 38%),
    radial-gradient(ellipse at 20% 34%, rgba(255, 197, 224, 0.16), transparent 20rem),
    radial-gradient(ellipse at 84% 48%, rgba(137, 216, 255, 0.14), transparent 22rem),
    radial-gradient(ellipse at 10% 82%, rgba(91, 168, 120, 0.18), transparent 18rem),
    radial-gradient(ellipse at 92% 78%, rgba(88, 176, 169, 0.16), transparent 20rem),
    radial-gradient(ellipse at 50% 112%, rgba(255, 217, 119, 0.28), transparent 30rem);
  opacity: 0.8;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  gap: 12px;
  pointer-events: none;
}

.announcement-bar,
.nav-panel {
  pointer-events: auto;
}

.announcement-bar {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 18px;
  color: white;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 217, 119, 0.24), transparent 14rem),
    linear-gradient(90deg, #4a1680, #7b2dc4 52%, #562098);
  box-shadow: 0 12px 34px rgba(53, 20, 85, 0.2);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.announcement-bar p {
  margin: 0;
}

.announcement-bar__sparkles {
  color: var(--warm-gold);
  text-shadow:
    0 0 10px rgba(255, 217, 119, 0.9),
    0 0 20px rgba(255, 197, 224, 0.6);
  animation: softTwinkle 3.4s ease-in-out infinite;
}

.nav-panel {
  display: grid;
  width: min(1210px, calc(100% - 40px));
  min-height: 82px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  justify-self: center;
  padding: 12px 18px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 240, 255, 0.7)),
    radial-gradient(circle at 6% 20%, rgba(255, 217, 119, 0.2), transparent 10rem),
    radial-gradient(circle at 96% 18%, rgba(247, 127, 183, 0.22), transparent 10rem);
  box-shadow:
    0 24px 70px rgba(90, 36, 143, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--royal-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand::before,
.brand::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.brand::before {
  right: -16px;
  bottom: 2px;
  width: 34px;
  height: 16px;
  border-bottom: 2px solid rgba(255, 217, 119, 0.8);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.brand::after {
  top: -6px;
  right: 4px;
  width: 15px;
  height: 18px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    -10px 0 0 4px rgba(255, 197, 224, 0.9),
    10px 1px 0 4px rgba(167, 240, 236, 0.72);
  transform: rotate(22deg) scale(0.72);
}

.brand__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--warm-gold);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85), transparent 23%),
    linear-gradient(135deg, var(--royal-purple), var(--rose-pink));
  box-shadow:
    0 0 24px rgba(255, 217, 119, 0.75),
    0 10px 24px rgba(90, 36, 143, 0.22);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.98rem;
  font-weight: 800;
}

.primary-nav a {
  border-radius: 999px;
  padding: 12px 17px;
  color: rgba(53, 20, 85, 0.82);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--royal-purple);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86);
  transform: translateY(-1px);
}

.nav-cta {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  padding: 14px 24px;
  color: white;
  background:
    linear-gradient(135deg, #f45fb5, #8d3cd8 62%, #59269a),
    radial-gradient(circle at 20% 12%, rgba(255, 217, 119, 0.7), transparent 42%);
  box-shadow:
    0 0 0 4px rgba(255, 217, 119, 0.18),
    0 16px 36px rgba(247, 127, 183, 0.36),
    0 0 38px rgba(255, 217, 119, 0.48);
  font-weight: 900;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav-cta::before,
.nav-cta::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.nav-cta::before {
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
}

.nav-cta::after {
  inset: -70% auto auto -35%;
  width: 44%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
  transform: rotate(20deg);
  transition: left 420ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  box-shadow:
    0 0 0 5px rgba(255, 217, 119, 0.26),
    0 20px 44px rgba(247, 127, 183, 0.48),
    0 0 52px rgba(255, 217, 119, 0.72);
  transform: translateY(-2px);
}

.nav-cta:hover::after,
.nav-cta:focus-visible::after {
  left: 112%;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 96svh;
  overflow: hidden;
  padding: 234px 24px 20px;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  z-index: -3;
  inset: 0;
  background: transparent;
}

.hero::after {
  z-index: 0;
  inset: auto -8% -18% -8%;
  height: 38%;
  border-radius: 50% 50% 0 0;
  background: transparent;
  filter: blur(1px);
}

.hero__sky,
.sparkle-field,
.hero__sky > * {
  position: absolute;
  pointer-events: none;
}

.hero__sky {
  inset: 0;
  z-index: 1;
}

.light-ray {
  top: 92px;
  width: 260px;
  height: 720px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent);
  opacity: 0.4;
  filter: blur(1px);
  transform-origin: top;
}

.light-ray--one {
  left: 44%;
  transform: rotate(17deg);
}

.light-ray--two {
  right: 27%;
  transform: rotate(-14deg);
}

.cloud {
  width: 230px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    44px -25px 0 9px rgba(255, 255, 255, 0.54),
    100px 8px 0 4px rgba(255, 255, 255, 0.48);
  filter: blur(0.2px);
}

.cloud--one {
  top: 22%;
  left: 4%;
  transform: scale(1.08);
}

.cloud--two {
  top: 15%;
  right: 6%;
  transform: scale(0.82);
}

.cloud--three {
  right: 31%;
  bottom: 18%;
  transform: scale(0.7);
}

.rainbow {
  left: -110px;
  top: 33%;
  width: 560px;
  max-width: 52vw;
  aspect-ratio: 2 / 1;
  border: 28px solid transparent;
  border-top-color: rgba(255, 197, 224, 0.34);
  border-left-color: rgba(255, 217, 119, 0.28);
  border-radius: 560px 560px 0 0;
  opacity: 0.78;
  transform: rotate(-4deg);
}

.castle {
  left: clamp(22px, 9vw, 120px);
  bottom: 16%;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  opacity: 0.54;
  filter:
    drop-shadow(0 18px 18px rgba(90, 36, 143, 0.16))
    drop-shadow(0 0 20px rgba(255, 217, 119, 0.18));
}

.castle__tower,
.castle__keep {
  position: relative;
  display: block;
  background:
    linear-gradient(180deg, rgba(138, 83, 190, 0.58), rgba(255, 197, 224, 0.32)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 12px 18px rgba(255, 255, 255, 0.2);
}

.castle__tower {
  width: 62px;
  height: 190px;
  border-radius: 34px 34px 8px 8px;
}

.castle__tower::before {
  position: absolute;
  top: -52px;
  left: 2px;
  width: 0;
  height: 0;
  border-right: 29px solid transparent;
  border-bottom: 58px solid rgba(90, 36, 143, 0.46);
  border-left: 29px solid transparent;
  content: "";
}

.castle__tower::after {
  position: absolute;
  top: 68px;
  left: 22px;
  width: 18px;
  height: 32px;
  border-radius: 18px 18px 4px 4px;
  background: rgba(255, 217, 119, 0.5);
  box-shadow: 0 0 14px rgba(255, 217, 119, 0.56);
  content: "";
}

.castle__keep {
  width: 128px;
  height: 136px;
  border-radius: 48px 48px 10px 10px;
}

.castle__keep::before {
  position: absolute;
  top: -42px;
  left: 34px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 50px solid rgba(90, 36, 143, 0.4);
  border-left: 30px solid transparent;
  content: "";
}

.wing {
  width: 122px;
  height: 194px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 78% 22% 72% 28%;
  background:
    radial-gradient(circle at 44% 34%, rgba(255, 255, 255, 0.7), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(137, 216, 255, 0.2));
  opacity: 0.42;
  filter: blur(0.4px);
}

.wing--left {
  top: 32%;
  left: 26%;
  transform: rotate(-22deg) scale(0.88);
}

.wing--right {
  top: 39%;
  right: 3%;
  transform: scaleX(-1) rotate(-15deg);
}

.butterfly {
  width: 16px;
  height: 20px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    -12px -3px 0 6px rgba(255, 197, 224, 0.72),
    12px -3px 0 6px rgba(167, 240, 236, 0.72),
    -10px 10px 0 4px rgba(201, 167, 255, 0.58),
    10px 10px 0 4px rgba(255, 217, 119, 0.58);
  animation: flutter 5s ease-in-out infinite;
}

.butterfly--one {
  top: 38%;
  left: 47%;
}

.butterfly--two {
  right: 15%;
  bottom: 21%;
  transform: scale(0.8);
  animation-delay: 1.2s;
}

.heart {
  width: 22px;
  height: 22px;
  background: rgba(247, 127, 183, 0.54);
  box-shadow: 0 0 22px rgba(247, 127, 183, 0.48);
  transform: rotate(45deg);
  animation: heartDrift 7s ease-in-out infinite;
}

.heart::before,
.heart::after {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.heart::before {
  left: -11px;
}

.heart::after {
  top: -11px;
}

.heart--one {
  top: 62%;
  left: 9%;
}

.heart--two {
  top: 26%;
  right: 31%;
  transform: scale(0.74) rotate(45deg);
}

.heart--three {
  right: 7%;
  bottom: 28%;
  transform: scale(1.25) rotate(45deg);
}

.bubble {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.86), transparent 18%),
    radial-gradient(circle at 72% 78%, rgba(167, 240, 236, 0.24), transparent 42%);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.38);
  animation: bubbleFloat 9s ease-in-out infinite;
}

.bubble--one {
  left: 3%;
  bottom: 14%;
  width: 92px;
  height: 92px;
}

.bubble--two {
  right: 4%;
  bottom: 12%;
  width: 126px;
  height: 126px;
  animation-delay: 1.2s;
}

.bubble--three {
  top: 42%;
  right: 38%;
  width: 54px;
  height: 54px;
  animation-delay: 2.3s;
}

.floating-card {
  width: 68px;
  height: 96px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 217, 119, 0.72), transparent 10%),
    linear-gradient(145deg, rgba(247, 127, 183, 0.38), rgba(137, 216, 255, 0.26));
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.44),
    inset 0 0 0 4px rgba(255, 255, 255, 0.22);
  animation: cardFloat 8s ease-in-out infinite;
}

.floating-card::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  content: "";
}

.floating-card--one {
  top: 30%;
  left: 21%;
  transform: rotate(-15deg);
}

.floating-card--two {
  top: 37%;
  right: 8%;
  transform: rotate(15deg) scale(0.82);
  animation-delay: 1.5s;
}

.floating-card--three {
  top: 27%;
  right: 31%;
  transform: rotate(-9deg) scale(0.72);
  animation-delay: 2.6s;
}

.flower {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    0 -22px 0 6px rgba(255, 197, 224, 0.88),
    22px 0 0 6px rgba(201, 167, 255, 0.78),
    0 22px 0 6px rgba(137, 216, 255, 0.76),
    -22px 0 0 6px rgba(247, 127, 183, 0.72),
    0 0 34px rgba(255, 217, 119, 0.7);
}

.flower--one {
  left: 5%;
  bottom: 9%;
}

.flower--two {
  right: 7%;
  bottom: 11%;
  transform: scale(0.8);
}

.flower-bed {
  bottom: -16px;
  width: 320px;
  height: 190px;
  background:
    radial-gradient(circle at 10% 70%, #f77fb7 0 18px, transparent 19px),
    radial-gradient(circle at 18% 48%, #ffc5e0 0 24px, transparent 25px),
    radial-gradient(circle at 31% 62%, #c9a7ff 0 22px, transparent 23px),
    radial-gradient(circle at 49% 48%, #ffd977 0 14px, transparent 15px),
    radial-gradient(circle at 62% 64%, #f77fb7 0 24px, transparent 25px),
    radial-gradient(circle at 78% 50%, #a7f0ec 0 18px, transparent 19px),
    radial-gradient(circle at 92% 70%, #ffc5e0 0 22px, transparent 23px);
  filter: drop-shadow(0 0 22px rgba(255, 197, 224, 0.54));
  opacity: 0.92;
}

.flower-bed--left {
  left: -52px;
}

.flower-bed--right {
  right: -42px;
  transform: scaleX(-1);
}

.vine {
  width: 150px;
  height: 290px;
  border: solid rgba(90, 36, 143, 0.16);
  border-width: 0 0 0 3px;
  border-radius: 50%;
}

.vine::before,
.vine::after {
  position: absolute;
  width: 34px;
  height: 18px;
  border-radius: 100% 0;
  background: rgba(167, 240, 236, 0.38);
  content: "";
}

.vine::before {
  top: 84px;
  left: -2px;
  transform: rotate(22deg);
}

.vine::after {
  top: 148px;
  left: 10px;
  transform: rotate(-28deg);
}

.vine--left {
  left: -50px;
  bottom: 0;
}

.vine--right {
  right: -60px;
  bottom: -20px;
  transform: scaleX(-1);
}

.sparkle-field {
  inset: 0;
  z-index: 2;
}

.sparkle-field span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  box-shadow:
    0 0 14px 5px rgba(255, 217, 119, 0.65),
    0 0 28px 10px rgba(255, 197, 224, 0.25);
  animation: twinkle 3.8s ease-in-out infinite;
}

.sparkle-field span:nth-child(1) { top: 18%; left: 18%; }
.sparkle-field span:nth-child(2) { top: 25%; left: 54%; animation-delay: 0.4s; }
.sparkle-field span:nth-child(3) { top: 56%; left: 44%; animation-delay: 0.9s; }
.sparkle-field span:nth-child(4) { top: 74%; left: 20%; animation-delay: 1.2s; }
.sparkle-field span:nth-child(5) { top: 40%; right: 18%; animation-delay: 1.8s; }
.sparkle-field span:nth-child(6) { top: 17%; right: 31%; animation-delay: 2.1s; }
.sparkle-field span:nth-child(7) { top: 68%; right: 12%; animation-delay: 2.6s; }
.sparkle-field span:nth-child(8) { top: 86%; left: 56%; animation-delay: 3s; }
.sparkle-field span:nth-child(9) { top: 35%; left: 8%; animation-delay: 1.1s; }
.sparkle-field span:nth-child(10) { top: 12%; right: 8%; animation-delay: 1.5s; }
.sparkle-field span:nth-child(11) { top: 50%; right: 38%; animation-delay: 2.2s; }
.sparkle-field span:nth-child(12) { top: 79%; right: 32%; animation-delay: 0.7s; }
.sparkle-field span:nth-child(13) { top: 62%; left: 31%; animation-delay: 2.8s; }
.sparkle-field span:nth-child(14) { top: 9%; left: 34%; animation-delay: 3.2s; }
.sparkle-field span:nth-child(15) { top: 90%; right: 18%; animation-delay: 3.4s; }

.hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1230px, 100%);
  min-height: calc(96svh - 254px);
  grid-template-columns: minmax(410px, 0.95fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: clamp(16px, 2.7vw, 54px);
  margin: 0 auto;
}

.hero__copy {
  position: relative;
  max-width: 740px;
  text-align: center;
}

.hero__copy::before,
.hero__copy::after {
  position: absolute;
  top: 70px;
  width: 66px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(217, 150, 63, 0.86), transparent);
  box-shadow: 0 0 14px rgba(255, 217, 119, 0.5);
  content: "";
}

.hero__copy::before {
  left: 12%;
}

.hero__copy::after {
  right: 12%;
}

.eyebrow {
  margin: 0 0 16px;
  color: #e651a5;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.hero-title-wrap {
  position: relative;
  display: inline-grid;
  justify-items: center;
  overflow: visible;
  padding: 10px 28px 22px;
}

.hero-title-wrap::before,
.hero-title-wrap::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-title-wrap::before {
  z-index: 0;
  inset: 8% 3% 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.46), transparent 58%),
    radial-gradient(ellipse at 52% 72%, rgba(255, 217, 119, 0.2), transparent 64%);
  filter: blur(16px);
}

.hero-title-wrap::after {
  z-index: 4;
  top: 16%;
  bottom: 22%;
  left: -18%;
  width: 22%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0;
  transform: skewX(-16deg);
  animation: titleShimmer 8s ease-in-out infinite;
}

.hero h1 {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: 0 0 4px;
  padding: 0.04em 0.04em 0.16em;
  color: transparent;
  background:
    linear-gradient(180deg, #d8baff 0%, #8d46cf 18%, #5f2498 48%, #43156f 72%, #280b46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(65, 20, 103, 0.22);
  font-size: clamp(4.9rem, 8.3vw, 8.2rem);
  line-height: 1.02;
  filter:
    drop-shadow(0 1px 0 rgba(255, 246, 205, 0.52))
    drop-shadow(0 0 7px rgba(255, 217, 119, 0.18))
    drop-shadow(0 14px 22px rgba(90, 36, 143, 0.28));
  text-shadow:
    0 0 1px rgba(255, 217, 119, 0.42),
    0 0 18px rgba(255, 197, 224, 0.36),
    0 20px 48px rgba(90, 36, 143, 0.34);
}

.hero h1::before,
.hero h1::after {
  position: absolute;
  color: #ffd977;
  font-size: 0.15em;
  -webkit-text-fill-color: #ffd977;
  text-shadow:
    0 0 12px rgba(255, 217, 119, 0.9),
    0 0 24px rgba(255, 197, 224, 0.7);
  content: "✦";
  animation: titleTwinkle 4.6s ease-in-out infinite;
}

.hero h1::before {
  top: 0.1em;
  left: 0.08em;
}

.hero h1::after {
  right: 0.08em;
  bottom: 0.18em;
  animation-delay: 1.8s;
}

.title-flourish {
  position: absolute;
  z-index: 1;
  top: 56%;
  width: 176px;
  height: 48px;
  border-top: 2px solid rgba(204, 141, 50, 0.82);
  border-bottom: 1px solid rgba(255, 217, 119, 0.34);
  border-radius: 50%;
  box-shadow:
    0 -6px 14px rgba(255, 217, 119, 0.2),
    inset 0 8px 0 -7px rgba(255, 255, 255, 0.5);
}

.title-flourish::before,
.title-flourish::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.title-flourish::before {
  top: -9px;
  width: 18px;
  height: 18px;
  background: rgba(255, 217, 119, 0.9);
  box-shadow:
    0 0 18px rgba(255, 217, 119, 0.82),
    18px 12px 0 -7px rgba(255, 197, 224, 0.88);
}

.title-flourish::after {
  top: -17px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(204, 141, 50, 0.7);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.title-flourish--left {
  right: calc(100% - 64px);
  transform: rotate(8deg);
}

.title-flourish--left::before {
  right: 8px;
}

.title-flourish--left::after {
  right: 24px;
}

.title-flourish--right {
  left: calc(100% - 64px);
  transform: scaleX(-1) rotate(8deg);
}

.title-flourish--right::before {
  right: 8px;
}

.title-flourish--right::after {
  right: 24px;
}

.title-sparkle,
.title-butterfly,
.title-flower {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.title-sparkle {
  width: 12px;
  height: 12px;
  background: #fffafd;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
  filter:
    drop-shadow(0 0 7px rgba(255, 217, 119, 0.9))
    drop-shadow(0 0 13px rgba(255, 197, 224, 0.7));
  animation: titleTwinkle 4.8s ease-in-out infinite;
}

.title-sparkle--one {
  top: 12%;
  left: 18%;
}

.title-sparkle--two {
  top: 21%;
  right: 15%;
  width: 9px;
  height: 9px;
  animation-delay: 1.2s;
}

.title-sparkle--three {
  right: 34%;
  bottom: 18%;
  width: 7px;
  height: 7px;
  animation-delay: 2.4s;
}

.title-butterfly {
  top: 4px;
  right: 10%;
  width: 12px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 217, 119, 0.92);
  box-shadow:
    -11px -3px 0 6px rgba(255, 197, 224, 0.72),
    11px -3px 0 6px rgba(167, 240, 236, 0.66),
    0 0 18px rgba(255, 217, 119, 0.7);
  transform: rotate(18deg) scale(0.78);
  animation: titleFlutter 6s ease-in-out infinite;
}

.title-flower {
  bottom: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    0 -10px 0 4px rgba(255, 197, 224, 0.82),
    10px 0 0 4px rgba(201, 167, 255, 0.72),
    0 10px 0 4px rgba(167, 240, 236, 0.64),
    -10px 0 0 4px rgba(247, 127, 183, 0.74),
    0 0 18px rgba(255, 217, 119, 0.7);
}

.title-flower--left {
  left: 8%;
  transform: scale(0.72) rotate(-10deg);
}

.title-flower--right {
  right: 8%;
  transform: scale(0.64) rotate(12deg);
}

.hero__tagline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: -8px;
  margin-bottom: 24px;
  color: #cc4ca2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.78),
    0 0 18px rgba(255, 217, 119, 0.46),
    0 0 28px rgba(247, 127, 183, 0.2);
}

.hero__tagline span {
  width: clamp(38px, 6vw, 76px);
  height: 18px;
  border-top: 2px solid rgba(204, 141, 50, 0.68);
  border-radius: 50%;
  box-shadow: 0 -5px 10px rgba(255, 217, 119, 0.14);
}

.hero__tagline span:first-child {
  transform: rotate(6deg);
}

.hero__tagline span:last-child {
  transform: scaleX(-1) rotate(6deg);
}

.hero__tagline i {
  position: relative;
  display: inline-grid;
  width: 0.9em;
  height: 0.9em;
  place-items: center;
  color: #d69928;
  background: transparent;
  box-shadow:
    0 0 12px rgba(255, 217, 119, 0.58),
    0 0 18px rgba(247, 127, 183, 0.26);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72em;
  font-style: normal;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 217, 119, 0.8);
}

.hero__tagline i::before,
.hero__tagline i::after {
  position: absolute;
  content: "";
}

.hero__tagline i::before {
  width: 0.36em;
  height: 0.36em;
  border-radius: 50%;
  background: rgba(255, 197, 224, 0.78);
  filter: blur(0.2px);
  transform: translate(-0.34em, -0.08em);
}

.hero__tagline i::after {
  width: 0.28em;
  height: 0.28em;
  background: #f77fb7;
  box-shadow:
    -0.14em 0 0 0 #f77fb7,
    0 -0.14em 0 0 #f77fb7;
  transform: translate(0.34em, 0.06em) rotate(45deg);
}

.hero__intro {
  max-width: 610px;
  margin: 0 auto 28px;
  color: rgba(44, 23, 68, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 600;
  line-height: 1.54;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.magic-button {
  position: relative;
  display: inline-flex;
  min-height: 66px;
  min-width: 230px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  padding: 18px 34px;
  color: white;
  font-size: 1.02rem;
  font-weight: 950;
  box-shadow:
    0 18px 36px rgba(90, 36, 143, 0.22),
    0 0 0 4px rgba(255, 217, 119, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.magic-button::before,
.magic-button::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.magic-button::before {
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 14px;
}

.magic-button::after {
  inset: -60% auto auto -34%;
  width: 44%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(20deg);
  transition: left 430ms ease;
}

.magic-button:hover,
.magic-button:focus-visible {
  filter: saturate(1.08);
  box-shadow:
    0 24px 44px rgba(90, 36, 143, 0.26),
    0 0 0 5px rgba(255, 217, 119, 0.2),
    0 0 38px rgba(255, 197, 224, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-4px) scale(1.015);
}

.magic-button:focus-visible,
.feature-card:focus-visible,
.primary-nav a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(255, 217, 119, 0.9);
  outline-offset: 4px;
}

.magic-button:hover::after,
.magic-button:focus-visible::after {
  left: 114%;
}

.magic-button--primary {
  background:
    radial-gradient(circle at 9% 17%, rgba(255, 217, 119, 0.42), transparent 24%),
    linear-gradient(135deg, #8e39c2, #f052a9 70%, #ff92c7);
}

.magic-button--secondary {
  color: var(--royal-purple);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(135deg, #fff7d9, #ffd977 48%, #a7f0ec 100%);
}

.button-decoration {
  position: absolute;
  pointer-events: none;
}

.button-decoration--flower {
  left: 10px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    0 -9px 0 3px rgba(255, 197, 224, 0.9),
    9px 0 0 3px rgba(255, 255, 255, 0.72),
    0 9px 0 3px rgba(201, 167, 255, 0.76),
    -9px 0 0 3px rgba(247, 127, 183, 0.86);
}

.button-decoration--butterfly {
  right: 14px;
  bottom: 15px;
  width: 9px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 217, 119, 0.92);
  box-shadow:
    -8px -2px 0 4px rgba(255, 255, 255, 0.62),
    8px -2px 0 4px rgba(255, 197, 224, 0.78);
  transform: rotate(20deg);
}

.button-decoration--card {
  left: 14px;
  top: 12px;
  width: 20px;
  height: 28px;
  border: 1px solid rgba(90, 36, 143, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.36);
  transform: rotate(-14deg);
}

.button-decoration--heart {
  right: 18px;
  width: 13px;
  height: 13px;
  background: rgba(247, 127, 183, 0.9);
  box-shadow: 0 0 15px rgba(247, 127, 183, 0.7);
  transform: rotate(45deg);
}

.button-decoration--heart::before,
.button-decoration--heart::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.button-decoration--heart::before {
  left: -6px;
}

.button-decoration--heart::after {
  top: -6px;
}

.hero__petit {
  position: relative;
  display: grid;
  min-height: min(520px, 48vw);
  place-items: center;
  animation: petitFloat 6s ease-in-out infinite;
}

.hero__petit::before,
.hero__petit::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.hero__petit::before {
  right: 4%;
  bottom: 12%;
  width: 52%;
  height: 22%;
  border-bottom: 3px solid rgba(255, 217, 119, 0.56);
  border-radius: 50%;
  box-shadow:
    0 18px 24px rgba(255, 197, 224, 0.3),
    0 0 24px rgba(255, 217, 119, 0.45);
  transform: rotate(-14deg);
}

.hero__petit::after {
  right: 9%;
  bottom: 6%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  box-shadow:
    18px -24px 0 2px rgba(255, 217, 119, 0.8),
    -20px -18px 0 1px rgba(255, 197, 224, 0.82),
    42px -44px 0 0 rgba(167, 240, 236, 0.9),
    64px -30px 0 2px rgba(255, 255, 255, 0.9),
    -48px -42px 0 2px rgba(255, 217, 119, 0.65);
  animation: twinkle 2.6s ease-in-out infinite;
}

.hero__petit img {
  position: relative;
  z-index: 4;
  width: min(100%, 665px);
  height: auto;
  filter:
    drop-shadow(0 34px 42px rgba(58, 19, 86, 0.25))
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.54));
}

.petit-glow {
  position: absolute;
  z-index: 1;
  width: min(62vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 13%, rgba(255, 217, 119, 0.46) 22%, rgba(255, 197, 224, 0.36) 39%, rgba(167, 240, 236, 0.28) 58%, transparent 74%),
    conic-gradient(from 25deg, rgba(255, 197, 224, 0.2), rgba(137, 216, 255, 0.24), rgba(255, 217, 119, 0.22), rgba(255, 197, 224, 0.2));
  filter: blur(4px);
  animation: glowPulse 4.8s ease-in-out infinite;
}

.petit-dust {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 12px #fff,
    18px 24px 0 -3px rgba(255, 217, 119, 0.86),
    -26px 48px 0 -4px rgba(255, 197, 224, 0.8),
    42px -16px 0 -4px rgba(167, 240, 236, 0.82);
}

.petit-dust--one {
  right: 16%;
  bottom: 28%;
  width: 10px;
  height: 10px;
  animation: dustRise 5.4s linear infinite;
}

.petit-dust--two {
  right: 34%;
  bottom: 14%;
  width: 8px;
  height: 8px;
  animation: dustRise 6.2s 800ms linear infinite;
}

.petit-dust--three {
  right: 7%;
  top: 30%;
  width: 7px;
  height: 7px;
  animation: dustRise 5.8s 400ms linear infinite;
}

.features {
  position: relative;
  overflow: hidden;
  padding: 74px 24px 106px;
  background: transparent;
}

.features::before,
.features::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.features::before {
  inset: -120px 0 auto;
  height: 220px;
  background: transparent;
  filter: blur(10px);
}

.features::after {
  inset: auto -6% -80px -6%;
  height: 260px;
  background: transparent;
  opacity: 0.9;
}

.section-magic {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-magic span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.72),
    inset 0 0 22px rgba(167, 240, 236, 0.25);
}

.section-magic span:nth-child(1) {
  left: 6%;
  top: 14%;
  width: 118px;
  height: 118px;
}

.section-magic span:nth-child(2) {
  right: 8%;
  top: 18%;
  width: 86px;
  height: 86px;
}

.section-magic span:nth-child(3) {
  left: 14%;
  bottom: 7%;
  width: 72px;
  height: 72px;
}

.section-magic span:nth-child(4) {
  right: 22%;
  bottom: 8%;
  width: 128px;
  height: 128px;
}

.section-magic::before,
.section-magic::after {
  position: absolute;
  bottom: -28px;
  width: min(42vw, 430px);
  height: 240px;
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.section-magic::before {
  left: -40px;
  background:
    radial-gradient(circle at 10% 78%, rgba(247, 127, 183, 0.4) 0 24px, transparent 25px),
    radial-gradient(circle at 24% 62%, rgba(255, 197, 224, 0.42) 0 28px, transparent 29px),
    radial-gradient(circle at 42% 74%, rgba(201, 167, 255, 0.35) 0 26px, transparent 27px),
    radial-gradient(circle at 64% 62%, rgba(255, 217, 119, 0.34) 0 18px, transparent 19px),
    linear-gradient(110deg, transparent 0 18%, rgba(95, 148, 88, 0.18) 19% 21%, transparent 22% 100%);
  filter: blur(0.2px) drop-shadow(0 0 24px rgba(255, 197, 224, 0.28));
}

.section-magic::after {
  right: -38px;
  background:
    radial-gradient(circle at 18% 70%, rgba(167, 240, 236, 0.34) 0 22px, transparent 23px),
    radial-gradient(circle at 36% 58%, rgba(255, 217, 119, 0.34) 0 18px, transparent 19px),
    radial-gradient(circle at 58% 74%, rgba(247, 127, 183, 0.4) 0 27px, transparent 28px),
    radial-gradient(circle at 82% 62%, rgba(201, 167, 255, 0.34) 0 28px, transparent 29px),
    linear-gradient(70deg, transparent 0 22%, rgba(81, 154, 121, 0.16) 23% 25%, transparent 26% 100%);
  filter: blur(0.2px) drop-shadow(0 0 24px rgba(167, 240, 236, 0.26));
}

.section-heading {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
  color: transparent;
  background: linear-gradient(180deg, #7b2dc4, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 4vw, 4rem);
  text-shadow: 0 18px 42px rgba(90, 36, 143, 0.16);
}

.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  min-height: 306px;
  padding: 58px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 240, 250, 0.14)),
    radial-gradient(circle at 20% 20%, rgba(255, 217, 119, 0.12), transparent 11rem);
  box-shadow:
    var(--card-glow),
    0 28px 70px rgba(80, 24, 130, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px) saturate(1.14);
  text-align: center;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.feature-card::before,
.feature-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.feature-card::before {
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 17px;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.52) 42%, transparent 50% 100%);
  background-size: 240% 100%;
  opacity: 0.64;
  transition: background-position 420ms ease;
}

.feature-card::after {
  right: 20px;
  top: 26px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow:
    18px 28px 0 0 rgba(255, 217, 119, 0.9),
    -14px 52px 0 0 rgba(247, 127, 183, 0.72),
    36px 72px 0 0 rgba(167, 240, 236, 0.8);
  opacity: 0;
  transition: opacity 200ms ease;
  animation: twinkle 2.4s ease-in-out infinite;
}

.feature-card:hover,
.feature-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    var(--card-glow-strong),
    0 34px 86px rgba(80, 24, 130, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translateY(-8px) scale(1.015);
}

.feature-card:hover::before,
.feature-card:focus-visible::before {
  background-position: 120% 0;
}

.feature-card:hover::after,
.feature-card:focus-visible::after {
  opacity: 1;
}

.feature-card--friends {
  --card-glow: 0 0 42px rgba(255, 197, 224, 0.46), 0 0 66px rgba(255, 217, 119, 0.22);
  --card-glow-strong: 0 0 58px rgba(247, 127, 183, 0.58), 0 0 84px rgba(255, 217, 119, 0.34);
}

.feature-card--stories {
  --card-glow: 0 0 42px rgba(201, 167, 255, 0.48), 0 0 66px rgba(247, 127, 183, 0.22);
  --card-glow-strong: 0 0 58px rgba(201, 167, 255, 0.62), 0 0 84px rgba(247, 127, 183, 0.34);
}

.feature-card--mysteries {
  --card-glow: 0 0 42px rgba(137, 216, 255, 0.5), 0 0 66px rgba(255, 217, 119, 0.24);
  --card-glow-strong: 0 0 58px rgba(137, 216, 255, 0.64), 0 0 84px rgba(255, 217, 119, 0.36);
}

.feature-card__icon {
  position: absolute;
  top: -34px;
  left: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 22%),
    linear-gradient(135deg, #f45fb5, #8e39c2);
  box-shadow:
    0 0 0 8px rgba(255, 217, 119, 0.12),
    0 0 38px rgba(255, 217, 119, 0.54),
    0 16px 34px rgba(90, 36, 143, 0.24);
  transform: translateX(-50%);
  transition:
    box-shadow 200ms ease,
    transform 200ms ease;
}

.feature-card__icon::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(255, 217, 119, 0.42);
  border-radius: inherit;
  content: "";
  animation: spinGlow 14s linear infinite;
}

.feature-card:hover .feature-card__icon,
.feature-card:focus-visible .feature-card__icon {
  box-shadow:
    0 0 0 9px rgba(255, 217, 119, 0.18),
    0 0 52px rgba(255, 217, 119, 0.72),
    0 18px 38px rgba(90, 36, 143, 0.3);
  transform: translateX(-50%) translateY(-4px) scale(1.04);
}

.feature-card__icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  filter: drop-shadow(0 0 6px rgba(255, 217, 119, 0.62));
}

.feature-card--mysteries .feature-card__icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 22%),
    linear-gradient(135deg, #51bde8, #5a248f);
}

.floral-corner {
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 58px;
  pointer-events: none;
}

.floral-corner::before,
.floral-corner::after {
  position: absolute;
  content: "";
}

.floral-corner::before {
  bottom: 8px;
  left: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    0 -12px 0 4px rgba(255, 197, 224, 0.92),
    12px 0 0 4px rgba(247, 127, 183, 0.86),
    0 12px 0 4px rgba(201, 167, 255, 0.72),
    -12px 0 0 4px rgba(167, 240, 236, 0.68);
}

.floral-corner::after {
  bottom: 6px;
  left: 42px;
  width: 28px;
  height: 14px;
  border-radius: 100% 0;
  background: rgba(132, 185, 95, 0.42);
  transform: rotate(-22deg);
}

.floral-corner--top {
  top: 22px;
  right: 20px;
  transform: scale(0.7) rotate(15deg);
}

.floral-corner--bottom {
  bottom: 14px;
  left: 18px;
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  color: transparent;
  background: linear-gradient(180deg, #8e39c2, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  line-height: 1.08;
}

.feature-card--friends h3 {
  background-image: linear-gradient(180deg, #e94fa4, #8e39c2);
}

.feature-card--mysteries h3 {
  background-image: linear-gradient(180deg, #2a83c6, #351455);
}

.feature-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: rgba(44, 23, 68, 0.75);
  font-size: 1rem;
  line-height: 1.62;
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: -42px;
  padding: 48px 24px 54px;
  color: var(--deep-purple);
  text-align: center;
  background: transparent;
}

.site-footer::before,
.site-footer::after {
  position: absolute;
  bottom: -20px;
  width: 160px;
  height: 100px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 64%, rgba(255, 197, 224, 0.86) 0 14px, transparent 15px),
    radial-gradient(circle at 48% 48%, rgba(255, 217, 119, 0.82) 0 12px, transparent 13px),
    radial-gradient(circle at 72% 68%, rgba(167, 240, 236, 0.72) 0 15px, transparent 16px);
  content: "";
  opacity: 0.62;
}

.site-footer::before {
  box-shadow:
    140px -56px 0 -34px rgba(255, 217, 119, 0.2),
    260px -38px 0 -46px rgba(167, 240, 236, 0.22);
}

.site-footer::before {
  left: 10%;
}

.site-footer::after {
  right: 10%;
  transform: scaleX(-1);
}

.site-footer p {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.site-footer small {
  color: rgba(53, 20, 85, 0.72);
  font-weight: 800;
}

.footer-decoration {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 14px;
  color: var(--warm-gold);
  text-shadow: 0 0 16px rgba(255, 217, 119, 0.8);
}

.fairy-cursor-particle {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: cursorDust 820ms ease-out forwards;
}

.fairy-cursor-particle--dot,
.fairy-cursor-particle--star,
.fairy-cursor-particle--flower {
  border-radius: 50%;
}

.fairy-cursor-particle--dot {
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.fairy-cursor-particle--star {
  background: currentColor;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
  box-shadow: 0 0 14px currentColor;
}

.fairy-cursor-particle--heart {
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.fairy-cursor-particle--heart::before,
.fairy-cursor-particle--heart::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.fairy-cursor-particle--heart::before {
  left: -50%;
}

.fairy-cursor-particle--heart::after {
  top: -50%;
}

.fairy-cursor-particle--flower {
  background: var(--warm-gold);
  box-shadow:
    0 calc(var(--size) * -0.8) 0 calc(var(--size) * 0.22) currentColor,
    calc(var(--size) * 0.8) 0 0 calc(var(--size) * 0.22) currentColor,
    0 calc(var(--size) * 0.8) 0 calc(var(--size) * 0.22) currentColor,
    calc(var(--size) * -0.8) 0 0 calc(var(--size) * 0.22) currentColor;
}

.fairy-cursor-particle--butterfly {
  border-radius: 50%;
  background: var(--warm-gold);
  box-shadow:
    calc(var(--size) * -0.8) 0 0 calc(var(--size) * 0.28) currentColor,
    calc(var(--size) * 0.8) 0 0 calc(var(--size) * 0.28) currentColor;
}

.fairy-cursor-particle--pink {
  color: #ff7ec2;
}

.fairy-cursor-particle--purple {
  color: #9b5cff;
}

.fairy-cursor-particle--aqua {
  color: #8df5ef;
}

.fairy-cursor-particle--gold {
  color: #ffd977;
}

.fairy-cursor-particle--pearl {
  color: #fffafd;
}

.placeholder-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.placeholder-page {
  display: grid;
  flex: 1;
  place-items: center;
  align-content: center;
  padding: 210px 24px 90px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 217, 119, 0.3), transparent 18rem),
    linear-gradient(135deg, #fffafd, #f4e0ff 48%, #ddf8ff);
}

.placeholder-page h1 {
  margin-bottom: 10px;
  color: var(--deep-purple);
  font-size: clamp(3rem, 8vw, 6rem);
}

.placeholder-page p:last-child {
  max-width: 620px;
  color: rgba(44, 23, 68, 0.72);
  font-size: 1.15rem;
  line-height: 1.6;
}

.characters-shell,
.character-profile-shell {
  overflow: hidden;
}

.characters-page,
.character-profile-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.characters-page::before,
.character-profile-page::before {
  position: absolute;
  z-index: -1;
  inset: 8% -10% 0;
  background:
    radial-gradient(circle at 8% 24%, rgba(247, 127, 183, 0.22), transparent 18rem),
    radial-gradient(circle at 88% 30%, rgba(137, 216, 255, 0.22), transparent 20rem),
    radial-gradient(circle at 24% 68%, rgba(255, 217, 119, 0.18), transparent 18rem),
    radial-gradient(circle at 74% 84%, rgba(167, 240, 236, 0.2), transparent 20rem);
  content: "";
  pointer-events: none;
}

.characters-hero {
  position: relative;
  display: grid;
  min-height: 82svh;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: clamp(18px, 4vw, 72px);
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 250px 0 72px;
}

.characters-hero__decor,
.characters-hero__decor > * {
  position: absolute;
  pointer-events: none;
}

.characters-hero__decor {
  inset: 0;
  z-index: 0;
}

.characters-hero__copy,
.characters-hero__character {
  position: relative;
  z-index: 1;
}

.characters-hero__copy {
  max-width: 760px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 240, 250, 0.12)),
    radial-gradient(circle at 15% 16%, rgba(255, 217, 119, 0.14), transparent 12rem);
  box-shadow:
    0 28px 78px rgba(80, 24, 130, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px) saturate(1.12);
}

.characters-hero h1,
.profile-hero h1 {
  margin-bottom: 18px;
  color: transparent;
  background: linear-gradient(180deg, #9a4fd4, #5a248f 52%, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3rem, 6.3vw, 6.6rem);
  line-height: 1;
  filter:
    drop-shadow(0 2px 0 rgba(255, 246, 205, 0.5))
    drop-shadow(0 18px 34px rgba(90, 36, 143, 0.18));
}

.characters-hero p:not(.eyebrow),
.character-explorer__heading p,
.profile-hero__copy > p,
.profile-story p {
  color: rgba(44, 23, 68, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 650;
  line-height: 1.58;
}

.characters-hero__character {
  display: grid;
  min-height: 480px;
  place-items: center;
  animation: petitFloat 6.4s ease-in-out infinite;
}

.characters-hero__character img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: auto;
  filter:
    drop-shadow(0 32px 40px rgba(58, 19, 86, 0.22))
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.58));
}

.characters-hero__glow,
.characters-hero__dust {
  position: absolute;
  pointer-events: none;
}

.characters-hero__glow {
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88), rgba(255, 217, 119, 0.36) 26%, rgba(255, 197, 224, 0.28) 48%, transparent 72%);
  filter: blur(8px);
}

.characters-hero__dust {
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow:
    22px -18px 0 1px rgba(255, 217, 119, 0.9),
    -24px 26px 0 0 rgba(247, 127, 183, 0.8),
    46px 34px 0 1px rgba(167, 240, 236, 0.86);
  animation: dustRise 5.5s linear infinite;
}

.characters-hero__dust--one {
  right: 20%;
  bottom: 24%;
}

.characters-hero__dust--two {
  left: 22%;
  top: 34%;
  animation-delay: 1.2s;
}

.featured-character,
.character-explorer,
.profile-story {
  position: relative;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.featured-character {
  padding: 22px 0 84px;
}

.featured-character__sparkles {
  position: absolute;
  inset: -30px 0 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 10%, rgba(255, 217, 119, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 64%, rgba(167, 240, 236, 0.72) 0 2px, transparent 3px);
  background-size: 160px 190px;
  opacity: 0.64;
  animation: ambientDust 18s linear infinite;
}

.featured-character__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr) minmax(170px, 0.38fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  overflow: hidden;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 240, 250, 0.12)),
    radial-gradient(circle at 8% 18%, rgba(255, 217, 119, 0.15), transparent 18rem),
    radial-gradient(circle at 86% 70%, rgba(137, 216, 255, 0.16), transparent 16rem);
  box-shadow:
    0 34px 90px rgba(80, 24, 130, 0.2),
    0 0 64px rgba(255, 197, 224, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px) saturate(1.12);
}

.featured-character__panel::before,
.featured-character__panel::after,
.character-card::before,
.character-card::after,
.profile-story::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.featured-character__panel::before {
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 25px;
}

.featured-character__panel::after {
  right: -34px;
  bottom: -34px;
  width: 210px;
  height: 150px;
  background:
    radial-gradient(circle at 22% 68%, rgba(247, 127, 183, 0.64) 0 18px, transparent 19px),
    radial-gradient(circle at 46% 50%, rgba(255, 217, 119, 0.56) 0 13px, transparent 14px),
    radial-gradient(circle at 76% 68%, rgba(167, 240, 236, 0.55) 0 18px, transparent 19px);
  opacity: 0.72;
}

.featured-character__art,
.profile-hero__art {
  position: relative;
  display: grid;
  min-height: 420px;
  place-items: center;
}

.featured-character__art img,
.profile-hero__art img {
  position: relative;
  z-index: 2;
  max-width: min(100%, 390px);
  max-height: 470px;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 34px rgba(58, 19, 86, 0.22))
    drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
  animation: petitFloat 6s ease-in-out infinite;
}

.featured-character__wings {
  position: absolute;
  width: 82%;
  aspect-ratio: 1.4;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 26% 48%, rgba(255, 255, 255, 0.5), rgba(167, 240, 236, 0.16) 42%, transparent 64%),
    radial-gradient(ellipse at 74% 48%, rgba(255, 255, 255, 0.5), rgba(255, 197, 224, 0.16) 42%, transparent 64%);
  filter: blur(1px);
}

.featured-character__copy {
  position: relative;
  z-index: 1;
}

.featured-character__copy h2,
.character-explorer__heading h2,
.profile-story h2 {
  margin-bottom: 14px;
  color: transparent;
  background: linear-gradient(180deg, #8e39c2, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 1.02;
}

.character-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.character-facts div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
}

.character-facts dt {
  color: #e651a5;
  font-size: 0.73rem;
  font-weight: 950;
  text-transform: uppercase;
}

.character-facts dd {
  margin: 4px 0 0;
  color: rgba(44, 23, 68, 0.82);
  font-weight: 800;
}

.story-pill,
.character-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--royal-purple);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 22px rgba(255, 217, 119, 0.2);
  font-size: 0.78rem;
  font-weight: 950;
}

.story-pill {
  margin: 0 0 22px;
  padding: 9px 14px;
}

.featured-character__card,
.profile-card {
  position: relative;
  z-index: 1;
  display: block;
  justify-self: center;
}

.featured-character__card img,
.profile-card img {
  width: min(100%, 210px);
  border-radius: 16px;
  box-shadow:
    0 24px 44px rgba(53, 20, 85, 0.25),
    0 0 36px rgba(255, 217, 119, 0.34);
  transform: rotate(4deg);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.featured-character__card:hover img,
.featured-character__card:focus-visible img {
  box-shadow:
    0 28px 52px rgba(53, 20, 85, 0.3),
    0 0 48px rgba(255, 217, 119, 0.52);
  transform: rotate(0deg) translateY(-6px);
}

.character-explorer {
  padding: 10px 0 116px;
}

.character-explorer__heading {
  width: min(840px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.character-controls {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(970px, 100%);
  margin: 0 auto 38px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 54px rgba(80, 24, 130, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px) saturate(1.1);
}

.character-controls input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  padding: 0 20px;
  color: var(--deep-purple);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  font: inherit;
  font-weight: 800;
}

.character-controls input:focus-visible,
.character-filter:focus-visible,
.character-clear:focus-visible,
.character-card__button:focus-visible,
.profile-back:focus-visible {
  outline: 3px solid rgba(255, 217, 119, 0.9);
  outline-offset: 4px;
}

.character-controls__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.character-filter,
.character-clear,
.profile-back,
.character-card__button {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--royal-purple);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 240, 250, 0.32));
  box-shadow: 0 12px 26px rgba(90, 36, 143, 0.12);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.character-filter {
  min-height: 42px;
  padding: 9px 16px;
}

.character-filter:hover,
.character-filter[aria-pressed="true"],
.character-clear:hover,
.profile-back:hover,
.character-card__button:hover {
  background:
    linear-gradient(135deg, rgba(255, 217, 119, 0.62), rgba(255, 197, 224, 0.42));
  box-shadow:
    0 14px 30px rgba(90, 36, 143, 0.16),
    0 0 26px rgba(255, 217, 119, 0.26);
  transform: translateY(-2px);
}

.character-clear {
  justify-self: center;
  min-height: 40px;
  padding: 8px 16px;
}

.character-count {
  margin: 0;
  color: rgba(44, 23, 68, 0.68);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
}

.character-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.character-card {
  position: relative;
  display: grid;
  min-height: 100%;
  grid-template-rows: 300px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 240, 250, 0.13)),
    radial-gradient(circle at 18% 14%, var(--character-glow), transparent 10rem);
  box-shadow:
    0 28px 70px rgba(80, 24, 130, 0.16),
    0 0 48px var(--character-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(1.12);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.character-card {
  --character-glow: rgba(255, 197, 224, 0.24);
}

.character-card--heart-glow,
.character-card--cupcake-pink {
  --character-glow: rgba(247, 127, 183, 0.28);
}

.character-card--sky-gold,
.character-card--ladybug-gold {
  --character-glow: rgba(255, 217, 119, 0.28);
}

.character-card--aqua-rose,
.character-card--coral-blue {
  --character-glow: rgba(137, 216, 255, 0.28);
}

.character-card::before {
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
}

.character-card::after {
  top: 20px;
  right: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow:
    18px 28px 0 0 rgba(255, 217, 119, 0.8),
    -14px 52px 0 0 rgba(247, 127, 183, 0.72),
    34px 80px 0 0 rgba(167, 240, 236, 0.8);
  opacity: 0;
  animation: twinkle 2.7s ease-in-out infinite;
}

.character-card:hover,
.character-card:focus-within {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 34px 86px rgba(80, 24, 130, 0.22),
    0 0 64px var(--character-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-8px);
}

.character-card:hover::after,
.character-card:focus-within::after {
  opacity: 1;
}

.character-card__image {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 300px;
  place-items: end center;
  padding: 22px 24px 0;
}

.character-card__aura {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), var(--character-glow) 42%, transparent 72%);
  filter: blur(7px);
}

.character-card__image img {
  position: relative;
  z-index: 1;
  max-width: 88%;
  max-height: 282px;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 28px rgba(58, 19, 86, 0.18))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.55));
  transition: transform 220ms ease;
}

.character-card:hover .character-card__image img,
.character-card:focus-within .character-card__image img {
  transform: translateY(-10px) scale(1.03);
}

.character-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  padding: 0 24px 26px;
}

.character-card__badge {
  justify-self: start;
  padding: 7px 12px;
}

.character-card h3 {
  margin-bottom: 0;
  color: transparent;
  background: linear-gradient(180deg, #8e39c2, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.05rem;
  line-height: 1.02;
}

.character-card p {
  margin: 0;
  color: rgba(44, 23, 68, 0.75);
  line-height: 1.52;
}

.character-card__power {
  color: #d94e9d;
  font-weight: 950;
}

.character-card__meta {
  display: grid;
  gap: 7px;
  color: rgba(53, 20, 85, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.character-card__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 10px 16px;
}

.character-card__preview {
  position: absolute;
  z-index: 3;
  top: 116px;
  right: 16px;
  width: 84px;
  opacity: 0;
  transform: translateY(10px) rotate(7deg);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.character-card__preview img {
  width: 100%;
  border-radius: 8px;
  box-shadow:
    0 18px 30px rgba(53, 20, 85, 0.2),
    0 0 24px rgba(255, 217, 119, 0.34);
}

.character-card:hover .character-card__preview,
.character-card:focus-within .character-card__preview {
  opacity: 1;
  transform: translateY(0) rotate(4deg);
}

.character-empty {
  grid-column: 1 / -1;
  padding: 44px 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
}

.profile-hero {
  position: relative;
  display: grid;
  min-height: 82svh;
  grid-template-columns: minmax(260px, 0.68fr) minmax(320px, 1fr) minmax(190px, 0.4fr);
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 250px 0 72px;
}

.profile-hero__copy,
.profile-card,
.profile-story {
  position: relative;
  z-index: 1;
}

.profile-hero__glow {
  position: absolute;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.84), rgba(255, 217, 119, 0.32) 24%, rgba(255, 197, 224, 0.25) 48%, transparent 72%);
  filter: blur(8px);
}

.profile-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 8px 16px;
}

.profile-pronunciation {
  color: #d94e9d;
  font-weight: 950;
}

.profile-card img {
  width: min(100%, 260px);
}

.profile-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
  gap: 26px;
  margin-bottom: 110px;
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 240, 250, 0.13)),
    radial-gradient(circle at 88% 28%, rgba(167, 240, 236, 0.16), transparent 16rem);
  box-shadow:
    0 28px 70px rgba(80, 24, 130, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(1.12);
}

.profile-story::before {
  left: -24px;
  bottom: -26px;
  width: 210px;
  height: 130px;
  background:
    radial-gradient(circle at 24% 64%, rgba(247, 127, 183, 0.62) 0 18px, transparent 19px),
    radial-gradient(circle at 54% 50%, rgba(255, 217, 119, 0.52) 0 13px, transparent 14px),
    radial-gradient(circle at 80% 70%, rgba(167, 240, 236, 0.5) 0 18px, transparent 19px);
  opacity: 0.66;
}

.profile-qr {
  align-self: start;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.2);
}

.profile-qr h3 {
  margin-bottom: 10px;
  color: var(--royal-purple);
  font-size: 1.4rem;
}

.welcome-shell {
  overflow: hidden;
}

.welcome-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.welcome-page::before {
  position: absolute;
  z-index: -1;
  inset: 0 -10%;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 217, 119, 0.24), transparent 18rem),
    radial-gradient(circle at 82% 18%, rgba(167, 240, 236, 0.26), transparent 22rem),
    radial-gradient(circle at 12% 42%, rgba(255, 197, 224, 0.28), transparent 20rem),
    radial-gradient(circle at 88% 60%, rgba(201, 167, 255, 0.24), transparent 22rem),
    radial-gradient(circle at 24% 82%, rgba(247, 127, 183, 0.18), transparent 20rem),
    radial-gradient(circle at 78% 96%, rgba(255, 217, 119, 0.2), transparent 20rem);
  content: "";
  pointer-events: none;
}

.welcome-portal {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  padding: 212px 20px 58px;
}

.welcome-world,
.welcome-world > * {
  position: absolute;
  pointer-events: none;
}

.welcome-world {
  inset: 0;
  z-index: 0;
}

.welcome-portal__content {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1180px, 100%);
  min-height: calc(100svh - 270px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  margin: 0 auto;
}

.welcome-portal__copy,
.welcome-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.27), rgba(255, 240, 250, 0.13)),
    radial-gradient(circle at 14% 18%, rgba(255, 217, 119, 0.15), transparent 14rem);
  box-shadow:
    0 28px 78px rgba(80, 24, 130, 0.18),
    0 0 56px rgba(255, 197, 224, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(19px) saturate(1.14);
}

.welcome-portal__copy {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 32px;
  animation: welcomeReveal 900ms 1050ms ease both;
}

.welcome-portal__copy::before,
.welcome-panel::before,
.welcome-moment::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.welcome-portal h1 {
  margin-bottom: 14px;
  color: transparent;
  background:
    linear-gradient(180deg, #f1dfff 0%, #9a4fd4 24%, #5a248f 58%, #351455 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(65, 20, 103, 0.12);
  font-size: clamp(3.7rem, 8vw, 7.9rem);
  line-height: 0.96;
  filter:
    drop-shadow(0 2px 0 rgba(255, 246, 205, 0.48))
    drop-shadow(0 0 22px rgba(255, 217, 119, 0.22))
    drop-shadow(0 22px 34px rgba(90, 36, 143, 0.22));
}

.welcome-portal__subtitle {
  margin-bottom: 16px;
  color: #d94e9d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3.2vw, 2.55rem);
  font-weight: 950;
  line-height: 1.1;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78),
    0 0 20px rgba(255, 217, 119, 0.34);
}

.welcome-portal__copy > p:not(.eyebrow),
.welcome-panel > p,
.welcome-moment p {
  color: rgba(44, 23, 68, 0.76);
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  font-weight: 650;
  line-height: 1.58;
}

.welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.welcome-actions--start {
  align-items: center;
}

.welcome-portal__scene {
  position: relative;
  display: grid;
  min-height: min(560px, 56vw);
  place-items: center;
  animation: petitFloat 6.4s ease-in-out infinite;
}

.welcome-portal__scene img {
  position: relative;
  z-index: 4;
  width: min(100%, 540px);
  height: auto;
  filter:
    drop-shadow(0 34px 42px rgba(58, 19, 86, 0.24))
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.58));
}

.portal-ring {
  position: absolute;
  z-index: 1;
  width: min(80vw, 560px);
  aspect-ratio: 0.78;
  border: 12px solid rgba(255, 255, 255, 0.4);
  border-radius: 50% 50% 38% 38%;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 255, 255, 0.62), rgba(255, 217, 119, 0.24) 24%, rgba(167, 240, 236, 0.18) 48%, transparent 70%);
  box-shadow:
    0 0 0 9px rgba(255, 217, 119, 0.14),
    0 0 70px rgba(255, 217, 119, 0.45),
    inset 0 0 46px rgba(255, 255, 255, 0.42);
  filter: blur(0.2px);
  animation: portalPulse 4.8s ease-in-out infinite;
}

.portal-path {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  width: 58%;
  height: 24%;
  border-bottom: 3px solid rgba(255, 217, 119, 0.6);
  border-radius: 50%;
  box-shadow:
    0 16px 24px rgba(255, 197, 224, 0.34),
    0 0 30px rgba(255, 217, 119, 0.45);
  transform: rotate(-11deg);
}

.welcome-arrival {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.98), rgba(255, 217, 119, 0.42) 18%, rgba(255, 197, 224, 0.4) 35%, rgba(90, 36, 143, 0.35) 64%, transparent 100%);
  pointer-events: none;
  animation: arrivalFade 2.35s ease forwards;
}

.welcome-arrival__logo {
  color: transparent;
  background: linear-gradient(180deg, #9a4fd4, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 10vw, 6.2rem);
  font-weight: 950;
  filter:
    drop-shadow(0 0 18px rgba(255, 217, 119, 0.46))
    drop-shadow(0 16px 32px rgba(90, 36, 143, 0.2));
  animation: arrivalLogo 2.1s ease forwards;
}

.welcome-arrival__sparkle {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fffafd;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
  filter:
    drop-shadow(0 0 10px rgba(255, 217, 119, 0.9))
    drop-shadow(0 0 18px rgba(255, 197, 224, 0.76));
  animation: arrivalSparkle 2.1s ease forwards;
}

.welcome-arrival__sparkle--one {
  top: 33%;
  left: 22%;
}

.welcome-arrival__sparkle--two {
  top: 58%;
  right: 22%;
  animation-delay: 120ms;
}

.welcome-arrival__sparkle--three {
  right: 43%;
  bottom: 26%;
  width: 9px;
  height: 9px;
  animation-delay: 220ms;
}

.welcome-section {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 104px) 0;
}

.welcome-panel {
  padding: clamp(26px, 5vw, 52px);
  border-radius: 30px;
}

.welcome-panel--center {
  width: min(890px, 100%);
  margin: 0 auto;
  text-align: center;
}

.welcome-panel h2,
.welcome-moment h3 {
  margin-bottom: 14px;
  color: transparent;
  background: linear-gradient(180deg, #8e39c2, #351455);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.15rem, 4.9vw, 4.8rem);
  line-height: 1.02;
}

.welcome-moments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.welcome-moment {
  position: relative;
  overflow: hidden;
  padding: 54px 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(255, 240, 250, 0.12)),
    radial-gradient(circle at 18% 18%, rgba(255, 217, 119, 0.14), transparent 12rem);
  box-shadow:
    0 28px 70px rgba(80, 24, 130, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px) saturate(1.12);
  text-align: center;
}

.welcome-moment__icon {
  position: absolute;
  top: -28px;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 22%),
    linear-gradient(135deg, #f45fb5, #8e39c2);
  box-shadow:
    0 0 0 8px rgba(255, 217, 119, 0.12),
    0 0 38px rgba(255, 217, 119, 0.46),
    0 16px 34px rgba(90, 36, 143, 0.22);
  transform: translateX(-50%);
}

.welcome-moment__icon::before,
.welcome-moment__icon::after {
  position: absolute;
  content: "";
}

.welcome-moment__icon--heart::before {
  width: 26px;
  height: 26px;
  background: white;
  box-shadow:
    -13px 0 0 0 white,
    0 -13px 0 0 white,
    0 0 18px rgba(255, 217, 119, 0.6);
  transform: rotate(45deg);
}

.welcome-moment__icon--card::before {
  width: 32px;
  height: 44px;
  border: 3px solid white;
  border-radius: 7px;
  transform: rotate(-10deg);
}

.welcome-moment__icon--card::after {
  width: 18px;
  height: 18px;
  background: var(--warm-gold);
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
}

.welcome-moment__icon--castle::before {
  bottom: 24px;
  width: 42px;
  height: 32px;
  border-radius: 13px 13px 4px 4px;
  background: white;
  box-shadow:
    -18px 5px 0 -4px white,
    18px 5px 0 -4px white;
}

.welcome-moment__icon--castle::after {
  top: 20px;
  width: 0;
  height: 0;
  border-right: 17px solid transparent;
  border-bottom: 26px solid var(--warm-gold);
  border-left: 17px solid transparent;
}

.welcome-friend,
.welcome-collector {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
}

.welcome-friend__art {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.welcome-friend__art img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: auto;
  filter:
    drop-shadow(0 28px 36px rgba(58, 19, 86, 0.22))
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.58));
  animation: petitFloat 6.2s ease-in-out infinite;
}

.welcome-collector {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
}

.welcome-mystery {
  margin-top: 16px;
  color: #d94e9d;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 950;
}

.welcome-card-stack {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.welcome-card-stack::before {
  position: absolute;
  width: min(82vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.72), rgba(255, 217, 119, 0.25) 36%, rgba(167, 240, 236, 0.2) 58%, transparent 76%);
  content: "";
  filter: blur(8px);
}

.welcome-card-stack img {
  position: absolute;
  width: min(44vw, 178px);
  border-radius: 14px;
  box-shadow:
    0 26px 46px rgba(53, 20, 85, 0.24),
    0 0 38px rgba(255, 217, 119, 0.34);
}

.welcome-card-stack img:nth-child(1) {
  z-index: 1;
  transform: translate(-84px, 22px) rotate(-12deg);
}

.welcome-card-stack img:nth-child(2) {
  z-index: 3;
  width: min(49vw, 206px);
  transform: translateY(-10px) rotate(2deg);
}

.welcome-card-stack img:nth-child(3) {
  z-index: 2;
  transform: translate(86px, 28px) rotate(13deg);
}

.welcome-parent-note {
  padding-top: 22px;
}

.welcome-final {
  padding-bottom: 124px;
}

.welcome-closing {
  margin: 26px 0 0;
  color: #d94e9d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 950;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.76),
    0 0 22px rgba(255, 217, 119, 0.36);
}

@keyframes arrivalFade {
  0%,
  68% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes arrivalLogo {
  0% {
    opacity: 0;
    transform: scale(0.82) translateY(10px);
  }
  34%,
  70% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.04) translateY(-8px);
  }
}

@keyframes arrivalSparkle {
  0% {
    opacity: 0;
    transform: translate3d(0, 42px, 0) scale(0.4);
  }
  40%,
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -42px, 0) scale(1.35);
  }
}

@keyframes welcomeReveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes portalPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes petitFloat {
  0%,
  100% {
    transform: translate3d(0, -8px, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, 18px, 0) rotate(1.5deg);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes dustRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0) scale(0.8);
  }
  20%,
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-38px, -96px, 0) scale(1.28);
  }
}

@keyframes softTwinkle {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.6);
  }
}

@keyframes titleTwinkle {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.82) rotate(0deg);
  }
  45% {
    opacity: 1;
    transform: scale(1.2) rotate(12deg);
  }
}

@keyframes titleShimmer {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: translateX(0) skewX(-16deg);
  }
  76% {
    opacity: 0.55;
  }
  86% {
    opacity: 0;
    transform: translateX(620%) skewX(-16deg);
  }
}

@keyframes titleFlutter {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -7px;
    rotate: 6deg;
  }
}

@keyframes flutter {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@keyframes heartDrift {
  0%,
  100% {
    opacity: 0.54;
    transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0.9;
    transform: translateY(-18px) rotate(45deg);
  }
}

@keyframes bubbleFloat {
  0%,
  100% {
    opacity: 0.48;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 0.72;
    transform: translateY(-22px) scale(1.04);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}

@keyframes spinGlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cursorDust {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(0.2) rotate(80deg);
  }
}

@keyframes ambientDust {
  to {
    background-position: 240px 280px;
  }
}

@media (max-width: 920px) {
  .nav-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 24px;
  }

  .brand,
  .primary-nav {
    justify-content: center;
  }

  .nav-cta {
    justify-self: center;
  }

  .hero {
    padding-top: 274px;
  }

  .hero__content {
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__copy {
    max-width: none;
  }

  .title-flourish {
    width: 104px;
    opacity: 0.74;
  }

  .title-flourish--left {
    right: calc(100% - 38px);
  }

  .title-flourish--right {
    left: calc(100% - 38px);
  }

  .hero__tagline {
    gap: 10px;
  }

  .hero-title-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero__petit {
    min-height: auto;
    margin-top: -10px;
  }

  .hero__petit img {
    width: min(76vw, 500px);
  }

  .castle {
    left: 4%;
    bottom: 20%;
    transform: scale(0.78);
    transform-origin: bottom left;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .characters-hero,
  .profile-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 300px;
    text-align: center;
  }

  .characters-hero__character {
    min-height: 360px;
  }

  .featured-character__panel,
  .profile-story {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .featured-character__art,
  .profile-hero__art {
    min-height: 340px;
  }

  .character-facts {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .featured-character__card img {
    width: min(100%, 180px);
  }

  .character-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .character-card {
    grid-template-rows: 270px 1fr;
  }

  .character-card__image {
    min-height: 270px;
  }

  .profile-card {
    order: 2;
  }

  .welcome-portal {
    padding-top: 292px;
  }

  .welcome-portal__content,
  .welcome-friend,
  .welcome-collector {
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .welcome-portal__scene {
    min-height: 360px;
    order: -1;
  }

  .welcome-portal__scene img {
    width: min(76vw, 430px);
  }

  .welcome-actions {
    justify-content: center;
  }

  .welcome-moments {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .welcome-friend__art {
    min-height: 340px;
  }

  .welcome-friend__art img {
    width: min(76vw, 350px);
  }

  .welcome-card-stack {
    min-height: 370px;
    order: -1;
  }
}

@media (max-width: 720px) {
  .announcement-bar {
    min-height: 38px;
    gap: 8px;
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .announcement-bar__sparkles {
    font-size: 0.78rem;
  }

  .nav-panel {
    width: calc(100% - 18px);
    min-height: auto;
    padding: 10px;
  }

  .brand {
    gap: 8px;
    font-size: 1.05rem;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .primary-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    font-size: 0.75rem;
  }

  .primary-nav a {
    min-width: 0;
    padding: 8px 2px;
    text-align: center;
  }

  .nav-cta {
    min-height: 46px;
    width: min(100%, 300px);
    padding: 12px 18px;
  }

  .hero {
    min-height: 96svh;
    padding: 258px 16px 14px;
  }

  .hero__copy::before,
  .hero__copy::after,
  .title-flourish,
  .title-flower,
  .light-ray,
  .wing,
  .floating-card--two,
  .floating-card--three,
  .bubble--two {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 4.75rem);
    line-height: 1.04;
    padding-bottom: 0.18em;
  }

  .hero__tagline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }

  .hero__tagline span {
    width: 34px;
  }

  .hero__tagline i {
    width: 0.7em;
  }

  .title-butterfly {
    top: -4px;
    right: 4%;
    transform: rotate(18deg) scale(0.56);
  }

  .title-sparkle--one {
    left: 7%;
  }

  .title-sparkle--two {
    right: 6%;
  }

  .hero__intro {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .hero__actions {
    gap: 12px;
  }

  .magic-button {
    min-height: 56px;
    width: 100%;
    max-width: 330px;
    padding: 15px 20px;
  }

  .hero__petit img {
    width: min(74vw, 288px);
  }

  .petit-glow {
    width: min(92vw, 390px);
  }

  .castle {
    left: -34px;
    bottom: 16%;
    opacity: 0.26;
    transform: scale(0.52);
  }

  .cloud--one {
    left: -34px;
  }

  .cloud--two {
    right: -72px;
  }

  .rainbow {
    left: -210px;
    top: 38%;
    max-width: 92vw;
    opacity: 0.44;
  }

  .flower-bed {
    width: 210px;
    height: 138px;
    opacity: 0.82;
  }

  .features {
    padding: 76px 16px 78px;
  }

  .feature-card {
    min-height: auto;
    padding: 58px 22px 26px;
  }

  .characters-hero,
  .profile-hero {
    width: min(100% - 32px, 640px);
    padding-top: 282px;
    padding-bottom: 54px;
  }

  .characters-hero__copy {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .characters-hero h1,
  .profile-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .characters-hero__character {
    min-height: 300px;
  }

  .characters-hero__character img {
    width: min(78vw, 310px);
  }

  .featured-character,
  .character-explorer,
  .profile-story {
    width: min(100% - 32px, 640px);
  }

  .featured-character {
    padding-bottom: 64px;
  }

  .featured-character__panel {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .featured-character__art,
  .profile-hero__art {
    min-height: 300px;
  }

  .featured-character__art img,
  .profile-hero__art img {
    max-height: 330px;
  }

  .character-gallery {
    grid-template-columns: 1fr;
  }

  .character-card {
    grid-template-rows: 250px 1fr;
    border-radius: 24px;
  }

  .character-card__image {
    min-height: 250px;
  }

  .character-card__image img {
    max-height: 238px;
  }

  .character-card__preview {
    top: 94px;
    width: 70px;
    opacity: 0.82;
    transform: rotate(5deg);
  }

  .character-card__body {
    padding: 0 20px 24px;
  }

  .character-card h3 {
    font-size: 1.85rem;
  }

  .character-card__button {
    justify-self: stretch;
  }

  .profile-story {
    margin-bottom: 78px;
    padding: 26px 20px;
  }

  .profile-card img {
    width: min(74vw, 220px);
  }

  .character-controls {
    padding: 14px;
  }

  .character-filter {
    flex: 1 1 auto;
  }

  .welcome-portal {
    min-height: 100svh;
    padding: 274px 16px 50px;
  }

  .welcome-portal__content {
    gap: 8px;
  }

  .welcome-portal__copy {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .welcome-portal h1 {
    font-size: clamp(3rem, 15vw, 4.45rem);
    line-height: 0.98;
  }

  .welcome-portal__subtitle {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .welcome-portal__scene {
    min-height: 290px;
  }

  .welcome-portal__scene img {
    width: min(76vw, 285px);
  }

  .portal-ring {
    width: min(88vw, 330px);
    border-width: 8px;
  }

  .welcome-section {
    width: min(100% - 32px, 640px);
    padding: 54px 0;
  }

  .welcome-panel {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .welcome-panel h2,
  .welcome-moment h3 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .welcome-moment {
    padding: 54px 20px 24px;
  }

  .welcome-friend__art {
    min-height: 292px;
  }

  .welcome-friend__art img {
    width: min(76vw, 286px);
  }

  .welcome-card-stack {
    min-height: 315px;
    overflow: hidden;
  }

  .welcome-card-stack img {
    width: 126px;
  }

  .welcome-card-stack img:nth-child(1) {
    transform: translate(-62px, 18px) rotate(-12deg);
  }

  .welcome-card-stack img:nth-child(2) {
    width: 150px;
  }

  .welcome-card-stack img:nth-child(3) {
    transform: translate(62px, 22px) rotate(13deg);
  }

  .welcome-final {
    padding-bottom: 82px;
  }

  .welcome-arrival__logo {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }
}

/* QR welcome portal */
.welcome-shell {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 235, 184, 0.86), transparent 18rem),
    radial-gradient(circle at 50% 74%, rgba(255, 144, 205, 0.46), transparent 22rem),
    linear-gradient(180deg, #6e3ab0 0%, #ffb8d6 31%, #ffc889 58%, #402060 100%);
}

.welcome-page {
  min-height: 100svh;
  overflow: hidden;
}

.welcome-portal {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(28px, 4vw, 56px);
  isolation: isolate;
  overflow: hidden;
}

.welcome-portal::before,
.welcome-portal::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
}

.welcome-portal::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 247, 219, 0.92), transparent 14rem),
    radial-gradient(circle at 48% 42%, rgba(255, 188, 224, 0.5), transparent 20rem),
    radial-gradient(circle at 32% 18%, rgba(255, 218, 137, 0.52), transparent 20rem),
    radial-gradient(circle at 70% 26%, rgba(167, 240, 236, 0.38), transparent 18rem),
    radial-gradient(circle at 17% 75%, rgba(247, 127, 183, 0.48), transparent 20rem),
    radial-gradient(circle at 86% 72%, rgba(194, 145, 255, 0.42), transparent 21rem),
    linear-gradient(180deg, rgba(61, 22, 96, 0.5), rgba(255, 177, 215, 0.28) 36%, rgba(255, 203, 139, 0.24) 62%, rgba(40, 15, 58, 0.72));
}

.welcome-portal::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 9, 34, 0.86), rgba(64, 24, 96, 0.46) 16%, transparent 36%, transparent 64%, rgba(64, 24, 96, 0.46) 84%, rgba(23, 9, 34, 0.86)),
    radial-gradient(ellipse at 50% 102%, rgba(22, 7, 34, 0.76), transparent 55%),
    radial-gradient(ellipse at 50% 73%, rgba(255, 236, 184, 0.26), transparent 42%);
  mix-blend-mode: multiply;
}

.welcome-forest,
.welcome-forest > *,
.welcome-particles,
.welcome-particles > * {
  position: absolute;
  pointer-events: none;
}

.welcome-forest {
  inset: 0;
  z-index: 0;
}

.forest-light {
  width: 34vw;
  min-width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 250, 230, 0.9), rgba(255, 189, 105, 0.48) 32%, transparent 67%);
  filter: blur(12px);
}

.forest-light--one {
  top: 4%;
  left: 34%;
}

.forest-light--two {
  right: 4%;
  bottom: 11%;
  background: radial-gradient(circle, rgba(255, 185, 224, 0.52), rgba(167, 240, 236, 0.28) 36%, transparent 72%);
}

.forest-cloud {
  width: 25vw;
  min-width: 190px;
  height: 92px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 54%, rgba(255, 255, 255, 0.78) 0 34%, transparent 36%),
    radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.76) 0 42%, transparent 44%),
    radial-gradient(circle at 72% 56%, rgba(255, 255, 255, 0.68) 0 32%, transparent 34%);
  filter: blur(1px);
  opacity: 0.58;
}

.forest-cloud--one {
  top: 15%;
  left: 7%;
}

.forest-cloud--two {
  top: 19%;
  right: 12%;
  transform: scale(0.82);
}

.forest-rainbow {
  top: 18%;
  left: 50%;
  width: min(68vw, 860px);
  aspect-ratio: 2.2;
  border: 18px solid transparent;
  border-top-color: rgba(255, 218, 137, 0.42);
  border-left-color: rgba(255, 181, 219, 0.32);
  border-radius: 50% 50% 0 0;
  box-shadow:
    inset 0 16px 0 rgba(172, 238, 240, 0.22),
    0 -16px 42px rgba(255, 255, 255, 0.2);
  opacity: 0.48;
  transform: translateX(-50%);
}

.forest-castle {
  left: 50%;
  bottom: 35%;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  opacity: 0.82;
  filter:
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.58))
    drop-shadow(0 0 46px rgba(255, 189, 105, 0.34));
  transform: translateX(-50%) scale(1.06);
}

.forest-castle span {
  position: relative;
  display: block;
  width: 46px;
  height: 108px;
  border-radius: 18px 18px 5px 5px;
  background: linear-gradient(180deg, rgba(255, 240, 255, 0.92), rgba(181, 126, 217, 0.52));
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.48),
    0 0 18px rgba(255, 224, 139, 0.24);
}

.forest-castle span::before {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 24px solid transparent;
  border-bottom: 44px solid rgba(139, 79, 206, 0.78);
  border-left: 24px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.forest-castle span:nth-child(2) {
  width: 78px;
  height: 142px;
}

.forest-castle span:nth-child(3) {
  height: 124px;
}

.forest-castle span:nth-child(4) {
  height: 82px;
}

.forest-tree {
  bottom: -4%;
  width: min(42vw, 520px);
  height: 108%;
  border-radius: 48% 52% 0 0;
  background:
    radial-gradient(ellipse at 52% 14%, rgba(255, 181, 219, 0.24), transparent 28%),
    radial-gradient(ellipse at 42% 34%, rgba(255, 184, 106, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(22, 10, 31, 0.98), rgba(89, 34, 95, 0.9) 42%, rgba(26, 11, 38, 0.98));
  box-shadow:
    inset 48px 0 70px rgba(255, 188, 120, 0.16),
    inset -30px 0 68px rgba(255, 111, 195, 0.12),
    0 0 96px rgba(255, 136, 200, 0.2);
}

.forest-tree::before {
  position: absolute;
  inset: -7% -40% auto;
  height: 56%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 40%, rgba(255, 118, 198, 0.54), transparent 32%),
    radial-gradient(circle at 48% 22%, rgba(255, 189, 105, 0.38), transparent 34%),
    radial-gradient(circle at 70% 42%, rgba(172, 238, 240, 0.34), transparent 34%),
    radial-gradient(circle at 84% 58%, rgba(255, 147, 210, 0.32), transparent 28%),
    rgba(34, 14, 48, 0.72);
  content: "";
  filter: blur(1px);
}

.forest-tree::after {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 20px;
  height: 36px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.92), rgba(255, 203, 106, 0.8) 35%, rgba(255, 141, 190, 0.18) 66%, transparent 70%);
  box-shadow:
    -88px 82px 0 -2px rgba(255, 199, 110, 0.62),
    76px 146px 0 -4px rgba(255, 199, 110, 0.5),
    0 0 24px rgba(255, 204, 124, 0.76),
    -88px 82px 22px rgba(255, 204, 124, 0.5),
    76px 146px 22px rgba(255, 204, 124, 0.44);
  content: "";
}

.forest-tree--left {
  left: -19%;
}

.forest-tree--right {
  right: -19%;
  transform: scaleX(-1);
}

.forest-vine {
  top: -5%;
  width: 220px;
  height: 88%;
  border-left: 5px solid rgba(255, 198, 106, 0.6);
  border-radius: 50%;
  opacity: 0.9;
}

.forest-vine::before,
.forest-vine::after {
  position: absolute;
  width: 38px;
  height: 22px;
  border-radius: 50% 0 50% 0;
  background: linear-gradient(135deg, rgba(167, 240, 236, 0.66), rgba(255, 197, 224, 0.44));
  content: "";
}

.forest-vine::before {
  top: 24%;
  left: 24px;
  transform: rotate(-20deg);
}

.forest-vine::after {
  top: 48%;
  left: 2px;
  transform: rotate(154deg);
}

.forest-vine--left {
  left: 4%;
  transform: rotate(-12deg);
}

.forest-vine--right {
  right: 4%;
  transform: scaleX(-1) rotate(-12deg);
}

.forest-path,
.forest-path-glow {
  left: 50%;
  bottom: -14%;
  transform: translateX(-50%);
}

.forest-path {
  width: min(58vw, 690px);
  height: 56%;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.88), rgba(255, 218, 137, 0.68) 18%, rgba(255, 154, 205, 0.42) 40%, rgba(255, 197, 120, 0.3) 58%, transparent 74%);
  clip-path: polygon(45% 0, 55% 0, 83% 100%, 17% 100%);
  filter: blur(0.2px);
}

.forest-path-glow {
  width: min(78vw, 920px);
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 250, 232, 0.6), rgba(255, 176, 107, 0.42) 28%, rgba(255, 120, 194, 0.22) 48%, transparent 68%);
  filter: blur(16px);
}

.forest-flower {
  bottom: 4%;
  width: clamp(78px, 12vw, 176px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 50%, #ffd970 0 12%, transparent 13%),
    radial-gradient(circle at 50% 15%, #ff8ec8 0 18%, transparent 19%),
    radial-gradient(circle at 85% 50%, #c890ff 0 18%, transparent 19%),
    radial-gradient(circle at 50% 85%, #ff8ec8 0 18%, transparent 19%),
    radial-gradient(circle at 15% 50%, #c890ff 0 18%, transparent 19%);
  filter:
    drop-shadow(0 0 20px rgba(255, 197, 224, 0.64))
    drop-shadow(0 16px 18px rgba(37, 12, 52, 0.24));
}

.forest-flower--one {
  left: 4%;
}

.forest-flower--two {
  right: 4%;
  bottom: 6%;
  transform: scale(1.04) rotate(18deg);
}

.forest-flower--three {
  left: 24%;
  bottom: -1%;
  transform: scale(0.72) rotate(-20deg);
}

.forest-butterfly {
  width: 46px;
  height: 34px;
  background:
    radial-gradient(ellipse at 32% 50%, rgba(255, 185, 224, 0.88) 0 36%, transparent 38%),
    radial-gradient(ellipse at 68% 50%, rgba(168, 240, 236, 0.82) 0 36%, transparent 38%);
  filter:
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 24px rgba(255, 111, 195, 0.48));
  animation: forestFloat 7s ease-in-out infinite;
}

.forest-butterfly::before {
  position: absolute;
  inset: 7px 15px;
  border-radius: 999px;
  background: rgba(90, 36, 143, 0.62);
  content: "";
}

.forest-butterfly--one {
  top: 15%;
  left: 24%;
}

.forest-butterfly--two {
  top: 21%;
  right: 24%;
  animation-delay: -2s;
}

.forest-butterfly--three {
  right: 12%;
  bottom: 30%;
  transform: scale(0.76);
  animation-delay: -4s;
}

.welcome-particles {
  inset: 0;
  z-index: 2;
}

.welcome-particles span {
  width: var(--particle-size, 7px);
  height: var(--particle-size, 7px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 12px rgba(255, 218, 137, 0.86),
    0 0 24px rgba(255, 197, 224, 0.52);
  animation: welcomeTwinkle var(--particle-speed, 5s) ease-in-out infinite;
}

.welcome-particles span:nth-child(1) { top: 18%; left: 18%; --particle-speed: 4.2s; }
.welcome-particles span:nth-child(2) { top: 24%; left: 72%; --particle-size: 5px; --particle-speed: 5.5s; }
.welcome-particles span:nth-child(3) { top: 42%; left: 28%; --particle-size: 9px; --particle-speed: 6s; }
.welcome-particles span:nth-child(4) { top: 45%; right: 24%; --particle-speed: 4.8s; }
.welcome-particles span:nth-child(5) { top: 62%; left: 17%; --particle-size: 5px; --particle-speed: 5.2s; }
.welcome-particles span:nth-child(6) { top: 66%; right: 18%; --particle-speed: 6.4s; }
.welcome-particles span:nth-child(7) { top: 78%; left: 39%; --particle-size: 4px; --particle-speed: 4.7s; }
.welcome-particles span:nth-child(8) { top: 74%; right: 39%; --particle-size: 6px; --particle-speed: 5.8s; }
.welcome-particles span:nth-child(9) { top: 14%; left: 48%; --particle-size: 5px; --particle-speed: 4.6s; }
.welcome-particles span:nth-child(10) { top: 36%; left: 9%; --particle-size: 4px; --particle-speed: 6.2s; }
.welcome-particles span:nth-child(11) { top: 36%; right: 10%; --particle-size: 4px; --particle-speed: 5.9s; }
.welcome-particles span:nth-child(12) { bottom: 20%; left: 50%; --particle-size: 9px; --particle-speed: 5.4s; }
.welcome-particles span:nth-child(13) { bottom: 31%; left: 31%; --particle-size: 4px; --particle-speed: 6.6s; }
.welcome-particles span:nth-child(14) { bottom: 31%; right: 31%; --particle-size: 4px; --particle-speed: 5.1s; }

.welcome-character {
  position: absolute;
  z-index: 4;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.welcome-character--petit {
  right: clamp(-42px, 4vw, 76px);
  bottom: clamp(82px, 11vh, 142px);
  width: clamp(190px, 23vw, 360px);
  filter:
    drop-shadow(0 26px 36px rgba(53, 20, 85, 0.3))
    drop-shadow(0 0 32px rgba(255, 255, 255, 0.72));
  animation: petitFloat 6.2s ease-in-out infinite;
}

.welcome-character--mela,
.welcome-character--lamby {
  bottom: 5%;
  width: clamp(112px, 14vw, 202px);
  opacity: 0.95;
  filter:
    drop-shadow(0 20px 28px rgba(53, 20, 85, 0.3))
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.62));
}

.welcome-character--mela {
  left: clamp(6px, 8vw, 118px);
  transform: rotate(-5deg);
}

.welcome-character--lamby {
  right: clamp(36px, 17vw, 286px);
  bottom: 3%;
  transform: rotate(5deg) scale(0.92);
}

.welcome-portal__content {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(860px, 100%);
  min-height: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(12px, 2.2vh, 22px);
  padding: clamp(18px, 3.6vw, 38px) clamp(18px, 5vw, 64px);
  border: 1px solid rgba(255, 220, 148, 0.42);
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 248, 229, 0.24), transparent 15rem),
    radial-gradient(ellipse at 50% 53%, rgba(255, 154, 205, 0.13), transparent 24rem),
    linear-gradient(180deg, rgba(255, 232, 247, 0.1), rgba(255, 206, 232, 0.055));
  box-shadow:
    0 34px 94px rgba(39, 13, 56, 0.22),
    0 0 90px rgba(255, 171, 95, 0.24),
    0 0 46px rgba(255, 91, 186, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  text-align: center;
  backdrop-filter: blur(6px) saturate(1.18);
}

.welcome-portal__content::before,
.welcome-portal__content::after {
  position: absolute;
  width: 132px;
  height: 52px;
  border-top: 2px solid rgba(255, 198, 106, 0.76);
  border-radius: 50% 50% 0 0;
  box-shadow: 0 -8px 18px rgba(255, 198, 106, 0.16);
  content: "";
  pointer-events: none;
}

.welcome-portal__content::before {
  top: 22px;
  left: 46px;
  transform: rotate(-14deg);
}

.welcome-portal__content::after {
  right: 46px;
  bottom: 24px;
  transform: rotate(166deg);
}

.welcome-logo {
  position: relative;
  margin: 0;
  padding: 0.18em 0.04em 0.2em;
  color: transparent;
  background:
    linear-gradient(180deg, #fff7df 0%, #ffd392 22%, #f6a2c9 38%, #8b43c5 62%, #3b165f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 222, 139, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 12.8vw, 11.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  overflow: visible;
  filter:
    drop-shadow(0 2px 0 rgba(255, 248, 218, 0.92))
    drop-shadow(0 0 18px rgba(255, 208, 124, 0.68))
    drop-shadow(0 0 34px rgba(255, 91, 186, 0.3))
    drop-shadow(0 24px 34px rgba(43, 13, 64, 0.42));
}

.welcome-logo::before,
.welcome-logo::after {
  position: absolute;
  top: 50%;
  width: clamp(50px, 8vw, 100px);
  height: 22px;
  border-top: 2px solid rgba(255, 213, 126, 0.74);
  border-radius: 50%;
  content: "";
  filter: drop-shadow(0 0 10px rgba(255, 213, 126, 0.5));
}

.welcome-logo::before {
  right: calc(100% + 8px);
  transform: rotate(-8deg);
}

.welcome-logo::after {
  left: calc(100% + 8px);
  transform: scaleX(-1) rotate(-8deg);
}

.welcome-portal__content p {
  margin: 0;
  color: #fff8f9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2.7vw, 1.95rem);
  font-weight: 900;
  text-shadow:
    0 2px 0 rgba(90, 36, 143, 0.34),
    0 0 18px rgba(255, 218, 137, 0.66),
    0 0 34px rgba(255, 126, 198, 0.28);
}

.welcome-enter-button {
  position: relative;
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 20px clamp(32px, 6vw, 70px);
  border: 1px solid rgba(255, 239, 190, 0.92);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.44), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.32), transparent 30%),
    linear-gradient(135deg, #f461b7 0%, #d85ab9 34%, #ff9acb 58%, #ffd889 100%);
  box-shadow:
    0 22px 42px rgba(74, 22, 96, 0.36),
    0 0 0 8px rgba(255, 218, 137, 0.16),
    0 0 54px rgba(255, 118, 194, 0.62),
    0 0 82px rgba(255, 203, 106, 0.34),
    inset 0 2px 0 rgba(255, 255, 255, 0.76),
    inset 0 -10px 22px rgba(118, 39, 139, 0.18);
  font-size: clamp(1.05rem, 2.25vw, 1.36rem);
  font-weight: 950;
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(53, 20, 85, 0.38);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.welcome-enter-button::before {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.welcome-enter-button::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(100deg, transparent 12%, rgba(255, 255, 255, 0.48) 34%, transparent 56%);
  content: "";
  opacity: 0.72;
  transform: translateX(-120%);
  animation: welcomeButtonShimmer 4.6s ease-in-out infinite;
}

.welcome-enter-button:hover,
.welcome-enter-button:focus-visible {
  box-shadow:
    0 22px 46px rgba(90, 36, 143, 0.3),
    0 0 0 9px rgba(255, 218, 137, 0.16),
    0 0 66px rgba(255, 197, 224, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-3px);
}

.welcome-enter-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 5px;
}

@keyframes forestFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(9px, -18px, 0) rotate(5deg);
  }
}

@keyframes welcomeTwinkle {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0) scale(0.82);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -16px, 0) scale(1.25);
  }
}

@keyframes welcomeButtonShimmer {
  0%,
  62% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 980px) {
  .welcome-portal {
    align-items: start;
    padding-top: clamp(48px, 9vh, 86px);
  }

  .welcome-portal__content {
    width: min(680px, 100%);
  }

  .welcome-character--petit {
    right: 3%;
    bottom: 12%;
    width: clamp(150px, 31vw, 280px);
  }

  .welcome-character--mela {
    left: 1%;
    width: clamp(82px, 17vw, 138px);
  }

  .welcome-character--lamby {
    right: 32%;
    width: clamp(76px, 15vw, 126px);
  }

  .forest-tree {
    width: min(42vw, 330px);
  }

  .forest-castle {
    bottom: 35%;
    transform: translateX(-50%) scale(0.78);
  }
}

@media (max-width: 720px) {
  .welcome-portal {
    min-height: 100svh;
    padding: 38px 15px 24px;
  }

  .welcome-portal__content {
    gap: 12px;
    padding: 24px 16px;
    border-radius: 28px;
    transform: translateY(-4vh);
  }

  .welcome-logo {
    font-size: clamp(3.8rem, 20vw, 5.9rem);
    line-height: 0.95;
  }

  .welcome-enter-button {
    width: min(100%, 360px);
    min-height: 60px;
    padding: 16px 18px;
  }

  .welcome-character--petit {
    right: -6%;
    bottom: 14%;
    width: clamp(138px, 45vw, 210px);
  }

  .welcome-character--mela {
    left: -5%;
    bottom: 2%;
    width: clamp(78px, 25vw, 116px);
  }

  .welcome-character--lamby {
    right: 34%;
    bottom: -1%;
    width: clamp(72px, 23vw, 108px);
  }

  .forest-castle {
    bottom: 36%;
    transform: translateX(-50%) scale(0.58);
  }

  .forest-tree {
    width: 54vw;
  }

  .forest-tree--left {
    left: -28%;
  }

  .forest-tree--right {
    right: -28%;
  }

  .forest-flower--three,
  .forest-vine,
  .forest-butterfly--three,
  .forest-cloud--two {
    display: none;
  }
}

@media (max-height: 680px) {
  .welcome-portal {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .welcome-portal__content {
    gap: 8px;
    padding-block: 18px;
    transform: translateY(-3vh);
  }

  .welcome-logo {
    font-size: clamp(3.4rem, 14vw, 7.2rem);
  }

  .welcome-portal__content p {
    font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  }

  .welcome-enter-button {
    min-height: 56px;
    padding-block: 14px;
  }

  .welcome-character--petit {
    width: clamp(132px, 22vw, 250px);
  }
}

/* Image-led welcome portal */
.welcome-shell {
  min-height: 100svh;
  overflow: hidden;
  background: #2c123d;
}

.welcome-page {
  min-height: 100svh;
  overflow: hidden;
}

.welcome-portal {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(24px, 4vw, 58px);
  isolation: isolate;
  overflow: hidden;
  background-color: #2c123d;
  background-image:
    radial-gradient(circle at 50% 40%, rgba(255, 225, 166, 0.08), transparent 22rem),
    linear-gradient(90deg, rgba(25, 8, 32, 0.36), transparent 22%, transparent 78%, rgba(25, 8, 32, 0.36)),
    url("/src/assets/welcome-forest-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-portal::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 244, 220, 0.06), transparent 34%),
    radial-gradient(ellipse at 50% 92%, rgba(255, 133, 199, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(33, 9, 42, 0.08), transparent 28%, rgba(23, 8, 31, 0.2));
  content: "";
  pointer-events: none;
}

.welcome-portal::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 44%, rgba(24, 7, 32, 0.16) 78%, rgba(18, 5, 26, 0.42)),
    linear-gradient(180deg, rgba(18, 5, 26, 0.08), transparent 40%, rgba(18, 5, 26, 0.12));
  content: "";
  pointer-events: none;
}

.welcome-atmosphere,
.welcome-atmosphere > *,
.welcome-particles,
.welcome-particles > * {
  position: absolute;
  pointer-events: none;
}

.welcome-atmosphere {
  inset: 0;
  z-index: 3;
  overflow: hidden;
}

.welcome-ambient-light {
  top: 7%;
  left: 50%;
  width: min(72vw, 920px);
  aspect-ratio: 1.7;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 234, 184, 0.24), rgba(255, 158, 206, 0.1) 45%, transparent 72%);
  filter: blur(20px);
  transform: translateX(-50%);
  animation: welcomeLightDrift 9s ease-in-out infinite;
}

.welcome-home-link {
  position: absolute;
  top: clamp(14px, 2.4vw, 28px);
  left: clamp(14px, 2.4vw, 28px);
  z-index: 7;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid rgba(255, 239, 190, 0.5);
  border-radius: 999px;
  color: rgba(255, 250, 246, 0.92);
  background: rgba(55, 18, 75, 0.28);
  box-shadow:
    0 12px 28px rgba(25, 8, 32, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(25, 8, 32, 0.36);
  backdrop-filter: blur(8px) saturate(1.08);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.welcome-home-link:hover,
.welcome-home-link:focus-visible {
  color: #fff;
  background: rgba(85, 30, 113, 0.42);
  transform: translateY(-1px);
}

.welcome-home-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 4px;
}

.welcome-butterfly {
  width: 38px;
  height: 28px;
  background:
    radial-gradient(ellipse at 32% 50%, rgba(255, 154, 220, 0.82) 0 36%, transparent 38%),
    radial-gradient(ellipse at 68% 50%, rgba(160, 238, 240, 0.76) 0 36%, transparent 38%);
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.72))
    drop-shadow(0 0 22px rgba(255, 117, 199, 0.42));
  opacity: 0.82;
  animation: welcomeButterflyFloat 8.5s ease-in-out infinite;
}

.welcome-butterfly::before {
  position: absolute;
  inset: 8px 17px;
  border-radius: 999px;
  background: rgba(74, 26, 98, 0.7);
  content: "";
}

.welcome-butterfly--one {
  top: 18%;
  left: 24%;
}

.welcome-butterfly--two {
  top: 25%;
  right: 22%;
  width: 30px;
  height: 22px;
  animation-delay: -3.2s;
}

.welcome-particles {
  inset: 0;
  z-index: 4;
  overflow: hidden;
}

.welcome-particles span {
  width: var(--particle-size, 5px);
  height: var(--particle-size, 5px);
  border-radius: 50%;
  background: rgba(255, 250, 232, 0.92);
  box-shadow:
    0 0 10px rgba(255, 216, 126, 0.86),
    0 0 20px rgba(255, 130, 201, 0.42);
  opacity: 0;
  animation: welcomeDustDrift var(--particle-speed, 6.2s) ease-in-out infinite;
}

.welcome-particles span:nth-child(1) { top: 16%; left: 18%; --particle-speed: 5.2s; }
.welcome-particles span:nth-child(2) { top: 18%; left: 74%; --particle-size: 4px; --particle-speed: 6.1s; }
.welcome-particles span:nth-child(3) { top: 36%; left: 30%; --particle-size: 7px; --particle-speed: 7s; }
.welcome-particles span:nth-child(4) { top: 40%; right: 28%; --particle-speed: 5.8s; }
.welcome-particles span:nth-child(5) { top: 58%; left: 20%; --particle-size: 4px; --particle-speed: 6.3s; }
.welcome-particles span:nth-child(6) { top: 58%; right: 18%; --particle-speed: 7.2s; }
.welcome-particles span:nth-child(7) { top: 72%; left: 42%; --particle-size: 4px; --particle-speed: 5.7s; }
.welcome-particles span:nth-child(8) { top: 70%; right: 38%; --particle-size: 6px; --particle-speed: 6.8s; }
.welcome-particles span:nth-child(9) { top: 14%; left: 50%; --particle-size: 4px; --particle-speed: 5.6s; }
.welcome-particles span:nth-child(10) { top: 33%; left: 10%; --particle-size: 4px; --particle-speed: 7.2s; }
.welcome-particles span:nth-child(11) { top: 32%; right: 9%; --particle-size: 4px; --particle-speed: 6.9s; }
.welcome-particles span:nth-child(12) { bottom: 19%; left: 50%; --particle-size: 7px; --particle-speed: 6.4s; }
.welcome-particles span:nth-child(13) { bottom: 28%; left: 33%; --particle-size: 4px; --particle-speed: 7.6s; }
.welcome-particles span:nth-child(14) { bottom: 28%; right: 32%; --particle-size: 4px; --particle-speed: 6.1s; }

.welcome-character {
  position: absolute;
  z-index: 5;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.welcome-character--petit {
  right: clamp(-34px, 3vw, 52px);
  bottom: clamp(74px, 11vh, 126px);
  width: clamp(190px, 22vw, 340px);
  filter:
    drop-shadow(0 24px 32px rgba(25, 8, 32, 0.46))
    drop-shadow(0 0 24px rgba(255, 232, 190, 0.48));
  animation: petitFloat 6.6s ease-in-out infinite;
}

.welcome-character--mela {
  left: clamp(-22px, 5vw, 82px);
  bottom: clamp(36px, 8vh, 84px);
  width: clamp(116px, 13vw, 190px);
  filter:
    drop-shadow(0 22px 28px rgba(25, 8, 32, 0.52))
    drop-shadow(0 0 18px rgba(255, 198, 129, 0.42));
  transform: rotate(-4deg);
}

.welcome-character--lamby {
  right: clamp(20px, 17vw, 280px);
  bottom: clamp(20px, 5vh, 54px);
  width: clamp(104px, 12vw, 168px);
  filter:
    drop-shadow(0 20px 24px rgba(25, 8, 32, 0.52))
    drop-shadow(0 0 18px rgba(255, 238, 205, 0.44));
  transform: rotate(4deg);
}

.welcome-portal__content {
  position: relative;
  z-index: 6;
  display: grid;
  width: min(830px, 100%);
  min-height: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(12px, 2.4vh, 22px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
  transform: translateY(clamp(-42px, -5vh, -18px));
}

.welcome-portal__content::before,
.welcome-portal__content::after {
  display: none;
}

.welcome-logo {
  position: relative;
  margin: 0;
  padding: 0.16em 0.04em 0.18em;
  color: transparent;
  background:
    linear-gradient(180deg, #fff9df 0%, #ffd58e 20%, #ffb2d7 38%, #8c3fc0 66%, #3d155f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 229, 156, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 12vw, 10.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  overflow: visible;
  filter:
    drop-shadow(0 2px 0 rgba(103, 40, 107, 0.42))
    drop-shadow(0 0 16px rgba(255, 227, 150, 0.78))
    drop-shadow(0 0 36px rgba(255, 105, 190, 0.34))
    drop-shadow(0 26px 34px rgba(22, 6, 31, 0.5));
}

.welcome-logo::before,
.welcome-logo::after {
  position: absolute;
  top: 50%;
  width: clamp(42px, 7vw, 92px);
  height: 22px;
  border-top: 2px solid rgba(255, 213, 126, 0.72);
  border-radius: 50%;
  content: "";
  filter: drop-shadow(0 0 10px rgba(255, 213, 126, 0.5));
}

.welcome-logo::before {
  right: calc(100% + 8px);
  transform: rotate(-8deg);
}

.welcome-logo::after {
  left: calc(100% + 8px);
  transform: scaleX(-1) rotate(-8deg);
}

.welcome-portal__content p {
  margin: -8px 0 0;
  color: #fffaf6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2.5vw, 1.82rem);
  font-weight: 900;
  text-shadow:
    0 2px 0 rgba(68, 18, 85, 0.48),
    0 0 16px rgba(255, 216, 126, 0.72),
    0 0 30px rgba(255, 117, 199, 0.32);
}

.welcome-enter-button {
  position: relative;
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 20px clamp(34px, 6vw, 76px);
  border: 1px solid rgba(255, 240, 190, 0.96);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.46), transparent 23%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #f464b8 0%, #df5cbb 34%, #ff9ccd 58%, #ffd98e 100%);
  box-shadow:
    0 22px 42px rgba(74, 22, 96, 0.38),
    0 0 0 8px rgba(255, 218, 137, 0.16),
    0 0 54px rgba(255, 118, 194, 0.62),
    0 0 82px rgba(255, 203, 106, 0.36),
    inset 0 2px 0 rgba(255, 255, 255, 0.78),
    inset 0 -10px 22px rgba(118, 39, 139, 0.2);
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  font-weight: 950;
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(53, 20, 85, 0.38);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.welcome-enter-button::before {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.welcome-enter-button::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(100deg, transparent 12%, rgba(255, 255, 255, 0.46) 34%, transparent 56%);
  content: "";
  opacity: 0.66;
  transform: translateX(-120%);
  animation: welcomeButtonShimmer 4.8s ease-in-out infinite;
}

.welcome-enter-button:hover,
.welcome-enter-button:focus-visible {
  box-shadow:
    0 24px 50px rgba(74, 22, 96, 0.44),
    0 0 0 9px rgba(255, 218, 137, 0.2),
    0 0 68px rgba(255, 118, 194, 0.74),
    0 0 96px rgba(255, 203, 106, 0.42),
    inset 0 2px 0 rgba(255, 255, 255, 0.84);
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-3px);
}

.welcome-enter-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 5px;
}

@keyframes welcomeLightDrift {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(-50%, 0, 0) scale(0.96);
  }
  50% {
    opacity: 0.96;
    transform: translate3d(-49%, 10px, 0) scale(1.04);
  }
}

@keyframes welcomeButterflyFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(12px, -18px, 0) rotate(5deg);
  }
}

@keyframes welcomeDustDrift {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.7);
  }
  42%,
  66% {
    opacity: 0.95;
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.15);
  }
}

@media (max-width: 980px) {
  .welcome-portal {
    background-position: 54% center;
  }

  .welcome-portal__content {
    width: min(680px, 100%);
    transform: translateY(clamp(-34px, -4vh, -14px));
  }

  .welcome-character--petit {
    right: -5%;
    bottom: 11%;
    width: clamp(158px, 29vw, 260px);
  }

  .welcome-character--mela {
    left: -3%;
    width: clamp(92px, 16vw, 134px);
  }

  .welcome-character--lamby {
    right: 27%;
    width: clamp(82px, 14vw, 122px);
  }
}

@media (max-width: 720px) {
  .welcome-portal {
    min-height: 100svh;
    padding: 32px 16px 24px;
    background-position: 50% center;
  }

  .welcome-portal::after {
    background:
      radial-gradient(ellipse at 50% 34%, rgba(25, 8, 32, 0.08), transparent 40%),
      linear-gradient(180deg, rgba(18, 5, 26, 0.12), transparent 42%, rgba(18, 5, 26, 0.18));
  }

  .welcome-portal__content {
    gap: 12px;
    width: min(100%, 360px);
    transform: translateY(-18vh);
  }

  .welcome-logo {
    font-size: clamp(3.9rem, 22vw, 5.8rem);
    line-height: 0.94;
  }

  .welcome-logo::before,
  .welcome-logo::after {
    display: none;
  }

  .welcome-portal__content p {
    font-size: clamp(1.08rem, 5vw, 1.34rem);
  }

  .welcome-enter-button {
    width: min(100%, 350px);
    min-height: 62px;
    padding: 16px 18px;
    font-size: clamp(1rem, 4.4vw, 1.1rem);
  }

  .welcome-character--petit {
    right: -12%;
    bottom: 12%;
    width: clamp(132px, 43vw, 196px);
  }

  .welcome-character--mela {
    left: -7%;
    bottom: 4%;
    width: clamp(76px, 24vw, 108px);
  }

  .welcome-character--lamby {
    right: 34%;
    bottom: 0;
    width: clamp(70px, 22vw, 98px);
  }

  .welcome-butterfly--one {
    left: 14%;
  }

  .welcome-butterfly--two {
    display: none;
  }
}

@media (max-height: 680px) {
  .welcome-portal {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .welcome-portal__content {
    gap: 8px;
    transform: translateY(-8vh);
  }

  .welcome-logo {
    font-size: clamp(3.4rem, 13vw, 7.2rem);
  }

  .welcome-portal__content p {
    font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  }

  .welcome-enter-button {
    min-height: 58px;
    padding-block: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fairy-cursor-particle {
    display: none !important;
  }

  .welcome-arrival {
    display: none !important;
  }
}
