/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 1156:0 Unexpected "{"
Line 1156:1 Expected identifier but found "%"

**/
{% raw %}
.koijoy-homepage * { margin: 0; padding: 0; box-sizing: border-box; }


/* ── BRAND COLORS | 品牌色变量 — 改颜色只需改这里 ── */
:root {
  --ink:     #1C1810;
  --navy:    #293668;
  --red:     #C63027;
  --orange:  #F66136;
  --brown:   #946447;
  --gold:    #B8860B;
  --cream:   #F4EBD9;
  --paper:   #FAF5EC;
  --yellow:  #F7E75F;
  --green:   #54CD6E;
  --muted:   #5A4F42;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-sc: Georgia, serif;
}


/* ── PAGE WRAPPER | 页面容器 ── */
.koijoy-homepage { overflow-x: hidden; }


/* ── PAPER TEXTURE | 纸张质感背景纹理 ── */
.koijoy-homepage::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.025;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.4) 2px, rgba(0,0,0,0.4) 3px),
    repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(0,0,0,0.15) 4px, rgba(0,0,0,0.15) 5px);
}

.brush-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
}


/* ── NAV | 顶部导航栏 ── */
.koijoy-homepage nav {
  background: var(--ink);
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--red);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── NAV LOGO | 导航栏 Logo 文字 ── */
.nav-logo-text {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: bold;
  color: var(--cream);
  letter-spacing: 2px;
}
.nav-logo-seal {
  width: 32px;
  height: 32px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 13px;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

/* ── NAV LINKS | 导航栏链接 ── */
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  color: rgba(244,235,217,0.72);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; right: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { transform: scaleX(1); }

/* ── NAV BUTTON | 导航栏按钮 ── */
.nav-cta {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(244,235,217,0.4);
  padding: 9px 24px;
  font-size: 12px;
  font-family: var(--font-body);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.nav-cta::before {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  right: -3px; bottom: -3px;
  border: 1px solid var(--red);
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--red); border-color: var(--red); }
.nav-cta:hover::before { opacity: 0; }


/* ── HERO | 首屏大图区域 — 改高度在这里找 min-height ── */
.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* ── HERO IMAGE | 首屏图片 ── */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* ── HERO OVERLAY | 深色蒙层 — 让文字在图片上清晰可读 ── */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(28,24,16,0.72) 0%,
    rgba(28,24,16,0.38) 55%,
    rgba(28,24,16,0.05) 100%);
}


/* ── HERO CORNER FRAME | 四角装饰线框 ── */
.hero-frame {
  position: absolute;
  inset: 20px;
  pointer-events: none;
  z-index: 3;
}

/* ── HERO CONTENT | 首屏文字内容区域 ── */
.hero-content {
  position: relative;
  z-index: 4;
  padding: 72px 64px 80px;
  max-width: 580px;
}

/* ── HERO EYEBROW | 首屏小标题 ── */
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.hero-eyebrow-line {
  flex: 0 0 40px;
  height: 1px;
  background: var(--red);
}
.hero-eyebrow-text {
  font-size: 12px;
  color: rgba(244,235,217,0.75);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
}

/* ── HERO TITLE | 首屏主标题 — 改字号在这里找 font-size ── */
.hero-title {
  font-family: var(--font-display);
  font-size: 62px;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 28px;
  font-weight: bold;
}
.hero-title em {
  color: var(--yellow);
  font-style: italic;
}
.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── HERO BUTTONS | 首屏按钮 ── */
.btn-hero-primary {
  background: var(--red);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 14px 36px;
  font-size: 13px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-hero-primary:hover { background: var(--orange); }
.btn-hero-secondary {
  background: transparent;
  color: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 6px;
  padding: 13px 34px;
  font-size: 13px;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-secondary:hover { background: var(--yellow); color: var(--ink); }


/* ── MARQUEE | 跑马灯滚动条 ── */
.strip {
  background: var(--red);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.strip-inner {
  display: inline-flex;
  animation: marquee 24s linear infinite;
}
.strip-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 40px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: var(--font-body);
}
.strip-ornament {
  color: var(--yellow);
  font-size: 14px;
  flex-shrink: 0;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ── SECTION STYLES | 通用板块标题样式 ── */
.section-wrap { padding: 88px 64px; }
.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.section-eyebrow-line {
  flex: 0 0 28px;
  height: 1px;
  background: var(--red);
}
.section-eyebrow-text {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  font-family: var(--font-body);
  font-weight: 600;
}
.section-title {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: bold;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 14px;
}
.section-title em { font-style: italic; color: var(--red); }
.section-desc {
  font-size: 16px;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.8;
  margin-bottom: 52px;
}


/* ── TAGLINE BAND | 广告语板块 — 深色背景区域 ── */
.tagline-band {
  background: var(--ink);
  padding: 80px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tagline-band::before {
  content: '福';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-sc);
  font-size: 260px;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.tagline-sub {
  font-size: 10px;
  color: rgba(244,235,217,0.38);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-body);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tagline-sub::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--red);
}
.tagline-left h2 {
  font-family: var(--font-display);
  font-size: 50px;
  color: var(--cream);
  line-height: 1.08;
  font-weight: bold;
}
.tagline-left h2 em {
  color: var(--yellow);
  font-style: italic;
}
.tagline-right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tagline-right ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  color: rgba(244,235,217,0.8);
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.tagline-right ul li:last-child { border-bottom: none; padding-bottom: 0; }
.tagline-right ul li::before {
  content: '◆';
  color: var(--red);
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 6px;
}


/* ── FIND YOUR BOX | 产品卡片区域 ── */
.boxes-section {
  background: var(--cream);
  padding: 88px 64px;
  position: relative;
}
.boxes-section::before {
  content: '';
  position: absolute;
  top: 0; left: 64px; right: 64px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--brown), transparent);
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* ── PRODUCT CARD | 产品卡片 ── */
.product-card {
  background: var(--paper);
  border: 2.5px solid rgba(148,100,71,0.25);
  border-radius: 2.5px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card::before, .product-card::after {
  content: '';
  position: absolute;
  width: 16px; height: 16px;
  border-color: var(--brown);
  border-style: solid;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
}
.product-card::before { top: 6px; left: 6px; border-width: 1px 0 0 1px; }
.product-card::after  { bottom: 6px; right: 6px; border-width: 0 1px 1px 0; }
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(28,24,16,0.12);
}

.card-body {
  padding: 24px 28px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── CARD IMAGE | 卡片图片区域 — 改图片高度找 height ── */
.card-img-area {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-card:nth-child(1) .card-img-area { background: #F5EDE0; }
.product-card:nth-child(2) .card-img-area { background: #F0E8DC; }
.product-card:nth-child(3) .card-img-area { background: #EDE5D8; }
.card-img-area img {
  width: 100%; height: 100%;
  object-fit: contain;  /* cover是裁切，contain是缩放 */
  transition: transform 0.4s;
}
.product-card:hover .card-img-area img { transform: scale(1.04); }
.card-badge {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  z-index: 2;
}
.product-card:nth-child(1) .card-badge { background: var(--red); color: white; }
.product-card:nth-child(2) .card-badge { background: var(--ink); color: var(--cream); }
.product-card:nth-child(3) .card-badge { background: var(--brown); color: white; }
.card-.koijoy-homepage { overflow-x: hidden; }
.card-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: bold;
  color: var(--ink);
  margin-bottom: 8px;
}
.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.card-tag {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  background: transparent;
  color: var(--brown);
  border: 1px solid rgba(148,100,71,0.4);
  border-radius: 999px;
  font-family: var(--font-body);
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.card-price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: bold;
  color: var(--ink);
}
.card-btn {
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 999px;
}
.product-card:nth-child(1) .card-btn { background: var(--red); }
.product-card:nth-child(1) .card-btn:hover { background: var(--orange); }
.product-card:nth-child(2) .card-btn { background: var(--ink); }
.product-card:nth-child(2) .card-btn:hover { background: var(--navy); }
.product-card:nth-child(3) .card-btn { background: var(--brown); }
.product-card:nth-child(3) .card-btn:hover { background: var(--ink); }


/* ── PEEK INSIDE | 零食预览区域 ── */
.peek-section {
  background: var(--ink);
  padding: 88px 64px;
  position: relative;
  overflow: hidden;
}
.peek-section::after {
  content: '茶';
  position: absolute;
  left: -30px; bottom: -40px;
  font-family: var(--font-sc);
  font-size: 300px;
  color: rgba(255,255,255,0.02);
  line-height: 1;
  pointer-events: none;
}
.peek-section .section-eyebrow-text { color: var(--yellow); }
.peek-section .section-eyebrow-line { background: var(--yellow); }
.peek-section .section-title { color: var(--cream); }
.peek-section .section-desc { color: rgba(244,235,217,0.5); }
.snacks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

/* ── SNACK TAGS | 零食标签 ── */
.snack-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(244,235,217,0.06);
  border: 1px solid rgba(244,235,217,0.18);
  border-radius: 6px;
  padding: 16px 16px;
  width: 108px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}
.snack-tag:hover {
  background: rgba(244,235,217,0.12);
  border-color: rgba(244,235,217,0.35);
}
.snack-tag-emoji { font-size: 26px; }
.snack-tag-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(244,235,217,0.85);
  line-height: 1.3;
  font-family: var(--font-body);
}
.mystery-row {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.mystery-tag {
  width: 108px;
  padding: 16px;
  background: transparent;
  border: 1px dashed rgba(244,235,217,0.18);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.mystery-tag-q {
  font-family: var(--font-display);
  font-size: 26px;
  color: rgba(244,235,217,0.2);
  font-style: italic;
}
.mystery-tag-label {
  font-size: 11px;
  font-style: italic;
  color: rgba(244,235,217,0.2);
  font-family: var(--font-body);
}
.peek-cta { margin-top: 44px; }
.peek-cta a {
  font-size: 13px;
  font-style: italic;
  font-family: var(--font-body);
  color: var(--yellow);
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(247,231,95,0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.peek-cta a:hover { border-color: var(--yellow); }


/* ── NOT SURE | 选择推荐区域 ── */
.notsure-section {
  background: var(--paper);
  padding: 88px 64px;
  position: relative;
}
.notsure-section::before {
  content: '';
  position: absolute;
  top: 0; left: 64px; right: 64px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--brown), transparent);
}
.notsure-header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.notsure-header h2 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: bold;
  color: var(--ink);
}
.notsure-header .arrow-badge {
  background: var(--red);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
}
.notsure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ── NOT SURE CARDS | 推荐卡片 ── */
.notsure-card {
  background: var(--cream);
  padding: 36px 30px;
  border: 1px solid rgba(148,100,71,0.2);
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
  position: relative;
}
.notsure-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}
.notsure-card:nth-child(1)::before { background: var(--orange); }
.notsure-card:nth-child(2)::before { background: var(--navy); }
.notsure-card:nth-child(3)::before { background: var(--brown); }
.notsure-card:hover {
  background: white;
  box-shadow: 0 6px 24px rgba(28,24,16,0.08);
}
.notsure-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 5px 14px;
  border-radius: 999px;
  display: inline-block;
  font-family: var(--font-body);
}
.notsure-card:nth-child(1) .notsure-tag { background: var(--orange); color: white; }
.notsure-card:nth-child(2) .notsure-tag { background: var(--navy); color: white; }
.notsure-card:nth-child(3) .notsure-tag { background: var(--brown); color: white; }
.notsure-occasion {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: var(--font-body);
}
.notsure-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: bold;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}
.notsure-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 22px;
}
.notsure-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: var(--font-body);
  border-bottom: 1px solid rgba(28,24,16,0.2);
  padding-bottom: 2px;
  width: fit-content;
  transition: color 0.2s, border-color 0.2s;
}
.notsure-link:hover { color: var(--red); border-color: var(--red); }
.notsure-link::after { content: ' →'; }


/* ── TRUST BAR | 红色三列特色说明条 ── */
.trust-bar {
  background: var(--red);
  padding: 44px 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.trust-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(255,255,255,0.15);
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.trust-title {
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
  font-family: var(--font-display);
}
.trust-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  font-family: var(--font-body);
}


/* ── REVIEWS | 评论板块 ── */
.reviews-section {
  background: var(--cream);
  padding: 88px 64px;
  position: relative;
}
.reviews-section::before {
  content: '';
  position: absolute;
  top: 0; left: 64px; right: 64px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--brown), transparent);
}
.reviews-section .section-eyebrow-text { color: var(--brown); }
.reviews-section .section-eyebrow-line { background: var(--brown); }
.reviews-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 24px;
  padding: 4px 0 20px;
  scrollbar-width: none;
}
.reviews-grid::-webkit-scrollbar { display: none; }

/* ── REVIEW CARD | 评论卡片 ── */
.review-card {
  flex: 0 0 380px;
  scroll-snap-align: start;
  background: var(--paper);
  border: 1px solid rgba(148,100,71,0.2);
  border-radius: 2px;
  padding: 30px;
  position: relative;
}

/* ── REVIEW CAROUSEL | 评论轮播箭头和圆点 ── */
.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.reviews-nav-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.reviews-arrows {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reviews-arrow {
  width: 44px; height: 44px;
  border: 1px solid rgba(148,100,71,0.35);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--brown);
  transition: all 0.2s;
  border-radius: 2px;
  flex-shrink: 0;
}
.reviews-arrow:hover { background: var(--red); border-color: var(--red); color: white; }
.reviews-arrow:disabled { opacity: 0.3; cursor: default; }
.reviews-arrow:disabled:hover { background: transparent; border-color: rgba(148,100,71,0.35); color: var(--brown); }
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 0;
}
.review-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(148,100,71,0.25);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}
.review-dot.active { background: var(--brown); transform: scale(1.3); }
.review-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
  color: rgba(148,100,71,0.1);
  font-style: italic;
}
.review-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
}
.review-card:nth-child(1) .review-card-accent,
.review-card:nth-child(4) .review-card-accent { background: var(--brown); }
.review-card:nth-child(2) .review-card-accent,
.review-card:nth-child(5) .review-card-accent { background: var(--orange); }
.review-card:nth-child(3) .review-card-accent { background: var(--red); }
.stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 3px;
}
.review-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 22px;
  font-family: var(--font-body);
}
.reviewer { display: flex; align-items: center; gap: 14px; }
.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: var(--font-body);
}
.reviewer-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  font-family: var(--font-display);
}
.reviewer-role { font-size: 11px; color: var(--muted); letter-spacing: 0.5px; }


/* ── FOOTER | 页脚 ── */
footer {
  background: var(--ink);
  padding: 56px 64px 36px;
  color: rgba(244,235,217,0.55);
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 36px;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--cream);
  font-weight: bold;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-seal {
  width: 28px; height: 28px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 12px;
  color: white;
  flex-shrink: 0;
  font-weight: bold;
}
.footer-tagline {
  font-size: 13px;
  color: rgba(244,235,217,0.4);
  max-width: 220px;
  line-height: 1.7;
}
.footer-links { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: bold;
  color: var(--cream);
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(244,235,217,0.45);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
  letter-spacing: 0.5px;
}
.footer-col a:hover { color: var(--yellow); }
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.07);
  margin-bottom: 28px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(244,235,217,0.25);
  flex-wrap: wrap;
  gap: 8px;
  letter-spacing: 0.5px;
}

.ornament-divider {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}


/* ── MOBILE | 手机端适配 — 屏幕宽度小于768px ── */
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-cta::before { display: none; }

  .hero { min-height: 600px !important; }
.hero .hero-img { content: url('/cdn/shop/files/backgroung_mobile_image.png?v=1772031476'); object-position: center top; }
  .hero-content { padding: 48px 24px 64px; max-width: 100%; }
  .hero-title { font-size: 38px; }

  .strip-item { padding: 0 22px; font-size: 10px; }

  .tagline-band { grid-template-columns: 1fr; padding: 56px 24px; gap: 36px; }
  .tagline-left h2 { font-size: 34px; }
  .tagline-band::before { display: none; }

  .boxes-section { padding: 64px 24px; }
  .boxes-section::before { left: 24px; right: 24px; }
  .cards-grid { grid-template-columns: 1fr; gap: 20px; }

  .peek-section { padding: 64px 24px; }
  .snacks-grid { gap: 10px; }
  .snack-tag { width: 94px; padding: 12px 10px; }
  .mystery-tag { width: 94px; padding: 12px 10px; }
  .peek-section::after { display: none; }

  .notsure-section { padding: 48px 16px 40px; }
  .notsure-section::before { left: 16px; right: 16px; }
  .notsure-header { flex-direction: column; gap: 10px; margin-bottom: 28px; }
  .notsure-header h2 { font-size: 28px; }
  .notsure-grid { display: flex; flex-direction: column; gap: 10px; }
  .notsure-card { padding: 16px 18px; }
  .notsure-tag { margin-bottom: 8px; font-size: 8px; padding: 4px 10px; }
  .notsure-occasion { font-size: 10px; margin-bottom: 5px; }
  .notsure-title { font-size: 15px; margin-bottom: 5px; }
  .notsure-desc { font-size: 12px; line-height: 1.5; margin-bottom: 10px; }
  .notsure-link { font-size: 12px; }

  .trust-bar { grid-template-columns: 1fr; padding: 40px 24px; gap: 28px; }
  .trust-item { padding: 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 28px; }
  .trust-item:last-child { border-bottom: none; padding-bottom: 0; }

  .reviews-section { padding: 64px 0; }
  .reviews-section .reviews-nav,
  .reviews-section .section-desc { padding: 0 24px; }
  .reviews-section::before { left: 24px; right: 24px; }
  .reviews-grid {
    padding: 4px 24px 16px;
  }
  .review-card { flex: 0 0 82vw; border-radius: 8px; }
  .reviews-arrows { display: none; }

  footer { padding: 44px 24px 28px; }
  .footer-top { flex-direction: column; }
  .footer-links { gap: 32px; }
  .footer-bottom { flex-direction: column; }

  .section-wrap { padding: 64px 24px; }
  .section-title { font-size: 30px; }
}


/* ── MOBILE SMALL | 超小屏幕适配 — 屏幕宽度小于480px ── */
@media (max-width: 480px) {
  .hero-title { font-size: 32px; }
  .btn-hero-primary, .btn-hero-secondary { padding: 12px 26px; font-size: 12px; }
  .snack-tag { width: 84px; }
  .mystery-tag { width: 84px; }
}
{% endraw %}


/* MOBILE MENU | 手机端弹出菜单文字颜色 */
.menu-drawer__menu-item-text { color: white !important; }