:root {
  --ink: #101828;
  --ink-deep: #09111f;
  --ink-soft: #556173;
  --field-blue: #2556e8;
  --field-blue-dark: #1742c0;
  --aqua: #31c7b0;
  --signal: #f19a54;
  --cloud: #f4f7fb;
  --paper: #ffffff;
  --line: #dce3ec;
  --line-dark: rgba(255, 255, 255, 0.15);
  --success: #147d6b;
  --error: #c83549;
  --display: "Archivo", "Arial Narrow", sans-serif;
  --body: "Manrope", "Noto Sans SC", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: 1240px;
  --header-height: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Coin Parade release */
.live-chapter.coin-parade-chapter {
  min-height: 1180px;
}

.coin-parade-chapter .live-stage-copy {
  max-width: 760px;
  margin-top: 58px;
}

.studio-release-mark {
  display: flex;
  gap: 18px;
  align-items: center;
}

.studio-release-mark img {
  width: 172px;
  filter: brightness(0) invert(1);
}

.studio-release-mark span,
.coin-parade-lockup span,
.coin-parade-lockup small {
  color: var(--live-cyan);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .13em;
}

.studio-release-mark span {
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.25);
}

.coin-parade-lockup {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.coin-parade-icon {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 21px;
  box-shadow: 0 18px 46px rgba(0,0,0,.42), 0 0 35px rgba(56,215,255,.12);
}

.coin-parade-lockup > div {
  display: grid;
  gap: 3px;
}

.coin-parade-lockup strong {
  color: var(--ivory);
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -.045em;
  line-height: 1;
}

.coin-parade-lockup small {
  color: #9fa7b1;
}

.coin-parade-chapter .live-stage-copy h2 {
  margin: 26px 0 20px;
  font-size: clamp(3.5rem, 6.1vw, 6.8rem);
}

.coin-parade-chapter .live-stage-copy > p {
  max-width: 650px;
  margin-bottom: 24px;
}

.coin-parade-actions,
.studio-hero-actions,
.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button-outline-light {
  min-height: 50px;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.16);
}

.button-outline-light:hover {
  color: var(--void);
  background: var(--ivory);
}

.coin-parade-chapter .coin-parade-relationship {
  margin: 20px 0 0;
  color: #7d8793;
  font-family: var(--mono);
  font-size: .56rem;
  letter-spacing: .1em;
}

.coin-parade-feature-rail {
  position: absolute;
  right: 0;
  bottom: 66px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
  background: rgba(3,9,14,.68);
  backdrop-filter: blur(16px);
}

.coin-parade-feature-rail article {
  min-height: 165px;
  padding: 24px 26px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.coin-parade-feature-rail span {
  color: var(--live-cyan);
  font-family: var(--mono);
  font-size: .57rem;
  letter-spacing: .13em;
}

.coin-parade-feature-rail strong {
  display: block;
  margin-top: 28px;
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: -.02em;
}

.coin-parade-feature-rail p {
  max-width: 310px;
  margin: 9px 0 0;
  color: #9ca4ae;
  font-size: .66rem;
  line-height: 1.5;
}

.coin-parade-studio-hero .studio-logo-row {
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 28px 0 34px;
}

.coin-parade-studio-hero .studio-logo-row .studio-logo {
  width: 230px;
  margin: 0;
  filter: brightness(0) invert(1);
}

.studio-logo-row span {
  padding: 9px 12px;
  color: var(--live-cyan);
  border: 1px solid rgba(56,215,255,.5);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .12em;
}

.coin-parade-studio-hero h1 span {
  color: var(--live-cyan);
}

.coin-parade-studio-hero .studio-hero-content > div > p:not(.eyebrow) {
  max-width: 610px;
  color: #b4c0cf;
  line-height: 1.75;
}

.studio-hero-actions {
  margin-top: 30px;
}

.coin-parade-studio-hero .hero-contact-link {
  color: var(--ivory);
}

.coin-parade-launch {
  color: var(--ink);
  background: #f2efe7;
}

.coin-parade-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 7vw;
  align-items: center;
}

.coin-parade-launch-visual {
  position: relative;
  min-height: 650px;
  background: var(--void);
  overflow: hidden;
}

.coin-parade-launch-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2,7,11,.82), transparent 55%);
}

.coin-parade-launch-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.coin-parade-launch-visual > p {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-family: var(--mono);
  font-size: .55rem;
  letter-spacing: .13em;
}

.launch-icon-card {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 12px;
  width: 150px;
  padding: 14px;
  color: var(--ink);
  background: var(--ivory);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

.launch-icon-card img {
  width: 100%;
  border-radius: 22%;
}

.launch-icon-card span {
  font-family: var(--mono);
  font-size: .51rem;
  letter-spacing: .08em;
}

.coin-parade-launch-copy h2 {
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.5vw, 6rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .9;
}

.coin-parade-launch-copy > p:not(.eyebrow):not(.launch-attribution) {
  color: var(--ink-soft);
  line-height: 1.8;
}

.launch-specs {
  margin: 34px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.launch-specs li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-size: .76rem;
}

.launch-specs span {
  color: var(--field-blue);
  font-family: var(--mono);
  font-size: .58rem;
}

.launch-attribution {
  margin: 28px 0 0;
  color: #7b7c7c;
  font-family: var(--mono);
  font-size: .56rem;
  letter-spacing: .06em;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .coin-parade-launch-grid {
    grid-template-columns: 1fr;
  }

  .coin-parade-launch-visual {
    min-height: 560px;
  }
}

@media (max-width: 820px) {
  .live-chapter.coin-parade-chapter {
    min-height: 1370px;
  }

  .coin-parade-feature-rail article {
    min-height: 180px;
    padding: 22px;
  }
}

@media (max-width: 680px) {
  .live-chapter.coin-parade-chapter {
    min-height: 1500px;
  }

  .coin-parade-chapter .live-stage-copy {
    margin-top: 52px;
  }

  .studio-release-mark {
    gap: 12px;
  }

  .studio-release-mark img {
    width: 138px;
  }

  .studio-release-mark span {
    padding-left: 12px;
    font-size: .48rem;
  }

  .coin-parade-icon {
    width: 68px;
    height: 68px;
    border-radius: 17px;
  }

  .coin-parade-lockup strong {
    font-size: 1.6rem;
  }

  .coin-parade-chapter .live-stage-copy h2 {
    font-size: 3rem;
  }

  .coin-parade-chapter .live-stage-copy > p {
    font-size: .76rem;
    line-height: 1.68;
  }

  .coin-parade-actions {
    align-items: stretch;
  }

  .coin-parade-actions .button {
    width: 100%;
  }

  .coin-parade-feature-rail {
    grid-template-columns: 1fr;
    bottom: 34px;
  }

  .coin-parade-feature-rail article {
    min-height: 120px;
    padding: 18px 20px;
  }

  .coin-parade-feature-rail strong {
    margin-top: 15px;
  }

  .coin-parade-studio-hero .studio-logo-row {
    gap: 14px;
  }

  .coin-parade-studio-hero .studio-logo-row .studio-logo {
    width: 172px;
  }

  .studio-logo-row span {
    font-size: .48rem;
  }

  .coin-parade-launch-visual {
    min-height: 470px;
  }

  .launch-icon-card {
    width: 120px;
  }

  .coin-parade-launch-visual > p {
    right: 18px;
    bottom: 18px;
    max-width: 145px;
    text-align: right;
  }

  .coin-parade-launch-copy h2 {
    font-size: 3.15rem;
  }

  .launch-actions .button {
    width: 100%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--aqua);
}

.shell {
  width: min(100% - 56px, var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: 116px;
}

.eyebrow,
.section-index span,
.art-label,
.capability-code span,
.detail-number,
.detail-title > p,
.relationship-badge span,
.relation-company > span,
.relation-branch article > span,
.product-facts span,
.system-columns article > span,
.studio-relation > span,
.studio-product-list article > div > p:first-child,
.company-principles article > span,
.ecosystem-links article > span,
.contact-direct > span,
.form-heading > span,
.legal-date,
.not-found > div > span {
  margin: 0;
  color: var(--field-blue);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--field-blue);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, 1380px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  color: var(--ink);
}

.brand-mark {
  width: 39px;
  height: 39px;
}

.brand > span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-family: var(--display);
  font-size: 1.08rem;
  font-variation-settings: "wdth" 112;
  letter-spacing: 0.12em;
}

.brand small {
  margin-top: 4px;
  color: var(--field-blue);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.31em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 34px;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #364153;
  font-size: 0.9rem;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--field-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 44px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 600;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--field-blue);
  transform: translateY(-2px);
}

.header-cta .icon {
  width: 17px;
}

.menu-button {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  padding: 13px;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.menu-button .menu-close {
  display: none;
}

.menu-button[aria-expanded="true"] .menu-open {
  display: none;
}

.menu-button[aria-expanded="true"] .menu-close {
  display: block;
}

.mobile-menu {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  background: var(--paper);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 650;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  color: var(--paper);
  background:
    radial-gradient(circle at 70% 35%, rgba(37, 86, 232, 0.16), transparent 35%),
    linear-gradient(120deg, var(--ink-deep), #111e36 56%, #0c172a);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 40%, black);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  min-height: calc(100svh - var(--header-height) - 48px);
  padding-block: 70px 62px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.hero .eyebrow,
.portfolio .eyebrow,
.contact-band .eyebrow,
.product-hero .eyebrow,
.studio-hero .eyebrow {
  color: var(--aqua);
}

.hero h1 {
  max-width: 720px;
  margin: 22px 0 26px;
  font-family: var(--display);
  font-size: clamp(3.7rem, 6.3vw, 6.4rem);
  font-variation-settings: "wdth" 91;
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.hero h1 em {
  display: block;
  margin-top: 14px;
  color: var(--aqua);
  font-style: normal;
  font-variation-settings: "wdth" 108;
}

.hero-lead {
  max-width: 600px;
  margin: 0;
  color: #b9c5d7;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions,
.feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--paper);
  background: var(--field-blue);
}

.button-primary:hover {
  background: var(--field-blue-dark);
}

.button-ghost {
  color: var(--paper);
  border-color: rgba(255,255,255,.28);
}

.button-ghost:hover {
  border-color: var(--aqua);
}

.button-ghost-dark {
  color: var(--ink);
  border-color: var(--line);
}

.product-hero .button-ghost-dark {
  color: var(--paper);
  border-color: rgba(255,255,255,.32);
}

.product-hero .button-ghost-dark:hover {
  border-color: var(--aqua);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.button-outline-dark {
  color: var(--ink);
  border-color: var(--ink);
}

.button-signal {
  color: var(--ink);
  background: var(--signal);
}

.capability-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 48px;
}

.capability-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #91a2b8;
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.capability-chips .icon {
  width: 16px;
  height: 16px;
  color: var(--aqua);
}

.field-stage {
  position: relative;
  width: 100%;
  min-height: 610px;
}

.field-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.field-ring {
  fill: none;
  stroke: rgba(160, 180, 208, 0.13);
  stroke-width: 1;
}

.field-ring-a {
  transform-origin: center;
  animation: field-rotate 34s linear infinite;
}

.field-ring-b {
  stroke-dasharray: 5 9;
  transform-origin: center;
  animation: field-rotate-reverse 42s linear infinite;
}

.field-path {
  fill: none;
  stroke: url(#fieldStroke);
  stroke-dasharray: 4 8;
  stroke-width: 1.5;
  opacity: 0.65;
}

.signal-path {
  fill: none;
  stroke: var(--signal);
  stroke-dasharray: 9 780;
  stroke-width: 2;
  animation: signal-travel 5.6s var(--ease) infinite;
}

.signal-dot {
  fill: var(--signal);
  animation: signal-pulse 2.2s ease-in-out infinite;
}

.field-point {
  fill: var(--aqua);
}

.field-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
  background: var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(49,199,176,.08), 0 0 0 38px rgba(37,86,232,.06);
  transform: translate(-50%, -50%);
}

.field-core span,
.field-core strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.field-core strong {
  margin-top: 7px;
  color: var(--field-blue);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
}

.field-node {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: center;
  width: 126px;
  min-height: 68px;
  padding: 12px 15px;
  color: var(--paper);
  background: rgba(9, 17, 31, 0.82);
  border-top: 2px solid var(--aqua);
  transition: background 180ms ease, transform 180ms var(--ease);
}

.field-node:hover,
.field-node:focus-visible {
  background: var(--field-blue);
  transform: translateY(-3px);
}

.field-node small {
  color: #8ea1b9;
  font-family: var(--mono);
  font-size: 0.57rem;
  letter-spacing: 0.16em;
}

.field-node strong {
  margin-top: 4px;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.node-slots { top: 17%; left: 7%; }
.node-live { top: 17%; right: 6%; }
.node-api { right: 6%; bottom: 17%; }
.node-cards { bottom: 17%; left: 7%; }

.field-caption {
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0;
  color: #7589a3;
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.hero-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 max(28px, calc((100vw - var(--shell)) / 2));
  border-top: 1px solid var(--line-dark);
  overflow: hidden;
}

.hero-rail span {
  display: inline-flex;
  align-items: center;
  color: #778aa4;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.hero-rail span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 29px;
  content: "";
  background: var(--aqua);
  border-radius: 50%;
}

@keyframes field-rotate { to { transform: rotate(360deg); } }
@keyframes field-rotate-reverse { to { transform: rotate(-360deg); } }
@keyframes signal-travel { 0% { stroke-dashoffset: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { stroke-dashoffset: -780; opacity: 0; } }
@keyframes signal-pulse { 0%, 100% { opacity: .5; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.35); } }

.section-index {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

.section-index i {
  flex: 1;
  height: 1px;
  background: var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 9vw;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.slots-band h2,
.product-story h2,
.gallery-copy h2,
.publisher-note h2,
.company-lead h2,
.malaysia-section h2,
.contact-band h2,
.integration-section h2,
.format-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
  font-variation-settings: "wdth" 92;
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.intro-grid > div p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.intro-grid > div p + p {
  margin-top: 22px;
}

.capabilities {
  background: var(--cloud);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  margin-bottom: 58px;
}

.section-heading .eyebrow {
  margin-bottom: 18px;
}

.text-link,
.store-link,
.studio-relation a,
.studio-product-list article > div > a,
.publisher-note > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--field-blue);
  font-size: 0.88rem;
  font-weight: 700;
}

.text-link .icon,
.store-link .icon,
.studio-relation a .icon,
.studio-product-list article > div > a .icon,
.publisher-note > a .icon {
  width: 17px;
  transition: transform 180ms var(--ease);
}

.text-link:hover .icon,
.store-link:hover .icon,
.studio-relation a:hover .icon,
.studio-product-list article > div > a:hover .icon,
.publisher-note > a:hover .icon {
  transform: translateX(4px);
}

.capability-list {
  border-top: 1px solid #cfd8e5;
}

.capability-row {
  display: grid;
  grid-template-columns: 165px minmax(220px, 0.65fr) minmax(310px, 1fr) 50px;
  gap: 36px;
  align-items: center;
  min-height: 146px;
  border-bottom: 1px solid #cfd8e5;
}

.capability-code {
  display: flex;
  align-items: center;
  gap: 11px;
}

.capability-code .icon {
  color: var(--field-blue);
}

.capability-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-variation-settings: "wdth" 98;
  font-weight: 620;
  line-height: 1.15;
}

.capability-row > p {
  margin: 0;
  color: var(--ink-soft);
}

.capability-row > a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c7d1de;
  transition: color 180ms ease, background 180ms ease, border 180ms ease;
}

.capability-row:hover > a {
  color: var(--paper);
  background: var(--field-blue);
  border-color: var(--field-blue);
}

.portfolio {
  color: var(--paper);
  background: var(--ink);
}

.light-index span {
  color: var(--aqua);
}

.light-index i {
  background: var(--line-dark);
}

.tongits-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 680px;
  background: #232568;
  overflow: hidden;
}

.tongits-art {
  position: relative;
  min-height: 680px;
  background: #321e75;
  overflow: hidden;
}

.tongits-art::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(140deg, transparent 50%, rgba(8, 8, 45, .6));
}

.tongits-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tongits-icon {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 38px;
  width: 124px;
  border: 7px solid #fff;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.art-label {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--paper);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 82px);
}

.tongits-logo {
  width: 250px;
  max-height: 120px;
  margin: 20px 0 12px;
  object-fit: contain;
  object-position: left center;
}

.feature-copy h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.2vw, 4.5rem);
  font-variation-settings: "wdth" 88;
  font-weight: 670;
  letter-spacing: -0.05em;
  line-height: .94;
}

.feature-copy h2 span {
  color: #a9b9ff;
  font-size: .53em;
  letter-spacing: -0.025em;
}

.feature-copy > p:not(.eyebrow, .attribution) {
  max-width: 560px;
  margin: 0;
  color: #c8cff1;
}

.feature-points {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
}

.feature-points .icon {
  width: 17px;
  color: var(--aqua);
}

.attribution {
  margin: 24px 0 0;
  color: #9ea8d1;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .04em;
}

.feature-actions {
  margin-top: 28px;
}

.store-link {
  color: var(--paper);
}

.live-feature {
  display: grid;
  grid-template-columns: minmax(350px, .84fr) minmax(0, 1.16fr);
  margin-top: 28px;
  color: var(--ink);
  background: var(--paper);
}

.live-copy {
  padding: clamp(50px, 6vw, 84px);
}

.live-copy .eyebrow {
  color: var(--field-blue);
}

.crazy-live-logo {
  width: 240px;
  height: auto;
  margin: 26px 0 30px;
}

.live-copy h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.5vw, 4rem);
  font-variation-settings: "wdth" 92;
  font-weight: 640;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.live-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.relationship-badge {
  display: grid;
  gap: 5px;
  margin: 30px 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.relationship-badge strong {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .04em;
}

.live-art {
  min-width: 0;
  background: #061622;
}

.live-hero-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.18);
}

.product-strip a {
  position: relative;
  min-width: 0;
  height: 170px;
  background: var(--ink);
  overflow: hidden;
}

.product-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease), opacity 300ms ease;
}

.product-strip span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px 14px 12px;
  color: var(--paper);
  background: linear-gradient(transparent, rgba(0,0,0,.84));
  font-size: .68rem;
  font-weight: 700;
}

.product-strip a:hover img {
  opacity: .82;
  transform: scale(1.04);
}

.slots-band {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(450px, 1.15fr);
  gap: 7vw;
  align-items: center;
  margin-top: 28px;
  padding: clamp(54px, 7vw, 90px);
  color: var(--ink);
  background: #e9f4f1;
}

.slots-band h2 {
  margin: 18px 0 22px;
  font-size: clamp(2.5rem, 3.7vw, 4rem);
}

.slots-band p:not(.eyebrow) {
  color: var(--ink-soft);
}

.reel-window {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 20px;
  background: var(--ink);
  border: 10px solid var(--paper);
  box-shadow: 16px 16px 0 rgba(37,86,232,.16);
}

.reel-window > span {
  display: grid;
  place-items: center;
  min-height: 190px;
  color: var(--field-blue);
  background: var(--paper);
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 5.8rem);
  font-weight: 760;
  letter-spacing: -.05em;
}

.reel-window .reel-gem {
  color: var(--signal);
}

.reel-window i {
  padding-top: 12px;
  color: #8da0b8;
  font-family: var(--mono);
  font-size: .58rem;
  font-style: normal;
  letter-spacing: .13em;
  text-align: center;
}

.compact-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  align-items: start;
}

.compact-heading > p {
  margin: 44px 0 0;
  color: var(--ink-soft);
}

.relationship-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) 120px minmax(0, 1.3fr);
  align-items: center;
  margin-top: 74px;
}

.relation-company,
.relation-branch article {
  display: grid;
  padding: 30px;
  border: 1px solid var(--line);
}

.relation-company {
  color: var(--paper);
  background: var(--ink);
}

.relation-company > span {
  color: var(--aqua);
}

.relation-company strong,
.relation-branch strong {
  margin: 11px 0 6px;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.1;
}

.relation-company small,
.relation-branch p {
  color: #a9b5c6;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .04em;
}

.relation-lines {
  position: relative;
  height: 180px;
}

.relation-lines::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  background: var(--field-blue);
}

.relation-lines::after {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 25%;
  left: 60px;
  content: "";
  border-top: 1px solid var(--field-blue);
  border-bottom: 1px solid var(--field-blue);
  border-left: 1px solid var(--field-blue);
}

.relation-branch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.relation-branch article {
  min-height: 180px;
}

.relation-branch p {
  margin: auto 0 0;
  color: var(--ink-soft);
}

.process {
  background: var(--cloud);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd8e5;
  list-style: none;
}

.process-list li {
  min-height: 270px;
  padding: 27px;
  border-right: 1px solid #cfd8e5;
}

.process-list li:first-child {
  border-left: 1px solid #cfd8e5;
}

.process-list span {
  color: var(--field-blue);
  font-family: var(--mono);
  font-size: .7rem;
}

.process-list h3 {
  margin: 72px 0 12px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 620;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .9rem;
}

.contact-band {
  color: var(--paper);
  background: var(--field-blue);
}

.contact-band .shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  min-height: 380px;
}

.contact-band h2 {
  max-width: 820px;
  margin-top: 16px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.site-footer {
  padding: 76px max(28px, calc((100vw - var(--shell)) / 2)) 30px;
  color: #b6c1d0;
  background: var(--ink-deep);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 10vw;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-dark);
}

.brand-light {
  color: var(--paper);
}

.footer-brand > p {
  max-width: 350px;
  margin: 24px 0 0;
  color: #8898ad;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links span {
  margin-bottom: 7px;
  color: #687c96;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links a {
  min-height: 32px;
  color: #c8d1dd;
  font-size: .86rem;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--aqua);
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 26px;
  align-items: start;
  padding-top: 26px;
  font-size: .68rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > a {
  color: var(--paper);
}

.relationship-note {
  max-width: 600px;
  justify-self: end;
  color: #71849d;
  text-align: right;
}

/* Shared subpage hero */
.page-hero {
  position: relative;
  background: var(--cloud);
  overflow: hidden;
}

.page-hero > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  min-height: 540px;
  padding-block: 80px;
}

.page-hero h1 {
  max-width: 930px;
  margin: 20px 0 24px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6.6vw, 6.8rem);
  font-variation-settings: "wdth" 88;
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .94;
}

.page-hero > .shell > div:first-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.page-hero-field {
  position: relative;
  width: 300px;
  height: 300px;
  justify-self: end;
}

.page-hero-field::before,
.page-hero-field::after,
.page-hero-field i {
  position: absolute;
  inset: 50%;
  content: "";
  border: 1px solid rgba(37,86,232,.22);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

.page-hero-field::before { width: 280px; height: 280px; }
.page-hero-field::after { width: 190px; height: 190px; }
.page-hero-field i:nth-child(1) { width: 95px; height: 95px; background: var(--field-blue); border: 0; }
.page-hero-field i:nth-child(2) { width: 14px; height: 14px; margin: -115px 0 0 82px; background: var(--aqua); border: 0; }
.page-hero-field i:nth-child(3) { width: 9px; height: 9px; margin: 103px 0 0 -100px; background: var(--signal); border: 0; }
.page-hero-field span { position: absolute; z-index: 2; top: 50%; left: 50%; color: var(--paper); font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; transform: translate(-50%,-50%); }

/* Capability detail */
.capability-detail {
  padding-top: 40px;
}

.detail-row {
  display: grid;
  grid-template-columns: 70px minmax(260px, .75fr) minmax(380px, 1.25fr);
  gap: 46px;
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
}

.detail-number {
  padding-top: 7px;
  color: var(--signal);
}

.detail-title > p {
  margin: 0 0 14px;
}

.detail-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.25rem, 3.3vw, 3.7rem);
  font-variation-settings: "wdth" 92;
  font-weight: 630;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.detail-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.detail-copy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.detail-copy li {
  display: flex;
  gap: 9px;
  color: #354155;
  font-size: .85rem;
}

.detail-copy li .icon {
  width: 16px;
  color: var(--aqua);
}

.integration-section {
  padding: 110px 0;
  color: var(--paper);
  background: var(--ink);
}

.integration-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
  gap: 8vw;
  align-items: center;
}

.integration-section .eyebrow {
  color: var(--aqua);
}

.integration-section h2 {
  margin: 18px 0 24px;
}

.integration-section p:not(.eyebrow) {
  color: #a9b7c9;
}

.integration-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  min-height: 270px;
}

.integration-diagram > span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--paper);
  border: 1px solid #52627a;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
}

.integration-diagram > span:nth-of-type(2) {
  color: var(--ink);
  background: var(--aqua);
  border-color: var(--aqua);
}

.integration-diagram i {
  height: 1px;
  background: linear-gradient(90deg, var(--aqua), var(--field-blue));
}

.integration-diagram small {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  color: #788aa3;
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .09em;
  text-align: center;
}

/* Crazy Tongits page */
.product-hero {
  color: var(--paper);
  background: #15184f;
  overflow: hidden;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
  gap: 5vw;
  align-items: center;
  min-height: 680px;
  padding-block: 80px;
}

.product-page-logo {
  width: 260px;
  max-height: 132px;
  margin: 22px 0 8px;
  object-fit: contain;
  object-position: left;
}

.product-hero h1 {
  margin: 0 0 25px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 5.9vw, 6.3rem);
  font-variation-settings: "wdth" 86;
  font-weight: 670;
  letter-spacing: -.06em;
  line-height: .9;
}

.product-hero h1 span {
  color: #abbcff;
  font-size: .48em;
  letter-spacing: -.02em;
}

.product-hero-copy > p:not(.eyebrow, .attribution) {
  max-width: 540px;
  color: #c4cbe8;
  font-size: 1.02rem;
}

.dark-attribution {
  color: #8f9ac2;
}

.product-hero-art {
  position: relative;
  min-width: 0;
}

.product-hero-art > img:first-child {
  width: 100%;
  border: 10px solid rgba(255,255,255,.12);
  box-shadow: 30px 30px 0 rgba(37,86,232,.18);
}

.floating-app-icon {
  position: absolute;
  right: -20px;
  bottom: -35px;
  width: 130px;
  border: 7px solid var(--paper);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
}

.product-facts {
  background: var(--aqua);
}

.product-facts .shell {
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  overflow-x: auto;
}

.product-facts span {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  color: var(--ink);
}

.product-facts span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin-left: 30px;
  content: "";
  background: rgba(16,24,40,.45);
  border-radius: 50%;
}

.system-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
}

.system-columns article {
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.system-columns article:first-child {
  border-left: 1px solid var(--line);
}

.system-columns h3 {
  margin: 62px 0 14px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 620;
  line-height: 1.15;
}

.system-columns p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .9rem;
}

.gallery-section {
  padding: 110px 0;
  background: var(--cloud);
}

.gallery-copy {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: 54px;
}

.gallery-copy .eyebrow {
  grid-column: 1 / -1;
}

.gallery-copy p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  background: #291766;
}

.gallery-grid figcaption {
  padding: 14px 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: .68rem;
}

.publisher-note {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 4vw 8vw;
  align-items: start;
}

.publisher-note h2 {
  margin-top: 18px;
  font-size: clamp(2.5rem, 3.8vw, 4.1rem);
}

.publisher-note > p {
  margin: 44px 0 0;
  color: var(--ink-soft);
}

.publisher-note > a {
  grid-column: 2;
}

/* Crazy Live studio */
.studio-hero {
  position: relative;
  min-height: 700px;
  color: var(--paper);
  background: var(--ink-deep);
  overflow: hidden;
}

.studio-hero-image {
  position: absolute;
  inset: 0;
}

.studio-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5,13,24,.94) 0, rgba(5,13,24,.78) 45%, rgba(5,13,24,.1) 80%);
}

.studio-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 700px;
  padding-block: 70px;
}

.studio-hero-content > div {
  max-width: 650px;
}

.studio-hero-content img {
  width: 260px;
  margin: 28px 0 34px;
  filter: brightness(0) invert(1);
}

.studio-hero h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  font-variation-settings: "wdth" 87;
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .92;
}

.studio-hero-content p:last-child {
  max-width: 560px;
  color: #b4c0cf;
}

.studio-relation {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid var(--line);
}

.studio-relation strong {
  font-size: .95rem;
}

.studio-products {
  padding-top: 95px;
}

.studio-product-list {
  display: grid;
  gap: 72px;
}

.studio-product-list article {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 6vw;
  align-items: center;
}

.studio-product-list article:nth-child(even) .studio-product-image {
  order: 2;
}

.studio-product-image {
  position: relative;
  display: block;
  min-height: 380px;
  background: var(--cloud);
  overflow: hidden;
}

.studio-product-image > img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.studio-product-image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--paper);
  background: var(--field-blue);
}

.studio-product-image:hover > img {
  transform: scale(1.025);
}

.studio-product-list article > div > p:first-child {
  color: var(--field-blue);
}

.studio-product-list h3 {
  margin: 15px 0 20px;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  font-variation-settings: "wdth" 90;
  font-weight: 640;
  letter-spacing: -.05em;
  line-height: .98;
}

.studio-product-list article > div > p:not(:first-child) {
  color: var(--ink-soft);
}

.format-section {
  padding: 110px 0;
  color: var(--paper);
  background: var(--ink);
}

.format-section h2 {
  max-width: 850px;
  margin: 18px 0 56px;
}

.format-section .eyebrow {
  color: var(--aqua);
}

.format-rail {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.format-rail span {
  flex: 1 1 220px;
  display: grid;
  place-items: center;
  min-height: 100px;
  padding: 18px;
  color: #a9b7c8;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-align: center;
}

/* Company */
.company-story {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
  gap: 8vw;
}

.company-lead h2 {
  margin: 18px 0 24px;
}

.company-lead > p:last-child {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.company-principles {
  border-top: 1px solid var(--line);
}

.company-principles article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.company-principles h3 {
  margin: 14px 0 9px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 620;
}

.company-principles p {
  margin: 0;
  color: var(--ink-soft);
}

.ecosystem-section {
  padding: 110px 0;
  background: var(--cloud);
}

.ecosystem-graphic {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 120px;
  align-items: center;
  margin-top: 70px;
}

.ecosystem-core {
  position: relative;
  display: grid;
  place-items: center;
  width: 290px;
  height: 290px;
  color: var(--paper);
  text-align: center;
  background: var(--ink);
  border-radius: 50%;
}

.ecosystem-core::after {
  position: absolute;
  inset: -28px;
  content: "";
  border: 1px solid rgba(37,86,232,.28);
  border-radius: 50%;
}

.ecosystem-core .brand-mark {
  width: 54px;
  height: 54px;
  color: var(--aqua);
}

.ecosystem-core span {
  margin: -50px 0 0;
  color: #8596ad;
  font-family: var(--mono);
  font-size: .6rem;
  letter-spacing: .13em;
}

.ecosystem-core strong {
  margin-top: -52px;
  font-family: var(--display);
  letter-spacing: .08em;
}

.ecosystem-links {
  display: grid;
  gap: 16px;
}

.ecosystem-links article {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr 1.2fr;
  gap: 24px;
  align-items: center;
  min-height: 100px;
  padding: 20px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.ecosystem-links article::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 120px;
  height: 1px;
  content: "";
  background: var(--field-blue);
}

.ecosystem-links strong {
  font-family: var(--display);
  font-size: 1.4rem;
}

.ecosystem-links small {
  color: var(--ink-soft);
}

.malaysia-section {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 9vw;
  align-items: center;
}

.malaysia-code {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  color: var(--field-blue);
  border: 1px solid var(--line);
  overflow: hidden;
}

.malaysia-code::before,
.malaysia-code::after {
  position: absolute;
  width: 330px;
  height: 330px;
  content: "";
  border: 1px solid rgba(37,86,232,.18);
  border-radius: 50%;
}

.malaysia-code::after {
  width: 230px;
  height: 230px;
}

.malaysia-code span {
  z-index: 1;
  font-family: var(--display);
  font-size: 7rem;
  font-weight: 720;
  letter-spacing: -.08em;
}

.malaysia-code strong {
  z-index: 1;
  margin-top: -90px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .2em;
}

.malaysia-section h2 {
  margin: 18px 0 24px;
}

.malaysia-section > div:last-child > p:last-child {
  color: var(--ink-soft);
}

/* Contact */
.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(500px, 1.3fr);
  gap: 7vw;
  align-items: start;
}

.contact-context > ul {
  display: grid;
  gap: 0;
  margin: 28px 0 38px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.contact-context > ul li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
}

.contact-context li > .icon {
  color: var(--field-blue);
}

.contact-context li span {
  display: grid;
}

.contact-context li strong {
  font-size: .95rem;
}

.contact-context li span {
  color: var(--ink-soft);
  font-size: .76rem;
}

.contact-direct {
  display: grid;
  padding: 24px;
  color: var(--paper);
  background: var(--ink);
}

.contact-direct > span {
  color: var(--aqua);
}

.contact-direct a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 52px;
  font-family: var(--display);
  font-size: 1.05rem;
  word-break: break-word;
}

.contact-direct small {
  color: #8293aa;
  font-size: .65rem;
}

.inquiry-form {
  padding: clamp(32px, 5vw, 62px);
  background: var(--cloud);
}

.form-heading h2 {
  margin: 12px 0 34px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 630;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.form-grid label {
  display: grid;
  gap: 8px;
}

.form-grid label > span {
  font-size: .78rem;
  font-weight: 700;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #bdc8d7;
  border-radius: 0;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.form-grid textarea {
  min-height: 150px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--field-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(37,86,232,.14);
}

.form-grid [aria-invalid="true"] {
  border-color: var(--error);
}

.full-field {
  grid-column: 1 / -1;
}

.field-error {
  min-height: 17px;
  color: var(--error);
  font-size: .68rem;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}

.form-footer > p {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .72rem;
}

.form-status {
  min-height: 24px;
  margin: 15px 0 0;
  color: var(--success);
  font-size: .78rem;
  font-weight: 700;
}

/* Legal / 404 */
.legal-content {
  max-width: 880px;
}

.legal-content section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 620;
}

.legal-content p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-date {
  margin-top: 36px !important;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: 72svh;
  background: var(--cloud);
}

.not-found > div {
  text-align: center;
}

.not-found h1 {
  max-width: 780px;
  margin: 22px auto;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6rem);
  font-variation-settings: "wdth" 88;
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .96;
}

.not-found p {
  color: var(--ink-soft);
}

.not-found .button {
  margin-top: 20px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 22px;
    margin-right: 20px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr);
  }

  .field-stage {
    min-height: 540px;
  }

  .field-node {
    width: 112px;
  }

  .capability-row {
    grid-template-columns: 145px 230px 1fr 48px;
    gap: 24px;
  }

  .tongits-feature,
  .live-feature {
    grid-template-columns: 1fr 1fr;
  }

  .tongits-art,
  .tongits-feature {
    min-height: 610px;
  }

  .live-hero-image {
    height: 500px;
  }

  .ecosystem-graphic {
    gap: 80px;
  }

  .ecosystem-links article::before {
    width: 80px;
  }
}

@media (max-width: 920px) {
  :root { --header-height: 70px; }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .field-stage {
    width: min(100%, 680px);
    min-height: 520px;
    margin: -30px auto 0;
  }

  .intro-grid,
  .company-story,
  .malaysia-section,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .capability-row {
    grid-template-columns: 130px 1fr 48px;
    padding: 28px 0;
  }

  .capability-row > p {
    grid-column: 2;
  }

  .capability-row > a {
    grid-row: 1 / span 2;
    grid-column: 3;
  }

  .tongits-feature,
  .live-feature {
    grid-template-columns: 1fr;
  }

  .tongits-art {
    min-height: 520px;
  }

  .live-copy {
    order: 2;
  }

  .slots-band {
    grid-template-columns: 1fr;
  }

  .relationship-map {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .relation-lines {
    height: 90px;
  }

  .relation-lines::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 50%;
  }

  .relation-lines::after {
    top: 50%;
    right: 25%;
    bottom: auto;
    left: 25%;
    height: 50%;
    border: 0;
    border-top: 1px solid var(--field-blue);
    border-right: 1px solid var(--field-blue);
    border-left: 1px solid var(--field-blue);
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li:nth-child(3) {
    border-left: 1px solid #cfd8e5;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .page-hero > .shell {
    grid-template-columns: 1fr 240px;
  }

  .page-hero-field {
    width: 220px;
    height: 220px;
  }

  .page-hero-field::before { width: 210px; height: 210px; }
  .page-hero-field::after { width: 145px; height: 145px; }

  .detail-row {
    grid-template-columns: 50px 1fr;
  }

  .detail-copy {
    grid-column: 2;
  }

  .integration-grid,
  .product-hero-grid,
  .publisher-note {
    grid-template-columns: 1fr;
  }

  .integration-diagram {
    max-width: 650px;
  }

  .product-hero-art {
    margin-top: 25px;
  }

  .product-facts .shell {
    gap: 34px;
  }

  .publisher-note > a {
    grid-column: 1;
  }

  .publisher-note > p {
    margin-top: 0;
  }

  .studio-product-list article {
    grid-template-columns: 1fr;
  }

  .studio-product-list article:nth-child(even) .studio-product-image {
    order: 0;
  }

  .ecosystem-graphic {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ecosystem-links {
    width: 100%;
  }

  .ecosystem-links article::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .section {
    padding-block: 82px;
  }

  .header-inner {
    width: calc(100% - 24px);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand strong { font-size: .94rem; }
  .language-link { display: none; }

  .hero-grid {
    min-height: 0;
    padding-block: 58px 80px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(3.1rem, 15vw, 4.5rem);
    line-height: .93;
  }

  .hero h1 em {
    margin-top: 10px;
  }

  .hero-lead {
    font-size: .98rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    flex: 1 1 220px;
  }

  .capability-chips {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
  }

  .field-stage {
    min-height: 430px;
    margin-top: 10px;
  }

  .field-core {
    width: 112px;
    height: 112px;
  }

  .field-node {
    width: 96px;
    min-height: 58px;
    padding: 9px 11px;
  }

  .field-node strong { font-size: .82rem; }
  .node-slots { top: 18%; left: 1%; }
  .node-live { top: 18%; right: 1%; }
  .node-api { right: 1%; bottom: 18%; }
  .node-cards { bottom: 18%; left: 1%; }
  .field-caption { display: none; }

  .hero-rail {
    gap: 22px;
    padding-inline: 18px;
    overflow-x: hidden;
  }

  .hero-rail span:nth-child(n+4) {
    display: none;
  }

  .hero-rail span:not(:last-child)::after {
    margin: 0 18px;
  }

  .section-index {
    margin-bottom: 32px;
  }

  .intro-grid {
    gap: 32px;
  }

  .intro-grid h2,
  .section-heading h2,
  .slots-band h2,
  .product-story h2,
  .gallery-copy h2,
  .publisher-note h2,
  .company-lead h2,
  .malaysia-section h2,
  .contact-band h2,
  .integration-section h2,
  .format-section h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .section-heading,
  .compact-heading,
  .gallery-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .section-heading .text-link {
    justify-self: start;
  }

  .compact-heading > p,
  .gallery-copy p:last-child {
    margin-top: 0;
  }

  .capability-row {
    grid-template-columns: 1fr 46px;
    gap: 15px;
  }

  .capability-code {
    grid-column: 1;
  }

  .capability-row h3 {
    grid-column: 1;
  }

  .capability-row > p {
    grid-column: 1 / -1;
  }

  .capability-row > a {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .tongits-art {
    min-height: 360px;
  }

  .tongits-icon {
    right: 18px;
    bottom: 20px;
    width: 92px;
    border-width: 5px;
  }

  .feature-copy,
  .live-copy,
  .slots-band {
    padding: 38px 26px;
  }

  .feature-copy h2 {
    font-size: 2.8rem;
  }

  .live-hero-image {
    height: 330px;
  }

  .product-strip a {
    height: 120px;
  }

  .product-strip span {
    font-size: .58rem;
  }

  .slots-band {
    gap: 40px;
  }

  .reel-window {
    padding: 10px;
    border-width: 6px;
    box-shadow: 9px 9px 0 rgba(37,86,232,.16);
  }

  .reel-window > span {
    min-height: 110px;
    font-size: clamp(1.2rem, 10vw, 3rem);
  }

  .reel-window i { font-size: .48rem; }

  .relation-branch {
    grid-template-columns: 1fr;
  }

  .relation-lines::after {
    right: 50%;
    left: 50%;
    border-right: 0;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(3) {
    min-height: 220px;
    border-right: 1px solid #cfd8e5;
    border-left: 1px solid #cfd8e5;
  }

  .process-list h3 {
    margin-top: 42px;
  }

  .contact-band .shell {
    grid-template-columns: 1fr;
    align-content: center;
    min-height: 440px;
    padding-block: 60px;
  }

  .contact-band .button {
    justify-self: start;
  }

  .footer-top {
    gap: 52px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .relationship-note {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .page-hero > .shell {
    grid-template-columns: 1fr;
    min-height: 500px;
    padding-block: 62px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .page-hero-field {
    position: absolute;
    right: -90px;
    bottom: -100px;
    opacity: .52;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 52px 0;
  }

  .detail-copy {
    grid-column: 1;
  }

  .detail-copy ul {
    grid-template-columns: 1fr;
  }

  .integration-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .integration-diagram {
    grid-template-columns: 1fr 32px 1fr 32px 1fr;
    min-height: 230px;
  }

  .integration-diagram > span {
    font-size: .55rem;
  }

  .product-hero-grid {
    min-height: 0;
    padding-block: 65px 85px;
  }

  .product-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .floating-app-icon {
    right: 12px;
    bottom: -30px;
    width: 95px;
    border-width: 5px;
  }

  .product-facts .shell {
    width: 100%;
    padding-inline: 18px;
  }

  .product-facts span:not(:last-child)::after {
    margin-left: 22px;
  }

  .system-columns {
    grid-template-columns: 1fr;
  }

  .system-columns article,
  .system-columns article:first-child {
    min-height: 230px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .system-columns h3 {
    margin-top: 38px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .studio-hero,
  .studio-hero-content {
    min-height: 650px;
  }

  .studio-hero-image::after {
    background: linear-gradient(90deg, rgba(5,13,24,.94), rgba(5,13,24,.57));
  }

  .studio-hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .studio-relation {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 25px;
  }

  .studio-relation a {
    justify-self: start;
  }

  .studio-product-image,
  .studio-product-image > img {
    min-height: 260px;
  }

  .studio-product-list h3 {
    font-size: 2.7rem;
  }

  .ecosystem-graphic {
    gap: 60px;
  }

  .ecosystem-core {
    width: 240px;
    height: 240px;
  }

  .ecosystem-links article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .malaysia-code {
    min-height: 280px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: 1;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .form-footer .button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 2.95rem;
  }

  .capability-chips {
    gap: 10px;
  }

  .capability-chips span {
    font-size: .58rem;
  }

  .field-stage {
    min-height: 390px;
  }

  .field-node {
    width: 88px;
  }

  .product-strip {
    grid-template-columns: 1fr;
  }

  .product-strip a {
    height: 140px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ========================================================================== */
/* Edition 02 — New Field Cinema                                               */
/* ========================================================================== */

:root {
  --void: #08090c;
  --carbon: #111319;
  --ivory: #eeede7;
  --paper: #f7f6f1;
  --smoke: #a7a9b0;
  --cobalt: #4b4eff;
  --vermilion: #ff4f2e;
  --ink: #0b0d12;
  --ink-deep: #08090c;
  --ink-soft: #66686f;
  --field-blue: #4b4eff;
  --field-blue-dark: #3437d8;
  --aqua: #ff6a4c;
  --signal: #ff4f2e;
  --cloud: #ecebe5;
  --line: #cecdc6;
  --line-dark: rgba(238, 237, 231, .18);
  --display: "Syne", "Manrope", sans-serif;
  --body: "Manrope", "Noto Sans SC", sans-serif;
  --shell: 1360px;
  --header-height: 82px;
}

body {
  color: var(--ink);
  background: var(--paper);
}

body::before {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, var(--vermilion), var(--cobalt));
}

.shell {
  width: min(100% - 72px, var(--shell));
}

.section {
  padding-block: 140px;
}

.eyebrow,
.edition-label,
.chapter-meta,
.public-credit,
.discipline-rail,
.architecture-company > span,
.architecture-branches article > span {
  font-family: var(--mono);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: var(--header-height);
  color: var(--ivory);
  background: rgba(8, 9, 12, .82);
  border-bottom: 1px solid rgba(238, 237, 231, .14);
  backdrop-filter: blur(18px);
  transition: background 250ms ease, height 250ms ease;
}

.site-header.is-scrolled {
  height: 70px;
  background: rgba(8, 9, 12, .96);
}

.brand,
.desktop-nav a,
.language-link,
.menu-button {
  color: var(--ivory);
}

.brand strong {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.brand small {
  color: #8f9198;
}

.brand-mark {
  width: 34px;
  height: 34px;
  color: var(--vermilion);
}

.desktop-nav a {
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.desktop-nav a::after {
  background: var(--vermilion);
}

.header-cta {
  min-height: 44px;
  color: var(--void);
  background: var(--ivory);
}

.header-cta:hover {
  color: var(--ivory);
  background: var(--vermilion);
}

.mobile-menu {
  color: var(--ivory);
  background: var(--void);
}

body.menu-open .mobile-menu {
  bottom: auto;
  height: calc(100svh - var(--header-height));
}

.mobile-menu a {
  border-color: var(--line-dark);
}

.cinematic-hero {
  position: relative;
  min-height: 100svh;
  color: var(--ivory);
  background: var(--void);
  isolation: isolate;
  overflow: hidden;
}

.cinematic-media,
.world-layer,
.cinema-shade,
.film-grain {
  position: absolute;
  inset: 0;
}

.cinematic-media {
  z-index: -4;
  overflow: clip;
}

.world-layer {
  opacity: 0;
  overflow: hidden;
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 1400ms cubic-bezier(.2,.8,.2,1);
}

.world-layer.is-active {
  opacity: 1;
  transform: scale(1);
}

.world-layer > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-tongits > img {
  filter: saturate(.86) contrast(1.06);
}

.world-live > img {
  object-position: center;
}

.world-layer::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8,9,12,.94) 0%, rgba(8,9,12,.72) 38%, rgba(8,9,12,.2) 78%), linear-gradient(0deg, rgba(8,9,12,.9) 0%, transparent 50%, rgba(8,9,12,.35) 100%);
}

.world-tongits::before {
  position: absolute;
  z-index: 1;
  top: -20%;
  right: -5%;
  width: 62vw;
  height: 140%;
  content: "";
  background: linear-gradient(120deg, transparent 5%, rgba(75,78,255,.23) 45%, rgba(255,79,46,.18));
  transform: skewX(-12deg);
  mix-blend-mode: screen;
}

.world-systems {
  background: radial-gradient(circle at 72% 34%, rgba(75,78,255,.42), transparent 28%), linear-gradient(125deg, #06070a, #171924 72%, #23120f);
}

.systems-stage {
  position: absolute;
  top: 50%;
  right: 7vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 13vw));
  gap: 12px;
  transform: translateY(-50%) rotate(-6deg);
}

.systems-stage span {
  display: grid;
  place-items: center;
  aspect-ratio: .78;
  max-width: 100%;
  overflow: hidden;
  color: var(--ivory);
  background: linear-gradient(145deg, #1d202a, #090a0e);
  border: 1px solid rgba(238,237,231,.2);
  box-shadow: 0 30px 80px rgba(0,0,0,.52);
  font-family: var(--display);
  font-size: clamp(2.5rem, 3.55vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
  white-space: nowrap;
}

.systems-stage span:nth-child(1) { color: var(--vermilion); }
.systems-stage span:nth-child(2) { color: #b9baff; }
.systems-stage i {
  color: #8d9099;
  font-family: var(--mono);
  font-size: .62rem;
  font-style: normal;
  letter-spacing: .12em;
  text-align: center;
}

.cinema-shade {
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at 58% 45%, transparent 0, rgba(8,9,12,.12) 38%, rgba(8,9,12,.8) 100%);
}

.film-grain {
  z-index: -1;
  pointer-events: none;
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.cinematic-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 42px);
  padding-bottom: 190px;
}

.hero-topline {
  position: absolute;
  top: calc(var(--header-height) + 28px);
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #a2a3a8;
  font-family: var(--mono);
  font-size: .6rem;
  letter-spacing: .14em;
}

.hero-topline p {
  margin: 0;
}

.cinematic-title {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 990px;
  margin-top: 40px;
  font-family: var(--display);
  font-size: clamp(4.9rem, 9.7vw, 10.4rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .72;
  text-transform: uppercase;
}

.cinematic-title span,
.cinematic-title strong {
  display: block;
  font: inherit;
}

.cinematic-title strong {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(238,237,231,.92);
  transform: translateX(15%);
}

.cinematic-title span:last-child {
  color: var(--vermilion);
  transform: translateX(4%);
}

.hero-statement {
  position: absolute;
  right: 0;
  bottom: 200px;
  display: grid;
  width: min(410px, 34vw);
  gap: 20px;
}

.hero-statement > p {
  margin: 0;
  color: #c6c5c1;
  font-size: .88rem;
  line-height: 1.7;
}

.hero-statement .hero-actions {
  margin-top: 2px;
}

.hero-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(238,237,231,.55);
  font-size: .78rem;
  font-weight: 700;
}

.hero-contact-link .icon {
  width: 16px;
}

.button {
  border-radius: 0;
  font-size: .78rem;
  letter-spacing: .025em;
}

.button-primary {
  color: var(--ivory);
  background: var(--vermilion);
}

.button-primary:hover {
  background: #e33d20;
}

.world-switch {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--ivory);
  border-top: 1px solid rgba(238,237,231,.22);
}

.world-switch button {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  min-height: 132px;
  padding: 24px 28px;
  color: #9d9fa6;
  text-align: left;
  background: rgba(8,9,12,.7);
  border: 0;
  border-right: 1px solid rgba(238,237,231,.18);
  transition: color 250ms ease, background 250ms ease;
}

.world-switch button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--vermilion);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 450ms var(--ease);
}

.world-switch button:hover,
.world-switch button.is-active {
  color: var(--ivory);
  background: rgba(8,9,12,.9);
}

.world-switch button.is-active::after {
  transform: scaleX(1);
}

.world-switch button > span {
  grid-row: 1 / 3;
  color: var(--vermilion);
  font-family: var(--mono);
  font-size: .62rem;
}

.world-switch strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: -.01em;
}

.world-switch small {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: .55rem;
  letter-spacing: .11em;
}

.new-manifesto {
  position: relative;
  background: var(--paper);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 5vw;
  align-items: start;
}

.edition-label {
  margin: 0;
  color: var(--vermilion);
}

.manifesto-grid h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .92;
}

.manifesto-grid h2 em {
  color: #8a8a84;
  font-style: normal;
}

.manifesto-copy {
  padding-top: 8px;
}

.manifesto-copy > p {
  margin: 0 0 36px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.underlined-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 0 0 7px;
  border-bottom: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 700;
}

.underlined-link .icon {
  width: 17px;
  transition: transform 220ms ease;
}

.underlined-link:hover .icon {
  transform: translateX(5px);
}

.discipline-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 120px;
  color: #75766f;
  border-top: 1px solid var(--line);
}

.discipline-rail span {
  min-height: 74px;
  padding: 24px 20px 20px 0;
  border-right: 1px solid var(--line);
}

.discipline-rail span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 12px 1px 0;
  content: "";
  background: var(--vermilion);
}

.portfolio-cinema {
  color: var(--ivory);
  background: var(--void);
}

.product-chapter {
  position: relative;
  min-height: 980px;
  isolation: isolate;
  overflow: hidden;
}

.chapter-poster,
.chapter-vignette,
.live-stage-image,
.live-stage-shade {
  position: absolute;
  inset: 0;
}

.chapter-poster {
  z-index: -3;
}

.chapter-poster img,
.live-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter-poster img {
  filter: saturate(.76) contrast(1.12) brightness(.72);
  transform: scale(1.08);
}

.chapter-vignette {
  z-index: -2;
  background: linear-gradient(90deg, rgba(9,4,20,.48), rgba(9,4,20,.1)), linear-gradient(0deg, rgba(8,9,12,.97) 0%, rgba(8,9,12,.18) 50%, rgba(8,9,12,.5) 100%);
}

.chapter-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  padding-top: 125px;
  padding-bottom: 86px;
}

.chapter-meta {
  display: flex;
  gap: 24px;
  color: rgba(238,237,231,.72);
}

.chapter-meta span {
  color: var(--vermilion);
}

.chapter-meta p {
  margin: 0;
}

.tongits-title-block {
  display: grid;
  max-width: 920px;
  margin-top: 105px;
}

.tongits-title-block > img {
  width: 250px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
}

.tongits-title-block h2 {
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: clamp(6.2rem, 12.5vw, 13.6rem);
  font-weight: 800;
  letter-spacing: -.085em;
  line-height: .68;
}

.chapter-bottom {
  position: absolute;
  right: 0;
  bottom: 75px;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(450px, 1.2fr);
  gap: 9vw;
  align-items: end;
}

.chapter-bottom > p {
  max-width: 490px;
  margin: 0;
  color: #c4c2c8;
  line-height: 1.8;
}

.chapter-bottom > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
}

.public-credit {
  display: grid;
  gap: 7px;
  margin: 0 auto 0 0;
  color: #9d9ba2;
}

.public-credit strong {
  color: var(--ivory);
  font-family: var(--body);
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
}

.chapter-store-link {
  min-height: 50px;
  color: var(--ivory);
}

.live-chapter {
  min-height: 1140px;
  border-top: 1px solid var(--line-dark);
}

.live-stage-image {
  z-index: -4;
}

.live-stage-image img {
  object-position: center;
}

.live-stage-shade {
  z-index: -3;
  background: linear-gradient(90deg, rgba(4,8,12,.95) 0%, rgba(4,8,12,.7) 45%, rgba(4,8,12,.12) 82%), linear-gradient(0deg, rgba(4,8,12,.96), transparent 60%);
}

.live-stage-copy {
  max-width: 660px;
  margin-top: 100px;
}

.live-stage-copy > img {
  width: 220px;
  filter: brightness(0) invert(1);
}

.live-stage-copy h2 {
  margin: 34px 0 28px;
  font-family: var(--display);
  font-size: clamp(3.7rem, 6.8vw, 7.7rem);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .86;
}

.live-stage-copy h2 em {
  color: #9fa1a7;
  font-style: normal;
}

.live-stage-copy > p {
  max-width: 520px;
  margin: 0 0 32px;
  color: #c0c3c8;
  line-height: 1.8;
}

.live-product-film {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.live-product-film a {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: end;
  min-height: 235px;
  padding: 20px;
  overflow: hidden;
}

.live-product-film a::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(0deg, rgba(8,9,12,.95), transparent 74%);
}

.live-product-film img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ease), filter 650ms ease;
}

.live-product-film a:hover img {
  filter: saturate(1.18);
  transform: scale(1.045);
}

.live-product-film span {
  color: var(--vermilion);
  font-family: var(--mono);
  font-size: .62rem;
}

.live-product-film strong {
  font-family: var(--display);
  font-size: 1rem;
}

.systems-chapter {
  position: relative;
  min-height: 960px;
  padding: 130px 0;
  color: var(--ink);
  background: var(--ivory);
  overflow: hidden;
}

.dark-meta {
  color: #6f706f;
}

.systems-headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  margin-top: 60px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.systems-headline p {
  min-width: 0;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 8.6vw, 10rem);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .8;
  white-space: nowrap;
}

.systems-headline p:last-child {
  box-sizing: border-box;
  padding-right: .08em;
  text-align: right;
}

.systems-headline span {
  color: var(--vermilion);
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6rem);
}

.systems-copy {
  display: grid;
  grid-template-columns: 1fr minmax(320px, .55fr);
  gap: 10vw;
  margin-top: 70px;
}

.systems-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .94;
}

.systems-copy > div > p {
  margin: 0 0 30px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.reel-sculpture {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin: 90px 0 0 auto;
  transform: rotate(-3deg);
}

.reel-sculpture span {
  display: grid;
  place-items: center;
  max-width: 100%;
  aspect-ratio: 1.25;
  overflow: hidden;
  color: var(--ivory);
  background: var(--void);
  border-right: 1px solid #44464e;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
  white-space: nowrap;
}

.reel-sculpture span:first-child { color: var(--vermilion); }
.reel-sculpture span:nth-child(2) { color: #8d90ff; }
.reel-sculpture i {
  padding-top: 12px;
  color: #6a6b6f;
  font-family: var(--mono);
  font-size: .56rem;
  font-style: normal;
  letter-spacing: .12em;
}

.reel-sculpture i:nth-of-type(4) {
  text-align: right;
}

.capability-index {
  color: var(--ivory);
  background: var(--void);
}

.index-intro {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 6vw;
  margin-bottom: 90px;
}

.index-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .88;
}

.index-list {
  border-top: 1px solid var(--line-dark);
}

.index-list a {
  display: grid;
  grid-template-columns: 70px minmax(280px, .8fr) 1fr 46px;
  gap: 30px;
  align-items: center;
  min-height: 130px;
  border-bottom: 1px solid var(--line-dark);
  transition: color 250ms ease, padding 350ms var(--ease), background 250ms ease;
}

.index-list a:hover {
  padding-inline: 22px;
  color: var(--void);
  background: var(--ivory);
}

.index-list span {
  color: var(--vermilion);
  font-family: var(--mono);
  font-size: .63rem;
}

.index-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -.045em;
}

.index-list p {
  margin: 0;
  color: #8d8f96;
  font-size: .78rem;
}

.index-list .icon {
  justify-self: end;
}

.brand-architecture {
  color: var(--ink);
  background: var(--vermilion);
}

.brand-architecture .edition-label {
  color: var(--ink);
}

.architecture-company {
  display: grid;
  margin-top: 80px;
  padding: 55px 0 45px;
  border-top: 1px solid rgba(8,9,12,.65);
  border-bottom: 1px solid rgba(8,9,12,.65);
}

.architecture-company strong {
  margin-top: 20px;
  font-family: var(--display);
  font-size: clamp(4.5rem, 10vw, 11rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .82;
}

.architecture-company small {
  margin-top: 24px;
  font-family: var(--mono);
  font-size: .6rem;
  letter-spacing: .12em;
}

.architecture-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.architecture-branches article {
  min-height: 240px;
  padding: 42px 0;
}

.architecture-branches article:first-child {
  padding-right: 7vw;
  border-right: 1px solid rgba(8,9,12,.65);
}

.architecture-branches article:last-child {
  padding-left: 7vw;
}

.architecture-branches strong {
  display: block;
  margin-top: 42px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.architecture-branches p {
  margin: 16px 0 0;
  font-size: .78rem;
}

.contact-band {
  color: var(--ivory);
  background: var(--cobalt);
}

.contact-band .eyebrow {
  color: #c7c8ff;
}

.contact-band .button-signal {
  color: var(--void);
  background: var(--ivory);
}

.site-footer {
  position: relative;
  padding-top: 95px;
  color: #a3a5ad;
  background: var(--void);
  overflow: hidden;
}

.footer-wordmark {
  margin-top: 65px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(5rem, 16vw, 15rem);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .64;
  white-space: nowrap;
}

/* Edition 02 shared pages */
.page-hero {
  color: var(--ivory);
  background: var(--void);
}

.page-hero > .shell {
  min-height: 660px;
  padding-top: calc(var(--header-height) + 100px);
}

.page-hero h1 {
  font-size: clamp(4rem, 8vw, 8.8rem);
  font-weight: 700;
}

.page-hero > .shell > div:first-child > p:last-child {
  color: #a8aab1;
}

.page-hero-field::before,
.page-hero-field::after,
.page-hero-field i {
  border-radius: 0;
  transform: translate(-50%,-50%) rotate(45deg);
}

.page-hero-field i:nth-child(1) { background: var(--cobalt); }
.page-hero-field i:nth-child(2) { background: var(--vermilion); }

.product-hero {
  background: linear-gradient(135deg, #0b0c12 0%, #25214e 72%, #391a35);
}

.product-hero-grid,
.studio-hero-content {
  padding-top: calc(var(--header-height) + 70px);
}

.studio-hero-image::after {
  background: linear-gradient(90deg, rgba(5,8,12,.96) 0, rgba(5,8,12,.74) 46%, rgba(5,8,12,.08) 84%);
}

.integration-section,
.format-section,
.contact-direct {
  background: var(--void);
}

.inquiry-form,
.ecosystem-section,
.not-found {
  background: var(--cloud);
}

@media (max-width: 1100px) {
  .cinematic-title {
    font-size: clamp(4.5rem, 11vw, 8rem);
  }

  .hero-statement {
    width: 380px;
  }

  .manifesto-grid {
    grid-template-columns: 120px 1fr;
  }

  .manifesto-copy {
    grid-column: 2;
    max-width: 620px;
  }

  .chapter-bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .chapter-bottom > div {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }

  .shell {
    width: min(100% - 40px, var(--shell));
  }

  .section {
    padding-block: 96px;
  }

  .cinematic-hero-inner {
    align-content: start;
    padding-top: 150px;
    padding-bottom: 330px;
  }

  .cinematic-title {
    margin-top: 70px;
  }

  .hero-statement {
    right: auto;
    bottom: 325px;
    left: 0;
    width: min(520px, 84vw);
  }

  .world-switch {
    grid-template-columns: 1fr;
  }

  .world-switch button {
    grid-template-columns: 32px 1fr auto;
    min-height: 76px;
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(238,237,231,.15);
  }

  .world-switch button > span {
    grid-row: 1 / 2;
  }

  .world-switch small {
    margin: 0;
  }

  .manifesto-grid,
  .systems-copy,
  .index-intro {
    grid-template-columns: 1fr;
  }

  .manifesto-copy {
    grid-column: 1;
  }

  .discipline-rail {
    grid-template-columns: 1fr 1fr;
    margin-top: 75px;
  }

  .product-chapter {
    min-height: 1020px;
  }

  .chapter-poster img {
    object-position: 62% center;
  }

  .tongits-title-block h2 {
    font-size: clamp(5rem, 20vw, 9rem);
  }

  .chapter-bottom > div {
    flex-wrap: wrap;
  }

  .live-chapter {
    min-height: 1320px;
  }

  .live-product-film {
    grid-template-columns: 1fr 1fr;
  }

  .live-product-film a {
    min-height: 200px;
  }

  .live-product-film a:last-child {
    grid-column: 1 / -1;
  }

  .systems-headline {
    grid-template-columns: 1fr auto 1fr;
  }

  .systems-headline p {
    font-size: 8.25vw;
  }

  .reel-sculpture {
    margin-top: 70px;
  }

  .index-list a {
    grid-template-columns: 42px 1fr 32px;
    gap: 16px;
    min-height: 108px;
  }

  .index-list p {
    display: none;
  }

  .architecture-branches {
    grid-template-columns: 1fr;
  }

  .architecture-branches article:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(8,9,12,.65);
  }

  .architecture-branches article:last-child {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .site-header {
    background: rgba(8,9,12,.94);
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand strong { font-size: .88rem; }
  .brand small { font-size: .5rem; }

  .cinematic-hero {
    min-height: 900px;
  }

  .world-tongits > img {
    object-position: 63% center;
  }

  .world-layer::after {
    background: linear-gradient(0deg, rgba(8,9,12,.98) 0%, rgba(8,9,12,.52) 68%, rgba(8,9,12,.5) 100%);
  }

  .systems-stage {
    top: 38%;
    right: 50%;
    grid-template-columns: repeat(3, 28vw);
    transform: translate(50%, -50%) rotate(-6deg);
  }

  .systems-stage span {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
  }

  .hero-topline {
    top: 102px;
  }

  .hero-topline span {
    display: none;
  }

  .cinematic-hero-inner {
    min-height: 900px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .cinematic-title {
    margin-top: 88px;
    font-size: clamp(3.55rem, 18vw, 5.2rem);
    line-height: .76;
  }

  body[data-locale="zh"] .cinematic-title {
    font-size: clamp(3.5rem, 18vw, 5.2rem);
    line-height: .84;
  }

  .cinematic-title strong {
    transform: none;
  }

  .cinematic-title span:last-child {
    transform: none;
  }

  .hero-statement {
    bottom: 250px;
    width: 100%;
  }

  .hero-statement > p {
    font-size: .78rem;
  }

  .hero-statement .hero-actions {
    flex-wrap: nowrap;
  }

  .hero-statement .button {
    padding-inline: 15px;
  }

  .world-switch button {
    min-height: 66px;
  }

  .world-switch small {
    font-size: .49rem;
  }

  .manifesto-grid h2 {
    font-size: 3rem;
  }

  .discipline-rail {
    grid-template-columns: 1fr;
  }

  .discipline-rail span {
    min-height: 58px;
  }

  .product-chapter {
    min-height: 930px;
  }

  .chapter-inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .chapter-meta {
    display: grid;
    gap: 8px;
  }

  .tongits-title-block {
    margin-top: 105px;
  }

  .tongits-title-block > img {
    width: 180px;
  }

  .tongits-title-block h2 {
    max-width: 100%;
    font-size: 3.7rem;
    line-height: .72;
  }

  .chapter-bottom {
    bottom: 54px;
  }

  .chapter-bottom > p {
    font-size: .82rem;
  }

  .chapter-bottom > div {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .public-credit {
    grid-column: 1 / -1;
  }

  .chapter-store-link {
    justify-self: start;
  }

  .live-chapter {
    min-height: 1210px;
  }

  .live-stage-image img {
    object-position: 68% center;
  }

  .live-stage-copy {
    margin-top: 70px;
  }

  .live-stage-copy h2 {
    font-size: 3.2rem;
  }

  .live-stage-copy > p {
    font-size: .8rem;
  }

  .live-product-film {
    grid-template-columns: 1fr;
    gap: 8px;
    bottom: 34px;
  }

  .live-product-film a,
  .live-product-film a:last-child {
    grid-column: auto;
    min-height: 135px;
  }

  .systems-chapter {
    min-height: 820px;
    padding-block: 95px;
  }

  .systems-headline {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin-top: 40px;
    overflow: hidden;
  }

  .systems-headline p {
    min-width: 0;
    font-size: 8.25vw;
  }

  .systems-copy {
    gap: 30px;
    margin-top: 55px;
  }

  .systems-copy h2 {
    font-size: 2.75rem;
  }

  .systems-copy > div > p {
    font-size: .82rem;
  }

  .reel-sculpture {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
    transform: none;
  }

  .reel-sculpture span {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(1.8rem, 8.2vw, 2.4rem);
    letter-spacing: -.08em;
    line-height: 1;
    white-space: nowrap;
  }

  .reel-sculpture i {
    font-size: .45rem;
  }

  .index-intro h2 {
    font-size: 3.3rem;
  }

  .index-list h3 {
    font-size: 1.45rem;
  }

  .architecture-company {
    min-width: 0;
    margin-top: 50px;
  }

  .architecture-company strong {
    min-width: 0;
    max-width: 100%;
    font-size: 2.85rem;
    line-height: .85;
    overflow-wrap: normal;
    word-break: normal;
  }

  .architecture-company > span,
  .architecture-company small {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .architecture-branches article {
    min-height: 190px;
  }

  .footer-wordmark {
    margin-top: 45px;
    font-size: 18vw;
  }

  .page-hero > .shell {
    min-height: 600px;
    padding-top: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .world-layer {
    transform: none;
  }
}

/* ========================================================================== */
/* Edition 03 — Game Forge Cinema                                             */
/* ========================================================================== */

:root {
  --game-magenta: #f044b6;
  --live-cyan: #38d7ff;
  --systems-gold: #ffc940;
  --forge-red: #ff4f2e;
}

.official-logo-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.official-logo-mark img {
  position: absolute;
  top: -4.3%;
  left: -35.2%;
  width: 171%;
  max-width: none;
  height: auto;
}

.ecosystem-core .official-logo-mark {
  border-radius: 0;
  box-shadow: none;
}

.site-header .official-logo-mark {
  width: 44px;
  height: 44px;
}

body::before {
  background: linear-gradient(90deg, var(--game-magenta) 0 33%, var(--live-cyan) 33% 66%, var(--systems-gold) 66% 100%);
}

.cinematic-hero {
  --hero-accent: var(--game-magenta);
}

.cinematic-hero[data-active-world="live"] {
  --hero-accent: var(--live-cyan);
}

.cinematic-hero[data-active-world="systems"] {
  --hero-accent: var(--systems-gold);
}

.cinematic-hero::after,
.contact-band::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.cinematic-title span:last-child {
  color: var(--hero-accent);
  transition: color 700ms ease;
}

.cinematic-title strong {
  -webkit-text-stroke-color: color-mix(in srgb, var(--hero-accent) 42%, var(--ivory));
  transition: -webkit-text-stroke-color 700ms ease;
}

.hero-statement {
  bottom: 150px;
  padding-left: 22px;
  border-left: 1px solid color-mix(in srgb, var(--hero-accent) 62%, transparent);
  transition: border-color 700ms ease;
}

.cinematic-hero .button-primary {
  color: var(--void);
  background: var(--hero-accent);
  transition: color 220ms ease, background 700ms ease, transform 220ms ease;
}

.cinematic-hero .button-primary:hover {
  color: var(--void);
  background: color-mix(in srgb, var(--hero-accent) 84%, white);
}

.world-tongits > img {
  filter: saturate(1.06) contrast(1.08) brightness(.9);
}

.world-live > img {
  filter: saturate(.95) contrast(1.08) brightness(.82);
}

.world-tongits::before {
  background: linear-gradient(120deg, transparent 5%, rgba(75,78,255,.24) 45%, rgba(240,68,182,.24));
}

.world-live::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 76% 40%, rgba(56,215,255,.22), transparent 35%);
  mix-blend-mode: screen;
}

.world-systems {
  background: radial-gradient(circle at 72% 34%, rgba(255,201,64,.26), transparent 28%), radial-gradient(circle at 54% 68%, rgba(75,78,255,.28), transparent 38%), linear-gradient(125deg, #06070a, #171924 72%, #21170b);
}

.systems-stage span:nth-child(1) { color: var(--systems-gold); }
.systems-stage span:nth-child(2) { color: var(--live-cyan); }

.world-switch button:nth-child(1) { --switch-accent: var(--game-magenta); }
.world-switch button:nth-child(2) { --switch-accent: var(--live-cyan); }
.world-switch button:nth-child(3) { --switch-accent: var(--systems-gold); }

.world-switch button::after {
  background: var(--switch-accent);
}

.world-switch button > span {
  color: var(--switch-accent);
}

.world-switch button.is-active {
  background: color-mix(in srgb, var(--switch-accent) 9%, rgba(8,9,12,.94));
}

.new-manifesto {
  background:
    radial-gradient(circle at 92% 14%, rgba(56,215,255,.12), transparent 24%),
    var(--paper);
}

.build-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 112px;
  padding: 0;
  color: var(--ivory);
  background: var(--void);
  list-style: none;
}

.build-pipeline li {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 235px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  overflow: hidden;
}

.build-pipeline li::before {
  position: absolute;
  right: -28px;
  bottom: -78px;
  color: rgba(255,255,255,.035);
  content: counter(list-item, decimal-leading-zero);
  font-family: var(--display);
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
}

.build-pipeline li:nth-child(1) { --pipeline-accent: var(--game-magenta); }
.build-pipeline li:nth-child(2) { --pipeline-accent: var(--forge-red); }
.build-pipeline li:nth-child(3) { --pipeline-accent: var(--live-cyan); }
.build-pipeline li:nth-child(4) { --pipeline-accent: var(--systems-gold); }

.build-pipeline span {
  color: var(--pipeline-accent);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .13em;
}

.build-pipeline strong {
  position: relative;
  margin-top: 52px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  letter-spacing: -.04em;
  line-height: 1;
}

.build-pipeline p {
  position: relative;
  margin: 18px 0 0;
  color: #92949c;
  font-size: .72rem;
  line-height: 1.55;
}

.tongits-chapter .chapter-vignette {
  background: linear-gradient(90deg, rgba(15,3,25,.64), rgba(10,5,22,.08)), linear-gradient(0deg, rgba(8,9,12,.97) 0%, rgba(8,9,12,.12) 52%, rgba(8,9,12,.52) 100%), radial-gradient(circle at 76% 42%, rgba(240,68,182,.24), transparent 38%);
}

.tongits-chapter .chapter-meta span,
.tongits-chapter .public-credit {
  color: var(--game-magenta);
}

.live-stage-shade {
  background: linear-gradient(90deg, rgba(3,10,16,.96) 0%, rgba(3,12,18,.72) 46%, rgba(3,12,18,.1) 84%), linear-gradient(0deg, rgba(4,8,12,.97), transparent 60%), radial-gradient(circle at 72% 38%, rgba(56,215,255,.19), transparent 36%);
}

.live-chapter .chapter-meta span,
.live-stage-copy h2 em,
.live-product-film span {
  color: var(--live-cyan);
}

.systems-chapter {
  background: linear-gradient(135deg, #f5f1e5 0%, #eeede7 62%, #e8e0c8 100%);
}

.systems-chapter .dark-meta span,
.systems-headline span,
.reel-sculpture span:first-child {
  color: #b77800;
}

.reel-sculpture span:nth-child(2) {
  color: var(--live-cyan);
}

.capability-index {
  background: radial-gradient(circle at 80% 18%, rgba(75,78,255,.18), transparent 28%), radial-gradient(circle at 14% 80%, rgba(240,68,182,.12), transparent 24%), var(--void);
}

.index-list a:nth-child(1) span { color: var(--game-magenta); }
.index-list a:nth-child(2) span { color: var(--live-cyan); }
.index-list a:nth-child(3) span { color: var(--systems-gold); }
.index-list a:nth-child(4) span { color: var(--forge-red); }

.brand-architecture {
  background: var(--systems-gold);
  overflow: hidden;
}

.contact-band {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 82% 36%, rgba(56,215,255,.34), transparent 28%), linear-gradient(112deg, #2023b2, #4b28c5 58%, #8c2580);
  overflow: hidden;
}

.contact-band .eyebrow {
  color: #d9f7ff;
}

.contact-band::before {
  position: absolute;
  z-index: -1;
  top: -42%;
  right: 10%;
  width: 360px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255,255,255,.28);
  transform: rotate(45deg);
}

.build-lifecycle-section {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 8vw;
  align-items: center;
  padding-block: 140px;
}

.lifecycle-code {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  min-height: 440px;
  padding: 48px;
  color: var(--ivory);
  background: radial-gradient(circle at 78% 22%, rgba(56,215,255,.24), transparent 30%), var(--void);
  overflow: hidden;
}

.lifecycle-code::after {
  position: absolute;
  right: -13%;
  bottom: -36%;
  width: 78%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(240,68,182,.6);
  transform: rotate(45deg);
}

.lifecycle-code span,
.lifecycle-code strong {
  position: relative;
  z-index: 1;
  font-family: var(--display);
}

.lifecycle-code span {
  color: var(--live-cyan);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .72;
}

.lifecycle-code i {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin: 35px 0;
  background: linear-gradient(90deg, var(--game-magenta), var(--live-cyan), var(--systems-gold));
}

.lifecycle-code strong {
  justify-self: end;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -.07em;
  line-height: .8;
}

.build-lifecycle-section h2 {
  max-width: 720px;
  margin: 22px 0 26px;
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .92;
}

.build-lifecycle-section > div:last-child > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.lifecycle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.lifecycle-tags span {
  padding: 10px 12px;
  color: #606269;
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: .54rem;
  letter-spacing: .1em;
}

@media (max-width: 1100px) {
  .build-pipeline {
    grid-template-columns: 1fr 1fr;
  }

  .build-pipeline li:nth-child(2) {
    border-right: 0;
  }

  .build-pipeline li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }
}

@media (max-width: 820px) {
  .hero-statement {
    bottom: 325px;
    padding-left: 18px;
  }

  .build-pipeline {
    margin-top: 72px;
  }

  .build-lifecycle-section {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 96px;
  }

  .lifecycle-code {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .site-header .official-logo-mark {
    width: 38px;
    height: 38px;
  }

  .cinematic-hero,
  .cinematic-hero-inner {
    min-height: 860px;
  }

  .hero-topline {
    top: 96px;
  }

  .cinematic-hero-inner {
    padding-top: 112px;
    padding-bottom: 266px;
  }

  .cinematic-title {
    margin-top: 58px;
    font-size: clamp(3.35rem, 17vw, 4.9rem);
  }

  body[data-locale="en"] .cinematic-title span:last-child {
    font-size: .74em;
    letter-spacing: -.09em;
    white-space: nowrap;
  }

  body[data-locale="zh"] .cinematic-title {
    font-size: clamp(3.15rem, 16vw, 4.7rem);
  }

  .hero-statement {
    bottom: 214px;
    gap: 14px;
    padding-left: 14px;
  }

  .hero-statement > p {
    max-width: 355px;
    line-height: 1.58;
  }

  .world-switch button {
    min-height: 64px;
    padding: 12px 15px;
  }

  .world-switch small {
    max-width: 155px;
    text-align: right;
  }

  .build-pipeline {
    grid-template-columns: 1fr;
  }

  .build-pipeline li {
    grid-template-columns: minmax(0, 1fr);
    min-height: 170px;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .build-pipeline strong {
    margin-top: 35px;
    font-size: 1.65rem;
  }

  .build-pipeline li::before {
    right: -12px;
    bottom: -52px;
    font-size: 7rem;
  }

  .brand-architecture {
    padding-block: 88px;
  }

  .lifecycle-code {
    min-height: 270px;
    padding: 30px;
  }

  .build-lifecycle-section h2 {
    font-size: 3rem;
  }

  .architecture-company strong {
    font-size: 7vw;
    letter-spacing: -.07em;
    line-height: .9;
    white-space: nowrap;
  }
}

.architecture-company strong {
  max-width: 100%;
  font-size: clamp(1.35rem, 6.2vw, 6.8rem);
  letter-spacing: -.07em;
  line-height: .88;
  white-space: nowrap;
}
