:root {
  --ink: #03050a;
  --paper: #f4f7f8;
  --muted: #aeb7bc;
  --cyan: #77f8ff;
  --cyan-hot: #c8fcff;
  --cyan-deep: #0b7884;
  --line: rgba(186, 249, 255, 0.22);
  --mx: 50vw;
  --my: 50vh;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shift-x: 0px;
  --shift-y: 0px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
a,
.character-hit {
  outline-offset: 5px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--cyan);
}

.site-shell {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: #020409;
}

.background-art,
.background-wash,
.scanlines,
.grain,
.ambient-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.background-art {
  z-index: -6;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.06) brightness(0.74);
  transform: scale(1.025);
  animation: background-breathe 11s ease-in-out infinite alternate;
}

.background-wash {
  z-index: -5;
  background:
    radial-gradient(circle at 74% 49%, transparent 0 18%, rgba(1, 5, 10, 0.15) 37%, transparent 55%),
    linear-gradient(90deg, rgba(2, 4, 9, 0.96) 0%, rgba(2, 4, 9, 0.82) 24%, rgba(2, 4, 9, 0.17) 63%, rgba(2, 4, 9, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 22%, transparent 80%, rgba(0, 0, 0, 0.64));
}

.scanlines {
  z-index: 8;
  opacity: 0.075;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(203, 252, 255, 0.55) 4px);
  mix-blend-mode: soft-light;
}

.grain {
  z-index: 9;
  inset: -50%;
  width: 200%;
  height: 200%;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  animation: grain-jump 0.22s steps(2) infinite;
}

.cursor-glow {
  position: fixed;
  z-index: 50;
  left: var(--mx);
  top: var(--my);
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 247, 255, 0.11), transparent 68%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.topbar {
  position: relative;
  z-index: 20;
  height: 96px;
  padding: 0 clamp(30px, 4.2vw, 82px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(1, 4, 8, 0.72), rgba(1, 4, 8, 0));
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--paper);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 23px;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.brand-eye {
  width: 37px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 70% 25% 70% 25%;
  transform: rotate(10deg);
}

.brand-eye i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: eye-wander 4.2s ease-in-out infinite;
}

.status {
  margin: 0;
  color: rgba(230, 247, 248, 0.55);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.19em;
}

.status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: signal 1.7s ease-in-out infinite;
}

.social-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  position: relative;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  z-index: 3;
  height: calc(100svh - 168px);
  min-height: 552px;
  display: grid;
  grid-template-columns: minmax(570px, 0.93fr) minmax(610px, 1.07fr);
  gap: 0;
  padding: 0 clamp(30px, 4.2vw, 82px);
}

.hero-copy {
  position: relative;
  z-index: 10;
  align-self: center;
  max-width: 820px;
  padding: clamp(20px, 3vh, 42px) 0 28px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cyan-hot);
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 700;
  letter-spacing: 0.22em;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 14px rgba(119, 248, 255, 0.7);
}

.hero-title {
  position: relative;
  margin: clamp(12px, 2vh, 22px) 0 -0.04em;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(102px, 9.6vw, 184px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.48));
}

.title-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(237, 248, 249, 0.95);
  text-stroke: 2px rgba(237, 248, 249, 0.95);
}

.title-solid {
  color: var(--paper);
}

.hero-title::after {
  content: "MUMONO";
  position: absolute;
  inset: 0;
  z-index: -1;
  color: var(--cyan);
  opacity: 0;
  transform: translate(5px, 1px);
  clip-path: inset(45% 0 42% 0);
}

.hero-title.is-glitching::after {
  animation: title-glitch 420ms steps(2) both;
}

.tagline {
  margin: 24px 0 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(34px, 3.05vw, 59px);
  line-height: 0.86;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.tagline span {
  color: var(--cyan);
  text-shadow: 0 0 28px rgba(119, 248, 255, 0.28);
}

.intro {
  max-width: 570px;
  margin: 25px 0 0;
  color: rgba(235, 245, 246, 0.68);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.actions {
  display: flex;
  align-items: stretch;
  gap: 13px;
  margin-top: 28px;
}

.ca-button,
.portal-button {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(198, 252, 255, 0.52);
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.ca-button {
  min-width: 235px;
  padding: 0 23px;
  overflow: hidden;
  background: rgba(3, 9, 14, 0.66);
  color: var(--paper);
}

.ca-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 22%, rgba(119, 248, 255, 0.2), transparent 78%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.ca-button:hover::before {
  transform: translateX(120%);
}

.ca-button:hover,
.ca-button.is-copied {
  border-color: var(--cyan);
  box-shadow: inset 0 0 28px rgba(119, 248, 255, 0.08), 0 0 24px rgba(119, 248, 255, 0.12);
}

.ca-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(119, 248, 255, 0.55);
  animation: ca-pulse 2s infinite;
}

.copy-icon {
  font-size: 20px;
  line-height: 1;
}

.portal-button {
  min-width: 190px;
  padding: 0 25px;
  background: var(--paper);
  color: var(--ink);
}

.portal-button:hover {
  border-color: var(--cyan);
  background: var(--cyan);
  box-shadow: 0 0 32px rgba(119, 248, 255, 0.23);
}

.lore-card {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  padding: 16px 20px 16px 64px;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(186, 249, 255, 0.1);
  background: linear-gradient(90deg, rgba(5, 14, 19, 0.76), rgba(4, 10, 14, 0.18));
  backdrop-filter: blur(9px);
}

.lore-index {
  position: absolute;
  left: 15px;
  top: 13px;
  color: transparent;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 37px;
  -webkit-text-stroke: 1px rgba(119, 248, 255, 0.45);
}

.lore-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--cyan-hot);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.lore-heading span:last-child {
  color: rgba(221, 242, 244, 0.35);
}

.lore-card p {
  margin: 10px 0 0;
  color: rgba(234, 245, 246, 0.62);
  font-size: clamp(11px, 0.72vw, 14px);
  line-height: 1.48;
}

.character-zone {
  position: relative;
  align-self: stretch;
  min-width: 0;
  perspective: 1000px;
}

.portal-shadow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(66vw, 850px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 10, 15, 0.12) 0 45%, rgba(111, 246, 255, 0.16) 48%, transparent 63%);
  transform: translate(-42%, -50%);
  filter: blur(14px);
  animation: portal-pulse 5s ease-in-out infinite;
}

.portal-core {
  position: absolute;
  left: 54%;
  top: 47%;
  width: min(49vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(150, 252, 255, 0.13), transparent 27%),
    radial-gradient(circle, rgba(0, 6, 12, 0.82) 0 51%, transparent 52%);
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 55px rgba(88, 231, 240, 0.12), 0 0 90px rgba(61, 212, 225, 0.08);
}

.orbit {
  position: absolute;
  left: 54%;
  top: 47%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-a {
  width: min(53vw, 750px);
  border: 1px dashed rgba(154, 250, 255, 0.34);
  transform: translate(-50%, -50%);
  animation: orbit-clockwise 22s linear infinite;
}

.orbit-b {
  width: min(42vw, 610px);
  border: 1px solid rgba(216, 253, 255, 0.16);
  transform: translate(-50%, -50%);
  animation: orbit-counter 15s linear infinite;
}

.orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-hot);
  box-shadow: 0 0 18px var(--cyan);
}

.orbit i:nth-child(1) { left: 12%; top: 18%; }
.orbit i:nth-child(2) { right: 4%; top: 49%; width: 5px; height: 5px; }
.orbit i:nth-child(3) { left: 39%; bottom: -4px; width: 6px; height: 6px; }

.character-wrap {
  position: absolute;
  z-index: 5;
  left: 54%;
  top: 47%;
  width: min(58vw, 870px);
  transform: translate(calc(-50% + var(--shift-x)), calc(-50% + var(--shift-y))) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  animation: character-float 5.5s ease-in-out infinite;
  will-change: transform;
}

.character {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.character-main {
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 0 2px rgba(219, 255, 255, 0.88))
    drop-shadow(0 0 13px rgba(118, 249, 255, 0.78))
    drop-shadow(0 0 38px rgba(45, 205, 218, 0.42))
    drop-shadow(0 34px 28px rgba(0, 0, 0, 0.55));
}

.ghost {
  position: absolute;
  inset: 0;
  opacity: 0;
  mix-blend-mode: screen;
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(1146%) hue-rotate(135deg) brightness(101%);
  pointer-events: none;
}

.ghost-a { clip-path: inset(31% 0 54% 0); }
.ghost-b { clip-path: inset(65% 0 22% 0); }

.character-wrap:hover .ghost-a,
.character-wrap.is-amped .ghost-a {
  animation: ghost-a 650ms steps(2) infinite;
}

.character-wrap:hover .ghost-b,
.character-wrap.is-amped .ghost-b {
  animation: ghost-b 540ms steps(2) infinite reverse;
}

.character-hit {
  position: absolute;
  z-index: 5;
  inset: 6% 3% 2%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.character-wrap.is-reacting {
  animation: character-react 720ms cubic-bezier(0.2, 0.9, 0.25, 1.25) both;
}

.character-label {
  position: absolute;
  z-index: 8;
  right: 4%;
  bottom: 10%;
  min-width: 205px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(199, 252, 255, 0.48);
  background: rgba(1, 5, 9, 0.64);
  color: rgba(235, 253, 255, 0.76);
  backdrop-filter: blur(12px);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  transform: rotate(-2deg);
}

.label-cross {
  color: var(--cyan);
  font-size: 18px;
  text-shadow: 0 0 12px var(--cyan);
}

.coordinates {
  position: absolute;
  right: 3%;
  top: 12%;
  display: grid;
  gap: 6px;
  color: rgba(215, 248, 250, 0.34);
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-align: right;
}

.burst-layer {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: hidden;
  pointer-events: none;
}

.burst {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--cyan-hot);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: var(--size, 22px);
  text-shadow: 0 0 15px var(--cyan);
  animation: burst-out 850ms cubic-bezier(0.1, 0.65, 0.28, 1) both;
}

.ticker {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  overflow: hidden;
  border-top: 1px solid rgba(189, 250, 255, 0.18);
  background: rgba(2, 6, 10, 0.76);
  backdrop-filter: blur(14px);
}

.ticker-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(241, 250, 251, 0.62);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  animation: ticker-scroll 24s linear infinite;
}

.ticker i {
  color: var(--cyan);
  font-size: 13px;
  font-style: normal;
  text-shadow: 0 0 12px var(--cyan);
}

.copy-toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 92px;
  padding: 13px 18px;
  border: 1px solid var(--cyan);
  background: rgba(2, 7, 11, 0.92);
  color: var(--cyan-hot);
  box-shadow: 0 0 30px rgba(119, 248, 255, 0.18);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.boot-screen {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  background: #020409;
  transition: opacity 550ms ease, visibility 550ms ease;
}

.boot-screen::after {
  content: "INITIALIZING STRANGE...";
  position: absolute;
  top: calc(50% + 72px);
  color: rgba(203, 252, 255, 0.58);
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
}

.boot-mark {
  color: transparent;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 92px;
  -webkit-text-stroke: 2px var(--paper);
  animation: boot-flicker 800ms steps(2) infinite;
}

.boot-line {
  position: absolute;
  top: calc(50% + 55px);
  width: 190px;
  height: 2px;
  overflow: hidden;
  background: rgba(119, 248, 255, 0.13);
}

.boot-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cyan);
  transform: translateX(-100%);
  animation: boot-load 1s ease forwards;
}

body.is-ready .boot-screen {
  opacity: 0;
  visibility: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal-up 650ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.reveal-1 { animation-delay: 720ms; }
.reveal-2 { animation-delay: 790ms; }
.reveal-3 { animation-delay: 880ms; }
.reveal-4 { animation-delay: 960ms; }
.reveal-5 { animation-delay: 1040ms; }
.reveal-6 { animation-delay: 1120ms; }
.reveal-character { animation-delay: 850ms; transform: translateX(24px); }

@keyframes background-breathe {
  from { transform: scale(1.025); filter: saturate(0.82) contrast(1.05) brightness(0.72); }
  to { transform: scale(1.055); filter: saturate(0.96) contrast(1.08) brightness(0.82); }
}

@keyframes grain-jump {
  0% { transform: translate(0, 0); }
  25% { transform: translate(2%, -1%); }
  50% { transform: translate(-1%, 2%); }
  75% { transform: translate(1%, 1%); }
  100% { transform: translate(-2%, -1%); }
}

@keyframes eye-wander {
  0%, 18%, 100% { transform: translate(0, 0); }
  28%, 46% { transform: translate(6px, 1px); }
  57%, 74% { transform: translate(-5px, -1px); }
}

@keyframes signal {
  50% { opacity: 0.34; box-shadow: 0 0 3px var(--cyan); }
}

@keyframes ca-pulse {
  70%, 100% { box-shadow: 0 0 0 10px rgba(119, 248, 255, 0); }
}

@keyframes title-glitch {
  0% { opacity: 0; transform: translate(0); }
  20% { opacity: 0.72; transform: translate(-9px, 2px); }
  40% { opacity: 0.25; transform: translate(11px, -1px); clip-path: inset(20% 0 67% 0); }
  60% { opacity: 0.8; transform: translate(5px, 2px); clip-path: inset(72% 0 15% 0); }
  100% { opacity: 0; transform: translate(0); }
}

@keyframes portal-pulse {
  50% { opacity: 0.65; transform: translate(-42%, -50%) scale(1.06); }
}

@keyframes orbit-clockwise {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbit-counter {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes character-float {
  0%, 100% { margin-top: -7px; }
  50% { margin-top: 12px; }
}

@keyframes character-react {
  0% { transform: translate(calc(-50% + var(--shift-x)), calc(-50% + var(--shift-y))) scale(1) rotate(0); }
  30% { transform: translate(calc(-50% + var(--shift-x)), calc(-57% + var(--shift-y))) scale(1.06, 0.94) rotate(-2deg); }
  58% { transform: translate(calc(-50% + var(--shift-x)), calc(-47% + var(--shift-y))) scale(0.97, 1.04) rotate(1.5deg); }
  100% { transform: translate(calc(-50% + var(--shift-x)), calc(-50% + var(--shift-y))) scale(1) rotate(0); }
}

@keyframes ghost-a {
  0%, 100% { opacity: 0; transform: translate(0); }
  35% { opacity: 0.44; transform: translate(-13px, 2px); }
  58% { opacity: 0.15; transform: translate(9px, -1px); }
}

@keyframes ghost-b {
  0%, 100% { opacity: 0; transform: translate(0); }
  38% { opacity: 0.32; transform: translate(11px, 1px); }
  64% { opacity: 0.1; transform: translate(-7px, -2px); }
}

@keyframes burst-out {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.45) rotate(0); }
  to { opacity: 0; transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1.25) rotate(var(--rot)); }
}

@keyframes ticker-scroll {
  to { transform: translateX(-50%); }
}

@keyframes boot-flicker {
  0%, 100% { opacity: 1; text-shadow: 7px 0 var(--cyan-deep); }
  50% { opacity: 0.55; text-shadow: -7px 0 var(--cyan); }
}

@keyframes boot-load {
  to { transform: translateX(0); }
}

@keyframes reveal-up {
  to { opacity: 1; transform: translate(0); }
}

@media (max-height: 880px) and (min-width: 1100px) {
  .topbar { height: 78px; }
  .hero { height: calc(100svh - 136px); }
  .ticker { height: 58px; }
  .hero-title { font-size: clamp(96px, 8.1vw, 150px); }
  .tagline { margin-top: 18px; font-size: clamp(30px, 2.6vw, 48px); }
  .intro { margin-top: 18px; }
  .actions { margin-top: 20px; }
  .lore-card { margin-top: 20px; padding-top: 12px; padding-bottom: 12px; }
  .character-label { bottom: 7%; }
}

@media (max-width: 1120px) {
  body { overflow: auto; }
  .site-shell { height: auto; min-height: 100svh; overflow: hidden; }
  .topbar { grid-template-columns: 1fr auto; }
  .status { display: none; }
  .hero {
    height: auto;
    min-height: 1050px;
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }
  .hero-copy { max-width: 790px; padding-top: 70px; }
  .character-zone { min-height: 620px; }
  .character-wrap { left: 50%; top: 48%; width: min(92vw, 820px); }
  .portal-core, .orbit, .portal-shadow { left: 50%; }
  .portal-core { width: min(77vw, 660px); }
  .orbit-a { width: min(87vw, 740px); }
  .orbit-b { width: min(70vw, 600px); }
  .character-label { right: 8%; }
  .background-wash { background: linear-gradient(180deg, rgba(2, 4, 9, 0.94) 0%, rgba(2, 4, 9, 0.54) 48%, rgba(2, 4, 9, 0.2) 75%, rgba(2, 4, 9, 0.65)); }
  .ticker { position: absolute; }
}

@media (max-width: 680px) {
  .topbar { height: 76px; padding: 0 20px; }
  .brand { font-size: 18px; }
  .brand-eye { width: 31px; height: 18px; }
  .social-nav { gap: 16px; }
  .text-link { font-size: 9px; }
  .text-link:first-child { display: none; }
  .hero { min-height: 1040px; padding: 0 20px 88px; }
  .hero-copy { padding-top: 54px; }
  .hero-title { font-size: clamp(72px, 23vw, 122px); }
  .title-outline { -webkit-text-stroke-width: 1px; }
  .tagline { font-size: clamp(31px, 11vw, 48px); }
  .intro { font-size: 14px; }
  .actions { flex-direction: column; align-items: stretch; }
  .ca-button, .portal-button { width: 100%; }
  .lore-card { padding-left: 52px; }
  .lore-heading span:last-child { display: none; }
  .lore-card p { font-size: 12px; }
  .character-zone { min-height: 500px; }
  .character-label { right: 0; bottom: 7%; min-width: 185px; }
  .coordinates { display: none; }
  .ticker-track { font-size: 15px; }
  .cursor-glow { display: none; }
}

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