/* 岩间喵喵茶事 · MIAO · TEA 官网样式
   色板：浅奶米铺底 / 浅奶咖浮层 / 品牌棕强调 / 深棕文字（全站无纯白、无绿、无黑） */

:root {
  --paper: #F9F2E6;
  --cream: #FAEEDD;
  --cream-2: #F5E4CB;
  --accent: #C39B6E;
  --accent-deep: #A97B4B;
  --deep: #8A5A32;
  --ink: #5F3D22;
  --ink-soft: #8C6A4A;
  --line: rgba(138, 90, 50, .18);
  --line-soft: rgba(138, 90, 50, .10);
  --shadow: 0 10px 34px rgba(138, 90, 50, .10);
  --shadow-soft: 0 4px 18px rgba(138, 90, 50, .08);
  --radius: 18px;
  --radius-lg: 26px;
  --serif: "Noto Serif SC", "Songti SC", "STSong", "SimSun", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--deep); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-deep); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 860px; margin: 0 auto; padding: 0 28px; }

/* ============ 顶部导航 ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(249, 242, 230, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex; align-items: center; gap: 26px;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1.5px solid var(--accent); }
.brand-txt { line-height: 1.25; }
.brand-txt b { display: block; font-family: var(--serif); font-size: 18px; color: var(--deep); letter-spacing: 2px; }
.brand-txt span { display: block; font-size: 10px; letter-spacing: 3px; color: var(--ink-soft); text-transform: uppercase; }
.nav-links { display: flex; gap: 6px; margin-left: auto; }
.nav-links a {
  padding: 8px 14px; font-size: 15px; color: var(--ink); border-radius: 999px;
  letter-spacing: 1px;
}
.nav-links a:hover, .nav-links a.active { background: var(--cream); color: var(--deep); }
.lang-toggle {
  flex-shrink: 0; border: 1px solid var(--accent); background: transparent;
  color: var(--deep); border-radius: 999px; padding: 7px 16px;
  font-size: 13px; letter-spacing: 1px; cursor: pointer; font-family: var(--sans);
}
.lang-toggle:hover { background: var(--cream); }
.nav-burger { display: none; margin-left: auto; background: none; border: 0; font-size: 26px; color: var(--deep); cursor: pointer; }

/* ============ 通用区块 ============ */
.section { padding: 76px 0; }
.section-tight { padding: 48px 0; }
.eyebrow {
  font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: 12px;
}
.section-title {
  font-family: var(--serif); font-size: 32px; color: var(--deep);
  letter-spacing: 3px; font-weight: 600; line-height: 1.4;
}
.section-sub { color: var(--ink-soft); margin-top: 12px; font-size: 15px; }
.section-head { margin-bottom: 40px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head .more-link { font-size: 14px; color: var(--accent-deep); white-space: nowrap; }
.section-head .more-link:hover { text-decoration: underline; }

.cream-bg { background: var(--cream); }
.divider-dot { text-align: center; color: var(--accent); letter-spacing: 12px; padding: 10px 0 4px; font-size: 12px; }

/* ============ 按钮 ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 13px 30px; font-size: 15px; letter-spacing: 2px;
  cursor: pointer; border: 1px solid transparent; font-family: var(--sans);
  transition: all .22s; text-align: center;
}
.btn-primary { background: var(--deep); color: var(--cream); }
.btn-primary:hover { background: var(--accent-deep); color: var(--cream); transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #fffaf2; }
.btn-accent:hover { background: var(--accent-deep); color: #fffaf2; }
.btn-ghost { border-color: var(--accent); color: var(--deep); background: transparent; }
.btn-ghost:hover { background: var(--cream); }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-block { width: 100%; }

/* ============ 首页 Hero ============ */
/* 1080x847 海报原稿：清晰层居中完整呈现（contain），同图虚化延展 cover 铺满两侧，压暗降饱和呈哑光茶褐，边缘羽化无缝过渡 */
.hero {
  --hero-h: clamp(320px, min(64vh, 82vw), 720px);
  position: relative; width: 100%; height: var(--hero-h); overflow: hidden;
  background: #5C4128;
}
.hero-bg, .hero-fg { position: absolute; inset: 0; }
.hero-bg { z-index: 0; }
.hero-fg { z-index: 1; }
.hero-bg .hero-slide {
  position: absolute; inset: -8%; opacity: 0; transition: opacity 1.4s ease;
  background-size: cover; background-position: center;
  filter: blur(30px) brightness(0.72) saturate(0.62);
  transform: scale(1.14);
}
/* 虚化层再罩一层哑光褐灰，杜绝泛金，两侧统一成沉稳茶褐 */
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(74, 52, 31, .34) 0%, rgba(74, 52, 31, .10) 28%, rgba(74, 52, 31, .10) 72%, rgba(74, 52, 31, .34) 100%);
}
.hero-fg .hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease;
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.hero-bg .hero-slide.on, .hero-fg .hero-slide.on { opacity: 1; }
/* 宽屏下清晰原稿左右羽化，溶入虚化延展层，无硬接缝 */
@media (min-width: 760px) {
  .hero-fg .hero-slide {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }
}
.hero-mask {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(60, 36, 16, .16) 0%, rgba(60, 36, 16, 0) 28%, rgba(60, 36, 16, 0) 58%, rgba(60, 36, 16, .34) 100%);
}
/* 文案层宽度 = 清晰原稿宽度并居中，标题始终落在原稿画面上 */
.hero-inner {
  position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: min(100vw, calc(var(--hero-h) * 1.2751));
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 clamp(20px, 4vw, 52px) 7%;
  color: #FBF4E8;
}
/* 文案区局部渐变：只压暗左下角，保证标题可读 */
.hero-inner::before {
  content: ''; position: absolute; z-index: -1;
  left: 0; bottom: 0; top: auto; height: 82%; width: 72%;
  background: linear-gradient(90deg, rgba(50, 30, 14, .50) 0%, rgba(50, 30, 14, .24) 55%, rgba(50, 30, 14, 0) 100%);
  pointer-events: none;
}
.hero-seal { width: 60px; height: 60px; margin-bottom: 20px; opacity: .92; }
.hero h1 {
  font-family: var(--serif); font-size: clamp(32px, 5vw, 54px);
  letter-spacing: 8px; font-weight: 600; text-shadow: 0 2px 22px rgba(40, 24, 10, .5);
}
.hero .hero-en {
  font-family: Georgia, var(--serif); font-style: italic;
  font-size: clamp(15px, 1.8vw, 20px); letter-spacing: 4px; margin-top: 8px;
  color: #F3E4CC; text-shadow: 0 2px 16px rgba(40, 24, 10, .5);
}
.hero .hero-slogan {
  margin-top: 14px; font-size: clamp(14px, 1.5vw, 18px); letter-spacing: 6px;
  color: #F6EAD7; text-shadow: 0 2px 12px rgba(40, 24, 10, .5);
}
.hero-cta { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn-primary { background: var(--cream); color: var(--deep); }
.hero-cta .btn-primary:hover { background: #FFF8EE; color: var(--deep); }
.hero-cta .btn-ghost { border-color: rgba(251, 244, 232, .75); color: #FBF4E8; }
.hero-cta .btn-ghost:hover { background: rgba(251, 244, 232, .14); }
.hero-dots { position: absolute; right: 5%; bottom: 8%; z-index: 3; display: flex; gap: 10px; }
.hero-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(251, 244, 232, .45); cursor: pointer; transition: all .3s; }
.hero-dots i.on { background: var(--cream); transform: scale(1.35); }
/* 矮视口（笔记本/横屏）：文案紧凑化 */
@media (max-height: 760px) and (min-width: 761px) {
  .hero-seal { width: 44px; height: 44px; margin-bottom: 10px; }
  .hero h1 { font-size: clamp(26px, 4vw, 40px); letter-spacing: 4px; }
  .hero .hero-en { display: none; }
  .hero .hero-slogan { margin-top: 10px; font-size: 13px; letter-spacing: 2px; max-width: 92%; }
  .hero-cta { margin-top: 16px; }
  .hero-cta .btn { padding: 10px 22px; font-size: 14px; }
}
/* 手机端：全屏 cover 铺满，底部暗色压角 + 浅色文字 */
@media (max-width: 760px) {
  .hero { --hero-h: clamp(300px, 56vh, 440px); }
  .hero-fg { display: none; }
  .hero-bg .hero-slide { background-position: center; filter: none; transform: scale(1.04); }
  .hero-mask {
    background: linear-gradient(180deg, rgba(40, 24, 10, 0) 30%, rgba(40, 24, 10, .36) 66%, rgba(40, 24, 10, .64) 100%);
  }
  .hero-inner { width: 100%; left: 0; transform: none; color: #FBF4E8; padding: 0 18px 20%; }
  .hero-inner::before { width: 100%; height: 72%; background: linear-gradient(180deg, rgba(40, 24, 10, 0) 0%, rgba(40, 24, 10, .30) 45%, rgba(40, 24, 10, .52) 100%); }
  .hero h1 { color: #FBF4E8; text-shadow: 0 2px 18px rgba(40, 24, 10, .6); }
  .hero .hero-en { color: #F3E4CC; }
  .hero .hero-slogan { color: #F6EAD7; }
  .hero-cta .btn-primary { background: var(--cream); color: var(--deep); }
  .hero-cta .btn-primary:hover { background: #FFF8EE; color: var(--deep); }
  .hero-cta .btn-ghost { border-color: rgba(251, 244, 232, .75); color: #FBF4E8; }
  .hero-dots { right: 20px; bottom: 8%; }
  .hero-dots i { background: rgba(251, 244, 232, .45); }
  .hero-dots i.on { background: var(--cream); }
}

/* ============ 品牌导引条 ============ */
.intro-band { text-align: center; }
.intro-band .lead {
  font-family: var(--serif); font-size: clamp(19px, 2.4vw, 25px);
  color: var(--deep); letter-spacing: 2px; line-height: 2; max-width: 820px; margin: 0 auto;
}
.intro-band .lead-en {
  font-family: Georgia, serif; font-style: italic; color: var(--ink-soft);
  font-size: clamp(15px, 1.8vw, 18px); margin-top: 18px; line-height: 1.9;
}
.intro-band .sig { margin-top: 26px; color: var(--accent-deep); font-size: 14px; letter-spacing: 3px; }

/* ============ 系列条 ============ */
.series-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.series-card {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4;
  box-shadow: var(--shadow-soft); display: block;
}
.series-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.series-card:hover img { transform: scale(1.06); }
.series-card .sc-mask {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(95, 61, 34, .78) 100%);
}
.series-card .sc-txt {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 14px; text-align: center; color: #FBF4E8;
}
.series-card .sc-txt b { font-family: var(--serif); font-size: 19px; letter-spacing: 3px; display: block; text-shadow: 0 1px 8px rgba(60, 36, 16, .5); }
.series-card .sc-txt span { font-size: 11px; letter-spacing: 1.5px; opacity: .9; display: block; margin-top: 4px; min-height: 16px; }
.series-card .sc-soon {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: rgba(249, 242, 230, .92); color: var(--deep);
  font-size: 10.5px; letter-spacing: 1.5px; padding: 3px 10px; border-radius: 999px;
}
.series-card.is-coming img { filter: saturate(.72) brightness(.96); }
.series-ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 40px; opacity: .55; background: var(--cream-2);
}

/* ============ 喵趣板块（咖啡/订阅/茶礼/定制） ============ */
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.extra-card {
  display: flex; flex-direction: column; background: var(--paper);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft);
  transition: transform .25s, box-shadow .25s;
}
.extra-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ec-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); }
.ec-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.extra-card:hover .ec-img img { transform: scale(1.06); }
.ec-icon {
  position: absolute; top: 10px; left: 12px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(249, 242, 230, .92);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.ec-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ec-body b { font-family: var(--serif); font-size: 16px; color: var(--deep); letter-spacing: 1px; }
.ec-sub { font-size: 12px; color: var(--accent); letter-spacing: 1px; }
.ec-desc {
  font-size: 12.5px; line-height: 1.7; color: var(--ink-soft);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.ec-go { margin-top: auto; padding-top: 10px; font-size: 12px; color: var(--deep); letter-spacing: 1px; }
.extra-card:hover .ec-go { color: var(--accent-deep); }
@media (max-width: 1100px) {
  .extras-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .extras-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ============ 商品卡片 ============ */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card {
  background: var(--cream); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; display: block;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pc-img { position: relative; aspect-ratio: 1; background: var(--cream-2); overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(249, 242, 230, .92); color: var(--deep);
  font-size: 11px; padding: 4px 12px; border-radius: 999px; letter-spacing: 1px;
}
.pc-body { padding: 18px 18px 20px; }
.pc-name { font-family: var(--serif); font-size: 17px; color: var(--deep); letter-spacing: 1px; line-height: 1.5; }
.pc-name-en { font-family: Georgia, serif; font-style: italic; font-size: 12.5px; color: var(--ink-soft); margin-top: 3px; min-height: 18px; }
.pc-sub { font-size: 12.5px; color: var(--ink-soft); margin-top: 8px; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 40px; }
.pc-foot { display: flex; align-items: baseline; justify-content: space-between; margin-top: 14px; }
.pc-price { color: var(--accent-deep); font-weight: 600; font-size: 16px; }
.pc-price small { font-size: 11px; font-weight: 400; margin-right: 2px; }
.pc-go { font-size: 12px; color: var(--ink-soft); letter-spacing: 1px; }
.product-card:hover .pc-go { color: var(--deep); }

/* ============ 文章卡片 ============ */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card {
  background: var(--cream); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
  border-top: 3px solid var(--accent); transition: transform .25s;
}
.article-card:hover { transform: translateY(-3px); }
.ac-icon { font-size: 30px; margin-bottom: 14px; opacity: .9; }
.ac-cat { font-size: 11px; letter-spacing: 2px; color: var(--accent-deep); text-transform: uppercase; }
.ac-title { font-family: var(--serif); font-size: 19px; color: var(--deep); margin: 10px 0 8px; line-height: 1.55; letter-spacing: 1px; }
.ac-summary { font-size: 13.5px; color: var(--ink-soft); line-height: 1.8; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.ac-more { margin-top: 18px; font-size: 13px; color: var(--deep); letter-spacing: 1px; }

/* ============ 首页叙事横幅 ============ */
.story-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.story-band img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story-band .sb-quote {
  font-family: var(--serif); font-size: 24px; color: var(--deep); line-height: 1.9;
  letter-spacing: 2px; border-left: 3px solid var(--accent); padding-left: 22px; margin: 24px 0;
}

/* ============ 内页头图 ============ */
.page-hero { padding: 64px 0 40px; text-align: center; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(30px, 4vw, 42px); color: var(--deep); letter-spacing: 6px; }
.page-hero .ph-en { font-family: Georgia, serif; font-style: italic; color: var(--accent-deep); font-size: 17px; letter-spacing: 3px; margin-top: 8px; }
.page-hero p { max-width: 640px; margin: 18px auto 0; color: var(--ink-soft); }

/* ============ 正文排版（故事/工艺/文章） ============ */
.prose { font-size: 16.5px; line-height: 2.05; color: var(--ink); }
.prose > * + * { margin-top: 22px; }
.prose h2 { font-family: var(--serif); font-size: 25px; color: var(--deep); letter-spacing: 2px; margin-top: 44px; display: flex; align-items: center; gap: 14px; }
.prose h2::before { content: ""; width: 26px; height: 2px; background: var(--accent); flex-shrink: 0; }
.prose h3 { font-family: var(--serif); font-size: 20px; color: var(--deep); margin-top: 30px; letter-spacing: 1px; }
.prose p { letter-spacing: .4px; }
.prose blockquote {
  font-family: var(--serif); font-size: 21px; color: var(--deep);
  background: var(--cream); border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0; padding: 22px 28px; line-height: 1.9; letter-spacing: 1.5px;
}
.prose img { border-radius: var(--radius); box-shadow: var(--shadow-soft); margin: 30px 0; width: 100%; }
.prose .img-caption { text-align: center; font-size: 13px; color: var(--ink-soft); margin-top: -14px; margin-bottom: 8px; letter-spacing: 1px; }

/* 工艺流程 */
.craft-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 26px; }
.craft-step {
  background: var(--cream); border-radius: var(--radius); padding: 28px 26px;
  box-shadow: var(--shadow-soft); position: relative;
}
.craft-step .cs-no {
  font-family: Georgia, serif; font-size: 34px; color: var(--accent); opacity: .55; line-height: 1;
}
.craft-step h3 { font-family: var(--serif); font-size: 20px; color: var(--deep); margin: 10px 0 8px; letter-spacing: 2px; }
.craft-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.85; }

/* ============ 茶品列表页 ============ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-chip {
  border: 1px solid var(--line); background: transparent; color: var(--ink-soft);
  border-radius: 999px; padding: 8px 20px; font-size: 14px; cursor: pointer; font-family: var(--sans);
  transition: all .2s;
}
.filter-chip:hover { border-color: var(--accent); color: var(--deep); }
.filter-chip.on { background: var(--deep); border-color: var(--deep); color: var(--cream); }

/* ============ 商品详情 ============ */
.pd-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; padding: 46px 0 70px; }
.pd-gallery .pd-main {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1; background: var(--cream);
  box-shadow: var(--shadow);
}
.pd-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.pd-thumbs img {
  width: 76px; height: 76px; object-fit: cover; border-radius: 12px; cursor: pointer;
  border: 2px solid transparent; box-shadow: var(--shadow-soft);
}
.pd-thumbs img.on { border-color: var(--accent); }
.pd-info { padding-top: 6px; }
.pd-series { font-size: 12px; letter-spacing: 3px; color: var(--accent-deep); text-transform: uppercase; }
.pd-info h1 { font-family: var(--serif); font-size: 30px; color: var(--deep); letter-spacing: 2px; margin: 10px 0 4px; line-height: 1.4; }
.pd-name-en { font-family: Georgia, serif; font-style: italic; color: var(--ink-soft); font-size: 16px; }
.pd-subtitle { margin-top: 14px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.pd-price-row {
  background: var(--cream); border-radius: var(--radius); padding: 20px 24px; margin: 24px 0;
  display: flex; align-items: baseline; gap: 14px; box-shadow: var(--shadow-soft);
}
.pd-price { font-size: 30px; color: var(--accent-deep); font-weight: 600; font-family: Georgia, serif; }
.pd-price-note { font-size: 12.5px; color: var(--ink-soft); }
.pd-flavor { font-size: 14.5px; color: var(--ink); margin-bottom: 22px; line-height: 1.9; }
.pd-flavor b { color: var(--deep); font-weight: 600; }
.pd-actions { display: flex; flex-direction: column; gap: 12px; }
.pd-contact-row { display: flex; gap: 12px; }
.pd-contact-row .btn { flex: 1; }
.pd-note { font-size: 12.5px; color: var(--ink-soft); text-align: center; margin-top: 6px; line-height: 1.7; }

.spec-table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 14px; }
.spec-table th, .spec-table td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.spec-table th { width: 130px; color: var(--ink-soft); font-weight: 400; letter-spacing: 1px; white-space: nowrap; }
.spec-table td { color: var(--ink); }
.pd-block { margin-top: 44px; }
.pd-block h2 { font-family: var(--serif); font-size: 21px; color: var(--deep); letter-spacing: 2px; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.pd-block h2::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.pd-detail-imgs { display: grid; gap: 18px; }
.pd-detail-imgs img { border-radius: var(--radius); width: 100%; box-shadow: var(--shadow-soft); }
.compliance {
  background: var(--cream); border-radius: var(--radius); padding: 20px 24px;
  font-size: 13px; color: var(--ink-soft); line-height: 2; box-shadow: var(--shadow-soft);
}

/* ============ 关于/联系 ============ */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.contact-card {
  background: var(--cream); border-radius: var(--radius); padding: 32px 28px; text-align: center;
  box-shadow: var(--shadow-soft); transition: transform .25s;
}
.contact-card:hover { transform: translateY(-3px); }
.contact-card .cc-ic { font-size: 30px; margin-bottom: 14px; }
.contact-card h3 { font-family: var(--serif); font-size: 19px; color: var(--deep); letter-spacing: 2px; margin-bottom: 8px; }
.contact-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.8; word-break: break-word; }
.contact-card .cc-action { margin-top: 16px; }

/* 实体店 + 地图 */
.store-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: stretch; }
.store-map {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
  background: var(--cream-2); position: relative; aspect-ratio: 16/10;
}
.store-map img { width: 100%; height: 100%; object-fit: cover; }
.store-map-fallback {
  position: absolute; inset: 0; display: none; align-items: center; justify-content: center;
  color: var(--ink-soft); font-size: 14px; letter-spacing: 2px;
}
.store-info { display: flex; flex-direction: column; gap: 22px; padding: 8px 0; }
.si-row { display: flex; gap: 16px; align-items: flex-start; }
.si-ic { font-size: 22px; flex-shrink: 0; width: 40px; text-align: center; }
.si-label { font-size: 11px; letter-spacing: 2px; color: var(--accent-deep); text-transform: uppercase; margin-bottom: 4px; }
.si-val { font-size: 15px; color: var(--ink); line-height: 1.7; }

/* 询盘表单 */
.inquiry-form { background: var(--paper); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); }
.if-row { margin-bottom: 20px; }
.if-row label { display: block; font-size: 12px; letter-spacing: 2px; color: var(--accent-deep); margin-bottom: 8px; text-transform: uppercase; }
.if-row input, .if-row select, .if-row textarea {
  width: 100%; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px;
  background: var(--cream); font-size: 15px; font-family: var(--sans); color: var(--ink);
  transition: border-color .2s, box-shadow .2s; resize: vertical;
}
.if-row input:focus, .if-row select:focus, .if-row textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(195, 155, 110, .18);
}
.if-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.if-cell { margin-bottom: 0; }
.if-tip { text-align: center; margin-top: 14px; font-size: 13px; color: var(--ink-soft); min-height: 20px; }
.if-tip.ok { color: #A97B4B; }
.if-tip.err { color: #b34a3a; }

/* 资质网格 */
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 10px; }
.cert-card {
  background: var(--cream); border-radius: var(--radius); padding: 28px 24px; text-align: center;
  box-shadow: var(--shadow-soft); transition: transform .25s;
}
.cert-card:hover { transform: translateY(-3px); }
.cert-ic { font-size: 28px; margin-bottom: 12px; }
.cert-card h3 { font-family: var(--serif); font-size: 17px; color: var(--deep); letter-spacing: 2px; margin-bottom: 8px; }
.cert-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.8; }
.cert-card a { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--accent-deep); letter-spacing: 1px; }
.cert-card a:hover { text-decoration: underline; }

.about-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.about-band img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* ============ 微信购买弹层 ============ */
.modal-mask {
  position: fixed; inset: 0; z-index: 300; background: rgba(95, 61, 34, .45);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-mask.on { display: flex; }
.modal {
  background: var(--paper); border-radius: var(--radius-lg); padding: 38px 34px;
  max-width: 400px; width: 100%; text-align: center; position: relative; box-shadow: 0 24px 60px rgba(60, 36, 16, .3);
}
.modal h3 { font-family: var(--serif); font-size: 22px; color: var(--deep); letter-spacing: 2px; }
.modal p { font-size: 14px; color: var(--ink-soft); margin-top: 10px; line-height: 1.8; }
.modal .m-qr { width: 230px; height: 230px; margin: 22px auto 8px; border-radius: 14px; background: var(--cream); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.modal .m-qr img { width: 100%; height: 100%; object-fit: contain; }
.modal .m-spin { color: var(--accent); font-size: 13px; }
.modal-close {
  position: absolute; top: 14px; right: 18px; background: none; border: 0;
  font-size: 22px; color: var(--ink-soft); cursor: pointer;
}

/* ============ 页脚 ============ */
.site-footer { background: var(--cream); border-top: 1px solid var(--line-soft); margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 58px 0 42px; }
.footer-brand img { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--accent); margin-bottom: 16px; }
.footer-brand b { font-family: var(--serif); font-size: 20px; color: var(--deep); letter-spacing: 3px; display: block; }
.footer-brand .fb-en { font-family: Georgia, serif; font-style: italic; color: var(--ink-soft); font-size: 13px; letter-spacing: 2px; }
.footer-brand p { font-size: 13px; color: var(--ink-soft); margin-top: 14px; line-height: 1.9; max-width: 300px; }
.footer-col h4 { font-size: 14px; color: var(--deep); letter-spacing: 2px; margin-bottom: 16px; font-weight: 600; }
.footer-col a { display: block; font-size: 13.5px; color: var(--ink-soft); padding: 5px 0; }
.footer-col a:hover { color: var(--deep); }
.footer-col p { font-size: 13.5px; color: var(--ink-soft); padding: 3px 0; }
.footer-bottom {
  border-top: 1px solid var(--line-soft); padding: 20px 0 26px;
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--ink-soft); text-align: center;
}
.footer-bottom a { color: var(--ink-soft); }
.footer-bottom a:hover { color: var(--deep); }
.footer-bottom .police-badge { display: inline-flex; align-items: center; gap: 6px; }
.footer-bottom .police-badge img { width: 16px; height: 16px; }

/* ============ 加载/空态 ============ */
.loading { text-align: center; color: var(--ink-soft); padding: 70px 0; font-size: 14px; letter-spacing: 2px; }
.loading::before {
  content: ""; display: block; width: 30px; height: 30px; margin: 0 auto 16px;
  border: 2.5px solid var(--cream-2); border-top-color: var(--accent); border-radius: 50%;
  animation: mt-spin .9s linear infinite;
}
@keyframes mt-spin { to { transform: rotate(360deg); } }
.empty-tip { text-align: center; color: var(--ink-soft); padding: 60px 0; }

/* 筛选条"敬请期待"小标 */
.chip-soon { font-style: normal; font-size: 10.5px; opacity: .75; margin-left: 2px; }

/* 空系列占位 */
.empty-series {
  grid-column: 1 / -1; text-align: center; padding: 70px 20px;
  background: var(--cream); border: 1px dashed var(--line); border-radius: var(--radius-lg);
}
.empty-series .es-emoji { font-size: 42px; opacity: .7; }
.empty-series b { display: block; font-family: var(--serif); font-size: 22px; color: var(--deep); letter-spacing: 3px; margin: 14px 0 8px; }
.empty-series p { color: var(--ink-soft); font-size: 14px; margin: 0 0 22px; }
.es-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* 浮现动画 */
.fade-up { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.in { opacity: 1; transform: none; }

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .series-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 12px 20px 20px; gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-burger { display: block; }
  .story-band, .about-band, .pd-layout { grid-template-columns: 1fr; gap: 34px; }
  .about-band img { aspect-ratio: 4/3; max-width: 460px; }
  .store-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .craft-steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .wrap, .wrap-narrow { padding: 0 18px; }
  .section { padding: 54px 0; }
  .series-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .pc-body { padding: 14px; }
  .pc-name { font-size: 15px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-seal { width: 38px; height: 38px; margin-bottom: 8px; }
  .hero h1 { letter-spacing: 4px; font-size: 26px; }
  .hero .hero-en { display: none; }
  .hero .hero-slogan { white-space: normal; letter-spacing: 2px; font-size: 12px; margin-top: 8px; }
  .hero-cta { margin-top: 12px; gap: 10px; }
  .hero-cta .btn { padding: 9px 18px; font-size: 13px; }
  .pd-contact-row { flex-direction: column; }
}

/* ============ 落地页（咖啡/订阅/茶礼/定制）============ */
.landing-hero {
  position: relative; min-height: clamp(380px, 58vh, 600px);
  display: flex; align-items: center; overflow: hidden;
}
.landing-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.03);
}
.landing-hero-mask {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(62,42,24,.86) 0%, rgba(74,50,28,.58) 46%, rgba(74,50,28,.22) 100%);
}
.landing-hero-inner { position: relative; z-index: 2; color: #FBF4E8; padding-top: 40px; padding-bottom: 40px; }
.landing-hero-inner .eyebrow { color: #E8D3B3; letter-spacing: 3px; }
.landing-hero-inner h1 {
  font-family: var(--serif, "Noto Serif SC", serif);
  font-size: clamp(30px, 4.6vw, 52px); margin: 10px 0 12px;
  text-shadow: 0 2px 18px rgba(40,24,10,.35);
}
.landing-sub { font-size: clamp(14px, 1.6vw, 17px); color: #F0E2CC; max-width: 520px; line-height: 1.7; }
.landing-hero-cta { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.landing-hero-cta .btn-ghost {
  background: rgba(255,248,238,.1); color: #FBF4E8; border: 1px solid rgba(251,244,232,.55);
}
.landing-hero-cta .btn-ghost:hover { background: rgba(255,248,238,.2); }
.landing-cta-band { background: var(--cream, #FAEEDD); }
.landing-cta-band h2 {
  font-family: var(--serif, "Noto Serif SC", serif);
  font-size: clamp(22px, 3vw, 32px); color: var(--ink, #5F3D22); margin-bottom: 10px;
}
.band-sub, .landing-band-sub { color: var(--ink-soft, #8A5A32); font-size: 15px; margin-bottom: 26px; }
.landing-band-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.img-caption { text-align: center; font-size: 12.5px; color: var(--ink-faint, #A88B6E); margin-top: 6px; }
@media (max-width: 640px) {
  .landing-hero { min-height: 460px; }
  .landing-hero-mask { background: linear-gradient(180deg, rgba(62,42,24,.45) 0%, rgba(62,42,24,.82) 58%); }
  .landing-hero-bg { background-position: 62% center; }
  .landing-hero-inner { padding-top: 60px; padding-bottom: 50px; }
  .landing-cta-band { padding: 48px 0; }
  .prose { font-size: 15.5px; line-height: 1.95; }
  .prose h2 { font-size: 22px; margin-top: 36px; }
  .prose h3 { font-size: 18px; }
  .prose blockquote { font-size: 15px; padding: 18px 20px; }
}
@media (max-width: 380px) {
  .landing-hero { min-height: 400px; }
  .landing-hero-inner h1 { font-size: 26px; }
  .landing-hero-cta .btn { width: 100%; text-align: center; }
  .landing-band-actions .btn { width: 100%; text-align: center; }
}

/* 落地页无头图时的纯色排版兜底（暖褐，不泛金）*/
.landing-hero.no-img {
  background: linear-gradient(135deg, #6B4C2E 0%, #83603C 55%, #9B7B56 100%);
}
.landing-hero.no-img .landing-hero-mask { display: none; }
.landing-hero.no-img .landing-hero-inner { max-width: 760px; }
.landing-hero.no-img .landing-hero-inner::before {
  content: ''; display: block; width: 56px; height: 3px; border-radius: 2px;
  background: rgba(232,211,179,.7); margin-bottom: 18px;
}
