/* 鹿崽工作站临时礼物页 — 沿用 shikagami 粉樱美学 */
:root {
  --bg: #fbf7f1;
  --ink: #26362f;
  --muted: #68766f;
  --line: rgba(91, 113, 103, 0.14);
  --pink: #ef7fa7;
  --pink-deep: #b4486f;
  --pink-soft: #ffe3ed;
  --mint: #72d8b4;
  --green: #1d7b64;
  --green-deep: #245b4e;
  --shadow: 0 24px 70px rgba(126, 82, 104, 0.14);
  --shadow-soft: 0 12px 34px rgba(126, 82, 104, 0.09);
  --font: "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", ui-rounded, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 204, 222, 0.78), transparent 31%),
    radial-gradient(circle at 88% 12%, rgba(199, 245, 220, 0.72), transparent 30%),
    radial-gradient(circle at 74% 74%, rgba(255, 238, 184, 0.48), transparent 28%),
    linear-gradient(180deg, #fff9fc 0%, var(--bg) 60%, #f1fbf5 100%);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(98, 119, 109, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 119, 109, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
}

.sakura-field { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.petal {
  position: absolute;
  left: var(--left, 12%);
  top: -10vh;
  width: 12px;
  height: 17px;
  border: 1px solid rgba(239, 127, 167, 0.18);
  border-radius: 78% 14% 72% 22%;
  background: linear-gradient(135deg, #fff 0%, #ffc6d8 48%, #ef8bad 100%);
  box-shadow: 0 8px 20px rgba(239, 127, 167, 0.16);
  opacity: 0.38;
  animation: petal-fall var(--duration, 19s) linear infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes petal-fall {
  0% { transform: translate3d(0, -12vh, 0) rotate(0deg) scale(var(--scale, .8)); }
  50% { transform: translate3d(var(--drift, 48px), 52vh, 0) rotate(190deg) scale(var(--scale, .8)); }
  100% { transform: translate3d(calc(var(--drift, 48px) * -.35), 112vh, 0) rotate(390deg) scale(var(--scale, .8)); }
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  min-height: 70px;
  padding: 10px 12px 10px 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(128, 93, 108, 0.12);
  backdrop-filter: blur(22px);
}
.brand { min-height: 48px; display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 50px; height: 50px; display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, .9); border-radius: 15px;
  background: radial-gradient(circle at 30% 22%, #fff, transparent 45%), linear-gradient(145deg, #fff1bb, #ffdfea 52%, #cbf4dd);
  box-shadow: inset 0 -7px 16px rgba(29, 123, 100, .06), 0 10px 22px rgba(239, 127, 167, .15);
}
.brand-mark img { width: 40px; height: 40px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 16px; font-weight: 850; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.hero {
  padding: 54px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr);
  align-items: center;
  gap: 42px;
}
.eyebrow { margin: 0 0 12px; color: var(--pink-deep); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
h1, h2, p { margin-top: 0; }
.hero h1 {
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: clamp(42px, 7vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  text-shadow: 0 4px 0 rgba(255, 225, 235, .92), 0 18px 36px rgba(239, 127, 167, .18);
}
.hero-lead { max-width: 560px; margin-bottom: 16px; color: #405249; font-size: 17px; line-height: 1.8; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badges span {
  padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .86); border-radius: 999px;
  color: var(--pink-deep); background: rgba(255, 233, 241, .86); box-shadow: 0 8px 18px rgba(147, 91, 108, .08); font-size: 12px; font-weight: 800;
}
.hero-badges span:nth-child(2) { color: var(--green); background: rgba(223, 243, 233, .9); }
.hero-badges span:nth-child(3) { color: #98691f; background: rgba(255, 241, 202, .88); }
.hero-actions { margin-top: 26px; }
.button {
  min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid rgba(255, 255, 255, .82); border-radius: 16px; font-weight: 820; font-size: 16px;
  box-shadow: 0 10px 24px rgba(114, 81, 96, .1);
}
.button-primary { color: #fff; background: linear-gradient(135deg, #f47fa6, #e9a35f); }
.fineprint { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.gift-card {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .96), rgba(255, 237, 244, .88) 55%, rgba(224, 247, 237, .84));
  box-shadow: var(--shadow);
}
.gift-topline { min-height: 42px; padding: 0 4px 10px; display: flex; align-items: center; justify-content: space-between; }
.gift-topline span { color: var(--pink-deep); font-weight: 850; }
.gift-topline small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.gift-mark {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(239, 127, 167, .08);
}
.gift-mark.sora-mark {
  aspect-ratio: 1192 / 1484;
  background: #fff;
}
.gift-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.petal-sticker {
  position: absolute; display: grid; place-items: center; color: #fff;
  background: var(--pink); box-shadow: 0 8px 20px rgba(180, 72, 111, .2);
}
.sticker-one {
  width: 50px; height: 50px; top: 18px; right: 18px;
  border-radius: 16px 22px 18px 26px; font-size: 23px; transform: rotate(8deg);
}
.sticker-two {
  width: 34px; height: 34px; left: 18px; bottom: 20px;
  border-radius: 50%; background: var(--mint); font-size: 16px;
}
.gift-caption { min-height: 72px; padding: 14px 7px 2px; display: flex; align-items: center; gap: 12px; }
.gift-caption strong { color: var(--green-deep); font-size: 17px; }
.gift-caption small { color: var(--muted); }
.live-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(29, 123, 100, .11); }

.steps { padding: 28px 0 48px; }
.packs { padding: 8px 0 12px; }
.pack-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pack-card {
  min-height: 168px; padding: 20px; display: flex; flex-direction: column; gap: 8px;
  border: 1px solid rgba(255, 255, 255, .88); border-radius: 22px;
  background: rgba(255, 255, 255, .78); box-shadow: var(--shadow-soft);
}
.pack-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .94); }
.pack-code {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px;
  font-weight: 900; font-size: 18px;
}
.tone-pink .pack-code { background: var(--pink-soft); color: var(--pink-deep); }
.tone-mint .pack-code { background: #dff3e9; color: var(--green); }
.tone-cream .pack-code { background: #fff1ca; color: #98691f; }
.pack-card strong { color: var(--green-deep); font-size: 18px; }
.pack-card span { color: var(--muted); font-size: 13px; }
.pack-card em { margin-top: auto; color: var(--pink-deep); font-style: normal; font-weight: 800; }
@media (max-width: 680px) {
  .pack-list { grid-template-columns: 1fr; }
}
.section-heading h2 { margin-bottom: 18px; color: var(--green-deep); font-size: clamp(28px, 4.6vw, 42px); font-weight: 900; }
.step-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.step-list li {
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow-soft);
}
.step-index { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 850; }
.step-list strong { display: block; margin-bottom: 6px; color: var(--green-deep); font-size: 18px; }
.step-list p { margin: 0; color: var(--muted); }

footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
footer > div { display: flex; align-items: center; gap: 11px; }
footer img { width: 38px; }
footer span { display: grid; }
footer strong { color: var(--green-deep); }
footer small { font-size: 11px; }
footer p { margin: 0; font-size: 12px; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 28px; padding-top: 36px; }
  .gift-card { width: min(420px, 100%); justify-self: center; }
  .button { width: 100%; }
  footer { flex-direction: column; align-items: flex-start; padding: 28px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .petal { animation: none !important; }
}
