:root {
  color-scheme: light;
  --ink: #321827;
  --muted: #7f5c6f;
  --line: rgba(112, 48, 80, 0.11);
  --feather: #fae5ec;
  --feather-deep: #e55b91;
  --blue-deep: #9b365f;
  --hot-pink: #d91567;
  --pink: #f06a9f;
  --mint: #f4d9e4;
  --gold: #b96d42;
  --paper: rgba(255, 255, 255, 0.7);
  --shadow: 0 24px 70px rgba(127, 42, 84, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 244, 247, 0.9), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(207, 20, 92, 0.24), transparent 22%),
    radial-gradient(circle at 16% 68%, rgba(238, 72, 139, 0.24), transparent 24%),
    linear-gradient(180deg, #fae6ec 0%, #f7d8e2 48%, #fdeef4 100%);
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", sans-serif;
}

p,
li,
strong,
.hint {
  overflow-wrap: anywhere;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 28%, rgba(177, 20, 79, 0.22), transparent 30%),
    radial-gradient(ellipse at 86% 42%, rgba(221, 39, 106, 0.26), transparent 31%),
    linear-gradient(105deg, transparent 0 18%, rgba(255, 255, 255, 0.3) 24%, rgba(187, 24, 88, 0.18) 34%, transparent 48%),
    linear-gradient(155deg, transparent 0 32%, rgba(255, 255, 255, 0.28) 42%, rgba(215, 35, 101, 0.14) 56%, transparent 70%);
  filter: blur(18px);
  opacity: 0.82;
  transform: scale(1.08);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 30%),
    radial-gradient(circle at 50% 98%, rgba(255, 255, 255, 0.42), transparent 25%);
  opacity: 0.7;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 390px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.5), transparent 20%),
    radial-gradient(circle at 10% 58%, rgba(204, 23, 91, 0.11), transparent 24%),
    rgba(255, 242, 247, 0.34);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 240, 246, 0.72);
  backdrop-filter: blur(18px);
}

.topbar a {
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(50, 24, 39, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 24px rgba(127, 42, 84, 0.08);
  color: var(--ink);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark span:nth-child(1) {
  align-self: end;
}

.brand-mark span:nth-child(2) {
  align-self: start;
}

.topbar nav {
  display: flex;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
}

main {
  position: relative;
}

section {
  position: relative;
  padding: 76px 20px 0;
}

.hero {
  min-height: 850px;
  padding-top: 24px;
}

.poster-hero {
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 28px;
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(160deg, rgba(232, 249, 244, 0.95), rgba(255, 252, 239, 0.64) 56%, rgba(255, 238, 248, 0.8));
}

.poster-hero::after {
  content: "";
  position: absolute;
  inset: auto -20px -60px;
  height: 220px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(245, 252, 250, 0.94) 72%);
}

.poster-mark {
  position: relative;
  z-index: 8;
  display: grid;
  justify-items: center;
  gap: 0;
  width: 118px;
  margin: 0 auto 8px;
  color: #263126;
  text-transform: uppercase;
}

.poster-mark strong {
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.poster-mark span {
  margin-top: -1px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.poster-rays {
  position: absolute;
  inset: 20px -180px auto;
  height: 500px;
  z-index: 0;
  opacity: 0.54;
  background: repeating-conic-gradient(from -8deg at 50% 55%, rgba(255, 255, 255, 0.82) 0 3deg, transparent 3deg 12deg);
  filter: blur(0.3px);
}

.poster-balls span {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.8), transparent 18%),
    radial-gradient(circle at 68% 76%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 46, 154, 0.88), rgba(255, 103, 182, 0.34));
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.32),
    0 28px 70px rgba(255, 46, 154, 0.22);
  backdrop-filter: blur(12px);
}

.poster-balls span:nth-child(1) {
  width: 118px;
  height: 118px;
  top: 88px;
  right: -34px;
}

.poster-balls span:nth-child(2) {
  width: 62px;
  height: 62px;
  top: 408px;
  left: 18px;
  opacity: 0.8;
}

.poster-balls span:nth-child(3) {
  width: 180px;
  height: 180px;
  right: -80px;
  bottom: 118px;
  opacity: 0.36;
}

.poster-title {
  position: absolute;
  inset: 70px 8px auto;
  z-index: 2;
  display: grid;
  justify-items: center;
  color: #ff5b00;
  font-size: clamp(98px, 31vw, 140px);
  font-weight: 1000;
  line-height: 0.73;
  letter-spacing: -0.06em;
  opacity: 0.96;
  text-transform: lowercase;
}

.poster-title span + span {
  color: rgba(255, 91, 0, 0.56);
  margin-top: 22px;
}

.portrait-cutout {
  position: absolute;
  left: 50%;
  top: 144px;
  z-index: 4;
  width: min(306px, 80vw);
  height: 452px;
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 34px rgba(38, 49, 38, 0.22));
}

.portrait-cutout::before {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -1;
  border-radius: 44px 44px 18px 18px;
  background: rgba(255, 255, 255, 0.72);
  clip-path: none;
}

.portrait-cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 15%;
  border-radius: 38px 38px 14px 14px;
  clip-path: none;
  mask-image: linear-gradient(180deg, #000 0 72%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
}

.portrait-cutout.is-transparent {
  top: 130px;
  width: min(326px, 84vw);
  height: 486px;
}

.portrait-cutout.is-transparent::before {
  clip-path: none;
  border-radius: 0;
  background: transparent;
}

.portrait-cutout.is-transparent img {
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  clip-path: none;
  mask-image: linear-gradient(180deg, #000 0 84%, transparent 100%);
}

.poster-front {
  position: relative;
  z-index: 7;
  padding-top: 455px;
  text-align: center;
}

.poster-front .eyebrow {
  margin-bottom: 6px;
  color: #267f82;
}

.poster-front h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 16vw, 76px);
  color: #352211;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.45);
}

.signature {
  margin: -2px auto 0;
  color: #332012;
  font-family: "Kaiti SC", "STKaiti", "Songti SC", serif;
  font-size: 38px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-5deg);
}

.poster-front h2 {
  width: auto;
  margin: 0 auto;
  color: #3b2411;
  font-size: clamp(44px, 13vw, 62px);
  font-weight: 1000;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.poster-copy {
  width: min(310px, 84vw);
  margin: 12px auto 0;
  color: #4b5b55;
  font-size: 14px;
  line-height: 1.68;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.ticker span,
.hero-actions a,
.hero-actions button,
.mini-action {
  border: 1px solid rgba(21, 26, 41, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #2d445d;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.ticker span {
  padding: 8px 10px;
}

.eyebrow,
.label {
  margin: 0 0 12px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 20vw, 92px);
  font-weight: 400;
  line-height: 0.92;
}

h2 {
  width: min(310px, 84vw);
  margin-top: 14px;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  width: min(310px, 84vw);
  margin-top: 18px;
  color: #415267;
  font-size: 16px;
  line-height: 1.74;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.hero-actions a,
.hero-actions button,
.mini-action {
  min-height: 42px;
  display: grid;
  place-items: center;
  min-width: 132px;
  padding: 0 14px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.hero-actions--poster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 16px;
}

.hero-actions--poster a,
.hero-actions--poster button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 10px;
  font-size: 13px;
}

.partner-strip {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 7px;
  width: min(350px, calc(100vw - 34px));
  min-height: 44px;
  margin: 18px auto 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(52, 80, 75, 0.1);
  overflow: hidden;
}

.partner-strip b {
  flex: 0 0 auto;
  color: #5a4432;
  font-size: 9px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.partner-strip span {
  display: grid;
  place-items: center;
  min-width: 41px;
  min-height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: #1f8b86;
  font-size: 11px;
  font-weight: 1000;
}

.partner-strip span:nth-child(3) {
  background: #09bb07;
}

.partner-strip span:nth-child(4) {
  background: #1677ff;
}

.partner-strip span:nth-child(5) {
  background: #ff6a00;
}

.partner-strip span:nth-child(6) {
  background: #ffd100;
  color: #442a09;
}

.primary-action {
  box-shadow: 0 14px 30px rgba(49, 117, 141, 0.18);
}

.hero-art {
  position: relative;
  margin: 34px 0 0 auto;
  width: min(315px, 82vw);
}

.hero-art img {
  display: block;
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.ticket {
  position: absolute;
  left: -28px;
  bottom: 22px;
  width: 128px;
  padding: 14px 12px;
  border: 1px solid rgba(217, 170, 75, 0.5);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(34, 62, 83, 0.16);
  transform: rotate(-7deg);
}

.ticket b,
.ticket span {
  display: block;
}

.ticket b {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.ticket span {
  margin-top: 6px;
  color: var(--blue-deep);
  font-family: "Apple SD Gothic Neo", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.float-feather {
  position: absolute;
  width: 22px;
  height: 96px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 44%, rgba(49, 117, 141, 0.45) 45% 52%, transparent 53%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(143, 209, 232, 0.25));
  box-shadow: 0 12px 32px rgba(49, 117, 141, 0.16);
}

.feather-one {
  right: 34px;
  top: 132px;
  transform: rotate(26deg);
}

.feather-two {
  left: 26px;
  bottom: 108px;
  transform: rotate(-25deg) scale(0.82);
}

.feather-three {
  right: 78px;
  bottom: 36px;
  transform: rotate(42deg) scale(0.62);
}

.profile-grid {
  display: grid;
  gap: 10px;
}

.profile-grid article {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 40px rgba(34, 62, 83, 0.08);
}

.profile-grid span {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-grid strong {
  font-size: 15px;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.spotlight-card img {
  display: block;
  width: 100%;
}

.spotlight-card div {
  padding: 18px;
}

.spotlight-card span {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
}

.spotlight-card p,
.hint {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.spotlight-card p {
  max-width: 100%;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.mini-action {
  width: max-content;
  min-width: 110px;
  margin-top: 0;
}

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

.sticker-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(21, 26, 41, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 40px rgba(34, 62, 83, 0.1);
  cursor: pointer;
}

.sticker-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 13px;
  object-fit: cover;
}

.sticker-card span {
  color: #263249;
  font-family: "Apple SD Gothic Neo", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.download-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.download-panel a,
.modal-card a {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #5f1d3c, #bd2b6b);
  box-shadow: 0 18px 42px rgba(189, 43, 107, 0.24);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.download-panel a + a {
  color: #5f1d3c;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 32px rgba(127, 42, 84, 0.09);
}

ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 26, 41, 0.1);
  background: rgba(255, 255, 255, 0.56);
  color: #2f4054;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 14px 34px rgba(34, 62, 83, 0.09);
}

li span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.letter-paper {
  padding: 22px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 38px rgba(34, 62, 83, 0.09);
}

.letter-paper p {
  color: #34465b;
  font-size: 16px;
  line-height: 1.86;
}

.letter-paper p + p {
  margin-top: 14px;
}

.finale {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding-bottom: 76px;
  text-align: center;
}

.finale span {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.finale h3 {
  margin: 16px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 400;
}

.finale p {
  width: min(290px, 82vw);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 18, 28, 0.46);
  backdrop-filter: blur(12px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(360px, 92vw);
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.modal-close {
  position: absolute;
  top: -12px;
  right: -8px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #1d2739;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.modal-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.modal-card p {
  margin: 12px 4px;
  color: #263249;
  font-size: 16px;
  font-weight: 900;
}

@media (min-width: 760px) {
  body {
    padding: 28px 0;
  }

  .site-shell {
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(40, 70, 96, 0.18);
  }
}

.poster-hero {
  min-height: auto;
  padding: 18px 14px 0;
  overflow: visible;
  background:
    radial-gradient(circle at 16% 10%, rgba(207, 20, 92, 0.16), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.44), transparent 21%),
    linear-gradient(180deg, rgba(255, 238, 246, 0.88), rgba(255, 246, 250, 0.74));
}

.poster-hero::after {
  display: none;
}

.hero-poster-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(127, 42, 84, 0.2);
}

.hero-poster-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (min-width: 430px) {
  .section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }

  .mini-action {
    flex: 0 0 auto;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .topbar nav {
    display: none;
  }

  .section-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mini-action {
    width: max-content;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .motion-ready [data-reveal],
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
