/* ============================================================
   ITSIMPLE · 场景详情页 共用样式 v3
   场景门面 / 活动 / 商城 / 社群会员 / 园区 / 奖赛 共用
   依赖：tokens-v3.css（--fs-* / --brand / --ink …）、case-v3.css、scenario-v3.css
   ============================================================ */

/* —— 字号一律引用设计系统 token —— */
html:has(body.single-scenario),
body.single-scenario { overflow-x: hidden; }
.sc-title { font-size: var(--fs-display); }
.sc-shead h2 { font-size: var(--fs-h2); }
.dm-cta .sc-cta-title { font-size: var(--fs-display); line-height: 0.9; letter-spacing: -0.04em; }

/* —— Hero · 左对齐 · 方位错落进场（眉标从上 / 中文标题从下顶起 / 英文从左滑入） —— */
.sc-head { max-width: none; text-align: left; display: flex; flex-direction: column; align-items: flex-start; gap: clamp(6px,1vw,14px); }
.sc-eyebrow { font-family: var(--sans); font-style: normal; font-weight: 700; font-size: var(--fs-cap); letter-spacing: 0.18em; text-transform: uppercase; color: rgb(from var(--ink) r g b / 0.5); opacity: 0; transform: translateY(-44px); }
/* Hero 大标题：海报式首屏特例，刻意超出 --fs-display 上限（设计决定，勿归位） */
.sc-head .sc-name { font-family: var(--display); font-weight: 700; font-size: clamp(3.4rem,12vw,9rem); line-height: 0.94; letter-spacing: -0.02em; color: var(--ink); margin: 0; overflow: hidden; padding-bottom: 0.04em; }
.sc-head .sc-name > span { display: inline-block; transform: translateY(115%); }
.sc-display-en { font-family: var(--zh); font-weight: 600; font-size: var(--fs-h2); line-height: 1; letter-spacing: -0.01em; text-transform: none; color: var(--brand); margin: 0; overflow: hidden; white-space: nowrap; }
.sc-display-en > span { display: inline-block; transform: translateX(-60px); opacity: 0; }
.sc-head.is-revealed .sc-eyebrow { opacity: 1; transform: none; transition: opacity .6s ease .05s, transform .8s var(--mo-ease-out) .05s; }
.sc-head.is-revealed .sc-name > span { transform: none; transition: transform 1s cubic-bezier(.34,1.32,.5,1) .22s; }
.sc-head.is-revealed .sc-display-en > span { transform: none; opacity: 1; transition: transform .85s var(--mo-ease-out) .5s, opacity .6s ease .5s; }

/* —— 引言：从下浮起（错落） —— */
.sc-intro { text-align: left; max-width: 760px; margin: clamp(34px,6vh,72px) 0 0; }
.sc-intro .sc-statement { color: var(--brand); max-width: none; margin: 0 0 clamp(12px,1.4vw,18px); text-wrap: balance; opacity: 0; transform: translateY(38px); }
.sc-intro .sc-detail { max-width: 52ch; margin: 0; opacity: 0; transform: translateY(28px); }
.sc-intro.is-revealed .sc-statement { opacity: 1; transform: none; transition: opacity .7s ease .08s, transform .9s var(--mo-ease-out) .08s; }
.sc-intro.is-revealed .sc-detail { opacity: 0.7; transform: none; transition: opacity .7s ease .22s, transform .9s var(--mo-ease-out) .22s; }
@media (prefers-reduced-motion: reduce) {
  .sc-eyebrow, .sc-head .sc-name > span, .sc-display-en > span, .sc-intro .sc-statement { opacity: 1; transform: none; }
  .sc-intro .sc-detail { opacity: 0.7; transform: none; }
}

/* —— 案例轮播（4:3 · 容器内视差） —— */
.dm-stage { position: relative; left: 50%; transform: translateX(-50%); width: min(100vw, var(--w-wide)); }
.dm-carousel { position: relative; aspect-ratio: 16 / 9; max-height: 100vh; overflow: hidden; background: var(--ink); }
.dm-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.dm-slide.is-active { opacity: 1; }
.dm-frame { width: 100%; height: 100%; overflow: hidden; background: #161616; }
.dm-frame image-slot, .dm-frame img { width: 100%; height: 124%; object-fit: cover; display: block; will-change: transform; }
.dm-cap { position: absolute; left: clamp(20px,5vw,56px); bottom: clamp(28px,5vh,56px); color: #fff; }
.dm-cap .n { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: .12em; opacity: .55; display: block; margin-bottom: 8px; }
.dm-cap .t { font-family: var(--sans); font-weight: 800; font-size: var(--fs-h3); letter-spacing: -0.01em; }
.dm-dots { position: absolute; right: clamp(20px,5vw,56px); bottom: clamp(32px,5vh,60px); display: flex; gap: 10px; }
.dm-dots button { width: 36px; height: 3px; border: none; padding: 0; background: rgba(255,255,255,0.3); cursor: pointer; transition: background .25s; }
.dm-dots button.is-active { background: #fff; }

/* —— 主体：满铺网格底 —— */
.dm-rest { position: relative; z-index: 1; width: 100vw; margin-left: calc(50% - 50vw); box-sizing: border-box;
  padding: var(--sp-md) var(--gutter-page) 0; /* 满幅背景,文字锁全站 1280 轴线 */
  background-color: var(--bg);
  background-image: linear-gradient(rgb(from var(--ink) r g b / 0.03) 1px, transparent 1px), linear-gradient(90deg, rgb(from var(--ink) r g b / 0.03) 1px, transparent 1px);
  background-size: 96px 96px;
  display: flex; flex-direction: column; gap: var(--sp-lg); }
.dm-rest .sc-cta { width: 100vw; margin-left: calc(50% - 50vw); }

/* ===== 标题进入动效（取自设计系统 Motion 规范）===== */
/* 逐字升起 · Hero Display */
.te-curtain .ln { display: block; overflow: hidden; padding-top: 0.16em; margin-top: -0.16em; }
.te-curtain .ch { display: inline-block; transform: translateY(115%); will-change: transform; }
.te-curtain .ch.sp { width: 0.28em; }
.te-curtain.in .ch { transform: translateY(0); transition: transform .85s cubic-bezier(.22,1,.36,1); transition-delay: var(--d,0ms); }
/* 整块上浮 · 区块标题 */
.te-rise > * { opacity: 0; transform: translateY(44px); }
.te-rise.in > * { opacity: 1; transform: none; transition: opacity .9s ease-out, transform .9s cubic-bezier(.22,1,.36,1); }
.te-rise.in > *:nth-child(2) { transition-delay: .18s; }
.te-rise.in > *:nth-child(3) { transition-delay: .34s; }
@media (prefers-reduced-motion: reduce) {
  .te-curtain .ch { transform: none; }
  .te-rise > * { opacity: 1; transform: none; }
}
/* 依次从左向右渐现 · 问题三栏 */
.te-cols > * { opacity: 0; transform: translateX(-38px); }
.te-cols.in > * { opacity: 1; transform: none; transition: opacity .8s ease-out, transform .8s cubic-bezier(.22,1,.36,1); }
.te-cols.in > *:nth-child(2) { transition-delay: .16s; }
.te-cols.in > *:nth-child(3) { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .te-cols > * { opacity: 1; transform: none; } }
/* 场景问题三栏：竖向上浮（覆盖默认左滑，阅读不往旁飘） */
.sc-probs.te-cols > * { transform: translateY(28px); }
.sc-probs.te-cols.in > * { transform: none; }
@media (prefers-reduced-motion: reduce) { .sc-probs.te-cols > * { transform: none; } }

/* ===== 下一个场景 · 单张推荐 ===== */
.dm-more { width: 100vw; margin-left: calc(50% - 50vw); margin-top: calc(-1 * var(--sp-lg)); box-sizing: border-box; background: transparent; padding: 0 max(var(--pad-page), calc(50vw - 600px)) var(--sp-lg); }
.dm-more-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: var(--sp-md); }
.dm-more-head .ey { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); display: block; }
.dm-more-all { font-family: var(--sans); font-weight: 700; font-size: var(--fs-sm); letter-spacing: 0.04em; color: var(--brand); text-decoration: none; white-space: nowrap; transition: opacity .25s; }
.dm-more-all:hover { opacity: 0.6; }
.dm-next { display: grid; grid-template-columns: 1fr clamp(160px,20vw,260px); align-items: center; gap: var(--sp-md); border: 1px solid var(--grid); padding: var(--sp-md) var(--sp-md); text-decoration: none; transition: background .35s ease, border-color .35s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.dm-next:hover { background: rgb(from var(--brand) r g b / 0.04); border-color: rgb(from var(--brand) r g b / 0.35); transform: translateY(-2px); }
.dm-next .ix { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: 0.12em; color: var(--brand); margin-bottom: 12px; }
.dm-next .nm { font-family: var(--sans); font-weight: 800; font-size: var(--fs-h2); line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 10px; }
.dm-next .ds { font-family: var(--zh); font-weight: 500; font-size: var(--fs-body); line-height: 1.55; color: var(--ink); opacity: 0.58; margin: 0 0 18px; max-width: 38ch; }
.dm-next .go { font-family: var(--sans); font-weight: 700; font-size: var(--fs-sm); color: var(--brand); display: inline-flex; align-items: center; gap: 8px; }
.dm-next .go .ar { transition: transform .35s ease; }
.dm-next:hover .go .ar { transform: translateX(6px); }
.dm-next .illo { width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; opacity: 0.92; }
.dm-next .illo img { width: 100%; height: 100%; object-fit: contain; transform-origin: 50% 70%; }
.dm-next:hover .illo img { animation: dm-jiggle .6s cubic-bezier(.36,.07,.19,.97) both; }
@keyframes dm-jiggle { 0%{transform:rotate(0) translateX(0)} 18%{transform:rotate(-4deg) translateX(-3px)} 36%{transform:rotate(3deg) translateX(2px)} 54%{transform:rotate(-2deg) translateX(-1px)} 72%{transform:rotate(1deg)} 100%{transform:rotate(0) translateX(0)} }
/* 移动端「下一个场景」卡片:按首页横向式样(左文 / 右图,去掉说明小字) */
@media (max-width: 760px) {
  .dm-next { grid-template-columns: 1fr 96px; gap: 16px; align-items: center; padding: 18px 16px; }
  .dm-next .illo { order: 0; max-width: 96px; }
  .dm-next .ds { display: none; }
}
@media (prefers-reduced-motion: reduce) { .dm-next:hover .illo img { animation: none; } }

/* CTA 按钮 · 不规则（扇贝）边缘 —— 取自设计系统 scallop */
.dm-cta .sc-cta-btn.dm-scallop { position: relative; background: transparent; border: none; padding: 17px 44px; color: #fff; overflow: visible; }
.dm-scallop .dm-scallop-wrap { position: absolute; inset: -3px; z-index: 0; pointer-events: none; }
.dm-scallop .dm-scallop-wrap svg { width: 100%; height: 100%; display: block; }
.dm-scallop .dm-scallop-wrap path { fill: var(--brand); stroke: var(--brand); stroke-width: 1.5; stroke-linejoin: round; transition: fill .3s ease; }
.dm-scallop .dm-scallop-label { position: relative; z-index: 2; transition: color .3s ease; }
.dm-cta .sc-cta-btn.dm-scallop:hover { background: transparent; transform: scale(1.05); }
.dm-scallop:hover .dm-scallop-wrap path { fill: transparent; }
.dm-cta .sc-cta-btn.dm-scallop:hover .dm-scallop-label { color: var(--brand); }

/* CTA · 手绘涂鸦随机散落 */
.dm-cta { position: relative; overflow: hidden; padding: var(--sp-xl) 0 var(--sp-2xl); background: transparent; }
.dm-cta .sc-cta-title { color: var(--ink); }
.dm-cta .sc-cta-desc { color: rgb(from var(--ink) r g b / 0.6); }
.dm-cta .sc-cta-btn { background: var(--brand); color: #fff; border-color: var(--brand); }
.dm-cta .sc-cta-btn:hover { background: transparent; color: var(--brand); }
.dm-cta-inner { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: var(--sp-sm); }
.dm-cta-inner > * { opacity: 0; transform: translateY(48px); transition: opacity .9s ease-out, transform .9s cubic-bezier(.22,1,.36,1); }
.dm-cta.in .dm-cta-inner > *:nth-child(1) { transition-delay: .1s; }
.dm-cta.in .dm-cta-inner > *:nth-child(2) { transition-delay: .25s; }
.dm-cta.in .dm-cta-inner > * { opacity: 1; transform: translateY(0); }

/* 涂鸦层 */
.dm-doodles { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.dm-doodle { position: absolute; opacity: 0; transform: scale(.5) rotate(var(--r,0deg)); transform-origin: center; transition: opacity .55s ease-out, transform .65s cubic-bezier(.34,1.56,.64,1); }
.dm-doodle img { display: block; width: 100%; height: auto; }
.dm-doodle.pop { opacity: 1; transform: scale(1) rotate(var(--r,0deg)); }
@media (prefers-reduced-motion: reduce) {
  .dm-doodle { transition: opacity .4s ease; transform: scale(1) rotate(var(--r,0deg)); }
}

/* 问题 section · 减少上下 padding */
.dm-rest .sc-probsec { min-height: 0; padding: var(--sp-md) 0; }
.dm-rest .sc-probsec .sc-shead { margin-bottom: var(--sp-md); }

/* ===== 我们怎么做 · 观点句（逐字弹起势能 + 重点词荧光笔刷过 · 满屏铺开） ===== */
.dm-mani { box-sizing: border-box; width: 100vw; margin-left: calc(50% - 50vw);
  padding: clamp(90px,20vh,220px) var(--gutter-page); /* 满幅背景,文字锁全站 1280 轴线 */ }
.dm-mani-eyebrow { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: var(--sp-sm); opacity: 0; transform: translateY(20px); }
.dm-mani.play .dm-mani-eyebrow { opacity: 1; transform: none; transition: opacity .6s ease, transform .7s var(--mo-ease-out); }
.dm-mani-reveal {
  font-family: var(--zh); font-weight: 700;
  font-size: var(--fs-h1); line-height: 1.34; letter-spacing: -0.015em;
  margin: 0; color: var(--ink);
}
.dm-mani-reveal .ch { display: inline-block; opacity: 0; transform: translateY(60%) rotate(4deg); }
.dm-mani.play .dm-mani-reveal .ch { opacity: 1; transform: none; transition: opacity .5s ease, transform .6s cubic-bezier(.34,1.45,.5,1); transition-delay: calc(var(--i,0) * 22ms); }
.dm-mani-reveal em { font-style: normal; position: relative; display: inline-block; z-index: 0; }
.dm-mani-reveal em .ch { position: relative; z-index: 1; }
.dm-mani-reveal em .hl { position: absolute; left: -0.06em; right: -0.06em; bottom: 0.04em; height: 0.46em; z-index: 0; background: var(--brand); opacity: 0.85; border-radius: 0.04em; transform: scaleX(0); transform-origin: left center; }
.dm-mani.play .dm-mani-reveal em .hl { transform: scaleX(1); transition: transform .55s cubic-bezier(.7,0,.3,1); }
@media (max-width: 860px) { .dm-mani-reveal { max-width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .dm-mani-eyebrow { opacity: 1; transform: none; }
  .dm-mani-reveal .ch { opacity: 1; transform: none; }
  .dm-mani-reveal em .hl { transform: scaleX(1); }
}

/* —— 观点句下方：功能点跑马灯（两排反向滚动，支撑观点的具体能力） —— */
.dm-feats { margin: clamp(48px,9vh,100px) calc(-1 * var(--pad-page)) 0;
  display: flex; flex-direction: column; gap: 14px; }
.dm-feat-row { overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.dm-feat-track { display: flex; width: max-content; animation: dm-feat-marq 38s linear infinite; }
.dm-feat-row[data-dir="r"] .dm-feat-track { animation-direction: reverse; animation-duration: 46s; }
.dm-feat-row:hover .dm-feat-track { animation-play-state: paused; }
@keyframes dm-feat-marq { to { transform: translateX(-50%); } }
.dm-chip { flex: none; display: inline-flex; align-items: center; gap: 9px; margin-right: 12px;
  padding: 11px 22px; border: 1px solid rgb(from var(--ink) r g b / 0.18); border-radius: 999px; background: var(--bg);
  font-family: var(--zh); font-weight: 500; font-size: var(--fs-sm); color: var(--ink); white-space: nowrap; }
.dm-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex: none; }
@media (prefers-reduced-motion: reduce) {
  .dm-feat-row { -webkit-mask-image: none; mask-image: none; }
  .dm-feat-track { animation: none; flex-wrap: wrap; width: auto; gap: 10px; margin-inline: var(--pad-page); }
}

/* ===== 模块二 · 能力卡片（粘性堆叠 · 满屏红底） ===== */
.dm-stack { width: 100vw; margin-left: calc(50% - 50vw); }
.dm-stack-rail { display: flex; flex-direction: column; gap: var(--sp-sm); }
.dm-stack-card {
  position: sticky; top: calc(clamp(80px,10vh,120px) + var(--i,0) * 26px); box-sizing: border-box;
  min-height: 100vh;
  background: var(--brand);
  border: none; border-top: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 -12px 34px -8px rgb(from var(--ink) r g b / 0.38);
  padding: var(--sp-lg) max(var(--pad-page), calc(50vw - 600px));
  display: grid; grid-template-columns: minmax(0,0.92fr) minmax(0,1.08fr); gap: var(--sp-lg); align-items: center;
  opacity: 0; transform: translateY(52px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.dm-stack-card.is-in { opacity: 1; transform: none; }
.dm-stack-fig { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.22); }
.dm-stack-fig image-slot, .dm-stack-fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dm-stack-body { display: flex; flex-direction: column; gap: var(--sp-md); }
.dm-stack-card .num { font-family: var(--display); font-weight: 700; font-size: clamp(0.95rem,1.3vw,1.15rem); color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.dm-stack-card .ti { font-family: var(--display); font-weight: 800; font-size: var(--fs-h2); line-height: 1.08; letter-spacing: -0.025em; color: #fff; margin: 0; }
.dm-stack-list { list-style: none; margin: 0; padding: 0; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,1.6vw,24px) clamp(24px,3vw,44px); }
.dm-stack-list .lb { font-family: var(--zh); font-weight: 600; font-size: 1rem; color: #fff; margin-bottom: 4px; }
.dm-stack-list .sb { font-family: var(--zh); font-weight: 400; font-size: 0.85rem; line-height: 1.55; color: rgba(255,255,255,0.72); }
@media (max-width: 860px) {
  .dm-mani-reveal { max-width: 100%; }
  .dm-stack-card { min-height: auto; grid-template-columns: 1fr; padding: clamp(48px,8vh,80px) clamp(24px,5vw,40px); gap: 32px; }
  .dm-stack-fig { aspect-ratio: 16 / 10; }
  .dm-stack-list { width: 100%; grid-template-columns: 1fr; }
}

/* ============================================================
   方案 · 三步落地（留白 · 单列 · 逐条浮现）全场景页共用
   进场由 motion.js 的 [data-reveal] 引擎统一触发（.is-revealed）。
   ============================================================ */
.sc-solution { width: 100vw; margin-left: calc(50% - 50vw); background: var(--brand); color: #fff;
  padding: var(--sp-lg) max(var(--pad-page), calc(50vw - 600px)); }
.sc-sol-head { margin-bottom: clamp(24px,6vh,64px); }
.sc-sol-ey { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.85); display: inline-block; margin-bottom: var(--sp-sm); opacity: 0; transform: translateY(24px); }
.sc-sol-title { font-family: var(--zh); font-weight: 700; font-size: var(--fs-h1); line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin: 0; opacity: 0; transform: translateY(30px); }
.sc-sol-head.is-revealed .sc-sol-ey { opacity: 1; transform: none; transition: var(--mo-reveal-transition); }
.sc-sol-head.is-revealed .sc-sol-title { opacity: 1; transform: none; transition: opacity var(--mo-dur-slow) ease-out .12s, transform var(--mo-dur-slow) var(--mo-ease-out) .12s; }

/* 落地：交替整行（参考 Awards 四个系统），图文左右交替，[data-reveal] 一次性进场 */
.sc-sol-rows { display: flex; flex-direction: column; gap: clamp(48px,8vh,104px); margin-top: clamp(34px,6vh,64px); }
.sc-sol-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,72px); align-items: center;
  opacity: 0; transform: translateY(30px); }
.sc-sol-row.is-revealed { opacity: 1; transform: none;
  transition: opacity var(--mo-dur-slow) ease-out, transform var(--mo-dur-slow) var(--mo-ease-out); }
.sc-sol-row.rev .sc-sol-art { order: -1; }

.sc-sol-num { font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums; font-size: var(--fs-h3);
  line-height: 1; letter-spacing: -0.02em; color: #fff; margin-bottom: 12px; }
.sc-sol-h3 { font-family: var(--zh); font-weight: 700; font-size: var(--fs-h2); line-height: 1.2; letter-spacing: -0.02em;
  color: #fff; margin: 0 0 clamp(20px,3vh,30px); }

/* 要点：双列清单（label + 说明），红底白字 */
.sc-sol-items { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,3vh,30px) clamp(20px,2.4vw,36px); align-content: start; }
.sc-p-item .lb { font-family: var(--zh); font-weight: 400; font-size: var(--fs-body); color: #fff; display: flex; align-items: center; gap: 12px; }
.sc-p-item .lb::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: 0 0 auto; }
.sc-p-item .sb { font-family: var(--zh); font-weight: 400; font-size: var(--fs-sm); line-height: 1.6; color: rgba(255,255,255,0.72); margin-top: 8px; padding-left: 19px; }

/* 插图位：白线框 + 极淡白底（占位，设计师放图） */
.sc-sol-art { position: relative; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,0.32); border-radius: 16px;
  background: rgba(255,255,255,0.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #fff; overflow: hidden; }
.sc-sol-art svg { width: 26%; max-width: 88px; height: auto; opacity: 0.9; }
.sc-sol-art .art-tip { font-family: var(--sans); font-weight: 700; font-size: var(--fs-cap); letter-spacing: 0.16em; color: rgba(255,255,255,0.6); }
.sc-sol-art .art-num { position: absolute; right: 14px; bottom: 4px; font-family: var(--display); font-weight: 700; font-size: var(--fs-display); line-height: 1; color: rgba(255,255,255,0.12); letter-spacing: -0.02em; }

@media (max-width: 760px) {
  .sc-sol-row { grid-template-columns: 1fr; gap: 24px; }
  .sc-sol-row.rev .sc-sol-art { order: 0; }
  .sc-sol-art { aspect-ratio: 16 / 9; max-height: 220px; }
  .sc-sol-items { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-sol-ey, .sc-sol-title { opacity: 1; transform: none; }
  .sc-sol-row { opacity: 1; transform: none; transition: none; }
}

/* —— 问题三栏 · 悬停：标题点亮 —— */
.sc-prob h3 { transition: color .35s ease; }
.sc-prob:hover h3 { color: var(--brand); }

/* —— 案例轮播 · 当前指示条随 6s 自动播缓缓填充品牌色 —— */
.dm-dots button { position: relative; overflow: hidden; }
.dm-dots button .fill { position: absolute; inset: 0; background: var(--brand); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.dm-dots button.is-active.run .fill { animation: dm-dot-fill 6s linear forwards; }
.dm-carousel.paused .dm-dots button.is-active.run .fill { animation-play-state: paused; }
@keyframes dm-dot-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .dm-dots button.is-active.run .fill { animation: none; } }

/* ============================================================
   相关案例(场景 · CTA 之上)
   ============================================================ */
.sc-related { padding: var(--sp-lg) 0; }
.sc-related-head { margin-bottom: var(--sp-md); }
.sc-related-ey { font-family: var(--sans); font-weight: 700; font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); display: block; margin-bottom: var(--sp-sm); }
.sc-related-title { font-family: var(--zh); font-weight: 700; font-size: var(--fs-h2); line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.sc-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,2.4vw,36px); margin-top: var(--sp-md); }
.sc-rel-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.sc-rel-cover { position: relative; aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; background: var(--light); }
.sc-rel-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--mo-ease-out); }
.sc-rel-card:hover .sc-rel-cover img { transform: scale(1.04); }
.sc-rel-go { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: var(--bg); color: var(--brand); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s; }
.sc-rel-card:hover .sc-rel-go { opacity: 1; transform: none; }
.sc-rel-meta { display: grid; grid-template-columns: 1fr auto; align-items: baseline; column-gap: 12px; margin-top: 14px; }
.sc-rel-meta h3 { grid-column: 1; font-family: var(--zh); font-weight: 700; font-size: var(--fs-body); line-height: 1.3; color: var(--ink); margin: 0; }
.sc-rel-yr { grid-column: 2; grid-row: 1; font-family: var(--sans); font-weight: 600; font-size: var(--fs-sm); color: rgb(from var(--ink) r g b / 0.5); }
.sc-rel-tag { grid-column: 1; font-family: var(--zh); font-weight: 400; font-size: var(--fs-sm); color: rgb(from var(--ink) r g b / 0.55); margin: 4px 0 0; }
/* 相关案例卡:只保留案例标题,去掉年份与分类小字 */
.sc-rel-yr, .sc-rel-tag { display: none; }

@media (max-width: 760px) {
  /* 移动端保持 3 个一排,卡片与标题相应收小 */
  .sc-related-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .sc-rel-meta { margin-top: 8px; }
  .sc-rel-meta h3 { font-size: var(--fs-sm); line-height: 1.25; }
}

/* CTA 移动端:标题降一档 + 加左右内边距(不再被裁切) + 手绘元素只留一上一下两个并收到边角不压字 */
@media (max-width: 760px) {
  .dm-cta .sc-cta-title { font-size: var(--fs-h1); }
  .dm-cta .sc-cta-desc { font-size: var(--fs-body); }
  .dm-cta-inner { padding-left: 24px; padding-right: 24px; }
  .dm-doodle:nth-child(n+3) { display: none; }
  .dm-doodle:nth-child(1) { top: 12px !important; right: 12px !important; left: auto !important; bottom: auto !important; width: 76px !important; }
  .dm-doodle:nth-child(2) { bottom: 12px !important; left: 12px !important; right: auto !important; top: auto !important; width: 76px !important; }
}
