/* 餐饮版 · 浅咖色主题 */
.theme-canyin {
  --primary: #a16207;
  --primary-dark: #854d0e;
  --primary-light: #d4a574;
  --primary-bg: #faf6f1;
  --primary-soft: #f5ebe0;
  --text: #1e293b;
  --text-muted: #64748b;
  --bg: #fdfbf8;
  --white: #ffffff;
  --border: #e8d5c4;
  --shadow: 0 4px 24px rgba(161, 98, 7, 0.08);
  --shadow-lg: 0 12px 40px rgba(161, 98, 7, 0.14);
}

.theme-canyin .hero {
  background: linear-gradient(165deg, #e8d5c4 0%, #d4a574 28%, #b8956a 58%, #a67c52 100%);
  padding: 40px 20px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.theme-canyin .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.25); color: #fff;
  padding: 8px 16px; border-radius: 100px; font-size: 13px;
  border: 1px solid rgba(255,255,255,0.35); margin-bottom: 16px;
}
.theme-canyin .hero h1 {
  font-size: clamp(28px, 7vw, 36px); font-weight: 900; color: #fff;
  margin-bottom: 8px; text-shadow: 0 3px 16px rgba(92, 64, 35, 0.35);
}
.theme-canyin .hero p {
  font-size: 15px; color: rgba(255,255,255,0.94); max-width: 320px; margin: 0 auto; line-height: 1.6;
}
.theme-canyin .promo-strip { margin: -28px 16px 0; position: relative; z-index: 2; }
.theme-canyin .promo-strip-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 20px; background: linear-gradient(135deg, #faf6f1, #f5ebe0 38%, #e8d5c4 100%);
  border-radius: 14px; box-shadow: 0 8px 24px rgba(161,98,7,0.2); position: relative; overflow: hidden;
}
.theme-canyin .promo-corner {
  position: absolute; top: 10px; right: -30px; background: #854d0e; color: #fef3c7;
  font-size: 12px; font-weight: 800; padding: 5px 38px; transform: rotate(45deg); letter-spacing: 0.12em;
}
.theme-canyin .promo-content { flex: 1; min-width: 0; text-align: left; padding-right: 4px; }
.theme-canyin .promo-main { font-size: clamp(26px,7.5vw,34px); font-weight: 900; color: #854d0e; letter-spacing: 0.06em; line-height: 1.1; }
.theme-canyin .promo-sub { display: block; font-size: clamp(12px,3.4vw,14px); font-weight: 600; color: #92400e; opacity: 0.9; margin-top: 6px; line-height: 1.45; }
.theme-canyin .promo-icon {
  width: 72px; height: 72px; border-radius: 18px; flex-shrink: 0;
  background: rgba(133,77,14,0.12); display: flex; align-items: center; justify-content: center;
  color: #854d0e; font-size: 36px;
}
.theme-canyin .container { padding: 24px 16px 32px; }
.theme-canyin .section-title {
  font-size: 18px; font-weight: 800; color: var(--primary-dark);
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}
.theme-canyin .section-title i { color: var(--primary); }
.theme-canyin .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.theme-canyin .price-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 18px 14px;
  text-align: center; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.theme-canyin .price-card.featured {
  border-color: var(--primary); box-shadow: 0 8px 28px rgba(161,98,7,0.18);
}
.theme-canyin .price-card.featured::before {
  content: "推荐"; position: absolute; top: 10px; right: -24px;
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 32px; transform: rotate(45deg);
}
.theme-canyin .price-card.buyout {
  border-color: #854d0e;
  background: linear-gradient(180deg, #faf6f1, #fff);
  grid-column: 1 / -1;
  padding: 12px 14px 10px;
  text-align: left;
}
.theme-canyin .buyout-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
}
.theme-canyin .buyout-left {
  flex: 1;
  min-width: 0;
}
.theme-canyin .buyout-right {
  flex-shrink: 0;
  text-align: right;
}
.theme-canyin .price-card.buyout .price-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.2;
}
.theme-canyin .price-card.buyout .price-official {
  margin-bottom: 4px;
  font-size: 12px;
}
.theme-canyin .price-card.buyout .price-note {
  margin-top: 0;
  font-size: 11px;
  line-height: 1.35;
}
.theme-canyin .price-card.buyout .price-tag {
  margin-bottom: 4px;
  font-size: 11px;
  padding: 2px 8px;
}
.theme-canyin .price-card.buyout .price-num {
  font-size: 26px;
  line-height: 1;
}
.theme-canyin .price-card.buyout .price-num span {
  font-size: 13px;
}
.theme-canyin .price-card.buyout .btn-buyout-link {
  margin-top: 0;
}
.theme-canyin .price-name { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.theme-canyin .price-tag {
  font-size: 12px; color: var(--primary); background: var(--primary-bg);
  display: inline-block; padding: 2px 10px; border-radius: 100px; margin-bottom: 8px;
}
.theme-canyin .price-official {
  display: block; font-size: 13px; color: #94a3b8; margin-bottom: 4px; line-height: 1.3;
  text-decoration: line-through; font-weight: 700;
  text-decoration-thickness: 2.5px; text-decoration-color: #64748b;
}
.theme-canyin .price-num { font-size: 28px; font-weight: 900; color: var(--primary); line-height: 1.1; }
.theme-canyin .price-num span { font-size: 14px; font-weight: 600; }
.theme-canyin .price-note { font-size: 12px; color: var(--text-muted); margin-top: 6px; line-height: 1.45; }
.theme-canyin .price-multi {
  margin: 12px 0 0; padding: 12px 14px; background: var(--primary-bg);
  border: 1px solid var(--border); border-radius: 10px;
  font-size: 13px; font-weight: 700; color: var(--primary-dark); line-height: 1.55; text-align: center;
}
.theme-canyin .price-multi i { color: var(--primary); margin-right: 4px; }
.theme-canyin .card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: 18px; margin-bottom: 16px; box-shadow: var(--shadow);
}
.theme-canyin .card h3 {
  font-size: clamp(17px,4.8vw,21px); font-weight: 900; color: var(--primary-dark);
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}
.theme-canyin .tips-grid { display: flex; flex-direction: column; gap: 12px; }
.theme-canyin .tip-card {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px 16px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg); position: relative; overflow: hidden;
}
.theme-canyin .tip-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.theme-canyin .tip-card.tip-1::before { background: #b8956a; }
.theme-canyin .tip-card.tip-2::before { background: #a16207; }
.theme-canyin .tip-card.tip-3::before { background: #854d0e; }
.theme-canyin .tip-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.theme-canyin .tip-card.tip-1 .tip-icon { background: #f5ebe0; color: #a67c52; }
.theme-canyin .tip-card.tip-2 .tip-icon { background: #fef3c7; color: #a16207; }
.theme-canyin .tip-card.tip-3 .tip-icon { background: #faf6f1; color: #854d0e; }
.theme-canyin .tip-body { flex: 1; min-width: 0; }
.theme-canyin .tip-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: clamp(18px,5vw,22px); font-weight: 900; color: var(--primary-dark); margin-bottom: 12px;
}
.theme-canyin .tip-label .tip-badge {
  font-size: clamp(12px,3.4vw,14px); font-weight: 900; color: #fff;
  background: var(--primary); padding: 4px 12px; border-radius: 100px; flex-shrink: 0;
}
.theme-canyin .tip-card.tip-2 .tip-badge { background: #a16207; }
.theme-canyin .tip-card.tip-3 .tip-badge { background: #854d0e; }
.theme-canyin .tip-text {
  font-size: clamp(14px,3.8vw,15px); font-weight: 500; color: #475569; line-height: 1.75;
}
.theme-canyin .tip-text strong { font-weight: 800; color: var(--primary-dark); }
.theme-canyin .btn-case {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px; margin-top: 8px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; text-decoration: none; border-radius: 12px; font-size: 17px; font-weight: 700;
  box-shadow: 0 6px 20px rgba(161,98,7,0.35);
}
.theme-canyin .btn-buyout-link {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin-top: 10px; padding: 12px;
  border: 2px solid var(--primary); border-radius: 10px;
  background: var(--white); color: var(--primary-dark);
  text-decoration: none; font-size: 14px; font-weight: 700;
}
.theme-canyin .tabbar-item.active { color: var(--primary); }
.theme-canyin .tabbar-item.active::before { background: var(--primary); }
