/* 佰联盛 2026 选品会 · 正式邀请函 */
:root {
  --blue: #007cc3;
  --blue-deep: #04507f;
  --green: #72c044;
  --green-deep: #3f8f22;
  --gold: #c9a227;
  --gold-soft: #e8d48b;
  --gold-deep: #8a6d1a;
  --ink: #162832;
  --muted: #5d6f7a;
  --paper: rgba(255, 252, 245, 0.94);
  --paper-solid: #fffdf8;
  --line: rgba(201, 162, 39, 0.45);
  --shadow: 0 24px 60px rgba(0, 35, 55, 0.38);
  --display: "STSong", "Songti SC", "Noto Serif SC", "SimSun", serif;
  --body: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei",
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body);
  color: var(--ink);
  line-height: 1.75;
  background: #032a3f url("https://resource.bailiansheng.cn/ali/2026/07/25/017cb91e7f764248af4c8689d5cbfbf4.jpg") center / cover fixed no-repeat;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(232, 212, 139, 0.18), transparent 55%),
    linear-gradient(
      165deg,
      rgba(2, 35, 55, 0.62) 0%,
      rgba(8, 55, 45, 0.48) 45%,
      rgba(2, 40, 60, 0.68) 100%
    );
  pointer-events: none;
  z-index: 0;
}

.glow {
  position: fixed;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  animation: drift 12s ease-in-out infinite alternate;
}

.glow-a {
  top: -10vw;
  left: -8vw;
  background: rgba(0, 124, 195, 0.45);
}

.glow-b {
  right: -12vw;
  bottom: 10vh;
  background: rgba(114, 192, 68, 0.35);
  animation-delay: -4s;
}

.page {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 16px 64px;
}

/* ========== 邀请函主卡 · 动效 ========== */
.invite {
  animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.invite-frame {
  position: relative;
  padding: 3px;
  background: linear-gradient(
    120deg,
    #f3e2a0 0%,
    #c9a227 22%,
    #fff4c8 45%,
    #a8841e 68%,
    #e8d48b 85%,
    #c9a227 100%
  );
  background-size: 220% 220%;
  animation: gold-flow 7s linear infinite;
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 244, 200, 0.25),
    0 0 40px rgba(201, 162, 39, 0.28);
  border-radius: 6px;
}

.invite-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 162, 39, 0.55);
  pointer-events: none;
  z-index: 2;
  animation: border-breathe 3.6s ease-in-out infinite;
}

.frame-shine {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
  border-radius: 6px;
}

.frame-shine::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -40%;
  width: 40%;
  height: 140%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 40%,
    rgba(255, 248, 220, 0.45) 50%,
    rgba(255, 255, 255, 0.05) 60%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: frame-sweep 4.8s ease-in-out 1.2s infinite;
}

.corner {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 3;
  border-color: var(--gold-deep);
  border-style: solid;
  opacity: 0.85;
  animation: corner-glow 2.8s ease-in-out infinite;
}

.corner-tl {
  top: 14px;
  left: 14px;
  border-width: 2px 0 0 2px;
}
.corner-tr {
  top: 14px;
  right: 14px;
  border-width: 2px 2px 0 0;
  animation-delay: 0.4s;
}
.corner-bl {
  bottom: 14px;
  left: 14px;
  border-width: 0 0 2px 2px;
  animation-delay: 0.8s;
}
.corner-br {
  bottom: 14px;
  right: 14px;
  border-width: 0 2px 2px 0;
  animation-delay: 1.2s;
}

.invite-inner {
  position: relative;
  text-align: center;
  padding: 42px 28px 46px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(232, 212, 139, 0.22), transparent 50%),
    linear-gradient(180deg, #fffdf8 0%, #f7f3e8 100%);
  overflow: hidden;
}

.invite-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 4 L34 26 L56 30 L34 34 L30 56 L26 34 L4 30 L26 26 Z' fill='%23c9a227' fill-opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.fx-aurora {
  position: absolute;
  inset: -20% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(0, 124, 195, 0.12), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(114, 192, 68, 0.12), transparent 42%),
    radial-gradient(circle at 50% 80%, rgba(201, 162, 39, 0.14), transparent 45%);
  animation: aurora-shift 10s ease-in-out infinite alternate;
}

.fx-sweep {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 248, 220, 0.35) 48%,
    rgba(255, 255, 255, 0.2) 52%,
    transparent 65%
  );
  background-size: 220% 100%;
  animation: light-sweep 5.5s ease-in-out 1.5s infinite;
  mix-blend-mode: soft-light;
}

.fx-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.fx-dot {
  position: absolute;
  bottom: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8d6 0%, #c9a227 55%, transparent 75%);
  opacity: 0;
  box-shadow: 0 0 8px rgba(232, 212, 139, 0.8);
  animation-name: float-up;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.logo {
  position: relative;
  z-index: 2;
  width: 108px;
  height: auto;
  margin: 0 auto 8px;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0, 60, 90, 0.12));
  animation:
    soft-in 1s ease 0.15s both,
    logo-float 4.5s ease-in-out 1.2s infinite;
}

.brand-line {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--muted);
  animation: soft-in 1s ease 0.25s both;
}

.brand-slogan {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(15px, 2.8vw, 18px);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--blue-deep);
  animation: soft-in 1s ease 0.3s both;
}

.brand-slogan i {
  font-style: normal;
  font-size: 10px;
  color: var(--gold);
  animation: pulse-soft 2.4s ease-in-out infinite;
}

.brand-slogan span {
  position: relative;
}

.slogan-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 16px;
  text-align: center;
  background: linear-gradient(
    100deg,
    rgba(0, 124, 195, 0.14),
    rgba(201, 162, 39, 0.18),
    rgba(114, 192, 68, 0.14)
  );
  border: 1px solid rgba(255, 244, 200, 0.35);
  box-shadow: 0 10px 28px rgba(0, 35, 55, 0.2);
  animation: rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.slogan-ribbon span,
.slogan-ribbon em {
  font-family: var(--display);
  font-size: clamp(16px, 3.2vw, 20px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.28em;
  color: rgba(255, 248, 230, 0.96);
  text-shadow: 0 2px 10px rgba(0, 20, 40, 0.45);
}

.slogan-ribbon span::after {
  content: "◆";
  display: inline-block;
  margin-left: 18px;
  font-size: 11px;
  color: var(--gold-soft);
  vertical-align: middle;
}

.invite-seal {
  position: absolute;
  top: 36px;
  right: 28px;
  z-index: 4;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(176, 48, 48, 0.82);
  border-radius: 50%;
  color: rgba(176, 48, 48, 0.88);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: rotate(18deg);
  box-shadow: inset 0 0 0 2px rgba(176, 48, 48, 0.35);
  background: rgba(255, 245, 245, 0.35);
  animation:
    stamp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.85s both,
    seal-pulse 2.4s ease-in-out 1.7s infinite;
}

.invite-label {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  font-size: 12px;
  letter-spacing: 0.55em;
  color: var(--gold-deep);
  font-weight: 700;
  animation: soft-in 1s ease 0.35s both;
}

.invite-title {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(52px, 12vw, 78px);
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  gap: 0.18em;
}

.title-char {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    180deg,
    #f3e2a0 0%,
    #c9a227 35%,
    #8a6d1a 70%,
    #5c4812 100%
  );
  background-size: 100% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(201, 162, 39, 0.35));
  animation:
    title-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) both,
    title-shine 3.8s ease-in-out infinite;
}

.title-char:nth-child(1) {
  animation-delay: 0.4s, 1.4s;
}
.title-char:nth-child(2) {
  animation-delay: 0.55s, 1.6s;
}
.title-char:nth-child(3) {
  animation-delay: 0.7s, 1.8s;
}

.gold-line {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 2px;
  margin: 18px auto;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    var(--gold-soft),
    var(--gold),
    transparent
  );
  animation: expand 1s ease 0.55s both;
}

.gold-line i {
  position: absolute;
  top: -2px;
  left: -30%;
  width: 30%;
  height: 6px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.95),
    transparent
  );
  animation: line-spark 2.4s ease-in-out 1.4s infinite;
}

.event-name {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(22px, 4.2vw, 30px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--blue-deep);
  animation: soft-in 1s ease 0.6s both;
}

.event-tagline {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  font-size: 15px;
  letter-spacing: 0.22em;
  color: var(--muted);
  animation: soft-in 1s ease 0.68s both;
}

.date-plate {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 28px;
  padding: 16px 34px 18px;
  border: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 240, 214, 0.75)
  );
  box-shadow: 0 10px 28px rgba(138, 109, 26, 0.12);
  animation:
    soft-in 1s ease 0.75s both,
    plate-glow 3.2s ease-in-out 1.5s infinite;
}

.date-kicker {
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  font-weight: 700;
}

.date-plate strong {
  font-family: var(--display);
  font-size: clamp(20px, 3.6vw, 26px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.date-en {
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--muted);
}

.countdown {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 162, 39, 0.35);
}

.countdown-kicker {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  font-weight: 700;
}

.countdown-units {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.countdown-unit {
  min-width: 52px;
  padding: 8px 6px 6px;
  background: linear-gradient(180deg, #fff 0%, #f4ecd4 100%);
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 4px 10px rgba(138, 109, 26, 0.1);
}

.countdown-unit b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, var(--blue-deep), var(--green-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.countdown-unit em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.countdown-sep {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  margin-top: -10px;
  animation: pulse-soft 1.2s ease-in-out infinite;
}

.countdown-done {
  margin: 0;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.18em;
  color: var(--blue-deep);
  font-weight: 700;
}

.countdown.is-done .countdown-done {
  display: block;
}

.venue-kicker {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(201, 162, 39, 0.35);
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  font-weight: 700;
}

.venue {
  font-family: var(--display);
  font-size: clamp(14px, 2.6vw, 17px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
}

.venue-sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue-deep);
}

.salute {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 28px auto 0;
  font-family: var(--display);
  font-size: 16px;
  line-height: 2;
  color: #3a4a52;
  animation: soft-in 1s ease 0.9s both;
}

/* ========== 内容板块 ========== */
.panel {
  margin-top: 22px;
  padding: 30px 28px 32px;
  background: var(--paper);
  border: 1px solid rgba(255, 244, 200, 0.35);
  box-shadow: var(--shadow);
  border-radius: 4px;
  animation: rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.panel:nth-of-type(1) {
  animation-delay: 0.1s;
}
.panel:nth-of-type(2) {
  animation-delay: 0.18s;
}
.panel:nth-of-type(3) {
  animation-delay: 0.26s;
}
.panel:nth-of-type(4) {
  animation-delay: 0.34s;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}

.panel-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--blue-deep);
}

.ornament {
  color: var(--gold);
  font-size: 12px;
  opacity: 0.85;
}

.panel-lead {
  text-align: center;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  letter-spacing: 0.06em;
}

.panel-lead strong {
  color: var(--green-deep);
}

/* ========== 东道主实力 · 图文 ========== */
.panel-media {
  padding-top: 26px;
}

.hero-shot {
  position: relative;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 16px 36px rgba(0, 45, 70, 0.14);
}

.hero-shot img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}

.hero-shot:hover img {
  transform: scale(1.06);
}

.hero-shot-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 20px 16px;
  color: #fff;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(4, 40, 60, 0.78) 100%
  );
}

.hero-shot-cap span {
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-soft);
  font-weight: 700;
}

.hero-shot-cap strong {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

/* 直播间实况 · 手机截图 */
.live-feature {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px 20px;
  background: linear-gradient(
    120deg,
    rgba(0, 124, 195, 0.08) 0%,
    rgba(114, 192, 68, 0.08) 55%,
    rgba(201, 162, 39, 0.12) 100%
  );
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 12px 28px rgba(0, 45, 70, 0.1);
}

.phone-shell {
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 10px 8px 12px;
  background: linear-gradient(160deg, #2a3340 0%, #121820 100%);
  border-radius: 28px;
  box-shadow:
    0 16px 30px rgba(0, 30, 50, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 2;
  width: 42px;
  height: 6px;
  margin-left: -21px;
  border-radius: 999px;
  background: #0a0e14;
}

.phone-shell img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  background: #111;
}

.live-feature-copy {
  min-width: 0;
}

.live-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #fff;
  background: linear-gradient(120deg, #c0392b, #e67e22);
}

.live-feature-copy b {
  display: block;
  font-size: clamp(36px, 6vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, var(--blue-deep), var(--green-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.live-feature-copy h3 {
  margin: 8px 0 0;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.live-feature-copy > p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.live-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.live-points li {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue-deep);
  background: #fff;
  border: 1px solid rgba(0, 124, 195, 0.25);
}

/* 实体旗舰店实景 */
.store-feature {
  margin-bottom: 16px;
  padding: 18px 16px 16px;
  background: linear-gradient(
    165deg,
    rgba(114, 192, 68, 0.08) 0%,
    rgba(0, 124, 195, 0.05) 50%,
    rgba(201, 162, 39, 0.1) 100%
  );
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.store-head {
  text-align: center;
  margin-bottom: 16px;
}

.store-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #fff;
  background: linear-gradient(120deg, var(--green-deep), #2e7d32);
}

.store-head b {
  display: block;
  font-size: clamp(36px, 6vw, 48px);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(120deg, var(--green-deep), var(--blue-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.store-head h3 {
  margin: 8px 0 0;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--ink);
}

.store-head p {
  margin: 10px auto 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.store-hero {
  position: relative;
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(114, 192, 68, 0.35);
  box-shadow: 0 14px 30px rgba(30, 80, 40, 0.14);
}

.store-hero img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.store-hero:hover img {
  transform: scale(1.03);
}

.store-hero figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 16px 14px;
  color: #fff;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(20, 50, 30, 0.82) 100%
  );
}

.store-hero figcaption span {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #d4f0c4;
  font-weight: 700;
}

.store-hero figcaption strong {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.store-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-bottom: 14px;
  align-items: stretch;
}

.store-front {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(114, 192, 68, 0.3);
  min-height: 200px;
}

.store-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.store-front:hover img {
  transform: scale(1.04);
}

.store-front figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 12px 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(20, 50, 30, 0.78));
}

.store-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid rgba(114, 192, 68, 0.28);
}

.store-aside h4 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--green-deep);
}

.store-aside p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.store-aside ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.store-aside li {
  position: relative;
  padding: 8px 10px 8px 28px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: rgba(114, 192, 68, 0.08);
  border-left: 3px solid var(--green);
}

.store-aside li::before {
  content: "◆";
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 10px;
  color: var(--green-deep);
}

.store-gallery-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding: 0 2px;
}

.store-gallery-head span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--green-deep);
}

.store-gallery-head strong {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--ink);
}

.store-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.store-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(114, 192, 68, 0.28);
  background: #102018;
}

.store-gallery img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.store-gallery figure:hover img {
  transform: scale(1.06);
}

.store-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 8px 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(16, 40, 24, 0.8));
}

.power-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.power-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(201, 162, 39, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.power-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 50, 80, 0.12);
}

.power-card:nth-child(2) .power-visual img {
  object-position: 70% center;
}

.power-visual {
  position: relative;
  min-height: 120px;
  overflow: hidden;
}

.power-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.power-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 40%,
    rgba(255, 253, 248, 0.15)
  );
}

.power-body {
  padding: 14px 14px 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.power-body b {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, var(--blue-deep), var(--green-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.power-body > span {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.06em;
}

.power-body p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
}

/* 溯源直播拼图 */
.suyuan-block {
  margin: 0 0 16px;
  padding: 16px;
  background: linear-gradient(
    160deg,
    rgba(0, 124, 195, 0.06) 0%,
    rgba(114, 192, 68, 0.08) 50%,
    rgba(201, 162, 39, 0.1) 100%
  );
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.suyuan-head {
  text-align: center;
  margin-bottom: 14px;
}

.suyuan-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #fff;
  background: linear-gradient(120deg, var(--blue-deep), var(--green-deep));
}

.suyuan-head h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.2em;
  color: var(--blue-deep);
}

.suyuan-head p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.suyuan-mosaic {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 14px 32px rgba(0, 45, 70, 0.16);
  background: #0a2030;
}

.suyuan-mosaic img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.8s ease, max-height 0.4s ease;
}

.suyuan-mosaic:hover img {
  transform: scale(1.02);
  max-height: 520px;
}

.suyuan-mosaic figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 14px 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(4, 40, 60, 0.85) 100%
  );
}

.meta-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
}

.meta-list > div {
  text-align: center;
  padding: 14px 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 124, 195, 0.12);
}

.meta-list-pro > div {
  position: relative;
  padding: 16px 8px 14px;
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  border-color: rgba(201, 162, 39, 0.28);
}

.meta-list-pro > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.meta-list dt {
  margin: 0 0 4px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.meta-list dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

/* ========== 佰联盛商学院纪实 ========== */
.academy-banner {
  text-align: center;
  margin: 0 0 18px;
  padding: 18px 16px 16px;
  background: linear-gradient(
    110deg,
    rgba(176, 40, 40, 0.08),
    rgba(201, 162, 39, 0.12),
    rgba(0, 124, 195, 0.08)
  );
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.academy-theme {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: transparent;
  background: linear-gradient(180deg, #8b1e1e 0%, #c0392b 45%, #6d1515 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.academy-sub {
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
}

.academy-hero {
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.4);
  box-shadow: 0 16px 36px rgba(80, 20, 20, 0.16);
}

.academy-hero img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 0.8s ease;
}

.academy-hero:hover img {
  transform: scale(1.03);
}

.academy-hero figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 32px 18px 16px;
  color: #fff;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(60, 10, 10, 0.82) 100%
  );
}

.academy-hero figcaption span {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #f0d78c;
  font-weight: 700;
}

.academy-hero figcaption strong {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.academy-story {
  margin: 0 0 16px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #fff 0%, #faf6f0 100%);
  border-left: 3px solid #c0392b;
  border-right: 1px solid rgba(201, 162, 39, 0.25);
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.academy-story p {
  margin: 0;
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.95;
  color: #3a2a2a;
  letter-spacing: 0.04em;
}

.academy-story p + p {
  margin-top: 12px;
}

.academy-story strong {
  color: #8b1e1e;
  font-weight: 700;
}

.academy-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-bottom: 16px;
}

.academy-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: #1a0a0a;
}

.academy-gallery img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.academy-gallery figure:hover img {
  transform: scale(1.05);
}

.academy-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 12px 10px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(40, 8, 8, 0.78));
}

.academy-closing {
  margin: 0;
  text-align: center;
  padding: 16px 14px;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #5a2a2a;
  background: linear-gradient(
    100deg,
    rgba(192, 57, 43, 0.08),
    rgba(201, 162, 39, 0.14),
    rgba(192, 57, 43, 0.08)
  );
  border: 1px dashed rgba(192, 57, 43, 0.35);
}

.academy-closing span {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #8b1e1e;
}

/* ========== 2026 年度盛宴 ========== */
.nianhui-banner {
  text-align: center;
  margin: 0 0 18px;
  padding: 18px 14px 16px;
  background: linear-gradient(
    110deg,
    rgba(176, 40, 40, 0.1),
    rgba(201, 162, 39, 0.14),
    rgba(0, 124, 195, 0.08)
  );
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.nianhui-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(22px, 4.2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  color: transparent;
  background: linear-gradient(180deg, #8b1e1e 0%, #c0392b 45%, #6d1515 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.nianhui-slogan {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(20px, 3.6vw, 26px);
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  font-weight: 700;
}

.nianhui-video-wrap {
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 16px 36px rgba(60, 20, 20, 0.18);
  background: #0a1018;
}

.nianhui-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  vertical-align: middle;
}

.nianhui-play-hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(255, 248, 230, 0.92);
  background: rgba(20, 10, 10, 0.55);
  border: 1px solid rgba(232, 212, 139, 0.35);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nianhui-video-wrap:hover .nianhui-play-hint,
.nianhui-video-wrap:focus-within .nianhui-play-hint {
  opacity: 0;
}

.nianhui-verse {
  text-align: center;
  padding: 18px 16px 8px;
  background: linear-gradient(180deg, #fff 0%, #faf6f0 100%);
  border: 1px solid rgba(201, 162, 39, 0.28);
}

.nianhui-verse p {
  margin: 0;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  color: #3a2a2a;
}

.nianhui-verse p + p {
  margin-top: 2px;
}

.nianhui-finale {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px dashed rgba(201, 162, 39, 0.45);
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.24em !important;
  color: #8b1e1e !important;
}

/* ========== 选品标准 · 图文 ========== */
.feature-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
  align-items: stretch;
}

.feature-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.35);
  min-height: 240px;
}

.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.feature-photo:hover img {
  transform: scale(1.04);
}

.feature-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(4, 50, 75, 0.72);
  border: 1px solid rgba(232, 212, 139, 0.35);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 4px 4px 8px;
}

.feature-copy h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.22em;
  color: var(--blue-deep);
}

.feature-copy > p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.seal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seal-tags li {
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue-deep);
  background: #fff;
  border: 1px solid rgba(0, 124, 195, 0.28);
  box-shadow: 0 3px 0 rgba(0, 124, 195, 0.08);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.seal-tags li:hover {
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--green));
  border-color: transparent;
}

.rules {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 14px;
}

.rules-pro {
  align-items: stretch;
}

.rule {
  padding: 18px 18px 14px;
  border: 1px solid transparent;
}

.rule h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.2em;
}

.rule ul {
  margin: 0;
  padding-left: 18px;
}

.rule li {
  margin-bottom: 6px;
  font-size: 14px;
}

.rule.yes {
  background: rgba(114, 192, 68, 0.1);
  border-color: rgba(114, 192, 68, 0.35);
}

.rule.yes h3 {
  color: var(--green-deep);
}

.rule.no {
  background: rgba(176, 48, 48, 0.05);
  border-color: rgba(176, 48, 48, 0.2);
}

.rule.no h3 {
  color: #a33a3a;
}

.rule-media {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.rule-photo {
  min-height: 100%;
  overflow: hidden;
}

.rule-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rule-body {
  padding: 16px 16px 12px;
}

.promise {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px dashed rgba(201, 162, 39, 0.55);
  background: linear-gradient(
    100deg,
    rgba(201, 162, 39, 0.08),
    rgba(0, 124, 195, 0.06)
  );
  font-size: 15px;
  line-height: 1.7;
}

.promise-mark {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(120deg, var(--gold-deep), var(--gold));
}

/* ========== 合作方式 · 图文 ========== */
.mode-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mode-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(201, 162, 39, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 50, 80, 0.14);
}

.mode-photo {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.mode-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.mode-card:hover .mode-photo img {
  transform: scale(1.06);
}

.mode-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(4, 40, 60, 0.35) 100%
  );
  pointer-events: none;
}

.mode-no {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-deep);
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 4px 12px rgba(0, 30, 50, 0.18);
}

.mode-body {
  padding: 14px 14px 16px;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--blue), var(--green)) 1;
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
}

.mode-body strong {
  display: block;
  font-size: 16px;
  color: var(--blue-deep);
  letter-spacing: 0.08em;
}

.mode-body p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

/* 联络 */
.panel.contact {
  padding: 22px 18px 20px;
}

.contact .panel-lead {
  margin-bottom: 16px;
  font-size: 13px;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.qr-card {
  text-align: center;
  padding: 10px 8px 12px;
  background: #fff;
  border: 1px solid rgba(201, 162, 39, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.qr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 50, 80, 0.1);
}

/* 完整展示二维码名片，保证可扫 */
.qr-full {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.phone-dial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 10px auto 0;
  padding: 8px 10px;
  max-width: 180px;
  text-decoration: none;
  border: 1px solid rgba(0, 124, 195, 0.28);
  background: linear-gradient(180deg, #fff 0%, #f0f7fc 100%);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.phone-dial:hover {
  border-color: var(--green);
  background: linear-gradient(180deg, #fff 0%, #eef8ea 100%);
  transform: translateY(-1px);
}

.phone-dial-icon {
  font-size: 14px;
  color: var(--blue);
  line-height: 1;
}

.phone-dial-num {
  font-size: 13px;
  font-weight: 800;
  color: var(--blue-deep);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.phone-dial-tip {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.12em;
}

.phone-dial:hover .phone-dial-num {
  color: var(--green-deep);
}

.closing {
  margin: 16px 0 0;
  text-align: center;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.28em;
  color: var(--gold-deep);
  animation: pulse-soft 2.8s ease-in-out infinite;
}

/* Footer */
.footer {
  margin-top: 32px;
  text-align: center;
  color: rgba(255, 248, 230, 0.92);
  text-shadow: 0 2px 12px rgba(0, 20, 40, 0.5);
  animation: rise 0.9s ease 0.45s both;
}

.footer-brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.footer-slogan {
  margin: 10px 0 0 !important;
  font-family: var(--display);
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.28em !important;
  color: var(--gold-soft);
  opacity: 1 !important;
}

.footer p {
  margin: 8px 0 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

/* Animations */
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expand {
  from {
    opacity: 0;
    transform: scaleX(0.2);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
    transform: rotate(18deg) scale(1.6);
  }
  70% {
    opacity: 1;
    transform: rotate(18deg) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: rotate(18deg) scale(1);
  }
}

@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(4vw, 3vh);
  }
}

@keyframes pulse-soft {
  0%,
  100% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}

@keyframes gold-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes border-breathe {
  0%,
  100% {
    border-color: rgba(201, 162, 39, 0.4);
    opacity: 0.85;
  }
  50% {
    border-color: rgba(255, 230, 150, 0.85);
    opacity: 1;
  }
}

@keyframes frame-sweep {
  0%,
  20% {
    left: -45%;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70%,
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes corner-glow {
  0%,
  100% {
    opacity: 0.55;
    filter: drop-shadow(0 0 0 transparent);
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(232, 212, 139, 0.75));
  }
}

@keyframes aurora-shift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(3%, -2%) scale(1.05);
  }
}

@keyframes light-sweep {
  0%,
  30% {
    background-position: 120% 0;
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  70%,
  100% {
    background-position: -40% 0;
    opacity: 0;
  }
}

@keyframes float-up {
  0% {
    transform: translateY(0) scale(0.6);
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  80% {
    opacity: 0.55;
  }
  100% {
    transform: translateY(-110vh) scale(1.1);
    opacity: 0;
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes seal-pulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 2px rgba(176, 48, 48, 0.35),
      0 0 0 0 rgba(176, 48, 48, 0);
  }
  50% {
    box-shadow:
      inset 0 0 0 2px rgba(176, 48, 48, 0.45),
      0 0 0 8px rgba(176, 48, 48, 0.08);
  }
}

@keyframes title-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes title-shine {
  0%,
  100% {
    background-position: 50% 0%;
    filter: drop-shadow(0 2px 6px rgba(201, 162, 39, 0.25));
  }
  50% {
    background-position: 50% 100%;
    filter: drop-shadow(0 4px 14px rgba(232, 212, 139, 0.55));
  }
}

@keyframes line-spark {
  0%,
  100% {
    left: -35%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes plate-glow {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(138, 109, 26, 0.12);
  }
  50% {
    box-shadow:
      0 12px 32px rgba(138, 109, 26, 0.2),
      0 0 0 1px rgba(232, 212, 139, 0.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  .invite,
  .invite-frame,
  .frame-shine::before,
  .corner,
  .fx-aurora,
  .fx-sweep,
  .fx-dot,
  .logo,
  .invite-seal,
  .title-char,
  .gold-line,
  .gold-line i,
  .date-plate,
  .glow {
    animation: none !important;
  }

  .title-char,
  .logo,
  .invite-seal,
  .date-plate,
  .invite-label,
  .event-name,
  .event-tagline,
  .brand-line,
  .salute {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Responsive */
@media (max-width: 820px) {
  .meta-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-feature {
    grid-template-columns: 150px 1fr;
    gap: 16px;
    padding: 14px;
  }

  .phone-shell {
    width: 130px;
  }

  .power-grid,
  .feature-split,
  .rules,
  .mode-cards,
  .academy-gallery,
  .store-split {
    grid-template-columns: 1fr;
  }

  .store-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-hero img {
    height: 200px;
  }

  .store-front {
    min-height: 180px;
    height: 180px;
  }

  .store-gallery img {
    height: 140px;
  }

  .academy-hero img {
    height: 220px;
  }

  .academy-gallery img {
    height: 180px;
  }

  .mode-cards {
    gap: 12px;
  }

  .mode-photo {
    height: 160px;
  }

  .feature-photo {
    min-height: 200px;
    height: 200px;
  }

  .rule-media {
    grid-template-columns: 120px 1fr;
  }

  .qr-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 420px;
    gap: 12px;
  }

  .qr-full {
    max-width: 200px;
  }

  .invite-seal {
    width: 60px;
    height: 60px;
    font-size: 18px;
    top: 24px;
    right: 16px;
  }
}

@media (max-width: 560px) {
  .page {
    padding: 16px 10px 48px;
  }

  .invite-inner {
    padding: 32px 16px 36px;
  }

  .invite-title {
    letter-spacing: 0.18em;
  }

  .panel {
    padding: 22px 14px 24px;
  }

  .panel-head h2 {
    font-size: 22px;
    letter-spacing: 0.2em;
  }

  .hero-shot img {
    height: 170px;
  }

  .hero-shot-cap strong {
    font-size: 15px;
    letter-spacing: 0.06em;
  }

  .countdown-unit {
    min-width: 44px;
    padding: 7px 4px 5px;
  }

  .countdown-unit b {
    font-size: 18px;
  }

  .academy-theme {
    letter-spacing: 0.12em;
  }

  .live-feature {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .live-feature-copy {
    text-align: center;
  }

  .live-points {
    justify-content: center;
  }

  .phone-shell {
    width: 160px;
  }

  .store-feature {
    padding: 14px 12px;
  }

  .store-hero img {
    height: 160px;
  }

  .store-gallery-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .store-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .store-gallery img {
    height: 110px;
  }

  .suyuan-block {
    padding: 12px;
  }

  .suyuan-head h3 {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .suyuan-mosaic img {
    max-height: 260px;
  }

  .suyuan-mosaic:hover img {
    max-height: 320px;
  }

  .academy-hero img {
    height: 180px;
  }

  .academy-hero figcaption strong {
    font-size: 14px;
  }

  .slogan-ribbon {
    flex-direction: column;
    gap: 6px;
    padding: 12px 10px;
  }

  .slogan-ribbon span::after {
    display: none;
  }

  .slogan-ribbon span,
  .slogan-ribbon em {
    letter-spacing: 0.16em;
  }

  .brand-slogan {
    letter-spacing: 0.12em;
    gap: 8px;
  }

  .nianhui-title {
    letter-spacing: 0.08em;
  }

  .nianhui-slogan {
    letter-spacing: 0.18em;
  }

  .nianhui-verse p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .nianhui-finale {
    font-size: 16px !important;
    letter-spacing: 0.12em !important;
  }

  .nianhui-video {
    max-height: 280px;
  }

  .academy-story {
    padding: 14px 14px;
  }

  .academy-closing span {
    letter-spacing: 0.14em;
    font-size: 17px;
  }

  .mode-cards {
    grid-template-columns: 1fr;
  }

  .power-card {
    grid-template-columns: 96px 1fr;
  }

  .power-body b {
    font-size: 26px;
  }

  .feature-copy {
    padding: 4px 0 0;
  }

  .rule-media {
    grid-template-columns: 1fr;
  }

  .rule-photo {
    height: 140px;
  }

  .qr-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
    gap: 10px;
  }

  .qr-full {
    max-width: 100%;
  }

  .phone-dial-num {
    font-size: 12px;
  }

  .promise {
    flex-direction: column;
    gap: 10px;
  }

  .salute br {
    display: none;
  }

  .closing {
    letter-spacing: 0.18em;
    font-size: 18px;
  }
}
