:root {
  --ink: #050505;
  --panel: #0b0b0b;
  --white: #f4f4ef;
  --muted: #90908a;
  --line: rgba(244, 244, 239, 0.18);
  --acid: #d9ff25;
  --flare: #ff5a22;
  --flare-red: #f5222d;
  --flare-amber: #ff9230;
  --paper: #e8e6df;
  --max: 1600px;
  font-family: Arial, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--white);
  background: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
section { scroll-margin-top: 58px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); -webkit-font-smoothing: antialiased; }
body[data-lang="zh"] .en,
body[data-lang="en"] .zh { display: none !important; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0; color: inherit; font: inherit; }

.topbar {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 72px;
  padding: 0 clamp(18px, 3.3vw, 54px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0));
  border-bottom: 1px solid transparent;
  transition: height 220ms ease, background 220ms ease, border-color 220ms ease;
}
.topbar.is-scrolled {
  height: 58px;
  background: rgba(5, 5, 5, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 20px; font-weight: 700; letter-spacing: -0.03em; }
.brand img { width: 27px; height: 27px; object-fit: cover; filter: invert(1); }
.topbar nav { display: flex; gap: 30px; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.topbar nav a, .top-contact { transition: color 180ms ease; }
.topbar nav a:hover, .top-contact:hover { color: var(--flare-amber); }
.top-actions { justify-self: end; display: flex; align-items: center; gap: 28px; }
.language-switch { display: flex; align-items: center; gap: 8px; font-family: "Courier New", monospace; font-size: 11px; }
.language-switch button { background: transparent; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: var(--flare-amber); text-decoration: underline; text-decoration-color: var(--flare-amber); text-underline-offset: 7px; }
.top-contact { font-family: "Courier New", monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(560px, 1fr);
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  min-height: 100svh;
  padding: 122px clamp(28px, 5.5vw, 92px) 58px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.eyebrow, .section-index {
  margin: 0;
  color: var(--acid);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.hero h1 {
  max-width: 690px;
  margin: clamp(45px, 7vh, 90px) 0 0;
  font-size: clamp(56px, 5.45vw, 88px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
}
.hero-lead { margin: 42px 0 0; padding-left: 16px; border-left: 3px solid var(--acid); color: #c6c6c0; font-size: clamp(15px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { margin-top: 42px; display: flex; gap: 10px; }
.hero-actions a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.hero-actions a:first-child { background: var(--acid); border-color: var(--acid); color: #050505; }
.hero-actions a:hover { border-color: var(--acid); color: var(--acid); background: transparent; }
.hero-footnote { margin-top: auto; padding-top: 40px; display: grid; gap: 7px; color: #8f8f89; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: 0.06em; }
.hero-gallery { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; gap: 1px; background: var(--line); }
.hero-gallery figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #151515; }
.hero-gallery .hero-main { grid-column: 1 / 3; }
.hero-gallery img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.hero-gallery .hero-main img { object-position: center 28%; }
.hero-gallery figure:nth-child(2) img { object-position: center 31%; }
.hero-gallery figure:nth-child(3) img { object-position: center 42%; }
.hero-gallery figure:hover img { transform: scale(1.025); }
.hero-gallery figcaption { position: absolute; inset: auto 16px 14px; display: flex; justify-content: space-between; color: rgba(255,255,255,.8); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .06em; }
.scroll-cue { position: absolute; z-index: 3; left: 16px; bottom: 56px; display: grid; gap: 8px; color: #7c7c76; font-family: "Courier New", monospace; font-size: 8px; }
.scroll-cue i { display: block; width: 1px; height: 48px; background: var(--acid); }

.hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: block;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid rgba(255, 146, 48, 0.22);
}
.hero-v2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 90, 34, 0.34), transparent 29%),
    radial-gradient(circle at 22% 62%, rgba(245, 34, 45, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.82) 39%, rgba(5,5,5,.36) 70%, rgba(5,5,5,.72) 100%);
}
.hero-v2::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 76%, transparent);
  opacity: .32;
}
.hero-v2-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}
.hero-v2-bg img {
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  filter: brightness(.48) contrast(1.22) saturate(1.08);
  transform: scale(1.04);
}
.hero-v2-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 1800px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 112px clamp(22px, 4.6vw, 78px) 112px;
  display: grid;
  grid-template-columns: minmax(560px, .95fr) minmax(500px, 1.05fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: center;
}
.hero-v2-copy {
  max-width: 820px;
}
.hero-v2 .eyebrow {
  color: var(--flare-amber);
  font-family: Arial, "PingFang SC", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}
.hero-v2 h1 {
  max-width: 780px;
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(58px, 5.2vw, 92px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: .98;
  word-break: keep-all;
  overflow-wrap: normal;
}
.hero-v2 .hero-lead {
  max-width: 570px;
  margin: 34px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--flare);
  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.7;
}
.hero-v2-stage {
  position: relative;
  min-height: clamp(590px, 58vw, 840px);
}
.hero-product {
  position: absolute;
  top: 6%;
  right: 10%;
  bottom: 5%;
  width: min(405px, 46vw);
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,146,48,.18), rgba(245,34,45,.1) 38%, rgba(255,255,255,.05)),
    rgba(10,10,10,.74);
  box-shadow: 0 44px 150px rgba(0,0,0,.76), 0 0 0 10px rgba(255,255,255,.04);
  backdrop-filter: blur(22px);
}
.hero-product::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 10px;
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}
.hero-product::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.28)),
    radial-gradient(circle at 40% 0%, rgba(255,146,48,.12), transparent 36%);
  pointer-events: none;
}
.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.08) saturate(1.04) brightness(.9);
}
.hero-v2-card {
  position: absolute;
  z-index: 3;
  min-width: 170px;
  min-height: 76px;
  padding: 15px 18px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(11,11,11,.72);
  box-shadow: 0 22px 70px rgba(0,0,0,.5);
  backdrop-filter: blur(20px);
}
.hero-v2-card span {
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.hero-v2-card strong {
  color: #fff;
  font-size: 20px;
  font-weight: 520;
}
.hero-v2-card-a { left: 1%; top: 18%; }
.hero-v2-card-b { right: 0; top: 39%; }
.hero-v2-card-c { left: 7%; bottom: 18%; }
.hero-v2-system {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 2%;
  min-height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(5,5,5,.62);
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
}
.hero-v2-system span {
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 9px;
  text-transform: uppercase;
}
.hero-v2-system b {
  font-size: 13px;
  font-weight: 520;
}
.hero-v2-system i {
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,.28);
}
.hero-v2-bottom {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 4.6vw, 78px);
  right: clamp(22px, 4.6vw, 78px);
  bottom: 26px;
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  align-items: center;
  gap: 1px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(5,5,5,.66);
  overflow: hidden;
  backdrop-filter: blur(22px);
}
.hero-metric {
  min-height: 70px;
  padding: 14px 20px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-right: 1px solid rgba(255,255,255,.11);
}
.hero-metric strong {
  color: #fff;
  font-size: 38px;
  font-weight: 650;
  line-height: 1;
}
.hero-metric span {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}
.hero-v2-cta {
  min-height: 70px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--flare-amber), var(--flare-red));
  color: #fff;
  font-weight: 650;
}
.hero-v2 .scroll-cue {
  left: auto;
  right: 20px;
  color: rgba(255,255,255,.42);
}
.hero-v2 .scroll-cue i {
  background: var(--flare);
}

.brand-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: block;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245,34,45,.48) 0%, rgba(5,5,5,.08) 36%, rgba(5,5,5,.18) 66%, rgba(5,5,5,.78) 100%),
    linear-gradient(0deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.2) 44%, rgba(5,5,5,.1) 100%);
}
.brand-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(to top, rgba(5,5,5,.92), transparent);
  pointer-events: none;
}
.brand-hero-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}
.brand-hero-bg img,
.brand-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: brightness(.72) contrast(1.1) saturate(1.08);
  transform: scale(1.025);
}
.brand-hero-mark {
  position: relative;
  z-index: 2;
  padding: clamp(92px, 8vw, 130px) clamp(28px, 4vw, 70px) 0;
}
.brand-hero-mark .brand-wordmark {
  margin: 0;
  color: #fff;
  font-size: clamp(76px, 7.6vw, 144px);
  font-weight: 760;
  line-height: .86;
  letter-spacing: 0;
  animation: heroTextIn 980ms cubic-bezier(.2,.75,.2,1) both, textSheen 5.8s ease-in-out 1.1s infinite;
  background: linear-gradient(100deg, #fff 0%, #fff 38%, rgba(255,146,48,.95) 48%, #fff 58%, #fff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-hero-mark h1 {
  margin: 16px 0 0;
  color: rgba(255,255,255,.62);
  font-size: clamp(16px, 1.08vw, 20px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
  animation: heroTextIn 900ms cubic-bezier(.2,.75,.2,1) 160ms both;
}
.brand-hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 4vw, 70px);
  bottom: clamp(48px, 7vw, 118px);
  max-width: 680px;
}
.brand-hero-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.22vw, 24px);
  line-height: 1.38;
  font-weight: 560;
  letter-spacing: 0;
  animation: heroTextIn 900ms cubic-bezier(.2,.75,.2,1) 320ms both;
}
.brand-hero-copy a {
  margin-top: 26px;
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-size: 14px;
  font-weight: 700;
  animation: heroTextIn 860ms cubic-bezier(.2,.75,.2,1) 460ms both;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.brand-hero-copy a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255,90,34,.22);
}
.brand-hero-meta {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 3.8vw, 64px);
  bottom: clamp(54px, 7vw, 118px);
  display: grid;
  gap: 14px;
  color: rgba(255,255,255,.56);
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-align: right;
}
.brand-hero-meta span {
  animation: heroTextIn 780ms cubic-bezier(.2,.75,.2,1) both;
}
.brand-hero-meta span:nth-child(1) { animation-delay: 520ms; }
.brand-hero-meta span:nth-child(2) { animation-delay: 620ms; }
.brand-hero-meta span:nth-child(3) { animation-delay: 720ms; }
.brand-hero .scroll-cue {
  left: auto;
  right: 18px;
  bottom: 30px;
  color: rgba(255,255,255,.5);
}
.brand-hero .scroll-cue i {
  background: var(--flare);
}
.topbar:has(+ main .brand-hero) .brand {
  opacity: 0;
  pointer-events: none;
}

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--acid); color: #050505; }
.ticker > div { width: max-content; padding: 12px 0; display: flex; gap: 62px; animation: ticker 24s linear infinite; }
.ticker span { font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(24px, 3vw, 44px); font-weight: 800; letter-spacing: -0.04em; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto, .work, .localization, .humans, .technology, .platform { padding: clamp(88px, 10vw, 160px) clamp(20px, 5.5vw, 88px); }
.manifesto { min-height: 900px; display: grid; grid-template-columns: 0.36fr 1.5fr 0.7fr; gap: clamp(28px, 5vw, 90px); align-items: start; }
.manifesto h2, .section-heading h2, .localization h2, .technology h2, .platform h2, .download h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.manifesto h2 { font-size: clamp(52px, 6vw, 96px); }
.manifesto-note { align-self: end; padding-bottom: 10px; }
.manifesto-note p, .section-heading > p:last-child, .localization-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.manifesto-note a { margin-top: 30px; display: inline-block; color: var(--acid); font-family: "Courier New", monospace; font-size: 10px; text-transform: uppercase; }

.product-intro {
  min-height: 100svh;
  padding: clamp(70px, 6vw, 98px) clamp(28px, 8.6vw, 176px) clamp(48px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(620px, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(64px, 10vw, 180px);
  row-gap: clamp(42px, 5vw, 72px);
  align-items: start;
  background: #f2f1ef;
  color: #050505;
}
.product-intro-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #171717;
  font-size: 18px;
  font-weight: 760;
}
.product-intro-kicker span {
  color: var(--flare);
  font-size: 18px;
}
.product-intro-kicker p {
  margin: 0;
}
.product-intro-main {
  max-width: 1100px;
}
.product-intro-main h2 {
  margin: 0;
  font-size: clamp(42px, 3.85vw, 70px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
}
.product-intro-main a {
  margin-top: clamp(34px, 3.4vw, 58px);
  display: inline-flex;
  align-items: center;
  gap: 72px;
  color: var(--flare-red);
  font-size: 20px;
  font-weight: 760;
}
.product-intro-main i {
  font-style: normal;
  font-size: 28px;
  transform: translateY(-1px);
}
.product-intro-cards {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.18fr);
  gap: 12px;
}
.intro-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(5,5,5,.04);
}
.intro-card-copy {
  padding: 36px 32px 30px;
  display: flex;
  flex-direction: column;
}
.intro-stars {
  color: var(--flare);
  font-size: 20px;
  letter-spacing: 2px;
}
.intro-card-copy p {
  margin: 28px 0 0;
  font-size: clamp(22px, 1.72vw, 30px);
  font-weight: 720;
  line-height: 1.26;
  letter-spacing: 0;
}
.intro-card-copy div {
  margin-top: auto;
  display: grid;
  gap: 8px;
}
.intro-card-copy strong {
  font-size: 22px;
}
.intro-card-copy small {
  color: #85817c;
  font-size: 16px;
}
.intro-card-app {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(260px, .9fr);
  align-items: end;
  padding: 28px 32px 34px;
}
.intro-card-plus {
  position: absolute;
  left: 32px;
  top: 28px;
  color: #b7b4af;
  font-size: 32px;
  font-weight: 300;
}
.intro-card-app img {
  align-self: end;
  width: min(260px, 84%);
  max-height: 315px;
  object-fit: cover;
  object-position: center top;
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(5,5,5,.18);
  justify-self: center;
}
.intro-app-copy {
  align-self: end;
  display: grid;
  gap: 14px;
}
.intro-app-copy strong {
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.05;
}
.intro-app-copy span {
  color: #86827d;
  font-size: 19px;
  line-height: 1.5;
}

.work {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 10%, rgba(217, 255, 37, 0.07), transparent 22%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
}
.section-heading { max-width: var(--max); margin: 0 auto 64px; display: grid; grid-template-columns: 0.35fr 1.2fr 0.55fr; gap: 42px; align-items: end; }
.section-heading h2 { font-size: clamp(52px, 5.8vw, 94px); }
.work-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr .9fr .9fr;
  grid-template-rows: minmax(520px, 43vw) minmax(360px, 26vw);
  gap: 1px;
  background: rgba(244, 244, 239, 0.16);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.work-grid figure { position: relative; margin: 0; overflow: hidden; background: #111; }
.work-feature { grid-column: 1 / 3; }
.work-social { grid-column: 2 / 4; isolation: isolate; }
.work-grid img { height: 100%; object-fit: cover; transition: transform 700ms ease, filter 700ms ease; }
.work-feature img { object-position: center 54%; filter: brightness(.82) contrast(1.08); }
.work-grid figure:nth-child(2) img { object-position: center 30%; }
.work-grid figure:nth-child(3) img { object-position: center 20%; }
.work-social img { object-position: center 36%; filter: brightness(.76) contrast(1.12) saturate(.92); }
.work-grid figure:hover img { transform: scale(1.025); filter: contrast(1.04); }
.work-social:hover img { filter: brightness(.86) contrast(1.08) saturate(.98); }
.work-grid figure::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.82)); }
.work-social::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,.5), transparent 42%),
    linear-gradient(180deg, rgba(5,5,5,.08), rgba(5,5,5,.28));
  pointer-events: none;
}
.work-grid figcaption { position: absolute; z-index: 2; inset: auto 20px 18px; display: grid; gap: 8px; text-align: left; }
.work-grid small { color: var(--acid); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .07em; }
.work-grid strong { font-size: clamp(19px, 1.7vw, 28px); font-weight: 500; letter-spacing: -0.04em; }
.video-action { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.56); color: #fff; font-family: "Courier New", monospace; font-size: 9px; background: rgba(5,5,5,.18); backdrop-filter: blur(14px); }
.video-tap-layer {
  position: absolute;
  z-index: 4;
  inset: 0 0 54px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.video-tap-layer[hidden] {
  display: none;
}
.workflow {
  min-height: 100svh;
  padding: clamp(74px, 6vw, 104px) clamp(28px, 5.2vw, 92px) clamp(48px, 4vw, 70px);
  background:
    radial-gradient(circle at 72% 18%, rgba(255,90,34,.16), transparent 31%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  color: #fff;
}
.workflow-heading {
  max-width: 1520px;
  margin: 0 auto clamp(32px, 3.6vw, 54px);
  display: grid;
  grid-template-columns: .34fr .86fr .7fr;
  gap: clamp(30px, 4vw, 68px);
  align-items: center;
}
.workflow-heading .section-index {
  color: var(--flare-amber);
}
.workflow-heading h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(36px, 3.2vw, 58px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: 0;
}
.workflow-heading p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 15px;
  line-height: 1.65;
}
.workflow-board {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(420px, 46vh);
  gap: 12px;
}
.workflow-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.workflow-card > span {
  position: relative;
  z-index: 3;
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.workflow-card h3 {
  position: relative;
  z-index: 3;
  margin: 10px 0 0;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 620;
  letter-spacing: 0;
}
.workflow-card figure {
  margin: 0;
}
.workflow-card img,
.workflow-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workflow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,.52), transparent 42%, rgba(5,5,5,.42));
  pointer-events: none;
}
.workflow-input {
  background: #f4f4f0;
  color: #050505;
}
.workflow-input > span {
  color: var(--flare-red);
}
.workflow-input::after {
  background: linear-gradient(180deg, rgba(244,244,240,.88), rgba(244,244,240,.04) 44%, rgba(244,244,240,.08));
}
.workflow-input img {
  object-fit: contain;
  padding: 92px 28px 46px;
  filter: none;
}
.workflow-output img,
.workflow-local img {
  filter: brightness(.98) contrast(1.04);
}
.workflow-video video {
  background: #000;
}
.workflow-output img {
  object-position: center center;
}
.workflow-video video {
  object-position: center 23%;
}
.workflow-local img {
  object-position: center center;
}
.workflow-local .localized-stack img {
  inset: auto auto 38px 22px;
  width: 47%;
  height: 62%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 18px 42px rgba(0,0,0,.38);
}
.workflow-local .localized-stack img:nth-child(2) {
  left: auto;
  right: 22px;
  bottom: 22px;
}
.language-badges {
  position: absolute;
  z-index: 4;
  left: 22px;
  right: 22px;
  bottom: 16px;
  justify-content: space-between;
  display: flex;
  gap: 8px;
}
.language-badges b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(5,5,5,.72);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
}

.localization { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(620px, 1.3fr); gap: clamp(52px, 8vw, 130px); align-items: start; border-top: 1px solid var(--line); }
.localization-copy { position: sticky; top: 108px; }
.localization h2 { margin-top: 36px; font-size: clamp(52px, 5.3vw, 88px); }
.localization-copy > p:last-child { max-width: 470px; margin-top: 34px; }
.language-stage { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 245px; background: #090909; border: 1px solid var(--line); }
.language-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #02060e; }
.language-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 500ms ease; }
.language-stage.is-changing .language-image img { opacity: .18; transform: scale(1.018); }
.image-counter { position: absolute; right: 14px; bottom: 13px; padding: 7px 9px; background: #050505; font-family: "Courier New", monospace; font-size: 9px; }
.language-control { padding: 28px 22px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.language-meta { display: grid; gap: 17px; }
.language-meta > span { color: var(--acid); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .07em; }
.language-meta strong { font-size: 24px; font-weight: 500; }
.language-meta p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.language-tabs { display: grid; }
.language-tabs button { min-height: 48px; display: flex; align-items: center; background: transparent; border-top: 1px solid var(--line); color: #696963; cursor: pointer; text-align: left; }
.language-tabs button:last-child { border-bottom: 1px solid var(--line); }
.language-tabs button.is-active { color: var(--acid); }

.local-influencers {
  min-height: 100svh;
  padding: clamp(76px, 7vw, 118px) clamp(28px, 5.4vw, 96px);
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(700px, 1.22fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 80% 18%, rgba(255,90,34,.17), transparent 30%),
    radial-gradient(circle at 16% 82%, rgba(245,34,45,.13), transparent 27%),
    linear-gradient(180deg, #050505 0%, #111 100%);
  color: #fff;
}
.local-influencers-copy {
  max-width: 620px;
}
.local-influencers .section-index {
  color: var(--flare-amber);
}
.local-influencers h2 {
  margin: 32px 0 0;
  font-size: clamp(38px, 3.85vw, 68px);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: 0;
}
.local-influencers-copy > p:not(.section-index) {
  margin: 30px 0 0;
  max-width: 520px;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.8;
}
.local-tags {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.local-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.local-influencers-stage {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(330px, .78fr);
  gap: 12px;
  align-items: stretch;
}
.local-video,
.local-avatar-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: #151515;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.local-video {
  min-height: min(68vh, 660px);
  border-radius: 30px;
}
.local-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  background: #000;
}
.local-video::after,
.local-avatar-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,.08), transparent 42%, rgba(5,5,5,.68));
  pointer-events: none;
}
.local-video figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 8px;
}
.local-video figcaption span,
.local-avatar-grid figcaption span {
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .08em;
}
.local-video figcaption strong {
  font-size: clamp(26px, 2.3vw, 40px);
  font-weight: 650;
}
.local-avatar-grid {
  min-height: min(68vh, 660px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.local-avatar-grid figure {
  min-height: 0;
  border-radius: 24px;
}
.local-avatar-grid img {
  height: 100%;
  object-fit: cover;
  filter: brightness(.92) contrast(1.04) saturate(1.05);
}
.local-avatar-grid figure:nth-child(1) img { object-position: center 22%; }
.local-avatar-grid figure:nth-child(2) img { object-position: center 22%; }
.local-avatar-grid figure:nth-child(3) img { object-position: center 35%; }
.local-avatar-grid figure:nth-child(4) img { object-position: center 25%; }
.local-avatar-grid figcaption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: grid;
  gap: 4px;
}
.local-avatar-grid figcaption b {
  color: #fff;
  font-size: 20px;
  font-weight: 650;
}

.humans { border-top: 1px solid var(--line); background: var(--panel); }
.human-layout {
  height: clamp(620px, 52vw, 820px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 1px;
  background: var(--line);
}
.human-strip { min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.human-strip figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #111; }
.human-strip img { height: 100%; object-fit: cover; object-position: center 30%; }
.human-strip figure:nth-child(2) img { object-position: center 30%; }
.human-strip figure:nth-child(3) img { object-position: center 43%; }
.human-strip figcaption { position: absolute; left: 13px; bottom: 12px; font-family: "Courier New", monospace; font-size: 9px; }
.human-video { position: relative; min-height: 0; height: 100%; overflow: hidden; background: #111; cursor: pointer; }
.human-video img { height: 100%; object-fit: cover; }
.human-video .video-action { inset: auto 16px 16px; width: max-content; }

.clone-screen {
  min-height: 100svh;
  padding: clamp(48px, 4.6vw, 72px) clamp(28px, 6.2vw, 118px);
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(720px, 1.22fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
  border-top: 1px solid rgba(5,5,5,.08);
  background:
    radial-gradient(circle at 74% 12%, rgba(255,146,48,.22), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(245,34,45,.12), transparent 24%),
    linear-gradient(180deg, #f3f1ed 0%, #e9e6df 100%);
  color: #050505;
}
.clone-screen .section-index {
  color: var(--flare-red);
}
.clone-copy h2 {
  margin: 24px 0 0;
  max-width: 760px;
  font-size: clamp(34px, 3.2vw, 58px);
  font-weight: 660;
  line-height: 1.12;
  letter-spacing: 0;
}
.clone-copy > p:not(.section-index) {
  margin: 20px 0 0;
  max-width: 540px;
  color: #6f6a63;
  font-size: 17px;
  line-height: 1.85;
}
.clone-stage {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(330px, .74fr) minmax(500px, .98fr);
  gap: 14px;
  align-items: stretch;
}
.clone-identity {
  position: relative;
  min-height: min(54vh, 540px);
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: #d8d2c7;
  box-shadow: 0 28px 80px rgba(55,45,35,.18);
}
.clone-identity img {
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: contrast(1.03) saturate(.96);
}
.clone-identity::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0) 42%, rgba(5,5,5,.58)),
    linear-gradient(90deg, rgba(255,146,48,.12), transparent 50%);
  pointer-events: none;
}
.clone-identity figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 8px;
  color: #fff;
}
.clone-identity figcaption span {
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.clone-identity figcaption strong {
  font-size: 32px;
  font-weight: 660;
}
.clone-identity i {
  position: absolute;
  z-index: 3;
  left: 10%;
  right: 10%;
  top: 28%;
  height: 1px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 24px rgba(255,146,48,.85);
  animation: scanline 3.4s ease-in-out infinite;
}
@keyframes scanline {
  0%, 100% { transform: translateY(-80px); opacity: .18; }
  50% { transform: translateY(170px); opacity: .86; }
}
.clone-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.clone-scenarios article {
  position: relative;
  min-height: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,146,48,.22), transparent 28%),
    linear-gradient(145deg, rgba(18,18,18,.98), rgba(42,35,31,.92));
  color: #fff;
  box-shadow: 0 22px 58px rgba(30,22,16,.16), inset 0 0 0 1px rgba(255,255,255,.08);
}
.clone-scenarios article::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255,146,48,.28);
  border-radius: 50%;
}
.clone-scenarios article:nth-child(1)::after,
.clone-scenarios article:nth-child(2)::after,
.clone-scenarios article:nth-child(3)::after {
  position: absolute;
  right: 28px;
  top: 28px;
  color: rgba(255,255,255,.08);
  font-size: 58px;
  font-weight: 760;
  line-height: 1;
}
.clone-scenarios article:nth-child(1) {
  grid-row: span 2;
}
.clone-scenarios article:nth-child(1)::after { content: "EXPO"; }
.clone-scenarios article:nth-child(2)::after { content: "CEO"; }
.clone-scenarios article:nth-child(3)::after { content: "LIVE"; }
.clone-scenarios span {
  position: relative;
  z-index: 2;
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.clone-scenarios strong {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: clamp(23px, 1.75vw, 31px);
  font-weight: 700;
}
.clone-scenarios p {
  position: relative;
  z-index: 2;
  margin: 9px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.5;
}
.scenario-visual {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  top: 20px;
  height: 34%;
  opacity: .95;
}
.scenario-expo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: end;
}
.scenario-expo b {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  letter-spacing: .06em;
}
.scenario-expo i {
  display: block;
  height: 56%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(255,146,48,.78), rgba(245,34,45,.08));
}
.scenario-expo i:nth-of-type(2) { height: 82%; }
.scenario-expo i:nth-of-type(3) { height: 66%; }
.scenario-voice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.scenario-voice em {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-style: normal;
  font-weight: 720;
}
.scenario-voice i {
  flex: 1;
  height: 26px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255,146,48,.95) 0 4px, transparent 4px 10px),
    rgba(255,255,255,.08);
  animation: voicewave 1.8s ease-in-out infinite alternate;
}
.scenario-voice i:nth-of-type(2) {
  animation-delay: .35s;
}
@keyframes voicewave {
  from { transform: scaleY(.55); opacity: .52; }
  to { transform: scaleY(1); opacity: .96; }
}
.scenario-live {
  display: grid;
  align-content: start;
  gap: 12px;
}
.scenario-live b {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--flare-red), var(--flare-amber));
  color: #fff;
  font-size: 13px;
}
.scenario-live span {
  width: 78%;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.technology {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,90,34,.18), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(245,34,45,.12), transparent 28%),
    linear-gradient(180deg, #050505 0%, #10100f 100%);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
}
.technology::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}
.technology .section-index { color: var(--flare-amber); }
.technology-title {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: .34fr 1.1fr .42fr;
  gap: clamp(30px, 4vw, 70px);
  align-items: end;
}
.technology-title::after {
  content: "AI";
  justify-self: end;
  color: rgba(255,255,255,.06);
  font-size: clamp(120px, 13vw, 220px);
  font-weight: 780;
  line-height: .75;
}
.technology h2 {
  color: #fff;
  font-size: clamp(42px, 4.9vw, 82px);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: 0;
}
.technology-console {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  min-height: 176px;
  margin: 0 auto 12px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(420px, 1fr) minmax(250px, .58fr);
  gap: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,146,48,.11), transparent 38%),
    rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 24px 90px rgba(0,0,0,.26);
  backdrop-filter: blur(18px);
}
.technology-console::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255,146,48,.16), transparent);
  transform: translateX(-120%);
  animation: consoleSweep 6s ease-in-out infinite;
  pointer-events: none;
}
.console-status,
.console-flow,
.console-tasks {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: rgba(5,5,5,.46);
}
.console-status {
  padding: 22px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}
.console-status span,
.console-tasks span {
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .08em;
}
.console-status strong {
  color: #fff;
  font-size: clamp(24px, 1.85vw, 34px);
  font-weight: 720;
  line-height: 1.08;
}
.signal-bars {
  height: 38px;
  display: flex;
  align-items: end;
  gap: 7px;
}
.signal-bars i {
  flex: 1;
  min-width: 8px;
  height: 45%;
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, var(--flare-amber), var(--flare-red));
  opacity: .58;
  animation: signalRise 1.9s ease-in-out infinite;
}
.signal-bars i:nth-child(2) { animation-delay: .12s; }
.signal-bars i:nth-child(3) { animation-delay: .24s; }
.signal-bars i:nth-child(4) { animation-delay: .36s; }
.signal-bars i:nth-child(5) { animation-delay: .48s; }
.signal-bars i:nth-child(6) { animation-delay: .6s; }
.signal-bars i:nth-child(7) { animation-delay: .72s; }
.signal-bars i:nth-child(8) { animation-delay: .84s; }
.console-flow {
  position: relative;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.console-flow::before,
.console-flow::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  pointer-events: none;
}
.console-flow::before {
  background: rgba(255,255,255,.14);
}
.console-flow::after {
  width: 28%;
  right: auto;
  background: linear-gradient(90deg, transparent, var(--flare-amber), var(--flare-red), transparent);
  animation: dataTravelWide 3.4s linear infinite;
}
.console-flow span {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}
.console-flow i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.console-flow i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, var(--flare-amber), transparent);
  animation: dataTravel 1.7s linear infinite;
}
.console-flow i:nth-of-type(2)::after { animation-delay: .25s; }
.console-flow i:nth-of-type(3)::after { animation-delay: .5s; }
.console-flow i:nth-of-type(4)::after { animation-delay: .75s; }
.console-tasks {
  padding: 20px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.console-tasks b {
  min-height: 26px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-left: 2px solid var(--flare-amber);
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 600;
  animation: taskPulse 3.2s ease-in-out infinite;
}
.console-tasks b:nth-child(3) { animation-delay: .3s; }
.console-tasks b:nth-child(4) { animation-delay: .6s; }
.console-tasks b:nth-child(5) { animation-delay: .9s; }
.technology-list {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}
.technology-list li {
  position: relative;
  min-height: 360px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.technology-list li::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 74px;
  height: 1px;
  background: linear-gradient(90deg, var(--flare-amber), rgba(255,255,255,.1));
  transform-origin: left;
  animation: nodeScan 4.8s ease-in-out infinite;
  opacity: .62;
}
.technology-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255,146,48,.18), transparent 44%),
    repeating-linear-gradient(180deg, transparent 0 22px, rgba(255,255,255,.035) 22px 23px);
  opacity: .52;
  transition: opacity 220ms ease;
  pointer-events: none;
}
.technology-list li:hover::before {
  opacity: .9;
}
.technology-list li > span {
  position: relative;
  z-index: 1;
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.technology-list strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 660;
  line-height: 1.18;
  letter-spacing: 0;
}
.technology-list p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.72;
}
@keyframes consoleSweep {
  0%, 42% { transform: translateX(-120%); opacity: 0; }
  54% { opacity: 1; }
  78%, 100% { transform: translateX(120%); opacity: 0; }
}
@keyframes signalRise {
  0%, 100% { height: 36%; opacity: .42; }
  50% { height: 100%; opacity: .95; }
}
@keyframes dataTravel {
  from { transform: translateX(-110%); }
  to { transform: translateX(260%); }
}
@keyframes dataTravelWide {
  from { transform: translate(-110%, -50%); }
  to { transform: translate(360%, -50%); }
}
@keyframes taskPulse {
  0%, 100% { border-color: rgba(255,146,48,.4); color: rgba(255,255,255,.58); }
  45% { border-color: var(--flare-amber); color: #fff; }
}
@keyframes nodeScan {
  0%, 100% { transform: scaleX(.18); opacity: .28; }
  50% { transform: scaleX(1); opacity: .72; }
}

.platform { border-top: 1px solid var(--line); }
.platform > h2 { max-width: 1280px; margin-top: 48px; font-size: clamp(56px, 7vw, 116px); }
.platform-grid { margin-top: 96px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.platform-grid article { min-height: 290px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.platform-grid article:last-child { border-right: 0; }
.platform-grid article > span { color: var(--acid); font-family: "Courier New", monospace; font-size: 10px; }
.platform-grid strong { margin-top: auto; font-size: 24px; font-weight: 500; }
.platform-grid p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.benefits {
  min-height: 100svh;
  padding: clamp(68px, 5.4vw, 96px) clamp(28px, 5vw, 92px) clamp(58px, 4.8vw, 86px);
  background: #f2f1ef;
  color: #050505;
  border-top: 1px solid rgba(5,5,5,.08);
}
.benefits-heading {
  max-width: 1680px;
  margin: 0 auto clamp(42px, 4.2vw, 70px);
  display: grid;
  grid-template-columns: minmax(160px, .36fr) minmax(720px, 1fr);
  column-gap: clamp(54px, 8vw, 150px);
  align-items: start;
}
.benefits-label {
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #181818;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: 0;
}
.benefits-label span {
  color: var(--flare);
  font-size: 20px;
  line-height: 1;
}
.benefits-heading h2 {
  max-width: 1120px;
  margin: 0;
  color: #050505;
  font-size: clamp(42px, 3.52vw, 68px);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0;
}
.benefits-heading > p:not(.benefits-label) {
  grid-column: 2;
  max-width: 760px;
  margin: clamp(22px, 2.2vw, 38px) 0 0;
  color: #77736f;
  font-size: clamp(17px, 1.12vw, 21px);
  font-weight: 560;
  line-height: 1.52;
  letter-spacing: 0;
}
.benefits-grid {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.benefit-card {
  position: relative;
  min-height: clamp(410px, 28vw, 500px);
  overflow: hidden;
  padding: clamp(28px, 2.5vw, 42px);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(5,5,5,.04);
}
.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(255,255,255,.98), rgba(255,255,255,0));
  pointer-events: none;
}
.benefit-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--flare);
  font-size: 24px;
  font-weight: 760;
  line-height: 1;
}
.benefit-card strong {
  display: block;
  margin-top: 8px;
  color: #0b0b0b;
  font-size: clamp(19px, 1.15vw, 23px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0;
}
.benefit-card p {
  max-width: 92%;
  margin: clamp(24px, 2.1vw, 36px) 0 0;
  color: #8a8783;
  font-size: clamp(24px, 1.65vw, 33px);
  font-weight: 620;
  line-height: 1.22;
  letter-spacing: 0;
}
.benefit-card small {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 2.5vw, 42px);
  right: clamp(28px, 2.5vw, 42px);
  bottom: 28px;
  color: #aaa6a2;
  font-size: 15px;
  font-weight: 620;
}
.benefit-meter {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 2.5vw, 42px);
  right: clamp(28px, 2.5vw, 42px);
  bottom: 78px;
  height: 11px;
  border-radius: 999px;
  background: #ebe9e6;
  overflow: hidden;
}
.benefit-meter span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--flare), var(--flare-red));
}
.benefit-meter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 76%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid var(--flare);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 14px rgba(245,34,45,.22);
}
.benefit-phone {
  position: absolute;
  left: 50%;
  bottom: -118px;
  width: min(74%, 360px);
  height: 290px;
  border: 20px solid rgba(5,5,5,.07);
  border-bottom: 0;
  border-radius: 56px 56px 0 0;
  transform: translateX(-50%);
}
.benefit-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 72px;
  height: 18px;
  border-radius: 999px;
  background: rgba(5,5,5,.06);
  transform: translateX(-50%);
}
.benefit-phone span {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 76px;
  min-height: 54px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: var(--flare);
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 18px 38px rgba(255,90,34,.32);
}
.benefit-phone b {
  position: absolute;
  left: 50%;
  top: 38px;
  color: rgba(5,5,5,.12);
  font-size: 62px;
  font-weight: 780;
  line-height: 1;
  transform: translateX(-50%);
}
.benefit-phone i {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 54%;
  height: 8px;
  border-radius: 999px;
  background: rgba(5,5,5,.06);
  transform: translateX(-50%);
}
.benefit-orbit {
  position: absolute;
  right: -86px;
  bottom: -126px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid rgba(5,5,5,.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(245,34,45,.1), transparent 36%),
    repeating-conic-gradient(from -14deg, rgba(5,5,5,.18) 0 2deg, transparent 2deg 11deg),
    #f7f6f4;
  box-shadow: inset 0 0 0 22px rgba(255,255,255,.62);
}
.benefit-orbit span {
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  border: 1px solid rgba(5,5,5,.08);
}
.benefit-orbit span:nth-child(2) {
  inset: 82px;
}
.benefit-orbit span:nth-child(3) {
  inset: 132px;
  background: var(--flare);
  border: 0;
  box-shadow: 0 0 0 10px rgba(255,90,34,.12);
}

.download {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,.12);
  background: #050505;
}
.download > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: brightness(.5) contrast(1.08) saturate(.98);
  transform: scale(1.02);
}
.download::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 24%, rgba(255,90,34,.2), transparent 28%),
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.76) 42%, rgba(5,5,5,.36) 72%, rgba(5,5,5,.82) 100%);
}
.download::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(5,5,5,.95), rgba(5,5,5,.28) 56%, rgba(5,5,5,.58)),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
  pointer-events: none;
}
.download-inner {
  position: relative;
  z-index: 2;
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: clamp(96px, 10vw, 150px) clamp(28px, 5.4vw, 96px) clamp(52px, 5.8vw, 94px);
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(360px, 440px);
  gap: clamp(42px, 7vw, 120px);
  align-items: end;
}
.download-copy {
  max-width: 1120px;
}
.download .section-index {
  color: var(--flare-amber);
}
.download h2 {
  max-width: 1080px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(48px, 5.9vw, 108px);
  font-weight: 690;
  line-height: .98;
  letter-spacing: 0;
}
.download-copy > p:not(.section-index) {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 520;
  line-height: 1.72;
}
.contact {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(5,5,5,.42);
  color: rgba(255,255,255,.86);
  font-family: "Courier New", monospace;
  font-size: 13px;
  backdrop-filter: blur(16px);
}
.contact button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--flare-amber), var(--flare-red));
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 18px 42px rgba(245,34,45,.26);
}
.download-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  background: rgba(8,8,8,.68);
  box-shadow: 0 28px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
}
.download-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,146,48,.18), transparent 45%);
  pointer-events: none;
}
.download-panel > span,
.download-panel-foot small {
  position: relative;
  z-index: 1;
  color: var(--flare-amber);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .08em;
}
.download-panel strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(24px, 1.72vw, 32px);
  font-weight: 660;
  line-height: 1.18;
}
.download-panel > img {
  position: relative;
  z-index: 1;
  width: min(260px, 78%);
  margin: 28px auto 0;
  padding: 14px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.12);
}
.download-panel ul {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}
.download-panel li {
  min-height: 56px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 620;
}
.download-panel li b {
  color: rgba(255,255,255,.35);
  font-family: "Courier New", monospace;
  font-size: 10px;
}
.download-panel-foot {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

footer { min-height: 110px; padding: 26px clamp(20px, 3.3vw, 54px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #777770; font-family: "Courier New", monospace; font-size: 9px; }
footer > a:last-child { justify-self: end; }

dialog { padding: 0; border: 1px solid var(--line); background: #080808; color: #fff; box-shadow: 0 36px 120px rgba(0,0,0,.68); }
dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.dialog-close { position: absolute; z-index: 3; top: 12px; right: 12px; min-height: 34px; padding: 0 11px; background: #050505; border: 1px solid var(--line); cursor: pointer; font-family: "Courier New", monospace; font-size: 8px; }
.media-dialog { width: min(560px, calc(100% - 28px)); }
.media-dialog video { display: block; width: 100%; max-height: 80vh; background: #000; }
.media-dialog > p { margin: 0; padding: 15px 18px; color: #aaa8a2; font-size: 12px; }
.qr-dialog { width: min(720px, calc(100% - 28px)); padding: 52px; grid-template-columns: 1fr 220px; gap: 42px; align-items: center; background: var(--paper); color: #050505; }
.qr-dialog[open] { display: grid; }
.qr-dialog h2 { margin: 26px 0 0; font-size: clamp(36px, 4vw, 58px); line-height: 1; }
.qr-dialog > img { width: 220px; }
.qr-dialog .dialog-close { color: #050505; background: transparent; border-color: rgba(5,5,5,.25); }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(.2,.75,.2,1),
    filter 760ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.reveal.is-visible > :where(.section-index, .benefits-label, .product-intro-kicker, span:first-child) {
  animation: textLift 720ms cubic-bezier(.2,.75,.2,1) both;
}
.reveal.is-visible > :where(h1, h2, h3, strong) {
  animation: textLift 820ms cubic-bezier(.2,.75,.2,1) 80ms both;
}
.reveal.is-visible > :where(p, small) {
  animation: textLift 760ms cubic-bezier(.2,.75,.2,1) 170ms both;
}
.reveal.is-visible > :where(a, button, ul, ol) {
  animation: textLift 760ms cubic-bezier(.2,.75,.2,1) 240ms both;
}
.reveal.is-visible li {
  animation: textLift 680ms cubic-bezier(.2,.75,.2,1) both;
}
.reveal.is-visible li:nth-child(2) { animation-delay: 90ms; }
.reveal.is-visible li:nth-child(3) { animation-delay: 180ms; }
.reveal.is-visible li:nth-child(4) { animation-delay: 270ms; }
.reveal.is-visible li:nth-child(5) { animation-delay: 360ms; }

.product-intro-main h2,
.workflow-heading h2,
.local-influencers h2,
.clone-copy h2,
.technology h2,
.benefits-heading h2,
.download h2 {
  text-wrap: balance;
}

.product-intro-main h2,
.technology h2,
.download h2 {
  position: relative;
}
.product-intro-main h2::after,
.technology h2::after,
.download h2::after {
  content: "";
  display: block;
  width: min(120px, 24%);
  height: 2px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--flare-amber), var(--flare-red), transparent);
  transform-origin: left;
  transform: scaleX(0);
  opacity: .88;
}
.product-intro-main.reveal.is-visible h2::after,
.technology-title.reveal.is-visible h2::after,
.download-copy.reveal.is-visible h2::after {
  animation: lineDraw 920ms cubic-bezier(.2,.75,.2,1) 360ms both;
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes textLift {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes lineDraw {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: .88; }
}
@keyframes textSheen {
  0%, 58% { background-position: 120% 0; }
  78%, 100% { background-position: -120% 0; }
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 78svh; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-gallery { min-height: 90svh; }
  .scroll-cue { display: none; }
  .manifesto { min-height: 0; grid-template-columns: 1fr; }
  .manifesto-note { max-width: 560px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { max-width: 560px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, minmax(420px, 72vw)); }
  .work-feature { grid-column: 1 / 3; grid-row: auto; }
  .work-social { grid-column: 1 / 3; }
  .localization { grid-template-columns: 1fr; }
  .localization-copy { position: static; }
  .human-layout { height: auto; grid-template-columns: 1fr; }
  .human-strip { height: min(86vw, 760px); }
  .human-video { min-height: 760px; }
  .technology-title { grid-template-columns: 1fr; }
  .technology-title::after { display: none; }
  .technology-console { grid-template-columns: 1fr; }
  .console-flow {
    min-height: 116px;
    grid-template-columns: auto 1fr auto 1fr auto;
    grid-template-rows: auto auto;
  }
  .console-flow span:nth-of-type(4),
  .console-flow span:nth-of-type(5) {
    grid-row: 2;
  }
  .console-flow i:nth-of-type(3),
  .console-flow i:nth-of-type(4) {
    grid-row: 2;
  }
  .technology-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-list li { min-height: 280px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .platform-grid article:last-child { border-bottom: 0; }
  .product-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 34px;
  }
  .product-intro-main,
  .product-intro-cards {
    grid-column: 1;
  }
  .product-intro-cards,
  .workflow-board,
  .local-influencers,
  .local-influencers-stage,
  .clone-screen,
  .clone-stage,
  .benefits-heading,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .workflow-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .workflow-board {
    grid-template-rows: none;
  }
  .workflow-card {
    min-height: 520px;
  }
  .local-video,
  .local-avatar-grid {
    min-height: 620px;
  }
  .clone-stage {
    max-width: 760px;
  }
  .benefits-heading > p:not(.benefits-label) {
    grid-column: 1;
  }
  .download-inner { grid-template-columns: 1fr; align-items: start; }
  .download-panel { max-width: 520px; }
}

@media (max-width: 620px) {
  .topbar { height: 58px; padding-inline: 15px; }
  .brand { font-size: 17px; }
  .brand img { width: 24px; height: 24px; }
  .top-contact { display: none; }
  .top-actions { gap: 0; }
  .hero-copy { min-height: 75svh; padding: 100px 20px 38px; }
  .hero h1 { margin-top: 48px; font-size: clamp(47px, 13.6vw, 64px); line-height: .96; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-footnote { display: none; }
  .hero-gallery { min-height: 82svh; grid-template-rows: 1.55fr 1fr; }
  .hero-gallery .hero-main img { object-position: center 24%; }
  .hero-gallery figcaption { inset-inline: 10px; font-size: 7px; }
  .ticker > div { gap: 38px; }
  .manifesto, .work, .localization, .humans, .technology, .platform { padding: 82px 20px; }
  .manifesto h2, .section-heading h2, .localization h2, .technology h2, .platform h2, .download h2 { font-size: clamp(38px, 10.7vw, 52px); line-height: 1.02; }
  .product-intro,
  .workflow,
  .local-influencers,
  .clone-screen,
  .benefits {
    padding: 82px 20px;
  }
  .product-intro-main h2,
  .workflow-heading h2,
  .local-influencers h2,
  .clone-copy h2,
  .benefits-heading h2 {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.12;
  }
  .product-intro-main a {
    gap: 24px;
    font-size: 17px;
  }
  .product-intro-cards,
  .intro-card-app,
  .local-avatar-grid,
  .clone-scenarios {
    grid-template-columns: 1fr;
  }
  .intro-card,
  .intro-card-app,
  .workflow-card,
  .local-video,
  .clone-identity,
  .benefit-card {
    border-radius: 24px;
  }
  .intro-card-app {
    min-height: 580px;
    align-items: end;
  }
  .intro-card-app img {
    width: min(230px, 78%);
  }
  .workflow-board {
    gap: 10px;
  }
  .workflow-card {
    min-height: 500px;
    padding: 18px;
  }
  .workflow-input img {
    padding: 100px 18px 42px;
  }
  .workflow-local .localized-stack img {
    width: 50%;
    height: 58%;
  }
  .local-influencers-stage {
    gap: 10px;
  }
  .local-video {
    min-height: 560px;
  }
  .local-avatar-grid {
    min-height: 0;
    gap: 10px;
  }
  .local-avatar-grid figure {
    aspect-ratio: 4 / 5;
  }
  .clone-identity {
    min-height: 520px;
  }
  .clone-scenarios article {
    min-height: 260px;
  }
  .benefits-grid {
    gap: 10px;
  }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: none; background: transparent; gap: 1px; }
  .work-grid figure { aspect-ratio: 4 / 5; }
  .work-feature { grid-column: auto; grid-row: auto; }
  .work-social { grid-column: auto; }
  .language-stage { grid-template-columns: 1fr; }
  .language-control { min-height: 330px; border-left: 0; border-top: 1px solid var(--line); }
  .human-strip { height: auto; overflow-x: auto; grid-template-columns: repeat(3, 76vw); scrollbar-width: none; }
  .human-strip figure { aspect-ratio: 3 / 5; }
  .human-video { min-height: 130vw; }
  .technology-list li { min-height: 160px; align-items: start; }
  .technology-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .technology-console {
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }
  .console-status,
  .console-flow,
  .console-tasks {
    border-radius: 18px;
  }
  .console-flow {
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .console-flow i {
    display: none;
  }
  .console-flow span {
    min-height: 34px;
  }
  .technology-list li {
    min-height: 220px;
    padding: 20px;
    border-radius: 24px;
  }
  .technology-list strong {
    font-size: 24px;
  }
  .platform-grid { margin-top: 54px; }
  .download { min-height: 880px; align-items: stretch; }
  .download > img { object-position: 58% center; }
  .download-inner { padding: 66px 20px 46px; gap: 24px; }
  .download h2 { margin-top: 20px; font-size: clamp(34px, 9.2vw, 46px); line-height: 1.06; }
  .download-copy > p:not(.section-index) { margin-top: 22px; font-size: 14px; line-height: 1.62; }
  .contact { align-items: flex-start; flex-direction: column; }
  .contact a,
  .contact button { min-height: 46px; }
  .download-panel { padding: 20px; border-radius: 24px; }
  .download-panel strong { margin-top: 16px; font-size: 23px; }
  .download-panel > img { width: min(220px, 82%); margin-top: 18px; border-radius: 22px; }
  .download-panel li { min-height: 62px; grid-template-columns: 38px 1fr; font-size: 14px; }
  .download-panel-foot { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
  .qr-dialog[open] { grid-template-columns: 1fr; padding: 48px 24px 28px; }
  .qr-dialog > img { width: 180px; justify-self: center; }
}

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