@font-face {
  font-family: "Inter Display Local";
  src: local("Inter Display"), local("Inter");
  font-display: swap;
}

:root {
  --ink: #17111f;
  --ink-soft: #655d70;
  --paper: #fbf9ff;
  --paper-2: #f4f0fb;
  --night: #0e071d;
  --night-2: #160a2e;
  --night-3: #24104a;
  --purple: #5d2ca6;
  --purple-bright: #8f50ff;
  --purple-pale: #c6a9ff;
  --yellow: #ffc928;
  --yellow-2: #ffdd61;
  --cyan: #4ae6ff;
  --pink: #ff4cc5;
  --white: #fff;
  --green: #63e6a3;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 80px rgba(25, 8, 56, 0.18);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --shell: min(1240px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter Display Local", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 132px 0; position: relative; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--night);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 18px 0;
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(13, 7, 28, .84);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; position: relative; z-index: 3; }
.brand img { width: 218px; height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.77); font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-cta {
  padding: 13px 18px;
  color: var(--night);
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(255, 201, 40, .2);
}
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; position: relative; z-index: 4; }
.menu-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s ease; }

.hero {
  min-height: 920px;
  padding: 150px 0 56px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 36%, rgba(125, 63, 224, .34), transparent 32%),
    radial-gradient(circle at 18% 18%, rgba(104, 42, 180, .24), transparent 28%),
    linear-gradient(145deg, #100721 0%, #170b31 44%, #0b0718 100%);
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 88%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 88%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -280px;
  width: min(1200px, 100%);
  height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 144px rgba(255,255,255,.018);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; background: rgba(255,201,40,.08); right: 7%; top: 28%; }
.hero-glow-two { width: 280px; height: 280px; background: rgba(143,80,255,.16); left: -70px; bottom: 18%; }
.hero-layout { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr); gap: 72px; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding-top: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; border-radius: 4px; background: var(--yellow); box-shadow: 0 0 18px rgba(255,201,40,.45); }
.eyebrow-dark { color: #736a7b; }
.hero h1 {
  max-width: 750px;
  margin: 28px 0 26px;
  font-size: clamp(54px, 5.25vw, 82px);
  line-height: .98;
  letter-spacing: -.062em;
  font-weight: 850;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 640px; margin: 0; color: rgba(255,255,255,.69); font-size: 20px; line-height: 1.65; letter-spacing: -.012em; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .015em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--yellow); box-shadow: 0 16px 40px rgba(255,201,40,.2); }
.button-primary:hover { background: var(--yellow-2); box-shadow: 0 18px 46px rgba(255,201,40,.3); }
.button-secondary { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.button-light { color: var(--night); background: var(--white); box-shadow: 0 14px 36px rgba(0,0,0,.16); }
.release-status { display: flex; align-items: center; gap: 20px; margin-top: 22px; color: rgba(255,255,255,.49); font-size: 12px; font-weight: 700; }
.release-status span { display: inline-flex; align-items: center; gap: 8px; }
.status-live { color: rgba(255,255,255,.76); }
.status-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(99,230,163,.09), 0 0 16px rgba(99,230,163,.55); }

.brand-stage { position: relative; min-height: 630px; display: grid; place-items: center; }
.stage-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.stage-orbit-one { width: 520px; height: 520px; box-shadow: 0 0 0 48px rgba(255,255,255,.018), inset 0 0 80px rgba(125,63,224,.1); }
.stage-orbit-two { width: 405px; height: 405px; border-style: dashed; border-color: rgba(255,201,40,.24); animation: spin 28s linear infinite; }
.stage-spark { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 24px rgba(255,201,40,.8); }
.spark-one { top: 14%; right: 22%; }
.spark-two { bottom: 18%; left: 14%; width: 6px; height: 6px; background: var(--purple-pale); }
.hero-mascot { position: relative; z-index: 3; width: 425px; filter: drop-shadow(0 38px 50px rgba(0,0,0,.34)); transform: translateY(-12px); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; min-width: 214px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(22, 10, 45, .76); box-shadow: 0 20px 60px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.float-card img { width: 54px; height: 54px; border-radius: 15px; object-fit: cover; }
.float-card div:not(.mini-symbol):not(.network-dots) { display: grid; gap: 3px; }
.float-card span { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.float-card strong { color: #fff; font-size: 14px; letter-spacing: -.015em; }
.float-card small { color: rgba(255,255,255,.45); font-size: 11px; }
.float-game { left: -4%; top: 15%; animation: float 6s ease-in-out infinite; }
.float-publish { right: -3%; top: 54%; animation: float 7s ease-in-out infinite reverse; }
.float-network { left: 7%; bottom: 5%; animation: float 7.5s ease-in-out infinite 1s; }
.mini-symbol { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-size: 22px; font-weight: 900; color: var(--night); background: var(--yellow); }
.network-dots { width: 48px; height: 42px; display: flex; align-items: center; gap: 4px; padding: 10px; border-radius: 14px; background: rgba(143,80,255,.16); }
.network-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--purple-pale); }
.network-dots i:nth-child(2) { background: var(--yellow); transform: translateY(-5px); }
.network-dots i:nth-child(3) { background: var(--cyan); }
.capability-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 22px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.section-heading h2, .publishing-intro h2, .principles-copy h2, .contact-copy h2 { margin: 20px 0 0; font-size: clamp(42px, 4.2vw, 66px); line-height: 1; letter-spacing: -.055em; }
.section-heading p { color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.split-heading > p { max-width: 520px; margin: 0 0 2px auto; }
.centered-heading { max-width: 800px; margin: 0 auto 66px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading p { max-width: 700px; margin: 24px auto 0; }

.games-section { background: linear-gradient(180deg, var(--paper) 0%, #f4effb 100%); }
.featured-game { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 580px; overflow: hidden; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(140deg, #190a34, #0b0c2d 62%, #0a0920); box-shadow: var(--shadow); }
.game-copy { padding: 58px 46px 52px 54px; position: relative; z-index: 2; }
.game-lockup { display: flex; align-items: center; gap: 18px; }
.game-lockup img { width: 78px; height: 78px; object-fit: cover; border-radius: 22px; box-shadow: 0 16px 36px rgba(0,0,0,.32); }
.game-lockup span { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.game-lockup h3 { margin: 5px 0 0; font-size: 34px; letter-spacing: -.04em; }
.game-tagline { margin: 42px 0 16px; color: var(--pink); font-size: 30px; line-height: 1.15; font-weight: 850; letter-spacing: -.04em; }
.game-description { max-width: 430px; margin: 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.65; }
.feature-list { list-style: none; padding: 0; margin: 34px 0; display: grid; gap: 14px; }
.feature-list li { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.8); font-size: 14px; font-weight: 650; }
.feature-list span { color: var(--cyan); font-size: 10px; letter-spacing: .08em; }
.game-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.coming-soon { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.game-art { position: relative; min-height: 100%; overflow: hidden; background: #070921; }
.game-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #130a2d 0%, transparent 26%), linear-gradient(to top, rgba(8,6,28,.2), transparent 35%); }
.game-art img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; transform: scale(1.02); }
.art-badge { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,6,26,.64); color: rgba(255,255,255,.72); backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; }
.art-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.shot-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.shot-card { margin: 0; padding: 14px; border-radius: 28px; background: #fff; box-shadow: 0 18px 54px rgba(32,14,64,.1); overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.shot-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(32,14,64,.16); }
.shot-card img { width: 100%; aspect-ratio: 9 / 12; object-fit: cover; object-position: top; border-radius: 20px; }
.shot-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 8px 8px; font-size: 14px; font-weight: 800; }
.shot-card figcaption span { color: #8d8594; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.slate-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 54px;
  margin: 78px 0 28px;
}
.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.slate-heading h3 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1;
  letter-spacing: -.05em;
}
.slate-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}
.game-slate {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 24px;
}
.slate-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e6deed;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(32,14,64,.08);
  transition: transform .28s ease, box-shadow .28s ease;
}
.slate-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 72px rgba(32,14,64,.14);
}
.slate-art {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #090d1d;
}
.slate-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5,6,15,.24), transparent);
}
.slate-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slate-art-rift img { object-position: 50% 48%; }
.slate-body { padding: 26px 26px 28px; }
.slate-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.slate-status,
.slate-genre {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.slate-status { color: #584e62; }
.slate-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.status-development i {
  background: var(--purple-bright);
  box-shadow: 0 0 0 6px rgba(143,80,255,.09), 0 0 16px rgba(143,80,255,.35);
}
.status-prototype i {
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255,201,40,.09), 0 0 16px rgba(255,201,40,.3);
}
.slate-genre { color: #9a91a2; text-align: right; }
.slate-card h3 {
  margin: 27px 0 12px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
}
.slate-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}
.slate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}
.slate-meta span {
  padding: 7px 9px;
  border: 1px solid #e8e1ee;
  border-radius: 999px;
  color: #706778;
  background: #faf8fc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.slate-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 2px 0;
  color: #8d8495;
  font-size: 11px;
  line-height: 1.55;
}
.slate-note span {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 6px rgba(93,44,166,.08);
}

.approach-section { background: #fff; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.approach-card { position: relative; min-height: 390px; padding: 34px; border: 1px solid #e9e2f1; border-radius: 28px; background: #fbf9ff; overflow: hidden; }
.approach-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 190px; height: 190px; border: 1px solid rgba(93,44,166,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(93,44,166,.025), 0 0 0 64px rgba(93,44,166,.02); }
.featured-approach { color: #fff; border-color: transparent; background: linear-gradient(145deg, #321267, #5d2ca6 62%, #7040c8); box-shadow: 0 26px 70px rgba(66,25,126,.22); }
.featured-approach::after { border-color: rgba(255,255,255,.16); box-shadow: 0 0 0 32px rgba(255,255,255,.035), 0 0 0 64px rgba(255,255,255,.025); }
.card-index { color: #a397ae; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.featured-approach .card-index { color: rgba(255,255,255,.46); }
.card-icon {
  width: 104px;
  height: 104px;
  margin: 34px 0 28px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--purple);
  background: transparent;
  box-shadow: 0 14px 34px rgba(72,30,132,.14);
}
.card-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.featured-approach .card-icon {
  color: #fff;
  background: transparent;
  box-shadow: 0 18px 42px rgba(10,4,26,.28);
}
.approach-card h3 { margin: 0 0 14px; font-size: 26px; letter-spacing: -.035em; }
.approach-card p { position: relative; z-index: 2; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.featured-approach p { color: rgba(255,255,255,.67); }

.publishing-section { color: #fff; background: linear-gradient(145deg, #0d071b 0%, #15082b 52%, #0b0718 100%); overflow: hidden; }
.publishing-section::before { content: ""; position: absolute; width: 720px; height: 720px; right: -260px; top: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 72px rgba(255,255,255,.018), 0 0 0 144px rgba(255,255,255,.012); }
.publishing-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; position: relative; z-index: 2; }
.publishing-intro h2 { max-width: 580px; }
.publishing-intro p { max-width: 560px; margin: 28px 0 34px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.72; }
.publishing-panel { position: relative; padding: 34px 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: rgba(255,255,255,.045); backdrop-filter: blur(14px); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.process-line { position: absolute; left: 61px; top: 66px; bottom: 66px; width: 1px; background: linear-gradient(var(--yellow), rgba(255,255,255,.13)); }
.process-step { display: grid; grid-template-columns: 50px 1fr; gap: 22px; min-height: 114px; position: relative; }
.process-step > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: #1c0c38; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .08em; position: relative; z-index: 2; }
.process-step h3 { margin: 4px 0 8px; font-size: 20px; letter-spacing: -.02em; }
.process-step p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.55; }
.capabilities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 88px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.09); }
.capabilities-grid > div { min-height: 150px; padding: 30px 26px; background: #130926; }
.capabilities-grid span { display: block; margin-bottom: 18px; color: var(--yellow); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.capabilities-grid strong { display: block; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.5; }

.ecosystem-section { background: linear-gradient(180deg, #f6f1fb, #fff); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ecosystem-card { min-height: 430px; padding: 32px; border: 1px solid #e8e0ef; border-radius: 30px; background: #fff; box-shadow: 0 18px 54px rgba(28,8,58,.06); display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.ecosystem-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(28,8,58,.12); }
.ecosystem-topline { display: flex; align-items: center; justify-content: space-between; color: #9d94a5; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.ecosystem-topline i { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 7px rgba(93,44,166,.08); }
.ecosystem-mark { margin: 74px 0 26px; font-size: 82px; line-height: .8; font-weight: 950; letter-spacing: -.09em; color: var(--ink); }
.ecosystem-mark span { color: var(--yellow); -webkit-text-stroke: 3px var(--ink); paint-order: stroke fill; }
.ecosystem-symbol { width: 90px; height: 90px; margin: 58px 0 28px; display: grid; place-items: center; border-radius: 28px; background: #f0e9fa; color: var(--purple); }
.guide-symbol { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 7px; padding-bottom: 24px; }
.guide-symbol span { width: 11px; border-radius: 8px 8px 3px 3px; background: var(--purple); }
.guide-symbol span:nth-child(1) { height: 25px; }
.guide-symbol span:nth-child(2) { height: 42px; background: var(--yellow); }
.guide-symbol span:nth-child(3) { height: 32px; }
.deal-symbol { font-size: 36px; font-weight: 950; color: #0f796e; background: #defaf4; }
.ecosystem-card h3 { margin: 0 0 14px; font-size: 30px; letter-spacing: -.04em; }
.ecosystem-card p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.ecosystem-card a { margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ede7f1; color: var(--purple); font-size: 13px; font-weight: 850; }
.guides-card .ecosystem-topline i { background: var(--yellow); box-shadow: 0 0 0 7px rgba(255,201,40,.1); }
.deals-card .ecosystem-topline i { background: #48d8bd; box-shadow: 0 0 0 7px rgba(72,216,189,.1); }

.principles-section { color: #fff; background: #5b2aa3; overflow: hidden; }
.principles-section::after { content: ""; position: absolute; width: 580px; height: 580px; left: -260px; bottom: -300px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.025); }
.principles-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; position: relative; z-index: 2; }
.principles-copy { position: sticky; top: 140px; }
.principles-copy p { max-width: 510px; margin: 26px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.principles-list { border-top: 1px solid rgba(255,255,255,.17); }
.principles-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.principles-list article > span { color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .12em; padding-top: 6px; }
.principles-list h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.025em; }
.principles-list p { margin: 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.6; }

.updates-section { background: #fff; }
.text-link { align-self: end; justify-self: end; color: var(--purple); font-size: 13px; font-weight: 850; padding-bottom: 7px; border-bottom: 1px solid rgba(93,44,166,.24); }
.updates-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 24px; }
.update-card { min-height: 400px; padding: 32px; border: 1px solid #e8e0ef; border-radius: 28px; background: #f9f6fc; display: flex; flex-direction: column; }
.update-card > span, .update-copy > span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.update-card h3 { margin: 34px 0 16px; font-size: 28px; line-height: 1.1; letter-spacing: -.04em; }
.update-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.68; }
.update-card a { margin-top: auto; color: var(--purple); font-size: 13px; font-weight: 850; display: flex; align-items: center; justify-content: space-between; }
.update-featured { padding: 0; display: grid; grid-template-rows: 205px 1fr; overflow: hidden; color: #fff; border: 0; background: #130a2c; }
.update-image { overflow: hidden; }
.update-image img { width: 100%; height: 100%; object-fit: cover; }
.update-copy { display: flex; flex-direction: column; padding: 28px 32px 30px; }
.update-copy > span { color: var(--cyan); }
.update-copy h3 { margin: 20px 0 12px; font-size: 28px; }
.update-copy p { color: rgba(255,255,255,.6); }
.update-copy a { color: var(--yellow); }
.update-status { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: #7c7285; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.update-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(255,201,40,.12); }
.update-status-purple i { background: var(--purple-bright); box-shadow: 0 0 0 6px rgba(143,80,255,.1); }

.contact-section { padding-top: 60px; background: #fff; }
.contact-card { min-height: 610px; padding: 66px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; color: #fff; border-radius: 38px; background: linear-gradient(135deg, #160b30, #542497 68%, #6a34bd); box-shadow: 0 32px 90px rgba(55,18,110,.25); position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; right: -190px; top: -190px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.025); }
.contact-copy, .pitch-form { position: relative; z-index: 2; }
.contact-copy p { max-width: 520px; margin: 26px 0 30px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.68; }
.contact-points { display: grid; gap: 12px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 650; }
.contact-points span { display: flex; align-items: center; gap: 10px; }
.contact-points i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,201,40,.14); color: var(--yellow); font-style: normal; font-size: 11px; }
.pitch-form { padding: 30px; display: grid; gap: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(10,5,24,.3); backdrop-filter: blur(18px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pitch-form label { display: grid; gap: 8px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.pitch-form input, .pitch-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 14px 15px; color: #fff; background: rgba(255,255,255,.07); outline: none; text-transform: none; letter-spacing: normal; resize: vertical; }
.pitch-form input::placeholder, .pitch-form textarea::placeholder { color: rgba(255,255,255,.34); }
.pitch-form input:focus, .pitch-form textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(255,201,40,.08); }
.pitch-form .button { justify-self: start; border: 0; }
.pitch-form small { color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.5; }
.contact-mascot { position: absolute; width: 260px; left: -82px; bottom: -86px; opacity: .12; transform: rotate(8deg); }

.site-footer { padding: 92px 0 26px; color: #fff; background: #0d071a; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-bottom: 62px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { width: 260px; }
.footer-brand p { margin: 26px 0 0; color: rgba(255,255,255,.45); font-size: 15px; line-height: 1.65; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.footer-nav div { display: grid; align-content: start; gap: 13px; }
.footer-nav span { margin-bottom: 6px; color: rgba(255,255,255,.32); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.footer-nav a { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 650; }
.footer-nav a:hover { color: var(--yellow); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; color: rgba(255,255,255,.32); font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

.js [data-reveal] { opacity: 0; transform: translate3d(0, 26px, 0) scale(.99); filter: blur(5px); transition: opacity .72s var(--ease-out), transform .72s var(--ease-out), filter .72s var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }


/* --------------------------------------------------------------------------
   Motion, interaction, and polish system
   -------------------------------------------------------------------------- */
:root {
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --ease-standard: cubic-bezier(.2, .72, .2, 1);
}

::selection { color: var(--night); background: var(--yellow); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
body.menu-open { overflow: hidden; }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation-play-state: paused !important; }
[data-parallax] { transition: translate .28s var(--ease-out); }
button, .button, .nav-cta { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  height: 3px;
  pointer-events: none;
  background: rgba(255,255,255,.025);
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--yellow), var(--purple-bright), var(--cyan));
  box-shadow: 0 0 18px rgba(143,80,255,.55);
  will-change: transform;
}

.site-header { will-change: padding, background-color; }
.site-header.scrolled { box-shadow: 0 14px 42px rgba(4,1,12,.22); }
.brand {
  transition: transform .35s var(--ease-out), filter .35s var(--ease-out);
  transform-origin: left center;
}
.brand:hover { transform: translateY(-1px) scale(1.018); filter: drop-shadow(0 8px 18px rgba(255,201,40,.12)); }
.brand img { transition: opacity .3s ease; }

.site-nav a:not(.nav-cta) {
  position: relative;
  padding: 10px 0;
  transition: color .25s ease, transform .25s var(--ease-out);
}
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--purple-pale));
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s var(--ease-out);
}
.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta).active { color: #fff; transform: translateY(-1px); }
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).active::after { transform: scaleX(1); transform-origin: left center; }
.site-nav a.active { color: #fff; }

.nav-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  translate: var(--mag-x, 0) var(--mag-y, 0);
  transition: transform .3s var(--ease-out), box-shadow .3s ease, background .3s ease, translate .18s ease;
}
.nav-cta::before {
  content: "";
  position: absolute;
  inset: -30% auto -30% -70%;
  width: 44%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  transition: left .55s var(--ease-out);
}
.nav-cta:hover { transform: translateY(-2px); background: var(--yellow-2); box-shadow: 0 16px 38px rgba(255,201,40,.28); }
.nav-cta:hover::before { left: 130%; }

.menu-toggle {
  border-radius: 14px;
  transition: background .25s ease, transform .25s var(--ease-out);
}
.menu-toggle:hover { background: rgba(255,255,255,.08); transform: scale(1.04); }
.nav-backdrop { display: none; }
.site-header.scrolled { -webkit-backdrop-filter: blur(20px); }
.float-card { -webkit-backdrop-filter: blur(18px); }
.button-secondary, .art-badge { -webkit-backdrop-filter: blur(12px); }
.publishing-panel { -webkit-backdrop-filter: blur(14px); }
.pitch-form { -webkit-backdrop-filter: blur(18px); }

.hero {
  --spot-x: 76%;
  --spot-y: 38%;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle 420px at var(--spot-x) var(--spot-y), rgba(143,80,255,.18), transparent 72%);
  opacity: .95;
  transition: opacity .4s ease;
}
.hero::after { z-index: 0; pointer-events: none; }
.hero-grid {
  z-index: 0;
  animation: grid-drift 26s linear infinite;
  will-change: background-position;
}
.hero-glow { z-index: 0; will-change: transform; translate: 0 var(--scroll-offset, 0px); }
.hero-glow-one { animation: glow-drift-one 10s ease-in-out infinite alternate; }
.hero-glow-two { animation: glow-drift-two 12s ease-in-out infinite alternate; }

.brand-stage { perspective: 1200px; }
.stage-orbit,
.stage-spark,
.mascot-presence,
.float-card {
  translate: var(--parallax-x, 0px) var(--parallax-y, 0px);
  will-change: translate, transform;
}
.stage-orbit { transform-origin: center; }
.stage-orbit-one { animation: spin-reverse 38s linear infinite; }
.stage-orbit-one::before,
.stage-orbit-two::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--purple-pale);
  box-shadow: 0 0 20px rgba(198,169,255,.75);
}
.stage-orbit-two::before {
  left: auto;
  right: -4px;
  width: 7px;
  height: 7px;
  background: var(--yellow);
  box-shadow: 0 0 20px rgba(255,201,40,.8);
}
.stage-spark { animation: spark-pulse 3.2s ease-in-out infinite; }
.spark-two { animation-delay: -1.45s; }

.mascot-presence {
  position: relative;
  z-index: 3;
  width: 425px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
.mascot-presence::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 94%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,201,40,.18), transparent 42%),
    radial-gradient(circle at 50% 58%, rgba(143,80,255,.34), transparent 68%);
  filter: blur(20px);
  transform: translateY(8%);
  animation: mascot-aura 5.8s ease-in-out infinite;
}
.mascot-presence::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 28px;
  border-radius: 50%;
  background: rgba(2,0,8,.62);
  filter: blur(17px);
  transform: translateY(18px) scaleX(.9);
  animation: mascot-shadow 5.8s ease-in-out infinite;
}
.hero-mascot {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: none;
  transform-origin: 50% 74%;
  filter: drop-shadow(0 32px 32px rgba(0,0,0,.30)) drop-shadow(0 0 1px rgba(255,201,40,.22));
  animation: mascot-float 5.8s ease-in-out infinite;
  will-change: transform;
}

.float-card {
  overflow: hidden;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, translate .18s ease;
}
.float-card:hover {
  border-color: rgba(255,201,40,.34);
  background: rgba(31,15,59,.88);
  box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}
.float-card img { transition: transform .4s var(--ease-out), filter .4s ease; }
.float-card:hover img { transform: scale(1.08) rotate(-2deg); filter: saturate(1.14); }
.network-dots i { animation: network-dot 1.8s ease-in-out infinite; }
.network-dots i:nth-child(2) { animation-delay: -.6s; }
.network-dots i:nth-child(3) { animation-delay: -1.2s; }

.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  translate: var(--mag-x, 0px) var(--mag-y, 0px);
  transition: transform .32s var(--ease-out), box-shadow .32s ease, background .32s ease, border-color .32s ease, translate .16s ease;
}
.button::before {
  content: "";
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -55%;
  width: 34%;
  pointer-events: none;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.52), transparent);
  opacity: .72;
  transition: left .65s var(--ease-out);
}
.button:hover { transform: translateY(-3px) scale(1.012); }
.button:hover::before { left: 126%; }
.button:active { transform: translateY(0) scale(.985); transition-duration: .08s; }
.button-ripple {
  position: absolute;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255,255,255,.58);
  transform: translate(-50%, -50%) scale(0);
  animation: button-ripple .62s ease-out forwards;
}

.status-live i { animation: live-pulse 2.1s ease-out infinite; }
.capability-strip span { transition: color .3s ease, transform .3s var(--ease-out); }
.capability-strip span:hover { color: rgba(255,255,255,.82); transform: translateY(-2px); }

[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  transform: perspective(1200px) translate3d(0, calc(var(--reveal-y) + var(--lift)), 0) scale(var(--reveal-scale)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .42s var(--ease-out), box-shadow .35s ease, border-color .35s ease, opacity .72s var(--ease-out), filter .72s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal][data-tilt] {
  --reveal-y: 28px;
  --reveal-scale: .985;
  transform: perspective(1200px) translate3d(0, calc(var(--reveal-y) + var(--lift)), 0) scale(var(--reveal-scale)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}
.js [data-reveal][data-tilt].is-visible { --reveal-y: 0px; --reveal-scale: 1; }
[data-tilt]:hover { --lift: -7px; }

.featured-game { transform-origin: center; }
.game-art img {
  scale: 1.02;
  transition: scale 1s var(--ease-out), filter .7s ease;
  animation: art-drift 15s ease-in-out infinite alternate;
}
.featured-game:hover .game-art img { scale: 1.07; filter: saturate(1.08) contrast(1.03); }
.art-badge { animation: badge-breathe 3s ease-in-out infinite; }

.slate-card,
.approach-card,
.ecosystem-card,
.update-card { backface-visibility: hidden; }
.slate-card:hover,
.ecosystem-card:hover { border-color: rgba(93,44,166,.22); }
.slate-art img,
.update-image img {
  transition: scale .75s var(--ease-out), filter .75s ease;
}
.slate-card:hover .slate-art img,
.update-card:hover .update-image img { scale: 1.055; filter: saturate(1.1) contrast(1.03); }
.slate-status i,
.update-status i { animation: status-breathe 2.5s ease-in-out infinite; }
.slate-meta span { transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s var(--ease-out); }
.slate-card:hover .slate-meta span { color: var(--purple); border-color: rgba(93,44,166,.18); background: #f6f0fd; transform: translateY(-1px); }

.approach-card {
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease, transform .42s var(--ease-out), opacity .72s var(--ease-out), filter .72s var(--ease-out);
}
.approach-card:hover { border-color: rgba(93,44,166,.24); box-shadow: 0 26px 70px rgba(38,12,78,.12); }
.featured-approach:hover { border-color: rgba(255,255,255,.14); box-shadow: 0 34px 84px rgba(66,25,126,.3); }
.card-icon {
  transition: transform .48s var(--ease-spring), box-shadow .4s ease, background .4s ease;
}
.card-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid currentColor;
  border-radius: 36px;
  opacity: 0;
  transform: scale(.8);
  transition: opacity .35s ease, transform .45s var(--ease-out);
}
.approach-card:hover .card-icon { transform: translateY(-5px) rotate(-3deg) scale(1.06); }
.approach-card:hover .card-icon::after { opacity: .16; transform: scale(1); }
.card-index { transition: color .3s ease, transform .3s var(--ease-out); }
.approach-card:hover .card-index { color: var(--purple); transform: translateX(4px); }
.featured-approach:hover .card-index { color: var(--yellow); }

.publishing-panel { overflow: hidden; }
.process-line { overflow: hidden; background: rgba(255,255,255,.1); }
.process-line i {
  display: block;
  width: 100%;
  height: 0;
  border-radius: inherit;
  background: linear-gradient(var(--yellow), var(--purple-bright), rgba(255,255,255,.13));
  box-shadow: 0 0 18px rgba(255,201,40,.45);
  transition: height 1.4s var(--ease-out) .16s;
}
.publishing-panel.is-process-active .process-line i { height: 100%; }
.process-step {
  opacity: .54;
  transform: translateX(10px);
  transition: opacity .5s ease, transform .55s var(--ease-out);
  transition-delay: calc(var(--step-index, 0) * 120ms + 220ms);
}
.publishing-panel.is-process-active .process-step { opacity: 1; transform: translateX(0); }
.process-step > span { transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s var(--ease-spring), box-shadow .35s ease; }
.process-step:hover > span { color: var(--night); background: var(--yellow); border-color: var(--yellow); transform: scale(1.08); box-shadow: 0 10px 24px rgba(255,201,40,.22); }
.process-step:hover p { color: rgba(255,255,255,.7); }
.capabilities-grid > div { position: relative; transition: background .35s ease, transform .35s var(--ease-out); }
.capabilities-grid > div::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--purple-bright));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}
.capabilities-grid > div:hover { background: #1b0c35; transform: translateY(-3px); }
.capabilities-grid > div:hover::after { transform: scaleX(1); }

.ecosystem-card a,
.update-card a,
.text-link,
.footer-nav a,
.footer-bottom a { transition: color .25s ease, transform .25s var(--ease-out); }
.ecosystem-card a span,
.update-card a b,
.text-link span { transition: transform .3s var(--ease-out); }
.ecosystem-card:hover a span,
.update-card:hover a b,
.text-link:hover span { transform: translateX(5px); }
.ecosystem-symbol,
.ecosystem-mark { transition: transform .5s var(--ease-spring), filter .4s ease; }
.ecosystem-card:hover .ecosystem-symbol,
.ecosystem-card:hover .ecosystem-mark { transform: translateY(-7px) scale(1.035); filter: drop-shadow(0 14px 24px rgba(93,44,166,.12)); }
.guide-symbol span { transform-origin: bottom; animation: guide-bars 2.4s ease-in-out infinite; }
.guide-symbol span:nth-child(2) { animation-delay: -.8s; }
.guide-symbol span:nth-child(3) { animation-delay: -1.6s; }
.deal-symbol { animation: deal-breathe 3.2s ease-in-out infinite; }

.principles-list article {
  position: relative;
  transition: padding .35s var(--ease-out), background .35s ease, border-color .35s ease;
}
.principles-list article::before {
  content: "";
  position: absolute;
  inset: 8px -18px;
  z-index: -1;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .35s ease, transform .35s var(--ease-out);
}
.principles-list article:hover { padding-left: 10px; padding-right: 10px; border-color: rgba(255,255,255,.26); }
.principles-list article:hover::before { opacity: 1; transform: scale(1); }
.principles-list article > span { transition: transform .35s var(--ease-spring); }
.principles-list article:hover > span { transform: translateX(5px) scale(1.08); }

.update-card { overflow: hidden; transition: border-color .35s ease, box-shadow .35s ease, background .35s ease, transform .42s var(--ease-out), opacity .72s var(--ease-out), filter .72s var(--ease-out); }
.update-card:hover { border-color: rgba(93,44,166,.2); box-shadow: 0 28px 70px rgba(28,8,58,.12); background: #fff; }
.update-featured:hover { background: #130a2c; box-shadow: 0 30px 76px rgba(19,10,44,.24); }
.text-link:hover { color: #3f167e; transform: translateY(-2px); }

.contact-card {
  background-size: 180% 180%;
  animation: contact-gradient 14s ease-in-out infinite alternate;
}
.contact-card::after {
  content: "";
  position: absolute;
  left: 38%;
  bottom: -250px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,201,40,.14), transparent 64%);
  filter: blur(18px);
  animation: contact-orb 9s ease-in-out infinite alternate;
}
.pitch-form { transition: border-color .35s ease, background .35s ease, transform .35s var(--ease-out), box-shadow .35s ease; }
.pitch-form:focus-within { border-color: rgba(255,201,40,.34); background: rgba(10,5,24,.38); box-shadow: 0 24px 64px rgba(5,1,16,.18); transform: translateY(-2px); }
.pitch-form label { transition: color .25s ease; }
.pitch-form label:focus-within { color: #fff; }
.pitch-form input,
.pitch-form textarea { transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s var(--ease-out); }
.pitch-form input:hover,
.pitch-form textarea:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); }
.pitch-form input:focus,
.pitch-form textarea:focus { transform: translateY(-1px); background: rgba(255,255,255,.1); }
.pitch-form input.is-invalid,
.pitch-form textarea.is-invalid { border-color: #ff8ba9; box-shadow: 0 0 0 4px rgba(255,92,138,.1); }
.form-feedback { min-height: 18px; margin: -4px 0 0; color: var(--yellow-2); font-size: 11px; line-height: 1.5; }
.form-feedback.is-visible { animation: feedback-in .45s var(--ease-out); }
.contact-mascot { animation: contact-mascot 8s ease-in-out infinite; filter: drop-shadow(0 22px 30px rgba(0,0,0,.24)); }

.footer-nav a,
.footer-bottom a { position: relative; width: fit-content; }
.footer-nav a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease-out);
}
.footer-nav a:hover::after,
.footer-bottom a:hover::after { transform: scaleX(1); transform-origin: left; }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.scrolled { background: rgba(13,7,28,.96); }
  .float-card { background: rgba(22,10,45,.94); }
  .button-secondary { background: rgba(255,255,255,.1); }
  .publishing-panel, .pitch-form { background: rgba(18,8,38,.92); }
  .art-badge { background: rgba(8,6,26,.9); }
}

@keyframes grid-drift { to { background-position: 72px 72px; } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes glow-drift-one { from { transform: translate3d(-10px,-8px,0) scale(.94); } to { transform: translate3d(18px,16px,0) scale(1.08); } }
@keyframes glow-drift-two { from { transform: translate3d(0,12px,0) scale(1); } to { transform: translate3d(22px,-10px,0) scale(1.12); } }
@keyframes spark-pulse { 0%,100% { opacity: .45; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.35); } }
@keyframes mascot-float { 0%,100% { transform: translate3d(0,0,0) rotate(-.4deg); } 50% { transform: translate3d(0,-12px,0) rotate(.6deg); } }
@keyframes mascot-aura { 0%,100% { opacity: .72; transform: translateY(8%) scale(.94); } 50% { opacity: 1; transform: translateY(5%) scale(1.06); } }
@keyframes mascot-shadow { 0%,100% { opacity: .5; transform: translateY(18px) scaleX(.9); } 50% { opacity: .34; transform: translateY(22px) scaleX(.78); } }
@keyframes network-dot { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes button-ripple { to { opacity: 0; transform: translate(-50%, -50%) scale(18); } }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(99,230,163,.34), 0 0 16px rgba(99,230,163,.5); } 75%,100% { box-shadow: 0 0 0 10px rgba(99,230,163,0), 0 0 16px rgba(99,230,163,.5); } }
@keyframes art-drift { from { transform: translate3d(-1.2%,0,0); } to { transform: translate3d(1.2%,0,0); } }
@keyframes badge-breathe { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes status-breathe { 0%,100% { transform: scale(.92); } 50% { transform: scale(1.15); } }
@keyframes guide-bars { 0%,100% { transform: scaleY(.8); } 50% { transform: scaleY(1.1); } }
@keyframes deal-breathe { 0%,100% { transform: rotate(-2deg) scale(.98); } 50% { transform: rotate(2deg) scale(1.04); } }
@keyframes contact-gradient { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes contact-orb { from { transform: translate3d(-24px,0,0) scale(.9); } to { transform: translate3d(40px,-26px,0) scale(1.1); } }
@keyframes contact-mascot { 0%,100% { transform: rotate(8deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-12px); } }
@keyframes feedback-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 980px); }
  .site-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr .86fr; gap: 30px; }
  .brand-stage { transform: scale(.9); transform-origin: center; }
  .float-game { left: -12%; }
  .float-publish { right: -11%; }
  .featured-game { grid-template-columns: 1fr 1fr; }
  .game-copy { padding-left: 40px; padding-right: 36px; }
  .publishing-shell, .principles-layout { gap: 56px; }
  .contact-card { gap: 44px; padding: 54px 44px; }
}

@media (max-width: 900px) {
  .section { padding: 96px 0; }
  .menu-toggle { display: flex; }
  .site-nav {
    position: fixed;
    inset: 0 0 auto;
    padding: 104px 24px 30px;
    display: grid;
    gap: 4px;
    background: rgba(13,7,28,.98);
    border-bottom: 1px solid rgba(255,255,255,.1);
    transform: translateY(-110%);
    transition: transform .25s ease;
  }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 14px 0; font-size: 16px; }
  .site-nav .nav-cta { margin-top: 10px; padding-inline: 18px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { padding-top: 132px; min-height: auto; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; }
  .brand-stage { min-height: 540px; transform: scale(.9); }
  .capability-strip { margin-top: 26px; flex-wrap: wrap; row-gap: 12px; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .split-heading > p { margin: 0; }
  .featured-game { grid-template-columns: 1fr; }
  .game-art { min-height: 430px; order: -1; }
  .shot-gallery { gap: 16px; }
  .slate-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .game-slate { grid-template-columns: 1fr 1fr; }
  .slate-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; }
  .slate-card-wide .slate-art { aspect-ratio: auto; min-height: 330px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card { min-height: 320px; }
  .card-icon { margin-top: 42px; }
  .publishing-shell, .principles-layout, .contact-card { grid-template-columns: 1fr; }
  .principles-copy { position: static; }
  .capabilities-grid { grid-template-columns: 1fr 1fr; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-card { min-height: 360px; }
  .ecosystem-mark, .ecosystem-symbol { margin-top: 46px; }
  .updates-grid { grid-template-columns: 1fr 1fr; }
  .update-featured { grid-column: 1 / -1; }
  .contact-card { padding: 54px 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 28px); --radius-lg: 26px; }
  .section { padding: 76px 0; }
  .site-header { padding: 10px 0; }
  .brand img { width: 178px; height: 62px; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: 48px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .release-status { flex-wrap: wrap; }
  .brand-stage { min-height: 450px; transform: none; }
  .stage-orbit-one { width: 390px; height: 390px; }
  .stage-orbit-two { width: 304px; height: 304px; }
  .hero-mascot { width: 310px; }
  .float-card { transform: scale(.82); transform-origin: center; }
  .float-game { left: -16px; top: 10%; animation: none; }
  .float-publish { right: -26px; top: 56%; animation: none; }
  .float-network { left: 5px; bottom: 1%; animation: none; }
  .capability-strip { justify-content: flex-start; gap: 12px; }
  .capability-strip i { display: none; }
  .capability-strip span { width: calc(50% - 6px); }
  .section-heading h2, .publishing-intro h2, .principles-copy h2, .contact-copy h2 { font-size: 42px; }
  .section-heading p { font-size: 16px; }
  .game-copy { padding: 34px 24px 36px; }
  .game-art { min-height: 270px; }
  .game-lockup img { width: 64px; height: 64px; }
  .game-tagline { margin-top: 30px; font-size: 26px; }
  .shot-gallery { grid-template-columns: 1fr; }
  .slate-heading { margin-top: 60px; }
  .game-slate { grid-template-columns: 1fr; }
  .slate-card-wide { grid-column: auto; display: block; }
  .slate-card-wide .slate-art { min-height: 0; aspect-ratio: 16 / 10; }
  .slate-body { padding: 24px; }
  .slate-status-row { align-items: flex-start; }
  .shot-card img { aspect-ratio: 9 / 11; }
  .approach-card { padding: 28px; }
  .publishing-panel { padding: 26px 22px; }
  .process-line { left: 47px; }
  .process-step { grid-template-columns: 42px 1fr; gap: 16px; }
  .process-step > span { width: 42px; height: 42px; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .capabilities-grid > div { min-height: 120px; }
  .ecosystem-card { padding: 28px; }
  .principles-list article { grid-template-columns: 42px 1fr; }
  .updates-grid { grid-template-columns: 1fr; }
  .update-featured { grid-column: auto; }
  .contact-card { padding: 42px 22px; border-radius: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .pitch-form { padding: 22px; }
  .footer-nav { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}


@media (max-width: 900px) {
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    border: 0;
    background: rgba(4,1,12,.58);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .32s ease, visibility .32s ease;
  }
  .site-nav { z-index: 2; opacity: 0; transition: transform .42s var(--ease-out), opacity .28s ease; }
  .site-nav.open { opacity: 1; }
  .site-nav.open ~ .nav-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav a { opacity: 0; transform: translateY(-10px); transition: opacity .34s ease, transform .42s var(--ease-out), color .25s ease; }
  .site-nav.open a { opacity: 1; transform: translateY(0); }
  .site-nav.open a:nth-child(1) { transition-delay: 80ms; }
  .site-nav.open a:nth-child(2) { transition-delay: 125ms; }
  .site-nav.open a:nth-child(3) { transition-delay: 170ms; }
  .site-nav.open a:nth-child(4) { transition-delay: 215ms; }
  .site-nav.open a:nth-child(5) { transition-delay: 260ms; }
  .site-nav a:not(.nav-cta)::after { bottom: 7px; transform-origin: left; }
  .mascot-presence { width: 390px; }
  [data-tilt] { --tilt-x: 0deg !important; --tilt-y: 0deg !important; }
}

@media (max-width: 640px) {
  .scroll-progress { height: 2px; }
  .mascot-presence { width: 310px; }
  .float-card { scale: .82; transform: none; }
  .float-game { animation: float 7s ease-in-out infinite; }
  .float-publish { animation: float 8s ease-in-out infinite reverse; }
  .float-network { animation: float 8.5s ease-in-out infinite -1.2s; }
  .contact-card::after { left: 10%; }
}

@media (hover: none), (pointer: coarse) {
  [data-magnetic] { translate: 0 0 !important; }
  [data-tilt]:hover { --lift: 0px; }
  .button:hover, .nav-cta:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal], .js [data-reveal][data-tilt] { opacity: 1 !important; filter: none !important; --reveal-y: 0px !important; --reveal-scale: 1 !important; }
  [data-parallax], [data-scroll-parallax], [data-magnetic] { translate: 0 0 !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ========================================================================== 
   G4F Studios multi-page system — generated detail pages and localization
   ========================================================================== */
:root {
  --header-height: 104px;
  --content-max: 760px;
  --shadow-sm: 0 12px 34px rgba(25, 8, 56, .09);
  --shadow-md: 0 22px 64px rgba(25, 8, 56, .14);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, .28);
  --border-light: 1px solid rgba(42, 22, 72, .11);
  --focus-ring: 0 0 0 4px rgba(255, 201, 40, .28);
}

:lang(zh-CN), :lang(th) {
  letter-spacing: normal;
}
:lang(zh-CN) body,
:lang(th) body {
  font-family: "Inter Display Local", Inter, "Noto Sans CJK SC", "Noto Sans Thai", "Microsoft YaHei", Tahoma, ui-sans-serif, system-ui, sans-serif;
}
:lang(zh-CN) h1, :lang(zh-CN) h2, :lang(zh-CN) h3,
:lang(th) h1, :lang(th) h2, :lang(th) h3 {
  letter-spacing: -.035em;
  line-height: 1.12;
}
:focus-visible { outline: none; box-shadow: var(--focus-ring); }

.inner-header { background: rgba(13, 7, 28, .58); border-bottom-color: rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.site-nav a:not(.nav-cta) { position: relative; padding-block: 14px; }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--yellow-2)); transform: scaleX(0); transform-origin: right;
  transition: transform .32s var(--ease-out);
}
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).active::after { transform: scaleX(1); transform-origin: left; }
.site-nav a.active { color: #fff; }

.language-menu { position: relative; }
.language-toggle {
  min-width: 50px; height: 38px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.05);
  font-size: 11px; font-weight: 850; letter-spacing: .08em; transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.language-toggle:hover, .language-toggle[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.25); }
.language-toggle svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s ease; }
.language-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.language-options {
  position: absolute; z-index: 8; top: calc(100% + 14px); right: 0; width: 238px; padding: 10px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(18, 8, 38, .96); box-shadow: 0 24px 70px rgba(0,0,0,.38);
  backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top right;
  transition: opacity .22s ease, visibility .22s ease, transform .28s var(--ease-out);
}
.language-menu.open .language-options { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.language-title { display: block; padding: 8px 10px 9px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.language-options a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; padding: 9px 11px;
  border-radius: 12px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease;
}
.language-options a::after { display: none !important; }
.language-options a:hover { color: #fff; background: rgba(255,255,255,.075); transform: translateX(2px); }
.language-options a.current { color: var(--yellow); background: rgba(255,201,40,.08); }
.language-options small { color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .12em; }
.footer-language { padding: 0; border: 0; color: rgba(255,255,255,.7); background: transparent; font-size: 13px; font-weight: 650; text-align: left; }
.footer-language:hover { color: var(--yellow); }

.quiet-link, .text-button {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--purple); font-size: 13px; font-weight: 850;
  transition: color .25s ease, gap .3s var(--ease-out), transform .3s var(--ease-out);
}
.quiet-link:hover, .text-button:hover { gap: 14px; transform: translateX(2px); }
.light-link { color: rgba(255,255,255,.72); }
.section-inline-action { display: flex; justify-content: center; margin-top: 42px; }

.publishing-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; position: relative; z-index: 2; }
.contact-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 650; }
.contact-points li { display: flex; align-items: center; gap: 10px; }
.contact-points i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,201,40,.14); color: var(--yellow); font-style: normal; font-size: 11px; }

.footer-top { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-bottom: 62px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand small { display: block; margin-top: 14px; color: rgba(255,255,255,.28); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.footer-nav { grid-template-columns: repeat(4, 1fr); }
.footer-nav strong { margin-bottom: 6px; color: rgba(255,255,255,.32); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom span:last-child { letter-spacing: .11em; font-size: 9px; }

/* Inner-page hero system */
.detail-hero {
  min-height: 720px; padding: 164px 0 82px; color: #fff; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(143,80,255,.26), transparent 34%),
    radial-gradient(circle at 14% 28%, rgba(255,201,40,.07), transparent 26%),
    linear-gradient(145deg, #100721 0%, #190d35 52%, #0b0718 100%);
}
.detail-hero::after { content: ""; position: absolute; left: 50%; bottom: -360px; width: 980px; height: 620px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.detail-hero-grid, .article-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 92%); animation: grid-drift 32s linear infinite; }
.detail-orb { position: absolute; border-radius: 50%; filter: blur(55px); pointer-events: none; }
.detail-orb-one { width: 360px; height: 360px; right: 8%; top: 20%; background: rgba(143,80,255,.14); }
.detail-orb-two { width: 260px; height: 260px; left: -80px; bottom: 10%; background: rgba(255,201,40,.06); }
.detail-hero-layout { min-height: 470px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 80px; align-items: center; position: relative; z-index: 2; }
.detail-hero-copy h1 { max-width: 760px; margin: 26px 0 24px; font-size: clamp(48px, 5vw, 78px); line-height: .99; letter-spacing: -.06em; }
.detail-hero-copy > p { max-width: 700px; margin: 0; color: rgba(255,255,255,.68); font-size: 19px; line-height: 1.7; }
.detail-status { width: fit-content; margin-top: 24px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.detail-visual { min-height: 450px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.1); border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: var(--shadow-dark); backdrop-filter: blur(14px); overflow: hidden; }
.detail-visual::before { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(255,201,40,.19); border-radius: 50%; animation: spin 28s linear infinite; }
.detail-visual-ring { position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.018), 0 0 0 84px rgba(255,255,255,.012); }
.detail-visual img { position: relative; z-index: 2; width: min(86%, 470px); max-height: 410px; object-fit: contain; filter: drop-shadow(0 30px 45px rgba(0,0,0,.34)); transition: transform .65s var(--ease-out), filter .45s ease; }
.detail-visual:hover img { transform: translateY(-6px) scale(1.025); filter: drop-shadow(0 38px 55px rgba(0,0,0,.42)); }
.detail-hero.theme-orbit { background: radial-gradient(circle at 77% 38%, rgba(74,230,255,.16), transparent 30%), radial-gradient(circle at 65% 48%, rgba(255,76,197,.14), transparent 38%), linear-gradient(145deg,#07091e,#0d1237 58%,#08071c); }
.detail-hero.theme-rift { background: radial-gradient(circle at 78% 36%, rgba(255,96,80,.16), transparent 32%), radial-gradient(circle at 66% 46%, rgba(255,201,40,.10), transparent 34%), linear-gradient(145deg,#15091d,#291029 60%,#0d0718); }
.detail-hero.theme-stackrise { background: radial-gradient(circle at 76% 34%, rgba(74,230,255,.14), transparent 32%), linear-gradient(145deg,#090c25,#14174a 58%,#08071a); }
.detail-hero.theme-switchline { background: radial-gradient(circle at 78% 34%, rgba(255,76,197,.14), transparent 32%), radial-gradient(circle at 66% 52%, rgba(74,230,255,.12), transparent 32%), linear-gradient(145deg,#090b22,#17123d 58%,#080719); }
.detail-hero.theme-publishing .detail-visual img,
.detail-hero.theme-about .detail-visual img { width: min(78%, 410px); }
.detail-hero.theme-press .detail-visual img { width: min(88%, 500px); }
.network-legend { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.network-legend i { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.legal-effective { width: fit-content; margin-top: 28px; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 700; }

/* Shared inner content */
.inner-section { background: var(--paper); }
.narrow-shell { width: min(860px, calc(100vw - 48px)); margin-inline: auto; }
.fact-strip-wrap { position: relative; z-index: 5; margin-top: -38px; }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: var(--border-light); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-md); backdrop-filter: blur(16px); }
.fact-strip > div { min-height: 112px; padding: 28px; display: grid; align-content: center; gap: 8px; border-right: 1px solid #ebe5ef; }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip span, .company-facts span { color: #978f9e; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.fact-strip strong, .company-facts strong { font-size: 17px; letter-spacing: -.02em; }
.prose-split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.prose-split h2 { max-width: 520px; margin: 14px 0 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.03; letter-spacing: -.052em; }
.prose-stack { max-width: 760px; display: grid; gap: 22px; }
.prose-stack p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.78; }

/* Games index and details */
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.portfolio-card { min-width: 0; overflow: hidden; border: var(--border-light); border-radius: 32px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease-out), box-shadow .35s ease, border-color .3s ease; }
.portfolio-card:hover { --lift: -8px; box-shadow: var(--shadow-md); border-color: rgba(93,44,166,.26); }
.portfolio-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.portfolio-art { min-height: 330px; overflow: hidden; background: #120a27; }
.portfolio-featured .portfolio-art { min-height: 480px; }
.portfolio-art img { width: 100%; height: 100%; object-fit: cover; transition: scale .75s var(--ease-out), filter .6s ease; }
.portfolio-card:not(.theme-orbit) .portfolio-art img { object-fit: contain; padding: 8%; }
.portfolio-card:hover .portfolio-art img { scale: 1.035; }
.portfolio-body { padding: 34px; }
.portfolio-featured .portfolio-body { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.portfolio-body h2 { margin: 24px 0 14px; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.055em; }
.portfolio-body p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.portfolio-meta { display: flex; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #ebe5ef; color: #8d8494; font-size: 11px; font-weight: 750; }
.portfolio-meta strong { color: var(--purple); }

.game-loop-section { color: #fff; background: linear-gradient(145deg, #100720, #211044 62%, #0c0719); overflow: hidden; }
.game-loop-section::before { content: ""; position: absolute; right: -250px; top: -250px; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.018), 0 0 0 120px rgba(255,255,255,.012); }
.game-loop-section.theme-orbit { background: radial-gradient(circle at 80% 48%, rgba(74,230,255,.12), transparent 30%), linear-gradient(145deg,#080a21,#111440 60%,#09071c); }
.game-loop-section.theme-rift { background: radial-gradient(circle at 80% 48%, rgba(255,201,40,.08), transparent 30%), linear-gradient(145deg,#16091c,#35122a 60%,#0e0718); }
.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 2; }
.loop-grid article { min-height: 290px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(255,255,255,.045); backdrop-filter: blur(10px); transition: transform .35s var(--ease-out), background .3s ease, border-color .3s ease; }
.loop-grid article:hover { transform: translateY(-7px); background: rgba(255,255,255,.075); border-color: rgba(255,201,40,.24); }
.loop-grid article > span { color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.loop-grid h3 { margin: 76px 0 12px; font-size: 27px; letter-spacing: -.04em; }
.loop-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.65; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-grid article { min-height: 300px; padding: 32px; border: var(--border-light); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.pillar-grid article > span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.pillar-grid h3 { margin: 74px 0 14px; font-size: 28px; letter-spacing: -.04em; }
.pillar-grid p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.gallery-section { background: linear-gradient(180deg,#f4effb,#fff); }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.detail-gallery figure { margin: 0; padding: 13px; border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.detail-gallery img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top; border-radius: 22px; transition: scale .65s var(--ease-out); }
.detail-gallery figure:hover img { scale: 1.025; }
.detail-gallery figcaption { display: flex; align-items: center; gap: 14px; padding: 18px 8px 7px; font-size: 14px; font-weight: 800; }
.detail-gallery figcaption span { color: var(--purple); font-size: 9px; letter-spacing: .12em; }
.development-section { padding-top: 70px; background: #fff; }
.development-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 58px; border-radius: 34px; color: #fff; background: linear-gradient(135deg,#160a30,#5c2aa5); box-shadow: var(--shadow-md); }
.development-panel h2 { margin: 12px 0 0; font-size: clamp(36px,4vw,56px); line-height: 1.03; letter-spacing: -.05em; }
.development-panel p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.72; }
.related-games-section { padding-top: 80px; background: #fff; }
.mini-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mini-game-card { overflow: hidden; border: var(--border-light); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease-out), box-shadow .3s ease; }
.mini-game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mini-game-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #120a28; }
.mini-game-card:not(:first-child) > img { object-fit: contain; padding: 5%; }
.mini-game-card > div { padding: 24px; }
.mini-game-card h3 { margin: 18px 0 10px; font-size: 25px; letter-spacing: -.04em; }
.mini-game-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }

/* Publishing detail */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-grid article { min-height: 300px; padding: 34px; border: var(--border-light); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease-out), box-shadow .3s ease; }
.service-grid article:hover { --lift: -6px; box-shadow: var(--shadow-md); }
.service-grid article > span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.service-grid h3 { margin: 72px 0 14px; font-size: 29px; letter-spacing: -.04em; }
.service-grid p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.publishing-detail-section { color: #fff; background: linear-gradient(145deg,#0d071b,#190b34 58%,#0b0718); overflow: hidden; }
.process-rail { max-width: 980px; margin: 0 auto; position: relative; }
.process-rail::before { content: ""; position: absolute; left: 27px; top: 40px; bottom: 40px; width: 1px; background: rgba(255,255,255,.12); }
.process-rail article { display: grid; grid-template-columns: 56px 1fr; gap: 30px; padding: 30px 0; position: relative; opacity: .55; transform: translateX(-8px); transition: opacity .55s ease, transform .55s var(--ease-out); transition-delay: calc(var(--step-index, 0) * 130ms); }
.process-rail.is-process-active article, .process-rail article.is-active { opacity: 1; transform: none; }
.process-rail article > span { width: 56px; height: 56px; display: grid; place-items: center; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--yellow); background: #150a2d; font-size: 10px; font-weight: 850; }
.process-rail h3 { margin: 0 0 9px; font-size: 29px; letter-spacing: -.035em; }
.process-rail p { margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.65; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.fit-panel { min-height: 470px; padding: 42px; border-radius: 32px; box-shadow: var(--shadow-sm); }
.fit-positive { color: #fff; background: linear-gradient(145deg,#4a2287,#6a34bc); }
.fit-negative { border: var(--border-light); background: #fff; }
.fit-symbol { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.11); color: var(--yellow); font-size: 24px; font-weight: 850; }
.fit-negative .fit-symbol { background: #f2ecf8; color: var(--purple); }
.fit-panel h2 { margin: 54px 0 28px; font-size: 36px; line-height: 1.1; letter-spacing: -.045em; }
.fit-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 17px; }
.fit-panel li { padding: 0 0 17px 22px; border-bottom: 1px solid rgba(255,255,255,.14); position: relative; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.55; }
.fit-negative li { border-color: #eae3ef; color: var(--ink-soft); }
.fit-panel li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.fit-negative li::before { background: var(--purple); }
.faq-section { background: linear-gradient(180deg,#f5f0fa,#fff); }
.faq-list { border-top: 1px solid #ddd4e5; }
.faq-item { border-bottom: 1px solid #ddd4e5; }
.faq-item summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: 20px; font-weight: 800; letter-spacing: -.025em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { width: 30px; height: 30px; flex: none; border-radius: 50%; background: #ebe4f2; position: relative; transition: background .25s ease, transform .32s var(--ease-out); }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 2px; background: var(--purple); transform: translate(-50%,-50%); }
.faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s ease; }
.faq-item[open] summary i { background: var(--purple); transform: rotate(180deg); }
.faq-item[open] summary i::before, .faq-item[open] summary i::after { background: #fff; }
.faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-item > div { max-width: 720px; padding: 0 52px 28px 0; }
.faq-item p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.72; }

/* Ecosystem detail */
.ecosystem-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ecosystem-detail-grid article { min-height: 390px; padding: 34px; border: var(--border-light); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.ecosystem-detail-grid article:nth-child(1) { background: linear-gradient(155deg,#fff,#f9f5ff); }
.ecosystem-detail-grid article:nth-child(2) { background: linear-gradient(155deg,#fff,#effcff); }
.ecosystem-detail-grid article:nth-child(3) { background: linear-gradient(155deg,#fff,#fff9e8); }
.ecosystem-detail-grid article > span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.ecosystem-detail-grid h3 { margin: 100px 0 15px; font-size: 34px; letter-spacing: -.045em; }
.ecosystem-detail-grid p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.network-section { color: #fff; background: linear-gradient(145deg,#0d071b,#1d0c3d 58%,#0b0718); overflow: hidden; }
.network-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.network-map { min-height: 560px; position: relative; display: grid; place-items: center; }
.network-core { width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.055); box-shadow: 0 0 0 30px rgba(255,255,255,.018), 0 25px 70px rgba(0,0,0,.28); z-index: 3; }
.network-core img { width: 120px; border-radius: 28px; }
.network-ring { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.network-ring.ring-one { width: 380px; height: 380px; }
.network-ring.ring-two { width: 510px; height: 510px; border-style: dashed; border-color: rgba(255,201,40,.19); animation: spin 36s linear infinite; }
.network-node { position: absolute; z-index: 4; min-width: 98px; min-height: 42px; display: grid; place-items: center; padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(16,7,34,.86); color: rgba(255,255,255,.76); box-shadow: 0 16px 40px rgba(0,0,0,.25); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.node-one { top: 14%; left: 7%; animation: float 7s ease-in-out infinite; }
.node-two { top: 26%; right: 2%; animation: float 8s ease-in-out infinite reverse; }
.node-three { bottom: 12%; left: 20%; animation: float 7.5s ease-in-out infinite -1s; }
.network-system-list { border-top: 1px solid rgba(255,255,255,.13); }
.network-system-list article { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.network-system-list article > span { color: var(--yellow); font-size: 10px; font-weight: 850; padding-top: 5px; }
.network-system-list h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }
.network-system-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.62; }
.boundary-section { padding-top: 70px; background: #fff; }
.boundary-panel { max-width: 960px; text-align: center; }
.boundary-panel h2 { margin: 14px 0 22px; font-size: clamp(40px,4.5vw,68px); line-height: 1; letter-spacing: -.055em; }
.boundary-panel p { max-width: 800px; margin: 0 auto; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }

/* About */
.principle-detail-section { color: #fff; background: #5b2aa3; overflow: hidden; }
.principle-detail-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.principle-detail-grid article { min-height: 330px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); transition: transform .35s var(--ease-out), background .3s ease; }
.principle-detail-grid article:hover { transform: translateY(-7px); background: rgba(255,255,255,.085); }
.principle-detail-grid article > span { color: var(--yellow); font-size: 9px; font-weight: 850; }
.principle-detail-grid h3 { margin: 90px 0 13px; font-size: 22px; letter-spacing: -.035em; }
.principle-detail-grid p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.62; }
.facts-section { background: linear-gradient(180deg,#f4effb,#fff); }
.company-facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: var(--border-light); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.company-facts > div { min-height: 150px; padding: 32px; display: grid; align-content: center; gap: 12px; border-right: 1px solid #eae3ef; }
.company-facts > div:last-child { border-right: 0; }
.company-facts strong { font-size: 20px; }
.identity-section { background: #fff; }
.identity-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.identity-art { min-height: 500px; display: grid; place-items: center; border-radius: 36px; background: radial-gradient(circle at 50% 42%,rgba(143,80,255,.28),transparent 36%), linear-gradient(145deg,#120829,#24104c); box-shadow: var(--shadow-md); overflow: hidden; }
.identity-art img { width: min(72%, 430px); border-radius: 34px; filter: drop-shadow(0 30px 45px rgba(0,0,0,.32)); transition: transform .6s var(--ease-out); }
.identity-art:hover img { transform: translateY(-7px) rotate(-1deg) scale(1.025); }
.identity-layout h2 { margin: 14px 0 22px; font-size: clamp(42px,4vw,62px); line-height: 1.03; letter-spacing: -.052em; }
.identity-layout p { margin: 0 0 26px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

/* News */
.news-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.news-card { overflow: hidden; border: var(--border-light); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); transition: box-shadow .35s ease, transform .35s var(--ease-out); }
.news-card:hover { --lift: -7px; box-shadow: var(--shadow-md); }
.news-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.news-card-art { min-height: 330px; overflow: hidden; background: #100824; }
.news-card-featured .news-card-art { min-height: 500px; }
.news-card-art img { width: 100%; height: 100%; object-fit: cover; transition: scale .75s var(--ease-out), filter .5s ease; }
.news-card:not(:first-child) .news-card-art img { object-fit: contain; padding: 5%; }
.news-card:hover .news-card-art img { scale: 1.035; }
.news-card-copy { padding: 34px; }
.news-card-featured .news-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; color: #9b92a2; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.news-meta span:first-child { color: var(--purple); }
.news-card h2 { margin: 22px 0 14px; font-size: clamp(30px,3.4vw,50px); line-height: 1.05; letter-spacing: -.05em; }
.news-card p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.news-card strong { display: block; margin-top: 27px; color: var(--purple); font-size: 12px; }
.article-hero { min-height: 680px; padding: 176px 0 110px; color: #fff; position: relative; overflow: hidden; background: linear-gradient(145deg,#0e071e,#1c0d3b 60%,#090718); }
.article-hero.theme-orbit { background: radial-gradient(circle at 75% 35%,rgba(74,230,255,.13),transparent 28%), radial-gradient(circle at 66% 48%,rgba(255,76,197,.11),transparent 30%), linear-gradient(145deg,#080a21,#12133b 60%,#09071c); }
.article-hero.theme-rift { background: radial-gradient(circle at 75% 35%,rgba(255,201,40,.08),transparent 28%), linear-gradient(145deg,#16091b,#351229 60%,#0e0718); }
.article-hero-inner { max-width: 940px; position: relative; z-index: 2; }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 750; }
.article-breadcrumb a:hover { color: var(--yellow); }
.article-hero .news-meta { color: rgba(255,255,255,.45); }
.article-hero .news-meta span:first-child { color: var(--yellow); }
.article-hero h1 { margin: 28px 0 24px; font-size: clamp(48px,6vw,86px); line-height: .98; letter-spacing: -.062em; }
.article-hero p { max-width: 800px; margin: 0; color: rgba(255,255,255,.68); font-size: 20px; line-height: 1.65; }
.article-media { margin-top: -74px; position: relative; z-index: 4; }
.article-media figure { margin: 0; overflow: hidden; border: 12px solid #fff; border-radius: 34px; background: #100824; box-shadow: var(--shadow-md); }
.article-media img { width: 100%; max-height: 640px; object-fit: cover; }
.article-section { padding-top: 100px; background: #fff; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0,760px); gap: 80px; justify-content: center; align-items: start; }
.article-aside { position: sticky; top: 130px; display: grid; gap: 8px; color: #8d8494; font-size: 10px; font-weight: 750; }
.article-aside strong { color: var(--ink); font-size: 12px; }
.article-aside a { margin-top: 24px; color: var(--purple); }
.article-body { max-width: var(--content-max); }
.article-body section { margin-bottom: 66px; }
.article-body h2 { margin: 0 0 24px; font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }
.article-body p { margin: 0 0 22px; color: #514958; font-size: 18px; line-height: 1.82; }
.article-related { padding-top: 30px; background: #fff; }
.related-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 34px; color: #fff; background: linear-gradient(145deg,#100720,#25104d); box-shadow: var(--shadow-md); }
.related-panel > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; background: #0f0824; }
.related-panel > div { padding: 58px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.related-panel h2 { margin: 13px 0 16px; font-size: 52px; letter-spacing: -.055em; }
.related-panel p { margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.68; }

/* Contact and support */
.contact-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-info-panel { padding: 42px; border-radius: 32px; color: #fff; background: linear-gradient(145deg,#4c238a,#6b34bd); box-shadow: var(--shadow-md); }
.contact-info-panel h2 { margin: 14px 0 30px; font-size: 40px; line-height: 1.08; letter-spacing: -.045em; }
.contact-info-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.contact-info-panel li { padding: 0 0 16px 22px; border-bottom: 1px solid rgba(255,255,255,.13); position: relative; color: rgba(255,255,255,.74); line-height: 1.55; }
.contact-info-panel li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.expect-grid { display: grid; gap: 16px; margin-top: 22px; }
.expect-grid article { padding: 26px; display: grid; grid-template-columns: 42px 1fr; gap: 16px 22px; border: var(--border-light); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.expect-grid article > span { grid-row: 1 / 3; color: var(--purple); font-size: 10px; font-weight: 850; padding-top: 4px; }
.expect-grid h3 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.expect-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.62; }
.contact-form-panel { padding: 42px; border: var(--border-light); border-radius: 32px; background: #fff; box-shadow: var(--shadow-md); }
.contact-form-panel > h2 { margin: 0 0 12px; font-size: 42px; letter-spacing: -.045em; }
.contact-form-panel > p { margin: 0 0 28px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.pitch-form-light { padding: 0; border: 0; background: transparent; box-shadow: none; }
.pitch-form-light label span { color: #5f5766; }
.pitch-form-light input, .pitch-form-light textarea { color: var(--ink); background: #f7f4fa; border-color: #e2dbe7; }
.pitch-form-light input::placeholder, .pitch-form-light textarea::placeholder { color: #aaa1b0; }
.pitch-form-light .form-note { color: #9a919f; }
.other-contact-section { padding-top: 40px; background: #fff; }
.other-contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 48px; border-radius: 30px; background: #f2edf8; }
.other-contact-panel h2 { margin: 0 0 12px; font-size: 36px; letter-spacing: -.045em; }
.other-contact-panel p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.other-contact-panel > div:last-child { display: grid; align-content: center; gap: 15px; }
.other-contact-panel a { color: var(--purple); font-size: 14px; font-weight: 800; }
.support-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.support-checklist { position: sticky; top: 130px; padding: 38px; border-radius: 30px; color: #fff; background: linear-gradient(145deg,#4d238c,#6b34bd); box-shadow: var(--shadow-md); }
.support-checklist h2 { margin: 14px 0 28px; font-size: 38px; line-height: 1.08; letter-spacing: -.045em; }
.support-checklist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.support-checklist li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.support-checklist li span { width: 22px; height: 22px; flex: none; display: grid; place-items: center; border-radius: 50%; background: rgba(255,201,40,.14); color: var(--yellow); font-size: 10px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.topic-grid article { min-height: 260px; padding: 28px; border: var(--border-light); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.topic-grid article > span { color: var(--purple); font-size: 9px; font-weight: 850; }
.topic-grid h3 { margin: 62px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.topic-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

/* Press */
.press-assets-section { background: linear-gradient(180deg,#f5f0fa,#fff); }
.asset-download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.asset-download { display: grid; grid-template-columns: 190px 1fr; gap: 26px; align-items: center; padding: 20px; border: var(--border-light); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: box-shadow .3s ease; }
.asset-download:hover { --lift: -5px; box-shadow: var(--shadow-md); }
.asset-preview { min-height: 160px; display: grid; place-items: center; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg,#160a31,#4a2185); }
.asset-preview img { max-width: 84%; max-height: 135px; object-fit: contain; filter: drop-shadow(0 15px 25px rgba(0,0,0,.28)); }
.asset-download h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.035em; }
.asset-download p { margin: 0 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.asset-download strong { color: var(--purple); font-size: 11px; }
.usage-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.usage-layout h2 { margin: 14px 0 0; font-size: 52px; line-height: 1.04; letter-spacing: -.052em; }
.usage-layout ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ddd5e3; }
.usage-layout li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #ddd5e3; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.usage-layout li span { color: var(--purple); font-size: 9px; font-weight: 850; padding-top: 5px; }

/* Legal */
.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0,760px); gap: 90px; justify-content: center; align-items: start; }
.legal-toc { position: sticky; top: 130px; display: grid; gap: 12px; padding: 24px; border: var(--border-light); border-radius: 22px; background: #faf8fc; }
.legal-toc strong { margin-bottom: 8px; font-size: 14px; }
.legal-toc a { color: #766d7c; font-size: 11px; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.legal-toc a:hover { color: var(--purple); transform: translateX(3px); }
.legal-content section { padding-bottom: 54px; margin-bottom: 54px; border-bottom: 1px solid #e4dde9; scroll-margin-top: 130px; }
.legal-content h2 { margin: 0 0 22px; font-size: 32px; letter-spacing: -.04em; }
.legal-content p { margin: 0 0 18px; color: #554d5b; font-size: 16px; line-height: 1.8; }
.legal-review { padding: 24px; border: 1px solid rgba(255,201,40,.42); border-radius: 20px; background: #fff8df; }
.legal-review strong { color: #7c5c00; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-review p { margin: 8px 0 0; color: #6a571c; font-size: 14px; }

/* CTA and 404 */
.cta-section { padding: 72px 0 120px; background: #fff; }
.cta-section.cta-dark { color: #fff; background: #0d071a; }
.cta-panel { min-height: 260px; padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 34px; color: #fff; background: linear-gradient(135deg,#180b32,#5d2ca6); box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
.cta-panel::after { content: ""; position: absolute; right: -90px; top: -160px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { margin: 0 0 14px; font-size: clamp(38px,4vw,58px); line-height: 1.04; letter-spacing: -.05em; }
.cta-panel p { max-width: 650px; margin: 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.68; }
.not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 150px 0 80px; color: #fff; background: linear-gradient(145deg,#0e071e,#1f0d40 60%,#090718); position: relative; overflow: hidden; }
.not-found-inner { max-width: 800px; text-align: center; position: relative; z-index: 2; }
.not-found-inner > span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.not-found-inner h1 { margin: 24px 0; font-size: clamp(52px,7vw,96px); line-height: .96; letter-spacing: -.065em; }
.not-found-inner p { max-width: 650px; margin: 0 auto 34px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; }
.not-found-orbit { position: absolute; width: 680px; height: 680px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; animation: spin 38s linear infinite; }
.not-found-orbit::before, .not-found-orbit::after { content: ""; position: absolute; inset: 80px; border: 1px dashed rgba(255,201,40,.18); border-radius: 50%; }
.not-found-orbit::after { inset: 180px; border-style: solid; border-color: rgba(143,80,255,.26); }
.not-found-orbit i { position: absolute; top: 48px; left: 50%; width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 28px rgba(255,201,40,.7); }
.not-found-orbit b { position: absolute; right: 74px; bottom: 110px; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 24px rgba(74,230,255,.7); }

/* Motion enhancement for inner pages */
.detail-visual, .portfolio-card, .service-grid article, .pillar-grid article, .ecosystem-detail-grid article, .news-card, .asset-download, .mini-game-card { transform: perspective(1100px) translateY(var(--lift, 0px)) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transform-style: preserve-3d; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }

/* Responsive multi-page layouts */
@media (max-width: 1120px) {
  .site-nav { gap: 20px; }
  .brand img { width: 190px; }
  .detail-hero-layout { grid-template-columns: 1fr .85fr; gap: 50px; }
  .principle-detail-grid { grid-template-columns: repeat(3, 1fr); }
  .principle-detail-grid article:nth-child(4), .principle-detail-grid article:nth-child(5) { min-height: 270px; }
  .portfolio-featured, .news-card-featured { grid-template-columns: 1fr 1fr; }
  .asset-download { grid-template-columns: 150px 1fr; }
}

@media (max-width: 900px) {
  :root { --header-height: 82px; }
  .site-nav { overflow-y: auto; }
  .language-menu { width: 100%; order: 10; }
  .language-toggle { width: 100%; justify-content: space-between; min-height: 48px; border-radius: 14px; padding-inline: 16px; }
  .language-options { position: static; width: 100%; max-height: 0; padding: 0 8px; overflow: hidden; border: 0; box-shadow: none; background: rgba(255,255,255,.035); opacity: 1; visibility: visible; transform: none; transition: max-height .35s var(--ease-out), padding .3s ease, margin .3s ease; }
  .language-menu.open .language-options { max-height: 430px; padding: 8px; margin-top: 8px; }
  .language-title { display: none; }
  .site-nav.open a:nth-child(6) { transition-delay: 305ms; }
  .site-nav.open .language-menu { animation: feedback-in .35s .28s both; }

  .detail-hero { min-height: auto; padding: 138px 0 82px; }
  .detail-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 44px; }
  .detail-hero-copy h1 { max-width: 820px; }
  .detail-visual { min-height: 430px; }
  .detail-visual img { max-height: 380px; }
  .fact-strip { grid-template-columns: repeat(2,1fr); }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div:nth-child(-n+2) { border-bottom: 1px solid #ebe5ef; }
  .prose-split, .development-panel, .network-layout, .identity-layout, .usage-layout, .support-layout, .contact-detail-grid, .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .loop-grid { grid-template-columns: repeat(2,1fr); }
  .pillar-grid, .ecosystem-detail-grid, .mini-game-grid { grid-template-columns: repeat(2,1fr); }
  .mini-game-card:last-child { grid-column: 1 / -1; }
  .portfolio-featured, .news-card-featured { display: block; }
  .portfolio-featured .portfolio-art, .news-card-featured .news-card-art { min-height: 430px; }
  .portfolio-featured .portfolio-body, .news-card-featured .news-card-copy { padding: 40px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .fit-grid { grid-template-columns: 1fr; }
  .network-map { min-height: 500px; order: 2; }
  .principle-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .company-facts { grid-template-columns: repeat(2,1fr); }
  .company-facts > div:nth-child(2) { border-right: 0; }
  .company-facts > div:nth-child(-n+2) { border-bottom: 1px solid #eae3ef; }
  .identity-art { min-height: 420px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-aside { position: static; grid-template-columns: repeat(2,max-content); align-items: center; }
  .article-aside a { grid-column: 1 / -1; margin-top: 8px; }
  .related-panel { grid-template-columns: 1fr; }
  .related-panel > img { min-height: 330px; }
  .support-checklist, .legal-toc { position: static; }
  .topic-grid { grid-template-columns: repeat(2,1fr); }
  .asset-download-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 54px; }
  .footer-nav { grid-template-columns: repeat(4,1fr); }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .section { padding: 92px 0; }
  .detail-hero { padding: 126px 0 66px; }
  .detail-hero-copy h1 { font-size: clamp(42px,13vw,62px); }
  .detail-hero-copy > p { font-size: 17px; line-height: 1.65; }
  .detail-visual { min-height: 330px; border-radius: 28px; }
  .detail-visual img { max-height: 290px; }
  .fact-strip-wrap { margin-top: -24px; }
  .fact-strip { border-radius: 20px; }
  .fact-strip > div { min-height: 96px; padding: 22px; }
  .fact-strip strong { font-size: 15px; }
  .prose-split h2 { font-size: 40px; }
  .prose-stack p { font-size: 16px; line-height: 1.72; }
  .portfolio-grid, .pillar-grid, .ecosystem-detail-grid, .mini-game-grid, .service-grid, .news-index-grid, .topic-grid, .asset-download-grid { grid-template-columns: 1fr; }
  .portfolio-featured, .news-card-featured { grid-column: auto; }
  .portfolio-art, .portfolio-featured .portfolio-art, .news-card-art, .news-card-featured .news-card-art { min-height: 280px; }
  .portfolio-body, .portfolio-featured .portfolio-body, .news-card-copy, .news-card-featured .news-card-copy { padding: 28px; }
  .portfolio-body h2 { font-size: 38px; }
  .portfolio-meta { flex-direction: column; gap: 10px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-grid article { min-height: 230px; }
  .loop-grid h3, .pillar-grid h3, .service-grid h3 { margin-top: 48px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-gallery img { aspect-ratio: 9 / 13; }
  .development-panel { padding: 34px 26px; }
  .development-panel h2 { font-size: 38px; }
  .mini-game-card:last-child { grid-column: auto; }
  .fit-panel { min-height: 0; padding: 30px; }
  .fit-panel h2 { margin-top: 36px; font-size: 31px; }
  .faq-item summary { min-height: 76px; font-size: 17px; }
  .faq-item > div { padding-right: 0; }
  .network-map { min-height: 380px; transform: scale(.86); margin: -40px 0; }
  .network-ring.ring-one { width: 310px; height: 310px; }
  .network-ring.ring-two { width: 410px; height: 410px; }
  .principle-detail-grid { grid-template-columns: 1fr; }
  .principle-detail-grid article { min-height: 250px; }
  .principle-detail-grid h3 { margin-top: 54px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts > div { border-right: 0; border-bottom: 1px solid #eae3ef; }
  .company-facts > div:last-child { border-bottom: 0; }
  .identity-art { min-height: 340px; }
  .article-hero { min-height: 580px; padding: 146px 0 92px; }
  .article-hero h1 { font-size: clamp(42px,13vw,64px); }
  .article-hero p { font-size: 17px; }
  .article-media { margin-top: -48px; }
  .article-media figure { border-width: 7px; border-radius: 24px; }
  .article-body h2 { font-size: 31px; }
  .article-body p { font-size: 16px; line-height: 1.75; }
  .related-panel > div { padding: 34px 26px; }
  .related-panel h2 { font-size: 40px; }
  .contact-info-panel, .contact-form-panel { padding: 28px; }
  .contact-form-panel > h2 { font-size: 36px; }
  .expect-grid article { grid-template-columns: 32px 1fr; }
  .other-contact-panel { grid-template-columns: 1fr; gap: 30px; padding: 30px; }
  .support-checklist { padding: 30px; }
  .asset-download { grid-template-columns: 1fr; }
  .asset-preview { min-height: 190px; }
  .usage-layout h2 { font-size: 40px; }
  .legal-toc { display: none; }
  .legal-content h2 { font-size: 28px; }
  .cta-section { padding-bottom: 92px; }
  .cta-panel { padding: 34px 26px; border-radius: 28px; }
  .cta-panel h2 { font-size: 38px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .detail-hero-grid, .article-hero-grid, .detail-visual::before, .network-ring.ring-two, .not-found-orbit, .network-node { animation: none !important; }
}
/* Bot trap: present in the DOM, never visible or keyboard reachable. */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
