/* ============================================================
   Qingci Luxe — Porcelaincharm 皮肤层
   把 porcelaincharm.com 的首页设计移植到本主题：
   宣纸米底 + 青花钴蓝 + 印章红，Fraunces 衬线标题。
   所有新类名统一 pc- 前缀，避免和 style.css 原有类冲突。
   本文件在 style.css 之后加载，同名变量以此处为准。
   ============================================================ */

/* ---------- 0. 设计令牌 ---------- */
:root {
  --pc-paper:      #F6F1E6;
  --pc-paper-2:    #EFE8D8;
  --pc-cobalt:     #1C3D77;
  --pc-cobalt-deep:#0F2350;
  --pc-ink:        #232838;
  --pc-seal:       #A63B2A;
  --pc-gold:       #D9A05B;
  --pc-hairline:   rgba(28, 61, 119, .22);
  --pc-wrap:       1400px;
  --pc-serif:      "Fraunces", "Songti SC", "Noto Serif SC", Georgia, serif;
  --pc-sans:       "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;

  /* 同步覆盖原主题令牌，让商店页/商品页与新首页同一套配色，不必重做内页布局 */
  --paper:      #F6F1E6;
  --mist:       #EFE8D8;
  --line:       rgba(28, 61, 119, .22);
  --line-soft:  rgba(28, 61, 119, .12);
  --cobalt:     #1C3D77;
  --cobalt-2:   #2E5A9E;
  --cobalt-deep:#0F2350;
  --cobalt-wash:#E7E2D4;
  --ink:        #232838;
  --body:       #4A4F5E;
  --dim:        #7E8494;
  --seal:       #A63B2A;
  --maxw:       1400px;
}

/* 首屏浮动小卡刻意伸出版心，必须在根元素上裁掉，否则页面能横向拖动。
   用 clip 而不是 hidden：不会把 html 变成滚动容器。 */
html { overflow-x: clip; }

body {
  background: var(--pc-paper);
  color: var(--pc-ink);
  font-family: var(--pc-sans);
  font-weight: 400;
  overflow-x: clip;
}
::selection { background: var(--pc-cobalt); color: var(--pc-paper); }

/* 纸纹噪点 */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 2000; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

.pc-wrap { max-width: var(--pc-wrap); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.pc-sec { padding: 88px 0; }

.pc-label {
  display: block;
  font-family: var(--pc-sans); font-size: 11.5px; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--pc-seal);
}

/* 滚动渐显 */
.pc-rv { opacity: 0; transform: translateY(26px); transition: opacity 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1); }
.pc-rv.in { opacity: 1; transform: none; }
.pc-rv.d1 { transition-delay: .12s; }
.pc-rv.d2 { transition-delay: .24s; }
.pc-rv.d3 { transition-delay: .36s; }
.pc-rv.d4 { transition-delay: .48s; }
@media (prefers-reduced-motion: reduce) {
  .pc-rv { opacity: 1; transform: none; transition: none; }
}

/* ---------- 1. 公告条 ---------- */
.pc-annc {
  position: fixed; top: 0; left: 0; right: 0; z-index: 901;
  background: var(--pc-cobalt); color: rgba(246,241,230,.9); text-align: center;
  font-family: var(--pc-sans); font-size: 10.5px; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; padding: 10px 16px; transition: transform .4s;
}
.pc-annc b { color: #fff; font-weight: 600; }
.pc-annc a { color: var(--pc-gold); margin-left: 10px; border-bottom: 1px solid rgba(217,160,91,.5); }
.pc-annc.hide { transform: translateY(-100%); }

/* ---------- 2. 顶栏 ---------- */
.pc-hd {
  position: fixed; top: 36px; left: 0; right: 0; z-index: 900;
  transition: background .4s, box-shadow .4s, top .4s;
}
.pc-hd.scrolled { top: 0; }
.pc-hd .pc-bar {
  max-width: var(--pc-wrap); margin: 0 auto; padding: 20px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: padding .4s;
}
.pc-hd.scrolled, .pc-hd.menu-open, .pc-hd.search-open {
  background: rgba(246,241,230,.95); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--pc-hairline);
}
.pc-hd.scrolled .pc-bar { padding: 13px 32px; }

.pc-brand { display: flex; align-items: center; gap: 13px; flex: none; color: var(--pc-ink); }
.pc-brand:hover { color: var(--pc-ink); }
.pc-brand .pc-seal-mark {
  width: 38px; height: 38px; background: var(--pc-seal); color: #F6F1E6;
  display: grid; place-items: center;
  font-family: var(--pc-serif); font-weight: 600; font-size: 17px; letter-spacing: .04em; text-align: center;
  border-radius: 2px; box-shadow: 2px 2px 0 rgba(166,59,42,.25);
}
.pc-brand .pc-wordmark { font-family: var(--pc-serif); font-size: 22px; font-weight: 600; letter-spacing: .02em; }
.pc-brand .pc-wordmark em { font-style: italic; color: var(--pc-cobalt); }

.pc-nav { display: flex; align-items: center; gap: 26px; }
.pc-nav a {
  font-family: var(--pc-sans); font-size: 12px; font-weight: 500; letter-spacing: .13em;
  text-transform: uppercase; color: var(--pc-ink); position: relative; white-space: nowrap;
}
.pc-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--pc-seal); transition: width .35s;
}
.pc-nav a:hover { color: var(--pc-ink); }
.pc-nav a:hover::after { width: 100%; }

.pc-tools { display: flex; align-items: center; gap: 14px; flex: none; }
.pc-tool-btn {
  background: none; border: none; cursor: pointer; color: var(--pc-ink);
  width: 36px; height: 36px; display: grid; place-items: center; position: relative; transition: color .3s;
}
.pc-tool-btn:hover { color: var(--pc-cobalt); }
.pc-tool-btn svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.pc-cart-badge {
  position: absolute; top: 1px; right: -1px; min-width: 16px; height: 16px;
  background: var(--pc-seal); color: var(--pc-paper); border-radius: 50%;
  font-family: var(--pc-sans); font-size: 9px; font-weight: 600; line-height: 16px; text-align: center; padding: 0 3px;
}
.pc-nav-cta {
  border: 1px solid var(--pc-cobalt); color: var(--pc-cobalt);
  font-family: var(--pc-sans); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  padding: 10px 20px; transition: background .3s, color .3s; white-space: nowrap;
}
.pc-nav-cta:hover { background: var(--pc-cobalt); color: var(--pc-paper); }
.pc-burger { display: none; background: none; border: none; cursor: pointer; width: 36px; height: 36px; color: var(--pc-ink); }
.pc-burger svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; }

.pc-search-pop {
  display: none; border-top: 1px solid var(--pc-hairline);
  max-width: var(--pc-wrap); margin: 0 auto; padding: 12px 32px;
}
.pc-hd.search-open .pc-search-pop { display: flex; }
.pc-search-pop input {
  flex: 1; background: none; border: none; outline: none; color: var(--pc-ink);
  font-family: var(--pc-serif); font-style: italic; font-size: 16px; padding: 8px 2px; min-width: 0;
}
.pc-search-pop input::placeholder { color: rgba(35,40,56,.4); }
.pc-search-pop button {
  background: none; border: none; cursor: pointer; color: var(--pc-cobalt);
  font-family: var(--pc-sans); font-size: 11px; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; padding: 0 6px;
}

.pc-mobile-menu {
  display: none; flex-direction: column; gap: 2px;
  border-top: 1px solid var(--pc-hairline); padding: 14px 32px 24px;
  background: rgba(246,241,230,.98);
}
.pc-hd.menu-open .pc-mobile-menu { display: flex; }
.pc-mobile-menu a {
  font-family: var(--pc-sans); font-size: 13px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--pc-ink);
  padding: 12px 0; border-bottom: 1px solid rgba(28,61,119,.1);
}
.pc-mobile-menu a:last-child { border-bottom: none; color: var(--pc-seal); }

/* 固定顶栏留白：内页（非首页）内容不被顶栏压住 */
body:not(.home) #main-content { padding-top: 116px; }
@media (max-width: 760px) { body:not(.home) #main-content { padding-top: 78px; } }

/* ---------- 3. 工艺横幅轮播 ---------- */
.pc-story-wrap { padding: 132px 32px 24px; background: var(--pc-paper); }
.pc-story-carousel {
  position: relative; height: clamp(300px, 27vw, 405px); max-width: 1360px; margin: 0 auto;
  overflow: hidden; isolation: isolate; background: #27261f; border: 1px solid var(--pc-hairline);
}
.pc-story-slide { position: absolute; inset: 0; margin: 0; visibility: hidden; transform: translateX(0); will-change: transform; }
.pc-story-slide.is-active { visibility: visible; z-index: 1; }
.pc-story-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pc-story-slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(16,22,28,.72), rgba(16,22,28,.28) 34%, rgba(16,22,28,.04) 66%);
}
.pc-story-slide.copy-right::after {
  background: linear-gradient(270deg, rgba(16,22,28,.68), rgba(16,22,28,.24) 34%, rgba(16,22,28,.02) 66%);
}
.pc-story-copy {
  position: absolute; z-index: 2; top: 50%; left: clamp(25px, 6vw, 96px); width: min(430px, 40vw);
  color: #fff; transform: translateY(-50%); text-shadow: 0 2px 22px rgba(0,0,0,.32);
}
.copy-right .pc-story-copy { left: auto; right: clamp(25px, 6vw, 96px); }
.pc-story-copy .pc-eyebrow {
  display: block; margin: 0 0 14px; font-family: var(--pc-sans); font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
}
.pc-story-copy h2 {
  margin: 0; color: #fff; font-family: var(--pc-serif);
  font-size: clamp(31px, 3.4vw, 52px); font-weight: 400; line-height: 1; letter-spacing: -.035em;
}
.pc-story-copy p { max-width: 410px; margin: 14px 0 20px; font-size: clamp(14px, 1.15vw, 17px); line-height: 1.55; }
.pc-story-cta {
  display: inline-block; padding: 11px 16px; border: 1px solid rgba(255,255,255,.85);
  color: #fff; font-family: var(--pc-sans); font-size: 10px; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; background: rgba(8,26,51,.25); backdrop-filter: blur(5px);
}
.pc-story-cta:hover { color: #fff; }
.pc-story-controls {
  position: absolute; z-index: 4; right: 20px; bottom: 16px; display: flex; align-items: center; gap: 8px;
  padding: 6px 8px; border: 1px solid rgba(255,255,255,.35);
  background: rgba(10,19,29,.42); backdrop-filter: blur(8px);
}
.pc-story-control { width: 31px; height: 31px; display: grid; place-items: center; border: 0; color: #fff; background: transparent; cursor: pointer; }
.pc-story-control:hover, .pc-story-control:focus-visible { background: rgba(255,255,255,.16); outline: none; }
.pc-story-dots { display: flex; gap: 7px; padding: 0 2px; }
.pc-story-dot { width: 20px; height: 3px; border: 0; padding: 0; background: rgba(255,255,255,.42); cursor: pointer; }
.pc-story-dot.is-active { background: #fff; }

/* ---------- 4. 首屏 ---------- */
.pc-hero { position: relative; padding: 56px 0; }
.pc-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%231C3D77' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M0 120 L140 160 L90 320 L220 430 L180 600'/%3E%3Cpath d='M140 160 L330 90 L600 140'/%3E%3Cpath d='M330 90 L370 0'/%3E%3Cpath d='M220 430 L400 380 L600 460'/%3E%3Cpath d='M400 380 L460 210 L600 140'/%3E%3Cpath d='M460 210 L330 90'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 600px 600px;
}
.pc-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; }
.pc-hero-copy .pc-label { margin-bottom: 22px; }
.pc-hero-title {
  font-family: var(--pc-serif); color: var(--pc-ink);
  font-size: clamp(38px, 3.7vw, 60px); line-height: 1.05; font-weight: 460; letter-spacing: -.015em;
}
.pc-hero-title .l2 { font-style: italic; color: var(--pc-cobalt); font-weight: 400; }
.pc-hero-title .l3 { padding-left: .8em; }
.pc-hero-sub { margin-top: 22px; max-width: 44ch; font-size: 16px; line-height: 1.85; color: rgba(35,40,56,.78); }
.pc-hero-sub strong { font-weight: 500; color: var(--pc-cobalt); }
.pc-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; flex-wrap: wrap; }

.pc-btn-primary {
  display: inline-flex; align-items: center; gap: 13px;
  background: var(--pc-cobalt); color: var(--pc-paper);
  font-family: var(--pc-sans); font-size: 12.5px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  padding: 16px 28px; transition: background .35s;
}
.pc-btn-primary:hover { background: var(--pc-cobalt-deep); color: var(--pc-paper); }
.pc-btn-primary .arr { transition: transform .35s; }
.pc-btn-primary:hover .arr { transform: translateX(6px); }
.pc-btn-ghost {
  font-family: var(--pc-sans); font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  color: var(--pc-seal); border-bottom: 1px solid rgba(166,59,42,.4); padding-bottom: 6px; transition: border-color .3s;
}
.pc-btn-ghost:hover { border-color: var(--pc-seal); color: var(--pc-seal); }

.pc-hero-proof {
  margin-top: 20px; font-family: var(--pc-sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(35,40,56,.6);
}
.pc-hero-trust {
  display: flex; gap: 30px; margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--pc-hairline); flex-wrap: wrap;
}
.pc-hero-trust div { display: flex; flex-direction: column; gap: 5px; }
.pc-hero-trust .k { font-family: var(--pc-sans); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: rgba(35,40,56,.5); }
.pc-hero-trust .v { font-family: var(--pc-serif); font-style: italic; font-size: 16px; color: var(--pc-cobalt); }

.pc-hero-visual { position: relative; display: flex; justify-content: center; padding: 20px 0; will-change: transform; transition: transform .25s ease-out; }
.pc-moon-gate {
  position: relative; width: min(29vw, 400px); aspect-ratio: 1;
  border-radius: 50%; overflow: hidden; border: 1px solid var(--pc-hairline);
  box-shadow: 0 40px 80px -30px rgba(15,35,80,.35), inset 0 0 0 9px var(--pc-paper), inset 0 0 0 10px var(--pc-hairline);
  animation: pcGateIn 1.6s cubic-bezier(.19,1,.22,1) both .3s;
}
@keyframes pcGateIn { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: scale(1); } }
.pc-moon-gate img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.4s cubic-bezier(.19,1,.22,1); }
.pc-moon-gate > a { display: block; width: 100%; height: 100%; }
.pc-moon-gate:hover img { transform: scale(1.12); }
.pc-hero-vertical {
  position: absolute; z-index: 4; top: 50%; right: -8px; transform: translateY(-50%);
  writing-mode: vertical-rl; font-family: var(--pc-sans);
  font-size: 10px; letter-spacing: .42em; text-transform: uppercase; color: var(--pc-cobalt); white-space: nowrap;
}

/* 悬浮商品小卡 */
.pc-chip {
  position: absolute; z-index: 3; width: 252px; display: flex; align-items: center; gap: 10px;
  background: rgba(246,241,230,.96); border: 1px solid var(--pc-hairline);
  padding: 8px 12px 8px 8px; border-radius: 2px;
  box-shadow: 0 18px 40px -18px rgba(15,35,80,.4);
  animation: pcFloaty 5.5s ease-in-out infinite; transition: transform .3s;
}
.pc-chip:hover { transform: translateY(-4px); }
.pc-chip img { width: 46px; height: 46px; object-fit: cover; border-radius: 2px; flex: 0 0 auto; }
.pc-chip .t {
  display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  font-family: var(--pc-serif); font-size: 13px; font-weight: 500; line-height: 1.2; color: var(--pc-ink);
}
.pc-chip .p { font-family: var(--pc-sans); font-size: 10px; letter-spacing: .12em; color: var(--pc-seal); margin-top: 3px; }
.pc-chip.c1 { left: -8%; top: 6%; }
.pc-chip.c2 { left: -12%; bottom: 4%; animation-delay: 1.4s; }
.pc-chip.c3 { right: 0; bottom: 3%; animation-delay: 2.8s; }
@keyframes pcFloaty { 0%, 100% { margin-top: 0; } 50% { margin-top: -10px; } }
@media (prefers-reduced-motion: reduce) { .pc-chip { animation: none; } }

/* ---------- 5. 走马灯 ---------- */
.pc-marquee {
  border-top: 1px solid var(--pc-hairline); border-bottom: 1px solid var(--pc-hairline);
  overflow: hidden; padding: 16px 0; position: relative; z-index: 3;
}
.pc-marquee-track { display: flex; width: max-content; animation: pcSlide 36s linear infinite; }
.pc-marquee span { font-family: var(--pc-serif); font-style: italic; font-size: 18px; color: var(--pc-cobalt); padding: 0 30px; white-space: nowrap; }
.pc-marquee span.alt { font-family: var(--pc-sans); font-style: normal; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; line-height: 2; }
.pc-marquee span.dot { color: var(--pc-seal); font-style: normal; padding: 0 4px; }
@keyframes pcSlide { to { transform: translateX(-50%); } }

/* ---------- 6. 区块标题 ---------- */
.pc-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 50px; flex-wrap: wrap; }
.pc-sec-head h2 { font-family: var(--pc-serif); font-weight: 500; font-size: clamp(30px, 3vw, 44px); line-height: 1.1; letter-spacing: -.01em; color: var(--pc-ink); }
.pc-sec-head h2 em { font-style: italic; color: var(--pc-cobalt); }
.pc-sec-head .pc-label { margin-bottom: 16px; }
.pc-sec-head p { max-width: 36ch; font-size: 16px; line-height: 1.9; color: rgba(35,40,56,.7); }
.pc-sec-head .side { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; }

/* ---------- 7. 分类卡 ---------- */
.pc-col-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.pc-col-card { position: relative; display: block; color: var(--pc-ink); }
.pc-col-card:hover { color: var(--pc-ink); }
.pc-col-card .frame { position: relative; overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--pc-hairline); background: #fff; }
.pc-col-card .frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,35,80,.55), transparent 55%); opacity: 0; transition: opacity .5s;
}
.pc-col-card:hover .frame::after { opacity: 1; }
.pc-col-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.19,1,.22,1); }
.pc-col-card:hover img { transform: scale(1.07); }
.pc-col-card .num {
  position: absolute; top: -28px; left: -8px; z-index: 2;
  font-family: var(--pc-serif); font-style: italic; font-weight: 400; font-size: 48px; color: var(--pc-seal); line-height: 1;
}
.pc-col-card .count {
  position: absolute; right: 14px; top: 14px; z-index: 2;
  background: rgba(246,241,230,.94); border: 1px solid var(--pc-hairline);
  font-family: var(--pc-sans); font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  padding: 7px 12px; color: var(--pc-cobalt);
}
.pc-col-card .meta { display: flex; align-items: baseline; justify-content: space-between; margin-top: 18px; gap: 12px; }
.pc-col-card .meta h3 { font-family: var(--pc-serif); font-weight: 500; font-size: 21px; }
.pc-col-card .meta .from { font-family: var(--pc-sans); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--pc-cobalt); white-space: nowrap; }
.pc-col-card .view { display: block; margin-top: 8px; font-family: var(--pc-sans); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: rgba(35,40,56,.55); transition: color .3s; }
.pc-col-card:hover .view { color: var(--pc-seal); }

/* ---------- 8. 商品双排横滑 ---------- */
.pc-pick-strip {
  display: grid; grid-auto-flow: column; grid-template-rows: auto auto;
  grid-auto-columns: 250px; gap: 36px 24px;
  overflow-x: auto; padding: 6px 4px 10px; scrollbar-width: none; list-style: none; margin: 0;
}
.pc-pick-strip::-webkit-scrollbar { display: none; }
.pc-pick { display: block; position: relative; color: var(--pc-ink); }
.pc-pick:hover { color: var(--pc-ink); }
.pc-pick .frame { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--pc-hairline); background: #fff; }
.pc-pick img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.19,1,.22,1); }
.pc-pick:hover img { transform: scale(1.06); }
.pc-pick .tag, .pc-brace-card .tag {
  position: absolute; top: 12px; left: 12px; background: var(--pc-seal); color: var(--pc-paper);
  font-family: var(--pc-sans); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; padding: 5px 10px; z-index: 2;
}
.pc-pick .tag.blue, .pc-brace-card .tag.blue { background: var(--pc-cobalt); }
.pc-pick .cat { font-family: var(--pc-sans); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: rgba(35,40,56,.5); display: block; margin: 18px 0 8px; }
.pc-pick h3 {
  font-family: var(--pc-serif); font-weight: 500; font-size: 17px; line-height: 1.32; transition: color .3s;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pc-pick:hover h3 { color: var(--pc-cobalt); }
.pc-pick .price { margin-top: 10px; font-family: var(--pc-serif); font-weight: 560; font-size: 17px; color: var(--pc-cobalt); }
.pc-pick .price del, .pc-brace-card .price del { color: rgba(35,40,56,.4); font-size: 14px; margin-left: 8px; font-weight: 400; }
.pc-pick .price ins, .pc-brace-card .price ins { text-decoration: none; }
.pc-pick .price .amount, .pc-brace-card .price .amount { text-decoration: inherit; }
.pc-pick .quick {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  background: rgba(15,35,80,.88); color: var(--pc-paper); text-align: center;
  font-family: var(--pc-sans); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding: 11px 8px; transform: translateY(100%); transition: transform .35s cubic-bezier(.19,1,.22,1);
}
.pc-pick:hover .quick { transform: none; }

/* ---------- 9. 手链墙 ---------- */
.pc-bracelets { background: var(--pc-paper-2); }
.pc-brace-strip {
  display: grid; grid-auto-flow: column; grid-template-rows: auto auto;
  grid-auto-columns: 196px; gap: 30px 22px;
  overflow-x: auto; padding: 6px 4px 10px; scrollbar-width: none; list-style: none; margin: 0;
}
.pc-brace-strip::-webkit-scrollbar { display: none; }
.pc-brace-card { display: block; position: relative; color: var(--pc-ink); }
.pc-brace-card:hover { color: var(--pc-ink); }
.pc-brace-card .frame { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--pc-hairline); background: #fff; }
.pc-brace-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.19,1,.22,1); }
.pc-brace-card:hover img { transform: scale(1.08); }
.pc-brace-card h4 {
  font-family: var(--pc-serif); font-weight: 500; font-size: 14.5px; line-height: 1.35; margin-top: 14px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pc-brace-card .price { margin-top: 7px; font-family: var(--pc-serif); font-weight: 560; font-size: 16px; color: var(--pc-cobalt); }
.pc-brace-note { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.pc-brace-note p { font-size: 16px; color: rgba(35,40,56,.7); }
.pc-brace-note p strong { color: var(--pc-seal); font-weight: 500; }

/* 自绘拖动条 */
.pc-strip-scroll { position: relative; height: 18px; margin-top: 10px; cursor: pointer; touch-action: none; user-select: none; }
.pc-strip-scroll .track { position: absolute; left: 0; right: 0; top: 50%; height: 3px; transform: translateY(-50%); background: var(--pc-hairline); }
.pc-strip-scroll .thumb {
  position: absolute; top: 50%; transform: translateY(-50%); left: 0;
  height: 7px; border-radius: 4px; background: var(--pc-cobalt); min-width: 40px; transition: height .2s;
}
.pc-strip-scroll:hover .thumb, .pc-strip-scroll.dragging .thumb { height: 10px; }
@media (max-width: 760px) {
  .pc-strip-scroll { height: 26px; }
  .pc-strip-scroll .track { height: 6px; border-radius: 3px; }
  .pc-strip-scroll .thumb { height: 13px; border-radius: 7px; }
}

/* ---------- 10. 工艺三幕 ---------- */
.pc-craft-strip { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 44px; padding-top: 56px; border-top: 1px solid var(--pc-hairline); }
.pc-craft-intro h2 { font-family: var(--pc-serif); font-weight: 500; font-size: clamp(24px, 2.1vw, 31px); line-height: 1.16; margin-top: 14px; letter-spacing: -.01em; }
.pc-craft-intro h2 em { font-style: italic; color: var(--pc-cobalt); }
.pc-craft-intro p { margin-top: 12px; font-size: 14px; line-height: 1.8; color: rgba(35,40,56,.65); }
.pc-craft-step h3 { font-family: var(--pc-serif); font-style: italic; font-weight: 500; font-size: 20px; margin-bottom: 10px; }
.pc-craft-step h3 .n { color: var(--pc-seal); margin-right: 8px; }
.pc-craft-step p { font-size: 13.5px; line-height: 1.85; color: rgba(35,40,56,.72); }
.pc-craft-note { margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--pc-hairline); display: flex; gap: 12px; align-items: baseline; }
.pc-craft-note .badge { color: var(--pc-seal); font-size: 13px; flex: none; }
.pc-craft-note p { font-size: 13.5px; line-height: 1.8; color: rgba(35,40,56,.72); }
.pc-craft-note strong { font-weight: 500; color: var(--pc-cobalt); }

/* ---------- 11. 页脚 ---------- */
.pc-foot { background: var(--pc-cobalt); color: var(--pc-paper); padding: 52px 0 32px; margin-top: 0; }
.pc-foot .pc-label { color: var(--pc-gold); }
.pc-foot a { color: inherit; }

.pc-sub-row {
  padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(246,241,230,.18);
  display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 44px; align-items: end;
}
.pc-sub-row .sub-copy { grid-column: 1/3; }
.pc-sub-row .sub-box { grid-column: 3/5; }
.pc-sub-row h3 { font-family: var(--pc-serif); font-weight: 500; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.2; margin-top: 12px; color: var(--pc-paper); }
.pc-sub-row h3 em { font-style: italic; color: #8FB3E8; }
.pc-sub-form { display: flex; border-bottom: 1px solid rgba(246,241,230,.5); margin-bottom: 5px; }
.pc-sub-form input {
  flex: 1; background: none; border: none; outline: none; color: var(--pc-paper);
  font-family: var(--pc-serif); font-size: 16px; padding: 10px 2px; font-style: italic; min-width: 0;
}
.pc-sub-form input::placeholder { color: rgba(246,241,230,.45); }
.pc-sub-form button {
  background: none; border: none; cursor: pointer; color: var(--pc-paper);
  font-family: var(--pc-sans); font-size: 11px; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; padding: 0 6px; transition: color .3s;
}
.pc-sub-form button:hover { color: var(--pc-gold); }
.pc-sub-done { display: none; font-family: var(--pc-serif); font-style: italic; font-size: 17px; color: var(--pc-gold); margin-bottom: 8px; }

.pc-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid rgba(246,241,230,.18); }
.pc-trust div { display: flex; align-items: center; gap: 14px; }
.pc-trust .ic { width: 7px; height: 7px; background: var(--pc-gold); border-radius: 50%; flex: none; }
.pc-trust span { font-family: var(--pc-sans); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(246,241,230,.75); }

.pc-foot-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; padding-bottom: 40px; margin-bottom: 32px; border-bottom: 1px solid rgba(246,241,230,.18); }
.pc-foot-brand { font-family: var(--pc-serif); font-size: clamp(32px, 3.2vw, 48px); font-weight: 460; line-height: .95; color: var(--pc-paper); }
.pc-foot-brand em { font-style: italic; }
.pc-foot-brand .cn { font-family: var(--pc-serif); font-style: italic; font-size: .42em; letter-spacing: .06em; color: #8FB3E8; }
.pc-foot-tagline { margin-top: 16px; font-family: var(--pc-serif); font-style: italic; font-size: 15px; color: rgba(246,241,230,.6); max-width: 34ch; line-height: 1.7; }
.pc-foot-col h4 { font-family: var(--pc-sans); font-size: 10px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--pc-gold); margin-bottom: 18px; }
.pc-foot-col ul { list-style: none; padding: 0; margin: 0; }
.pc-foot-col a {
  display: block; font-family: var(--pc-sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(246,241,230,.68); padding: 6px 0; transition: color .3s;
}
.pc-foot-col a:hover { color: var(--pc-paper); }
.pc-pay-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pc-pay-row .k { font-family: var(--pc-sans); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: rgba(246,241,230,.5); margin-right: 8px; }
.pc-pay { border: 1px solid rgba(246,241,230,.3); color: rgba(246,241,230,.8); font-family: var(--pc-sans); font-size: 9px; font-weight: 600; letter-spacing: .08em; padding: 6px 10px; border-radius: 3px; white-space: nowrap; }
.pc-foot-bottom { margin-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.pc-foot-bottom span { font-family: var(--pc-sans); font-size: 10px; letter-spacing: .16em; color: rgba(246,241,230,.5); }

/* 原主题页脚隐藏（已被 pc-foot 取代） */
.site-footer { display: none; }

/* ---------- 11b. 商店/分类页页头收紧 ----------
   原 .page-hero 上下留白 96/64，加上固定顶栏预留的 116px，
   第一排商品要到 700px 以下才出现——笔记本首屏全是标题带，看着像空页。
   顶栏预留已经给足空气，这里把自身留白压掉，让商品进首屏。 */
.page-hero { padding: 30px 0 34px; }
.page-hero h1 { font-family: var(--pc-serif); font-size: clamp(30px, 3.2vw, 44px); margin-top: 10px; }
.page-hero h1 em { font-style: italic; color: var(--pc-cobalt); }
.page-hero .eyebrow { color: var(--pc-seal); font-size: 10.5px; letter-spacing: .24em; }
.page-hero .eyebrow::before, .page-hero .eyebrow--lines::after { background: var(--pc-seal); }
.content-area { padding: 36px 0 80px; }

/* ---------- 11c. 商品列表卡片：去白底、图更大更长 ----------
   老样式是白色圆角卡片 + 整条 ADD TO CART 按钮，和首页的 .pc-pick 不是一套语言。
   这里改成：无卡片底、4:5 大图、红色分类小标、右下角「+」快速加购。
   配套模板 woocommerce/content-product.php。 */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 46px 28px;
  margin: 0 0 40px !important;
  padding: 0;
  list-style: none;
}
/* 干掉 WooCommerce 自带的 float 清除伪元素，否则网格里会多出空格子 */
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none !important; display: none !important; }

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: left;
  transition: none;
  overflow: visible;
}
.woocommerce ul.products li.product:hover { transform: none; box-shadow: none; }

.pc-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;              /* 比原来的正方形更长 */
  border: 1px solid var(--pc-hairline);
  background: #fff;
}
.pc-card-imglink { display: block; width: 100%; height: 100%; }
.woocommerce ul.products li.product .pc-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0;
  margin: 0;
  transition: transform 1.1s cubic-bezier(.19, 1, .22, 1);
}
.pc-card:hover .pc-card-media img { transform: scale(1.05); }

.pc-card-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--pc-seal); color: var(--pc-paper);
  font-family: var(--pc-sans); font-size: 9px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; padding: 5px 10px;
}
.pc-card-tag--out { background: rgba(35, 40, 56, .75); }

/* 右下角「+」快速加购 */
.woocommerce ul.products li.product .pc-card-add {
  position: absolute; right: 0; bottom: 0; z-index: 2;
  width: 48px; height: 48px;
  display: grid; place-items: center;
  margin: 0 !important; padding: 0 !important;
  background: var(--pc-paper); color: var(--pc-cobalt);
  border: 1px solid var(--pc-hairline); border-right: 0; border-bottom: 0;
  border-radius: 0;
  font-family: var(--pc-sans); font-size: 22px; font-weight: 400; line-height: 1;
  transition: background .3s, color .3s;
}
.woocommerce ul.products li.product .pc-card-add:hover {
  background: var(--pc-cobalt); color: var(--pc-paper);
}
.woocommerce ul.products li.product .pc-card-add.loading { opacity: .6; }
.woocommerce ul.products li.product .pc-card-add.added { background: var(--pc-seal); color: var(--pc-paper); }
/* 加购成功后 WooCommerce 会插一个「View cart」链接，这里不显示，
   顶栏购物车角标会即时 +1（见 pc-home.js） */
.woocommerce ul.products li.product .added_to_cart { display: none !important; }

.pc-card-cat {
  display: block; margin: 16px 0 7px;
  font-family: var(--pc-sans); font-size: 9.5px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase; color: var(--pc-seal);
}
.woocommerce ul.products li.product .pc-card-title {
  font-family: var(--pc-serif); font-weight: 500;
  font-size: 17px; line-height: 1.35;
  margin: 0; padding: 0 !important;
}
.pc-card-title a { color: var(--pc-ink); }
.pc-card:hover .pc-card-title a { color: var(--pc-cobalt); }
.woocommerce ul.products li.product .pc-card-price {
  margin-top: 9px;
  font-family: var(--pc-serif); font-weight: 560; font-size: 19px;
  color: var(--pc-cobalt);
}
.woocommerce ul.products li.product .pc-card-price del { color: rgba(35,40,56,.4); font-size: 15px; margin-left: 8px; font-weight: 400; }
.woocommerce ul.products li.product .pc-card-price ins { text-decoration: none; }

@media (max-width: 620px) {
  .woocommerce ul.products { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 32px 16px; }
  .pc-card-cat { font-size: 8.5px; letter-spacing: .2em; }
  .woocommerce ul.products li.product .pc-card-title { font-size: 14.5px; }
  .woocommerce ul.products li.product .pc-card-price { font-size: 16px; }
  .woocommerce ul.products li.product .pc-card-add { width: 40px; height: 40px; font-size: 19px; }
}

/* 商品列表上方的「共 N 件 / 排序」行压扁一点 */
.woocommerce-result-count, .woocommerce-ordering { margin-bottom: 10px !important; }
.woocommerce-result-count {
  font-family: var(--pc-sans); font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(35,40,56,.55);
}

/* ---------- 12. 响应式 ---------- */
@media (max-width: 1240px) {
  .pc-nav { gap: 18px; }
  .pc-nav a { font-size: 11px; }
  .pc-chip.c1 { left: 0; }
  .pc-chip.c2 { left: -2%; }
}
@media (max-width: 1000px) {
  .pc-hero { padding-top: 56px; }
  .pc-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .pc-hero-visual { justify-content: flex-start; padding: 10px 0 6px; }
  .pc-moon-gate { width: min(68vw, 380px); }
  .pc-hero-vertical { display: none; }
  .pc-chip.c1 { left: auto; right: 0; top: 4%; }
  .pc-chip.c2 { left: 0; bottom: -6%; }
  .pc-chip.c3 { left: auto; right: 0; bottom: 24%; }
  .pc-col-grid { grid-template-columns: 1fr; gap: 48px; }
  .pc-craft-strip { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; }
  .pc-pick-strip { grid-auto-columns: 220px; }
  .pc-trust { grid-template-columns: 1fr 1fr; gap: 26px; }
  .pc-foot-cols { grid-template-columns: 1fr; gap: 36px; }
  .pc-nav { display: none; }
  .pc-nav-cta { display: none; }
  .pc-burger { display: grid; place-items: center; }
}
@media (max-width: 900px) {
  .pc-sub-row { grid-template-columns: 1fr; gap: 22px; }
  .pc-sub-row .sub-copy, .pc-sub-row .sub-box { grid-column: auto; }
}
@media (max-width: 760px) {
  .pc-annc { display: none; }
  .pc-hd { top: 0; }
  .pc-story-wrap { padding: 84px 22px 18px; }
  .pc-story-carousel { height: min(52vh, 410px); min-height: 330px; }
  .pc-story-slide img { object-position: 58% center; }
  .pc-story-slide::after, .pc-story-slide.copy-right::after { background: linear-gradient(0deg, rgba(14,20,27,.8), rgba(14,20,27,.08) 68%); }
  .pc-story-copy, .copy-right .pc-story-copy { inset: auto 18px 64px; width: auto; transform: none; }
  .pc-story-copy h2 { max-width: 500px; font-size: clamp(30px, 9vw, 42px); }
  .pc-story-copy p { margin: 9px 0 13px; font-size: 13px; line-height: 1.45; }
  .pc-story-copy .pc-eyebrow { margin-bottom: 8px; }
  .pc-story-controls { right: 8px; bottom: 7px; transform: scale(.88); transform-origin: right bottom; }
  .pc-hero { padding-top: 44px; }
  .pc-wrap { padding-left: 22px; padding-right: 22px; }
  .pc-sec { padding: 60px 0; }
}
@media (max-width: 620px) {
  .pc-pick-strip { grid-auto-columns: 180px; gap: 28px 16px; }
  .pc-pick h3 { font-size: 14.5px; }
  .pc-pick .price { font-size: 15px; }
  .pc-hero-trust { gap: 22px; }
  .pc-chip { max-width: 205px; padding: 7px 9px 7px 7px; gap: 8px; }
  .pc-chip img { width: 44px; height: 44px; }
  .pc-chip .t { font-size: 12px; }
}
