:root {
  --bg: #fdf6ee;
  --bg-soft: #f7ebdd;
  --card: #ffffff;
  --card-edge: #ecd9c4;
  --coral: #e2604f;
  --coral-deep: #c44a3c;
  --honey: #f0b23f;
  --text: #3a2b23;
  --text-dim: #8b7565;
  --serif: "Songti SC", "STSong", Palatino, Georgia, serif;
  --sans: -apple-system, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--bg);
  background-image: radial-gradient(rgba(226, 96, 79, .07) 1px, transparent 1px);
  background-size: 22px 22px;
  color: var(--text); font-family: var(--sans); line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }

html:not(.zh) .lang-zh { display: none !important; }
html.zh .lang-en { display: none !important; }

header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 246, 238, .9);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--card-edge);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { display: flex; align-items: baseline; gap: 10px; font-family: var(--serif); }
.brand .en-name { font-size: 20px; letter-spacing: .03em; color: var(--coral-deep); font-weight: 600; }
.brand .zh-name { font-size: 14px; color: var(--text-dim); letter-spacing: .24em; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.back { font-size: 14.5px; color: var(--text-dim); transition: color .2s; }
.back:hover { color: var(--coral); }
.lang-btn {
  font-family: var(--sans); font-size: 13px; letter-spacing: .05em;
  padding: 6px 16px; border-radius: 999px;
  border: 1.5px solid var(--coral); background: #fff;
  color: var(--coral); cursor: pointer; transition: all .2s;
}
.lang-btn:hover { background: var(--coral); color: #fff; }

.product { padding: 60px 0 84px; }
.crumb { font-size: 13.5px; color: var(--text-dim); margin-bottom: 22px; }
.crumb a { color: var(--coral); }
.crumb a:hover { text-decoration: underline; }
.grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 54px; align-items: start; }

/* ---- left: art + specs ---- */
.art {
  position: relative; aspect-ratio: 4 / 3;
  border: 2px solid var(--card-edge); border-radius: 22px; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  box-shadow: 0 18px 40px rgba(120, 78, 55, .14);
}
.art::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .5) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}
.art .pic {
  position: relative; width: 80%; max-height: 72%; object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(74, 53, 44, .18));
}
.art .from {
  position: relative; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  background: rgba(255,255,255,.85); color: var(--text-dim); padding: 4px 14px; border-radius: 999px;
}
.art .sticker {
  position: absolute; top: 16px; right: 16px; z-index: 3;
  font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 999px;
  background: #fff; color: var(--coral); border: 1.5px solid var(--coral);
}
.art .sticker.honey { color: #9a6a12; border-color: var(--honey); background: #fff8e8; }
.a-standee { background: linear-gradient(150deg, #efe3ff, #d7c8f5 60%, #b9a7e8); }
.a-badge   { background: linear-gradient(150deg, #ffe6e0, #ffc9bd 60%, #f5a08e); }
.a-keychain{ background: linear-gradient(150deg, #e2f3dd, #c4e6b9 60%, #9ed08e); }
.a-cards   { background: linear-gradient(150deg, #fff0d2, #ffdda1 60%, #f3bf6a); }
.a-tote    { background: linear-gradient(150deg, #dcefef, #b9dede 60%, #8fc6c8); }
.a-plush   { background: linear-gradient(150deg, #ffeef6, #ffd4e6 60%, #f7abcb); }
.art-note { margin-top: 12px; font-size: 12.5px; color: var(--text-dim); text-align: center; }

.facts {
  margin-top: 22px; padding: 2px 22px;
  background: var(--card); border: 2px solid var(--card-edge); border-radius: 18px;
}
.fact {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 13px 0; border-bottom: 1px dashed var(--card-edge); font-size: 14px;
}
.fact:last-child { border-bottom: 0; }
.fact .k { color: var(--text-dim); letter-spacing: .06em; white-space: nowrap; text-transform: uppercase; font-size: 11.5px; }
.fact .v { text-align: right; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tags span {
  font-size: 12.5px; color: var(--coral-deep);
  border: 1px solid var(--card-edge); background: #fff;
  padding: 5px 13px; border-radius: 999px;
}
.trust {
  margin-top: 18px; padding: 15px 22px; border-radius: 18px;
  background: #fff; border: 2px solid var(--card-edge);
  display: flex; gap: 8px 24px; flex-wrap: wrap; justify-content: center;
  font-size: 13px; color: var(--text-dim);
}
.trust span::before { content: "✓ "; color: var(--coral); font-weight: 700; }

/* ---- right: buy panel ---- */
.kicker { font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--coral); }
.title-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 3.8vw, 38px); margin: 0; }
.pill {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
  color: var(--coral); border: 1.5px solid var(--coral); background: #fff; white-space: nowrap;
}
.pill.honey { color: #9a6a12; border-color: var(--honey); background: #fff8e8; }
.price-row {
  display: flex; align-items: baseline; gap: 12px; margin-top: 18px;
  padding-bottom: 20px; border-bottom: 1px dashed var(--card-edge);
}
.price { font-family: var(--serif); font-size: 38px; color: var(--coral); font-weight: 600; }
.price small { font-size: 15px; color: var(--text-dim); font-family: var(--sans); font-weight: 400; }
.price-note { font-size: 13px; color: var(--text-dim); }
.desc { margin-top: 18px; color: var(--text-dim); font-size: 15px; }

.box { margin-top: 24px; padding: 22px 24px; background: var(--card); border: 2px solid var(--card-edge); border-radius: 18px; }
.box h2 { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--coral); margin-bottom: 12px; }
.box ul { list-style: none; }
.box ul li { padding: 5px 0 5px 26px; position: relative; font-size: 14.5px; }
.box ul li::before { content: "✓"; position: absolute; left: 2px; color: var(--coral); font-weight: 700; }
.box ol { list-style: none; counter-reset: step; }
.box ol li { counter-increment: step; padding: 8px 0 8px 40px; position: relative; font-size: 14.5px; }
.box ol li::before {
  content: counter(step); position: absolute; left: 0; top: 9px;
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #fff; background: var(--honey);
}
.box ol li b { color: var(--coral-deep); font-weight: 600; }
.box .mail { color: var(--coral-deep); word-break: break-all; }
.box.options ul li::before { content: "◆"; font-size: 11px; top: 6px; }

.cta {
  display: block; text-align: center; margin-top: 26px; padding: 16px 20px;
  border-radius: 14px; background: var(--coral); color: #fff;
  font-size: 16px; font-weight: 600; letter-spacing: .02em;
  box-shadow: 0 8px 24px rgba(226, 96, 79, .28); transition: all .25s;
}
.cta:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(226, 96, 79, .38); }
.alt {
  display: block; text-align: center; margin-top: 12px; padding: 13px 20px;
  border-radius: 14px; background: #fff; border: 2px solid var(--card-edge);
  color: var(--text-dim); font-size: 14.5px; transition: all .25s;
}
.alt:hover { border-color: var(--coral); color: var(--coral); }
.fine { margin-top: 16px; font-size: 12.5px; color: var(--text-dim); text-align: center; }

footer {
  background: var(--bg-soft); border-top: 2px solid var(--card-edge);
  padding: 30px 0 36px; text-align: center; font-size: 13px; color: var(--text-dim);
}
footer .line { margin-top: 4px; }
footer a { color: var(--coral); }

@media (max-width: 820px) {
  .grid { grid-template-columns: 1fr; gap: 32px; }
  .product { padding: 40px 0 60px; }
}
