:root {
  --acid: #dfff32;
  --green: #36e24b;
  --orange: #ff8a1f;
  --paper: #eeeee8;
  --ink: #090909;
  --gray: #a6a69f;
  --display: "Archivo Black", Impact, sans-serif;
  --mono: "DM Mono", monospace;
}

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

.edition-intro {
  position: fixed; inset: 0; z-index: 1000; overflow: hidden; background: var(--ink); color: var(--paper); isolation: isolate;
}
.edition-intro::before {
  content: ""; position: absolute; z-index: -1; inset: 20px; border: 2px solid var(--acid);
  transform: scaleX(0); animation: edition-frame .55s cubic-bezier(.16,1,.3,1) .12s forwards;
}
.edition-intro::after {
  content: ""; position: absolute; z-index: 8; top: 0; bottom: 0; width: 3px; background: var(--acid);
  box-shadow: 0 0 18px var(--acid); animation: edition-scan 2.75s cubic-bezier(.2,.8,.2,1) .18s both;
}
.edition-skip { position: absolute; z-index: 30; top: 38px; right: 38px; padding: .65rem .8rem; border: 1px solid var(--acid); background: var(--ink); color: var(--paper); font: 500 .62rem var(--mono); cursor: pointer; }
.edition-skip:hover, .edition-skip:focus-visible { background: var(--acid); color: var(--ink); outline: none; }
.crop { position: absolute; z-index: 5; width: 22px; height: 22px; }
.crop::before, .crop::after { content: ""; position: absolute; background: var(--acid); }
.crop::before { width: 22px; height: 2px; top: 10px; }
.crop::after { width: 2px; height: 22px; left: 10px; }
.crop-tl { top: 27px; left: 27px; }.crop-tr { top: 27px; right: 27px; }.crop-bl { bottom: 27px; left: 27px; }.crop-br { bottom: 27px; right: 27px; }
.edition-meta { position: absolute; z-index: 5; top: 42px; left: 6vw; right: 6vw; display: flex; justify-content: space-between; color: var(--gray); font-size: .56rem; }
.edition-name { position: absolute; z-index: 4; left: 5vw; top: 49%; transform: translateY(-53%); font: clamp(5rem,13vw,12rem)/.74 var(--display); }
.edition-name span, .edition-name strong { display: block; opacity: 0; }
.edition-name span { transform: translateX(-20%); animation: edition-word-left .65s cubic-bezier(.16,1,.3,1) .75s forwards; }
.edition-name strong { color: var(--acid); -webkit-text-stroke: 2px var(--paper); transform: translateX(20%); animation: edition-word-right .65s cubic-bezier(.16,1,.3,1) .95s forwards; }
.edition-portrait { position: absolute; z-index: 6; left: 52%; bottom: -12%; width: min(55vw,730px); height: 100vh; transform: translateX(-26%); pointer-events: none; }
.edition-portrait img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) contrast(1.2); opacity: 0; transform: translateY(20%) rotate(3deg); animation: edition-portrait-in .8s cubic-bezier(.16,1,.3,1) .45s forwards, edition-color .4s steps(2) 1.45s forwards; }
.edition-disc { position: absolute; z-index: 1; width: 68%; aspect-ratio: 1; left: 18%; top: 18%; background: var(--orange); transform: rotate(45deg) scale(0); animation: edition-disc .65s cubic-bezier(.16,1,.3,1) .35s forwards; }
.edition-stamp { position: absolute; z-index: 8; right: 6vw; top: 22%; width: 115px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border: 3px solid var(--ink); background: var(--acid); color: var(--ink); font: .88rem/1 var(--display); opacity: 0; transform: rotate(24deg) scale(1.5); animation: edition-stamp-in .35s cubic-bezier(.2,1.7,.5,1) 1.55s forwards; }
.edition-stamp small { font: .48rem var(--mono); }
.edition-token { position: absolute; z-index: 7; right: 13vw; bottom: 8%; width: 100px; aspect-ratio: 1; object-fit: contain; opacity: 0; transform: rotate(18deg) scale(.4); filter: drop-shadow(7px 7px 0 rgba(223,255,50,.24)); animation: edition-token-in .45s cubic-bezier(.2,1.7,.5,1) 1.75s forwards; }
.edition-barcode { position: absolute; z-index: 8; right: 6vw; bottom: 64px; height: 58px; display: flex; align-items: stretch; gap: 4px; }
.edition-barcode i { display: block; width: 3px; background: var(--acid); }
.edition-barcode i:nth-child(2), .edition-barcode i:nth-child(5), .edition-barcode i:nth-child(7) { width: 8px; }
.edition-barcode span { position: absolute; top: calc(100% + 6px); right: 0; width: max-content; font-size: .5rem; }
.edition-load { position: absolute; z-index: 8; left: 6vw; bottom: 62px; width: min(330px,42vw); color: var(--paper); font-size: .57rem; }
.edition-load > b { display: block; height: 5px; margin-top: .7rem; border: 1px solid var(--acid); }
.edition-load > b i { display: block; width: 100%; height: 100%; background: var(--acid); transform-origin: left; animation: edition-progress 2.65s cubic-bezier(.2,.8,.2,1) .2s both; }
.intro-countdown { position: absolute; z-index: 9; right: 5vw; top: 43%; display: grid; justify-items: end; color: var(--paper); }
.intro-countdown span { font: clamp(5rem,10vw,9rem)/.8 var(--display); color: var(--orange); animation: countdown-hit .45s steps(2) infinite; }
.intro-countdown b { margin-top: .7rem; padding-top: .55rem; border-top: 2px solid var(--acid); color: var(--acid); font-size: .65rem; }
.paper-door { position: absolute; z-index: 20; left: 0; right: 0; height: 51%; background: var(--acid); opacity: 0; pointer-events: none; }
.paper-door-top { top: 0; border-bottom: 2px solid var(--ink); }
.paper-door-bottom { bottom: 0; border-top: 2px solid var(--ink); }
.edition-intro.is-leaving .paper-door { opacity: 1; animation-duration: .75s; animation-timing-function: cubic-bezier(.77,0,.18,1); animation-fill-mode: forwards; }
.edition-intro.is-leaving .paper-door-top { animation-name: paper-up; }
.edition-intro.is-leaving .paper-door-bottom { animation-name: paper-down; }
.edition-intro.is-gone { display: none; }

.pointer {
  position: fixed; z-index: 100; width: 18px; height: 18px; border: 1px solid var(--orange);
  transform: translate(-50%,-50%) rotate(45deg); pointer-events: none; mix-blend-mode: difference;
}

.topbar {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; min-height: 68px; padding: 0 2vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--ink); color: var(--paper); border-bottom: 1px solid #333;
}
.wordmark { display: inline-flex; align-items: center; gap: .65rem; width: max-content; font-family: var(--display); font-size: .92rem; }
.wordmark i { display: block; width: 22px; height: 22px; background: var(--acid); border: 6px solid var(--ink); outline: 2px solid var(--acid); transform: rotate(9deg); }
.topbar > p { margin: 0; color: var(--gray); font-size: .61rem; }
.topbar nav { justify-self: end; display: flex; gap: 2.2rem; font-size: .68rem; text-transform: uppercase; }
.topbar nav a { position: relative; }
.topbar nav a::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 0; height: 2px; background: var(--acid); transition: width .2s; }
.topbar nav a:hover::after { width: 100%; }
.menu-toggle { display: none; }

.cover {
  position: relative; min-height: 100svh; padding: 98px 2vw 26px; overflow: hidden; background: var(--paper); isolation: isolate;
}
.cover::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: radial-gradient(#b6b6ae 1px, transparent 1px); background-size: 14px 14px; opacity: .28; }
.cover-kicker { position: absolute; top: 95px; left: 2vw; font-size: .72rem; font-weight: 500; writing-mode: vertical-rl; transform: rotate(180deg); }
.cover-issue { position: absolute; z-index: 5; top: 98px; right: 2vw; text-align: right; font: 3.4rem/.75 var(--display); }
.cover-issue span { color: var(--orange); font-size: 1.15rem; }
.cover-copy { position: absolute; z-index: 8; left: 4.7vw; bottom: 108px; width: 250px; }
.cover-copy p { font-size: .77rem; line-height: 1.55; }
.cover-copy a { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; padding-block: .8rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); font-size: .7rem; font-weight: 500; }
.cover-copy a:hover { color: var(--orange); }
.cover h1 { margin: 0; font-family: var(--display); line-height: .72; letter-spacing: 0; }
.cover-r { position: absolute; z-index: -1; left: 8vw; top: 15%; font-size: clamp(20rem, 52vw, 54rem); color: transparent; -webkit-text-stroke: 3px var(--ink); opacity: .09; }
.cover-inu { position: absolute; z-index: 1; right: 3vw; bottom: 12%; font-size: clamp(7rem, 19vw, 20rem); color: var(--ink); }
.cover-inu::after { content: "INU"; position: absolute; inset: 7px 0 0 7px; z-index: -1; color: var(--acid); -webkit-text-stroke: 2px var(--ink); }
.cover-art { position: absolute; z-index: 3; inset: 82px 16vw 35px 19vw; display: flex; justify-content: center; align-items: flex-end; }
.cover-art img { position: relative; z-index: 3; width: min(68vh, 690px); max-height: 88vh; object-fit: contain; filter: drop-shadow(22px 22px 0 rgba(9,9,9,.14)); transform-origin: bottom center; animation: cover-arrive 1.1s cubic-bezier(.16,1,.3,1) both; }
.sun { position: absolute; z-index: 0; width: min(49vw,680px); aspect-ratio: 1; border-radius: 50%; background: var(--acid); top: 8%; }
.target { position: absolute; z-index: 1; border: 1px solid var(--ink); border-radius: 50%; opacity: .3; }
.target-a { width: min(58vw,790px); aspect-ratio: 1; top: 1%; animation: spin 28s linear infinite; }
.target-b { width: min(42vw,580px); aspect-ratio: 1; top: 13%; border-style: dashed; animation: spin 20s linear reverse infinite; }
.sticker { position: absolute; z-index: 7; background: var(--orange); color: var(--ink); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-family: var(--display); }
.sticker-top { top: 20%; right: 5%; width: 96px; height: 96px; display: grid; place-items: center; text-align: center; transform: rotate(7deg); font-size: 1rem; }
.sticker-side { left: 2.5%; top: 36%; padding: .65rem .8rem; transform: rotate(-6deg); font: 500 .59rem var(--mono); background: var(--green); }
.token-seal { position: absolute; z-index: 8; right: 4.5%; top: 42%; width: 118px; display: grid; justify-items: center; gap: .5rem; transform: rotate(5deg); }
.token-seal::before { content: ""; position: absolute; inset: -8px; border: 1px solid var(--ink); border-radius: 50%; animation: spin 15s linear infinite; }
.token-seal img { width: 104px; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(6px 7px 0 rgba(9,9,9,.16)); transition: transform .25s; }
.token-seal:hover img { transform: scale(1.08) rotate(-5deg); }
.token-seal span { padding: .35rem .5rem; background: var(--ink); color: var(--acid); text-align: center; font-size: .48rem; line-height: 1.3; }
.cover-contract {
  position: absolute; z-index: 9; right: 2vw; bottom: 26px; width: min(440px,44vw); height: 70px; display: grid; grid-template-columns: 1fr 70px;
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
}
.cover-contract div { display: grid; align-content: center; gap: .35rem; padding: 0 1rem; }
.cover-contract span { color: var(--gray); font-size: .55rem; }
.cover-contract strong { color: var(--acid); font-size: .72rem; }
.cover-contract a { display: grid; place-items: center; background: var(--acid); color: var(--ink); font-size: 1.4rem; transition: background .2s; }
.cover-contract a:hover { background: var(--orange); }

.tape { position: relative; z-index: 10; overflow: hidden; background: var(--acid); border-block: 2px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.tape > div { width: max-content; display: flex; align-items: center; gap: 1.7rem; padding: .8rem 0; font-family: var(--display); font-size: .9rem; animation: ticker 22s linear infinite; }

.manifesto { min-height: 900px; display: grid; grid-template-columns: 58px 1.05fr .82fr .72fr; background: var(--ink); color: var(--paper); border-bottom: 1px solid #333; }
.rail-label { padding-top: 7rem; border-right: 1px solid #333; color: var(--gray); font-size: .58rem; text-align: center; writing-mode: vertical-rl; }
.manifesto-head { padding: 8rem 3vw 6rem; align-self: center; }
.manifesto-head > span { color: var(--acid); font-size: .67rem; }
.manifesto h2 { margin: 1.5rem 0 0; font: clamp(3.4rem,6.5vw,7.8rem)/.85 var(--display); letter-spacing: 0; }
.manifesto h2 em { color: var(--orange); font-style: normal; }
.manifesto-art { position: relative; align-self: stretch; overflow: hidden; background: var(--acid); border-inline: 1px solid #333; }
.manifesto-art::before { content: ""; position: absolute; inset: 6%; border: 1px solid var(--ink); }
.manifesto-art img { position: absolute; z-index: 2; bottom: -2%; left: -19%; width: 138%; max-width: none; filter: drop-shadow(15px 12px 0 rgba(9,9,9,.18)); }
.edition { position: absolute; z-index: 4; top: 9%; left: 10%; color: var(--ink); font-size: .57rem; }
.stamp { position: absolute; z-index: 5; right: 7%; bottom: 6%; width: 105px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--display); transform: rotate(9deg); }
.stamp small { font: .5rem var(--mono); }
.manifesto-copy { padding: 8rem 3vw 6rem; align-self: center; }
.manifesto-copy p { color: #bdbdb7; font-size: .83rem; line-height: 1.75; }
.manifesto-copy strong { display: block; margin-top: 3rem; padding-top: 1rem; border-top: 2px solid var(--acid); color: var(--acid); font: 1.35rem/1.1 var(--display); }

.arcade { padding: 6rem 3vw 7rem; background: var(--orange); border-bottom: 2px solid var(--ink); }
.arcade-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 1.5rem; }
.arcade-heading > div > span { font-size: .62rem; font-weight: 500; }
.arcade h2 { margin: 1.2rem 0 0; font: clamp(4.5rem,10vw,10rem)/.74 var(--display); }
.arcade h2 br { display: none; }
.arcade h2 em { color: var(--acid); font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.arcade-heading p { margin: 0 0 .5rem; padding-top: .8rem; border-top: 2px solid var(--ink); font: 500 .7rem/1.6 var(--mono); text-align: right; }
.game-shell { border: 2px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.game-hud { min-height: 76px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--paper); }
.game-hud > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.4rem; border-right: 1px solid #3d3d3d; }
.game-hud > div:last-child { border-right: 0; }
.game-hud span { color: var(--gray); font-size: .56rem; }
.game-hud strong { color: var(--acid); font: 1.5rem var(--display); }
.game-stage { position: relative; width: 100%; aspect-ratio: 1200 / 440; min-height: 320px; overflow: hidden; background: #c9f3ff; border-bottom: 2px solid var(--ink); }
#runner-game { display: block; width: 100%; height: 100%; touch-action: manipulation; }
.game-overlay { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 1rem; background: rgba(9,9,9,.78); color: var(--paper); text-align: center; }
.game-overlay[hidden] { display: none; }
.game-overlay img { width: clamp(74px,9vw,118px); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(8px 8px 0 rgba(223,255,50,.28)); animation: game-token-float 1.8s steps(2) infinite; }
.game-overlay p { margin: 0; font: clamp(1.4rem,3vw,3rem)/.95 var(--display); }
.game-overlay button, .game-controls button { min-height: 48px; border: 2px solid var(--ink); background: var(--acid); color: var(--ink); font-weight: 500; cursor: pointer; }
.game-overlay button { min-width: 180px; padding: .8rem 1rem; box-shadow: 5px 5px 0 var(--orange); }
.game-overlay button:hover, .game-overlay button:focus-visible, .game-controls button:hover, .game-controls button:focus-visible { background: var(--orange); outline: 2px solid var(--ink); outline-offset: -5px; }
.game-controls { min-height: 72px; display: grid; grid-template-columns: 180px 180px 1fr; align-items: center; gap: 1rem; padding: .7rem; }
.game-controls button { padding-inline: 1rem; }
.game-controls button span { float: right; font-size: 1rem; }
.share-score { background: var(--paper) !important; }
.share-score:hover, .share-score:focus-visible { background: var(--orange) !important; }
.share-score[hidden] { display: none; }
.game-status { justify-self: end; padding-right: .7rem; color: #555; font-size: .58rem; text-align: right; }

@keyframes game-token-float { 50% { transform: translateY(-7px) rotate(4deg); } }

.playbook { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 780px; background: var(--paper); }
.playbook-heading { padding: 8rem 4vw; background: var(--orange); border-right: 2px solid var(--ink); }
.playbook-heading p { font-size: .68rem; }
.playbook h2 { margin: 3rem 0 0; font: clamp(4rem,7vw,8rem)/.82 var(--display); }
.playbook h2 span { color: var(--paper); -webkit-text-stroke: 2px var(--ink); }
.moves { list-style: none; padding: 0; margin: 0; }
.moves li { min-height: 260px; display: grid; grid-template-columns: 120px 1fr; align-items: center; padding: 3rem 4vw; border-bottom: 2px solid var(--ink); transition: background .2s, color .2s; }
.moves li:last-child { border-bottom: 0; }
.moves li:hover { background: var(--acid); }
.moves > li > span { font: 3.4rem var(--display); color: transparent; -webkit-text-stroke: 2px var(--ink); }
.moves h3 { margin: 0 0 .8rem; font: clamp(1.5rem,2.3vw,2.7rem)/1 var(--display); }
.moves p { max-width: 500px; margin: 0; font-size: .8rem; line-height: 1.6; }

.contract { position: relative; min-height: 780px; padding: 8rem 6vw; overflow: hidden; background: var(--acid); border-top: 2px solid var(--ink); }
.contract-meta { font-size: .65rem; }
.contract-token { position: absolute; z-index: 4; top: 6rem; right: 6vw; width: 170px; display: grid; justify-items: center; gap: .6rem; transform: rotate(4deg); }
.contract-token img { width: 150px; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(12px 12px 0 rgba(9,9,9,.16)); }
.contract-token span { padding: .45rem .65rem; background: var(--ink); color: var(--paper); font-size: .55rem; }
.contract-token b { color: var(--acid); }
.contract h2 { position: relative; z-index: 2; margin: 4rem 0; font: clamp(4rem,10vw,11rem)/.78 var(--display); }
.contract h2 span { color: var(--paper); -webkit-text-stroke: 2px var(--ink); }
.address-bar { position: relative; z-index: 3; display: grid; grid-template-columns: 220px 1fr 150px; min-height: 92px; background: var(--ink); color: var(--paper); }
.address-bar > * { padding: 1.2rem; border-right: 1px solid #3d3d3d; }
.address-bar div { display: grid; align-content: center; gap: .5rem; }
.address-bar small { color: var(--gray); font-size: .55rem; }
.address-bar strong { color: var(--orange); font-size: .72rem; }
.address-bar code { display: flex; align-items: center; font: .78rem var(--mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.address-bar button { border: 0; background: #242424; color: #777; font-weight: 500; cursor: not-allowed; transition: background .2s, color .2s; }
.address-bar button.is-ready { background: var(--orange); color: var(--ink); cursor: pointer; }
.address-bar button.is-ready:hover, .address-bar button.is-ready:focus-visible { background: var(--acid); outline: 2px solid var(--paper); outline-offset: -5px; }
.buy-link { position: relative; z-index: 3; display: block; width: max-content; margin: 1.5rem 0 0 auto; padding: .85rem 1rem; border: 2px solid var(--ink); background: var(--paper); font-size: .68rem; font-weight: 500; box-shadow: 6px 6px 0 var(--ink); }
.buy-link:hover, .buy-link:focus-visible { background: var(--orange); outline: none; }
.buy-link[hidden] { display: none; }
.contract-warning { position: relative; z-index: 3; display: flex; align-items: center; gap: 1rem; max-width: 650px; margin-top: 1.7rem; }
.contract-warning b { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; }
.contract-warning p { margin: 0; font-size: .7rem; line-height: 1.6; }
.giant-mark { position: absolute; right: -3vw; bottom: -22%; color: transparent; -webkit-text-stroke: 3px rgba(9,9,9,.13); font: 50vw var(--display); }

footer { min-height: 230px; padding: 3rem 2vw; display: grid; grid-template-columns: auto 1fr 1.3fr auto auto; gap: 2rem; align-items: center; background: var(--ink); color: var(--paper); }
footer p, footer > span { margin: 0; color: var(--gray); font-size: .6rem; line-height: 1.6; }
.social-link { width: max-content; padding: .65rem .8rem; border: 1px solid #4a4a4a; color: var(--acid); font-size: .62rem; transition: background .2s, color .2s; }
.social-link:hover, .social-link:focus-visible { background: var(--acid); color: var(--ink); outline: none; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes cover-arrive { from { opacity: 0; transform: translateY(12%) rotate(-3deg); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes edition-frame { to { transform: scaleX(1); } }
@keyframes edition-scan { from { left: 0; } to { left: 100%; } }
@keyframes edition-word-left { to { opacity: 1; transform: translateX(0); } }
@keyframes edition-word-right { to { opacity: 1; transform: translateX(0); } }
@keyframes edition-disc { to { transform: rotate(45deg) scale(1); } }
@keyframes edition-portrait-in { to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes edition-color { to { filter: grayscale(0) contrast(1); } }
@keyframes edition-stamp-in { to { opacity: 1; transform: rotate(-9deg) scale(1); } }
@keyframes edition-token-in { to { opacity: 1; transform: rotate(-6deg) scale(1); } }
@keyframes edition-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes countdown-hit { 50% { transform: scale(.9); color: var(--acid); } }
@keyframes paper-up { to { transform: translateY(-102%); } }
@keyframes paper-down { to { transform: translateY(102%); } }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar > p { display: none; }
  .menu-toggle { display: block; justify-self: end; border: 1px solid #555; background: transparent; color: var(--paper); padding: .55rem .7rem; font-size: .65rem; }
  .topbar nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 1.2rem 1rem; background: var(--ink); border-bottom: 1px solid #333; }
  .topbar nav.open { display: flex; justify-content: center; }
  .cover-art { inset-inline: 9vw; opacity: .9; }
  .cover-copy { left: 2vw; width: 210px; }
  .cover-inu { right: 2vw; bottom: 16%; }
  .sticker-top { top: 24%; right: 2%; }
  .manifesto { grid-template-columns: 42px 1fr 1fr; }
  .manifesto-head { grid-column: 2 / -1; padding-bottom: 3rem; }
  .manifesto-art { grid-column: 2; min-height: 620px; }
  .manifesto-copy { grid-column: 3; }
  .arcade { padding-inline: 2vw; }
  .game-stage { min-height: 380px; }
  .playbook { grid-template-columns: 1fr; }
  .playbook-heading { border-right: 0; border-bottom: 2px solid var(--ink); }
  .moves li { min-height: 220px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .edition-skip { top: 32px; right: 30px; }
  .edition-meta { left: 2.2rem; right: 2.2rem; }
  .edition-meta span:nth-child(2), .edition-meta span:nth-child(3) { display: none; }
  .edition-name { left: 1.2rem; top: 29%; font-size: clamp(3.7rem,17vw,5.5rem); }
  .edition-portrait { left: 14%; bottom: -11%; width: 108vw; height: 76vh; transform: none; }
  .edition-stamp { right: 1.8rem; top: 18%; width: 82px; }
  .edition-token { right: 1.8rem; bottom: 11%; width: 70px; }
  .edition-load { left: 2.2rem; bottom: 48px; width: 52vw; }
  .edition-barcode { right: 2.2rem; bottom: 50px; }
  .intro-countdown { right: 2rem; top: 42%; }
  .intro-countdown span { font-size: 4.8rem; }
  .pointer { display: none; }
  .topbar { padding-inline: 1rem; }
  .cover { min-height: 920px; padding-inline: 1rem; }
  .cover-kicker { left: 1rem; }
  .cover-issue { right: 1rem; font-size: 2.6rem; }
  .cover-art { inset: 120px -18vw 120px -12vw; }
  .cover-art img { width: 95vw; }
  .sun { width: 96vw; top: 16%; }
  .target-a { width: 110vw; top: 14%; }
  .target-b { width: 88vw; top: 24%; }
  .cover-r { left: -16vw; top: 18%; font-size: 30rem; }
  .cover-inu { bottom: 20%; right: .5rem; font-size: clamp(6rem,30vw,9rem); }
  .cover-copy { bottom: 112px; left: 1rem; width: 185px; }
  .sticker-side { display: none; }
  .sticker-top { top: 17%; width: 76px; height: 76px; font-size: .8rem; }
  .token-seal { right: 1.2rem; top: 46%; width: 88px; }
  .token-seal img { width: 78px; }
  .cover-contract { left: 1rem; right: 1rem; bottom: 20px; width: auto; }
  .manifesto { grid-template-columns: 30px 1fr; }
  .manifesto-head, .manifesto-art, .manifesto-copy { grid-column: 2; }
  .manifesto-head { padding: 6rem 1rem 3rem; }
  .manifesto h2 { font-size: clamp(3.2rem,15vw,5rem); }
  .manifesto-art { min-height: 560px; border-left: 0; }
  .manifesto-copy { padding: 4rem 1rem 6rem; }
  .arcade { padding: 5rem 1rem 6rem; }
  .arcade-heading { align-items: flex-start; flex-direction: column; }
  .arcade h2 { font-size: clamp(3.7rem,17vw,5.4rem); }
  .arcade h2 br { display: block; }
  .arcade-heading p { text-align: left; }
  .game-shell { box-shadow: 7px 7px 0 var(--ink); }
  .game-hud { min-height: 64px; }
  .game-hud > div { display: grid; padding: .7rem; }
  .game-hud strong { font-size: 1.05rem; }
  .game-stage { min-height: 300px; aspect-ratio: 4 / 3; }
  .game-controls { grid-template-columns: 1fr 1fr; }
  .game-status { grid-column: 1 / -1; justify-self: stretch; min-height: 28px; padding: .35rem; text-align: center; }
  .playbook-heading { padding: 6rem 1rem; }
  .playbook h2 { font-size: clamp(4rem,20vw,6.5rem); }
  .moves li { grid-template-columns: 70px 1fr; min-height: 190px; padding: 2rem 1rem; }
  .moves > li > span { font-size: 2.5rem; }
  .contract { padding: 6rem 1rem; }
  .contract-token { position: relative; top: auto; right: auto; width: 120px; margin: 2rem 0 1rem auto; }
  .contract-token img { width: 105px; }
  .contract h2 { font-size: clamp(3.8rem,19vw,6rem); }
  .address-bar { grid-template-columns: 1fr; }
  .address-bar > * { min-height: 74px; border-right: 0; border-bottom: 1px solid #3d3d3d; }
  .buy-link { margin-left: 0; }
  footer { grid-template-columns: 1fr; padding-inline: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .edition-name span, .edition-name strong, .edition-portrait img, .edition-stamp { opacity: 1; transform: none; filter: none; }
}
