/* =========================================================
   东方香道文化与古法合香美学空间 —— 主样式表
   视觉：烟云缥缈风 + 宋代雅致青绿
   主色 #5C7A76 汝窑天青 / 辅 #B89470 沉香木褐
   背景 #F5F5F0 宣纸米白 / 卡片 #FFFFFF 绢丝白 / 正文 #3E3A39 松烟墨
   ========================================================= */

:root {
  --tianqing: #5C7A76;   /* 汝窑天青（主色） */
  --tianqing-deep: #43605c;
  --chenmu: #B89470;     /* 沉香木褐（辅助） */
  --chenmu-deep: #9c7a58;
  --xuanzhi: #F5F5F0;    /* 宣纸米白（背景） */
  --juansi: #FFFFFF;     /* 绢丝白（卡片） */
  --songmo: #3E3A39;     /* 松烟墨（正文） */
  --songmo-soft: #6a6462;
  --yinzhang: #9E3B2F;   /* 篆刻印章红 */
  --line: #e2ded3;
  --shadow-soft: 0 8px 30px rgba(62, 58, 57, .08);
  --shadow-card: 0 4px 18px rgba(92, 122, 118, .10);
  --radius: 4px;
  --maxw: 1200px;
  --font-song: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-kai: "Noto Serif SC", "Kaiti SC", "STKaiti", "KaiTi", serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-song);
  color: var(--songmo);
  background: var(--xuanzhi);
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: .02em;
  overflow-x: hidden;
  /* 宣纸纹理背景 */
  background-image:
    radial-gradient(circle at 20% 15%, rgba(184,148,112,.04), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(92,122,118,.05), transparent 45%);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--tianqing-deep); text-decoration: none; transition: color .3s ease; }
a:hover { color: var(--yinzhang); }

.ca5c4845e { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ============ 烟雾拖尾光标 ============ */
.smoke-trail {
  position: fixed;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92,122,118,.35), transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .5s ease;
}

/* ============ 顶部导航 ============ */
.c4393893a {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,245,240,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.ca6ddc9ca {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.c0cb1b075 { display: flex; align-items: center; gap: 12px; }
.c0cb1b075 img { width: 40px; height: 40px; }
.c0cb1b075 .c9c8e7971 {
  font-family: var(--font-kai);
  font-size: 1.35rem; font-weight: 600;
  color: var(--tianqing-deep); letter-spacing: .1em;
}
.cf20b3987 { display: flex; align-items: center; gap: 26px; list-style: none; }
.cf20b3987 a { font-size: .98rem; color: var(--songmo); position: relative; padding: 6px 0; }
.cf20b3987 a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--tianqing);
  transition: width .35s ease;
}
.cf20b3987 a:hover::after { width: 100%; }
.c5a562dcf { display: flex; align-items: center; gap: 8px; }
.c5a562dcf a { font-size: 1.1rem; }
.ca147ecec { display: none; background: none; border: none; font-size: 1.6rem; color: var(--tianqing-deep); cursor: pointer; }

/* ============ 印章按钮 ============ */
.cc93810db {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 30px;
  font-family: var(--font-kai);
  font-size: 1rem; letter-spacing: .12em;
  color: #fff; background: var(--tianqing);
  border: none; border-radius: var(--radius);
  cursor: pointer; transition: all .35s ease;
  position: relative;
}
.cc93810db:hover { background: var(--tianqing-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-card); }
.c5d5df352 { background: transparent; color: var(--tianqing-deep); border: 1px solid var(--tianqing); }
.c5d5df352:hover { background: var(--tianqing); color: #fff; }
/* 按钮悬停显示红色篆刻印章 */
.c6173eb3b::after {
  content: "香"; position: absolute; right: -14px; top: -14px;
  width: 30px; height: 30px; line-height: 30px; text-align: center;
  font-size: .8rem; color: #fff; background: var(--yinzhang);
  border-radius: 3px; opacity: 0; transform: scale(.4) rotate(-15deg);
  transition: all .35s ease; font-family: var(--font-kai);
}
.c6173eb3b:hover::after { opacity: 1; transform: scale(1) rotate(0); }

/* ============ Hero 青烟袅袅 ============ */
.cc1fdda4a {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.cb7f84f80 { position: absolute; inset: 0; z-index: -2; }
.cb7f84f80 img, .cb7f84f80 video { width: 100%; height: 100%; object-fit: cover; }
.cc1fdda4a::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(245,245,240,.75) 0%, rgba(245,245,240,.35) 45%, rgba(245,245,240,.1) 100%);
}
.c05359824 { padding: 60px 0; }
.cf7f1831b {
  writing-mode: vertical-rl; text-orientation: upright;
  font-family: var(--font-kai);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: .35em; color: var(--tianqing-deep);
  line-height: 1.35; height: auto; margin-bottom: 24px;
  text-shadow: 0 2px 12px rgba(255,255,255,.6);
}
.c994cefc2 {
  font-size: 1.1rem; color: var(--songmo); max-width: 460px;
  margin-bottom: 34px; line-height: 2.1;
}
.c2d27feb8 {
  display: inline-block; color: var(--yinzhang);
  border: 2px solid var(--yinzhang); border-radius: 4px;
  padding: 2px 6px; font-family: var(--font-kai); font-size: .85rem;
  margin-left: 10px; transform: rotate(-4deg);
}

/* ============ 通用区块 ============ */
.c6d1e94ed { padding: 78px 0; }
.cf54a0a9a { background: linear-gradient(180deg, #efeee7, var(--xuanzhi)); }
.c9d4aae64 { text-align: center; margin-bottom: 52px; }
.c9d4aae64 .c5c04099e {
  font-family: var(--font-kai); color: var(--chenmu-deep);
  letter-spacing: .4em; font-size: .9rem; display: block; margin-bottom: 14px;
}
.c9d4aae64 h2 {
  font-family: var(--font-kai); font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  color: var(--tianqing-deep); font-weight: 600; letter-spacing: .1em;
  position: relative; display: inline-block; padding-bottom: 16px;
}
.c9d4aae64 h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 46px; height: 2px; background: var(--chenmu);
}
.c9d4aae64 p { max-width: 640px; margin: 18px auto 0; color: var(--songmo-soft); }

/* ============ 卡片网格 ============ */
.c42669d7a { display: grid; gap: 28px; }
.cea2d651f { grid-template-columns: repeat(2, 1fr); }
.ce8f1013f { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.c74084f04 {
  background: var(--juansi); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: transform .4s ease, box-shadow .4s ease;
  display: flex; flex-direction: column;
}
.c74084f04:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.c60161dbc { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.c60161dbc img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; filter: saturate(.95); }
.c74084f04:hover .c60161dbc img { transform: scale(1.06); }
.c7ea52d4c { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.c7ea52d4c h3 { font-family: var(--font-kai); font-size: 1.25rem; color: var(--tianqing-deep); margin-bottom: 10px; letter-spacing: .06em; }
.c7ea52d4c p { color: var(--songmo-soft); font-size: .95rem; flex: 1; }
.c341faed7 { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.c89fd1a4f {
  font-size: .78rem; color: var(--chenmu-deep);
  background: rgba(184,148,112,.12); padding: 3px 10px; border-radius: 20px;
  font-family: var(--font-kai); letter-spacing: .05em;
}
.c61f620dd { margin-top: 16px; font-family: var(--font-kai); color: var(--tianqing); font-size: .95rem; }
.c61f620dd::after { content: " →"; }

/* ============ 香气雷达（纯CSS装饰） ============ */
.radar { width: 120px; height: 120px; position: relative; margin: 0 auto; }
.radar svg { width: 100%; height: 100%; }

/* ============ 图文交错区 ============ */
.cde2bc475 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cde2bc475.c2afae67e .c8ce70be9 { order: 2; }
.c099284cb img { border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.c8ce70be9 h3 { font-family: var(--font-kai); font-size: 1.8rem; color: var(--tianqing-deep); margin-bottom: 18px; letter-spacing: .08em; }
.c8ce70be9 p { margin-bottom: 16px; color: var(--songmo); }

/* ============ 交互组件：研磨钵 ============ */
.c72d86fd6 { background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 34px; }
.c191a44f4 { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: center; }
.c52486ffd { display: flex; flex-wrap: wrap; gap: 14px; }
.c15d68f6b {
  padding: 10px 18px; background: rgba(184,148,112,.14); border: 1px dashed var(--chenmu);
  border-radius: 24px; cursor: grab; font-family: var(--font-kai); color: var(--chenmu-deep);
  user-select: none; transition: all .25s ease;
}
.c15d68f6b:hover { background: var(--chenmu); color: #fff; }
.c15d68f6b.dragging { opacity: .5; }
.c9120012b {
  min-height: 220px; border-radius: 50% 50% 46% 46%;
  background: radial-gradient(circle at 50% 35%, #6b6764, #3b3836);
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 8px; padding: 40px 30px; border: 3px solid #2c2a29; position: relative;
  transition: box-shadow .3s ease;
}
.c9120012b.over { box-shadow: 0 0 0 4px rgba(92,122,118,.4); }
.c9120012b .c7cf08b16 { color: rgba(255,255,255,.55); font-family: var(--font-kai); }
.mortar-chip { background: rgba(184,148,112,.85); color: #3E3A39; padding: 5px 12px; border-radius: 16px; font-size: .82rem; }
.c2bfdea57 { margin-top: 24px; padding: 20px 24px; background: rgba(92,122,118,.08); border-left: 3px solid var(--tianqing); border-radius: 0 var(--radius) var(--radius) 0; min-height: 60px; font-family: var(--font-kai); color: var(--tianqing-deep); }

/* ============ 交互组件：篆香六步 ============ */
.c8c94c9fc { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 28px; }
.c7abd913e {
  padding: 10px 22px; border-radius: 24px; border: 1px solid var(--line);
  background: var(--juansi); cursor: pointer; font-family: var(--font-kai);
  color: var(--songmo-soft); transition: all .3s ease;
}
.c7abd913e.active { background: var(--tianqing); color: #fff; border-color: var(--tianqing); }
.cb2fc1c40 { background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 34px; text-align: center; }
.c061b3017 { font-size: 3.6rem; margin-bottom: 16px; }
.cb2fc1c40 h4 { font-family: var(--font-kai); font-size: 1.4rem; color: var(--tianqing-deep); margin-bottom: 12px; }
.ce835e9d5 { height: 6px; background: var(--line); border-radius: 3px; margin-top: 24px; overflow: hidden; }
.ce835e9d5 i { display: block; height: 100%; background: var(--tianqing); transition: width .5s ease; }

/* ============ 交互组件：产区地图 ============ */
.ce8fd2097 { position: relative; }
.c89871851 { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.ceda18368 {
  position: absolute; width: 20px; height: 20px; border-radius: 50%;
  background: var(--yinzhang); border: 3px solid #fff; cursor: pointer;
  box-shadow: 0 0 0 rgba(158,59,47,.5); animation: pulse 2.4s infinite;
}
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(158,59,47,.5);} 70%{box-shadow:0 0 0 14px rgba(158,59,47,0);} 100%{box-shadow:0 0 0 0 rgba(158,59,47,0);} }
.cfc02f856 { margin-top: 24px; padding: 22px 26px; background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); min-height: 90px; }
.cfc02f856 h4 { font-family: var(--font-kai); color: var(--tianqing-deep); margin-bottom: 8px; }

/* ============ 交互组件：品香词生成器 ============ */
.cedc38fb6 { background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 34px; }
.c94729cf8 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 24px; }
.c0344a218 h4 { font-family: var(--font-kai); color: var(--chenmu-deep); margin-bottom: 12px; text-align: center; }
.caeea2f70 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cfefa7422 { padding: 6px 14px; border-radius: 20px; border: 1px solid var(--line); cursor: pointer; font-size: .9rem; transition: all .25s ease; }
.cfefa7422.on { background: var(--tianqing); color: #fff; border-color: var(--tianqing); }
.cb2e98d04 { margin-top: 24px; padding: 24px; background: rgba(184,148,112,.08); border-radius: var(--radius); font-family: var(--font-kai); color: var(--songmo); line-height: 2.1; min-height: 70px; text-align: center; }

/* ============ 水墨相册 ============ */
.c6df3ed27 { columns: 3; column-gap: 22px; }
.c6df3ed27 img { width: 100%; margin-bottom: 22px; border-radius: var(--radius); box-shadow: var(--shadow-card); transition: filter .5s ease; filter: grayscale(.25) saturate(.9); }
.c6df3ed27 img:hover { filter: grayscale(0) saturate(1); }

/* ============ 面包屑 ============ */
.cad278cc8 { font-size: .9rem; color: var(--songmo-soft); padding: 22px 0 0; }
.cad278cc8 a { color: var(--tianqing-deep); }
.cad278cc8 span { margin: 0 8px; color: var(--line); }

/* ============ 内页头图 ============ */
.cee164dba { position: relative; padding: 96px 0 66px; overflow: hidden; }
.cee164dba::before { content:""; position:absolute; inset:0; background: linear-gradient(120deg,#eceae2,#f5f5f0); z-index:-1; }
.cee164dba .c5c04099e { font-family: var(--font-kai); color: var(--chenmu-deep); letter-spacing: .4em; }
.cee164dba h1 { font-family: var(--font-kai); font-size: clamp(1.9rem,4vw,2.8rem); color: var(--tianqing-deep); margin: 12px 0 16px; letter-spacing: .08em; }
.cee164dba p { max-width: 720px; color: var(--songmo); }

/* ============ 正文排版 ============ */
.cb9138462 { max-width: 820px; margin: 0 auto; }
.cb9138462 h2 { font-family: var(--font-kai); font-size: 1.55rem; color: var(--tianqing-deep); margin: 40px 0 16px; letter-spacing: .06em; border-left: 4px solid var(--chenmu); padding-left: 14px; }
.cb9138462 h3 { font-family: var(--font-kai); font-size: 1.25rem; color: var(--tianqing-deep); margin: 30px 0 12px; }
.cb9138462 p { margin-bottom: 18px; }
.cb9138462 ul, .cb9138462 ol { margin: 0 0 20px 24px; }
.cb9138462 li { margin-bottom: 8px; }
.cb9138462 blockquote {
  margin: 26px 0; padding: 18px 26px; background: rgba(92,122,118,.07);
  border-left: 3px solid var(--tianqing); font-family: var(--font-kai); color: var(--tianqing-deep);
}
.cb9138462 table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; }
.cb9138462 th, .cb9138462 td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.cb9138462 th { background: rgba(92,122,118,.1); font-family: var(--font-kai); color: var(--tianqing-deep); }
.cb9138462 figure { margin: 26px 0; }
.cb9138462 figcaption { text-align: center; font-size: .88rem; color: var(--songmo-soft); margin-top: 8px; }

/* ============ FAQ ============ */
.c90339e1f { border-bottom: 1px solid var(--line); }
.c03318b09 { cursor: pointer; padding: 20px 0; font-family: var(--font-kai); font-size: 1.1rem; color: var(--tianqing-deep); display: flex; justify-content: space-between; align-items: center; }
.c03318b09::after { content: "＋"; color: var(--chenmu); transition: transform .3s ease; }
.c90339e1f.open .c03318b09::after { transform: rotate(45deg); }
.c91e8d1f9 { max-height: 0; overflow: hidden; transition: max-height .4s ease; color: var(--songmo-soft); }
.c90339e1f.open .c91e8d1f9 { max-height: 400px; padding-bottom: 20px; }

/* ============ 相关链接 ============ */
.ccd911395 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 20px; }
.ccd911395 a { display: block; padding: 18px 20px; background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); font-family: var(--font-kai); color: var(--tianqing-deep); transition: transform .3s ease; }
.ccd911395 a:hover { transform: translateY(-4px); color: var(--yinzhang); }

/* ============ 产品列表 ============ */
.c5e1d102c { display: flex; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: var(--songmo-soft); margin-top: 10px; }
.c5e1d102c span { background: rgba(92,122,118,.08); padding: 3px 10px; border-radius: 4px; }
.c6e0962a2 { color: var(--yinzhang); font-family: var(--font-kai); font-size: 1.15rem; margin-top: 12px; }

/* ============ 页脚 ============ */
.c43aaa832 { background: #35413e; color: #d8dcd6; padding: 60px 0 30px; margin-top: 20px; }
.cd07fcb49 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.c17e9364b { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.c17e9364b img { width: 42px; filter: brightness(0) invert(1) opacity(.85); }
.c17e9364b span { font-family: var(--font-kai); font-size: 1.3rem; color: #fff; letter-spacing: .1em; }
.c43aaa832 h4 { font-family: var(--font-kai); color: #fff; margin-bottom: 16px; font-size: 1.05rem; letter-spacing: .08em; }
.c43aaa832 ul { list-style: none; }
.c43aaa832 li { margin-bottom: 10px; }
.c43aaa832 a { color: #c3c9c2; font-size: .93rem; }
.c43aaa832 a:hover { color: #fff; }
.cb15b3644 { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; text-align: center; font-size: .85rem; color: #9aa39c; }
.cb15b3644 p { margin-bottom: 6px; }

/* ============ 搜索页 ============ */
.c409202cf { display: flex; gap: 12px; max-width: 640px; margin: 0 auto 40px; }
.c409202cf input { flex: 1; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--font-song); font-size: 1rem; background: var(--juansi); }
.c409202cf input:focus { outline: none; border-color: var(--tianqing); }
.c389df79a { max-width: 760px; margin: 0 auto; }
.search-hit { background: var(--juansi); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 22px 26px; margin-bottom: 18px; }
.search-hit h3 { font-family: var(--font-kai); margin-bottom: 8px; }
.search-hit .path { font-size: .82rem; color: var(--tianqing); margin-bottom: 8px; }

/* ============ 404 ============ */
.err-page { text-align: center; padding: 100px 0; position: relative; }
.err-code { font-family: var(--font-kai); font-size: 6rem; color: var(--tianqing); letter-spacing: .1em; }
.err-page h1 { font-family: var(--font-kai); font-size: 1.8rem; color: var(--tianqing-deep); margin: 10px 0 20px; }

/* ============ 动画：滚动淡入 & 水墨晕开 ============ */
.c90973c1a { opacity: 0; transform: translateY(30px); transition: opacity .9s ease, transform .9s ease; }
.c90973c1a.in { opacity: 1; transform: translateY(0); }
.c17528832 { filter: blur(12px); opacity: 0; transition: filter 1s ease, opacity 1s ease; }
.c17528832.loaded { filter: blur(0); opacity: 1; }

/* 云烟转场遮罩 */
.smoke-veil { position: fixed; inset: 0; z-index: 200; pointer-events: none; background: radial-gradient(circle at 50% 120%, rgba(245,245,240,.0), rgba(245,245,240,.0)); }

/* ============ 响应式断点 ============ */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .cd07fcb49 { grid-template-columns: 1fr 1fr; }
  .c6df3ed27 { columns: 2; }
}
@media (max-width: 768px) {
  body { font-size: 15px; }
  .cf20b3987 {
    position: fixed; inset: 68px 0 auto 0; flex-direction: column;
    background: var(--xuanzhi); padding: 20px 24px; gap: 4px;
    border-bottom: 1px solid var(--line); transform: translateY(-140%);
    transition: transform .4s ease; z-index: 90;
  }
  .cf20b3987.open { transform: translateY(0); }
  .cf20b3987 li { width: 100%; border-bottom: 1px solid var(--line); }
  .cf20b3987 a { display: block; padding: 12px 0; }
  .ca147ecec { display: block; }
  .cea2d651f, .ce8f1013f, .grid-4 { grid-template-columns: 1fr; }
  .cde2bc475, .cde2bc475.c2afae67e { grid-template-columns: 1fr; }
  .cde2bc475.c2afae67e .c8ce70be9 { order: 0; }
  .c191a44f4, .c94729cf8 { grid-template-columns: 1fr; }
  .cd07fcb49 { grid-template-columns: 1fr; gap: 26px; }
  .c6df3ed27 { columns: 1; }
  .cc1fdda4a { min-height: 76vh; }
  .ccd911395 { grid-template-columns: 1fr; }
  .c6d1e94ed { padding: 54px 0; }
}


/* ============ Hero 青烟慢放动效层 ============ */
.c05b9daaf { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.cdbbee857 {
  position: absolute; bottom: 8%; left: 28%;
  width: 60px; height: 60px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.55), rgba(255,255,255,0) 70%);
  filter: blur(10px); opacity: 0; transform-origin: center bottom;
  animation: rise 12s ease-in infinite;
}
.cdbbee857.c027645e0 { left: 31%; width: 44px; height: 44px; animation-duration: 15s; animation-delay: 4s; }
.cdbbee857.c353d3242 { left: 26%; width: 52px; height: 52px; animation-duration: 18s; animation-delay: 8s; }
@keyframes rise {
  0% { transform: translateY(0) scale(.5); opacity: 0; }
  15% { opacity: .5; }
  60% { opacity: .35; }
  100% { transform: translateY(-62vh) translateX(28px) scale(2.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .cdbbee857 { animation: none; opacity: 0; } }

/* ============ Hero 颂钵音效开关 ============ */
.c7b9e0de3 {
  position: absolute; right: 24px; bottom: 24px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border: 1px solid rgba(255,255,255,.6);
  background: rgba(62,58,57,.34); color: #fff; cursor: pointer;
  border-radius: 30px; font-family: var(--font-kai); font-size: .86rem;
  backdrop-filter: blur(4px); transition: background .3s, transform .3s;
}
.c7b9e0de3:hover { background: rgba(92,122,118,.7); transform: translateY(-2px); }
.c7b9e0de3.playing .c9e9a87e2 { animation: sound-pulse 1.4s ease-in-out infinite; }
@keyframes sound-pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@media (max-width: 560px) { .c7b9e0de3 .cf8011b39 { display: none; } .c7b9e0de3 { padding: 10px; } }

/* ============ 香气雷达图 ============ */
.ca6ff3c6b { width: 168px; height: 168px; display: block; margin: 6px auto 14px; }
.ca6ff3c6b .ca0ad846f { fill: none; stroke: rgba(92,122,118,.28); stroke-width: 1; }
.ca6ff3c6b .caeea1a38 {
  fill: rgba(184,148,112,.32); stroke: var(--chenmu, #B89470); stroke-width: 1.6;
  transition: fill .4s;
}
.c74084f04:hover .ca6ff3c6b .caeea1a38 { fill: rgba(92,122,118,.34); stroke: var(--tianqing, #5C7A76); }
.ca6ff3c6b .cb290beec {
  font-size: 11px; fill: #6a6462; font-family: var(--font-kai);
  text-anchor: middle; dominant-baseline: middle;
}
