.mm-zh-hub-strengths,
.mm-zh-hub-strengths * { box-sizing: border-box; }

.mm-zh-hub-strengths {
  --mm-red: #c5001a;
  --mm-red-dark: #8f0014;
  --mm-ink: #111113;
  --mm-muted: #5b626b;
  --mm-line: #ddd7d2;
  --mm-paper: #f7f4f0;
  color: var(--mm-ink);
  background:
    linear-gradient(115deg, rgba(197,0,26,.055) 0, rgba(197,0,26,0) 34%),
    #fff;
  padding: clamp(72px, 7vw, 112px) 24px;
  font-family: inherit;
}

.mm-zh-hub-strengths__wrap { width: min(1180px, 100%); margin: 0 auto; }
.mm-zh-hub-strengths h2,
.mm-zh-hub-strengths h3,
.mm-zh-hub-strengths p { margin: 0; }
.mm-zh-hub-strengths__header { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); column-gap: 64px; align-items: end; margin-bottom: 44px; }
.mm-zh-hub-strengths__eyebrow { grid-column: 1 / -1; margin-bottom: 14px!important; color: var(--mm-red); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mm-zh-hub-strengths__header h2 { max-width: 760px; font-size: clamp(34px, 4.15vw, 62px); line-height: 1.08; letter-spacing: -.04em; font-weight: 900; }
.mm-zh-hub-strengths__intro { color: var(--mm-muted); font-size: 18px; line-height: 1.8; padding-bottom: 5px; }

.mm-zh-hub-strengths__story { display: grid; grid-template-columns: minmax(310px, .83fr) minmax(0, 1.7fr); gap: 18px; }
.mm-zh-hub-strengths__statement { position: relative; overflow: hidden; min-height: 100%; padding: clamp(30px, 3.3vw, 48px); color: #fff; background: linear-gradient(145deg, #17171a 0%, #101012 62%, #250007 100%); border-radius: 24px; }
.mm-zh-hub-strengths__statement:after { content: "搬"; position: absolute; right: -16px; bottom: -55px; color: rgba(255,255,255,.035); font-size: 220px; line-height: 1; font-weight: 900; pointer-events: none; }
.mm-zh-hub-strengths__statement-label { position: relative; z-index: 1; margin-bottom: 54px!important; color: #f5a2ad; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.mm-zh-hub-strengths__statement h3 { position: relative; z-index: 1; margin-bottom: 22px; font-size: clamp(27px, 2.8vw, 40px); line-height: 1.18; letter-spacing: -.025em; font-weight: 900; }
.mm-zh-hub-strengths__statement > p:not(.mm-zh-hub-strengths__statement-label) { position: relative; z-index: 1; margin-top: 14px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.mm-zh-hub-strengths__statement-line { position: relative; z-index: 1; display: flex; gap: 7px; margin-top: 38px; }
.mm-zh-hub-strengths__statement-line span { width: 10px; height: 10px; border-radius: 50%; background: var(--mm-red); }
.mm-zh-hub-strengths__statement-line span:nth-child(2) { background: rgba(255,255,255,.72); }
.mm-zh-hub-strengths__statement-line span:nth-child(3) { background: rgba(255,255,255,.22); }

.mm-zh-hub-strengths__pillars { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.mm-zh-hub-strengths__pillar { display: flex; flex-direction: column; min-height: 258px; padding: 30px; border: 1px solid var(--mm-line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 18px 54px rgba(31,24,22,.06); }
.mm-zh-hub-strengths__pillar-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: auto; }
.mm-zh-hub-strengths__pillar-meta span { color: var(--mm-red); font-size: 26px; font-weight: 900; letter-spacing: -.05em; }
.mm-zh-hub-strengths__pillar-meta em { color: #78706c; font-size: 12px; font-style: normal; font-weight: 850; letter-spacing: .08em; }
.mm-zh-hub-strengths__pillar h3 { margin: 32px 0 12px; font-size: 23px; line-height: 1.25; letter-spacing: -.02em; font-weight: 900; }
.mm-zh-hub-strengths__pillar p { color: var(--mm-muted); font-size: 15px; line-height: 1.75; }

.mm-zh-hub-strengths__operations { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 18px; border: 1px solid var(--mm-line); border-radius: 20px; background: var(--mm-paper); overflow: hidden; }
.mm-zh-hub-strengths__operations article { display: grid; grid-template-columns: 4px 1fr; gap: 16px; padding: 25px 23px; border-right: 1px solid var(--mm-line); }
.mm-zh-hub-strengths__operations article:last-child { border-right: 0; }
.mm-zh-hub-strengths__operations article > span { width: 4px; height: 36px; border-radius: 4px; background: var(--mm-red); }
.mm-zh-hub-strengths__operations h3 { margin-bottom: 8px; font-size: 17px; line-height: 1.35; font-weight: 900; }
.mm-zh-hub-strengths__operations p { color: var(--mm-muted); font-size: 14px; line-height: 1.65; }

.mm-zh-hub-strengths__scope { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: center; margin: 54px 0 66px; padding: 32px 0; border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); }
.mm-zh-hub-strengths__scope-label { margin-bottom: 8px!important; color: var(--mm-ink); font-size: 20px; font-weight: 900; }
.mm-zh-hub-strengths__scope > div > p:last-child { color: var(--mm-muted); font-size: 15px; line-height: 1.7; }
.mm-zh-hub-strengths__scope ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mm-zh-hub-strengths__scope li { padding: 9px 13px; border: 1px solid #d9d3cf; border-radius: 999px; background: #fff; color: #343033; font-size: 13px; font-weight: 800; }

.mm-zh-hub-price { margin: 0 0 72px; padding: clamp(30px,4vw,52px); border-radius: 24px; background: #17171a; color: #fff; }
.mm-zh-hub-price__head { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.65fr); gap: 14px 54px; align-items: end; margin-bottom: 30px; }
.mm-zh-hub-price__head .mm-zh-hub-strengths__eyebrow { grid-column: 1 / -1; color: #ff9aa8; }
.mm-zh-hub-price__head h3 { font-size: clamp(30px,3.3vw,48px); line-height: 1.12; letter-spacing: -.035em; }
.mm-zh-hub-price__head > p:last-child { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.mm-zh-hub-price__cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.mm-zh-hub-price__cards article { min-height: 180px; display: flex; flex-direction: column; padding: 23px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(255,255,255,.055); }
.mm-zh-hub-price__cards p { margin-bottom: auto; color: #ff9aa8; font-size: 13px; font-weight: 850; }
.mm-zh-hub-price__cards strong { margin: 24px 0 8px; font-size: clamp(29px,3vw,42px); line-height: 1; letter-spacing: -.04em; }
.mm-zh-hub-price__cards span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.mm-zh-hub-price__conditions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; margin: 24px 0 0; padding: 0; list-style: none; }
.mm-zh-hub-price__conditions li { position: relative; padding-left: 20px; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.65; }
.mm-zh-hub-price__conditions li:before { content: ""; position: absolute; left: 0; top: .67em; width: 7px; height: 7px; border-radius: 50%; background: var(--mm-red); }
.mm-zh-hub-price__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.mm-zh-hub-price__links a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff!important; font-size: 13px; font-weight: 850; text-decoration: none!important; }
.mm-zh-hub-price__links a:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.mm-zh-hub-strengths__gallery-head { display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: end; margin-bottom: 24px; }
.mm-zh-hub-strengths__gallery-head .mm-zh-hub-strengths__eyebrow { margin-bottom: 10px!important; }
.mm-zh-hub-strengths__gallery-head h3 { font-size: clamp(28px,3.2vw,44px); line-height: 1.15; letter-spacing: -.03em; font-weight: 900; }
.mm-zh-hub-strengths__gallery-head > p { color: var(--mm-muted); font-size: 15px; line-height: 1.75; }
.mm-zh-hub-strengths__gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.mm-zh-hub-strengths__scene { margin: 0; overflow: hidden; border: 1px solid var(--mm-line); border-radius: 18px; background: #fff; }
.mm-zh-hub-strengths__scene-media { aspect-ratio: 1 / 1; overflow: hidden; background: #e9e6e2; }
.mm-zh-hub-strengths__scene img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mm-zh-hub-strengths__scene figcaption { padding: 20px 19px 22px; }
.mm-zh-hub-strengths__scene h3 { margin-bottom: 7px; font-size: 17px; line-height: 1.35; font-weight: 900; }
.mm-zh-hub-strengths__scene p { color: var(--mm-muted); font-size: 14px; line-height: 1.65; }

@media (max-width: 1024px) {
  .mm-zh-hub-strengths__header { grid-template-columns: 1fr; row-gap: 20px; }
  .mm-zh-hub-strengths__story { grid-template-columns: 1fr; }
  .mm-zh-hub-strengths__statement { min-height: auto; }
  .mm-zh-hub-strengths__statement-label { margin-bottom: 30px!important; }
  .mm-zh-hub-strengths__operations { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-zh-hub-strengths__operations article:nth-child(2) { border-right: 0; }
  .mm-zh-hub-strengths__operations article:nth-child(-n+2) { border-bottom: 1px solid var(--mm-line); }
  .mm-zh-hub-strengths__gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-zh-hub-price__head { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .mm-zh-hub-strengths { padding: 66px 18px; }
  .mm-zh-hub-strengths__header { margin-bottom: 30px; }
  .mm-zh-hub-strengths__header h2 { font-size: clamp(32px, 10.4vw, 44px); }
  .mm-zh-hub-strengths__intro { font-size: 16px; line-height: 1.72; }
  .mm-zh-hub-strengths__statement { padding: 30px 24px 34px; border-radius: 18px; }
  .mm-zh-hub-strengths__statement h3 { font-size: 28px; }
  .mm-zh-hub-strengths__pillars { grid-template-columns: 1fr; }
  .mm-zh-hub-strengths__pillar { min-height: 230px; padding: 25px 23px; border-radius: 17px; }
  .mm-zh-hub-strengths__pillar h3 { margin-top: 26px; }
  .mm-zh-hub-strengths__operations { grid-template-columns: 1fr; border-radius: 17px; }
  .mm-zh-hub-strengths__operations article { border-right: 0; border-bottom: 1px solid var(--mm-line); }
  .mm-zh-hub-strengths__operations article:nth-child(3) { border-bottom: 1px solid var(--mm-line); }
  .mm-zh-hub-strengths__operations article:last-child { border-bottom: 0; }
  .mm-zh-hub-strengths__scope { grid-template-columns: 1fr; gap: 20px; margin: 44px 0 54px; }
  .mm-zh-hub-strengths__scope ul { justify-content: flex-start; }
  .mm-zh-hub-price { margin-bottom: 56px; padding: 30px 22px; border-radius: 18px; }
  .mm-zh-hub-price__head h3 { font-size: 32px; }
  .mm-zh-hub-price__cards, .mm-zh-hub-price__conditions { grid-template-columns: 1fr; }
  .mm-zh-hub-price__cards article { min-height: 158px; }
  .mm-zh-hub-price__links { display: grid; }
  .mm-zh-hub-strengths__gallery-head { grid-template-columns: 1fr; gap: 16px; }
  .mm-zh-hub-strengths__gallery { display: flex; gap: 12px; margin-right: -18px; padding-right: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .mm-zh-hub-strengths__scene { flex: 0 0 min(82vw,310px); scroll-snap-align: start; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-zh-hub-strengths__gallery { scroll-behavior: auto; }
}
