:root {
  color-scheme: dark;
  --ink: #11100e;
  --night: #17120f;
  --paper: #f7efe0;
  --gold: #d7a94e;
  --vermillion: #e8482d;
  --jade: #2fc29f;
  --cyan: #58d8ff;
  --plum: #7d4be6;
  --muted: rgba(247, 239, 224, 0.72);
  --line: rgba(247, 239, 224, 0.16);
  --panel: rgba(23, 18, 15, 0.82);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(232, 72, 45, 0.24), transparent 28rem),
    radial-gradient(circle at 80% 20%, rgba(47, 194, 159, 0.2), transparent 24rem),
    linear-gradient(180deg, #110f0d 0%, #1d1712 48%, #100f10 100%);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(14, 12, 10, 0.88), rgba(14, 12, 10, 0.26));
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.hero-proof,
.gift-button,
.contact-section {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 54px;
  height: 54px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 45%;
  border: 1px solid rgba(247, 239, 224, 0.24);
  background: var(--paper);
}

.nav-links {
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.header-cta:hover {
  color: var(--paper);
}

.header-cta {
  padding: 10px 16px;
  border: 1px solid rgba(247, 239, 224, 0.28);
  color: var(--paper);
  font-size: 14px;
  background: rgba(247, 239, 224, 0.08);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 124px clamp(20px, 6vw, 92px) 72px;
}

.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.08) contrast(1.05);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(9, 8, 8, 0.9) 0%, rgba(9, 8, 8, 0.72) 34%, rgba(9, 8, 8, 0.08) 78%),
    linear-gradient(0deg, #110f0d 0%, rgba(17, 15, 13, 0) 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 9px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(72px, 13vw, 162px);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 0 38px rgba(232, 72, 45, 0.34);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.hero-copy {
  max-width: 650px;
  color: rgba(247, 239, 224, 0.88);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 30px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
  font: inherit;
  cursor: pointer;
}

.primary-btn {
  background: var(--vermillion);
  color: white;
  box-shadow: 0 14px 44px rgba(232, 72, 45, 0.32);
}

.primary-btn.light {
  background: var(--paper);
  color: var(--night);
  box-shadow: none;
}

.secondary-btn {
  border-color: rgba(247, 239, 224, 0.34);
  background: rgba(247, 239, 224, 0.07);
  color: var(--paper);
}

.hero-proof {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.34);
  color: var(--muted);
}

.hero-proof strong {
  color: var(--paper);
  margin-right: 6px;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 92px);
}

.intro-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(215, 169, 78, 0.12), transparent),
    rgba(247, 239, 224, 0.035);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.play-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.play-principles article {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(232, 72, 45, 0.08), transparent),
    rgba(0, 0, 0, 0.18);
}

.play-principles span {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--jade);
  font-size: 34px;
  font-weight: 900;
}

.play-principles h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.play-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.intro-grid p,
.section-heading p,
.metric-card p,
.loop-copy p,
.partner-list p,
.contact-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.tech-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 78px);
  padding: clamp(54px, 7vw, 86px) clamp(20px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(47, 194, 159, 0.14), transparent),
    rgba(0, 0, 0, 0.18);
}

.tech-strip h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4.6vw, 58px);
}

.tech-points {
  display: grid;
  gap: 12px;
}

.tech-points p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.tech-points p:last-child {
  border-bottom: 0;
}

.tech-points strong {
  color: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  max-width: 900px;
}

.stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: stretch;
}

.live-stage {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(88, 216, 255, 0.12), transparent 42%),
    radial-gradient(circle at 50% 15%, rgba(232, 72, 45, 0.32), transparent 28%),
    linear-gradient(180deg, #161314, #080707 66%);
}

.live-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(72deg, transparent 42%, rgba(88, 216, 255, 0.26) 43%, transparent 47%),
    linear-gradient(108deg, transparent 49%, rgba(215, 169, 78, 0.22) 50%, transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(247, 239, 224, 0.035) 20px 21px);
  opacity: 0.9;
}

.comment-stream {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 22px;
  right: 22px;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.comment-stream span {
  width: max-content;
  max-width: min(76vw, 520px);
  padding: 7px 12px;
  background: rgba(247, 239, 224, 0.12);
  color: rgba(247, 239, 224, 0.84);
  font-size: 14px;
  transform: translateX(0);
  animation: floatComment 8s linear infinite;
}

.comment-stream span:nth-child(2) {
  margin-left: 18%;
  animation-delay: -2s;
}

.comment-stream span:nth-child(3) {
  margin-left: 8%;
  animation-delay: -4s;
}

.comment-stream span:nth-child(4) {
  margin-left: 28%;
  animation-delay: -6s;
}

.performer {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 74px;
  width: 190px;
  height: 350px;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  transition: transform 180ms ease;
}

.performer.hit {
  animation: hitShake 520ms ease both;
}

.hat {
  position: absolute;
  left: 28px;
  top: 0;
  width: 134px;
  height: 72px;
  border: 2px solid rgba(247, 239, 224, 0.45);
  border-radius: 12px 12px 5px 5px;
  background:
    radial-gradient(circle at 50% 13px, rgba(247, 239, 224, 0.65) 0 4px, transparent 5px),
    #15100c;
}

.hat::before,
.hat::after {
  content: "";
  position: absolute;
  top: 33px;
  width: 74px;
  height: 11px;
  background: #15100c;
  border: 1px solid rgba(247, 239, 224, 0.34);
}

.hat::before {
  right: 126px;
}

.hat::after {
  left: 126px;
}

.face {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 90px;
  height: 94px;
  border: 2px solid rgba(17, 16, 14, 0.65);
  background: #f0c49a;
  border-radius: 38% 38% 46% 46%;
}

.face::before,
.face::after {
  content: "";
  position: absolute;
  top: 34px;
  width: 8px;
  height: 8px;
  background: var(--ink);
}

.face::before {
  left: 22px;
}

.face::after {
  right: 22px;
}

.face {
  box-shadow:
    inset 0 -24px 0 rgba(185, 92, 56, 0.08),
    0 0 0 1px rgba(247, 239, 224, 0.16);
}

.face::before {
  box-shadow:
    38px 0 0 var(--ink),
    18px 28px 0 5px var(--ink),
    16px 45px 0 2px var(--ink),
    20px 57px 0 8px var(--ink);
}

.face::after {
  width: 34px;
  height: 11px;
  top: 54px;
  right: 28px;
  border-bottom: 4px solid var(--ink);
  border-radius: 0 0 50% 50%;
  background: transparent;
}

.robe {
  position: absolute;
  left: 15px;
  top: 150px;
  width: 154px;
  height: 200px;
  border: 2px solid rgba(247, 239, 224, 0.24);
  background:
    linear-gradient(90deg, transparent 47%, rgba(215, 169, 78, 0.8) 48% 52%, transparent 53%),
    linear-gradient(180deg, #b83224, #641d23);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.robe span {
  position: absolute;
  left: 50%;
  top: 58px;
  width: 64px;
  height: 64px;
  transform: translateX(-50%);
  border: 1px solid rgba(247, 239, 224, 0.36);
  background:
    radial-gradient(circle, rgba(215, 169, 78, 0.8), transparent 62%),
    rgba(17, 16, 14, 0.28);
}

.mic {
  position: absolute;
  right: 6px;
  top: 126px;
  width: 72px;
  height: 12px;
  background: #222;
  transform: rotate(-24deg);
}

.guitar {
  position: absolute;
  z-index: 3;
  left: 62px;
  top: 182px;
  width: 150px;
  height: 46px;
  border: 3px solid rgba(247, 239, 224, 0.8);
  border-radius: 48% 52% 46% 54%;
  background:
    radial-gradient(circle at 38px 24px, #f7efe0 0 7px, transparent 8px),
    linear-gradient(90deg, #121111 0 55%, #f7efe0 56% 68%, #111 69%);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.38);
  transform: rotate(-18deg);
}

.guitar::before {
  content: "";
  position: absolute;
  left: 128px;
  top: 18px;
  width: 128px;
  height: 9px;
  background: #5c321f;
  box-shadow: 0 -5px 0 rgba(247, 239, 224, 0.42), 0 5px 0 rgba(247, 239, 224, 0.26);
}

.guitar::after {
  content: "";
  position: absolute;
  left: 246px;
  top: 10px;
  width: 24px;
  height: 28px;
  border-radius: 2px;
  background: #d7a94e;
}

.mic::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -7px;
  width: 24px;
  height: 24px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(88, 216, 255, 0.8);
}

.effect-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.stage-caption {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 22px;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: rgba(0, 0, 0, 0.5);
  color: var(--paper);
  font-weight: 800;
}

.gift-panel {
  display: grid;
  gap: 12px;
}

.gift-button {
  width: 100%;
  min-height: 112px;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(247, 239, 224, 0.065);
  color: var(--paper);
  text-align: left;
  cursor: pointer;
}

.gift-button:hover,
.gift-button:focus-visible {
  outline: none;
  border-color: rgba(215, 169, 78, 0.68);
  background: rgba(215, 169, 78, 0.12);
}

.gift-icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  background: var(--paper);
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: 24px;
  font-weight: 900;
}

.gift-button strong,
.gift-button small {
  display: block;
}

.gift-button small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.gift-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.gift-card,
.gift-more article {
  border: 1px solid var(--line);
  background: rgba(247, 239, 224, 0.055);
}

.gift-card {
  overflow: hidden;
}

.gift-card img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--line);
}

.gift-card-copy {
  padding: 22px;
}

.gift-card-copy span,
.gift-more span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--jade);
  font-size: 13px;
  font-weight: 900;
}

.gift-card-copy h3,
.gift-more h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.gift-card-copy p,
.gift-more p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.gift-more {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.gift-more article {
  min-height: 210px;
  padding: 22px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.metric-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(247, 239, 224, 0.055);
}

.metric {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--jade);
  font-size: 32px;
  font-weight: 900;
}

.loop-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.2);
}

.loop-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.loop-steps div {
  min-height: 210px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(232, 72, 45, 0.08), transparent),
    rgba(247, 239, 224, 0.04);
}

.loop-steps div:last-child {
  border-right: 0;
}

.loop-steps strong,
.loop-steps span {
  display: block;
}

.loop-steps strong {
  margin-bottom: 56px;
  color: var(--gold);
  font-size: 22px;
}

.loop-steps span {
  color: var(--muted);
  line-height: 1.65;
}

.partner-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 80px);
}

.partner-list {
  display: grid;
  gap: 14px;
}

.partner-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.partner-list strong {
  color: var(--paper);
}

.contact-section {
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(20px, 6vw, 92px) 42px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(247, 239, 224, 0.22);
  background:
    linear-gradient(90deg, rgba(232, 72, 45, 0.7), rgba(125, 75, 230, 0.4)),
    #33130f;
}

.contact-content {
  max-width: 760px;
}

.contact-content h2 {
  margin-bottom: 12px;
}

.contact-content p {
  margin-bottom: 0;
  color: rgba(247, 239, 224, 0.84);
}

.wechat-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  place-items: center;
  padding: 22px;
}

.wechat-modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.wechat-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 460px);
  padding: 28px;
  border: 1px solid rgba(247, 239, 224, 0.22);
  background: #17120f;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.wechat-dialog h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 4vw, 38px);
}

.wechat-dialog img {
  display: block;
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
  background: white;
}

.wechat-dialog p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: rgba(247, 239, 224, 0.08);
  color: var(--paper);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.fx {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  pointer-events: none;
}

.fx-thunder {
  width: 170px;
  height: 280px;
  background: linear-gradient(160deg, transparent 0 28%, var(--cyan) 29% 40%, transparent 41% 52%, var(--gold) 53% 66%, transparent 67%);
  filter: drop-shadow(0 0 28px rgba(88, 216, 255, 0.92));
  animation: strike 700ms ease-out forwards;
}

.fx-edict {
  width: min(72%, 520px);
  padding: 18px 22px;
  border: 2px solid var(--gold);
  background: var(--paper);
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(28px, 5vw, 54px);
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  animation: stampIn 900ms ease forwards;
}

.fx-wine {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(247, 239, 224, 0.98) 0 8%, transparent 9%),
    conic-gradient(from 20deg, rgba(232, 72, 45, 0), rgba(232, 72, 45, 0.9), rgba(215, 169, 78, 0.9), rgba(232, 72, 45, 0));
  animation: spill 760ms ease-out forwards;
}

.fx-gong {
  width: 220px;
  height: 220px;
  border: 12px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(215, 169, 78, 0.6);
  animation: gongWave 900ms ease-out forwards;
}

.fx-hat {
  width: 178px;
  height: 78px;
  top: 24%;
  border: 4px solid rgba(247, 239, 224, 0.72);
  border-radius: 14px 14px 5px 5px;
  background:
    radial-gradient(circle at 50% 14px, rgba(247, 239, 224, 0.9) 0 5px, transparent 6px),
    #15100c;
  box-shadow:
    -86px 34px 0 -24px #15100c,
    86px 34px 0 -24px #15100c,
    0 0 36px rgba(215, 169, 78, 0.5);
  animation: hatFlick 900ms ease-out forwards;
}

.fx-hat::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0c49a;
  box-shadow: -12px 0 0 -2px #f0c49a;
}

.fx-slipper {
  width: 230px;
  height: 82px;
  border-radius: 48px 22px 22px 48px;
  background:
    linear-gradient(90deg, #f7efe0 0 26%, #e8482d 27% 31%, #f7efe0 32%),
    #f7efe0;
  color: var(--vermillion);
  display: grid;
  place-items: center;
  font-size: 42px;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  animation: slipperSlap 720ms ease-out forwards;
}

.fx-egg {
  width: 180px;
  height: 180px;
  border-radius: 56% 44% 62% 38%;
  background:
    radial-gradient(circle at 45% 52%, #e7a82f 0 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, rgba(247, 239, 224, 0.95) 0 44%, transparent 45%),
    radial-gradient(circle at 52% 45%, rgba(247, 239, 224, 0.5), transparent 60%);
  box-shadow: 0 0 42px rgba(247, 239, 224, 0.5);
  animation: eggSplash 820ms ease-out forwards;
}

.fx-lightning {
  width: 200px;
  height: 320px;
  background: linear-gradient(160deg, transparent 0 26%, var(--cyan) 27% 42%, transparent 43% 52%, var(--gold) 53% 68%, transparent 69%);
  filter:
    drop-shadow(0 0 30px rgba(88, 216, 255, 0.98))
    drop-shadow(0 0 44px rgba(215, 169, 78, 0.64));
  animation: strike 760ms ease-out forwards;
}

@keyframes floatComment {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10%,
  82% {
    opacity: 1;
  }
  100% {
    transform: translateX(12%);
    opacity: 0;
  }
}

@keyframes hitShake {
  0%,
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-54%) rotate(-4deg);
  }
  58% {
    transform: translateX(-47%) rotate(5deg);
  }
  78% {
    transform: translateX(-51%) rotate(-2deg);
  }
}

@keyframes strike {
  0% {
    opacity: 0;
    transform: translate(-50%, -65%) scaleY(0.4);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -35%) scaleY(1.1);
  }
}

@keyframes stampIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8) rotate(-5deg);
  }
  28%,
  72% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -56%) scale(0.94);
  }
}

@keyframes spill {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
  }
  36% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.65) rotate(95deg);
  }
}

@keyframes gongWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
    box-shadow: 0 0 0 80px rgba(215, 169, 78, 0);
  }
}

@keyframes hatFlick {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.9);
  }
  24% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-18deg) scale(1);
  }
  72% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(26deg) scale(1.03);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -58%) rotate(42deg) scale(0.9);
  }
}

@keyframes slipperSlap {
  0% {
    opacity: 0;
    transform: translate(-120%, -40%) rotate(-18deg);
  }
  36% {
    opacity: 1;
    transform: translate(-48%, -50%) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translate(40%, -52%) rotate(16deg);
  }
}

@keyframes eggSplash {
  0% {
    opacity: 0;
    transform: translate(-50%, -82%) scale(0.28);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.85);
  }
}

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

  .stage-layout,
  .intro-grid,
  .tech-strip,
  .loop-section,
  .partner-section {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .loop-steps,
  .gift-showcase,
  .gift-more,
  .play-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loop-steps div:nth-child(2) {
    border-right: 0;
  }

  .loop-steps div {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding: 106px 18px 42px;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(9, 8, 8, 0.94), rgba(9, 8, 8, 0.48)),
      linear-gradient(0deg, #110f0d 0%, rgba(17, 15, 13, 0) 34%);
  }

  .hero-bg {
    object-position: 58% center;
  }

  .section {
    padding: 64px 18px;
  }

  .live-stage {
    min-height: 460px;
  }

  .performer {
    transform: translateX(-50%) scale(0.86);
  }

  .metric-grid,
  .loop-steps,
  .gift-showcase,
  .gift-more,
  .play-principles {
    grid-template-columns: 1fr;
  }

  .loop-steps div,
  .loop-steps div:nth-child(2) {
    border-right: 0;
  }

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 18px 30px;
    padding: 30px 20px;
  }
}
