:root {
  --ink: #151816;
  --ink-soft: #28302b;
  --paper: #fff;
  --mist: #f2f5f2;
  --mist-deep: #e4eae5;
  --line: #d8dfda;
  --muted: #657068;
  --red: #1ba784;
  --red-dark: #126b57;
  --green: #126b57;
  --home-bg: #07120e;
  --home-surface: #0c1914;
  --home-surface-raised: #11231c;
  --home-surface-high: #182d24;
  --home-line: #294137;
  --home-text: #edf6f1;
  --home-muted: #93a89d;
  --home-accent: #55d6b5;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

body[data-active-view="home"] [data-view]:not([data-view="home"]),
body[data-active-view="product"] [data-view]:not([data-view="product"]),
body[data-active-view="launch"] [data-view]:not([data-view="launch"]),
body[data-active-view="faq"] [data-view]:not([data-view="faq"]) { display: none; }

body[data-active-view="home"] [data-view="home"],
body[data-active-view="product"] [data-view="product"],
body[data-active-view="launch"] [data-view="launch"],
body[data-active-view="faq"] [data-view="faq"] { animation: view-in 320ms ease both; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  height: var(--header-height);
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled,
body[data-active-view="product"] .site-header {
  background: rgba(255,255,255,.94);
  border-color: rgba(21,24,22,.08);
  box-shadow: 0 10px 30px rgba(21,24,22,.05);
  backdrop-filter: blur(18px);
}
body[data-active-view="launch"] .site-header { background: rgba(21,24,22,.94); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
body[data-active-view="launch"] .site-nav a,
body[data-active-view="launch"] .brand-copy strong { color: #fff; }
body[data-active-view="launch"] .brand-copy small { color: #aeb7b1; }
body[data-active-view="faq"] { --line: var(--home-line); --muted: var(--home-muted); color: var(--home-text); background: var(--home-bg); }
body[data-active-view="faq"] .site-header { color: var(--home-text); background: rgba(7,18,14,.94); border-color: rgba(85,214,181,.14); box-shadow: 0 10px 32px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
body[data-active-view="faq"] .site-nav a,
body[data-active-view="faq"] .brand-copy strong { color: var(--home-text); }
body[data-active-view="faq"] .brand-copy small { color: var(--home-muted); }
body[data-active-view="home"] .site-header:not(.is-past-hero) .brand-copy strong,
body[data-active-view="home"] .site-header:not(.is-past-hero) .site-nav a { color: #fff; }
body[data-active-view="home"] .site-header:not(.is-past-hero) .brand-copy small { color: rgba(255,255,255,.5); }
body[data-active-view="home"] .site-header.is-scrolled:not(.is-past-hero) { background: rgba(7,18,14,.78); border-color: rgba(85,214,181,.12); box-shadow: none; backdrop-filter: blur(18px); }
body[data-active-view="home"] .site-header:not(.is-past-hero) .workbench-link { background: #126b57; }

.brand { display: inline-grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; align-items: center; min-width: 168px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 6px; color: #fff; background: var(--red); font-size: 22px; font-weight: 850; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 16px; line-height: 1.2; }
.brand-copy small { color: var(--muted); font-size: 10px; }
.site-nav { display: flex; justify-self: center; gap: 34px; align-items: center; }
.site-nav a { position: relative; padding: 10px 0; color: #404842; font-size: 14px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 3px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.workbench-link, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border-radius: 5px; font-size: 14px; font-weight: 760; }
.workbench-link { color: #fff; background: var(--ink); }
body[data-active-view="launch"] .workbench-link,
body[data-active-view="faq"] .workbench-link { color: #07120e; background: var(--home-accent); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; color: var(--ink); background: transparent; }
.menu-toggle-icon { position: relative; display: grid; width: 19px; height: 15px; align-content: space-between; }
.menu-toggle-icon i { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform 220ms ease, opacity 160ms ease; }
.mobile-menu-workbench { display: none; }

.eyebrow, .section-index, .final-inner > p { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.section-index-light { color: #6ed9bc; }
.section-heading { max-width: 760px; }
.section-heading h2, .track-heading h2, .workflow-heading h2, .continuity-inner h2, .path-heading h2, .fit-heading h2, .faq-preview h2, .final-inner h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 850;
  line-height: 1.14;
}
.section-heading > p:last-child, .track-heading > p:last-child, .path-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; font-weight: 760; }
.text-link span, .path-options a span, .faq-preview a span { transition: transform 180ms ease; }
.text-link:hover span, .path-options a:hover span, .faq-preview a:hover span { transform: translateX(4px); }

.hero {
  --intro-opacity: 1;
  --scene-opacity: 0;
  --scene-scale: .9;
  --scene-y: 24px;
  --ambient-opacity: .2;
  --copy-opacity: 0;
  --copy-x: -48px;
  --cta-opacity: 0;
  --character-brightness: .22;
  --character-saturation: .58;
  --energy-opacity: 0;
  --energy-y: -26%;
  position: relative;
  height: 240svh;
  min-height: 1500px;
  color: #fff;
  background: #06110e;
  isolation: isolate;
}
.hero-pin { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; background: #06110e; }
.hero-ambient { position: absolute; inset: -18%; z-index: 0; opacity: var(--ambient-opacity); background: radial-gradient(ellipse 32% 40% at 73% 46%,rgba(27,167,132,.3),transparent 72%),radial-gradient(ellipse 42% 28% at 48% 55%,rgba(126,220,190,.13),transparent 76%); filter: blur(18px); transform: scale(var(--scene-scale)); }
.hero-particles { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; pointer-events: none; opacity: var(--intro-opacity); }
.hero-intro { position: absolute; z-index: 5; right: clamp(38px,8vw,132px); bottom: clamp(62px,10vh,104px); display: grid; justify-items: center; gap: 9px; opacity: var(--intro-opacity); transform: translateY(var(--scene-y)); }
.hero-intro strong { color: #55d6b5; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: clamp(18px,2vw,30px); letter-spacing: .12em; text-shadow: 0 0 18px rgba(27,167,132,.42); }
.hero-intro span { color: rgba(255,255,255,.28); font-size: 12px; letter-spacing: .12em; text-align: center; }
.hero-scroll-arrow { display: block; width: 38px; height: 38px; margin-top: 3px; border-right: 4px solid rgba(211,224,218,.28); border-bottom: 4px solid rgba(211,224,218,.28); filter: drop-shadow(0 0 8px rgba(170,211,198,.12)); transform: rotate(45deg); animation: hero-scroll-cue 1.8s ease-in-out infinite; }
.hero-art { position: absolute; z-index: 1; top: 50%; right: clamp(-50px,1vw,18px); width: min(58vw,840px); height: min(94vh,860px); opacity: var(--scene-opacity); transform: translate3d(0,calc(-50% + var(--scene-y)),0) scale(var(--scene-scale)); transform-origin: 60% 50%; will-change: transform,opacity; }
.hero-art-glow { position: absolute; inset: 14% 4% 0 12%; z-index: 0; border-radius: 50%; background: radial-gradient(circle,rgba(79,205,169,.25),rgba(27,167,132,.11) 38%,transparent 72%); filter: blur(42px); animation: hero-glow-breathe 4.2s ease-in-out infinite alternate; }
.hero-core { position: absolute; z-index: 1; top: 12%; left: 62%; display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgba(151,236,210,.72); border-radius: 50%; color: #effff9; background: radial-gradient(circle at 50% 42%,#eafff7,#6ad8b9 24%,#1ba784 52%,rgba(18,107,87,.12) 71%,transparent 72%); box-shadow: 0 0 28px rgba(90,218,180,.82),0 0 92px rgba(27,167,132,.48); transform: translateX(-50%); animation: hero-core-breathe 2.8s ease-in-out infinite; }
.hero-core span { font-size: 38px; font-weight: 900; text-shadow: 0 0 10px rgba(255,255,255,.7); }
.hero-core i { display: none; }
.hero-character { position: absolute; inset: 0; z-index: 2; margin: 0; }
.hero-character::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse 42% 11% at 61% var(--energy-y),rgba(110,236,199,.2),rgba(27,167,132,.08) 43%,transparent 76%); opacity: var(--energy-opacity); mix-blend-mode: screen; filter: blur(14px); }
.hero-character-base, .hero-character-energy, .hero-character-energy img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-character-base, .hero-character-energy img { object-fit: contain; object-position: 64% 50%; transform: translate3d(2%,1%,0) scale(1.03); }
.hero-character-base { z-index: 1; filter: brightness(var(--character-brightness)) saturate(var(--character-saturation)) contrast(1.07) drop-shadow(0 0 14px rgba(27,167,132,.16)); }
.hero-character-energy { z-index: 2; overflow: hidden; opacity: var(--energy-opacity); -webkit-mask-image: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 12%,#000 42%,#000 58%,rgba(0,0,0,.12) 88%,transparent 100%); mask-image: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 12%,#000 42%,#000 58%,rgba(0,0,0,.12) 88%,transparent 100%); -webkit-mask-size: 100% 34%; mask-size: 100% 34%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 0 var(--energy-y); mask-position: 0 var(--energy-y); }
.hero-character-energy img { filter: brightness(1.22) saturate(1.04) contrast(1.05) drop-shadow(0 0 18px rgba(72,223,179,.5)); }
.hero-vignette { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(6,17,14,.98) 0%,rgba(6,17,14,.82) 31%,rgba(6,17,14,.1) 67%,rgba(6,17,14,.52) 100%),linear-gradient(0deg,rgba(6,17,14,.76),transparent 34%); }
.hero-content { position: absolute; z-index: 3; bottom: clamp(92px,12vh,132px); left: max(24px,calc((100vw - 1180px)/2)); width: min(55vw,790px); opacity: var(--copy-opacity); transform: translate3d(var(--copy-x),0,0); will-change: transform,opacity; }
.hero-content .eyebrow { display: inline-flex; width: max-content; align-items: center; margin-bottom: 28px; padding: 9px 16px; border: 1px solid rgba(85,214,181,.42); border-radius: 999px; color: #67dfbe; background: rgba(85,214,181,.04); font-size: 11px; letter-spacing: .12em; }
.hero h1 { display: grid; gap: 4px; margin: 0; font-size: clamp(52px,4.4vw,68px); font-weight: 900; line-height: 1.04; text-shadow: 0 0 34px rgba(255,255,255,.12); }
.hero h1 span:first-child { font-size: 1.08em; }
.hero h1 span:last-child { color: rgba(255,255,255,.72); }
.hero-subcopy { display: grid; gap: 6px; max-width: 660px; margin: 30px 0 0; line-height: 1.75; }
.hero-subcopy strong { color: rgba(255,255,255,.84); font-size: 16px; }
.hero-subcopy span { color: rgba(255,255,255,.48); font-size: 15px; }
.mobile-break { display: none; }
.hero-actions { display: flex; gap: 16px; align-items: center; margin-top: 36px; opacity: var(--cta-opacity); }
.hero-actions .button { min-height: 52px; padding: 0 26px; }
.hero-actions .button-secondary { color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); }
.hero-actions .button-secondary:hover { color: #fff; background: rgba(255,255,255,.12); }
.hero-output { position: absolute; z-index: 3; right: max(24px,calc((100vw - 1180px)/2)); bottom: 28px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.36); font-size: 11px; font-weight: 720; opacity: var(--cta-opacity); }
.hero-output i { width: 24px; height: 1px; background: rgba(255,255,255,.22); }
.reveal-on-load { opacity: 0; transform: translateY(18px); animation: content-in 600ms ease forwards; }

@keyframes hero-glow-breathe { to { opacity: .72; transform: scale(1.08); } }
@keyframes hero-core-breathe { 50% { transform: translateX(-50%) scale(1.08); filter: brightness(1.12); } }

.live-section { padding: 104px 0 120px; background: linear-gradient(180deg,var(--home-bg),var(--home-surface)); }
.live-journey.section-shell { display: grid; grid-template-columns: 380px minmax(0,1fr); gap: 48px; align-items: stretch; width: min(1320px,calc(100% - 80px)); min-height: 680px; padding: 48px; overflow: hidden; border: 1px solid rgba(85,214,181,.13); border-radius: 8px; background: linear-gradient(112deg,rgba(27,167,132,.1),rgba(17,35,28,.96) 34%,rgba(7,15,12,.98) 100%); }
.live-copy { display: flex; min-width: 0; flex-direction: column; padding: 16px 0 10px; }
.live-copy h2 { display: grid; gap: 2px; margin: 0; color: var(--home-text); font-size: 31px; font-weight: 850; line-height: 1.22; }
.live-copy h2 span { display: block; }
.live-copy h2 span:nth-child(2) { margin-top: 4px; }
.live-description { display: grid; gap: 17px; margin-top: 27px; }
.live-description p { display: grid; gap: 3px; margin: 0; line-height: 1.65; }
.live-description span { color: var(--home-muted); font-size: 14px; }
.live-description strong { color: rgba(237,246,241,.86); font-size: 15px; font-weight: 680; }
.live-benefits { display: grid; gap: 10px; margin: auto 0 0; padding: 0; list-style: none; }
.live-benefits li { display: flex; width: max-content; max-width: 100%; min-height: 42px; align-items: center; gap: 11px; padding: 9px 20px 9px 13px; border: 1px solid rgba(85,214,181,.38); border-radius: 999px; color: #73e2c3; background: rgba(85,214,181,.055); font-size: 14px; font-weight: 740; }
.live-benefits li::before { content: "\2713"; display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; color: #8ce9ce; background: rgba(27,167,132,.22); font-size: 13px; }
.live-type-char { display: inline-block; font: inherit; font-weight: inherit; transform-origin: 50% 80%; }
.live-copy.is-copy-ready:not(.is-copy-static) .live-type-char {
  opacity: 0;
  color: rgba(223,255,245,.14);
  filter: blur(7px) brightness(.72);
  text-shadow: 0 0 0 transparent;
  transform: translate3d(0,.42em,0) scale(.9);
  will-change: opacity,filter,transform;
}
.live-copy.is-copy-typing .live-type-char {
  animation: live-copy-energy-in .54s cubic-bezier(.16,1,.3,1) both;
  animation-delay: var(--live-type-delay);
}
.live-copy.is-copy-reversing .live-type-char {
  animation: live-copy-energy-out .3s cubic-bezier(.55,.08,.68,.53) both;
  animation-delay: var(--live-type-out-delay);
}
.live-copy.is-copy-static .live-type-char { opacity: 1; filter: none; transform: none; }
.live-product-stage { position: relative; min-width: 0; min-height: 0; aspect-ratio: 1.96; align-self: center; margin: 0; overflow: hidden; border: 1px solid rgba(142,174,160,.2); border-radius: 8px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.live-product-frame { position: absolute; inset: 0; overflow: hidden; background: #fff; }
.live-product-scene { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0; transition: opacity .28s cubic-bezier(.22,1,.36,1); will-change: opacity; }
.live-product-scene.is-active { opacity: 1; }

.proof-section { color: #fff; background: var(--ink); }
.proof-inner { padding-top: 102px; padding-bottom: 112px; }
.proof-top { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.85fr); gap: 72px; align-items: center; min-height: 620px; }
.proof-media-placeholder { min-height: 620px; overflow: hidden; border: 1px solid rgba(142,174,160,.24); border-radius: 8px; background: #08110d; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.proof-account-grid { display: grid; grid-template-columns: repeat(4,minmax(0,124px)); gap: 14px; align-content: center; justify-content: center; width: 100%; height: 100%; min-height: 618px; padding: 20px; }
.proof-account-grid figure { min-width: 0; aspect-ratio: 630 / 1422; margin: 0; opacity: .35; filter: saturate(.76) brightness(.82); transform: translateY(14px); transition: opacity .5s ease,filter .35s ease,transform .5s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--proof-index,0) * 55ms); }
.proof-account-grid figure:nth-child(1) { --proof-index: 1; }
.proof-account-grid figure:nth-child(2) { --proof-index: 2; }
.proof-account-grid figure:nth-child(3) { --proof-index: 3; }
.proof-account-grid figure:nth-child(4) { --proof-index: 4; }
.proof-account-grid figure:nth-child(5) { --proof-index: 5; }
.proof-account-grid figure:nth-child(6) { --proof-index: 6; }
.proof-account-grid figure:nth-child(7) { --proof-index: 7; }
.proof-account-grid figure:nth-child(8) { --proof-index: 8; }
.proof-inner.reveal.is-visible .proof-account-grid figure { opacity: 1; filter: saturate(.9) brightness(.9); transform: none; }
.proof-account-grid figure:hover { z-index: 1; filter: saturate(1) brightness(1); transform: translateY(-5px); }
.proof-account-grid img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; border: 1px solid rgba(142,174,160,.18); border-radius: 4px; background: #0b1712; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.proof-primary { display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding-bottom: 14px; }
.proof-primary-number { margin: 0; color: #fff; font-size: clamp(116px,12vw,160px); font-weight: 850; line-height: .9; white-space: nowrap; }
.proof-primary-number em { margin-left: 8px; color: var(--home-accent); font-size: .32em; font-style: normal; font-weight: 800; }
.proof-primary h2 { max-width: 360px; margin: 28px 0 0; color: rgba(237,246,241,.62); font-size: 18px; font-weight: 500; line-height: 1.72; }
.proof-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 44px 0 0; border-top: 1px dashed rgba(142,174,160,.32); border-bottom: 1px dashed rgba(142,174,160,.32); background: #08110d; }
.proof-stats > div { min-width: 0; min-height: 194px; padding: 30px; border-right: 1px dashed rgba(142,174,160,.24); }
.proof-stats > div:last-child { border-right: 0; }
.proof-stats dt { color: #fff; font-size: clamp(32px,3.25vw,43px); font-weight: 820; line-height: 1.08; white-space: nowrap; }
.proof-stats dd { margin: 18px 0 0; color: rgba(237,246,241,.56); font-size: 14px; line-height: 1.65; }

.engine-section { color: var(--home-text); background: #09130f; }
.engine-heading { padding-top: 92px; padding-bottom: 68px; }
.engine-heading h2 { max-width: 900px; margin: 0; font-size: 54px; font-weight: 850; line-height: 1.12; }
.engine-heading h2 > span { display: block; }
.engine-heading h2 > span:last-child { margin-top: 4px; color: rgba(237,246,241,.42); }
.engine-title-char { display: inline-block; font: inherit; font-weight: inherit; transform-origin: 50% 70%; will-change: opacity,filter,transform; }
.engine-list { position: relative; }
.engine-item { --engine-opacity: 1; --engine-y: 0px; --engine-blur: 0px; --engine-meter-scale: 1; --engine-meter-opacity: 1; --engine-line-scale: 1; position: sticky; top: var(--header-height); overflow: hidden; border-top: 1px solid rgba(142,174,160,.22); color: var(--home-text); background: #0c1914; }
.engine-item:nth-child(even) { background: #0e1d17; }
.engine-item:last-child { border-bottom: 1px solid rgba(142,174,160,.22); }
.engine-item::after { content: ""; position: absolute; z-index: 2; top: -1px; right: 0; left: 0; height: 2px; pointer-events: none; background: var(--home-accent); opacity: .7; transform: scaleX(var(--engine-line-scale)); transform-origin: left center; }
.engine-inner { display: grid; grid-template-columns: 92px minmax(0,1fr) 280px; gap: 54px; align-items: center; min-height: 290px; }
.engine-number { align-self: start; margin-top: 44px; color: var(--home-accent); font-size: 12px; font-weight: 820; }
.engine-number::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 14px rgba(85,214,181,.54); }
.engine-copy { min-width: 0; }
.engine-copy h3 { margin: 0; font-size: 42px; font-weight: 760; line-height: 1.12; }
.engine-copy p { max-width: 650px; margin: 26px 0 0; color: rgba(237,246,241,.62); font-size: 14px; line-height: 1.9; }
.engine-section.is-engine-motion-ready .engine-copy p { opacity: var(--engine-opacity); filter: blur(var(--engine-blur)); transform: translate3d(0,var(--engine-y),0); will-change: opacity,filter,transform; }
.engine-meter { position: relative; display: flex; width: 280px; height: 132px; align-items: flex-end; gap: 16px; padding: 18px 22px 14px; border-bottom: 1px solid rgba(142,174,160,.32); opacity: var(--engine-meter-opacity); transform: scaleY(var(--engine-meter-scale)); transform-origin: 50% 100%; will-change: opacity,transform; }
.engine-meter span { flex: 1; background: rgba(85,214,181,.72); box-shadow: 0 0 16px rgba(85,214,181,.13); }
.engine-meter span:nth-child(1) { height: 24%; }
.engine-meter span:nth-child(2) { height: 42%; }
.engine-meter span:nth-child(3) { height: 58%; }
.engine-meter span:nth-child(4) { height: 76%; }
.engine-meter span:nth-child(5) { height: 100%; }

.track-section { position: relative; min-height: 900px; overflow: hidden; padding: 116px 0 96px; color: var(--home-text); background: #07120e; border-top: 1px solid rgba(85,214,181,.12); }
.track-heading { position: relative; z-index: 3; text-align: center; }
.track-heading h2 { font-size: 58px; }
.track-heading > p:last-child { margin: 22px auto 0; color: rgba(237,246,241,.5); font-size: 16px; }
.track-library { position: relative; z-index: 2; display: flex; min-height: 480px; align-items: flex-end; justify-content: center; gap: 10px; margin-top: 78px; padding: 80px 28px 28px; perspective: 1200px; border-bottom: 1px solid rgba(142,174,160,.34); }
.track-library::after { content: ""; position: absolute; right: 2%; bottom: -22px; left: 2%; height: 22px; border-right: 1px solid rgba(85,214,181,.1); border-bottom: 1px solid rgba(85,214,181,.08); border-left: 1px solid rgba(85,214,181,.1); background: rgba(3,10,7,.58); transform: perspective(160px) rotateX(-10deg); transform-origin: top; }
.track-book { --book-height: 350px; --book-width: 92px; --book-tilt: 0deg; --book-front: #31584c; --book-edge: #17372d; --book-text: #ecf5f1; --bookmark: #55d6b5; position: relative; top: 0; isolation: isolate; display: flex; width: var(--book-width); height: var(--book-height); flex: 0 1 var(--book-width); align-items: center; justify-content: center; margin: 0; padding: 42px 14px 34px; border: 1px solid rgba(224,240,233,.24); border-right-color: rgba(0,0,0,.34); border-bottom-color: rgba(0,0,0,.48); border-radius: 5px 4px 2px 3px; color: var(--book-text); background: linear-gradient(180deg,rgba(255,255,255,.2) 0 2px,transparent 2px 13px,rgba(0,0,0,.16) 13px 14px,transparent 14px calc(100% - 16px),rgba(255,255,255,.14) calc(100% - 16px) calc(100% - 15px),rgba(0,0,0,.22) calc(100% - 15px) 100%),linear-gradient(104deg,transparent 0 34%,rgba(255,255,255,.12) 46%,transparent 59%) 20% 0 / 180% 100%,repeating-linear-gradient(0deg,rgba(255,255,255,.022) 0 1px,transparent 1px 6px),linear-gradient(90deg,var(--book-edge),var(--book-front) 15%,var(--book-front) 76%,var(--book-edge)); background-blend-mode: normal,screen,soft-light,normal; box-shadow: inset 1px 0 0 rgba(255,255,255,.35),inset 7px 0 12px rgba(255,255,255,.09),inset -9px 0 14px rgba(0,0,0,.26),inset 0 2px 0 rgba(255,255,255,.18),inset 0 -2px 0 rgba(0,0,0,.2),11px 20px 30px rgba(0,0,0,.25); cursor: pointer; opacity: 0; outline: none; transform: translate3d(0,82px,0) rotateZ(var(--book-tilt)); transform-origin: 50% 100%; transition: opacity 420ms ease,transform 540ms cubic-bezier(.2,.75,.2,1),top 220ms ease,box-shadow 220ms ease,background-position 260ms ease; }
.track-library.is-visible .track-book { opacity: 1; transform: translate3d(0,0,0) rotateZ(var(--book-tilt)); }
.track-library.is-visible .track-book:nth-child(1) { transition-delay: 30ms; }
.track-library.is-visible .track-book:nth-child(2) { transition-delay: 70ms; }
.track-library.is-visible .track-book:nth-child(3) { transition-delay: 110ms; }
.track-library.is-visible .track-book:nth-child(4) { transition-delay: 150ms; }
.track-library.is-visible .track-book:nth-child(5) { transition-delay: 190ms; }
.track-library.is-visible .track-book:nth-child(6) { transition-delay: 230ms; }
.track-library.is-visible .track-book:nth-child(7) { transition-delay: 270ms; }
.track-library.is-visible .track-book:nth-child(8) { transition-delay: 310ms; }
.track-library.is-visible .track-book:nth-child(9) { transition-delay: 350ms; }
.track-library.is-visible .track-book:nth-child(10) { transition-delay: 390ms; }
.track-library.is-visible .track-book:hover, .track-library.is-visible .track-book:focus-visible, .track-library.is-visible .track-book:focus { z-index: 12; top: -18px; background-position: 92% 0,0 0,0 0; box-shadow: inset 1px 0 0 rgba(255,255,255,.42),inset 7px 0 12px rgba(255,255,255,.12),inset -9px 0 14px rgba(0,0,0,.22),inset 0 2px 0 rgba(255,255,255,.22),inset 0 -2px 0 rgba(0,0,0,.18),6px 9px 0 rgba(2,9,6,.82),13px 30px 44px rgba(0,0,0,.38); transform: none; transition: top 220ms ease,box-shadow 220ms ease,background-position 260ms ease; transition-delay: 0ms; }
.track-book::before, .track-book::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.track-book::before { top: 5px; right: -7px; bottom: -7px; width: 7px; background: linear-gradient(90deg,var(--book-edge),rgba(1,7,4,.92)); clip-path: polygon(0 0,100% 5px,100% 100%,0 calc(100% - 7px)); }
.track-book::after { right: -7px; bottom: -7px; left: 5px; height: 7px; background: linear-gradient(180deg,var(--book-edge),rgba(1,7,4,.94)); clip-path: polygon(0 0,calc(100% - 7px) 0,100% 100%,7px 100%); }
.track-bookmark { position: absolute; z-index: 3; top: -1px; right: 14px; width: 9px; height: 34px; background: linear-gradient(90deg,rgba(255,255,255,.28),var(--bookmark) 28%,var(--bookmark) 72%,rgba(0,0,0,.18)); box-shadow: 1px 2px 8px rgba(0,0,0,.28); clip-path: polygon(0 0,100% 0,100% 100%,50% 78%,0 100%); }
.track-spine-label { position: relative; z-index: 2; writing-mode: vertical-rl; text-orientation: upright; font-size: 20px; font-weight: 760; line-height: 1.15; text-shadow: 0 1px 0 rgba(255,255,255,.08); }
.track-number { position: absolute; z-index: 2; bottom: 21px; left: 50%; color: rgba(237,246,241,.5); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; text-shadow: 0 1px 0 rgba(0,0,0,.28); transform: translateX(-50%); }
.track-tooltip { position: absolute; z-index: 20; bottom: calc(100% + 18px); left: 50%; display: grid; width: 236px; gap: 7px; margin-left: -118px; padding: 14px 16px; border: 1px solid rgba(85,214,181,.42); border-radius: 5px; color: var(--home-text); background: #08140f; box-shadow: 0 20px 46px rgba(0,0,0,.34); opacity: 0; pointer-events: none; text-align: left; transition: opacity 160ms ease; }
.track-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; width: 10px; height: 10px; border-right: 1px solid rgba(85,214,181,.42); border-bottom: 1px solid rgba(85,214,181,.42); background: #08140f; transform: translate(-50%,-5px) rotate(45deg); }
.track-tooltip b { color: #77e2c5; font-size: 13px; }
.track-tooltip span { color: rgba(237,246,241,.62); font-size: 12px; font-weight: 450; line-height: 1.65; }
.track-book:hover .track-tooltip, .track-book:focus .track-tooltip, .track-book:focus-visible .track-tooltip { opacity: 1; }
.track-book:first-child .track-tooltip { left: 0; margin-left: 0; }
.track-book:last-child .track-tooltip { right: 0; left: auto; margin-left: 0; }
.track-book:nth-child(1) { --book-height: 294px; --book-width: 82px; --book-tilt: -3deg; --book-front: #d2ddd8; --book-edge: #788781; --book-text: #14221d; --bookmark: #e3b75d; }
.track-book:nth-child(2) { --book-height: 340px; --book-width: 86px; --book-tilt: -1deg; --book-front: #22463b; --book-edge: #10291f; --bookmark: #55d6b5; }
.track-book:nth-child(3) { --book-height: 398px; --book-width: 102px; --book-tilt: .6deg; --book-front: #aebdb7; --book-edge: #64736d; --book-text: #13201b; --bookmark: #cf675d; }
.track-book:nth-child(4) { --book-height: 320px; --book-width: 80px; --book-tilt: -2deg; --book-front: #28352f; --book-edge: #121c18; --bookmark: #94a29c; }
.track-book:nth-child(5) { --book-height: 370px; --book-width: 94px; --book-tilt: 1.4deg; --book-front: #d8e0dc; --book-edge: #7b8983; --book-text: #17251f; --bookmark: #55d6b5; }
.track-book:nth-child(6) { --book-height: 336px; --book-width: 86px; --book-tilt: 2deg; --book-front: #17392f; --book-edge: #0c231c; --bookmark: #e3b75d; }
.track-book:nth-child(7) { --book-height: 386px; --book-width: 98px; --book-tilt: .6deg; --book-front: #829b92; --book-edge: #465b53; --book-text: #0d1814; --bookmark: #cf675d; }
.track-book:nth-child(8) { --book-height: 308px; --book-width: 82px; --book-tilt: -1deg; --book-front: #294e43; --book-edge: #143128; --bookmark: #55d6b5; }
.track-book:nth-child(9) { --book-height: 356px; --book-width: 92px; --book-tilt: 2.3deg; --book-front: #c1cdc8; --book-edge: #6f7d77; --book-text: #14211c; --bookmark: #e3b75d; }
.track-book:nth-child(10) { --book-height: 326px; --book-width: 88px; --book-tilt: 1deg; --book-front: #31443d; --book-edge: #172720; --bookmark: #cf675d; }

.workflow-section { position: relative; min-height: 0; overflow: hidden; padding: 94px 0 90px; color: var(--home-text); background-color: #08130f; background-image: linear-gradient(rgba(85,214,181,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(85,214,181,.045) 1px,transparent 1px); background-size: 48px 48px; border-top: 1px solid rgba(85,214,181,.12); border-bottom: 1px solid rgba(85,214,181,.12); }
.workflow-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(8,19,15,.18),transparent 24%,transparent 72%,rgba(8,19,15,.5)); }
.workflow-shell { position: relative; z-index: 2; }
.workflow-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.workflow-heading h2 { font-size: 56px; line-height: 1.13; opacity: 0; filter: blur(8px); transform: translateY(24px); transition: opacity 650ms ease,filter 650ms ease,transform 650ms cubic-bezier(.2,.75,.2,1); }
.workflow-section.is-workflow-visible .workflow-heading h2 { opacity: 1; filter: none; transform: none; }
.workflow-visual { position: relative; margin-top: 62px; }
.workflow-curve { display: block; width: 100%; height: 150px; overflow: visible; }
.workflow-curve-base, .workflow-curve-draw, .workflow-trail { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.workflow-curve-base { stroke: rgba(142,174,160,.16); stroke-width: 3; }
.workflow-curve-draw { stroke: rgba(85,214,181,.34); stroke-width: 3; stroke-dasharray: 1500; stroke-dashoffset: 1500; filter: drop-shadow(0 0 8px rgba(85,214,181,.12)); transition: stroke-dashoffset 1700ms cubic-bezier(.2,.7,.2,1) 180ms; }
.workflow-section.is-workflow-visible .workflow-curve-draw { stroke-dashoffset: 0; }
.workflow-trail { stroke: url("#workflow-trail-gradient"); stroke-width: 7; stroke-dasharray: .18 1; stroke-dashoffset: .18; opacity: 0; filter: drop-shadow(0 0 6px rgba(200,255,240,.8)) drop-shadow(0 0 16px rgba(85,214,181,.72)); animation: workflow-trail-flow 4.5s linear infinite; transition: opacity 260ms ease 1450ms; }
.workflow-section.is-workflow-visible .workflow-trail { opacity: 1; }
.workflow-traveler { fill: #effff9; opacity: 0; filter: drop-shadow(0 0 5px #b6f5e4) drop-shadow(0 0 13px rgba(85,214,181,.85)); transition: opacity 260ms ease 1450ms; }
.workflow-section.is-workflow-visible .workflow-traveler { opacity: 1; }
@keyframes workflow-trail-flow {
  from { stroke-dashoffset: .18; }
  to { stroke-dashoffset: -.82; }
}
.workflow-line { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; margin: 12px 0 0; padding: 0; list-style: none; }
.workflow-line li { position: relative; min-width: 0; min-height: 168px; padding: 0 16px; opacity: 0; text-align: center; transform: translateY(22px); transition: opacity 480ms ease,transform 480ms cubic-bezier(.2,.75,.2,1); }
.workflow-section.is-workflow-visible .workflow-line li { opacity: 1; transform: none; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(1) { transition-delay: 300ms; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(2) { transition-delay: 430ms; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(3) { transition-delay: 560ms; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(4) { transition-delay: 690ms; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(5) { transition-delay: 820ms; }
.workflow-section.is-workflow-visible .workflow-line li:nth-child(6) { transition-delay: 950ms; }
.workflow-node { position: relative; display: grid; width: 28px; height: 28px; place-items: center; margin: 0 auto; border: 4px solid rgba(85,214,181,.32); border-radius: 50%; background: #08130f; box-shadow: 0 0 0 1px rgba(85,214,181,.08); }
.workflow-node::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--home-accent); box-shadow: 0 0 13px rgba(85,214,181,.72); transform: scale(0); transition: transform 320ms cubic-bezier(.2,.8,.2,1); }
.workflow-section.is-workflow-visible .workflow-node::after { transform: scale(1); }
.workflow-line strong { display: grid; gap: 9px; margin-top: 26px; color: var(--home-text); font-size: 18px; line-height: 1.25; }
.workflow-line strong span { color: var(--home-accent); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; font-weight: 760; }
.workflow-line p { margin: 15px auto 0; color: var(--home-muted); font-size: 12px; line-height: 1.72; }

.before-after { padding-top: 118px; padding-bottom: 112px; }
.efficiency-section { position: relative; margin-top: 20px; padding-top: 56px; border-top: 1px solid rgba(142,174,160,.2); isolation: isolate; }
.efficiency-section::before { content: ""; position: absolute; inset: 12% -12% -10%; z-index: -1; pointer-events: none; background: radial-gradient(ellipse 48% 46% at 66% 44%,rgba(85,214,181,.08),transparent 72%); }
.efficiency-heading { max-width: 850px; margin: 0 auto; text-align: center; }
.efficiency-heading h2 { margin: 0; font-size: 52px; line-height: 1.14; opacity: 0; filter: blur(8px); transform: translateY(22px); transition: opacity 600ms ease,filter 600ms ease,transform 600ms cubic-bezier(.2,.75,.2,1); }
.efficiency-heading h2 span { color: var(--home-accent); font-size: .58em; font-style: italic; font-weight: 560; }
.efficiency-heading > p:last-child { margin: 22px 0 0; color: var(--home-muted); font-size: 16px; line-height: 1.7; opacity: 0; transform: translateY(14px); transition: opacity 500ms ease 140ms,transform 500ms ease 140ms; }
.efficiency-section.is-efficiency-visible .efficiency-heading h2, .efficiency-section.is-efficiency-visible .efficiency-heading > p:last-child { opacity: 1; filter: none; transform: none; }
.efficiency-board { margin-top: 48px; border-top: 1px solid rgba(142,174,160,.22); }
.efficiency-lane { min-height: 164px; padding: 27px 0 30px; border-bottom: 1px solid rgba(142,174,160,.22); opacity: 0; transform: translateY(20px); transition: opacity 520ms ease,transform 520ms cubic-bezier(.2,.75,.2,1); }
.efficiency-section.is-efficiency-visible .efficiency-lane { opacity: 1; transform: none; }
.efficiency-section.is-efficiency-visible .efficiency-lane-manual { transition-delay: 220ms; }
.efficiency-section.is-efficiency-visible .efficiency-lane-ai { transition-delay: 390ms; }
.efficiency-lane-head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: start; }
.efficiency-lane-copy { min-width: 0; }
.efficiency-lane-name { display: flex; align-items: center; gap: 10px; margin: 0; }
.efficiency-lane-name i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #79867f; box-shadow: 0 0 0 5px rgba(121,134,127,.08); }
.efficiency-lane-name strong { font-size: 18px; }
.efficiency-lane-name span { color: #718078; font-size: 10px; font-style: italic; font-weight: 750; letter-spacing: .08em; }
.efficiency-lane-copy > p:last-child { margin: 13px 0 0; color: var(--home-muted); font-size: 13px; line-height: 1.7; }
.efficiency-lane-ai .efficiency-lane-name i { background: var(--home-accent); box-shadow: 0 0 0 5px rgba(85,214,181,.1),0 0 16px rgba(85,214,181,.52); }
.efficiency-lane-ai .efficiency-lane-name span { color: var(--home-accent); }
.efficiency-time { display: grid; justify-items: end; gap: 7px; margin: 0; text-align: right; }
.efficiency-time span { color: var(--home-muted); font-size: 11px; }
.efficiency-time strong { font-size: 20px; }
.efficiency-lane-ai .efficiency-time strong { color: var(--home-accent); text-shadow: 0 0 18px rgba(85,214,181,.24); }
.efficiency-progress { margin-top: 25px; }
.efficiency-progress-rail { position: relative; height: 18px; border-radius: 99px; background: rgba(142,174,160,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.efficiency-progress-fill { position: absolute; top: 0; bottom: 0; left: 0; width: 0; min-width: 18px; border-radius: inherit; }
.efficiency-progress-fill::after { content: ""; position: absolute; top: 50%; right: 0; width: 22px; height: 22px; border-radius: 50%; transform: translate(50%,-50%); }
.efficiency-lane-manual .efficiency-progress-fill { background: repeating-linear-gradient(45deg,rgba(174,187,179,.22),rgba(174,187,179,.22) 6px,rgba(174,187,179,.07) 6px,rgba(174,187,179,.07) 12px); }
.efficiency-lane-manual .efficiency-progress-fill::after { background: #88938d; box-shadow: 0 0 15px rgba(136,147,141,.32); }
.efficiency-lane-ai .efficiency-progress-fill { z-index: 1; background: linear-gradient(90deg,#147f65,#55d6b5 72%,#baffec); box-shadow: 0 0 13px rgba(85,214,181,.48),0 0 30px rgba(27,167,132,.28); }
.efficiency-lane-ai .efficiency-progress-fill::after { background: #d8fff3; box-shadow: 0 0 10px rgba(216,255,243,.86),0 0 24px rgba(85,214,181,.9); }
.efficiency-section.is-efficiency-visible .efficiency-lane-manual .efficiency-progress-fill { animation: efficiency-manual-grow 7.5s ease-out .35s both; }
.efficiency-section.is-efficiency-visible .efficiency-lane-ai .efficiency-progress-fill { animation: efficiency-ai-grow 1.8s cubic-bezier(.22,.7,.25,1) .35s both,efficiency-ai-breathe 2.6s ease-in-out 2.15s infinite; }
.efficiency-batch-points { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.efficiency-batch-points i { position: absolute; top: 50%; width: 8px; height: 8px; border: 2px solid #d8fff3; border-radius: 2px; background: #147f65; box-shadow: 0 0 10px rgba(85,214,181,.7); opacity: 0; transform: translate(-50%,-50%) scale(.45); }
.efficiency-batch-points i:nth-child(1) { left: 8%; }
.efficiency-batch-points i:nth-child(2) { left: 22%; }
.efficiency-batch-points i:nth-child(3) { left: 36%; }
.efficiency-batch-points i:nth-child(4) { left: 50%; }
.efficiency-batch-points i:nth-child(5) { left: 64%; }
.efficiency-batch-points i:nth-child(6) { left: 78%; }
.efficiency-batch-points i:nth-child(7) { left: 92%; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i { animation: efficiency-point-on 280ms cubic-bezier(.2,.8,.2,1) both; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(1) { animation-delay: .55s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(2) { animation-delay: .74s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(3) { animation-delay: .93s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(4) { animation-delay: 1.12s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(5) { animation-delay: 1.31s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(6) { animation-delay: 1.5s; }
.efficiency-section.is-efficiency-visible .efficiency-batch-points i:nth-child(7) { animation-delay: 1.69s; }
.efficiency-progress-caption { display: flex; justify-content: space-between; gap: 24px; margin-top: 12px; color: #6f8077; font-size: 10px; }
.efficiency-progress-caption strong { color: #82968b; font-weight: 700; }
.efficiency-lane-ai .efficiency-progress-caption strong { color: var(--home-accent); }
.efficiency-result { display: flex; align-items: baseline; justify-content: center; gap: 24px; margin-top: 44px; opacity: 0; transform: translateY(20px); transition: opacity 560ms ease 1.55s,transform 560ms cubic-bezier(.2,.75,.2,1) 1.55s; }
.efficiency-section.is-efficiency-visible .efficiency-result { opacity: 1; transform: none; }
.efficiency-result > strong { display: flex; align-items: baseline; color: #eafff8; font-size: 108px; font-weight: 900; line-height: .9; text-shadow: 0 0 16px rgba(200,255,240,.24); }
.efficiency-result sup { color: var(--home-accent); font-size: .34em; line-height: 1; }
.efficiency-result em { margin-left: 5px; color: var(--home-muted); font-size: .28em; font-style: normal; font-weight: 780; }
.efficiency-result p { margin: 0; color: var(--home-muted); font-size: 29px; font-weight: 760; }
@keyframes efficiency-manual-grow {
  from { width: 0; }
  to { width: 28%; }
}
@keyframes efficiency-ai-grow {
  from { width: 0; }
  to { width: 96%; }
}
@keyframes efficiency-ai-breathe {
  0%,100% { filter: brightness(1); }
  50% { filter: brightness(1.16); }
}
@keyframes efficiency-point-on {
  from { opacity: 0; transform: translate(-50%,-50%) scale(.45); }
  to { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}

.method-matrix-section { position: relative; overflow: hidden; padding: 118px 0 124px; color: var(--home-text); background: #06100c; border-bottom: 1px solid rgba(85,214,181,.1); }
.method-matrix-inner { position: relative; }
.method-matrix-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.method-matrix-heading h2 { margin: 0; font-size: 54px; line-height: 1.12; }
.method-title-char { display: inline-block; }
.method-matrix-section.is-method-motion-ready .method-title-char { opacity: 0; filter: blur(8px); transform: translate(-38px,16px) scale(.92); transition: opacity 460ms ease,filter 520ms ease,transform 560ms cubic-bezier(.2,.78,.2,1); transition-delay: calc(var(--char-index) * 36ms); }
.method-matrix-section.is-method-matrix-visible .method-title-char { opacity: 1; filter: none; transform: none; }
.method-matrix-wrap { position: relative; margin-top: 66px; overflow: hidden; border: 1px solid rgba(142,174,160,.25); border-radius: 6px; background: rgba(255,255,255,.018); box-shadow: 0 26px 70px rgba(0,0,0,.16); }
.method-matrix-section.is-method-motion-ready .method-matrix-wrap { opacity: 0; transform: translateY(16px) scaleY(.96); transform-origin: 50% 0; transition: opacity 420ms ease 440ms,transform 580ms cubic-bezier(.2,.78,.2,1) 440ms; }
.method-matrix-section.is-method-matrix-visible .method-matrix-wrap { opacity: 1; transform: none; }
.method-matrix-wrap::after { content: ""; position: absolute; z-index: 4; top: 0; bottom: 0; left: -18%; width: 16%; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(184,255,234,.15),transparent); opacity: 0; transform: skewX(-12deg); }
.method-matrix-section.is-method-matrix-visible .method-matrix-wrap::after { animation: method-matrix-build-scan 980ms cubic-bezier(.2,.75,.2,1) 760ms both; }
.method-matrix-table { width: 100%; table-layout: fixed; border-collapse: collapse; text-align: left; }
.method-dimension-col { width: 158px; }
.method-matrix-table th, .method-matrix-table td { padding: 24px 22px; border-right: 1px solid rgba(142,174,160,.16); border-bottom: 1px solid rgba(142,174,160,.19); font-size: 14px; line-height: 1.7; vertical-align: middle; }
.method-matrix-table tr > *:last-child { border-right: 0; }
.method-matrix-table tbody tr:last-child > * { border-bottom: 0; }
.method-matrix-table thead th { height: 62px; padding-top: 16px; padding-bottom: 16px; color: #9aaca3; background: rgba(2,9,6,.48); font-size: 13px; font-weight: 760; text-align: center; }
.method-matrix-section.is-method-motion-ready .method-matrix-table thead th { opacity: 0; transform: translateY(-18px); transition: opacity 360ms ease,transform 440ms cubic-bezier(.2,.78,.2,1); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th { opacity: 1; transform: none; }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th:nth-child(1) { transition-delay: 600ms; }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th:nth-child(2) { transition-delay: 660ms; }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th:nth-child(3) { transition-delay: 720ms; }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th:nth-child(4) { transition-delay: 780ms; }
.method-matrix-section.is-method-matrix-visible .method-matrix-table thead th:nth-child(5) { transition-delay: 840ms; }
.method-matrix-table thead th:first-child { text-align: left; }
.method-matrix-table thead .is-product { color: var(--home-accent); }
.method-matrix-table tbody th { color: #dce9e3; font-size: 14px; font-weight: 720; }
.method-matrix-table tbody th span { display: block; margin-bottom: 9px; color: #557268; font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 9px; }
.method-matrix-table tbody td { color: #99aca2; }
.method-matrix-table .is-product { color: #eafff8; background-color: rgba(24,105,83,.18); background-image: linear-gradient(110deg,transparent 34%,rgba(126,234,202,.08) 50%,transparent 66%); background-position: 180% 0; background-size: 300% 100%; }
.method-matrix-table td.is-product strong { display: block; font-size: 15px; line-height: 1.6; }
.method-matrix-table td.is-product span { display: block; margin-top: 7px; color: var(--home-accent); font-size: 11px; font-weight: 720; }
.method-matrix-table tbody tr { --row-delay: 920ms; }
.method-matrix-table tbody tr:nth-child(2) { --row-delay: 1070ms; }
.method-matrix-table tbody tr:nth-child(3) { --row-delay: 1220ms; }
.method-matrix-table tbody tr:nth-child(4) { --row-delay: 1370ms; }
.method-matrix-section.is-method-motion-ready .method-matrix-table tbody tr { opacity: 0; transform: translateX(140px) scale(.985); transition: opacity 480ms ease var(--row-delay),transform 620ms cubic-bezier(.16,.78,.2,1) var(--row-delay); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr { opacity: 1; transform: none; }
.method-matrix-section.is-method-motion-ready .method-matrix-table tbody tr > * { opacity: 0; transform: translateX(22px); transition: opacity 340ms ease,transform 420ms cubic-bezier(.2,.78,.2,1); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr > * { opacity: 1; transform: none; transition-delay: calc(var(--row-delay) + 90ms); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr > *:nth-child(2) { transition-delay: calc(var(--row-delay) + 125ms); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr > *:nth-child(3) { transition-delay: calc(var(--row-delay) + 160ms); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr > *:nth-child(4) { transition-delay: calc(var(--row-delay) + 195ms); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table tbody tr > *:nth-child(5) { transition-delay: calc(var(--row-delay) + 230ms); }
.method-matrix-section.is-method-matrix-visible .method-matrix-table .is-product { animation: method-matrix-sheen 1450ms ease 1680ms both; }
@keyframes method-matrix-build-scan {
  0% { left: -18%; opacity: 0; }
  18% { opacity: 1; }
  100% { left: 104%; opacity: 0; }
}
@keyframes method-matrix-sheen {
  from { background-position: 180% 0; }
  to { background-position: -80% 0; }
}

.creator-room { position: relative; overflow: hidden; color: var(--home-text); background: #07110d; border-bottom: 1px solid rgba(85,214,181,.12); }
.creator-room::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 42% 38% at 50% 24%,rgba(85,214,181,.055),transparent 74%); }
.creator-room-inner { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); min-height: 900px; }
.creator-signals, .creator-fit { min-width: 0; padding-top: 104px; padding-bottom: 88px; }
.creator-signals { padding-right: 58px; border-right: 1px solid rgba(142,174,160,.18); }
.creator-fit { padding-left: 58px; }
.creator-room-heading h2, .creator-fit-heading h2 { margin: 0; color: var(--home-text); font-size: 48px; line-height: 1.12; letter-spacing: 0; }
.creator-title-char { display: inline-block; will-change: opacity,filter,transform; }
.creator-voice-window { position: relative; height: 610px; margin-top: 54px; overflow: hidden; outline: none; -webkit-mask-image: linear-gradient(transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(transparent,#000 7%,#000 93%,transparent); opacity: 0; transform: translateY(28px); transition: opacity 680ms ease 320ms,transform 760ms cubic-bezier(.2,.78,.2,1) 320ms; }
.creator-voice-window:focus-visible { box-shadow: inset 0 0 0 2px rgba(85,214,181,.58); }
.creator-room.is-creator-room-visible .creator-voice-window { opacity: 1; transform: none; }
.creator-voice-track { will-change: transform; }
.creator-voice-set { display: grid; gap: 16px; padding: 24px 14px 0; }
.creator-voice-card { position: relative; width: 91%; margin: 0 auto; padding: 21px 22px 18px; overflow: hidden; border: 1px solid rgba(142,174,160,.17); border-radius: 6px; color: #e8f2ed; background: rgba(15,31,24,.96); box-shadow: 0 14px 30px rgba(0,0,0,.2); transform: rotate(-.45deg) translateX(-3%); transition: border-color 220ms ease,background-color 220ms ease,box-shadow 220ms ease; }
.creator-voice-card:nth-child(3n+2) { width: 97%; transform: rotate(.4deg) translateX(1%); }
.creator-voice-card:nth-child(3n) { width: 86%; transform: rotate(-.2deg) translateX(5%); }
.creator-voice-card::before { content: ""; position: absolute; top: -1px; left: 18px; width: 44px; height: 2px; background: var(--home-accent); box-shadow: 0 0 13px rgba(85,214,181,.48); }
.creator-voice-card::after { content: ""; position: absolute; right: 17px; bottom: 17px; width: 5px; height: 5px; border-radius: 50%; background: var(--home-accent); box-shadow: 0 0 10px rgba(85,214,181,.62); }
.creator-voice-card:hover { border-color: rgba(85,214,181,.34); background: rgba(17,37,28,.98); box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.creator-voice-card blockquote { margin: 0; padding: 0; font-size: 15px; font-weight: 580; line-height: 1.68; letter-spacing: 0; }
.creator-voice-card p { display: flex; align-items: center; gap: 10px; margin: 14px 0 0; color: #82978c; font-size: 11px; line-height: 1.4; }
.creator-voice-card p i { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border: 1px solid rgba(152,202,184,.24); border-radius: 50%; color: #ddf8ef; background: #275846; font-size: 10px; font-style: normal; font-weight: 760; }
.creator-voice-card:nth-child(5n+2) p i { color: #f0e3ff; background: #57406c; }
.creator-voice-card:nth-child(5n+3) p i { color: #e2edff; background: #354d6f; }
.creator-voice-card:nth-child(5n+4) p i { color: #fff0ce; background: #6b5129; }
.creator-voice-card:nth-child(5n) p i { color: #ffe8ea; background: #6e3f46; }
.creator-fit-heading { min-height: 108px; }
.creator-fit-spectrum { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; margin-top: 54px; }
.creator-fit-side { min-width: 0; opacity: 0; transform: translateY(42px); transition: opacity 760ms ease,transform 880ms cubic-bezier(.2,.78,.2,1); }
.creator-room.is-creator-fit-visible .creator-fit-yes { opacity: 1; transform: none; transition-delay: 500ms; }
.creator-room.is-creator-fit-visible .creator-fit-no { opacity: 1; transform: none; transition-delay: 640ms; }
.creator-fit-side header { display: flex; align-items: center; gap: 12px; min-height: 58px; padding-bottom: 20px; border-bottom: 1px solid rgba(142,174,160,.22); }
.creator-fit-side header span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(85,214,181,.34); border-radius: 50%; color: #07110d; background: var(--home-accent); font-size: 22px; font-weight: 850; box-shadow: 0 0 20px rgba(85,214,181,.14); }
.creator-fit-side h3 { margin: 0; color: #f0faf5; font-size: 23px; line-height: 1.2; }
.creator-fit-no header span { border-color: rgba(158,174,166,.26); color: #b7c4bd; background: rgba(115,130,122,.15); box-shadow: none; }
.creator-fit-side ul { margin: 7px 0 0; padding: 0; list-style: none; }
.creator-fit-side li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid rgba(142,174,160,.13); color: #9caea5; font-size: 13px; line-height: 1.58; opacity: 0; transform: translateX(-20px); transition: opacity 480ms ease,transform 560ms cubic-bezier(.2,.78,.2,1); transition-delay: calc(820ms + var(--item-index) * 72ms); }
.creator-fit-no li { transform: translateX(20px); }
.creator-room.is-creator-fit-visible .creator-fit-side li { opacity: 1; transform: none; }
.creator-fit-side li::before { content: "✓"; position: absolute; top: 15px; left: 1px; width: 15px; color: var(--home-accent); font-size: 12px; font-weight: 850; line-height: 1.58; text-align: center; }
.creator-fit-no li::before { content: "×"; color: #718279; font-size: 13px; font-weight: 720; }

.path-section { padding: 118px 0; color: #fff; background: var(--ink); }
.path-heading { max-width: 700px; }
.path-heading > p:last-child { color: #aeb7b1; }
.path-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 64px; border-top: 1px solid #414843; border-bottom: 1px solid #414843; }
.path-options article { min-height: 430px; padding: 38px 48px 42px 0; border-right: 1px solid #414843; }
.path-options article:last-child { padding-right: 0; padding-left: 48px; border-right: 0; }
.path-options article > span { color: #55d6b5; font-size: 11px; font-weight: 820; }
.path-options article > p { margin: 40px 0 0; color: #aeb7b1; font-size: 13px; line-height: 1.7; }
.path-options h3 { max-width: 440px; margin: 12px 0 0; font-size: 28px; line-height: 1.35; }
.path-options h3 + p { margin-top: 18px; }
.path-options a { display: inline-flex; gap: 10px; align-items: center; margin-top: 36px; color: #55d6b5; font-size: 14px; font-weight: 760; }

.faq-preview { padding: 118px 0; color: #fff; background: #303832; }
.faq-preview-inner { display: grid; grid-template-columns: minmax(320px,.75fr) minmax(480px,1.25fr); gap: 100px; }
.faq-preview h2 { font-size: 42px; }
.faq-preview a { display: inline-flex; gap: 10px; margin-top: 30px; color: #55d6b5; font-size: 14px; font-weight: 760; }
.faq-preview-list { border-top: 1px solid #525a54; }
.faq-preview-list details { border-bottom: 1px solid #525a54; }
.faq-preview-list summary { padding: 25px 36px 25px 0; cursor: pointer; font-size: 16px; font-weight: 700; }
.faq-preview-list p { margin: 0; padding: 0 0 26px; color: #adb7b0; font-size: 13px; line-height: 1.75; }

.page-intro { padding: 164px 0 80px; }
.page-intro h1 { margin: 0; font-size: 60px; line-height: 1.08; }
.page-intro > p:last-child { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.product-page { padding-bottom: 120px; }
.product-page-list { border-top: 1px solid var(--line); }
.product-page-list article { display: grid; grid-template-columns: 50px minmax(180px,.6fr) minmax(280px,.8fr) minmax(220px,.7fr); gap: 34px; align-items: center; min-height: 300px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.product-page-list article > span { color: var(--red); font-size: 11px; font-weight: 820; }
.product-page-list h2 { margin: 0; font-size: 30px; }
.product-page-list p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-page-list img { width: 100%; height: 230px; object-fit: cover; object-position: top; }
.launch-page { min-height: 760px; color: var(--home-text); background: var(--home-bg); }
.launch-hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#07120e 0%,#0d1d17 100%); border-bottom: 1px solid rgba(85,214,181,.14); }
.launch-hero::after { content: ""; position: absolute; right: -10%; bottom: -180px; left: 48%; height: 340px; pointer-events: none; background: radial-gradient(ellipse at center,rgba(85,214,181,.13),transparent 68%); filter: blur(26px); }
.launch-page-inner { position: relative; z-index: 1; padding-bottom: 106px; }
.page-intro-light > p:last-child { color: #adb7b0; }
.service-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 4px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(142,174,160,.24); border-bottom: 1px solid rgba(142,174,160,.24); }
.service-process li { position: relative; min-height: 172px; padding: 28px; border-right: 1px solid rgba(142,174,160,.2); }
.service-process li:last-child { border-right: 0; }
.service-process span { color: #55d6b5; font-size: 11px; font-weight: 820; }
.service-process strong { display: block; margin-top: 44px; color: #f0faf5; font-size: 22px; }
.service-process p { margin: 7px 0 0; color: #82978c; font-size: 12px; line-height: 1.5; }
.service-process li:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; top: 50%; right: -7px; color: var(--home-accent); font-size: 12px; transform: translateY(-50%); }

.launch-offers { padding-top: 118px; padding-bottom: 126px; }
.launch-offers-heading { max-width: 720px; }
.launch-offers-heading h2 { margin: 0; font-size: 52px; line-height: 1.12; }
.launch-offers-heading > p:last-child { margin: 22px 0 0; color: var(--home-muted); font-size: 15px; line-height: 1.75; }
.launch-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 60px; }
.launch-service { --service-accent: #55d6b5; display: flex; min-width: 0; flex-direction: column; padding: 28px 24px 24px; border: 1px solid rgba(142,174,160,.2); border-radius: 6px; background: rgba(13,29,23,.76); box-shadow: 0 18px 52px rgba(0,0,0,.16); }
.launch-service-ip { --service-accent: #ff6f61; }
.launch-service-knowledge { --service-accent: #55d6b5; }
.launch-service-sales { --service-accent: #68aaf2; }
.launch-service > header { min-height: 210px; padding-bottom: 26px; border-bottom: 1px solid rgba(142,174,160,.18); }
.launch-service-index { color: var(--service-accent); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; font-weight: 780; }
.launch-service > header > p { margin: 34px 0 8px; color: #82978c; font-size: 12px; }
.launch-service h3 { margin: 0; color: #f2faf6; font-size: 30px; line-height: 1.2; }
.launch-service-price { display: flex; gap: 5px; align-items: flex-end; margin-top: 20px; color: var(--service-accent); }
.launch-service-price strong { font-size: 48px; line-height: .9; }
.launch-service-price span { padding-bottom: 4px; font-size: 13px; font-weight: 760; }
.launch-service-summary { margin: 0; }
.launch-service-summary > div { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(142,174,160,.12); }
.launch-service-summary dt { color: var(--service-accent); font-size: 11px; font-weight: 760; line-height: 1.65; }
.launch-service-summary dd { margin: 0; color: #aabbb2; font-size: 13px; line-height: 1.68; }
.launch-service-level { display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 19px 0; border-bottom: 1px solid rgba(142,174,160,.18); }
.launch-service-level span { color: #71867b; font-size: 10px; }
.launch-service-level strong { color: var(--service-accent); font-size: 12px; letter-spacing: 3px; }
.launch-delivery { border-bottom: 1px solid rgba(142,174,160,.18); }
.launch-delivery summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; cursor: pointer; color: #e9f3ee; font-size: 13px; font-weight: 740; list-style: none; }
.launch-delivery summary::-webkit-details-marker { display: none; }
.launch-delivery summary span { color: #70847a; font-size: 10px; font-weight: 650; }
.launch-delivery ol { margin: 0; padding: 0 0 16px; list-style: none; counter-reset: delivery; }
.launch-delivery li { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 3px 8px; padding: 10px 0; counter-increment: delivery; }
.launch-delivery li::before { grid-row: 1 / span 2; content: counter(delivery,decimal-leading-zero); color: var(--service-accent); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 8px; line-height: 1.8; }
.launch-delivery li strong { color: #dce9e3; font-size: 12px; line-height: 1.45; }
.launch-delivery li span { grid-column: 2; color: #82978c; font-size: 11px; line-height: 1.55; }
.launch-service-action { display: flex; justify-content: space-between; align-items: center; min-height: 48px; margin-top: auto; padding-top: 22px; color: var(--service-accent); font-size: 12px; font-weight: 760; }
.launch-upgrade { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 30px; align-items: start; margin-top: 28px; padding: 26px 0; border-top: 1px solid rgba(142,174,160,.22); border-bottom: 1px solid rgba(142,174,160,.22); }
.launch-upgrade span { color: #edf6f1; font-size: 18px; font-weight: 760; }
.launch-upgrade p { max-width: 720px; margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.75; }

.faq-page { padding-bottom: 132px; }
.faq-page-intro { max-width: 800px; }
body[data-active-view="faq"] .faq-page-intro h1 { color: var(--home-text); }
.faq-list { max-width: 980px; border-top: 1px solid var(--line); }
.faq-list details { position: relative; border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px minmax(0,1fr) 24px; align-items: center; padding: 28px 8px 28px 0; cursor: pointer; font-size: 17px; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; }
.faq-list summary::after { content: "+"; color: #7d8982; font-size: 22px; font-weight: 400; text-align: right; transition: transform 220ms ease,color 220ms ease; }
.faq-list details[open] summary::after { color: var(--red); transform: rotate(45deg); }
.faq-list p { max-width: 820px; margin: 0; padding: 0 42px 30px; color: var(--muted); font-size: 14px; line-height: 1.8; animation: faq-answer-in 320ms ease both; }
body[data-active-view="faq"] .faq-list summary { color: #eaf5ef; }
body[data-active-view="faq"] .faq-list summary span,
body[data-active-view="faq"] .faq-list details[open] summary::after { color: var(--home-accent); }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

.final-section { --final-copy-opacity: 1; --final-copy-y: 0px; --final-light-opacity: .9; position: relative; min-height: 680px; display: grid; overflow: hidden; align-items: center; color: #fff; background: #0a100d; }
.final-light-band { position: absolute; right: -8%; bottom: -118px; left: -8%; height: 300px; pointer-events: none; opacity: var(--final-light-opacity); background: radial-gradient(48% 130% at 22% 104%,rgba(85,214,181,.58),rgba(19,134,105,.32) 37%,transparent 70%),radial-gradient(50% 130% at 76% 108%,rgba(38,177,141,.42),rgba(14,96,75,.22) 40%,transparent 72%); filter: blur(32px); animation: final-light-drift 5.2s ease-in-out infinite alternate; will-change: transform,opacity; }
@keyframes final-light-drift { from { transform: translate3d(-1.5%,8px,0) skewX(-1deg) scaleX(.98); } to { transform: translate3d(1.5%,-6px,0) skewX(1deg) scaleX(1.04); } }
.final-inner { position: relative; z-index: 1; padding: 112px 0; text-align: center; }
.final-inner h2 { max-width: 1000px; margin: 0 auto; color: #f5f8f6; font-size: 64px; line-height: 1.08; letter-spacing: 0; }
.final-title-char { display: inline-block; will-change: opacity,filter,transform,color; }
.final-actions { display: flex; justify-content: center; gap: 26px; align-items: center; margin-top: 50px; opacity: var(--final-copy-opacity); transform: translateY(var(--final-copy-y)); }
.final-inner > .final-system { margin: 56px 0 0; color: rgba(214,232,223,.46); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; font-weight: 620; letter-spacing: .06em; opacity: var(--final-copy-opacity); transform: translateY(var(--final-copy-y)); }
.final-section .button-primary { color: #07120e; background: var(--home-accent); box-shadow: 0 14px 34px rgba(85,214,181,.16); }
.final-section .button-primary:hover { background: #79e4c8; transform: translateY(-2px); }
.text-link-light { color: #fff; }
.site-footer { display: flex; min-height: 88px; justify-content: center; align-items: center; padding: 22px 20px; color: #fff; background: #050a08; border-top: 1px solid rgba(142,174,160,.1); text-align: center; }
.site-footer-copy { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0 8px; margin: 0; color: rgba(204,221,213,.34); font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 10px; line-height: 1.7; letter-spacing: .04em; }
.site-footer-separator { color: rgba(204,221,213,.2); }
.site-footer-filing { color: rgba(204,221,213,.28); font-size: inherit; line-height: inherit; transition: color 180ms ease; }
.site-footer-filing:hover { color: rgba(106,224,193,.72); }

/* The homepage stays inside one dark green atmosphere. Sections vary by depth, not by theme. */
body[data-active-view="home"] {
  --paper: var(--home-bg);
  --mist: var(--home-surface-raised);
  --mist-deep: var(--home-surface-high);
  --line: var(--home-line);
  --muted: var(--home-muted);
  color: var(--home-text);
  background: var(--home-bg);
}
body[data-active-view="home"] .site-header.is-past-hero,
body[data-active-view="home"] .site-header.is-scrolled.is-past-hero {
  color: var(--home-text);
  background: rgba(7,18,14,.94);
  border-color: rgba(85,214,181,.14);
  box-shadow: 0 10px 32px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
body[data-active-view="home"] .site-header.is-past-hero .brand-copy strong,
body[data-active-view="home"] .site-header.is-past-hero .site-nav a { color: var(--home-text); }
body[data-active-view="home"] .site-header.is-past-hero .brand-copy small { color: var(--home-muted); }
body[data-active-view="home"] .site-header.is-past-hero .workbench-link { background: var(--red); }

body[data-active-view="home"] .live-section,
body[data-active-view="home"] .before-after,
body[data-active-view="home"] .creator-room { color: var(--home-text); }
body[data-active-view="home"] .proof-section,
body[data-active-view="home"] .path-section { color: var(--home-text); background: var(--home-surface); }
body[data-active-view="home"] .final-section { color: var(--home-text); background: #07100c; }
body[data-active-view="home"] .continuity-section,
body[data-active-view="home"] .faq-preview { color: var(--home-text); background: var(--home-surface-high); }
body[data-active-view="home"] .site-footer { color: var(--home-text); background: #050d0a; border-color: var(--home-line); }

body[data-active-view="home"] .section-heading h2,
body[data-active-view="home"] .track-heading h2,
body[data-active-view="home"] .workflow-heading h2,
body[data-active-view="home"] .continuity-inner h2,
body[data-active-view="home"] .path-heading h2,
body[data-active-view="home"] .faq-preview h2,
body[data-active-view="home"] .final-inner h2 { color: var(--home-text); }

body[data-active-view="home"] .compare-before { color: var(--home-text); background: var(--home-surface-raised); }
body[data-active-view="home"] .compare-after { background: #0d6753; }

body[data-active-view="home"] .path-options,
body[data-active-view="home"] .path-options article,
body[data-active-view="home"] .faq-preview-list,
body[data-active-view="home"] .faq-preview-list details { border-color: var(--home-line); }
body[data-active-view="home"] .workflow-line p,
body[data-active-view="home"] .continuity-inner > div:first-child > p:last-child,
body[data-active-view="home"] .path-heading > p:last-child,
body[data-active-view="home"] .path-options article > p,
body[data-active-view="home"] .faq-preview-list p { color: var(--home-muted); }

@media (max-width: 860px) {
  body[data-active-view="home"] .site-nav { color: var(--home-text); background: rgba(12,25,20,.98); border-color: var(--home-line); }
  body[data-active-view="home"] .site-nav a { color: var(--home-text) !important; border-color: var(--home-line); }
  body[data-active-view="faq"] .site-nav { color: var(--home-text); background: rgba(12,25,20,.98); border-color: var(--home-line); }
  body[data-active-view="faq"] .site-nav a { color: var(--home-text) !important; border-color: var(--home-line); }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes view-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes content-in { to { opacity: 1; transform: none; } }
@keyframes screen-pulse { 0% { opacity: .65; transform: scale(.992); } 100% { opacity: 1; transform: none; } }
@keyframes live-copy-energy-in {
  0% { opacity: 0; color: rgba(223,255,245,.14); filter: blur(7px) brightness(.72); text-shadow: 0 0 0 transparent; transform: translate3d(0,.42em,0) scale(.9); }
  42% { opacity: 1; color: #f3fff9; filter: blur(0) brightness(1.5); text-shadow: 0 0 7px rgba(232,255,248,.58),0 0 18px rgba(85,214,181,.72),0 0 36px rgba(27,167,132,.5); transform: translate3d(0,-.025em,0) scale(1.035); }
  100% { opacity: 1; color: inherit; filter: none; text-shadow: 0 0 1px rgba(232,255,248,.08); transform: none; }
}
@keyframes live-copy-energy-out {
  0% { opacity: 1; color: inherit; filter: none; text-shadow: 0 0 1px rgba(232,255,248,.08); transform: none; }
  45% { opacity: .72; color: #f3fff9; filter: blur(0) brightness(1.38); text-shadow: 0 0 7px rgba(232,255,248,.46),0 0 18px rgba(85,214,181,.58); transform: translate3d(0,.02em,0) scale(1.018); }
  100% { opacity: 0; color: rgba(223,255,245,.12); filter: blur(6px) brightness(.7); text-shadow: 0 0 0 transparent; transform: translate3d(0,.32em,0) scale(.92); }
}
@keyframes hero-scroll-cue {
  0%, 100% { opacity: .55; transform: translateY(-3px) rotate(45deg); }
  50% { opacity: 1; transform: translateY(7px) rotate(45deg); }
}

@media (max-width: 1040px) {
  .site-nav { gap: 22px; }
  .live-journey.section-shell { grid-template-columns: 320px minmax(0,1fr); gap: 36px; padding: 38px; }
  .live-copy h2 { font-size: 28px; }
  .proof-top { gap: 54px; }
  .continuity-inner, .faq-preview-inner { gap: 54px; }
  .engine-inner { grid-template-columns: 72px minmax(0,1fr) 220px; gap: 36px; }
  .engine-meter { width: 220px; }
  .track-library { gap: 7px; padding-right: 8px; padding-left: 8px; }
  .creator-signals { padding-right: 40px; }
  .creator-fit { padding-left: 40px; }
  .creator-fit-spectrum { gap: 20px; }
}

@media (max-width: 860px) {
  :root { --header-height: 68px; }
  .section-shell { width: min(100% - 36px, 680px); }
  .site-header { z-index: 102; grid-template-columns: auto minmax(0,1fr) auto; padding: 0 18px; }
  .menu-toggle {
    display: grid;
    grid-column: 3;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(85,214,181,.34);
    border-radius: 6px;
    color: #07120e !important;
    background: var(--home-accent);
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .workbench-link { display: none; }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: 101;
    display: grid;
    grid-template-rows: auto repeat(5, minmax(62px, auto)) 1fr auto;
    gap: 0;
    width: 100vw;
    max-width: none;
    margin-left: -18px;
    justify-self: stretch;
    grid-column: 1 / -1;
    min-height: calc(100dvh - var(--header-height));
    padding: 18px 22px max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    color: var(--home-text);
    background: rgba(7,18,14,.985) !important;
    border-top: 1px solid rgba(85,214,181,.16);
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1), visibility 220ms;
  }
  .site-nav::before { content: "浏览官网"; grid-row: 1; align-self: start; margin: 4px 0 12px; color: var(--home-muted); font-size: 11px; font-weight: 760; letter-spacing: .08em; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-nav a {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr) auto;
    align-items: center;
    min-height: 62px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(142,174,160,.18);
    color: var(--home-text) !important;
    font-size: 20px;
    font-weight: 720;
  }
  .site-nav a::before { content: attr(data-menu-index); color: var(--home-muted); font-size: 10px; font-weight: 760; }
  .site-nav a::after { position: static; width: 8px; height: 8px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; background: transparent; opacity: .34; transform: rotate(45deg); }
  .site-nav a.is-active { color: var(--home-accent) !important; }
  .site-nav a.is-active::before { color: var(--home-accent); }
  .site-nav a.is-active::after { opacity: 1; transform: rotate(45deg); }
  .site-nav .mobile-menu-workbench {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 8;
    min-height: 54px;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    color: #07120e !important;
    background: var(--home-accent);
    font-size: 16px;
    font-weight: 800;
  }
  .site-nav .mobile-menu-workbench::before,
  .site-nav .mobile-menu-workbench::after { display: none; }
  body.menu-open .site-header { background: rgba(7,18,14,.985) !important; border-color: rgba(85,214,181,.16) !important; box-shadow: none !important; }
  body.menu-open .brand-copy strong { color: var(--home-text) !important; }
  body.menu-open .brand-copy small { color: var(--home-muted) !important; }
  .menu-toggle:focus-visible { outline: 2px solid rgba(183,255,236,.8); outline-offset: 2px; }
  .hero { --intro-opacity: 0; --scene-opacity: 1; --scene-scale: 1; --scene-y: 0px; --ambient-opacity: 1; --copy-opacity: 1; --copy-x: 0px; --cta-opacity: 1; --character-brightness: .95; --character-saturation: .92; --energy-opacity: .32; --energy-y: 55%; height: 100svh; min-height: 720px; }
  .hero-pin { position: relative; min-height: 720px; }
  .hero-intro { display: none; }
  .hero-art { top: 36%; right: 0; width: 100vw; height: 60svh; }
  .hero-vignette { background: linear-gradient(0deg,rgba(6,17,14,.98) 2%,rgba(6,17,14,.9) 34%,rgba(6,17,14,.12) 72%,rgba(6,17,14,.5) 100%),linear-gradient(90deg,rgba(6,17,14,.38),transparent 50%,rgba(6,17,14,.38)); }
  .hero-content { right: 18px; bottom: 34px; left: 18px; width: auto; }
  .hero h1 { font-size: 46px; }
  .hero-subcopy { max-width: 600px; }
  .hero-output { display: none; }
  .section-heading h2, .track-heading h2, .workflow-heading h2, .continuity-inner h2, .path-heading h2, .faq-preview h2, .final-inner h2 { font-size: 40px; }
  .live-journey.section-shell { grid-template-columns: 1fr; width: min(100% - 36px,680px); min-height: 0; gap: 42px; padding: 40px; }
  .live-copy { min-height: 520px; }
  .live-copy h2 { max-width: 520px; font-size: 38px; }
  .live-description { max-width: 560px; }
  .live-product-stage { min-height: 0; }
  .proof-top { grid-template-columns: 1fr; gap: 46px; }
  .proof-primary { min-height: 0; padding-bottom: 0; }
  .proof-primary-number { font-size: 128px; }
  .proof-primary h2 { max-width: 520px; }
  .proof-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-stats > div:nth-child(2) { border-right: 0; }
  .proof-stats > div:nth-child(-n+2) { border-bottom: 1px dashed rgba(142,174,160,.24); }
  .engine-item { position: relative; top: auto; }
  .engine-heading h2 { font-size: 46px; }
  .engine-inner { grid-template-columns: 62px minmax(0,1fr); gap: 18px 28px; min-height: 0; padding-top: 54px; padding-bottom: 54px; }
  .engine-number { margin-top: 10px; }
  .engine-copy h3 { font-size: 36px; }
  .engine-meter { grid-column: 2; width: 100%; height: 82px; margin-top: 4px; padding: 12px 18px 10px; }
  .track-section { min-height: 0; padding-top: 94px; padding-bottom: 78px; }
  .track-library { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); min-height: 0; gap: 16px 10px; align-items: end; margin-top: 52px; padding: 92px 0 22px; perspective: none; }
  .track-book { --book-tilt: 0deg; width: min(100%,96px); height: var(--book-height); flex: none; justify-self: center; padding: 34px 8px 28px; }
  .track-book:nth-child(1) { --book-height: 176px; }
  .track-book:nth-child(2) { --book-height: 205px; }
  .track-book:nth-child(3) { --book-height: 230px; }
  .track-book:nth-child(4) { --book-height: 188px; }
  .track-book:nth-child(5) { --book-height: 216px; }
  .track-book:nth-child(6) { --book-height: 198px; }
  .track-book:nth-child(7) { --book-height: 224px; }
  .track-book:nth-child(8) { --book-height: 182px; }
  .track-book:nth-child(9) { --book-height: 212px; }
  .track-book:nth-child(10) { --book-height: 192px; }
  .track-library.is-visible .track-book, .track-library.is-visible .track-book:hover, .track-library.is-visible .track-book:focus, .track-library.is-visible .track-book:focus-visible { filter: none; transform: none; }
  .track-spine-label { font-size: 17px; }
  .track-library .track-book .track-tooltip { position: fixed; z-index: 120; right: 18px; bottom: 18px; left: 18px; width: auto; margin-left: 0; transform: none; }
  .track-library .track-book .track-tooltip::after { display: none; }
  .faq-preview-inner { grid-template-columns: 1fr; }
  .workflow-section { min-height: 0; padding-top: 92px; padding-bottom: 88px; background-size: 38px 38px; }
  .workflow-visual { margin-top: 56px; }
  .workflow-curve { display: none; }
  .workflow-line { position: relative; grid-template-columns: 1fr; margin: 0; overflow: visible; }
  .workflow-line::before { content: ""; position: absolute; top: 14px; bottom: 48px; left: 13px; width: 1px; background: rgba(85,214,181,.26); }
  .workflow-line li { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 0 18px; min-height: 0; padding: 0 0 42px; text-align: left; }
  .workflow-node { z-index: 1; grid-row: 1 / span 2; grid-column: 1; margin: 0; }
  .workflow-line strong { grid-column: 2; display: flex; align-items: baseline; gap: 10px; margin: 2px 0 0; }
  .workflow-line p { grid-column: 2; max-width: none; margin: 12px 0 0; font-size: 13px; }
  .efficiency-section { margin-top: 12px; padding-top: 56px; }
  .efficiency-heading h2 { font-size: 44px; }
  .efficiency-result > strong { font-size: 92px; }
  .efficiency-result p { font-size: 25px; }
  .method-matrix-section { padding-top: 92px; padding-bottom: 96px; }
  .method-matrix-section::before { display: none; }
  .method-matrix-heading h2 { font-size: 46px; }
  .method-matrix-wrap { margin-top: 52px; overflow: visible; border-right: 0; border-left: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .method-matrix-table, .method-matrix-table tbody { display: block; width: 100%; }
  .method-matrix-table colgroup, .method-matrix-table thead { display: none; }
  .method-matrix-table tbody tr { display: block; padding: 27px 0; border-bottom: 1px solid rgba(142,174,160,.22); }
  .method-matrix-table tbody tr:last-child { border-bottom: 0; }
  .method-matrix-table tbody tr > * { display: grid; width: 100%; grid-template-columns: 112px minmax(0,1fr); gap: 18px; align-items: start; padding: 14px 0; border: 0; border-top: 1px solid rgba(142,174,160,.12); }
  .method-matrix-table tbody th { display: flex; gap: 10px; align-items: baseline; padding: 0 0 18px; border-top: 0; font-size: 18px; }
  .method-matrix-table tbody th span { display: inline; margin: 0; }
  .method-matrix-table tbody td::before { content: attr(data-label); color: #71867b; font-size: 10px; font-weight: 760; }
  .method-matrix-table tbody td.is-product { width: calc(100% + 24px); margin: 0 -12px; padding: 15px 12px; }
  .method-matrix-table tbody td.is-product::before { grid-row: 1 / span 2; color: var(--home-accent); }
  .method-matrix-table tbody td.is-product strong, .method-matrix-table tbody td.is-product span { grid-column: 2; }
  .method-matrix-table tbody td.is-product span { margin-top: 0; }
  .creator-room-inner { grid-template-columns: 1fr; min-height: 0; }
  .creator-signals { padding: 86px 0 72px; border-right: 0; border-bottom: 1px solid rgba(142,174,160,.18); }
  .creator-fit { padding: 72px 0 86px; }
  .creator-room-heading h2, .creator-fit-heading h2 { font-size: 44px; }
  .creator-voice-window { height: 560px; margin-top: 46px; }
  .creator-fit-heading { min-height: 0; }
  .creator-fit-spectrum { gap: 42px; margin-top: 48px; }
  .path-options { grid-template-columns: 1fr; }
  .path-options article, .path-options article:last-child { min-height: 350px; padding: 34px 0; border-right: 0; border-bottom: 1px solid #414843; }
  .path-options article:last-child { border-bottom: 0; }
  .product-page-list article { grid-template-columns: 40px minmax(160px,.7fr) minmax(260px,1fr); }
  .product-page-list img { grid-column: 2 / 4; }
  .launch-offers-heading h2 { font-size: 44px; }
  .launch-service-grid { grid-template-columns: 1fr; gap: 18px; }
  .launch-service { padding: 30px; }
  .launch-service > header { min-height: 0; }
  .launch-service-summary > div { grid-template-columns: 110px minmax(0,1fr); }
  .launch-delivery li { grid-template-columns: 24px minmax(0,1fr); }
  .launch-upgrade { grid-template-columns: 1fr; gap: 12px; }
  .service-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-process li:nth-child(2) { border-right: 0; }
  .service-process li:nth-child(-n+2) { border-bottom: 1px solid rgba(142,174,160,.2); }
  .service-process li::after { display: none; }
}

@media (max-width: 560px) {
  .section-shell { width: calc(100% - 32px); }
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .hero { min-height: 720px; }
  .hero-pin { min-height: 720px; }
  .hero-intro { right: 20px; bottom: 92px; }
  .hero-intro strong { font-size: 15px; letter-spacing: .08em; }
  .hero-art { top: 31%; right: -17vw; width: 118vw; height: 58svh; }
  .hero-core { top: 6%; left: 57%; width: 60px; height: 60px; }
  .hero-core span { font-size: 29px; }
  .hero-character-base, .hero-character-energy img { object-position: 56% 48%; transform: translate3d(0,0,0) scale(1.04); }
  .hero-content { bottom: 24px; }
  .hero-content .eyebrow { margin-bottom: 12px; font-size: 10px; }
  .hero h1 { gap: 3px; font-size: 30px; line-height: 1.08; }
  .hero-subcopy { gap: 3px; margin-top: 18px; line-height: 1.55; }
  .hero-subcopy strong { font-size: 13px; }
  .hero-subcopy span { font-size: 12px; }
  .mobile-break { display: block; }
  .hero-actions { align-items: flex-start; flex-direction: row; gap: 10px; margin-top: 20px; }
  .hero-actions .button { min-height: 42px; padding: 0 15px; font-size: 12px; }
  .section-heading h2, .track-heading h2, .workflow-heading h2, .continuity-inner h2, .path-heading h2, .faq-preview h2, .final-inner h2 { font-size: 34px; }
  .live-section, .before-after { padding-top: 88px; padding-bottom: 88px; }
  .live-journey.section-shell { gap: 32px; padding: 24px; }
  .live-copy { min-height: 500px; padding: 8px 0 0; }
  .live-copy h2 { font-size: 31px; }
  .live-description { gap: 14px; margin-top: 22px; }
  .live-description span { font-size: 13px; }
  .live-description strong { font-size: 14px; }
  .live-benefits { gap: 9px; }
  .live-benefits li { min-height: 40px; padding: 8px 15px 8px 11px; font-size: 13px; }
  .live-product-stage { min-height: 0; }
  .proof-inner { padding-top: 82px; padding-bottom: 82px; }
  .proof-top { gap: 36px; }
  .proof-media-placeholder { min-height: 400px; }
  .proof-account-grid { grid-template-columns: repeat(4,minmax(0,1fr)); min-height: 398px; gap: 7px; padding: 12px; }
  .proof-primary-number { font-size: 96px; }
  .proof-primary h2 { margin-top: 20px; font-size: 16px; }
  .proof-stats { grid-template-columns: 1fr; margin-top: 38px; }
  .proof-stats > div { min-height: 154px; padding: 25px 22px; border-right: 0; border-bottom: 1px dashed rgba(142,174,160,.24); }
  .proof-stats > div:last-child { border-bottom: 0; }
  .proof-stats dt { font-size: 38px; }
  .engine-heading { padding-top: 78px; padding-bottom: 48px; }
  .engine-heading h2 { font-size: 34px; }
  .engine-inner { grid-template-columns: 46px minmax(0,1fr); gap: 14px 18px; padding-top: 44px; padding-bottom: 44px; }
  .engine-number { font-size: 10px; }
  .engine-number::before { width: 6px; height: 6px; margin-right: 6px; }
  .engine-copy h3 { font-size: 30px; }
  .engine-copy p { margin-top: 20px; font-size: 13px; line-height: 1.8; }
  .engine-meter { height: 66px; gap: 10px; padding: 10px 12px 8px; }
  .track-section { padding-top: 84px; }
  .track-heading > p:last-child { max-width: 330px; margin-top: 17px; font-size: 14px; }
  .track-library { gap: 12px 6px; margin-top: 38px; padding-top: 78px; }
  .track-book { min-width: 0; padding-right: 5px; padding-left: 5px; }
  .track-spine-label { font-size: 15px; }
  .track-bookmark { right: 8px; width: 7px; height: 27px; }
  .workflow-section { padding-top: 82px; padding-bottom: 76px; }
  .workflow-visual { margin-top: 46px; }
  .workflow-line li { gap: 0 15px; padding-bottom: 38px; }
  .efficiency-section { margin-top: 4px; padding-top: 50px; padding-bottom: 0; }
  .efficiency-heading h2 { font-size: 33px; }
  .efficiency-heading > p:last-child { max-width: 310px; margin: 18px auto 0; font-size: 14px; }
  .efficiency-board { margin-top: 46px; }
  .efficiency-lane { min-height: 0; padding: 28px 0; }
  .efficiency-lane-head { gap: 14px; }
  .efficiency-lane-name { gap: 8px; }
  .efficiency-lane-name strong { font-size: 16px; }
  .efficiency-lane-name span { font-size: 9px; }
  .efficiency-lane-copy > p:last-child { max-width: 220px; margin-top: 10px; font-size: 12px; }
  .efficiency-time { gap: 5px; }
  .efficiency-time span { font-size: 10px; }
  .efficiency-time strong { font-size: 15px; }
  .efficiency-progress { margin-top: 22px; }
  .efficiency-progress-rail { height: 14px; }
  .efficiency-progress-fill::after { width: 18px; height: 18px; }
  .efficiency-batch-points i { width: 6px; height: 6px; border-width: 1px; }
  .efficiency-progress-caption { gap: 12px; margin-top: 10px; font-size: 9px; }
  .efficiency-result { align-items: center; flex-direction: column; gap: 14px; margin-top: 52px; text-align: center; }
  .efficiency-result > strong { font-size: 76px; }
  .efficiency-result p { font-size: 21px; }
  .method-matrix-section { padding-top: 82px; padding-bottom: 84px; }
  .method-matrix-heading h2 { font-size: 34px; }
  .method-matrix-wrap { margin-top: 42px; }
  .method-matrix-table tbody tr { padding: 23px 0; }
  .method-matrix-table tbody tr > * { grid-template-columns: 92px minmax(0,1fr); gap: 12px; padding: 13px 0; font-size: 13px; }
  .method-matrix-table tbody th { padding-bottom: 16px; font-size: 17px; }
  .method-matrix-table td.is-product strong { font-size: 14px; }
  .creator-signals { padding-top: 76px; padding-bottom: 62px; }
  .creator-fit { padding-top: 62px; padding-bottom: 76px; }
  .creator-room-heading h2, .creator-fit-heading h2 { font-size: 34px; line-height: 1.16; }
  .creator-voice-window { height: 530px; margin-top: 38px; }
  .creator-voice-set { gap: 13px; padding: 22px 4px 0; }
  .creator-voice-card, .creator-voice-card:nth-child(3n+2), .creator-voice-card:nth-child(3n) { width: 96%; padding: 18px 17px 16px; }
  .creator-voice-card { transform: rotate(-.35deg) translateX(-2%); }
  .creator-voice-card:nth-child(3n+2) { transform: rotate(.3deg) translateX(1%); }
  .creator-voice-card:nth-child(3n) { width: 91%; transform: rotate(-.15deg) translateX(3%); }
  .creator-voice-card blockquote { font-size: 14px; line-height: 1.65; }
  .creator-fit-spectrum { grid-template-columns: 1fr; gap: 0; margin-top: 40px; }
  .creator-fit-side + .creator-fit-side { margin-top: 34px; padding-top: 34px; border-top: 1px solid rgba(142,174,160,.2); }
  .creator-fit-side header { min-height: 52px; padding-bottom: 16px; }
  .creator-fit-side header span { width: 34px; height: 34px; flex-basis: 34px; font-size: 19px; }
  .creator-fit-side h3 { font-size: 21px; }
  .creator-fit-side li { padding-top: 14px; padding-bottom: 14px; font-size: 13px; }
  .faq-preview { padding: 86px 0; }
  .page-intro { padding: 132px 0 62px; }
  .page-intro h1 { font-size: 42px; }
  .product-page-list article { grid-template-columns: 34px minmax(0,1fr); gap: 18px; }
  .product-page-list article p, .product-page-list article img { grid-column: 2; }
  .launch-page-inner { padding-bottom: 78px; }
  .service-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-process li { min-height: 138px; padding: 22px 18px; border-right: 1px solid rgba(142,174,160,.2); border-bottom: 1px solid rgba(142,174,160,.2); }
  .service-process li:nth-child(2n) { border-right: 0; }
  .service-process li:nth-last-child(-n+2) { border-bottom: 0; }
  .service-process strong { margin-top: 30px; font-size: 19px; }
  .launch-offers { padding-top: 82px; padding-bottom: 92px; }
  .launch-offers-heading h2 { font-size: 34px; }
  .launch-offers-heading > p:last-child { font-size: 13px; }
  .launch-service-grid { margin-top: 42px; }
  .launch-service { padding: 24px 19px 20px; }
  .launch-service h3 { font-size: 27px; }
  .launch-service-price strong { font-size: 44px; }
  .launch-service-summary > div { grid-template-columns: 76px minmax(0,1fr); }
  .launch-delivery li { grid-template-columns: 20px minmax(0,1fr); }
  .launch-delivery li strong { font-size: 13px; }
  .launch-delivery li span { font-size: 12px; }
  .launch-upgrade { margin-top: 22px; padding: 22px 0; }
  .faq-page { padding-bottom: 96px; }
  .faq-list summary { grid-template-columns: 34px minmax(0,1fr) 22px; padding: 23px 0; font-size: 15px; line-height: 1.5; }
  .faq-list p { padding: 0 0 24px 34px; font-size: 13px; }
  .final-section { min-height: 610px; }
  .final-inner { padding: 94px 0; }
  .final-inner h2 { font-size: 42px; line-height: 1.12; }
  .final-actions { align-items: center; flex-direction: column; margin-top: 40px; }
  .final-inner > .final-system { max-width: 310px; margin: 44px auto 0; line-height: 1.7; }
  .site-footer { min-height: 80px; padding: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .live-copy .live-type-char { opacity: 1 !important; filter: none !important; transform: none !important; animation: none !important; }
  .workflow-heading h2, .workflow-line li { opacity: 1 !important; filter: none !important; transform: none !important; }
  .workflow-curve-draw { stroke-dashoffset: 0 !important; }
  .workflow-trail, .workflow-traveler { display: none; }
  .efficiency-heading h2, .efficiency-heading > p:last-child, .efficiency-lane, .efficiency-result { opacity: 1 !important; filter: none !important; transform: none !important; }
  .efficiency-progress-fill, .efficiency-batch-points i { animation: none !important; }
  .efficiency-lane-manual .efficiency-progress-fill { width: 28% !important; }
  .efficiency-lane-ai .efficiency-progress-fill { width: 96% !important; }
  .efficiency-batch-points i { opacity: 1 !important; transform: translate(-50%,-50%) scale(1) !important; }
  .method-title-char, .method-matrix-wrap, .method-matrix-table thead th, .method-matrix-table tbody tr, .method-matrix-table tbody tr > * { opacity: 1 !important; filter: none !important; transform: none !important; }
  .method-matrix-wrap::after { display: none !important; }
  .method-matrix-table .is-product { animation: none !important; background-position: 0 0 !important; }
  .creator-title-char, .creator-voice-window, .creator-fit-side, .creator-fit-side li { opacity: 1 !important; filter: none !important; transform: none !important; }
  .creator-voice-window { height: auto !important; -webkit-mask-image: none !important; mask-image: none !important; }
  .creator-voice-track { animation: none !important; transform: none !important; }
  .creator-voice-set[aria-hidden="true"] { display: none !important; }
  .final-title-char, .final-actions, .final-system { opacity: 1 !important; filter: none !important; transform: none !important; color: inherit !important; }
  .final-light-band { animation: none !important; opacity: .72 !important; }
}

/* Product introduction */
body[data-active-view="product"] {
  --product-ink: #0b1914;
  --product-deep: #07120e;
  --product-surface: #0d2018;
  --product-line: #274238;
  --product-accent: #55d6b5;
  --product-warm: #f1a57d;
  color: var(--product-ink);
  background: #f4f7f4;
}
body[data-active-view="product"] .site-header {
  color: var(--home-text);
  background: rgba(7,18,14,.88);
  border-color: rgba(85,214,181,.14);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
body[data-active-view="product"] .site-nav a,
body[data-active-view="product"] .brand-copy strong { color: var(--home-text); }
body[data-active-view="product"] .brand-copy small { color: var(--home-muted); }
body[data-active-view="product"] .workbench-link { color: var(--product-deep); background: var(--product-accent); }
body[data-active-view="product"] .site-header.is-product-past-hero {
  color: var(--product-ink);
  background: rgba(255,255,255,.94);
  border-color: rgba(11,25,20,.08);
  box-shadow: 0 10px 30px rgba(11,25,20,.05);
}
body[data-active-view="product"] .site-header.is-product-past-hero .site-nav a,
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy strong { color: var(--product-ink); }
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy small { color: var(--muted); }
body[data-active-view="product"] .site-header.is-product-past-hero .workbench-link { color: #fff; background: var(--product-ink); }

.product-page { padding: 0; overflow: clip; background: #f4f7f4; }
.product-kicker, .product-chapter { margin: 0; color: var(--green); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.product-detail-hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--home-text); background: var(--product-deep); }
.product-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(85,214,181,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(85,214,181,.16) 1px,transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom,transparent 0,#000 20%,#000 74%,transparent 100%); }
.product-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px,.72fr) minmax(520px,1.28fr); gap: clamp(44px,6vw,92px); align-items: center; min-height: 100svh; padding-top: calc(var(--header-height) + 62px); padding-bottom: 86px; }
.product-hero-copy { max-width: 560px; }
.product-hero-copy .product-kicker { color: var(--product-accent); }
.product-hero-copy h1 { margin: 25px 0 0; font-size: clamp(54px,5.4vw,82px); font-weight: 860; line-height: 1.02; }
.product-hero-copy h1 span { display: block; }
.product-hero-copy h1 span:last-child { margin-top: 14px; color: var(--product-accent); font-size: .66em; line-height: 1.1; }
.product-hero-copy > p { max-width: 520px; margin: 30px 0 0; color: #a8bdb2; font-size: 16px; line-height: 1.8; }
.product-hero-output { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 32px; color: #d7e7df; font-size: 12px; font-weight: 720; }
.product-hero-output i { width: 20px; height: 1px; background: rgba(85,214,181,.4); }
.product-hero-demo { position: relative; min-width: 0; padding: 98px 0 58px; perspective: 1300px; }
.product-topic-input { position: absolute; z-index: 3; top: 14px; left: 8%; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 26px; align-items: center; width: min(420px,64%); min-height: 78px; padding: 16px 18px; color: var(--product-ink); background: #fff; border-left: 3px solid var(--product-accent); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.product-topic-input small { grid-column: 1; color: #718077; font-size: 10px; }
.product-topic-input strong { grid-column: 1; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.product-topic-input > span { grid-column: 2; grid-row: 1 / 3; display: grid; width: 34px; height: 34px; place-items: center; color: var(--product-deep); background: var(--product-accent); border-radius: 50%; font-size: 17px; }
.product-flow-rail { position: absolute; z-index: 2; top: 92px; left: 22%; width: 1px; height: 84px; background: rgba(85,214,181,.26); }
.product-flow-rail i { position: absolute; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--product-accent); box-shadow: 0 0 15px rgba(85,214,181,.72); }
.product-flow-rail i:nth-child(1) { top: 2%; }
.product-flow-rail i:nth-child(2) { top: 24%; }
.product-flow-rail i:nth-child(3) { top: 47%; }
.product-flow-rail i:nth-child(4) { top: 70%; }
.product-flow-rail i:nth-child(5) { top: 94%; }
.product-workbench-window { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(85,214,181,.22); border-radius: 8px; background: #edf2ee; box-shadow: 0 36px 84px rgba(0,0,0,.34); transform: rotateY(-4deg) rotateX(1deg); transform-origin: center; }
.product-window-bar { display: flex; gap: 6px; align-items: center; height: 34px; padding: 0 12px; color: #59675e; background: #fff; border-bottom: 1px solid #e1e7e3; }
.product-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cbd4ce; }
.product-window-bar > span:first-child { background: #f1a57d; }
.product-window-bar > strong { margin-left: 5px; font-size: 9px; font-weight: 760; }
.product-workbench-window img { width: 100%; aspect-ratio: 1.95; object-fit: cover; object-position: center; }
.product-output-pulse { position: absolute; z-index: 4; right: -18px; bottom: 12px; display: flex; gap: 8px; }
.product-output-pulse span { padding: 9px 12px; color: var(--product-ink); background: #fff; border-bottom: 2px solid var(--product-accent); box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: 10px; font-weight: 780; }
.product-output-pulse span:last-child { color: #082017; background: var(--product-accent); }
.product-scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 26px; display: grid; gap: 8px; justify-items: center; color: #779186; font-size: 9px; letter-spacing: .08em; }
.product-scroll-cue i { display: block; width: 1px; height: 34px; background: var(--product-accent); transform-origin: top; }

.product-suite-intro { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 70px; padding-top: 130px; padding-bottom: 108px; }
.product-suite-intro > div { max-width: 860px; }
.product-suite-intro h2, .product-single-heading h2, .product-capability h2, .product-distribution-copy h2 { margin: 0; font-size: clamp(44px,5vw,70px); font-weight: 850; line-height: 1.08; }
.product-suite-intro > div > p, .product-single-heading > div > p { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.product-story { border-top: 1px solid #d8e1da; border-bottom: 1px solid #d8e1da; background: #edf2ee; }
.product-story-layout { display: grid; grid-template-columns: minmax(330px,.75fr) minmax(560px,1.25fr); gap: clamp(52px,7vw,110px); align-items: start; }
.product-story-copy { margin: 0; padding: 0; list-style: none; }
.product-story-copy > li { display: flex; align-items: center; min-height: 88svh; padding: 110px 0; opacity: .36; transition: opacity 280ms ease; }
.product-story-copy > li.is-active { opacity: 1; }
.product-story-copy article { width: 100%; padding-left: 32px; border-left: 1px solid #bdcac1; }
.product-story-copy article > span { display: block; margin-bottom: 48px; color: var(--green); font-size: 12px; font-weight: 840; }
.product-story-eyebrow { margin: 0 0 15px; color: var(--green); font-size: 11px; font-weight: 780; letter-spacing: .06em; }
.product-story-copy h3 { margin: 0; font-size: clamp(38px,3.5vw,50px); font-weight: 850; line-height: 1.08; }
.product-story-copy article > p:last-child { max-width: 460px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-story-stage { position: sticky; top: calc(var(--header-height) + 36px); height: calc(100svh - var(--header-height) - 72px); min-height: 590px; margin: 36px 0; overflow: hidden; border: 1px solid #cad5cd; border-radius: 8px; background: var(--product-deep); box-shadow: 0 30px 70px rgba(11,25,20,.12); }
.product-story-scene { position: absolute; inset: 0; display: grid; align-content: center; padding: clamp(30px,4vw,58px); opacity: 0; visibility: hidden; }
.product-story-scene.is-active { opacity: 1; visibility: visible; }
.product-scene-screen { margin: 0; overflow: hidden; border: 1px solid rgba(85,214,181,.22); border-radius: 7px; box-shadow: 0 26px 58px rgba(0,0,0,.32); }
.product-scene-screen img { width: 100%; aspect-ratio: 1.95; object-fit: cover; }
.product-page-fan { position: absolute; right: 5%; bottom: 15%; display: flex; gap: 0; align-items: flex-end; }
.product-page-fan img { width: clamp(70px,8vw,118px); aspect-ratio: .75; object-fit: cover; border: 3px solid #fff; box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.product-page-fan img:nth-child(1) { transform: rotate(-7deg) translateX(15px); }
.product-page-fan img:nth-child(2) { transform: translateY(-14px); }
.product-page-fan img:nth-child(3) { transform: rotate(7deg) translateX(-15px); }
.product-scene-caption { display: grid; gap: 5px; margin: 28px 0 0; color: var(--home-text); }
.product-scene-caption span { color: var(--product-accent); font-size: 10px; font-weight: 760; letter-spacing: .06em; }
.product-scene-caption strong { font-size: 17px; }
.product-template-orbit { position: relative; height: min(58vh,520px); }
.product-template-card { position: absolute; width: 31%; max-height: 72%; object-fit: cover; border: 3px solid #f5f8f5; box-shadow: 0 24px 56px rgba(0,0,0,.28); }
.product-template-card-a { top: 10%; left: 0; transform: rotate(-8deg); }
.product-template-card-b { top: 1%; right: 0; transform: rotate(7deg); }
.product-template-card-c { right: 11%; bottom: 0; transform: rotate(-2deg); }
.product-template-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; gap: 10px; width: 230px; padding: 26px; color: var(--home-text); background: #123328; border: 1px solid rgba(85,214,181,.44); box-shadow: 0 24px 52px rgba(0,0,0,.34); transform: translate(-50%,-50%); }
.product-template-core small { margin-bottom: 8px; color: var(--product-accent); font-size: 10px; }
.product-template-core strong { font-size: 17px; }
.product-queue-panel { overflow: hidden; color: var(--home-text); border: 1px solid rgba(85,214,181,.24); border-radius: 8px; background: #0d2018; box-shadow: 0 26px 62px rgba(0,0,0,.3); }
.product-queue-panel header, .product-queue-panel footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 20px 22px; border-bottom: 1px solid rgba(85,214,181,.14); }
.product-queue-panel header span { color: var(--product-accent); font-size: 10px; font-weight: 780; }
.product-queue-panel header strong { font-size: 14px; }
.product-queue-panel ul { margin: 0; padding: 0; list-style: none; }
.product-queue-panel li { display: grid; grid-template-columns: 12px minmax(0,1fr) auto; gap: 15px; align-items: center; min-height: 82px; padding: 13px 22px; border-bottom: 1px solid rgba(85,214,181,.1); }
.product-queue-panel li > i { width: 9px; height: 9px; border: 1px solid #688277; border-radius: 50%; }
.product-queue-panel li.is-done > i { background: var(--product-accent); border-color: var(--product-accent); }
.product-queue-panel li.is-running > i { border: 2px solid var(--product-accent); box-shadow: 0 0 12px rgba(85,214,181,.6); }
.product-queue-panel li div { display: grid; gap: 6px; }
.product-queue-panel li strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.product-queue-panel li span, .product-queue-panel li em { color: #849b90; font-size: 10px; font-style: normal; }
.product-queue-panel li.is-running em { color: var(--product-accent); }
.product-queue-panel footer { border: 0; color: #849b90; font-size: 10px; }
.product-queue-live { display: inline-flex; gap: 8px; align-items: center; color: var(--product-accent); }
.product-queue-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--product-accent); }
.product-story-mobile-visual { display: none; }

.product-delivery-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding-top: 72px; padding-bottom: 110px; }
.product-delivery-strip > div { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 14px; min-height: 120px; padding: 24px; border-left: 1px solid #d4ded7; }
.product-delivery-strip > div:last-child { border-right: 1px solid #d4ded7; }
.product-delivery-strip > div > span { color: var(--green); font-size: 24px; line-height: 1; }
.product-delivery-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-delivery-strip strong { display: block; margin-bottom: 7px; color: var(--product-ink); font-size: 15px; }

.product-single { padding: 130px 0 150px; background: #fff; }
.product-single-heading { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 70px; }
.product-mode-stage { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 92px; background: #dfe6e1; }
.product-mode { position: relative; display: grid; grid-template-columns: minmax(240px,.74fr) minmax(230px,1fr); min-height: 640px; overflow: hidden; background: #f4f7f4; }
.product-mode header { align-self: end; padding: 44px 38px; }
.product-mode header > span { color: var(--green); font-size: 10px; font-weight: 820; letter-spacing: .08em; }
.product-mode h3 { margin: 18px 0 0; font-size: 32px; line-height: 1.14; }
.product-mode header p { margin: 19px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.product-mode figure { position: relative; align-self: stretch; margin: 0; overflow: hidden; background: #dfe7e1; }
.product-mode figure::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(11,25,20,.08); pointer-events: none; }
.product-mode img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22,1,.36,1); }
.product-mode:hover img { transform: scale(1.035); }
.product-mode-free { background: #0d2018; }
.product-mode-free header { color: var(--home-text); }
.product-mode-free header > span { color: var(--product-accent); }
.product-mode-free header p { color: #96aa9f; }
.product-capability { padding-top: 150px; }
.product-capability header { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; padding-bottom: 54px; border-bottom: 1px solid #d8e1da; }
.product-capability header .product-kicker { align-self: flex-start; margin-top: 12px; }
.product-capability-body { display: grid; grid-template-columns: minmax(480px,1fr) minmax(420px,.9fr); gap: clamp(64px,8vw,130px); padding-top: 54px; }
.product-capability ol { margin: 0; padding: 0; list-style: none; }
.product-capability li { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid #e2e8e3; }
.product-capability li span { color: var(--green); font-size: 10px; font-weight: 820; }
.product-capability li strong { max-width: 600px; font-size: 19px; line-height: 1.5; }
.product-visual-spectrum { position: relative; min-height: 620px; }
.product-visual-spectrum figure { position: absolute; width: 48%; margin: 0; overflow: hidden; border: 4px solid #fff; box-shadow: 0 24px 52px rgba(11,25,20,.16); }
.product-visual-spectrum figure:nth-child(1) { top: 0; left: 0; transform: rotate(-5deg); }
.product-visual-spectrum figure:nth-child(2) { top: 80px; right: 0; transform: rotate(5deg); }
.product-visual-spectrum figure:nth-child(3) { right: 22%; bottom: 0; transform: rotate(-1deg); }
.product-visual-spectrum img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: top; }

.product-distribution { color: var(--home-text); background: var(--product-deep); }
.product-distribution-inner { display: grid; grid-template-columns: minmax(430px,.84fr) minmax(520px,1.16fr); gap: clamp(54px,7vw,110px); align-items: center; min-height: 880px; padding-top: 110px; padding-bottom: 110px; }
.product-distribution-copy .product-chapter { color: var(--product-accent); }
.product-distribution-copy h2 { max-width: 500px; margin-top: 28px; font-size: clamp(44px,4.2vw,58px); }
.product-distribution-copy > p:last-child { max-width: 560px; margin: 30px 0 0; color: #98ada2; font-size: 15px; line-height: 1.85; }
.product-distribution-stage { position: relative; min-height: 650px; }
.product-source-pack { position: absolute; z-index: 3; top: 50%; left: 50%; width: 220px; margin: 0; overflow: hidden; background: #fff; box-shadow: 0 34px 80px rgba(0,0,0,.38); transform: translate(-50%,-50%); }
.product-source-pack img { width: 100%; aspect-ratio: .76; object-fit: cover; object-position: top; }
.product-source-pack figcaption { display: grid; gap: 3px; padding: 13px 14px; color: var(--product-ink); }
.product-source-pack figcaption strong { font-size: 13px; }
.product-source-pack figcaption span { color: var(--muted); font-size: 9px; }
.product-platform { position: absolute; z-index: 2; display: grid; gap: 5px; width: 150px; padding: 18px; color: var(--home-text); background: #123328; border: 1px solid rgba(85,214,181,.32); }
.product-platform strong { font-size: 16px; }
.product-platform span { color: #8fa79b; font-size: 10px; }
.platform-a { top: 8%; left: 2%; }
.platform-b { top: 8%; right: 2%; }
.platform-c { bottom: 8%; left: 2%; }
.platform-d { right: 2%; bottom: 8%; }
.product-distribution-line { position: absolute; z-index: 1; top: 50%; left: 50%; width: 34%; height: 1px; background: rgba(85,214,181,.38); transform-origin: left center; }
.line-a { transform: rotate(-136deg); }
.line-b { transform: rotate(-44deg); }
.line-c { transform: rotate(136deg); }
.line-d { transform: rotate(44deg); }

@media (max-width: 1120px) {
  .product-hero-inner { grid-template-columns: minmax(320px,.72fr) minmax(460px,1.28fr); gap: 46px; }
  .product-story-layout { grid-template-columns: minmax(280px,.7fr) minmax(480px,1.3fr); gap: 46px; }
  .product-mode { grid-template-columns: 1fr; grid-template-rows: auto 430px; }
  .product-mode header { align-self: start; }
  .product-capability-body { grid-template-columns: minmax(420px,1fr) minmax(340px,.8fr); gap: 54px; }
  .product-distribution-inner { grid-template-columns: minmax(340px,.8fr) minmax(470px,1.2fr); gap: 48px; }
  .product-distribution-copy h2 { font-size: 52px; }
}

@media (max-width: 860px) {
  body[data-active-view="product"] .site-header { color: var(--product-ink); background: rgba(255,255,255,.96); border-color: rgba(11,25,20,.08); }
  body[data-active-view="product"] .brand-copy strong { color: var(--product-ink); }
  body[data-active-view="product"] .brand-copy small { color: var(--muted); }
  body[data-active-view="product"] .menu-toggle { color: var(--product-ink); }
  body[data-active-view="product"] .site-nav { background: #fff; }
  body[data-active-view="product"] .site-nav a { color: var(--product-ink); }
  body[data-active-view="product"] .workbench-link { color: #fff; background: var(--product-ink); }
  .product-detail-hero { min-height: auto; }
  .product-hero-grid { background-size: 52px 52px; }
  .product-hero-inner { grid-template-columns: 1fr; gap: 54px; min-height: 0; padding-top: 146px; padding-bottom: 94px; }
  .product-hero-copy h1 { font-size: 58px; }
  .product-hero-demo { width: min(720px,100%); margin: 0 auto; }
  .product-output-pulse { right: 0; }
  .product-scroll-cue { display: none; }
  .product-suite-intro, .product-single-heading { grid-template-columns: 1fr; gap: 24px; padding-top: 96px; padding-bottom: 76px; }
  .product-story-layout { grid-template-columns: 1fr; }
  .product-story-copy > li { display: grid; min-height: 0; padding: 72px 0; opacity: 1; }
  .product-story-copy article { padding-left: 24px; }
  .product-story-copy article > span { margin-bottom: 30px; }
  .product-story-mobile-visual { display: block; margin: 38px 0 0 24px; overflow: hidden; border: 1px solid #cbd6ce; background: var(--product-deep); }
  .product-story-mobile-visual img { width: 100%; max-height: 520px; object-fit: contain; }
  .product-queue-mobile { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #284239; }
  .product-queue-mobile span { padding: 28px 12px; color: var(--home-text); background: #10251d; font-size: 11px; text-align: center; }
  .product-story-stage { display: none; }
  .product-delivery-strip { grid-template-columns: repeat(2,minmax(0,1fr)); padding-top: 56px; padding-bottom: 88px; }
  .product-delivery-strip > div:nth-child(3) { border-top: 1px solid #d4ded7; }
  .product-delivery-strip > div:nth-child(4) { border-top: 1px solid #d4ded7; border-right: 1px solid #d4ded7; }
  .product-single { padding-top: 96px; padding-bottom: 110px; }
  .product-mode-stage { grid-template-columns: 1fr; margin-top: 56px; }
  .product-mode { grid-template-columns: minmax(220px,.7fr) minmax(280px,1fr); grid-template-rows: none; min-height: 520px; }
  .product-capability { padding-top: 110px; }
  .product-capability-body { grid-template-columns: 1fr; }
  .product-visual-spectrum { min-height: 700px; }
  .product-distribution-inner { grid-template-columns: 1fr; min-height: 0; }
  .product-distribution-stage { width: min(680px,100%); min-height: 620px; margin: 0 auto; }
}

@media (max-width: 560px) {
  .product-hero-inner { width: min(100% - 32px,1180px); padding-top: 126px; padding-bottom: 76px; }
  .product-hero-copy h1 { font-size: 44px; }
  .product-hero-copy h1 span:last-child { margin-top: 10px; font-size: .72em; }
  .product-hero-copy > p { font-size: 14px; }
  .product-hero-output { gap: 7px; font-size: 10px; }
  .product-hero-output i { width: 10px; }
  .product-hero-demo { padding-top: 88px; padding-bottom: 38px; }
  .product-topic-input { left: 0; width: 86%; }
  .product-flow-rail { left: 18%; }
  .product-workbench-window { transform: none; }
  .product-workbench-window img { aspect-ratio: 1.62; object-fit: cover; }
  .product-output-pulse { right: -6px; bottom: 3px; gap: 4px; }
  .product-output-pulse span { padding: 7px 8px; font-size: 8px; }
  .product-suite-intro, .product-single-heading { width: min(100% - 32px,1180px); padding-top: 76px; padding-bottom: 58px; }
  .product-suite-intro h2, .product-single-heading h2, .product-capability h2, .product-distribution-copy h2 { font-size: 36px; }
  .product-suite-intro > div > p, .product-single-heading > div > p { font-size: 14px; }
  .product-story-layout { width: min(100% - 32px,1180px); }
  .product-story-copy > li { padding: 58px 0; }
  .product-story-copy h3 { font-size: 36px; }
  .product-story-copy article > p:last-child { font-size: 13px; }
  .product-story-mobile-visual { margin-left: 18px; }
  .product-delivery-strip { width: min(100% - 32px,1180px); grid-template-columns: 1fr; padding-top: 42px; padding-bottom: 70px; }
  .product-delivery-strip > div { min-height: 0; padding: 22px 10px; border-right: 0 !important; border-top: 1px solid #d4ded7; }
  .product-delivery-strip > div:last-child { border-bottom: 1px solid #d4ded7; }
  .product-single { padding-top: 76px; padding-bottom: 90px; }
  .product-mode-stage, .product-capability { width: min(100% - 32px,1180px); }
  .product-mode { grid-template-columns: 1fr; grid-template-rows: auto 460px; min-height: 0; }
  .product-mode header { padding: 30px 24px; }
  .product-mode h3 { font-size: 27px; }
  .product-capability { padding-top: 90px; }
  .product-capability header { display: grid; gap: 20px; }
  .product-capability-body { padding-top: 28px; }
  .product-capability li { grid-template-columns: 34px minmax(0,1fr); gap: 12px; padding: 20px 0; }
  .product-capability li strong { font-size: 16px; }
  .product-visual-spectrum { min-height: 520px; }
  .product-visual-spectrum figure { width: 52%; }
  .product-distribution-inner { width: min(100% - 32px,1180px); padding-top: 84px; padding-bottom: 84px; }
  .product-distribution-copy > p:last-child { font-size: 13px; }
  .product-distribution-stage { min-height: 510px; }
  .product-source-pack { width: 140px; }
  .product-platform { width: 116px; padding: 14px; }
  .product-platform strong { font-size: 13px; }
  .product-platform span { font-size: 8px; }
  .platform-a, .platform-c { left: 0; }
  .platform-b, .platform-d { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-story-copy > li { opacity: 1 !important; }
  .product-story-scene.is-active { opacity: 1 !important; visibility: visible !important; }
  .product-flow-rail i, .product-queue-live i { box-shadow: none !important; }
}

/* Product catalog redesign */
body[data-active-view="product"] { color: #10231b; background: #f2f6f3; }
body[data-active-view="product"] .site-header,
body[data-active-view="product"] .site-header.is-product-past-hero {
  color: #10231b;
  background: rgba(250,252,250,.96);
  border-color: rgba(16,35,27,.1);
  box-shadow: none;
  backdrop-filter: blur(16px);
}
body[data-active-view="product"] .site-nav a,
body[data-active-view="product"] .brand-copy strong,
body[data-active-view="product"] .site-header.is-product-past-hero .site-nav a,
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy strong { color: #10231b; }
body[data-active-view="product"] .brand-copy small,
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy small { color: #68766f; }
body[data-active-view="product"] .workbench-link,
body[data-active-view="product"] .site-header.is-product-past-hero .workbench-link { color: #fff; background: #10231b; }
body[data-active-view="product"].product-dark-header .site-header {
  color: #edf7f2;
  background: rgba(8,27,20,.94);
  border-color: rgba(97,215,183,.16);
}
body[data-active-view="product"].product-dark-header .site-header .brand-copy strong,
body[data-active-view="product"].product-dark-header .site-header .site-nav a { color: #edf7f2; }
body[data-active-view="product"].product-dark-header .site-header .brand-copy small { color: #809b8f; }
body[data-active-view="product"].product-dark-header .workbench-link { color: #0b2018; background: var(--ps-mint,#61d7b7); }

.product-catalog { overflow: clip; background: #f2f6f3; }
.catalog-cover { position: relative; min-height: 760px; background: #f2f6f3; border-bottom: 1px solid #d7e0da; }
.catalog-cover-inner { position: relative; display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 78px; align-items: end; min-height: 760px; padding-top: calc(var(--header-height) + 110px); padding-bottom: 110px; }
.catalog-directory { align-self: stretch; display: grid; align-content: end; gap: 20px; padding-bottom: 8px; border-right: 1px solid #ccd7d0; }
.catalog-directory > p { margin: 0; color: #728078; font-size: 11px; font-weight: 760; }
.catalog-directory a { display: grid; gap: 9px; width: 150px; color: #10231b; text-decoration: none; }
.catalog-directory a span { color: #16896b; font-size: 12px; font-weight: 800; }
.catalog-directory a strong { font-size: 16px; line-height: 1.35; }
.catalog-cover-copy { position: relative; z-index: 2; max-width: 900px; }
.catalog-cover-copy > p:first-child { margin: 0 0 30px; color: #16896b; font-size: 12px; font-weight: 800; }
.catalog-cover-copy h1 { margin: 0; font-size: clamp(56px,6vw,82px); font-weight: 860; line-height: 1.04; text-wrap: balance; }
.catalog-cover-copy h1 span { display: block; }
.catalog-cover-copy h1 span:last-child { margin-top: 8px; }
.catalog-cover-copy > p:last-child { max-width: 590px; margin: 34px 0 0; color: #68766f; font-size: 16px; line-height: 1.8; text-wrap: pretty; }
.catalog-cover-number { position: absolute; right: -24px; bottom: -62px; color: rgba(22,137,107,.09); font-size: clamp(230px,27vw,390px); font-weight: 900; line-height: .75; pointer-events: none; }

.product-entry { background: #f2f6f3; scroll-margin-top: var(--header-height); }
.workbench-intro { color: #eef7f2; background: #0c2119; }
.workbench-intro-inner { display: grid; grid-template-columns: minmax(350px,.72fr) minmax(560px,1.28fr); gap: clamp(54px,7vw,108px); align-items: center; min-height: 760px; padding-top: 110px; padding-bottom: 110px; }
.workbench-intro-copy > p:first-child { display: flex; gap: 18px; margin: 0 0 34px; color: #58d2b1; font-size: 11px; font-weight: 800; }
.workbench-intro-copy > p:first-child span + span { padding-left: 18px; border-left: 1px solid rgba(88,210,177,.38); }
.workbench-intro-copy h2 { margin: 0; font-size: clamp(48px,4.5vw,64px); font-weight: 850; line-height: 1.08; text-wrap: balance; }
.workbench-intro-copy > p:last-child { max-width: 480px; margin: 30px 0 0; color: #9cb2a7; font-size: 15px; line-height: 1.8; }
.workbench-preview { position: relative; min-width: 0; padding: 66px 0 48px; }
.workbench-preview > figure { margin: 0; overflow: hidden; border: 1px solid rgba(88,210,177,.26); border-radius: 6px; background: #edf2ee; box-shadow: 0 30px 74px rgba(0,0,0,.28); }
.workbench-preview > figure img { width: 100%; aspect-ratio: 1.8; object-fit: cover; }
.workbench-topic { position: absolute; z-index: 2; top: 0; left: 7%; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 18px; align-items: center; width: min(390px,68%); padding: 15px 17px; color: #10231b; background: #fff; border-left: 3px solid #58d2b1; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.workbench-topic small { color: #758179; font-size: 9px; }
.workbench-topic strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.workbench-topic span { grid-column: 2; grid-row: 1 / 3; display: grid; width: 32px; height: 32px; place-items: center; color: #0c2119; background: #58d2b1; border-radius: 50%; }
.workbench-result { position: absolute; right: 0; bottom: 0; display: flex; gap: 1px; background: rgba(88,210,177,.35); }
.workbench-result span { padding: 10px 12px; color: #dcece4; background: #123127; font-size: 9px; font-weight: 760; }

.workbench-subnav { position: sticky; z-index: 4; top: var(--header-height); background: rgba(247,250,247,.96); border-bottom: 1px solid #d3ddd6; }
.workbench-subnav .section-shell { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.workbench-subnav a { display: flex; gap: 12px; align-items: center; min-height: 66px; color: #4d5e55; border-right: 1px solid #d3ddd6; font-size: 13px; font-weight: 720; text-decoration: none; }
.workbench-subnav a:first-child { border-left: 1px solid #d3ddd6; }
.workbench-subnav a span { color: #16896b; font-size: 10px; }
.workbench-subnav a:hover { color: #10231b; }

.capability-section { padding: 126px 0; scroll-margin-top: calc(var(--header-height) + 66px); }
.capability-heading { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 78px; align-items: start; }
.capability-heading > p { margin: 10px 0 0; color: #16896b; font-size: 12px; font-weight: 820; }
.capability-heading h2 { max-width: 900px; margin: 0; font-size: clamp(44px,4.7vw,66px); font-weight: 850; line-height: 1.08; text-wrap: balance; }
.capability-heading > div > p { max-width: 650px; margin: 26px 0 0; color: #68766f; font-size: 15px; line-height: 1.8; }

.suite-section { background: #f2f6f3; }
.suite-explorer { display: grid; grid-template-columns: minmax(560px,1.16fr) minmax(360px,.84fr); gap: clamp(54px,7vw,104px); align-items: stretch; margin-top: 86px; }
.suite-stage { position: relative; min-height: 580px; overflow: hidden; border-radius: 6px; background: #0c2119; box-shadow: 0 26px 62px rgba(16,35,27,.14); }
.suite-scene { position: absolute; inset: 0; display: grid; align-content: center; padding: 54px; opacity: 0; visibility: hidden; }
.suite-scene.is-active { opacity: 1; visibility: visible; }
.suite-screen { margin: 0; overflow: hidden; border: 1px solid rgba(88,210,177,.24); border-radius: 5px; }
.suite-screen img { width: 100%; aspect-ratio: 1.8; object-fit: cover; }
.suite-output-fan { position: absolute; right: 5%; bottom: 7%; display: flex; align-items: flex-end; }
.suite-output-fan img { width: clamp(76px,7vw,104px); aspect-ratio: .75; object-fit: cover; border: 3px solid #fff; box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.suite-output-fan img:nth-child(1) { transform: rotate(-7deg) translateX(12px); }
.suite-output-fan img:nth-child(2) { transform: translateY(-12px); }
.suite-output-fan img:nth-child(3) { transform: rotate(7deg) translateX(-12px); }
.suite-template-set { position: relative; min-height: 470px; }
.suite-template-set > img { position: absolute; width: 29%; max-height: 78%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 20px 46px rgba(0,0,0,.3); }
.suite-template-set > img:nth-child(1) { top: 6%; left: 2%; transform: rotate(-5deg); }
.suite-template-set > img:nth-child(2) { top: 0; right: 3%; transform: rotate(5deg); }
.suite-template-set > img:nth-child(3) { right: 18%; bottom: 0; transform: rotate(1deg); }
.suite-template-set > div { position: absolute; z-index: 2; top: 34%; left: 34%; display: grid; gap: 9px; min-width: 205px; padding: 26px; color: #eef7f2; background: #12372a; border: 1px solid rgba(88,210,177,.4); }
.suite-template-set small { color: #58d2b1; font-size: 9px; }
.suite-template-set strong { font-size: 16px; }
.suite-queue { overflow: hidden; color: #eaf4ee; border: 1px solid rgba(88,210,177,.28); border-radius: 5px; }
.suite-queue header, .suite-queue footer { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 19px 22px; }
.suite-queue header { border-bottom: 1px solid rgba(88,210,177,.16); }
.suite-queue header span, .suite-queue footer { color: #58d2b1; font-size: 9px; }
.suite-queue header strong { font-size: 13px; }
.suite-queue ul { margin: 0; padding: 0; list-style: none; }
.suite-queue li { display: grid; grid-template-columns: 10px minmax(0,1fr) auto; gap: 15px; align-items: center; padding: 20px 22px; border-bottom: 1px solid rgba(88,210,177,.13); }
.suite-queue li > i { width: 7px; height: 7px; border: 1px solid #60776c; border-radius: 50%; }
.suite-queue li.is-done > i { border-color: #58d2b1; background: #58d2b1; }
.suite-queue li.is-running > i { border: 2px solid #58d2b1; }
.suite-queue li div { display: grid; gap: 5px; }
.suite-queue li strong { font-size: 12px; }
.suite-queue li span, .suite-queue li em { color: #7f958a; font-size: 9px; font-style: normal; }
.suite-queue footer { color: #789085; border-top: 1px solid rgba(88,210,177,.13); }

.suite-switches { display: grid; align-content: center; }
.suite-switch { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 8px 18px; width: 100%; padding: 28px 0; color: #10231b; background: transparent; border: 0; border-top: 1px solid #cbd6cf; font: inherit; text-align: left; cursor: pointer; }
.suite-switch:last-child { border-bottom: 1px solid #cbd6cf; }
.suite-switch::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: #16896b; transition: width 180ms ease-out; }
.suite-switch.is-active::before { width: 100%; }
.suite-switch > span { grid-row: 1 / 3; color: #16896b; font-size: 10px; font-weight: 820; }
.suite-switch strong { font-size: 20px; line-height: 1.35; }
.suite-switch small { color: #68766f; font-size: 12px; line-height: 1.75; }
.suite-switch:not(.is-active) strong { color: #56665d; }
.suite-switch:focus-visible { outline: 2px solid #16896b; outline-offset: 5px; }

.suite-delivery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 88px; border-top: 1px solid #cbd6cf; border-bottom: 1px solid #cbd6cf; }
.suite-delivery > div { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 14px; min-height: 128px; padding: 28px 22px; border-right: 1px solid #cbd6cf; }
.suite-delivery > div:last-child { border-right: 0; }
.suite-delivery > div > span { color: #16896b; font-size: 20px; }
.suite-delivery p { margin: 0; color: #68766f; font-size: 11px; line-height: 1.7; }
.suite-delivery strong { display: block; margin-bottom: 6px; color: #10231b; font-size: 14px; }

.single-section { background: #fff; border-top: 1px solid #d7e0da; }
.single-modes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 86px; background: #ccd8d0; }
.single-modes figure { display: grid; grid-template-columns: minmax(180px,.72fr) minmax(260px,1.28fr); min-height: 530px; margin: 0; overflow: hidden; background: #eef3ef; }
.single-modes figure:nth-child(2) { background: #e5ece7; }
.single-modes img { grid-column: 2; grid-row: 1; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.single-modes figcaption { grid-column: 1; grid-row: 1; align-self: end; display: grid; gap: 14px; padding: 34px 30px; }
.single-modes figcaption span { color: #16896b; font-size: 9px; font-weight: 820; }
.single-modes figcaption strong { font-size: 25px; line-height: 1.18; }
.single-modes figcaption small { color: #68766f; font-size: 11px; line-height: 1.7; }
.single-capabilities { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 64px; margin-top: 120px; padding-top: 55px; border-top: 1px solid #d5dfd8; }
.single-capabilities header > p { margin: 0; color: #16896b; font-size: 10px; font-weight: 800; }
.single-capabilities h3 { margin: 20px 0 0; font-size: 38px; line-height: 1.08; }
.single-capabilities ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 54px; margin: 0; padding: 0; list-style: none; }
.single-capabilities li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid #dce4df; }
.single-capabilities li span { color: #16896b; font-size: 9px; font-weight: 820; }
.single-capabilities li strong { font-size: 15px; font-weight: 700; line-height: 1.55; }

.reuse-section { color: #ecf5f0; background: #0c2119; scroll-margin-top: calc(var(--header-height) + 66px); }
.reuse-inner { display: grid; grid-template-columns: minmax(540px,1.08fr) minmax(400px,.92fr); gap: clamp(60px,8vw,120px); align-items: center; min-height: 760px; padding-top: 100px; padding-bottom: 100px; }
.reuse-copy > p:first-child { margin: 0; color: #58d2b1; font-size: 11px; font-weight: 820; }
.reuse-copy h2 { max-width: 560px; margin: 28px 0 0; font-size: clamp(44px,4.3vw,60px); line-height: 1.08; text-wrap: balance; }
.reuse-copy > p:last-child { max-width: 560px; margin: 28px 0 0; color: #93aa9f; font-size: 14px; line-height: 1.85; }
.reuse-visual { position: relative; min-height: 560px; }
.reuse-visual figure { position: absolute; z-index: 3; top: 50%; left: 50%; width: 170px; margin: 0; overflow: hidden; color: #10231b; background: #fff; box-shadow: 0 28px 66px rgba(0,0,0,.32); transform: translate(-50%,-50%); }
.reuse-visual figure img { width: 100%; aspect-ratio: .76; object-fit: cover; object-position: top; }
.reuse-visual figcaption { padding: 12px; font-size: 11px; font-weight: 760; }
.reuse-platform { position: absolute; z-index: 2; width: 118px; padding: 16px; border: 1px solid rgba(88,210,177,.35); color: #e9f4ee; background: #113127; font-size: 13px; font-weight: 760; }
.reuse-platform-a { top: 12%; left: 2%; }
.reuse-platform-b { top: 12%; right: 2%; }
.reuse-platform-c { bottom: 12%; left: 2%; }
.reuse-platform-d { right: 2%; bottom: 12%; }
.reuse-line { position: absolute; z-index: 1; top: 50%; left: 50%; width: 35%; height: 1px; background: rgba(88,210,177,.32); transform-origin: left center; }
.reuse-line-a { transform: rotate(-137deg); }
.reuse-line-b { transform: rotate(-43deg); }
.reuse-line-c { transform: rotate(137deg); }
.reuse-line-d { transform: rotate(43deg); }

@media (max-width: 1050px) {
  .catalog-cover-inner, .capability-heading { grid-template-columns: 150px minmax(0,1fr); gap: 50px; }
  .workbench-intro-inner { grid-template-columns: minmax(300px,.72fr) minmax(470px,1.28fr); gap: 48px; }
  .suite-explorer { grid-template-columns: minmax(480px,1.08fr) minmax(300px,.92fr); gap: 48px; }
  .single-modes figure { grid-template-columns: 1fr; grid-template-rows: auto 410px; }
  .single-modes img { grid-column: 1; grid-row: 2; }
  .single-modes figcaption { grid-column: 1; grid-row: 1; align-self: start; }
  .reuse-inner { grid-template-columns: minmax(460px,1.05fr) minmax(340px,.95fr); gap: 50px; }
}

@media (max-width: 860px) {
  .catalog-cover, .catalog-cover-inner { min-height: 680px; }
  .catalog-cover-inner { grid-template-columns: 1fr; gap: 54px; align-content: end; padding-top: 140px; padding-bottom: 78px; }
  .catalog-directory { align-self: auto; grid-row: 2; padding: 24px 0 0; border-top: 1px solid #ccd7d0; border-right: 0; }
  .catalog-directory a { width: auto; }
  .catalog-cover-copy h1 { font-size: 58px; }
  .catalog-cover-number { right: -8px; bottom: -24px; font-size: 220px; }
  .workbench-intro-inner { grid-template-columns: 1fr; gap: 54px; min-height: 0; padding-top: 110px; padding-bottom: 90px; }
  .workbench-preview { width: min(720px,100%); margin: 0 auto; }
  .workbench-subnav { top: 68px; }
  .capability-heading { grid-template-columns: 1fr; gap: 22px; }
  .capability-section { padding: 96px 0; }
  .suite-explorer { grid-template-columns: 1fr; gap: 34px; margin-top: 60px; }
  .suite-stage { min-height: 520px; }
  .suite-switches { grid-template-columns: repeat(3,minmax(0,1fr)); align-content: stretch; }
  .suite-switch { grid-template-columns: 28px minmax(0,1fr); align-content: start; padding: 22px 14px; border-bottom: 1px solid #cbd6cf; }
  .suite-switch + .suite-switch { border-left: 1px solid #cbd6cf; }
  .suite-switch small { grid-column: 1 / -1; }
  .suite-delivery { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 64px; }
  .suite-delivery > div:nth-child(2) { border-right: 0; }
  .suite-delivery > div:nth-child(-n+2) { border-bottom: 1px solid #cbd6cf; }
  .single-modes { grid-template-columns: 1fr; margin-top: 60px; }
  .single-modes figure { grid-template-columns: minmax(210px,.7fr) minmax(300px,1.3fr); grid-template-rows: none; min-height: 500px; }
  .single-modes img { grid-column: 2; grid-row: 1; }
  .single-modes figcaption { grid-column: 1; grid-row: 1; align-self: end; }
  .single-capabilities { grid-template-columns: 1fr; gap: 30px; margin-top: 90px; }
  .reuse-inner { grid-template-columns: 1fr; min-height: 0; padding-top: 90px; padding-bottom: 90px; }
  .reuse-copy { order: -1; }
  .reuse-visual { width: min(620px,100%); min-height: 540px; margin: 0 auto; }
}

@media (max-width: 560px) {
  .catalog-cover, .catalog-cover-inner { min-height: 610px; }
  .catalog-cover-inner { width: min(100% - 32px,1180px); gap: 38px; padding-top: 118px; padding-bottom: 58px; }
  .catalog-cover-copy > p:first-child { margin-bottom: 20px; }
  .catalog-cover-copy h1 { font-size: 41px; }
  .catalog-cover-copy > p:last-child { margin-top: 24px; font-size: 14px; }
  .catalog-cover-number { right: -18px; bottom: -4px; font-size: 150px; }
  .workbench-intro-inner { width: min(100% - 32px,1180px); gap: 42px; padding-top: 88px; padding-bottom: 72px; }
  .workbench-intro-copy h2 { font-size: 39px; }
  .workbench-intro-copy > p:last-child { font-size: 13px; }
  .workbench-preview { padding-top: 64px; padding-bottom: 34px; }
  .workbench-topic { left: 0; width: 86%; }
  .workbench-preview > figure img { aspect-ratio: 1.55; }
  .workbench-result { right: -4px; }
  .workbench-result span { padding: 8px 7px; font-size: 8px; }
  .workbench-subnav .section-shell { width: 100%; }
  .workbench-subnav a { justify-content: center; gap: 6px; min-height: 54px; font-size: 10px; }
  .capability-section { padding: 76px 0; }
  .capability-heading, .suite-explorer, .suite-delivery, .single-modes, .single-capabilities, .reuse-inner { width: min(100% - 32px,1180px); }
  .capability-heading h2 { font-size: 36px; }
  .capability-heading > div > p { font-size: 13px; }
  .suite-explorer { margin-top: 46px; }
  .suite-stage { min-height: 340px; }
  .suite-scene { padding: 20px; }
  .suite-output-fan img { width: 58px; border-width: 2px; }
  .suite-template-set { min-height: 300px; }
  .suite-template-set > div { top: 30%; left: 25%; min-width: 170px; padding: 18px; }
  .suite-template-set strong { font-size: 13px; }
  .suite-queue header, .suite-queue footer { padding: 14px; }
  .suite-queue li { padding: 14px; }
  .suite-queue li:nth-child(3) { display: none; }
  .suite-switches { grid-template-columns: 1fr; }
  .suite-switch { grid-template-columns: 34px minmax(0,1fr); padding: 20px 0; }
  .suite-switch + .suite-switch { border-left: 0; }
  .suite-switch small { grid-column: 2; }
  .suite-switch strong { font-size: 17px; }
  .suite-delivery { grid-template-columns: 1fr; margin-top: 50px; }
  .suite-delivery > div { min-height: 0; padding: 20px 4px; border-right: 0; border-bottom: 1px solid #cbd6cf; }
  .single-modes { margin-top: 46px; }
  .single-modes figure { grid-template-columns: 1fr; grid-template-rows: auto 420px; min-height: 0; }
  .single-modes img { grid-column: 1; grid-row: 2; }
  .single-modes figcaption { grid-column: 1; grid-row: 1; align-self: start; padding: 26px 22px; }
  .single-modes figcaption strong { font-size: 22px; }
  .single-capabilities { margin-top: 70px; padding-top: 38px; }
  .single-capabilities h3 { font-size: 32px; }
  .single-capabilities ol { grid-template-columns: 1fr; }
  .single-capabilities li strong { font-size: 14px; }
  .reuse-inner { padding-top: 76px; padding-bottom: 76px; }
  .reuse-copy h2 { font-size: 36px; }
  .reuse-copy > p:last-child { font-size: 13px; }
  .reuse-visual { min-height: 430px; }
  .reuse-visual figure { width: 128px; }
  .reuse-platform { width: 96px; padding: 12px; font-size: 11px; }
  .reuse-platform-a, .reuse-platform-c { left: 0; }
  .reuse-platform-b, .reuse-platform-d { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .suite-scene.is-active { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}

/* Product system story — three complete screens */
body[data-active-view="product"] .site-header,
body[data-active-view="product"] .site-header.is-product-past-hero {
  color: #10231b;
  background: rgba(242,247,243,.9);
  border-color: rgba(16,35,27,.09);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
body[data-active-view="product"] .site-header .brand-copy strong,
body[data-active-view="product"] .site-header .site-nav a,
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy strong,
body[data-active-view="product"] .site-header.is-product-past-hero .site-nav a { color: #10231b; }
body[data-active-view="product"] .site-header .brand-copy small,
body[data-active-view="product"] .site-header.is-product-past-hero .brand-copy small { color: #68766f; }
body[data-active-view="product"] .workbench-link,
body[data-active-view="product"] .site-header.is-product-past-hero .workbench-link { color: #fff; background: #10231b; }

.product-system-page {
  --ps-ink: #10231b;
  --ps-muted: #68776f;
  --ps-green: #16896b;
  --ps-mint: #61d7b7;
  --ps-paper: #f2f7f3;
  --ps-deep: #0b2018;
  --ps-line: rgba(16,35,27,.16);
  padding: 0;
  overflow: clip;
  color: var(--ps-ink);
  background: var(--ps-paper);
}
.product-screen { position: relative; min-height: 100svh; scroll-margin-top: var(--header-height); }
.product-screen-nav {
  position: fixed;
  z-index: 8;
  top: 50%;
  right: 22px;
  display: grid;
  gap: 14px;
  transform: translateY(-50%);
}
body:not([data-active-view="product"]) .product-screen-nav { display: none; }
.product-screen-nav a {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: #7b8982;
  font-size: 9px;
  font-weight: 720;
  text-decoration: none;
}
.product-screen-nav a::after { content: ""; width: 26px; height: 1px; background: currentColor; transition: width 160ms ease,color 160ms ease; }
.product-screen-nav a:hover { color: var(--ps-green); }
.product-screen-nav a:hover::after { width: 42px; }
.product-screen-nav a span { color: var(--ps-green); font-size: 8px; }
.product-screen-nav a.is-active { color: var(--ps-green); }
.product-screen-nav a.is-active::after { width: 42px; }

.product-system-screen { background: var(--ps-paper); }
.product-system-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(22,137,107,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(22,137,107,.07) 1px,transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right,#000 0,transparent 44%,#000 100%);
  pointer-events: none;
}
.product-system-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px,.72fr) minmax(620px,1.28fr);
  gap: clamp(46px,6vw,88px);
  align-items: center;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 34px);
  padding-bottom: 34px;
}
.product-system-copy { align-self: center; }
.product-system-index { display: flex; gap: 16px; align-items: center; margin: 0 0 24px; color: var(--ps-green); font-size: 11px; font-weight: 820; }
.product-system-index span { padding-right: 16px; border-right: 1px solid rgba(22,137,107,.28); }
.product-system-copy h1 { margin: 0; font-size: clamp(48px,4.5vw,66px); font-weight: 860; line-height: 1.05; text-wrap: balance; }
.product-system-copy h1 em { display: inline-block; margin-top: 12px; color: var(--ps-green); font-size: .69em; font-style: normal; line-height: 1.16; }
.product-system-copy > p:last-child { max-width: 440px; margin: 28px 0 0; color: var(--ps-muted); font-size: 14px; line-height: 1.8; }

.system-map { position: relative; height: min(70svh,560px); min-height: 500px; overflow: hidden; border-top: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); }
.system-map::before { content: "SYSTEM MAP / 01"; position: absolute; top: 14px; right: 0; color: #8b9991; font-size: 9px; font-weight: 760; }
.system-input-node {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: 180px;
  padding: 20px 18px;
  background: rgba(255,255,255,.7);
  border-left: 3px solid var(--ps-green);
}
.system-input-node span,.system-output-list span,.system-proof span { color: var(--ps-green); font-size: 8px; font-weight: 820; }
.system-input-node strong { font-size: 14px; line-height: 1.4; }
.system-input-node small { color: var(--ps-muted); font-size: 9px; }
.system-engine { position: absolute; z-index: 2; top: 19%; left: 38%; width: 210px; aspect-ratio: 1; }
.system-engine-ring { position: absolute; border: 1px solid rgba(22,137,107,.25); border-radius: 50%; }
.system-engine-ring-a { inset: 0; border-style: dashed; }
.system-engine-ring-b { inset: 20px; border-color: rgba(97,215,183,.55); }
.system-engine > div { position: absolute; inset: 39px; display: grid; align-content: center; gap: 7px; justify-items: center; color: #e8f5ef; background: var(--ps-deep); border-radius: 50%; box-shadow: 0 20px 46px rgba(10,31,23,.2); text-align: center; }
.system-engine span { color: var(--ps-mint); font-size: 8px; font-weight: 760; }
.system-engine strong { font-size: 16px; }
.system-engine small { color: #7f9c90; font-size: 8px; }
.system-connector { position: absolute; z-index: 1; top: calc(19% + 105px); height: 1px; overflow: visible; background: rgba(22,137,107,.26); transform-origin: left; }
.system-connector-in { left: 180px; width: calc(38% - 180px); }
.system-connector-out { left: calc(38% + 210px); width: calc(100% - 38% - 392px); }
.system-connector i,.blueprint-path i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--ps-green); box-shadow: 0 0 14px rgba(22,137,107,.56); animation: productLineSignal 2.4s linear infinite; }
.system-output-list { position: absolute; z-index: 2; top: 11%; right: 0; width: 168px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ps-line); }
.system-output-list li { display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; min-height: 50px; border-bottom: 1px solid var(--ps-line); background: rgba(242,247,243,.76); }
.system-output-list strong { font-size: 12px; }
.system-proof { position: absolute; bottom: 24px; left: 4%; z-index: 3; width: 310px; margin: 0; overflow: hidden; background: #fff; border: 1px solid rgba(16,35,27,.12); box-shadow: 0 16px 36px rgba(16,35,27,.12); }
.system-proof img { width: 100%; aspect-ratio: 1.95; object-fit: cover; object-position: top; }
.system-proof figcaption { display: grid; grid-template-columns: auto 1fr; gap: 5px 12px; align-items: center; padding: 10px 12px; }
.system-proof figcaption strong { font-size: 10px; }
.system-proof figcaption span { grid-row: 1; }
@keyframes productLineSignal { from { transform: translateX(0); } to { transform: translateX(var(--signal-distance,130px)); } }
.system-connector-in i { --signal-distance: 120px; }
.system-connector-out i { --signal-distance: 125px; }

.product-mode-screen { color: #eaf4ef; background: var(--ps-deep); }
.product-mode-screen::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(97,215,183,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(97,215,183,.12) 1px,transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom,transparent,#000 25%,#000 80%,transparent); pointer-events: none; }
.product-mode-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px,.58fr) minmax(650px,1.42fr);
  grid-template-rows: minmax(0,1fr) auto;
  gap: 24px clamp(42px,5vw,78px);
  align-items: center;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 30px);
  padding-bottom: 28px;
}
.mode-heading > p,.reuse-heading > p { display: flex; gap: 13px; margin: 0 0 22px; color: var(--ps-mint); font-size: 10px; font-weight: 820; }
.mode-heading > p span,.reuse-heading > p span { padding-right: 13px; border-right: 1px solid rgba(97,215,183,.3); }
.mode-heading h2 { margin: 0; font-size: clamp(38px,3.5vw,52px); line-height: 1.08; text-wrap: balance; }
.mode-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 42px; border-top: 1px solid rgba(97,215,183,.24); border-bottom: 1px solid rgba(97,215,183,.24); }
.mode-tabs button { position: relative; display: flex; gap: 10px; align-items: center; min-height: 56px; padding: 0 4px; color: #789287; background: transparent; border: 0; font: inherit; font-size: 12px; font-weight: 760; cursor: pointer; }
.mode-tabs button + button { padding-left: 17px; border-left: 1px solid rgba(97,215,183,.2); }
.mode-tabs button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--ps-mint); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.mode-tabs button.is-active { color: #edf8f2; }
.mode-tabs button.is-active::after { transform: scaleX(1); }
.mode-tabs button span { color: var(--ps-mint); font-size: 9px; }
.mode-tabs button:focus-visible { outline: 2px solid var(--ps-mint); outline-offset: 4px; }
.mode-stage { position: relative; height: min(60svh,490px); min-height: 440px; overflow: hidden; border: 1px solid rgba(97,215,183,.22); background: #0e291f; box-shadow: 0 28px 60px rgba(0,0,0,.2); }
.mode-stage::before { content: "LINGLING / CREATION STAGE"; position: absolute; z-index: 4; top: 13px; right: 16px; color: #527266; font-size: 8px; font-weight: 760; pointer-events: none; }
.mode-panel { position: absolute; inset: 0; padding: 42px 44px 24px; opacity: 0; visibility: hidden; }
.mode-panel.is-active { opacity: 1; visibility: visible; }
.suite-blueprint { display: grid; grid-template-columns: minmax(125px,.7fr) 46px minmax(180px,1.05fr) 46px minmax(170px,1fr); align-items: center; min-height: 315px; }
.blueprint-topic,.blueprint-kernel,.blueprint-batch,.single-source,.single-route,.single-model { display: grid; align-content: center; gap: 9px; min-width: 0; }
.blueprint-topic { min-height: 122px; padding: 18px; color: var(--ps-ink); background: var(--ps-mint); }
.blueprint-topic span,.blueprint-kernel > span,.blueprint-batch > span,.single-blueprint span { font-size: 8px; font-weight: 820; }
.blueprint-topic strong { font-size: 22px; }
.blueprint-topic small { color: #2d6d5a; font-size: 9px; }
.blueprint-path { position: relative; height: 1px; background: rgba(97,215,183,.34); }
.blueprint-path i { --signal-distance: 38px; background: var(--ps-mint); }
.blueprint-kernel { min-height: 188px; padding: 25px 22px; border: 1px solid rgba(97,215,183,.34); background: rgba(97,215,183,.05); }
.blueprint-kernel > span,.blueprint-batch > span { color: var(--ps-mint); }
.blueprint-kernel > strong { max-width: 180px; font-size: 16px; line-height: 1.35; }
.blueprint-kernel ul { display: grid; gap: 7px; margin: 8px 0 0; padding: 0; color: #88a398; font-size: 9px; list-style: none; }
.blueprint-kernel li::before { content: ""; display: inline-block; width: 13px; height: 1px; margin: 0 8px 3px 0; background: var(--ps-mint); }
.blueprint-batch { justify-items: start; }
.blueprint-pages { position: relative; width: 170px; height: 136px; margin: 5px 0 2px; }
.blueprint-pages img { position: absolute; bottom: 0; width: 78px; aspect-ratio: .76; object-fit: cover; border: 2px solid #eff9f4; box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.blueprint-pages img:nth-child(1) { left: 0; transform: rotate(-5deg); }
.blueprint-pages img:nth-child(2) { left: 46px; z-index: 2; transform: translateY(-8px); }
.blueprint-pages img:nth-child(3) { right: 0; transform: rotate(5deg); }
.blueprint-batch > strong { font-size: 14px; }
.blueprint-batch > small { color: #789287; font-size: 9px; }
.mode-panel-note { max-width: 620px; margin: 18px 0 0; padding-top: 16px; color: #8fa89d; border-top: 1px solid rgba(97,215,183,.16); font-size: 10px; line-height: 1.7; }

.single-blueprint { position: relative; display: grid; grid-template-columns: 125px 44px 140px minmax(220px,1fr); grid-template-rows: repeat(2,1fr); gap: 14px 22px; align-items: center; min-height: 315px; }
.single-source { grid-row: 1 / 3; min-height: 120px; padding: 18px; color: var(--ps-ink); background: var(--ps-mint); }
.single-source strong { font-size: 20px; }
.single-source small { color: #2d6d5a; font-size: 9px; }
.single-fork { grid-row: 1 / 3; position: relative; height: 160px; }
.single-fork::before { content: ""; position: absolute; top: 50%; left: 0; width: 15px; height: 1px; background: rgba(97,215,183,.42); }
.single-fork::after { content: ""; position: absolute; top: 22%; bottom: 22%; left: 15px; width: 1px; background: rgba(97,215,183,.42); }
.single-fork i { position: absolute; left: 15px; width: 28px; height: 1px; background: rgba(97,215,183,.42); }
.single-fork i:first-child { top: 22%; }.single-fork i:last-child { bottom: 22%; }
.single-route { min-height: 92px; padding: 15px 17px; border: 1px solid rgba(97,215,183,.28); }
.single-route > span,.single-model > span { color: var(--ps-mint); }
.single-route strong { font-size: 15px; }.single-route small { color: #789287; font-size: 9px; }
.single-model { grid-column: 4; grid-row: 1; align-self: stretch; padding: 18px 20px; border-left: 2px solid var(--ps-mint); background: rgba(97,215,183,.06); }
.single-model strong { font-size: 17px; }.single-model small { color: #789287; font-size: 9px; }
.single-skill-list { grid-column: 4; grid-row: 2; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-self: stretch; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(97,215,183,.18); }
.single-skill-list li { display: flex; gap: 7px; align-items: center; min-height: 40px; color: #a9bbb3; border-bottom: 1px solid rgba(97,215,183,.14); font-size: 9px; }
.single-skill-list li:nth-child(odd) { border-right: 1px solid rgba(97,215,183,.14); }
.single-skill-list li span { color: var(--ps-mint); }

.product-delivery-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 0; border-top: 1px solid rgba(97,215,183,.22); border-bottom: 1px solid rgba(97,215,183,.22); }
.product-delivery-strip p { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 2px 10px; align-content: center; min-height: 82px; margin: 0; padding: 12px 20px; border-right: 1px solid rgba(97,215,183,.18); }
.product-delivery-strip p:last-child { border-right: 0; }
.product-delivery-strip p > span { grid-row: 1 / 3; color: var(--ps-mint); font-size: 18px; }
.product-delivery-strip strong { display: block; margin: 0; color: #dcebe4; font-size: 11px; }.product-delivery-strip small { color: #789287; font-size: 8px; line-height: 1.5; }

.product-reuse-screen { background: #eaf1ec; }
.product-reuse-inner { display: grid; grid-template-columns: minmax(390px,.78fr) minmax(600px,1.22fr); gap: clamp(48px,5vw,72px); align-items: center; min-height: 100svh; padding-top: calc(var(--header-height) + 28px); padding-bottom: 28px; }
.reuse-heading > p { color: var(--ps-green); }.reuse-heading > p span { border-color: rgba(22,137,107,.25); }
.reuse-heading h2 { margin: 0; font-size: clamp(43px,4.2vw,60px); line-height: 1.08; text-wrap: balance; }
.reuse-heading > p:last-child { max-width: 430px; margin: 26px 0 0; color: var(--ps-muted); font-size: 14px; line-height: 1.7; }
.reuse-network { position: relative; height: min(70svh,540px); min-height: 500px; }
.reuse-network::before { content: "CONTENT DISTRIBUTION / 03"; position: absolute; top: 0; right: 0; color: #849289; font-size: 8px; font-weight: 760; }
.reuse-network-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.reuse-network-lines path { fill: none; stroke: rgba(22,137,107,.34); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.reuse-platform-node { position: absolute; display: grid; gap: 5px; width: 125px; padding: 14px 16px; background: rgba(242,247,243,.72); border-top: 1px solid var(--ps-green); }
.reuse-platform-node span { color: var(--ps-green); font-size: 8px; font-weight: 820; }
.reuse-platform-node strong { font-size: 14px; }.reuse-platform-node small { color: var(--ps-muted); font-size: 8px; }
.reuse-platform-xhs { top: 12%; left: 1%; }.reuse-platform-douyin { top: 12%; right: 1%; }.reuse-platform-wechat { bottom: 12%; left: 1%; }.reuse-platform-kuaishou { right: 1%; bottom: 12%; }
.reuse-asset { position: absolute; top: 50%; left: 50%; z-index: 2; width: 220px; margin: 0; padding: 17px; color: #edf7f2; background: var(--ps-deep); box-shadow: 0 24px 54px rgba(16,35,27,.2); transform: translate(-50%,-50%); }
.reuse-asset-stack { position: relative; height: 190px; }
.reuse-asset-stack img { position: absolute; top: 8px; left: 50%; width: 118px; aspect-ratio: .76; object-fit: cover; border: 3px solid #fff; box-shadow: 0 10px 26px rgba(0,0,0,.28); transform: translateX(-64%) rotate(-6deg); }
.reuse-asset-stack img + img { transform: translateX(-36%) rotate(6deg); }
.reuse-asset figcaption { display: grid; gap: 6px; text-align: center; }
.reuse-asset figcaption span { color: var(--ps-mint); font-size: 8px; font-weight: 800; }.reuse-asset figcaption strong { font-size: 15px; }.reuse-asset figcaption small { color: #83a094; font-size: 8px; }
.reuse-signal { position: absolute; z-index: 3; width: 8px; height: 8px; border-radius: 50%; background: var(--ps-green); box-shadow: 0 0 16px rgba(22,137,107,.7); opacity: 0; }
.reuse-signal-a { animation: reuseSignalA 3s ease-in-out infinite; }.reuse-signal-b { animation: reuseSignalB 3s .3s ease-in-out infinite; }.reuse-signal-c { animation: reuseSignalC 3s .6s ease-in-out infinite; }.reuse-signal-d { animation: reuseSignalD 3s .9s ease-in-out infinite; }
@keyframes reuseSignalA { 0%{left:50%;top:50%;opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{left:15%;top:21%;opacity:0} }
@keyframes reuseSignalB { 0%{left:50%;top:50%;opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{left:85%;top:21%;opacity:0} }
@keyframes reuseSignalC { 0%{left:50%;top:50%;opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{left:15%;top:79%;opacity:0} }
@keyframes reuseSignalD { 0%{left:50%;top:50%;opacity:0} 15%{opacity:1} 85%{opacity:1} 100%{left:85%;top:79%;opacity:0} }
.reuse-result { grid-column: 1 / -1; display: flex; gap: 18px; align-items: center; margin: -74px 0 0; color: var(--ps-muted); font-size: 12px; }
.reuse-result strong { color: var(--ps-green); font-size: 16px; }.reuse-result i { width: 58px; height: 1px; background: rgba(22,137,107,.42); }

@media (max-width: 1050px) {
  .product-system-inner { grid-template-columns: minmax(300px,.65fr) minmax(540px,1.35fr); gap: 38px; }
  .system-map { min-height: 470px; }.system-input-node { width: 156px; }.system-connector-in { left: 156px; width: calc(38% - 156px); }
  .system-engine { left: 34%; width: 190px; }.system-connector-out { left: calc(34% + 190px); width: calc(100% - 34% - 345px); }.system-output-list { width: 155px; }
  .product-mode-inner { grid-template-columns: 250px minmax(570px,1fr); gap: 22px 38px; }.mode-panel { padding-right: 30px; padding-left: 30px; }
  .suite-blueprint { grid-template-columns: 115px 34px minmax(165px,1fr) 34px minmax(155px,.9fr); }
  .product-reuse-inner { grid-template-columns: 300px minmax(550px,1fr); gap: 50px; }
}

@media (max-width: 860px) {
  .product-screen-nav { display: none; }
  .product-screen { min-height: auto; }
  .product-system-inner,.product-mode-inner,.product-reuse-inner { display: grid; grid-template-columns: 1fr; min-height: auto; }
  .product-system-inner { gap: 44px; padding-top: calc(var(--header-height) + 72px); padding-bottom: 70px; }
  .product-system-copy { max-width: 620px; }.system-map { width: min(680px,100%); height: 520px; margin: 0 auto; }
  .product-mode-inner { grid-template-rows: auto auto auto; gap: 42px; padding-top: 96px; padding-bottom: 74px; }
  .mode-heading { display: grid; grid-template-columns: minmax(250px,1fr) minmax(270px,.8fr); gap: 30px; align-items: end; }.mode-heading > p { grid-column: 1 / -1; margin-bottom: 0; }.mode-tabs { margin-top: 0; }
  .mode-stage { height: 500px; }.product-delivery-strip { grid-column: 1; grid-template-columns: repeat(2,minmax(0,1fr)); }.product-delivery-strip p:nth-child(2) { border-right: 0; }.product-delivery-strip p:nth-child(-n+2) { border-bottom: 1px solid rgba(97,215,183,.18); }
  .product-reuse-inner { gap: 32px; padding-top: 96px; padding-bottom: 70px; }.reuse-heading { max-width: 650px; }.reuse-network { width: min(680px,100%); height: 520px; margin: 0 auto; }.reuse-result { margin: 0; }
}

@media (max-width: 560px) {
  .product-system-inner,.product-mode-inner,.product-reuse-inner { width: min(100% - 32px,1180px); }
  .product-system-copy h1 { font-size: 40px; }.product-system-copy h1 em { margin-top: 9px; }.product-system-copy > p:last-child { font-size: 13px; }
  .system-map { display: grid; grid-template-columns: 1fr; gap: 18px; height: auto; min-height: 0; padding: 40px 0 24px; overflow: visible; }
  .system-map::before { top: 12px; }
  .system-input-node,.system-engine,.system-output-list,.system-proof { position: relative; inset: auto; width: 100%; }
  .system-input-node { padding: 18px; }.system-engine { width: 180px; margin: 0 auto; }.system-output-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-left: 1px solid var(--ps-line); }.system-output-list li { grid-template-columns: 1fr; gap: 5px; justify-items: center; min-height: 64px; padding: 8px 2px; border-right: 1px solid var(--ps-line); text-align: center; }.system-output-list strong { font-size: 10px; }
  .system-proof { bottom: auto; left: auto; }.system-connector { display: none; }
  .mode-heading { display: block; }.mode-heading h2 { font-size: 36px; }.mode-tabs { margin-top: 28px; }
  .mode-stage { height: 650px; min-height: 650px; }.mode-panel { padding: 42px 18px 22px; }
  .suite-blueprint { grid-template-columns: 1fr; gap: 14px; min-height: 0; }.blueprint-topic,.blueprint-kernel,.blueprint-batch { min-height: 0; }.blueprint-path { width: 1px; height: 22px; margin-left: 26px; }.blueprint-path i { display: none; }.blueprint-pages { height: 118px; }
  .single-blueprint { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto auto auto auto; gap: 12px; min-height: 0; }.single-source { grid-column: 1 / -1; grid-row: 1; min-height: 82px; }.single-fork { display: none; }.single-route { min-height: 78px; }.single-route-template { grid-column: 1; grid-row: 2; }.single-route-free { grid-column: 2; grid-row: 2; }.single-model { grid-column: 1 / -1; grid-row: 3; }.single-skill-list { grid-column: 1 / -1; grid-row: 4; }.mode-panel-note { margin-top: 14px; }
  .product-delivery-strip { grid-template-columns: 1fr; }.product-delivery-strip p { min-height: 66px; border-right: 0; border-bottom: 1px solid rgba(97,215,183,.18); }.product-delivery-strip p:last-child { border-bottom: 0; }
  .reuse-heading h2 { font-size: 37px; }.reuse-heading > p:last-child { font-size: 13px; }
  .reuse-network { height: 500px; min-height: 500px; }.reuse-network-lines { display: none; }.reuse-platform-node { width: 104px; padding: 11px; }.reuse-platform-xhs,.reuse-platform-wechat { left: 0; }.reuse-platform-douyin,.reuse-platform-kuaishou { right: 0; }.reuse-asset { width: 170px; }.reuse-asset-stack { height: 145px; }.reuse-asset-stack img { width: 90px; }.reuse-signal { display: none; }.reuse-result { gap: 10px; font-size: 10px; }.reuse-result i { width: 24px; }.reuse-result strong { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .system-connector i,.blueprint-path i,.reuse-signal,.system-engine-ring { animation: none !important; }
  .mode-panel.is-active { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}

/* Product flow art direction — one continuous light-green canvas */
body[data-active-view="product"] .site-header,
body[data-active-view="product"].product-dark-header .site-header,
body[data-active-view="product"] .site-header.is-product-past-hero {
  color: #10231b;
  background: rgba(239,245,240,.9);
  border-color: rgba(16,35,27,.08);
  backdrop-filter: blur(18px);
}
body[data-active-view="product"].product-dark-header .site-header .brand-copy strong,
body[data-active-view="product"].product-dark-header .site-header .site-nav a,
body[data-active-view="product"] .site-header .brand-copy strong,
body[data-active-view="product"] .site-header .site-nav a { color: #10231b; }
body[data-active-view="product"].product-dark-header .site-header .brand-copy small,
body[data-active-view="product"] .site-header .brand-copy small { color: #6e7b74; }
body[data-active-view="product"].product-dark-header .workbench-link,
body[data-active-view="product"] .workbench-link { color: #fff; background: #153329; }

.product-system-page {
  --ps-paper: #eef4ef;
  --ps-paper-2: #e9f1eb;
  --ps-paper-3: #e5eee8;
  --ps-ink: #10231b;
  --ps-muted: #66766e;
  --ps-green: #16896b;
  --ps-mint: #55c7a5;
  --ps-line: rgba(22,137,107,.28);
  background: var(--ps-paper);
}
.product-screen { color: var(--ps-ink); border-bottom: 1px solid rgba(16,35,27,.07); }
.product-system-screen { background: var(--ps-paper); }
.product-mode-screen { color: var(--ps-ink); background: var(--ps-paper-2); }
.product-reuse-screen { background: var(--ps-paper-3); }
.product-system-screen::after,.product-mode-screen::after,.product-reuse-screen::after {
  position: absolute;
  z-index: 0;
  color: #55d6b5;
  font-size: clamp(240px,34vw,500px);
  font-weight: 860;
  line-height: .8;
  opacity: .04;
  filter: blur(1.4px);
  mask-image: radial-gradient(circle at center,#000 22%,rgba(0,0,0,.58) 54%,transparent 78%);
  pointer-events: none;
}
.product-system-screen::after { content: "灵"; right: -4vw; bottom: -8%; }
.product-mode-screen::after { content: "凌"; bottom: -10%; left: -4vw; }
.product-reuse-screen::after { content: "同"; top: -7%; right: 5vw; }
.product-system-screen::before,.product-mode-screen::before {
  opacity: .2;
  background-image: linear-gradient(rgba(22,137,107,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(22,137,107,.08) 1px,transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to right,transparent 0,#000 48%,#000 100%);
}

.system-map { height: min(70svh,560px); overflow: visible; border: 0; }
.system-map::before { color: #809087; }
.system-flow-chart { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.system-flow-chart path { fill: none; stroke: var(--ps-line); stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.system-flow-chart .system-flow-path { stroke: rgba(22,137,107,.48); stroke-width: 1.7; }
.system-flow-particle {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(238,244,239,.9);
  border-radius: 50%;
  background: var(--ps-green);
  box-shadow: 0 0 0 6px rgba(22,137,107,.1),0 0 22px rgba(22,137,107,.48);
  offset-path: path("M42 270 C155 270 190 188 286 188 C382 188 398 270 475 270 C550 270 566 88 714 72");
  offset-distance: 0%;
}
.system-input-node { top: 44%; left: 0; gap: 8px; width: 160px; padding: 0; background: transparent; border: 0; }
.system-input-node::before { content: ""; width: 42px; height: 1px; margin-bottom: 7px; background: var(--ps-green); }
.system-input-node span,.system-output-list span,.system-proof span { color: var(--ps-green); }
.system-input-node strong { font-size: 17px; line-height: 1.4; }
.system-input-node small { font-size: 10px; }
.system-engine { top: 18%; left: 34%; width: 220px; }
.system-engine-ring { border-color: rgba(22,137,107,.28); }
.system-engine-ring-b { border-color: rgba(22,137,107,.5); }
.system-engine > div { color: var(--ps-ink); background: rgba(209,231,218,.96); box-shadow: 0 28px 70px rgba(42,93,73,.12); }
.system-engine span { color: var(--ps-green); }
.system-engine small { color: #698178; }
.system-connector { display: none; }
.system-output-list { top: 4%; right: 0; width: 195px; height: 90%; border: 0; }
.system-output-list li { position: absolute; display: grid; grid-template-columns: 26px minmax(0,1fr); width: 150px; min-height: 0; padding: 0; background: transparent; border: 0; }
.system-output-list li::after { content: ""; position: absolute; top: 24px; left: 26px; width: 34px; height: 1px; background: rgba(22,137,107,.25); }
.system-output-list li:nth-child(1) { top: 0; left: 30px; }
.system-output-list li:nth-child(2) { top: 88px; left: 58px; }
.system-output-list li:nth-child(3) { top: 196px; left: 70px; }
.system-output-list li:nth-child(4) { top: 304px; left: 58px; }
.system-output-list li:nth-child(5) { top: 396px; left: 30px; }
.system-output-list strong { font-size: 13px; }
.system-proof {
  z-index: 0;
  bottom: -8%;
  left: 19%;
  width: 440px;
  opacity: .32;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: saturate(.45) hue-rotate(78deg) contrast(.9);
  mask-image: radial-gradient(ellipse 72% 68% at 50% 50%,#000 35%,rgba(0,0,0,.72) 58%,transparent 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.system-proof img { aspect-ratio: 1.95; object-fit: cover; }
.system-proof figcaption { display: none; }

.product-mode-inner { grid-template-columns: 390px minmax(0,1fr); gap: 24px 44px; }
.mode-heading > p,.reuse-heading > p { color: var(--ps-green); }
.mode-heading > p span,.reuse-heading > p span { border-color: rgba(22,137,107,.24); }
.mode-heading h2 { color: var(--ps-ink); font-size: clamp(40px,3.4vw,48px); }
.mode-tabs { border-color: rgba(22,137,107,.22); }
.mode-tabs button { color: #76867e; }
.mode-tabs button + button { border-color: rgba(22,137,107,.18); }
.mode-tabs button.is-active { color: var(--ps-ink); }
.mode-tabs button::after { background: var(--ps-green); }
.mode-tabs button span { color: var(--ps-green); }
.mode-tabs button:focus-visible { outline: 0; box-shadow: inset 0 -3px var(--ps-green); }
.mode-stage { height: min(61svh,500px); overflow: visible; border: 0; background: transparent; box-shadow: none; }
.mode-stage::before { top: 0; right: 0; color: #809087; }
.mode-panel { padding: 30px 0 10px; }
.suite-blueprint,.single-blueprint { position: relative; z-index: 1; min-height: 350px; }
.suite-flow-chart,.single-flow-chart { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; overflow: visible; }
.suite-flow-chart path,.single-flow-chart path { fill: none; stroke: rgba(22,137,107,.34); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.suite-flow-particle {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ps-green);
  box-shadow: 0 0 0 6px rgba(22,137,107,.1),0 0 18px rgba(22,137,107,.46);
  offset-path: path("M70 162 C210 162 226 70 355 70 C490 70 500 162 688 162");
  offset-distance: 0%;
}
.suite-blueprint { grid-template-columns: minmax(120px,.65fr) 38px minmax(205px,1.05fr) 38px minmax(180px,1fr); }
.blueprint-path { visibility: hidden; }
.blueprint-topic { min-height: 0; padding: 0; color: var(--ps-ink); background: transparent; }
.blueprint-topic span,.blueprint-kernel > span,.blueprint-batch > span,.single-blueprint span { color: var(--ps-green); }
.blueprint-topic strong { font-size: 38px; line-height: 1; }
.blueprint-topic small { color: var(--ps-muted); }
.blueprint-kernel { width: 210px; min-height: 210px; padding: 34px 30px; border: 1px solid rgba(22,137,107,.34); border-radius: 50%; background: rgba(213,233,221,.56); }
.blueprint-kernel > strong { color: var(--ps-ink); }
.blueprint-kernel ul { color: var(--ps-muted); }
.blueprint-kernel li::before { background: var(--ps-green); }
.blueprint-batch { color: var(--ps-ink); }
.blueprint-batch > small { color: var(--ps-muted); }
.blueprint-pages img { border-color: rgba(255,255,255,.82); box-shadow: 0 14px 28px rgba(36,74,60,.14); }
.mode-panel-note { color: var(--ps-muted); border-color: rgba(22,137,107,.15); }

.single-blueprint { grid-template-columns: 125px 36px 135px minmax(240px,1fr); }
.single-fork { visibility: hidden; }
.single-source { min-height: 0; padding: 0; color: var(--ps-ink); background: transparent; }
.single-source::before { content: ""; width: 42px; height: 1px; margin-bottom: 5px; background: var(--ps-green); }
.single-source strong { font-size: 29px; }
.single-source small,.single-route small,.single-model small { color: var(--ps-muted); }
.single-route { min-height: 0; padding: 12px 0; border: 0; }
.single-route strong { color: var(--ps-ink); font-size: 18px; }
.single-model { align-self: center; justify-self: start; width: 196px; min-height: 196px; padding: 40px 30px; border: 1px solid rgba(22,137,107,.34); border-radius: 50%; background: rgba(213,233,221,.56); }
.single-model strong { color: var(--ps-ink); }
.single-skill-list { align-self: center; margin-left: 210px; border: 0; }
.single-skill-list li { color: var(--ps-muted); border-color: rgba(22,137,107,.12); }
.single-skill-list li:nth-child(odd) { border-right-color: rgba(22,137,107,.12); }

.product-delivery-strip { gap: 22px; border-top: 1px solid rgba(22,137,107,.2); border-bottom: 0; }
.product-delivery-strip p { min-height: 74px; padding: 18px 0 6px; border: 0; }
.product-delivery-strip p > span { color: var(--ps-green); }
.product-delivery-strip strong { color: var(--ps-ink); }
.product-delivery-strip small { color: var(--ps-muted); }

.product-reuse-inner { grid-template-columns: minmax(390px,.76fr) minmax(610px,1.24fr); }
.reuse-heading h2 { color: var(--ps-ink); }
.reuse-network-lines path { stroke: rgba(22,137,107,.36); }
.reuse-platform-node { width: 126px; padding: 12px 0; background: transparent; border-top-color: rgba(22,137,107,.5); }
.reuse-asset { width: 270px; padding: 0; color: var(--ps-ink); background: transparent; box-shadow: none; }
.reuse-asset-stack { height: 240px; filter: saturate(.72) contrast(.96); mask-image: radial-gradient(ellipse 75% 72% at 50% 50%,#000 40%,rgba(0,0,0,.72) 66%,transparent 100%); }
.reuse-asset-stack img { top: 14px; width: 142px; border: 2px solid rgba(255,255,255,.82); box-shadow: 0 18px 38px rgba(36,74,60,.14); }
.reuse-asset figcaption span { color: var(--ps-green); }
.reuse-asset figcaption strong { color: var(--ps-ink); }
.reuse-asset figcaption small { color: var(--ps-muted); }
.reuse-result { color: var(--ps-muted); }
.reuse-result strong { color: var(--ps-green); }

@media (max-width: 1050px) {
  .system-engine { left: 31%; }
  .system-proof { left: 15%; width: 400px; }
  .system-output-list { right: -14px; }
  .suite-blueprint { grid-template-columns: 110px 28px 190px 28px minmax(165px,1fr); }
  .blueprint-kernel { width: 190px; min-height: 190px; padding: 30px 26px; }
  .single-skill-list { margin-left: 176px; }
  .product-mode-inner { grid-template-columns: 340px minmax(0,1fr); gap: 24px 34px; }
}

@media (max-width: 860px) {
  .product-system-screen::before,.product-mode-screen::before { mask-image: none; }
  .system-map { overflow: hidden; }
  .system-proof { left: 22%; width: 430px; }
  .product-mode-inner { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 42px; }
  .mode-stage { overflow: hidden; }
}

@media (max-width: 560px) {
  .system-map { display: grid; overflow: visible; }
  .system-flow-chart,.system-flow-particle { display: none; }
  .system-input-node { padding: 0; }
  .system-engine { position: relative; width: 180px; margin: 8px auto 0; }
  .system-output-list { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); width: 100%; height: auto; }
  .system-output-list li { position: relative; inset: auto !important; width: auto; min-height: 64px; padding: 8px 2px; border: 0; }
  .system-output-list li::after { display: none; }
  .system-proof { position: relative; inset: auto; width: 100%; opacity: .38; }
  .suite-flow-chart,.single-flow-chart,.suite-flow-particle { display: none; }
  .mode-stage { height: 650px; }
  .suite-blueprint { grid-template-columns: 1fr; }
  .blueprint-kernel { width: 184px; min-height: 184px; margin: 0 auto; }
  .single-blueprint { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .single-model { width: 170px; min-height: 170px; margin: 0 auto; }
  .single-skill-list { margin-left: 0; }
  .product-delivery-strip { gap: 0; }
  .product-delivery-strip p { border-bottom: 1px solid rgba(22,137,107,.13); }
  .reuse-asset { width: 190px; }
  .reuse-asset-stack { height: 164px; }
  .reuse-asset-stack img { width: 98px; }
}

@media (prefers-reduced-motion: reduce) {
  .system-flow-particle,.suite-flow-particle { display: none !important; }
}

/* Product introduction — compact dark canvas aligned with the homepage */
body[data-active-view="product"] .site-header,
body[data-active-view="product"].product-dark-header .site-header,
body[data-active-view="product"] .site-header.is-product-past-hero {
  color: var(--home-text);
  background: rgba(7,18,14,.88);
  border-color: rgba(85,214,181,.12);
  backdrop-filter: blur(18px);
}
body[data-active-view="product"] .site-header .brand-copy strong,
body[data-active-view="product"] .site-header .site-nav a,
body[data-active-view="product"].product-dark-header .site-header .brand-copy strong,
body[data-active-view="product"].product-dark-header .site-header .site-nav a { color: var(--home-text); }
body[data-active-view="product"] .site-header .brand-copy small,
body[data-active-view="product"].product-dark-header .site-header .brand-copy small { color: var(--home-muted); }
body[data-active-view="product"] .workbench-link,
body[data-active-view="product"].product-dark-header .workbench-link { color: #07120e; background: #55d6b5; }

.product-system-page {
  --ps-paper: #07120e;
  --ps-paper-2: #08130f;
  --ps-paper-3: #07110d;
  --ps-ink: #edf6f1;
  --ps-muted: #91a49b;
  --ps-green: #55d6b5;
  --ps-mint: #55d6b5;
  --ps-deep: #0d2018;
  --ps-line: rgba(85,214,181,.18);
  color: var(--ps-ink);
  background: var(--ps-paper);
}
.product-screen { min-height: 0; border-bottom-color: rgba(85,214,181,.08); }
.product-system-screen { background: var(--ps-paper); }
.product-mode-screen { color: var(--ps-ink); background: var(--ps-paper-2); }
.product-reuse-screen { background: var(--ps-paper-3); }
.product-system-screen::before,.product-mode-screen::before {
  opacity: .34;
  background-image: linear-gradient(rgba(85,214,181,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(85,214,181,.055) 1px,transparent 1px);
  background-size: 82px 82px;
}

.product-screen-nav a { color: #61766c; }
.product-screen-nav a span,.product-screen-nav a:hover,.product-screen-nav a.is-active { color: var(--ps-green); }
.product-system-inner {
  min-height: 0;
  gap: clamp(38px,5vw,70px);
  padding-top: calc(var(--header-height) + 38px);
  padding-bottom: 54px;
}
.product-system-index { margin-bottom: 19px; color: var(--ps-green); }
.product-system-index span { border-color: rgba(85,214,181,.26); }
.product-system-copy h1 { color: var(--ps-ink); font-size: clamp(44px,4.1vw,60px); }
.product-system-copy h1 em { color: var(--ps-green); }
.product-system-copy > p:last-child { margin-top: 22px; color: var(--ps-muted); }
.system-map { height: 430px; min-height: 430px; }
.system-map::before,.mode-stage::before,.reuse-network::before { color: #52685e; }
.system-flow-chart path { stroke: rgba(85,214,181,.18); }
.system-flow-chart .system-flow-path { stroke: rgba(85,214,181,.52); }
.system-flow-chart .system-flow-spine { stroke: rgba(85,214,181,.24); stroke-dasharray: 3 7; }
.system-flow-chart .system-flow-branch { stroke: rgba(85,214,181,.27); }
.system-flow-particle {
  border-color: rgba(7,18,14,.92);
  background: var(--ps-green);
  box-shadow: 0 0 0 6px rgba(85,214,181,.08),0 0 22px rgba(85,214,181,.42);
  offset-path: path("M42 270 H270 C306 270 316 220 356 220 C396 220 406 270 450 270 H596");
}
.system-input-node::before { background: var(--ps-green); }
.system-input-node strong,.system-output-list strong { color: var(--ps-ink); }
.system-input-node small { color: var(--ps-muted); }
.system-engine { top: 14%; width: 204px; }
.system-engine-ring { border-color: rgba(85,214,181,.24); }
.system-engine-ring-b { border-color: rgba(85,214,181,.5); }
.system-engine > div { color: var(--ps-ink); background: #10271d; box-shadow: 0 26px 60px rgba(0,0,0,.3),inset 0 0 0 1px rgba(85,214,181,.08); }
.system-engine small { color: #789087; }
.system-output-list { top: 1%; height: 96%; }
.system-output-list li::after { background: rgba(85,214,181,.22); }
.system-output-list li:nth-child(2) { top: 76px; }
.system-output-list li:nth-child(3) { top: 164px; }
.system-output-list li:nth-child(4) { top: 252px; }
.system-output-list li:nth-child(5) { top: 340px; }
.system-proof {
  bottom: -3%;
  opacity: .25;
  filter: saturate(.5) brightness(.7) hue-rotate(58deg);
  mix-blend-mode: screen;
}

.product-mode-inner {
  min-height: 0;
  grid-template-columns: 360px minmax(0,1fr);
  gap: 18px 44px;
  padding-top: 68px;
  padding-bottom: 50px;
}
.mode-heading > p,.reuse-heading > p { margin-bottom: 18px; color: var(--ps-green); }
.mode-heading > p span,.reuse-heading > p span { border-color: rgba(85,214,181,.25); }
.mode-heading h2,.reuse-heading h2 { color: var(--ps-ink); }
.mode-heading h2 { font-size: clamp(37px,3.15vw,46px); }
.mode-tabs { margin-top: 30px; border-color: rgba(85,214,181,.2); }
.mode-tabs button { min-height: 50px; color: #72877d; }
.mode-tabs button + button { border-color: rgba(85,214,181,.15); }
.mode-tabs button.is-active { color: var(--ps-ink); }
.mode-stage { height: 390px; min-height: 390px; }
.mode-panel { padding-top: 20px; }
.suite-blueprint,.single-blueprint { min-height: 310px; }
.suite-flow-chart path,.single-flow-chart path { stroke: rgba(85,214,181,.28); }
.suite-flow-particle {
  background: var(--ps-green);
  box-shadow: 0 0 0 6px rgba(85,214,181,.08),0 0 18px rgba(85,214,181,.38);
  offset-path: path("M70 162 H690");
}
.blueprint-topic,.blueprint-batch,.single-source { color: var(--ps-ink); }
.blueprint-topic small,.blueprint-batch > small,.single-source small,.single-route small,.single-model small { color: var(--ps-muted); }
.blueprint-kernel {
  width: 190px;
  min-height: 190px;
  padding: 30px 27px;
  border-color: rgba(85,214,181,.28);
  background: rgba(85,214,181,.065);
}
.blueprint-kernel > strong,.single-route strong,.single-model strong { color: var(--ps-ink); }
.blueprint-kernel ul,.mode-panel-note { color: var(--ps-muted); }
.blueprint-pages img,.reuse-asset-stack img { border-color: rgba(217,247,236,.76); box-shadow: 0 14px 32px rgba(0,0,0,.28); }
.single-route { border-color: rgba(85,214,181,.2); }
.single-model {
  width: 180px;
  min-height: 180px;
  padding: 34px 26px;
  border-color: rgba(85,214,181,.28);
  background: rgba(85,214,181,.065);
}
.single-skill-list { margin-left: 190px; }
.single-skill-list li { color: var(--ps-muted); border-color: rgba(85,214,181,.1); }
.single-skill-list li:nth-child(odd) { border-right-color: rgba(85,214,181,.1); }
.product-delivery-strip { gap: 18px; border-top-color: rgba(85,214,181,.18); }
.product-delivery-strip p { min-height: 62px; padding: 12px 0 2px; }
.product-delivery-strip strong { color: var(--ps-ink); }
.product-delivery-strip small { color: var(--ps-muted); }

.product-reuse-inner {
  min-height: 0;
  grid-template-columns: minmax(360px,.72fr) minmax(590px,1.28fr);
  gap: clamp(42px,5vw,66px);
  padding-top: 66px;
  padding-bottom: 48px;
}
.reuse-heading h2 { font-size: clamp(40px,3.8vw,54px); }
.reuse-heading > p:last-child { margin-top: 21px; color: var(--ps-muted); }
.reuse-network { height: 410px; min-height: 410px; }
.reuse-network-lines path { stroke: rgba(85,214,181,.28); }
.reuse-platform-node { background: transparent; border-top-color: rgba(85,214,181,.48); }
.reuse-platform-node strong { color: var(--ps-ink); }
.reuse-platform-node small { color: var(--ps-muted); }
.reuse-asset { width: 238px; color: var(--ps-ink); }
.reuse-asset-stack { height: 198px; filter: saturate(.55) brightness(.82); }
.reuse-asset-stack img { width: 122px; }
.reuse-asset figcaption strong { color: var(--ps-ink); }
.reuse-asset figcaption small,.reuse-result { color: var(--ps-muted); }
.reuse-result { margin-top: -38px; }

@media (max-width: 1050px) {
  .product-system-inner { gap: 34px; }
  .system-map { height: 410px; min-height: 410px; }
  .product-mode-inner { grid-template-columns: 320px minmax(0,1fr); gap: 18px 30px; }
  .single-skill-list { margin-left: 164px; }
  .product-reuse-inner { grid-template-columns: 290px minmax(540px,1fr); gap: 40px; }
}

@media (max-width: 860px) {
  .product-system-inner { gap: 30px; padding-top: calc(var(--header-height) + 44px); padding-bottom: 52px; }
  .product-mode-inner { grid-template-columns: 1fr; gap: 26px; padding-top: 58px; padding-bottom: 48px; }
  .mode-heading { grid-template-columns: minmax(0,1fr) 250px; gap: 18px 36px; }
  .mode-heading > p { grid-column: 1 / -1; }
  .mode-tabs { margin-top: 0; }
  .mode-stage { height: 370px; min-height: 370px; }
  .product-delivery-strip { margin-top: -4px; }
  .product-reuse-inner { grid-template-columns: 1fr; gap: 24px; padding-top: 56px; padding-bottom: 44px; }
  .reuse-heading { max-width: 620px; }
  .reuse-network { height: 390px; min-height: 390px; }
  .reuse-result { margin-top: -14px; }
}

@media (max-width: 560px) {
  .product-system-inner,.product-mode-inner,.product-reuse-inner { width: min(100% - 32px,1180px); }
  .product-system-inner { gap: 18px; padding-top: calc(var(--header-height) + 30px); padding-bottom: 38px; }
  .product-system-copy h1 { font-size: 38px; }
  .product-system-copy > p:last-child { margin-top: 17px; }
  .system-map { height: auto; min-height: 510px; }
  .system-engine { width: 160px; }
  .system-engine > div { inset: 30px; }
  .system-engine strong { font-size: 14px; white-space: nowrap; }
  .system-output-list li { min-height: 54px; }
  .system-proof { opacity: .24; mix-blend-mode: screen; }
  .product-mode-inner { gap: 20px; padding-top: 44px; padding-bottom: 40px; }
  .mode-heading { display: block; }
  .mode-heading h2 { font-size: 35px; }
  .mode-tabs { margin-top: 24px; }
  .mode-stage { height: 540px; min-height: 540px; }
  .suite-blueprint,.single-blueprint { min-height: 0; }
  .blueprint-kernel { width: 168px; min-height: 168px; padding: 26px 23px; }
  .single-model { width: 158px; min-height: 158px; padding: 27px 22px; }
  .product-delivery-strip p { min-height: 58px; }
  .product-reuse-inner { gap: 16px; padding-top: 44px; padding-bottom: 34px; }
  .reuse-heading h2 { font-size: 35px; }
  .reuse-network { height: 420px; min-height: 420px; }
  .reuse-result { margin-top: -8px; }
}

/* Product story — editorial hierarchy, one idea per section */
.product-story-page {
  --story-bg: #07120e;
  --story-bg-raised: #091710;
  --story-surface: #0d2018;
  --story-text: #edf6f1;
  --story-muted: #91a49b;
  --story-accent: #55d6b5;
  --story-line: rgba(85,214,181,.16);
  position: relative;
  overflow: clip;
  color: var(--story-text);
  background: var(--story-bg);
}
.product-story-page h1,.product-story-page h2,.product-story-page h3,.product-story-page h4,.product-story-page p { letter-spacing: 0; }
.product-story-page h1,.product-story-page h2,.product-story-page h3,.product-story-page h4 { color: var(--story-text); }
.product-story-page img { display: block; max-width: 100%; }
.product-story-nav {
  position: fixed;
  z-index: 8;
  top: 50%;
  right: 22px;
  display: grid;
  gap: 13px;
  transform: translateY(-50%);
}
body:not([data-active-view="product"]) .product-story-nav { display: none; }
.product-story-nav a { display: grid; gap: 3px; justify-items: end; color: #64786e; font-size: 9px; font-weight: 760; text-decoration: none; }
.product-story-nav a::after { content: ""; width: 26px; height: 1px; background: currentColor; transition: width 180ms ease; }
.product-story-nav a span { color: var(--story-accent); font-size: 8px; }
.product-story-nav a:hover,.product-story-nav a.is-active { color: var(--story-accent); }
.product-story-nav a:hover::after,.product-story-nav a.is-active::after { width: 44px; }
.product-chapter { position: relative; scroll-margin-top: var(--header-height); border-bottom: 1px solid rgba(85,214,181,.08); }
.product-chapter::before { position: absolute; z-index: 0; color: var(--story-accent); font-size: clamp(260px,35vw,520px); font-weight: 880; line-height: .78; opacity: .025; filter: blur(1px); pointer-events: none; }
.product-workbench-chapter::before { content: "灵"; top: 620px; right: -5vw; }
.product-launch-chapter::before { content: "凌"; top: 380px; left: -5vw; }
.product-workflow-chapter::before { content: "同"; top: 280px; right: -3vw; }
.product-chapter > * { position: relative; z-index: 1; }
.product-chapter-index { margin: 0; color: var(--story-accent); font-size: 12px; font-weight: 820; }

.product-chapter-hero { display: grid; grid-template-columns: minmax(410px,.82fr) minmax(570px,1.18fr); grid-template-rows: auto auto; gap: 20px clamp(48px,6vw,84px); align-items: center; min-height: 680px; padding-top: calc(var(--header-height) + 54px); padding-bottom: 72px; }
.product-chapter-hero .product-chapter-index { grid-column: 1; grid-row: 1; align-self: end; }
.product-chapter-hero h1 { grid-column: 1; grid-row: 2; align-self: start; margin: 0; color: var(--story-text); font-size: clamp(48px,4.4vw,64px); font-weight: 860; line-height: 1.08; text-wrap: balance; }
.product-chapter-hero .product-hero-media { grid-column: 2; grid-row: 1 / 3; }
.product-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; border-top: 1px solid rgba(85,214,181,.28); border-bottom: 1px solid rgba(85,214,181,.16); background: var(--story-surface); }
.product-hero-media::before { content: "AI创作工作台"; position: absolute; z-index: 2; top: 18px; left: 20px; color: var(--story-accent); font-size: 9px; font-weight: 820; }
.product-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,18,14,.18),transparent 25%),linear-gradient(0deg,rgba(7,18,14,.28),transparent 30%); pointer-events: none; }
.product-hero-media img { width: 100%; height: 110%; object-fit: cover; object-position: top center; filter: saturate(.72) brightness(.78); }

.product-suite,.product-single,.product-reuse,.product-account-fit,.product-coaching,.product-launch-proof,.product-workflow-steps,.product-workflow-close { padding-top: 92px; padding-bottom: 92px; border-top: 1px solid var(--story-line); }
.product-subhead { display: grid; grid-template-columns: 180px minmax(0,760px); gap: 42px; align-items: start; margin-bottom: 54px; }
.product-subhead > p,.product-coaching > header > p { margin: 7px 0 0; color: var(--story-accent); font-size: 12px; font-weight: 820; }
.product-subhead h2 { margin: 0; font-size: clamp(34px,3.4vw,50px); line-height: 1.16; text-wrap: balance; }
.product-story-stage { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(620px,1.28fr); gap: clamp(42px,5vw,76px); align-items: stretch; }
.product-story-steps { display: grid; align-content: start; }
.product-story-steps button { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 10px 16px; min-height: 118px; padding: 22px 0; color: var(--story-muted); background: transparent; border: 0; border-top: 1px solid rgba(85,214,181,.14); font: inherit; text-align: left; cursor: pointer; transition: color 180ms ease,padding-left 180ms ease; }
.product-story-steps button:last-child { border-bottom: 1px solid rgba(85,214,181,.14); }
.product-story-steps button::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--story-accent); transition: width 220ms ease; }
.product-story-steps button span { grid-row: 1 / 3; color: var(--story-accent); font-size: 10px; font-weight: 820; }
.product-story-steps button strong { color: inherit; font-size: 19px; line-height: 1.42; }
.product-story-steps button small { color: var(--story-muted); font-size: 12px; line-height: 1.7; }
.product-story-steps button.is-active { padding-left: 14px; color: var(--story-text); }
.product-story-steps button.is-active::before { width: 100%; }
.product-story-steps button:focus-visible { outline: 2px solid var(--story-accent); outline-offset: 4px; }
.product-story-media { position: relative; min-height: 520px; overflow: hidden; background: #0b1912; border: 1px solid rgba(85,214,181,.14); }
.product-story-panel { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; padding: 50px; opacity: 0; visibility: hidden; }
.product-story-panel.is-active { opacity: 1; visibility: visible; }
.product-story-panel > img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.82) brightness(.88); }
.product-page-fan { position: relative; width: min(540px,88%); height: 390px; }
.product-page-fan img { position: absolute; top: 45px; left: 50%; width: 210px; aspect-ratio: .76; object-fit: cover; border: 3px solid rgba(237,246,241,.8); box-shadow: 0 28px 56px rgba(0,0,0,.35); }
.product-page-fan img:nth-child(1) { z-index: 3; transform: translateX(-50%); }
.product-page-fan img:nth-child(2) { transform: translateX(-105%) rotate(-8deg); }
.product-page-fan img:nth-child(3) { transform: translateX(5%) rotate(8deg); }
.product-utility-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 46px; margin-top: 46px; border-top: 1px solid var(--story-line); }
.product-utility-list p { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; min-height: 65px; margin: 0; color: #b5c4bd; border-bottom: 1px solid rgba(85,214,181,.11); font-size: 12px; }
.product-utility-list span { color: var(--story-accent); font-size: 19px; }

.product-subhead-inline { grid-template-columns: 180px minmax(0,1fr); }
.product-single-ways { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.product-single-ways figure { position: relative; min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 9; background: var(--story-surface); }
.product-single-ways img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) brightness(.72); transition: transform 420ms ease,filter 420ms ease; }
.product-single-ways figure:hover img { transform: scale(1.025); filter: saturate(.9) brightness(.84); }
.product-single-ways figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 44px 22px 20px; color: var(--story-text); background: linear-gradient(transparent,rgba(7,18,14,.9)); font-size: 17px; font-weight: 780; }
.product-capability-block { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(540px,1.28fr); gap: 60px; align-items: start; margin-top: 58px; }
.product-capability-block h3 { margin: 0; font-size: clamp(28px,2.6vw,38px); line-height: 1.2; }
.product-capability-block ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 34px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--story-line); }
.product-capability-block li { position: relative; min-height: 72px; padding: 22px 8px 18px 27px; color: #b2c0ba; border-bottom: 1px solid rgba(85,214,181,.11); font-size: 13px; line-height: 1.65; }
.product-capability-block li::before { content: ""; position: absolute; top: 29px; left: 0; width: 9px; height: 1px; background: var(--story-accent); }

.product-reuse { display: grid; grid-template-columns: minmax(360px,.76fr) minmax(580px,1.24fr); gap: 70px; align-items: center; }
.product-reuse h2 { margin: 0; font-size: clamp(40px,4.2vw,60px); line-height: 1.09; }
.product-reuse header > p { max-width: 540px; margin: 28px 0 0; color: var(--story-muted); font-size: 14px; line-height: 1.8; }
.product-reuse-map { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,1fr); gap: 110px 180px; min-height: 430px; align-items: center; }
.product-reuse-map::before,.product-reuse-map::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(85,214,181,.22); transform: translate(-50%,-50%); }
.product-reuse-map::before { width: 72%; height: 1px; }
.product-reuse-map::after { width: 1px; height: 72%; }
.product-reuse-map > span { position: relative; z-index: 2; display: grid; place-items: center; min-height: 54px; color: var(--story-text); border-top: 1px solid rgba(85,214,181,.36); font-size: 15px; font-weight: 780; }
.product-reuse-source { position: absolute; z-index: 3; top: 50%; left: 50%; width: 155px; transform: translate(-50%,-50%); }
.product-reuse-source img { width: 100%; aspect-ratio: .76; object-fit: cover; border: 2px solid rgba(237,246,241,.75); box-shadow: 0 24px 50px rgba(0,0,0,.36); }

.product-launch-chapter { background: #08140f; }
.product-chapter-heading { padding-top: 110px; padding-bottom: 92px; }
.product-chapter-heading h2 { max-width: 1020px; margin: 24px 0 0; font-size: clamp(44px,5.1vw,70px); line-height: 1.08; text-wrap: balance; }
.product-chapter-heading > p:last-child { max-width: 680px; margin: 28px 0 0; color: var(--story-muted); font-size: 14px; line-height: 1.8; }
.product-account-fit > header h3 { max-width: 720px; margin: 0 0 48px; font-size: clamp(36px,3.7vw,52px); line-height: 1.12; }
.product-account-table-wrap { overflow-x: auto; }
.product-account-table { width: 100%; min-width: 940px; border-collapse: collapse; table-layout: fixed; }
.product-account-table th,.product-account-table td { padding: 24px 25px; border-bottom: 1px solid rgba(85,214,181,.13); text-align: left; vertical-align: top; }
.product-account-table thead th { color: var(--story-text); border-top: 1px solid rgba(85,214,181,.28); font-size: 21px; }
.product-account-table thead th:first-child { width: 112px; }
.product-account-table tbody th { color: var(--story-accent); font-size: 12px; font-weight: 820; line-height: 1.6; }
.product-account-table tbody td { color: #b9c6c0; font-size: 14px; line-height: 1.75; }
.product-account-table tbody tr:hover td { color: var(--story-text); background: rgba(85,214,181,.025); }
.product-account-mobile { display: none; }
.product-coaching { display: grid; grid-template-columns: minmax(360px,.82fr) minmax(600px,1.18fr); gap: 80px; }
.product-coaching h3 { margin: 20px 0 0; font-size: clamp(34px,3.3vw,48px); line-height: 1.15; }
.product-coaching-list { border-top: 1px solid var(--story-line); }
.product-coaching-list article { display: grid; grid-template-columns: 46px 210px minmax(0,1fr); gap: 16px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid rgba(85,214,181,.12); }
.product-coaching-list span { color: var(--story-accent); font-size: 10px; font-weight: 820; }
.product-coaching-list h4 { margin: 0; font-size: 17px; }
.product-coaching-list p { margin: 0; color: var(--story-muted); font-size: 13px; line-height: 1.75; }
.product-launch-proof > header { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 38px; }
.product-launch-proof h3 { margin: 0; font-size: clamp(34px,3.3vw,48px); }
.product-launch-proof a,.product-workflow-close a { color: var(--story-accent); font-size: 13px; font-weight: 780; text-decoration: none; }
.product-proof-media { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; aspect-ratio: 16 / 6; padding: 18px; border: 1px solid rgba(85,214,181,.17); background: #06100c; }
.product-proof-media span { border: 1px dashed rgba(85,214,181,.16); background: rgba(85,214,181,.025); }
.product-launch-proof > p { max-width: 900px; margin: 18px 0 0; color: #6f8379; font-size: 10px; line-height: 1.7; }

.product-workflow-chapter { background: #07120e; }
.product-workflow-steps { margin: 0 auto; padding-left: 0; list-style: none; }
.product-workflow-steps li { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 36px; min-height: 250px; padding: 0 0 60px; }
.product-workflow-steps li > span { position: relative; color: var(--story-accent); font-size: 12px; font-weight: 820; }
.product-workflow-steps li > span::after { content: ""; position: absolute; top: 30px; bottom: -60px; left: 5px; width: 1px; background: linear-gradient(var(--story-accent),rgba(85,214,181,.08)); }
.product-workflow-steps li:last-child > span::after { display: none; }
.product-workflow-steps li > div { display: grid; grid-template-columns: minmax(360px,.8fr) minmax(480px,1.2fr); gap: 80px; padding-top: 0; border-top: 1px solid var(--story-line); }
.product-workflow-steps h3 { margin: 25px 0 0; font-size: clamp(30px,3vw,43px); line-height: 1.16; }
.product-workflow-steps p { max-width: 650px; margin: 29px 0 0; color: var(--story-muted); font-size: 14px; line-height: 1.85; }
.product-workflow-close { display: grid; grid-template-columns: minmax(360px,.8fr) minmax(440px,1fr) auto; gap: 50px; align-items: end; }
.product-workflow-close > div > p { margin: 0 0 12px; color: var(--story-accent); font-size: 12px; font-weight: 820; }
.product-workflow-close h3 { margin: 0; font-size: clamp(34px,3.3vw,48px); }
.product-workflow-close > p { margin: 0; color: var(--story-muted); font-size: 14px; line-height: 1.8; }

@media (max-width: 1050px) {
  .product-chapter-hero { grid-template-columns: 390px minmax(0,1fr); gap: 20px 42px; }
  .product-story-stage { grid-template-columns: 300px minmax(0,1fr); gap: 40px; }
  .product-story-media { min-height: 450px; }
  .product-capability-block,.product-reuse,.product-coaching { gap: 44px; }
  .product-coaching-list article { grid-template-columns: 40px 180px minmax(0,1fr); }
}

@media (max-width: 860px) {
  .product-story-nav { display: none; }
  .product-chapter-hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; min-height: 0; padding-top: calc(var(--header-height) + 62px); }
  .product-chapter-hero .product-chapter-index { grid-column: 1; grid-row: 1; }
  .product-chapter-hero h1 { grid-column: 1; grid-row: 2; }
  .product-chapter-hero .product-hero-media { grid-column: 1; grid-row: 3; }
  .product-chapter-hero h1 { max-width: 650px; }
  .product-hero-media { width: 100%; }
  .product-suite,.product-single,.product-reuse,.product-account-fit,.product-coaching,.product-launch-proof,.product-workflow-steps,.product-workflow-close { padding-top: 72px; padding-bottom: 72px; }
  .product-subhead { grid-template-columns: 130px minmax(0,1fr); gap: 28px; }
  .product-story-stage { grid-template-columns: 1fr; }
  .product-story-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-story-steps button { display: block; min-height: 190px; padding: 18px 14px; border-right: 1px solid rgba(85,214,181,.12); }
  .product-story-steps button span { display: block; margin-bottom: 18px; }
  .product-story-steps button small { display: block; margin-top: 10px; }
  .product-story-media { min-height: 480px; }
  .product-capability-block,.product-reuse,.product-coaching { grid-template-columns: 1fr; }
  .product-reuse-map { min-height: 390px; }
  .product-coaching-list article { grid-template-columns: 40px 190px minmax(0,1fr); }
  .product-workflow-steps li > div { grid-template-columns: 1fr; gap: 0; }
  .product-workflow-steps p { margin-top: 18px; }
  .product-workflow-close { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 560px) {
  .product-story-page .section-shell { width: min(100% - 32px,1180px); }
  .product-chapter-hero { gap: 34px; padding-top: calc(var(--header-height) + 36px); padding-bottom: 48px; }
  .product-chapter-hero h1 { margin-top: 17px; font-size: 39px; }
  .product-hero-media { aspect-ratio: 4 / 3; }
  .product-suite,.product-single,.product-reuse,.product-account-fit,.product-coaching,.product-launch-proof,.product-workflow-steps,.product-workflow-close { padding-top: 54px; padding-bottom: 54px; }
  .product-subhead { display: block; margin-bottom: 34px; }
  .product-subhead > p { margin: 0 0 18px; }
  .product-subhead h2 { font-size: 30px; }
  .product-story-steps { display: grid; grid-template-columns: 1fr; }
  .product-story-steps button { display: grid; grid-template-columns: 32px minmax(0,1fr); min-height: 0; padding: 18px 0; border-right: 0; }
  .product-story-steps button span { margin: 4px 0 0; }
  .product-story-steps button small { margin-top: 0; }
  .product-story-steps button.is-active { padding-left: 10px; }
  .product-story-media { min-height: 330px; }
  .product-story-panel { padding: 36px 18px; }
  .product-page-fan { height: 270px; }
  .product-page-fan img { width: 142px; }
  .product-utility-list { grid-template-columns: 1fr; margin-top: 28px; }
  .product-single-ways { grid-template-columns: 1fr; }
  .product-capability-block { margin-top: 42px; }
  .product-capability-block h3 { font-size: 28px; }
  .product-capability-block ul { grid-template-columns: 1fr; }
  .product-reuse { gap: 35px; }
  .product-reuse h2 { font-size: 37px; }
  .product-reuse header > p br { display: none; }
  .product-reuse-map { min-height: 320px; gap: 80px 92px; }
  .product-reuse-source { width: 112px; }
  .product-chapter-heading { padding-top: 72px; padding-bottom: 54px; }
  .product-chapter-heading h2 { font-size: 38px; }
  .product-account-fit > header h3 { margin-bottom: 34px; font-size: 32px; }
  .product-account-table-wrap { display: none; }
  .product-account-mobile { display: grid; }
  .product-account-mobile article { padding: 28px 0 10px; border-top: 1px solid rgba(85,214,181,.2); }
  .product-account-mobile h4 { margin: 0 0 22px; font-size: 23px; }
  .product-account-mobile dl { margin: 0; }
  .product-account-mobile dl > div { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 14px; padding: 14px 0; border-top: 1px solid rgba(85,214,181,.09); }
  .product-account-mobile dt { color: var(--story-accent); font-size: 11px; font-weight: 820; }
  .product-account-mobile dd { margin: 0; color: #b9c6c0; font-size: 13px; line-height: 1.7; }
  .product-coaching { gap: 38px; }
  .product-coaching h3 { font-size: 31px; }
  .product-coaching-list article { grid-template-columns: 34px minmax(0,1fr); gap: 8px 12px; }
  .product-coaching-list article p { grid-column: 2; }
  .product-launch-proof > header { display: grid; align-items: start; }
  .product-launch-proof h3 { font-size: 31px; }
  .product-proof-media { grid-template-columns: repeat(2,minmax(0,1fr)); aspect-ratio: 4 / 5; }
  .product-workflow-steps li { grid-template-columns: 44px minmax(0,1fr); gap: 12px; min-height: 0; padding-bottom: 54px; }
  .product-workflow-steps li > span::after { bottom: -54px; }
  .product-workflow-steps h3 { font-size: 29px; }
  .product-workflow-close h3 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero-media img,.product-story-panel { transform: none !important; }
}

/* Product introduction v13 — reuse the homepage's visual grammar */
.product-home-language {
  --story-bg: #07120e;
  --story-bg-raised: #091710;
  --story-text: #edf6f1;
  --story-muted: #91a49b;
  --story-accent: #55d6b5;
  --story-line: rgba(85,214,181,.16);
  background:
    linear-gradient(rgba(85,214,181,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(85,214,181,.025) 1px,transparent 1px),
    #07120e;
  background-size: 64px 64px;
}
.product-home-language .product-chapter { overflow: hidden; }
.product-home-language .product-chapter::before { opacity: .045; filter: blur(1.5px); text-shadow: 0 0 80px rgba(85,214,181,.12); }
.product-mobile-break { display: none; }
.product-home-language .product-workbench-chapter::before { content: "灵 凌"; top: 520px; right: -8vw; white-space: nowrap; }
.product-home-language .product-launch-chapter::before { content: "同"; top: 260px; left: -5vw; }
.product-home-language .product-workflow-chapter::before { content: "学"; top: 180px; right: -3vw; }
.product-primary {
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(560px,1.22fr);
  gap: clamp(56px,7vw,104px);
  align-items: center;
  min-height: 680px;
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 70px;
}
.product-primary-copy { max-width: 620px; }
.product-home-language .product-chapter-index {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  color: var(--story-accent);
}
.product-home-language .product-chapter-index span {
  font-size: 38px;
  font-weight: 320;
  line-height: 1;
}
.product-home-language .product-chapter-index strong {
  padding: 11px 0;
  border-top: 1px solid rgba(85,214,181,.36);
  border-bottom: 1px solid rgba(85,214,181,.15);
  font-size: 17px;
  font-weight: 820;
}
.product-primary-copy h1,.product-primary-copy h2 {
  margin: 24px 0 0;
  font-size: clamp(46px,4.8vw,68px);
  font-weight: 850;
  line-height: 1.08;
  text-wrap: balance;
}
.product-primary-copy h1 { line-height: 1.16; }
.product-title-character { display: inline-block; }
.product-primary-copy > p:last-child {
  max-width: 510px;
  margin: 26px 0 0;
  color: var(--story-muted);
  font-size: 15px;
  line-height: 1.8;
}

.product-output-visual {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(76px,1fr) 176px minmax(76px,1fr) 155px;
  align-items: center;
  min-height: 420px;
}
.product-output-visual::before {
  content: "";
  position: absolute;
  inset: 8% 0;
  border-top: 1px solid rgba(85,214,181,.08);
  border-bottom: 1px solid rgba(85,214,181,.08);
  pointer-events: none;
}
.product-output-input { position: relative; z-index: 1; padding: 22px 0; border-top: 1px solid var(--story-accent); border-bottom: 1px solid var(--story-line); }
.product-output-input span,.product-output-core span { display: block; color: var(--story-accent); font-size: 11px; font-weight: 820; }
.product-output-input strong { display: block; margin-top: 9px; font-size: 20px; }
.product-output-line { position: relative; height: 1px; overflow: hidden; background: rgba(85,214,181,.17); }
.product-output-line i { position: absolute; top: 0; left: -45%; width: 45%; height: 1px; background: linear-gradient(90deg,transparent,#c9fff0,var(--story-accent)); animation: productSignal 2.4s linear infinite; }
.product-output-line-out i { animation-delay: .65s; }
.product-output-core {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(85,214,181,.4);
  border-radius: 50%;
  background: rgba(9,23,16,.82);
  box-shadow: 0 0 0 18px rgba(85,214,181,.025),0 0 80px rgba(85,214,181,.08);
}
.product-output-core > i { position: absolute; inset: -9px; border: 1px dashed rgba(85,214,181,.22); border-radius: 50%; animation: productOrbit 18s linear infinite; }
.product-output-core strong { margin-top: 2px; font-size: 52px; line-height: 1; }
.product-output-core small { margin-top: 10px; color: var(--story-muted); font-size: 11px; }
.product-output-list { position: relative; z-index: 1; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.product-output-list li { display: grid; grid-template-columns: 30px 1fr; align-items: center; min-height: 60px; border-top: 1px solid var(--story-line); opacity: .38; }
.product-output-list li:last-child { border-bottom: 1px solid var(--story-line); }
.product-output-list span { color: var(--story-accent); font-size: 11px; }
.product-output-list strong { font-size: 14px; }
.product-output-list li.is-lit { opacity: 1; }

.product-time-promise {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px,.4fr) minmax(420px,1.08fr) minmax(330px,.68fr);
  gap: clamp(34px,4.5vw,68px);
  align-items: center;
  min-height: 286px;
  padding-top: 52px;
  padding-bottom: 58px;
  border-top: 1px solid var(--story-line);
}
.product-time-promise::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg,var(--story-accent),rgba(85,214,181,.05) 74%,transparent);
  opacity: .48;
}
.product-time-value { display: flex; align-items: flex-end; color: var(--story-accent); white-space: nowrap; }
.product-time-value strong {
  font-size: clamp(94px,10vw,148px);
  font-weight: 760;
  line-height: .75;
}
.product-time-value span {
  margin: 0 0 3px 10px;
  font-size: 15px;
  font-weight: 780;
}
.product-week-plan { min-width: 0; }
.product-week-plan header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; }
.product-week-plan header span { color: #b4c6bd; font-size: 14px; font-weight: 720; }
.product-week-plan header strong { display: flex; align-items: center; gap: 7px; color: var(--story-accent); font-size: 14px; }
.product-week-plan header strong i { width: 6px; height: 6px; border-radius: 50%; background: var(--story-accent); box-shadow: 0 0 12px rgba(85,214,181,.65); }
.product-week-plan ol { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid rgba(85,214,181,.28); border-bottom: 1px solid rgba(85,214,181,.16); list-style: none; }
.product-week-plan li { position: relative; display: grid; justify-items: center; gap: 10px; min-width: 0; padding: 13px 4px 14px; border-right: 1px solid rgba(85,214,181,.11); }
.product-week-plan li:last-child { border-right: 0; }
.product-week-plan li > span { color: #c0d0c8; font-size: 10px; font-weight: 650; white-space: nowrap; }
.product-week-plan li > i { display: grid; align-content: center; gap: 5px; width: 33px; height: 43px; padding: 0 7px; border: 1px solid rgba(85,214,181,.42); background: rgba(85,214,181,.06); box-shadow: inset 0 0 14px rgba(85,214,181,.035); }
.product-week-plan li b { display: block; height: 1px; background: rgba(202,255,241,.46); }
.product-week-plan li b:nth-child(2) { width: 72%; }
.product-week-plan li b:nth-child(3) { width: 86%; }
.product-week-plan li em { display: grid; place-items: center; position: absolute; right: calc(50% - 25px); bottom: 9px; width: 14px; height: 14px; border-radius: 50%; color: #07120e; background: var(--story-accent); font-size: 8px; font-style: normal; font-weight: 900; box-shadow: 0 0 10px rgba(85,214,181,.3); }
.product-time-promise h2 {
  margin: 0;
  color: var(--story-text);
  font-size: clamp(34px,3.35vw,52px);
  font-weight: 850;
  line-height: 1.12;
  text-wrap: balance;
}

.product-capability-pair {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
}
.product-capability-column { min-width: 0; padding: 62px 64px 58px 0; }
.product-capability-column + .product-capability-column { padding-right: 0; padding-left: 64px; border-left: 1px solid var(--story-line); }
.product-capability-column header > p,.product-account-fit > header > p,.product-coaching-compact > header > p {
  margin: 0 0 17px;
  color: var(--story-accent);
  font-size: 15px;
  font-weight: 820;
}
.product-capability-column h2 { max-width: 520px; margin: 0; font-size: clamp(28px,2.8vw,42px); line-height: 1.14; }
.product-reading-list { display: grid; margin: 36px 0 0; padding: 0; list-style: none; }
.product-reading-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid rgba(85,214,181,.11); }
.product-reading-list li > span { padding-top: 3px; color: #8de9d1; font-size: 12px; }
.product-reading-list strong { color: #d9e7e0; font-size: 16px; }
.product-reading-list p { margin: 8px 0 0; color: #b4c5bd; font-size: 15px; line-height: 1.72; }
.product-mode-switch { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 37px; border-top: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); }
.product-mode-switch span { padding: 18px 14px 18px 0; color: #c8d5cf; font-size: 14px; }
.product-mode-switch span + span { padding-left: 18px; border-left: 1px solid var(--story-line); }
.product-mode-switch i { margin-right: 8px; color: var(--story-accent); font-size: 11px; font-style: normal; }
.product-compact-capabilities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; margin: 22px 0 0; padding: 0; list-style: none; }
.product-compact-capabilities li { position: relative; padding: 11px 0 11px 16px; color: var(--story-muted); font-size: 14px; line-height: 1.55; border-bottom: 1px solid rgba(85,214,181,.07); }
.product-compact-capabilities li::before { content: "+"; position: absolute; left: 0; color: var(--story-accent); }
.product-utility-rail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding-top: 0; padding-bottom: 0; border-bottom: 1px solid var(--story-line); }
.product-utility-rail p { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; min-height: 72px; margin: 0; padding: 0 28px 0 0; color: #c5d4cd; font-size: 14px; line-height: 1.6; border-top: 1px solid var(--story-line); }
.product-utility-rail p:nth-child(even) { padding-right: 0; padding-left: 28px; border-left: 1px solid var(--story-line); }
.product-utility-rail span { color: var(--story-accent); font-size: 17px; }
.product-utility-rail strong { font-weight: 650; }
.product-utility-rail-suite { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 30px; border-top: 1px solid var(--story-line); }
.product-utility-rail-suite p { min-height: 76px; padding: 0 14px 0 0; border-top: 0; border-bottom: 1px solid rgba(85,214,181,.1); font-size: 14px; }
.product-utility-rail-suite p:nth-child(even) { padding-right: 0; padding-left: 14px; border-left: 1px solid rgba(85,214,181,.1); }

.product-reach { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(590px,1.22fr); gap: 68px; align-items: center; padding-top: 72px; padding-bottom: 78px; border-top: 1px solid rgba(85,214,181,.08); }
.product-reach h2 { margin: 0; font-size: clamp(34px,3.5vw,50px); line-height: 1.1; }
.product-reach header p { margin: 20px 0 0; color: var(--story-muted); font-size: 15px; line-height: 1.75; }
.product-reach-visual { display: grid; grid-template-columns: 102px minmax(70px,1fr) minmax(390px,1.8fr); align-items: center; }
.product-reach-source { text-align: center; }
.product-reach-source span { display: block; color: var(--story-accent); font-size: 76px; font-weight: 850; line-height: .9; }
.product-reach-source strong { display: block; margin-top: 8px; font-size: 13px; }
.product-reach-visual > i { height: 1px; background: linear-gradient(90deg,var(--story-accent),rgba(85,214,181,.1)); transform-origin: left; }
.product-reach-platforms { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--story-line); border-top: 1px solid var(--story-line); }
.product-reach-platforms span { display: grid; min-height: 78px; padding: 13px 10px; align-content: center; justify-items: center; gap: 8px; color: #c7d5ce; border-right: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); opacity: .45; transition: background 180ms ease,color 180ms ease; }
.product-reach-platforms span:hover { color: var(--story-text); background: rgba(85,214,181,.045); }
.product-reach-platforms img { width: 21px; height: 21px; object-fit: contain; filter: saturate(.68); }
.product-reach-platforms b { font-size: 13px; font-weight: 680; }

.product-story-nav { right: 0; gap: 6px; padding: 10px 6px 10px 10px; border: 1px solid rgba(85,214,181,.12); border-right: 0; background: rgba(6,16,12,.76); backdrop-filter: blur(10px); }
.product-story-nav a { grid-template-columns: 20px 74px; gap: 6px; align-items: center; justify-items: start; min-height: 38px; color: #6e8379; font-size: 10px; }
.product-story-nav a::after { display: none; }
.product-story-nav a span { font-size: 10px; }
.product-story-nav a:hover,.product-story-nav a.is-active { color: var(--story-text); }
.product-story-nav a.is-active span { color: #cafff2; }
.product-story-nav a::before { content: ""; position: absolute; left: 0; width: 2px; height: 0; background: var(--story-accent); transition: height 220ms ease; }
.product-story-nav a { position: relative; }
.product-story-nav a.is-active::before { height: 26px; }

.product-primary-service { min-height: 590px; padding-top: 74px; }
.product-primary-service .product-primary-copy h2 { max-width: 620px; font-size: clamp(42px,4.3vw,62px); }
.product-service-route { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.product-service-route::before { content: ""; position: absolute; top: 44px; left: 6%; right: 6%; height: 1px; background: rgba(85,214,181,.16); }
.product-service-route::after { content: ""; position: absolute; top: 44px; left: 6%; width: 88%; height: 1px; background: linear-gradient(90deg,var(--story-accent),#cafff2); transform: scaleX(var(--route-progress,0)); transform-origin: left; }
.product-service-route li { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.product-service-route li > i { width: 11px; height: 11px; margin: 39px 0 25px; border: 2px solid #07120e; border-radius: 50%; background: #4e6b5f; box-shadow: 0 0 0 1px rgba(85,214,181,.24); }
.product-service-route span { position: absolute; top: 0; color: var(--story-accent); font-size: 11px; }
.product-service-route strong { font-size: 20px; }
.product-service-route small { margin-top: 7px; color: var(--story-muted); font-size: 14px; }

.product-home-language .product-account-fit { padding-top: 62px; padding-bottom: 62px; border-top: 1px solid var(--story-line); }
.product-account-fit > header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.product-account-fit > header h3 { margin: 0; font-size: clamp(30px,3.1vw,43px); }
.product-account-fit > header p { margin-bottom: 6px; }
.product-home-language .product-account-table { border-collapse: collapse; table-layout: fixed; width: 100%; }
.product-home-language .product-account-table th,.product-home-language .product-account-table td { padding: 20px 20px; border: 1px solid rgba(85,214,181,.11); text-align: left; vertical-align: top; }
.product-home-language .product-account-table thead th { color: var(--story-text); font-size: 15px; background: rgba(85,214,181,.035); }
.product-home-language .product-account-table thead th:first-child { width: 120px; background: transparent; }
.product-home-language .product-account-table tbody th { color: var(--story-accent); font-size: 12px; font-weight: 800; }
.product-home-language .product-account-table tbody td { color: #b8c8c0; font-size: 14px; line-height: 1.7; }
.product-home-language .product-account-table tr { opacity: 1; }
.product-coaching-compact { display: grid; grid-template-columns: minmax(430px,.92fr) minmax(500px,1.08fr); gap: 56px; padding-top: 62px; padding-bottom: 62px; border-top: 1px solid var(--story-line); }
.product-coaching-compact h3 { margin: 0; font-size: clamp(30px,3vw,40px); line-height: 1.18; }
.product-coaching-compact ol { display: grid; margin: 0; padding: 0; list-style: none; }
.product-coaching-compact li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(85,214,181,.12); }
.product-coaching-compact li:last-child { border-bottom: 1px solid rgba(85,214,181,.12); }
.product-coaching-compact li > span { padding-top: 3px; color: var(--story-accent); font-size: 11px; }
.product-coaching-compact strong { font-size: 15px; }
.product-coaching-compact li p { margin: 6px 0 0; color: #a7b9b0; font-size: 14px; line-height: 1.68; }
.product-evidence-strip { display: grid; grid-template-columns: minmax(300px,.64fr) minmax(560px,1.36fr); gap: 70px; align-items: center; padding-top: 52px; padding-bottom: 58px; border-top: 1px solid var(--story-line); }
.product-evidence-copy h3 { max-width: 370px; margin: 0; font-size: clamp(27px,2.7vw,39px); line-height: 1.18; }
.product-evidence-copy > p { max-width: 430px; margin: 18px 0 0; color: #7f9389; font-size: 12px; line-height: 1.7; }
.product-evidence-copy a { display: inline-flex; gap: 12px; margin-top: 24px; align-items: center; color: var(--story-accent); font-size: 13px; font-weight: 780; text-decoration: none; }
.product-evidence-visual {
  position: relative;
  min-width: 0;
  min-height: 380px;
  overflow: hidden;
  isolation: isolate;
}
.product-evidence-visual::before {
  position: absolute;
  z-index: -1;
  inset: 9% 7%;
  background: radial-gradient(ellipse at center,rgba(85,214,181,.17),rgba(85,214,181,.035) 48%,transparent 74%);
  content: "";
  filter: blur(20px);
}
.product-evidence-visual::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  background:
    linear-gradient(90deg,#07120e 0,transparent 10%,transparent 90%,#07120e 100%),
    linear-gradient(180deg,#07120e 0,transparent 12%,transparent 82%,#07120e 100%);
  content: "";
  pointer-events: none;
}
.product-evidence-loop {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  display: flex;
  width: max-content;
  will-change: transform;
}
.product-evidence-visual.is-ready .product-evidence-loop {
  animation: product-evidence-roll 14s linear infinite;
}
.product-evidence-visual:hover .product-evidence-loop { animation-play-state: paused; }
.product-evidence-group {
  display: flex;
  height: 100%;
  gap: 18px;
  padding-right: 18px;
}
.product-evidence-shot {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  aspect-ratio: .48;
  margin: 0;
  overflow: hidden;
  background: #07120e;
  box-shadow: 0 24px 62px rgba(0,0,0,.42);
  -webkit-mask-image: radial-gradient(ellipse 88% 96% at center,#000 72%,rgba(0,0,0,.96) 82%,transparent 100%);
  mask-image: radial-gradient(ellipse 88% 96% at center,#000 72%,rgba(0,0,0,.96) 82%,transparent 100%);
  transition: transform .35s cubic-bezier(.22,.61,.36,1),filter .35s ease;
}
.product-evidence-shot::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(7,18,14,.08),transparent 48%,rgba(7,18,14,.35));
  box-shadow: inset 0 0 38px rgba(7,18,14,.48);
  content: "";
  pointer-events: none;
}
.product-evidence-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(.86) contrast(.97) brightness(.86);
  transition: filter .35s ease;
}
.product-evidence-shot:hover { z-index: 2; transform: translateY(-5px) scale(1.015); }
.product-evidence-shot:hover img { filter: saturate(.98) contrast(1) brightness(.96); }

@keyframes product-evidence-roll {
  to { transform: translate3d(-50%,0,0); }
}

.product-primary-workflow { min-height: 620px; padding-top: 80px; }
.product-flow-visual { position: relative; min-width: 0; padding-top: 45px; }
.product-flow-visual svg { display: block; width: 100%; height: 140px; overflow: visible; }
.product-flow-base,.product-flow-draw { fill: none; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.product-flow-base { stroke: rgba(85,214,181,.13); }
.product-flow-draw { stroke: url(#none); stroke: var(--story-accent); stroke-dasharray: 1; stroke-dashoffset: 1; }
.product-flow-visual ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin: -78px 0 0; padding: 0; list-style: none; }
.product-flow-visual li { position: relative; padding-top: 54px; }
.product-flow-visual li:nth-child(2),.product-flow-visual li:nth-child(4) { transform: translateY(-34px); }
.product-flow-visual li > i { position: absolute; top: 24px; left: 0; width: 10px; height: 10px; border: 2px solid #07120e; border-radius: 50%; background: #567065; box-shadow: 0 0 0 1px rgba(85,214,181,.28); }
.product-flow-visual li span { color: var(--story-accent); font-size: 11px; }
.product-flow-visual li strong { display: block; margin-top: 7px; font-size: 17px; }
.product-flow-visual li small { display: block; max-width: 170px; margin-top: 8px; color: #a7b9b0; font-size: 14px; line-height: 1.6; }
.product-home-language .product-workflow-close { grid-template-columns: minmax(480px,1fr) minmax(320px,.8fr) auto; gap: 40px; padding-top: 52px; padding-bottom: 56px; }
.product-home-language .product-workflow-close h3 { display: grid; gap: 5px; }
.product-home-language .product-workflow-close h3 span { display: block; }

@keyframes productSignal { to { left: 105%; } }
@keyframes productOrbit { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .product-primary { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding-top: calc(var(--header-height) + 64px); padding-bottom: 64px; }
  .product-primary-copy { max-width: 760px; }
  .product-output-visual { min-height: 370px; }
  .product-time-promise { grid-template-columns: 140px minmax(300px,1fr) minmax(200px,.7fr); gap: 24px; }
  .product-time-promise h2 { font-size: 34px; }
  .product-capability-column { padding-right: 40px; }
  .product-capability-column + .product-capability-column { padding-left: 40px; }
  .product-reach,.product-coaching-compact { gap: 44px; }
  .product-coaching-compact { grid-template-columns: 1fr; }
  .product-home-language .product-workflow-close { grid-template-columns: 1fr; }
  .product-primary-service,.product-primary-workflow { padding-top: 72px; }
  .product-reach { grid-template-columns: 1fr; }
  .product-evidence-strip { grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 30px; }
}

@media (min-width: 861px) and (max-width: 1400px) {
  .product-story-nav { display: none; }
}

@media (max-width: 700px) {
  .product-home-language { background-size: 44px 44px; }
  .product-primary { gap: 34px; padding-top: calc(var(--header-height) + 38px); padding-bottom: 48px; }
  .product-primary-copy h1,.product-primary-copy h2,.product-primary-service .product-primary-copy h2 { font-size: 35px; }
  .product-mobile-break { display: block; }
  .product-home-language .product-chapter-index { grid-template-columns: 56px 1fr; }
  .product-home-language .product-chapter-index span { font-size: 30px; }
  .product-primary-copy > p:last-child { margin-top: 19px; font-size: 13px; }
  .product-output-visual { grid-template-columns: 90px 1fr 112px; grid-template-rows: auto 58px auto; min-height: 370px; }
  .product-output-input { grid-column: 1; grid-row: 1; }
  .product-output-line-in { grid-column: 2; grid-row: 1; }
  .product-output-core { grid-column: 3; grid-row: 1; }
  .product-output-core strong { font-size: 36px; }
  .product-output-core small { display: none; }
  .product-output-line-out { grid-column: 3; grid-row: 2; width: 58px; transform: rotate(90deg); transform-origin: left; }
  .product-output-list { grid-column: 1 / -1; grid-row: 3; grid-template-columns: repeat(5,1fr); }
  .product-output-list li { display: grid; grid-template-columns: 1fr; gap: 4px; min-height: 66px; padding: 10px 4px; text-align: center; border-bottom: 1px solid var(--story-line); border-right: 1px solid var(--story-line); }
  .product-output-list li:last-child { border-right: 0; }
  .product-output-list strong { font-size: 11px; }
  .product-time-promise {
    grid-template-columns: 1fr;
    gap: 31px;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .product-time-value strong { font-size: 102px; }
  .product-time-value span { margin-bottom: 2px; }
  .product-week-plan header { margin-bottom: 12px; }
  .product-week-plan li { padding-right: 2px; padding-left: 2px; }
  .product-week-plan li > i { width: 27px; height: 34px; }
  .product-week-plan li em { right: calc(50% - 21px); }
  .product-time-promise h2 { font-size: 36px; }
  .product-capability-pair { grid-template-columns: 1fr; }
  .product-capability-column,.product-capability-column + .product-capability-column { padding: 44px 0; border-left: 0; }
  .product-capability-column + .product-capability-column { border-top: 1px solid var(--story-line); }
  .product-capability-column h2 { font-size: 31px; }
  .product-mode-switch,.product-compact-capabilities { grid-template-columns: 1fr; }
  .product-mode-switch span + span { padding-left: 0; border-top: 1px solid var(--story-line); border-left: 0; }
  .product-utility-rail { grid-template-columns: 1fr; }
  .product-utility-rail p,.product-utility-rail p:nth-child(even) { min-height: 64px; padding: 0; border-left: 0; }
  .product-reach { grid-template-columns: 1fr; gap: 40px; padding-top: 50px; padding-bottom: 52px; }
  .product-reach h2 { font-size: 36px; }
  .product-reach-visual { grid-template-columns: 72px 42px minmax(0,1fr); }
  .product-reach-source span { font-size: 60px; }
  .product-reach-platforms { grid-template-columns: repeat(2,1fr); }
  .product-reach-platforms span { min-height: 70px; padding: 11px 6px; }
  .product-primary-service { padding-top: 58px; }
  .product-service-route { margin: 14px 0 4px; }
  .product-service-route strong { font-size: 15px; }
  .product-home-language .product-account-fit { padding-top: 48px; padding-bottom: 48px; }
  .product-account-fit > header { display: block; }
  .product-account-fit > header p { margin-bottom: 12px; }
  .product-account-fit > header h3 { font-size: 32px; }
  .product-home-language .product-account-table-wrap { display: none; }
  .product-home-language .product-account-mobile { display: grid; margin-top: 30px; }
  .product-home-language .product-account-mobile article { padding: 24px 0; border-top: 1px solid var(--story-line); }
  .product-home-language .product-account-mobile h4 { margin: 0; font-size: 22px; }
  .product-home-language .product-account-mobile p { margin: 10px 0 0; color: #c2d0ca; font-size: 13px; }
  .product-home-language .product-account-mobile strong,.product-home-language .product-account-mobile small { display: block; margin-top: 8px; color: var(--story-muted); font-size: 11px; font-weight: 500; }
  .product-coaching-compact { grid-template-columns: 1fr; gap: 34px; padding-top: 48px; padding-bottom: 48px; }
  .product-evidence-strip { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; padding-bottom: 48px; }
  .product-evidence-visual { min-height: 340px; }
  .product-evidence-loop { top: 8px; bottom: 8px; }
  .product-primary-workflow { padding-top: 58px; }
  .product-flow-visual { padding-top: 10px; }
  .product-flow-visual svg { display: none; }
  .product-flow-visual ol { grid-template-columns: 1fr; gap: 0; margin: 0; }
  .product-flow-visual li,.product-flow-visual li:nth-child(2),.product-flow-visual li:nth-child(4) { min-height: 86px; padding: 18px 0 18px 48px; border-top: 1px solid var(--story-line); transform: none; }
  .product-flow-visual li:last-child { border-bottom: 1px solid var(--story-line); }
  .product-flow-visual li > i { top: 22px; left: 3px; }
  .product-flow-visual li strong { margin-top: 3px; }
  .product-flow-visual li small { max-width: none; }
  .product-home-language .product-workflow-close { gap: 20px; padding-top: 44px; padding-bottom: 48px; }
  body[data-active-view="product"] .final-inner h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-output-line i,.product-output-core > i { animation: none; }
  .product-time-promise * { opacity: 1 !important; visibility: visible !important; transform: none !important; }
  .product-evidence-loop { animation: none !important; transform: none !important; }
  .product-evidence-shot,.product-evidence-shot img { transition: none; }
}

/* Launch service V3: one continuous decision path on the homepage's dark-green canvas. */
.launch-v3-page {
  --launch-bg: #07120e;
  --launch-bg-soft: #0b1a14;
  --launch-bg-lift: #10251d;
  --launch-line: rgba(103,219,188,.16);
  --launch-line-strong: rgba(103,219,188,.32);
  --launch-accent: #55d6b5;
  --launch-accent-pale: #cafff1;
  --launch-text: #eef8f3;
  --launch-muted: #92a99e;
  color: var(--launch-text);
  background:
    linear-gradient(rgba(85,214,181,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(85,214,181,.026) 1px,transparent 1px),
    var(--launch-bg);
  background-size: 72px 72px;
}
body[data-active-view="launch"] .site-header { color: #eef8f3; background: rgba(7,18,14,.76); border-color: rgba(103,219,188,.16); backdrop-filter: blur(14px); }
body[data-active-view="launch"] .site-header .brand-copy strong { color: #eef8f3; }
body[data-active-view="launch"] .site-header .brand-copy small { color: #92a99e; }
body[data-active-view="launch"] .site-header .site-nav a { color: #b6c8bf; }
body[data-active-view="launch"] .site-header .site-nav a:hover,body[data-active-view="launch"] .site-header .site-nav a.is-active { color: #eef8f3; }
body[data-active-view="launch"] .site-header .menu-toggle { color: #eef8f3; }
body[data-active-view="launch"] .site-header .workbench-link { color: #07120e; background: #55d6b5; }

.launch-v3-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--launch-line); }
.launch-v3-hero::before { content: "起"; position: absolute; right: -2vw; bottom: -12vw; color: rgba(110,230,199,.045); font-size: min(42vw,610px); font-weight: 900; line-height: .8; pointer-events: none; }
.launch-v3-hero-glow { position: absolute; right: 6%; bottom: -10%; width: 48vw; height: 36vw; background: radial-gradient(ellipse at center,rgba(85,214,181,.13),rgba(7,18,14,0) 68%); filter: blur(24px); pointer-events: none; }
.launch-v3-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(600px,1.15fr) minmax(420px,.85fr); gap: 4vw; align-items: center; min-height: min(900px,100vh); padding-top: calc(var(--header-height) + 50px); padding-bottom: 72px; }
.launch-v3-hero-copy h1 { width: min(760px,100%); max-width: none; margin: 0; font-size: clamp(47px,4.7vw,70px); line-height: 1.14; letter-spacing: 0; }
.launch-v3-hero-copy h1 > span { display: block; white-space: nowrap; }
.launch-v3-hero-copy > p { max-width: 650px; margin: 42px 0 0; color: #b7c9c0; font-size: 15px; line-height: 1.9; }
.launch-v3-hero-copy > a { display: inline-grid; justify-items: center; gap: 14px; margin-top: 58px; color: var(--launch-accent-pale); font-size: 14px; font-weight: 760; text-decoration: none; }
.launch-v3-hero-copy > a strong { font-weight: 760; }
.launch-v3-hero-copy > a span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(202,255,241,.35); border-radius: 50%; color: var(--launch-accent-pale); background: rgba(85,214,181,.045); font-size: 25px; font-weight: 400; box-shadow: 0 0 30px rgba(85,214,181,.08); animation: launchArrow 1.8s ease-in-out infinite; }
.launch-v3-route { --route-progress: 0; position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 54px 0 0; list-style: none; }
.launch-v3-route::before,.launch-v3-route::after { content: ""; position: absolute; top: 112px; left: 8%; width: 84%; height: 1px; }
.launch-v3-route::before { background: var(--launch-line); }
.launch-v3-route::after { background: linear-gradient(90deg,var(--launch-accent),var(--launch-accent-pale)); transform: scaleX(var(--route-progress)); transform-origin: left; }
.launch-v3-route li { position: relative; z-index: 1; display: grid; justify-items: center; min-width: 0; text-align: center; }
.launch-v3-route span { color: var(--launch-accent); font-size: 12px; font-weight: 800; }
.launch-v3-route i { width: 12px; height: 12px; margin: 51px 0 25px; border: 2px solid var(--launch-bg); border-radius: 50%; background: #506b60; box-shadow: 0 0 0 1px var(--launch-line-strong); }
.launch-v3-route strong { font-size: 23px; }
.launch-v3-route small { margin-top: 8px; color: var(--launch-muted); font-size: 14px; }

.launch-v3-section { padding-top: 105px; padding-bottom: 105px; }
.launch-v3-heading > p,.launch-v3-heading-split > div > p,.launch-v3-value header > p { margin: 0 0 17px; color: var(--launch-accent); font-size: 14px; font-weight: 820; }
.launch-v3-heading h2,.launch-v3-value h2,.launch-v3-platforms h2,.launch-v3-faq h2 { margin: 0; font-size: clamp(38px,4.3vw,62px); line-height: 1.1; letter-spacing: 0; }
.launch-v3-mobile-break { display: none; }
.launch-v3-heading-split { display: grid; grid-template-columns: minmax(500px,1.2fr) minmax(280px,.8fr); gap: 70px; align-items: end; }
.launch-v3-heading-split > p { max-width: 420px; margin: 0 0 7px auto; color: #a5b7ae; font-size: 15px; line-height: 1.78; }
.launch-v3-delivery-guide { justify-self: end; align-self: end; width: min(100%,390px); }
.launch-v3-delivery-guide > p { margin: 0; color: #a5b7ae; font-size: 15px; line-height: 1.78; }
.launch-v3-delivery-guide > div { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 20px; color: #b8c9c0; font-size: 14px; }
.launch-v3-delivery-guide span { display: inline-flex; gap: 7px; align-items: center; }
.launch-v3-delivery-guide i { display: grid; width: 18px; height: 18px; border: 1px solid rgba(85,214,181,.34); place-items: center; color: var(--launch-accent); font-size: 11px; font-style: normal; font-weight: 900; }
.launch-v3-plan-ip { --plan-accent: #ef8d7e; --plan-wash: rgba(239,141,126,.08); }
.launch-v3-plan-knowledge { --plan-accent: #55d6b5; --plan-wash: rgba(85,214,181,.075); }
.launch-v3-plan-service { --plan-accent: #78b9e8; --plan-wash: rgba(120,185,232,.075); }

.launch-v3-table-wrap { margin-top: 56px; border-top: 1px solid var(--launch-line-strong); }
.launch-v3-compare-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.launch-v3-compare-table th,.launch-v3-compare-table td { padding: 24px 18px; border-right: 1px solid var(--launch-line); border-bottom: 1px solid var(--launch-line); text-align: left; vertical-align: top; }
.launch-v3-compare-table tr > *:last-child { border-right: 0; }
.launch-v3-compare-table thead th { height: 104px; color: var(--launch-text); font-size: 20px; vertical-align: middle; }
.launch-v3-compare-table thead th:first-child { width: 135px; color: #7f958a; font-size: 12px; text-transform: uppercase; }
.launch-v3-compare-table thead th:not(:first-child) { position: relative; background: linear-gradient(180deg,var(--plan-wash),transparent 72%); }
.launch-v3-compare-table thead th:not(:first-child)::before { content: ""; position: absolute; top: -1px; right: 24px; left: 24px; height: 2px; background: var(--plan-accent); }
.launch-v3-compare-table thead span { display: block; margin-bottom: 9px; color: var(--plan-accent,var(--launch-accent)); font-size: 11px; }
.launch-v3-compare-table tbody th { color: #a8bcb2; font-size: 14px; }
.launch-v3-compare-table tbody td { color: #cad8d1; font-size: 15px; line-height: 1.75; text-wrap: pretty; }
.launch-v3-compare-table tbody tr:hover td,.launch-v3-compare-table tbody tr:hover th { color: var(--launch-text); background: rgba(85,214,181,.035); }
.launch-v3-fit-mobile { display: none; }

.launch-v3-delivery { border-top: 1px solid var(--launch-line); }
.launch-v3-delivery-grid { margin-top: 58px; border: 1px solid var(--launch-line-strong); border-bottom: 0; background: rgba(7,18,14,.42); }
.launch-v3-plans,.launch-v3-delivery-row { display: grid; }
.launch-v3-plans,.launch-v3-delivery-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.launch-v3-delivery-split { grid-template-columns: 2fr 1fr; }
.launch-v3-plans article,.launch-v3-delivery-row article { min-width: 0; border-right: 1px solid var(--launch-line); }
.launch-v3-plans article:last-child,.launch-v3-delivery-row article:last-child { border-right: 0; }
.launch-v3-plans article { position: relative; overflow: hidden; min-height: 165px; padding: 27px 30px; border-bottom: 1px solid var(--launch-line-strong); background: linear-gradient(150deg,var(--plan-wash),rgba(7,18,14,.16) 58%); }
.launch-v3-plans article::before { content: ""; position: absolute; top: 0; right: 30px; left: 30px; height: 2px; background: var(--plan-accent); }
.launch-v3-plans span { color: var(--plan-accent,var(--launch-accent)); font-size: 11px; }
.launch-v3-plans h3 { margin: 16px 0 0; font-size: 21px; }
.launch-v3-plans p { margin: 25px 0 0; color: #a5b7ae; font-size: 15px; }
.launch-v3-plans strong { margin-right: 5px; color: var(--plan-accent,var(--launch-accent-pale)); font-size: 48px; line-height: .86; }
.launch-v3-delivery-grid article { position: relative; }
.launch-v3-delivery-grid > article,.launch-v3-delivery-row article { min-height: 96px; padding: 24px 30px; border-bottom: 1px solid var(--launch-line); }
.launch-v3-delivery-grid b { display: block; color: #e3f0ea; font-size: 15px; }
.launch-v3-delivery-grid p { margin: 9px 0 0; color: #aebfb7; font-size: 14px; line-height: 1.75; }
.launch-v3-delivery-shared {
  display: grid;
  grid-template-columns: minmax(190px,.34fr) minmax(0,1fr);
  gap: 34px;
  align-items: center;
  min-height: 104px !important;
  padding: 24px 42px !important;
  background: #0a1813;
  box-shadow: inset 0 1px rgba(210,232,222,.035),inset 0 -1px rgba(210,232,222,.025);
}
.launch-v3-delivery-shared::before { content: none; }
.launch-v3-delivery-shared b { color: #e3eee8; font-size: 16px; }
.launch-v3-delivery-shared p { margin-top: 0; color: #aebdb6; }
.launch-v3-template-row article:empty { background: repeating-linear-gradient(-45deg,rgba(85,214,181,.018),rgba(85,214,181,.018) 8px,transparent 8px,transparent 16px); }
.launch-v3-tool-row { min-height: 180px !important; grid-template-columns: minmax(190px,.34fr) minmax(0,1fr); }
.launch-v3-tool-row > div { display: grid; grid-template-columns: 46px minmax(35px,1fr) repeat(5,44px); gap: 6px; align-items: center; width: 100%; margin-top: 22px; }
.launch-v3-tool-row > b { align-self: start; padding-top: 2px; }
.launch-v3-tool-row > p { align-self: start; }
.launch-v3-tool-row > div { grid-column: 2; }
.launch-v3-tool-row > div span { display: grid; min-height: 48px; place-items: center; border: 1px solid var(--launch-line); color: #bcd0c6; background: rgba(85,214,181,.025); font-size: 9px; }
.launch-v3-tool-row > div i { height: 1px; background: linear-gradient(90deg,var(--launch-accent),transparent); }
.launch-v3-option-row article { min-height: 152px; }
.launch-v3-option-row article:last-child { background: rgba(85,214,181,.025); }
.launch-v3-option-row b { display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; }
.launch-v3-option-row b em { color: var(--launch-accent-pale); font-size: 25px; font-style: normal; font-weight: 850; line-height: 1; text-shadow: 0 0 24px rgba(85,214,181,.2); }

.launch-v3-offers { margin-top: 58px; }
.launch-v3-offer-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.launch-v3-offer { position: relative; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; min-width: 0; min-height: 0; padding: 32px 30px 28px; border: 1px solid rgba(213,235,225,.15); border-top-color: color-mix(in srgb,var(--plan-accent) 60%,transparent); background: linear-gradient(155deg,var(--plan-wash),rgba(9,23,17,.9) 44%,rgba(7,18,14,.98)); box-shadow: 0 24px 70px rgba(0,0,0,.12); transition: transform 260ms cubic-bezier(.2,.75,.2,1),border-color 260ms ease,box-shadow 260ms ease,filter 260ms ease,opacity 260ms ease; transform-origin: center bottom; }
.launch-v3-offer::before { content: ""; position: absolute; top: -1px; right: 30px; left: 30px; height: 2px; background: var(--plan-accent); box-shadow: 0 0 22px color-mix(in srgb,var(--plan-accent) 34%,transparent); }
.launch-v3-offer::after { content: none; }
.launch-v3-offer-columns:has(.launch-v3-offer:hover) .launch-v3-offer:not(:hover),.launch-v3-offer-columns:has(.launch-v3-offer:focus-within) .launch-v3-offer:not(:focus-within) { opacity: .7; filter: saturate(.72); }
.launch-v3-offer:hover,.launch-v3-offer:focus-within { z-index: 3; border-color: color-mix(in srgb,var(--plan-accent) 60%,rgba(255,255,255,.2)); box-shadow: 0 32px 80px rgba(0,0,0,.28),0 0 44px color-mix(in srgb,var(--plan-accent) 10%,transparent); transform: translateY(-10px) scale(1.012); }
.launch-v3-offer header { min-height: 162px; padding-bottom: 26px; border-bottom: 1px solid var(--launch-line); }
.launch-v3-offer header > span { color: var(--plan-accent); font-size: 11px; font-weight: 820; }
.launch-v3-offer h3 { margin: 16px 0 0; font-size: 23px; }
.launch-v3-offer header p { display: flex; margin: 28px 0 0; align-items: flex-end; color: var(--plan-accent); }
.launch-v3-offer header strong { font-size: 52px; line-height: .78; letter-spacing: 0; }
.launch-v3-offer header small { margin-left: 7px; color: #aabbb3; font-size: 12px; line-height: 1; }
.launch-v3-offer-list { min-width: 0; }
.launch-v3-offer-list > div { position: relative; min-height: 92px; padding: 21px 0 21px 34px; border-bottom: 1px solid var(--launch-line); }
.launch-v3-offer-list > div::before { position: absolute; top: 21px; left: 0; display: grid; width: 20px; height: 20px; border: 1px solid color-mix(in srgb,var(--plan-accent) 48%,transparent); place-items: center; color: var(--plan-accent); background: color-mix(in srgb,var(--plan-accent) 8%,transparent); font-size: 12px; font-weight: 900; line-height: 1; }
.launch-v3-offer-list > div[data-offer-state="included"]::before { content: "✓"; }
.launch-v3-offer-list > div[data-offer-state="addon"] { background: linear-gradient(90deg,color-mix(in srgb,var(--plan-accent) 5%,transparent),transparent 70%); }
.launch-v3-offer-list > div[data-offer-state="addon"]::before { content: "+"; }
.launch-v3-offer-list > div[data-offer-state="unsupported"] { opacity: .58; }
.launch-v3-offer-list > div[data-offer-state="unsupported"]::before { content: "×"; border-color: rgba(176,194,185,.28); color: #87998f; background: rgba(176,194,185,.035); }
.launch-v3-offer-list b { color: #e3f0ea; font-size: 15px; line-height: 1.45; }
.launch-v3-offer-list p { margin: 8px 0 0; color: #b3c4bb; font-size: 14px; line-height: 1.75; }
.launch-v3-subpoints { display: grid; gap: 8px; }
.launch-v3-subpoints > span { position: relative; display: block; padding-left: 13px; text-wrap: pretty; }
.launch-v3-subpoints > span::before { position: absolute; top: .72em; left: 0; width: 5px; height: 5px; content: ""; border: 1px solid color-mix(in srgb,var(--plan-accent) 62%,transparent); background: color-mix(in srgb,var(--plan-accent) 22%,transparent); transform: translateY(-50%); }
.launch-v3-offer-list em { margin-left: 7px; color: var(--plan-accent); font-size: 22px; font-style: normal; font-weight: 850; white-space: nowrap; }
.launch-v3-offer > button { align-self: end; display: flex; width: 100%; min-height: 52px; margin-top: 30px; padding: 0 18px; border: 1px solid color-mix(in srgb,var(--plan-accent) 68%,transparent); align-items: center; justify-content: space-between; color: #e6f2ec; background: color-mix(in srgb,var(--plan-accent) 8%,rgba(7,18,14,.94)); font: inherit; font-size: 14px; font-weight: 760; cursor: pointer; transition: color 180ms ease,background 180ms ease,border-color 180ms ease; }
.launch-v3-offer > button:hover,.launch-v3-offer > button:focus-visible { border-color: var(--plan-accent); color: #07120e; background: var(--plan-accent); outline: 0; }
.launch-v3-offer > button span { font-size: 18px; }

.launch-v3-common-delivery { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(210px,.3fr) minmax(0,1fr); gap: 38px; margin-top: 34px; padding: 32px; border: 1px solid rgba(85,214,181,.2); background: linear-gradient(90deg,rgba(85,214,181,.075),rgba(10,26,20,.96) 26%,rgba(8,20,15,.96)); box-shadow: inset 0 1px rgba(211,255,241,.035); }
.launch-v3-common-delivery > header { align-self: center; }
.launch-v3-common-delivery > header span { color: var(--launch-accent); font-size: 12px; font-weight: 820; }
.launch-v3-common-delivery > header h3 { max-width: 230px; margin: 13px 0 0; font-size: 23px; line-height: 1.35; }
.launch-v3-common-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--launch-line); border-left: 1px solid var(--launch-line); }
.launch-v3-common-list > div { min-width: 0; padding: 18px 20px; border-right: 1px solid var(--launch-line); border-bottom: 1px solid var(--launch-line); }
.launch-v3-common-list > div:nth-child(3) { grid-column: 1 / -1; }
.launch-v3-common-list b,.launch-v3-upgrade-grid b { color: #e3f0ea; font-size: 14px; }
.launch-v3-common-list p,.launch-v3-upgrade-grid p { margin: 7px 0 0; color: #b3c4bb; font-size: 14px; line-height: 1.75; }

.launch-v3-upgrade-grid { display: grid; grid-template-columns: 2fr 1fr; margin-top: 18px; border: 1px solid var(--launch-line-strong); }
.launch-v3-upgrade-grid > section { min-width: 0; }
.launch-v3-upgrade-grid > section + section { border-left: 1px solid var(--launch-line-strong); }
.launch-v3-upgrade-grid header { display: flex; min-height: 68px; padding: 19px 24px; border-bottom: 1px solid var(--launch-line); align-items: center; justify-content: space-between; gap: 18px; background: rgba(85,214,181,.025); }
.launch-v3-upgrade-grid header span { color: var(--launch-muted); font-size: 12px; }
.launch-v3-upgrade-grid header strong { color: #dfece6; font-size: 14px; }
.launch-v3-upgrade-grid section > div { min-height: 102px; padding: 22px 24px; border-bottom: 1px solid var(--launch-line); }
.launch-v3-upgrade-grid section > div:last-child { border-bottom: 0; }
.launch-v3-upgrade-grid em { margin-left: 8px; color: var(--launch-accent-pale); font-size: 23px; font-style: normal; line-height: 1; }
.launch-v3-upgrade-included { background: rgba(120,185,232,.035); }

.launch-contact-overlay[hidden] { display: none; }
body.launch-contact-open { overflow: hidden; }
.launch-contact-overlay { position: fixed; inset: 0; z-index: 220; display: grid; padding: 24px; place-items: center; }
.launch-contact-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,9,6,.72); backdrop-filter: blur(7px); cursor: default; }
.launch-contact-dialog { position: relative; z-index: 1; width: min(520px,100%); max-height: calc(100svh - 48px); overflow: auto; border: 1px solid rgba(85,214,181,.24); color: #e8f3ee; background: #0a1813; box-shadow: 0 34px 100px rgba(0,0,0,.48); animation: launchContactIn 220ms cubic-bezier(.2,.75,.2,1) both; outline: 0; }
.launch-contact-dialog > header { display: flex; min-height: 102px; padding: 22px 24px; border-bottom: 1px solid var(--launch-line); align-items: flex-start; justify-content: space-between; gap: 20px; }
.launch-contact-dialog header span { color: var(--launch-accent); font-size: 10px; font-weight: 820; }
.launch-contact-dialog h2 { margin: 8px 0 0; font-size: 24px; }
.launch-contact-dialog header p { margin: 7px 0 0; color: var(--launch-muted); font-size: 12px; }
.launch-contact-dialog header > button { display: grid; width: 36px; height: 36px; padding: 0; border: 1px solid var(--launch-line); place-items: center; color: #dfece6; background: transparent; font-size: 22px; cursor: pointer; }
.launch-contact-body { display: grid; gap: 20px; padding: 26px; }
.launch-contact-body > p { margin: 0; color: var(--launch-muted); font-size: 14px; line-height: 1.8; }
.launch-contact-copy { display: grid; grid-template-columns: 1fr auto; gap: 7px 16px; align-items: center; padding: 18px; border: 1px solid var(--launch-line); }
.launch-contact-copy span { color: var(--launch-muted); font-size: 10px; }
.launch-contact-copy strong { grid-column: 1; overflow-wrap: anywhere; font-size: 18px; }
.launch-contact-copy button { grid-column: 2; grid-row: 1 / 3; min-height: 38px; padding: 0 14px; border: 1px solid rgba(85,214,181,.32); color: var(--launch-accent-pale); background: rgba(85,214,181,.05); cursor: pointer; }
.launch-contact-qr { display: grid; gap: 11px; margin: 0; justify-items: center; }
.launch-contact-qr a { display: block; width: min(230px,100%); aspect-ratio: 1; padding: 8px; border: 1px solid var(--launch-line); background: #fff; }
.launch-contact-qr img { display: block; width: 100%; height: 100%; object-fit: contain; }
.launch-contact-qr figcaption { color: var(--launch-muted); font-size: 11px; }
@keyframes launchContactIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }

.launch-v3-value { border-top: 1px solid var(--launch-line); border-bottom: 1px solid var(--launch-line); background: var(--launch-bg-soft); }
.launch-v3-value-inner { display: grid; grid-template-columns: minmax(430px,.9fr) minmax(560px,1.1fr); gap: 64px; padding-top: 86px; padding-bottom: 86px; }
.launch-v3-value header { min-width: 0; }
.launch-v3-value-prices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 0 24px; border-top: 1px solid var(--launch-line); border-bottom: 1px solid var(--launch-line); }
.launch-v3-value-prices > span { display: flex; min-width: 0; min-height: 54px; padding: 8px 14px; align-content: center; align-items: baseline; flex-wrap: wrap; gap: 3px 5px; border-right: 1px solid var(--launch-line); color: var(--plan-accent); }
.launch-v3-value-prices > span:first-child { padding-left: 0; }
.launch-v3-value-prices > span:last-child { border-right: 0; }
.launch-v3-value-prices small { margin-right: 5px; color: color-mix(in srgb,var(--plan-accent) 76%,#dfece6); font-size: 12px; }
.launch-v3-value-prices strong { font-size: 24px; line-height: 1; }
.launch-v3-value-prices i { font-size: 11px; font-style: normal; }
.launch-v3-value h2 { max-width: 520px; font-size: clamp(40px,4vw,58px); line-height: 1.14; }
.launch-v3-value-map { position: relative; width: min(100%,430px); aspect-ratio: 1.72; margin-top: 44px; }
.launch-v3-value-map::before { content: ""; position: absolute; inset: 17% 26%; border: 1px solid rgba(85,214,181,.1); border-radius: 50%; }
.launch-v3-value-map svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.launch-v3-value-map path { fill: none; stroke: rgba(85,214,181,.34); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.launch-v3-value-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 96px; aspect-ratio: 1; place-content: center; justify-items: center; border: 1px solid rgba(85,214,181,.42); border-radius: 50%; color: var(--launch-accent-pale); background: #0b1c16; box-shadow: 0 0 0 12px rgba(85,214,181,.025),0 0 48px rgba(85,214,181,.1); transform: translate(-50%,-50%); }
.launch-v3-value-core span { font-size: 42px; font-weight: 860; line-height: .75; }
.launch-v3-value-core strong { margin-top: 9px; color: #d9ebe3; font-size: 11px; }
.launch-v3-value-core i { position: absolute; inset: -7px; border: 1px dashed rgba(85,214,181,.22); border-radius: 50%; animation: launchValueOrbit 16s linear infinite; }
.launch-v3-value-node { position: absolute; z-index: 2; display: flex; width: 86px; min-height: 42px; align-items: center; gap: 10px; border-bottom: 1px solid rgba(85,214,181,.24); color: #d5e5de; background: rgba(9,23,17,.82); }
.launch-v3-value-node i { color: var(--launch-accent); font-size: 11px; font-style: normal; }
.launch-v3-value-node b { font-size: 14px; font-weight: 720; }
.launch-v3-value-node-time { top: 10%; left: 0; }
.launch-v3-value-node-path { bottom: 10%; left: 0; }
.launch-v3-value-node-method { top: 10%; right: 0; justify-content: flex-end; }
.launch-v3-value-node-chance { right: 0; bottom: 10%; justify-content: flex-end; }
.launch-v3-value ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--launch-line-strong); }
.launch-v3-value li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--launch-line); }
.launch-v3-value li > span { padding-top: 4px; color: var(--launch-accent); font-size: 11px; }
.launch-v3-value li p { margin: 0; color: #a9bbb2; font-size: 15px; line-height: 1.82; }
.launch-v3-value li strong { color: var(--launch-text); font-weight: 720; }

.launch-v3-platforms { display: grid; grid-template-columns: minmax(420px,.82fr) minmax(500px,1.18fr); gap: 70px; align-items: center; padding-top: 88px; padding-bottom: 88px; }
.launch-v3-platforms header > p { max-width: 650px; margin: 24px 0 0; color: #a5b7ae; font-size: 14px; line-height: 1.82; }
.launch-v3-platform-map { position: relative; width: min(100%,600px); aspect-ratio: 1.36; margin-left: auto; }
.launch-v3-platform-map::before,.launch-v3-platform-map::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(85,214,181,.1); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.launch-v3-platform-map::before { width: 58%; aspect-ratio: 1; }
.launch-v3-platform-map::after { width: 86%; aspect-ratio: 1; opacity: .45; }
.launch-v3-platform-map svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.launch-v3-platform-map line { stroke: rgba(85,214,181,.42); stroke-width: 1.2; vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; }
.launch-v3-platform-source { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 126px; aspect-ratio: 1; place-content: center; justify-items: center; border: 1px solid rgba(85,214,181,.42); border-radius: 50%; text-align: center; background: #0b1c16; box-shadow: 0 0 0 14px rgba(85,214,181,.025),0 0 64px rgba(85,214,181,.12); transform: translate(-50%,-50%); }
.launch-v3-platform-source i { position: absolute; inset: -8px; border: 1px dashed rgba(85,214,181,.2); border-radius: 50%; animation: launchPlatformOrbit 18s linear infinite; }
.launch-v3-platform-source span { display: block; color: var(--launch-accent-pale); font-size: 60px; font-weight: 860; line-height: .72; }
.launch-v3-platform-source strong { display: block; margin-top: 10px; font-size: 13px; }
.launch-v3-platform-map ul { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.launch-v3-platform-map li { position: absolute; z-index: 2; display: grid; width: 98px; min-height: 72px; padding: 10px 6px; place-content: center; justify-items: center; gap: 7px; border: 1px solid rgba(85,214,181,.17); color: #cbd9d2; background: #091711; font-size: 12px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.launch-v3-platform-map li:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.launch-v3-platform-map li:nth-child(2) { top: 23%; right: 0; }
.launch-v3-platform-map li:nth-child(3) { right: 13%; bottom: 0; }
.launch-v3-platform-map li:nth-child(4) { bottom: 0; left: 13%; }
.launch-v3-platform-map li:nth-child(5) { top: 23%; left: 0; }
.launch-v3-platform-map img { width: 22px; height: 22px; object-fit: contain; filter: saturate(.55) brightness(1.22); }

.launch-v3-faq { padding-top: 105px; padding-bottom: 118px; border-top: 1px solid var(--launch-line); }
.launch-v3-faq-list { margin-top: 54px; border-top: 1px solid var(--launch-line-strong); }
.launch-v3-faq-list details { border-bottom: 1px solid var(--launch-line); }
.launch-v3-faq-list summary { position: relative; display: grid; grid-template-columns: 60px 1fr 20px; align-items: center; min-height: 76px; padding: 0 8px 0 0; color: #dbe8e2; cursor: pointer; font-size: 15px; font-weight: 680; list-style: none; }
.launch-v3-faq-list summary::-webkit-details-marker { display: none; }
.launch-v3-faq-list summary span { color: var(--launch-accent); font-size: 11px; }
.launch-v3-faq-list summary i { position: relative; width: 14px; height: 14px; }
.launch-v3-faq-list summary i::before,.launch-v3-faq-list summary i::after { content: ""; position: absolute; top: 6px; left: 1px; width: 12px; height: 1px; background: var(--launch-muted); transition: transform 220ms ease; }
.launch-v3-faq-list summary i::after { transform: rotate(90deg); }
.launch-v3-faq-list details[open] summary i::after { transform: rotate(0); }
.launch-v3-faq-list details > p { max-width: 940px; margin: 0; padding: 0 52px 27px 60px; color: #aabbb2; font-size: 14px; line-height: 1.82; text-wrap: pretty; }

@keyframes launchArrow { 50% { transform: translateY(5px); } }
@keyframes launchPlatformOrbit { to { transform: rotate(360deg); } }
@keyframes launchValueOrbit { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .launch-v3-hero-inner { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding-top: calc(var(--header-height) + 100px); padding-bottom: 90px; }
  .launch-v3-route { max-width: 760px; }
  .launch-v3-heading-split { grid-template-columns: 1fr; gap: 22px; }
  .launch-v3-heading-split > p { margin-left: 0; }
  .launch-v3-delivery-guide { justify-self: start; }
  .launch-v3-value-inner,.launch-v3-platforms { grid-template-columns: minmax(0,1fr); gap: 42px; }
  .launch-v3-platforms > * { min-width: 0; }
  .launch-v3-platform-map { width: min(620px,100%); margin: 0 auto; }
  .launch-v3-offer-columns { grid-template-columns: 1fr; gap: 14px; }
  .launch-v3-offer { grid-template-rows: auto auto auto auto; min-height: 0; }
  .launch-v3-offer::after { content: none; }
  .launch-v3-offer:hover,.launch-v3-offer:focus-within { transform: translateY(-4px); }
  .launch-v3-common-delivery { grid-template-columns: 1fr; margin-top: 18px; }
}

@media (max-width: 700px) {
  body[data-active-view="launch"] .site-nav { background: #07120e; }
  body[data-active-view="launch"] .site-header .site-nav a { color: #dce9e3 !important; border-color: rgba(103,219,188,.16); }
  .launch-v3-page { background-size: 48px 48px; }
  .launch-v3-hero::before { right: -16vw; bottom: 4vw; font-size: 92vw; }
  .launch-v3-hero-inner { width: min(100% - 32px,1180px); padding-top: calc(var(--header-height) + 70px); padding-bottom: 68px; }
  .launch-v3-hero-copy h1 { font-size: 38px; }
  .launch-v3-hero-copy h1 > span { white-space: normal; }
  .launch-v3-hero-copy > p { margin-top: 32px; font-size: 13px; }
  .launch-v3-hero-copy > p br { display: none; }
  .launch-v3-hero-copy > a { margin-top: 42px; }
  .launch-v3-hero-copy > a span { width: 50px; height: 50px; font-size: 23px; }
  .launch-v3-route { padding-top: 28px; }
  .launch-v3-route::before,.launch-v3-route::after { top: 65px; }
  .launch-v3-route i { margin: 30px 0 18px; }
  .launch-v3-route strong { font-size: 15px; }
  .launch-v3-route small { font-size: 12px; }
  .launch-v3-section { width: min(100% - 32px,1180px); padding-top: 76px; padding-bottom: 76px; }
  .launch-v3-heading h2,.launch-v3-value h2,.launch-v3-platforms h2,.launch-v3-faq h2 { font-size: 34px; }
  .launch-v3-mobile-break { display: block; }
  .launch-v3-heading-split h2 br { display: none; }
  .launch-v3-delivery-guide > div { gap: 10px 16px; margin-top: 15px; }
  .launch-v3-table-wrap { display: none; }
  .launch-v3-fit-mobile { display: grid; margin-top: 36px; border-top: 1px solid var(--launch-line-strong); }
  .launch-v3-fit-mobile article { padding: 28px 0 20px; border-bottom: 1px solid var(--launch-line); background: linear-gradient(90deg,var(--plan-wash),transparent 44%); }
  .launch-v3-fit-mobile header { display: grid; grid-template-columns: 42px 1fr; align-items: center; }
  .launch-v3-fit-mobile header span,.launch-v3-fit-mobile h3 { color: var(--plan-accent,var(--launch-accent)); }
  .launch-v3-fit-mobile header span { font-size: 11px; }
  .launch-v3-fit-mobile h3 { margin: 0; font-size: 23px; }
  .launch-v3-fit-mobile dl { margin: 19px 0 0; }
  .launch-v3-fit-mobile dl div { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid rgba(85,214,181,.09); }
  .launch-v3-fit-mobile dt { color: #a8bcb2; font-size: 12px; }
  .launch-v3-fit-mobile dd { margin: 0; color: #c5d2cc; font-size: 14px; line-height: 1.7; text-wrap: pretty; }
  .launch-v3-delivery-grid { margin-top: 38px; }
  .launch-v3-plans { grid-template-columns: 1fr; }
  .launch-v3-plans article { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 84px; padding: 20px; border-right: 0; }
  .launch-v3-plans h3,.launch-v3-plans p { margin: 0; }
  .launch-v3-plans strong { font-size: 30px; }
  .launch-v3-plans article::before { right: 20px; left: 20px; }
  .launch-v3-delivery-three,.launch-v3-delivery-split { grid-template-columns: 1fr; }
  .launch-v3-delivery-row article { border-right: 0; }
  .launch-v3-delivery-grid > article,.launch-v3-delivery-row article { min-height: 0; padding: 21px 20px; }
  .launch-v3-delivery-shared { grid-template-columns: 1fr; gap: 8px; min-height: 0 !important; padding: 24px 20px !important; }
  .launch-v3-delivery-shared p { margin-top: 0; }
  .launch-v3-tool-row { grid-template-columns: 1fr; padding: 24px 20px !important; }
  .launch-v3-tool-row > div { grid-column: 1; grid-template-columns: 40px minmax(18px,1fr) repeat(5,1fr); width: 100%; margin-top: 16px; }
  .launch-v3-tool-row > div span { min-height: 42px; font-size: 8px; }
  .launch-v3-template-row article:empty { display: none; }
  .launch-v3-option-row article { min-height: 0; }
  .launch-v3-option-row b em { font-size: 22px; }
  .launch-v3-offers { margin-top: 38px; }
  .launch-v3-offer { padding: 27px 22px 22px; }
  .launch-v3-offer header { min-height: 0; }
  .launch-v3-offer header strong { font-size: 46px; }
  .launch-v3-common-delivery { gap: 22px; padding: 24px 20px; }
  .launch-v3-common-delivery > header h3 { max-width: none; font-size: 21px; }
  .launch-v3-common-list { grid-template-columns: 1fr; }
  .launch-v3-common-list > div:nth-child(3) { grid-column: auto; }
  .launch-v3-upgrade-grid { grid-template-columns: 1fr; }
  .launch-v3-upgrade-grid > section + section { border-top: 1px solid var(--launch-line-strong); border-left: 0; }
  .launch-v3-upgrade-grid header { align-items: flex-start; flex-direction: column; }
  .launch-contact-overlay { padding: 16px; }
  .launch-contact-dialog { max-height: calc(100svh - 32px); }
  .launch-contact-dialog > header,.launch-contact-body { padding: 20px; }
  .launch-v3-value-inner { width: min(100% - 32px,1180px); gap: 30px; padding-top: 70px; padding-bottom: 70px; }
  .launch-v3-value h2 { font-size: 36px; }
  .launch-v3-value-map { width: min(100%,390px); margin-top: 36px; }
  .launch-v3-value-core { width: 84px; }
  .launch-v3-value-core span { font-size: 36px; }
  .launch-v3-value-node { width: 74px; gap: 7px; }
  .launch-v3-value-node b { font-size: 13px; }
  .launch-v3-value li p { font-size: 14px; }
  .launch-v3-value li { grid-template-columns: 34px 1fr; gap: 10px; }
  .launch-v3-platforms { width: min(100% - 32px,1180px); padding-top: 70px; padding-bottom: 70px; }
  .launch-v3-platforms header,.launch-v3-platforms h2,.launch-v3-platforms header > p { max-width: 100%; }
  .launch-v3-platforms h2 { overflow-wrap: anywhere; }
  .launch-v3-platforms header > p br { display: none; }
  .launch-v3-platform-map { width: 100%; min-height: 320px; }
  .launch-v3-platform-source { width: 96px; }
  .launch-v3-platform-source span { font-size: 46px; }
  .launch-v3-platform-map li { width: 78px; min-height: 60px; font-size: 11px; }
  .launch-v3-platform-map img { width: 18px; height: 18px; }
  .launch-v3-platform-map li:nth-child(3) { right: 9%; }
  .launch-v3-platform-map li:nth-child(4) { left: 9%; }
  .launch-v3-faq { width: min(100% - 32px,1180px); padding-top: 76px; padding-bottom: 88px; }
  .launch-v3-faq-list { margin-top: 36px; }
  .launch-v3-faq-list summary { grid-template-columns: 38px 1fr 18px; min-height: 72px; font-size: 14px; }
  .launch-v3-faq-list details > p { padding: 0 24px 25px 38px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .launch-v3-hero-copy > a span,.launch-v3-platform-source i,.launch-v3-value-core i { animation: none; }
}
