@font-face {
  font-family: "Portfolio Sans";
  src: local("HarmonyOS Sans SC"), local("HarmonyOS Sans"), local("OPPOSans"),
    local("PingFang SC"), local("Microsoft YaHei");
}

:root { --ease: cubic-bezier(.22, 1, .36, 1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: "Portfolio Sans", system-ui, sans-serif;
  cursor: auto;
}
a { color: inherit; text-decoration: none; }

.case-nav {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 18px 3vw;
  color: #111;
  background: rgba(255, 255, 255, .1);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  mix-blend-mode: normal;
  pointer-events: auto;
  font-size: 14px;
  opacity: 1;
  transition: background-color .25s ease, border-color .25s ease,
    box-shadow .25s ease, color .25s ease, backdrop-filter .25s ease;
}
.case-nav.on-dark { color: #fff; }
.case-nav:hover,
.case-nav:focus-within {
  color: #111;
  background: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(17, 17, 17, .08);
  box-shadow: 0 8px 28px rgba(17, 17, 17, .06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.case-nav.on-dark:hover,
.case-nav.on-dark:focus-within { color: #111; }
.case-nav a { pointer-events: auto; }
.case-nav span { font-weight: 700; }
.case-nav a:last-child { justify-self: end; }
.magnetic { transition: transform .28s var(--ease); }

.figma-web-section {
  container-type: inline-size;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

/* 全页统一纯白底色 */
.figma-web-section,
.figma-web-section:nth-child(even),
.section--code-composed,
.section--visual-clipped,
.section--11-composed {
  background: #fff !important;
}

.project-end--beneheart {
  background: #fff !important;
}
#section-09 .visual-layer {
  clip-path: inset(0 31.875% 0 0);
}
.section-06-part,
.section-07-part,
.section-11-part,
.section-13-part,
.section-14-part {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  pointer-events: none;
  object-fit: fill;
  object-position: center;
}

.section-06-part--2 {
  object-fit: contain;
  object-position: center;
}

.status-badge {
  position: absolute;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  pointer-events: none;
}
.status-badge-label {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  white-space: pre-wrap;
}

.visual-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-width: none;
  pointer-events: none;
  image-rendering: auto;
  backface-visibility: hidden;
}
.web-shape { position: absolute; z-index: 1; display: block; box-sizing: border-box; pointer-events: none; transform-origin: center; }
.web-shape--path { overflow: visible; }

.layout-text {
  position: absolute;
  z-index: 2;
  margin: 0;
  white-space: pre-wrap;
  overflow: visible;
  letter-spacing: 0;
}
.section-title-rule {
  position: absolute;
  z-index: 2;
  display: block;
  height: 1px;
  background: #1db954;
  pointer-events: none;
}
#section-01 .layout-text[data-figma-id="549:1583"] {
  white-space: nowrap !important;
  width: auto !important;
}

/* Figma uses angled labels on the experience-strategy pyramid. */
.layout-text[data-figma-id="553:1904"],
.layout-text[data-figma-id="553:1905"] { transform: rotate(-26deg); }
.layout-text[data-figma-id="553:1906"],
.layout-text[data-figma-id="553:1907"],
.layout-text[data-figma-id="553:1908"] { transform: rotate(26deg); }
.layout-text[data-figma-id="553:1909"],
.layout-text[data-figma-id="553:1910"],
.layout-text[data-figma-id="553:1911"],
.layout-text[data-figma-id="553:1912"],
.layout-text[data-figma-id="553:1913"] { transform: rotate(-26deg); }

.department-tag {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: max(1px, .1042cqw) solid #1db954;
  border-radius: 999px;
  background: #fff;
  color: #1db954;
  font: 400 1.25cqw/1 "OPPOSans Web", "OPPOSans", sans-serif;
  white-space: nowrap;
}

.scenario-header {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #1db954;
  color: #fff;
  font: 700 1.25cqw/1 "OPPOSans Web", "OPPOSans", sans-serif;
  white-space: nowrap;
}

.phase-header {
  position: absolute;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  background: #1db954;
  pointer-events: none;
}
.phase-header-label {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.section-16-row-label {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-16-row-label__line {
  display: block;
  white-space: nowrap;
  line-height: 1.35;
}
.section-16-row-label strong {
  font-weight: 700;
}
.section-16-table-title {
  z-index: 3;
  white-space: nowrap;
}
.section-16-matrix-text {
  z-index: 3;
  white-space: nowrap;
}

.interface-pill {
  position: absolute;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
}
.interface-pill--green { background: #1db954; }
.interface-pill--gray { background: #f3f5f5; }
.interface-divider {
  position: absolute;
  z-index: 1;
  display: block;
  background: #000;
  pointer-events: none;
}
.interface-pill-label {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.screen-switch {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.screen-switch__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}
.screen-switch__slide.is-active {
  opacity: 1;
}

.department-tag-mask {
  position: absolute;
  z-index: 2;
  display: block;
  background: #fff;
}

.value-card {
  position: absolute;
  z-index: 2;
  display: block;
  background: #f2f5f5;
  pointer-events: none;
}
#section-18.section--code-composed .layout-text,
#section-18.section--code-composed .value-check {
  z-index: 3;
}
.section-18-value-title {
  display: flex;
  align-items: center;
  line-height: 1;
}

.value-check {
  position: absolute;
  z-index: 3;
  display: block;
  width: 1.5625cqw;
  height: 1.5625cqw;
  pointer-events: none;
}

.cursor {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  background: #fff;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;
}
.cursor.is-hovering { width: 38px; height: 38px; }

@media (max-width: 700px) {
  body { cursor: auto; }
  .cursor { display: none; }
  .case-nav {
    grid-template-columns: 1fr auto;
    padding: 16px 18px;
  }
  .case-nav span { display: none; }
  .figma-web-section {
    min-width: 920px;
    width: 920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
