:root {
  --ink: #171713;
  --paper: #e8e5dd;
  --fog: #b7b6b3;
  --orange: #db8141;
  --cream: #f5eddf;
  --acid: #d8f448;
  --line: rgba(23, 23, 19, 0.22);
  --mono: 'DM Mono', ui-monospace, monospace;
  --display: 'Unbounded', Impact, sans-serif;
  --scribble: 'Gaegu', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  overflow-x: hidden;
  cursor: none;
}
button, a { color: inherit; cursor: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--acid); }

.page-noise {
  position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .11;
  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='.48'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor-dot {
  position: fixed; width: 18px; height: 18px; border-radius: 50%; z-index: 1100;
  pointer-events: none; border: 1px solid var(--acid); background: rgba(216, 244, 72, .18);
  transform: translate(-50%, -50%); transition: width .2s, height .2s, background .2s;
  box-shadow: 0 0 18px rgba(216, 244, 72, .45);
}
.cursor-dot.big { width: 42px; height: 42px; background: rgba(216, 244, 72, .08); }

.transition-curtain {
  position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; pointer-events: none;
  color: var(--acid); background: var(--ink); transform: translateY(-104%);
  transition: transform .45s cubic-bezier(.76,0,.24,1);
}
.transition-curtain.active { transform: translateY(0); pointer-events: all; }
.transition-curtain span { font: 500 11px var(--mono); letter-spacing: .18em; text-transform: uppercase; }

.topbar {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; padding: 0 3vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid rgba(245,237,223,.22); color: var(--cream);
  background: rgba(23,23,19,.72); backdrop-filter: blur(18px); transition: background .3s;
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: inherit; text-decoration: none; font: 800 13px var(--display); }
.wordmark-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--cream); border-radius: 50%; font: 700 10px var(--mono); transform: rotate(-9deg); }
.wordmark sup { font: 400 7px var(--mono); opacity: .55; }
.topbar nav { display: flex; align-items: center; gap: 30px; }
.nav-link { padding: 8px 2px; border: 0; color: inherit; background: none; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.nav-link::before { content: '•'; margin-right: 0; color: var(--acid); opacity: 0; transition: margin .2s, opacity .2s; }
.nav-link:hover::before { opacity: 1; margin-right: 7px; }
.top-actions { display: flex; justify-content: flex-end; gap: 8px; }
.icon-button, .buy-button { height: 40px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid rgba(245,237,223,.65); }
.icon-button { width: 40px; border-radius: 50%; font-size: 12px; }
.buy-button { gap: 28px; padding: 0 13px 0 17px; border-radius: 999px; background: var(--acid); border-color: var(--acid); color: var(--ink); font-size: 10px; font-weight: 600; }
.buy-button i { font-size: 16px; font-style: normal; }

section { position: relative; }
.hero { min-height: 100svh; overflow: hidden; display: flex; align-items: center; color: var(--cream); background: #1c1b18; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(18,18,15,.98) 0%, rgba(18,18,15,.8) 35%, rgba(18,18,15,.15) 67%, rgba(18,18,15,.64) 100%); }
.hero::after { content: ''; position: absolute; inset: 72px 0 0; z-index: 2; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(245,237,223,.24) calc(25% - 1px) 25%); pointer-events: none; }
.hero-art { position: absolute; inset: 72px 0 0; overflow: hidden; }
.world-art { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; filter: saturate(.78) contrast(1.07) brightness(.75); transform: scale(1.04); animation: breathe 9s ease-in-out infinite alternate; }
.hero-photo-wrap { position: absolute; right: 5vw; bottom: -14vh; width: min(43vw, 650px); aspect-ratio: 1; z-index: 2; opacity: .95; border-radius: 50% 50% 8% 8%; overflow: hidden; mix-blend-mode: screen; filter: grayscale(.18) contrast(1.05); box-shadow: 0 0 0 1px rgba(245,237,223,.3), 0 0 100px rgba(219,129,65,.22); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; z-index: 4; border: 1px dashed rgba(216,244,72,.48); border-radius: 50%; pointer-events: none; }
.orbit span { position: absolute; padding: 4px 8px; color: var(--acid); background: rgba(23,23,19,.86); font-size: 8px; letter-spacing: .14em; }
.orbit-one { width: 49vw; height: 49vw; max-width: 700px; max-height: 700px; right: 1vw; bottom: -16vw; animation: rotate 28s linear infinite; }
.orbit-one span:nth-child(1) { top: 8%; left: 22%; }.orbit-one span:nth-child(2) { top: 44%; right: -4%; }.orbit-one span:nth-child(3) { bottom: 17%; left: 6%; }
.orbit-two { width: 37vw; height: 37vw; max-width: 540px; max-height: 540px; right: 7vw; bottom: -10vw; animation: rotateReverse 19s linear infinite; }
.orbit-two span:nth-child(1) { top: 3%; left: 45%; }.orbit-two span:nth-child(2) { top: 58%; right: -5%; }.orbit-two span:nth-child(3) { bottom: 6%; left: 24%; }

.hero-copy { position: relative; z-index: 5; width: min(48vw, 760px); margin: 94px 0 40px 7vw; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(216,244,72,.12); animation: pulse 1.7s infinite; }
.hero h1 { margin: 0; font: 800 clamp(58px, 9vw, 150px)/.79 var(--display); letter-spacing: -.095em; }
.hero h1 span { display: block; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 2px var(--cream); padding-left: .36em; }
.ticker { width: fit-content; margin: 22px 0 0; padding: 8px 12px; color: var(--ink); background: var(--acid); transform: rotate(-1.2deg); font-size: 9px; text-transform: uppercase; box-shadow: 6px 6px 0 rgba(0,0,0,.32); }
.hero-lede { max-width: 480px; margin: 32px 0 0; color: rgba(245,237,223,.82); font: 400 clamp(16px, 1.6vw, 23px)/1.5 var(--scribble); }
.hero-buttons, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.primary-button, .sound-button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 19px; text-decoration: none; border: 1px solid var(--cream); background: transparent; color: var(--cream); font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.primary-button { color: var(--ink); background: var(--cream); }
.primary-button span { font-size: 18px; }
.primary-button:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); transform: rotate(-1deg); }
.sound-button:hover, .sound-button.active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.sound-lines { font-size: 19px; }

.relic-button { position: absolute; z-index: 7; color: var(--cream); border: 1px solid rgba(245,237,223,.6); background: rgba(23,23,19,.72); backdrop-filter: blur(7px); transition: transform .3s, opacity .3s; }
.relic-button:hover { transform: rotate(8deg) scale(1.08); }
.relic-button.collected { animation: popAway .6s forwards; }
.hero-phone { right: 3vw; top: 21%; width: 66px; height: 116px; border-radius: 11px; transform: rotate(8deg); box-shadow: 8px 10px 0 rgba(0,0,0,.28); }
.phone-speaker { position: absolute; left: 25px; top: 7px; width: 16px; border-top: 2px solid var(--fog); }
.phone-screen { position: absolute; inset: 18px 6px 15px; padding-top: 17px; border: 1px dashed rgba(216,244,72,.6); color: var(--acid); font-size: 6px; line-height: 1.7; }
.phone-screen b { font-size: 7px; }
.phone-home { position: absolute; bottom: 5px; left: 29px; width: 7px; height: 7px; border: 1px solid var(--fog); border-radius: 50%; }
.cross-relic { left: 46%; top: 19%; width: 44px; height: 58px; border: 0; background: transparent; font: 400 55px/1 serif; filter: drop-shadow(0 5px 2px rgba(0,0,0,.45)); animation: float 4s ease-in-out infinite; }
.scribble { position: absolute; z-index: 6; color: var(--cream); font: 700 17px/1.05 var(--scribble); transform: rotate(-7deg); text-align: center; }
.scribble-a { left: 52%; bottom: 12%; }
.year-stamp { position: absolute; z-index: 6; right: 2.6vw; bottom: 6%; width: 78px; padding: 9px 4px; border: 1px solid rgba(245,237,223,.4); color: rgba(245,237,223,.8); font-size: 7px; line-height: 1.5; text-align: center; transform: rotate(4deg); }
.year-stamp b { color: var(--acid); font-size: 16px; }
.scroll-knob { position: absolute; z-index: 7; right: 7vw; bottom: 3.5%; display: flex; align-items: center; gap: 13px; border: 0; color: var(--cream); background: none; font-size: 8px; letter-spacing: .12em; }
.scroll-knob i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--cream); border-radius: 50%; font-size: 16px; font-style: normal; animation: bounce 2s infinite; }

.story { min-height: 920px; padding: 100px 7vw 80px; background: var(--paper); overflow: hidden; }
.story::before { content: ''; position: absolute; right: -8vw; top: 40px; width: 34vw; height: 34vw; border-radius: 50%; border: 1px dashed rgba(23,23,19,.22); box-shadow: 0 0 0 60px rgba(23,23,19,.025), 0 0 0 120px rgba(23,23,19,.02); }
.section-kicker { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .13em; }
.section-kicker.light { color: var(--cream); border-color: rgba(245,237,223,.22); }
.story-heading { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; margin-top: 50px; }
.story-heading h2, .lab-intro h2, .relic-header h2, .roadmap-title h2 { margin: 0; font: 800 clamp(44px, 6vw, 96px)/.93 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.story-heading em { color: var(--orange); font-family: var(--scribble); font-style: normal; font-weight: 700; text-transform: lowercase; }
.story-heading p { max-width: 260px; margin: 0 0 8px; font: 700 19px/1.15 var(--scribble); transform: rotate(3deg); }
.memory-deck { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 390px; margin-top: 52px; border: 1px solid var(--ink); background: #d8d5cc; box-shadow: 13px 13px 0 var(--ink); overflow: hidden; }
.memory-deck.switching .memory-visual, .memory-deck.switching .memory-copy { animation: memorySwitch .5s both; }
.memory-visual { position: relative; display: grid; place-items: center; min-height: 390px; background: var(--ink); color: var(--cream); overflow: hidden; }
.memory-visual::before { content: ''; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(0deg, transparent 0 21px, rgba(245,237,223,.16) 21px 22px), repeating-linear-gradient(90deg, transparent 0 21px, rgba(245,237,223,.16) 21px 22px); }
.tape { position: relative; width: min(72%, 360px); aspect-ratio: 1.6; border: 2px solid var(--cream); border-radius: 8px; transform: rotate(-6deg); box-shadow: 8px 8px 0 var(--orange); }
.tape::after { content: ''; position: absolute; left: 20%; right: 20%; bottom: 12%; height: 18%; border: 1px solid var(--cream); transform: perspective(30px) rotateX(8deg); }
.tape-label { position: absolute; inset: 15% 9% auto; height: 26%; display: flex; justify-content: space-between; padding: 10px; border: 1px solid var(--cream); color: var(--acid); font-size: 6px; }
.tape-label b { font-size: 8px; }
.reel { position: absolute; top: 49%; width: 21%; aspect-ratio: 1; border: 7px double var(--cream); border-radius: 50%; animation: rotate 5s linear infinite; }
.reel::after { content: '+'; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.reel-a { left: 23%; }.reel-b { right: 23%; }
.memory-caption { position: absolute; left: 18px; right: 18px; bottom: 13px; display: flex; justify-content: space-between; align-items: end; font-size: 7px; }
.memory-caption span { color: var(--acid); font: 700 27px var(--display); }.memory-caption p { margin: 0; }
.memory-copy { padding: 55px clamp(32px,5vw,74px); display: flex; flex-direction: column; justify-content: center; }
.memory-copy > p:first-child { margin: 0; font: 400 clamp(19px,2.1vw,30px)/1.5 var(--scribble); }
.memory-note { margin: 26px 0 0; padding-top: 17px; border-top: 1px solid var(--line); font-size: 9px; line-height: 1.7; text-transform: uppercase; letter-spacing: .08em; }
.memory-controls { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; border-top: 1px solid var(--ink); }
.memory-tab { display: flex; align-items: center; gap: 14px; min-height: 66px; padding: 0 14px; border: 0; border-right: 1px solid var(--ink); background: transparent; font-size: 8px; text-align: left; transition: color .2s, background .2s; }
.memory-tab:first-child { border-left: 1px solid var(--ink); }
.memory-tab span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border: 1px solid var(--ink); border-radius: 50%; }
.memory-tab:hover, .memory-tab.active { color: var(--cream); background: var(--ink); }
.memory-tab.active span { color: var(--ink); background: var(--acid); border-color: var(--acid); }

.signal-lab { min-height: 810px; display: grid; grid-template-columns: .82fr 1.18fr; background: #adaeac; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.lab-intro { padding: 92px 6vw 70px 7vw; border-right: 1px solid var(--ink); }
.lab-intro h2 { margin-top: 70px; font-size: clamp(41px,5vw,79px); }
.lab-intro h2 span { color: transparent; -webkit-text-stroke: 1px var(--ink); }
.lab-intro > p { max-width: 520px; margin: 34px 0 0; font: 700 20px/1.4 var(--scribble); }
.frequency-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.freq { min-height: 40px; padding: 0 13px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 8px; transition: background .2s, color .2s, transform .2s; }
.freq:hover { transform: rotate(-2deg); }.freq.active { background: var(--ink); color: var(--acid); }
.cat-terminal { position: relative; min-height: 700px; display: grid; place-items: center; padding: 70px 5vw; overflow: hidden; background: #22221f; color: var(--cream); }
.terminal-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(216,244,72,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(216,244,72,.35) 1px,transparent 1px); background-size: 36px 36px; transform: perspective(400px) rotateX(45deg) scale(1.3); animation: gridDrift 8s linear infinite; }
.terminal-label { position: absolute; top: 23px; left: 26px; font-size: 7px; letter-spacing: .15em; }
.terminal-cat { position: relative; z-index: 2; width: min(72%, 510px); aspect-ratio: 1; overflow: hidden; border: 1px solid var(--cream); border-radius: 49% 49% 8px 8px; box-shadow: 0 0 0 14px rgba(245,237,223,.03), 0 0 75px rgba(216,244,72,.08); transition: filter .3s, transform .3s; }
.cat-terminal.receiving .terminal-cat { filter: saturate(1.25); animation: signalShake .55s; }
.terminal-cat img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.22) contrast(1.08); }
.nose-button { position: absolute; left: 50%; top: 67%; width: 48px; height: 36px; border: 1px dashed var(--acid); border-radius: 50%; background: rgba(216,244,72,.12); transform: translate(-50%,-50%); animation: nosePulse 2s infinite; }
.nose-button::after { content: 'PRESS'; position: absolute; left: 50%; top: calc(100% + 8px); transform: translateX(-50%); color: var(--acid); font: 500 7px var(--mono); }
.signal-readout { position: absolute; z-index: 4; left: 6%; right: 6%; bottom: 35px; display: flex; justify-content: space-between; align-items: end; padding: 15px 17px; border: 1px solid rgba(245,237,223,.4); background: rgba(23,23,19,.86); backdrop-filter: blur(8px); }
.signal-readout span { color: var(--acid); font-size: 7px; }.signal-readout strong { max-width: 66%; font: 700 20px/1.1 var(--scribble); text-align: right; }
.wave { position: absolute; z-index: 1; left: 0; right: 0; top: 48%; height: 80px; display: flex; align-items: center; justify-content: space-evenly; opacity: .45; }
.wave i { display: block; width: 1px; height: 10px; background: var(--acid); animation: wave 1.1s ease-in-out infinite alternate; transform-origin: center; }
.wave i:nth-child(2n) { animation-delay: -.6s; }.wave i:nth-child(3n) { animation-delay: -.3s; }

.relic-room { min-height: 920px; padding: 90px 7vw 110px; overflow: hidden; background: var(--cream); }
.relic-header { display: flex; justify-content: space-between; align-items: end; margin-top: 55px; }
.relic-header h2 { font-size: clamp(46px,6vw,88px); }
.relic-meter { width: min(330px, 35vw); }
.relic-meter > span { display: block; margin-bottom: 9px; font-size: 8px; }
.relic-meter > div { height: 6px; padding: 1px; border: 1px solid var(--ink); }
.relic-meter i { display: block; width: 0; height: 100%; background: var(--orange); transition: width .5s cubic-bezier(.2,.8,.2,1); }
.relic-meter small { display: block; margin-top: 12px; font: 700 16px/1.15 var(--scribble); }
.relic-stage { position: relative; height: 530px; margin-top: 54px; border: 1px solid var(--ink); background: #c5c4bf; overflow: hidden; }
.relic-stage::before { content: 'CATAPPLE LOST & FOUND / PLEASE TOUCH THE EXHIBITS'; position: absolute; inset: 17px auto auto 20px; font-size: 7px; letter-spacing: .12em; }
.relic-stage::after { content: ''; position: absolute; inset: 0; opacity: .18; pointer-events: none; background: repeating-radial-gradient(circle at 50% 50%,transparent 0 70px,var(--ink) 71px 72px); }
.museum-object { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; background: transparent; transition: transform .25s, opacity .4s, filter .25s; }
.museum-object:hover { transform: scale(1.12) rotate(-5deg); filter: drop-shadow(7px 7px 0 var(--acid)); }
.museum-object.found { opacity: .16; pointer-events: none; transform: scale(.72); }
.object-icon { display: grid; place-items: center; width: 96px; height: 96px; border: 3px solid var(--ink); border-radius: 20% 45% 25% 40%; color: var(--ink); font: 700 58px/1 var(--scribble); background: var(--paper); box-shadow: 7px 7px 0 var(--ink); }
.museum-object em { margin-top: 13px; padding: 4px 7px; color: var(--cream); background: var(--ink); font-size: 6px; font-style: normal; letter-spacing: .09em; }
.object-phone { left: 8%; top: 22%; transform: rotate(-7deg); }.object-headphones { left: 33%; top: 10%; transform: rotate(4deg); }.object-cross { right: 34%; bottom: 12%; transform: rotate(5deg); }.object-hat { right: 7%; top: 15%; transform: rotate(-3deg); }.object-cassette { left: 19%; bottom: 8%; transform: rotate(7deg); }
.museum-card { position: absolute; z-index: 3; right: 18%; top: 38%; width: min(290px,28vw); min-height: 140px; padding: 25px; border: 1px solid var(--ink); background: var(--acid); transform: rotate(-2deg); box-shadow: 9px 9px 0 var(--ink); }
.museum-card.flash { animation: cardFlash .45s; }
.museum-card span { font-size: 7px; letter-spacing: .12em; }.museum-card p { margin: 17px 0 0; font: 700 19px/1.15 var(--scribble); }

.roadmap { min-height: 1000px; padding: 90px 7vw 120px; color: var(--cream); background: var(--ink); overflow: hidden; }
.roadmap::before { content: ''; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 50% 65%, var(--orange), transparent 38%), repeating-linear-gradient(116deg,transparent 0 43px,rgba(245,237,223,.08) 44px); }
.roadmap-title { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; margin-top: 50px; }
.roadmap-title h2 { font-size: clamp(43px,5.8vw,90px); }.roadmap-title p { width: min(360px,34vw); margin: 0 0 5px; color: rgba(245,237,223,.7); font: 700 18px/1.25 var(--scribble); }
.life-machine { position: relative; z-index: 2; width: min(760px,78vw); aspect-ratio: 1.7; margin: 55px auto 0; touch-action: pan-y; }
.life-orbit { position: absolute; inset: 2% 13%; border: 1px dashed rgba(216,244,72,.52); border-radius: 50%; box-shadow: inset 0 0 100px rgba(216,244,72,.03); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.life-orbit::before, .life-orbit::after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(245,237,223,.15); border-radius: 50%; }.life-orbit::after { inset: 31%; border-style: dashed; }
.life-node { position: absolute; z-index: 5; width: 105px; min-height: 57px; padding: 7px; border: 1px solid rgba(245,237,223,.5); color: var(--cream); background: var(--ink); text-align: left; transition: background .25s, color .25s, transform .25s; }
.life-node:hover { transform: scale(1.06); }.life-node.active { color: var(--ink); background: var(--acid); border-color: var(--acid); box-shadow: 0 0 30px rgba(216,244,72,.18); }
.life-node b { display: block; font: 700 16px var(--display); }.life-node span { display: block; margin-top: 4px; font-size: 6px; letter-spacing: .08em; }
.life-1 { left: 45%; top: -2%; }.life-2 { right: 4%; top: 23%; }.life-3 { right: 3%; bottom: 10%; }.life-4 { left: 44%; bottom: -5%; }.life-5 { left: 2%; bottom: 10%; }.life-6 { left: 2%; top: 23%; }
.life-core { position: absolute; z-index: 3; left: 50%; top: 51%; width: min(320px,43%); min-height: 210px; padding: 32px; border: 1px solid var(--cream); border-radius: 50%; background: #20201c; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: transform .35s; }
.life-core.pulse { animation: corePulse .55s; }.core-index { color: var(--acid); font-size: 7px; letter-spacing: .15em; }.life-core h3 { margin: 11px 0 7px; font: 800 clamp(18px,2.4vw,30px)/1 var(--display); text-transform: uppercase; }.life-core p { margin: 0; max-width: 230px; color: rgba(245,237,223,.72); font: 700 15px/1.15 var(--scribble); }
.core-status { display: flex; align-items: center; gap: 7px; margin-top: 15px; font-size: 6px; }.core-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); animation: pulse 1.5s infinite; }
.dial-control { position: absolute; z-index: 8; bottom: -52px; width: 40px; height: 40px; border: 1px solid var(--cream); border-radius: 50%; color: var(--cream); background: transparent; font-size: 16px; }.dial-prev { left: calc(50% - 48px); }.dial-next { right: calc(50% - 48px); }.dial-control:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }

.final-call { min-height: 760px; padding: 110px 7vw 50px; color: var(--ink); background: var(--orange); overflow: hidden; }
.final-call::before { content: ''; position: absolute; width: 62vw; height: 62vw; right: -12vw; bottom: -32vw; border: 1px solid rgba(23,23,19,.32); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,23,19,.05),0 0 0 140px rgba(23,23,19,.04); }
.final-call > p { position: relative; z-index: 3; margin: 0; font-size: 9px; line-height: 1.6; letter-spacing: .15em; }
.final-call h2 { position: relative; z-index: 3; margin: 45px 0 0; font: 800 clamp(60px,10vw,164px)/.78 var(--display); letter-spacing: -.08em; }
.final-call h2 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.final-call .primary-button { color: var(--cream); background: var(--ink); border-color: var(--ink); }.final-call .sound-button { color: var(--ink); border-color: var(--ink); }
.final-sticker { position: absolute; z-index: 5; right: 8vw; top: 16%; width: 120px; height: 120px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 44% 56% 35% 65%; background: var(--acid); font: 800 15px/1.05 var(--display); text-align: center; transform: rotate(9deg); animation: wobble 4s ease-in-out infinite; }
.footer-cat { position: absolute; z-index: 2; right: 6vw; bottom: -13vw; width: min(38vw,570px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; mix-blend-mode: multiply; filter: grayscale(.3) contrast(1.18); opacity: .72; }.footer-cat img { width: 100%; height: 100%; object-fit: cover; }
.toast { position: fixed; z-index: 800; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 11px 15px; color: var(--ink); background: var(--acid); border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%,130px); transition: transform .35s; }.toast.show { transform: translate(-50%,0); }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }
@keyframes breathe { to { transform: scale(1.08); } }
@keyframes pulse { 50% { opacity: .25; transform: scale(.7); } }
@keyframes bounce { 50% { transform: translateY(6px); } }
@keyframes float { 50% { transform: translateY(14px) rotate(8deg); } }
@keyframes popAway { 70% { transform: scale(1.35) rotate(18deg); opacity: 1; } 100% { transform: scale(0); opacity: 0; } }
@keyframes memorySwitch { 0% { opacity: 1; transform: translateY(0); } 45% { opacity: 0; transform: translateY(17px); } 55% { opacity: 0; transform: translateY(-17px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes gridDrift { to { background-position: 0 72px,72px 0; } }
@keyframes nosePulse { 50% { box-shadow: 0 0 0 12px rgba(216,244,72,.12); transform: translate(-50%,-50%) scale(.8); } }
@keyframes signalShake { 20% { transform: translateX(-7px); } 40% { transform: translateX(5px); } 60% { transform: translateX(-3px); } 80% { transform: translateX(2px); } }
@keyframes wave { to { transform: scaleY(8); } }
@keyframes cardFlash { 50% { color: var(--cream); background: var(--ink); transform: rotate(2deg) scale(1.04); } }
@keyframes corePulse { 50% { transform: translate(-50%,-50%) scale(.94); box-shadow: 0 0 70px rgba(216,244,72,.18); } }
@keyframes wobble { 50% { transform: rotate(2deg) translateY(7px); } }

@media (max-width: 900px) {
  body, button, a { cursor: auto; }.cursor-dot { display: none; }
  .topbar { padding: 0 18px; grid-template-columns: 1fr auto; }.topbar nav { display: none; }.wordmark sup { display: none; }
  .hero { min-height: 890px; align-items: flex-start; }.hero::before { background: linear-gradient(180deg,rgba(18,18,15,.72),rgba(18,18,15,.18) 45%,rgba(18,18,15,.96) 76%); }.hero-art { inset-top: 72px; }.world-art { object-position: 57% 50%; }.hero-photo-wrap { right: 6vw; bottom: 4%; width: 62vw; opacity: .42; }
  .hero-copy { width: auto; margin: 128px 22px 90px; }.hero h1 { font-size: clamp(62px,18vw,104px); }.hero h1 .outline { padding-left: 0; }.hero-lede { margin-top: 26px; max-width: 370px; }.ticker { max-width: 92%; line-height: 1.5; }
  .orbit-one { width: 90vw; height: 90vw; right: -20vw; bottom: 3%; }.orbit-two { width: 67vw; height: 67vw; right: 2vw; bottom: 12%; }.hero-phone { top: 50%; }.cross-relic { left: auto; right: 15%; top: 38%; }.scribble-a { display: none; }.year-stamp { right: 22px; bottom: 5%; }.scroll-knob { display: none; }
  .story, .relic-room, .roadmap { padding-left: 22px; padding-right: 22px; }.story-heading, .relic-header, .roadmap-title { align-items: start; flex-direction: column; gap: 25px; }.story-heading p, .roadmap-title p, .relic-meter { width: 100%; max-width: 410px; }
  .memory-deck { grid-template-columns: 1fr; }.memory-copy { padding: 35px 27px; }.memory-controls { grid-template-columns: 1fr 1fr; }.memory-tab { border-bottom: 1px solid var(--ink); }
  .signal-lab { grid-template-columns: 1fr; }.lab-intro { padding: 80px 22px 60px; border-right: 0; border-bottom: 1px solid var(--ink); }.lab-intro h2 { margin-top: 45px; }.cat-terminal { min-height: 690px; }
  .relic-room { min-height: 1080px; }.relic-stage { height: 690px; }.object-phone { left: 6%; top: 18%; }.object-headphones { left: 52%; top: 11%; }.object-cross { right: 7%; bottom: 13%; }.object-hat { right: 6%; top: 46%; }.object-cassette { left: 7%; bottom: 19%; }.museum-card { top: 40%; left: 11%; right: auto; width: 58%; }
  .roadmap { min-height: 900px; }.life-machine { width: 100%; margin-top: 95px; }.life-node { width: 82px; min-height: 50px; }.life-core { width: 48%; min-height: 180px; padding: 22px; }.life-core p { font-size: 12px; }
  .final-call { min-height: 760px; padding-left: 22px; padding-right: 22px; }.final-call h2 { margin-top: 50px; }.final-sticker { right: 7vw; top: 8%; width: 82px; height: 82px; font-size: 11px; }.footer-cat { width: 58vw; bottom: -16vw; }
}

@media (max-width: 560px) {
  .hero-buttons, .final-actions { align-items: stretch; flex-direction: column; }.primary-button,.sound-button { width: 100%; }
  .memory-controls { grid-template-columns: 1fr; }.memory-tab { border-left: 1px solid var(--ink); }
  .cat-terminal { min-height: 560px; padding-left: 15px; padding-right: 15px; }.terminal-cat { width: 92%; }.signal-readout { flex-direction: column; align-items: start; gap: 9px; }.signal-readout strong { max-width: 100%; text-align: left; }
  .relic-stage { height: 750px; }.object-icon { width: 76px; height: 76px; font-size: 45px; }.museum-card { top: 44%; width: 74%; }.object-headphones { left: 64%; }.object-hat { top: 67%; }.object-cross { bottom: 4%; }.object-cassette { bottom: 19%; }
  .roadmap { min-height: 870px; }.life-machine { aspect-ratio: 1/1.05; }.life-orbit { inset: 5%; }.life-node { width: 75px; }.life-1 { left: 39%; }.life-2 { right: -3%; top: 24%; }.life-3 { right: 0; bottom: 13%; }.life-4 { left: 38%; bottom: 0; }.life-5 { left: 0; bottom: 13%; }.life-6 { left: -3%; top: 24%; }.life-core { width: 52%; min-height: 170px; }.life-core h3 { font-size: 16px; }.life-core p { font-size: 11px; }.dial-control { bottom: -58px; }
}

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