:root {
  color-scheme: light;
  --sky-top: #ffdff0;
  --sky-mid: #fff3c9;
  --sky-bottom: #dff7ff;
  --ink: #5d4a66;
  --accent: #ff8fb6;
  --accent-soft: #ffc8dd;
  --cream: #fffaf2;
  --shadow: rgba(101, 68, 111, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8), transparent 18%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.6), transparent 16%),
    linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 48%, var(--sky-bottom) 100%);
  overflow: hidden;
}

.scene {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  isolation: isolate;
}

.scene::before,
.scene::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.scene::before {
  width: 480px;
  height: 480px;
  right: -120px;
  top: -160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.scene::after {
  width: 540px;
  height: 540px;
  left: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.sky {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cloud {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.35));
  border-radius: 999px;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: inherit;
}

.cloud-a {
  width: 140px;
  height: 54px;
  left: 8%;
  top: 10%;
}

.cloud-a::before {
  width: 66px;
  height: 66px;
  left: 16px;
  top: -26px;
}

.cloud-a::after {
  width: 76px;
  height: 76px;
  left: 58px;
  top: -34px;
}

.cloud-b {
  width: 170px;
  height: 60px;
  right: 10%;
  top: 18%;
}

.cloud-b::before {
  width: 72px;
  height: 72px;
  left: 20px;
  top: -28px;
}

.cloud-b::after {
  width: 84px;
  height: 84px;
  left: 70px;
  top: -36px;
}

.sparkle {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff8c9;
  transform: rotate(45deg);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
  border-radius: 2px;
}

.sparkle::before,
.sparkle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  border-radius: inherit;
}

.sparkle::before {
  transform: rotate(45deg);
}

.sparkle::after {
  transform: rotate(-45deg);
}

.sparkle-a {
  left: 16%;
  top: 26%;
}

.sparkle-b {
  right: 20%;
  top: 28%;
  width: 10px;
  height: 10px;
}

.sparkle-c {
  right: 30%;
  bottom: 16%;
  width: 12px;
  height: 12px;
}

.hero {
  position: relative;
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #83607f;
  font-size: 0.88rem;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(126, 92, 117, 0.08);
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  color: #6a4c77;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}

.lede,
.foot {
  margin: 0;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(93, 74, 102, 0.88);
}

.mascot {
  position: relative;
  width: min(360px, 78vw);
  aspect-ratio: 1 / 1;
  margin: 12px 0 4px;
}

.shadow {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 66%;
  height: 18%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(106, 76, 119, 0.22), rgba(106, 76, 119, 0));
  filter: blur(4px);
}

.ears {
  position: absolute;
  inset: 6% 12% auto;
  display: flex;
  justify-content: space-between;
}

.ears span {
  width: 22%;
  aspect-ratio: 0.7 / 1;
  background: linear-gradient(180deg, #ffd7e4 0%, #ffc1d7 100%);
  border: 8px solid var(--cream);
  border-bottom: none;
  border-radius: 60% 60% 18% 18%;
  box-shadow: inset 0 8px 0 rgba(255, 255, 255, 0.35);
}

.ears span:first-child {
  transform: rotate(-14deg);
}

.ears span:last-child {
  transform: rotate(14deg);
}

.head {
  position: absolute;
  left: 50%;
  top: 22%;
  width: 58%;
  height: 46%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fffef8 0%, #fff4d6 100%);
  border-radius: 48% 48% 44% 44%;
  border: 8px solid var(--cream);
  box-shadow:
    0 26px 40px rgba(101, 68, 111, 0.08),
    inset 0 10px 0 rgba(255, 255, 255, 0.65);
}

.eye {
  position: absolute;
  top: 36%;
  width: 10%;
  height: 10%;
  border-radius: 50%;
  background: #655066;
}

.eye::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 16%;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}

.eye-left {
  left: 29%;
}

.eye-right {
  right: 29%;
}

.blush {
  position: absolute;
  top: 53%;
  width: 12%;
  height: 8%;
  border-radius: 50%;
  background: rgba(255, 158, 184, 0.5);
  filter: blur(1px);
}

.blush-left {
  left: 18%;
}

.blush-right {
  right: 18%;
}

.mouth {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 12%;
  height: 10%;
  transform: translateX(-50%);
  border-bottom: 4px solid #9b6a84;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 0 0 999px 999px;
}

.body {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 70%;
  height: 42%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fffaf1 0%, #ffeccf 100%);
  border-radius: 46% 46% 40% 40%;
  border: 8px solid var(--cream);
  box-shadow:
    0 24px 40px rgba(101, 68, 111, 0.08),
    inset 0 10px 0 rgba(255, 255, 255, 0.5);
}

.paw {
  position: absolute;
  bottom: 10%;
  width: 20%;
  height: 22%;
  background: linear-gradient(180deg, #fff8ed 0%, #ffe4be 100%);
  border-radius: 48% 48% 40% 40%;
  border: 6px solid var(--cream);
}

.paw-left {
  left: 16%;
  transform: rotate(10deg);
}

.paw-right {
  right: 16%;
  transform: rotate(-10deg);
}

.foot {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(126, 92, 117, 0.08);
}

@media (max-width: 640px) {
  .scene {
    padding: 24px 16px;
  }

  .hero {
    gap: 12px;
  }

  .lede,
  .foot {
    font-size: 0.96rem;
  }

  .mascot {
    width: min(320px, 84vw);
  }
}
