:root {
  --jasroo-green: #005c45;
  --jasroo-green-deep: #03251d;
  --jasroo-green-soft: #dfeee8;
  --ink: #061814;
  --muted: #5f6b67;
  --silver: #d9dfdd;
  --silver-strong: #aeb8b5;
  --white: #ffffff;
  --line: rgba(3, 37, 29, 0.14);
  --stage-x: clamp(22px, 6vw, 96px);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--white);
  scroll-behavior: smooth;
}

body.capacity-body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  font: inherit;
}

.capacity-page {
  min-height: 720vh;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 46%, #ffffff 100%);
}

.capacity-page-home {
  min-height: 880vh;
}

.capacity-stage {
  --intro-opacity: 1;
  --origin-opacity: 1;
  --number-opacity: 1;
  --event-opacity: 0;
  --event-focus: 1;
  --growth-opacity: 0;
  --monthly-opacity: 0;
  --system-opacity: 0;
  --efficiency-opacity: 0;
  --efficiency-progress: 0;
  --efficiency-calc-opacity: 0;
  --efficiency-focus: 0;
  --efficiency-aux-opacity: 0;
  --final-opacity: 0;
  --particle-opacity: 0;
  --factory-opacity: 0.38;
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 22%, rgba(0, 92, 69, 0.08), transparent 31%),
    radial-gradient(circle at 10% 82%, rgba(174, 184, 181, 0.26), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f9fbfa 58%, #ffffff 100%);
}

.capacity-stage::before,
.capacity-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.capacity-stage::before {
  z-index: -3;
  background-image:
    linear-gradient(90deg, rgba(3, 37, 29, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(3, 37, 29, 0.04) 1px, transparent 1px);
  background-size: 9vw 100%, 100% 12vh;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 72%, transparent);
}

.capacity-stage::after {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.48) 48%, rgba(255, 255, 255, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), transparent 40%, rgba(255, 255, 255, 0.94));
}

.factory-canvas,
.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.factory-canvas {
  z-index: -1;
  opacity: var(--factory-opacity);
  transition: opacity 360ms var(--ease);
}

.particle-canvas {
  z-index: 2;
  opacity: var(--particle-opacity);
  mix-blend-mode: multiply;
  transition: opacity 360ms var(--ease);
}

.precision-field {
  position: absolute;
  inset: 13vh var(--stage-x) auto var(--stage-x);
  height: 52vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
}

.precision-field span {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(0, 92, 69, 0.18), transparent);
  height: 1px;
}

.precision-field span:nth-child(1) {
  left: 0;
  right: 7%;
  top: 18%;
}

.precision-field span:nth-child(2) {
  left: 9%;
  right: 0;
  top: 54%;
}

.precision-field span:nth-child(3) {
  top: 0;
  bottom: 0;
  left: 64%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(174, 184, 181, 0.54), transparent);
}

.precision-field span:nth-child(4) {
  left: 31%;
  right: 18%;
  bottom: 0;
}

.capacity-nav {
  position: absolute;
  z-index: 10;
  top: clamp(18px, 3vw, 38px);
  left: var(--stage-x);
  right: var(--stage-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.capacity-nav-home {
  justify-content: flex-end;
}

.capacity-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 4.2vw, 62px);
  height: clamp(42px, 4.2vw, 62px);
  text-decoration: none;
}

.capacity-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.capacity-nav-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: rgba(6, 24, 20, 0.72);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.capacity-nav-title strong {
  font-weight: 700;
  color: rgba(6, 24, 20, 0.86);
}

.capacity-nav-title span {
  color: rgba(6, 24, 20, 0.52);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding-left: clamp(14px, 1.8vw, 24px);
  border-left: 1px solid rgba(0, 92, 69, .18);
}

.language-switcher button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(0, 27, 20, .52);
  cursor: pointer;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  font: 700 12px/1 "Noto Sans TC", Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 180ms var(--ease), background 180ms var(--ease);
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active {
  color: var(--green);
}

.language-switcher button.is-active {
  background: rgba(0, 92, 69, .06);
}

.capacity-route-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 28px);
  color: rgba(6, 24, 20, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.capacity-route-links a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 180ms var(--ease);
}

.capacity-route-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: rgba(0, 92, 69, 0.55);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--ease);
}

.capacity-route-links a:hover,
.capacity-route-links a:focus-visible {
  color: var(--jasroo-green);
}

.capacity-route-links a:hover::after,
.capacity-route-links a:focus-visible::after {
  transform: scaleX(1);
}

.capacity-copy {
  position: absolute;
  z-index: 3;
  top: clamp(120px, 17vh, 188px);
  left: var(--stage-x);
  width: min(860px, calc(100vw - var(--stage-x) * 2));
  opacity: var(--intro-opacity);
  transform: translateY(calc((1 - var(--intro-opacity)) * -26px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}

.capacity-copy h1 {
  margin: 0;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(42px, 5.8vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.capacity-title-line {
  display: block;
}

.capacity-title-count {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.capacity-copy p {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 760px;
  color: rgba(6, 24, 20, 0.68);
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 500;
  line-height: 1.9;
}

.capacity-event-proof {
  position: absolute;
  z-index: 4;
  top: clamp(132px, 20vh, 220px);
  left: var(--stage-x);
  width: min(720px, calc(100vw - var(--stage-x) * 2));
  padding-left: clamp(18px, 2vw, 30px);
  color: var(--ink);
  opacity: calc(var(--event-opacity) * var(--event-focus));
  transform: translate3d(0, calc((1 - var(--event-focus)) * 12px), 0);
  pointer-events: none;
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.capacity-event-proof::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 3px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 92, 69, 0), rgba(0, 92, 69, 0.82), rgba(174, 184, 181, 0.22));
}

.capacity-event-proof::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 12px;
  height: 12px;
  background: var(--jasroo-green);
  box-shadow:
    0 0 0 10px rgba(0, 92, 69, 0.07),
    0 22px 48px rgba(0, 92, 69, 0.16);
}

.event-proof-kicker {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 1.6vw, 22px);
  margin-bottom: clamp(12px, 1.4vw, 18px);
}

.event-proof-kicker span {
  color: var(--jasroo-green);
  font-size: clamp(30px, 4.4vw, 62px);
  font-weight: 850;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
}

.event-proof-kicker small {
  color: rgba(6, 24, 20, 0.46);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capacity-event-proof strong {
  display: block;
  max-width: 680px;
  color: var(--jasroo-green-deep);
  font-size: clamp(27px, 3.2vw, 52px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.capacity-event-proof p {
  margin: clamp(14px, 1.7vw, 22px) 0 0;
  max-width: 610px;
  color: rgba(6, 24, 20, 0.62);
  font-size: clamp(15px, 1.28vw, 19px);
  font-weight: 560;
  line-height: 1.75;
}

.capacity-efficiency {
  position: absolute;
  z-index: 7;
  top: clamp(430px, 50vh, 500px);
  left: 50%;
  width: min(620px, 56vw);
  opacity: var(--efficiency-opacity);
  transform:
    translate3d(-50%, calc((1 - var(--efficiency-focus)) * 22px), 0)
    scale(calc(0.985 + var(--efficiency-focus) * 0.015));
  pointer-events: none;
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.efficiency-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: clamp(9px, 1.25vw, 14px);
  padding: clamp(18px, 2.35vw, 26px) clamp(20px, 3.15vw, 36px);
  border-top: 1px solid rgba(0, 92, 69, 0.28);
  border-bottom: 1px solid rgba(3, 37, 29, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 249, 0.62) 54%, rgba(255, 255, 255, 0.74)),
    linear-gradient(90deg, rgba(0, 92, 69, 0.08), transparent 28%, transparent 72%, rgba(174, 184, 181, 0.12));
  box-shadow:
    0 24px 72px rgba(3, 37, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.efficiency-shell::before,
.efficiency-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.efficiency-shell::before {
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(3, 37, 29, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(3, 37, 29, 0.035) 1px, transparent 1px);
  background-size: 52px 100%, 100% 44px;
  opacity: 0.55;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.efficiency-shell::after {
  left: calc(-18% + var(--efficiency-progress) * 118%);
  top: 0;
  bottom: 0;
  width: clamp(80px, 12vw, 150px);
  background:
    linear-gradient(90deg, transparent, rgba(0, 92, 69, 0.12), transparent),
    radial-gradient(circle at 50% 42%, rgba(0, 92, 69, 0.14), transparent 56%);
  opacity: calc(var(--efficiency-opacity) * 0.82);
  transform: translateX(-50%);
}

.efficiency-head,
.efficiency-primary,
.efficiency-calc,
.efficiency-shell p,
.efficiency-secondary {
  position: relative;
  z-index: 1;
}

.efficiency-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  color: rgba(0, 92, 69, 0.78);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.efficiency-head small {
  color: rgba(6, 24, 20, 0.38);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.efficiency-primary {
  display: grid;
  justify-items: center;
  gap: 6px;
  opacity: var(--efficiency-focus);
  transform: translateY(calc((1 - var(--efficiency-focus)) * 12px));
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.efficiency-primary strong {
  color: var(--jasroo-green-deep);
  font-size: clamp(64px, 7.2vw, 108px);
  font-weight: 900;
  line-height: 0.86;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  text-shadow: 0 24px 62px rgba(0, 92, 69, 0.1);
}

.efficiency-primary span {
  color: rgba(6, 24, 20, 0.68);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.efficiency-calc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 32px;
  padding: 6px 13px;
  border: 1px solid rgba(0, 92, 69, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(6, 24, 20, 0.68);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 780;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  opacity: var(--efficiency-calc-opacity);
  transform: translateY(calc((1 - var(--efficiency-calc-opacity)) * 8px));
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.efficiency-calc b {
  color: rgba(0, 92, 69, 0.72);
  font-size: 18px;
  font-weight: 700;
}

.efficiency-shell p {
  margin: 0;
  max-width: 520px;
  color: rgba(6, 24, 20, 0.6);
  font-size: clamp(13px, 1.12vw, 16px);
  font-weight: 620;
  line-height: 1.58;
  text-align: center;
  text-wrap: balance;
  opacity: var(--efficiency-focus);
}

.efficiency-note {
  max-width: 560px;
  color: rgba(6, 24, 20, 0.48) !important;
  font-size: clamp(12px, 1vw, 14px) !important;
}

.efficiency-secondary {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 2px 0 0;
  opacity: var(--efficiency-aux-opacity);
  transform: translateY(calc((1 - var(--efficiency-aux-opacity)) * 8px));
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.efficiency-secondary div {
  min-width: 0;
  padding: 9px 12px;
  border-top: 1px solid rgba(3, 37, 29, 0.1);
  background: rgba(255, 255, 255, 0.38);
}

.efficiency-secondary dt {
  color: rgba(0, 92, 69, 0.64);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.efficiency-secondary dd {
  margin: 6px 0 0;
  color: rgba(6, 24, 20, 0.72);
  font-size: clamp(13px, 1.08vw, 16px);
  font-weight: 820;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

.origin-readout {
  position: absolute;
  z-index: 4;
  left: var(--stage-x);
  right: var(--stage-x);
  bottom: clamp(90px, 13vh, 146px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  opacity: var(--number-opacity);
  transform: translateY(calc((1 - var(--number-opacity)) * 30px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}

.origin-number {
  color: var(--jasroo-green-deep);
  font-variant-numeric: tabular-nums;
  font-size: clamp(64px, 13vw, 192px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 28px 70px rgba(0, 92, 69, 0.1);
}

.origin-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: clamp(4px, 1vw, 14px);
}

.origin-meta span {
  color: var(--jasroo-green);
  font-size: clamp(30px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.origin-meta small {
  color: rgba(6, 24, 20, 0.58);
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 600;
}

.capacity-stage[data-scene="growth"] .origin-readout {
  left: auto;
  right: var(--stage-x);
  bottom: clamp(66px, 9vh, 98px);
  width: min(520px, 44vw);
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(16px, 2vw, 28px);
  opacity: calc(var(--number-opacity) * 0.88);
}

.capacity-stage[data-scene="growth"] .origin-number {
  color: rgba(3, 37, 29, 0.3);
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.95;
  text-shadow: none;
}

.capacity-stage[data-scene="growth"] .origin-meta {
  flex: 0 0 auto;
  padding-bottom: 6px;
}

.capacity-stage[data-scene="growth"] .origin-meta span {
  font-size: clamp(30px, 4.6vw, 64px);
}

.capacity-stage[data-scene="growth"] .origin-meta small {
  font-size: 12px;
}

.growth-system {
  position: absolute;
  z-index: 5;
  inset: auto var(--stage-x) clamp(64px, 9vh, 104px) var(--stage-x);
  opacity: var(--growth-opacity);
  transform: translateY(calc((1 - var(--growth-opacity)) * 28px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}

.growth-track {
  position: relative;
  height: min(34vh, 340px);
  min-height: 220px;
  border-top: 1px solid rgba(3, 37, 29, 0.08);
  border-bottom: 1px solid rgba(3, 37, 29, 0.08);
  background:
    radial-gradient(circle at 14% 36%, rgba(0, 92, 69, 0.08), transparent 22%),
    radial-gradient(circle at 58% 22%, rgba(174, 184, 181, 0.12), transparent 20%),
    radial-gradient(circle at 88% 62%, rgba(0, 92, 69, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(217, 223, 221, 0.08), rgba(255, 255, 255, 0));
  overflow: hidden;
}

.growth-track::before,
.growth-track::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.growth-track::before {
  left: 2%;
  right: 2%;
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at calc(var(--growth-progress, 0) * 92%) 50%, rgba(0, 92, 69, 0.16), transparent 20%),
    linear-gradient(118deg, transparent 6%, rgba(0, 92, 69, 0.12) 8%, rgba(0, 92, 69, 0.05) 38%, transparent 40%),
    linear-gradient(18deg, transparent 22%, rgba(174, 184, 181, 0.18) 24%, rgba(174, 184, 181, 0.08) 54%, transparent 56%);
  opacity: var(--growth-sweep-opacity, 0);
  transition: opacity 160ms var(--ease);
}

.growth-track::after {
  top: 0;
  bottom: 0;
  left: calc(4% + var(--growth-progress, 0) * 88%);
  width: clamp(90px, 16vw, 220px);
  background:
    linear-gradient(90deg, transparent, rgba(0, 92, 69, 0.1), transparent),
    radial-gradient(circle at 50% 52%, rgba(0, 92, 69, 0.2), transparent 56%);
  opacity: var(--growth-sweep-opacity, 0);
  transform: translateX(-50%);
  transition: opacity 160ms var(--ease);
}

.track-bed,
.track-energy {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 120px;
  transform: translateY(-50%);
  clip-path: polygon(0 52%, 10% 32%, 22% 66%, 34% 28%, 48% 54%, 62% 20%, 74% 62%, 88% 34%, 100% 50%, 100% 55%, 88% 39%, 74% 67%, 62% 25%, 48% 59%, 34% 33%, 22% 71%, 10% 37%, 0 57%);
}

.track-bed {
  background: linear-gradient(90deg, transparent, rgba(3, 37, 29, 0.12), rgba(3, 37, 29, 0.08), transparent);
}

.track-energy {
  width: calc(var(--growth-progress, 0) * 92%);
  right: auto;
  background: linear-gradient(90deg, rgba(0, 92, 69, 0), rgba(0, 92, 69, 0.72), rgba(217, 223, 221, 0.72));
  box-shadow: 0 0 28px rgba(0, 92, 69, 0.2);
  transition: width 80ms linear;
}

.growth-nodes {
  position: absolute;
  inset: 0 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-node {
  position: absolute;
  left: var(--node-x, 50%);
  top: var(--node-y, 50%);
  width: clamp(90px, 10vw, 150px);
  min-height: clamp(54px, 5vw, 74px);
  opacity: 0.78;
  transform: translate(0, -50%) scale(0.96);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.growth-node-bloom {
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--node-size, 32px);
  height: var(--node-size, 32px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle, rgba(0, 92, 69, 0.46), rgba(0, 92, 69, 0.14) 52%, rgba(0, 92, 69, 0.02) 70%);
  box-shadow:
    0 0 0 1px rgba(0, 92, 69, 0.1),
    0 10px 28px rgba(0, 92, 69, 0.1);
  opacity: 0.42;
  transform: translate(-50%, -50%) scale(0.82);
  transform-origin: center;
  transition: opacity 260ms var(--ease), transform 320ms var(--ease);
}

.growth-node::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(var(--node-size, 32px) + 18px);
  height: calc(var(--node-size, 32px) + 18px);
  border-radius: 999px;
  border: 1px solid rgba(0, 92, 69, 0.12);
  transform: translate(-50%, -50%) scale(0.74);
  opacity: 0.5;
  transition: transform 300ms var(--ease), opacity 300ms var(--ease), border-color 300ms var(--ease);
}

.growth-node.is-next,
.growth-node.is-active {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.growth-node.is-next::after {
  transform: translate(-50%, -50%) scale(0.9);
  border-color: rgba(0, 92, 69, 0.62);
  opacity: 0.68;
}

.growth-node.is-next .growth-node-bloom {
  opacity: 0.58;
  transform: translate(-50%, -50%) scale(0.96);
}

.growth-node.is-active::after {
  transform: translate(-50%, -50%) scale(1.08);
  border-color: rgba(0, 92, 69, 0.92);
  opacity: 0.9;
}

.growth-node.is-active .growth-node-bloom {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1.08);
}

.growth-node strong,
.growth-node span {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
  margin-left: calc(var(--node-size, 32px) * 0.42);
  transform: none;
  font-variant-numeric: tabular-nums;
}

.growth-node strong {
  color: rgba(6, 24, 20, 0.7);
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
}

.growth-node span {
  margin-top: 3px;
  color: rgba(6, 24, 20, 0.58);
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 600;
}

.growth-node.is-active strong {
  color: var(--jasroo-green);
}

.growth-node.is-next strong {
  color: rgba(0, 92, 69, 0.72);
}

.growth-node.is-active span {
  color: rgba(6, 24, 20, 0.72);
}

.growth-node.is-next span {
  color: rgba(6, 24, 20, 0.6);
}

.growth-story {
  position: absolute;
  z-index: 8;
  top: clamp(18px, 4vh, 42px);
  right: clamp(18px, 6vw, 96px);
  width: min(340px, 34vw);
  padding: 16px 0 16px 18px;
  border-left: 1px solid rgba(0, 92, 69, 0.34);
  color: rgba(6, 24, 20, 0.78);
  opacity: var(--story-opacity, 0);
  pointer-events: none;
  transform: translateY(calc((1 - var(--growth-opacity)) * 12px));
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

.growth-story::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: calc(28% + var(--growth-progress, 0) * 64%);
  background: linear-gradient(180deg, var(--jasroo-green), rgba(0, 92, 69, 0.08));
  box-shadow: 0 0 24px rgba(0, 92, 69, 0.2);
}

.growth-story-kicker {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 92, 69, 0.68);
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.growth-story strong {
  display: block;
  color: var(--jasroo-green-deep);
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

.growth-story p {
  margin: 12px 0 0;
  max-width: 26em;
  color: rgba(6, 24, 20, 0.66);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.75;
}

.growth-story dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}

.growth-story dl div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.growth-story dt {
  color: rgba(6, 24, 20, 0.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.growth-story dd {
  margin: 0;
  color: rgba(6, 24, 20, 0.86);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.growth-caption {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 26px;
  color: rgba(6, 24, 20, 0.64);
}

.growth-caption strong {
  color: var(--jasroo-green-deep);
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1;
  font-weight: 900;
}

.growth-caption span {
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 600;
}

.monthly-capacity {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: var(--monthly-opacity);
  transform: scale(calc(0.985 + var(--monthly-opacity) * 0.015));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
  pointer-events: none;
}

.monthly-shell {
  position: relative;
  width: min(820px, calc(100vw - var(--stage-x) * 2));
  text-align: center;
  padding: clamp(26px, 4vw, 56px) 0;
}

.monthly-shell::before,
.monthly-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(72vw, 760px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0, 92, 69, 0.22), transparent);
}

.monthly-shell::before {
  top: 0;
}

.monthly-shell::after {
  bottom: 0;
}

.monthly-label {
  color: rgba(0, 92, 69, 0.82);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  line-height: 1;
}

.monthly-metric {
  margin-top: 24px;
  color: var(--jasroo-green-deep);
  font-size: clamp(72px, 15vw, 198px);
  font-weight: 900;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.monthly-unit {
  margin-top: 16px;
  color: rgba(6, 24, 20, 0.72);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
}

.monthly-shell p {
  margin: 26px auto 0;
  max-width: 540px;
  color: rgba(6, 24, 20, 0.58);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.8;
}

.factory-system {
  position: absolute;
  z-index: 7;
  left: var(--stage-x);
  right: var(--stage-x);
  bottom: clamp(78px, 12vh, 124px);
  opacity: var(--system-opacity);
  transform: translateY(calc((1 - var(--system-opacity)) * 36px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
  pointer-events: none;
}

.system-line {
  position: absolute;
  top: 46px;
  left: 4%;
  right: 4%;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(0, 92, 69, 0.72), rgba(0, 92, 69, 0.72)) 0 0 / calc(var(--system-progress, 0) * 100%) 100% no-repeat,
    linear-gradient(90deg, rgba(3, 37, 29, 0.12), rgba(3, 37, 29, 0.12));
  box-shadow: 0 0 24px rgba(0, 92, 69, calc(var(--system-progress, 0) * 0.24));
}

.process-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: clamp(12px, 2vw, 26px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-nodes li {
  display: grid;
  justify-items: center;
  gap: 18px;
  color: rgba(6, 24, 20, 0.5);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 700;
  text-align: center;
  transition: color 300ms var(--ease), transform 300ms var(--ease);
}

.process-nodes li span {
  width: clamp(66px, 6vw, 92px);
  height: clamp(66px, 6vw, 92px);
  border: 1px solid rgba(3, 37, 29, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(217, 223, 221, 0.26)),
    linear-gradient(90deg, transparent 47%, rgba(3, 37, 29, 0.24) 48%, rgba(3, 37, 29, 0.24) 52%, transparent 53%),
    linear-gradient(180deg, transparent 47%, rgba(3, 37, 29, 0.2) 48%, rgba(3, 37, 29, 0.2) 52%, transparent 53%);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.72);
  transition: border-color 300ms var(--ease), box-shadow 300ms var(--ease), transform 300ms var(--ease), background 300ms var(--ease);
}

.process-nodes li.is-active {
  color: var(--jasroo-green-deep);
  transform: translateY(-5px);
}

.process-nodes li.is-active span {
  transform: scale(1.05);
  border-color: rgba(0, 92, 69, 0.86);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 92, 69, 0.14), transparent 52%),
    linear-gradient(135deg, #ffffff, rgba(223, 238, 232, 0.72)),
    linear-gradient(90deg, transparent 47%, rgba(0, 92, 69, 0.52) 48%, rgba(0, 92, 69, 0.52) 52%, transparent 53%),
    linear-gradient(180deg, transparent 47%, rgba(0, 92, 69, 0.46) 48%, rgba(0, 92, 69, 0.46) 52%, transparent 53%);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.84),
    0 24px 60px rgba(0, 92, 69, 0.12),
    0 0 0 8px rgba(0, 92, 69, 0.04);
}

.final-capacity {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(90px, 11vh, 126px) var(--stage-x) clamp(70px, 9vh, 100px);
  text-align: center;
  opacity: var(--final-opacity);
  transform: translateY(calc((1 - var(--final-opacity)) * 28px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
  pointer-events: none;
}

.final-year,
.final-month {
  display: grid;
  gap: 10px;
}

.final-year strong {
  color: var(--jasroo-green-deep);
  font-size: clamp(62px, 12vw, 170px);
  font-weight: 900;
  line-height: 0.86;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.final-year span,
.final-month span {
  color: rgba(6, 24, 20, 0.62);
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 700;
}

.final-month strong {
  color: var(--jasroo-green);
  font-size: clamp(36px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.final-system-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: clamp(8px, 1vw, 14px) 0 0;
  padding: 4px clamp(18px, 4vw, 64px) 8px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92) 12%, rgba(255, 255, 255, 0.94) 88%, transparent);
  color: var(--ink);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  text-wrap: balance;
}

.final-zh {
  margin: 0;
  color: rgba(6, 24, 20, 0.62);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.8;
}

.final-actions {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(2px, .8vw, 10px);
  opacity: calc(var(--final-opacity) * var(--final-opacity));
  transform: translateY(calc((1 - var(--final-opacity)) * 10px));
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}

.capacity-stage[data-scene="final"] .final-actions {
  pointer-events: auto;
}

.final-primary-link,
.final-secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.final-primary-link {
  min-width: 226px;
  padding: 0 24px;
  background: var(--jasroo-green-deep);
  color: #fff;
  box-shadow: 0 18px 36px rgba(3, 37, 29, 0.1);
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}

.final-primary-link:hover,
.final-primary-link:focus-visible {
  background: var(--jasroo-green);
  transform: translateY(-1px);
}

.final-secondary-link {
  position: relative;
  color: var(--jasroo-green-deep);
}

.final-secondary-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 1px;
  background: rgba(0, 92, 69, 0.58);
}

.capacity-company-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(40px, 6vw, 92px);
  padding: 72px var(--stage-x) 82px;
  border-top: 1px solid rgba(3, 37, 29, 0.14);
  background:
    linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
}

.capacity-company-footer p,
.capacity-company-footer dt {
  margin: 0;
  color: var(--jasroo-green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capacity-company-footer h2 {
  margin: 14px 0 0;
  color: var(--jasroo-green-deep);
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: 0;
}

.capacity-company-footer span {
  display: block;
  margin-top: 14px;
  color: rgba(6, 24, 20, 0.58);
  font-size: 15px;
  line-height: 1.68;
}

.capacity-company-footer dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(3, 37, 29, 0.14);
  border: 1px solid rgba(3, 37, 29, 0.14);
}

.capacity-company-footer dl > div {
  min-width: 0;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.96);
}

.capacity-company-footer dd {
  margin: 11px 0 0;
  color: rgba(6, 24, 20, 0.86);
  font-size: 15.5px;
  font-weight: 620;
  line-height: 1.62;
}

.capacity-company-footer a {
  color: var(--jasroo-green-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.scroll-cue {
  position: absolute;
  z-index: 20;
  right: var(--stage-x);
  bottom: clamp(24px, 4vh, 42px);
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(6, 24, 20, 0.44);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: calc(1 - var(--final-opacity));
  transition: opacity 300ms var(--ease);
}

.scroll-cue span {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(0, 92, 69, 0), rgba(0, 92, 69, 0.72), rgba(0, 92, 69, 0));
  animation: cuePulse 1.7s var(--ease) infinite;
}

@keyframes cuePulse {
  0%,
  100% {
    transform: scaleY(0.65);
    opacity: 0.42;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 860px) {
  :root {
    --stage-x: clamp(20px, 6vw, 36px);
  }

  .capacity-page {
    min-height: 760vh;
  }

  .capacity-page-home {
    min-height: 880vh;
  }

  .capacity-stage {
    min-height: 100vh;
  }

  .capacity-nav {
    top: 20px;
  }

  .capacity-nav-title {
    display: grid;
    justify-items: end;
    gap: 6px;
    font-size: 12px;
  }

  .capacity-nav .language-switcher {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .capacity-nav .language-switcher button {
    min-width: 28px;
    height: 30px;
    padding: 0 5px;
    font-size: 10px;
  }

  .capacity-route-links {
    display: none;
  }

  .capacity-copy {
    top: 112px;
  }

  .capacity-copy h1 {
    max-width: 640px;
    font-size: clamp(38px, 10.8vw, 56px);
    line-height: 1.12;
  }

  .capacity-copy p {
    max-width: 92vw;
    font-size: 16px;
    line-height: 1.85;
  }

  .capacity-event-proof {
    top: clamp(118px, 18vh, 180px);
    width: min(600px, calc(100vw - var(--stage-x) * 2));
    padding-left: 18px;
  }

  .event-proof-kicker {
    gap: 12px;
    margin-bottom: 10px;
  }

  .event-proof-kicker span {
    font-size: clamp(28px, 8vw, 42px);
  }

  .event-proof-kicker small {
    max-width: 180px;
    font-size: 10px;
    line-height: 1.35;
  }

  .capacity-event-proof strong {
    max-width: 560px;
    font-size: clamp(25px, 6vw, 39px);
    line-height: 1.22;
  }

  .capacity-event-proof p {
    max-width: 560px;
    margin-top: 12px;
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: 1.72;
  }

  .capacity-efficiency {
    top: clamp(410px, 48vh, 500px);
    width: min(640px, calc(100vw - var(--stage-x) * 2));
  }

  .efficiency-shell {
    padding: clamp(17px, 3.6vw, 24px) clamp(18px, 5vw, 30px);
  }

  .efficiency-head {
    flex-wrap: wrap;
    gap: 6px 12px;
    text-align: center;
  }

  .efficiency-primary strong {
    font-size: clamp(62px, 17vw, 98px);
  }

  .efficiency-calc {
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .efficiency-shell p {
    max-width: 420px;
    font-size: clamp(12px, 3.15vw, 14px);
    line-height: 1.52;
  }

  .efficiency-secondary {
    width: 100%;
    gap: 8px;
  }

  .efficiency-secondary div {
    padding: 10px 12px;
  }

  .origin-readout {
    bottom: 86px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .origin-number {
    font-size: clamp(68px, 20vw, 112px);
    line-height: 0.92;
  }

  .origin-meta {
    align-items: flex-start;
  }

  .capacity-stage[data-scene="growth"] .origin-readout {
    left: var(--stage-x);
    right: var(--stage-x);
    bottom: 54px;
    width: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .capacity-stage[data-scene="growth"] .origin-number {
    font-size: clamp(34px, 12vw, 58px);
  }

  .capacity-stage[data-scene="growth"] .origin-meta {
    align-items: flex-end;
  }

  .growth-system {
    inset: 118px var(--stage-x) 72px var(--stage-x);
  }

  .growth-track {
    height: 62vh;
    min-height: 430px;
  }

  .track-bed,
  .track-energy {
    top: 50%;
    bottom: auto;
    left: 7%;
    right: 45%;
    width: auto;
    height: 78vh;
    max-height: 560px;
    transform: translateY(-50%);
    clip-path: polygon(6% 0, 20% 12%, 10% 24%, 32% 36%, 20% 48%, 44% 60%, 26% 72%, 52% 86%, 42% 100%, 36% 100%, 46% 86%, 20% 72%, 38% 60%, 14% 48%, 26% 36%, 4% 24%, 14% 12%, 0 0);
  }

  .track-energy {
    width: auto;
    height: calc(var(--growth-progress, 0) * 78vh);
    max-height: calc(var(--growth-progress, 0) * 560px);
    right: auto;
    background: linear-gradient(180deg, rgba(0, 92, 69, 0), rgba(0, 92, 69, 0.7), rgba(217, 223, 221, 0.64));
  }

  .growth-nodes {
    display: block;
    padding: 0;
  }

  .growth-node {
    left: var(--node-mobile-x, var(--node-x, 50%));
    top: var(--node-mobile-y, var(--node-y, 50%));
    width: min(190px, 40vw);
    min-height: 48px;
  }

  .growth-node::after {
    transform: translate(-50%, -50%) scale(0.72);
  }

  .growth-node.is-active::after {
    transform: translate(-50%, -50%) scale(1.04);
  }

  .growth-node strong,
  .growth-node span {
    margin-left: calc(var(--node-size, 32px) * 0.48);
    z-index: 2;
  }

  .growth-node strong {
    width: auto;
    font-size: 12px;
  }

  .growth-node span {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
  }

  .growth-node-bloom {
    opacity: 0.44;
  }

  .growth-node.is-active .growth-node-bloom {
    opacity: 0.88;
  }

  .growth-story {
    top: var(--story-y, 18%);
    right: 0;
    width: min(270px, 39vw);
    min-height: 112px;
    padding: 12px 0 12px 14px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62) 68%, rgba(255, 255, 255, 0)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0));
    transform: translateY(-50%);
  }

  .growth-story-kicker {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .growth-story strong {
    font-size: clamp(18px, 4.7vw, 28px);
    line-height: 1.08;
  }

  .growth-story p {
    margin-top: 8px;
    font-size: clamp(11px, 2.8vw, 13px);
    line-height: 1.58;
  }

  .growth-story dl {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
  }

  .growth-story dl div {
    grid-template-columns: 72px 1fr;
    align-items: baseline;
    gap: 8px;
  }

  .growth-story dt {
    font-size: 9px;
  }

  .growth-story dd {
    font-size: clamp(12px, 3.1vw, 14px);
  }

  .growth-caption {
    align-items: center;
    margin-top: 18px;
  }

  .monthly-shell {
    width: min(92vw, 520px);
  }

  .monthly-metric {
    font-size: clamp(68px, 21vw, 108px);
  }

  .factory-system {
    top: 128px;
    bottom: auto;
  }

  .system-line {
    top: 0;
    bottom: 0;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
    background:
      linear-gradient(180deg, rgba(0, 92, 69, 0.72), rgba(0, 92, 69, 0.72)) 0 0 / 100% calc(var(--system-progress, 0) * 100%) no-repeat,
      linear-gradient(180deg, rgba(3, 37, 29, 0.12), rgba(3, 37, 29, 0.12));
  }

  .process-nodes {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 58px;
  }

  .process-nodes li {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
    gap: 16px;
  }

  .process-nodes li span {
    width: 58px;
    height: 58px;
  }

  .final-capacity {
    gap: 22px;
  }

  .final-year strong {
    font-size: clamp(42px, 11vw, 78px);
  }

  .final-month strong {
    font-size: clamp(34px, 10vw, 54px);
  }

  .final-system-copy {
    display: grid;
    gap: 8px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .final-actions {
    gap: 12px 22px;
  }

  .final-primary-link,
  .final-secondary-link {
    min-height: 44px;
    font-size: 13px;
  }

  .final-primary-link {
    min-width: 204px;
  }

  .capacity-company-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px var(--stage-x) 64px;
  }

  .capacity-company-footer dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .capacity-stage::before {
    background-size: 26vw 100%, 100% 12vh;
  }

  .capacity-brand {
    width: 42px;
    height: 42px;
  }

  .capacity-copy h1 {
    font-size: clamp(33px, 10.3vw, 45px);
  }

  .capacity-event-proof {
    top: 120px;
  }

  .capacity-event-proof strong {
    font-size: clamp(23px, 6.4vw, 32px);
  }

  .capacity-event-proof p {
    font-size: 14px;
  }

  .capacity-efficiency {
    top: clamp(352px, 47vh, 412px);
  }

  .efficiency-shell {
    gap: 8px;
    padding: 15px 15px 16px;
  }

  .efficiency-head {
    font-size: 11px;
  }

  .efficiency-head small {
    font-size: 9px;
  }

  .efficiency-primary {
    gap: 5px;
  }

  .efficiency-primary strong {
    font-size: clamp(56px, 17.2vw, 76px);
  }

  .efficiency-primary span {
    font-size: 14px;
  }

  .efficiency-calc {
    gap: 7px;
    padding: 6px 10px;
  }

  .efficiency-note {
    max-width: 300px;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .efficiency-secondary {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .efficiency-secondary div {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    padding: 8px 10px;
  }

  .efficiency-secondary dd {
    margin-top: 0;
    font-size: 12px;
  }

  .origin-number {
    font-size: clamp(50px, 13.8vw, 64px);
  }

  .origin-meta span {
    font-size: 34px;
  }

  .growth-node span {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .monthly-shell p {
    font-size: 14px;
  }
}

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