:root {
  --ink-950: #063f44;
  --ink-900: #085157;
  --ink-800: #155f65;
  --ink-700: #346a70;
  --ink-600: #557d81;
  --emerald-700: #047b70;
  --emerald-600: #079b89;
  --emerald-500: #18b6a2;
  --cyan-500: #34bfe0;
  --cyan-300: #8fdcef;
  --surface: #f4fbfa;
  --surface-strong: rgba(255, 255, 255, .9);
  --surface-soft: rgba(246, 253, 252, .78);
  --line: rgba(29, 137, 144, .18);
  --line-strong: rgba(23, 156, 151, .34);
  --shadow-soft: 0 22px 70px rgba(31, 112, 119, .11);
  --shadow-float: 0 30px 90px rgba(24, 112, 123, .18);
  --content: min(92vw, 1360px);
  --page-progress: 0%;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink-950);
  background:
    radial-gradient(circle at 8% 10%, rgba(118, 225, 209, .18), transparent 26%),
    radial-gradient(circle at 91% 14%, rgba(108, 189, 237, .17), transparent 27%),
    linear-gradient(180deg, #f5fbfa 0%, #f9fdfd 49%, #f3fbfa 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, .35);
}

.reading-progress i {
  display: block;
  width: var(--page-progress);
  height: 100%;
  background: linear-gradient(90deg, var(--emerald-500), var(--cyan-500), #83a6ff);
  box-shadow: 0 0 14px rgba(52, 191, 224, .58);
}

.crystal-page {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  overflow: clip;
  isolation: isolate;
}

.crystal-page::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 109, 116, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 109, 116, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 11%, #000 88%, transparent 100%);
}

.crystal-shell {
  width: var(--content);
  margin-inline: auto;
}

.river-layer {
  position: absolute;
  inset: 0 0 160px;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.river-layer::before,
.river-layer::after {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  height: 260px;
  content: "";
  pointer-events: none;
}

.river-layer::before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(245, 251, 250, .94) 0%,
    rgba(245, 251, 250, .76) 46%,
    transparent 100%
  );
}

.river-layer::after {
  bottom: 0;
  background: linear-gradient(to top, #f3fbfa 3%, transparent);
}

.river-layer img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: .77;
  filter: saturate(.94) contrast(.95);
  mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.crystal-hero {
  position: relative;
  min-height: 930px;
  padding-top: clamp(40px, 3.3vw, 50px);
}

.hero-intro {
  position: relative;
  z-index: 5;
  max-width: 1080px;
  text-align: center;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--emerald-600);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1.5;
}

.hero-kicker::before,
.hero-kicker::after {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 12px 5px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--emerald-500));
}

.hero-kicker::after {
  background: linear-gradient(90deg, var(--emerald-500), transparent);
}

.hero-intro h1 {
  max-width: 1080px;
  margin: 0 auto;
  color: #063d42;
  font-size: clamp(46px, 3.7vw, 54px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.16;
  text-wrap: balance;
}

.hero-summary {
  margin: 14px auto 0;
  color: var(--ink-600);
  font-size: clamp(18px, 1.35vw, 20px);
  letter-spacing: .02em;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid rgba(6, 140, 127, .35);
  border-radius: 11px;
  color: var(--emerald-700);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 36px rgba(33, 122, 126, .08);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.action-primary {
  border-color: var(--emerald-600);
  color: #fff;
  background: linear-gradient(135deg, #08a693, #047e73);
  box-shadow: 0 15px 36px rgba(5, 132, 119, .22);
}

.action:hover {
  border-color: rgba(7, 155, 137, .68);
  box-shadow: 0 18px 42px rgba(33, 122, 126, .15);
  transform: translateY(-2px);
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(235px, .78fr) minmax(430px, 1.45fr) minmax(235px, .78fr);
  align-items: start;
  min-height: 600px;
  margin-top: 4px;
}

.hero-stage::before {
  position: absolute;
  top: 165px;
  left: 50%;
  width: min(68vw, 860px);
  height: 310px;
  border: 1px solid rgba(52, 191, 224, .18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%) rotate(-5deg);
  box-shadow:
    0 0 0 34px rgba(115, 215, 230, .045),
    0 0 0 92px rgba(65, 189, 209, .026);
}

.stage-copy {
  position: relative;
  z-index: 5;
  margin-top: 76px;
}

.stage-demand {
  padding-left: clamp(12px, 3vw, 48px);
}

.stage-object {
  padding-right: clamp(12px, 3vw, 48px);
}

.stage-titleline,
.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.stage-index {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, .72), transparent 26%),
    linear-gradient(145deg, #59cfbf, #0b9f91 72%);
  box-shadow: 0 12px 28px rgba(9, 151, 138, .2);
  font-size: 16px;
  font-weight: 900;
}

.stage-copy h2,
.section-heading h2 {
  margin: 0;
  color: var(--ink-950);
  font-size: clamp(25px, 2.05vw, 32px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.stage-copy .stage-titleline p,
.section-heading p {
  margin: 7px 0 0;
  color: var(--ink-600);
  font-size: 16px;
  line-height: 1.6;
}

.stage-points {
  display: grid;
  gap: 13px;
  margin: 24px 0 0 63px;
  padding: 0;
  list-style: none;
}

.stage-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-700);
  font-size: 16px;
}

.stage-points i,
.return-copy li i {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(7, 155, 137, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .74);
}

.stage-points i::after,
.return-copy li i::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--emerald-500);
  box-shadow: 0 0 10px rgba(24, 182, 162, .5);
}

.crystal-core {
  position: relative;
  z-index: 4;
  align-self: start;
  justify-self: center;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  margin-top: 14px;
}

.crystal-core::before,
.crystal-core::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(36, 188, 210, .27);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.crystal-core::before {
  width: 108%;
  height: 43%;
  transform: translate(-50%, -50%) rotate(8deg);
}

.crystal-core::after {
  width: 94%;
  height: 35%;
  border-style: dashed;
  transform: translate(-50%, -50%) rotate(-13deg);
}

.crystal-aura {
  position: absolute;
  z-index: -2;
  inset: 19%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 211, 225, .42), rgba(50, 171, 206, .13) 48%, transparent 72%);
  filter: blur(18px);
  transform: scale(1.3);
}

.crystal-core > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(20, 107, 126, .22));
  mask-image: radial-gradient(ellipse 71% 71% at center, #000 60%, rgba(0, 0, 0, .72) 77%, transparent 100%);
  mix-blend-mode: multiply;
  animation: crystal-float 6.8s ease-in-out infinite;
}

.project-agent-badge {
  position: absolute;
  z-index: 4;
  top: 49.2%;
  left: 50%;
  display: grid;
  width: 41%;
  color: #efffff;
  text-align: center;
  text-shadow: 0 2px 15px rgba(0, 32, 43, .82);
  transform: translate(-50%, -50%);
}

.project-agent-badge strong {
  font-size: clamp(23px, 2.35vw, 34px);
  font-weight: 900;
  letter-spacing: -.03em;
}

.project-agent-badge span {
  margin-top: 3px;
  color: rgba(235, 254, 255, .84);
  font-size: 12px;
  line-height: 1.45;
}

.orbit-label {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(25, 151, 158, .18);
  border-radius: 8px;
  color: var(--ink-800);
  background: rgba(250, 255, 255, .86);
  box-shadow: 0 10px 26px rgba(44, 121, 127, .09);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.label-intent {
  top: 22%;
  left: -1%;
}

.label-industry {
  top: 59%;
  left: -10%;
}

.label-evidence {
  right: -4%;
  bottom: 7%;
}

.floating-metrics {
  position: absolute;
  z-index: 6;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.metric {
  position: absolute;
  display: block !important;
  min-width: 174px;
  padding: 6px 0;
}

.metric dt {
  margin: 0;
  color: #07656a;
  font-size: clamp(38px, 3.15vw, 48px) !important;
  font-weight: 900 !important;
  letter-spacing: -.055em;
  line-height: 1 !important;
}

.metric dd {
  display: grid !important;
  flex: initial !important;
  gap: 1px;
  margin: 7px 0 0;
}

.metric dd strong {
  color: var(--ink-900);
  font-size: 16px;
  line-height: 1.35;
}

.metric dd span {
  color: var(--ink-600);
  font-size: 13px;
  line-height: 1.35;
}

.metric-projects {
  bottom: 152px;
  left: 2.4%;
}

.metric-proposals {
  right: 2%;
  bottom: 152px;
  text-align: right;
}

.metric-rating {
  bottom: 4px;
  left: 13%;
  text-align: center;
}

.metric-talent {
  right: 12%;
  bottom: 4px;
  text-align: center;
}

@keyframes crystal-float {
  0%,
  100% {
    transform: translateY(0) rotate(.01deg);
  }

  50% {
    transform: translateY(-12px) rotate(.01deg);
  }
}

.project-capsule-section {
  position: relative;
  z-index: 8;
  margin-top: 84px;
}

.project-capsule {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .85fr .85fr 1.18fr;
  min-height: 292px;
  overflow: hidden;
  border: 1px solid rgba(41, 153, 173, .34);
  border-radius: 48px 48px 28px 28px / 22px 22px 34px 34px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(239, 251, 252, .77) 55%, rgba(255, 255, 255, .86)),
    linear-gradient(180deg, rgba(52, 191, 224, .08), transparent);
  box-shadow:
    0 26px 80px rgba(31, 104, 115, .15),
    inset 0 1px 0 #fff,
    inset 0 -10px 24px rgba(55, 179, 191, .045);
  backdrop-filter: blur(18px);
}

.project-capsule::before,
.project-capsule::after {
  position: absolute;
  right: 4%;
  left: 4%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(57, 189, 205, .54), transparent);
}

.project-capsule::before {
  top: 8px;
}

.project-capsule::after {
  bottom: 8px;
}

.project-summary,
.project-fact,
.ranked-solutions {
  position: relative;
  padding: 32px 30px 29px;
}

.project-fact,
.ranked-solutions {
  border-left: 1px solid var(--line);
}

.section-kicker {
  margin-bottom: 7px;
  font-size: 13px;
  letter-spacing: .14em;
}

.project-summary h2 {
  margin: 0;
  color: var(--ink-950);
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.35;
  text-wrap: balance;
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 26px 0 0;
}

.project-meta div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-meta dt {
  color: var(--ink-600);
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.project-meta dd {
  margin: 0;
  color: var(--ink-900);
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.45 !important;
}

.project-fact h3,
.solution-heading h3 {
  margin: 0 0 20px;
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 850;
}

.project-fact ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-fact li {
  position: relative;
  padding-left: 14px;
  color: var(--ink-700);
  font-size: 15px;
  line-height: 1.55;
}

.project-fact li::before {
  position: absolute;
  top: .66em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--emerald-500);
}

.solution-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.solution-heading h3 span {
  color: var(--emerald-600);
  font-size: 14px;
  letter-spacing: .08em;
}

.solution-heading a {
  color: var(--emerald-700);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.solution-list {
  display: grid;
}

.solution-list button {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(29, 137, 144, .1);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.solution-list button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--ink-800);
  background: rgba(52, 191, 224, .11);
  font-size: 11px;
  font-weight: 900;
}

.solution-list button strong {
  color: var(--ink-900);
  font-size: 15px;
}

.solution-list button em {
  color: var(--ink-600);
  font-size: 13px;
  font-style: normal;
}

.solution-list button[aria-selected="true"] {
  background: linear-gradient(90deg, rgba(24, 182, 162, .11), transparent);
}

.solution-list button[aria-selected="true"] span {
  color: #fff;
  background: var(--emerald-600);
}

.solution-detail {
  margin: 15px 0 0;
  color: var(--ink-600);
  font-size: 13px;
}

.solution-detail strong {
  color: var(--emerald-700);
}

.intelligence-section {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(48px, 7vw, 98px);
  margin-top: 138px;
}

.capability-panel,
.matching-panel {
  position: relative;
  min-height: 550px;
  padding: 18px 20px 32px;
}

.capability-panel::before,
.matching-panel::before {
  position: absolute;
  z-index: -1;
  inset: 86px -18px 22px;
  border: 1px solid rgba(31, 151, 160, .12);
  border-radius: 38% 12% 34% 18% / 20% 28% 18% 32%;
  content: "";
  background: rgba(255, 255, 255, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(8px);
}

.matching-panel::before {
  border-radius: 12% 34% 16% 38% / 25% 18% 34% 16%;
}

.capability-body {
  display: grid;
  grid-template-columns: minmax(230px, .85fr) minmax(270px, 1.15fr);
  gap: 22px;
  align-items: center;
  margin-top: 46px;
}

.capability-radar {
  position: relative;
  min-height: 322px;
}

.radar-grid,
.radar-level,
.radar-value {
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  transform: translate(-50%, -50%);
}

.radar-grid {
  width: 218px;
  height: 250px;
  background:
    linear-gradient(30deg, transparent 49.5%, rgba(33, 157, 162, .21) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgba(33, 157, 162, .21) 50%, transparent 50.5%),
    linear-gradient(150deg, transparent 49.5%, rgba(33, 157, 162, .21) 50%, transparent 50.5%);
}

.radar-level {
  border: 1px solid rgba(22, 152, 159, .2);
}

.level-one {
  width: 218px;
  height: 250px;
}

.level-two {
  width: 154px;
  height: 176px;
}

.level-three {
  width: 88px;
  height: 101px;
}

.radar-value {
  width: 173px;
  height: 198px;
  background: linear-gradient(145deg, rgba(41, 201, 184, .46), rgba(67, 177, 222, .18));
  box-shadow: 0 0 28px rgba(53, 193, 200, .22);
}

.capability-radar > strong,
.capability-radar > span {
  position: absolute;
  z-index: 3;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.capability-radar > strong {
  top: 123px;
  color: var(--ink-900);
  font-size: 42px;
  line-height: 1;
}

.capability-radar > span {
  top: 169px;
  width: 120px;
  color: var(--ink-600);
  font-size: 12px;
}

.axis {
  position: absolute;
  width: 86px;
  color: var(--ink-700);
  font-size: 12px;
  text-align: center;
}

.axis-one {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-two {
  top: 69px;
  right: -5px;
}

.axis-three {
  right: -4px;
  bottom: 46px;
}

.axis-four {
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-five {
  bottom: 46px;
  left: -5px;
}

.axis-six {
  top: 69px;
  left: -5px;
}

.evidence-list,
.match-reasons {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li,
.match-reasons li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 13px 16px;
  border: 1px solid rgba(29, 137, 144, .14);
  border-radius: 15px 6px 15px 6px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 26px rgba(33, 112, 119, .055);
  backdrop-filter: blur(12px);
}

.evidence-list li > span,
.match-reasons li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: var(--emerald-700);
  background: rgba(24, 182, 162, .11);
  font-size: 11px;
  font-weight: 900;
}

.evidence-list strong,
.match-reasons strong {
  display: block;
  color: var(--ink-900);
  font-size: 15px;
}

.evidence-list p,
.match-reasons p {
  margin: 2px 0 0;
  color: var(--ink-600);
  font-size: 14px;
}

.evidence-list em,
.match-reasons em {
  color: var(--emerald-700);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0 63px;
  color: var(--emerald-700);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.text-link span {
  font-size: 18px;
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.match-score {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 18px;
  margin: 46px 0 22px 63px;
  padding: 20px 22px;
  border-left: 3px solid var(--emerald-500);
  background: linear-gradient(90deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .24));
}

.match-score span {
  color: var(--ink-700);
  font-size: 14px;
  font-weight: 800;
}

.match-score strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--ink-900);
  font-size: 48px;
  line-height: 1;
}

.match-score small {
  color: var(--emerald-600);
  font-size: 18px;
}

.match-score p {
  margin: 0;
  color: var(--ink-600);
  font-size: 13px;
}

.match-reasons {
  margin-left: 63px;
}

.delivery-section {
  position: relative;
  z-index: 5;
  margin-top: 92px;
  padding: 30px 28px 60px;
}

.delivery-section::before {
  position: absolute;
  z-index: -1;
  inset: 126px 0 0;
  content: "";
  background:
    linear-gradient(to top, rgba(255, 255, 255, .7), transparent 78%),
    repeating-linear-gradient(90deg, rgba(41, 150, 165, .05) 0 2px, transparent 2px 38px);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.delivery-heading {
  align-items: center;
}

.delivery-status {
  display: grid;
  grid-template-columns: auto minmax(150px, 280px) auto;
  align-items: center;
  gap: 12px;
  min-width: min(43vw, 470px);
  margin-left: auto;
}

.delivery-status span,
.delivery-status strong {
  color: var(--ink-700);
  font-size: 14px;
  font-weight: 850;
}

.delivery-status i {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(32, 143, 152, .13);
}

.delivery-status b {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--emerald-500), var(--cyan-500));
}

.delivery-bridge {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.delivery-bridge::before {
  position: absolute;
  top: 29px;
  right: 7%;
  left: 7%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--emerald-500) 0 45%, rgba(48, 152, 170, .22) 45%);
  box-shadow: 0 0 16px rgba(37, 183, 190, .22);
}

.delivery-bridge li {
  position: relative;
  display: grid;
  justify-items: center;
  color: var(--ink-600);
  text-align: center;
}

.delivery-bridge li > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(36, 157, 163, .25);
  border-radius: 50%;
  color: var(--ink-700);
  background: rgba(245, 252, 252, .9);
  box-shadow: 0 10px 22px rgba(34, 124, 130, .08);
  font-size: 13px;
  font-weight: 900;
}

.delivery-bridge .is-done > span,
.delivery-bridge .is-current > span {
  border-color: rgba(24, 182, 162, .52);
  color: #fff;
  background: linear-gradient(145deg, var(--emerald-500), var(--emerald-700));
}

.delivery-bridge .is-current > span {
  box-shadow: 0 0 0 8px rgba(24, 182, 162, .09), 0 12px 26px rgba(6, 134, 122, .24);
}

.delivery-bridge strong {
  margin-top: 17px;
  color: var(--ink-900);
  font-size: 15px;
}

.delivery-bridge p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.return-section {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(600px, 1.28fr);
  align-items: center;
  gap: 42px;
  min-height: 500px;
  margin-top: 80px;
  padding: 34px 24px 22px;
}

.return-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0 63px;
  padding: 0;
  list-style: none;
}

.return-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-700);
  font-size: 15px;
}

.return-copy li i {
  width: 15px;
  height: 15px;
}

.return-copy li i::after {
  top: 3px;
  left: 3px;
}

.return-orbit {
  position: relative;
  min-height: 430px;
}

.return-orbit::before,
.return-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(42, 169, 181, .25);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(-8deg);
}

.return-orbit::before {
  width: 78%;
  height: 58%;
  box-shadow:
    0 0 0 24px rgba(86, 199, 211, .04),
    0 0 0 62px rgba(86, 199, 211, .025);
}

.return-orbit::after {
  width: 56%;
  height: 42%;
  border-style: dashed;
  transform: translate(-50%, -50%) rotate(12deg);
}

.return-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 250px;
  height: 250px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.return-core::before {
  position: absolute;
  z-index: -1;
  inset: 18%;
  border-radius: 50%;
  content: "";
  background: rgba(39, 191, 187, .38);
  filter: blur(28px);
  transform: scale(1.36);
}

.return-core > img {
  position: absolute;
  z-index: -1;
  inset: -13%;
  width: 126%;
  height: 126%;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(13, 111, 128, .23));
  mask-image: radial-gradient(circle at center, #000 58%, rgba(0, 0, 0, .72) 75%, transparent 100%);
  mix-blend-mode: multiply;
}

.return-core strong {
  margin-top: 18px;
  font-size: 26px;
  text-shadow: 0 3px 14px rgba(0, 41, 53, .84);
}

.return-core span {
  margin-top: 4px;
  color: rgba(237, 255, 255, .82);
  font-size: 13px;
  text-shadow: 0 2px 12px rgba(0, 41, 53, .84);
}

.return-node {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 13px 16px;
  border: 1px solid rgba(29, 137, 144, .16);
  border-radius: 18px 7px 18px 7px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 34px rgba(29, 112, 120, .1);
  backdrop-filter: blur(12px);
}

.return-node > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--emerald-700);
  background: rgba(24, 182, 162, .12);
  font-size: 11px;
  font-weight: 900;
}

.return-node strong {
  display: block;
  color: var(--ink-900);
  font-size: 14px;
}

.return-node p {
  margin: 1px 0 0;
  color: var(--ink-600);
  font-size: 12px;
}

.node-archive {
  top: 7%;
  left: 14%;
}

.node-growth {
  top: 8%;
  right: 10%;
}

.node-review {
  bottom: 7%;
  left: 13%;
}

.node-knowledge {
  right: 9%;
  bottom: 8%;
}

.bottom-proof {
  position: relative;
  z-index: 5;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 251, 250, .78);
  backdrop-filter: blur(12px);
}

.bottom-proof dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 0;
}

.bottom-proof dl > div {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  min-height: 98px;
  border-left: 1px solid var(--line);
}

.bottom-proof dl > div:last-child {
  border-right: 1px solid var(--line);
}

.bottom-proof dt {
  color: var(--ink-900);
  flex: initial !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  letter-spacing: -.04em;
  line-height: 1.1 !important;
}

.bottom-proof dd {
  flex: initial !important;
  margin: 0;
  color: var(--ink-600);
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.partner-section {
  position: relative;
  z-index: 4;
  padding: 42px 0 48px;
  text-align: center;
}

.partner-section h2 {
  margin: 0;
  color: var(--ink-800);
  font-size: 20px;
  letter-spacing: .08em;
}

.partner-section ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.partner-section li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  color: var(--ink-600);
  font-size: 14px;
  font-weight: 750;
}

.partner-section i {
  width: 19px;
  height: 19px;
  border: 1px solid rgba(23, 132, 141, .42);
  transform: rotate(45deg);
}

.formal-footer {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(25, 121, 128, .16);
  background: rgba(249, 253, 252, .96);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(125px, .55fr)) minmax(260px, 1fr);
  gap: 38px;
  width: var(--content);
  margin: 0 auto;
  padding: 46px 0 52px;
}

.footer-brandline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brandline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px 4px 12px 4px;
  color: #fff;
  background: linear-gradient(145deg, var(--emerald-500), var(--emerald-700));
  font-size: 15px;
  font-weight: 900;
}

.footer-brandline strong {
  color: var(--ink-950);
  font-size: 19px;
}

.footer-brand p,
.footer-service p {
  margin: 14px 0 19px;
  color: var(--ink-600);
  font-size: 14px;
}

.footer-brand small {
  display: block;
  margin-top: 5px;
  color: var(--ink-600);
  font-size: 12px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 5px;
  color: var(--ink-900);
  font-size: 15px;
}

.footer-column a,
.footer-service a {
  color: var(--ink-600);
  font-size: 14px;
  text-decoration: none;
}

.footer-column a:hover,
.footer-service a:hover {
  color: var(--emerald-700);
}

.footer-service {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px 6px 16px 6px;
  background: rgba(255, 255, 255, .7);
}

.footer-service > span {
  color: var(--emerald-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.footer-service > strong {
  display: block;
  margin-top: 6px;
  color: var(--ink-900);
  font-size: 16px;
}

.footer-service p {
  margin: 9px 0 14px;
  line-height: 1.65;
}

.footer-service a {
  color: var(--emerald-700);
  font-weight: 850;
}

.is-asset-degraded .river-layer {
  display: none;
}

.is-asset-degraded .crystal-core > img {
  opacity: 0;
}

.is-asset-degraded .crystal-core {
  border: 1px solid rgba(30, 155, 161, .18);
  border-radius: 46% 54% 52% 48%;
  background: radial-gradient(circle, rgba(15, 143, 146, .32), rgba(51, 180, 203, .08) 46%, transparent 68%);
}

@media (max-width: 1180px) {
  .hero-stage {
    grid-template-columns: minmax(210px, .78fr) minmax(380px, 1.3fr) minmax(210px, .78fr);
  }

  .crystal-core {
    width: min(47vw, 560px);
  }

  .stage-copy {
    margin-top: 135px;
  }

  .project-capsule {
    grid-template-columns: 1.15fr .85fr .85fr 1.15fr;
  }

  .project-summary,
  .project-fact,
  .ranked-solutions {
    padding-inline: 20px;
  }

  .footer-inner {
    grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(110px, .5fr)) minmax(230px, .9fr);
    gap: 24px;
  }
}

@media (min-width: 1081px) and (max-height: 1000px) {
  .crystal-hero {
    min-height: 840px;
    padding-top: 28px;
  }

  .hero-summary {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .action {
    min-height: 48px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-stage::before {
    top: 120px;
    height: 260px;
  }

  .stage-copy {
    margin-top: 48px;
  }

  .crystal-core {
    width: min(34vw, 450px);
    margin-top: 8px;
  }

  .metric-projects,
  .metric-proposals {
    bottom: 112px;
  }

  .project-capsule-section {
    margin-top: 72px;
  }
}

@media (max-width: 1080px) {
  .crystal-hero {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-stage,
  .intelligence-section,
  .return-section {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    display: grid;
    grid-template-areas:
      "crystal"
      "demand"
      "object"
      "metrics";
    min-height: auto;
  }

  .hero-stage::before {
    top: 185px;
    width: 88%;
  }

  .crystal-core {
    grid-area: crystal;
    width: min(69vw, 580px);
    margin-top: 20px;
  }

  .stage-demand,
  .stage-object {
    width: min(86%, 720px);
    margin: 0 auto;
    padding: 18px 0;
  }

  .stage-demand {
    grid-area: demand;
  }

  .stage-object {
    grid-area: object;
  }

  .floating-metrics {
    position: relative;
    display: grid;
    grid-area: metrics;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
    pointer-events: auto;
  }

  .metric {
    position: static;
    min-width: 0;
    text-align: center;
  }

  .metric dt {
    font-size: 32px;
  }

  .project-capsule-section {
    margin-top: 0;
  }

  .project-capsule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 30px 30px 22px 22px;
  }

  .project-fact:nth-of-type(2) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .ranked-solutions {
    border-top: 1px solid var(--line);
  }

  .intelligence-section {
    gap: 44px;
    margin-top: 80px;
  }

  .capability-panel,
  .matching-panel {
    width: min(96%, 820px);
    min-height: auto;
    margin: 0 auto;
  }

  .delivery-status {
    min-width: min(41vw, 380px);
  }

  .return-section {
    width: min(92vw, 900px);
  }

  .return-orbit {
    min-height: 440px;
  }

  .footer-inner {
    grid-template-columns: 1.4fr repeat(3, .6fr);
  }

  .footer-service {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --content: min(92vw, 680px);
  }

  .crystal-hero {
    padding-top: 66px;
  }

  .hero-intro h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .hero-intro h1 br {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .action {
    width: min(100%, 320px);
  }

  .crystal-core {
    width: min(96vw, 520px);
  }

  .orbit-label {
    display: none;
  }

  .project-agent-badge {
    width: 45%;
  }

  .project-agent-badge strong {
    font-size: 22px;
  }

  .floating-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-capsule {
    display: block;
  }

  .project-fact,
  .ranked-solutions {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .capability-body {
    grid-template-columns: 1fr;
  }

  .capability-radar {
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .match-score,
  .match-reasons,
  .text-link,
  .return-copy ul {
    margin-left: 0;
  }

  .delivery-heading {
    flex-wrap: wrap;
  }

  .delivery-status {
    grid-template-columns: auto 1fr auto;
    min-width: 100%;
    margin-top: 20px;
  }

  .delivery-bridge {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
  }

  .delivery-bridge::before {
    top: 20px;
    bottom: 20px;
    left: 29px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--emerald-500) 0 45%, rgba(48, 152, 170, .22) 45%);
  }

  .delivery-bridge li {
    grid-template-columns: 58px minmax(130px, 1fr) minmax(110px, 1fr);
    justify-items: start;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .delivery-bridge strong,
  .delivery-bridge p {
    margin: 0;
  }

  .return-section {
    min-height: auto;
  }

  .return-orbit {
    min-height: 620px;
  }

  .return-orbit::before {
    width: 96%;
    height: 48%;
  }

  .return-core {
    width: 188px;
    height: 188px;
  }

  .return-node {
    min-width: min(45vw, 180px);
  }

  .node-archive,
  .node-review {
    left: 0;
  }

  .node-growth,
  .node-knowledge {
    right: 0;
  }

  .bottom-proof dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bottom-proof dl > div {
    min-height: 76px;
    border-bottom: 1px solid var(--line);
  }

  .partner-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-section li:last-child {
    grid-column: 1 / -1;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand,
  .footer-service {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
