/* Hyperinfinity brand system. Media is optional; all stages have visual fallbacks. */
:root {
  --ink: #0a1114;
  --ink-2: #101b1f;
  --paper: #f1f5f2;
  --white: #fbfcf9;
  --lime: #b7fa52;
  --green: #2dce79;
  --coral: #ff6c5c;
  --steel: #afc2c6;
  --line: rgba(223, 244, 237, 0.18);
  --muted: #8ea3a6;
  --max: 1240px;
  --sans: "Arial", "Microsoft YaHei", sans-serif;
  --mono: "Courier New", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: #edf4ed;
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
  scrollbar-color: var(--lime) #081316;
  scrollbar-width: thin;
}
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #081316; border-left: 1px solid rgba(183,250,82,.16); }
::-webkit-scrollbar-thumb { border: 3px solid #081316; border-radius: 999px; background: linear-gradient(180deg, var(--lime), var(--green)); box-shadow: 0 0 16px rgba(183,250,82,.38); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #d4ff84, var(--coral)); }
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site {
  background: var(--ink);
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.35) 0.55px,
    transparent 0.7px
  );
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}
.shell {
  width: min(var(--max), calc(100% - 56px));
  margin: auto;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font: 700 11px/1 var(--mono);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
}
.display {
  font-size: clamp(42px, 7.2vw, 110px);
  line-height: 0.88;
  letter-spacing: -3px;
  margin: 22px 0;
  font-weight: 800;
}
.display em {
  font-style: normal;
  color: var(--lime);
}
.lede {
  max-width: 620px;
  color: #b9c7c4;
  font-size: 18px;
}
.section {
  padding: 128px 0;
  position: relative;
}
.section.light {
  background: var(--paper);
  color: #10201e;
}
.section-header {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 58px;
}
.section-title {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -2px;
  margin: 16px 0 0;
}
.section-copy {
  max-width: 530px;
  font-size: 17px;
  color: var(--muted);
}
.light .section-copy {
  color: #536260;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn-primary {
  background: var(--lime);
  border-color: var(--lime);
  color: #102018;
}
.btn-coral {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: #eef6f0;
}
.btn .arrow {
  font-size: 20px;
  line-height: 0;
}
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 20px;
}
.brand b {
  color: var(--lime);
  font: 700 10px var(--mono);
  letter-spacing: 1px;
  margin-left: 7px;
}
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-links a {
  display: block;
  padding: 9px 11px;
  color: #b6c7c3;
  font-size: 13px;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--lime);
}
.nav-cta {
  background: var(--lime);
  color: #102018 !important;
  font-weight: 700;
  margin-left: 10px;
}
.menu {
  display: none;
  border: 0;
  background: none;
  color: #fff;
  font-size: 24px;
}
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 72px;
  background: #071013;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("media/hero-forge.jpg") center/cover no-repeat;
  cursor: pointer;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-mobile {
  display: none;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 8vw,
      rgba(183, 250, 82, 0.08) 8vw calc(8vw + 1px)
    ),
    linear-gradient(
      25deg,
      transparent 48%,
      rgba(255, 108, 92, 0.4) 49%,
      transparent 50%
    ),
    linear-gradient(115deg, rgba(5, 13, 15, 0.96) 5%, rgba(5, 13, 15, 0.62) 51%, rgba(5, 13, 15, 0.16));
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
}
.hero-video { transition: opacity .55s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.hero.is-poster-open .hero-video { opacity:0; transform:scale(1.025); }.hero.is-poster-open .hero-media:after { background:linear-gradient(115deg,rgba(5,13,15,.4),rgba(5,13,15,.06)); }
.hero--timed { display:block; min-height:0; padding:0 0 72px; background:#071013; }.hero-poster { height:clamp(280px,38vw,560px); overflow:hidden; background:#071013; }.hero-poster img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }.hero--timed .hero-media { position:relative; inset:auto; height:min(68svh,760px); margin-top:16px; overflow:hidden; background:#071013; }.hero--timed .hero-media:after { display:none; }.hero--timed .hero-content { width:min(var(--max),calc(100% - 56px)); padding:74px 0 0; }.hero--timed .hero-video { position:absolute; }.hero--timed .hero-video:hover { transform:scale(1.012); }
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.hero-note {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 250px;
  border-left: 1px solid var(--lime);
  padding-left: 16px;
  color: #c5d1c9;
  font-size: 13px;
}
.hero-note strong {
  display: block;
  color: var(--lime);
  font: 11px var(--mono);
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--lime);
  color: #13241c;
  white-space: nowrap;
}
.ticker-track {
  display: inline-block;
  padding: 13px 0;
  font: bold 13px var(--mono);
  letter-spacing: 1.4px;
  animation: marquee 22s linear infinite;
}
.ticker-track span {
  margin-right: 56px;
}
@keyframes marquee {
  to {
    transform: translateX(-40%);
  }
}
.case-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.case {
  min-height: 440px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #152328;
  cursor: pointer;
}
.case-large {
  min-height: 560px;
}
.case-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 25%, rgba(6, 14, 16, 0.94)),
    url("media/case-01.jpg") center/cover no-repeat;
}
.case:nth-child(2) .case-media {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(6, 14, 16, 0.94)),
    url("media/case-02.jpg");
}
.case:nth-child(3) .case-media {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(6, 14, 16, 0.94)),
    url("media/film-cover-03.jpg");
}
.case-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(183, 250, 82, 0.32),
    transparent 30%,
    rgba(255, 108, 92, 0.18)
  );
  mix-blend-mode: screen;
}
.case:hover .case-media { transform: scale(1.035); }
.case-media { transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.case-body {
  position: absolute;
  inset: auto 30px 27px;
  z-index: 1;
}
.case-kicker {
  color: var(--lime);
  font: 11px var(--mono);
  letter-spacing: 1px;
}
.case h3 {
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1;
  margin: 10px 0;
}
.case p {
  margin: 0;
  color: #c1cbc7;
  max-width: 410px;
  font-size: 14px;
}
.case-stats {
  display: flex;
  gap: 30px;
  margin-top: 22px;
}
.case-stats b {
  display: block;
  color: #fff;
  font-size: 24px;
}
.case-stats span {
  font: 10px var(--mono);
  color: var(--steel);
  letter-spacing: 0.8px;
}
.film-reel { padding: 96px 0 108px; overflow: hidden; background: #102326; }.film-reel__head { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:28px; }.film-reel__head h2 { max-width:620px; margin:14px 0 0; font-size:clamp(32px,4.2vw,58px); line-height:.95; letter-spacing:-2px; }.film-reel__head p { max-width:370px; margin:0; color:#aebfba; font-size:14px; }.film-reel__rail { display:flex; gap:10px; width:max-content; padding:0 max(28px,calc((100vw - var(--max))/2)) 12px; }.film-reel__card { position:relative; flex:0 0 clamp(220px,23vw,340px); height:260px; padding:0; overflow:hidden; border:1px solid rgba(183,250,82,.12); background:#0a1518; color:#fff; cursor:pointer; text-align:left; transition:flex-basis .55s cubic-bezier(.2,.8,.2,1),border-color .3s ease; }.film-reel__card img { width:100%;height:100%;object-fit:cover;opacity:.66;transform:scale(1.04);transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .3s ease; }.film-reel__card:after { content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(5,13,15,.88)); }.film-reel__card span { position:absolute;z-index:1;left:17px;bottom:15px;font:11px var(--mono);letter-spacing:1px; }.film-reel__card:hover,.film-reel__card.is-current { flex-basis:clamp(300px,38vw,540px);border-color:var(--lime); }.film-reel__card:hover img,.film-reel__card.is-current img { opacity:1;transform:scale(1); }
.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c7d0cb;
  border-bottom: 1px solid #c7d0cb;
}
.workflow-step {
  padding: 28px 24px 46px;
  border-right: 1px solid #c7d0cb;
  min-height: 265px;
  position: relative;
}
.workflow-step:last-child {
  border: 0;
}
.step-no {
  font: 12px var(--mono);
  color: #78927d;
}
.workflow-step h3 {
  font-size: 27px;
  line-height: 1;
  margin: 44px 0 10px;
}
.workflow-step p {
  font-size: 14px;
  color: #536260;
  margin: 0;
}
.step-arrow {
  position: absolute;
  bottom: 22px;
  color: var(--green);
  font-size: 22px;
}
.product-stage {
  background: #102326;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.product-stage .shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 680px;
}
.product-copy {
  padding: 95px 45px 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-copy h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.93;
  letter-spacing: -2px;
  margin: 16px 0;
}
.product-copy p {
  color: #aebfba;
  max-width: 430px;
}
.product-list {
  padding: 0;
  margin: 28px 0;
  list-style: none;
}
.product-list li {
  border-top: 1px solid var(--line);
  padding: 10px 0;
  color: #d7e2dd;
  font-size: 14px;
}
.product-list li:before {
  content: "+";
  color: var(--lime);
  margin-right: 9px;
}
.product-frame {
  margin: 48px 0 48px 20px;
  min-height: 570px;
  position: relative;
  border: 1px solid rgba(183, 250, 82, 0.5);
  background:
    linear-gradient(135deg, rgba(183, 250, 82, 0.17), transparent 45%),
    url("media/script-03-storyboard.jpg") center/cover no-repeat;
  box-shadow: -38px 38px 0 rgba(255, 108, 92, 0.85);
}
.product-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(8, 18, 20, 0.08),
    rgba(8, 18, 20, 0.46)
  );
}
.interface-atlas { background: #081316; overflow: hidden; }
.interface-atlas-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 250px 250px; gap: 12px; --depth-x: 0; --depth-y: 0; }
.atlas-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(183,250,82,.18); background: #122126; color: #fff; text-align: left; cursor: pointer; isolation: isolate; transition: border-color .3s ease, transform .35s ease; }
.atlas-card--large { grid-row: span 2; }
.atlas-card--wide { grid-column: span 2; }
.atlas-card img { width: 100%; height: 100%; object-fit: cover; opacity: .76; transform: scale(1.05) translate(calc(var(--depth-x) * 8px), calc(var(--depth-y) * 8px)); transition: transform .65s cubic-bezier(.2,.8,.2,1), opacity .35s ease; }
.atlas-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(5,13,15,.92)); }
.atlas-card__meta { position: absolute; z-index: 1; inset: auto 20px 18px; display: grid; gap: 6px; }
.atlas-card__meta b { color: var(--lime); font: 11px var(--mono); letter-spacing: 1px; }
.atlas-card__meta em { font-size: 15px; font-style: normal; font-weight: 700; }
.atlas-card:hover,.atlas-card.is-active { border-color: var(--lime); transform: translateY(-4px); }
.atlas-card:hover img,.atlas-card.is-active img { opacity: 1; }
.atlas-detail { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 20px; margin-top: 12px; padding: 20px 24px; border: 1px solid var(--line); background: #102024; }
.atlas-detail__index { color: var(--coral); font: 700 38px/1 var(--mono); }
.atlas-detail b { font-size: 18px; }.atlas-detail p { margin: 4px 0 0; color: #aabcb6; font-size: 14px; }.atlas-detail__hint { color: var(--lime); font: 10px var(--mono); letter-spacing: 1px; }
.studio-proof { background: #102326; overflow: hidden; }
.studio-proof__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: center; }
.studio-proof__copy p { max-width: 420px; color: #b6c7c2; margin: 24px 0 30px; }
.studio-proof__media { position: relative; min-height: 570px; --depth-x: 0; --depth-y: 0; }
.studio-proof__media img { position: absolute; object-fit: cover; border: 1px solid rgba(183,250,82,.28); box-shadow: 0 20px 60px rgba(0,0,0,.3); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.studio-proof__wide { inset: 0 0 70px 80px; width: calc(100% - 80px); height: calc(100% - 70px); transform: translate(calc(var(--depth-x) * 9px), calc(var(--depth-y) * 9px)); }
.studio-proof__review { width: 42%; height: 38%; bottom: 0; left: 0; transform: translate(calc(var(--depth-x) * -14px), calc(var(--depth-y) * -14px)); }
.studio-proof__founder { width: 32%; height: 34%; top: 28px; right: -20px; transform: translate(calc(var(--depth-x) * 16px), calc(var(--depth-y) * 16px)); }
.scroll-telemetry { position: fixed; z-index: 30; top: 50%; right: 12px; display: grid; justify-items: center; gap: 9px; transform: translateY(-50%); color: var(--lime); mix-blend-mode: screen; pointer-events: none; }
.scroll-telemetry__label,.scroll-telemetry__value { font: 9px var(--mono); letter-spacing: 1.2px; writing-mode: vertical-rl; }
.scroll-telemetry__line { position: relative; display: block; width: 2px; height: 110px; background: rgba(183,250,82,.22); overflow: hidden; }
.scroll-telemetry__line i { position: absolute; left: 0; right: 0; top: 0; height: var(--scroll, 0%); background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.media-dialog { width: min(1000px, calc(100vw - 40px)); padding: 0; border: 1px solid rgba(183,250,82,.5); background: #071013; box-shadow: 0 32px 100px rgba(0,0,0,.7); }
.media-dialog::backdrop { background: rgba(2,8,10,.82); backdrop-filter: blur(8px); }.media-dialog video { display: block; width: 100%; max-height: min(76vh, 680px); }.media-dialog__close { position: absolute; z-index: 1; top: 10px; right: 10px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(4,14,16,.7); color: #fff; cursor: pointer; font-size: 22px; }
.click-flare { position: absolute; z-index: 5; width: 12px; height: 12px; margin: -6px; border: 1px solid var(--lime); border-radius: 50%; pointer-events: none; animation: clickFlare .7s ease-out forwards; }
@keyframes clickFlare { to { transform: scale(14); opacity: 0; } }
.pointer-fx { position: fixed; z-index: 60; inset: 0; pointer-events: none; overflow: hidden; mix-blend-mode: screen; }
.pointer-aura { position: absolute; left: var(--x,-100px); top: var(--y,-100px); width: 86px; height: 86px; border: 1px solid rgba(183,250,82,.34); border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(183,250,82,.13), transparent 67%); box-shadow: 0 0 34px rgba(183,250,82,.16); transition: left .08s linear,top .08s linear; }
.pointer-spark { position:absolute; left:var(--x); top:var(--y); width:4px; height:4px; border-radius:50%; background:var(--lime); box-shadow:0 0 12px var(--lime); animation:pointerSpark .8s cubic-bezier(.1,.8,.2,1) forwards; }.pointer-spark:nth-child(odd) { background:var(--coral); box-shadow:0 0 12px var(--coral); }
.pointer-impact { position:absolute; left:var(--x);top:var(--y);width:18px;height:18px;border:1px solid var(--lime);border-radius:50%;transform:translate(-50%,-50%);animation:pointerImpact .7s cubic-bezier(.15,.75,.2,1) forwards; }
.drag-vector { position:absolute; left:0;top:0;height:1px;width:0;background:linear-gradient(90deg,var(--coral),var(--lime),transparent);transform-origin:0 50%;opacity:0;box-shadow:0 0 12px var(--lime); }.drag-vector.is-dragging { opacity:1; }
@keyframes pointerSpark { to { transform:translate(var(--drift-x),var(--drift-y)) scale(0);opacity:0; } }@keyframes pointerImpact { 0% { opacity:1;transform:translate(-50%,-50%) scale(.3); } 100% { opacity:0;transform:translate(-50%,-50%) scale(12); } }
@media (pointer:coarse),(prefers-reduced-motion:reduce) { .pointer-fx { display:none; } }
.decision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}
.decision-panel {
  padding: 54px;
  min-height: 390px;
}
.decision-panel:first-child {
  border-right: 1px solid var(--line);
  background: #122227;
}
.decision-panel:last-child {
  background: var(--coral);
  color: #fff;
}
.decision-label {
  font: 11px var(--mono);
  letter-spacing: 1px;
}
.decision h3 {
  font-size: clamp(32px, 4vw, 55px);
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 25px 0;
}
.decision p {
  max-width: 420px;
}
.decision ul {
  padding: 0;
  list-style: none;
}
.decision li {
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
}
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #c7d0cb;
  border-bottom: 1px solid #c7d0cb;
}
.trust-item {
  padding: 30px 25px;
  border-right: 1px solid #c7d0cb;
}
.trust-item:last-child {
  border: 0;
}
.trust-item b {
  display: block;
  font-size: 17px;
  margin: 25px 0 7px;
}
.trust-item p {
  font-size: 14px;
  color: #536260;
  margin: 0;
}
.trust-icon {
  color: var(--green);
  font: 21px var(--mono);
}
.faq {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  border: 0;
  background: none;
  padding: 24px 0;
  color: #eef4ef;
  cursor: pointer;
  display: flex;
  text-align: left;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
.faq-q span {
  color: var(--lime);
}
.faq-a {
  display: none;
  max-width: 720px;
  padding: 0 0 24px;
  color: #aabbb6;
}
.faq-item.open .faq-a {
  display: block;
}
.final-cta {
  padding: 130px 0;
  background: var(--lime);
  color: #11201a;
  position: relative;
  overflow: hidden;
}
.final-cta:after {
  content: "超无穹";
  position: absolute;
  right: -10px;
  bottom: -66px;
  font: bold clamp(60px, 14vw, 220px) var(--sans);
  letter-spacing: -8px;
  color: rgba(16, 32, 26, 0.09);
}
.final-cta h2 {
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.86;
  letter-spacing: -4px;
  margin: 16px 0 30px;
  max-width: 850px;
  position: relative;
  z-index: 1;
}
.final-cta p,
.final-cta .btn {
  position: relative;
  z-index: 1;
}
.final-cta p {
  font-size: 18px;
  max-width: 560px;
}
.final-cta .btn {
  background: #11201a;
  border-color: #11201a;
  color: #fff;
}
.footer {
  padding: 58px 0 35px;
  background: #071013;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
}
.footer p,
.footer a {
  color: #8fa39e;
  font-size: 13px;
}
.footer h4 {
  margin: 0 0 15px;
  font-size: 14px;
  color: #e7f1ea;
}
.footer a {
  display: block;
  margin: 7px 0;
}
.footer-bottom {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #6d817c;
  font: 11px var(--mono);
}
.page-hero {
  padding: 190px 0 80px;
  background: #0c191c;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 12vw,
    rgba(183, 250, 82, 0.08) 12vw calc(12vw + 1px)
  );
  pointer-events: none;
}
.page-hero .shell {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(52px, 8vw, 105px);
  line-height: 0.86;
  letter-spacing: -4px;
  max-width: 930px;
  margin: 20px 0;
}
.page-hero p {
  max-width: 610px;
  color: #b6c7c2;
  font-size: 18px;
}
.product-rows {
  border-top: 1px solid var(--line);
}
.product-row {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 34px;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}
.product-code {
  font: 11px var(--mono);
  color: var(--lime);
}
.product-row h3 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.product-row p {
  margin: 0;
  color: #aabcb6;
}
.product-row ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.product-row li {
  font-size: 13px;
  color: #d6e1dc;
}
.product-row li:before {
  content: "+";
  color: var(--coral);
  margin-right: 7px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #c7d0cb;
}
.price-card {
  padding: 35px 28px;
  border-right: 1px solid #c7d0cb;
  min-height: 410px;
  display: flex;
  flex-direction: column;
}
.price-card:last-child {
  border: 0;
}
.price-card.featured {
  background: #102326;
  color: #fff;
}
.price-card .price {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -3px;
  margin: 18px 0 4px;
}
.price-card p {
  font-size: 14px;
  color: #63726e;
}
.price-card.featured p {
  color: #b5c7c0;
}
.price-card ul {
  padding: 0;
  list-style: none;
  margin: 20px 0;
  flex: 1;
}
.price-card li {
  font-size: 13px;
  padding: 8px 0;
  border-top: 1px solid currentColor;
  opacity: 0.86;
}
.compare {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.compare th,
.compare td {
  padding: 16px;
  border-bottom: 1px solid #c7d0cb;
  font-size: 14px;
}
.compare th {
  font: 11px var(--mono);
  letter-spacing: 1px;
  color: #63726e;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.download-card {
  background: #112024;
  padding: 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.download-card h3 {
  font-size: 28px;
  line-height: 1;
  margin: 25px 0 12px;
}
.download-card p {
  color: #aec0ba;
  font-size: 14px;
}
.download-meta {
  font: 11px var(--mono);
  letter-spacing: 0.7px;
  color: var(--lime);
}
.download-card ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  flex: 1;
}
.download-card li {
  font-size: 13px;
  color: #d7e1dd;
}
.download-card li:before {
  content: "+";
  color: var(--coral);
  margin-right: 8px;
}
.guide-steps {
  counter-reset: guide;
}
.guide-step {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 28px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}
.guide-step:last-child {
  border-bottom: 1px solid var(--line);
}
.guide-step:before {
  counter-increment: guide;
  content: "STEP 0" counter(guide);
  font: 11px var(--mono);
  color: var(--lime);
  letter-spacing: 1px;
}
.guide-step h3 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 13px;
}
.guide-step p {
  margin: 0;
  color: #aabbb5;
  max-width: 650px;
}
.media-strip {
  min-height: 360px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(6, 15, 17, 0.9), rgba(6, 15, 17, 0.18)),
    url("media/write-04-version.jpg") center/cover no-repeat;
}
.media-strip:after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #d9e6df;
  font: 10px var(--mono);
  letter-spacing: 1px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .shell {
    width: min(100% - 34px, var(--max));
  }
  .nav-inner {
    height: 65px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #0b171a;
    padding: 15px 17px;
    border-bottom: 1px solid var(--line);
    align-items: stretch;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
  }
  .nav-links a {
    padding: 11px;
  }
  .nav-cta {
    margin: 5px 0 0;
  }
  .menu {
    display: block;
  }
  .display {
    letter-spacing: -2px;
  }
  .hero {
    min-height: 780px;
    padding-bottom: 50px;
  }
  .hero--timed { padding-bottom:50px; }.hero-poster { height:270px; }.hero--timed .hero-media { height:52svh; min-height:360px; margin-top:10px; }.hero--timed .hero-content { width:min(100% - 34px,var(--max)); padding-top:50px; }
  .hero-note {
    position: static;
    margin-top: 42px;
  }
  .section {
    padding: 78px 0;
  }
  .section-header {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 35px;
  }
  .case-grid,
  .decision,
  .product-stage .shell {
    grid-template-columns: 1fr;
  }
  .case,
  .case-large {
    min-height: 390px;
  }
  .film-reel { padding:72px 0; }.film-reel__head { display:grid;gap:16px; }.film-reel__rail { padding-left:17px; }.film-reel__card { flex-basis:214px;height:230px; }.film-reel__card:hover,.film-reel__card.is-current { flex-basis:280px; }
  .workflow {
    grid-template-columns: 1fr 1fr;
  }
  .workflow-step:nth-child(2) {
    border-right: 0;
  }
  .workflow-step {
    min-height: 210px;
    padding: 22px;
  }
  .product-copy {
    padding: 75px 0 30px;
  }
  .product-frame {
    margin: 20px 0 68px;
    min-height: 390px;
    box-shadow: -18px 18px 0 var(--coral);
  }
  .interface-atlas-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 250px); }
  .atlas-card--large,.atlas-card--wide { grid-column: auto; grid-row: auto; }
  .atlas-detail { grid-template-columns: 54px 1fr; padding: 17px; }.atlas-detail__hint { display: none; }
  .studio-proof__grid { grid-template-columns: 1fr; gap: 30px; }.studio-proof__media { min-height: 420px; }.studio-proof__wide { inset: 0 0 56px 36px; width: calc(100% - 36px); height: calc(100% - 56px); }.studio-proof__review { width: 50%; height: 35%; }.studio-proof__founder { width: 38%; height: 30%; right: -5px; }
  .scroll-telemetry { display: none; }
  .decision-panel {
    padding: 38px 28px;
    min-height: 0;
  }
  .decision-panel:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust {
    grid-template-columns: 1fr;
  }
  .trust-item {
    border-right: 0;
    border-bottom: 1px solid #c7d0cb;
  }
  .trust-item:last-child {
    border-bottom: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > :first-child {
    grid-column: 1/-1;
  }
  .page-hero {
    padding: 150px 0 60px;
  }
  .product-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .product-row h3 {
    font-size: 28px;
  }
  .price-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    border-right: 0;
    border-bottom: 1px solid #c7d0cb;
    min-height: 0;
  }
  .price-card:last-child {
    border-bottom: 0;
  }
  .guide-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px 0;
  }
  .guide-step h3 {
    font-size: 30px;
  }
  .section-title {
    letter-spacing: -1px;
  }
  .final-cta {
    padding: 85px 0;
  }
  .final-cta h2 {
    letter-spacing: -2px;
  }
  .compare {
    min-width: 650px;
  }
  .table-scroll {
    overflow-x: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ticker-track {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.final-eyebrow { color: #102018; }
.btn-dark-outline { background: transparent !important; color: #11201a !important; border-color: #11201a !important; }

/* About page: editorial manifesto rather than a generic company profile. */
.about-hero { position: relative; display: flex; align-items: end; min-height: 100svh; padding: 154px 0 88px; overflow: hidden; background: #071013; }
.about-hero__grid { position: absolute; inset: 0; opacity: .72; background: linear-gradient(120deg, rgba(183,250,82,.12), transparent 32%), repeating-linear-gradient(90deg, transparent 0 12.45vw, rgba(183,250,82,.12) 12.45vw calc(12.45vw + 1px)), repeating-linear-gradient(0deg, transparent 0 10rem, rgba(255,255,255,.06) 10rem calc(10rem + 1px)); mask-image: linear-gradient(90deg, #000, transparent 94%); }
.about-hero__content { position: relative; z-index: 1; }.about-hero__number { position: absolute; top: -55px; right: 0; margin: 0; color: rgba(183,250,82,.42); font: 11px var(--mono); letter-spacing: 1px; }
.about-hero h1 { max-width: 1030px; margin: 25px 0; font-size: clamp(48px, 8.4vw, 128px); line-height: .86; letter-spacing: -.075em; }.about-hero h1 em,.origin h2 em { color: var(--lime); font-style: normal; }
.about-hero__lede { max-width: 580px; margin: 0; color: #b8c7c2; font-size: 18px; }.about-hero .btn { margin-top: 34px; }.about-hero__signal { position: absolute; right: 5.2%; bottom: 92px; display: flex; align-items: center; gap: 12px; color: var(--steel); font: 10px var(--mono); letter-spacing: 1px; writing-mode: vertical-rl; }.about-hero__signal i { width: 1px; height: 92px; background: linear-gradient(var(--lime),transparent); }
.origin { background: #102326; }.origin__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; }.origin__lead { margin-top: 0 !important; color: #fff !important; font-size: clamp(22px,2.3vw,34px) !important; line-height: 1.22 !important; }.origin__statement p { max-width: 630px; color: #b8c7c2; font-size: 16px; }.origin__rule { display: grid; gap: 7px; margin-top: 38px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.origin__rule b { color: var(--lime); font-size: 18px; }.origin__rule span { color: #aebfba; font-size: 14px; }
.principles__grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #c7d0cb; --depth-x: 0; --depth-y: 0; }.principles__grid article { min-height: 310px; padding: 28px 24px; border-right: 1px solid #c7d0cb; transition: background .35s ease, transform .35s ease; }.principles__grid article:last-child { border: 0; }.principles__grid article:hover { background: #dcece0; transform: translateY(-7px); }.principles__grid span { color: var(--green); font: 12px var(--mono); }.principles__grid h3 { margin: 66px 0 10px; font-size: 25px; }.principles__grid p { margin: 0; color: #536260; font-size: 14px; }
.about-surfaces { background: #071013; }.about-surfaces__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 285px 285px; gap: 12px; --depth-x: 0; --depth-y: 0; }.about-surface { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(183,250,82,.2); background: #102024; }.about-surface img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transform: scale(1.05) translate(calc(var(--depth-x) * 9px),calc(var(--depth-y) * 9px)); transition: transform .65s cubic-bezier(.2,.8,.2,1),opacity .35s ease; }.about-surface:hover img { opacity: 1; }.about-surface:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(5,13,15,.9)); }.about-surface figcaption { position: absolute; z-index: 1; bottom: 18px; left: 20px; display: grid; gap: 4px; }.about-surface figcaption b { color: var(--lime); font: 10px var(--mono); letter-spacing: 1px; }.about-surface figcaption span { font-size: 14px; font-weight: 700; }.about-surface--screenplay { grid-row: span 2; }.about-surface--export { grid-column: span 2; }.about-surface--mobile img,.about-surface--film-mobile img { object-position: center top; }
.people { background: var(--paper); color: #10201e; }.people__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 10vw; align-items: center; }.people__portrait { position: relative; height: 620px; overflow: hidden; background: #14262a; --depth-x:0;--depth-y:0; }.people__portrait img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05) translate(calc(var(--depth-x) * 10px),calc(var(--depth-y) * 10px)); transition: transform .65s cubic-bezier(.2,.8,.2,1); }.people__portrait:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(5,13,15,.78)); }.people__portrait-label { position:absolute; z-index:1; left:22px; bottom:20px; display:grid; gap:5px; color:#fff; }.people__portrait-label b { color:var(--lime);font:11px var(--mono);letter-spacing:1px; }.people__portrait-label span { font:10px var(--mono);letter-spacing:1px; }.people__copy p { max-width:450px;color:#536260;margin:20px 0; }.people__copy .btn { margin-top:13px; }
@media (max-width:800px) { .about-hero { min-height:780px;padding:135px 0 62px; }.about-hero__number,.about-hero__signal { display:none; }.about-hero h1 { letter-spacing:-.06em; }.about-hero__lede { font-size:16px; }.origin__grid,.people__grid { grid-template-columns:1fr; gap:34px; }.principles__grid { grid-template-columns:1fr 1fr; }.principles__grid article:nth-child(2) { border-right:0; }.principles__grid article { min-height:220px; padding:22px 18px; border-bottom:1px solid #c7d0cb; }.principles__grid article:nth-child(3),.principles__grid article:nth-child(4) { border-bottom:0; }.principles__grid h3 { margin:35px 0 8px; font-size:21px; }.about-surfaces__grid { grid-template-columns:1fr 1fr; grid-template-rows:260px 230px 230px 230px; }.about-surface--screenplay { grid-column:span 2; grid-row:auto; }.about-surface--export { grid-column:span 2; }.people__portrait { height:440px; }.people__copy { padding-bottom:12px; } }
