:root {
  --ink: #101410;
  --green-950: #182018;
  --green-800: #344534;
  --green-600: #64785b;
  --pink: #f28ab2;
  --pink-hot: #ff4f9a;
  --cream: #f4e7c5;
  --line: rgba(244, 231, 197, 0.24);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.world {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 13, 9, 0.96) 0%, rgba(12, 18, 12, 0.77) 45%, rgba(10, 14, 10, 0.25) 100%),
    url("assets/slow-orbit-bg.png") center / cover;
}
.world::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(244, 231, 197, 0.14) 0.7px, transparent 0.7px);
  background-size: 6px 6px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.site-header {
  width: var(--container);
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; line-height: 0.95; }
.brand img { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--cream); object-fit: cover; }
.site-header nav { display: flex; gap: 32px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; }
.site-header nav a { opacity: 0.7; transition: opacity 180ms ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.round-link { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 900; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  color: var(--ink);
  background: var(--pink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--cream);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--cream); }
.button--small { min-height: 42px; padding: 0 18px; box-shadow: none; border: 0; }

.hero {
  width: var(--container);
  min-height: calc(100svh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  position: relative;
  padding: 72px 0 90px;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 7.2vw, 112px); line-height: 0.82; letter-spacing: -0.075em; font-weight: 950; text-transform: uppercase; }
h1 em { color: var(--pink); font-family: Georgia, serif; font-size: 0.72em; font-weight: 400; letter-spacing: -0.05em; white-space: nowrap; }
.hero-lede { max-width: 520px; margin: 34px 0 0; color: rgba(244, 231, 197, 0.76); font-family: Georgia, serif; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.text-link span { color: var(--pink); margin-left: 8px; }
.ca-strip { width: min(560px, 100%); margin-top: 34px; padding: 13px 16px; color: var(--cream); background: rgba(16, 20, 16, 0.72); border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; text-align: left; cursor: pointer; backdrop-filter: blur(12px); }
.ca-label, .copy-label { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.16em; }
.ca-strip code { overflow: hidden; text-overflow: ellipsis; color: rgba(244, 231, 197, 0.76); font-size: 11px; }

.hero-visual { min-height: 640px; align-self: stretch; display: grid; place-items: center; position: relative; transform: translate(var(--pointer-x, 0), var(--pointer-y, 0)); transition: transform 420ms ease-out; }
.character { position: relative; z-index: 2; width: min(100%, 610px); max-height: 78svh; object-fit: contain; filter: drop-shadow(0 35px 40px rgba(0,0,0,0.45)); animation: drift 5.5s ease-in-out infinite; }
.portal-ring { position: absolute; width: min(38vw, 540px); aspect-ratio: 1; border: 2px solid rgba(242, 138, 178, 0.5); border-radius: 50%; box-shadow: 0 0 80px rgba(242, 138, 178, 0.28), inset 0 0 60px rgba(242, 138, 178, 0.18); }
.portal-ring--one { animation: breathe 6s ease-in-out infinite; }
.portal-ring--two { width: min(31vw, 440px); border-style: dashed; animation: spin 24s linear infinite; }
.specimen-card { position: absolute; right: -18px; bottom: 13%; z-index: 3; width: 170px; padding: 16px; color: var(--ink); background: var(--cream); border: 2px solid var(--ink); transform: rotate(3deg); box-shadow: 7px 7px 0 var(--pink); }
.specimen-card span, .specimen-card small { display: block; font-size: 8px; letter-spacing: 0.16em; }
.specimen-card strong { display: block; margin: 6px 0 10px; font-size: 28px; letter-spacing: -0.05em; }
.scroll-note { position: absolute; left: 0; bottom: 26px; display: flex; align-items: center; gap: 12px; color: rgba(244, 231, 197, 0.48); font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; }
.scroll-note span { display: block; width: 42px; height: 1px; background: currentColor; }

@keyframes drift { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes breathe { 0%, 100% { transform: scale(0.96); opacity: 0.45; } 50% { transform: scale(1.04); opacity: 0.85; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  :root { --container: min(100% - 28px, 720px); }
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-visual { min-height: 560px; grid-row: 1; opacity: 0.62; position: absolute; inset: 40px -80px auto 22%; }
  .hero-copy { padding-top: 120px; }
  .character { width: min(76vw, 520px); }
  .specimen-card { display: none; }
  .world { background-position: 62% center; }
}

@media (max-width: 560px) {
  .header-actions .button { display: none; }
  .hero { min-height: calc(100svh - 78px); padding: 38px 0 72px; }
  .hero-copy { padding-top: 180px; }
  h1 { font-size: clamp(48px, 17vw, 76px); }
  h1 em { white-space: normal; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .ca-strip { grid-template-columns: auto 1fr; }
  .copy-label { display: none; }
  .hero-visual { inset: 20px -100px auto 3%; min-height: 440px; }
  .portal-ring { width: 390px; }
  .portal-ring--two { width: 310px; }
}

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

/* Story system */
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    repeating-radial-gradient(circle at 18% 28%, transparent 0 2px, rgba(255,255,255,0.25) 3px 3.6px),
    repeating-linear-gradient(87deg, transparent 0 6px, rgba(0,0,0,0.18) 7px 7.6px);
  background-size: 11px 9px, 15px 13px;
  mix-blend-mode: soft-light;
}

.status-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.status-toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.section-shell {
  width: var(--container);
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
  isolation: isolate;
}
.section-index {
  position: absolute;
  top: 48px;
  right: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  opacity: 0.5;
}
.section-index::before { content: ""; display: inline-block; width: 36px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow--dark { color: #9a365f; }

h2 {
  margin: 0;
  font-size: clamp(52px, 7.3vw, 112px);
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
h2 em { color: var(--pink); font-family: Georgia, serif; font-size: 0.68em; font-weight: 400; letter-spacing: -0.045em; }

.origin { color: var(--ink); }
.origin::before, .signal::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--cream);
}
.origin::after {
  content: "ORBITAL ARCHIVE / DO NOT RUSH";
  position: absolute;
  z-index: -1;
  top: 230px;
  right: -5vw;
  color: rgba(16, 20, 16, 0.035);
  font-size: clamp(80px, 15vw, 240px);
  font-weight: 950;
  line-height: 0.7;
  writing-mode: vertical-rl;
  pointer-events: none;
}
.origin-intro { display: grid; grid-template-columns: 1.45fr 0.55fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.origin-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.origin-intro h2 em { color: #a2446d; }
.origin-intro > p:last-child { margin: 0 0 8px; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }

.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 94px; }
.chapter {
  min-height: 510px;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--ink);
  background: #d7d9b4;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}
.chapter--pink { background: var(--pink); }
.chapter--dark { color: var(--cream); background: var(--green-950); box-shadow: 8px 8px 0 #a2446d; }
.chapter-number { position: absolute; top: 22px; right: 24px; font-family: Georgia, serif; font-size: 17px; }
.chapter-label { margin: 0 0 12px; font-size: 9px; font-weight: 900; letter-spacing: 0.18em; }
.chapter h3 { margin: 0; font-size: clamp(28px, 2.8vw, 42px); line-height: 0.98; letter-spacing: -0.045em; }
.chapter > p:last-child { margin: 22px 0 0; max-width: 30ch; font-family: Georgia, serif; font-size: 14px; line-height: 1.55; opacity: 0.76; }

.chapter-orbit { position: absolute; top: 48px; left: 50%; width: 190px; height: 190px; transform: translateX(-50%); border: 2px solid var(--ink); border-radius: 50%; }
.chapter-orbit::before, .chapter-orbit::after { content: ""; position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.chapter-orbit::before { inset: 22px; border-style: dashed; }
.chapter-orbit::after { inset: 60px; background: var(--pink); box-shadow: 0 0 0 8px var(--cream); }
.chapter-orbit i { position: absolute; width: 16px; height: 10px; right: 10px; top: 36px; background: var(--ink); border-radius: 50%; }
.chapter-crack { position: absolute; top: 54px; left: 50%; width: 220px; height: 172px; transform: translateX(-50%) rotate(-7deg); background: var(--cream); border: 2px solid var(--ink); border-radius: 50% 50% 46% 54%; box-shadow: inset 0 -28px 0 #9ca56f; }
.chapter-crack::before { content: ""; position: absolute; left: 48%; top: -4px; width: 7px; height: 182px; background: var(--ink); clip-path: polygon(40% 0, 100% 0, 58% 22%, 94% 36%, 42% 56%, 78% 70%, 20% 100%, 0 100%, 34% 72%, 5% 58%, 48% 38%, 14% 25%); }
.chapter-portal { position: absolute; top: 45px; left: 50%; width: 200px; height: 200px; transform: translateX(-50%); border: 3px solid var(--pink); border-radius: 50%; box-shadow: 0 0 45px rgba(242,138,178,0.45), inset 0 0 35px rgba(242,138,178,0.35); }
.chapter-portal::before, .chapter-portal::after, .chapter-portal i, .chapter-portal b { content: ""; position: absolute; border: 1px solid var(--pink); border-radius: 50%; }
.chapter-portal::before { inset: 18px; border-style: dashed; }
.chapter-portal::after { inset: 38px; }
.chapter-portal i { inset: 62px; background: var(--pink); box-shadow: 0 0 36px var(--pink); }
.chapter-portal b { width: 11px; height: 7px; right: 7px; top: 45px; background: var(--cream); border: 0; }

.field-note { width: min(810px, 90%); margin: 110px auto 0; padding: 42px 52px; position: relative; font-family: Georgia, serif; font-size: clamp(25px, 3.5vw, 46px); line-height: 1.25; text-align: center; border-top: 1px solid rgba(16,20,16,0.28); border-bottom: 1px solid rgba(16,20,16,0.28); }
.field-note span { display: block; margin-bottom: 18px; color: #a2446d; font-family: Arial, sans-serif; font-size: 9px; font-weight: 900; letter-spacing: 0.18em; }

.orbit { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: clamp(60px, 8vw, 130px); min-height: 980px; }
.orbit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 76% 48%, rgba(242,138,178,0.16), transparent 33%),
    linear-gradient(135deg, #101410, #1b271b);
}
.orbit-copy > p:not(.eyebrow) { max-width: 530px; margin: 34px 0 0; color: rgba(244,231,197,0.68); font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.orbit-readout { width: 300px; margin-top: 42px; padding-top: 18px; display: grid; grid-template-columns: 1fr auto; align-items: end; border-top: 1px solid var(--line); }
.orbit-readout span, .orbit-readout small { font-size: 8px; letter-spacing: 0.16em; }
.orbit-readout strong { grid-row: span 2; font-size: 46px; letter-spacing: -0.06em; color: var(--pink); }
.orbit-readout small { margin-top: 7px; color: rgba(244,231,197,0.5); }

.slow-lab { min-height: 660px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(0,0,0,0.16); overflow: hidden; }
.slow-lab::before, .slow-lab::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(242,138,178,0.24); border-radius: 50%; }
.slow-lab::after { width: 390px; height: 390px; border-style: dashed; animation: spin 35s linear infinite; }
.lab-coordinates { position: absolute; inset: 20px 22px auto; display: flex; justify-content: space-between; color: rgba(244,231,197,0.44); font-size: 8px; letter-spacing: 0.18em; }
.slow-control { width: 300px; height: 300px; z-index: 2; position: relative; display: grid; place-items: center; align-content: center; color: var(--cream); background: rgba(16,20,16,0.74); border: 2px solid var(--pink); border-radius: 50%; box-shadow: 0 0 0 18px rgba(242,138,178,0.07), 0 0 80px rgba(242,138,178,0.2); cursor: pointer; transition: transform 300ms ease, background 300ms ease, box-shadow 300ms ease; }
.slow-control:hover, .slow-control:focus-visible { transform: scale(1.035); outline: 2px solid var(--cream); outline-offset: 8px; }
.slow-control[aria-pressed="true"] { background: var(--pink); color: var(--ink); box-shadow: 0 0 0 30px rgba(242,138,178,0.08), 0 0 120px rgba(242,138,178,0.55); }
.slow-control strong { margin-top: 138px; font-size: 15px; letter-spacing: 0.12em; }
.slow-control small { margin-top: 8px; font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; }
.slow-shell { position: absolute; top: 45px; width: 118px; height: 76px; background: var(--cream); border: 3px solid var(--ink); border-radius: 80% 20% 76% 24%; transform: rotate(-8deg); box-shadow: inset 0 -22px 0 #859169; }
.slow-shell::after { content: ""; position: absolute; left: 52%; top: -2px; width: 5px; height: 76px; background: var(--ink); transform: rotate(4deg); }
.signal-lines { position: absolute; inset: auto 0 32px; display: flex; justify-content: center; align-items: end; gap: 9px; height: 80px; }
.signal-lines i { width: 3px; height: 24px; background: var(--pink); animation: signal 1.2s ease-in-out infinite alternate; }
.signal-lines i:nth-child(2) { height: 55px; animation-delay: -0.4s; }
.signal-lines i:nth-child(3) { height: 72px; animation-delay: -0.8s; }
.signal-lines i:nth-child(4) { height: 42px; animation-delay: -0.2s; }
.signal-lines i:nth-child(5) { height: 18px; animation-delay: -0.65s; }
.secret-signal { position: absolute; right: 20px; bottom: 20px; z-index: 4; width: 210px; padding: 15px; color: var(--ink); background: var(--cream); border: 2px solid var(--ink); transform: translateY(20px) rotate(2deg); opacity: 0; visibility: hidden; transition: opacity 600ms ease, transform 800ms ease, visibility 600ms ease; }
.secret-signal.is-visible { opacity: 1; visibility: visible; transform: translateY(0) rotate(2deg); }
.secret-signal span { font-size: 7px; font-weight: 900; letter-spacing: 0.16em; }
.secret-signal p { margin: 8px 0 0; font-family: Georgia, serif; font-size: 13px; line-height: 1.35; }

.signal { color: var(--ink); }
.signal::before { background: var(--pink); }
.signal-heading { max-width: 1000px; }
.signal-heading .eyebrow--dark { color: #61364a; }
.signal-heading h2 em { color: var(--cream); text-shadow: 2px 2px 0 var(--ink); }
.signal-layout { display: grid; grid-template-columns: 1fr 0.75fr; gap: clamp(34px, 7vw, 100px); align-items: start; margin-top: 90px; }
.manifesto { border-top: 2px solid var(--ink); }
.manifesto-row { display: grid; grid-template-columns: 44px 0.65fr 1fr; gap: 22px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(16,20,16,0.42); }
.manifesto-row span { font-family: Georgia, serif; font-size: 12px; }
.manifesto-row h3 { margin: 0; font-size: clamp(25px, 3vw, 40px); line-height: 1; letter-spacing: -0.05em; }
.manifesto-row p { margin: 0; font-family: Georgia, serif; font-size: 14px; line-height: 1.55; }
.token-card { padding: 28px; color: var(--cream); background: var(--green-950); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--cream); transform: rotate(0.8deg); }
.token-card-head { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.token-card-head img { width: 62px; height: 62px; border-radius: 50%; border: 1px solid var(--cream); object-fit: cover; }
.token-card-head div { display: grid; gap: 4px; }
.token-card-head span { color: var(--pink); font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.token-card-head strong { font-size: 34px; letter-spacing: -0.055em; }
.token-card dl { margin: 16px 0 0; }
.token-card dl div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.token-card dt { color: rgba(244,231,197,0.5); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.token-card dd { margin: 0; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.token-ca { width: 100%; margin-top: 18px; padding: 18px; display: grid; gap: 10px; color: var(--ink); background: var(--cream); border: 0; text-align: left; cursor: pointer; }
.token-ca span { font-size: 8px; font-weight: 900; letter-spacing: 0.16em; }
.token-ca code { max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 11px; }
.token-ca b { color: #9a365f; font-size: 9px; letter-spacing: 0.14em; }
.token-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.token-actions .button { min-height: 48px; padding: 0 14px; font-size: 9px; box-shadow: none; border-color: var(--cream); }
.outline-button { display: grid; min-height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.final-transmission { min-height: 820px; padding: 110px max(24px, calc((100vw - 1180px) / 2)); position: relative; display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; overflow: hidden; background:
  radial-gradient(circle at 22% 50%, rgba(242,138,178,0.4), transparent 26%),
  #101410;
}
.final-transmission::before { content: ""; position: absolute; left: 10%; top: 50%; width: 430px; height: 430px; border: 1px dashed rgba(242,138,178,0.48); border-radius: 50%; transform: translateY(-50%); animation: spin 45s linear infinite; }
.final-character { height: 600px; position: relative; display: grid; place-items: center; }
.final-character img { width: min(520px, 48vw); max-height: 680px; object-fit: contain; filter: drop-shadow(0 28px 44px rgba(0,0,0,0.55)); }
.final-copy { position: relative; z-index: 2; }
.final-copy > p { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.2em; }
.final-copy h2 { max-width: 780px; }
.final-copy .button { margin-top: 40px; }

footer { min-height: 160px; padding: 34px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 32px; align-items: center; color: var(--ink); background: var(--cream); border-top: 2px solid var(--ink); }
.brand--footer { color: var(--ink); }
footer > p { margin: 0; max-width: 520px; font-family: Georgia, serif; font-size: 12px; line-height: 1.5; text-align: center; opacity: 0.68; }
footer > div { justify-self: end; display: flex; gap: 24px; font-size: 9px; font-weight: 900; letter-spacing: 0.12em; }

.orbit-progress { position: fixed; z-index: 40; right: 12px; top: 50%; height: 210px; transform: translateY(-50%); display: grid; grid-template-rows: auto 1fr auto; place-items: center; gap: 10px; color: var(--cream); mix-blend-mode: difference; pointer-events: none; }
.orbit-progress span, .orbit-progress b { font-size: 7px; letter-spacing: 0.14em; writing-mode: vertical-rl; }
.progress-track { width: 2px; height: 110px; position: relative; overflow: hidden; background: rgba(244,231,197,0.25); }
.progress-track i { position: absolute; inset: 0 0 auto; height: 0; background: currentColor; }

.reveal { opacity: 1; transform: translateY(0); }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

body.slow-mode .world { filter: saturate(1.16) contrast(0.92); transition: filter 2.4s ease; }
body.slow-mode .character { animation-duration: 31s; }
body.slow-mode .portal-ring--one { animation-duration: 38s; }
body.slow-mode .portal-ring--two, body.slow-mode .slow-lab::after, body.slow-mode .final-transmission::before { animation-duration: 120s; }
body.slow-mode .signal-lines i { animation-duration: 7s; }
body.slow-mode .grain { opacity: 0.08; transition: opacity 2s ease; }

@keyframes signal { from { transform: scaleY(0.35); opacity: 0.35; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1000px) {
  .origin-intro, .orbit, .signal-layout { grid-template-columns: 1fr; }
  .origin-intro { gap: 30px; }
  .origin-intro > p:last-child { max-width: 600px; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter { min-height: 430px; }
  .chapter-orbit, .chapter-crack, .chapter-portal { left: auto; right: 48px; transform: none; }
  .orbit { gap: 70px; }
  .slow-lab { min-height: 620px; }
  .signal-layout { max-width: 760px; }
  .final-transmission { grid-template-columns: 0.7fr 1.3fr; }
}

@media (max-width: 700px) {
  .section-shell { padding: 110px 0; }
  .section-index { top: 28px; }
  h2 { font-size: clamp(48px, 15vw, 78px); }
  .chapter { min-height: 520px; }
  .chapter-orbit, .chapter-crack, .chapter-portal { left: 50%; right: auto; transform: translateX(-50%); }
  .field-note { width: 100%; padding: 34px 12px; }
  .slow-lab { min-height: 560px; margin-inline: -2px; }
  .slow-lab::before { width: 430px; height: 430px; }
  .slow-lab::after { width: 330px; height: 330px; }
  .slow-control { width: 240px; height: 240px; }
  .slow-control strong { margin-top: 116px; font-size: 12px; }
  .slow-shell { top: 35px; width: 96px; height: 62px; }
  .signal-lines { height: 55px; }
  .secret-signal { left: 16px; right: 16px; width: auto; }
  .manifesto-row { grid-template-columns: 34px 1fr; }
  .manifesto-row p { grid-column: 2; }
  .token-actions { grid-template-columns: 1fr; }
  .final-transmission { min-height: 960px; padding-block: 90px; grid-template-columns: 1fr; text-align: center; }
  .final-character { height: 430px; }
  .final-character img { width: min(520px, 88vw); }
  .final-transmission::before { left: 50%; top: 28%; width: 340px; height: 340px; transform: translate(-50%, -50%); }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > div { justify-self: center; }
  .orbit-progress { display: none; }
}
